forked from jan/debianmemberportfolio
Compare commits
94 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f04dbaab3d | |||
| 98a56c52bd | |||
| 6e4f3e1a24 | |||
| 138bb7b860 | |||
| fb9a387616 | |||
| 5e213917b7 | |||
| 778a11a93a | |||
|
|
b5c3976582 | ||
|
|
f9ddb60b98 | ||
|
|
1f04b0d908 | ||
|
|
b97be917f9 | ||
|
|
7fa6c3976d | ||
|
|
db883f68e3 | ||
|
|
084acbefa7 | ||
|
|
93cdb8c0b9 | ||
|
|
f4987ec8ec | ||
|
|
c17aad2b5e | ||
|
|
7b5531cc35 | ||
|
|
55b6a4ff92 | ||
|
|
ab5853b246 | ||
|
|
ee84afc6a1 | ||
|
|
ffecf4f539 | ||
| e78075e4c5 | |||
| ee8f5ef90e | |||
| 0886075891 | |||
|
|
91abd158d9 | ||
|
|
ea4946428d | ||
|
|
888f73bb8d | ||
|
|
84cec1b5b0 | ||
|
|
c70ab8456a | ||
|
|
37579edadc | ||
|
|
acf9f4b479 | ||
|
|
be9d4db288 | ||
|
|
bd981e9a76 | ||
|
|
69b79eb652 | ||
|
|
377d75a9b0 | ||
|
|
c8d9ffd44d | ||
|
|
5e415671f7 | ||
|
|
2910296d0b | ||
|
|
7dd722c956 | ||
|
|
d0e1a22d27 | ||
|
|
c3ebd8a325 | ||
|
|
8b3811707f | ||
|
|
b25c738092 | ||
|
|
50199acfc3 | ||
|
|
e3d415edb1 | ||
|
|
852b833656 | ||
|
|
f08e4cc42c | ||
|
|
92cdf2d324 | ||
| 22b33220fc | |||
| e3067c5e12 | |||
| a6dfa99ea8 | |||
| 0ed6712711 | |||
|
|
eb0dbb2b87 | ||
|
|
b9268fa0af | ||
|
|
c20d7df99a | ||
|
|
1f47cadfde | ||
|
|
a29be7a668 | ||
|
|
94fac9d933 | ||
|
|
ab1c98e69a | ||
|
|
9fbfb5d457 | ||
| 1c7ea3f73c | |||
| 9568f01bf2 | |||
| 06d9f7a67b | |||
| 97e5ffe8bb | |||
| 6ba1bc8c12 | |||
|
|
a84d14a178 | ||
|
|
3dd49e4d69 | ||
|
|
8297b4882a | ||
| c75398a027 | |||
| 7b44e75ff6 | |||
| 112a78c220 | |||
| 9a3c5d2934 | |||
| da6e08469e | |||
| bb19a60184 | |||
| f0dee9228e | |||
| 2556d439a4 | |||
| 4e89d9d520 | |||
| 72a542afde | |||
|
|
bb16a10e12 | ||
|
|
b488f9281e | ||
|
|
0daefe8819 | ||
|
|
258fb442dd | ||
|
|
a627c20031 | ||
| c13b49b3ce | |||
| b1a9f39c33 | |||
| 0247ac612b | |||
| f11114f580 | |||
| ff3cc9d940 | |||
| fc3d0fe705 | |||
| 73871181d4 | |||
| 178767102c | |||
| 7ac41be37b | |||
| 53d0cffb77 |
28 changed files with 5044 additions and 795 deletions
11
ChangeLog
11
ChangeLog
|
|
@ -1,3 +1,14 @@
|
||||||
|
2020-02-22 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* Update translations
|
||||||
|
|
||||||
|
2018-05-12 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* add patch by Paul Wise to provide Repology information links
|
||||||
|
* Update translations
|
||||||
|
|
||||||
|
2018-02-09 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* add patch by Paul Wise to provide Salsa links
|
||||||
|
* Update translations
|
||||||
|
|
||||||
2015-11-12 Jan Dittberner <jan@dittberner.info>
|
2015-11-12 Jan Dittberner <jan@dittberner.info>
|
||||||
* port to Python 3 and Flask
|
* port to Python 3 and Flask
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,34 @@
|
||||||
|
# -*- python -*-
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Debian Member Portfolio Service views
|
||||||
|
#
|
||||||
|
# Copyright © 2015-2020 Jan Dittberner <jan@dittberner.info>
|
||||||
|
#
|
||||||
|
# This file is part of the Debian Member Portfolio Service.
|
||||||
|
#
|
||||||
|
# Debian Member Portfolio Service is free software: you can redistribute it
|
||||||
|
# and/or modify it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the License,
|
||||||
|
# or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Debian Member Portfolio Service is distributed in the hope that it will be
|
||||||
|
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
|
||||||
|
# General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from flask_babel import gettext as _
|
from flask_babel import gettext as _
|
||||||
from flask_wtf import Form
|
from flask_wtf import FlaskForm
|
||||||
from wtforms import IntegerField, StringField, RadioField
|
from wtforms import IntegerField, StringField, RadioField
|
||||||
from wtforms.validators import (
|
from wtforms.validators import (
|
||||||
AnyOf, DataRequired, Email, Length, Optional, Regexp
|
AnyOf, DataRequired, Email, Length, Optional, Regexp
|
||||||
)
|
)
|
||||||
|
from string import hexdigits
|
||||||
|
|
||||||
|
|
||||||
class FingerPrint(Regexp):
|
class FingerPrint(Regexp):
|
||||||
|
|
@ -18,16 +41,24 @@ class PlainText(Regexp):
|
||||||
super(PlainText, self).__init__(r'^[a-zA-Z\-0-9]*$')
|
super(PlainText, self).__init__(r'^[a-zA-Z\-0-9]*$')
|
||||||
|
|
||||||
|
|
||||||
class DeveloperData(Form):
|
def gpg_fingerprint(data):
|
||||||
|
if data is not None:
|
||||||
|
return "".join([
|
||||||
|
char for char in str(data) if char.lower() in hexdigits])
|
||||||
|
return data
|
||||||
|
|
||||||
|
|
||||||
|
class DeveloperData(FlaskForm):
|
||||||
email = StringField('email', validators=[DataRequired(), Email()])
|
email = StringField('email', validators=[DataRequired(), Email()])
|
||||||
name = StringField('name', validators=[DataRequired()])
|
name = StringField('name', validators=[Optional(), DataRequired()])
|
||||||
gpgfp = StringField('gpgfp', validators=[
|
gpgfp = StringField('gpgfp', filters=[gpg_fingerprint], validators=[
|
||||||
FingerPrint(),
|
Optional(), FingerPrint(), Length(min=32, max=40)
|
||||||
Length(min=32, max=40)
|
])
|
||||||
|
username = StringField('username', validators=[Optional(), PlainText()])
|
||||||
|
nonddemail = StringField('nonddemail', validators=[Optional(), Email()])
|
||||||
|
salsausername = StringField('salsausername', validators=[
|
||||||
|
Optional(), PlainText()
|
||||||
])
|
])
|
||||||
username = StringField('username', validators=[PlainText()])
|
|
||||||
nonddemail = StringField('nonddemail', validators=[Email()])
|
|
||||||
aliothusername = StringField('aliothusername', validators=[PlainText()])
|
|
||||||
mode = RadioField(
|
mode = RadioField(
|
||||||
'mode', default='html', choices=[
|
'mode', default='html', choices=[
|
||||||
('json', _('JSON')), ('html', _('HTML'))
|
('json', _('JSON')), ('html', _('HTML'))
|
||||||
|
|
@ -38,5 +69,5 @@ class DeveloperData(Form):
|
||||||
Optional()])
|
Optional()])
|
||||||
|
|
||||||
|
|
||||||
class DeveloperDataRequest(Form):
|
class DeveloperDataRequest(FlaskForm):
|
||||||
email = StringField('email', validators=[DataRequired(), Email()])
|
email = StringField('email', validators=[DataRequired(), Email()])
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Configuration for Debian Member Portfolio Service
|
# Configuration for Debian Member Portfolio Service
|
||||||
#
|
#
|
||||||
# Copyright © 2009-2014 Jan Dittberner <jan@dittberner.info>
|
# Copyright © 2009-2020 Jan Dittberner <jan@dittberner.info>
|
||||||
#
|
#
|
||||||
# This file is part of the Debian Member Portfolio Service.
|
# This file is part of the Debian Member Portfolio Service.
|
||||||
#
|
#
|
||||||
|
|
@ -44,19 +44,19 @@ urls=buildd
|
||||||
buildd.pattern=https://buildd.debian.org/status/package.php?p=%(email)s&compact=compact&comaint=yes
|
buildd.pattern=https://buildd.debian.org/status/package.php?p=%(email)s&compact=compact&comaint=yes
|
||||||
|
|
||||||
[qa]
|
[qa]
|
||||||
urls=lintian,lintianfull,piuparts,patchtracker,dmd,duck
|
urls=lintian,lintianfull,piuparts,patchtracker,dmd,duck,janitor
|
||||||
dmd.pattern=https://udd.debian.org/dmd.cgi?email1=%(email)s
|
dmd.pattern=https://udd.debian.org/dmd.cgi?email1=%(email)s
|
||||||
lintian.pattern=https://lintian.debian.org/maintainer/%(email)s.html
|
lintian.pattern=https://lintian.debian.org/maintainer/%(email)s.html
|
||||||
lintianfull.pattern=https://lintian.debian.org/full/%(email)s.html
|
lintianfull.pattern=https://lintian.debian.org/full/%(email)s.html
|
||||||
piuparts.pattern=https://piuparts.debian.org/sid/maintainer/%(firstchar)s/%(email)s.html
|
piuparts.pattern=https://piuparts.debian.org/sid/maintainer/%(firstchar)s/%(email)s.html
|
||||||
patchtracker.pattern=http://patch-tracker.debian.org/email/%(email)s
|
patchtracker.pattern=http://patch-tracker.debian.org/email/%(email)s
|
||||||
duck.pattern=http://duck.debian.net/persons/%(email)s.html
|
duck.pattern=http://duck.debian.net/persons/%(email)s.html
|
||||||
|
janitor.pattern=https://janitor.debian.net/m/%(email)s
|
||||||
|
|
||||||
[lists]
|
[lists]
|
||||||
urls=dolists,adolists,gmane
|
urls=dolists,adolists
|
||||||
dolists.pattern=https://lists.debian.org/cgi-bin/search?P="%%22%(name)s%%22&SORT=0
|
dolists.pattern=https://lists.debian.org/cgi-bin/search?P="%%22%(name)s%%22&SORT=0
|
||||||
adolists.pattern=https://www.google.com/search?q=site%%3Alists.alioth.debian.org+%%22%(name)s%%22
|
adolists.pattern=https://www.google.com/search?q=site%%3Alists.alioth.debian.org+%%22%(name)s%%22
|
||||||
gmane.pattern=http://search.gmane.org/?email=%(name)s&group=gmane.linux.debian.*
|
|
||||||
# debconf list search has a tricky URL format
|
# debconf list search has a tricky URL format
|
||||||
# http://lists.debconf.org/lurker/search \
|
# http://lists.debconf.org/lurker/search \
|
||||||
# /20100510.202949.00000000@au:%(firstname)s,au:%(lastname)s.en.html
|
# /20100510.202949.00000000@au:%(firstname)s,au:%(lastname)s.en.html
|
||||||
|
|
@ -69,7 +69,7 @@ people.pattern=https://people.debian.org/~%(username)s/
|
||||||
people.optional=true
|
people.optional=true
|
||||||
|
|
||||||
[membership]
|
[membership]
|
||||||
urls=nm,dbfinger,db,webid,alioth,wiki,forum
|
urls=nm,dbfinger,db,webid,salsa,wiki,forum
|
||||||
nm.pattern=https://nm.debian.org/public/nmstatus/%(username)s
|
nm.pattern=https://nm.debian.org/public/nmstatus/%(username)s
|
||||||
dbfinger.pattern=finger %(username)s@db.debian.org
|
dbfinger.pattern=finger %(username)s@db.debian.org
|
||||||
dbfinger.type=finger
|
dbfinger.type=finger
|
||||||
|
|
@ -78,14 +78,14 @@ db.pattern=https://db.debian.org/search.cgi?uid=%(username)s&dosearch=Search
|
||||||
db.optional=true
|
db.optional=true
|
||||||
webid.pattern=http://webid.debian.net/maintainers/%(username)s
|
webid.pattern=http://webid.debian.net/maintainers/%(username)s
|
||||||
webid.optional=true
|
webid.optional=true
|
||||||
alioth.pattern=https://alioth.debian.org/users/%(aliothusername)s/
|
salsa.pattern=https://salsa.debian.org/%(salsausername)s
|
||||||
alioth.optional=true
|
salsa.optional=true
|
||||||
wiki.pattern=https://wiki.debian.org/%(wikihomepage)s
|
wiki.pattern=https://wiki.debian.org/%(wikihomepage)s
|
||||||
forum.pattern=http://forums.debian.net/memberlist.php?mode=viewprofile&u=%(forumsid)s
|
forum.pattern=http://forums.debian.net/memberlist.php?mode=viewprofile&u=%(forumsid)s
|
||||||
forum.optional=true
|
forum.optional=true
|
||||||
|
|
||||||
[miscellaneous]
|
[miscellaneous]
|
||||||
urls=debtags,links,planetname,planetuser,website,search,gpgfinger,gpgweb,contrib
|
urls=debtags,links,planetname,planetuser,website,search,gpgfinger,gpgweb,contrib,repology
|
||||||
debtags.pattern=https://debtags.debian.org/reports/maint/%(email)s
|
debtags.pattern=https://debtags.debian.org/reports/maint/%(email)s
|
||||||
planetname.pattern=https://planet-search.debian.org/cgi-bin/search.cgi?terms=%%22%(name)s%%22
|
planetname.pattern=https://planet-search.debian.org/cgi-bin/search.cgi?terms=%%22%(name)s%%22
|
||||||
planetuser.pattern=https://planet-search.debian.org/cgi-bin/search.cgi?terms=%%22%(username)s%%22
|
planetuser.pattern=https://planet-search.debian.org/cgi-bin/search.cgi?terms=%%22%(username)s%%22
|
||||||
|
|
@ -101,6 +101,8 @@ gpgweb.optional=true
|
||||||
nm.pattern=https://nm.debian.org/public/person/%(username)s
|
nm.pattern=https://nm.debian.org/public/person/%(username)s
|
||||||
contrib.pattern=https://contributors.debian.org/contributor/%(email)s
|
contrib.pattern=https://contributors.debian.org/contributor/%(email)s
|
||||||
contrib.optional=true
|
contrib.optional=true
|
||||||
|
repology.pattern=https://repology.org/maintainer/%(email)s
|
||||||
|
repology.optional=true
|
||||||
|
|
||||||
[ssh]
|
[ssh]
|
||||||
# SSH functions
|
# SSH functions
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# Debian Member Portfolio Service url builder
|
# Debian Member Portfolio Service url builder
|
||||||
#
|
#
|
||||||
# Copyright © 2009-2015 Jan Dittberner <jan@dittberner.info>
|
# Copyright © 2009-2020 Jan Dittberner <jan@dittberner.info>
|
||||||
#
|
#
|
||||||
# This file is part of the Debian Member Portfolio Service.
|
# This file is part of the Debian Member Portfolio Service.
|
||||||
#
|
#
|
||||||
|
|
@ -45,7 +45,7 @@ _FIELDNAMES_MAP = {
|
||||||
'gpgfp': N_('GPG fingerprint'),
|
'gpgfp': N_('GPG fingerprint'),
|
||||||
'username': N_('Debian user name'),
|
'username': N_('Debian user name'),
|
||||||
'nonddemail': N_('Non Debian email address'),
|
'nonddemail': N_('Non Debian email address'),
|
||||||
'aliothusername': N_('Alioth user name'),
|
'salsausername': N_('Salsa user name'),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -73,7 +73,7 @@ def _build_quoted_fields(fields):
|
||||||
qfields[key] = quote_plus(value)
|
qfields[key] = quote_plus(value)
|
||||||
else:
|
else:
|
||||||
qfields[key] = value
|
qfields[key] = value
|
||||||
qfields[key] = qfields[key].replace('%', '%%')
|
qfields[key] = str(qfields[key]).replace('%', '%%')
|
||||||
|
|
||||||
if 'gpgfp' not in qfields:
|
if 'gpgfp' not in qfields:
|
||||||
fpr = keyfinder.getFingerprintByEmail(fields['email'].encode('utf8'))
|
fpr = keyfinder.getFingerprintByEmail(fields['email'].encode('utf8'))
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
{# vim: ft=jinja
|
{# vim: ft=jinja
|
||||||
Base template for XHTML templates.
|
Base template for XHTML templates.
|
||||||
Copyright © 2009-2017 Jan Dittberner <jan@dittberner.info>
|
Copyright © 2009-2020 Jan Dittberner <jan@dittberner.info>
|
||||||
|
|
||||||
This file is part of the Debian Member Portfolio service.
|
This file is part of the Debian Member Portfolio service.
|
||||||
|
|
||||||
|
|
@ -37,8 +37,8 @@ with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<img alt="{{ _('AGPL - Free Software') }}" id="agpllogo" src="{{ url_for('static', filename='images/agplv3-88x31.png') }}" width="88" height="31" />
|
<img alt="{{ _('AGPL - Free Software') }}" id="agpllogo" src="{{ url_for('static', filename='images/agplv3-88x31.png') }}" width="88" height="31" />
|
||||||
<p>{% trans browseurl='https://debianstuff.dittberner.info/gitweb/?p=debianmemberportfolio.git;a=summary', cloneurl='https://debianstuff.dittberner.info/git/debianmemberportfolio.git', weblateurl='https://hosted.weblate.org/projects/debian-member-portfolio-service/' %}The service is available under the terms of the <a href="https://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You can <a href="{{ browseurl }}" title="Gitweb repository browser URL">browse the source code</a> or clone it from <a href="{{ cloneurl }}" title="git clone URL">{{ cloneurl }}</a> using <a href="https://git-scm.com/">git</a>. If you want to translate this service to your language you can contribute at <a href="{{ weblateurl }}" title="Debian Member Portfolio Service at Weblate">Weblate</a>.{% endtrans %}</p>
|
<p>{% trans browseurl='https://git.dittberner.info/jan/debianmemberportfolio', cloneurl='https://git.dittberner.info/jan/debianmemberportfolio.git', weblateurl='https://hosted.weblate.org/projects/debian-member-portfolio-service/' %}The service is available under the terms of the <a href="https://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You can <a href="{{ browseurl }}" title="Gitweb repository browser URL">browse the source code</a> or clone it from <a href="{{ cloneurl }}" title="git clone URL">{{ cloneurl }}</a> using <a href="https://git-scm.com/">git</a>. If you want to translate this service to your language you can contribute at <a href="{{ weblateurl }}" title="Debian Member Portfolio Service at Weblate">Weblate</a>.{% endtrans %}</p>
|
||||||
<p>{{ _('Copyright © 2009-2017 Jan Dittberner') }}</p>
|
<p>{{ _('Copyright © 2009-2020 Jan Dittberner') }}</p>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var flattr_url = '{{ request.scheme }}://portfolio.debian.net/';
|
var flattr_url = '{{ request.scheme }}://portfolio.debian.net/';
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
{#
|
{#
|
||||||
Template for the data input form.
|
Template for the data input form.
|
||||||
|
|
||||||
Copyright © 2009-2015 Jan Dittberner <jan@dittberner.info>
|
Copyright © 2009-2020 Jan Dittberner <jan@dittberner.info>
|
||||||
|
|
||||||
This file is part of the Debian Member Portfolio service.
|
This file is part of the Debian Member Portfolio service.
|
||||||
|
|
||||||
|
|
@ -67,12 +67,12 @@ with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
</label><br />
|
</label><br />
|
||||||
{{ form.nonddemail }}
|
{{ form.nonddemail }}
|
||||||
</div>
|
</div>
|
||||||
<div id="aliothusernamefield"{% if form.aliothusername.errors %} class="witherrors"{% endif %}>
|
<div id="salsausernamefield"{% if form.salsausername.errors %} class="witherrors"{% endif %}>
|
||||||
<label for="aliothusername">{{ _('Alioth user name:') }}{% if form.aliothusername.errors %}<br />
|
<label for="salsausername">{{ _('Salsa user name:') }}{% if form.salsausername.errors %}<br />
|
||||||
<span class="errormsg">{{ form.aliothusername.errors|join(', ') }}</span>
|
<span class="errormsg">{{ form.salsausername.errors|join(', ') }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</label><br />
|
</label><br />
|
||||||
{{ form.aliothusername }}
|
{{ form.salsausername }}
|
||||||
</div>
|
</div>
|
||||||
<div id="wikihomepagefield"{% if form.wikihomepage.errors %} class="witherrors"{% endif %}>
|
<div id="wikihomepagefield"{% if form.wikihomepage.errors %} class="witherrors"{% endif %}>
|
||||||
<label for="wikihomepage">{{ _('Wiki user name:') }}{% if form.wikihomepage.errors %}<br />
|
<label for="wikihomepage">{{ _('Wiki user name:') }}{% if form.wikihomepage.errors %}<br />
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{# vim: ft=jinja
|
{# vim: ft=jinja
|
||||||
Helper JavaScript for the data input form.
|
Helper JavaScript for the data input form.
|
||||||
Copyright © 2009, 2010, 2015 Jan Dittberner <jan@dittberner.info>
|
Copyright © 2009-2020, Jan Dittberner <jan@dittberner.info>
|
||||||
|
|
||||||
This file is part of the Debian Member Portfolio service.
|
This file is part of the Debian Member Portfolio service.
|
||||||
|
|
||||||
|
|
@ -19,13 +19,13 @@ with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
#}
|
#}
|
||||||
var defaulthiddendivs = new Array(
|
var defaulthiddendivs = new Array(
|
||||||
'#namefield', '#gpgfpfield', '#usernamefield', '#nonddemailfield',
|
'#namefield', '#gpgfpfield', '#usernamefield', '#nonddemailfield',
|
||||||
'#aliothusernamefield', '#wikihomepagefield', '#forumsidfield');
|
'#salsausernamefield', '#wikihomepagefield', '#forumsidfield');
|
||||||
var maskedfielddivs = new Array(
|
var maskedfielddivs = new Array(
|
||||||
'#namefield', '#gpgfpfield', '#usernamefield', '#nonddemailfield',
|
'#namefield', '#gpgfpfield', '#usernamefield', '#nonddemailfield',
|
||||||
'#aliothusernamefield', '#wikihomepagefield', '#forumsidfield');
|
'#salsausernamefield', '#wikihomepagefield', '#forumsidfield');
|
||||||
var allfielddivs = new Array(
|
var allfielddivs = new Array(
|
||||||
'#namefield', '#gpgfpfield', '#usernamefield', '#nonddemailfield',
|
'#namefield', '#gpgfpfield', '#usernamefield', '#nonddemailfield',
|
||||||
'#aliothusernamefield', '#wikihomepagefield', '#forumsidfield');
|
'#salsausernamefield', '#wikihomepagefield', '#forumsidfield');
|
||||||
|
|
||||||
function updateFields(data, textStatus) {
|
function updateFields(data, textStatus) {
|
||||||
if (data.type == 2) { // DD
|
if (data.type == 2) { // DD
|
||||||
|
|
@ -34,14 +34,14 @@ function updateFields(data, textStatus) {
|
||||||
$('#username').prop('value', data.username).prop(
|
$('#username').prop('value', data.username).prop(
|
||||||
'readonly', 'readonly');
|
'readonly', 'readonly');
|
||||||
$('#nonddemail').prop('value', data.email).focus();
|
$('#nonddemail').prop('value', data.email).focus();
|
||||||
$('#aliothusername').prop('value', data.username);
|
$('#salsausername').prop('value', data.username);
|
||||||
$('#wikihomepage').prop('value', data.wikihomepage);
|
$('#wikihomepage').prop('value', data.wikihomepage);
|
||||||
|
|
||||||
$('#namefield').show();
|
$('#namefield').show();
|
||||||
$('#gpgfpfield').show();
|
$('#gpgfpfield').show();
|
||||||
$('#usernamefield').show();
|
$('#usernamefield').show();
|
||||||
$('#nonddemailfield').show();
|
$('#nonddemailfield').show();
|
||||||
$('#aliothusernamefield').show();
|
$('#salsausernamefield').show();
|
||||||
$('#wikihomepagefield').show();
|
$('#wikihomepagefield').show();
|
||||||
$('#forumsidfield').show();
|
$('#forumsidfield').show();
|
||||||
|
|
||||||
|
|
@ -57,11 +57,11 @@ function updateFields(data, textStatus) {
|
||||||
$('#gpgfpfield').show();
|
$('#gpgfpfield').show();
|
||||||
$('#usernamefield').hide();
|
$('#usernamefield').hide();
|
||||||
$('#nonddemailfield').hide();
|
$('#nonddemailfield').hide();
|
||||||
$('#aliothusernamefield').show();
|
$('#salsausernamefield').show();
|
||||||
$('#wikihomepagefield').show();
|
$('#wikihomepagefield').show();
|
||||||
$('#forumsidfield').show();
|
$('#forumsidfield').show();
|
||||||
|
|
||||||
$('#aliothusername').focus().select();
|
$('#salsausername').focus().select();
|
||||||
} else {
|
} else {
|
||||||
$('#nonddemail').prop('value', data.email);
|
$('#nonddemail').prop('value', data.email);
|
||||||
$('#name').removeAttr('readonly');
|
$('#name').removeAttr('readonly');
|
||||||
|
|
@ -72,7 +72,7 @@ function updateFields(data, textStatus) {
|
||||||
$('#gpgfpfield').hide();
|
$('#gpgfpfield').hide();
|
||||||
$('#nonddemailfield').hide();
|
$('#nonddemailfield').hide();
|
||||||
$('#namefield').show();
|
$('#namefield').show();
|
||||||
$('#aliothusernamefield').show();
|
$('#salsausernamefield').show();
|
||||||
$('#wikihomepagefield').show();
|
$('#wikihomepagefield').show();
|
||||||
$('#forumsidfield').show();
|
$('#forumsidfield').show();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,25 +7,26 @@
|
||||||
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
"Project-Id-Version: Debian Member Portfolio Service 0.6.4\n"
|
||||||
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
"POT-Creation-Date: 2017-09-10 10:49+0200\n"
|
"POT-Creation-Date: 2020-10-27 08:36+0100\n"
|
||||||
"PO-Revision-Date: 2017-02-17 11:19+0000\n"
|
"PO-Revision-Date: 2020-10-27 08:37+0100\n"
|
||||||
"Last-Translator: Jan Dittberner <jandd@debian.org>\n"
|
"Last-Translator: Jan Dittberner <jan@dittberner.info>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"Language-Team: German <https://hosted.weblate.org/projects/debian-member-"
|
"Language-Team: German <https://hosted.weblate.org/projects/debian-member-"
|
||||||
"portfolio-service/translations/de/>\n"
|
"portfolio-service/translations/de/>\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.5.0\n"
|
"Generated-By: Babel 2.8.0\n"
|
||||||
|
"X-Generator: Poedit 2.4.1\n"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:64
|
||||||
msgid "JSON"
|
msgid "JSON"
|
||||||
msgstr "JSON"
|
msgstr "JSON"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:64
|
||||||
msgid "HTML"
|
msgid "HTML"
|
||||||
msgstr "HTML"
|
msgstr "HTML"
|
||||||
|
|
||||||
|
|
@ -52,13 +53,12 @@ msgstr "Fehler"
|
||||||
#: debianmemberportfolio/views.py:47
|
#: debianmemberportfolio/views.py:47
|
||||||
msgid ""
|
msgid ""
|
||||||
"bugs received\n"
|
"bugs received\n"
|
||||||
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org"
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
"/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Erhaltene Fehlerberichte\n"
|
"Erhaltene Fehlerberichte\n"
|
||||||
"(Anmerkung: Co-Maintainer werden nicht aufgeführt, siehe <a "
|
"(Anmerkung: Co-Maintainer werden nicht aufgeführt, siehe <a href=\"https://"
|
||||||
"href=\"https://bugs.debian.org/cgi-"
|
"bugs.debian.org/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:51
|
#: debianmemberportfolio/views.py:51
|
||||||
msgid "bugs reported"
|
msgid "bugs reported"
|
||||||
|
|
@ -113,8 +113,7 @@ msgstr "Lintian-Berichte"
|
||||||
#: debianmemberportfolio/views.py:68
|
#: debianmemberportfolio/views.py:68
|
||||||
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"vollständige Lintian-Berichte (d.h. inklusive Meldungen der Stufe "
|
"vollständige Lintian-Berichte (d.h. inklusive Meldungen der Stufe \"info\")"
|
||||||
"\"info\")"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:70
|
#: debianmemberportfolio/views.py:70
|
||||||
msgid "piuparts"
|
msgid "piuparts"
|
||||||
|
|
@ -128,22 +127,22 @@ msgstr "Debian Nachverfolgungssystem für Patches"
|
||||||
msgid "Debian Url ChecKer"
|
msgid "Debian Url ChecKer"
|
||||||
msgstr "Debian URL-Prüfer"
|
msgstr "Debian URL-Prüfer"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:75
|
#: debianmemberportfolio/views.py:73
|
||||||
|
msgid "Debian Janitor"
|
||||||
|
msgstr "Debian Janitor"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:76
|
||||||
msgid "Mailing Lists"
|
msgid "Mailing Lists"
|
||||||
msgstr "Mailinglisten"
|
msgstr "Mailinglisten"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:76
|
#: debianmemberportfolio/views.py:77
|
||||||
msgid "lists.d.o"
|
msgid "lists.d.o"
|
||||||
msgstr "lists.d.o"
|
msgstr "lists.d.o"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:77
|
#: debianmemberportfolio/views.py:78
|
||||||
msgid "lists.a.d.o"
|
msgid "lists.a.d.o"
|
||||||
msgstr "lists.a.d.o"
|
msgstr "lists.a.d.o"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:78
|
|
||||||
msgid "gmane"
|
|
||||||
msgstr "Gmane"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:81
|
#: debianmemberportfolio/views.py:81
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Dateien"
|
msgstr "Dateien"
|
||||||
|
|
@ -156,82 +155,86 @@ msgstr "people.d.o"
|
||||||
msgid "oldpeople"
|
msgid "oldpeople"
|
||||||
msgstr "oldpeople"
|
msgstr "oldpeople"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:92
|
#: debianmemberportfolio/views.py:86
|
||||||
msgid "Alioth"
|
|
||||||
msgstr "Alioth"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:87
|
|
||||||
msgid "Membership"
|
msgid "Membership"
|
||||||
msgstr "Mitgliedschaft"
|
msgstr "Mitgliedschaft"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:88
|
#: debianmemberportfolio/views.py:87
|
||||||
msgid "NM"
|
msgid "NM"
|
||||||
msgstr "NM"
|
msgstr "NM"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:89
|
#: debianmemberportfolio/views.py:88
|
||||||
msgid "DB information via finger"
|
msgid "DB information via finger"
|
||||||
msgstr "DB-Informationen per finger"
|
msgstr "DB-Informationen per finger"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:90
|
#: debianmemberportfolio/views.py:89
|
||||||
msgid "DB information via HTTP"
|
msgid "DB information via HTTP"
|
||||||
msgstr "DB-Informationen per HTTP"
|
msgstr "DB-Informationen per HTTP"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:91
|
#: debianmemberportfolio/views.py:90
|
||||||
msgid "FOAF profile"
|
msgid "FOAF profile"
|
||||||
msgstr "FOAF-Profil"
|
msgstr "FOAF-Profil"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:93
|
#: debianmemberportfolio/views.py:91
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:92
|
||||||
msgid "Wiki"
|
msgid "Wiki"
|
||||||
msgstr "Wiki"
|
msgstr "Wiki"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:94
|
#: debianmemberportfolio/views.py:93
|
||||||
msgid "Forum"
|
msgid "Forum"
|
||||||
msgstr "Forum"
|
msgstr "Forum"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:97
|
#: debianmemberportfolio/views.py:96
|
||||||
msgid "Miscellaneous"
|
msgid "Miscellaneous"
|
||||||
msgstr "Sonstiges"
|
msgstr "Sonstiges"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:98
|
#: debianmemberportfolio/views.py:97
|
||||||
msgid "debtags"
|
msgid "debtags"
|
||||||
msgstr "debtags"
|
msgstr "debtags"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:99
|
#: debianmemberportfolio/views.py:98
|
||||||
msgid "Planet Debian (name)"
|
msgid "Planet Debian (name)"
|
||||||
msgstr "Planet Debian (Name)"
|
msgstr "Planet Debian (Name)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:100
|
#: debianmemberportfolio/views.py:99
|
||||||
msgid "Planet Debian (username)"
|
msgid "Planet Debian (username)"
|
||||||
msgstr "Planet Debian (Benutzername)"
|
msgstr "Planet Debian (Benutzername)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:101
|
#: debianmemberportfolio/views.py:100
|
||||||
msgid "links"
|
msgid "links"
|
||||||
msgstr "Links"
|
msgstr "Links"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:102
|
#: debianmemberportfolio/views.py:101
|
||||||
msgid "Debian website"
|
msgid "Debian website"
|
||||||
msgstr "Debian Webseite"
|
msgstr "Debian Webseite"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:103
|
#: debianmemberportfolio/views.py:102
|
||||||
msgid "Debian search"
|
msgid "Debian search"
|
||||||
msgstr "Debian-Suche"
|
msgstr "Debian-Suche"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:104
|
#: debianmemberportfolio/views.py:103
|
||||||
msgid "GPG public key via finger"
|
msgid "GPG public key via finger"
|
||||||
msgstr "öffentlicher GPG-Schlüssel per finger"
|
msgstr "öffentlicher GPG-Schlüssel per finger"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:105
|
#: debianmemberportfolio/views.py:104
|
||||||
msgid "GPG public key via HTTP"
|
msgid "GPG public key via HTTP"
|
||||||
msgstr "öffentlicher GPG-Schlüssel per HTTP"
|
msgstr "öffentlicher GPG-Schlüssel per HTTP"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:106
|
#: debianmemberportfolio/views.py:105
|
||||||
msgid "NM, AM participation"
|
msgid "NM, AM participation"
|
||||||
msgstr "NM-, AM-Mitwirkung"
|
msgstr "NM-, AM-Mitwirkung"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:107
|
#: debianmemberportfolio/views.py:106
|
||||||
msgid "Contribution information"
|
msgid "Contribution information"
|
||||||
msgstr "Debian Contributor-Informationen"
|
msgstr "Debian Contributor-Informationen"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "Repology information"
|
||||||
|
msgstr "Repology-Informationen"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:110
|
#: debianmemberportfolio/views.py:110
|
||||||
msgid "Information reachable via ssh (for Debian Members)"
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
msgstr "Per ssh erreichbare Informationen (für Debian Mitglieder)"
|
msgstr "Per ssh erreichbare Informationen (für Debian Mitglieder)"
|
||||||
|
|
@ -242,11 +245,11 @@ msgstr "Besitz von debian.net-Domains"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:112
|
#: debianmemberportfolio/views.py:112
|
||||||
msgid ""
|
msgid ""
|
||||||
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> "
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
"database information"
|
"information"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Informationen in der <a "
|
"Informationen in der <a href=\"https://wiki.debian.org/qa.debian.org/MIATeam"
|
||||||
"href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a>-Datenbank"
|
"\">MIA</a>-Datenbank"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:114
|
#: debianmemberportfolio/views.py:114
|
||||||
msgid "Group membership information"
|
msgid "Group membership information"
|
||||||
|
|
@ -281,8 +284,8 @@ msgid "Non Debian email address"
|
||||||
msgstr "Nicht-Debian-E-Mailadresse"
|
msgstr "Nicht-Debian-E-Mailadresse"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:48
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
msgid "Alioth user name"
|
msgid "Salsa user name"
|
||||||
msgstr "Alioth-Benutzername"
|
msgstr "Salsa-Benutzername"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:109
|
#: debianmemberportfolio/model/urlbuilder.py:109
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:113
|
#: debianmemberportfolio/model/urlbuilder.py:113
|
||||||
|
|
@ -301,16 +304,15 @@ msgstr "Debian-Logo"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:32
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This service has been inspired by Stefano Zacchiroli's <a "
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">DDPortfolio page in the "
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
"Debian Wiki</a>. You can create a set of customized links leading to a "
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
"Debian Member's or package maintainer's information regarding Debian."
|
"maintainer's information regarding Debian."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Dieser Dienst wurde durch Stefano Zacchirolis <a "
|
"Dieser Dienst wurde durch Stefano Zacchirolis <a href=\"http://wiki.debian."
|
||||||
"href=\"http://wiki.debian.org/DDPortfolio\">DDPortfolio-Seite im Debian "
|
"org/DDPortfolio\">DDPortfolio-Seite im Debian Wiki</a> inspiriert. Mit dem "
|
||||||
"Wiki</a> inspiriert. Mit dem Dienst können personalisierte Links zu "
|
"Dienst können personalisierte Links zu Informationen im Bezug auf Debian für "
|
||||||
"Informationen im Bezug auf Debian für Debian-Mitglieder und Paketbetreuer"
|
"Debian-Mitglieder und Paketbetreuer erzeugt werden."
|
||||||
" erzeugt werden."
|
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:39
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
msgid "AGPL - Free Software"
|
msgid "AGPL - Free Software"
|
||||||
|
|
@ -319,32 +321,32 @@ msgstr "AGPL - Freie Software"
|
||||||
#: debianmemberportfolio/templates/base.html:40
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The service is available under the terms of the <a "
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public"
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
" License</a> as published by the Free Software Foundation, either version"
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
" 3 of the License, or (at your option) any later version. You can <a "
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
"href=\"%(browseurl)s\" title=\"Gitweb repository browser URL\">browse the"
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
" source code</a> or clone it from <a href=\"%(cloneurl)s\" title=\"git "
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
"clone URL\">%(cloneurl)s</a> using <a href=\"https://git-"
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
"scm.com/\">git</a>. If you want to translate this service to your "
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
"language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
|
||||||
"Member Portfolio Service at Weblate\">Weblate</a>."
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Dieser Dienst wird unter den Bedingungen der <a "
|
"Dieser Dienst wird unter den Bedingungen der <a href=\"http://www.gnu.org/"
|
||||||
"href=\"http://www.gnu.org/licenses/agpl.html\">GNU Affero General Public "
|
"licenses/agpl.html\">GNU Affero General Public License</a>, so wie sie von "
|
||||||
"License</a>, so wie sie von der Free Software Foundation veröffentlicht "
|
"der Free Software Foundation veröffentlicht ist, bereitgestellt. Sie können "
|
||||||
"ist, bereitgestellt. Sie können entweder Version 3 oder (auf Ihren Wunsch"
|
"entweder Version 3 oder (auf Ihren Wunsch hin) jede spätere Version der "
|
||||||
" hin) jede spätere Version der Lizenz verwenden. Sie können sich <a "
|
"Lizenz verwenden. Sie können sich <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
"href=\"%(browseurl)s\" title=\"Gitweb Repository-Browser-URL\">den "
|
"Repository-Browser-URL\">den Quelltext ansehen</a> oder mit <a href=\"http://"
|
||||||
"Quelltext ansehen</a> oder mit <a href=\"http://git-scm.com\">git</a> von"
|
"git-scm.com\">git</a> von <a href=\"%(cloneurl)s\" title=\"Git Clone-URL\">"
|
||||||
" <a href=\"%(cloneurl)s\" title=\"Git Clone-URL\">%(cloneurl)s</a> "
|
"%(cloneurl)s</a> klonen. Wenn Sie diesen Service in Ihre Sprache übersetzen "
|
||||||
"klonen. Wenn Sie diesen Service in Ihre Sprache übersetzen möchten, "
|
"möchten, können Sie auf <a href=\"%(weblateurl)s\" title=\"Debian Member "
|
||||||
"können Sie auf <a href=\"%(weblateurl)s\" title=\"Debian Member Portfolio"
|
"Portfolio Service bei Weblate\">Weblate</a> dazu beitragen."
|
||||||
" Service bei Weblate\">Weblate</a> dazu beitragen."
|
|
||||||
|
|
||||||
|
# | msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
#: debianmemberportfolio/templates/base.html:41
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
msgid "Copyright © 2009-2017 Jan Dittberner"
|
#| msgid "Copyright © 2009-2019 Jan Dittberner"
|
||||||
msgstr "Copyright © 2009-2017 Jan Dittberner"
|
msgid "Copyright © 2009-2020 Jan Dittberner"
|
||||||
|
msgstr "Copyright © 2009-2020 Jan Dittberner"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:22
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
msgid "Enter your personal information"
|
msgid "Enter your personal information"
|
||||||
|
|
@ -379,8 +381,8 @@ msgid "Non Debian email address:"
|
||||||
msgstr "Nicht-Debian-E-Mailadresse:"
|
msgstr "Nicht-Debian-E-Mailadresse:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:71
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
msgid "Alioth user name:"
|
msgid "Salsa user name:"
|
||||||
msgstr "Alioth-Benutzername:"
|
msgstr "Salsa-Benutzername:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:78
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
msgid "Wiki user name:"
|
msgid "Wiki user name:"
|
||||||
|
|
@ -421,4 +423,3 @@ msgstr "Fehler bei der URL-Erzeugung:"
|
||||||
#: debianmemberportfolio/templates/showurls.html:59
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Neu beginnen"
|
msgstr "Neu beginnen"
|
||||||
|
|
||||||
|
|
|
||||||
411
debianmemberportfolio/translations/el/LC_MESSAGES/messages.po
Normal file
411
debianmemberportfolio/translations/el/LC_MESSAGES/messages.po
Normal file
|
|
@ -0,0 +1,411 @@
|
||||||
|
# German translations for the Debian Member Portfolio Service.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2009-2014 Jan Dittberner
|
||||||
|
# This file is distributed under the same license as the Debian Member
|
||||||
|
# Portfolio Service project.
|
||||||
|
# Translators:
|
||||||
|
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
|
"POT-Creation-Date: 2018-05-12 10:32+0200\n"
|
||||||
|
"PO-Revision-Date: 2019-06-26 21:00+0000\n"
|
||||||
|
"Last-Translator: THANOS SIOURDAKIS <siourdakisthanos@gmail.com>\n"
|
||||||
|
"Language-Team: Greek <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/el/>\n"
|
||||||
|
"Language: el\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 3.7.1-dev\n"
|
||||||
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "JSON"
|
||||||
|
msgstr "JSON"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "HTML"
|
||||||
|
msgstr "HTML"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:40
|
||||||
|
msgid "Overview"
|
||||||
|
msgstr "Επισκόπηση"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:41
|
||||||
|
msgid "Debian Member's Package Overview"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:42
|
||||||
|
msgid ""
|
||||||
|
"Debian Member's Package Overview\n"
|
||||||
|
"... showing all email addresses"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:46
|
||||||
|
msgid "Bugs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:47
|
||||||
|
msgid ""
|
||||||
|
"bugs received\n"
|
||||||
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:51
|
||||||
|
msgid "bugs reported"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:52
|
||||||
|
msgid "user tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:53
|
||||||
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:55
|
||||||
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:56
|
||||||
|
msgid "correspondent for bugs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:57
|
||||||
|
msgid "one year open bug history graph"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:60
|
||||||
|
msgid "Build"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:61
|
||||||
|
msgid "buildd.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:62
|
||||||
|
msgid "igloo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:65
|
||||||
|
msgid "Quality Assurance"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:66
|
||||||
|
msgid "maintainer dashboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:67
|
||||||
|
msgid "lintian reports"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:68
|
||||||
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:70
|
||||||
|
msgid "piuparts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:71
|
||||||
|
msgid "Debian patch tracking system"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:72
|
||||||
|
msgid "Debian Url ChecKer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:75
|
||||||
|
msgid "Mailing Lists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:76
|
||||||
|
msgid "lists.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:77
|
||||||
|
msgid "lists.a.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:78
|
||||||
|
msgid "gmane"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:81
|
||||||
|
msgid "Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:82
|
||||||
|
msgid "people.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:83
|
||||||
|
msgid "oldpeople"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
|
msgid "Alioth"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:87
|
||||||
|
msgid "Membership"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:88
|
||||||
|
msgid "NM"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:89
|
||||||
|
msgid "DB information via finger"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:90
|
||||||
|
msgid "DB information via HTTP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:91
|
||||||
|
msgid "FOAF profile"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:95
|
||||||
|
msgid "Forum"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:98
|
||||||
|
msgid "Miscellaneous"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:99
|
||||||
|
msgid "debtags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:100
|
||||||
|
msgid "Planet Debian (name)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
|
msgid "links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:103
|
||||||
|
msgid "Debian website"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:104
|
||||||
|
msgid "Debian search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:105
|
||||||
|
msgid "GPG public key via finger"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:106
|
||||||
|
msgid "GPG public key via HTTP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "NM, AM participation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:108
|
||||||
|
msgid "Contribution information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:109
|
||||||
|
msgid "Repology information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:112
|
||||||
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:113
|
||||||
|
msgid "owned debian.net domains"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:114
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
|
"information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:116
|
||||||
|
msgid "Group membership information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:119
|
||||||
|
msgid "Ubuntu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:120
|
||||||
|
msgid "Available patches from Ubuntu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
|
msgid "Email address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:44
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:45
|
||||||
|
msgid "GPG fingerprint"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:46
|
||||||
|
msgid "Debian user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
|
msgid "Non Debian email address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
|
msgid "Alioth user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
|
#, python-format
|
||||||
|
msgid "Missing input: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
|
msgid "Debian Member Portfolio Service"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
|
msgid "Debian Logo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
|
msgid ""
|
||||||
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
|
"maintainer's information regarding Debian."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
|
msgid "AGPL - Free Software"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
|
msgid "Enter your personal information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
|
msgid "Debian Member Portfolio"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
|
msgid "Email address:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
|
msgid "Show all form fields"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:43
|
||||||
|
msgid "Name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:50
|
||||||
|
msgid "GPG fingerprint:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:57
|
||||||
|
msgid "Debian user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
|
msgid "Non Debian email address:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
|
msgid "Alioth user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
|
msgid "Wiki user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
|
msgid "Forum user id:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
|
msgid "Output format:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
|
msgid "Your personal links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
|
msgid "Debian Member Porfolio"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "Usage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "URL"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
|
msgid "Error during URL creation:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
|
msgid "Restart"
|
||||||
|
msgstr ""
|
||||||
437
debianmemberportfolio/translations/es/LC_MESSAGES/messages.po
Normal file
437
debianmemberportfolio/translations/es/LC_MESSAGES/messages.po
Normal file
|
|
@ -0,0 +1,437 @@
|
||||||
|
# German translations for the Debian Member Portfolio Service.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2009-2014 Jan Dittberner
|
||||||
|
# This file is distributed under the same license as the Debian Member
|
||||||
|
# Portfolio Service project.
|
||||||
|
# Translators:
|
||||||
|
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
|
"POT-Creation-Date: 2018-05-12 10:32+0200\n"
|
||||||
|
"PO-Revision-Date: 2019-12-19 04:21+0000\n"
|
||||||
|
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||||
|
"Language-Team: Spanish <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/es/>\n"
|
||||||
|
"Language: es\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 3.10-dev\n"
|
||||||
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "JSON"
|
||||||
|
msgstr "JSON"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "HTML"
|
||||||
|
msgstr "HTML"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:40
|
||||||
|
msgid "Overview"
|
||||||
|
msgstr "Visión general"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:41
|
||||||
|
msgid "Debian Member's Package Overview"
|
||||||
|
msgstr "Visión general de paquetes del miembro de Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:42
|
||||||
|
msgid ""
|
||||||
|
"Debian Member's Package Overview\n"
|
||||||
|
"... showing all email addresses"
|
||||||
|
msgstr ""
|
||||||
|
"Visión general de paquetes del miembro de Debian\n"
|
||||||
|
"… se muestran todas las direcciones de correo"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:46
|
||||||
|
msgid "Bugs"
|
||||||
|
msgstr "Fallos"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:47
|
||||||
|
msgid ""
|
||||||
|
"bugs received\n"
|
||||||
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
msgstr ""
|
||||||
|
"fallos recibidos\n"
|
||||||
|
"(nota: no se muestran los corresponsables; véase el informe <a href=\""
|
||||||
|
"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430986\">n.º 430986</a>)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:51
|
||||||
|
msgid "bugs reported"
|
||||||
|
msgstr "fallos informados"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:52
|
||||||
|
msgid "user tags"
|
||||||
|
msgstr "etiquetas de usuario"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:53
|
||||||
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
|
msgstr ""
|
||||||
|
"todos los mensajes (esto es, búsqueda de texto completo del nombre de "
|
||||||
|
"desarrollador/a en todos los registros de informes)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:55
|
||||||
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
msgstr "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:56
|
||||||
|
msgid "correspondent for bugs"
|
||||||
|
msgstr "contacto para fallos"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:57
|
||||||
|
msgid "one year open bug history graph"
|
||||||
|
msgstr "gráfico de histórico anual de informes de error abiertos"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:60
|
||||||
|
msgid "Build"
|
||||||
|
msgstr "Generación de paquetes"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:61
|
||||||
|
msgid "buildd.d.o"
|
||||||
|
msgstr "buildd.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:62
|
||||||
|
msgid "igloo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:65
|
||||||
|
msgid "Quality Assurance"
|
||||||
|
msgstr "Control de calidad"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:66
|
||||||
|
msgid "maintainer dashboard"
|
||||||
|
msgstr "tablero de responsable"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:67
|
||||||
|
msgid "lintian reports"
|
||||||
|
msgstr "informes de lintian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:68
|
||||||
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
|
msgstr ""
|
||||||
|
"informes íntegros de lintian (es decir, incluyen mensajes de nivel «info»)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:70
|
||||||
|
msgid "piuparts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:71
|
||||||
|
msgid "Debian patch tracking system"
|
||||||
|
msgstr "Sistema de control de parches de Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:72
|
||||||
|
msgid "Debian Url ChecKer"
|
||||||
|
msgstr "Comprobador de URL de Debian (DUCK)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:75
|
||||||
|
msgid "Mailing Lists"
|
||||||
|
msgstr "Listas de correo"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:76
|
||||||
|
msgid "lists.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:77
|
||||||
|
msgid "lists.a.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:78
|
||||||
|
msgid "gmane"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:81
|
||||||
|
msgid "Files"
|
||||||
|
msgstr "Archivos"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:82
|
||||||
|
msgid "people.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:83
|
||||||
|
msgid "oldpeople"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
|
msgid "Alioth"
|
||||||
|
msgstr "Alioth"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:87
|
||||||
|
msgid "Membership"
|
||||||
|
msgstr "Membresía"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:88
|
||||||
|
msgid "NM"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:89
|
||||||
|
msgid "DB information via finger"
|
||||||
|
msgstr "Información de BD a través de Finger"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:90
|
||||||
|
msgid "DB information via HTTP"
|
||||||
|
msgstr "Información de BD a través de HTTP"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:91
|
||||||
|
msgid "FOAF profile"
|
||||||
|
msgstr "Perfil de FOAF"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr "Wiki"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:95
|
||||||
|
msgid "Forum"
|
||||||
|
msgstr "Foro"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:98
|
||||||
|
msgid "Miscellaneous"
|
||||||
|
msgstr "Varios"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:99
|
||||||
|
msgid "debtags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:100
|
||||||
|
msgid "Planet Debian (name)"
|
||||||
|
msgstr "Planet Debian (nombre)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr "Planet Debian (nombre de usuario)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
|
msgid "links"
|
||||||
|
msgstr "enlaces"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:103
|
||||||
|
msgid "Debian website"
|
||||||
|
msgstr "Sitio web de Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:104
|
||||||
|
msgid "Debian search"
|
||||||
|
msgstr "Búsqueda en Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:105
|
||||||
|
msgid "GPG public key via finger"
|
||||||
|
msgstr "Clave pública de GPG a través de Finger"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:106
|
||||||
|
msgid "GPG public key via HTTP"
|
||||||
|
msgstr "Clave pública de GPG a través de HTTP"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "NM, AM participation"
|
||||||
|
msgstr "Participación en NM y AM"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:108
|
||||||
|
msgid "Contribution information"
|
||||||
|
msgstr "Información de contribución"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:109
|
||||||
|
msgid "Repology information"
|
||||||
|
msgstr "Información de Repology"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:112
|
||||||
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
|
msgstr "Información accesible a través de SSH (para miembros de Debian)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:113
|
||||||
|
msgid "owned debian.net domains"
|
||||||
|
msgstr "titularidad de dominios debian.net"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:114
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
|
"information"
|
||||||
|
msgstr ""
|
||||||
|
"Información de la base de datos <a href=\"https://wiki.debian.org/qa.debian."
|
||||||
|
"org/MIATeam\">MIA</a>"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:116
|
||||||
|
msgid "Group membership information"
|
||||||
|
msgstr "Información de membresía a grupos"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:119
|
||||||
|
msgid "Ubuntu"
|
||||||
|
msgstr "Ubuntu"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:120
|
||||||
|
msgid "Available patches from Ubuntu"
|
||||||
|
msgstr "Parches de Ubuntu disponibles"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
|
msgid "Email address"
|
||||||
|
msgstr "Dirección de correo"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:44
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nombre"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:45
|
||||||
|
msgid "GPG fingerprint"
|
||||||
|
msgstr "Huella GPG"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:46
|
||||||
|
msgid "Debian user name"
|
||||||
|
msgstr "Nombre de usuario de Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
|
msgid "Non Debian email address"
|
||||||
|
msgstr "Direcciones de correo no de Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr "Nombre de usuario de Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
|
msgid "Alioth user name"
|
||||||
|
msgstr "Nombre de usuario de Alioth"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
|
#, python-format
|
||||||
|
msgid "Missing input: %s"
|
||||||
|
msgstr "Falta la entrada: %s"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
|
msgid "Debian Member Portfolio Service"
|
||||||
|
msgstr "Servicio de portafolios para miembros de Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
|
msgid "Debian Logo"
|
||||||
|
msgstr "Logotipo de Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
|
msgid ""
|
||||||
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
|
"maintainer's information regarding Debian."
|
||||||
|
msgstr ""
|
||||||
|
"La inspiración para este servicio provino de la <a href=\""
|
||||||
|
"https://wiki.debian.org/DDPortfolio\">página «DDPortfolio» del wiki de "
|
||||||
|
"Debian</a>, ideada por Stefano Zacchiroli. Puede crear un juego de enlaces "
|
||||||
|
"personalizados que apunten a la información relacionada con Debian sobre un/"
|
||||||
|
"a miembro del proyecto o responsable de paquete."
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
|
msgid "AGPL - Free Software"
|
||||||
|
msgstr "AGPL: «software» libre"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
|
msgstr ""
|
||||||
|
"El servicio se pone a su disposición en virtud de los términos de la <a href="
|
||||||
|
"\"https://www.gnu.org/licenses/agpl.html\">Licencia Pública General Affero "
|
||||||
|
"de GNU</a>, tal como la publica al Free Software Foundation, sea bien la "
|
||||||
|
"versión 3 de la Licencia o bien cualquier otra versión posterior de su "
|
||||||
|
"preferencia. Puede <a href=\"%(browseurl)s\" title=\"URL del explorador de "
|
||||||
|
"repositorios Gitweb\">explorar el código fuente</a> o clonarlo desde <a href="
|
||||||
|
"\"%(cloneurl)s\" title=\"URL para utilizar con «git clone»\">%(cloneurl)s</a>"
|
||||||
|
" sirviéndose de <a href=\"https://git-scm.com/\">git</a>. Si quiere "
|
||||||
|
"contribuir traduciendo este servicio a su lengua, puede hacerlo a través de <"
|
||||||
|
"a href=\"%(weblateurl)s\" title=\"Servicio de portafolios de miembros de "
|
||||||
|
"Debian en Weblate\">Weblate</a>."
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
msgstr "Derechos de autor © 2009-2018 Jan Dittberner"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
|
msgid "Enter your personal information"
|
||||||
|
msgstr "Proporcione su información personal"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
|
msgid "Debian Member Portfolio"
|
||||||
|
msgstr "Portafolio de miembro de Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
|
msgid "Email address:"
|
||||||
|
msgstr "Dirección de correo:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
|
msgid "Show all form fields"
|
||||||
|
msgstr "Mostrar todos los campos del formulario"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:43
|
||||||
|
msgid "Name:"
|
||||||
|
msgstr "Nombre:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:50
|
||||||
|
msgid "GPG fingerprint:"
|
||||||
|
msgstr "Huella GPG:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:57
|
||||||
|
msgid "Debian user name:"
|
||||||
|
msgstr "Nombre de usuario de Debian:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
|
msgid "Non Debian email address:"
|
||||||
|
msgstr "Dirección de correo no de Debian:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr "Nombre de usuario de Salsa:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
|
msgid "Alioth user name:"
|
||||||
|
msgstr "Nombre de usuario de Alioth:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
|
msgid "Wiki user name:"
|
||||||
|
msgstr "Nombre de usuario del wiki:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
|
msgid "Forum user id:"
|
||||||
|
msgstr "Identificador de usuario del foro:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
|
msgid "Output format:"
|
||||||
|
msgstr "Formato de salida:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
|
msgstr "Crear los URL para portafolio de miembro de Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
|
msgid "Your personal links"
|
||||||
|
msgstr "Sus enlaces personales"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
|
msgid "Debian Member Porfolio"
|
||||||
|
msgstr "Portafolio de miembro de Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "Usage"
|
||||||
|
msgstr "Uso"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "URL"
|
||||||
|
msgstr "URL"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
|
msgid "Error during URL creation:"
|
||||||
|
msgstr "Se produjo un error al crear el URL:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
|
msgid "Restart"
|
||||||
|
msgstr "Reiniciar"
|
||||||
|
|
@ -9,23 +9,24 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Debian Member Portfolio Service\n"
|
"Project-Id-Version: Debian Member Portfolio Service\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2017-09-10 10:49+0200\n"
|
"POT-Creation-Date: 2018-02-09 10:14+0100\n"
|
||||||
"PO-Revision-Date: 2014-01-11 01:29+0100\n"
|
"PO-Revision-Date: 2019-09-17 14:24+0000\n"
|
||||||
"Last-Translator: Jan Dittberner <jan@dittberner.info>\n"
|
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||||
|
"Language-Team: French <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/fr/>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
"Language-Team: French "
|
|
||||||
"(https://www.transifex.com/projects/p/debportfolioservice/language/fr/)\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 3.9-dev\n"
|
||||||
"Generated-By: Babel 2.5.0\n"
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "JSON"
|
msgid "JSON"
|
||||||
msgstr "JSON"
|
msgstr "JSON"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "HTML"
|
msgid "HTML"
|
||||||
msgstr "HTML"
|
msgstr "HTML"
|
||||||
|
|
||||||
|
|
@ -52,12 +53,11 @@ msgstr "Bogues"
|
||||||
#: debianmemberportfolio/views.py:47
|
#: debianmemberportfolio/views.py:47
|
||||||
msgid ""
|
msgid ""
|
||||||
"bugs received\n"
|
"bugs received\n"
|
||||||
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org"
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-bin/"
|
||||||
"/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
"bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Bogues reçus\n"
|
"Bogues reçus\n"
|
||||||
"(note : co-responsables non listés, voir <a "
|
"(note : co-responsables non listés, voir <a href=\"https://bugs.debian.org/cgi-"
|
||||||
"href=\"https://bugs.debian.org/cgi-"
|
|
||||||
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:51
|
#: debianmemberportfolio/views.py:51
|
||||||
|
|
@ -71,8 +71,8 @@ msgstr "Tags utilisateur"
|
||||||
#: debianmemberportfolio/views.py:53
|
#: debianmemberportfolio/views.py:53
|
||||||
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tous les messages (c-à-d, recherche plein texte sur le nom du développeur"
|
"Tous les messages (c-à-d, recherche plein texte sur le nom du développeur dans "
|
||||||
" dans tous les journaux de bogue)"
|
"tous les journaux de bogue)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:55
|
#: debianmemberportfolio/views.py:55
|
||||||
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
@ -88,7 +88,7 @@ msgstr "Graphique de l'évolution des bogues ouverts sur l'année écoulée"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:60
|
#: debianmemberportfolio/views.py:60
|
||||||
msgid "Build"
|
msgid "Build"
|
||||||
msgstr "Build"
|
msgstr "Construire"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:61
|
#: debianmemberportfolio/views.py:61
|
||||||
msgid "buildd.d.o"
|
msgid "buildd.d.o"
|
||||||
|
|
@ -104,7 +104,7 @@ msgstr "Assurance qualité"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:66
|
#: debianmemberportfolio/views.py:66
|
||||||
msgid "maintainer dashboard"
|
msgid "maintainer dashboard"
|
||||||
msgstr ""
|
msgstr "tableau de bord du mainteneur"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:67
|
#: debianmemberportfolio/views.py:67
|
||||||
msgid "lintian reports"
|
msgid "lintian reports"
|
||||||
|
|
@ -124,7 +124,7 @@ msgstr "Système de suivi des patchs de Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:72
|
#: debianmemberportfolio/views.py:72
|
||||||
msgid "Debian Url ChecKer"
|
msgid "Debian Url ChecKer"
|
||||||
msgstr ""
|
msgstr "Vérificateur d'Url Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:75
|
#: debianmemberportfolio/views.py:75
|
||||||
msgid "Mailing Lists"
|
msgid "Mailing Lists"
|
||||||
|
|
@ -152,9 +152,9 @@ msgstr "people.d.o"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:83
|
#: debianmemberportfolio/views.py:83
|
||||||
msgid "oldpeople"
|
msgid "oldpeople"
|
||||||
msgstr "oldpeople"
|
msgstr "anciens"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:92
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
msgid "Alioth"
|
msgid "Alioth"
|
||||||
msgstr "Alioth"
|
msgstr "Alioth"
|
||||||
|
|
||||||
|
|
@ -168,97 +168,99 @@ msgstr "NM"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:89
|
#: debianmemberportfolio/views.py:89
|
||||||
msgid "DB information via finger"
|
msgid "DB information via finger"
|
||||||
msgstr "BD d'informations via finger"
|
msgstr "BD d’informations via finger"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:90
|
#: debianmemberportfolio/views.py:90
|
||||||
msgid "DB information via HTTP"
|
msgid "DB information via HTTP"
|
||||||
msgstr "BD d'informations via HTTP"
|
msgstr "BD d’informations via HTTP"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:91
|
#: debianmemberportfolio/views.py:91
|
||||||
msgid "FOAF profile"
|
msgid "FOAF profile"
|
||||||
msgstr ""
|
msgstr "profil FOAF"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:93
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
msgid "Wiki"
|
msgid "Wiki"
|
||||||
msgstr "Wiki"
|
msgstr "Wiki"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:94
|
#: debianmemberportfolio/views.py:95
|
||||||
msgid "Forum"
|
msgid "Forum"
|
||||||
msgstr "Forum"
|
msgstr "Forum"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:97
|
#: debianmemberportfolio/views.py:98
|
||||||
msgid "Miscellaneous"
|
msgid "Miscellaneous"
|
||||||
msgstr "Divers"
|
msgstr "Divers"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:98
|
#: debianmemberportfolio/views.py:99
|
||||||
msgid "debtags"
|
msgid "debtags"
|
||||||
msgstr "Debtags"
|
msgstr "Debtags"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:99
|
|
||||||
msgid "Planet Debian (name)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:100
|
#: debianmemberportfolio/views.py:100
|
||||||
#, fuzzy
|
msgid "Planet Debian (name)"
|
||||||
msgid "Planet Debian (username)"
|
msgstr "Planet Debian (nom)"
|
||||||
msgstr "Nom d'utilisateur Debian"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:101
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr "Planet Debian (nom d’utilisateur)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
msgid "links"
|
msgid "links"
|
||||||
msgstr "Liens"
|
msgstr "Liens"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:102
|
#: debianmemberportfolio/views.py:103
|
||||||
msgid "Debian website"
|
msgid "Debian website"
|
||||||
msgstr "Site web de Debian"
|
msgstr "Site web de Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:103
|
#: debianmemberportfolio/views.py:104
|
||||||
msgid "Debian search"
|
msgid "Debian search"
|
||||||
msgstr "Recherche Debian"
|
msgstr "Recherche Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:104
|
#: debianmemberportfolio/views.py:105
|
||||||
msgid "GPG public key via finger"
|
msgid "GPG public key via finger"
|
||||||
msgstr "Clef GPG publique via finger"
|
msgstr "Clef GPG publique via finger"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:105
|
#: debianmemberportfolio/views.py:106
|
||||||
msgid "GPG public key via HTTP"
|
msgid "GPG public key via HTTP"
|
||||||
msgstr "Clef GPG publique via HTTP"
|
msgstr "Clef GPG publique via HTTP"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:106
|
|
||||||
msgid "NM, AM participation"
|
|
||||||
msgstr "NM, AM participation"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:107
|
#: debianmemberportfolio/views.py:107
|
||||||
#, fuzzy
|
msgid "NM, AM participation"
|
||||||
msgid "Contribution information"
|
msgstr "participation NM, AM"
|
||||||
msgstr "Saisissez vos informations personnelles"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:110
|
#: debianmemberportfolio/views.py:108
|
||||||
|
msgid "Contribution information"
|
||||||
|
msgstr "Informations de contribution"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:111
|
||||||
msgid "Information reachable via ssh (for Debian Members)"
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
msgstr "Informations accessibles via ssh (pour les membres de Debian)"
|
msgstr "Informations accessibles via ssh (pour les membres de Debian)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:111
|
#: debianmemberportfolio/views.py:112
|
||||||
msgid "owned debian.net domains"
|
msgid "owned debian.net domains"
|
||||||
msgstr "Propriété des domaines debian.net"
|
msgstr "Propriété des domaines debian.net"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:112
|
#: debianmemberportfolio/views.py:113
|
||||||
msgid ""
|
msgid ""
|
||||||
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> "
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
"database information"
|
"information"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Informations de la base de données <a "
|
"Informations de la base de données <a href=\"https://wiki.debian.org/qa.debian."
|
||||||
"href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a>"
|
"org/MIATeam\">MIA</a>"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:114
|
#: debianmemberportfolio/views.py:115
|
||||||
msgid "Group membership information"
|
msgid "Group membership information"
|
||||||
msgstr "Information sur l'adhésion de groupe"
|
msgstr "Information sur l’adhésion de groupe"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:117
|
#: debianmemberportfolio/views.py:118
|
||||||
msgid "Ubuntu"
|
msgid "Ubuntu"
|
||||||
msgstr "Ubuntu"
|
msgstr "Ubuntu"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:118
|
#: debianmemberportfolio/views.py:119
|
||||||
msgid "Available patches from Ubuntu"
|
msgid "Available patches from Ubuntu"
|
||||||
msgstr "Patchs disponibles pour Ubuntu"
|
msgstr "Rustines d’Ubuntu disponibles"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:43
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
msgid "Email address"
|
msgid "Email address"
|
||||||
|
|
@ -274,18 +276,22 @@ msgstr "Empreinte GPG"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:46
|
#: debianmemberportfolio/model/urlbuilder.py:46
|
||||||
msgid "Debian user name"
|
msgid "Debian user name"
|
||||||
msgstr "Nom d'utilisateur Debian"
|
msgstr "Nom d’utilisateur Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:47
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
msgid "Non Debian email address"
|
msgid "Non Debian email address"
|
||||||
msgstr "Courriel hors Debian"
|
msgstr "Courriel hors Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:48
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
msgid "Alioth user name"
|
msgid "Salsa user name"
|
||||||
msgstr "Nom d'utilisateur Alioth"
|
msgstr "Nom d’utilisateur Salsa"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:109
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:113
|
msgid "Alioth user name"
|
||||||
|
msgstr "Nom d’utilisateur Alioth"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Missing input: %s"
|
msgid "Missing input: %s"
|
||||||
msgstr "Entrée manquante : %s"
|
msgstr "Entrée manquante : %s"
|
||||||
|
|
@ -301,48 +307,47 @@ msgstr "Logo Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:32
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This service has been inspired by Stefano Zacchiroli's <a "
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">DDPortfolio page in the "
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can create "
|
||||||
"Debian Wiki</a>. You can create a set of customized links leading to a "
|
"a set of customized links leading to a Debian Member's or package maintainer's "
|
||||||
"Debian Member's or package maintainer's information regarding Debian."
|
"information regarding Debian."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ce service a été inspiré par <a "
|
"Ce service a été inspiré par <a href=\"https://wiki.debian.org/DDPortfolio\">la "
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">la page DDPortfolio du Wiki "
|
"page DDPortfolio du Wiki de Debian</a> de Stefano Zacchiroli. Vous pouvez créer "
|
||||||
"de Debian</a> de Stefano Zacchiroli. Vous pouvez créer un ensemble "
|
"un ensemble personnalisé de liens fournissant des informations sur un membre ou "
|
||||||
"personnalisé de liens fournissant des informations sur un membre ou un "
|
"un mainteneur de paquet de Debian."
|
||||||
"mainteneur de paquet de Debian."
|
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:39
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
msgid "AGPL - Free Software"
|
msgid "AGPL - Free Software"
|
||||||
msgstr "AGPL - Logiciel libre"
|
msgstr "AGPL - Logiciel libre"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:40
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The service is available under the terms of the <a "
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public"
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by the "
|
||||||
" License</a> as published by the Free Software Foundation, either version"
|
"Free Software Foundation, either version 3 of the License, or (at your option) "
|
||||||
" 3 of the License, or (at your option) any later version. You can <a "
|
"any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb repository "
|
||||||
"href=\"%(browseurl)s\" title=\"Gitweb repository browser URL\">browse the"
|
"browser URL\">browse the source code</a> or clone it from <a href=\"%(cloneurl)s"
|
||||||
" source code</a> or clone it from <a href=\"%(cloneurl)s\" title=\"git "
|
"\" title=\"git clone URL\">%(cloneurl)s</a> using <a href=\"https://git-scm.com/"
|
||||||
"clone URL\">%(cloneurl)s</a> using <a href=\"https://git-"
|
"\">git</a>. If you want to translate this service to your language you can "
|
||||||
"scm.com/\">git</a>. If you want to translate this service to your "
|
"contribute at <a href=\"%(weblateurl)s\" title=\"Debian Member Portfolio Service "
|
||||||
"language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
"at Weblate\">Weblate</a>."
|
||||||
"Member Portfolio Service at Weblate\">Weblate</a>."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ce service est disponible sous les termes de la licence <a "
|
"Ce service est disponible sous les termes de la licence <a href=\""
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public"
|
"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public "
|
||||||
" License</a> telle que publiée par la Free Software Foundation, soit la "
|
"License</a> telle que publiée par la Free Software Foundation, soit la "
|
||||||
"version 3 de la licence, ou (à votre choix) toute version ultérieure. "
|
"version 3 de la licence, ou (à votre choix) toute version ultérieure. Vous "
|
||||||
"Vous pouvez <a href=\"%(browseurl)s\" title=\"Gitweb repository browser "
|
"pouvez <a href=\"%(browseurl)s\" title=\"Gitweb repository browser URL\">"
|
||||||
"URL\">parcourir le code source</a> ou le cloner depuis <a "
|
"parcourir le code source</a> ou le cloner depuis <a href=\"%(cloneurl)s\" "
|
||||||
"href=\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> en "
|
"title=\"git clone URL\">%(cloneurl)s</a> en utilisant <a href=\"http://git-"
|
||||||
"utilisant <a href=\"http://git-scm.com/\">git</a>."
|
"scm.com/\">git</a>. Si vous voulez traduire ce service dans votre langage, "
|
||||||
|
"vous pouvez contribuer chez <a href=\"%(weblateurl)s\" title=\"Debian Member "
|
||||||
|
"Portfolio Service at Weblate\"> Weblate</a>."
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:41
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
#, fuzzy
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
msgid "Copyright © 2009-2017 Jan Dittberner"
|
msgstr "Copyright © 2009-2018 Jan Dittberner"
|
||||||
msgstr "Copyright © 2009-2014 Jan Dittberner"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:22
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
msgid "Enter your personal information"
|
msgid "Enter your personal information"
|
||||||
|
|
@ -350,7 +355,7 @@ msgstr "Saisissez vos informations personnelles"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:29
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
msgid "Debian Member Portfolio"
|
msgid "Debian Member Portfolio"
|
||||||
msgstr "Portefeuille d'un Membre de Debian"
|
msgstr "Portefeuille d’un Membre de Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:31
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
msgid "Email address:"
|
msgid "Email address:"
|
||||||
|
|
@ -370,29 +375,33 @@ msgstr "Empreinte GPG :"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:57
|
#: debianmemberportfolio/templates/showform.html:57
|
||||||
msgid "Debian user name:"
|
msgid "Debian user name:"
|
||||||
msgstr "Nom d'utilisateur Debian :"
|
msgstr "Nom d’utilisateur Debian :"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:64
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
msgid "Non Debian email address:"
|
msgid "Non Debian email address:"
|
||||||
msgstr "Courriel hors Debian :"
|
msgstr "Courriel hors Debian :"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:71
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
msgid "Alioth user name:"
|
msgid "Salsa user name:"
|
||||||
msgstr "Nom d'utilisateur Alioth :"
|
msgstr "Nom d’utilisateur Salsa :"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:78
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
msgid "Wiki user name:"
|
msgid "Alioth user name:"
|
||||||
msgstr "Nom d'utilisateur Wiki :"
|
msgstr "Nom d’utilisateur Alioth :"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:85
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
msgid "Forum user id:"
|
msgid "Wiki user name:"
|
||||||
msgstr "Numéro d'utilisateur Forum :"
|
msgstr "Nom d’utilisateur Wiki :"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:92
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
|
msgid "Forum user id:"
|
||||||
|
msgstr "Numéro d’utilisateur Forum :"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
msgid "Output format:"
|
msgid "Output format:"
|
||||||
msgstr "Format de sortie :"
|
msgstr "Format de sortie :"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:99
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
msgid "Build Debian Member Portfolio URLs"
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
msgstr "Construire les URLs du portefeuille du membre de Debian"
|
msgstr "Construire les URLs du portefeuille du membre de Debian"
|
||||||
|
|
||||||
|
|
@ -401,9 +410,8 @@ msgid "Your personal links"
|
||||||
msgstr "Vos liens personnels"
|
msgstr "Vos liens personnels"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:25
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
#, fuzzy
|
|
||||||
msgid "Debian Member Porfolio"
|
msgid "Debian Member Porfolio"
|
||||||
msgstr "Portefeuille d'un Membre de Debian"
|
msgstr "Portefeuille d’un membre de Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:28
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
msgid "Usage"
|
msgid "Usage"
|
||||||
|
|
@ -415,9 +423,8 @@ msgstr "URL"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:38
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
msgid "Error during URL creation:"
|
msgid "Error during URL creation:"
|
||||||
msgstr "Erreur durant la création de l'URL :"
|
msgstr "Erreur durant la création de l’URL :"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:59
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Recommencer"
|
msgstr "Recommencer"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,23 +9,24 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Debian Member Portfolio Service\n"
|
"Project-Id-Version: Debian Member Portfolio Service\n"
|
||||||
"Report-Msgid-Bugs-To: atoz.chevara@yahoo.com\n"
|
"Report-Msgid-Bugs-To: atoz.chevara@yahoo.com\n"
|
||||||
"POT-Creation-Date: 2017-09-10 10:49+0200\n"
|
"POT-Creation-Date: 2018-02-09 10:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 20:15+0000\n"
|
"PO-Revision-Date: 2018-02-09 10:29+0100\n"
|
||||||
"Last-Translator: Izharul Haq <atoz.chevara.2013@gmail.com>\n"
|
"Last-Translator: Jan Dittberner <jan@dittberner.info>\n"
|
||||||
"Language: id\n"
|
"Language: id\n"
|
||||||
"Language-Team: Indonesian <https://hosted.weblate.org/projects/debian-"
|
"Language-Team: Indonesian <https://hosted.weblate.org/projects/debian-member-"
|
||||||
"member-portfolio-service/translations/id/>\n"
|
"portfolio-service/translations/id/>\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.5.0\n"
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
"X-Generator: Poedit 1.8.11\n"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "JSON"
|
msgid "JSON"
|
||||||
msgstr "JSON"
|
msgstr "JSON"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "HTML"
|
msgid "HTML"
|
||||||
msgstr "HTML"
|
msgstr "HTML"
|
||||||
|
|
||||||
|
|
@ -52,13 +53,12 @@ msgstr "Kutu"
|
||||||
#: debianmemberportfolio/views.py:47
|
#: debianmemberportfolio/views.py:47
|
||||||
msgid ""
|
msgid ""
|
||||||
"bugs received\n"
|
"bugs received\n"
|
||||||
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org"
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
"/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"bugs diterima\n"
|
"bugs diterima\n"
|
||||||
"(catatan: co-maintainers tidak tercantum, lihat <a "
|
"(catatan: co-maintainers tidak tercantum, lihat <a href=\"https://bugs.debian."
|
||||||
"href=\"https://bugs.debian.org/cgi-"
|
"org/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:51
|
#: debianmemberportfolio/views.py:51
|
||||||
msgid "bugs reported"
|
msgid "bugs reported"
|
||||||
|
|
@ -71,8 +71,8 @@ msgstr "label pengguna"
|
||||||
#: debianmemberportfolio/views.py:53
|
#: debianmemberportfolio/views.py:53
|
||||||
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"semua pesan (yaitu, pencarian teks lengkap untuk nama pengembang pada "
|
"semua pesan (yaitu, pencarian teks lengkap untuk nama pengembang pada semua "
|
||||||
"semua catatan bug)"
|
"catatan bug)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:55
|
#: debianmemberportfolio/views.py:55
|
||||||
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
@ -154,7 +154,7 @@ msgstr "people.d.o"
|
||||||
msgid "oldpeople"
|
msgid "oldpeople"
|
||||||
msgstr "oldpeople"
|
msgstr "oldpeople"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:92
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
msgid "Alioth"
|
msgid "Alioth"
|
||||||
msgstr "Alioth"
|
msgstr "Alioth"
|
||||||
|
|
||||||
|
|
@ -178,85 +178,89 @@ msgstr "informasi DB melalui HTTP"
|
||||||
msgid "FOAF profile"
|
msgid "FOAF profile"
|
||||||
msgstr "profil FOAF"
|
msgstr "profil FOAF"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:93
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
msgid "Wiki"
|
msgid "Wiki"
|
||||||
msgstr "Wiki"
|
msgstr "Wiki"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:94
|
#: debianmemberportfolio/views.py:95
|
||||||
msgid "Forum"
|
msgid "Forum"
|
||||||
msgstr "Forum"
|
msgstr "Forum"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:97
|
#: debianmemberportfolio/views.py:98
|
||||||
msgid "Miscellaneous"
|
msgid "Miscellaneous"
|
||||||
msgstr "Lain-Lain"
|
msgstr "Lain-Lain"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:98
|
#: debianmemberportfolio/views.py:99
|
||||||
msgid "debtags"
|
msgid "debtags"
|
||||||
msgstr "debtags"
|
msgstr "debtags"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:99
|
#: debianmemberportfolio/views.py:100
|
||||||
msgid "Planet Debian (name)"
|
msgid "Planet Debian (name)"
|
||||||
msgstr "Planet Debian (nama)"
|
msgstr "Planet Debian (nama)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:100
|
#: debianmemberportfolio/views.py:101
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Planet Debian (username)"
|
msgid "Planet Debian (username)"
|
||||||
msgstr "Planet Debian (nama pengguna)"
|
msgstr "Planet Debian (nama pengguna)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:101
|
#: debianmemberportfolio/views.py:102
|
||||||
msgid "links"
|
msgid "links"
|
||||||
msgstr "tautan"
|
msgstr "tautan"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:102
|
#: debianmemberportfolio/views.py:103
|
||||||
msgid "Debian website"
|
msgid "Debian website"
|
||||||
msgstr "website Debian"
|
msgstr "website Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:103
|
#: debianmemberportfolio/views.py:104
|
||||||
msgid "Debian search"
|
msgid "Debian search"
|
||||||
msgstr "pencarian Debian"
|
msgstr "pencarian Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:104
|
#: debianmemberportfolio/views.py:105
|
||||||
msgid "GPG public key via finger"
|
msgid "GPG public key via finger"
|
||||||
msgstr "kunci publik GPG melalui finger"
|
msgstr "kunci publik GPG melalui finger"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:105
|
#: debianmemberportfolio/views.py:106
|
||||||
msgid "GPG public key via HTTP"
|
msgid "GPG public key via HTTP"
|
||||||
msgstr "kunci publik GPG melalui HTTP"
|
msgstr "kunci publik GPG melalui HTTP"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:106
|
#: debianmemberportfolio/views.py:107
|
||||||
msgid "NM, AM participation"
|
msgid "NM, AM participation"
|
||||||
msgstr "partisipasi NM, AM"
|
msgstr "partisipasi NM, AM"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:107
|
#: debianmemberportfolio/views.py:108
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Contribution information"
|
msgid "Contribution information"
|
||||||
msgstr "Informasi kontribusi"
|
msgstr "Informasi kontribusi"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:110
|
#: debianmemberportfolio/views.py:111
|
||||||
msgid "Information reachable via ssh (for Debian Members)"
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
msgstr "Informasi dicapai melalui ssh (untuk Anggota Debian)"
|
msgstr "Informasi dicapai melalui ssh (untuk Anggota Debian)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:111
|
#: debianmemberportfolio/views.py:112
|
||||||
msgid "owned debian.net domains"
|
msgid "owned debian.net domains"
|
||||||
msgstr "domain debian.net sendiri"
|
msgstr "domain debian.net sendiri"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:112
|
#: debianmemberportfolio/views.py:113
|
||||||
msgid ""
|
msgid ""
|
||||||
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> "
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
"database information"
|
"information"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"informasi database <a "
|
"informasi database <a href=\"https://wiki.debian.org/qa.debian.org/MIATeam"
|
||||||
"href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a>"
|
"\">MIA</a>"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:114
|
#: debianmemberportfolio/views.py:115
|
||||||
msgid "Group membership information"
|
msgid "Group membership information"
|
||||||
msgstr "Informasi keanggotaan kelompok"
|
msgstr "Informasi keanggotaan kelompok"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:117
|
#: debianmemberportfolio/views.py:118
|
||||||
msgid "Ubuntu"
|
msgid "Ubuntu"
|
||||||
msgstr "Ubuntu"
|
msgstr "Ubuntu"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:118
|
#: debianmemberportfolio/views.py:119
|
||||||
msgid "Available patches from Ubuntu"
|
msgid "Available patches from Ubuntu"
|
||||||
msgstr "Tambalan dari Ubuntu yang tersedia"
|
msgstr "Tambalan dari Ubuntu yang tersedia"
|
||||||
|
|
||||||
|
|
@ -281,11 +285,16 @@ msgid "Non Debian email address"
|
||||||
msgstr "Selain alamat email Debian"
|
msgstr "Selain alamat email Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:48
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr "nama pengguna Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
msgid "Alioth user name"
|
msgid "Alioth user name"
|
||||||
msgstr "nama pengguna Alioth"
|
msgstr "nama pengguna Alioth"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:109
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:113
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Missing input: %s"
|
msgid "Missing input: %s"
|
||||||
msgstr "Tidak ada masukan: %s"
|
msgstr "Tidak ada masukan: %s"
|
||||||
|
|
@ -301,16 +310,15 @@ msgstr "Logo Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:32
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This service has been inspired by Stefano Zacchiroli's <a "
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">DDPortfolio page in the "
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
"Debian Wiki</a>. You can create a set of customized links leading to a "
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
"Debian Member's or package maintainer's information regarding Debian."
|
"maintainer's information regarding Debian."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Layanan ini terinspirasi dari halaman <a "
|
"Layanan ini terinspirasi dari halaman <a href=\"https://wiki.debian.org/"
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">DDPortfolio Stefano "
|
"DDPortfolio\">DDPortfolio Stefano Zacchiroli di Wiki Debian</a>. Anda dapat "
|
||||||
"Zacchiroli di Wiki Debian</a>. Anda dapat membuat sebuah link kustom yang"
|
"membuat sebuah link kustom yang mengarah ke Anggota Debian atau informasi "
|
||||||
" mengarah ke Anggota Debian atau informasi mengenai pengelola paket "
|
"mengenai pengelola paket Debian."
|
||||||
"Debian."
|
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:39
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
msgid "AGPL - Free Software"
|
msgid "AGPL - Free Software"
|
||||||
|
|
@ -319,32 +327,30 @@ msgstr "AGPL - Free Software"
|
||||||
#: debianmemberportfolio/templates/base.html:40
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The service is available under the terms of the <a "
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public"
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
" License</a> as published by the Free Software Foundation, either version"
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
" 3 of the License, or (at your option) any later version. You can <a "
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
"href=\"%(browseurl)s\" title=\"Gitweb repository browser URL\">browse the"
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
" source code</a> or clone it from <a href=\"%(cloneurl)s\" title=\"git "
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
"clone URL\">%(cloneurl)s</a> using <a href=\"https://git-"
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
"scm.com/\">git</a>. If you want to translate this service to your "
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
"language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
|
||||||
"Member Portfolio Service at Weblate\">Weblate</a>."
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Layanan ini tersedia di bawah persyaratan <a "
|
"Layanan ini tersedia di bawah persyaratan <a href=\"https://www.gnu.org/"
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public"
|
"licenses/agpl.html\">GNU Affero General Public License</a> seperti yang "
|
||||||
" License</a> seperti yang diterbitkan oleh Free Software Foundation, baik"
|
"diterbitkan oleh Free Software Foundation, baik versi 3 dari Lisensi, atau "
|
||||||
" versi 3 dari Lisensi, atau (dengan pilihan Anda) versi lainnya. Anda "
|
"(dengan pilihan Anda) versi lainnya. Anda dapat <a href=\"%(browseurl)s\" "
|
||||||
"dapat <a href=\"%(browseurl)s\" title=\"Gitweb repository browser "
|
"title=\"Gitweb repository browser URL\">menelusuri kode sumber</a> atau klon "
|
||||||
"URL\">menelusuri kode sumber</a> atau klon dari <a href=\"%(cloneurl)s\" "
|
"dari <a href=\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> "
|
||||||
"title=\"git clone URL\">%(cloneurl)s</a> menggunakan <a href=\"http"
|
"menggunakan <a href=\"http://git-scm.com/\">git</a>.\n"
|
||||||
"://git-scm.com/\">git</a>.\n"
|
"Jika anda ingin menerjemahkan layanan ini ke dalam bahasa anda, anda dapat "
|
||||||
"Jika anda ingin menerjemahkan layanan ini ke dalam bahasa anda, anda "
|
"berkontribusi di <a href=\"%(weblateurl)s\" title=\"Debian Member Portfolio "
|
||||||
"dapat berkontribusi di <a href=\"%(weblateurl)s\" title=\"Debian Member"
|
"Service at Weblate\">Weblate</a>."
|
||||||
" Portfolio Service at Weblate\">Weblate</a>."
|
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:41
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
msgid "Copyright © 2009-2017 Jan Dittberner"
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
msgstr "Hak Cipta © 2009-2017 Jan Dittberner"
|
msgstr "Hak Cipta © 2009-2018 Jan Dittberner"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:22
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
msgid "Enter your personal information"
|
msgid "Enter your personal information"
|
||||||
|
|
@ -379,22 +385,27 @@ msgid "Non Debian email address:"
|
||||||
msgstr "Selain alamat email Debian:"
|
msgstr "Selain alamat email Debian:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:71
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr "Nama pengguna Salsa:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
msgid "Alioth user name:"
|
msgid "Alioth user name:"
|
||||||
msgstr "Nama pengguna Alioth:"
|
msgstr "Nama pengguna Alioth:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:78
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
msgid "Wiki user name:"
|
msgid "Wiki user name:"
|
||||||
msgstr "Nama pengguna Wiki:"
|
msgstr "Nama pengguna Wiki:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:85
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
msgid "Forum user id:"
|
msgid "Forum user id:"
|
||||||
msgstr "ID pengguna Forum:"
|
msgstr "ID pengguna Forum:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:92
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
msgid "Output format:"
|
msgid "Output format:"
|
||||||
msgstr "Format Keluaran:"
|
msgstr "Format Keluaran:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:99
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
msgid "Build Debian Member Portfolio URLs"
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
msgstr "Membangun URL Portfolio Anggota Debian"
|
msgstr "Membangun URL Portfolio Anggota Debian"
|
||||||
|
|
||||||
|
|
@ -422,4 +433,3 @@ msgstr "Kesalahan selama pembuatan URL:"
|
||||||
#: debianmemberportfolio/templates/showurls.html:59
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Mulai ulang"
|
msgstr "Mulai ulang"
|
||||||
|
|
||||||
|
|
|
||||||
420
debianmemberportfolio/translations/ja/LC_MESSAGES/messages.po
Normal file
420
debianmemberportfolio/translations/ja/LC_MESSAGES/messages.po
Normal file
|
|
@ -0,0 +1,420 @@
|
||||||
|
# German translations for the Debian Member Portfolio Service.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2009-2014 Jan Dittberner
|
||||||
|
# This file is distributed under the same license as the Debian Member
|
||||||
|
# Portfolio Service project.
|
||||||
|
# Translators:
|
||||||
|
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
|
"POT-Creation-Date: 2018-05-12 10:32+0200\n"
|
||||||
|
"PO-Revision-Date: 2020-09-27 13:40+0000\n"
|
||||||
|
"Last-Translator: Shuji Sado <sado@osdn.jp>\n"
|
||||||
|
"Language-Team: Japanese <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/ja/>\n"
|
||||||
|
"Language: ja\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Generator: Weblate 4.3-dev\n"
|
||||||
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "JSON"
|
||||||
|
msgstr "JSON"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "HTML"
|
||||||
|
msgstr "HTML"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:40
|
||||||
|
msgid "Overview"
|
||||||
|
msgstr "概要"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:41
|
||||||
|
msgid "Debian Member's Package Overview"
|
||||||
|
msgstr "Debianメンバーのパッケージ概要"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:42
|
||||||
|
msgid ""
|
||||||
|
"Debian Member's Package Overview\n"
|
||||||
|
"... showing all email addresses"
|
||||||
|
msgstr ""
|
||||||
|
"Debianメンバーのパッケージ概要\n"
|
||||||
|
"... 全メールアドレス表示"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:46
|
||||||
|
msgid "Bugs"
|
||||||
|
msgstr "バグ"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:47
|
||||||
|
msgid ""
|
||||||
|
"bugs received\n"
|
||||||
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
msgstr ""
|
||||||
|
"受領したバグ\n"
|
||||||
|
"(注: 共同メンテナーはリストされていません。<a href=\"https://bugs.debian.org/cgi-bin/bugreport."
|
||||||
|
"cgi?bug=430986\">#430986</a>を参照)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:51
|
||||||
|
msgid "bugs reported"
|
||||||
|
msgstr "報告したバグ"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:52
|
||||||
|
msgid "user tags"
|
||||||
|
msgstr "ユーザータグ"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:53
|
||||||
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
|
msgstr "すべてのメッセージ (i.e.、全てのバグのログの開発者名による全文検索)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:55
|
||||||
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
msgstr "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:56
|
||||||
|
msgid "correspondent for bugs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:57
|
||||||
|
msgid "one year open bug history graph"
|
||||||
|
msgstr "1年間にオープンしたバグの履歴グラフ"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:60
|
||||||
|
msgid "Build"
|
||||||
|
msgstr "ビルド"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:61
|
||||||
|
msgid "buildd.d.o"
|
||||||
|
msgstr "buildd.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:62
|
||||||
|
msgid "igloo"
|
||||||
|
msgstr "igloo"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:65
|
||||||
|
msgid "Quality Assurance"
|
||||||
|
msgstr "品質保証"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:66
|
||||||
|
msgid "maintainer dashboard"
|
||||||
|
msgstr "メンテナダッシュボード"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:67
|
||||||
|
msgid "lintian reports"
|
||||||
|
msgstr "Lintianレポート"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:68
|
||||||
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:70
|
||||||
|
msgid "piuparts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:71
|
||||||
|
msgid "Debian patch tracking system"
|
||||||
|
msgstr "Debianパッチ追跡システム"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:72
|
||||||
|
msgid "Debian Url ChecKer"
|
||||||
|
msgstr "Debian Urlチェッカー"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:75
|
||||||
|
msgid "Mailing Lists"
|
||||||
|
msgstr "メーリングリスト"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:76
|
||||||
|
msgid "lists.d.o"
|
||||||
|
msgstr "lists.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:77
|
||||||
|
msgid "lists.a.d.o"
|
||||||
|
msgstr "lists.a.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:78
|
||||||
|
msgid "gmane"
|
||||||
|
msgstr "gmane"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:81
|
||||||
|
msgid "Files"
|
||||||
|
msgstr "ファイル"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:82
|
||||||
|
msgid "people.d.o"
|
||||||
|
msgstr "people.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:83
|
||||||
|
msgid "oldpeople"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
|
msgid "Alioth"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:87
|
||||||
|
msgid "Membership"
|
||||||
|
msgstr "メンバーシップ"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:88
|
||||||
|
msgid "NM"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:89
|
||||||
|
msgid "DB information via finger"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:90
|
||||||
|
msgid "DB information via HTTP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:91
|
||||||
|
msgid "FOAF profile"
|
||||||
|
msgstr "FOAF プロファイル"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:95
|
||||||
|
msgid "Forum"
|
||||||
|
msgstr "フォーラム"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:98
|
||||||
|
msgid "Miscellaneous"
|
||||||
|
msgstr "その他"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:99
|
||||||
|
msgid "debtags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:100
|
||||||
|
msgid "Planet Debian (name)"
|
||||||
|
msgstr "Planet Debian (名前)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr "Planet Debian (ユーザー名)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
|
msgid "links"
|
||||||
|
msgstr "リンク"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:103
|
||||||
|
msgid "Debian website"
|
||||||
|
msgstr "Debian webサイト"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:104
|
||||||
|
msgid "Debian search"
|
||||||
|
msgstr "Debian検索"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:105
|
||||||
|
msgid "GPG public key via finger"
|
||||||
|
msgstr "finger経由のGPG公開鍵"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:106
|
||||||
|
msgid "GPG public key via HTTP"
|
||||||
|
msgstr "HTTP経由のGPG公開鍵"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "NM, AM participation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:108
|
||||||
|
msgid "Contribution information"
|
||||||
|
msgstr "貢献情報"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:109
|
||||||
|
msgid "Repology information"
|
||||||
|
msgstr "Repology情報"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:112
|
||||||
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:113
|
||||||
|
msgid "owned debian.net domains"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:114
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
|
"information"
|
||||||
|
msgstr ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> データベース情報"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:116
|
||||||
|
msgid "Group membership information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:119
|
||||||
|
msgid "Ubuntu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:120
|
||||||
|
msgid "Available patches from Ubuntu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
|
msgid "Email address"
|
||||||
|
msgstr "Emailアドレス"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:44
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "名前"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:45
|
||||||
|
msgid "GPG fingerprint"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:46
|
||||||
|
msgid "Debian user name"
|
||||||
|
msgstr "Debian ユーザー名"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
|
msgid "Non Debian email address"
|
||||||
|
msgstr "Debian以外のメールアドレス"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr "Salsaユーザー名"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
|
msgid "Alioth user name"
|
||||||
|
msgstr "Aliothユーザー名"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
|
#, python-format
|
||||||
|
msgid "Missing input: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
|
msgid "Debian Member Portfolio Service"
|
||||||
|
msgstr "Debianメンバー・ポートフォリオ・サービス"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
|
msgid "Debian Logo"
|
||||||
|
msgstr "Debianロゴ"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
|
msgid ""
|
||||||
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
|
"maintainer's information regarding Debian."
|
||||||
|
msgstr ""
|
||||||
|
"このサービスは、Debian Wiki の Stefano Zacchiroli さんによる <a href=\"https://wiki.debian."
|
||||||
|
"org/DDPortfolio\">DDPortfolio ページ</a>にヒントを得ています。 Debian メンバーやパッケージメンテナの "
|
||||||
|
"Debian に関する情報につながるカスタマイズされたリンクのセットを作成することができます。"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
|
msgid "AGPL - Free Software"
|
||||||
|
msgstr "AGPL - フリーソフトウェア"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
|
msgid "Enter your personal information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
|
msgid "Debian Member Portfolio"
|
||||||
|
msgstr "Debianメンバーポートフォリオ"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
|
msgid "Email address:"
|
||||||
|
msgstr "Emailアドレス:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
|
msgid "Show all form fields"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:43
|
||||||
|
msgid "Name:"
|
||||||
|
msgstr "名前:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:50
|
||||||
|
msgid "GPG fingerprint:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:57
|
||||||
|
msgid "Debian user name:"
|
||||||
|
msgstr "Debianユーザー名:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
|
msgid "Non Debian email address:"
|
||||||
|
msgstr "Debian以外のメールアドレス:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr "Salsaユーザー名:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
|
msgid "Alioth user name:"
|
||||||
|
msgstr "Aliothユーザー名:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
|
msgid "Wiki user name:"
|
||||||
|
msgstr "Wikiユーザー名:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
|
msgid "Forum user id:"
|
||||||
|
msgstr "フォーラムのユーザーID:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
|
msgid "Output format:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
|
msgid "Your personal links"
|
||||||
|
msgstr "あなたの個人的なリンク"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
|
msgid "Debian Member Porfolio"
|
||||||
|
msgstr "Debianメンバーポートフォリオ"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "Usage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "URL"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
|
msgid "Error during URL creation:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
|
msgid "Restart"
|
||||||
|
msgstr ""
|
||||||
413
debianmemberportfolio/translations/mr/LC_MESSAGES/messages.po
Normal file
413
debianmemberportfolio/translations/mr/LC_MESSAGES/messages.po
Normal file
|
|
@ -0,0 +1,413 @@
|
||||||
|
# German translations for the Debian Member Portfolio Service.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2009-2014 Jan Dittberner
|
||||||
|
# This file is distributed under the same license as the Debian Member
|
||||||
|
# Portfolio Service project.
|
||||||
|
# Translators:
|
||||||
|
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
|
"POT-Creation-Date: 2018-05-12 10:32+0200\n"
|
||||||
|
"PO-Revision-Date: 2019-12-14 20:21+0000\n"
|
||||||
|
"Last-Translator: Prachi Joshi <josprachi@yahoo.com>\n"
|
||||||
|
"Language-Team: Marathi <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/mr/>\n"
|
||||||
|
"Language: mr\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 3.10-dev\n"
|
||||||
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "JSON"
|
||||||
|
msgstr "JSON"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "HTML"
|
||||||
|
msgstr "एचटीएमएल"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:40
|
||||||
|
msgid "Overview"
|
||||||
|
msgstr "आढावा"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:41
|
||||||
|
msgid "Debian Member's Package Overview"
|
||||||
|
msgstr "डेबियन सदस्याचे पॅकेज विहंगावलोकन"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:42
|
||||||
|
msgid ""
|
||||||
|
"Debian Member's Package Overview\n"
|
||||||
|
"... showing all email addresses"
|
||||||
|
msgstr ""
|
||||||
|
"डेबियन सदस्याचे पॅकेज विहंगावलोकन\n"
|
||||||
|
"... सर्व ईमेल पत्ते दर्शवित आहे"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:46
|
||||||
|
msgid "Bugs"
|
||||||
|
msgstr "बग"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:47
|
||||||
|
msgid ""
|
||||||
|
"bugs received\n"
|
||||||
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:51
|
||||||
|
msgid "bugs reported"
|
||||||
|
msgstr "बग नोंदवले"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:52
|
||||||
|
msgid "user tags"
|
||||||
|
msgstr "वापरकर्ता टॅग"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:53
|
||||||
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
|
msgstr "सर्व संदेश (उदा. सर्व बग लॉगवरील विकसकाच्या नावासाठी संपूर्ण मजकूर शोध)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:55
|
||||||
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
msgstr "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:56
|
||||||
|
msgid "correspondent for bugs"
|
||||||
|
msgstr "बग साठी संवाददाता"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:57
|
||||||
|
msgid "one year open bug history graph"
|
||||||
|
msgstr "एक वर्षाचा ओपन बग हिस्ट्री ग्राफ"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:60
|
||||||
|
msgid "Build"
|
||||||
|
msgstr "बांधा"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:61
|
||||||
|
msgid "buildd.d.o"
|
||||||
|
msgstr "buildd.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:62
|
||||||
|
msgid "igloo"
|
||||||
|
msgstr "इग्लू"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:65
|
||||||
|
msgid "Quality Assurance"
|
||||||
|
msgstr "गुणवत्ता हमी"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:66
|
||||||
|
msgid "maintainer dashboard"
|
||||||
|
msgstr "देखभालकर्ता डॅशबोर्ड"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:67
|
||||||
|
msgid "lintian reports"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:68
|
||||||
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:70
|
||||||
|
msgid "piuparts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:71
|
||||||
|
msgid "Debian patch tracking system"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:72
|
||||||
|
msgid "Debian Url ChecKer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:75
|
||||||
|
msgid "Mailing Lists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:76
|
||||||
|
msgid "lists.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:77
|
||||||
|
msgid "lists.a.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:78
|
||||||
|
msgid "gmane"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:81
|
||||||
|
msgid "Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:82
|
||||||
|
msgid "people.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:83
|
||||||
|
msgid "oldpeople"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
|
msgid "Alioth"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:87
|
||||||
|
msgid "Membership"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:88
|
||||||
|
msgid "NM"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:89
|
||||||
|
msgid "DB information via finger"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:90
|
||||||
|
msgid "DB information via HTTP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:91
|
||||||
|
msgid "FOAF profile"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:95
|
||||||
|
msgid "Forum"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:98
|
||||||
|
msgid "Miscellaneous"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:99
|
||||||
|
msgid "debtags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:100
|
||||||
|
msgid "Planet Debian (name)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
|
msgid "links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:103
|
||||||
|
msgid "Debian website"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:104
|
||||||
|
msgid "Debian search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:105
|
||||||
|
msgid "GPG public key via finger"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:106
|
||||||
|
msgid "GPG public key via HTTP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "NM, AM participation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:108
|
||||||
|
msgid "Contribution information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:109
|
||||||
|
msgid "Repology information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:112
|
||||||
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:113
|
||||||
|
msgid "owned debian.net domains"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:114
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
|
"information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:116
|
||||||
|
msgid "Group membership information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:119
|
||||||
|
msgid "Ubuntu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:120
|
||||||
|
msgid "Available patches from Ubuntu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
|
msgid "Email address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:44
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:45
|
||||||
|
msgid "GPG fingerprint"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:46
|
||||||
|
msgid "Debian user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
|
msgid "Non Debian email address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
|
msgid "Alioth user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
|
#, python-format
|
||||||
|
msgid "Missing input: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
|
msgid "Debian Member Portfolio Service"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
|
msgid "Debian Logo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
|
msgid ""
|
||||||
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
|
"maintainer's information regarding Debian."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
|
msgid "AGPL - Free Software"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
|
msgid "Enter your personal information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
|
msgid "Debian Member Portfolio"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
|
msgid "Email address:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
|
msgid "Show all form fields"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:43
|
||||||
|
msgid "Name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:50
|
||||||
|
msgid "GPG fingerprint:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:57
|
||||||
|
msgid "Debian user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
|
msgid "Non Debian email address:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
|
msgid "Alioth user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
|
msgid "Wiki user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
|
msgid "Forum user id:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
|
msgid "Output format:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
|
msgid "Your personal links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
|
msgid "Debian Member Porfolio"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "Usage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "URL"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
|
msgid "Error during URL creation:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
|
msgid "Restart"
|
||||||
|
msgstr ""
|
||||||
|
|
@ -9,23 +9,24 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
"POT-Creation-Date: 2017-09-10 10:49+0200\n"
|
"POT-Creation-Date: 2018-02-09 10:14+0100\n"
|
||||||
"PO-Revision-Date: 2017-09-10 10:52+0200\n"
|
"PO-Revision-Date: 2020-08-14 22:32+0000\n"
|
||||||
"Last-Translator: Petter Reinholdtsen <pere-weblate@hungry.com>\n"
|
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
||||||
|
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/nb_NO/>\n"
|
||||||
"Language: nb\n"
|
"Language: nb\n"
|
||||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects"
|
|
||||||
"/debian-member-portfolio-service/translations/nb/>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 4.2-dev\n"
|
||||||
"Generated-By: Babel 2.5.0\n"
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "JSON"
|
msgid "JSON"
|
||||||
msgstr "JSON"
|
msgstr "JSON"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "HTML"
|
msgid "HTML"
|
||||||
msgstr "HTML"
|
msgstr "HTML"
|
||||||
|
|
||||||
|
|
@ -43,7 +44,7 @@ msgid ""
|
||||||
"... showing all email addresses"
|
"... showing all email addresses"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Debianmedlemmers pakkeoversikt\n"
|
"Debianmedlemmers pakkeoversikt\n"
|
||||||
"... viser alle epostadresser"
|
"… viser alle e-postadresser"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:46
|
#: debianmemberportfolio/views.py:46
|
||||||
msgid "Bugs"
|
msgid "Bugs"
|
||||||
|
|
@ -52,12 +53,12 @@ msgstr "Feil"
|
||||||
#: debianmemberportfolio/views.py:47
|
#: debianmemberportfolio/views.py:47
|
||||||
msgid ""
|
msgid ""
|
||||||
"bugs received\n"
|
"bugs received\n"
|
||||||
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org"
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
"/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"feilrapporter mottatt\n"
|
"feilrapporter mottatt\n"
|
||||||
"(merk: med-vedlikeholdere er ikke listet opp, se <a "
|
"(merk: med-vedlikeholdere er ikke listet opp, se <a href=\"https://bugs."
|
||||||
"href=\"https://bugs.debian.org/430986\">#430986</a>)"
|
"debian.org/430986\">#430986</a>)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:51
|
#: debianmemberportfolio/views.py:51
|
||||||
msgid "bugs reported"
|
msgid "bugs reported"
|
||||||
|
|
@ -83,7 +84,7 @@ msgstr "korrespondent for feilrapporter"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:57
|
#: debianmemberportfolio/views.py:57
|
||||||
msgid "one year open bug history graph"
|
msgid "one year open bug history graph"
|
||||||
msgstr ""
|
msgstr "Graf over feilrapporter som har vært åpen mer enn et år"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:60
|
#: debianmemberportfolio/views.py:60
|
||||||
msgid "Build"
|
msgid "Build"
|
||||||
|
|
@ -103,7 +104,7 @@ msgstr "Kvalitetssikring"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:66
|
#: debianmemberportfolio/views.py:66
|
||||||
msgid "maintainer dashboard"
|
msgid "maintainer dashboard"
|
||||||
msgstr ""
|
msgstr "Vedlikeholdersoversikt"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:67
|
#: debianmemberportfolio/views.py:67
|
||||||
msgid "lintian reports"
|
msgid "lintian reports"
|
||||||
|
|
@ -111,7 +112,7 @@ msgstr "lintian-rapporter"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:68
|
#: debianmemberportfolio/views.py:68
|
||||||
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
msgstr ""
|
msgstr "Komplette lintian-rapporter (dvs. også meldinger med nivå «info»)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:70
|
#: debianmemberportfolio/views.py:70
|
||||||
msgid "piuparts"
|
msgid "piuparts"
|
||||||
|
|
@ -119,15 +120,15 @@ msgstr "piuparts"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:71
|
#: debianmemberportfolio/views.py:71
|
||||||
msgid "Debian patch tracking system"
|
msgid "Debian patch tracking system"
|
||||||
msgstr ""
|
msgstr "Debians sporingssystem for patcher"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:72
|
#: debianmemberportfolio/views.py:72
|
||||||
msgid "Debian Url ChecKer"
|
msgid "Debian Url ChecKer"
|
||||||
msgstr ""
|
msgstr "Debian URL-sjekker"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:75
|
#: debianmemberportfolio/views.py:75
|
||||||
msgid "Mailing Lists"
|
msgid "Mailing Lists"
|
||||||
msgstr "Epostlister"
|
msgstr "E-postlister"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:76
|
#: debianmemberportfolio/views.py:76
|
||||||
msgid "lists.d.o"
|
msgid "lists.d.o"
|
||||||
|
|
@ -151,9 +152,9 @@ msgstr "people.d.o"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:83
|
#: debianmemberportfolio/views.py:83
|
||||||
msgid "oldpeople"
|
msgid "oldpeople"
|
||||||
msgstr ""
|
msgstr "oldpeople"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:92
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
msgid "Alioth"
|
msgid "Alioth"
|
||||||
msgstr "Alioth"
|
msgstr "Alioth"
|
||||||
|
|
||||||
|
|
@ -177,87 +178,93 @@ msgstr "DB-informasjon via HTTP"
|
||||||
msgid "FOAF profile"
|
msgid "FOAF profile"
|
||||||
msgstr "FOAF-profil"
|
msgstr "FOAF-profil"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:93
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
msgid "Wiki"
|
msgid "Wiki"
|
||||||
msgstr "Wiki"
|
msgstr "Wiki"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:94
|
#: debianmemberportfolio/views.py:95
|
||||||
msgid "Forum"
|
msgid "Forum"
|
||||||
msgstr "Forum"
|
msgstr "Forum"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:97
|
#: debianmemberportfolio/views.py:98
|
||||||
msgid "Miscellaneous"
|
msgid "Miscellaneous"
|
||||||
msgstr "Diverse"
|
msgstr "Diverse"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:98
|
#: debianmemberportfolio/views.py:99
|
||||||
msgid "debtags"
|
msgid "debtags"
|
||||||
msgstr "debtags"
|
msgstr "debtags"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:99
|
|
||||||
msgid "Planet Debian (name)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:100
|
#: debianmemberportfolio/views.py:100
|
||||||
msgid "Planet Debian (username)"
|
msgid "Planet Debian (name)"
|
||||||
msgstr ""
|
msgstr "Planet Debian (navn)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:101
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr "Planet Debian (brukernavn)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
msgid "links"
|
msgid "links"
|
||||||
msgstr "lenker"
|
msgstr "lenker"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:102
|
|
||||||
msgid "Debian website"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:103
|
#: debianmemberportfolio/views.py:103
|
||||||
|
msgid "Debian website"
|
||||||
|
msgstr "Debian-nettsiden"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:104
|
||||||
msgid "Debian search"
|
msgid "Debian search"
|
||||||
msgstr "Debian-søk"
|
msgstr "Debian-søk"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:104
|
#: debianmemberportfolio/views.py:105
|
||||||
msgid "GPG public key via finger"
|
msgid "GPG public key via finger"
|
||||||
msgstr "Offentlig GPG-nøkkel via finger"
|
msgstr "Offentlig GPG-nøkkel via finger"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:105
|
#: debianmemberportfolio/views.py:106
|
||||||
msgid "GPG public key via HTTP"
|
msgid "GPG public key via HTTP"
|
||||||
msgstr "Offentlig GPG-nøkkel via HTTP"
|
msgstr "Offentlig GPG-nøkkel via HTTP"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:106
|
|
||||||
msgid "NM, AM participation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:107
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "NM, AM participation"
|
||||||
|
msgstr "NM-, AM-deltagelse"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:108
|
||||||
msgid "Contribution information"
|
msgid "Contribution information"
|
||||||
msgstr "Bidragsinformasjon"
|
msgstr "Bidragsinformasjon"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:110
|
#: debianmemberportfolio/views.py:111
|
||||||
msgid "Information reachable via ssh (for Debian Members)"
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
msgstr "Informasjon tilgjengelig via ssh (for Debian-medlemmer)"
|
msgstr "Informasjon tilgjengelig via ssh (for Debian-medlemmer)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:111
|
|
||||||
msgid "owned debian.net domains"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:112
|
#: debianmemberportfolio/views.py:112
|
||||||
msgid ""
|
msgid "owned debian.net domains"
|
||||||
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> "
|
msgstr "eide debian.net -domener"
|
||||||
"database information"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:114
|
#: debianmemberportfolio/views.py:113
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
|
"information"
|
||||||
|
msgstr ""
|
||||||
|
"Informasjon i <a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</"
|
||||||
|
"a>-databasen"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:115
|
||||||
msgid "Group membership information"
|
msgid "Group membership information"
|
||||||
msgstr "Gruppemedlemskapsinformasjon"
|
msgstr "Gruppemedlemskapsinformasjon"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:117
|
#: debianmemberportfolio/views.py:118
|
||||||
msgid "Ubuntu"
|
msgid "Ubuntu"
|
||||||
msgstr "Ubuntu"
|
msgstr "Ubuntu"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:118
|
#: debianmemberportfolio/views.py:119
|
||||||
msgid "Available patches from Ubuntu"
|
msgid "Available patches from Ubuntu"
|
||||||
msgstr ""
|
msgstr "Tilgjengelige programfikser fra Ubuntu"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:43
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
msgid "Email address"
|
msgid "Email address"
|
||||||
msgstr "Epostadresse"
|
msgstr "E-postadresse"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:44
|
#: debianmemberportfolio/model/urlbuilder.py:44
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
|
|
@ -273,22 +280,26 @@ msgstr "Debian-brukernavn"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:47
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
msgid "Non Debian email address"
|
msgid "Non Debian email address"
|
||||||
msgstr "Epostadresser utenom Debian"
|
msgstr "E-postadresser utenom Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:48
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr "Salsa-brukernavn"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
msgid "Alioth user name"
|
msgid "Alioth user name"
|
||||||
msgstr "Alioth-brukernavn"
|
msgstr "Alioth-brukernavn"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:109
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:113
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Missing input: %s"
|
msgid "Missing input: %s"
|
||||||
msgstr ""
|
msgstr "Manglende inndata: %s"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:24
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
#: debianmemberportfolio/templates/base.html:31
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
msgid "Debian Member Portfolio Service"
|
msgid "Debian Member Portfolio Service"
|
||||||
msgstr ""
|
msgstr "Debian-medlems portfoliotjeneste"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:30
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
msgid "Debian Logo"
|
msgid "Debian Logo"
|
||||||
|
|
@ -296,11 +307,15 @@ msgstr "Debian-logo"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:32
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This service has been inspired by Stefano Zacchiroli's <a "
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">DDPortfolio page in the "
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
"Debian Wiki</a>. You can create a set of customized links leading to a "
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
"Debian Member's or package maintainer's information regarding Debian."
|
"maintainer's information regarding Debian."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Denne tjenesten er inspirert av Stefano Zacchiroli sin <a href=\"https://wiki"
|
||||||
|
".debian.org/DDPortfolio\"> DDPortfolio-side i Debian-wikien</a>. Du kan lage "
|
||||||
|
"et sett med tilpassede lenker som leder til et Debian-medlems eller -"
|
||||||
|
"pakkevedlikeholders informasjon om Debian."
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:39
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
msgid "AGPL - Free Software"
|
msgid "AGPL - Free Software"
|
||||||
|
|
@ -309,21 +324,29 @@ msgstr "AGPL - Fri programvare"
|
||||||
#: debianmemberportfolio/templates/base.html:40
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The service is available under the terms of the <a "
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public"
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
" License</a> as published by the Free Software Foundation, either version"
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
" 3 of the License, or (at your option) any later version. You can <a "
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
"href=\"%(browseurl)s\" title=\"Gitweb repository browser URL\">browse the"
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
" source code</a> or clone it from <a href=\"%(cloneurl)s\" title=\"git "
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
"clone URL\">%(cloneurl)s</a> using <a href=\"https://git-"
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
"scm.com/\">git</a>. If you want to translate this service to your "
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
"language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
|
||||||
"Member Portfolio Service at Weblate\">Weblate</a>."
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Tjenesten er tilgjengelig i tråd med vilkårene i <a href=\"https://www.gnu."
|
||||||
|
"org/licenses/agpl.html\">GNU Affero General Public License</a> som publisert "
|
||||||
|
"av Free Software Foundation, enten versjon 3 av lisensen eller (etter ditt "
|
||||||
|
"valg) enhver senere versjon. Du kan <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">se igjennom kildekoden</a> eller klode det fra <a "
|
||||||
|
"href=\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> ved å bruke <a "
|
||||||
|
"href=\"https://git-scm.com/\">git</a>. Hvis du ønsker a oversette denne "
|
||||||
|
"tjenesten til ditt språk kan du bidra ved å bruke<a href=\"%(weblateurl)s\" "
|
||||||
|
"title=\"Debian Member Portfolio Service at Weblate\"> Weblate</a>."
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:41
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
msgid "Copyright © 2009-2017 Jan Dittberner"
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
msgstr ""
|
msgstr "Kopirett © 2009-2018 Jan Dittberner"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:22
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
msgid "Enter your personal information"
|
msgid "Enter your personal information"
|
||||||
|
|
@ -331,11 +354,11 @@ msgstr "Skriv inn informasjon om deg selv"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:29
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
msgid "Debian Member Portfolio"
|
msgid "Debian Member Portfolio"
|
||||||
msgstr ""
|
msgstr "Debian-medlems portfolio"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:31
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
msgid "Email address:"
|
msgid "Email address:"
|
||||||
msgstr "Epostadresse:"
|
msgstr "E-postadresse:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:40
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
msgid "Show all form fields"
|
msgid "Show all form fields"
|
||||||
|
|
@ -355,27 +378,31 @@ msgstr "Debian-brukernavn:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:64
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
msgid "Non Debian email address:"
|
msgid "Non Debian email address:"
|
||||||
msgstr "Epostadresse utenom Debian:"
|
msgstr "E-postadresse utenom Debian:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:71
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr "Salsa-brukernavn:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
msgid "Alioth user name:"
|
msgid "Alioth user name:"
|
||||||
msgstr "Alioth-brukernavn:"
|
msgstr "Alioth-brukernavn:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:78
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
msgid "Wiki user name:"
|
msgid "Wiki user name:"
|
||||||
msgstr "Wiki-brukernavn:"
|
msgstr "Wiki-brukernavn:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:85
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
msgid "Forum user id:"
|
msgid "Forum user id:"
|
||||||
msgstr "Forum-brukerid:"
|
msgstr "Forum-brukerid:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:92
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
msgid "Output format:"
|
msgid "Output format:"
|
||||||
msgstr "Fremvisningsformat:"
|
msgstr "Fremvisningsformat:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:99
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
msgid "Build Debian Member Portfolio URLs"
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
msgstr ""
|
msgstr "Bygg Debian-medlemsportfolio-URLer"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:21
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
msgid "Your personal links"
|
msgid "Your personal links"
|
||||||
|
|
@ -383,7 +410,7 @@ msgstr "Dine personlige lenker"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:25
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
msgid "Debian Member Porfolio"
|
msgid "Debian Member Porfolio"
|
||||||
msgstr ""
|
msgstr "Debian-medlems portfolio"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:28
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
msgid "Usage"
|
msgid "Usage"
|
||||||
|
|
|
||||||
|
|
@ -9,24 +9,24 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
"POT-Creation-Date: 2017-09-10 10:49+0200\n"
|
"POT-Creation-Date: 2018-02-09 10:14+0100\n"
|
||||||
"PO-Revision-Date: 2017-09-10 10:53+0200\n"
|
"PO-Revision-Date: 2019-03-18 14:03+0000\n"
|
||||||
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
|
"Last-Translator: Frans Spiesschaert <frans.spiesschaert@gmail.com>\n"
|
||||||
|
"Language-Team: Dutch <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/nl/>\n"
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
"Language-Team: Dutch <https://hosted.weblate.org/projects/debian-member-"
|
|
||||||
"portfolio-service/translations/nl/>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Weblate 2.12-dev\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 3.6-dev\n"
|
||||||
"Generated-By: Babel 2.5.0\n"
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "JSON"
|
msgid "JSON"
|
||||||
msgstr "JSON"
|
msgstr "JSON"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "HTML"
|
msgid "HTML"
|
||||||
msgstr "HTML"
|
msgstr "HTML"
|
||||||
|
|
||||||
|
|
@ -36,34 +36,33 @@ msgstr "Overzicht"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:41
|
#: debianmemberportfolio/views.py:41
|
||||||
msgid "Debian Member's Package Overview"
|
msgid "Debian Member's Package Overview"
|
||||||
msgstr "Debian-ledenpakket - Overzicht"
|
msgstr "Pakketoverzicht van Debian-leden"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:42
|
#: debianmemberportfolio/views.py:42
|
||||||
msgid ""
|
msgid ""
|
||||||
"Debian Member's Package Overview\n"
|
"Debian Member's Package Overview\n"
|
||||||
"... showing all email addresses"
|
"... showing all email addresses"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Debian-ledenpakket - Overzicht\n"
|
"Pakketoverzicht van Debian-leden\n"
|
||||||
"... alle e-mailadressen worden weergegeven"
|
"... alle e-mailadressen worden weergegeven"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:46
|
#: debianmemberportfolio/views.py:46
|
||||||
msgid "Bugs"
|
msgid "Bugs"
|
||||||
msgstr "Fouten"
|
msgstr "Bugs"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:47
|
#: debianmemberportfolio/views.py:47
|
||||||
msgid ""
|
msgid ""
|
||||||
"bugs received\n"
|
"bugs received\n"
|
||||||
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org"
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
"/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"fouten ontvangen\n"
|
"ontvangen bugs\n"
|
||||||
"(let op: mede-beheerders staan niet op de lijst, zie <a "
|
"(let op: mede-beheerders staan niet op de lijst, zie\n"
|
||||||
"href=\"https://bugs.debian.org/cgi-"
|
"<a href=\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430986\""
|
||||||
"bin/bugreport.cgi?bug=430986\">#430986</a>"
|
">#430986</a>"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:51
|
#: debianmemberportfolio/views.py:51
|
||||||
msgid "bugs reported"
|
msgid "bugs reported"
|
||||||
msgstr "fouten gemeld"
|
msgstr "gerapporteerde bugs"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:52
|
#: debianmemberportfolio/views.py:52
|
||||||
msgid "user tags"
|
msgid "user tags"
|
||||||
|
|
@ -72,8 +71,8 @@ msgstr "gebruikerslabels"
|
||||||
#: debianmemberportfolio/views.py:53
|
#: debianmemberportfolio/views.py:53
|
||||||
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"alle berichten (zoals zoeken in volledige tekst voor naam van "
|
"alle berichten (d.w.z. zoeken in volledige tekst op de naam van de "
|
||||||
"ontwikkelaar in alle foutlogs)"
|
"ontwikkelaar in alle buglogs)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:55
|
#: debianmemberportfolio/views.py:55
|
||||||
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
@ -81,11 +80,11 @@ msgstr "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:56
|
#: debianmemberportfolio/views.py:56
|
||||||
msgid "correspondent for bugs"
|
msgid "correspondent for bugs"
|
||||||
msgstr "correspondent voor fouten"
|
msgstr "correspondent voor bugs"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:57
|
#: debianmemberportfolio/views.py:57
|
||||||
msgid "one year open bug history graph"
|
msgid "one year open bug history graph"
|
||||||
msgstr "geschiedenisgrafiek voor fouten die één jaar openstaan"
|
msgstr "grafiek van de evolutie van bugs die één jaar openstaan"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:60
|
#: debianmemberportfolio/views.py:60
|
||||||
msgid "Build"
|
msgid "Build"
|
||||||
|
|
@ -97,23 +96,24 @@ msgstr "buildd.d.o"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:62
|
#: debianmemberportfolio/views.py:62
|
||||||
msgid "igloo"
|
msgid "igloo"
|
||||||
msgstr "iglo"
|
msgstr "igloo"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:65
|
#: debianmemberportfolio/views.py:65
|
||||||
msgid "Quality Assurance"
|
msgid "Quality Assurance"
|
||||||
msgstr "Kwaliteitszekerheid"
|
msgstr "Kwaliteitsverzekering"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:66
|
#: debianmemberportfolio/views.py:66
|
||||||
msgid "maintainer dashboard"
|
msgid "maintainer dashboard"
|
||||||
msgstr "beheerdersdashboard"
|
msgstr "beheerdersinstrumentenbord"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:67
|
#: debianmemberportfolio/views.py:67
|
||||||
msgid "lintian reports"
|
msgid "lintian reports"
|
||||||
msgstr "lintian-meldingen"
|
msgstr "lintian-rapporten"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:68
|
#: debianmemberportfolio/views.py:68
|
||||||
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
msgstr "volledige lintian-rapporten (bijv. inclusief \"info\"-niveauberichten)"
|
msgstr ""
|
||||||
|
"volledige lintian-rapporten (d.w.z. inclusief berichten van niveau \"info\")"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:70
|
#: debianmemberportfolio/views.py:70
|
||||||
msgid "piuparts"
|
msgid "piuparts"
|
||||||
|
|
@ -121,11 +121,11 @@ msgstr "piuparts"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:71
|
#: debianmemberportfolio/views.py:71
|
||||||
msgid "Debian patch tracking system"
|
msgid "Debian patch tracking system"
|
||||||
msgstr "Debian-patchtrackingsysteem"
|
msgstr "Debian patchvolgsysteem"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:72
|
#: debianmemberportfolio/views.py:72
|
||||||
msgid "Debian Url ChecKer"
|
msgid "Debian Url ChecKer"
|
||||||
msgstr "Debian URL-controleerder"
|
msgstr "Debian URL-controle"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:75
|
#: debianmemberportfolio/views.py:75
|
||||||
msgid "Mailing Lists"
|
msgid "Mailing Lists"
|
||||||
|
|
@ -153,9 +153,9 @@ msgstr "people.d.o"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:83
|
#: debianmemberportfolio/views.py:83
|
||||||
msgid "oldpeople"
|
msgid "oldpeople"
|
||||||
msgstr "oudemensen"
|
msgstr "oud-medewerkers"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:92
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
msgid "Alioth"
|
msgid "Alioth"
|
||||||
msgstr "Alioth"
|
msgstr "Alioth"
|
||||||
|
|
||||||
|
|
@ -173,89 +173,89 @@ msgstr "DB-informatie via finger"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:90
|
#: debianmemberportfolio/views.py:90
|
||||||
msgid "DB information via HTTP"
|
msgid "DB information via HTTP"
|
||||||
msgstr "DB-informatie over HTTP"
|
msgstr "DB-informatie via HTTP"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:91
|
#: debianmemberportfolio/views.py:91
|
||||||
msgid "FOAF profile"
|
msgid "FOAF profile"
|
||||||
msgstr "FOAF-profiel"
|
msgstr "FOAF-profiel"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:93
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
msgid "Wiki"
|
msgid "Wiki"
|
||||||
msgstr "Wiki"
|
msgstr "Wiki"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:94
|
#: debianmemberportfolio/views.py:95
|
||||||
msgid "Forum"
|
msgid "Forum"
|
||||||
msgstr "Forum"
|
msgstr "Forum"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:97
|
#: debianmemberportfolio/views.py:98
|
||||||
msgid "Miscellaneous"
|
msgid "Miscellaneous"
|
||||||
msgstr "Diversen"
|
msgstr "Diversen"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:98
|
|
||||||
msgid "debtags"
|
|
||||||
msgstr "deblabels"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:99
|
#: debianmemberportfolio/views.py:99
|
||||||
|
msgid "debtags"
|
||||||
|
msgstr "debtags"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:100
|
||||||
msgid "Planet Debian (name)"
|
msgid "Planet Debian (name)"
|
||||||
msgstr "Planet Debian (naam)"
|
msgstr "Planet Debian (naam)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:100
|
#: debianmemberportfolio/views.py:101
|
||||||
msgid "Planet Debian (username)"
|
msgid "Planet Debian (username)"
|
||||||
msgstr "Planet Debian (gebruikersnaam)"
|
msgstr "Planet Debian (gebruikersnaam)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:101
|
#: debianmemberportfolio/views.py:102
|
||||||
msgid "links"
|
msgid "links"
|
||||||
msgstr "links"
|
msgstr "links"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:102
|
#: debianmemberportfolio/views.py:103
|
||||||
msgid "Debian website"
|
msgid "Debian website"
|
||||||
msgstr "Debian-website"
|
msgstr "Debian-website"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:103
|
#: debianmemberportfolio/views.py:104
|
||||||
msgid "Debian search"
|
msgid "Debian search"
|
||||||
msgstr "Debian-zoeken"
|
msgstr "Debian-zoeken"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:104
|
#: debianmemberportfolio/views.py:105
|
||||||
msgid "GPG public key via finger"
|
msgid "GPG public key via finger"
|
||||||
msgstr "GPG openbare sleutel via finger"
|
msgstr "GPG openbare sleutel via finger"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:105
|
|
||||||
msgid "GPG public key via HTTP"
|
|
||||||
msgstr "GPG openbare sleutel over HTTP"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:106
|
#: debianmemberportfolio/views.py:106
|
||||||
|
msgid "GPG public key via HTTP"
|
||||||
|
msgstr "GPG openbare sleutel via HTTP"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
msgid "NM, AM participation"
|
msgid "NM, AM participation"
|
||||||
msgstr "NM, AM-deelname"
|
msgstr "NM, AM-deelname"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:107
|
#: debianmemberportfolio/views.py:108
|
||||||
msgid "Contribution information"
|
msgid "Contribution information"
|
||||||
msgstr "Bijdraaginformatie"
|
msgstr "Bijdrage-informatie"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:110
|
|
||||||
msgid "Information reachable via ssh (for Debian Members)"
|
|
||||||
msgstr "Informatie is bereikbaar over ssh (voor Debian-leden)"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:111
|
#: debianmemberportfolio/views.py:111
|
||||||
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
|
msgstr "Via ssh toegankelijke informatie (voor Debian-leden)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:112
|
||||||
msgid "owned debian.net domains"
|
msgid "owned debian.net domains"
|
||||||
msgstr "debian.net-domeinnamen in eigendom"
|
msgstr "debian.net-domeinnamen in eigendom"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:112
|
#: debianmemberportfolio/views.py:113
|
||||||
msgid ""
|
msgid "<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database information"
|
||||||
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> "
|
msgstr "<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a>-database-informatie"
|
||||||
"database information"
|
|
||||||
msgstr ""
|
|
||||||
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a"
|
|
||||||
">-database-informatie"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:114
|
#: debianmemberportfolio/views.py:115
|
||||||
msgid "Group membership information"
|
msgid "Group membership information"
|
||||||
msgstr "Groepslidmaatschap-informatie"
|
msgstr "Informatie over groepslidmaatschap"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:117
|
#: debianmemberportfolio/views.py:118
|
||||||
msgid "Ubuntu"
|
msgid "Ubuntu"
|
||||||
msgstr "Ubuntu"
|
msgstr "Ubuntu"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:118
|
#: debianmemberportfolio/views.py:119
|
||||||
msgid "Available patches from Ubuntu"
|
msgid "Available patches from Ubuntu"
|
||||||
msgstr "Beschikbare patches van Ubuntu"
|
msgstr "Beschikbare patches van Ubuntu"
|
||||||
|
|
||||||
|
|
@ -277,14 +277,18 @@ msgstr "Debian-gebruikersnaam"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:47
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
msgid "Non Debian email address"
|
msgid "Non Debian email address"
|
||||||
msgstr "Geen Debian-e-mailadres"
|
msgstr "E-mailadres buiten Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:48
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr "Salsa-gebruikersnaam"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
msgid "Alioth user name"
|
msgid "Alioth user name"
|
||||||
msgstr "Alioth-gebruikersnaam"
|
msgstr "Alioth-gebruikersnaam"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:109
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:113
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Missing input: %s"
|
msgid "Missing input: %s"
|
||||||
msgstr "Ontbrekende invoer: %s"
|
msgstr "Ontbrekende invoer: %s"
|
||||||
|
|
@ -292,23 +296,19 @@ msgstr "Ontbrekende invoer: %s"
|
||||||
#: debianmemberportfolio/templates/base.html:24
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
#: debianmemberportfolio/templates/base.html:31
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
msgid "Debian Member Portfolio Service"
|
msgid "Debian Member Portfolio Service"
|
||||||
msgstr "Debian-ledenportfoliodienst"
|
msgstr "Portfoliodienst van Debian-leden"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:30
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
msgid "Debian Logo"
|
msgid "Debian Logo"
|
||||||
msgstr "Debian-logo"
|
msgstr "Debian-logo"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:32
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
msgid ""
|
msgid "This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki.debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can create a set of customized links leading to a Debian Member's or package maintainer's information regarding Debian."
|
||||||
"This service has been inspired by Stefano Zacchiroli's <a "
|
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">DDPortfolio page in the "
|
|
||||||
"Debian Wiki</a>. You can create a set of customized links leading to a "
|
|
||||||
"Debian Member's or package maintainer's information regarding Debian."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Deze dienst is geïnspireerd op Stefano Zacchiroli's <a "
|
"Deze dienst is geïnspireerd op Stefano Zacchiroli's <a href=\""
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">DDPortfolio-pagina op de "
|
"https://wiki.debian.org/DDPortfolio\">DDPortfolio-pagina op de Debian-"
|
||||||
"Debian-wiki</a>. U kunt een set aangepaste links creëren die leiden naar "
|
"wiki</a>. U kunt een set aangepaste links creëren die leiden naar Debian-"
|
||||||
"een Debian-lid of pakketbeheerder-informatie aangaande Debian."
|
"gerelateerde informatie over een lid of pakketbeheerder van Debian."
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:39
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
msgid "AGPL - Free Software"
|
msgid "AGPL - Free Software"
|
||||||
|
|
@ -316,32 +316,22 @@ msgstr "AGPL - Vrije software"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:40
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid "The service is available under the terms of the <a href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb repository browser URL\">browse the source code</a> or clone it from <a href=\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href=\"https://git-scm.com/\">git</a>. If you want to translate this service to your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
"The service is available under the terms of the <a "
|
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public"
|
|
||||||
" License</a> as published by the Free Software Foundation, either version"
|
|
||||||
" 3 of the License, or (at your option) any later version. You can <a "
|
|
||||||
"href=\"%(browseurl)s\" title=\"Gitweb repository browser URL\">browse the"
|
|
||||||
" source code</a> or clone it from <a href=\"%(cloneurl)s\" title=\"git "
|
|
||||||
"clone URL\">%(cloneurl)s</a> using <a href=\"https://git-"
|
|
||||||
"scm.com/\">git</a>. If you want to translate this service to your "
|
|
||||||
"language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
|
||||||
"Member Portfolio Service at Weblate\">Weblate</a>."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Deze dienst is beschikbaar onder de voorwaarden van de <a "
|
"Deze dienst is beschikbaar onder de voorwaarden van de <a href=\""
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public"
|
"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public "
|
||||||
" License</a>, zoals gepubliceerd door de Free Software Foundation, zowel "
|
"License</a>, zoals gepubliceerd door de Free Software Foundation, zowel "
|
||||||
"versie 3, als (optioneel) een hogere versie. U kunt <a "
|
"versie 3, als (optioneel) een hogere versie. U kunt <a href=\"%(browseurl)s\""
|
||||||
"href=\"%(browseurl)s\" title=\"Gitweb repository browser URL\">door de "
|
" title=\"Gitweb repository browser URL\">door de broncode bladeren</a> of "
|
||||||
"broncode bladeren</a> of deze klonen <a href=\"%(cloneurl)s\" title=\"git"
|
"deze klonen van <a href=\"%(cloneurl)s\" title=\"git clone URL\""
|
||||||
" clone URL\">%(cloneurl)s</a> m.b.v. <a href=\"http://git-"
|
">%(cloneurl)s</a> m.b.v. <a href=\"http://git-scm.com/\">git</a>. Als u deze "
|
||||||
"scm.com/\">git</a>. Als u deze dienst wilt vertalen naar uw eigen taal, "
|
"dienst wilt vertalen naar uw eigen taal, dan kunt u bijdragen op <a href=\""
|
||||||
"dan kunt u bijdragen op <a href=\"%(weblateurl)s\" title=\"Debian "
|
"%(weblateurl)s\" title=\"Debian Member Portfolio Service at Weblate\""
|
||||||
"Member Portfolio Service at Weblate\">Weblate</a>."
|
">Weblate</a>."
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:41
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
msgid "Copyright © 2009-2017 Jan Dittberner"
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
msgstr "Copyright © 2009-2017 Jan Dittberner"
|
msgstr "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:22
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
msgid "Enter your personal information"
|
msgid "Enter your personal information"
|
||||||
|
|
@ -349,7 +339,7 @@ msgstr "Voer uw persoonlijke informatie in"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:29
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
msgid "Debian Member Portfolio"
|
msgid "Debian Member Portfolio"
|
||||||
msgstr "Debian-lidportfolio"
|
msgstr "Portfolio van een lid van Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:31
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
msgid "Email address:"
|
msgid "Email address:"
|
||||||
|
|
@ -357,7 +347,7 @@ msgstr "E-mailadres:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:40
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
msgid "Show all form fields"
|
msgid "Show all form fields"
|
||||||
msgstr "Alle formuliervelden weergeven"
|
msgstr "Alle velden van het formulier weergeven"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:43
|
#: debianmemberportfolio/templates/showform.html:43
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
|
|
@ -373,27 +363,31 @@ msgstr "Debian-gebruikersnaam:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:64
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
msgid "Non Debian email address:"
|
msgid "Non Debian email address:"
|
||||||
msgstr "Geen Debian-e-mailadres:"
|
msgstr "E-mailadres buiten Debian:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:71
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr "Salsa-gebruikersnaam:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
msgid "Alioth user name:"
|
msgid "Alioth user name:"
|
||||||
msgstr "Alioth-gebruikersnaam:"
|
msgstr "Alioth-gebruikersnaam:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:78
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
msgid "Wiki user name:"
|
msgid "Wiki user name:"
|
||||||
msgstr "Wiki-gebruikersnaam:"
|
msgstr "Wiki-gebruikersnaam:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:85
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
msgid "Forum user id:"
|
msgid "Forum user id:"
|
||||||
msgstr "Forum-gebruikersid:"
|
msgstr "Forum-gebruikersid:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:92
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
msgid "Output format:"
|
msgid "Output format:"
|
||||||
msgstr "Uitvoerformaat:"
|
msgstr "Uitvoerformaat:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:99
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
msgid "Build Debian Member Portfolio URLs"
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
msgstr "Debian-ledenportfolio URL's bouwen"
|
msgstr "URL's bouwen voor het Debian-lid"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:21
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
msgid "Your personal links"
|
msgid "Your personal links"
|
||||||
|
|
@ -401,7 +395,7 @@ msgstr "Uw persoonlijke links"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:25
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
msgid "Debian Member Porfolio"
|
msgid "Debian Member Porfolio"
|
||||||
msgstr "Debian-lidportfolio"
|
msgstr "Portfolio van een Debian-lid"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:28
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
msgid "Usage"
|
msgid "Usage"
|
||||||
|
|
@ -417,11 +411,4 @@ msgstr "Er is een fout opgetreden tijdens de URL-creatie:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:59
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Herstarten"
|
msgstr "Herbeginnen"
|
||||||
|
|
||||||
#~ msgid ""
|
|
||||||
#~ msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Copyright © 2009-2014 Jan Dittberner"
|
|
||||||
#~ msgstr "Copyright © 2009-2014 Jan Dittberner"
|
|
||||||
|
|
||||||
|
|
|
||||||
412
debianmemberportfolio/translations/pl/LC_MESSAGES/messages.po
Normal file
412
debianmemberportfolio/translations/pl/LC_MESSAGES/messages.po
Normal file
|
|
@ -0,0 +1,412 @@
|
||||||
|
# German translations for the Debian Member Portfolio Service.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2009-2014 Jan Dittberner
|
||||||
|
# This file is distributed under the same license as the Debian Member
|
||||||
|
# Portfolio Service project.
|
||||||
|
# Translators:
|
||||||
|
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
|
"POT-Creation-Date: 2018-05-12 10:32+0200\n"
|
||||||
|
"PO-Revision-Date: 2020-10-27 06:59+0000\n"
|
||||||
|
"Last-Translator: Jan Dittberner <jandd@debian.org>\n"
|
||||||
|
"Language-Team: Polish <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/pl/>\n"
|
||||||
|
"Language: pl\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||||
|
"|| n%100>=20) ? 1 : 2;\n"
|
||||||
|
"X-Generator: Weblate 4.3.2-dev\n"
|
||||||
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "JSON"
|
||||||
|
msgstr "JSON"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "HTML"
|
||||||
|
msgstr "HTML"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:40
|
||||||
|
msgid "Overview"
|
||||||
|
msgstr "Przegląd"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:41
|
||||||
|
msgid "Debian Member's Package Overview"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:42
|
||||||
|
msgid ""
|
||||||
|
"Debian Member's Package Overview\n"
|
||||||
|
"... showing all email addresses"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:46
|
||||||
|
msgid "Bugs"
|
||||||
|
msgstr "Bugi"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:47
|
||||||
|
msgid ""
|
||||||
|
"bugs received\n"
|
||||||
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:51
|
||||||
|
msgid "bugs reported"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:52
|
||||||
|
msgid "user tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:53
|
||||||
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:55
|
||||||
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
msgstr "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:56
|
||||||
|
msgid "correspondent for bugs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:57
|
||||||
|
msgid "one year open bug history graph"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:60
|
||||||
|
msgid "Build"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:61
|
||||||
|
msgid "buildd.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:62
|
||||||
|
msgid "igloo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:65
|
||||||
|
msgid "Quality Assurance"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:66
|
||||||
|
msgid "maintainer dashboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:67
|
||||||
|
msgid "lintian reports"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:68
|
||||||
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:70
|
||||||
|
msgid "piuparts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:71
|
||||||
|
msgid "Debian patch tracking system"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:72
|
||||||
|
msgid "Debian Url ChecKer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:75
|
||||||
|
msgid "Mailing Lists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:76
|
||||||
|
msgid "lists.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:77
|
||||||
|
msgid "lists.a.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:78
|
||||||
|
msgid "gmane"
|
||||||
|
msgstr "gmane"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:81
|
||||||
|
msgid "Files"
|
||||||
|
msgstr "Pliki"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:82
|
||||||
|
msgid "people.d.o"
|
||||||
|
msgstr "people.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:83
|
||||||
|
msgid "oldpeople"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
|
msgid "Alioth"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:87
|
||||||
|
msgid "Membership"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:88
|
||||||
|
msgid "NM"
|
||||||
|
msgstr "NM"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:89
|
||||||
|
msgid "DB information via finger"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:90
|
||||||
|
msgid "DB information via HTTP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:91
|
||||||
|
msgid "FOAF profile"
|
||||||
|
msgstr "profil FOAF"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr "Wiki"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:95
|
||||||
|
msgid "Forum"
|
||||||
|
msgstr "Forum"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:98
|
||||||
|
msgid "Miscellaneous"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:99
|
||||||
|
msgid "debtags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:100
|
||||||
|
msgid "Planet Debian (name)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
|
msgid "links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:103
|
||||||
|
msgid "Debian website"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:104
|
||||||
|
msgid "Debian search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:105
|
||||||
|
msgid "GPG public key via finger"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:106
|
||||||
|
msgid "GPG public key via HTTP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "NM, AM participation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:108
|
||||||
|
msgid "Contribution information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:109
|
||||||
|
msgid "Repology information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:112
|
||||||
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:113
|
||||||
|
msgid "owned debian.net domains"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:114
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
|
"information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:116
|
||||||
|
msgid "Group membership information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:119
|
||||||
|
msgid "Ubuntu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:120
|
||||||
|
msgid "Available patches from Ubuntu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
|
msgid "Email address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:44
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:45
|
||||||
|
msgid "GPG fingerprint"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:46
|
||||||
|
msgid "Debian user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
|
msgid "Non Debian email address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
|
msgid "Alioth user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
|
#, python-format
|
||||||
|
msgid "Missing input: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
|
msgid "Debian Member Portfolio Service"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
|
msgid "Debian Logo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
|
msgid ""
|
||||||
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
|
"maintainer's information regarding Debian."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
|
msgid "AGPL - Free Software"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
|
msgid "Enter your personal information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
|
msgid "Debian Member Portfolio"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
|
msgid "Email address:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
|
msgid "Show all form fields"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:43
|
||||||
|
msgid "Name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:50
|
||||||
|
msgid "GPG fingerprint:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:57
|
||||||
|
msgid "Debian user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
|
msgid "Non Debian email address:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
|
msgid "Alioth user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
|
msgid "Wiki user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
|
msgid "Forum user id:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
|
msgid "Output format:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
|
msgid "Your personal links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
|
msgid "Debian Member Porfolio"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "Usage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "URL"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
|
msgid "Error during URL creation:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
|
msgid "Restart"
|
||||||
|
msgstr ""
|
||||||
434
debianmemberportfolio/translations/pt/LC_MESSAGES/messages.po
Normal file
434
debianmemberportfolio/translations/pt/LC_MESSAGES/messages.po
Normal file
|
|
@ -0,0 +1,434 @@
|
||||||
|
# German translations for the Debian Member Portfolio Service.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2009-2014 Jan Dittberner
|
||||||
|
# This file is distributed under the same license as the Debian Member
|
||||||
|
# Portfolio Service project.
|
||||||
|
# Translators:
|
||||||
|
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
|
"POT-Creation-Date: 2018-05-12 10:32+0200\n"
|
||||||
|
"PO-Revision-Date: 2020-09-22 18:40+0000\n"
|
||||||
|
"Last-Translator: ssantos <ssantos@web.de>\n"
|
||||||
|
"Language-Team: Portuguese <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/pt/>\n"
|
||||||
|
"Language: pt\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 4.3-dev\n"
|
||||||
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "JSON"
|
||||||
|
msgstr "JSON"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "HTML"
|
||||||
|
msgstr "HTML"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:40
|
||||||
|
msgid "Overview"
|
||||||
|
msgstr "Visão Geral"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:41
|
||||||
|
msgid "Debian Member's Package Overview"
|
||||||
|
msgstr "Visão geral dos Pacotes dos Membros do Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:42
|
||||||
|
msgid ""
|
||||||
|
"Debian Member's Package Overview\n"
|
||||||
|
"... showing all email addresses"
|
||||||
|
msgstr ""
|
||||||
|
"Visão geral dos Pacote dos Membros do Debian\n"
|
||||||
|
"... exibindo todos os endereços de email"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:46
|
||||||
|
msgid "Bugs"
|
||||||
|
msgstr "Bugs"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:47
|
||||||
|
msgid ""
|
||||||
|
"bugs received\n"
|
||||||
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
msgstr ""
|
||||||
|
"Bugs recebidos\n"
|
||||||
|
"(nota: co-mantenedores não listados, veja <a href=\"https://bugs.debian.org/"
|
||||||
|
"cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:51
|
||||||
|
msgid "bugs reported"
|
||||||
|
msgstr "Bugs reportados"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:52
|
||||||
|
msgid "user tags"
|
||||||
|
msgstr "Tags de utilizador"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:53
|
||||||
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
|
msgstr ""
|
||||||
|
"Todas as mensagens (Ex. pesquisa completa do texto para o nome do "
|
||||||
|
"programador em todos os logs de bug)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:55
|
||||||
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
msgstr "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:56
|
||||||
|
msgid "correspondent for bugs"
|
||||||
|
msgstr "correspondente para bugs"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:57
|
||||||
|
msgid "one year open bug history graph"
|
||||||
|
msgstr "Histórico gráfico de bugs abertos há um ano"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:60
|
||||||
|
msgid "Build"
|
||||||
|
msgstr "Construção"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:61
|
||||||
|
msgid "buildd.d.o"
|
||||||
|
msgstr "buildd.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:62
|
||||||
|
msgid "igloo"
|
||||||
|
msgstr "Iglu"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:65
|
||||||
|
msgid "Quality Assurance"
|
||||||
|
msgstr "Garantia de Qualidade"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:66
|
||||||
|
msgid "maintainer dashboard"
|
||||||
|
msgstr "painel do mantenedor"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:67
|
||||||
|
msgid "lintian reports"
|
||||||
|
msgstr "relatórios lintian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:68
|
||||||
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
|
msgstr "todos os relatórios lintian (Ex. incluindo mensagens \"info\"-level)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:70
|
||||||
|
msgid "piuparts"
|
||||||
|
msgstr "piuparts"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:71
|
||||||
|
msgid "Debian patch tracking system"
|
||||||
|
msgstr "Sistema de rastreamento de patches Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:72
|
||||||
|
msgid "Debian Url ChecKer"
|
||||||
|
msgstr "Validador de Url do Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:75
|
||||||
|
msgid "Mailing Lists"
|
||||||
|
msgstr "Listas de Discussão"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:76
|
||||||
|
msgid "lists.d.o"
|
||||||
|
msgstr "lists.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:77
|
||||||
|
msgid "lists.a.d.o"
|
||||||
|
msgstr "lists.a.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:78
|
||||||
|
msgid "gmane"
|
||||||
|
msgstr "gmane"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:81
|
||||||
|
msgid "Files"
|
||||||
|
msgstr "Ficheiros"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:82
|
||||||
|
msgid "people.d.o"
|
||||||
|
msgstr "people.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:83
|
||||||
|
msgid "oldpeople"
|
||||||
|
msgstr "oldpeople"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
|
msgid "Alioth"
|
||||||
|
msgstr "Alioth"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:87
|
||||||
|
msgid "Membership"
|
||||||
|
msgstr "Associação"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:88
|
||||||
|
msgid "NM"
|
||||||
|
msgstr "NM"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:89
|
||||||
|
msgid "DB information via finger"
|
||||||
|
msgstr "Infomações DB via finger"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:90
|
||||||
|
msgid "DB information via HTTP"
|
||||||
|
msgstr "Informações DB via HTTP"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:91
|
||||||
|
msgid "FOAF profile"
|
||||||
|
msgstr "perfil FOAF"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr "Wiki"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:95
|
||||||
|
msgid "Forum"
|
||||||
|
msgstr "Fórum"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:98
|
||||||
|
msgid "Miscellaneous"
|
||||||
|
msgstr "Miscelânea"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:99
|
||||||
|
msgid "debtags"
|
||||||
|
msgstr "debtags"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:100
|
||||||
|
msgid "Planet Debian (name)"
|
||||||
|
msgstr "Planet Debian (nome)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr "Nome de utilizador Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
|
msgid "links"
|
||||||
|
msgstr "ligações"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:103
|
||||||
|
msgid "Debian website"
|
||||||
|
msgstr "Site do Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:104
|
||||||
|
msgid "Debian search"
|
||||||
|
msgstr "Pesquisa Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:105
|
||||||
|
msgid "GPG public key via finger"
|
||||||
|
msgstr "Chave pública GPG via finger"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:106
|
||||||
|
msgid "GPG public key via HTTP"
|
||||||
|
msgstr "Chave pública GPG via HTTP"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "NM, AM participation"
|
||||||
|
msgstr "Participação NM, AM"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:108
|
||||||
|
msgid "Contribution information"
|
||||||
|
msgstr "Insira as suas informações pessoais"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:109
|
||||||
|
msgid "Repology information"
|
||||||
|
msgstr "Informação sobre Repology"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:112
|
||||||
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
|
msgstr "Informação alcançável via ssh (para membros Debian)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:113
|
||||||
|
msgid "owned debian.net domains"
|
||||||
|
msgstr "domínios debian.net adquiridos"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:114
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
|
"information"
|
||||||
|
msgstr ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> "
|
||||||
|
"informações de banco de dados"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:116
|
||||||
|
msgid "Group membership information"
|
||||||
|
msgstr "Informações de Grupos associados"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:119
|
||||||
|
msgid "Ubuntu"
|
||||||
|
msgstr "Ubuntu"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:120
|
||||||
|
msgid "Available patches from Ubuntu"
|
||||||
|
msgstr "Patches por Ubuntu disponíveis"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
|
msgid "Email address"
|
||||||
|
msgstr "Endereços de email"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:44
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nome"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:45
|
||||||
|
msgid "GPG fingerprint"
|
||||||
|
msgstr "Fingerprint GPG"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:46
|
||||||
|
msgid "Debian user name"
|
||||||
|
msgstr "Nome de utilizador Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
|
msgid "Non Debian email address"
|
||||||
|
msgstr "Endereço de email não Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr "Nome de utilizador Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
|
msgid "Alioth user name"
|
||||||
|
msgstr "Nome de utilizador Alioth"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
|
#, python-format
|
||||||
|
msgid "Missing input: %s"
|
||||||
|
msgstr "Entrada ausente: %s"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
|
msgid "Debian Member Portfolio Service"
|
||||||
|
msgstr "Serviço de Portfolio dos Membros do Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
|
msgid "Debian Logo"
|
||||||
|
msgstr "Logo Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
|
msgid ""
|
||||||
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
|
"maintainer's information regarding Debian."
|
||||||
|
msgstr ""
|
||||||
|
"Este serviço tem sido inspirado por Stefano Zacchiroli's <a href=\"https"
|
||||||
|
"://wiki.debian.org/DDPortfolio\">Página DDPortfolio na Debian Wiki</a>. Pode "
|
||||||
|
"criar um conjunto de ligações customizados apontando para informações, ou de "
|
||||||
|
"membro Debian, ou de mantenedor de pacotes a respeito de Debian."
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
|
msgid "AGPL - Free Software"
|
||||||
|
msgstr "AGPL - Sofware Livre"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
|
msgstr ""
|
||||||
|
"O serviço está disponível sob os termos da <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">Licença Pública Geral Affero GNU</a> conforme publicado "
|
||||||
|
"pela the Free Software Foundation, tanto na versão 3 da licença, como (a seu "
|
||||||
|
"critério) qualquer versão mais recente. Pode <a href=\"%(browseurl)s\" title="
|
||||||
|
"\"Navegar na URL do repositório Gitweb\">visualizar o código fonte</a> ou "
|
||||||
|
"cloná-lo<a href=\"%(cloneurl)s\" title=\"URL de clonagem do git\""
|
||||||
|
">%(cloneurl)s</a> usando <a href=\"http://git-scm.com/\">git</a>. Se quiser "
|
||||||
|
"traduzir este serviço para o seu idioma pode contribuir em <a href=\""
|
||||||
|
"%(weblateurl)s\" title=\"Serviço de Portfolio dos Membros do Debian no "
|
||||||
|
"Weblate\">Weblate</a>."
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
msgstr "Direitos Autorais © 2009-2018 Jan Dittberner"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
|
msgid "Enter your personal information"
|
||||||
|
msgstr "Insira as suas informações pessoais"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
|
msgid "Debian Member Portfolio"
|
||||||
|
msgstr "Portfolio de Membro Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
|
msgid "Email address:"
|
||||||
|
msgstr "Endereço de email:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
|
msgid "Show all form fields"
|
||||||
|
msgstr "Mostrar todos os campos"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:43
|
||||||
|
msgid "Name:"
|
||||||
|
msgstr "Nome:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:50
|
||||||
|
msgid "GPG fingerprint:"
|
||||||
|
msgstr "Fingerprint GPG:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:57
|
||||||
|
msgid "Debian user name:"
|
||||||
|
msgstr "Nome de utilizador Debian:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
|
msgid "Non Debian email address:"
|
||||||
|
msgstr "Endereço de email não Debian:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr "nome de utilizador Salsa:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
|
msgid "Alioth user name:"
|
||||||
|
msgstr "Nome de utilizador Alioth:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
|
msgid "Wiki user name:"
|
||||||
|
msgstr "Nome de utilizador Wiki:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
|
msgid "Forum user id:"
|
||||||
|
msgstr "Id de utilizador do fórum:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
|
msgid "Output format:"
|
||||||
|
msgstr "Formato de saída:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
|
msgstr "URLs de Portfolio dos Membros Debian em Construção"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
|
msgid "Your personal links"
|
||||||
|
msgstr "As suas ligações pessoais"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
|
msgid "Debian Member Porfolio"
|
||||||
|
msgstr "Portfolio de Membro Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "Usage"
|
||||||
|
msgstr "Modo de uso"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "URL"
|
||||||
|
msgstr "URL"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
|
msgid "Error during URL creation:"
|
||||||
|
msgstr "Erro durante a criação da URL:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
|
msgid "Restart"
|
||||||
|
msgstr "Reiniciar"
|
||||||
|
|
@ -9,24 +9,24 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Debian Member Portfolio Service\n"
|
"Project-Id-Version: Debian Member Portfolio Service\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2017-09-10 10:49+0200\n"
|
"POT-Creation-Date: 2018-02-09 10:14+0100\n"
|
||||||
"PO-Revision-Date: 2014-01-11 01:27+0100\n"
|
"PO-Revision-Date: 2020-07-26 06:41+0000\n"
|
||||||
"Last-Translator: Jan Dittberner <jan@dittberner.info>\n"
|
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
|
||||||
|
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/pt_BR/>\n"
|
||||||
"Language: pt_BR\n"
|
"Language: pt_BR\n"
|
||||||
"Language-Team: Portuguese (Brazil) "
|
|
||||||
"(https://www.transifex.com/projects/p/debportfolioservice/language/pt_BR/)"
|
|
||||||
"\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 4.2-dev\n"
|
||||||
"Generated-By: Babel 2.5.0\n"
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "JSON"
|
msgid "JSON"
|
||||||
msgstr "JSON"
|
msgstr "JSON"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "HTML"
|
msgid "HTML"
|
||||||
msgstr "HTML"
|
msgstr "HTML"
|
||||||
|
|
||||||
|
|
@ -36,15 +36,15 @@ msgstr "Visão Geral"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:41
|
#: debianmemberportfolio/views.py:41
|
||||||
msgid "Debian Member's Package Overview"
|
msgid "Debian Member's Package Overview"
|
||||||
msgstr "Visão geral de Pacote de membros Debian"
|
msgstr "Visão geral dos Pacotes dos Membros do Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:42
|
#: debianmemberportfolio/views.py:42
|
||||||
msgid ""
|
msgid ""
|
||||||
"Debian Member's Package Overview\n"
|
"Debian Member's Package Overview\n"
|
||||||
"... showing all email addresses"
|
"... showing all email addresses"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Visão geral de Pacote de membros Debian\n"
|
"Visão geral dos Pacote dos Membros do Debian\n"
|
||||||
"... mostrando todos os endereços de email"
|
"... exibindo todos os endereços de email"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:46
|
#: debianmemberportfolio/views.py:46
|
||||||
msgid "Bugs"
|
msgid "Bugs"
|
||||||
|
|
@ -53,13 +53,12 @@ msgstr "Bugs"
|
||||||
#: debianmemberportfolio/views.py:47
|
#: debianmemberportfolio/views.py:47
|
||||||
msgid ""
|
msgid ""
|
||||||
"bugs received\n"
|
"bugs received\n"
|
||||||
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org"
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
"/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Bugs recebidos\n"
|
"Bugs recebidos\n"
|
||||||
"(nota: co-mantenedores não listados, veja <a "
|
"(nota: co-mantenedores não listados, veja <a href=\"https://bugs.debian.org/"
|
||||||
"href=\"https://bugs.debian.org/cgi-"
|
"cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:51
|
#: debianmemberportfolio/views.py:51
|
||||||
msgid "bugs reported"
|
msgid "bugs reported"
|
||||||
|
|
@ -72,8 +71,8 @@ msgstr "Tags de usuário"
|
||||||
#: debianmemberportfolio/views.py:53
|
#: debianmemberportfolio/views.py:53
|
||||||
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Todas as mensagens (Ex. pesquisa completa de texto para nome de "
|
"Todas as mensagens (Ex. pesquisa completa do texto para o nome do "
|
||||||
"desenvovedor em todos os logs de bug)"
|
"desenvolvedor em todos os logs de bug)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:55
|
#: debianmemberportfolio/views.py:55
|
||||||
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
@ -85,7 +84,7 @@ msgstr "correspondente para bugs"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:57
|
#: debianmemberportfolio/views.py:57
|
||||||
msgid "one year open bug history graph"
|
msgid "one year open bug history graph"
|
||||||
msgstr "Gráfico histórico de bug aberto há um ano "
|
msgstr "Histórico gráfico de bugs abertos há um ano"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:60
|
#: debianmemberportfolio/views.py:60
|
||||||
msgid "Build"
|
msgid "Build"
|
||||||
|
|
@ -101,11 +100,11 @@ msgstr "Iglu"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:65
|
#: debianmemberportfolio/views.py:65
|
||||||
msgid "Quality Assurance"
|
msgid "Quality Assurance"
|
||||||
msgstr "Garantia de qualidade"
|
msgstr "Garantia de Qualidade"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:66
|
#: debianmemberportfolio/views.py:66
|
||||||
msgid "maintainer dashboard"
|
msgid "maintainer dashboard"
|
||||||
msgstr ""
|
msgstr "painel do mantenedor"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:67
|
#: debianmemberportfolio/views.py:67
|
||||||
msgid "lintian reports"
|
msgid "lintian reports"
|
||||||
|
|
@ -113,7 +112,7 @@ msgstr "relatórios lintian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:68
|
#: debianmemberportfolio/views.py:68
|
||||||
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
msgstr "relatórios lintian completos (Ex. incluíndo mensagens \"info\"-level)"
|
msgstr "todos os relatórios lintian (Ex. incluindo mensagens \"info\"-level)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:70
|
#: debianmemberportfolio/views.py:70
|
||||||
msgid "piuparts"
|
msgid "piuparts"
|
||||||
|
|
@ -121,15 +120,15 @@ msgstr "piuparts"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:71
|
#: debianmemberportfolio/views.py:71
|
||||||
msgid "Debian patch tracking system"
|
msgid "Debian patch tracking system"
|
||||||
msgstr "Sistema de patch tracking Debian"
|
msgstr "Sistema de rastreamento de patches Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:72
|
#: debianmemberportfolio/views.py:72
|
||||||
msgid "Debian Url ChecKer"
|
msgid "Debian Url ChecKer"
|
||||||
msgstr ""
|
msgstr "Validador de Url do Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:75
|
#: debianmemberportfolio/views.py:75
|
||||||
msgid "Mailing Lists"
|
msgid "Mailing Lists"
|
||||||
msgstr "Listas de discussão"
|
msgstr "Listas de Discussão"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:76
|
#: debianmemberportfolio/views.py:76
|
||||||
msgid "lists.d.o"
|
msgid "lists.d.o"
|
||||||
|
|
@ -155,7 +154,7 @@ msgstr "people.d.o"
|
||||||
msgid "oldpeople"
|
msgid "oldpeople"
|
||||||
msgstr "oldpeople"
|
msgstr "oldpeople"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:92
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
msgid "Alioth"
|
msgid "Alioth"
|
||||||
msgstr "Alioth"
|
msgstr "Alioth"
|
||||||
|
|
||||||
|
|
@ -177,89 +176,91 @@ msgstr "Informações DB via HTTP"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:91
|
#: debianmemberportfolio/views.py:91
|
||||||
msgid "FOAF profile"
|
msgid "FOAF profile"
|
||||||
msgstr ""
|
msgstr "perfil FOAF"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:93
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
msgid "Wiki"
|
msgid "Wiki"
|
||||||
msgstr "Wiki"
|
msgstr "Wiki"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:94
|
#: debianmemberportfolio/views.py:95
|
||||||
msgid "Forum"
|
msgid "Forum"
|
||||||
msgstr "Fórum"
|
msgstr "Fórum"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:97
|
#: debianmemberportfolio/views.py:98
|
||||||
msgid "Miscellaneous"
|
msgid "Miscellaneous"
|
||||||
msgstr "Miscelânea"
|
msgstr "Miscelânea"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:98
|
#: debianmemberportfolio/views.py:99
|
||||||
msgid "debtags"
|
msgid "debtags"
|
||||||
msgstr "debtags"
|
msgstr "debtags"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:99
|
|
||||||
msgid "Planet Debian (name)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:100
|
#: debianmemberportfolio/views.py:100
|
||||||
#, fuzzy
|
msgid "Planet Debian (name)"
|
||||||
|
msgstr "Planet Debian (nome)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:101
|
||||||
msgid "Planet Debian (username)"
|
msgid "Planet Debian (username)"
|
||||||
msgstr "Nome de usuário Debian"
|
msgstr "Nome de usuário Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:101
|
#: debianmemberportfolio/views.py:102
|
||||||
msgid "links"
|
msgid "links"
|
||||||
msgstr "links"
|
msgstr "links"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:102
|
#: debianmemberportfolio/views.py:103
|
||||||
msgid "Debian website"
|
msgid "Debian website"
|
||||||
msgstr "Site do Debian"
|
msgstr "Site do Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:103
|
#: debianmemberportfolio/views.py:104
|
||||||
msgid "Debian search"
|
msgid "Debian search"
|
||||||
msgstr "Pesquisa Debian"
|
msgstr "Pesquisa Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:104
|
#: debianmemberportfolio/views.py:105
|
||||||
msgid "GPG public key via finger"
|
msgid "GPG public key via finger"
|
||||||
msgstr "Chave pública GPG via finger"
|
msgstr "Chave pública GPG via finger"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:105
|
#: debianmemberportfolio/views.py:106
|
||||||
msgid "GPG public key via HTTP"
|
msgid "GPG public key via HTTP"
|
||||||
msgstr "Chave pública GPG via HTTP"
|
msgstr "Chave pública GPG via HTTP"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:106
|
#: debianmemberportfolio/views.py:107
|
||||||
msgid "NM, AM participation"
|
msgid "NM, AM participation"
|
||||||
msgstr "Participação NM, AM"
|
msgstr "Participação NM, AM"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:107
|
#: debianmemberportfolio/views.py:108
|
||||||
#, fuzzy
|
|
||||||
msgid "Contribution information"
|
msgid "Contribution information"
|
||||||
msgstr "Insira suas informações pessoais"
|
msgstr "Insira as suas informações pessoais"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:110
|
#: debianmemberportfolio/views.py:111
|
||||||
msgid "Information reachable via ssh (for Debian Members)"
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
msgstr "Informação alcançável via ssh (para membros Debian)"
|
msgstr "Informação alcançável via ssh (para membros Debian)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:111
|
#: debianmemberportfolio/views.py:112
|
||||||
msgid "owned debian.net domains"
|
msgid "owned debian.net domains"
|
||||||
msgstr "domínios debian.net adquiridos"
|
msgstr "domínios debian.net adquiridos"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:112
|
#: debianmemberportfolio/views.py:113
|
||||||
msgid ""
|
msgid ""
|
||||||
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> "
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
"database information"
|
"information"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> "
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> informações "
|
||||||
"informações de banco de dados"
|
"de banco de dados"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:114
|
#: debianmemberportfolio/views.py:115
|
||||||
msgid "Group membership information"
|
msgid "Group membership information"
|
||||||
msgstr "Informações de Grupos associados"
|
msgstr "Informações de Grupos associados"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:117
|
#: debianmemberportfolio/views.py:118
|
||||||
msgid "Ubuntu"
|
msgid "Ubuntu"
|
||||||
msgstr "Ubuntu"
|
msgstr "Ubuntu"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:118
|
#: debianmemberportfolio/views.py:119
|
||||||
msgid "Available patches from Ubuntu"
|
msgid "Available patches from Ubuntu"
|
||||||
msgstr "Patches disponíveis para Ubuntu"
|
msgstr "Patches por Ubuntu disponíveis"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:43
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
msgid "Email address"
|
msgid "Email address"
|
||||||
|
|
@ -282,19 +283,23 @@ msgid "Non Debian email address"
|
||||||
msgstr "Endereço de email não Debian"
|
msgstr "Endereço de email não Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:48
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr "Nome de usuário Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
msgid "Alioth user name"
|
msgid "Alioth user name"
|
||||||
msgstr "Nome de usuário Alioth"
|
msgstr "Nome de usuário Alioth"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:109
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:113
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Missing input: %s"
|
msgid "Missing input: %s"
|
||||||
msgstr "Entrada restante: %s"
|
msgstr "Entrada ausente: %s"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:24
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
#: debianmemberportfolio/templates/base.html:31
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
msgid "Debian Member Portfolio Service"
|
msgid "Debian Member Portfolio Service"
|
||||||
msgstr "Membro do Serviço de Portfolio Debian"
|
msgstr "Serviço de Portfolio dos Membros do Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:30
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
msgid "Debian Logo"
|
msgid "Debian Logo"
|
||||||
|
|
@ -302,52 +307,51 @@ msgstr "Logo Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:32
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This service has been inspired by Stefano Zacchiroli's <a "
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">DDPortfolio page in the "
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
"Debian Wiki</a>. You can create a set of customized links leading to a "
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
"Debian Member's or package maintainer's information regarding Debian."
|
"maintainer's information regarding Debian."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Este serviço tem sido inspirado por Stefano Zacchiroli's <a "
|
"Este serviço tem sido inspirado por Stefano Zacchiroli's <a href=\"https"
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">Página DDPortfolio na Debian"
|
"://wiki.debian.org/DDPortfolio\">Página DDPortfolio na Debian Wiki</a>. Você "
|
||||||
" Wiki</a>. Você pode criar um conjunto de links customizados apontando "
|
"pode criar um conjunto de links customizados apontando para informações, ou "
|
||||||
"para informações, ou de membro Debian, ou de mantenedor de pacotes a "
|
"de membro Debian, ou de mantenedor de pacotes a respeito de Debian."
|
||||||
"respeito de Debian."
|
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:39
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
msgid "AGPL - Free Software"
|
msgid "AGPL - Free Software"
|
||||||
msgstr "AGPL - Sofware Livre"
|
msgstr "AGPL - Sofware Livre"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:40
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The service is available under the terms of the <a "
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public"
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
" License</a> as published by the Free Software Foundation, either version"
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
" 3 of the License, or (at your option) any later version. You can <a "
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
"href=\"%(browseurl)s\" title=\"Gitweb repository browser URL\">browse the"
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
" source code</a> or clone it from <a href=\"%(cloneurl)s\" title=\"git "
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
"clone URL\">%(cloneurl)s</a> using <a href=\"https://git-"
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
"scm.com/\">git</a>. If you want to translate this service to your "
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
"language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
|
||||||
"Member Portfolio Service at Weblate\">Weblate</a>."
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"O serviço está disponível sob os termos da <a "
|
"O serviço está disponível sob os termos da <a href=\"https://www.gnu.org/"
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">Licença Pública Geral "
|
"licenses/agpl.html\">Licença Pública Geral Affero GNU</a> conforme publicado "
|
||||||
"Affero GNU</a> conforme publicado pela the Free Software Foundation, "
|
"pela the Free Software Foundation, tanto na versão 3 da licença, como (a seu "
|
||||||
"tanto na versão 3 da licença, como (a seu critério) qualquer versão mais "
|
"critério) qualquer versão mais recente. Você pode <a href=\"%(browseurl)s\" "
|
||||||
"recente. Você pode<a href=\"%(browseurl)s\" title=\"Gitweb repository "
|
"title=\"Navegar na URL do repositório Gitweb\">visualizar o código fonte</a> "
|
||||||
"browser URL\">visualizar o código fonte</a> ou cloná-lo<a "
|
"ou cloná-lo<a href=\"%(cloneurl)s\" title=\"URL de clonagem do git\""
|
||||||
"href=\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> usando <a "
|
">%(cloneurl)s</a> usando <a href=\"http://git-scm.com/\">git</a>. Se você "
|
||||||
"href=\"http://git-scm.com/\">git</a>."
|
"quiser traduzir este serviço para o seu idioma você pode contribuir em <a "
|
||||||
|
"href=\"%(weblateurl)s\" title=\"Serviço de Portfolio dos Membros do Debian "
|
||||||
|
"no Weblate\">Weblate</a>."
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:41
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
#, fuzzy
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
msgid "Copyright © 2009-2017 Jan Dittberner"
|
msgstr "Direitos Autorais © 2009-2018 Jan Dittberner"
|
||||||
msgstr "Direitos Autorais © 2009-2014 Jan Dittberner"
|
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:22
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
msgid "Enter your personal information"
|
msgid "Enter your personal information"
|
||||||
msgstr "Insira suas informações pessoais"
|
msgstr "Insira as suas informações pessoais"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:29
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
msgid "Debian Member Portfolio"
|
msgid "Debian Member Portfolio"
|
||||||
|
|
@ -378,37 +382,40 @@ msgid "Non Debian email address:"
|
||||||
msgstr "Endereço de email não Debian:"
|
msgstr "Endereço de email não Debian:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:71
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr "nome de utilizador Salsa:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
msgid "Alioth user name:"
|
msgid "Alioth user name:"
|
||||||
msgstr "Nome de usuário Alioth:"
|
msgstr "Nome de usuário Alioth:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:78
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
msgid "Wiki user name:"
|
msgid "Wiki user name:"
|
||||||
msgstr "Nome de usuário Wiki:"
|
msgstr "Nome de usuário Wiki:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:85
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
msgid "Forum user id:"
|
msgid "Forum user id:"
|
||||||
msgstr "Id de usuário do fórum:"
|
msgstr "Id de usuário do fórum:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:92
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
msgid "Output format:"
|
msgid "Output format:"
|
||||||
msgstr "Formato de saída:"
|
msgstr "Formato de saída:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:99
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
msgid "Build Debian Member Portfolio URLs"
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
msgstr "URLs de Portfolio de Membros Debian em Construção"
|
msgstr "URLs de Portfolio dos Membros Debian em Construção"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:21
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
msgid "Your personal links"
|
msgid "Your personal links"
|
||||||
msgstr "Seus links pessoais"
|
msgstr "Os seus links pessoais"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:25
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
#, fuzzy
|
|
||||||
msgid "Debian Member Porfolio"
|
msgid "Debian Member Porfolio"
|
||||||
msgstr "Portfolio de Membro Debian"
|
msgstr "Portfolio de Membro Debian"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:28
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
msgid "Usage"
|
msgid "Usage"
|
||||||
msgstr "MOdo de uso"
|
msgstr "Modo de uso"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:28
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
msgid "URL"
|
msgid "URL"
|
||||||
|
|
@ -416,9 +423,8 @@ msgstr "URL"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:38
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
msgid "Error during URL creation:"
|
msgid "Error during URL creation:"
|
||||||
msgstr "Erro durante criação de URL:"
|
msgstr "Erro durante a criação da URL:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:59
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Reiniciar"
|
msgstr "Reiniciar"
|
||||||
|
|
||||||
|
|
|
||||||
434
debianmemberportfolio/translations/pt_PT/LC_MESSAGES/messages.po
Normal file
434
debianmemberportfolio/translations/pt_PT/LC_MESSAGES/messages.po
Normal file
|
|
@ -0,0 +1,434 @@
|
||||||
|
# German translations for the Debian Member Portfolio Service.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2009-2014 Jan Dittberner
|
||||||
|
# This file is distributed under the same license as the Debian Member
|
||||||
|
# Portfolio Service project.
|
||||||
|
# Translators:
|
||||||
|
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
|
"POT-Creation-Date: 2018-05-12 10:32+0200\n"
|
||||||
|
"PO-Revision-Date: 2020-08-23 21:36+0000\n"
|
||||||
|
"Last-Translator: ssantos <ssantos@web.de>\n"
|
||||||
|
"Language-Team: Portuguese (Portugal) <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/pt_PT/>\n"
|
||||||
|
"Language: pt_PT\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 4.2.1-dev\n"
|
||||||
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "JSON"
|
||||||
|
msgstr "JSON"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "HTML"
|
||||||
|
msgstr "HTML"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:40
|
||||||
|
msgid "Overview"
|
||||||
|
msgstr "Visão Geral"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:41
|
||||||
|
msgid "Debian Member's Package Overview"
|
||||||
|
msgstr "Visão geral dos Pacotes dos Membros do Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:42
|
||||||
|
msgid ""
|
||||||
|
"Debian Member's Package Overview\n"
|
||||||
|
"... showing all email addresses"
|
||||||
|
msgstr ""
|
||||||
|
"Visão geral dos Pacote dos Membros do Debian\n"
|
||||||
|
"... exibindo todos os endereços de email"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:46
|
||||||
|
msgid "Bugs"
|
||||||
|
msgstr "Bugs"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:47
|
||||||
|
msgid ""
|
||||||
|
"bugs received\n"
|
||||||
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
msgstr ""
|
||||||
|
"Bugs recebidos\n"
|
||||||
|
"(nota: co-mantenedores não listados, veja <a href=\"https://bugs.debian.org/"
|
||||||
|
"cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:51
|
||||||
|
msgid "bugs reported"
|
||||||
|
msgstr "Bugs reportados"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:52
|
||||||
|
msgid "user tags"
|
||||||
|
msgstr "Tags de utilizador"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:53
|
||||||
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
|
msgstr ""
|
||||||
|
"Todas as mensagens (Ex. pesquisa completa do texto para o nome do "
|
||||||
|
"programador em todos os logs de bug)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:55
|
||||||
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
msgstr "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:56
|
||||||
|
msgid "correspondent for bugs"
|
||||||
|
msgstr "correspondente para bugs"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:57
|
||||||
|
msgid "one year open bug history graph"
|
||||||
|
msgstr "Histórico gráfico de bugs abertos há um ano"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:60
|
||||||
|
msgid "Build"
|
||||||
|
msgstr "Construção"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:61
|
||||||
|
msgid "buildd.d.o"
|
||||||
|
msgstr "buildd.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:62
|
||||||
|
msgid "igloo"
|
||||||
|
msgstr "Iglu"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:65
|
||||||
|
msgid "Quality Assurance"
|
||||||
|
msgstr "Garantia de Qualidade"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:66
|
||||||
|
msgid "maintainer dashboard"
|
||||||
|
msgstr "painel do mantenedor"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:67
|
||||||
|
msgid "lintian reports"
|
||||||
|
msgstr "relatórios lintian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:68
|
||||||
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
|
msgstr "todos os relatórios lintian (Ex. incluindo mensagens \"info\"-level)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:70
|
||||||
|
msgid "piuparts"
|
||||||
|
msgstr "piuparts"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:71
|
||||||
|
msgid "Debian patch tracking system"
|
||||||
|
msgstr "Sistema de rastreamento de patches Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:72
|
||||||
|
msgid "Debian Url ChecKer"
|
||||||
|
msgstr "Validador de Url do Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:75
|
||||||
|
msgid "Mailing Lists"
|
||||||
|
msgstr "Listas de Discussão"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:76
|
||||||
|
msgid "lists.d.o"
|
||||||
|
msgstr "lists.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:77
|
||||||
|
msgid "lists.a.d.o"
|
||||||
|
msgstr "lists.a.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:78
|
||||||
|
msgid "gmane"
|
||||||
|
msgstr "gmane"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:81
|
||||||
|
msgid "Files"
|
||||||
|
msgstr "Ficheiros"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:82
|
||||||
|
msgid "people.d.o"
|
||||||
|
msgstr "people.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:83
|
||||||
|
msgid "oldpeople"
|
||||||
|
msgstr "oldpeople"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
|
msgid "Alioth"
|
||||||
|
msgstr "Alioth"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:87
|
||||||
|
msgid "Membership"
|
||||||
|
msgstr "Associação"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:88
|
||||||
|
msgid "NM"
|
||||||
|
msgstr "NM"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:89
|
||||||
|
msgid "DB information via finger"
|
||||||
|
msgstr "Infomações DB via finger"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:90
|
||||||
|
msgid "DB information via HTTP"
|
||||||
|
msgstr "Informações DB via HTTP"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:91
|
||||||
|
msgid "FOAF profile"
|
||||||
|
msgstr "perfil FOAF"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr "Wiki"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:95
|
||||||
|
msgid "Forum"
|
||||||
|
msgstr "Fórum"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:98
|
||||||
|
msgid "Miscellaneous"
|
||||||
|
msgstr "Miscelânea"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:99
|
||||||
|
msgid "debtags"
|
||||||
|
msgstr "debtags"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:100
|
||||||
|
msgid "Planet Debian (name)"
|
||||||
|
msgstr "Planet Debian (nome)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr "Nome de utilizador Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
|
msgid "links"
|
||||||
|
msgstr "ligações"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:103
|
||||||
|
msgid "Debian website"
|
||||||
|
msgstr "Site do Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:104
|
||||||
|
msgid "Debian search"
|
||||||
|
msgstr "Pesquisa Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:105
|
||||||
|
msgid "GPG public key via finger"
|
||||||
|
msgstr "Chave pública GPG via finger"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:106
|
||||||
|
msgid "GPG public key via HTTP"
|
||||||
|
msgstr "Chave pública GPG via HTTP"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "NM, AM participation"
|
||||||
|
msgstr "Participação NM, AM"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:108
|
||||||
|
msgid "Contribution information"
|
||||||
|
msgstr "Insira as suas informações pessoais"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:109
|
||||||
|
msgid "Repology information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:112
|
||||||
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
|
msgstr "Informação alcançável via ssh (para membros Debian)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:113
|
||||||
|
msgid "owned debian.net domains"
|
||||||
|
msgstr "domínios debian.net adquiridos"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:114
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
|
"information"
|
||||||
|
msgstr ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> "
|
||||||
|
"informações de banco de dados"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:116
|
||||||
|
msgid "Group membership information"
|
||||||
|
msgstr "Informações de Grupos associados"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:119
|
||||||
|
msgid "Ubuntu"
|
||||||
|
msgstr "Ubuntu"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:120
|
||||||
|
msgid "Available patches from Ubuntu"
|
||||||
|
msgstr "Patches por Ubuntu disponíveis"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
|
msgid "Email address"
|
||||||
|
msgstr "Endereços de email"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:44
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nome"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:45
|
||||||
|
msgid "GPG fingerprint"
|
||||||
|
msgstr "Fingerprint GPG"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:46
|
||||||
|
msgid "Debian user name"
|
||||||
|
msgstr "Nome de utilizador Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
|
msgid "Non Debian email address"
|
||||||
|
msgstr "Endereço de email não Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr "Nome de utilizador Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
|
msgid "Alioth user name"
|
||||||
|
msgstr "Nome de utilizador Alioth"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
|
#, python-format
|
||||||
|
msgid "Missing input: %s"
|
||||||
|
msgstr "Entrada ausente: %s"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
|
msgid "Debian Member Portfolio Service"
|
||||||
|
msgstr "Serviço de Portfolio dos Membros do Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
|
msgid "Debian Logo"
|
||||||
|
msgstr "Logo Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
|
msgid ""
|
||||||
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
|
"maintainer's information regarding Debian."
|
||||||
|
msgstr ""
|
||||||
|
"Este serviço tem sido inspirado por Stefano Zacchiroli's <a href=\"https"
|
||||||
|
"://wiki.debian.org/DDPortfolio\">Página DDPortfolio na Debian Wiki</a>. Pode "
|
||||||
|
"criar um conjunto de ligações customizados apontando para informações, ou de "
|
||||||
|
"membro Debian, ou de mantenedor de pacotes a respeito de Debian."
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
|
msgid "AGPL - Free Software"
|
||||||
|
msgstr "AGPL - Sofware Livre"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
|
msgstr ""
|
||||||
|
"O serviço está disponível sob os termos da <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">Licença Pública Geral Affero GNU</a> conforme publicado "
|
||||||
|
"pela the Free Software Foundation, tanto na versão 3 da licença, como (a seu "
|
||||||
|
"critério) qualquer versão mais recente. Pode <a href=\"%(browseurl)s\" title="
|
||||||
|
"\"Navegar na URL do repositório Gitweb\">visualizar o código fonte</a> ou "
|
||||||
|
"cloná-lo<a href=\"%(cloneurl)s\" title=\"URL de clonagem do git\""
|
||||||
|
">%(cloneurl)s</a> usando <a href=\"http://git-scm.com/\">git</a>. Se quiser "
|
||||||
|
"traduzir este serviço para o seu idioma pode contribuir em <a href=\""
|
||||||
|
"%(weblateurl)s\" title=\"Serviço de Portfolio dos Membros do Debian no "
|
||||||
|
"Weblate\">Weblate</a>."
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
msgstr "Direitos Autorais © 2009-2018 Jan Dittberner"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
|
msgid "Enter your personal information"
|
||||||
|
msgstr "Insira as suas informações pessoais"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
|
msgid "Debian Member Portfolio"
|
||||||
|
msgstr "Portfolio de Membro Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
|
msgid "Email address:"
|
||||||
|
msgstr "Endereço de email:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
|
msgid "Show all form fields"
|
||||||
|
msgstr "Mostrar todos os campos"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:43
|
||||||
|
msgid "Name:"
|
||||||
|
msgstr "Nome:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:50
|
||||||
|
msgid "GPG fingerprint:"
|
||||||
|
msgstr "Fingerprint GPG:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:57
|
||||||
|
msgid "Debian user name:"
|
||||||
|
msgstr "Nome de utilizador Debian:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
|
msgid "Non Debian email address:"
|
||||||
|
msgstr "Endereço de email não Debian:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr "nome de utilizador Salsa:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
|
msgid "Alioth user name:"
|
||||||
|
msgstr "Nome de utilizador Alioth:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
|
msgid "Wiki user name:"
|
||||||
|
msgstr "Nome de utilizador Wiki:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
|
msgid "Forum user id:"
|
||||||
|
msgstr "Id de utilizador do fórum:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
|
msgid "Output format:"
|
||||||
|
msgstr "Formato de saída:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
|
msgstr "URLs de Portfolio dos Membros Debian em Construção"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
|
msgid "Your personal links"
|
||||||
|
msgstr "As suas ligações pessoais"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
|
msgid "Debian Member Porfolio"
|
||||||
|
msgstr "Portfolio de Membro Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "Usage"
|
||||||
|
msgstr "Modo de uso"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "URL"
|
||||||
|
msgstr "URL"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
|
msgid "Error during URL creation:"
|
||||||
|
msgstr "Erro durante a criação da URL:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
|
msgid "Restart"
|
||||||
|
msgstr "Reiniciar"
|
||||||
435
debianmemberportfolio/translations/ru/LC_MESSAGES/messages.po
Normal file
435
debianmemberportfolio/translations/ru/LC_MESSAGES/messages.po
Normal file
|
|
@ -0,0 +1,435 @@
|
||||||
|
# German translations for the Debian Member Portfolio Service.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2009-2014 Jan Dittberner
|
||||||
|
# This file is distributed under the same license as the Debian Member
|
||||||
|
# Portfolio Service project.
|
||||||
|
# Translators:
|
||||||
|
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
|
"POT-Creation-Date: 2018-05-12 10:32+0200\n"
|
||||||
|
"PO-Revision-Date: 2020-09-09 18:36+0000\n"
|
||||||
|
"Last-Translator: Nikita Epifanov <nikgreens@protonmail.com>\n"
|
||||||
|
"Language-Team: Russian <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/ru/>\n"
|
||||||
|
"Language: ru\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||||
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
|
"X-Generator: Weblate 4.3-dev\n"
|
||||||
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "JSON"
|
||||||
|
msgstr "JSON"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "HTML"
|
||||||
|
msgstr "HTML"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:40
|
||||||
|
msgid "Overview"
|
||||||
|
msgstr "Обзор"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:41
|
||||||
|
msgid "Debian Member's Package Overview"
|
||||||
|
msgstr "Обзор пакетов участников Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:42
|
||||||
|
msgid ""
|
||||||
|
"Debian Member's Package Overview\n"
|
||||||
|
"... showing all email addresses"
|
||||||
|
msgstr ""
|
||||||
|
"Обзор пакетов участников Debian\n"
|
||||||
|
"... отображение всех адресов электронной почты"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:46
|
||||||
|
msgid "Bugs"
|
||||||
|
msgstr "Ошибки"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:47
|
||||||
|
msgid ""
|
||||||
|
"bugs received\n"
|
||||||
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
msgstr ""
|
||||||
|
"полученные ошибки\n"
|
||||||
|
"(примечание: со-сопровождающие не указаны, см. <a href=\"https://bugs.debian."
|
||||||
|
"org/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:51
|
||||||
|
msgid "bugs reported"
|
||||||
|
msgstr "сообщения об ошибках"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:52
|
||||||
|
msgid "user tags"
|
||||||
|
msgstr "теги пользователей"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:53
|
||||||
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
|
msgstr ""
|
||||||
|
"все сообщения (т.е. полнотекстовый поиск имени разработчика по всем журналам "
|
||||||
|
"ошибок)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:55
|
||||||
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
msgstr "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:56
|
||||||
|
msgid "correspondent for bugs"
|
||||||
|
msgstr "корреспондент по вопросам ошибок"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:57
|
||||||
|
msgid "one year open bug history graph"
|
||||||
|
msgstr "график истории открытых ошибок за один год"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:60
|
||||||
|
msgid "Build"
|
||||||
|
msgstr "Сборка"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:61
|
||||||
|
msgid "buildd.d.o"
|
||||||
|
msgstr "buildd.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:62
|
||||||
|
msgid "igloo"
|
||||||
|
msgstr "иглу"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:65
|
||||||
|
msgid "Quality Assurance"
|
||||||
|
msgstr "Гарантия качества"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:66
|
||||||
|
msgid "maintainer dashboard"
|
||||||
|
msgstr "панель мониторинга"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:67
|
||||||
|
msgid "lintian reports"
|
||||||
|
msgstr "Lintian отчеты"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:68
|
||||||
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
|
msgstr "полные отчеты Lintian (т. е. включая сообщения уровня \"информация\")"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:70
|
||||||
|
msgid "piuparts"
|
||||||
|
msgstr "piuparts"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:71
|
||||||
|
msgid "Debian patch tracking system"
|
||||||
|
msgstr "Система отслеживания патчей Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:72
|
||||||
|
msgid "Debian Url ChecKer"
|
||||||
|
msgstr "Debian Url проверщик"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:75
|
||||||
|
msgid "Mailing Lists"
|
||||||
|
msgstr "Списки рассылки"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:76
|
||||||
|
msgid "lists.d.o"
|
||||||
|
msgstr "lists.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:77
|
||||||
|
msgid "lists.a.d.o"
|
||||||
|
msgstr "lists.a.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:78
|
||||||
|
msgid "gmane"
|
||||||
|
msgstr "gmane"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:81
|
||||||
|
msgid "Files"
|
||||||
|
msgstr "Файлы"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:82
|
||||||
|
msgid "people.d.o"
|
||||||
|
msgstr "people.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:83
|
||||||
|
msgid "oldpeople"
|
||||||
|
msgstr "oldpeople"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
|
msgid "Alioth"
|
||||||
|
msgstr "Alioth"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:87
|
||||||
|
msgid "Membership"
|
||||||
|
msgstr "Членство"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:88
|
||||||
|
msgid "NM"
|
||||||
|
msgstr "NM"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:89
|
||||||
|
msgid "DB information via finger"
|
||||||
|
msgstr "Информация о ДБ по отпечатку"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:90
|
||||||
|
msgid "DB information via HTTP"
|
||||||
|
msgstr "Информация о ДБ по HTTP"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:91
|
||||||
|
msgid "FOAF profile"
|
||||||
|
msgstr "Профиль FOAF"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr "Wiki"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:95
|
||||||
|
msgid "Forum"
|
||||||
|
msgstr "Форум"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:98
|
||||||
|
msgid "Miscellaneous"
|
||||||
|
msgstr "Разное"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:99
|
||||||
|
msgid "debtags"
|
||||||
|
msgstr "debtags"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:100
|
||||||
|
msgid "Planet Debian (name)"
|
||||||
|
msgstr "Планета Debian (имя)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr "Планета Debian (имя пользователя)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
|
msgid "links"
|
||||||
|
msgstr "ссылки"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:103
|
||||||
|
msgid "Debian website"
|
||||||
|
msgstr "Сайт Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:104
|
||||||
|
msgid "Debian search"
|
||||||
|
msgstr "Поиск Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:105
|
||||||
|
msgid "GPG public key via finger"
|
||||||
|
msgstr "Открытый ключ GPG через отпечаток"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:106
|
||||||
|
msgid "GPG public key via HTTP"
|
||||||
|
msgstr "Открытый ключ GPG через HTTP"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "NM, AM participation"
|
||||||
|
msgstr "NM, AM участие"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:108
|
||||||
|
msgid "Contribution information"
|
||||||
|
msgstr "Информация о вкладе"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:109
|
||||||
|
msgid "Repology information"
|
||||||
|
msgstr "Информация о репологии"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:112
|
||||||
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
|
msgstr "Информация доступна по ssh (для членов Debian)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:113
|
||||||
|
msgid "owned debian.net domains"
|
||||||
|
msgstr "собственные домены debian.net"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:114
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
|
"information"
|
||||||
|
msgstr ""
|
||||||
|
"Информация из базы данных <a href=\"https://wiki.debian.org/qa.debian.org/"
|
||||||
|
"MIATeam\">MIA</a>"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:116
|
||||||
|
msgid "Group membership information"
|
||||||
|
msgstr "Информация о членстве в группе"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:119
|
||||||
|
msgid "Ubuntu"
|
||||||
|
msgstr "Ubuntu"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:120
|
||||||
|
msgid "Available patches from Ubuntu"
|
||||||
|
msgstr "Доступные патчи из Ubuntu"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
|
msgid "Email address"
|
||||||
|
msgstr "Адрес электронной почты"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:44
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Имя"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:45
|
||||||
|
msgid "GPG fingerprint"
|
||||||
|
msgstr "Отпечаток GPG"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:46
|
||||||
|
msgid "Debian user name"
|
||||||
|
msgstr "Имя пользователя Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
|
msgid "Non Debian email address"
|
||||||
|
msgstr "Электронный адрес, отличный от Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr "Имя пользователя Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
|
msgid "Alioth user name"
|
||||||
|
msgstr "Имя пользователя Alioth"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
|
#, python-format
|
||||||
|
msgid "Missing input: %s"
|
||||||
|
msgstr "Пропущенный ввод: %s"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
|
msgid "Debian Member Portfolio Service"
|
||||||
|
msgstr "Служба портфолио участников Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
|
msgid "Debian Logo"
|
||||||
|
msgstr "Логотип Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
|
msgid ""
|
||||||
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
|
"maintainer's information regarding Debian."
|
||||||
|
msgstr ""
|
||||||
|
"Этот сервис был вдохновлен страницей Стефано Заккироли <a href=\"https://wiki"
|
||||||
|
".debian.org/DDPortfolio\">DDPortfolio в Debian Wiki</a>. Вы можете создать "
|
||||||
|
"набор настраиваемых ссылок, ведущих к информации участника Debian или "
|
||||||
|
"сопровождающего пакета относительно Debian."
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
|
msgid "AGPL - Free Software"
|
||||||
|
msgstr "AGPL - Свободное программное обеспечение"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
|
msgstr ""
|
||||||
|
"Служба доступна на условиях <a href=\"https://www.gnu.org/licenses/agpl."
|
||||||
|
"html\">Стандартной общественной лицензии GNU</a> опубликованной Фондом "
|
||||||
|
"свободного программного обеспечения, либо 3 версии Лицензии, либо (по вашему "
|
||||||
|
"выбору) любой более поздней версии. Вы можете <a href=\"%(browseurl)s\" "
|
||||||
|
"title=\"Gitweb repository browser URL\">просмотреть исходный код</a> или "
|
||||||
|
"клонировать его из <a href=\"%(cloneurl)s\" title=\"git clone URL\""
|
||||||
|
">%(cloneurl)s</a> используя <a href=\"https://git-scm.com/\">git</a>. Если "
|
||||||
|
"вы хотите перевести эту услугу на свой язык, вы можете внести свой вклад по "
|
||||||
|
"ссылке <a href=\"%(weblateurl)s\" title=\"Служба портфолио участников Debian "
|
||||||
|
"в Weblate\">Weblate</a>."
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
msgstr "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
|
msgid "Enter your personal information"
|
||||||
|
msgstr "Введите вашу личную информацию"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
|
msgid "Debian Member Portfolio"
|
||||||
|
msgstr "Портфолио участников Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
|
msgid "Email address:"
|
||||||
|
msgstr "Адрес электронной почты:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
|
msgid "Show all form fields"
|
||||||
|
msgstr "Показать все поля формы"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:43
|
||||||
|
msgid "Name:"
|
||||||
|
msgstr "Имя:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:50
|
||||||
|
msgid "GPG fingerprint:"
|
||||||
|
msgstr "Отпечаток GPG:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:57
|
||||||
|
msgid "Debian user name:"
|
||||||
|
msgstr "Имя пользователя Debian:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
|
msgid "Non Debian email address:"
|
||||||
|
msgstr "Электронный адрес, отличный от Debian:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr "Имя пользователя Salsa:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
|
msgid "Alioth user name:"
|
||||||
|
msgstr "Имя пользователя Alioth:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
|
msgid "Wiki user name:"
|
||||||
|
msgstr "Имя пользователя Wiki:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
|
msgid "Forum user id:"
|
||||||
|
msgstr "ID пользователя форума:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
|
msgid "Output format:"
|
||||||
|
msgstr "Формат вывода:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
|
msgstr "Создание URL-адресов портфолио участников Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
|
msgid "Your personal links"
|
||||||
|
msgstr "Ваши личные ссылки"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
|
msgid "Debian Member Porfolio"
|
||||||
|
msgstr "Портфолио участников Debian"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "Usage"
|
||||||
|
msgstr "Использование"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "URL"
|
||||||
|
msgstr "URL"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
|
msgid "Error during URL creation:"
|
||||||
|
msgstr "Ошибка при создании URL:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
|
msgid "Restart"
|
||||||
|
msgstr "Перезапустить"
|
||||||
433
debianmemberportfolio/translations/sv/LC_MESSAGES/messages.po
Normal file
433
debianmemberportfolio/translations/sv/LC_MESSAGES/messages.po
Normal file
|
|
@ -0,0 +1,433 @@
|
||||||
|
# German translations for the Debian Member Portfolio Service.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2009-2014 Jan Dittberner
|
||||||
|
# This file is distributed under the same license as the Debian Member
|
||||||
|
# Portfolio Service project.
|
||||||
|
# Translators:
|
||||||
|
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
|
"POT-Creation-Date: 2018-05-12 10:32+0200\n"
|
||||||
|
"PO-Revision-Date: 2019-10-17 17:52+0000\n"
|
||||||
|
"Last-Translator: Mattias Münster <mattiasmun@gmail.com>\n"
|
||||||
|
"Language-Team: Swedish <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/sv/>\n"
|
||||||
|
"Language: sv\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 3.9\n"
|
||||||
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "JSON"
|
||||||
|
msgstr "JSON"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "HTML"
|
||||||
|
msgstr "HTML"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:40
|
||||||
|
msgid "Overview"
|
||||||
|
msgstr "Översikt"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:41
|
||||||
|
msgid "Debian Member's Package Overview"
|
||||||
|
msgstr "Debian-medlemspaketets översikt"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:42
|
||||||
|
msgid ""
|
||||||
|
"Debian Member's Package Overview\n"
|
||||||
|
"... showing all email addresses"
|
||||||
|
msgstr ""
|
||||||
|
"Debian-medlemspaketets översikt\n"
|
||||||
|
"... visar alla e-postadresser"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:46
|
||||||
|
msgid "Bugs"
|
||||||
|
msgstr "Buggar"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:47
|
||||||
|
msgid ""
|
||||||
|
"bugs received\n"
|
||||||
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
msgstr ""
|
||||||
|
"buggar mottagna\n"
|
||||||
|
"(Obs: medansvariga som inte finns listade, se <a href=\"https://bugs.debian."
|
||||||
|
"org/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:51
|
||||||
|
msgid "bugs reported"
|
||||||
|
msgstr "buggar rapporterade"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:52
|
||||||
|
msgid "user tags"
|
||||||
|
msgstr "användartaggar"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:53
|
||||||
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
|
msgstr ""
|
||||||
|
"alla meddelanden (dvs. fulltextsökning efter utvecklarnamn i alla felloggar)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:55
|
||||||
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
msgstr "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:56
|
||||||
|
msgid "correspondent for bugs"
|
||||||
|
msgstr "korrespondent för buggar"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:57
|
||||||
|
msgid "one year open bug history graph"
|
||||||
|
msgstr "ett års öppen bugghistorik diagram"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:60
|
||||||
|
msgid "Build"
|
||||||
|
msgstr "Bygge"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:61
|
||||||
|
msgid "buildd.d.o"
|
||||||
|
msgstr "bygged.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:62
|
||||||
|
msgid "igloo"
|
||||||
|
msgstr "igloo"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:65
|
||||||
|
msgid "Quality Assurance"
|
||||||
|
msgstr "Kvalitetssäkring"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:66
|
||||||
|
msgid "maintainer dashboard"
|
||||||
|
msgstr "instrumentpanel för underhållare"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:67
|
||||||
|
msgid "lintian reports"
|
||||||
|
msgstr "lintian rapporter"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:68
|
||||||
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
|
msgstr ""
|
||||||
|
"fullständiga lintianrapporter (dvs. inklusive \"info\" -nivåmeddelanden)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:70
|
||||||
|
msgid "piuparts"
|
||||||
|
msgstr "piuparts"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:71
|
||||||
|
msgid "Debian patch tracking system"
|
||||||
|
msgstr "Debian patch-spårningssystem"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:72
|
||||||
|
msgid "Debian Url ChecKer"
|
||||||
|
msgstr "Debian URL-kontroll"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:75
|
||||||
|
msgid "Mailing Lists"
|
||||||
|
msgstr "Sändlistor"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:76
|
||||||
|
msgid "lists.d.o"
|
||||||
|
msgstr "lists.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:77
|
||||||
|
msgid "lists.a.d.o"
|
||||||
|
msgstr "lists.a.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:78
|
||||||
|
msgid "gmane"
|
||||||
|
msgstr "gmane"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:81
|
||||||
|
msgid "Files"
|
||||||
|
msgstr "Filer"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:82
|
||||||
|
msgid "people.d.o"
|
||||||
|
msgstr "people.d.o"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:83
|
||||||
|
msgid "oldpeople"
|
||||||
|
msgstr "oldpeople"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
|
msgid "Alioth"
|
||||||
|
msgstr "Alioth"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:87
|
||||||
|
msgid "Membership"
|
||||||
|
msgstr "Medlemskap"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:88
|
||||||
|
msgid "NM"
|
||||||
|
msgstr "NM"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:89
|
||||||
|
msgid "DB information via finger"
|
||||||
|
msgstr "DB-information via finger"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:90
|
||||||
|
msgid "DB information via HTTP"
|
||||||
|
msgstr "DB-information via HTTP"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:91
|
||||||
|
msgid "FOAF profile"
|
||||||
|
msgstr "FOAF-profil"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr "Wiki"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:95
|
||||||
|
msgid "Forum"
|
||||||
|
msgstr "Forum"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:98
|
||||||
|
msgid "Miscellaneous"
|
||||||
|
msgstr "Diverse"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:99
|
||||||
|
msgid "debtags"
|
||||||
|
msgstr "debtags"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:100
|
||||||
|
msgid "Planet Debian (name)"
|
||||||
|
msgstr "Planet Debian (namn)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr "Planet Debian (användarnamn)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
|
msgid "links"
|
||||||
|
msgstr "länkar"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:103
|
||||||
|
msgid "Debian website"
|
||||||
|
msgstr "Debian webbplats"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:104
|
||||||
|
msgid "Debian search"
|
||||||
|
msgstr "Debian sökning"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:105
|
||||||
|
msgid "GPG public key via finger"
|
||||||
|
msgstr "GPG offentlig nyckel via finger"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:106
|
||||||
|
msgid "GPG public key via HTTP"
|
||||||
|
msgstr "GPG offentlig nyckel via HTTP"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "NM, AM participation"
|
||||||
|
msgstr "NM, AM deltagande"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:108
|
||||||
|
msgid "Contribution information"
|
||||||
|
msgstr "Information om bidrag"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:109
|
||||||
|
msgid "Repology information"
|
||||||
|
msgstr "Information om repologi"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:112
|
||||||
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
|
msgstr "Information som kan nås via SSH (för Debianmedlemmar)"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:113
|
||||||
|
msgid "owned debian.net domains"
|
||||||
|
msgstr "ägda debian.net domäner"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:114
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
|
"information"
|
||||||
|
msgstr ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> "
|
||||||
|
"databasinformation"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:116
|
||||||
|
msgid "Group membership information"
|
||||||
|
msgstr "Information om gruppmedlemskap"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:119
|
||||||
|
msgid "Ubuntu"
|
||||||
|
msgstr "Ubuntu"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:120
|
||||||
|
msgid "Available patches from Ubuntu"
|
||||||
|
msgstr "Tillgängliga patchar från Ubuntu"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
|
msgid "Email address"
|
||||||
|
msgstr "E-postadress"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:44
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Namn"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:45
|
||||||
|
msgid "GPG fingerprint"
|
||||||
|
msgstr "GPG-fingeravtryck"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:46
|
||||||
|
msgid "Debian user name"
|
||||||
|
msgstr "Debian användarnamn"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
|
msgid "Non Debian email address"
|
||||||
|
msgstr "Icke Debian e-postadress"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr "Salsa användarnamn"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
|
msgid "Alioth user name"
|
||||||
|
msgstr "Alioth användarnamn"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
|
#, python-format
|
||||||
|
msgid "Missing input: %s"
|
||||||
|
msgstr "Saknad inmatning: %s"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
|
msgid "Debian Member Portfolio Service"
|
||||||
|
msgstr "Debian medlemsportföljtjänst"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
|
msgid "Debian Logo"
|
||||||
|
msgstr "Debian logotyp"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
|
msgid ""
|
||||||
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
|
"maintainer's information regarding Debian."
|
||||||
|
msgstr ""
|
||||||
|
"Den här tjänsten har inspirerats av Stefano Zacchirolis <a href=\""
|
||||||
|
"https://wiki.debian.org/DDPortfolio\">DDPortfolio-sida i Debian Wiki</a>. Du "
|
||||||
|
"kan skapa en uppsättning anpassade länkar som leder till information om en "
|
||||||
|
"Debian-medlem eller paketunderhållare om Debian."
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
|
msgid "AGPL - Free Software"
|
||||||
|
msgstr "AGPL - fri programvara"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
|
msgstr ""
|
||||||
|
"Tjänsten är tillgänglig under villkoren i <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">GNU Affero General Public License</a> som publiceras av "
|
||||||
|
"Free Software Foundation, antingen version 3 i licensen, eller (efter eget "
|
||||||
|
"val) någon senare version. Du kan <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">bläddra i källkoden</a> eller klona den från <a "
|
||||||
|
"href=\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> med <a href=\""
|
||||||
|
"https://git-scm.com/\">git</a>. Om du vill översätta den här tjänsten till "
|
||||||
|
"ditt språk kan du bidra till <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
msgstr "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
|
msgid "Enter your personal information"
|
||||||
|
msgstr "Ange din personliga information"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
|
msgid "Debian Member Portfolio"
|
||||||
|
msgstr "Debian medlemsportfölj"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
|
msgid "Email address:"
|
||||||
|
msgstr "E-postadress:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
|
msgid "Show all form fields"
|
||||||
|
msgstr "Visa alla formulärfält"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:43
|
||||||
|
msgid "Name:"
|
||||||
|
msgstr "Namn:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:50
|
||||||
|
msgid "GPG fingerprint:"
|
||||||
|
msgstr "GPG-fingeravtryck:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:57
|
||||||
|
msgid "Debian user name:"
|
||||||
|
msgstr "Debian användarnamn:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
|
msgid "Non Debian email address:"
|
||||||
|
msgstr "Icke Debian e-postadress:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr "Salsa användarnamn:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
|
msgid "Alioth user name:"
|
||||||
|
msgstr "Alioth användarnamn:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
|
msgid "Wiki user name:"
|
||||||
|
msgstr "Wiki användarnamn:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
|
msgid "Forum user id:"
|
||||||
|
msgstr "Forum användar-id:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
|
msgid "Output format:"
|
||||||
|
msgstr "Utdataformat:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
|
msgstr "Bygg webbadresser till Debian medlemsportfölj"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
|
msgid "Your personal links"
|
||||||
|
msgstr "Dina personliga länkar"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
|
msgid "Debian Member Porfolio"
|
||||||
|
msgstr "Debian medlemsportfölj"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "Usage"
|
||||||
|
msgstr "Användning"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "URL"
|
||||||
|
msgstr "URL"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
|
msgid "Error during URL creation:"
|
||||||
|
msgstr "Fel under skapandet av URL:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
|
msgid "Restart"
|
||||||
|
msgstr "Starta om"
|
||||||
|
|
@ -8,24 +8,24 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
"POT-Creation-Date: 2017-09-10 10:49+0200\n"
|
"POT-Creation-Date: 2018-02-09 10:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-18 03:24+0000\n"
|
"PO-Revision-Date: 2020-10-15 10:26+0000\n"
|
||||||
"Last-Translator: chimez <chimez@163.com>\n"
|
"Last-Translator: tao wang <tonywang5@163.com>\n"
|
||||||
"Language: zh_Hans_CN\n"
|
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
|
||||||
"Language-Team: Chinese (China) <https://hosted.weblate.org/projects"
|
"debian-member-portfolio-service/translations/zh_Hans/>\n"
|
||||||
"/debian-member-portfolio-service/translations/zh_CN/>\n"
|
"Language: zh_CN\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Weblate 2.13-dev\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Generator: Weblate 4.3-dev\n"
|
||||||
"Generated-By: Babel 2.5.0\n"
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "JSON"
|
msgid "JSON"
|
||||||
msgstr "JSON"
|
msgstr "JSON"
|
||||||
|
|
||||||
#: debianmemberportfolio/forms.py:33
|
#: debianmemberportfolio/forms.py:67
|
||||||
msgid "HTML"
|
msgid "HTML"
|
||||||
msgstr "HTML"
|
msgstr "HTML"
|
||||||
|
|
||||||
|
|
@ -52,12 +52,12 @@ msgstr "缺陷"
|
||||||
#: debianmemberportfolio/views.py:47
|
#: debianmemberportfolio/views.py:47
|
||||||
msgid ""
|
msgid ""
|
||||||
"bugs received\n"
|
"bugs received\n"
|
||||||
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org"
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
"/cgi-bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"bugs 接收\n"
|
"bugs 接收\n"
|
||||||
"(注意: 合作维护者未列入, 详见 <a href=\"https://bugs.debian.org/cgi-"
|
"(注意: 合作维护者未列入, 详见 <a href=\"https://bugs.debian.org/cgi-bin/"
|
||||||
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
"bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:51
|
#: debianmemberportfolio/views.py:51
|
||||||
msgid "bugs reported"
|
msgid "bugs reported"
|
||||||
|
|
@ -73,7 +73,8 @@ msgstr "所有信息 (即,开发者名下所有缺陷日志的全文搜索
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:55
|
#: debianmemberportfolio/views.py:55
|
||||||
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
msgstr "<a href=\"https://wiki.debian.org/WNPP\">需要支持的和未来应有的包(WNPP)</a>"
|
msgstr ""
|
||||||
|
"<a href=\"https://wiki.debian.org/WNPP\">需要支持的和未来应有的包(WNPP)</a>"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:56
|
#: debianmemberportfolio/views.py:56
|
||||||
msgid "correspondent for bugs"
|
msgid "correspondent for bugs"
|
||||||
|
|
@ -151,7 +152,7 @@ msgstr "people.d.o"
|
||||||
msgid "oldpeople"
|
msgid "oldpeople"
|
||||||
msgstr "老人"
|
msgstr "老人"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:92
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
msgid "Alioth"
|
msgid "Alioth"
|
||||||
msgstr "北斗五(Alioth)"
|
msgstr "北斗五(Alioth)"
|
||||||
|
|
||||||
|
|
@ -175,81 +176,86 @@ msgstr "DB信息,通过HTTP"
|
||||||
msgid "FOAF profile"
|
msgid "FOAF profile"
|
||||||
msgstr "FOAF档案"
|
msgstr "FOAF档案"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:93
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr "Salsa"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
msgid "Wiki"
|
msgid "Wiki"
|
||||||
msgstr "Wiki"
|
msgstr "Wiki"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:94
|
#: debianmemberportfolio/views.py:95
|
||||||
msgid "Forum"
|
msgid "Forum"
|
||||||
msgstr "论坛"
|
msgstr "论坛"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:97
|
#: debianmemberportfolio/views.py:98
|
||||||
msgid "Miscellaneous"
|
msgid "Miscellaneous"
|
||||||
msgstr "杂项"
|
msgstr "杂项"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:98
|
#: debianmemberportfolio/views.py:99
|
||||||
msgid "debtags"
|
msgid "debtags"
|
||||||
msgstr "包标签"
|
msgstr "包标签"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:99
|
#: debianmemberportfolio/views.py:100
|
||||||
msgid "Planet Debian (name)"
|
msgid "Planet Debian (name)"
|
||||||
msgstr "Planet Debian (名字)"
|
msgstr "Planet Debian (名字)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:100
|
#: debianmemberportfolio/views.py:101
|
||||||
msgid "Planet Debian (username)"
|
msgid "Planet Debian (username)"
|
||||||
msgstr "Planet Debian (用户名)"
|
msgstr "Planet Debian (用户名)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:101
|
#: debianmemberportfolio/views.py:102
|
||||||
msgid "links"
|
msgid "links"
|
||||||
msgstr "链接"
|
msgstr "链接"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:102
|
#: debianmemberportfolio/views.py:103
|
||||||
msgid "Debian website"
|
msgid "Debian website"
|
||||||
msgstr "Debian网站"
|
msgstr "Debian网站"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:103
|
#: debianmemberportfolio/views.py:104
|
||||||
msgid "Debian search"
|
msgid "Debian search"
|
||||||
msgstr "Debian搜索"
|
msgstr "Debian搜索"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:104
|
#: debianmemberportfolio/views.py:105
|
||||||
msgid "GPG public key via finger"
|
msgid "GPG public key via finger"
|
||||||
msgstr "GPG公钥,通过finger"
|
msgstr "GPG公钥,通过finger"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:105
|
#: debianmemberportfolio/views.py:106
|
||||||
msgid "GPG public key via HTTP"
|
msgid "GPG public key via HTTP"
|
||||||
msgstr "GPG公钥,通过HTTP"
|
msgstr "GPG公钥,通过HTTP"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:106
|
#: debianmemberportfolio/views.py:107
|
||||||
msgid "NM, AM participation"
|
msgid "NM, AM participation"
|
||||||
msgstr "NM, AM 参加"
|
msgstr "NM, AM 参加"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:107
|
#: debianmemberportfolio/views.py:108
|
||||||
msgid "Contribution information"
|
msgid "Contribution information"
|
||||||
msgstr "贡献信息"
|
msgstr "贡献信息"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:110
|
#: debianmemberportfolio/views.py:111
|
||||||
msgid "Information reachable via ssh (for Debian Members)"
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
msgstr "信息可获取,通过ssh(DM专用)"
|
msgstr "信息可获取,通过ssh(DM专用)"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:111
|
#: debianmemberportfolio/views.py:112
|
||||||
msgid "owned debian.net domains"
|
msgid "owned debian.net domains"
|
||||||
msgstr "拥有 debian.net 领域"
|
msgstr "拥有 debian.net 领域"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:112
|
#: debianmemberportfolio/views.py:113
|
||||||
msgid ""
|
msgid ""
|
||||||
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> "
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
"database information"
|
"information"
|
||||||
msgstr "<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> 数据库信息"
|
msgstr ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> 数据库信息"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:114
|
#: debianmemberportfolio/views.py:115
|
||||||
msgid "Group membership information"
|
msgid "Group membership information"
|
||||||
msgstr "群组会员信息"
|
msgstr "群组会员信息"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:117
|
#: debianmemberportfolio/views.py:118
|
||||||
msgid "Ubuntu"
|
msgid "Ubuntu"
|
||||||
msgstr "Ubuntu"
|
msgstr "Ubuntu"
|
||||||
|
|
||||||
#: debianmemberportfolio/views.py:118
|
#: debianmemberportfolio/views.py:119
|
||||||
msgid "Available patches from Ubuntu"
|
msgid "Available patches from Ubuntu"
|
||||||
msgstr "来自Ubuntu的可用补丁"
|
msgstr "来自Ubuntu的可用补丁"
|
||||||
|
|
||||||
|
|
@ -274,11 +280,15 @@ msgid "Non Debian email address"
|
||||||
msgstr "非Debian邮件地址"
|
msgstr "非Debian邮件地址"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:48
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr "Salsa用户名"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
msgid "Alioth user name"
|
msgid "Alioth user name"
|
||||||
msgstr "Alioth用户名"
|
msgstr "Alioth用户名"
|
||||||
|
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:109
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
#: debianmemberportfolio/model/urlbuilder.py:113
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Missing input: %s"
|
msgid "Missing input: %s"
|
||||||
msgstr "缺少输入: %s"
|
msgstr "缺少输入: %s"
|
||||||
|
|
@ -286,7 +296,7 @@ msgstr "缺少输入: %s"
|
||||||
#: debianmemberportfolio/templates/base.html:24
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
#: debianmemberportfolio/templates/base.html:31
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
msgid "Debian Member Portfolio Service"
|
msgid "Debian Member Portfolio Service"
|
||||||
msgstr "Debian Member Portfolio 服务"
|
msgstr "Debian 成员职责目录(Member Portfolio)服务"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:30
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
msgid "Debian Logo"
|
msgid "Debian Logo"
|
||||||
|
|
@ -294,14 +304,14 @@ msgstr "Debian Logo"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:32
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This service has been inspired by Stefano Zacchiroli's <a "
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">DDPortfolio page in the "
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
"Debian Wiki</a>. You can create a set of customized links leading to a "
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
"Debian Member's or package maintainer's information regarding Debian."
|
"maintainer's information regarding Debian."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"这个服务由 Stefano Zacchiroli的 <a "
|
"这个服务由 Stefano Zacchiroli的 <a href=\"https://wiki.debian.org/DDPortfolio"
|
||||||
"href=\"https://wiki.debian.org/DDPortfolio\">DDPortfolio 的 Debian "
|
"\">DDPortfolio 的 Debian Wiki页面</a> 得到灵感. 你可以创建一个指向 Debian "
|
||||||
"Wiki页面</a> 得到灵感. 你可以创建一个指向 Debian Member 的或包维护者的关于Debian的信息的定制链接集合."
|
"Member 的或包维护者的关于Debian的信息的定制链接集合."
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:39
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
msgid "AGPL - Free Software"
|
msgid "AGPL - Free Software"
|
||||||
|
|
@ -310,29 +320,26 @@ msgstr "AGPL - 自由软件"
|
||||||
#: debianmemberportfolio/templates/base.html:40
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The service is available under the terms of the <a "
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public"
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
" License</a> as published by the Free Software Foundation, either version"
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
" 3 of the License, or (at your option) any later version. You can <a "
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
"href=\"%(browseurl)s\" title=\"Gitweb repository browser URL\">browse the"
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
" source code</a> or clone it from <a href=\"%(cloneurl)s\" title=\"git "
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
"clone URL\">%(cloneurl)s</a> using <a href=\"https://git-"
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
"scm.com/\">git</a>. If you want to translate this service to your "
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
"language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
|
||||||
"Member Portfolio Service at Weblate\">Weblate</a>."
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"这个服务在由自由软件基金会(FSF)发布的 <a "
|
"这个服务在由自由软件基金会(FSF)发布的 <a href=\"https://www.gnu.org/licenses/agpl.html\">GNU "
|
||||||
"href=\"https://www.gnu.org/licenses/agpl.html\">GNU Affero General Public"
|
"Affero General Public License</a> 第三版或(可选)更高版本协议下可用,可以点击 <a href=\""
|
||||||
" License</a> 第三版或(可选)更高版本协议下可用 你可以点击 <a href=\"%(browseurl)s\" "
|
"%(browseurl)s\" title=\"Gitweb repository browser URL\">查看源代码</a>,或从 <a href="
|
||||||
"title=\"Gitweb repository browser URL\">查看源代码</a> 或从 <a "
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> 使用 <a href=\"http"
|
||||||
"href=\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> 使用 <a "
|
"://git-scm.com/\">git</a> 来克隆。如果想将这个服务翻译为你的语言,可以在这里投稿 <a href=\"%(weblateurl)"
|
||||||
"href=\"http://git-scm.com/\">git</a> clone . 如果你想翻译这个服务到你的语言 你可以在这里投稿 <a "
|
"s\" title=\"Debian Member Portfolio Service at Weblate\">Weblate</a>。"
|
||||||
"href=\"%(weblateurl)s\" title=\"Debian Member Portfolio Service at "
|
|
||||||
"Weblate\">Weblate</a>."
|
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/base.html:41
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
msgid "Copyright © 2009-2017 Jan Dittberner"
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
msgstr "Copyright © 2009-2017 Jan Dittberner"
|
msgstr "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:22
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
msgid "Enter your personal information"
|
msgid "Enter your personal information"
|
||||||
|
|
@ -367,22 +374,26 @@ msgid "Non Debian email address:"
|
||||||
msgstr "非Debian邮件地址:"
|
msgstr "非Debian邮件地址:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:71
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr "Salsa用户名:"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
msgid "Alioth user name:"
|
msgid "Alioth user name:"
|
||||||
msgstr "Alioth用户名:"
|
msgstr "Alioth用户名:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:78
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
msgid "Wiki user name:"
|
msgid "Wiki user name:"
|
||||||
msgstr "Wiki用户名:"
|
msgstr "Wiki用户名:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:85
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
msgid "Forum user id:"
|
msgid "Forum user id:"
|
||||||
msgstr "论坛用户id:"
|
msgstr "论坛用户id:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:92
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
msgid "Output format:"
|
msgid "Output format:"
|
||||||
msgstr "输出格式:"
|
msgstr "输出格式:"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showform.html:99
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
msgid "Build Debian Member Portfolio URLs"
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
msgstr "构建Debian Member Prortfolio链接"
|
msgstr "构建Debian Member Prortfolio链接"
|
||||||
|
|
||||||
|
|
@ -391,9 +402,8 @@ msgid "Your personal links"
|
||||||
msgstr "你的个人链接"
|
msgstr "你的个人链接"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:25
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
#, fuzzy
|
|
||||||
msgid "Debian Member Porfolio"
|
msgid "Debian Member Porfolio"
|
||||||
msgstr "Debian Member Porfolio"
|
msgstr "Debian 成员职责目录"
|
||||||
|
|
||||||
#: debianmemberportfolio/templates/showurls.html:28
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
msgid "Usage"
|
msgid "Usage"
|
||||||
|
|
@ -410,4 +420,3 @@ msgstr "在 URL 创建过程中的错误:"
|
||||||
#: debianmemberportfolio/templates/showurls.html:59
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "重启"
|
msgstr "重启"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,413 @@
|
||||||
|
# German translations for the Debian Member Portfolio Service.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2009-2014 Jan Dittberner
|
||||||
|
# This file is distributed under the same license as the Debian Member
|
||||||
|
# Portfolio Service project.
|
||||||
|
# Translators:
|
||||||
|
# Jan Dittberner <jan@dittberner.info>, 2009-2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Debian Member Portfolio Service 0.3.1\n"
|
||||||
|
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||||
|
"POT-Creation-Date: 2018-05-12 10:32+0200\n"
|
||||||
|
"PO-Revision-Date: 2019-01-20 15:12+0000\n"
|
||||||
|
"Last-Translator: Louies <louies0623@gmail.com>\n"
|
||||||
|
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
|
||||||
|
"debian-member-portfolio-service/translations/zh_Hant/>\n"
|
||||||
|
"Language: zh_Hant\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Generator: Weblate 3.4-dev\n"
|
||||||
|
"Generated-By: Babel 2.5.0\n"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "JSON"
|
||||||
|
msgstr "JSON"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/forms.py:67
|
||||||
|
msgid "HTML"
|
||||||
|
msgstr "HTML"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:40
|
||||||
|
msgid "Overview"
|
||||||
|
msgstr "總覽"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:41
|
||||||
|
msgid "Debian Member's Package Overview"
|
||||||
|
msgstr "Debian 會員的套餐總覽"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:42
|
||||||
|
msgid ""
|
||||||
|
"Debian Member's Package Overview\n"
|
||||||
|
"... showing all email addresses"
|
||||||
|
msgstr ""
|
||||||
|
"Debian 會員套件概述\n"
|
||||||
|
"...顯示所有電子郵件地址"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:46
|
||||||
|
msgid "Bugs"
|
||||||
|
msgstr "錯誤"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:47
|
||||||
|
msgid ""
|
||||||
|
"bugs received\n"
|
||||||
|
"(note: co-maintainers not listed, see <a href=\"https://bugs.debian.org/cgi-"
|
||||||
|
"bin/bugreport.cgi?bug=430986\">#430986</a>)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:51
|
||||||
|
msgid "bugs reported"
|
||||||
|
msgstr "錯誤回報"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:52
|
||||||
|
msgid "user tags"
|
||||||
|
msgstr "用戶標籤"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:53
|
||||||
|
msgid "all messages (i.e., full text search for developer name on all bug logs)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:55
|
||||||
|
msgid "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
msgstr "<a href=\"https://wiki.debian.org/WNPP\">WNPP</a>"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:56
|
||||||
|
msgid "correspondent for bugs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:57
|
||||||
|
msgid "one year open bug history graph"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:60
|
||||||
|
msgid "Build"
|
||||||
|
msgstr "建構"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:61
|
||||||
|
msgid "buildd.d.o"
|
||||||
|
msgstr "建構公司"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:62
|
||||||
|
msgid "igloo"
|
||||||
|
msgstr "igloo"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:65
|
||||||
|
msgid "Quality Assurance"
|
||||||
|
msgstr "品質保證"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:66
|
||||||
|
msgid "maintainer dashboard"
|
||||||
|
msgstr "維護人員儀錶板"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:67
|
||||||
|
msgid "lintian reports"
|
||||||
|
msgstr "lintian 報導"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:68
|
||||||
|
msgid "full lintian reports (i.e. including \"info\"-level messages)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:70
|
||||||
|
msgid "piuparts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:71
|
||||||
|
msgid "Debian patch tracking system"
|
||||||
|
msgstr "Debian 補丁追踪系統"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:72
|
||||||
|
msgid "Debian Url ChecKer"
|
||||||
|
msgstr "Debian URL檢查器"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:75
|
||||||
|
msgid "Mailing Lists"
|
||||||
|
msgstr "郵遞清單"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:76
|
||||||
|
msgid "lists.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:77
|
||||||
|
msgid "lists.a.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:78
|
||||||
|
msgid "gmane"
|
||||||
|
msgstr "gmane"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:81
|
||||||
|
msgid "Files"
|
||||||
|
msgstr "檔案"
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:82
|
||||||
|
msgid "people.d.o"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:83
|
||||||
|
msgid "oldpeople"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:84 debianmemberportfolio/views.py:93
|
||||||
|
msgid "Alioth"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:87
|
||||||
|
msgid "Membership"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:88
|
||||||
|
msgid "NM"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:89
|
||||||
|
msgid "DB information via finger"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:90
|
||||||
|
msgid "DB information via HTTP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:91
|
||||||
|
msgid "FOAF profile"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:92
|
||||||
|
msgid "Salsa"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:94
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:95
|
||||||
|
msgid "Forum"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:98
|
||||||
|
msgid "Miscellaneous"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:99
|
||||||
|
msgid "debtags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:100
|
||||||
|
msgid "Planet Debian (name)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:101
|
||||||
|
msgid "Planet Debian (username)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:102
|
||||||
|
msgid "links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:103
|
||||||
|
msgid "Debian website"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:104
|
||||||
|
msgid "Debian search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:105
|
||||||
|
msgid "GPG public key via finger"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:106
|
||||||
|
msgid "GPG public key via HTTP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:107
|
||||||
|
msgid "NM, AM participation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:108
|
||||||
|
msgid "Contribution information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:109
|
||||||
|
msgid "Repology information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:112
|
||||||
|
msgid "Information reachable via ssh (for Debian Members)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:113
|
||||||
|
msgid "owned debian.net domains"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:114
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"https://wiki.debian.org/qa.debian.org/MIATeam\">MIA</a> database "
|
||||||
|
"information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:116
|
||||||
|
msgid "Group membership information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:119
|
||||||
|
msgid "Ubuntu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/views.py:120
|
||||||
|
msgid "Available patches from Ubuntu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:43
|
||||||
|
msgid "Email address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:44
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:45
|
||||||
|
msgid "GPG fingerprint"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:46
|
||||||
|
msgid "Debian user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:47
|
||||||
|
msgid "Non Debian email address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:48
|
||||||
|
msgid "Salsa user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:49
|
||||||
|
msgid "Alioth user name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:110
|
||||||
|
#: debianmemberportfolio/model/urlbuilder.py:114
|
||||||
|
#, python-format
|
||||||
|
msgid "Missing input: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:24
|
||||||
|
#: debianmemberportfolio/templates/base.html:31
|
||||||
|
msgid "Debian Member Portfolio Service"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:30
|
||||||
|
msgid "Debian Logo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:32
|
||||||
|
msgid ""
|
||||||
|
"This service has been inspired by Stefano Zacchiroli's <a href=\"https://wiki."
|
||||||
|
"debian.org/DDPortfolio\">DDPortfolio page in the Debian Wiki</a>. You can "
|
||||||
|
"create a set of customized links leading to a Debian Member's or package "
|
||||||
|
"maintainer's information regarding Debian."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:39
|
||||||
|
msgid "AGPL - Free Software"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:40
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"The service is available under the terms of the <a href=\"https://www.gnu.org/"
|
||||||
|
"licenses/agpl.html\">GNU Affero General Public License</a> as published by "
|
||||||
|
"the Free Software Foundation, either version 3 of the License, or (at your "
|
||||||
|
"option) any later version. You can <a href=\"%(browseurl)s\" title=\"Gitweb "
|
||||||
|
"repository browser URL\">browse the source code</a> or clone it from <a href="
|
||||||
|
"\"%(cloneurl)s\" title=\"git clone URL\">%(cloneurl)s</a> using <a href="
|
||||||
|
"\"https://git-scm.com/\">git</a>. If you want to translate this service to "
|
||||||
|
"your language you can contribute at <a href=\"%(weblateurl)s\" title=\"Debian "
|
||||||
|
"Member Portfolio Service at Weblate\">Weblate</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/base.html:41
|
||||||
|
msgid "Copyright © 2009-2018 Jan Dittberner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:22
|
||||||
|
msgid "Enter your personal information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:29
|
||||||
|
msgid "Debian Member Portfolio"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:31
|
||||||
|
msgid "Email address:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:40
|
||||||
|
msgid "Show all form fields"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:43
|
||||||
|
msgid "Name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:50
|
||||||
|
msgid "GPG fingerprint:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:57
|
||||||
|
msgid "Debian user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:64
|
||||||
|
msgid "Non Debian email address:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:71
|
||||||
|
msgid "Salsa user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:78
|
||||||
|
msgid "Alioth user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:85
|
||||||
|
msgid "Wiki user name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:92
|
||||||
|
msgid "Forum user id:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:99
|
||||||
|
msgid "Output format:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showform.html:106
|
||||||
|
msgid "Build Debian Member Portfolio URLs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:21
|
||||||
|
msgid "Your personal links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:25
|
||||||
|
msgid "Debian Member Porfolio"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "Usage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:28
|
||||||
|
msgid "URL"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:38
|
||||||
|
msgid "Error during URL creation:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: debianmemberportfolio/templates/showurls.html:59
|
||||||
|
msgid "Restart"
|
||||||
|
msgstr ""
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# Debian Member Portfolio Service views
|
# Debian Member Portfolio Service views
|
||||||
#
|
#
|
||||||
# Copyright © 2015 Jan Dittberner <jan@dittberner.info>
|
# Copyright © 2015-2020 Jan Dittberner <jan@dittberner.info>
|
||||||
#
|
#
|
||||||
# This file is part of the Debian Member Portfolio Service.
|
# This file is part of the Debian Member Portfolio Service.
|
||||||
#
|
#
|
||||||
|
|
@ -70,18 +70,17 @@ developer name on all bug logs)'),
|
||||||
'piuparts': N_('piuparts'),
|
'piuparts': N_('piuparts'),
|
||||||
'patchtracker': N_('Debian patch tracking system'),
|
'patchtracker': N_('Debian patch tracking system'),
|
||||||
'duck': N_('Debian Url ChecKer'),
|
'duck': N_('Debian Url ChecKer'),
|
||||||
|
'janitor': N_('Debian Janitor'),
|
||||||
},
|
},
|
||||||
'lists': {
|
'lists': {
|
||||||
'label': N_('Mailing Lists'),
|
'label': N_('Mailing Lists'),
|
||||||
'dolists': N_('lists.d.o'),
|
'dolists': N_('lists.d.o'),
|
||||||
'adolists': N_('lists.a.d.o'),
|
'adolists': N_('lists.a.d.o'),
|
||||||
'gmane': N_('gmane'),
|
|
||||||
},
|
},
|
||||||
'files': {
|
'files': {
|
||||||
'label': N_('Files'),
|
'label': N_('Files'),
|
||||||
'people': N_('people.d.o'),
|
'people': N_('people.d.o'),
|
||||||
'oldpeople': N_('oldpeople'),
|
'oldpeople': N_('oldpeople'),
|
||||||
'alioth': N_('Alioth'),
|
|
||||||
},
|
},
|
||||||
'membership': {
|
'membership': {
|
||||||
'label': N_('Membership'),
|
'label': N_('Membership'),
|
||||||
|
|
@ -89,7 +88,7 @@ developer name on all bug logs)'),
|
||||||
'dbfinger': N_('DB information via finger'),
|
'dbfinger': N_('DB information via finger'),
|
||||||
'db': N_('DB information via HTTP'),
|
'db': N_('DB information via HTTP'),
|
||||||
'webid': N_('FOAF profile'),
|
'webid': N_('FOAF profile'),
|
||||||
'alioth': N_('Alioth'),
|
'salsa': N_('Salsa'),
|
||||||
'wiki': N_('Wiki'),
|
'wiki': N_('Wiki'),
|
||||||
'forum': N_('Forum'),
|
'forum': N_('Forum'),
|
||||||
},
|
},
|
||||||
|
|
@ -105,6 +104,7 @@ developer name on all bug logs)'),
|
||||||
'gpgweb': N_('GPG public key via HTTP'),
|
'gpgweb': N_('GPG public key via HTTP'),
|
||||||
'nm': N_('NM, AM participation'),
|
'nm': N_('NM, AM participation'),
|
||||||
'contrib': N_('Contribution information'),
|
'contrib': N_('Contribution information'),
|
||||||
|
'repology': N_('Repology information'),
|
||||||
},
|
},
|
||||||
'ssh': {
|
'ssh': {
|
||||||
'label': N_('Information reachable via ssh (for Debian Members)'),
|
'label': N_('Information reachable via ssh (for Debian Members)'),
|
||||||
|
|
@ -126,7 +126,7 @@ DM_TUPLES = (('name', 'name'),
|
||||||
|
|
||||||
#: list of field name tuples for Debian Developers
|
#: list of field name tuples for Debian Developers
|
||||||
DD_TUPLES = (('username', 'username'),
|
DD_TUPLES = (('username', 'username'),
|
||||||
('aliothusername', 'username'))
|
('salsausername', 'username'))
|
||||||
|
|
||||||
|
|
||||||
def _get_label(section, url=None):
|
def _get_label(section, url=None):
|
||||||
|
|
@ -162,25 +162,26 @@ def urllist():
|
||||||
form = DeveloperData(request.values)
|
form = DeveloperData(request.values)
|
||||||
if form.validate():
|
if form.validate():
|
||||||
fields = dddatabuilder.build_data(form.data['email'])
|
fields = dddatabuilder.build_data(form.data['email'])
|
||||||
rp = request.values
|
|
||||||
|
form_data = form.data.copy()
|
||||||
|
|
||||||
if fields['type'] in (dddatabuilder.TYPE_DD, dddatabuilder.TYPE_DM):
|
if fields['type'] in (dddatabuilder.TYPE_DD, dddatabuilder.TYPE_DM):
|
||||||
for dmtuple in DM_TUPLES:
|
for dmtuple in DM_TUPLES:
|
||||||
if not dmtuple[0] in rp or not rp[dmtuple[0]]:
|
if not form_data[dmtuple[0]]:
|
||||||
rp[dmtuple[0]] = fields[dmtuple[1]]
|
form_data[dmtuple[0]] = fields[dmtuple[1]]
|
||||||
if fields['type'] == dddatabuilder.TYPE_DD:
|
if fields['type'] == dddatabuilder.TYPE_DD:
|
||||||
for ddtuple in DD_TUPLES:
|
for ddtuple in DD_TUPLES:
|
||||||
if not ddtuple[0] in rp or not rp[ddtuple[0]]:
|
if not form_data[ddtuple[0]]:
|
||||||
rp[ddtuple[0]] = fields[ddtuple[1]]
|
form_data[ddtuple[0]] = fields[ddtuple[1]]
|
||||||
if form.data['wikihomepage'] is None:
|
if not form_data['wikihomepage']:
|
||||||
log.debug('generate wikihomepage from name')
|
log.debug('generate wikihomepage from name')
|
||||||
form.data['wikihomepage'] = "".join([
|
form_data['wikihomepage'] = "".join([
|
||||||
part.capitalize() for part in form.data['name'].split()
|
part.capitalize() for part in form_data['name'].split()
|
||||||
])
|
])
|
||||||
|
|
||||||
data = build_urls(form.data)
|
data = build_urls(form_data)
|
||||||
|
|
||||||
if form.data['mode'] == 'json':
|
if form_data['mode'] == 'json':
|
||||||
response = make_response(json.dumps(dict(
|
response = make_response(json.dumps(dict(
|
||||||
[("{}.{}".format(entry[1], entry[2].name), entry[3])
|
[("{}.{}".format(entry[1], entry[2].name), entry[3])
|
||||||
for entry in data if entry[0] == 'url'])))
|
for entry in data if entry[0] == 'url'])))
|
||||||
|
|
|
||||||
|
|
@ -33,27 +33,21 @@ sys.path.append(
|
||||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
|
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['.templates']
|
templates_path = ['_templates']
|
||||||
|
|
||||||
# The suffix of source filenames.
|
|
||||||
source_suffix = '.rst'
|
|
||||||
|
|
||||||
# The encoding of source files.
|
# The encoding of source files.
|
||||||
#source_encoding = 'utf-8'
|
#source_encoding = 'utf-8'
|
||||||
|
|
||||||
# The master toctree document.
|
|
||||||
master_doc = 'index'
|
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Debian Member Portfolio Service'
|
project = 'Debian Member Portfolio Service'
|
||||||
copyright = u'2009-2015, Jan Dittberner'
|
copyright = '2009-2020, Jan Dittberner'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.4.2'
|
version = '0.6.4'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
|
@ -61,106 +55,27 @@ release = version
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
language = 'en'
|
language = 'en'
|
||||||
|
|
||||||
# There are two options for replacing |today|: either, you set today to some
|
|
||||||
# non-false value, then it is used:
|
|
||||||
#today = ''
|
|
||||||
# Else, today_fmt is used as the format for a strftime call.
|
|
||||||
#today_fmt = '%B %d, %Y'
|
|
||||||
|
|
||||||
# List of documents that shouldn't be included in the build.
|
|
||||||
#unused_docs = []
|
|
||||||
|
|
||||||
# List of directories, relative to source directory, that shouldn't be searched
|
|
||||||
# for source files.
|
|
||||||
exclude_trees = []
|
|
||||||
|
|
||||||
# The reST default role (used for this markup: `text`) to use for all
|
|
||||||
# documents.
|
|
||||||
#default_role = None
|
|
||||||
|
|
||||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
|
||||||
#add_function_parentheses = True
|
|
||||||
|
|
||||||
# If true, the current module name will be prepended to all description
|
|
||||||
# unit titles (such as .. function::).
|
|
||||||
#add_module_names = True
|
|
||||||
|
|
||||||
# If true, sectionauthor and moduleauthor directives will be shown in the
|
|
||||||
# output. They are ignored by default.
|
|
||||||
#show_authors = False
|
|
||||||
|
|
||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
pygments_style = 'sphinx'
|
pygments_style = 'sphinx'
|
||||||
|
|
||||||
|
|
||||||
# Options for HTML output
|
|
||||||
# -----------------------
|
# -----------------------
|
||||||
|
|
||||||
# The style sheet to use for HTML and HTML Help pages. A file of that name
|
|
||||||
# must exist either in Sphinx' static/ path, or in one of the custom paths
|
|
||||||
# given in html_static_path.
|
|
||||||
html_style = 'default.css'
|
|
||||||
|
|
||||||
# The name for this set of Sphinx documents. If None, it defaults to
|
|
||||||
# "<project> v<release> documentation".
|
|
||||||
#html_title = None
|
|
||||||
|
|
||||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
|
||||||
#html_short_title = None
|
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top
|
|
||||||
# of the sidebar.
|
|
||||||
#html_logo = None
|
|
||||||
|
|
||||||
# The name of an image file (within the static path) to use as favicon of the
|
|
||||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
|
||||||
# pixels large.
|
|
||||||
#html_favicon = None
|
|
||||||
|
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# Add any paths that contain custom static files (such as style sheets) here,
|
||||||
# relative to this directory. They are copied after the builtin static files,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ['.static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
|
||||||
# using the given strftime format.
|
|
||||||
#html_last_updated_fmt = '%b %d, %Y'
|
|
||||||
|
|
||||||
# If true, SmartyPants will be used to convert quotes and dashes to
|
|
||||||
# typographically correct entities.
|
|
||||||
#html_use_smartypants = True
|
|
||||||
|
|
||||||
# Custom sidebar templates, maps document names to template names.
|
|
||||||
#html_sidebars = {}
|
|
||||||
|
|
||||||
# Additional templates that should be rendered to pages, maps page names to
|
|
||||||
# template names.
|
|
||||||
#html_additional_pages = {}
|
|
||||||
|
|
||||||
# If false, no module index is generated.
|
# If false, no module index is generated.
|
||||||
html_use_modindex = False
|
html_use_modindex = False
|
||||||
|
|
||||||
# If false, no index is generated.
|
# If false, no index is generated.
|
||||||
#html_use_index = True
|
#html_use_index = True
|
||||||
|
html_theme = 'alabaster'
|
||||||
# If true, the index is split into individual pages for each letter.
|
|
||||||
#html_split_index = False
|
|
||||||
|
|
||||||
# If true, the reST sources are included in the HTML build as _sources/<name>.
|
|
||||||
#html_copy_source = True
|
|
||||||
|
|
||||||
# If true, an OpenSearch description file will be output, and all pages will
|
|
||||||
# contain a <link> tag referring to it. The value of this option must be the
|
|
||||||
# base URL from which the finished HTML is served.
|
|
||||||
#html_use_opensearch = ''
|
|
||||||
|
|
||||||
# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
|
|
||||||
#html_file_suffix = ''
|
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = 'DebianMemberPortfolioServicedoc'
|
htmlhelp_basename = 'DebianMemberPortfolioServicedoc'
|
||||||
|
|
||||||
|
|
||||||
# Options for LaTeX output
|
# Options for LaTeX output
|
||||||
# ------------------------
|
# ------------------------
|
||||||
|
|
||||||
|
|
@ -176,8 +91,8 @@ htmlhelp_basename = 'DebianMemberPortfolioServicedoc'
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index',
|
('index',
|
||||||
'DebianMemberPortfolioService.tex',
|
'DebianMemberPortfolioService.tex',
|
||||||
ur'Debian Member Portfolio Service Documentation',
|
'Debian Member Portfolio Service Documentation',
|
||||||
ur'Jan Dittberner',
|
'Jan Dittberner',
|
||||||
'manual'),
|
'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ that are filled at runtime:
|
||||||
================== ========================================
|
================== ========================================
|
||||||
Placeholder Replacement
|
Placeholder Replacement
|
||||||
================== ========================================
|
================== ========================================
|
||||||
%(aliothusername)s user name on `alioth.debian.org`_
|
%(salsausername)s user name on `salsa.debian.org`_
|
||||||
%(email)s email address (URL encoded)
|
%(email)s email address (URL encoded)
|
||||||
%(emailnoq)s email address
|
%(emailnoq)s email address
|
||||||
%(firstchar)s first character of the email address
|
%(firstchar)s first character of the email address
|
||||||
|
|
@ -143,7 +143,7 @@ Placeholder Replacement
|
||||||
%(wikihomepage)s full name in camel case (i.e. JohnSmith)
|
%(wikihomepage)s full name in camel case (i.e. JohnSmith)
|
||||||
================== ========================================
|
================== ========================================
|
||||||
|
|
||||||
.. _alioth.debian.org: https://alioth.debian.org/
|
.. _salsa.debian.org: https://salsa.debian.org/
|
||||||
|
|
||||||
The replacement of placeholders is performed in the
|
The replacement of placeholders is performed in the
|
||||||
:py:func:`~debianmemberportfolio.views.urllist` function. And uses data from
|
:py:func:`~debianmemberportfolio.views.urllist` function. And uses data from
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Debian Member Portfolio Service setup
|
# Debian Member Portfolio Service setup
|
||||||
# Copyright © 2009-2017 Jan Dittberner <jan@dittberner.info>
|
# Copyright © 2009-2020 Jan Dittberner <jan@dittberner.info>
|
||||||
#
|
#
|
||||||
# This file is part of the Debian Member Portfolio Service.
|
# This file is part of the Debian Member Portfolio Service.
|
||||||
#
|
#
|
||||||
|
|
@ -29,7 +29,7 @@ except ImportError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='debianmemberportfolio',
|
name='debianmemberportfolio',
|
||||||
version='0.5.0',
|
version='0.6.4',
|
||||||
description='service to create Debian Member Portfolio URLs',
|
description='service to create Debian Member Portfolio URLs',
|
||||||
long_description="""This is a service implementation that returns a set of
|
long_description="""This is a service implementation that returns a set of
|
||||||
personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It
|
personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue