Add Latvian translation
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -293,6 +293,7 @@
|
||||
* Sort content type list of the access grant and remove action.
|
||||
* Use select2 for the content type filed of the access
|
||||
grant and remove action.
|
||||
* Add Latvian translation.
|
||||
|
||||
3.1.11 (2019-04-XX)
|
||||
===================
|
||||
|
||||
@@ -22,7 +22,7 @@ APP_LIST = (
|
||||
|
||||
LANGUAGE_LIST = (
|
||||
'ar', 'bg', 'bs_BA', 'cs', 'da_DK', 'de_DE', 'en', 'es', 'el', 'fa', 'fr',
|
||||
'hu', 'id', 'it', 'nl_NL', 'pl', 'pt', 'pt_BR', 'ro_RO', 'ru', 'sl_SI',
|
||||
'hu', 'id', 'it', 'lv', 'nl_NL', 'pl', 'pt', 'pt_BR', 'ro_RO', 'ru', 'sl_SI',
|
||||
'tr_TR', 'vi_VN', 'zh',
|
||||
)
|
||||
|
||||
|
||||
@@ -722,6 +722,7 @@ Other changes
|
||||
- Sort content type list of the access grant and remove action.
|
||||
- Use select2 for the content type filed of the access
|
||||
grant and remove action.
|
||||
- Add Latvian translation.
|
||||
|
||||
Removals
|
||||
--------
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:16-0400\n"
|
||||
"POT-Creation-Date: 2019-06-09 14:11-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
BIN
mayan/apps/acls/locale/lv/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/acls/locale/lv/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
196
mayan/apps/acls/locale/lv/LC_MESSAGES/django.po
Normal file
196
mayan/apps/acls/locale/lv/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,196 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Māris Teivāns <maris.teivans@gmail.com>, 2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:16-0400\n"
|
||||
"PO-Revision-Date: 2019-05-30 08:19+0000\n"
|
||||
"Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n"
|
||||
"Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:24 links.py:44
|
||||
msgid "ACLs"
|
||||
msgstr "PKS"
|
||||
|
||||
#: events.py:8 permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Piekļuves kontroles saraksti"
|
||||
|
||||
#: events.py:12
|
||||
msgid "ACL created"
|
||||
msgstr "PKS izveidots"
|
||||
|
||||
#: events.py:15
|
||||
msgid "ACL edited"
|
||||
msgstr "PKS rediģēts"
|
||||
|
||||
#: forms.py:15 models.py:49
|
||||
msgid "Role"
|
||||
msgstr "Loma"
|
||||
|
||||
#: links.py:34
|
||||
msgid "New ACL"
|
||||
msgstr "Jauns PKS"
|
||||
|
||||
#: links.py:39
|
||||
msgid "Delete"
|
||||
msgstr "Dzēst"
|
||||
|
||||
#: links.py:49 models.py:45 workflow_actions.py:48
|
||||
msgid "Permissions"
|
||||
msgstr "Atļaujas"
|
||||
|
||||
#: managers.py:216
|
||||
#, python-format
|
||||
msgid "Object \"%s\" is not a model and cannot be checked for access."
|
||||
msgstr "Objekts \"%s\" nav modelis un tā pieeju nevar pārbaudīt."
|
||||
|
||||
#: managers.py:236
|
||||
#, python-format
|
||||
msgid "Insufficient access for: %s"
|
||||
msgstr "Nepietiekama piekļuve pie: %s"
|
||||
|
||||
#: models.py:57
|
||||
msgid "Access entry"
|
||||
msgstr "Piekļuves ieraksts"
|
||||
|
||||
#: models.py:58
|
||||
msgid "Access entries"
|
||||
msgstr "Piekļuves ieraksti"
|
||||
|
||||
#: models.py:62
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr "Lomas \"%(role)s\" atļaujas priekš \"%(object)s\""
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Rediģēt PKS"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Skatīt PKS"
|
||||
|
||||
#: serializers.py:26 serializers.py:136
|
||||
msgid ""
|
||||
"API URL pointing to the list of permissions for this access control list."
|
||||
msgstr "API URL, kas norāda uz piekļuves kontroles saraksta atļauju sarakstu."
|
||||
|
||||
#: serializers.py:59
|
||||
msgid ""
|
||||
"API URL pointing to a permission in relation to the access control list to "
|
||||
"which it is attached. This URL is different than the canonical workflow URL."
|
||||
msgstr "API URL, kas norāda uz atļauju saistībā ar piekļuves kontroles sarakstu, kuram tas ir pievienots. Šis URL atšķiras no kanoniskā darbplūsmas URL."
|
||||
|
||||
#: serializers.py:91
|
||||
msgid "Primary key of the new permission to grant to the access control list."
|
||||
msgstr "Primārā atslēga priekš jaunās atļaujas, ko piešķirt piekļuves kontroles sarakstam."
|
||||
|
||||
#: serializers.py:115 serializers.py:191
|
||||
#, python-format
|
||||
msgid "No such permission: %s"
|
||||
msgstr "Šādas atļaujas nav: %s"
|
||||
|
||||
#: serializers.py:130
|
||||
msgid ""
|
||||
"Comma separated list of permission primary keys to grant to this access "
|
||||
"control list."
|
||||
msgstr "Ar komatu atdalīts saraksts ar atļauju primārajām atslēgām, kuras piešķirt šim piekļuves kontroles sarakstam."
|
||||
|
||||
#: serializers.py:142
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr "Primārās atslēgas lomai, pie kuras šis piekļuves kontroles saraksts ir piesaistīts."
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Jauni piekļuves kontroles saraksti priekš: %s"
|
||||
|
||||
#: views.py:100
|
||||
#, python-format
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Dzēst PKS: %s"
|
||||
|
||||
#: views.py:147
|
||||
msgid "There are no ACLs for this object"
|
||||
msgstr "Šim objektam nav neviens PKS"
|
||||
|
||||
#: views.py:150
|
||||
msgid ""
|
||||
"ACL stands for Access Control List and is a precise method to control user "
|
||||
"access to objects in the system."
|
||||
msgstr "PKS apzīmē Piekļuves Kontroles Sarakstu un tā ir precīza metode, lai kontrolētu lietotāja piekļuvi sistēmā esošajiem objektiem."
|
||||
|
||||
#: views.py:154
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Piekļuves kontroles saraksti priekš: %s"
|
||||
|
||||
#: views.py:170
|
||||
msgid "Granted permissions"
|
||||
msgstr "Piešķirtās atļaujas"
|
||||
|
||||
#: views.py:171
|
||||
msgid "Available permissions"
|
||||
msgstr "Pieejamās atļaujas"
|
||||
|
||||
#: views.py:215
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\"."
|
||||
msgstr "Lomas \"%(role)s\" atļaujas priekš \"%(object)s\"."
|
||||
|
||||
#: views.py:224
|
||||
msgid ""
|
||||
"Disabled permissions are inherited from a parent object or directly granted "
|
||||
"to the role and can't be removed from this view. Inherited permissions need "
|
||||
"to be removed from the parent object's ACL or from them role via the Setup "
|
||||
"menu."
|
||||
msgstr "Atspējotas atļaujas tiek mantotas no mātes objekta vai tieši piešķirtas lomai, un tās nevar noņemt no šī skata. Mantotās atļaujas ir jānoņem no mātes objekta PKS vai no lomas, izmantojot Setup izvēlni."
|
||||
|
||||
#: workflow_actions.py:25
|
||||
msgid "Object type"
|
||||
msgstr "Objekta tips"
|
||||
|
||||
#: workflow_actions.py:28
|
||||
msgid "Type of the object for which the access will be modified."
|
||||
msgstr "Objekta, kuram tiks rediģēta piekļuve, tips."
|
||||
|
||||
#: workflow_actions.py:34
|
||||
msgid "Object ID"
|
||||
msgstr "Objekta ID"
|
||||
|
||||
#: workflow_actions.py:37
|
||||
msgid ""
|
||||
"Numeric identifier of the object for which the access will be modified."
|
||||
msgstr "Objekta, kuram tiks rediģēta piekļuve, skaitliskais identifikators."
|
||||
|
||||
#: workflow_actions.py:42
|
||||
msgid "Roles"
|
||||
msgstr "Lomas"
|
||||
|
||||
#: workflow_actions.py:44
|
||||
msgid "Roles whose access will be modified."
|
||||
msgstr "Lomas, kuru piekļuve tiks mainīta."
|
||||
|
||||
#: workflow_actions.py:51
|
||||
msgid ""
|
||||
"Permissions to grant/revoke to/from the role for the object selected above."
|
||||
msgstr "Atļaujas piešķirt / atsaukt iepriekš atlasītā objekta lomu."
|
||||
|
||||
#: workflow_actions.py:59
|
||||
msgid "Grant access"
|
||||
msgstr "Piešķirt piekļuvi"
|
||||
|
||||
#: workflow_actions.py:142
|
||||
msgid "Revoke access"
|
||||
msgstr "Atsaukt piekļuvi"
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:16-0400\n"
|
||||
"POT-Creation-Date: 2019-06-09 14:12-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mayan/apps/appearance/locale/lv/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/appearance/locale/lv/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
305
mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po
Normal file
305
mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,305 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Māris Teivāns <maris.teivans@gmail.com>, 2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:16-0400\n"
|
||||
"PO-Revision-Date: 2019-06-09 07:22+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:12 settings.py:9
|
||||
msgid "Appearance"
|
||||
msgstr "Izskats"
|
||||
|
||||
#: dependencies.py:10
|
||||
msgid "Lato font"
|
||||
msgstr ""
|
||||
|
||||
#: dependencies.py:14
|
||||
msgid "Bootstrap"
|
||||
msgstr "Bootstrap"
|
||||
|
||||
#: dependencies.py:18
|
||||
msgid "Bootswatch"
|
||||
msgstr "Bootswatch"
|
||||
|
||||
#: dependencies.py:32
|
||||
msgid "Fancybox"
|
||||
msgstr "Fancybox"
|
||||
|
||||
#: dependencies.py:36
|
||||
msgid "FontAwesome"
|
||||
msgstr "FontAwesome"
|
||||
|
||||
#: dependencies.py:40
|
||||
msgid "jQuery"
|
||||
msgstr "jQuery"
|
||||
|
||||
#: dependencies.py:43
|
||||
msgid "JQuery Form"
|
||||
msgstr "JQuery veidlapa"
|
||||
|
||||
#: dependencies.py:47
|
||||
msgid "jQuery Lazy Load"
|
||||
msgstr "jQuery Lazy Load"
|
||||
|
||||
#: dependencies.py:51
|
||||
msgid "JQuery Match Height"
|
||||
msgstr "JQuery Match Height"
|
||||
|
||||
#: dependencies.py:55
|
||||
msgid "Select 2"
|
||||
msgstr "Select 2"
|
||||
|
||||
#: dependencies.py:59
|
||||
msgid "Toastr"
|
||||
msgstr "Toastr"
|
||||
|
||||
#: dependencies.py:62
|
||||
msgid "URI.js"
|
||||
msgstr "URI.js"
|
||||
|
||||
#: settings.py:14
|
||||
msgid "Maximum number of characters that will be displayed as the view title."
|
||||
msgstr "Maksimālais rakstzīmju skaits, kas tiks attēlots kā skata nosaukums."
|
||||
|
||||
#: templates/403.html:5 templates/403.html:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr "Nepietiekamas atļaujas"
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr "Jums nav pietiekamu atļauju šai darbībai."
|
||||
|
||||
#: templates/404.html:5 templates/404.html:9
|
||||
msgid "Page not found"
|
||||
msgstr "Lapa nav atrasta"
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr "Diemžēl pieprasīto lapu nevarēja atrast."
|
||||
|
||||
#: templates/500.html:5 templates/500.html:9 templates/appearance/root.html:52
|
||||
msgid "Server error"
|
||||
msgstr "Servera kļūda"
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via "
|
||||
"e-mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr "Radusies kļūda. Par to ir ziņots vietnes administratoriem, izmantojot e-pastu, un drīzumā tai būtu jābūt atrisinātai. Paldies par pacietību."
|
||||
|
||||
#: templates/appearance/about.html:10
|
||||
msgid "About"
|
||||
msgstr "Par"
|
||||
|
||||
#: templates/appearance/about.html:77
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" %(setting_project_title)s is based on %(project_title)s\n"
|
||||
" "
|
||||
msgstr "\n%(setting_project_title)s ir balstīts uz %(project_title)s"
|
||||
|
||||
#: templates/appearance/about.html:82
|
||||
msgid "Version"
|
||||
msgstr "Versija"
|
||||
|
||||
#: templates/appearance/about.html:84
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr "Veidošanas numurs: %(build_number)s"
|
||||
|
||||
#: templates/appearance/about.html:97
|
||||
msgid "Released under the license:"
|
||||
msgstr "Izdots saskaņā ar licenci:"
|
||||
|
||||
#: templates/appearance/about.html:103
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" %(project_title)s is a free and open-source software brought to you with <i class=\"fa fa-heart text-danger\" style=\"transform: rotate(10deg);\"></i> by Roberto Rosario and contributors.\n"
|
||||
" "
|
||||
msgstr "\n%(project_title)s ir bezmaksas un atvērtā pirmkoda programmatūra, kas jums tiek piedāvāta ar <i class=\"fa fa-heart text-danger\" style=\"transform: rotate(10deg);\"></i> Roberto Rosario un ziedotājiem."
|
||||
|
||||
#: templates/appearance/about.html:109
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" It takes great effort to make %(project_title)s as feature-rich as it is. We need all the help we can get!\n"
|
||||
" "
|
||||
msgstr "\nTas prasa lielas pūles, lai padarītu %(project_title)s tikpat iespēju bagātu, cik tas ir. Mums ir vajadzīga visa palīdzība, ko mēs varam iegūt!"
|
||||
|
||||
#: templates/appearance/about.html:115
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" If you use %(project_title)s please <a class=\"new_window\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3PXN336XFXQNN\">consider making a donation %(icon_social_paypal)s</a>\n"
|
||||
" "
|
||||
msgstr "\nJa izmantojat %(project_title)s, lūdzu, <a class=\"new_window\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3PXN336XFXQNN\">apsveriet iespēju veikt ziedojumu %(icon_social_paypal)s</a>"
|
||||
|
||||
#: templates/appearance/about.html:121
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" The complete list of changes is available via the <a class=\"new_window\" href=\"https://docs.mayan-edms.com/releases/index.html\">Release notes %(icon_documentation)s</a> or the short version <a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms/blob/master/HISTORY.rst\">Changelog %(icon_documentation)s</a>.\n"
|
||||
" "
|
||||
msgstr "\nPilns izmaiņu saraksts ir pieejams, skatot <a class=\"new_window\" href=\"https://docs.mayan-edms.com/releases/index.html\">Release notes %(icon_documentation)s</a> vai īso versiju <a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms/blob/master/HISTORY.rst\">Changelog %(icon_documentation)s</a> ."
|
||||
|
||||
#: templates/appearance/about.html:127
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" For questions check the <a class=\"new_window\" href=\"https://docs.mayan-edms.com\">Documentation %(icon_documentation)s</a> or the <a class=\"new_window\" href=\"https://wiki.mayan-edms.com\">Wiki %(icon_wiki)s</a>.\n"
|
||||
" "
|
||||
msgstr "\nJautājumu gadījumā pārbaudiet <a class=\"new_window\" href=\"https://docs.mayan-edms.com\">dokumentāciju %(icon_documentation)s</a> vai <a class=\"new_window\" href=\"https://wiki.mayan-edms.com\">Wiki %(icon_wiki)s</a> ."
|
||||
|
||||
#: templates/appearance/about.html:133
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" If you found a bug or have a feature idea, visit the <a class=\"new_window\" href=\"https://forum.mayan-edms.com\">Forum %(icon_forum)s</a> or open a ticket in the <a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms\">Source code repository %(icon_source_code)s</a>.\n"
|
||||
" "
|
||||
msgstr "\nJa atradāt kļūdu vai ir kāda funkcionalitātes ideja, apmeklējiet <a class=\"new_window\" href=\"https://forum.mayan-edms.com\">forumu %(icon_forum)s</a> vai atveriet biļeti <a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms\">pirmkoda repozitorijā %(icon_source_code)s</a> ."
|
||||
|
||||
#: templates/appearance/about.html:138
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" Spread the word. Talk to your friends and colleagues about how awesome %(project_title)s is!\n"
|
||||
" Follow us on <a class=\"new_window\" href=\"https://twitter.com/mayanedms\">Twitter %(icon_social_twitter)s</a>, <a class=\"new_window\" href=\"https://www.facebook.com/MayanEDMS/\">Facebook %(icon_social_facebook)s</a>, or <a class=\"new_window\" href=\"https://www.instagram.com/mayan_edms/\">Instagram %(icon_social_instagram)s</a>\n"
|
||||
" "
|
||||
msgstr "\nIzplatiet vārdu. Runājiet ar saviem draugiem un kolēģiem par to, cik lielisks %(project_title)s ir! Sekojiet mums <a class=\"new_window\" href=\"https://twitter.com/mayanedms\">Twitter %(icon_social_twitter)s</a> , <a class=\"new_window\" href=\"https://www.facebook.com/MayanEDMS/\">Facebook %(icon_social_facebook)s</a> vai <a class=\"new_window\" href=\"https://www.instagram.com/mayan_edms/\">Instagram %(icon_social_instagram)s</a>"
|
||||
|
||||
#: templates/appearance/base.html:32
|
||||
msgid "Warning"
|
||||
msgstr "Brīdinājums"
|
||||
|
||||
#: templates/appearance/base.html:51
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:104
|
||||
msgid "Actions"
|
||||
msgstr "Darbības"
|
||||
|
||||
#: templates/appearance/base.html:53
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:106
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Toggle Dropdown"
|
||||
|
||||
#: templates/appearance/generic_confirm.html:14
|
||||
msgid "Are you sure?"
|
||||
msgstr "Vai esat pārliecināts?"
|
||||
|
||||
#: templates/appearance/generic_confirm.html:34
|
||||
msgid "Yes"
|
||||
msgstr "Jā"
|
||||
|
||||
#: templates/appearance/generic_confirm.html:38
|
||||
msgid "No"
|
||||
msgstr "Nē"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:51
|
||||
#: templates/appearance/generic_form_instance.html:57
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:37
|
||||
msgid "required"
|
||||
msgstr "nepieciešams"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:86
|
||||
#: templates/appearance/generic_form_subtemplate.html:99
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:59
|
||||
msgid "Save"
|
||||
msgstr "Saglabāt"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:86
|
||||
#: templates/appearance/generic_form_subtemplate.html:99
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:59
|
||||
msgid "Submit"
|
||||
msgstr "Iesniegt"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:90
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Cancel"
|
||||
msgstr "Atcelt"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:17
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr "Kopā (%(start)s - %(end)s no %(total)s) (lappuse %(page_number)s no %(total_pages)s)"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:19
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:22
|
||||
#: templates/appearance/generic_list_subtemplate.html:19
|
||||
#: templates/appearance/generic_list_subtemplate.html:22
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr "Kopā: %(total)s"
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:55
|
||||
msgid "Identifier"
|
||||
msgstr "Identifikators"
|
||||
|
||||
#: templates/appearance/home.html:10
|
||||
msgid "Dashboard"
|
||||
msgstr "Panelis"
|
||||
|
||||
#: templates/appearance/home.html:26
|
||||
msgid "Getting started"
|
||||
msgstr "Darba sākšana"
|
||||
|
||||
#: templates/appearance/home.html:29
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Pirms jūs varat pilnībā izmantot Mayan EDMS, jums ir nepieciešams:"
|
||||
|
||||
#: templates/appearance/home.html:50
|
||||
msgid "Search pages"
|
||||
msgstr "Meklēt lapas"
|
||||
|
||||
#: templates/appearance/home.html:52 templates/appearance/home.html:62
|
||||
msgid "Search"
|
||||
msgstr "Meklēt"
|
||||
|
||||
#: templates/appearance/home.html:53 templates/appearance/home.html:63
|
||||
msgid "Advanced"
|
||||
msgstr "Papildus"
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Search documents"
|
||||
msgstr "Meklēt dokumentus"
|
||||
|
||||
#: templates/appearance/main_menu.html:10
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Pārslēgt navigāciju"
|
||||
|
||||
#: templates/appearance/no_results.html:18
|
||||
msgid "No results"
|
||||
msgstr "Nav rezultātu"
|
||||
|
||||
#: templates/appearance/root.html:57
|
||||
msgid "Close"
|
||||
msgstr "Aizvērt"
|
||||
|
||||
#: templates/appearance/root.html:65
|
||||
msgid "Server communication error"
|
||||
msgstr "Servera sakaru kļūda"
|
||||
|
||||
#: templates/appearance/root.html:67
|
||||
msgid "Check you network connection and try again in a few moments."
|
||||
msgstr "Pārbaudiet tīkla savienojumu un pēc brīža mēģiniet vēlreiz."
|
||||
|
||||
#: templatetags/appearance_tags.py:17
|
||||
msgid "None"
|
||||
msgstr "Nav neviens"
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"POT-Creation-Date: 2019-06-09 14:12-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
BIN
mayan/apps/authentication/locale/lv/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/authentication/locale/lv/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
158
mayan/apps/authentication/locale/lv/LC_MESSAGES/django.po
Normal file
158
mayan/apps/authentication/locale/lv/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,158 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Māris Teivāns <maris.teivans@gmail.com>, 2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-05-30 06:44+0000\n"
|
||||
"Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n"
|
||||
"Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:25 settings.py:9
|
||||
msgid "Authentication"
|
||||
msgstr "Autentifikācija"
|
||||
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr "E-pasts"
|
||||
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr "Parole"
|
||||
|
||||
#: forms.py:22 forms.py:73
|
||||
msgid "Remember me"
|
||||
msgstr "Atceries mani"
|
||||
|
||||
#: forms.py:25
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr "Lūdzu, ievadiet pareizu e-pasta adresi un paroli. Ņemiet vērā, ka paroles lauks ir reģistrjutīgs."
|
||||
|
||||
#: forms.py:27
|
||||
msgid "This account is inactive."
|
||||
msgstr "Šis konts ir neaktīvs."
|
||||
|
||||
#: links.py:22
|
||||
msgid "Logout"
|
||||
msgstr "Izrakstīties"
|
||||
|
||||
#: links.py:27
|
||||
msgid "Change password"
|
||||
msgstr "Mainīt paroli"
|
||||
|
||||
#: links.py:32 links.py:39
|
||||
msgid "Set password"
|
||||
msgstr "Uzstādīt paroli"
|
||||
|
||||
#: settings.py:13
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr "Kontrolē lietotāja autentifikācijas mehānismu. Iespējas ir: lietotājvārds, e-pasts"
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"Maximum time an user clicking the \"Remember me\" checkbox will remain "
|
||||
"logged in. Value is time in seconds."
|
||||
msgstr "Maksimālais laiks, kad lietotājs noklikšķina uz izvēles rūtiņas „Atcerēties mani”, paliks pieteicies. Vērtība ir laiks sekundēs."
|
||||
|
||||
#: templates/authentication/login.html:11
|
||||
msgid "Login"
|
||||
msgstr "Pierakstīties"
|
||||
|
||||
#: templates/authentication/login.html:26
|
||||
#: templates/authentication/login.html:34
|
||||
msgid "Sign in"
|
||||
msgstr "Pierakstīties"
|
||||
|
||||
#: templates/authentication/login.html:39
|
||||
msgid "Forgot your password?"
|
||||
msgstr "Aizmirsāt savu paroli?"
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr "Paroles atiestatīšana"
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr "Paroles atiestatīšana pabeigta! Lai pierakstītos, noklikšķiniet uz tālāk redzamās saites."
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
msgid "Login page"
|
||||
msgstr "Pierakstīšanās lapa"
|
||||
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29 views.py:154
|
||||
msgid "Submit"
|
||||
msgstr "Iesniegt"
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr "Paroles atiestatīšanas e-pasts nosūtīts!"
|
||||
|
||||
#: views.py:74
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr "Jūsu parole ir veiksmīgi mainīta."
|
||||
|
||||
#: views.py:81
|
||||
msgid "Current user password change"
|
||||
msgstr "Pašreizējā lietotāja paroles maiņa"
|
||||
|
||||
#: views.py:89
|
||||
msgid "Changing the password is not allowed for this account."
|
||||
msgstr "Paroles maiņa šim kontam nav atļauta."
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Password change request performed on %(count)d user"
|
||||
msgstr "%(count)d lietotājam veikts paroles maiņas pieprasījums"
|
||||
|
||||
#: views.py:147
|
||||
#, python-format
|
||||
msgid "Password change request performed on %(count)d users"
|
||||
msgstr "%(count)d lietotājiem veikts paroles maiņas pieprasījums"
|
||||
|
||||
#: views.py:156
|
||||
msgid "Change user password"
|
||||
msgid_plural "Change users passwords"
|
||||
msgstr[0] "Mainīt lietotāju paroles"
|
||||
msgstr[1] "Mainīt lietotāja paroli"
|
||||
msgstr[2] "Mainīt lietotāju paroles"
|
||||
|
||||
#: views.py:166
|
||||
#, python-format
|
||||
msgid "Change password for user: %s"
|
||||
msgstr "Mainīt paroli lietotājam: %s"
|
||||
|
||||
#: views.py:186
|
||||
msgid ""
|
||||
"Super user and staff user password reseting is not allowed, use the admin "
|
||||
"interface for these cases."
|
||||
msgstr "Super lietotāju un darbinieku lietotāju paroles atiestatīšana nav atļauta, šajos gadījumos izmantojiet admin saskarni."
|
||||
|
||||
#: views.py:196
|
||||
#, python-format
|
||||
msgid "Successful password reset for user: %s."
|
||||
msgstr "Veiksmīga paroles atiestatīšana lietotājam: %s."
|
||||
|
||||
#: views.py:202
|
||||
#, python-format
|
||||
msgid "Error reseting password for user \"%(user)s\": %(error)s"
|
||||
msgstr "Atiestatot paroli lietotājam \"%(user)s\", radās kļūda: %(error)s"
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Mohammed ALDOUB <voulnet@gmail.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -15,12 +15,11 @@ msgstr ""
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Mohammed ALDOUB <voulnet@gmail.com>, 2019\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/rosarior/teams/13584/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
msgid "Auto administrator"
|
||||
@@ -54,8 +53,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Pavlin Koldamov <pkoldamov@gmail.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -14,12 +14,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Pavlin Koldamov <pkoldamov@gmail.com>, 2019\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/"
|
||||
"bg/)\n"
|
||||
"Language: bg\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
@@ -54,8 +53,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# www.ping.ba <jomer@ping.ba>, 2019
|
||||
# Atdhe Tabaku <Atdhe617@gmail.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -15,14 +15,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>, 2019\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/"
|
||||
"rosarior/teams/13584/bs_BA/)\n"
|
||||
"Language: bs_BA\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/rosarior/teams/13584/bs_BA/)\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"
|
||||
"Language: bs_BA\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"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
msgid "Auto administrator"
|
||||
@@ -56,8 +54,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
@@ -74,7 +72,8 @@ msgid ""
|
||||
"You have just finished installing <strong>%(project_title)s</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
"Upravo ste završili instalaciju <strong>%(project_title)s</strong>, čestitam!"
|
||||
"Upravo ste završili instalaciju <strong>%(project_title)s</strong>, "
|
||||
"čestitam!"
|
||||
|
||||
#: templates/autoadmin/credentials.html:17
|
||||
msgid "Login using the following credentials:"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -11,12 +11,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/rosarior/teams/13584/cs/)\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
|
||||
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
msgid "Auto administrator"
|
||||
@@ -50,8 +49,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-05-21 00:58-0400\n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Language-Team: Danish (https://www.transifex.com/rosarior/teams/13584/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Berny <berny@bernhard-marx.de>, 2019
|
||||
# Mathias Behrle <mathiasb@m9s.biz>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -15,12 +15,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>, 2019\n"
|
||||
"Language-Team: German (Germany) (https://www.transifex.com/rosarior/"
|
||||
"teams/13584/de_DE/)\n"
|
||||
"Language: de_DE\n"
|
||||
"Language-Team: German (Germany) (https://www.transifex.com/rosarior/teams/13584/de_DE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de_DE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
@@ -53,12 +52,13 @@ msgstr "Auto-Admin Eigenschaften"
|
||||
|
||||
#: settings.py:14
|
||||
msgid "Sets the email of the automatically created super user account."
|
||||
msgstr "Setzt die E-Mailadresse für das automatisch erstellte Superuser-Konto."
|
||||
msgstr ""
|
||||
"Setzt die E-Mailadresse für das automatisch erstellte Superuser-Konto."
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
"Das Passwort für das automatisch erstellte Superuser-Konto. Wenn Sie das "
|
||||
"Feld leer lassen, wird ein Zufallspasswort erstellt."
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Hmayag Antonian <hmayag@freemail.gr>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -15,10 +15,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Hmayag Antonian <hmayag@freemail.gr>, 2019\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/rosarior/teams/13584/el/)\n"
|
||||
"Language: el\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
@@ -53,8 +53,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"POT-Creation-Date: 2019-06-09 14:12-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# jmcainzos <jmcainzos@vodafone.es>, 2019
|
||||
# Roberto Rosario, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,10 +16,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario, 2019\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
@@ -31,8 +31,8 @@ msgid ""
|
||||
"Welcome Admin! You have been given superuser privileges. Use them with "
|
||||
"caution."
|
||||
msgstr ""
|
||||
"¡Bienvenido Admin! Se le han otorgado privilegios de superusuario. Úsalo con "
|
||||
"precaución."
|
||||
"¡Bienvenido Admin! Se le han otorgado privilegios de superusuario. Úsalo con"
|
||||
" precaución."
|
||||
|
||||
#: models.py:15
|
||||
msgid "Account"
|
||||
@@ -58,8 +58,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
"La contraseña de la cuenta de superusuario creada automáticamente. Si es "
|
||||
"igual a Ninguno, la contraseña se genera aleatoriamente."
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2019
|
||||
# Mehdi Amani <MehdiAmani@toorintan.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,10 +16,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>, 2019\n"
|
||||
"Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
@@ -54,8 +54,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2019
|
||||
# Thierry Schott <DarkDare@users.noreply.github.com>, 2019
|
||||
# Yves Dubois <ydubois@gmail.com>, 2019
|
||||
# Frédéric Sheedy <sheedf@gmail.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -18,10 +18,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Frédéric Sheedy <sheedf@gmail.com>, 2019\n"
|
||||
"Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
@@ -33,8 +33,8 @@ msgid ""
|
||||
"Welcome Admin! You have been given superuser privileges. Use them with "
|
||||
"caution."
|
||||
msgstr ""
|
||||
"Bienvenue Admin! Vous avez reçu des privilèges de superutilisateur. Utilisez-"
|
||||
"les avec prudence."
|
||||
"Bienvenue Admin! Vous avez reçu des privilèges de superutilisateur. "
|
||||
"Utilisez-les avec prudence."
|
||||
|
||||
#: models.py:15
|
||||
msgid "Account"
|
||||
@@ -58,8 +58,8 @@ msgstr "Définit le courriel du compte superutilisateur créé automatiquement."
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
"Le mot de passe du compte superutilisateur créé automatiquement. S'il est "
|
||||
"vide, le mot de passe est généré de manière aléatoire."
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Dzikri Hakim <dzikers@gmail.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -14,12 +14,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Dzikri Hakim <dzikers@gmail.com>, 2019\n"
|
||||
"Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/"
|
||||
"id/)\n"
|
||||
"Language: id\n"
|
||||
"Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
@@ -54,8 +53,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2019
|
||||
# Marco Camplese <marco.camplese.mc@gmail.com>, 2019
|
||||
# Andrea Evangelisti <Andrea.Evangelisti@gmail.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -17,10 +17,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Andrea Evangelisti <Andrea.Evangelisti@gmail.com>, 2019\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
@@ -55,8 +55,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
@@ -73,7 +73,8 @@ msgid ""
|
||||
"You have just finished installing <strong>%(project_title)s</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
"Hai appena completato l'installazione di %(project_title)s , congratulazioni!"
|
||||
"Hai appena completato l'installazione di %(project_title)s , "
|
||||
"congratulazioni!"
|
||||
|
||||
#: templates/autoadmin/credentials.html:17
|
||||
msgid "Login using the following credentials:"
|
||||
|
||||
BIN
mayan/apps/autoadmin/locale/lv/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/autoadmin/locale/lv/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
105
mayan/apps/autoadmin/locale/lv/LC_MESSAGES/django.po
Normal file
105
mayan/apps/autoadmin/locale/lv/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,105 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
# Translators:
|
||||
# Māris Teivāns <maris.teivans@gmail.com>, 2019
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Māris Teivāns <maris.teivans@gmail.com>, 2019\n"
|
||||
"Language-Team: Latvian (https://www.transifex.com/rosarior/teams/13584/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
msgid "Auto administrator"
|
||||
msgstr "Automātiskais administrators"
|
||||
|
||||
#: auth/allauth.py:54
|
||||
msgid ""
|
||||
"Welcome Admin! You have been given superuser privileges. Use them with "
|
||||
"caution."
|
||||
msgstr ""
|
||||
"Laipni lūdzam Admin! Jums ir piešķirtas superuser privilēģijas. Izmantojiet "
|
||||
"tās piesardzīgi."
|
||||
|
||||
#: models.py:15
|
||||
msgid "Account"
|
||||
msgstr "Konts"
|
||||
|
||||
#: models.py:18
|
||||
msgid "Password"
|
||||
msgstr "Parole"
|
||||
|
||||
#: models.py:21
|
||||
msgid "Password hash"
|
||||
msgstr "Paroles hash"
|
||||
|
||||
#: models.py:27
|
||||
msgid "Autoadmin properties"
|
||||
msgstr "Autoadmin iestatījumi"
|
||||
|
||||
#: settings.py:14
|
||||
msgid "Sets the email of the automatically created super user account."
|
||||
msgstr "Iestata automātiski izveidotā super lietotāja konta e-pastu."
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
"Automātiski izveidotā super lietotāja konta parole. Ja tā ir vienāds ar "
|
||||
"Neko, parole tiek ģenerēta automātiski."
|
||||
|
||||
#: settings.py:27
|
||||
msgid "The username of the automatically created super user account."
|
||||
msgstr "Automātiski izveidotā super lietotāja konta lietotājvārds."
|
||||
|
||||
#: templates/autoadmin/credentials.html:11
|
||||
msgid "First time login"
|
||||
msgstr "Pirmā pierakstīšanās reize"
|
||||
|
||||
#: templates/autoadmin/credentials.html:16
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have just finished installing <strong>%(project_title)s</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
"Jūs tikko esat pabeidzis instalēt <strong>%(project_title)s</strong> , "
|
||||
"apsveicu!"
|
||||
|
||||
#: templates/autoadmin/credentials.html:17
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Pierakstīties, izmantojot šādus akreditācijas datus:"
|
||||
|
||||
#: templates/autoadmin/credentials.html:18
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Lietotājvārds: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/autoadmin/credentials.html:19
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "E-pasts: <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/autoadmin/credentials.html:20
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Parole: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/autoadmin/credentials.html:21
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
"Noteikti nomainiet paroli, lai palielinātu drošību un atspējotu šo ziņojumu."
|
||||
@@ -2,11 +2,11 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# mic <winterfall24@gmail.com>, 2019
|
||||
# Wojciech Warczakowski <w.warczakowski@gmail.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,13 +16,11 @@ msgstr ""
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>, 2019\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/rosarior/teams/13584/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=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
|
||||
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
|
||||
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
msgid "Auto administrator"
|
||||
@@ -56,8 +54,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
@@ -74,7 +72,8 @@ msgid ""
|
||||
"You have just finished installing <strong>%(project_title)s</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
"Właśnie ukończyłeś instalację <strong>%(project_title)s</strong>. Gratulacje!"
|
||||
"Właśnie ukończyłeś instalację <strong>%(project_title)s</strong>. "
|
||||
"Gratulacje!"
|
||||
|
||||
#: templates/autoadmin/credentials.html:17
|
||||
msgid "Login using the following credentials:"
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -13,14 +13,12 @@ msgstr ""
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, "
|
||||
"2019\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/"
|
||||
"pt/)\n"
|
||||
"Language: pt\n"
|
||||
"Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2019\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
@@ -55,8 +53,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
@@ -98,5 +96,5 @@ msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
"Certifique-se de que altera a senha para aumentar a segurança e que desativa "
|
||||
"esta mensagem."
|
||||
"Certifique-se de que altera a senha para aumentar a segurança e que desativa"
|
||||
" esta mensagem."
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2019
|
||||
# Rogerio Falcone <rogerio@falconeit.com.br>, 2019
|
||||
# Aline Freitas <aline@alinefreitas.com.br>, 2019
|
||||
# José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,14 +16,12 @@ msgstr ""
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, "
|
||||
"2019\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/"
|
||||
"teams/13584/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
"Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2019\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/teams/13584/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
@@ -58,8 +56,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Badea Gabriel <gcbadea@gmail.com>, 2019
|
||||
# Stefaniu Criste <gupi@hangar.ro>, 2019
|
||||
# Harald Ersch, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,14 +16,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: Harald Ersch, 2019\n"
|
||||
"Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/"
|
||||
"teams/13584/ro_RO/)\n"
|
||||
"Language: ro_RO\n"
|
||||
"Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/teams/13584/ro_RO/)\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%100>19)||((n%100==0)&&(n!=0)))?"
|
||||
"2:1));\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
msgid "Auto administrator"
|
||||
@@ -59,8 +57,8 @@ msgstr "Setează e-mailul contului de superutilizator creat automat."
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
"Parola contului de superutilizator creat automat. Dacă este egală cu None, "
|
||||
"parola este generată aleator."
|
||||
@@ -106,5 +104,5 @@ msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
"Asigurați-vă că pentru a schimba parola pentru a spori securitatea și pentru "
|
||||
"a dezactiva acest mesaj."
|
||||
"Asigurați-vă că pentru a schimba parola pentru a spori securitatea și pentru"
|
||||
" a dezactiva acest mesaj."
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Sergey Glita <gsv70@mail.ru>, 2019
|
||||
# lilo.panic, 2019
|
||||
# mizhgan <i@mizhgan.ru>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -17,13 +17,11 @@ msgstr ""
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: mizhgan <i@mizhgan.ru>, 2019\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
msgid "Auto administrator"
|
||||
@@ -57,8 +55,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# yulin Gong <540538248@qq.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -15,10 +15,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
|
||||
"Last-Translator: yulin Gong <540538248@qq.com>, 2019\n"
|
||||
"Language-Team: Chinese (https://www.transifex.com/rosarior/teams/13584/zh/)\n"
|
||||
"Language: zh\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:16 settings.py:9
|
||||
@@ -53,8 +53,8 @@ msgstr ""
|
||||
|
||||
#: settings.py:20
|
||||
msgid ""
|
||||
"The password of the automatically created super user account. If it is equal "
|
||||
"to None, the password is randomly generated."
|
||||
"The password of the automatically created super user account. If it is equal"
|
||||
" to None, the password is randomly generated."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:27
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# Mohammed ALDOUB <voulnet@gmail.com>, 2017
|
||||
# Yaman Sanobar <yman.snober@gmail.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -17,42 +17,17 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Yaman Sanobar <yman.snober@gmail.com>, 2019\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/rosarior/teams/13584/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
#: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:159
|
||||
msgid "Cabinets"
|
||||
msgstr "الخزائن"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "خزانة"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "خزانة"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Add to cabinets"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "اضافة الى الخزائن"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "ازالة من الخزائن"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "ازالة من الخزائن"
|
||||
@@ -85,16 +60,6 @@ msgstr "الكل"
|
||||
msgid "Details"
|
||||
msgstr "التفاصيل"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinet"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "انشاء خزانة "
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "العنوان"
|
||||
@@ -161,7 +126,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -245,18 +211,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr "إضافة"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "اضافة الى الخزائن"
|
||||
msgstr[1] "اضافة الى الخزائن"
|
||||
msgstr[2] "اضافة الى الخزائن"
|
||||
msgstr[3] "اضافة الى الخزائن"
|
||||
msgstr[4] "اضافة الى الخزائن"
|
||||
msgstr[5] "اضافة الى الخزائن"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -290,24 +244,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "إزالة"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "ازالة من الخزائن"
|
||||
msgstr[1] "ازالة من الخزائن"
|
||||
msgstr[2] "ازالة من الخزائن"
|
||||
msgstr[3] "ازالة من الخزائن"
|
||||
msgstr[4] "ازالة من الخزائن"
|
||||
msgstr[5] "ازالة من الخزائن"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "ازالة من الخزائن"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr ""
|
||||
@@ -321,13 +257,3 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinet"
|
||||
msgid "Select cabinets"
|
||||
msgstr "انشاء خزانة "
|
||||
|
||||
#: wizard_steps.py:32
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr ""
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# Pavlin Koldamov <pkoldamov@gmail.com>, 2017
|
||||
# Iliya Georgiev <inactive+iliicho7@transifex.com>, 2017
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,12 +16,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Iliya Georgiev <inactive+iliicho7@transifex.com>, 2017\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/"
|
||||
"bg/)\n"
|
||||
"Language: bg\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -29,22 +28,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:11
|
||||
msgid "Cabinet created"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:14
|
||||
msgid "Cabinet edited"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:17
|
||||
msgid "Document added to cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:20
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr ""
|
||||
@@ -77,14 +60,6 @@ msgstr ""
|
||||
msgid "Details"
|
||||
msgstr "Детайли"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
msgid "get_cabinets()"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
@@ -151,7 +126,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -235,13 +211,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr "Добави"
|
||||
|
||||
#: views.py:231
|
||||
#, python-format
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -275,18 +244,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "Премахнете"
|
||||
|
||||
#: views.py:321
|
||||
#, python-format
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: views.py:334
|
||||
#, python-format
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr ""
|
||||
@@ -300,11 +257,3 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:18
|
||||
msgid "Select cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:32
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr ""
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# www.ping.ba <jomer@ping.ba>, 2017
|
||||
# Atdhe Tabaku <Atdhe617@gmail.com>, 2018
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,44 +16,18 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>, 2018\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/"
|
||||
"rosarior/teams/13584/bs_BA/)\n"
|
||||
"Language: bs_BA\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/rosarior/teams/13584/bs_BA/)\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"
|
||||
"Language: bs_BA\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"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
#: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:159
|
||||
msgid "Cabinets"
|
||||
msgstr "Ormarić"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Ormarić"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Ormarić"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Kabinet za dokumente"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Izbrišite iz ormarića"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Izbrišite iz ormarića"
|
||||
@@ -86,18 +60,6 @@ msgstr "Sve"
|
||||
msgid "Details"
|
||||
msgstr "Detalji"
|
||||
|
||||
#: methods.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets containing document: %s"
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr "Ormari koji sadrže dokument:%s"
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Stvori kabinete"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Labela"
|
||||
@@ -164,15 +126,16 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr "Ime ovog nivoa kabineta dodato imenima svojih pretka."
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
"URL krajnje tačke API koja prikazuje dokumente liste unutar ovog kabineta."
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
msgid "Comma separated list of document primary keys to add to this cabinet."
|
||||
msgstr ""
|
||||
"Spisak primarnih ključeva dokumenata koji su odvojeni zarezom za dodavanje u "
|
||||
"ovaj kabinet."
|
||||
"Spisak primarnih ključeva dokumenata koji su odvojeni zarezom za dodavanje u"
|
||||
" ovaj kabinet."
|
||||
|
||||
#: serializers.py:158
|
||||
msgid ""
|
||||
@@ -253,15 +216,6 @@ msgstr "Dodajte zahtevu u kabinu na %(count)d dokumentima"
|
||||
msgid "Add"
|
||||
msgstr "Dodati"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Dodajte dokumente u ormare"
|
||||
msgstr[1] "Dodajte dokumente u ormare"
|
||||
msgstr[2] "Dodajte dokumente u ormare"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -295,21 +249,6 @@ msgstr "Uklonite sa zahteva u kabini izvršenom na %(count)d dokumenata"
|
||||
msgid "Remove"
|
||||
msgstr "Ukloniti"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Ukloni dokumente is kabineta"
|
||||
msgstr[1] "Ukloni dokumente is kabineta"
|
||||
msgstr[2] "Ukloni dokumente is kabineta"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Ukloni dokumente is kabineta"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Ormari iz kojih će izabrani dokumenti biti uklonjeni."
|
||||
@@ -323,15 +262,3 @@ msgstr "Dokument:%(document)s ne nalazi se u kabinetu:%(cabinet)s."
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "Dokument:%(document)s je izbrisan sa kabineta:%(cabinet)s."
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Izbriši kabinete"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets to which the selected documents will be added."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "Ormari na koje će se dodati odabrani dokumenti."
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Jiri Fait <fait@orkasolutions.cz>, 2019
|
||||
# Sebastian Fait <seba.fait@gmail.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,42 +16,17 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Sebastian Fait <seba.fait@gmail.com>, 2019\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/rosarior/teams/13584/cs/)\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
|
||||
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
#: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:159
|
||||
msgid "Cabinets"
|
||||
msgstr "Kabinety"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Kabinet"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Kabinet"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Kabinet dokumentu"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Odstranit z kabinetů"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Odstranit z kabinetů"
|
||||
@@ -84,16 +59,6 @@ msgstr "Vše"
|
||||
msgid "Details"
|
||||
msgstr "Detail"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Vytvořit kabinet"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Označení"
|
||||
@@ -160,7 +125,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -244,16 +210,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr "Přidat"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Přidat dokument do kabinetu"
|
||||
msgstr[1] "Přidat dokument do kabinetu"
|
||||
msgstr[2] "Přidat dokument do kabinetu"
|
||||
msgstr[3] "Přidat dokument do kabinetu"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -287,22 +243,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "Odstranit"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Odstranit dokument z kabinetů"
|
||||
msgstr[1] "Odstranit dokument z kabinetů"
|
||||
msgstr[2] "Odstranit dokument z kabinetů"
|
||||
msgstr[3] "Odstranit dokument z kabinetů"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Odstranit dokument z kabinetů"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Kabinety ze kterých budou vybrané dokumenty odstraněny"
|
||||
@@ -316,15 +256,3 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Odstranit kabinet"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets from which the selected documents will be removed."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "Kabinety ze kterých budou vybrané dokumenty odstraněny"
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Rasmus Kierudsen <tebrasso@gmail.com>, 2018
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -14,12 +14,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>, 2018\n"
|
||||
"Language-Team: Danish (Denmark) (https://www.transifex.com/rosarior/"
|
||||
"teams/13584/da_DK/)\n"
|
||||
"Language: da_DK\n"
|
||||
"Language-Team: Danish (Denmark) (https://www.transifex.com/rosarior/teams/13584/da_DK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: da_DK\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -27,30 +26,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr "Samlesager"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Samlesag"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Samlesag"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Documents can be added to many cabinets."
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Dokumenter kan tilføjes flere samlesager"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Fjern fra samlesag"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Fjern fra samlesag"
|
||||
@@ -83,16 +58,6 @@ msgstr "Alle"
|
||||
msgid "Details"
|
||||
msgstr "Detaljer"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Opret samlesager"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Etiket"
|
||||
@@ -159,7 +124,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -243,14 +209,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr "Tilføj"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Tilføj dokumenter til samlesag"
|
||||
msgstr[1] "Tilføj dokumenter til samlesag"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -284,20 +242,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "Fjern"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Fjern dokumenter fra samlesager"
|
||||
msgstr[1] "Fjern dokumenter fra samlesager"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Fjern dokumenter fra samlesager"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Samlesager hvorfra dokumentet bliver fjernet"
|
||||
@@ -311,15 +255,3 @@ msgstr "Dokumentet: %(document)s er ikke i samlesagen: %(cabinet)s."
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "Dokumentet: %(document)s er fjernet fra samlesagen: %(cabinet)s"
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Slet samlesager"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets from which the selected documents will be removed."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "Samlesager hvorfra dokumentet bliver fjernet"
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# Jesaja Everling <jeverling@gmail.com>, 2017
|
||||
# Bjoern Kowarsch <bjoern.kowarsch@gmail.com>, 2018
|
||||
# Mathias Behrle <mathiasb@m9s.biz>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -17,12 +17,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>, 2019\n"
|
||||
"Language-Team: German (Germany) (https://www.transifex.com/rosarior/"
|
||||
"teams/13584/de_DE/)\n"
|
||||
"Language: de_DE\n"
|
||||
"Language-Team: German (Germany) (https://www.transifex.com/rosarior/teams/13584/de_DE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de_DE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -30,30 +29,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr "Aktenschränke"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Aktenschrank"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Aktenschrank"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Dokumenten-Aktenschrank"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Aus Aktenschrank entfernen"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Aus Aktenschrank entfernen"
|
||||
@@ -86,18 +61,6 @@ msgstr "Alle"
|
||||
msgid "Details"
|
||||
msgstr "Details"
|
||||
|
||||
#: methods.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets containing document: %s"
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr "Aktenschränke mit Dokument %s"
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Aktenschränke anlegen"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Bezeichner"
|
||||
@@ -166,7 +129,8 @@ msgstr ""
|
||||
"Elemente."
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
"Die URL dieses API-Endpunkts zeigt eine Liste der Dokumente in diesem "
|
||||
"Aktenschrank."
|
||||
@@ -183,8 +147,8 @@ msgid ""
|
||||
"URL is different than the canonical document URL."
|
||||
msgstr ""
|
||||
"Die auf ein Dokument zeigende API-URL im Verhältnis zum dem Aktenschrank, "
|
||||
"der das Dokument speichert. Diese URL unterscheidet sich von der kanonischen "
|
||||
"URL des Dokuments."
|
||||
"der das Dokument speichert. Diese URL unterscheidet sich von der kanonischen"
|
||||
" URL des Dokuments."
|
||||
|
||||
#: templates/cabinets/cabinet_details.html:17
|
||||
msgid "Navigation:"
|
||||
@@ -263,14 +227,6 @@ msgstr "%(count)d Dokumente zu Aktenschrank hinzugefügt"
|
||||
msgid "Add"
|
||||
msgstr "Hinzufügen"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Dokumente zu Aktenschrank hinzufügen"
|
||||
msgstr[1] "Dokumente zu Aktenschrank hinzufügen"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -307,20 +263,6 @@ msgstr "%(count)d Dokumente aus Aktenschrank entfernt"
|
||||
msgid "Remove"
|
||||
msgstr "Entfernen"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Dokumente aus Aktenschrank entfernen"
|
||||
msgstr[1] "Dokumente aus Aktenschrank entfernen"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Dokumente aus Aktenschrank entfernen"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Aktenschränke aus denen die ausgewählten Dokumente entfernt werden."
|
||||
@@ -334,15 +276,3 @@ msgstr "Dokument %(document)s ist nicht im Aktenschrank %(cabinet)s."
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "Dokument %(document)s entfernt aus Aktenschrank %(cabinet)s."
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Aktenschränke löschen"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets to which the selected documents will be added."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "Aktenschränke zu denen die ausgewählten Dokumente hinzugefügt werden."
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Hmayag Antonian <hmayag@freemail.gr>, 2018
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -15,10 +15,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Hmayag Antonian <hmayag@freemail.gr>, 2018\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/rosarior/teams/13584/el/)\n"
|
||||
"Language: el\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -26,30 +26,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr "Ερμάρια"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Ερμάριο"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Ερμάριο"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Ερμάριο εγγράφων"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Αφαίρεση από ερμάρια"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Αφαίρεση από ερμάρια"
|
||||
@@ -82,18 +58,6 @@ msgstr "Όλα"
|
||||
msgid "Details"
|
||||
msgstr "Λεπτομέρειες"
|
||||
|
||||
#: methods.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets containing document: %s"
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr "Ερμάρια που περιέχουν έγγραφο: %s"
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Δημιουργία ερμαρίων"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Ετικέτα"
|
||||
@@ -160,7 +124,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -244,14 +209,6 @@ msgstr "Προσθήκη σε ερμάριο πραγματοποιήθηκε σ
|
||||
msgid "Add"
|
||||
msgstr "Προσθήκη"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Προσθήκη εγγράφων στα ερμάρια"
|
||||
msgstr[1] "Προσθήκη εγγράφων στα ερμάρια"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -285,20 +242,6 @@ msgstr "Αφαίρεση από ερμάριο πραγματοποιήθηκε
|
||||
msgid "Remove"
|
||||
msgstr "Αφαίρεση"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Αφαίρεση εγγράφων από ερμάρια"
|
||||
msgstr[1] "Αφαίρεση εγγράφων από ερμάρια"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Αφαίρεση εγγράφων από ερμάρια"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Ερμάρια από τα οποία τα επιλεγμένα έγγραφα θα αφαιρεθούν."
|
||||
@@ -312,15 +255,3 @@ msgstr "Έγγραφο: %(document)s δεν περιέχεται στο ερμά
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "Έγγραφο: %(document)s αφαιρέθηκε από το ερμάριο: %(cabinet)s."
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Διαγραφή ερμαρίων"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets to which the selected documents will be added."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "Ερμάρια στα οποία τα επιλεγμένα έγγραφα θα προστεθούν."
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"POT-Creation-Date: 2019-06-09 14:12-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2018
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -15,10 +15,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario, 2018\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -26,30 +26,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr "Archivadores"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Archivador"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Archivador"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Archivador de documento"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Remover de archivador"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Remover de archivador"
|
||||
@@ -82,18 +58,6 @@ msgstr "Todos"
|
||||
msgid "Details"
|
||||
msgstr "Detalles"
|
||||
|
||||
#: methods.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets containing document: %s"
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr "Archivadores que contienen el documento: %s"
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Crear archivadores"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Etiqueta"
|
||||
@@ -162,7 +126,8 @@ msgstr ""
|
||||
"contienen. "
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
"URL del servicio de la API que muetra los documentos contenidos en este "
|
||||
"archivador. "
|
||||
@@ -258,14 +223,6 @@ msgstr "Solicitud de añadir a gabinete realizada en %(count)d documentos"
|
||||
msgid "Add"
|
||||
msgstr "Agregar"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Agregar documentos a archivadores"
|
||||
msgstr[1] "Agregar documentos a archivadores"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -300,20 +257,6 @@ msgstr "Solicitud de retirar del gabinete realizada en el documento %(count)d"
|
||||
msgid "Remove"
|
||||
msgstr "Eliminar"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Remover documentos de archivadores"
|
||||
msgstr[1] "Remover documentos de archivadores"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Remover documentos de archivadores"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Gabinetes de los que se eliminarán los documentos seleccionados."
|
||||
@@ -327,15 +270,3 @@ msgstr "Documento: %(document)s no está en el gabinete: %(cabinet)s."
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "Documento: %(document)s retirado del gabinete: %(cabinet)s."
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Borrar archivadores"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets to which the selected documents will be added."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "Archivador a los cuales el documento seleccionado va a ser agregado."
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# Mehdi Amani <MehdiAmani@toorintan.com>, 2017
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,10 +16,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>, 2017\n"
|
||||
"Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -27,30 +27,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr "کابینت"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "کابینه"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "کابینه"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "کابینه سند"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "حذف از کابینت"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "حذف از کابینت"
|
||||
@@ -83,18 +59,6 @@ msgstr "همه"
|
||||
msgid "Details"
|
||||
msgstr "جزئیات"
|
||||
|
||||
#: methods.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets containing document: %s"
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr "کابینت حاوی اسناد: %s"
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "ایجاد کابینت"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "برچسب"
|
||||
@@ -161,7 +125,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr "نام این سطح کابینه به نام اجداد آن اضافه شده است."
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr "URL نقطه پایان API نشان دادن اسناد لیست در داخل این کابینه."
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -248,14 +213,6 @@ msgstr "اضافه کردن به درخواست کابینه در اسناد %(c
|
||||
msgid "Add"
|
||||
msgstr "افزودن"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "اسناد را به کابینت اضافه کنید"
|
||||
msgstr[1] "اسناد را به کابینت اضافه کنید"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -289,20 +246,6 @@ msgstr "از درخواست کابینت بر روی اسناد %(count)d انج
|
||||
msgid "Remove"
|
||||
msgstr "حذف"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "اسناد را از کابینت حذف کنید"
|
||||
msgstr[1] "اسناد را از کابینت حذف کنید"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "اسناد را از کابینت حذف کنید"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "کابینت هایی که اسناد انتخاب شده حذف خواهند شد."
|
||||
@@ -316,15 +259,3 @@ msgstr "سند: %(document)s در کابینه نیست: %(cabinet)s."
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "سند: %(document)s حذف شده از کابینه: %(cabinet)s."
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "حذف کابینت"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets to which the selected documents will be added."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "کابینت هایی که اسناد انتخاب شده اضافه خواهند شد."
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# Thierry Schott <DarkDare@users.noreply.github.com>, 2017
|
||||
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2017
|
||||
# Yves Dubois <ydubois@gmail.com>, 2018
|
||||
# Frédéric Sheedy <sheedf@gmail.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -19,10 +19,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Frédéric Sheedy <sheedf@gmail.com>, 2019\n"
|
||||
"Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -30,30 +30,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr "Classeurs"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Classeur"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Classeur"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Classeur de document"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Retirer des classeurs"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Retirer des classeurs"
|
||||
@@ -86,18 +62,6 @@ msgstr "Tout"
|
||||
msgid "Details"
|
||||
msgstr "Détails"
|
||||
|
||||
#: methods.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets containing document: %s"
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr "Classeurs contenant le document : %s"
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Créer des classeurs"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Libellé"
|
||||
@@ -164,7 +128,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr "Le nom de ce niveau de classeur a été ajouté au nom de ses ancêtres."
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
"URL du point de terminaison de l'API listant les documents contenus dans ce "
|
||||
"classeur."
|
||||
@@ -222,8 +187,8 @@ msgid ""
|
||||
"Cabinets are a multi-level method to organize documents. Each cabinet can "
|
||||
"contain documents as well as other sub level cabinets."
|
||||
msgstr ""
|
||||
"L'utilisation des classeurs est une méthode multi-niveaux pour organiser vos "
|
||||
"documents. Chaque classeur peut contenir autant des documents que d'autres "
|
||||
"L'utilisation des classeurs est une méthode multi-niveaux pour organiser vos"
|
||||
" documents. Chaque classeur peut contenir autant des documents que d'autres "
|
||||
"sous-niveaux de classeurs."
|
||||
|
||||
#: views.py:169
|
||||
@@ -257,14 +222,6 @@ msgstr "Demande d'ajout au classeur effectuée sur %(count)d documents"
|
||||
msgid "Add"
|
||||
msgstr "Ajouter"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Ajouter des documents au classeur"
|
||||
msgstr[1] "Ajouter des documents au classeur"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -300,20 +257,6 @@ msgstr "Demande de retrait du classeur effectuée sur %(count)d documents"
|
||||
msgid "Remove"
|
||||
msgstr "Retirer"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Supprimer des documents des classeurs"
|
||||
msgstr[1] "Supprimer des documents des classeurs"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Supprimer des documents des classeurs"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Classeurs desquels les documents sélectionnés seront retirés."
|
||||
@@ -327,15 +270,3 @@ msgstr "Le document : %(document)s n'est pas dans le classeur : %(cabinet)s."
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "Le document : %(document)s a été retiré du classeur : %(cabinet)s."
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Supprimer des classeurs"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets to which the selected documents will be added."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "Classeurs auxquels les documents sélectionnés seront ajoutés."
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Dezső József <dejo60@gmail.com>, 2017
|
||||
# molnars <szabolcs.molnar@gmail.com>, 2017
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -15,12 +15,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: molnars <szabolcs.molnar@gmail.com>, 2017\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/"
|
||||
"hu/)\n"
|
||||
"Language: hu\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -28,30 +27,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr "Fiók"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Fiók"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Fiók"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Add to cabinets"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Fiókhoz adás"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Fiókból törlés"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Fiókból törlés"
|
||||
@@ -84,16 +59,6 @@ msgstr "Mind"
|
||||
msgid "Details"
|
||||
msgstr "Részletek"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Fiók"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Cimke"
|
||||
@@ -160,7 +125,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -244,14 +210,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Fiókhoz adás"
|
||||
msgstr[1] "Fiókhoz adás"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -285,20 +243,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "Levétel"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Fiókból törlés"
|
||||
msgstr[1] "Fiókból törlés"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Fiókból törlés"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr ""
|
||||
@@ -312,13 +256,3 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Add to cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Fiókhoz adás"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr ""
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Dzikri Hakim <dzikers@gmail.com>, 2017
|
||||
# Sehat <sehat75@yahoo.com>, 2017
|
||||
# Adek Lanin, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,12 +16,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Adek Lanin, 2019\n"
|
||||
"Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/"
|
||||
"id/)\n"
|
||||
"Language: id\n"
|
||||
"Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -29,22 +28,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:11
|
||||
msgid "Cabinet created"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:14
|
||||
msgid "Cabinet edited"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:17
|
||||
msgid "Document added to cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:20
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr ""
|
||||
@@ -77,14 +60,6 @@ msgstr ""
|
||||
msgid "Details"
|
||||
msgstr "Detail"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
msgid "get_cabinets()"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Label"
|
||||
@@ -151,7 +126,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -235,12 +211,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr "tambah"
|
||||
|
||||
#: views.py:231
|
||||
#, python-format
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] ""
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -274,17 +244,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "hapus"
|
||||
|
||||
#: views.py:321
|
||||
#, python-format
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] ""
|
||||
|
||||
#: views.py:334
|
||||
#, python-format
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr ""
|
||||
@@ -298,11 +257,3 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:18
|
||||
msgid "Select cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:32
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr ""
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# Giovanni Tricarico <gtricarico92@gmail.com>, 2017
|
||||
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2017
|
||||
# Marco Camplese <marco.camplese.mc@gmail.com>, 2017
|
||||
# Andrea Evangelisti <Andrea.Evangelisti@gmail.com>, 2018
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -19,10 +19,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Andrea Evangelisti <Andrea.Evangelisti@gmail.com>, 2018\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -30,30 +30,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr "Contenitori"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Contenitore"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Contenitore"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Add to cabinets"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Aggiungi a contenitori"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Rimuovi da contenitori"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Rimuovi da contenitori"
|
||||
@@ -86,16 +62,6 @@ msgstr "Tutti"
|
||||
msgid "Details"
|
||||
msgstr "Dettagli"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinet"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Crea contenitore"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Etichetta"
|
||||
@@ -162,7 +128,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -246,14 +213,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr "Aggiungi"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Aggiungi a contenitori"
|
||||
msgstr[1] "Aggiungi a contenitori"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -287,20 +246,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "Rimuovi"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Rimuovi da contenitori"
|
||||
msgstr[1] "Rimuovi da contenitori"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Rimuovi da contenitori"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr ""
|
||||
@@ -314,13 +259,3 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinet"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Crea contenitore"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr ""
|
||||
|
||||
BIN
mayan/apps/cabinets/locale/lv/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/cabinets/locale/lv/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
265
mayan/apps/cabinets/locale/lv/LC_MESSAGES/django.po
Normal file
265
mayan/apps/cabinets/locale/lv/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,265 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
# Translators:
|
||||
# Māris Teivāns <maris.teivans@gmail.com>, 2019
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Māris Teivāns <maris.teivans@gmail.com>, 2019\n"
|
||||
"Language-Team: Latvian (https://www.transifex.com/rosarior/teams/13584/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
#: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:159
|
||||
msgid "Cabinets"
|
||||
msgstr "Kabineti"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Noņemiet no kabinetiem"
|
||||
|
||||
#: links.py:35 links.py:40
|
||||
msgid "Add to cabinets"
|
||||
msgstr "Pievienot kabinetiem"
|
||||
|
||||
#: links.py:63
|
||||
msgid "Add new level"
|
||||
msgstr "Pievienot jaunu līmeni"
|
||||
|
||||
#: links.py:69 views.py:45
|
||||
msgid "Create cabinet"
|
||||
msgstr "Izveidot kabinetu"
|
||||
|
||||
#: links.py:75
|
||||
msgid "Delete"
|
||||
msgstr "Dzēst"
|
||||
|
||||
#: links.py:80
|
||||
msgid "Edit"
|
||||
msgstr "Rediģēt"
|
||||
|
||||
#: links.py:88
|
||||
msgid "All"
|
||||
msgstr "Visi"
|
||||
|
||||
#: links.py:92
|
||||
msgid "Details"
|
||||
msgstr "Detaļas"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Etiķete"
|
||||
|
||||
#: models.py:38
|
||||
msgid "Documents"
|
||||
msgstr "Dokumenti"
|
||||
|
||||
#: models.py:46 models.py:135 serializers.py:138
|
||||
msgid "Cabinet"
|
||||
msgstr "Kabinets"
|
||||
|
||||
#: models.py:136 serializers.py:139
|
||||
msgid "Parent and Label"
|
||||
msgstr "Mātes elements un etiķete"
|
||||
|
||||
#: models.py:143 serializers.py:145
|
||||
#, python-format
|
||||
msgid "%(model_name)s with this %(field_labels)s already exists."
|
||||
msgstr "%(model_name)s ar šo %(field_labels)s jau eksistē."
|
||||
|
||||
#: models.py:160
|
||||
msgid "Document cabinet"
|
||||
msgstr "Dokumentu kabinets"
|
||||
|
||||
#: models.py:161
|
||||
msgid "Document cabinets"
|
||||
msgstr "Dokumentu kabineti"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Add documents to cabinets"
|
||||
msgstr "Pievienot dokumentus kabinetiem"
|
||||
|
||||
#: permissions.py:15
|
||||
msgid "Create cabinets"
|
||||
msgstr "Izveidot kabinetus"
|
||||
|
||||
#: permissions.py:18
|
||||
msgid "Delete cabinets"
|
||||
msgstr "Dzēst kabinetus"
|
||||
|
||||
#: permissions.py:21
|
||||
msgid "Edit cabinets"
|
||||
msgstr "Rediģēt kabinetus"
|
||||
|
||||
#: permissions.py:24
|
||||
msgid "Remove documents from cabinets"
|
||||
msgstr "Noņemt dokumentus no kabinetiem"
|
||||
|
||||
#: permissions.py:27
|
||||
msgid "View cabinets"
|
||||
msgstr "Skatīt kabinetus"
|
||||
|
||||
#: serializers.py:19
|
||||
msgid "List of children cabinets."
|
||||
msgstr "Bērnu kabinetu saraksts."
|
||||
|
||||
#: serializers.py:22
|
||||
msgid "Number of documents on this cabinet level."
|
||||
msgstr "Dokumentu skaits šajā kabineta līmenī."
|
||||
|
||||
#: serializers.py:26
|
||||
msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr "Šī kabineta līmeņa nosaukums pievienots to senču vārdiem."
|
||||
|
||||
#: serializers.py:32
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr "API gala punkta URL, kurā redzami saraksta dokumenti šajā kabinetā."
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
msgid "Comma separated list of document primary keys to add to this cabinet."
|
||||
msgstr ""
|
||||
"Ar komatu atdalīts dokumenta primāro atslēgu saraksts, ko pievienot šim "
|
||||
"kabinetam."
|
||||
|
||||
#: serializers.py:158
|
||||
msgid ""
|
||||
"API URL pointing to a document in relation to the cabinet storing it. This "
|
||||
"URL is different than the canonical document URL."
|
||||
msgstr ""
|
||||
"API URL, kas norāda uz dokumentu saistībā ar kabinetu, kas to glabā. Šis URL"
|
||||
" atšķiras no kanoniskā dokumenta URL."
|
||||
|
||||
#: templates/cabinets/cabinet_details.html:17
|
||||
msgid "Navigation:"
|
||||
msgstr "Navigācija:"
|
||||
|
||||
#: views.py:60
|
||||
#, python-format
|
||||
msgid "Add new level to: %s"
|
||||
msgstr "Pievienot jaunu līmeni: %s"
|
||||
|
||||
#: views.py:83
|
||||
#, python-format
|
||||
msgid "Delete the cabinet: %s?"
|
||||
msgstr "Dzēst kabinetu: %s?"
|
||||
|
||||
#: views.py:118
|
||||
msgid ""
|
||||
"Cabinet levels can contain documents or other cabinet sub levels. To add "
|
||||
"documents to a cabinet, select the cabinet view of a document view."
|
||||
msgstr ""
|
||||
"Kabineta līmeņos var būt dokumenti vai citi kabineta apakšlīmeņi. Lai "
|
||||
"kabinetam pievienotu dokumentus, atlasiet dokumenta skatu kabineta skatam."
|
||||
|
||||
#: views.py:122
|
||||
msgid "This cabinet level is empty"
|
||||
msgstr "Šis kabineta līmenis ir tukšs"
|
||||
|
||||
#: views.py:125
|
||||
#, python-format
|
||||
msgid "Details of cabinet: %s"
|
||||
msgstr "Sīkāka informācija par kabinetu: %s"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Edit cabinet: %s"
|
||||
msgstr "Rediģēt kabinetu: %s"
|
||||
|
||||
#: views.py:165
|
||||
msgid ""
|
||||
"Cabinets are a multi-level method to organize documents. Each cabinet can "
|
||||
"contain documents as well as other sub level cabinets."
|
||||
msgstr ""
|
||||
"Kabineti ir daudzlīmeņu metode dokumentu organizēšanai. Katrs kabinets var "
|
||||
"saturēt dokumentus, kā arī citus apakšlīmeņu kabinetus."
|
||||
|
||||
#: views.py:169
|
||||
msgid "No cabinets available"
|
||||
msgstr "Neviens kabinets nav pieejams"
|
||||
|
||||
#: views.py:201
|
||||
msgid "Documents can be added to many cabinets."
|
||||
msgstr "Dokumentus var pievienot daudziem kabinetiem."
|
||||
|
||||
#: views.py:204
|
||||
msgid "This document is not in any cabinet"
|
||||
msgstr "Šis dokuments nav nevienā kabinetā"
|
||||
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Cabinets containing document: %s"
|
||||
msgstr "Kabineti, kas satur dokumentu: %s"
|
||||
|
||||
#: views.py:219
|
||||
#, python-format
|
||||
msgid "Add to cabinet request performed on %(count)d document"
|
||||
msgstr "Pieprasījums pievienot pie kabineta izpildīts %(count)d dokumentam"
|
||||
|
||||
#: views.py:222
|
||||
#, python-format
|
||||
msgid "Add to cabinet request performed on %(count)d documents"
|
||||
msgstr "Pieprasījums pievienot pie kabineta izpildīts %(count)d dokumentiem"
|
||||
|
||||
#: views.py:229
|
||||
msgid "Add"
|
||||
msgstr "Pievienot"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
msgstr "Pievienot dokumentu \"%s\" kabinetiem"
|
||||
|
||||
#: views.py:255
|
||||
msgid "Cabinets to which the selected documents will be added."
|
||||
msgstr "Kabienti, kuriem iezīmētie dokumenti tiks pievienoti."
|
||||
|
||||
#: views.py:284
|
||||
#, python-format
|
||||
msgid "Document: %(document)s is already in cabinet: %(cabinet)s."
|
||||
msgstr "Dokuments: %(document)s jau ir kabinetā: %(cabinet)s."
|
||||
|
||||
#: views.py:296
|
||||
#, python-format
|
||||
msgid "Document: %(document)s added to cabinet: %(cabinet)s successfully."
|
||||
msgstr "Dokuments: %(document)s pievienots kabinetam: %(cabinet)s veiksmīgi."
|
||||
|
||||
#: views.py:309
|
||||
#, python-format
|
||||
msgid "Remove from cabinet request performed on %(count)d document"
|
||||
msgstr "Pieprasījums noņemt no kabineta veikts %(count)d dokumentam"
|
||||
|
||||
#: views.py:312
|
||||
#, python-format
|
||||
msgid "Remove from cabinet request performed on %(count)d documents"
|
||||
msgstr "Pieprasījums noņemt no kabineta veikts %(count)d dokumentiem"
|
||||
|
||||
#: views.py:319
|
||||
msgid "Remove"
|
||||
msgstr "Noņemt"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Kabineti, no kuriem tiks izņemti atlasītie dokumenti."
|
||||
|
||||
#: views.py:373
|
||||
#, python-format
|
||||
msgid "Document: %(document)s is not in cabinet: %(cabinet)s."
|
||||
msgstr "Dokuments: %(document)s nav kabinetā: %(cabinet)s."
|
||||
|
||||
#: views.py:385
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "Dokuments: %(document)s ir noņemts no kabineta: %(cabinet)s."
|
||||
@@ -2,14 +2,14 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# Lucas Weel <ljj.weel@gmail.com>, 2017
|
||||
# Justin Albstbstmeijer <justin@albstmeijer.nl>, 2017
|
||||
# Johan Braeken, 2017
|
||||
# Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2017
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -18,12 +18,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2017\n"
|
||||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/"
|
||||
"teams/13584/nl_NL/)\n"
|
||||
"Language: nl_NL\n"
|
||||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/teams/13584/nl_NL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: nl_NL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -31,22 +30,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:11
|
||||
msgid "Cabinet created"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:14
|
||||
msgid "Cabinet edited"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:17
|
||||
msgid "Document added to cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:20
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr ""
|
||||
@@ -79,14 +62,6 @@ msgstr ""
|
||||
msgid "Details"
|
||||
msgstr "Gegevens"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
msgid "get_cabinets()"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Label"
|
||||
@@ -153,7 +128,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -237,13 +213,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr "Voeg toe"
|
||||
|
||||
#: views.py:231
|
||||
#, python-format
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -277,18 +246,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "Verwijder"
|
||||
|
||||
#: views.py:321
|
||||
#, python-format
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: views.py:334
|
||||
#, python-format
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr ""
|
||||
@@ -302,11 +259,3 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:18
|
||||
msgid "Select cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:32
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr ""
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# Wojciech Warczakowski <w.warczakowski@gmail.com>, 2017
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,43 +16,17 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>, 2017\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/rosarior/teams/13584/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=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
|
||||
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
|
||||
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
#: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:159
|
||||
msgid "Cabinets"
|
||||
msgstr "Szafki"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Szafka"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Szafka"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Szafka na dokumenty"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Usuń z szafek"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Usuń z szafek"
|
||||
@@ -85,18 +59,6 @@ msgstr "Wszystkie"
|
||||
msgid "Details"
|
||||
msgstr "Szczegóły"
|
||||
|
||||
#: methods.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets containing document: %s"
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr "Szafki zawierające dokument: %s"
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Utwórz szafki"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Etykieta"
|
||||
@@ -163,7 +125,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -249,16 +212,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Dodaj dokumenty do szafek"
|
||||
msgstr[1] "Dodaj dokumenty do szafek"
|
||||
msgstr[2] "Dodaj dokumenty do szafek"
|
||||
msgstr[3] "Dodaj dokumenty do szafek"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -292,22 +245,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "Usuń"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Usuń dokumenty z szafek"
|
||||
msgstr[1] "Usuń dokumenty z szafek"
|
||||
msgstr[2] "Usuń dokumenty z szafek"
|
||||
msgstr[3] "Usuń dokumenty z szafek"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Usuń dokumenty z szafek"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Szafki, z których wybrane dokumenty zostaną usunięte."
|
||||
@@ -321,15 +258,3 @@ msgstr "Dokument %(document)s nie znajduje się w szafce %(cabinet)s."
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "Dokument %(document)s usunięto z szafki %(cabinet)s."
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Usuń szafki"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets to which the selected documents will be added."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "Szafki, w których zostaną umieszczone wybrane dokumenty."
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# Emerson Soares <on.emersonsoares@gmail.com>, 2017
|
||||
# Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2017
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -15,14 +15,12 @@ msgstr ""
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, "
|
||||
"2017\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/"
|
||||
"pt/)\n"
|
||||
"Language: pt\n"
|
||||
"Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2017\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -30,22 +28,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:11
|
||||
msgid "Cabinet created"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:14
|
||||
msgid "Cabinet edited"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:17
|
||||
msgid "Document added to cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:20
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr ""
|
||||
@@ -78,14 +60,6 @@ msgstr ""
|
||||
msgid "Details"
|
||||
msgstr "Detalhes"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
msgid "get_cabinets()"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Nome"
|
||||
@@ -152,7 +126,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -236,13 +211,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr "Adicionar"
|
||||
|
||||
#: views.py:231
|
||||
#, python-format
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -276,18 +244,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "Remover"
|
||||
|
||||
#: views.py:321
|
||||
#, python-format
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: views.py:334
|
||||
#, python-format
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr ""
|
||||
@@ -301,11 +257,3 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:18
|
||||
msgid "Select cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:32
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr ""
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Aline Freitas <aline@alinefreitas.com.br>, 2017
|
||||
# Roberto Rosario, 2017
|
||||
# Jadson Ribeiro <jadsonbr@outlook.com.br>, 2017
|
||||
# José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2018
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -16,14 +16,12 @@ msgstr ""
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, "
|
||||
"2018\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/"
|
||||
"teams/13584/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
"Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2018\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/teams/13584/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -31,30 +29,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr "Pasta"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Pasta"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Pasta"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Pasta de documentos"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Remover da pasta"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Remover da pasta"
|
||||
@@ -87,18 +61,6 @@ msgstr "Todos"
|
||||
msgid "Details"
|
||||
msgstr "Detalhes"
|
||||
|
||||
#: methods.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets containing document: %s"
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr "Pasta com documento: %s"
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Criar pastas"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Etiqueta"
|
||||
@@ -165,7 +127,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr "O nome deste nível de pasta anexado aos nomes de seus antepassados."
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
"URL do ponto de extremidade da API mostrando os documentos da lista dentro "
|
||||
"desta pasta."
|
||||
@@ -181,8 +144,8 @@ msgid ""
|
||||
"API URL pointing to a document in relation to the cabinet storing it. This "
|
||||
"URL is different than the canonical document URL."
|
||||
msgstr ""
|
||||
"API URL que aponta para um documento em relação à pasta que o armazena. Este "
|
||||
"URL é diferente do URL do documento que está de acordo com as normas "
|
||||
"API URL que aponta para um documento em relação à pasta que o armazena. Este"
|
||||
" URL é diferente do URL do documento que está de acordo com as normas "
|
||||
"estabelecidas."
|
||||
|
||||
#: templates/cabinets/cabinet_details.html:17
|
||||
@@ -227,8 +190,9 @@ msgid ""
|
||||
"Cabinets are a multi-level method to organize documents. Each cabinet can "
|
||||
"contain documents as well as other sub level cabinets."
|
||||
msgstr ""
|
||||
"As pastas funcionam como um método multinível de organização dos documentos. "
|
||||
"Cada pasta pode conter tanto documentos como outras pastas de nível inferior."
|
||||
"As pastas funcionam como um método multinível de organização dos documentos."
|
||||
" Cada pasta pode conter tanto documentos como outras pastas de nível "
|
||||
"inferior."
|
||||
|
||||
#: views.py:169
|
||||
msgid "No cabinets available"
|
||||
@@ -261,14 +225,6 @@ msgstr "Adicionar a pasta o pedido executado em %(count)d documento"
|
||||
msgid "Add"
|
||||
msgstr "Adicionar"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Adicionar documentos as pastas"
|
||||
msgstr[1] "Adicionar documentos as pastas"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -302,20 +258,6 @@ msgstr "Remover da solicitação de pasta realizada em %(count)d documentos"
|
||||
msgid "Remove"
|
||||
msgstr "Remover"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Excluir documentos de pastas"
|
||||
msgstr[1] "Excluir documentos de pastas"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Excluir documentos de pastas"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Pastas das quais os documentos selecionados serão removidos."
|
||||
@@ -329,15 +271,3 @@ msgstr "Documento: %(document)s não está na pasta: %(cabinet)s"
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "Documento: %(document)s removido da pasta: %(cabinet)s."
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Excluir pastas"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets to which the selected documents will be added."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "Pastas aos quais os documentos selecionados serão adicionados."
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# Badea Gabriel <gcbadea@gmail.com>, 2017
|
||||
# Stefaniu Criste <gupi@hangar.ro>, 2017
|
||||
# Harald Ersch, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -17,44 +17,18 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Harald Ersch, 2019\n"
|
||||
"Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/"
|
||||
"teams/13584/ro_RO/)\n"
|
||||
"Language: ro_RO\n"
|
||||
"Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/teams/13584/ro_RO/)\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%100>19)||((n%100==0)&&(n!=0)))?"
|
||||
"2:1));\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
#: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:159
|
||||
msgid "Cabinets"
|
||||
msgstr "Fișete"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Fișet"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Fișet"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Fișet de documente"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Scoateți din fișete"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Scoateți din fișete"
|
||||
@@ -87,18 +61,6 @@ msgstr "Toate"
|
||||
msgid "Details"
|
||||
msgstr "Detalii"
|
||||
|
||||
#: methods.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets containing document: %s"
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr "Fișete care conțin documentul: %s"
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Creați fișete"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Etichetă"
|
||||
@@ -166,16 +128,17 @@ msgstr ""
|
||||
"Numele acestui nivel de fișet a fost anexat la numele precesorilor săi."
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
"Adresa URL a punctului de sfârșit API care afișează documentele din listă în "
|
||||
"interiorul acestui fișet."
|
||||
"Adresa URL a punctului de sfârșit API care afișează documentele din listă în"
|
||||
" interiorul acestui fișet."
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
msgid "Comma separated list of document primary keys to add to this cabinet."
|
||||
msgstr ""
|
||||
"Listă de chei primare separate prin virgulă de documente pentru a le adăuga "
|
||||
"în acest fișet."
|
||||
"Listă de chei primare separate prin virgulă de documente pentru a le adăuga"
|
||||
" în acest fișet."
|
||||
|
||||
#: serializers.py:158
|
||||
msgid ""
|
||||
@@ -259,21 +222,13 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Add to cabinet request performed on %(count)d documents"
|
||||
msgstr ""
|
||||
"Solicitarea de adăugare la fișet a fost efectuată pentru %(count)d documente "
|
||||
"Solicitarea de adăugare la fișet a fost efectuată pentru %(count)d documente"
|
||||
" "
|
||||
|
||||
#: views.py:229
|
||||
msgid "Add"
|
||||
msgstr "Adaugă"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Adăugați documente la fișete"
|
||||
msgstr[1] "Adăugați documente la fișete"
|
||||
msgstr[2] "Adăugați documente la fișete"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -307,21 +262,6 @@ msgstr "Cererea de eliminarea din fișet efectuată pe %(count)d documente"
|
||||
msgid "Remove"
|
||||
msgstr "Elimină"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Scoateți documente din fișete"
|
||||
msgstr[1] "Scoateți documente din fișete"
|
||||
msgstr[2] "Scoateți documente din fișete"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Scoateți documente din fișete"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Fișetele din care vor fi eliminate documentele selectate."
|
||||
@@ -335,15 +275,3 @@ msgstr "Documentul: %(document)s nu este în fișetul: %(cabinet)s."
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "Documentul: %(document)sa fost scos din fișetul: %(cabinet)s."
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Ștergeți fișete"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets to which the selected documents will be added."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "Fișetele la care vor fi adăugate documentele selectate."
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# D Muzzle <muzzlerator@gmail.com>, 2017
|
||||
# Sergey Glita <gsv70@mail.ru>, 2017
|
||||
# panasoft <cc072aa3@opayq.com>, 2017
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -18,35 +18,17 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: panasoft <cc072aa3@opayq.com>, 2017\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
#: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:159
|
||||
msgid "Cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:11
|
||||
msgid "Cabinet created"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:14
|
||||
msgid "Cabinet edited"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:17
|
||||
msgid "Document added to cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:20
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr ""
|
||||
@@ -79,14 +61,6 @@ msgstr ""
|
||||
msgid "Details"
|
||||
msgstr "Детали"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
msgid "get_cabinets()"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Ярлык"
|
||||
@@ -153,7 +127,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -237,15 +212,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr "Добавить"
|
||||
|
||||
#: views.py:231
|
||||
#, python-format
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -279,20 +245,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "Удалить"
|
||||
|
||||
#: views.py:321
|
||||
#, python-format
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
|
||||
#: views.py:334
|
||||
#, python-format
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr ""
|
||||
@@ -306,11 +258,3 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:18
|
||||
msgid "Select cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:32
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr ""
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# kontrabant <kontrabant@gmail.com>, 2017
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -14,36 +14,18 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: kontrabant <kontrabant@gmail.com>, 2017\n"
|
||||
"Language-Team: Slovenian (Slovenia) (https://www.transifex.com/rosarior/"
|
||||
"teams/13584/sl_SI/)\n"
|
||||
"Language: sl_SI\n"
|
||||
"Language-Team: Slovenian (Slovenia) (https://www.transifex.com/rosarior/teams/13584/sl_SI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
"Language: sl_SI\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
#: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:159
|
||||
msgid "Cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:11
|
||||
msgid "Cabinet created"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:14
|
||||
msgid "Cabinet edited"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:17
|
||||
msgid "Document added to cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:20
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr ""
|
||||
@@ -76,14 +58,6 @@ msgstr ""
|
||||
msgid "Details"
|
||||
msgstr "Podrobnosti"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
msgid "get_cabinets()"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Oznaka"
|
||||
@@ -150,7 +124,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -234,15 +209,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:231
|
||||
#, python-format
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -276,20 +242,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:321
|
||||
#, python-format
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
|
||||
#: views.py:334
|
||||
#, python-format
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr ""
|
||||
@@ -303,11 +255,3 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:18
|
||||
msgid "Select cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:32
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr ""
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# serhatcan77 <serhat_can@yahoo.com>, 2017
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -14,12 +14,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: serhatcan77 <serhat_can@yahoo.com>, 2017\n"
|
||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/rosarior/"
|
||||
"teams/13584/tr_TR/)\n"
|
||||
"Language: tr_TR\n"
|
||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/rosarior/teams/13584/tr_TR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: tr_TR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -27,30 +26,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr "Dolaplar"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "Dolap"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "Dolap"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "Belge dolabı"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "Dolaplardan Çıkar"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "Dolaplardan Çıkar"
|
||||
@@ -83,18 +58,6 @@ msgstr "Herşey"
|
||||
msgid "Details"
|
||||
msgstr "Ayrıntılar"
|
||||
|
||||
#: methods.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets containing document: %s"
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr "Belgeyi içeren dolaplar: %s"
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "Dolap oluştur"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "Etiket"
|
||||
@@ -161,7 +124,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr "Bu dolap seviyesinin adı atalarının adlarına eklendi."
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
"Bu kabin içindeki liste belgelerini gösteren API bitiş noktasının URL'si."
|
||||
|
||||
@@ -249,14 +213,6 @@ msgstr "%(count)d belgeleri üzerinde yapılan dolap talebine ekle"
|
||||
msgid "Add"
|
||||
msgstr "Ekle"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "Dolaplara belge ekle"
|
||||
msgstr[1] "Dolaplara belge ekle"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -290,20 +246,6 @@ msgstr "%(count)d belgeleri üzerinde gerçekleştirilen dolap isteğini kaldır
|
||||
msgid "Remove"
|
||||
msgstr "Çıkar"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "Dolaplardan belgeleri çıkar"
|
||||
msgstr[1] "Dolaplardan belgeleri çıkar"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "Dolaplardan belgeleri çıkar"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "Seçilen belgelerin çıkarılacağı dolaplar."
|
||||
@@ -317,15 +259,3 @@ msgstr "%(document)s belgesi dolapta değil: %(cabinet)s."
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr " %(document)s belgesi dolaptan kaldırıldı: %(cabinet)s."
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "Dolapları sil"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets to which the selected documents will be added."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "Seçilen dokümanlar dolaplara eklenecek."
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2017
|
||||
# Trung Phan Minh <navmobile@gmail.com>, 2017
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -15,12 +15,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Trung Phan Minh <navmobile@gmail.com>, 2017\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/rosarior/"
|
||||
"teams/13584/vi_VN/)\n"
|
||||
"Language: vi_VN\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/rosarior/teams/13584/vi_VN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: vi_VN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -28,22 +27,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:11
|
||||
msgid "Cabinet created"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:14
|
||||
msgid "Cabinet edited"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:17
|
||||
msgid "Document added to cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:20
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr ""
|
||||
@@ -76,14 +59,6 @@ msgstr ""
|
||||
msgid "Details"
|
||||
msgstr "Chi tiết"
|
||||
|
||||
#: methods.py:18
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr ""
|
||||
|
||||
#: methods.py:20
|
||||
msgid "get_cabinets()"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
@@ -150,7 +125,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr ""
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -234,12 +210,6 @@ msgstr ""
|
||||
msgid "Add"
|
||||
msgstr "Thêm"
|
||||
|
||||
#: views.py:231
|
||||
#, python-format
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] ""
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -273,17 +243,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr "Xóa"
|
||||
|
||||
#: views.py:321
|
||||
#, python-format
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] ""
|
||||
|
||||
#: views.py:334
|
||||
#, python-format
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr ""
|
||||
@@ -297,11 +256,3 @@ msgstr ""
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:18
|
||||
msgid "Select cabinets"
|
||||
msgstr ""
|
||||
|
||||
#: wizard_steps.py:32
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr ""
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# yulin Gong <540538248@qq.com>, 2019
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -15,10 +15,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: yulin Gong <540538248@qq.com>, 2019\n"
|
||||
"Language-Team: Chinese (https://www.transifex.com/rosarior/teams/13584/zh/)\n"
|
||||
"Language: zh\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16
|
||||
@@ -26,30 +26,6 @@ msgstr ""
|
||||
msgid "Cabinets"
|
||||
msgstr "文档柜"
|
||||
|
||||
#: events.py:11
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet created"
|
||||
msgstr "文档柜"
|
||||
|
||||
#: events.py:14
|
||||
#, fuzzy
|
||||
#| msgid "Cabinet"
|
||||
msgid "Cabinet edited"
|
||||
msgstr "文档柜"
|
||||
|
||||
#: events.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Document cabinet"
|
||||
msgid "Document added to cabinet"
|
||||
msgstr "文档柜"
|
||||
|
||||
#: events.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Remove from cabinets"
|
||||
msgid "Document removed from cabinet"
|
||||
msgstr "从文档柜中删除"
|
||||
|
||||
#: links.py:30 links.py:44
|
||||
msgid "Remove from cabinets"
|
||||
msgstr "从文档柜中删除"
|
||||
@@ -82,18 +58,6 @@ msgstr "所有"
|
||||
msgid "Details"
|
||||
msgstr "细节"
|
||||
|
||||
#: methods.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets containing document: %s"
|
||||
msgid "Return a list of cabinets containing the document"
|
||||
msgstr "文档柜包含文档:%s"
|
||||
|
||||
#: methods.py:20
|
||||
#, fuzzy
|
||||
#| msgid "Create cabinets"
|
||||
msgid "get_cabinets()"
|
||||
msgstr "创建文档柜"
|
||||
|
||||
#: models.py:35 search.py:16
|
||||
msgid "Label"
|
||||
msgstr "标签"
|
||||
@@ -160,7 +124,8 @@ msgid "The name of this cabinet level appended to the names of its ancestors."
|
||||
msgstr "此文档柜级别的名称附加到其祖级的名称。"
|
||||
|
||||
#: serializers.py:32
|
||||
msgid "URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgid ""
|
||||
"URL of the API endpoint showing the list documents inside this cabinet."
|
||||
msgstr "API端点的URL,显示此文档柜内的列表文档。"
|
||||
|
||||
#: serializers.py:68 serializers.py:179
|
||||
@@ -191,9 +156,7 @@ msgstr "删除文档柜:%s?"
|
||||
msgid ""
|
||||
"Cabinet levels can contain documents or other cabinet sub levels. To add "
|
||||
"documents to a cabinet, select the cabinet view of a document view."
|
||||
msgstr ""
|
||||
"文档柜级别可以包含文档或其他文档柜子级别。要将文档添加到文档柜,请选择文档视"
|
||||
"图的文档视图。"
|
||||
msgstr "文档柜级别可以包含文档或其他文档柜子级别。要将文档添加到文档柜,请选择文档视图的文档视图。"
|
||||
|
||||
#: views.py:122
|
||||
msgid "This cabinet level is empty"
|
||||
@@ -213,8 +176,7 @@ msgstr "编辑文档柜:%s"
|
||||
msgid ""
|
||||
"Cabinets are a multi-level method to organize documents. Each cabinet can "
|
||||
"contain documents as well as other sub level cabinets."
|
||||
msgstr ""
|
||||
"文档柜是组织文档的多级方法。每个文档柜都可以包含文档以及其他子级文档柜。"
|
||||
msgstr "文档柜是组织文档的多级方法。每个文档柜都可以包含文档以及其他子级文档柜。"
|
||||
|
||||
#: views.py:169
|
||||
msgid "No cabinets available"
|
||||
@@ -247,13 +209,6 @@ msgstr "在%(count)d文档上执行的添加到文档柜请求"
|
||||
msgid "Add"
|
||||
msgstr "添加"
|
||||
|
||||
#: views.py:231
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Add documents to cabinets"
|
||||
msgid "Add %(count)d document to cabinets"
|
||||
msgid_plural "Add %(count)d documents to cabinets"
|
||||
msgstr[0] "将文档添加至文档柜"
|
||||
|
||||
#: views.py:244
|
||||
#, python-format
|
||||
msgid "Add document \"%s\" to cabinets"
|
||||
@@ -287,19 +242,6 @@ msgstr "在%(count)d文档上执行的从文档柜中删除请求"
|
||||
msgid "Remove"
|
||||
msgstr "移除"
|
||||
|
||||
#: views.py:321
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove %(count)d document from cabinets"
|
||||
msgid_plural "Remove %(count)d documents from cabinets"
|
||||
msgstr[0] "将文档从文档柜中删除"
|
||||
|
||||
#: views.py:334
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Remove documents from cabinets"
|
||||
msgid "Remove document \"%s\" from cabinets"
|
||||
msgstr "将文档从文档柜中删除"
|
||||
|
||||
#: views.py:345
|
||||
msgid "Cabinets from which the selected documents will be removed."
|
||||
msgstr "将从中删除所选文档的文档柜。"
|
||||
@@ -313,15 +255,3 @@ msgstr "文档:%(document)s不在文档柜:%(cabinet)s中。"
|
||||
#, python-format
|
||||
msgid "Document: %(document)s removed from cabinet: %(cabinet)s."
|
||||
msgstr "文档:%(document)s从文档柜中删除:%(cabinet)s。"
|
||||
|
||||
#: wizard_steps.py:18
|
||||
#, fuzzy
|
||||
#| msgid "Delete cabinets"
|
||||
msgid "Select cabinets"
|
||||
msgstr "删除文档柜"
|
||||
|
||||
#: wizard_steps.py:32
|
||||
#, fuzzy
|
||||
#| msgid "Cabinets to which the selected documents will be added."
|
||||
msgid "Cabinets to which the document will be added."
|
||||
msgstr "将添加所选文档的文档柜。"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -10,14 +10,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-27 22:53+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
"ar/)\n"
|
||||
"Language: ar\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
msgid "Checkouts"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -10,12 +10,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-27 22:53+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/bg/)\n"
|
||||
"Language: bg\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Atdhe Tabaku <Atdhe617@gmail.com>, 2018
|
||||
msgid ""
|
||||
@@ -11,14 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-27 22:53+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
||||
"rosarior/mayan-edms/language/bs_BA/)\n"
|
||||
"Language: bs_BA\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\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"
|
||||
"Language: bs_BA\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"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
msgid "Checkouts"
|
||||
@@ -173,8 +171,7 @@ msgstr "Primarni ključ dokumenta koji treba proveriti."
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"niste prvobitno proverili ovaj dokument. Naporno proverite u dokumentu: %s?"
|
||||
msgstr "niste prvobitno proverili ovaj dokument. Naporno proverite u dokumentu: %s?"
|
||||
|
||||
#: views.py:41
|
||||
#, python-format
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -10,14 +10,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-27 22:53+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
"cs/)\n"
|
||||
"Language: cs\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
|
||||
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
msgid "Checkouts"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -10,12 +10,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-27 22:53+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-"
|
||||
"edms/language/da_DK/)\n"
|
||||
"Language: da_DK\n"
|
||||
"Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: da_DK\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Berny <berny@bernhard-marx.de>, 2015-2016
|
||||
# Bjoern Kowarsch <bjoern.kowarsch@gmail.com>, 2018
|
||||
@@ -14,12 +14,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-28 21:17+0000\n"
|
||||
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-"
|
||||
"edms/language/de_DE/)\n"
|
||||
"Language: de_DE\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de_DE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
@@ -175,9 +174,7 @@ msgstr "Primärschlüssel des auszubuchenden Dokuments."
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"Sie haben dieses Dokument ursprünglich nicht ausgebucht. Soll Dokument %s "
|
||||
"trotzdem zwingend eingebucht werden?"
|
||||
msgstr "Sie haben dieses Dokument ursprünglich nicht ausgebucht. Soll Dokument %s trotzdem zwingend eingebucht werden?"
|
||||
|
||||
#: views.py:41
|
||||
#, python-format
|
||||
@@ -215,9 +212,7 @@ msgstr "Ausbuchungsende"
|
||||
msgid ""
|
||||
"Checking out a document blocks certain document operations for a "
|
||||
"predetermined amount of time."
|
||||
msgstr ""
|
||||
"Das Ausbuchen eines Dokuments verhindert für eine bestimmte Zeit gewisse "
|
||||
"Operationen."
|
||||
msgstr "Das Ausbuchen eines Dokuments verhindert für eine bestimmte Zeit gewisse Operationen."
|
||||
|
||||
#: views.py:172
|
||||
msgid "No documents have been checked out"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -10,12 +10,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-27 22:53+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
"el/)\n"
|
||||
"Language: el\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"POT-Creation-Date: 2019-06-09 14:12-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario, 2015-2019
|
||||
msgid ""
|
||||
@@ -11,12 +11,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-30 16:35+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/es/)\n"
|
||||
"Language: es\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
@@ -172,9 +171,7 @@ msgstr "Llave primaria del documento que se va a reservar."
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"Usted no reservó inicialmente este documento. ¿Devolver forzosamente el "
|
||||
"documento: %s?"
|
||||
msgstr "Usted no reservó inicialmente este documento. ¿Devolver forzosamente el documento: %s?"
|
||||
|
||||
#: views.py:41
|
||||
#, python-format
|
||||
@@ -212,9 +209,7 @@ msgstr "Expiración de la reservación"
|
||||
msgid ""
|
||||
"Checking out a document blocks certain document operations for a "
|
||||
"predetermined amount of time."
|
||||
msgstr ""
|
||||
"Reservar un documento bloquea ciertas operaciones del documento durante un "
|
||||
"período de tiempo predeterminado."
|
||||
msgstr "Reservar un documento bloquea ciertas operaciones del documento durante un período de tiempo predeterminado."
|
||||
|
||||
#: views.py:172
|
||||
msgid "No documents have been checked out"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Mehdi Amani <MehdiAmani@toorintan.com>, 2017
|
||||
msgid ""
|
||||
@@ -11,12 +11,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-27 22:53+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/fa/)\n"
|
||||
"Language: fa\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Bruno CAPELETO <bruno.capeleto@abcreseau.com>, 2016
|
||||
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2017
|
||||
@@ -15,12 +15,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-05-17 13:31+0000\n"
|
||||
"Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
"fr/)\n"
|
||||
"Language: fr\n"
|
||||
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
@@ -133,8 +132,7 @@ msgstr "Verrouillages du document"
|
||||
|
||||
#: models.py:64
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr ""
|
||||
"La date et l'heure d'expiration du verrouillage doit se situer dans le futur."
|
||||
msgstr "La date et l'heure d'expiration du verrouillage doit se situer dans le futur."
|
||||
|
||||
#: models.py:116
|
||||
msgid "New version block"
|
||||
@@ -177,9 +175,7 @@ msgstr "Clé primaire du document devant être verrouillé."
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"Vous n'êtes pas celui qui a originellement verrouillé ce document. Êtes vous "
|
||||
"certain de vouloir forcer le déverrouillage de : %s?"
|
||||
msgstr "Vous n'êtes pas celui qui a originellement verrouillé ce document. Êtes vous certain de vouloir forcer le déverrouillage de : %s?"
|
||||
|
||||
#: views.py:41
|
||||
#, python-format
|
||||
@@ -217,9 +213,7 @@ msgstr "Expiration du verrouillage"
|
||||
msgid ""
|
||||
"Checking out a document blocks certain document operations for a "
|
||||
"predetermined amount of time."
|
||||
msgstr ""
|
||||
"Le verrouillage d'un document bloque certaines opérations sur le document "
|
||||
"pendant une durée prédéterminée."
|
||||
msgstr "Le verrouillage d'un document bloque certaines opérations sur le document pendant une durée prédéterminée."
|
||||
|
||||
#: views.py:172
|
||||
msgid "No documents have been checked out"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# molnars <szabolcs.molnar@gmail.com>, 2017
|
||||
msgid ""
|
||||
@@ -11,12 +11,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-27 22:53+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/hu/)\n"
|
||||
"Language: hu\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -10,12 +10,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-05-14 11:19+0000\n"
|
||||
"Last-Translator: Adek Lanin\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/id/)\n"
|
||||
"Language: id\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Marco Camplese <marco.camplese.mc@gmail.com>, 2016-2017
|
||||
msgid ""
|
||||
@@ -11,12 +11,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-27 22:53+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/it/)\n"
|
||||
"Language: it\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
@@ -172,9 +171,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"Non hai originariamente fatto il checkout di questo documento. Forzare nel "
|
||||
"documento: %s?"
|
||||
msgstr "Non hai originariamente fatto il checkout di questo documento. Forzare nel documento: %s?"
|
||||
|
||||
#: views.py:41
|
||||
#, python-format
|
||||
|
||||
BIN
mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
229
mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po
Normal file
229
mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,229 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Māris Teivāns <maris.teivans@gmail.com>, 2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-05-30 08:08+0000\n"
|
||||
"Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n"
|
||||
"Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
msgid "Checkouts"
|
||||
msgstr "Izraksti"
|
||||
|
||||
#: dashboard_widgets.py:16
|
||||
msgid "Checked out documents"
|
||||
msgstr "Izrakstītie dokumenti"
|
||||
|
||||
#: events.py:10
|
||||
msgid "Document automatically checked in"
|
||||
msgstr "Dokuments automātiski pierakstīts"
|
||||
|
||||
#: events.py:14
|
||||
msgid "Document checked in"
|
||||
msgstr "Dokuments pierakstīts"
|
||||
|
||||
#: events.py:17
|
||||
msgid "Document checked out"
|
||||
msgstr "Dokuments izrakstīts"
|
||||
|
||||
#: events.py:20
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr "Dokuments piespiedus pierakstīts"
|
||||
|
||||
#: exceptions.py:27 views.py:108
|
||||
msgid "Document already checked out."
|
||||
msgstr "Dokuments jau ir izrakstīts."
|
||||
|
||||
#: forms.py:28
|
||||
msgid "Document status"
|
||||
msgstr "Dokumenta statuss"
|
||||
|
||||
#: forms.py:39 models.py:41 views.py:148
|
||||
msgid "User"
|
||||
msgstr "Lietotājs"
|
||||
|
||||
#: forms.py:43
|
||||
msgid "Check out time"
|
||||
msgstr "Izrakstīšanas laiks"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Check out expiration"
|
||||
msgstr "Izrakstīšanas derīguma termiņš"
|
||||
|
||||
#: forms.py:53
|
||||
msgid "New versions allowed?"
|
||||
msgstr "Atļautas jaunas versijas?"
|
||||
|
||||
#: forms.py:54
|
||||
msgid "Yes"
|
||||
msgstr "Jā"
|
||||
|
||||
#: forms.py:54
|
||||
msgid "No"
|
||||
msgstr "Nē"
|
||||
|
||||
#: links.py:41
|
||||
msgid "Check out document"
|
||||
msgstr "Izrakstīt dokumentu"
|
||||
|
||||
#: links.py:47
|
||||
msgid "Check in document"
|
||||
msgstr "Pierakstīt dokumentu"
|
||||
|
||||
#: links.py:52
|
||||
msgid "Check in/out"
|
||||
msgstr "Pierakstīts/izrakstīt"
|
||||
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr "Izrakstīts"
|
||||
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr "Pierakstīts/pieejams"
|
||||
|
||||
#: models.py:28 models.py:110
|
||||
msgid "Document"
|
||||
msgstr "Dokuments"
|
||||
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr "Izrakstīšanas datums un laiks"
|
||||
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr "Laiks minūtēs, cik ilgi turēt dokumentu izrakstītu."
|
||||
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Izrakstīšanas derīguma termiņš un laiks"
|
||||
|
||||
#: models.py:46
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr "Neļaujiet augšupielādēt jaunu šī dokumenta versiju."
|
||||
|
||||
#: models.py:48
|
||||
msgid "Block new version upload"
|
||||
msgstr "Bloķēt jaunu versiju augšupielādi"
|
||||
|
||||
#: models.py:55 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr "Dokumentu izrakstīšana"
|
||||
|
||||
#: models.py:56
|
||||
msgid "Document checkouts"
|
||||
msgstr "Dokumentu izrakstīšanas"
|
||||
|
||||
#: models.py:64
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "Izrakstīšanas derīguma termiņam un laikam ir jābūt norādītam nākotnē."
|
||||
|
||||
#: models.py:116
|
||||
msgid "New version block"
|
||||
msgstr "Jauna versijas bloks"
|
||||
|
||||
#: models.py:117
|
||||
msgid "New version blocks"
|
||||
msgstr "Jaunas versijas bloki"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr "Pierakstītie dokumenti"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr "Piespiedus pierakstīt dokumentus"
|
||||
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr "Izrakstītie dokumenti"
|
||||
|
||||
#: permissions.py:19
|
||||
msgid "Check out details view"
|
||||
msgstr "Izrakstīšanas detaļu skats"
|
||||
|
||||
#: queues.py:13
|
||||
msgid "Checkouts periodic"
|
||||
msgstr "Izraksti periodiski"
|
||||
|
||||
#: queues.py:17
|
||||
msgid "Check expired checkouts"
|
||||
msgstr "Pārbaudiet izbeigušos izrakstus"
|
||||
|
||||
#: serializers.py:26
|
||||
msgid "Primary key of the document to be checked out."
|
||||
msgstr "Izrakstāmā dokumenta primārā atslēga."
|
||||
|
||||
#: views.py:37
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr "Sākotnēji jūs šo dokuments neizrakstījāt. Piespiedus pierakstīt dokumentu: %s?"
|
||||
|
||||
#: views.py:41
|
||||
#, python-format
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "Pierakstīt dokumentu %s?"
|
||||
|
||||
#: views.py:74
|
||||
msgid "Document has not been checked out."
|
||||
msgstr "Dokuments nav ticis izrakstīts."
|
||||
|
||||
#: views.py:80
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr "Dokuments \"%s\" pierakstīts veiksmīgi."
|
||||
|
||||
#: views.py:114
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr "Dokuments \"%s\" izrakstīts veiksmīgi."
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr "Izrakstīt dokumentu: %s"
|
||||
|
||||
#: views.py:154
|
||||
msgid "Checkout time and date"
|
||||
msgstr "Izraksta laiks un datums"
|
||||
|
||||
#: views.py:160
|
||||
msgid "Checkout expiration"
|
||||
msgstr "Izraksta derīguma termiņš"
|
||||
|
||||
#: views.py:168
|
||||
msgid ""
|
||||
"Checking out a document blocks certain document operations for a "
|
||||
"predetermined amount of time."
|
||||
msgstr "Dokumenta izrakstīšana bloķē noteiktas dokumentu darbības uz iepriekš noteiktu laika periodu."
|
||||
|
||||
#: views.py:172
|
||||
msgid "No documents have been checked out"
|
||||
msgstr "Neviens dokuments nav izrakstīts"
|
||||
|
||||
#: views.py:173
|
||||
msgid "Documents checked out"
|
||||
msgstr "Izrakstītie dokumenti"
|
||||
|
||||
#: views.py:188
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Izraksta detaļas dokumentam: %s"
|
||||
|
||||
#: widgets.py:25
|
||||
msgid "Period"
|
||||
msgstr "Periods"
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2016
|
||||
# Justin Albstbstmeijer <justin@albstmeijer.nl>, 2016
|
||||
@@ -12,12 +12,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2019-06-09 03:17-0400\n"
|
||||
"PO-Revision-Date: 2019-04-27 22:53+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-"
|
||||
"edms/language/nl_NL/)\n"
|
||||
"Language: nl_NL\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: nl_NL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:41 events.py:7 links.py:34
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user