Synchronize translations

Add Czech and Greek. Replace 'da' with 'da_DK', 'zn_CN' with 'zh'.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-02 15:08:49 -04:00
parent b27e160d15
commit 47d850e164
1153 changed files with 23497 additions and 5194 deletions

View File

@@ -19,9 +19,9 @@ APP_LIST = (
)
LANGUAGE_LIST = (
'ar', 'bg', 'bs_BA', 'da', 'de_DE', 'en', 'es', 'fa', 'fr', 'hu', 'id',
'it', 'nl_NL', 'pl', 'pt', 'pt_BR', 'ro_RO', 'ru', 'sl_SI', 'tr_TR',
'vi_VN', 'zh_CN',
'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',
'tr_TR', 'vi_VN', 'zh',
)
makemessages = sh.Command('django-admin.py')

View File

@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2019-03-16 22:48+0000\n"
"Last-Translator: Yaman Sanobar <yman.snober@gmail.com>\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"
@@ -31,7 +31,7 @@ msgstr "الصلاحيات"
#: links.py:32
msgid "Delete"
msgstr ""
msgstr "حذف"
#: links.py:41
msgid "New ACL"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n"

Binary file not shown.

View File

@@ -3,79 +3,78 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Ford Guo <agile.guo@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-10-11 03:19+0000\n"
"Last-Translator: Ford Guo <agile.guo@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2019-01-17 19:28+0000\n"
"Last-Translator: Jiri Fait <fait@orkasolutions.cz>\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"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\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:15 links.py:37
msgid "ACLs"
msgstr "访问控制列表"
msgstr ""
#: apps.py:23 models.py:47
msgid "Role"
msgstr "角色"
msgstr ""
#: apps.py:26 links.py:46 models.py:43 workflow_actions.py:48
msgid "Permissions"
msgstr "权限"
msgstr ""
#: links.py:32
msgid "Delete"
msgstr "删除"
msgstr "Odstranit"
#: links.py:41
msgid "New ACL"
msgstr "新建访问控制表"
msgstr ""
#: managers.py:57 managers.py:96
#, python-format
msgid "Insufficient access for: %s"
msgstr "访问: %s权限不足"
msgstr ""
#: models.py:55
msgid "Access entry"
msgstr "访问入口"
msgstr ""
#: models.py:56
msgid "Access entries"
msgstr "多个访问入口"
msgstr ""
#: models.py:60
#, python-format
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
msgstr "把 \"%(object)s\"的权限\"%(permissions)s\"给角色\"%(role)s\""
msgstr ""
#: models.py:77
msgid "None"
msgstr ""
msgstr ""
#: permissions.py:7
msgid "Access control lists"
msgstr "访问控制列表"
msgstr ""
#: permissions.py:10
msgid "Edit ACLs"
msgstr "编辑访问控制列表"
msgstr ""
#: permissions.py:13
msgid "View ACLs"
msgstr "查看访问控制列表"
msgstr ""
#: serializers.py:24 serializers.py:132
msgid ""
"API URL pointing to the list of permissions for this access control list."
msgstr "指向这个访问控制列表的权限列表的API URL"
msgstr ""
#: serializers.py:57
msgid ""
@@ -90,7 +89,7 @@ msgstr ""
#: serializers.py:111 serializers.py:187
#, python-format
msgid "No such permission: %s"
msgstr "无此权限: %s"
msgstr ""
#: serializers.py:126
msgid ""
@@ -105,16 +104,16 @@ msgstr ""
#: views.py:77
#, python-format
msgid "New access control lists for: %s"
msgstr "为 %s新建访问控制列表"
msgstr ""
#: views.py:104
#, python-format
msgid "Delete ACL: %s"
msgstr "删除访问控制列表: %s"
msgstr ""
#: views.py:148
msgid "There are no ACLs for this object"
msgstr "无此对象的访问控制列表"
msgstr ""
#: views.py:151
msgid ""
@@ -125,15 +124,15 @@ msgstr ""
#: views.py:155
#, python-format
msgid "Access control lists for: %s"
msgstr "%s的访问控制列表"
msgstr ""
#: views.py:167
msgid "Available permissions"
msgstr "有效的权限"
msgstr ""
#: views.py:168
msgid "Granted permissions"
msgstr "被授权的权限"
msgstr ""
#: views.py:230
#, python-format
@@ -146,7 +145,7 @@ msgstr ""
#: workflow_actions.py:25
msgid "Object type"
msgstr "对象类型"
msgstr ""
#: workflow_actions.py:28
msgid "Type of the object for which the access will be modified."
@@ -154,7 +153,7 @@ msgstr ""
#: workflow_actions.py:34
msgid "Object ID"
msgstr "对象ID"
msgstr ""
#: workflow_actions.py:37
msgid ""
@@ -163,7 +162,7 @@ msgstr ""
#: workflow_actions.py:42
msgid "Roles"
msgstr "角色"
msgstr ""
#: workflow_actions.py:44
msgid "Roles whose access will be modified."
@@ -176,8 +175,8 @@ msgstr ""
#: workflow_actions.py:59
msgid "Grant access"
msgstr "授权访问"
msgstr ""
#: workflow_actions.py:129
msgid "Revoke access"
msgstr "撤销访问"
msgstr ""

Binary file not shown.

View File

@@ -8,19 +8,19 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-11-12 14:13+0000\n"
"Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>\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\n"
"Language: da_DK\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:15 links.py:37
msgid "ACLs"
msgstr "ACLs"
msgstr "ACL'er"
#: apps.py:23 models.py:47
msgid "Role"
@@ -28,7 +28,7 @@ msgstr "Rolle"
#: apps.py:26 links.py:46 models.py:43 workflow_actions.py:48
msgid "Permissions"
msgstr "Tilladelse"
msgstr "Tilladelser"
#: links.py:32
msgid "Delete"
@@ -41,7 +41,7 @@ msgstr "Ny ACL"
#: managers.py:57 managers.py:96
#, python-format
msgid "Insufficient access for: %s"
msgstr "Utilstrækkelig adgang til: %s"
msgstr "Utilstækkelig adgang for: %s"
#: models.py:55
msgid "Access entry"
@@ -66,11 +66,11 @@ msgstr ""
#: permissions.py:10
msgid "Edit ACLs"
msgstr "Redigér ACL'er"
msgstr "Editér ACL"
#: permissions.py:13
msgid "View ACLs"
msgstr "Se ACL'er"
msgstr "Se ACL"
#: serializers.py:24 serializers.py:132
msgid ""
@@ -129,7 +129,7 @@ msgstr ""
#: views.py:167
msgid "Available permissions"
msgstr "Tilgængelige tilladelser"
msgstr ""
#: views.py:168
msgid "Granted permissions"
@@ -146,7 +146,7 @@ msgstr ""
#: workflow_actions.py:25
msgid "Object type"
msgstr ""
msgstr "Objekttype"
#: workflow_actions.py:28
msgid "Type of the object for which the access will be modified."
@@ -154,7 +154,7 @@ msgstr ""
#: workflow_actions.py:34
msgid "Object ID"
msgstr ""
msgstr "Objekt ID"
#: workflow_actions.py:37
msgid ""
@@ -176,8 +176,8 @@ msgstr ""
#: workflow_actions.py:59
msgid "Grant access"
msgstr ""
msgstr "Giv tilladelse"
#: workflow_actions.py:129
msgid "Revoke access"
msgstr ""
msgstr "Tilbagekald tilladelse"

View File

@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-10-07 11:53+0000\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2019-03-31 21:36+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"
"MIME-Version: 1.0\n"
@@ -179,8 +179,8 @@ msgstr "Berechtigungen, die der Rolle für das ausgewählte Objekt erteilt oder
#: workflow_actions.py:59
msgid "Grant access"
msgstr "Zugriff erteilen"
msgstr "Zugriffsberechtigung erteilen"
#: workflow_actions.py:129
msgid "Revoke access"
msgstr "Zugriff entziehen"
msgstr "Zugriffsberechtigung entziehen"

Binary file not shown.

View File

@@ -0,0 +1,182 @@
# 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 ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\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:15 links.py:37
msgid "ACLs"
msgstr "ΛΕΠ"
#: apps.py:23 models.py:47
msgid "Role"
msgstr "Ρόλος"
#: apps.py:26 links.py:46 models.py:43 workflow_actions.py:48
msgid "Permissions"
msgstr "Ανεπαρκή δικαιώματα"
#: links.py:32
msgid "Delete"
msgstr "Διαγραφή"
#: links.py:41
msgid "New ACL"
msgstr "Νέα ΛΕΠ"
#: managers.py:57 managers.py:96
#, python-format
msgid "Insufficient access for: %s"
msgstr "Μη επαρκή δικαιώματα πρόσβασης για το: %s"
#: models.py:55
msgid "Access entry"
msgstr ""
#: models.py:56
msgid "Access entries"
msgstr ""
#: models.py:60
#, python-format
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
msgstr "Δικαιώματα \"%(permissions)s\" στον ρόλο \"%(role)s\" για \"%(object)s\""
#: models.py:77
msgid "None"
msgstr "Κανένα"
#: permissions.py:7
msgid "Access control lists"
msgstr "Λίστες Ελέγχου Πρόσβασης (ΛΕΠ)"
#: permissions.py:10
msgid "Edit ACLs"
msgstr "Τροποποιηση ΛΕΠ"
#: permissions.py:13
msgid "View ACLs"
msgstr "Εμφάνιση ΛΕΠ"
#: serializers.py:24 serializers.py:132
msgid ""
"API URL pointing to the list of permissions for this access control list."
msgstr ""
#: serializers.py:57
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 ""
#: serializers.py:87
msgid "Primary key of the new permission to grant to the access control list."
msgstr ""
#: serializers.py:111 serializers.py:187
#, python-format
msgid "No such permission: %s"
msgstr "Άγνωστο δικαίωμα: %s"
#: serializers.py:126
msgid ""
"Comma separated list of permission primary keys to grant to this access "
"control list."
msgstr ""
#: serializers.py:138
msgid "Primary keys of the role to which this access control list binds to."
msgstr ""
#: views.py:77
#, python-format
msgid "New access control lists for: %s"
msgstr "Νέα λίστα ελέγχου για: %s"
#: views.py:104
#, python-format
msgid "Delete ACL: %s"
msgstr "Διαγραφή ΛΕΠ: %s"
#: views.py:148
msgid "There are no ACLs for this object"
msgstr ""
#: views.py:151
msgid ""
"ACL stands for Access Control List and is a precise method to control user "
"access to objects in the system."
msgstr ""
#: views.py:155
#, python-format
msgid "Access control lists for: %s"
msgstr "Λίστα ελέγχου πρόσβασης για: %s"
#: views.py:167
msgid "Available permissions"
msgstr "Διαθέσιμα δικαιώματα"
#: views.py:168
msgid "Granted permissions"
msgstr "Χωρηγημένα δικαιώματα"
#: views.py:230
#, python-format
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
msgstr "Δικαιώματα του Ρόλου \"%(role)s\" για \"%(object)s\""
#: views.py:250
msgid "Disabled permissions are inherited from a parent object."
msgstr "Απενεργοποιημένα δικαιώματα κληρονομούνται από το \"γοννικό\" αντικείμενο"
#: workflow_actions.py:25
msgid "Object type"
msgstr "Τύπος αντικειμένου"
#: workflow_actions.py:28
msgid "Type of the object for which the access will be modified."
msgstr "Τύπος του αντικειμένου για το οποίο η πρόσβαση θα τροποποιηθεί."
#: workflow_actions.py:34
msgid "Object ID"
msgstr "Αναγνωριστικό αντικειμένου"
#: workflow_actions.py:37
msgid ""
"Numeric identifier of the object for which the access will be modified."
msgstr "Αριθμητικό αναγνωριστικό του αντικειμένου για το οποίο η πρόσβαση θα τροποποιηθεί."
#: workflow_actions.py:42
msgid "Roles"
msgstr "Ρόλοι"
#: workflow_actions.py:44
msgid "Roles whose access will be modified."
msgstr "Ρόλοι των οποιων η πρόσβαση θα τροποποιηθει."
#: workflow_actions.py:51
msgid ""
"Permissions to grant/revoke to/from the role for the object selected above."
msgstr "Δικαιώματα προς χορήγηση/ανάληση προς/από τον ρόλο για το ανωτέρω επιλεγμένο αντικείμενο."
#: workflow_actions.py:59
msgid "Grant access"
msgstr "Χορήγηση πρόσβασης"
#: workflow_actions.py:129
msgid "Revoke access"
msgstr "Ανάκληση πρόσβασης"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-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"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-27 01:48+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n"

View File

@@ -5,13 +5,14 @@
# Translators:
# Aline Freitas <aline@alinefreitas.com.br>, 2016
# Jadson Ribeiro <jadsonbr@outlook.com.br>, 2017
# José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-12-21 01:11+0000\n"
"Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -25,7 +26,7 @@ msgstr "Controle Acesso \"ACLs\""
#: apps.py:23 models.py:47
msgid "Role"
msgstr "Regras"
msgstr "Papéis"
#: apps.py:26 links.py:46 models.py:43 workflow_actions.py:48
msgid "Permissions"
@@ -42,7 +43,7 @@ msgstr "Nova regra"
#: managers.py:57 managers.py:96
#, python-format
msgid "Insufficient access for: %s"
msgstr ""
msgstr "Acesso insuficiente para: %s"
#: models.py:55
msgid "Access entry"
@@ -67,11 +68,11 @@ msgstr "Listas de controle de acesso"
#: permissions.py:10
msgid "Edit ACLs"
msgstr "Editar regras"
msgstr "Editar Controle de Acesso \"ACLs\""
#: permissions.py:13
msgid "View ACLs"
msgstr "Visualizar regras"
msgstr "Visualizar Controle de Acesso \"ACLs\""
#: serializers.py:24 serializers.py:132
msgid ""
@@ -86,7 +87,7 @@ msgstr "API URL apontando para uma permissão em relação à lista de controle
#: serializers.py:87
msgid "Primary key of the new permission to grant to the access control list."
msgstr "Chave primária da nova permissão para conceder à lista de controle de acesso."
msgstr "Chave primária da nova permissão para aceder à lista de controle de acesso."
#: serializers.py:111 serializers.py:187
#, python-format
@@ -115,13 +116,13 @@ msgstr "Apagar ACL: %s"
#: views.py:148
msgid "There are no ACLs for this object"
msgstr ""
msgstr "Não há Controle de Acesso \"ACLs\" para este objeto"
#: views.py:151
msgid ""
"ACL stands for Access Control List and is a precise method to control user "
"access to objects in the system."
msgstr ""
msgstr "ACL significa Lista de Controle de Acesso - \"Acess Control List\" - e é um método preciso para controlar o acesso do usuário a objetos do sistema."
#: views.py:155
#, python-format
@@ -147,38 +148,38 @@ msgstr "As permissões inativas foram herdadas de um objeto precedente."
#: workflow_actions.py:25
msgid "Object type"
msgstr ""
msgstr "Tipo do objeto"
#: workflow_actions.py:28
msgid "Type of the object for which the access will be modified."
msgstr ""
msgstr "Tipo do objeto cujo acesso será modificado."
#: workflow_actions.py:34
msgid "Object ID"
msgstr ""
msgstr "ID do objeto"
#: workflow_actions.py:37
msgid ""
"Numeric identifier of the object for which the access will be modified."
msgstr ""
msgstr "Identificador numérico do objeto cujo acesso será modificado."
#: workflow_actions.py:42
msgid "Roles"
msgstr "Regras"
msgstr "Papéis"
#: workflow_actions.py:44
msgid "Roles whose access will be modified."
msgstr ""
msgstr "Papéis cujo acesso será modificado."
#: workflow_actions.py:51
msgid ""
"Permissions to grant/revoke to/from the role for the object selected above."
msgstr ""
msgstr "Permissões a serem concedidas/revogadas para o papel em relação ao objeto selecionado acima."
#: workflow_actions.py:59
msgid "Grant access"
msgstr ""
msgstr "Conceder acesso"
#: workflow_actions.py:129
msgid "Revoke access"
msgstr ""
msgstr "Revogar acesso"

View File

@@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Harald Ersch, 2019
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2019-03-15 07:43+0000\n"
"Last-Translator: Harald Ersch\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +24,7 @@ msgstr "ACL-uri"
#: apps.py:23 models.py:47
msgid "Role"
msgstr ""
msgstr "Rol"
#: apps.py:26 links.py:46 models.py:43 workflow_actions.py:48
msgid "Permissions"
@@ -35,25 +36,25 @@ msgstr "Șterge"
#: links.py:41
msgid "New ACL"
msgstr ""
msgstr "ACL nou"
#: managers.py:57 managers.py:96
#, python-format
msgid "Insufficient access for: %s"
msgstr ""
msgstr "Acces insuficient pentru: %s"
#: models.py:55
msgid "Access entry"
msgstr ""
msgstr "Înregistrare acces"
#: models.py:56
msgid "Access entries"
msgstr ""
msgstr "Înregistrări de acces"
#: models.py:60
#, python-format
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
msgstr ""
msgstr "Permisiunile \"%(permissions)s\" la rolul \"%(role)s\" pentru \"%(object)s\""
#: models.py:77
msgid "None"
@@ -74,91 +75,91 @@ msgstr "Vezi ACL-uri"
#: serializers.py:24 serializers.py:132
msgid ""
"API URL pointing to the list of permissions for this access control list."
msgstr ""
msgstr "Adresă URL API care indică lista permisiunilor pentru această listă de control acces."
#: serializers.py:57
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 ""
msgstr "Adresă URL API care indică o permisiune în legătură cu lista de control al accesului la care este atașată. Această adresă URL este diferită de adresa URL canonică a fluxului de lucru."
#: serializers.py:87
msgid "Primary key of the new permission to grant to the access control list."
msgstr ""
msgstr "Cheie primară a noii permisiuni de acordare a listei de control al accesului."
#: serializers.py:111 serializers.py:187
#, python-format
msgid "No such permission: %s"
msgstr ""
msgstr "Nu există o astfel de permisiune: %s"
#: serializers.py:126
msgid ""
"Comma separated list of permission primary keys to grant to this access "
"control list."
msgstr ""
msgstr "Liste separate prin virgulă de chei primare de permisiune pentru a acorda această listă de control acces."
#: serializers.py:138
msgid "Primary keys of the role to which this access control list binds to."
msgstr ""
msgstr "Cheile primare ale rolului la care se leagă această listă de control al accesului."
#: views.py:77
#, python-format
msgid "New access control lists for: %s"
msgstr ""
msgstr "Noi liste de control acces pentru: %s"
#: views.py:104
#, python-format
msgid "Delete ACL: %s"
msgstr ""
msgstr "Șterge ACL: %s"
#: views.py:148
msgid "There are no ACLs for this object"
msgstr ""
msgstr "Nu există ACL-uri pentru acest obiect"
#: views.py:151
msgid ""
"ACL stands for Access Control List and is a precise method to control user "
"access to objects in the system."
msgstr ""
msgstr "ACL reprezintă lista de control al accesului și este o metodă precisă de control al accesului utilizatorilor la obiecte din sistem."
#: views.py:155
#, python-format
msgid "Access control lists for: %s"
msgstr ""
msgstr "Listele de control al accesului pentru: %s"
#: views.py:167
msgid "Available permissions"
msgstr ""
msgstr "Permisiuni disponibile"
#: views.py:168
msgid "Granted permissions"
msgstr ""
msgstr "Permisiuni acordate"
#: views.py:230
#, python-format
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
msgstr ""
msgstr "Permisiunile rolului \"%(role)s\" pentru \"%(object)s\""
#: views.py:250
msgid "Disabled permissions are inherited from a parent object."
msgstr ""
msgstr "Permisiunile dezactivate sunt moștenite de la un obiect părinte."
#: workflow_actions.py:25
msgid "Object type"
msgstr ""
msgstr "Tipul obiectului"
#: workflow_actions.py:28
msgid "Type of the object for which the access will be modified."
msgstr ""
msgstr "Tipul obiectului pentru care va fi modificat accesul ."
#: workflow_actions.py:34
msgid "Object ID"
msgstr ""
msgstr "ID obiect"
#: workflow_actions.py:37
msgid ""
"Numeric identifier of the object for which the access will be modified."
msgstr ""
msgstr "Identificatorul numeric al obiectului pentru care va fi modificat accesul."
#: workflow_actions.py:42
msgid "Roles"
@@ -166,17 +167,17 @@ msgstr "Roluri"
#: workflow_actions.py:44
msgid "Roles whose access will be modified."
msgstr ""
msgstr "Roluri a căror acces va fi modificat."
#: workflow_actions.py:51
msgid ""
"Permissions to grant/revoke to/from the role for the object selected above."
msgstr ""
msgstr "Permisiuni de acordare / revocare în / a rolului pentru obiectului selectat mai sus."
#: workflow_actions.py:59
msgid "Grant access"
msgstr ""
msgstr "Acordă acces"
#: workflow_actions.py:129
msgid "Revoke access"
msgstr ""
msgstr "Revocă acces"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n"

Binary file not shown.

View File

@@ -0,0 +1,183 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# yulin Gong <540538248@qq.com>, 2019
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2019-01-25 07:06+0000\n"
"Last-Translator: yulin Gong <540538248@qq.com>\n"
"Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/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:15 links.py:37
msgid "ACLs"
msgstr "访问控制列表"
#: apps.py:23 models.py:47
msgid "Role"
msgstr "角色"
#: apps.py:26 links.py:46 models.py:43 workflow_actions.py:48
msgid "Permissions"
msgstr "权限"
#: links.py:32
msgid "Delete"
msgstr "删除"
#: links.py:41
msgid "New ACL"
msgstr "新的访问控制列表"
#: managers.py:57 managers.py:96
#, python-format
msgid "Insufficient access for: %s"
msgstr "访问权限不足:%s"
#: models.py:55
msgid "Access entry"
msgstr "访问条目"
#: models.py:56
msgid "Access entries"
msgstr "访问条目"
#: models.py:60
#, python-format
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
msgstr "对“%(object)s”角色“%(role)s”的权限“%(permissions)s”"
#: models.py:77
msgid "None"
msgstr "没有"
#: permissions.py:7
msgid "Access control lists"
msgstr "访问控制列表"
#: permissions.py:10
msgid "Edit ACLs"
msgstr "编辑访问控制列表"
#: permissions.py:13
msgid "View ACLs"
msgstr "查看访问控制列表"
#: serializers.py:24 serializers.py:132
msgid ""
"API URL pointing to the list of permissions for this access control list."
msgstr "API URL指向此访问控制列表的权限列表。"
#: serializers.py:57
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指向与其附加的访问控制列表相关的权限。此URL与规范工作流URL不同。"
#: serializers.py:87
msgid "Primary key of the new permission to grant to the access control list."
msgstr "授予访问控制列表的新权限的主键。"
#: serializers.py:111 serializers.py:187
#, python-format
msgid "No such permission: %s"
msgstr "没有这样的权限:%s"
#: serializers.py:126
msgid ""
"Comma separated list of permission primary keys to grant to this access "
"control list."
msgstr "逗号分隔的权限主键列表,用于授予此访问控制列表。"
#: serializers.py:138
msgid "Primary keys of the role to which this access control list binds to."
msgstr "此访问控制列表绑定到的角色的主键。"
#: views.py:77
#, python-format
msgid "New access control lists for: %s"
msgstr "新的访问控制列表:%s"
#: views.py:104
#, python-format
msgid "Delete ACL: %s"
msgstr "删除访问控制列表:%s"
#: views.py:148
msgid "There are no ACLs for this object"
msgstr "此对象没有访问控制列表"
#: views.py:151
msgid ""
"ACL stands for Access Control List and is a precise method to control user "
"access to objects in the system."
msgstr "ACL代表访问控制列表是控制用户访问系统中对象的精确方法。"
#: views.py:155
#, python-format
msgid "Access control lists for: %s"
msgstr "访问控制列表:%s"
#: views.py:167
msgid "Available permissions"
msgstr "可用权限"
#: views.py:168
msgid "Granted permissions"
msgstr "授予的权限"
#: views.py:230
#, python-format
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
msgstr "%(object)s的角色“%(role)s”的权限"
#: views.py:250
msgid "Disabled permissions are inherited from a parent object."
msgstr "禁用的权限从父对象继承。"
#: workflow_actions.py:25
msgid "Object type"
msgstr "对象类型"
#: workflow_actions.py:28
msgid "Type of the object for which the access will be modified."
msgstr "要为其修改访问权限的对象的类型。"
#: workflow_actions.py:34
msgid "Object ID"
msgstr "对象ID"
#: workflow_actions.py:37
msgid ""
"Numeric identifier of the object for which the access will be modified."
msgstr "要为其修改访问权限的对象的数字标识符。"
#: workflow_actions.py:42
msgid "Roles"
msgstr "角色"
#: workflow_actions.py:44
msgid "Roles whose access will be modified."
msgstr "访问权限将被修改的角色。"
#: workflow_actions.py:51
msgid ""
"Permissions to grant/revoke to/from the role for the object selected above."
msgstr "授予/撤销给上述选定对象角色的权限。"
#: workflow_actions.py:59
msgid "Grant access"
msgstr "授予访问权限"
#: workflow_actions.py:129
msgid "Revoke access"
msgstr "撤消访问权限"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n"

Binary file not shown.

View File

@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2015-08-19 06:41+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\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:12 settings.py:9
msgid "Appearance"
@@ -65,7 +65,7 @@ msgstr ""
#: templates/appearance/about.html:82
msgid "Version"
msgstr "Version"
msgstr ""
#: templates/appearance/about.html:84
#, python-format
@@ -140,7 +140,7 @@ msgstr ""
#: templates/appearance/base.html:61
#: templates/navigation/generic_navigation.html:6
msgid "Actions"
msgstr "Handlinger"
msgstr ""
#: templates/appearance/base.html:63
msgid "Toggle Dropdown"
@@ -275,7 +275,7 @@ msgstr ""
#: templates/authentication/login.html:11
msgid "Login"
msgstr "Log ind"
msgstr ""
#: templates/authentication/login.html:22
msgid "First time login"
@@ -349,4 +349,4 @@ msgstr ""
#: templatetags/appearance_tags.py:17
msgid "None"
msgstr "Ingen"
msgstr ""

View File

@@ -3,19 +3,20 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Rasmus Kierudsen <tebrasso@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-11-12 14:13+0000\n"
"Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>\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: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Language: da_DK\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:12 settings.py:9
msgid "Appearance"
@@ -27,23 +28,23 @@ msgstr ""
#: templates/403.html:5 templates/403.html:9
msgid "Insufficient permissions"
msgstr "权限不足"
msgstr "Utilstrækkelig tilladelse"
#: templates/403.html:11
msgid "You don't have enough permissions for this operation."
msgstr "你没有足够权限执行当前操作"
msgstr ""
#: templates/404.html:5 templates/404.html:9
msgid "Page not found"
msgstr "页不存在"
msgstr "Side ikke fundet"
#: templates/404.html:11
msgid "Sorry, but the requested page could not be found."
msgstr "抱歉,请求页不存在。"
msgstr "Beklager, men den ønskede side kunne ikke findes"
#: templates/500.html:5 templates/500.html:9 templates/appearance/root.html:53
msgid "Server error"
msgstr ""
msgstr "Server fejl"
#: templates/500.html:11
msgid ""
@@ -53,7 +54,7 @@ msgstr ""
#: templates/appearance/about.html:10
msgid "About"
msgstr ""
msgstr "Om"
#: templates/appearance/about.html:77
#, python-format
@@ -65,7 +66,7 @@ msgstr ""
#: templates/appearance/about.html:82
msgid "Version"
msgstr "版本"
msgstr "Version"
#: templates/appearance/about.html:84
#, python-format
@@ -135,12 +136,12 @@ msgstr ""
#: templates/appearance/base.html:32
msgid "Warning"
msgstr ""
msgstr "Advarelse"
#: templates/appearance/base.html:61
#: templates/navigation/generic_navigation.html:6
msgid "Actions"
msgstr "操作"
msgstr ""
#: templates/appearance/base.html:63
msgid "Toggle Dropdown"
@@ -148,62 +149,62 @@ msgstr ""
#: templates/appearance/calculate_form_title.html:15
msgid "Confirm delete"
msgstr "确认删除"
msgstr ""
#: templates/appearance/calculate_form_title.html:19
#: templates/appearance/calculate_form_title.html:28
#, python-format
msgid "Edit: %(object)s"
msgstr "编辑:%(object)s"
msgstr "Rediger: %(object)s"
#: templates/appearance/calculate_form_title.html:21
msgid "Confirm"
msgstr "确认"
msgstr "Bekræft"
#: templates/appearance/calculate_form_title.html:25
#, python-format
msgid "Details for: %(object)s"
msgstr "详细信息:%(object)s"
msgstr "Detaljer for: %(object)s"
#: templates/appearance/calculate_form_title.html:30
msgid "Create"
msgstr "创建"
msgstr ""
#: templates/appearance/generic_confirm.html:14
msgid "Are you sure?"
msgstr ""
msgstr "Er du sikker?"
#: templates/appearance/generic_confirm.html:40
msgid "Yes"
msgstr ""
msgstr "Ja"
#: templates/appearance/generic_confirm.html:44
msgid "No"
msgstr ""
msgstr "Nej"
#: templates/appearance/generic_form_instance.html:49
#: templates/appearance/generic_form_instance.html:55
#: templates/appearance/generic_form_subtemplate.html:51
#: templates/appearance/generic_multiform_subtemplate.html:37
msgid "required"
msgstr "必填"
msgstr "Påkrævet"
#: templates/appearance/generic_form_subtemplate.html:90
#: templates/appearance/generic_multiform_subtemplate.html:59
msgid "Save"
msgstr "保存"
msgstr "Gem"
#: templates/appearance/generic_form_subtemplate.html:90
#: templates/appearance/generic_multiform_subtemplate.html:59
#: templates/authentication/password_reset_confirm.html:29
#: templates/authentication/password_reset_form.html:29
msgid "Submit"
msgstr "提交"
msgstr "Indsend"
#: templates/appearance/generic_form_subtemplate.html:94
#: templates/appearance/generic_multiform_subtemplate.html:63
msgid "Cancel"
msgstr "取消"
msgstr "Fortryd"
#: templates/appearance/generic_list_items_subtemplate.html:12
#: templates/appearance/generic_list_subtemplate.html:12
@@ -223,7 +224,7 @@ msgstr ""
#: templates/appearance/generic_list_subtemplate.html:50
msgid "Identifier"
msgstr "标识"
msgstr ""
#: templates/appearance/home.html:9
msgid "Dashboard"
@@ -231,7 +232,7 @@ msgstr ""
#: templates/appearance/home.html:25
msgid "Getting started"
msgstr ""
msgstr "Kom godt igang"
#: templates/appearance/home.html:28
msgid "Before you can fully use Mayan EDMS you need the following:"
@@ -239,11 +240,11 @@ msgstr ""
#: templates/appearance/home.html:49
msgid "Search pages"
msgstr ""
msgstr "Søg sider"
#: templates/appearance/home.html:51 templates/appearance/home.html:61
msgid "Search"
msgstr "搜索"
msgstr "Søg"
#: templates/appearance/home.html:52 templates/appearance/home.html:62
msgid "Advanced"
@@ -251,7 +252,7 @@ msgstr ""
#: templates/appearance/home.html:59
msgid "Search documents"
msgstr ""
msgstr "Søg dokumenter"
#: templates/appearance/main_menu.html:10
msgid "Toggle navigation"
@@ -259,11 +260,11 @@ msgstr ""
#: templates/appearance/no_results.html:18
msgid "No results"
msgstr ""
msgstr "Ingen resultater"
#: templates/appearance/root.html:58
msgid "Close"
msgstr ""
msgstr "Luk"
#: templates/appearance/root.html:77
msgid "Server communication error"
@@ -275,11 +276,11 @@ msgstr ""
#: templates/authentication/login.html:11
msgid "Login"
msgstr "登录"
msgstr "Login"
#: templates/authentication/login.html:22
msgid "First time login"
msgstr "第一次登录"
msgstr ""
#: templates/authentication/login.html:26
#, python-format
@@ -290,28 +291,28 @@ msgstr ""
#: templates/authentication/login.html:27
msgid "Login using the following credentials:"
msgstr "使用如下凭证登录:"
msgstr "Login med følgende:"
#: templates/authentication/login.html:28
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr "用户名:<strong>%(account)s</strong>"
msgstr "Brugernavn: <strong>%(account)s</strong>"
#: templates/authentication/login.html:29
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr "邮箱:<strong>%(email)s</strong>"
msgstr "Email: <strong>%(email)s</strong>"
#: templates/authentication/login.html:30
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr "密码:<strong>%(password)s</strong>"
msgstr "Password: <strong>%(password)s</strong>"
#: templates/authentication/login.html:31
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr "请修改密码以提高安全性,并且禁止显示此信息。"
msgstr ""
#: templates/authentication/login.html:47
#: templates/authentication/login.html:55
@@ -320,7 +321,7 @@ msgstr ""
#: templates/authentication/login.html:60
msgid "Forgot your password?"
msgstr ""
msgstr "Glemt password?"
#: templates/authentication/password_reset_complete.html:8
#: templates/authentication/password_reset_confirm.html:8
@@ -337,7 +338,7 @@ msgstr ""
#: templates/authentication/password_reset_complete.html:17
msgid "Login page"
msgstr ""
msgstr "Login side"
#: templates/authentication/password_reset_done.html:15
msgid "Password reset email sent!"
@@ -345,8 +346,8 @@ msgstr ""
#: templates/dashboard/numeric_widget.html:27
msgid "View details"
msgstr ""
msgstr "Se detaljer"
#: templatetags/appearance_tags.py:17
msgid "None"
msgstr ""
msgstr "Ingen"

View File

@@ -4,15 +4,16 @@
#
# Translators:
# Berny <berny@bernhard-marx.de>, 2015
# Bjoern Kowarsch <bjoern.kowarsch@gmail.com>, 2018
# Jesaja Everling <jeverling@gmail.com>, 2017
# Mathias Behrle <mathiasb@m9s.biz>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-11-23 09:58+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -85,7 +86,7 @@ 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 ""
msgstr "\n%(project_title)s ist eine Freie Open-Source Software, die Ihnen mit <i class=\"fa fa-heart text-danger\"></i> durch Roberto Rosario und andere Mitwirkende zur Verfügung gestellt wird..\n "
#: templates/appearance/about.html:109
#, python-format
@@ -109,7 +110,7 @@ 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 ""
msgstr "\nEine umfassende Liste der Neuerungen ist einsehbar in den <a class=\"new_window\" href=\"https://docs.mayan-edms.com/releases/index.html\">Release Notes %(icon_documentation)s oder als Kurzversion<a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms/blob/master/HISTORY.rst\">im Changelog %(icon_documentation)s</a>."
#: templates/appearance/about.html:127
#, python-format
@@ -117,7 +118,7 @@ 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 ""
msgstr "\nBei Fragen schauen Sie zunächst in die <a class=\"new_window\" href=\"https://docs.mayan-edms.com\"> Dokumentation %(icon_documentation)s</a> oder die <a class=\"new_window\" href=\"https://wiki.mayan-edms.com\"> Wiki %(icon_wiki)s</a>."
#: templates/appearance/about.html:133
#, python-format
@@ -125,7 +126,7 @@ 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 ""
msgstr "\nSollten Sie einen Bug gefunden oder eine Idee für eine neue Funktion haben, dann besuchen Sie entweder das<a class=\"new_window\" href=\"https://forum.mayan-edms.com\"> Forum %(icon_forum)s</a> oder erstellen Sie ein Ticket in der <a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms\"> Quellenverwaltung %(icon_source_code)s</a>. "
#: templates/appearance/about.html:138
#, python-format

Binary file not shown.

View File

@@ -0,0 +1,352 @@
# 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 ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\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:12 settings.py:9
msgid "Appearance"
msgstr "Παρουσιαστικό"
#: settings.py:13
msgid "Maximum number of characters that will be displayed as the view title."
msgstr ""
#: templates/403.html:5 templates/403.html:9
msgid "Insufficient permissions"
msgstr "Ανεπαρκή δικαιώματα"
#: templates/403.html:11
msgid "You don't have enough permissions for this operation."
msgstr "Δεν σας έχει εκχωρηθεί δικαίωμα εκτέλεσης αυτής της ενέργειας."
#: templates/404.html:5 templates/404.html:9
msgid "Page not found"
msgstr "Η σελίδα δεν βρέθηκε"
#: templates/404.html:11
msgid "Sorry, but the requested page could not be found."
msgstr "Λυπάμαι, η ζητούμενη σελίδα δεν βρέθηκε."
#: templates/500.html:5 templates/500.html:9 templates/appearance/root.html:53
msgid "Server error"
msgstr "Σφάλμα διακομηστή"
#: 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 "Παρουσιάστηκε ένα σφάλμα. Έχει αναφερθεί στον διαχειριστή του ιστότοπου μέσω ηλεκτρονικού ταχυδρομείου και θα διευθετηθεί σύντομα. Ευχαριστούμε για την υπομονή σας."
#: templates/appearance/about.html:10
msgid "About"
msgstr "Σχετικά"
#: templates/appearance/about.html:77
#, python-format
msgid ""
"\n"
" %(setting_project_title)s is based on %(project_title)s\n"
" "
msgstr ""
#: templates/appearance/about.html:82
msgid "Version"
msgstr "Έκδοση"
#: templates/appearance/about.html:84
#, python-format
msgid "Build number: %(build_number)s"
msgstr ""
#: templates/appearance/about.html:97
msgid "Released under the license:"
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: templates/appearance/base.html:32
msgid "Warning"
msgstr ""
#: templates/appearance/base.html:61
#: templates/navigation/generic_navigation.html:6
msgid "Actions"
msgstr "Ενέργειες"
#: templates/appearance/base.html:63
msgid "Toggle Dropdown"
msgstr ""
#: templates/appearance/calculate_form_title.html:15
msgid "Confirm delete"
msgstr "Επιβεβαίωση διαγραφής"
#: templates/appearance/calculate_form_title.html:19
#: templates/appearance/calculate_form_title.html:28
#, python-format
msgid "Edit: %(object)s"
msgstr "Τροποποίηση: %(object)s"
#: templates/appearance/calculate_form_title.html:21
msgid "Confirm"
msgstr "Επιβεβαίωση"
#: templates/appearance/calculate_form_title.html:25
#, python-format
msgid "Details for: %(object)s"
msgstr "Λεπτομέρειες για: %(object)s"
#: templates/appearance/calculate_form_title.html:30
msgid "Create"
msgstr "Δημηουργία"
#: templates/appearance/generic_confirm.html:14
msgid "Are you sure?"
msgstr ""
#: templates/appearance/generic_confirm.html:40
msgid "Yes"
msgstr "Ναι"
#: templates/appearance/generic_confirm.html:44
msgid "No"
msgstr "Όχι"
#: templates/appearance/generic_form_instance.html:49
#: templates/appearance/generic_form_instance.html:55
#: templates/appearance/generic_form_subtemplate.html:51
#: templates/appearance/generic_multiform_subtemplate.html:37
msgid "required"
msgstr "απαιτείται"
#: templates/appearance/generic_form_subtemplate.html:90
#: templates/appearance/generic_multiform_subtemplate.html:59
msgid "Save"
msgstr "Αποθήκευση"
#: templates/appearance/generic_form_subtemplate.html:90
#: templates/appearance/generic_multiform_subtemplate.html:59
#: templates/authentication/password_reset_confirm.html:29
#: templates/authentication/password_reset_form.html:29
msgid "Submit"
msgstr "Υποβολή"
#: templates/appearance/generic_form_subtemplate.html:94
#: templates/appearance/generic_multiform_subtemplate.html:63
msgid "Cancel"
msgstr "Άκυρο"
#: templates/appearance/generic_list_items_subtemplate.html:12
#: templates/appearance/generic_list_subtemplate.html:12
#, python-format
msgid ""
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
"%(total_pages)s)"
msgstr "Σύνολο (%(start)s - %(end)s από %(total)s) (Σελίδα %(page_number)s από %(total_pages)s)"
#: templates/appearance/generic_list_items_subtemplate.html:14
#: templates/appearance/generic_list_items_subtemplate.html:17
#: templates/appearance/generic_list_subtemplate.html:14
#: templates/appearance/generic_list_subtemplate.html:17
#, python-format
msgid "Total: %(total)s"
msgstr "Σύνολο: %(total)s"
#: templates/appearance/generic_list_subtemplate.html:50
msgid "Identifier"
msgstr "Αναγνωριστικό"
#: templates/appearance/home.html:9
msgid "Dashboard"
msgstr "Πίνακας ελέγχου"
#: templates/appearance/home.html:25
msgid "Getting started"
msgstr "Ξεκινώντας"
#: templates/appearance/home.html:28
msgid "Before you can fully use Mayan EDMS you need the following:"
msgstr "Προτού μπορέσετε να χρησιμοποιήσετε πλήρως το Mayan EDMS χρειάζεστε τα εξής:"
#: templates/appearance/home.html:49
msgid "Search pages"
msgstr "Σελίδες αναζήτησης"
#: templates/appearance/home.html:51 templates/appearance/home.html:61
msgid "Search"
msgstr "Αναζήτηση"
#: templates/appearance/home.html:52 templates/appearance/home.html:62
msgid "Advanced"
msgstr "Προχωρημένα"
#: templates/appearance/home.html:59
msgid "Search documents"
msgstr "Αναζήτηση εγγράφων"
#: templates/appearance/main_menu.html:10
msgid "Toggle navigation"
msgstr "Εναλλαγή πλοήγησης"
#: templates/appearance/no_results.html:18
msgid "No results"
msgstr "Κανένα αποτέλεσμα"
#: templates/appearance/root.html:58
msgid "Close"
msgstr ""
#: templates/appearance/root.html:77
msgid "Server communication error"
msgstr ""
#: templates/appearance/root.html:79
msgid "Check you network connection and try again in a few moments."
msgstr ""
#: templates/authentication/login.html:11
msgid "Login"
msgstr "Σύνδεση"
#: templates/authentication/login.html:22
msgid "First time login"
msgstr "Σύνδεση για πρώτη φορά"
#: templates/authentication/login.html:26
#, python-format
msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
#: templates/authentication/login.html:27
msgid "Login using the following credentials:"
msgstr "Συνδεθείτε χρησιμοποιώντας τα παρακάτω διαπιστευτήρια:"
#: templates/authentication/login.html:28
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr "Όνομα χρήστη: <strong>%(account)s</strong>"
#: templates/authentication/login.html:29
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr "Email: <strong>%(email)s</strong>"
#: templates/authentication/login.html:30
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr "Κωδικός πρόσβασης: <strong>%(password)s</strong>"
#: templates/authentication/login.html:31
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr "Αλλάξτε τον κωδικό πρόσβασης για να αυξήσετε την ασφάλεια και να απενεργοποιήσετε αυτό το μήνυμα."
#: templates/authentication/login.html:47
#: templates/authentication/login.html:55
msgid "Sign in"
msgstr "Συνδεθείτε"
#: templates/authentication/login.html:60
msgid "Forgot your password?"
msgstr "Ξεχάσατε τον κωδικό σας;"
#: 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 "Επαναφορά κωδικού πρόσβασης"
#: templates/authentication/password_reset_complete.html:15
msgid "Password reset complete! Click the link below to login."
msgstr "Η επαναφορά του κωδικού πρόσβασης ολοκληρώθηκε! Επιλέξτε τον παρακάτω σύνδεσμο για να συνδεθείτε."
#: templates/authentication/password_reset_complete.html:17
msgid "Login page"
msgstr "Σελίδασύνδεσης"
#: templates/authentication/password_reset_done.html:15
msgid "Password reset email sent!"
msgstr "Έγινε αποστολή ηλεκτρονικού μηνύματος για την επαναφορά του κωδικού πρόσβασης!"
#: templates/dashboard/numeric_widget.html:27
msgid "View details"
msgstr "Εμφάνηση λεπτομερειών"
#: templatetags/appearance_tags.py:17
msgid "None"
msgstr "Κανένα"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-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"

View File

@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-11-05 22:00+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"
"MIME-Version: 1.0\n"
@@ -83,7 +83,7 @@ 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 ""
msgstr "\n                %(project_title)s es un software gratuito y de código abierto realizado con <i class = \"fa fa-heart text-danger\" style = \"transform: rotate (10deg);\"> </i> por Roberto Rosario y colaboradores.\n            "
#: templates/appearance/about.html:109
#, python-format
@@ -91,7 +91,7 @@ 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 ""
msgstr "\n                Se necesita un gran esfuerzo para hacer que %(project_title)s sea tan rico en funcionalidad como lo es. ¡Necesitamos toda la ayuda que podamos conseguir!\n            "
#: templates/appearance/about.html:115
#, python-format
@@ -99,7 +99,7 @@ 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 ""
msgstr "\n                Si usa %(project_title)s por favor <a class=\"new_window\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3PXN336XFXQNN\"> considerar hacer una donación %(icon_social_paypal)s\n            "
#: templates/appearance/about.html:121
#, python-format
@@ -107,7 +107,7 @@ 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 ""
msgstr "\n                La lista completa de cambios está disponible a través de <a class=\"new_window\" href=\"https://docs.mayan-edms.com/releases/index.html\"> Notas de la versión %(icon_documentation)s </a> o la versión corta <a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms/blob/master/HISTORY.rst\"> Changelog %(icon_documentation)s </a>.\n            "
#: templates/appearance/about.html:127
#, python-format
@@ -115,7 +115,7 @@ 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 ""
msgstr "\n                Para preguntas, consulte la <a class=\"new_window\" href=\"https://docs.mayan-edms.com\"> Documentación %(icon_documentation)s </a> o <a class=\"new_window\" href=\"https://wiki.mayan-edms.com\"> el Wiki %(icon_wiki)s </a>.\n            "
#: templates/appearance/about.html:133
#, python-format
@@ -123,7 +123,7 @@ 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 ""
msgstr "\n                Si encontró un error o tiene una idea característica, visite el <a class=\"new_window\" href=\"https://forum.mayan-edms.com\"> Forum %(icon_forum)s </a> o abra un ticket en el <a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms\"> Repositorio de código fuente %(icon_source_code)s </a>\n            "
#: templates/appearance/about.html:138
#, python-format
@@ -132,7 +132,7 @@ msgid ""
" 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 ""
msgstr "\n                Riega la voz. ¡Habla con tus amigos y colegas sobre lo increíble que es %(project_title)s!\n                Síguenos en <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> o <a class=\"new_window\" href=\"https://www.instagram.com/mayan_edms/\"> Instagram %(icon_social_instagram)s </a>\n            "
#: templates/appearance/base.html:32
msgid "Warning"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n"

View File

@@ -5,13 +5,14 @@
# Translators:
# Aline Freitas <aline@alinefreitas.com.br>, 2016
# Jadson Ribeiro <jadsonbr@outlook.com.br>, 2017
# José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-12-22 00:58+0000\n"
"Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -25,11 +26,11 @@ msgstr "Aparência"
#: settings.py:13
msgid "Maximum number of characters that will be displayed as the view title."
msgstr ""
msgstr "Número máximo de caracteres que serão mostrados como o título da vista."
#: templates/403.html:5 templates/403.html:9
msgid "Insufficient permissions"
msgstr "Permissão insuficiente"
msgstr "Permissões insuficientes"
#: templates/403.html:11
msgid "You don't have enough permissions for this operation."
@@ -63,7 +64,7 @@ msgid ""
"\n"
" %(setting_project_title)s is based on %(project_title)s\n"
" "
msgstr ""
msgstr "\n%(setting_project_title)s é baseado em %(project_title)s"
#: templates/appearance/about.html:82
msgid "Version"
@@ -76,7 +77,7 @@ msgstr "Número de compilação: %(build_number)s"
#: templates/appearance/about.html:97
msgid "Released under the license:"
msgstr ""
msgstr "Lançado sob a licença:"
#: templates/appearance/about.html:103
#, python-format
@@ -84,7 +85,7 @@ 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 ""
msgstr "\n%(project_title)s é um software gratuito e de código aberto feito para você com <i class=\"fa fa-heart text-danger\" style=\"transform: rotate(10deg);\"></i> por Roberto Rosario e seus colaboradores."
#: templates/appearance/about.html:109
#, python-format
@@ -92,7 +93,7 @@ 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 ""
msgstr "\nMuito esforço é necessário para tornar %(project_title)s tão rico em recursos. Precisamos de toda a ajuda que pudermos obter!"
#: templates/appearance/about.html:115
#, python-format
@@ -100,7 +101,7 @@ 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 ""
msgstr "\nSe você utiliza %(project_title)s, por favor, <a class=\"new_window\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3PXN336XFXQNN\">considere realizar uma doação %(icon_social_paypal)s"
#: templates/appearance/about.html:121
#, python-format
@@ -108,7 +109,7 @@ 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 ""
msgstr "\nA lista de mudanças está disponível de maneira detalhada nas <a class=\"new_window\" href=\"https://docs.mayan-edms.com/releases/index.html\">Notas de Lançamento %(icon_documentation)s</a> ou, em versão mais curta, <a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms/blob/master/HISTORY.rst\">no Registro de Mudanças%(icon_documentation)s</a>."
#: templates/appearance/about.html:127
#, python-format
@@ -116,7 +117,7 @@ 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 ""
msgstr "\nCaso tenha dúvidas consulte a <a class=\"new_window\" href=\"https://docs.mayan-edms.com\">Documentação%(icon_documentation)s</a> ou a <a class=\"new_window\" href=\"https://wiki.mayan-edms.com\">Wiki%(icon_wiki)s</a>."
#: templates/appearance/about.html:133
#, python-format
@@ -124,7 +125,7 @@ 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 ""
msgstr "\nSe você encontrar algum erro ou tiver ideias para novos recursos, visite o <a class=\"new_window\" href=\"https://forum.mayan-edms.com\">Fórum%(icon_forum)s</a> ou abra um chamado no <a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms\">Repositório de Código Fonte%(icon_source_code)s</a>."
#: templates/appearance/about.html:138
#, python-format
@@ -133,7 +134,7 @@ msgid ""
" 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 ""
msgstr "\n\nEspalhe a palavra! Fale com seus amigos e colegas sobre como o %(project_title)s é incrível!\nSiga-nos no <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>, ou <a class=\"new_window\" href=\"https://www.instagram.com/mayan_edms/\">Instagram%(icon_social_instagram)s</a>"
#: templates/appearance/base.html:32
msgid "Warning"
@@ -173,7 +174,7 @@ msgstr "Criar"
#: templates/appearance/generic_confirm.html:14
msgid "Are you sure?"
msgstr ""
msgstr "Tem certeza?"
#: templates/appearance/generic_confirm.html:40
msgid "Yes"
@@ -265,15 +266,15 @@ msgstr "Nenhum resultado"
#: templates/appearance/root.html:58
msgid "Close"
msgstr ""
msgstr "Fechar"
#: templates/appearance/root.html:77
msgid "Server communication error"
msgstr ""
msgstr "Erro na comunicação com o servidor"
#: templates/appearance/root.html:79
msgid "Check you network connection and try again in a few moments."
msgstr ""
msgstr "Verifique sua conexão de rede e tente novamente em alguns instantes. "
#: templates/authentication/login.html:11
msgid "Login"
@@ -288,16 +289,16 @@ msgstr "Primeiro início de sessão"
msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
msgstr "Você acabou de instalar o <strong>%(project_title)s</strong>, parabéns!"
#: templates/authentication/login.html:27
msgid "Login using the following credentials:"
msgstr "Entre usando as seguintes credenciais"
msgstr "Entre usando as seguintes credenciais:"
#: templates/authentication/login.html:28
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr "Nome: <strong>%(account)s</strong>"
msgstr "Nome de usuário: <strong>%(account)s</strong>"
#: templates/authentication/login.html:29
#, python-format
@@ -322,7 +323,7 @@ msgstr "Entrar"
#: templates/authentication/login.html:60
msgid "Forgot your password?"
msgstr ""
msgstr "Esqueceu sua senha?"
#: templates/authentication/password_reset_complete.html:8
#: templates/authentication/password_reset_confirm.html:8
@@ -331,19 +332,19 @@ msgstr ""
#: templates/authentication/password_reset_form.html:8
#: templates/authentication/password_reset_form.html:20
msgid "Password reset"
msgstr ""
msgstr "Redefinir senha"
#: templates/authentication/password_reset_complete.html:15
msgid "Password reset complete! Click the link below to login."
msgstr ""
msgstr "Redefinição de senha concluída! Click no link abaixo para entrar."
#: templates/authentication/password_reset_complete.html:17
msgid "Login page"
msgstr ""
msgstr "Página de entrada"
#: templates/authentication/password_reset_done.html:15
msgid "Password reset email sent!"
msgstr ""
msgstr "E-mail de redefinição de senha enviado!"
#: templates/dashboard/numeric_widget.html:27
msgid "View details"

View File

@@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Harald Ersch, 2019
# Stefaniu Criste <gupi@hangar.ro>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2019-03-15 07:33+0000\n"
"Last-Translator: Harald Ersch\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,11 +21,11 @@ msgstr ""
#: apps.py:12 settings.py:9
msgid "Appearance"
msgstr ""
msgstr "Aspect"
#: settings.py:13
msgid "Maximum number of characters that will be displayed as the view title."
msgstr ""
msgstr "Numărul maxim de caractere care vor fi afișate ca titlu de vizualizare."
#: templates/403.html:5 templates/403.html:9
msgid "Insufficient permissions"
@@ -44,13 +45,13 @@ msgstr "Ne pare rău, dar pagina solicitată nu a putut fi găsit."
#: templates/500.html:5 templates/500.html:9 templates/appearance/root.html:53
msgid "Server error"
msgstr ""
msgstr "Eroare la server"
#: 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 ""
msgstr "A apărut o eroare. A fost raportată administratorilor site-ului prin e-mail și va fi reparatî în scurt timp. Mulțumim pentru răbdarea dvs."
#: templates/appearance/about.html:10
msgid "About"
@@ -62,7 +63,7 @@ msgid ""
"\n"
" %(setting_project_title)s is based on %(project_title)s\n"
" "
msgstr ""
msgstr "\n%(setting_project_title)s se bazează pe %(project_title)s"
#: templates/appearance/about.html:82
msgid "Version"
@@ -71,11 +72,11 @@ msgstr "Versiune"
#: templates/appearance/about.html:84
#, python-format
msgid "Build number: %(build_number)s"
msgstr ""
msgstr "Număr de compilare: %(build_number)s"
#: templates/appearance/about.html:97
msgid "Released under the license:"
msgstr ""
msgstr "Lansat sub licența:"
#: templates/appearance/about.html:103
#, python-format
@@ -83,7 +84,7 @@ 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 ""
msgstr "\n%(project_title)s este un software gratuit și cu sursă deschisă care ți-a fost prezentat cu <i class=\"fa fa-heart text-danger\" style=\"transform: rotate(10deg);\"> </i> de Roberto Rosario și colaboratorii."
#: templates/appearance/about.html:109
#, python-format
@@ -91,7 +92,7 @@ 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 ""
msgstr "\n Este necesar un efort deosebit pentru a face %(project_title)s atât de bun. Avem nevoie de cât mai mult ajutor!\n "
#: templates/appearance/about.html:115
#, python-format
@@ -99,7 +100,7 @@ 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 ""
msgstr "\n Dacă utilizați %(project_title)s vă rugăm<a class=\"new_window\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3PXN336XFXQNN\"> să aveți în vedere efectuarea unei donații %(icon_social_paypal)s</a>\n "
#: templates/appearance/about.html:121
#, python-format
@@ -107,7 +108,7 @@ 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 ""
msgstr "\nLista completă a modificărilor este disponibilă prin notele <a class=\"new_window\" href=\"https://docs.mayan-edms.com/releases/index.html\">Note de lansare%(icon_documentation)s </a> sau versiunea scurtă <a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms/blob/master/HISTORY.rst\"> Istoricul modificărilor %(icon_documentation)s </a>."
#: templates/appearance/about.html:127
#, python-format
@@ -115,7 +116,7 @@ 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 ""
msgstr "\n Pentru întrebări verificații <a class=\"new_window\" href=\"https://docs.mayan-edms.com\">Documentația%(icon_documentation)s</a> sau <a class=\"new_window\" href=\"https://wiki.mayan-edms.com\">Wiki %(icon_wiki)s</a>.\n "
#: templates/appearance/about.html:133
#, python-format
@@ -123,7 +124,7 @@ 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 ""
msgstr "\nDacă ați găsit un bug sau aveți o idee de noi caracteristici, vizitați <a class=\"new_window\" href=\"https://forum.mayan-edms.com\">Forumul %(icon_forum)s</a> sau deschideți un bilet în <a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms\">depozitul de coduri sursă%(icon_source_code)s</a>."
#: templates/appearance/about.html:138
#, python-format
@@ -132,7 +133,7 @@ msgid ""
" 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 ""
msgstr "\nImprastie vestea. Discutați cu prietenii și colegii despre cât de minunat este %(project_title)s!\nUrmăriți-ne pe <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>, sau <a class=\"new_window\" href=\"https://www.instagram.com/mayan_edms/\">Instagram %(icon_social_instagram)s</a>"
#: templates/appearance/base.html:32
msgid "Warning"
@@ -145,11 +146,11 @@ msgstr "Acţiuni"
#: templates/appearance/base.html:63
msgid "Toggle Dropdown"
msgstr ""
msgstr "Comutare mod listă"
#: templates/appearance/calculate_form_title.html:15
msgid "Confirm delete"
msgstr "Confirmă stergerea"
msgstr "Confirmă ștergerea"
#: templates/appearance/calculate_form_title.html:19
#: templates/appearance/calculate_form_title.html:28
@@ -172,7 +173,7 @@ msgstr "Creează"
#: templates/appearance/generic_confirm.html:14
msgid "Are you sure?"
msgstr ""
msgstr "Confirmați?"
#: templates/appearance/generic_confirm.html:40
msgid "Yes"
@@ -192,7 +193,7 @@ msgstr "necesar"
#: templates/appearance/generic_form_subtemplate.html:90
#: templates/appearance/generic_multiform_subtemplate.html:59
msgid "Save"
msgstr "salvează"
msgstr "Salvează"
#: templates/appearance/generic_form_subtemplate.html:90
#: templates/appearance/generic_multiform_subtemplate.html:59
@@ -212,7 +213,7 @@ msgstr "Anulează"
msgid ""
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
"%(total_pages)s)"
msgstr ""
msgstr "Total (%(start)s- %(end)s din %(total)s) ( Pagina %(page_number)s din %(total_pages)s )"
#: templates/appearance/generic_list_items_subtemplate.html:14
#: templates/appearance/generic_list_items_subtemplate.html:17
@@ -220,7 +221,7 @@ msgstr ""
#: templates/appearance/generic_list_subtemplate.html:17
#, python-format
msgid "Total: %(total)s"
msgstr ""
msgstr "Total: %(total)s"
#: templates/appearance/generic_list_subtemplate.html:50
msgid "Identifier"
@@ -228,7 +229,7 @@ msgstr "ID"
#: templates/appearance/home.html:9
msgid "Dashboard"
msgstr ""
msgstr "Panou principal"
#: templates/appearance/home.html:25
msgid "Getting started"
@@ -240,39 +241,39 @@ msgstr "Înainte de a putea utiliza Mayan EDMS în totalitate, trebuie sa faceț
#: templates/appearance/home.html:49
msgid "Search pages"
msgstr ""
msgstr "Căutare pagini"
#: templates/appearance/home.html:51 templates/appearance/home.html:61
msgid "Search"
msgstr "Căută"
msgstr "Căutare"
#: templates/appearance/home.html:52 templates/appearance/home.html:62
msgid "Advanced"
msgstr ""
msgstr "Avansate"
#: templates/appearance/home.html:59
msgid "Search documents"
msgstr ""
msgstr "Căutare documente"
#: templates/appearance/main_menu.html:10
msgid "Toggle navigation"
msgstr ""
msgstr "Comutare navigare"
#: templates/appearance/no_results.html:18
msgid "No results"
msgstr ""
msgstr "Fără rezultate"
#: templates/appearance/root.html:58
msgid "Close"
msgstr ""
msgstr "Închide"
#: templates/appearance/root.html:77
msgid "Server communication error"
msgstr ""
msgstr "Eroare de comunicare cu server-ul"
#: templates/appearance/root.html:79
msgid "Check you network connection and try again in a few moments."
msgstr ""
msgstr "Verificați conexiunea la rețea și încercați din nou în câteva momente."
#: templates/authentication/login.html:11
msgid "Login"
@@ -287,7 +288,7 @@ msgstr "Prima autentificare"
msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
msgstr "Tocmai ați terminat de instalat <strong>%(project_title)s</strong> felicitări!"
#: templates/authentication/login.html:27
msgid "Login using the following credentials:"
@@ -321,7 +322,7 @@ msgstr "Înscriere"
#: templates/authentication/login.html:60
msgid "Forgot your password?"
msgstr ""
msgstr "Ați uitat parola?"
#: templates/authentication/password_reset_complete.html:8
#: templates/authentication/password_reset_confirm.html:8
@@ -330,23 +331,23 @@ msgstr ""
#: templates/authentication/password_reset_form.html:8
#: templates/authentication/password_reset_form.html:20
msgid "Password reset"
msgstr ""
msgstr "Reinițializarea parolei"
#: templates/authentication/password_reset_complete.html:15
msgid "Password reset complete! Click the link below to login."
msgstr ""
msgstr "Reinițializarea parolei este finalizată! Faceți clic pe link-ul de mai jos pentru a vă conecta."
#: templates/authentication/password_reset_complete.html:17
msgid "Login page"
msgstr ""
msgstr "Pagina de conectare"
#: templates/authentication/password_reset_done.html:15
msgid "Password reset email sent!"
msgstr ""
msgstr "Email-ul de reinițializare a parolei a fost trimis!"
#: templates/dashboard/numeric_widget.html:27
msgid "View details"
msgstr ""
msgstr "Vizualizare detalii"
#: templatetags/appearance_tags.py:17
msgid "None"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-10-29 16:55+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n"

Binary file not shown.

View File

@@ -0,0 +1,353 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# yulin Gong <540538248@qq.com>, 2019
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2019-02-02 02:35+0000\n"
"Last-Translator: yulin Gong <540538248@qq.com>\n"
"Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/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:12 settings.py:9
msgid "Appearance"
msgstr "外观"
#: settings.py:13
msgid "Maximum number of characters that will be displayed as the view title."
msgstr "将显示为视图标题的最大字符数。"
#: templates/403.html:5 templates/403.html:9
msgid "Insufficient permissions"
msgstr "权限不足"
#: templates/403.html:11
msgid "You don't have enough permissions for this operation."
msgstr "您没有足够的权限执行此操作。"
#: templates/404.html:5 templates/404.html:9
msgid "Page not found"
msgstr "页面未找到"
#: templates/404.html:11
msgid "Sorry, but the requested page could not be found."
msgstr "抱歉,找不到请求的页面。"
#: templates/500.html:5 templates/500.html:9 templates/appearance/root.html:53
msgid "Server error"
msgstr "服务器错误"
#: 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 "出现了错误。它已通过电子邮件报告给网站管理员,应该很快就会修复。谢谢你的耐心。"
#: templates/appearance/about.html:10
msgid "About"
msgstr "关于"
#: 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基于%(project_title)s\n                "
#: templates/appearance/about.html:82
msgid "Version"
msgstr "版本"
#: templates/appearance/about.html:84
#, python-format
msgid "Build number: %(build_number)s"
msgstr "版本号:%(build_number)s"
#: templates/appearance/about.html:97
msgid "Released under the license:"
msgstr "根据许可证发布:"
#: 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是一个免费的开源软件由Roberto Rosario和贡献者提供<i class=\"fa fa-heart text-danger\" style=\"transform: rotate(10deg);\"></i>。\n            "
#: 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 "\n                要使%(project_title)s功能丰富需要付出很大的努力。我们需要得到更多的帮助\n            "
#: 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 "\n                如果您使用%(project_title)s请<a class=\"new_window\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3PXN336XFXQNN\">考虑捐款%(icon_social_paypal)s </a>\n            "
#: 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 "\n                完整的更改列表可见于<a class=\"new_window\" href=\"https://docs.mayan-edms.com/releases/index.html\">发行说明%(icon_documentation)s </a>或简短版本<a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms/blob/master/HISTORY.rst\">更改日志%(icon_documentation)s </a>。\n            "
#: 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 "\n                有关问题请查看<a class=\"new_window\" href=\"https://docs.mayan-edms.com\">文档%(icon_documentation)s </a>或<a class=\"new_window\" href=\"https://wiki.mayan-edms.com\"> Wiki %(icon_wiki)s </a>。\n            "
#: 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 "\n                如果您发现了bug或有功能创意请访问<a class=\"new_window\" href=\"https://forum.mayan-edms.com\">论坛%(icon_forum)s </a>或在<a class=\"new_window\" href=\"https://gitlab.com/mayan-edms/mayan-edms\">源代码仓库%(icon_source_code)s </a>提交问题。\n            "
#: 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 "\n                宣传这个软件。和你的朋友和同事谈谈%(project_title)s真棒\n                在<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>,或<a class=\"new_window\" href=\"https://www.instagram.com/mayan_edms/\"> Instagram %(icon_social_instagram)s </a>关注我们\n            "
#: templates/appearance/base.html:32
msgid "Warning"
msgstr "警告"
#: templates/appearance/base.html:61
#: templates/navigation/generic_navigation.html:6
msgid "Actions"
msgstr "操作"
#: templates/appearance/base.html:63
msgid "Toggle Dropdown"
msgstr "切换下拉列表"
#: templates/appearance/calculate_form_title.html:15
msgid "Confirm delete"
msgstr "确认删除"
#: templates/appearance/calculate_form_title.html:19
#: templates/appearance/calculate_form_title.html:28
#, python-format
msgid "Edit: %(object)s"
msgstr "编辑:%(object)s"
#: templates/appearance/calculate_form_title.html:21
msgid "Confirm"
msgstr "确认"
#: templates/appearance/calculate_form_title.html:25
#, python-format
msgid "Details for: %(object)s"
msgstr "详情:%(object)s"
#: templates/appearance/calculate_form_title.html:30
msgid "Create"
msgstr "创建"
#: templates/appearance/generic_confirm.html:14
msgid "Are you sure?"
msgstr "你确定吗?"
#: templates/appearance/generic_confirm.html:40
msgid "Yes"
msgstr "是"
#: templates/appearance/generic_confirm.html:44
msgid "No"
msgstr "否"
#: templates/appearance/generic_form_instance.html:49
#: templates/appearance/generic_form_instance.html:55
#: templates/appearance/generic_form_subtemplate.html:51
#: templates/appearance/generic_multiform_subtemplate.html:37
msgid "required"
msgstr "需要的"
#: templates/appearance/generic_form_subtemplate.html:90
#: templates/appearance/generic_multiform_subtemplate.html:59
msgid "Save"
msgstr "保存"
#: templates/appearance/generic_form_subtemplate.html:90
#: templates/appearance/generic_multiform_subtemplate.html:59
#: templates/authentication/password_reset_confirm.html:29
#: templates/authentication/password_reset_form.html:29
msgid "Submit"
msgstr "提交"
#: templates/appearance/generic_form_subtemplate.html:94
#: templates/appearance/generic_multiform_subtemplate.html:63
msgid "Cancel"
msgstr "取消"
#: templates/appearance/generic_list_items_subtemplate.html:12
#: templates/appearance/generic_list_subtemplate.html:12
#, python-format
msgid ""
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
"%(total_pages)s)"
msgstr "总计(%(start)s - %(end)s%(total)s第%(page_number)s页总%(total_pages)s页"
#: templates/appearance/generic_list_items_subtemplate.html:14
#: templates/appearance/generic_list_items_subtemplate.html:17
#: templates/appearance/generic_list_subtemplate.html:14
#: templates/appearance/generic_list_subtemplate.html:17
#, python-format
msgid "Total: %(total)s"
msgstr "总计:%(total)s"
#: templates/appearance/generic_list_subtemplate.html:50
msgid "Identifier"
msgstr "识别码"
#: templates/appearance/home.html:9
msgid "Dashboard"
msgstr "仪表板"
#: templates/appearance/home.html:25
msgid "Getting started"
msgstr "入门"
#: templates/appearance/home.html:28
msgid "Before you can fully use Mayan EDMS you need the following:"
msgstr "在您充分使用Mayan EDMS之前您需要以下内容"
#: templates/appearance/home.html:49
msgid "Search pages"
msgstr "搜索页面"
#: templates/appearance/home.html:51 templates/appearance/home.html:61
msgid "Search"
msgstr "搜索"
#: templates/appearance/home.html:52 templates/appearance/home.html:62
msgid "Advanced"
msgstr "高级"
#: templates/appearance/home.html:59
msgid "Search documents"
msgstr "搜索文档"
#: templates/appearance/main_menu.html:10
msgid "Toggle navigation"
msgstr "切换导航"
#: templates/appearance/no_results.html:18
msgid "No results"
msgstr "没有结果"
#: templates/appearance/root.html:58
msgid "Close"
msgstr "关闭"
#: templates/appearance/root.html:77
msgid "Server communication error"
msgstr "服务器通信错误"
#: templates/appearance/root.html:79
msgid "Check you network connection and try again in a few moments."
msgstr "检查网络连接,并稍后再试。"
#: templates/authentication/login.html:11
msgid "Login"
msgstr "登录"
#: templates/authentication/login.html:22
msgid "First time login"
msgstr "第一次登录"
#: templates/authentication/login.html:26
#, python-format
msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr "您刚刚安装了<strong> %(project_title)s </strong>,恭喜!"
#: templates/authentication/login.html:27
msgid "Login using the following credentials:"
msgstr "使用以下凭据登录:"
#: templates/authentication/login.html:28
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr "用户名:<strong> %(account)s </strong>"
#: templates/authentication/login.html:29
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr "电子邮件:<strong> %(email)s </strong>"
#: templates/authentication/login.html:30
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr "密码:<strong> %(password)s </strong>"
#: templates/authentication/login.html:31
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr "请务必更改密码以提高安全性并禁用此消息。"
#: templates/authentication/login.html:47
#: templates/authentication/login.html:55
msgid "Sign in"
msgstr "登入"
#: templates/authentication/login.html:60
msgid "Forgot your password?"
msgstr "忘记密码了吗?"
#: 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 "重置密码"
#: templates/authentication/password_reset_complete.html:15
msgid "Password reset complete! Click the link below to login."
msgstr "密码重置完成!点击下面的链接登录。"
#: templates/authentication/password_reset_complete.html:17
msgid "Login page"
msgstr "登录页面"
#: templates/authentication/password_reset_done.html:15
msgid "Password reset email sent!"
msgstr "密码重置邮件已发送!"
#: templates/dashboard/numeric_widget.html:27
msgid "View details"
msgstr "查看详情"
#: templatetags/appearance_tags.py:17
msgid "None"
msgstr "没有"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n"

View File

@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\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:18 settings.py:9
msgid "Authentication"
@@ -45,7 +45,7 @@ msgstr ""
#: links.py:19
msgid "Logout"
msgstr "Log ud"
msgstr ""
#: links.py:23
msgid "Change password"

View File

@@ -3,19 +3,20 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Rasmus Kierudsen <tebrasso@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-11-05 13:44+0000\n"
"Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>\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: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Language: da_DK\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:18 settings.py:9
msgid "Authentication"
@@ -23,29 +24,29 @@ msgstr ""
#: forms.py:18
msgid "Email"
msgstr "电子邮件"
msgstr "Email"
#: forms.py:21
msgid "Password"
msgstr "密码"
msgstr "Password"
#: forms.py:23 forms.py:72
msgid "Remember me"
msgstr ""
msgstr "Husk mig"
#: forms.py:26
msgid ""
"Please enter a correct email and password. Note that the password field is "
"case-sensitive."
msgstr "请输入正确的邮箱或者密码。注意!密码是大小写敏感的。"
msgstr ""
#: forms.py:28
msgid "This account is inactive."
msgstr "此账号未激活"
msgstr "Denne bruger er inaktiv"
#: links.py:19
msgid "Logout"
msgstr "退出"
msgstr "Log af"
#: links.py:23
msgid "Change password"
@@ -65,7 +66,7 @@ msgstr ""
#: views.py:79
msgid "Current user password change"
msgstr "当前用户密码修改"
msgstr ""
#: views.py:84
msgid "Changing the password is not allowed for this account."
@@ -73,4 +74,4 @@ msgstr ""
#: views.py:101
msgid "Your password has been successfully changed."
msgstr "你的密码已经修改成功"
msgstr ""

View File

@@ -4,13 +4,15 @@
#
# Translators:
# Berny <berny@bernhard-marx.de>, 2015
# Stefan Rempe, 2018
# Stefan Rempe, 2018
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2019-03-31 21:37+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -32,7 +34,7 @@ msgstr "Passwort"
#: forms.py:23 forms.py:72
msgid "Remember me"
msgstr ""
msgstr "Angemeldet bleiben"
#: forms.py:26
msgid ""
@@ -62,7 +64,7 @@ msgstr "Authentifizierungs-Mechanismus für die Benutzer. Optionen: Benutzername
msgid ""
"Maximum time an user clicking the \"Remember me\" checkbox will remain "
"logged in. Value is time in seconds."
msgstr ""
msgstr "Maximale Zeit in Sekunden die ein Nutzer mit der \"Angemeldet bleiben\" Checkbox angemeldet bleibt. "
#: views.py:79
msgid "Current user password change"
@@ -70,7 +72,7 @@ msgstr "Passwortänderung für aktuellen Benutzer"
#: views.py:84
msgid "Changing the password is not allowed for this account."
msgstr ""
msgstr "Ein Passwortwechsel ist für diesen Account nicht erlaubt."
#: views.py:101
msgid "Your password has been successfully changed."

View File

@@ -0,0 +1,76 @@
# 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 ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\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:18 settings.py:9
msgid "Authentication"
msgstr "Πιστοποίηση"
#: forms.py:18
msgid "Email"
msgstr "Λογαριασμός email"
#: forms.py:21
msgid "Password"
msgstr "Κωδικός πρόσβασης"
#: forms.py:23 forms.py:72
msgid "Remember me"
msgstr "Να με θυμάσαι"
#: forms.py:26
msgid ""
"Please enter a correct email and password. Note that the password field is "
"case-sensitive."
msgstr "Παρακαλώ εισάγετε το email και τον κωδικό σας. Σημειώστε ότι το πεδίο του κωδικού κάνει διάκριση μεταξύ κεφαλαίων και πεζών χαρακτήρων."
#: forms.py:28
msgid "This account is inactive."
msgstr "Αυτός ο λογαριασμός είναι ανενεργός."
#: links.py:19
msgid "Logout"
msgstr "Αποσύνδεση"
#: links.py:23
msgid "Change password"
msgstr "Αλλαγή κωδικού πρόσβασης"
#: settings.py:13
msgid ""
"Controls the mechanism used to authenticated user. Options are: username, "
"email"
msgstr "Ελέγχει τονμηχανισμό που χρησιμοποιείται για την πιστοποίηση των χρηστών. Οι διαθέσιμες επιλογές είναι: Όνομα χρήστη, email"
#: settings.py:20
msgid ""
"Maximum time an user clicking the \"Remember me\" checkbox will remain "
"logged in. Value is time in seconds."
msgstr "Μέγιστος χρόνος που ένας χρήστης θα παραμείνει συνδεμένος αν έχει τσεκάρει την επιλογή \"Να με θυμάσαι\". Η τιμή είναι σε δευτερόλεπτα."
#: views.py:79
msgid "Current user password change"
msgstr "Αλλαγή κωδικού πρόσβασης του συνδεδεμένου χρήστη."
#: views.py:84
msgid "Changing the password is not allowed for this account."
msgstr ""
#: views.py:101
msgid "Your password has been successfully changed."
msgstr "Επιτυχής αλλαγή του κωδικού σας."

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-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"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-27 02:19+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n"

View File

@@ -4,13 +4,14 @@
#
# Translators:
# Aline Freitas <aline@alinefreitas.com.br>, 2016
# José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-12-21 01:19+0000\n"
"Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -32,13 +33,13 @@ msgstr "Senha"
#: forms.py:23 forms.py:72
msgid "Remember me"
msgstr ""
msgstr "Lembrar de mim"
#: forms.py:26
msgid ""
"Please enter a correct email and password. Note that the password field is "
"case-sensitive."
msgstr "Por favor, indique um e-mail e senha corretamente. Note-se que o campo de senha diferencia maiúsculas de minúsculas."
msgstr "Por favor, indique um e-mail e senha corretamente. Note que o campo de senha diferencia maiúsculas de minúsculas."
#: forms.py:28
msgid "This account is inactive."
@@ -62,7 +63,7 @@ msgstr "Controla o mecanismo usado para autenticar o usuário. As opções são:
msgid ""
"Maximum time an user clicking the \"Remember me\" checkbox will remain "
"logged in. Value is time in seconds."
msgstr ""
msgstr "Tempo máximo que um usuário que tenha clicado na caixa de seleção \"Lembrar de mim\" permanecerá logado. O valor corresponde ao tempo em segundos."
#: views.py:79
msgid "Current user password change"
@@ -70,7 +71,7 @@ msgstr "Alteração de senha do usuário atual"
#: views.py:84
msgid "Changing the password is not allowed for this account."
msgstr ""
msgstr "Alterar a senha não é permitido para esta conta."
#: views.py:101
msgid "Your password has been successfully changed."

View File

@@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Harald Ersch, 2019
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2019-03-15 07:45+0000\n"
"Last-Translator: Harald Ersch\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@ msgstr ""
#: apps.py:18 settings.py:9
msgid "Authentication"
msgstr ""
msgstr "Autentificare"
#: forms.py:18
msgid "Email"
@@ -27,17 +28,17 @@ msgstr "email"
#: forms.py:21
msgid "Password"
msgstr ""
msgstr "Parola"
#: forms.py:23 forms.py:72
msgid "Remember me"
msgstr ""
msgstr "Amintește-ți de mine"
#: forms.py:26
msgid ""
"Please enter a correct email and password. Note that the password field is "
"case-sensitive."
msgstr ""
msgstr "Introduceți un e-mail și o parolă corecte. Rețineți! Câmpul parolei este sensibil la minuscule."
#: forms.py:28
msgid "This account is inactive."
@@ -45,31 +46,31 @@ msgstr "Acest cont este inactiv."
#: links.py:19
msgid "Logout"
msgstr "deconectare"
msgstr "Deconectare"
#: links.py:23
msgid "Change password"
msgstr ""
msgstr "Schimbați parola"
#: settings.py:13
msgid ""
"Controls the mechanism used to authenticated user. Options are: username, "
"email"
msgstr ""
msgstr "Controlează mecanismul utilizat pentru utilizatorul autentificat. Opțiunile sunt: numele de utilizator, e-mailul"
#: settings.py:20
msgid ""
"Maximum time an user clicking the \"Remember me\" checkbox will remain "
"logged in. Value is time in seconds."
msgstr ""
msgstr "Perioada maximă de timp în care un utilizator dă clic pe caseta de selectare \"Reține-mă\" va rămâne logat. Valoarea este timpul în secunde."
#: views.py:79
msgid "Current user password change"
msgstr "Schimbare parola pentru utilizatorul curent"
msgstr "Schimbare parolă pentru utilizatorul curent"
#: views.py:84
msgid "Changing the password is not allowed for this account."
msgstr ""
msgstr "Schimbarea parolei nu este permisă pentru acest cont."
#: views.py:101
msgid "Your password has been successfully changed."

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-29 12:42-0400\n"
"POT-Creation-Date: 2019-04-02 14:29-0400\n"
"PO-Revision-Date: 2018-09-08 08:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n"

Some files were not shown because too many files have changed in this diff Show More