From 67437f7b9cb1974406e4d2f53a4bb2a218d58672 Mon Sep 17 00:00:00 2001 From: Daniel <71837281+darmiel@users.noreply.github.com> Date: Sat, 6 Mar 2021 15:27:55 +0100 Subject: [PATCH 01/71] Check if the user has permissions for Docker --- install-paperless-ng.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/install-paperless-ng.sh b/install-paperless-ng.sh index 8fb44e222..b0f0950fc 100755 --- a/install-paperless-ng.sh +++ b/install-paperless-ng.sh @@ -64,6 +64,17 @@ if [[ -z $(which docker-compose) ]] ; then exit 1 fi +# Check if user has permissions to run Docker by trying to get the status of Docker (docker status). +# If this fails, the user probably does not have permissions for Docker. +docker stats --no-stream 2>/dev/null 1>&2 +if [ $? -ne 0 ] ; then + echo "" + echo "WARN: It look like the current user does not have Docker permissions." + echo "WARN: Use 'sudo usermod -aG docker $USER' to assign Docker permissions to the user." + echo "" + sleep 3 +fi + echo "" echo "############################################" echo "### Paperless-ng docker installation ###" From 42fd62ecfd54bd55915439690b88552b3020c914 Mon Sep 17 00:00:00 2001 From: Daniel <71837281+darmiel@users.noreply.github.com> Date: Sat, 6 Mar 2021 15:30:16 +0100 Subject: [PATCH 02/71] Changed spaces to tabs --- install-paperless-ng.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-paperless-ng.sh b/install-paperless-ng.sh index b0f0950fc..f9cfddf14 100755 --- a/install-paperless-ng.sh +++ b/install-paperless-ng.sh @@ -68,8 +68,8 @@ fi # If this fails, the user probably does not have permissions for Docker. docker stats --no-stream 2>/dev/null 1>&2 if [ $? -ne 0 ] ; then - echo "" - echo "WARN: It look like the current user does not have Docker permissions." + echo "" + echo "WARN: It look like the current user does not have Docker permissions." echo "WARN: Use 'sudo usermod -aG docker $USER' to assign Docker permissions to the user." echo "" sleep 3 From 4862eb5e84c656f5921eedeb8ad43d395c553bd8 Mon Sep 17 00:00:00 2001 From: Daniel <71837281+darmiel@users.noreply.github.com> Date: Sat, 6 Mar 2021 15:40:19 +0100 Subject: [PATCH 03/71] Use -e switch after docker permission check --- install-paperless-ng.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-paperless-ng.sh b/install-paperless-ng.sh index f9cfddf14..c550d253c 100755 --- a/install-paperless-ng.sh +++ b/install-paperless-ng.sh @@ -1,7 +1,5 @@ #!/bin/bash -set -e - ask() { while true ; do if [[ -z $3 ]] ; then @@ -75,6 +73,8 @@ if [ $? -ne 0 ] ; then sleep 3 fi +set -e + echo "" echo "############################################" echo "### Paperless-ng docker installation ###" From ea9e8522164d388653e9feb36134ac245127a5b1 Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 22:41:35 +0100 Subject: [PATCH 04/71] fix a failing test case --- src/documents/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/tests/test_views.py b/src/documents/tests/test_views.py index ccc41666a..7f7a07a61 100644 --- a/src/documents/tests/test_views.py +++ b/src/documents/tests/test_views.py @@ -15,7 +15,7 @@ class TestViews(TestCase): def test_index(self): self.client.force_login(self.user) - for (language_given, language_actual) in [("", "en-US"), ("en-US", "en-US"), ("de", "de"), ("en", "en-US"), ("en-us", "en-US"), ("fr", "fr"), ("jp", "en-US")]: + for (language_given, language_actual) in [("", "en-US"), ("en-US", "en-US"), ("de", "de-DE"), ("en", "en-US"), ("en-us", "en-US"), ("fr", "fr-FR"), ("jp", "en-US")]: if language_given: self.client.cookies.load({settings.LANGUAGE_COOKIE_NAME: language_given}) elif settings.LANGUAGE_COOKIE_NAME in self.client.cookies.keys(): From 254dc62ca672f6b4fd11126dd907fb4b335ba70c Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 22:50:35 +0100 Subject: [PATCH 05/71] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e59535af4..7cecbc0f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [](https://github.com/jonaswinkler/paperless-ng/actions)  +[](https://crowdin.com/project/paperless-ng) [](https://paperless-ng.readthedocs.io/en/latest/?badge=latest) [](https://gitter.im/paperless-ng/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://hub.docker.com/r/jonaswinkler/paperless-ng) From 59bc467c508f2e9576d39219dc3226f095b5a054 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 22:52:52 +0100 Subject: [PATCH 06/71] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cecbc0f8..45c71ab67 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ The documentation for Paperless-ng is available on [ReadTheDocs](https://paperle # Translation -Paperless is currently available in English, German, Dutch, French, and Portuguese. +Paperless is currently available in English, German, Dutch, French, Portuguese, Italian, and Romanian. -There's an active translation project at transifex! If you want to help out by translating paperless into your language, please head over to https://github.com/jonaswinkler/paperless-ng/issues/212 for details. +There's an active translation project at crowdin! If you want to help out by translating paperless into your language, please head over to https://github.com/jonaswinkler/paperless-ng/issues/212 for details. # Feature Requests From 381af329bd056119ee00ab63009043fa95ba5092 Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:40:29 +0100 Subject: [PATCH 07/71] fix language codes --- src-ui/src/app/services/settings.service.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src-ui/src/app/services/settings.service.ts b/src-ui/src/app/services/settings.service.ts index 8810cd653..a2214bd04 100644 --- a/src-ui/src/app/services/settings.service.ts +++ b/src-ui/src/app/services/settings.service.ts @@ -89,12 +89,12 @@ export class SettingsService { return [ {code: "en-us", name: $localize`English (US)`, englishName: "English (US)", dateInputFormat: "mm/dd/yyyy"}, {code: "en-gb", name: $localize`English (GB)`, englishName: "English (GB)", dateInputFormat: "dd/mm/yyyy"}, - {code: "de", name: $localize`German`, englishName: "German", dateInputFormat: "dd.mm.yyyy"}, - {code: "nl", name: $localize`Dutch`, englishName: "Dutch", dateInputFormat: "dd-mm-yyyy"}, - {code: "fr", name: $localize`French`, englishName: "French", dateInputFormat: "dd/mm/yyyy"}, + {code: "de-de", name: $localize`German`, englishName: "German", dateInputFormat: "dd.mm.yyyy"}, + {code: "nl-nl", name: $localize`Dutch`, englishName: "Dutch", dateInputFormat: "dd-mm-yyyy"}, + {code: "fr-fr", name: $localize`French`, englishName: "French", dateInputFormat: "dd/mm/yyyy"}, {code: "pt-br", name: $localize`Portuguese (Brazil)`, englishName: "Portuguese (Brazil)", dateInputFormat: "dd/mm/yyyy"}, - {code: "it", name: $localize`Italian`, englishName: "Italian", dateInputFormat: "dd/mm/yyyy"}, - {code: "ro", name: $localize`Romanian`, englishName: "Romanian", dateInputFormat: "dd.mm.yyyy"} + {code: "it-it", name: $localize`Italian`, englishName: "Italian", dateInputFormat: "dd/mm/yyyy"}, + {code: "ro-ro", name: $localize`Romanian`, englishName: "Romanian", dateInputFormat: "dd.mm.yyyy"} ] } From d495bfab51d9b781e58e1a14f9a3726afcb17803 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:03 +0100 Subject: [PATCH 08/71] New translations django.po (Romanian) [ci skip] --- src/locale/ro_RO/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locale/ro_RO/LC_MESSAGES/django.po b/src/locale/ro_RO/LC_MESSAGES/django.po index 7d83eae22..daf063920 100644 --- a/src/locale/ro_RO/LC_MESSAGES/django.po +++ b/src/locale/ro_RO/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:39\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: Romanian\n" "Language: ro_RO\n" @@ -180,7 +180,7 @@ msgstr "Pozitia acestui document in arhiva fizica." #: documents/models.py:223 msgid "document" -msgstr "" +msgstr "document" #: documents/models.py:224 msgid "documents" From 5da441a00180b1ee4351e0d49331037518083aa1 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:05 +0100 Subject: [PATCH 09/71] New translations django.po (Portuguese) [ci skip] --- src/locale/pt_PT/LC_MESSAGES/django.po | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/locale/pt_PT/LC_MESSAGES/django.po b/src/locale/pt_PT/LC_MESSAGES/django.po index df07b0ad6..478a4bbd3 100644 --- a/src/locale/pt_PT/LC_MESSAGES/django.po +++ b/src/locale/pt_PT/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:40\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "Language: pt_PT\n" @@ -19,31 +19,31 @@ msgstr "" #: documents/apps.py:10 msgid "Documents" -msgstr "" +msgstr "Documentos" #: documents/models.py:32 msgid "Any word" -msgstr "" +msgstr "Qualquer palavra" #: documents/models.py:33 msgid "All words" -msgstr "" +msgstr "Todas as palavras" #: documents/models.py:34 msgid "Exact match" -msgstr "" +msgstr "Detecção exata" #: documents/models.py:35 msgid "Regular expression" -msgstr "" +msgstr "Expressão regular" #: documents/models.py:36 msgid "Fuzzy word" -msgstr "" +msgstr "Palavra difusa (fuzzy)" #: documents/models.py:37 msgid "Automatic" -msgstr "" +msgstr "Automático" #: documents/models.py:41 documents/models.py:350 paperless_mail/models.py:25 #: paperless_mail/models.py:109 @@ -398,23 +398,23 @@ msgstr "" #: paperless/settings.py:297 msgid "English (US)" -msgstr "" +msgstr "Inglês (EUA)" #: paperless/settings.py:298 msgid "English (GB)" -msgstr "" +msgstr "English (GB)" #: paperless/settings.py:299 msgid "German" -msgstr "" +msgstr "Deutsch" #: paperless/settings.py:300 msgid "Dutch" -msgstr "" +msgstr "Nederlandse" #: paperless/settings.py:301 msgid "French" -msgstr "" +msgstr "Français" #: paperless/settings.py:302 msgid "Portuguese (Brazil)" @@ -442,7 +442,7 @@ msgstr "" #: paperless_mail/admin.py:37 msgid "Actions" -msgstr "" +msgstr "Ações" #: paperless_mail/admin.py:39 msgid "The action applied to the mail. This action is only performed when documents were consumed from the mail. Mails without attachments will remain entirely untouched." @@ -450,7 +450,7 @@ msgstr "" #: paperless_mail/admin.py:46 msgid "Metadata" -msgstr "" +msgstr "Metadados" #: paperless_mail/admin.py:48 msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." @@ -534,7 +534,7 @@ msgstr "" #: paperless_mail/models.py:81 msgid "Delete" -msgstr "" +msgstr "Excluir" #: paperless_mail/models.py:88 msgid "Use subject as title" From 46ae7f16dd243be9ad0caa2a04af8b901575234c Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:07 +0100 Subject: [PATCH 10/71] New translations messages.xlf (English, United Kingdom) [ci skip] --- src-ui/src/locale/messages.en_GB.xlf | 564 +++++++++++++-------------- 1 file changed, 282 insertions(+), 282 deletions(-) diff --git a/src-ui/src/locale/messages.en_GB.xlf b/src-ui/src/locale/messages.en_GB.xlf index bb1800aba..13daeb771 100644 --- a/src-ui/src/locale/messages.en_GB.xlf +++ b/src-ui/src/locale/messages.en_GB.xlf @@ -8,7 +8,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Document added</target> + <target state="translated">Document added</target> </trans-unit> <trans-unit id="9204248378636247318" datatype="html"> <source>Document <x id="PH" equiv-text="status.filename"/> was added to paperless.</source> @@ -16,7 +16,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Document <x equiv-text="status.filename" id="PH"/> was added to paperless.</target> + <target state="translated">Document <x id="PH" equiv-text="status.filename"/> was added to paperless.</target> </trans-unit> <trans-unit id="1931214133925051574" datatype="html"> <source>Open document</source> @@ -24,7 +24,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Open document</target> + <target state="translated">Open document</target> </trans-unit> <trans-unit id="8582620835547864448" datatype="html"> <source>Could not add <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></source> @@ -32,7 +32,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Could not add <x equiv-text="status.filename" id="PH"/>: <x equiv-text="status.message" id="PH_1"/></target> + <target state="translated">Could not add <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> </trans-unit> <trans-unit id="1710712016675379662" datatype="html"> <source>New document detected</source> @@ -40,7 +40,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="needs-translation">New document detected</target> + <target state="translated">New document detected</target> </trans-unit> <trans-unit id="587031278561344416" datatype="html"> <source>Document <x id="PH" equiv-text="status.filename"/> is being processed by paperless.</source> @@ -48,7 +48,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="translated">Document <x equiv-text="status.filename" id="PH"/> is being processed by paperless.</target> + <target state="translated">Document <x id="PH" equiv-text="status.filename"/> is being processed by paperless.</target> </trans-unit> <trans-unit id="4733307402565258070" datatype="html"> <source>Documents</source> @@ -56,7 +56,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Documents</target> </trans-unit> <trans-unit id="2155249406916744630" datatype="html"> <source>View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</source> @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="translated">View "<x equiv-text="this.list.activeSavedViewTitle" id="PH"/>" saved successfully.</target> + <target state="translated">View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">View "<x equiv-text="savedView.name" id="PH"/>" created successfully.</target> + <target state="translated">View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -80,7 +80,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation">Select</target> + <target state="translated">Select</target> </trans-unit> <trans-unit id="7e1f9a7054aff842832620c03dedae894787ba41" datatype="html"> <source>Select none</source> @@ -88,7 +88,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Select none</target> + <target state="translated">Select none</target> </trans-unit> <trans-unit id="2ed8a0c2ce4968f8614151eefed20a0aa3daeeb9" datatype="html"> <source>Select page</source> @@ -96,7 +96,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Select page</target> + <target state="translated">Select page</target> </trans-unit> <trans-unit id="b463541a7e303aa4d0b1102eaff8afbaf34e7a74" datatype="html"> <source>Select all</source> @@ -104,7 +104,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Select all</target> + <target state="translated">Select all</target> </trans-unit> <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html"> <source>Sort</source> @@ -112,7 +112,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Sort</target> + <target state="translated">Sort</target> </trans-unit> <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html"> <source>Views</source> @@ -120,7 +120,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">64</context> </context-group> - <target state="needs-translation">Views</target> + <target state="translated">Views</target> </trans-unit> <trans-unit id="b69d81ff62cdc22b6bf88fe0b72dc1f66ccfa44f" datatype="html"> <source>Save as...</source> @@ -128,7 +128,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="needs-translation">Save as...</target> + <target state="translated">Save as...</target> </trans-unit> <trans-unit id="5f5ce787c428d917c30c9bd70789a618e09743a7" datatype="html"> <source>Save "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</source> @@ -136,7 +136,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">71</context> </context-group> - <target state="translated">Save "<x equiv-text="{{list.activeSavedViewTitle}}" id="INTERPOLATION"/>"</target> + <target state="translated">Save "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> </trans-unit> <trans-unit id="439e7cc3c1ecefded167ed4d37f7d22dad6a9159" datatype="html"> <source>{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</source> @@ -144,7 +144,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">85</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</target> </trans-unit> <trans-unit id="bb773fdeaad5e7fb8e6cd77e1cc558e1b194a0c9" datatype="html"> <source>{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</source> @@ -152,7 +152,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">86</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</target> </trans-unit> <trans-unit id="bb91083b44e3f77dd68de773ceab467ca3d57507" datatype="html"> <source>(filtered)</source> @@ -160,7 +160,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">86</context> </context-group> - <target state="needs-translation">(filtered)</target> + <target state="translated">(filtered)</target> </trans-unit> <trans-unit id="ca0b795795658155d44ddca02e95f1feeeb4a88f" datatype="html"> <source>ASN</source> @@ -168,7 +168,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">105</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="7b5c6286aaded63fb279d6deb8aa8c704e085ced" datatype="html"> <source>Correspondent</source> @@ -176,7 +176,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="needs-translation">Correspondent</target> + <target state="translated">Correspondent</target> </trans-unit> <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> <source>Title</source> @@ -184,7 +184,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">117</context> </context-group> - <target state="needs-translation">Title</target> + <target state="translated">Title</target> </trans-unit> <trans-unit id="2bd5919e8098513664a89d5b7b52d61e3063950f" datatype="html"> <source>Document type</source> @@ -192,7 +192,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Document type</target> + <target state="translated">Document type</target> </trans-unit> <trans-unit id="1b051734b0ee9021991c91b3ed4e81c244322462" datatype="html"> <source>Created</source> @@ -200,7 +200,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">129</context> </context-group> - <target state="needs-translation">Created</target> + <target state="translated">Created</target> </trans-unit> <trans-unit id="80e3b490720757978c99a7b5af3885faf202b955" datatype="html"> <source>Added</source> @@ -208,7 +208,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">135</context> </context-group> - <target state="needs-translation">Added</target> + <target state="translated">Added</target> </trans-unit> <trans-unit id="9021887951960049161" datatype="html"> <source>Confirm delete</source> @@ -216,7 +216,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="needs-translation">Confirm delete</target> + <target state="translated">Confirm delete</target> </trans-unit> <trans-unit id="5382975254277698192" datatype="html"> <source>Do you really want to delete document "<x id="PH" equiv-text="this.document.title"/>"?</source> @@ -224,7 +224,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">204</context> </context-group> - <target state="translated">Do you really want to delete document "<x equiv-text="this.document.title" id="PH"/>"?</target> + <target state="translated">Do you really want to delete document "<x id="PH" equiv-text="this.document.title"/>"?</target> </trans-unit> <trans-unit id="6691075929777935948" datatype="html"> <source>The files for this document will be deleted permanently. This operation cannot be undone.</source> @@ -232,7 +232,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="needs-translation">The files for this document will be deleted permanently. This operation cannot be undone.</target> + <target state="translated">The files for this document will be deleted permanently. This operation cannot be undone.</target> </trans-unit> <trans-unit id="719892092227206532" datatype="html"> <source>Delete document</source> @@ -240,7 +240,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">207</context> </context-group> - <target state="needs-translation">Delete document</target> + <target state="translated">Delete document</target> </trans-unit> <trans-unit id="1844801255494293730" datatype="html"> <source>Error deleting document: <x id="PH" equiv-text="JSON.stringify(error)"/></source> @@ -248,7 +248,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">214</context> </context-group> - <target state="translated">Error deleting document: <x equiv-text="JSON.stringify(error)" id="PH"/></target> + <target state="translated">Error deleting document: <x id="PH" equiv-text="JSON.stringify(error)"/></target> </trans-unit> <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> <source>Delete</source> @@ -256,7 +256,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Delete</target> </trans-unit> <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> <source>Download</source> @@ -264,7 +264,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Download</target> + <target state="translated">Download</target> </trans-unit> <trans-unit id="4ea3c236bca3528318e3b3a411a20909e5fa8be4" datatype="html"> <source>More like this</source> @@ -272,7 +272,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">More like this</target> + <target state="translated">More like this</target> </trans-unit> <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html"> <source>Close</source> @@ -280,7 +280,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">44</context> </context-group> - <target state="needs-translation">Close</target> + <target state="translated">Close</target> </trans-unit> <trans-unit id="4f8b2bb476981727ab34ed40fde1218361f92c45" datatype="html"> <source>Details</source> @@ -288,7 +288,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">56</context> </context-group> - <target state="needs-translation">Details</target> + <target state="translated">Details</target> </trans-unit> <trans-unit id="4ab4cb601522b9194922554d934c4c30bd93567d" datatype="html"> <source>Content</source> @@ -296,7 +296,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="needs-translation">Content</target> + <target state="translated">Content</target> </trans-unit> <trans-unit id="f721a500a68c357e8f2a01e60510f6a01e4ba529" datatype="html"> <source>Metadata</source> @@ -304,7 +304,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">81</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metadata</target> </trans-unit> <trans-unit id="3f5a652a1f473f4e243e3c6805ef1b383e270bb7" datatype="html"> <source>Discard</source> @@ -312,7 +312,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">130</context> </context-group> - <target state="needs-translation">Discard</target> + <target state="translated">Discard</target> </trans-unit> <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> <source>Save</source> @@ -320,7 +320,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">132</context> </context-group> - <target state="needs-translation">Save</target> + <target state="translated">Save</target> </trans-unit> <trans-unit id="8380d9eff8613c0bc58edc7cebc2aa72e17b11e3" datatype="html"> <source>Page</source> @@ -328,7 +328,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Page</target> + <target state="translated">Page</target> </trans-unit> <trans-unit id="c972a8e7d09f86e0c408a80349990fb213b32c08" datatype="html"> <source>of <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></source> @@ -336,7 +336,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">of <x equiv-text="{{previewNumPages}}" id="INTERPOLATION"/></target> + <target state="translated">of <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> </trans-unit> <trans-unit id="a071e35fecc10753065b1cb5b38608be66da2c8b" datatype="html"> <source>Download original</source> @@ -344,7 +344,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">29</context> </context-group> - <target state="needs-translation">Download original</target> + <target state="translated">Download original</target> </trans-unit> <trans-unit id="9b3996b5ddcc628a999a7df72fbfc2a2eae8c8a5" datatype="html"> <source>Archive serial number</source> @@ -352,7 +352,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">60</context> </context-group> - <target state="needs-translation">Archive serial number</target> + <target state="translated">Archive serial number</target> </trans-unit> <trans-unit id="30eebc2dd656dbcb259d8d5286d244ee397d63bd" datatype="html"> <source>Date created</source> @@ -360,7 +360,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">61</context> </context-group> - <target state="needs-translation">Date created</target> + <target state="translated">Date created</target> </trans-unit> <trans-unit id="6e58f1baf7acb6a0cfe3636b9c2a61b4d1183720" datatype="html"> <source>Date modified</source> @@ -368,7 +368,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Date modified</target> + <target state="translated">Date modified</target> </trans-unit> <trans-unit id="c1ae0f9ac4efb2dcd43cd947ddba09d6c4328269" datatype="html"> <source>Date added</source> @@ -376,7 +376,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">91</context> </context-group> - <target state="needs-translation">Date added</target> + <target state="translated">Date added</target> </trans-unit> <trans-unit id="c7ea641c3a61a12a3599ce5a75c6d0dbba409ad3" datatype="html"> <source>Media filename</source> @@ -384,7 +384,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">95</context> </context-group> - <target state="needs-translation">Media filename</target> + <target state="translated">Media filename</target> </trans-unit> <trans-unit id="74a894d2a8ae24a1eed4bc56e9afdc27dc2c31c8" datatype="html"> <source>Original MD5 checksum</source> @@ -392,7 +392,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="needs-translation">Original MD5 checksum</target> + <target state="translated">Original MD5 checksum</target> </trans-unit> <trans-unit id="e92ca184ea785769fb26138fc25ee9fa06fff6e5" datatype="html"> <source>Original file size</source> @@ -400,7 +400,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="needs-translation">Original file size</target> + <target state="translated">Original file size</target> </trans-unit> <trans-unit id="b5e93f30cc3411f20bd62025a6cc7394568f1bfd" datatype="html"> <source>Original mime type</source> @@ -408,7 +408,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Original mime type</target> + <target state="translated">Original mime type</target> </trans-unit> <trans-unit id="edbf54e4117606b5dd87aaea3c14b21ebf398020" datatype="html"> <source>Archive MD5 checksum</source> @@ -416,7 +416,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="needs-translation">Archive MD5 checksum</target> + <target state="translated">Archive MD5 checksum</target> </trans-unit> <trans-unit id="e6bf12eadecbfd80016eca15fa78651c6ca90c64" datatype="html"> <source>Archive file size</source> @@ -424,7 +424,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">115</context> </context-group> - <target state="needs-translation">Archive file size</target> + <target state="translated">Archive file size</target> </trans-unit> <trans-unit id="203c7adb5bd74ae18e84e1e3b66ddfe76bc0023f" datatype="html"> <source>Original document metadata</source> @@ -432,7 +432,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">121</context> </context-group> - <target state="needs-translation">Original document metadata</target> + <target state="translated">Original document metadata</target> </trans-unit> <trans-unit id="7174dcea4a3d0b743e7e4a78747e902230727f67" datatype="html"> <source>Archived document metadata</source> @@ -440,7 +440,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">122</context> </context-group> - <target state="needs-translation">Archived document metadata</target> + <target state="translated">Archived document metadata</target> </trans-unit> <trans-unit id="3fb9f1a31c3798173b2fea72638732c783b152fe" datatype="html"> <source>Save & next</source> @@ -448,7 +448,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">131</context> </context-group> - <target state="needs-translation">Save & next</target> + <target state="translated">Save & next</target> </trans-unit> <trans-unit id="8765497970646365998" datatype="html"> <source>Hello <x id="PH" equiv-text="this.displayName"/>, welcome to Paperless-ng!</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="translated">Hello <x equiv-text="this.displayName" id="PH"/>, welcome to Paperless-ng!</target> + <target state="translated">Hello <x id="PH" equiv-text="this.displayName"/>, welcome to Paperless-ng!</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -464,7 +464,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Welcome to Paperless-ng!</target> + <target state="translated">Welcome to Paperless-ng!</target> </trans-unit> <trans-unit id="f65253954b66e929a8b4d5ecaf61f9129f8cec64" datatype="html"> <source>Dashboard</source> @@ -472,7 +472,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Dashboard</target> + <target state="translated">Dashboard</target> </trans-unit> <trans-unit id="93754014749412887" datatype="html"> <source>Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Do you really want to delete the tag "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -488,7 +488,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Tags</target> + <target state="translated">Tags</target> </trans-unit> <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> <source>Create</source> @@ -496,7 +496,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">2</context> </context-group> - <target state="needs-translation">Create</target> + <target state="translated">Create</target> </trans-unit> <trans-unit id="ddb40946e790522301687ecddb9ce1cb8ad40dd1" datatype="html"> <source>Filter by:</source> @@ -504,7 +504,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">Filter by:</target> + <target state="translated">Filter by:</target> </trans-unit> <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html"> <source>Name</source> @@ -512,7 +512,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">Name</target> + <target state="translated">Name</target> </trans-unit> <trans-unit id="8fa4d523f7b91df4390120b85ed0406138273e1a" datatype="html"> <source>Color</source> @@ -528,7 +528,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Matching</target> + <target state="translated">Matching</target> </trans-unit> <trans-unit id="9bcf8d20d23c111eca1431abd2d2ce0de324499c" datatype="html"> <source>Document count</source> @@ -536,7 +536,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Document count</target> + <target state="translated">Document count</target> </trans-unit> <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> <source>Actions</source> @@ -544,7 +544,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Actions</target> + <target state="translated">Actions</target> </trans-unit> <trans-unit id="9d51b3c90afda70700229d1b8a55371c13cb3bce" datatype="html"> <source>Documents</source> @@ -552,7 +552,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Documents</target> </trans-unit> <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> <source>Edit</source> @@ -560,7 +560,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">43</context> </context-group> - <target state="needs-translation">Edit</target> + <target state="translated">Edit</target> </trans-unit> <trans-unit id="4990731724078522539" datatype="html"> <source>Do you really want to delete the document type "<x id="PH" equiv-text="object.name"/>"?</source> @@ -568,7 +568,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Do you really want to delete the document type "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Do you really want to delete the document type "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> <source>Document types</source> @@ -576,7 +576,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Document types</target> + <target state="translated">Document types</target> </trans-unit> <trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef" datatype="html"> <source>Logs</source> @@ -584,7 +584,7 @@ <context context-type="sourcefile">src/app/components/manage/logs/logs.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Logs</target> + <target state="translated">Logs</target> </trans-unit> <trans-unit id="5610279464668232148" datatype="html"> <source>Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</source> @@ -592,7 +592,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">68</context> </context-group> - <target state="translated">Saved view "<x equiv-text="savedView.name" id="PH"/>" deleted.</target> + <target state="translated">Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</target> </trans-unit> <trans-unit id="5647210819299459618" datatype="html"> <source>Settings saved successfully.</source> @@ -600,7 +600,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">89</context> </context-group> - <target state="needs-translation">Settings saved successfully.</target> + <target state="translated">Settings saved successfully.</target> </trans-unit> <trans-unit id="6839066544204061364" datatype="html"> <source>Use system language</source> @@ -608,7 +608,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">Use system language</target> + <target state="translated">Use system language</target> </trans-unit> <trans-unit id="7729897675462249787" datatype="html"> <source>Use date format of display language</source> @@ -616,7 +616,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">100</context> </context-group> - <target state="needs-translation">Use date format of display language</target> + <target state="translated">Use date format of display language</target> </trans-unit> <trans-unit id="8488620293789898901" datatype="html"> <source>Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -624,7 +624,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="translated">Error while storing settings on server: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> <source>Settings</source> @@ -632,7 +632,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Settings</target> + <target state="translated">Settings</target> </trans-unit> <trans-unit id="11ebd254cc9294717105c5982eb0cd2af30a446d" datatype="html"> <source>General settings</source> @@ -640,7 +640,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">General settings</target> + <target state="translated">General settings</target> </trans-unit> <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html"> <source>Notifications</source> @@ -648,7 +648,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">116</context> </context-group> - <target state="needs-translation">Notifications</target> + <target state="translated">Notifications</target> </trans-unit> <trans-unit id="99dee94e92dbd9e21a008d4569f9719ed206ae37" datatype="html"> <source>Saved views</source> @@ -656,7 +656,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">134</context> </context-group> - <target state="needs-translation">Saved views</target> + <target state="translated">Saved views</target> </trans-unit> <trans-unit id="bbe41ac2ea4a6c00ea941a41b33105048f8e9f13" datatype="html"> <source>Appearance</source> @@ -664,7 +664,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Appearance</target> + <target state="translated">Appearance</target> </trans-unit> <trans-unit id="75f8908d266f7cc9b9e68e0be906fd080a223606" datatype="html"> <source>Display language</source> @@ -672,7 +672,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Display language</target> + <target state="translated">Display language</target> </trans-unit> <trans-unit id="1284a077dc18a2d1ff1b744f16f1797eea28ae37" datatype="html"> <source>You need to reload the page after applying a new language.</source> @@ -680,7 +680,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">You need to reload the page after applying a new language.</target> + <target state="translated">You need to reload the page after applying a new language.</target> </trans-unit> <trans-unit id="0cd55822928764cc82a62ee3e6f3adbc1c630479" datatype="html"> <source>Date display</source> @@ -688,7 +688,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">32</context> </context-group> - <target state="needs-translation">Date display</target> + <target state="translated">Date display</target> </trans-unit> <trans-unit id="7df4de0d0704a06a302d853e31f2580eba98f127" datatype="html"> <source>Date format</source> @@ -696,7 +696,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Date format</target> + <target state="translated">Date format</target> </trans-unit> <trans-unit id="69852399a18b8ca4fca8c5bfddd3f00a6d137593" datatype="html"> <source>Short: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></source> @@ -704,7 +704,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Short: <x equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Short: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="d01a59285e711252b98c4f193394e4b854615c78" datatype="html"> <source>Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></source> @@ -712,7 +712,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">55</context> </context-group> - <target state="translated">Medium: <x equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="00481629776699b1caebd12b3b1176e2e23740a8" datatype="html"> <source>Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></source> @@ -720,7 +720,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Long: <x equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="2045151788cbdda7512752e408da59a6b54a8ef0" datatype="html"> <source>Items per page</source> @@ -728,7 +728,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="needs-translation">Items per page</target> + <target state="translated">Items per page</target> </trans-unit> <trans-unit id="c4435e56bf0289e78fedc462f1d21fb30b9de55d" datatype="html"> <source>Document editor</source> @@ -736,7 +736,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">83</context> </context-group> - <target state="needs-translation">Document editor</target> + <target state="translated">Document editor</target> </trans-unit> <trans-unit id="4903e521c9bfd11ce88e7a5575106ef638912e0d" datatype="html"> <source>Use PDF viewer provided by the browser</source> @@ -744,7 +744,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Use PDF viewer provided by the browser</target> + <target state="translated">Use PDF viewer provided by the browser</target> </trans-unit> <trans-unit id="d7db07023e53f8396d18d375c2b78c25fc81c197" datatype="html"> <source>This is usually faster for displaying large PDF documents, but it might not work on some browsers.</source> @@ -752,7 +752,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">This is usually faster for displaying large PDF documents, but it might not work on some browsers.</target> + <target state="translated">This is usually faster for displaying large PDF documents, but it might not work on some browsers.</target> </trans-unit> <trans-unit id="9ee5d1cbfd6ee168dae37aaba2b59b50bcabb2ff" datatype="html"> <source>Dark mode</source> @@ -760,7 +760,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">Dark mode</target> + <target state="translated">Dark mode</target> </trans-unit> <trans-unit id="f8cb5506e70fd71fddc9bb71cee18bfff7b29637" datatype="html"> <source>Use system settings</source> @@ -768,7 +768,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Use system settings</target> + <target state="translated">Use system settings</target> </trans-unit> <trans-unit id="8ee474504043fa89821d626e4f3413240fa91b53" datatype="html"> <source>Enable dark mode</source> @@ -776,7 +776,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">98</context> </context-group> - <target state="needs-translation">Enable dark mode</target> + <target state="translated">Enable dark mode</target> </trans-unit> <trans-unit id="71bad20b37410c8972c9aa0f7c62996534b84339" datatype="html"> <source>Invert thumbnails in dark mode</source> @@ -784,7 +784,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="needs-translation">Invert thumbnails in dark mode</target> + <target state="translated">Invert thumbnails in dark mode</target> </trans-unit> <trans-unit id="3863a86cd9e69a61d143d3daf51df44203df4a82" datatype="html"> <source>Bulk editing</source> @@ -792,7 +792,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="needs-translation">Bulk editing</target> + <target state="translated">Bulk editing</target> </trans-unit> <trans-unit id="c0ac61661c6c326d6e0e00c231b95cf2ac0c6586" datatype="html"> <source>Show confirmation dialogs</source> @@ -800,7 +800,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Show confirmation dialogs</target> + <target state="translated">Show confirmation dialogs</target> </trans-unit> <trans-unit id="291bbe56ecbe945dcf05580a57d679fa7bd1e06a" datatype="html"> <source>Deleting documents will always ask for confirmation.</source> @@ -808,7 +808,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Deleting documents will always ask for confirmation.</target> + <target state="translated">Deleting documents will always ask for confirmation.</target> </trans-unit> <trans-unit id="8cfddc13e04f5545ac63f419ef363505d6f78c2e" datatype="html"> <source>Apply on close</source> @@ -816,7 +816,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">108</context> </context-group> - <target state="needs-translation">Apply on close</target> + <target state="translated">Apply on close</target> </trans-unit> <trans-unit id="8680abbea249ebe9c2fe35556559c8e1a9eb5841" datatype="html"> <source>Document processing</source> @@ -824,7 +824,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">119</context> </context-group> - <target state="needs-translation">Document processing</target> + <target state="translated">Document processing</target> </trans-unit> <trans-unit id="2ad4d76b36341c589d94004ad2a213fd4d6f5ca0" datatype="html"> <source>Show notifications when new documents are detected</source> @@ -832,7 +832,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Show notifications when new documents are detected</target> + <target state="translated">Show notifications when new documents are detected</target> </trans-unit> <trans-unit id="e775f4f7c40249d31426ae61a21616a0c9d8e84f" datatype="html"> <source>Show notifications when document processing completes successfully</source> @@ -840,7 +840,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">124</context> </context-group> - <target state="needs-translation">Show notifications when document processing completes successfully</target> + <target state="translated">Show notifications when document processing completes successfully</target> </trans-unit> <trans-unit id="e3844dd174d8e817ddb551fae28f14ae80ca36b6" datatype="html"> <source>Show notifications when document processing fails</source> @@ -848,7 +848,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">125</context> </context-group> - <target state="needs-translation">Show notifications when document processing fails</target> + <target state="translated">Show notifications when document processing fails</target> </trans-unit> <trans-unit id="af113f7c9f7e13145c3461f61a1aedf12d57bd71" datatype="html"> <source>Suppress notifications on dashboard</source> @@ -856,7 +856,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">Suppress notifications on dashboard</target> + <target state="translated">Suppress notifications on dashboard</target> </trans-unit> <trans-unit id="e27bd3804d2936a6897e81c2e52e294490e5e5a8" datatype="html"> <source>This will suppress all messages about document processing status on the dashboard.</source> @@ -864,7 +864,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">This will suppress all messages about document processing status on the dashboard.</target> + <target state="translated">This will suppress all messages about document processing status on the dashboard.</target> </trans-unit> <trans-unit id="8cb90334f5dfd7fc67205085f59381e2a334ccfc" datatype="html"> <source>Appears on</source> @@ -872,7 +872,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">146</context> </context-group> - <target state="needs-translation">Appears on</target> + <target state="translated">Appears on</target> </trans-unit> <trans-unit id="6717cf1acf04728fc2b7c39f6d3297f8ff15fde5" datatype="html"> <source>Show on dashboard</source> @@ -880,7 +880,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">149</context> </context-group> - <target state="needs-translation">Show on dashboard</target> + <target state="translated">Show on dashboard</target> </trans-unit> <trans-unit id="541bfc5b123b3f8867fd681eaceefb663a811973" datatype="html"> <source>Show in sidebar</source> @@ -888,7 +888,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">153</context> </context-group> - <target state="needs-translation">Show in sidebar</target> + <target state="translated">Show in sidebar</target> </trans-unit> <trans-unit id="abba764a7a595d04dc8c3b26e04b3780d4fdb540" datatype="html"> <source>No saved views defined.</source> @@ -896,7 +896,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">163</context> </context-group> - <target state="needs-translation">No saved views defined.</target> + <target state="translated">No saved views defined.</target> </trans-unit> <trans-unit id="ef60a738a565f498b858e903e42bc5ffc3cc1299" datatype="html"> <source>404 Not Found</source> @@ -904,7 +904,7 @@ <context context-type="sourcefile">src/app/components/not-found/not-found.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation">404 Not Found</target> + <target state="translated">404 Not Found</target> </trans-unit> <trans-unit id="7427874343955308724" datatype="html"> <source>Do you really want to delete the correspondent "<x id="PH" equiv-text="object.name"/>"?</source> @@ -912,7 +912,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Do you really want to delete the correspondent "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Do you really want to delete the correspondent "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="c3f3334de899327bf3ec8999236e10798ff76e72" datatype="html"> <source>Correspondents</source> @@ -920,7 +920,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Correspondents</target> + <target state="translated">Correspondents</target> </trans-unit> <trans-unit id="0488919cff4fcc2174d34e4a1167f1b3c586ca37" datatype="html"> <source>Last correspondence</source> @@ -928,7 +928,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Last correspondence</target> + <target state="translated">Last correspondence</target> </trans-unit> <trans-unit id="1234709746630139322" datatype="html"> <source>Confirmation</source> @@ -936,7 +936,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Confirmation</target> + <target state="translated">Confirmation</target> </trans-unit> <trans-unit id="9178182467454450952" datatype="html"> <source>Confirm</source> @@ -944,7 +944,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">29</context> </context-group> - <target state="needs-translation">Confirm</target> + <target state="translated">Confirm</target> </trans-unit> <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7" datatype="html"> <source>Cancel</source> @@ -952,7 +952,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Cancel</target> + <target state="translated">Cancel</target> </trans-unit> <trans-unit id="6457471243969293847" datatype="html"> <source>Create new correspondent</source> @@ -960,7 +960,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Create new correspondent</target> + <target state="translated">Create new correspondent</target> </trans-unit> <trans-unit id="2059822531169388684" datatype="html"> <source>Edit correspondent</source> @@ -968,7 +968,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Edit correspondent</target> + <target state="translated">Edit correspondent</target> </trans-unit> <trans-unit id="3d5caa52b0a51bfd2757215f7614183554d740f0" datatype="html"> <source>Matching algorithm</source> @@ -976,7 +976,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Matching algorithm</target> + <target state="translated">Matching algorithm</target> </trans-unit> <trans-unit id="eab7fc7cf2d663e54de934b779fce4275a303f0f" datatype="html"> <source>Matching pattern</source> @@ -984,7 +984,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Matching pattern</target> + <target state="translated">Matching pattern</target> </trans-unit> <trans-unit id="632e529f49cf3d367dfbd15bd055e9b53aef30fb" datatype="html"> <source>Case insensitive</source> @@ -992,7 +992,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Case insensitive</target> + <target state="translated">Case insensitive</target> </trans-unit> <trans-unit id="9153094873118985366" datatype="html"> <source>Create new tag</source> @@ -1000,7 +1000,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Create new tag</target> + <target state="translated">Create new tag</target> </trans-unit> <trans-unit id="5872175735754226507" datatype="html"> <source>Edit tag</source> @@ -1008,7 +1008,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Edit tag</target> + <target state="translated">Edit tag</target> </trans-unit> <trans-unit id="f2a30b4e1a89a8a0db0bd147b54d6626b9a9bc42" datatype="html"> <source>Inbox tag</source> @@ -1016,7 +1016,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Inbox tag</target> + <target state="translated">Inbox tag</target> </trans-unit> <trans-unit id="5e2f1a4ea12a1b8606ee3f0548d0ba64bf266077" datatype="html"> <source>Inbox tags are automatically assigned to all consumed documents.</source> @@ -1024,7 +1024,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Inbox tags are automatically assigned to all consumed documents.</target> + <target state="translated">Inbox tags are automatically assigned to all consumed documents.</target> </trans-unit> <trans-unit id="6672809941092516947" datatype="html"> <source>Create new document type</source> @@ -1032,7 +1032,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Create new document type</target> + <target state="translated">Create new document type</target> </trans-unit> <trans-unit id="36335016091244220" datatype="html"> <source>Edit document type</source> @@ -1040,7 +1040,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Edit document type</target> + <target state="translated">Edit document type</target> </trans-unit> <trans-unit id="49c9ede51100b454f7841b24cd02355c6622bf44" datatype="html"> <source>Search results</source> @@ -1048,7 +1048,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Search results</target> + <target state="translated">Search results</target> </trans-unit> <trans-unit id="31976d04f98e8a38098f66ac3a83ad33b576e5db" datatype="html"> <source>Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Invalid search query: <x equiv-text="{{errorMessage}}" id="INTERPOLATION"/></target> + <target state="translated">Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="translated"> Showing documents similar to <x equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}" id="START_LINK"/><x equiv-text="{{more_like_doc?.original_file_name}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/></target> + <target state="translated"> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1072,7 +1072,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="translated">Search query: <x equiv-text="<i>{{query}}" id="START_ITALIC_TEXT"/><x equiv-text="{{query}}</i>" id="INTERPOLATION"/><x equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/></target> + <target state="translated">Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Did you mean "<x equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}" id="START_LINK"/><x equiv-text="{{correctedQuery}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/>"?</target> + <target state="translated">Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1088,7 +1088,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</target> + <target state="translated">{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</target> </trans-unit> <trans-unit id="41147374f427980a9f1a8cd5e3f4b1666e6f2418" datatype="html"> <source>Paperless-ng</source> @@ -1097,7 +1097,7 @@ <context context-type="linenumber">11</context> </context-group> <note priority="1" from="description">app title</note> - <target state="needs-translation">Paperless-ng</target> + <target state="translated">Paperless-ng</target> </trans-unit> <trans-unit id="069566c6ed4f051b5b5617ef1935837226585dad" datatype="html"> <source>Search documents</source> @@ -1105,7 +1105,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Search documents</target> + <target state="translated">Search documents</target> </trans-unit> <trans-unit id="bb694b49d408265c91c62799c2b3a7e3151c824d" datatype="html"> <source>Logout</source> @@ -1113,7 +1113,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Logout</target> + <target state="translated">Logout</target> </trans-unit> <trans-unit id="68949525c4d9a901e0cd15a94e3fc8d2711e9918" datatype="html"> <source>Manage</source> @@ -1121,7 +1121,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">112</context> </context-group> - <target state="needs-translation">Manage</target> + <target state="translated">Manage</target> </trans-unit> <trans-unit id="408cb6073e60c5d966296a3207fc596adca75e01" datatype="html"> <source>Admin</source> @@ -1129,7 +1129,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">154</context> </context-group> - <target state="needs-translation">Admin</target> + <target state="translated">Admin</target> </trans-unit> <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html"> <source>Info</source> @@ -1137,7 +1137,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">160</context> </context-group> - <target state="needs-translation">Info</target> + <target state="translated">Info</target> </trans-unit> <trans-unit id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7" datatype="html"> <source>Documentation</source> @@ -1145,7 +1145,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">167</context> </context-group> - <target state="needs-translation">Documentation</target> + <target state="translated">Documentation</target> </trans-unit> <trans-unit id="355a222236bc01b9a8cd3cb9ecf76891125aed69" datatype="html"> <source>GitHub</source> @@ -1153,7 +1153,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">175</context> </context-group> - <target state="needs-translation">GitHub</target> + <target state="translated">GitHub</target> </trans-unit> <trans-unit id="ea3a452c5238897cabc5781308cceb2d37dcf258" datatype="html"> <source>Suggest an idea</source> @@ -1161,7 +1161,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">181</context> </context-group> - <target state="needs-translation">Suggest an idea</target> + <target state="translated">Suggest an idea</target> </trans-unit> <trans-unit id="af665f8de8fabe306aaf27443957e69bcbbce63c" datatype="html"> <source>Logged in as <x id="INTERPOLATION" equiv-text="{{displayName}}"/></source> @@ -1169,7 +1169,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">34</context> </context-group> - <target state="translated">Logged in as <x equiv-text="{{displayName}}" id="INTERPOLATION"/></target> + <target state="translated">Logged in as <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> </trans-unit> <trans-unit id="4f55b670f49d927c6026bb614c7c62b1f2a394c0" datatype="html"> <source>Open documents</source> @@ -1177,7 +1177,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Open documents</target> + <target state="translated">Open documents</target> </trans-unit> <trans-unit id="dca5bf9344a759fa5a07f1b21f50286ec242ba44" datatype="html"> <source>Close all</source> @@ -1185,7 +1185,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">106</context> </context-group> - <target state="needs-translation">Close all</target> + <target state="translated">Close all</target> </trans-unit> <trans-unit id="5701618810648052610" datatype="html"> <source>Title</source> @@ -1193,7 +1193,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">73</context> </context-group> - <target state="needs-translation">Title</target> + <target state="translated">Title</target> </trans-unit> <trans-unit id="3100631071441658964" datatype="html"> <source>Title & content</source> @@ -1201,7 +1201,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="needs-translation">Title & content</target> + <target state="translated">Title & content</target> </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> @@ -1209,7 +1209,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Correspondent: <x equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> @@ -1217,7 +1217,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">34</context> </context-group> - <target state="needs-translation">Without correspondent</target> + <target state="translated">Without correspondent</target> </trans-unit> <trans-unit id="8705701325879965907" datatype="html"> <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> @@ -1225,7 +1225,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="translated">Type: <x equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> @@ -1233,7 +1233,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">41</context> </context-group> - <target state="needs-translation">Without document type</target> + <target state="translated">Without document type</target> </trans-unit> <trans-unit id="8180755793012580465" datatype="html"> <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> @@ -1241,7 +1241,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">45</context> </context-group> - <target state="translated">Tag: <x equiv-text="this.tags.find(t => t.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> @@ -1249,7 +1249,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Without any tag</target> + <target state="translated">Without any tag</target> </trans-unit> <trans-unit id="6523384805359286307" datatype="html"> <source>Title: <x id="PH" equiv-text="rule.value"/></source> @@ -1257,7 +1257,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">53</context> </context-group> - <target state="translated">Title: <x equiv-text="rule.value" id="PH"/></target> + <target state="translated">Title: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> @@ -1265,7 +1265,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Filter tags</target> + <target state="translated">Filter tags</target> </trans-unit> <trans-unit id="4b089ca12c472cf0b46167bb5afe4b527b301bbc" datatype="html"> <source>Filter correspondents</source> @@ -1273,7 +1273,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">28</context> </context-group> - <target state="needs-translation">Filter correspondents</target> + <target state="translated">Filter correspondents</target> </trans-unit> <trans-unit id="0ad509732aaf702b7ea8c771c7809fa84bc85908" datatype="html"> <source>Filter document types</source> @@ -1281,7 +1281,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Filter document types</target> + <target state="translated">Filter document types</target> </trans-unit> <trans-unit id="2d9d55f1b70142ff4597ba32179d16888fd9c6b2" datatype="html"> <source>Reset filters</source> @@ -1289,7 +1289,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">58</context> </context-group> - <target state="needs-translation">Reset filters</target> + <target state="translated">Reset filters</target> </trans-unit> <trans-unit id="7593728289020204896" datatype="html"> <source>Not assigned</source> @@ -1298,7 +1298,7 @@ <context context-type="linenumber">166</context> </context-group> <note priority="1" from="description">Filter drop down element to filter for documents with no correspondent/type/tag assigned</note> - <target state="needs-translation">Not assigned</target> + <target state="translated">Not assigned</target> </trans-unit> <trans-unit id="c2d0ac9f528bbd5f53fd34269fde8b59e029621b" datatype="html"> <source>Apply</source> @@ -1306,7 +1306,7 @@ <context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.html</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Apply</target> + <target state="translated">Apply</target> </trans-unit> <trans-unit id="4873149362496451858" datatype="html"> <source>Last 7 days</source> @@ -1314,7 +1314,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">34</context> </context-group> - <target state="needs-translation">Last 7 days</target> + <target state="translated">Last 7 days</target> </trans-unit> <trans-unit id="4463380307954693363" datatype="html"> <source>Last month</source> @@ -1322,7 +1322,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Last month</target> + <target state="translated">Last month</target> </trans-unit> <trans-unit id="8697368973702409683" datatype="html"> <source>Last 3 months</source> @@ -1330,7 +1330,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">36</context> </context-group> - <target state="needs-translation">Last 3 months</target> + <target state="translated">Last 3 months</target> </trans-unit> <trans-unit id="3566342898065860218" datatype="html"> <source>Last year</source> @@ -1338,7 +1338,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">37</context> </context-group> - <target state="needs-translation">Last year</target> + <target state="translated">Last year</target> </trans-unit> <trans-unit id="be2add3a3d9e4e2556b8f9048a15a9c0f00bf1ad" datatype="html"> <source>After</source> @@ -1346,7 +1346,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">After</target> + <target state="translated">After</target> </trans-unit> <trans-unit id="8785188e6c678b842fcb93b7392faf86db7ec676" datatype="html"> <source>Before</source> @@ -1354,7 +1354,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Before</target> + <target state="translated">Before</target> </trans-unit> <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html"> <source>Clear</source> @@ -1362,7 +1362,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Clear</target> + <target state="translated">Clear</target> </trans-unit> <trans-unit id="6829218544e108e152f5fa72cb79c4ccb82e0d06" datatype="html"> <source>View</source> @@ -1370,7 +1370,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">50</context> </context-group> - <target state="needs-translation">View</target> + <target state="translated">View</target> </trans-unit> <trans-unit id="849b42384616374df49bd8b3711ec159cb10b845" datatype="html"> <source>Created: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></source> @@ -1378,7 +1378,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="translated">Created: <x equiv-text="{{document.created | customDate}}" id="INTERPOLATION"/></target> + <target state="translated">Created: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> </trans-unit> <trans-unit id="cd6f3fd48957e1fea6545c2b2defc7b2435ebfa8" datatype="html"> <source>Filter by correspondent</source> @@ -1386,7 +1386,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Filter by correspondent</target> + <target state="translated">Filter by correspondent</target> </trans-unit> <trans-unit id="bdb9a910523610254872e147222689e9a4115b84" datatype="html"> <source>Filter by tag</source> @@ -1394,7 +1394,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">24</context> </context-group> - <target state="needs-translation">Filter by tag</target> + <target state="translated">Filter by tag</target> </trans-unit> <trans-unit id="9c5fdf21ec2cc7baa6f062f2dc417af45c8dbe60" datatype="html"> <source>Score:</source> @@ -1402,7 +1402,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">62</context> </context-group> - <target state="needs-translation">Score:</target> + <target state="translated">Score:</target> </trans-unit> <trans-unit id="2840db547019ce8c76b2cdbe3a1653c5b68b06af" datatype="html"> <source>View in browser</source> @@ -1410,7 +1410,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-small/document-card-small.component.html</context> <context context-type="linenumber">40</context> </context-group> - <target state="needs-translation">View in browser</target> + <target state="translated">View in browser</target> </trans-unit> <trans-unit id="7985804062689412812" datatype="html"> <source>Error executing bulk operation: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -1418,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="translated">Error executing bulk operation: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Error executing bulk operation: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="7894972847287473517" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>"</source> @@ -1426,7 +1426,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">113</context> </context-group> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>"</target> </trans-unit> <trans-unit id="8639884465898458690" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>" and "<x equiv-text="items[1].name" id="PH_1"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1444,7 +1444,7 @@ <context context-type="linenumber">117</context> </context-group> <note priority="1" from="description">this is used to separate enumerations and should probably be a comma and a whitespace in most languages</note> - <target state="needs-translation">, </target> + <target state="translated">, </target> </trans-unit> <trans-unit id="1822679894391095557" datatype="html"> <source><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="translated"><x equiv-text="list" id="PH"/> and "<x equiv-text="items[items.length - 1].name" id="PH_1"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1461,7 +1461,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">127</context> </context-group> - <target state="needs-translation">Confirm tags assignment</target> + <target state="translated">Confirm tags assignment</target> </trans-unit> <trans-unit id="6619516195038467207" datatype="html"> <source>This operation will add the tag "<x id="PH" equiv-text="tag.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1469,7 +1469,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">130</context> </context-group> - <target state="translated">This operation will add the tag "<x equiv-text="tag.name" id="PH"/>" to <x equiv-text="this.list.selected.size" id="PH_1"/> selected document(s).</target> + <target state="translated">This operation will add the tag "<x id="PH" equiv-text="tag.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> </trans-unit> <trans-unit id="1894412783609570695" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1477,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="translated">This operation will add the tags <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> to <x equiv-text="this.list.selected.size" id="PH_1"/> selected document(s).</target> + <target state="translated">This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="translated">This operation will remove the tag "<x equiv-text="tag.name" id="PH"/>" from <x equiv-text="this.list.selected.size" id="PH_1"/> selected document(s).</target> + <target state="translated">This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1493,7 +1493,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">137</context> </context-group> - <target state="translated">This operation will remove the tags <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH"/> from <x equiv-text="this.list.selected.size" id="PH_1"/> selected document(s).</target> + <target state="translated">This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> </trans-unit> <trans-unit id="2739066218579571288" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1501,7 +1501,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">139</context> </context-group> - <target state="translated">This operation will add the tags <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> and remove the tags <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH_1"/> on <x equiv-text="this.list.selected.size" id="PH_2"/> selected document(s).</target> + <target state="translated">This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</target> </trans-unit> <trans-unit id="2996713129519325161" datatype="html"> <source>Confirm correspondent assignment</source> @@ -1509,7 +1509,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">159</context> </context-group> - <target state="needs-translation">Confirm correspondent assignment</target> + <target state="translated">Confirm correspondent assignment</target> </trans-unit> <trans-unit id="6900893559485781849" datatype="html"> <source>This operation will assign the correspondent "<x id="PH" equiv-text="correspondent.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1517,7 +1517,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">161</context> </context-group> - <target state="translated">This operation will assign the correspondent "<x equiv-text="correspondent.name" id="PH"/>" to <x equiv-text="this.list.selected.size" id="PH_1"/> selected document(s).</target> + <target state="translated">This operation will assign the correspondent "<x id="PH" equiv-text="correspondent.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> </trans-unit> <trans-unit id="1257522660364398440" datatype="html"> <source>This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1525,7 +1525,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">163</context> </context-group> - <target state="translated">This operation will remove the correspondent from <x equiv-text="this.list.selected.size" id="PH"/> selected document(s).</target> + <target state="translated">This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</target> </trans-unit> <trans-unit id="5393409374423140648" datatype="html"> <source>Confirm document type assignment</source> @@ -1533,7 +1533,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">182</context> </context-group> - <target state="needs-translation">Confirm document type assignment</target> + <target state="translated">Confirm document type assignment</target> </trans-unit> <trans-unit id="332180123895325027" datatype="html"> <source>This operation will assign the document type "<x id="PH" equiv-text="documentType.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1541,7 +1541,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">184</context> </context-group> - <target state="translated">This operation will assign the document type "<x equiv-text="documentType.name" id="PH"/>" to <x equiv-text="this.list.selected.size" id="PH_1"/> selected document(s).</target> + <target state="translated">This operation will assign the document type "<x id="PH" equiv-text="documentType.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> </trans-unit> <trans-unit id="2236642492594872779" datatype="html"> <source>This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1549,7 +1549,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">186</context> </context-group> - <target state="translated">This operation will remove the document type from <x equiv-text="this.list.selected.size" id="PH"/> selected document(s).</target> + <target state="translated">This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</target> </trans-unit> <trans-unit id="749430623564850405" datatype="html"> <source>Delete confirm</source> @@ -1557,7 +1557,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">201</context> </context-group> - <target state="needs-translation">Delete confirm</target> + <target state="translated">Delete confirm</target> </trans-unit> <trans-unit id="4303174930844518780" datatype="html"> <source>This operation will permanently delete <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1565,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="translated">This operation will permanently delete <x equiv-text="this.list.selected.size" id="PH"/> selected document(s).</target> + <target state="translated">This operation will permanently delete <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1573,7 +1573,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="needs-translation">This operation cannot be undone.</target> + <target state="translated">This operation cannot be undone.</target> </trans-unit> <trans-unit id="6734339521247847366" datatype="html"> <source>Delete document(s)</source> @@ -1581,7 +1581,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="needs-translation">Delete document(s)</target> + <target state="translated">Delete document(s)</target> </trans-unit> <trans-unit id="8b0609df23817024b3bed12beb9b64fc1009f588" datatype="html"> <source>Select:</source> @@ -1589,7 +1589,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Select:</target> + <target state="translated">Select:</target> </trans-unit> <trans-unit id="dfc3c34e182ea73c5d784ff7c8135f087992dac1" datatype="html"> <source>All</source> @@ -1597,7 +1597,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">All</target> + <target state="translated">All</target> </trans-unit> <trans-unit id="907df6a2b68daecc3c399cf40a764b358bd9fd84" datatype="html"> <source>Edit:</source> @@ -1605,7 +1605,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">27</context> </context-group> - <target state="needs-translation">Edit:</target> + <target state="translated">Edit:</target> </trans-unit> <trans-unit id="fc2de37422d7c4af6686842283cc2afd781b6848" datatype="html"> <source>Download originals</source> @@ -1613,7 +1613,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">68</context> </context-group> - <target state="needs-translation">Download originals</target> + <target state="translated">Download originals</target> </trans-unit> <trans-unit id="a1e6c11f20d4bf6e8e6b43e3c6d2561b2080645e" datatype="html"> <source>Suggestions:</source> @@ -1621,7 +1621,7 @@ <context context-type="sourcefile">src/app/components/common/input/select/select.component.html</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Suggestions:</target> + <target state="translated">Suggestions:</target> </trans-unit> <trans-unit id="27d158b47717ff9305d19866960418c603f19d55" datatype="html"> <source>Save current view</source> @@ -1629,7 +1629,7 @@ <context context-type="sourcefile">src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Save current view</target> + <target state="translated">Save current view</target> </trans-unit> <trans-unit id="4eb84de23219c85432e38fb4fbdeb6c0f103ff8b" datatype="html"> <source>Show all</source> @@ -1637,7 +1637,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Show all</target> + <target state="translated">Show all</target> </trans-unit> <trans-unit id="61e0f26d843eec0b33ff475e111b0c2f7a80b835" datatype="html"> <source>Statistics</source> @@ -1645,7 +1645,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Statistics</target> + <target state="translated">Statistics</target> </trans-unit> <trans-unit id="c0d907c2687c09612395aee6ef7c04ca8e5e5e0a" datatype="html"> <source>Total documents: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></source> @@ -1653,7 +1653,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Total documents: <x equiv-text="{{statistics?.documents_total}}" id="INTERPOLATION"/></target> + <target state="translated">Total documents: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> </trans-unit> <trans-unit id="13e8d49dbcad9f9d71e66a9a56d6f328cff430c9" datatype="html"> <source>Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></source> @@ -1661,7 +1661,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="translated">Documents in inbox: <x equiv-text="{{statistics?.documents_inbox}}" id="INTERPOLATION"/></target> + <target state="translated">Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> </trans-unit> <trans-unit id="6443586946875325554" datatype="html"> <source>Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></source> @@ -1669,7 +1669,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Processing: <x equiv-text="countUploadingAndProcessing" id="PH"/></target> + <target state="translated">Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> </trans-unit> <trans-unit id="9182918211699394982" datatype="html"> <source>Failed: <x id="PH" equiv-text="countFailed"/></source> @@ -1677,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Failed: <x equiv-text="countFailed" id="PH"/></target> + <target state="translated">Failed: <x id="PH" equiv-text="countFailed"/></target> </trans-unit> <trans-unit id="534116346205124059" datatype="html"> <source>Added: <x id="PH" equiv-text="countSuccess"/></source> @@ -1685,7 +1685,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">38</context> </context-group> - <target state="translated">Added: <x equiv-text="countSuccess" id="PH"/></target> + <target state="translated">Added: <x id="PH" equiv-text="countSuccess"/></target> </trans-unit> <trans-unit id="3852289441366561594" datatype="html"> <source>Connecting...</source> @@ -1693,7 +1693,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">118</context> </context-group> - <target state="needs-translation">Connecting...</target> + <target state="translated">Connecting...</target> </trans-unit> <trans-unit id="1245343823699368872" datatype="html"> <source>Uploading...</source> @@ -1701,7 +1701,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Uploading...</target> + <target state="translated">Uploading...</target> </trans-unit> <trans-unit id="7446520539098045935" datatype="html"> <source>Upload complete, waiting...</source> @@ -1709,7 +1709,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">Upload complete, waiting...</target> + <target state="translated">Upload complete, waiting...</target> </trans-unit> <trans-unit id="1405142710727603568" datatype="html"> <source>HTTP error: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></source> @@ -1717,7 +1717,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">HTTP error: <x equiv-text="error.status" id="PH"/> <x equiv-text="error.statusText" id="PH_1"/></target> + <target state="translated">HTTP error: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> </trans-unit> <trans-unit id="e022072b3e4dd77e3f09960817ef3359a49963b3" datatype="html"> <source>Upload new documents</source> @@ -1725,7 +1725,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Upload new documents</target> + <target state="translated">Upload new documents</target> </trans-unit> <trans-unit id="52d5d56b6667ba3f7c759cbc0d4c39d34a99701e" datatype="html"> <source>Drop documents here or</source> @@ -1733,7 +1733,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Drop documents here or</target> + <target state="translated">Drop documents here or</target> </trans-unit> <trans-unit id="865c511f4a24558ed0e954f9bbbff557bbb8954d" datatype="html"> <source>Browse files</source> @@ -1741,7 +1741,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Browse files</target> + <target state="translated">Browse files</target> </trans-unit> <trans-unit id="bd4a8607e4a002d939cffb347ec056664dfb2c73" datatype="html"> <source>Dismiss completed</source> @@ -1750,7 +1750,7 @@ <context context-type="linenumber">4</context> </context-group> <note priority="1" from="description">This button dismisses all status messages about processed documents on the dashboard (failed and successful)</note> - <target state="needs-translation">Dismiss completed</target> + <target state="translated">Dismiss completed</target> </trans-unit> <trans-unit id="90917e1a0a7bb59e9d11bdde9183e9391963e17b" datatype="html"> <source>{VAR_PLURAL, plural, =1 {One more document} other {<x id="INTERPOLATION"/> more documents}}</source> @@ -1759,7 +1759,7 @@ <context context-type="linenumber">25</context> </context-group> <note priority="1" from="description">This is shown as a summary line when there are more than 5 document in the processing pipeline.</note> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {One more document} other {<x id="INTERPOLATION"/> more documents}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {One more document} other {<x id="INTERPOLATION"/> more documents}}</target> </trans-unit> <trans-unit id="710254a196a2649674438edf8a15b7ab1f48271b" datatype="html"> <source>Open document</source> @@ -1767,7 +1767,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Open document</target> + <target state="translated">Open document</target> </trans-unit> <trans-unit id="45854ddec74086b271e62be6a363f4fa5036f7fc" datatype="html"> <source>First steps</source> @@ -1775,7 +1775,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">First steps</target> + <target state="translated">First steps</target> </trans-unit> <trans-unit id="a0dc8218a6fcc5d11a4723ed127bd6be9d6d3ef3" datatype="html"> <source>Paperless is running! :)</source> @@ -1783,7 +1783,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">5</context> </context-group> - <target state="needs-translation">Paperless is running! :)</target> + <target state="translated">Paperless is running! :)</target> </trans-unit> <trans-unit id="ea8d9a9486d5639d1c38c012900b8d34d5e4135d" datatype="html"> <source>You can start uploading documents by dropping them in the file upload box to the right or by dropping them in the configured consumption folder and they'll start showing up in the documents list. After you've added some metadata to your documents, use the filtering mechanisms of paperless to create custom views (such as 'Recently added', 'Tagged TODO') and they will appear on the dashboard instead of this message.</source> @@ -1791,7 +1791,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">6,7</context> </context-group> - <target state="needs-translation">You can start uploading documents by dropping them in the file upload box to the right or by dropping them in the configured consumption folder and they'll start showing up in the documents list. After you've added some metadata to your documents, use the filtering mechanisms of paperless to create custom views (such as 'Recently added', 'Tagged TODO') and they will appear on the dashboard instead of this message.</target> + <target state="translated">You can start uploading documents by dropping them in the file upload box to the right or by dropping them in the configured consumption folder and they'll start showing up in the documents list. After you've added some metadata to your documents, use the filtering mechanisms of paperless to create custom views (such as 'Recently added', 'Tagged TODO') and they will appear on the dashboard instead of this message.</target> </trans-unit> <trans-unit id="cf5f85690feaba6e29343f9881e57a6c0ea6e82b" datatype="html"> <source>Paperless offers some more features that try to make your life easier:</source> @@ -1799,7 +1799,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">Paperless offers some more features that try to make your life easier:</target> + <target state="translated">Paperless offers some more features that try to make your life easier:</target> </trans-unit> <trans-unit id="edb41dc36af2e70789d8e3422325d930e783253e" datatype="html"> <source>Once you've got a couple documents in paperless and added metadata to them, paperless can assign that metadata to new documents automatically.</source> @@ -1807,7 +1807,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Once you've got a couple documents in paperless and added metadata to them, paperless can assign that metadata to new documents automatically.</target> + <target state="translated">Once you've got a couple documents in paperless and added metadata to them, paperless can assign that metadata to new documents automatically.</target> </trans-unit> <trans-unit id="9dca488928c0b7af46c3866f86a6c2c8548399aa" datatype="html"> <source>You can configure paperless to read your mails and add documents from attached files.</source> @@ -1815,7 +1815,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">You can configure paperless to read your mails and add documents from attached files.</target> + <target state="translated">You can configure paperless to read your mails and add documents from attached files.</target> </trans-unit> <trans-unit id="d282f6277cbf6704f697170d2ad19ce500790e20" datatype="html"> <source>Consult the documentation on how to use these features. The section on basic usage also has some information on how to use paperless in general.</source> @@ -1823,7 +1823,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Consult the documentation on how to use these features. The section on basic usage also has some information on how to use paperless in general.</target> + <target state="translated">Consult the documentation on how to use these features. The section on basic usage also has some information on how to use paperless in general.</target> </trans-unit> <trans-unit id="218403386307979629" datatype="html"> <source>Metadata</source> @@ -1831,7 +1831,7 @@ <context context-type="sourcefile">src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metadata</target> </trans-unit> <trans-unit id="3797570084942068182" datatype="html"> <source>Select</source> @@ -1839,7 +1839,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Select</target> + <target state="translated">Select</target> </trans-unit> <trans-unit id="7103181924469214926" datatype="html"> <source>Please select an object</source> @@ -1847,7 +1847,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Please select an object</target> + <target state="translated">Please select an object</target> </trans-unit> <trans-unit id="d6529debfc1613db22d6fa096ebfeb8a85fa739d" datatype="html"> <source>Invalid date.</source> @@ -1855,7 +1855,7 @@ <context context-type="sourcefile">src/app/components/common/input/date/date.component.html</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Invalid date.</target> + <target state="translated">Invalid date.</target> </trans-unit> <trans-unit id="2807800733729323332" datatype="html"> <source>Yes</source> @@ -1863,7 +1863,7 @@ <context context-type="sourcefile">src/app/pipes/yes-no.pipe.ts</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">Yes</target> + <target state="translated">Yes</target> </trans-unit> <trans-unit id="3542042671420335679" datatype="html"> <source>No</source> @@ -1871,7 +1871,7 @@ <context context-type="sourcefile">src/app/pipes/yes-no.pipe.ts</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">No</target> + <target state="translated">No</target> </trans-unit> <trans-unit id="7536524521722799066" datatype="html"> <source>(no title)</source> @@ -1879,7 +1879,7 @@ <context context-type="sourcefile">src/app/pipes/document-title.pipe.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">(no title)</target> + <target state="translated">(no title)</target> </trans-unit> <trans-unit id="1206520795340730278" datatype="html"> <source>English (US)</source> @@ -1887,7 +1887,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">90</context> </context-group> - <target state="needs-translation">English (US)</target> + <target state="translated">English (US)</target> </trans-unit> <trans-unit id="6987083569809053351" datatype="html"> <source>English (GB)</source> @@ -1895,7 +1895,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">91</context> </context-group> - <target state="needs-translation">English (GB)</target> + <target state="translated">English (GB)</target> </trans-unit> <trans-unit id="1858110241312746425" datatype="html"> <source>German</source> @@ -1903,7 +1903,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">92</context> </context-group> - <target state="needs-translation">German</target> + <target state="translated">German</target> </trans-unit> <trans-unit id="3071065188816255493" datatype="html"> <source>Dutch</source> @@ -1911,7 +1911,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">93</context> </context-group> - <target state="needs-translation">Dutch</target> + <target state="translated">Dutch</target> </trans-unit> <trans-unit id="7633754075223722162" datatype="html"> <source>French</source> @@ -1919,7 +1919,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">French</target> + <target state="translated">French</target> </trans-unit> <trans-unit id="9184513005098760425" datatype="html"> <source>Portuguese (Brazil)</source> @@ -1927,7 +1927,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">95</context> </context-group> - <target state="needs-translation">Portuguese (Brazil)</target> + <target state="translated">Portuguese (Brazil)</target> </trans-unit> <trans-unit id="2935232983274991580" datatype="html"> <source>Italian</source> @@ -1935,7 +1935,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">96</context> </context-group> - <target state="needs-translation">Italian</target> + <target state="translated">Italian</target> </trans-unit> <trans-unit id="8118856427047826368" datatype="html"> <source>Romanian</source> @@ -1943,7 +1943,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Romanian</target> + <target state="translated">Romanian</target> </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">102</context> </context-group> - <target state="needs-translation">ISO 8601</target> + <target state="translated">ISO 8601</target> </trans-unit> <trans-unit id="2119857572761283468" datatype="html"> <source>Document already exists.</source> @@ -1959,7 +1959,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Document already exists.</target> + <target state="translated">Document already exists.</target> </trans-unit> <trans-unit id="148389968432135849" datatype="html"> <source>File not found.</source> @@ -1967,7 +1967,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">File not found.</target> + <target state="translated">File not found.</target> </trans-unit> <trans-unit id="1520671543092565667" datatype="html"> <source>Pre-consume script does not exist.</source> @@ -1976,7 +1976,7 @@ <context context-type="linenumber">17</context> </context-group> <note priority="1" from="description">Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Pre-consume script does not exist.</target> + <target state="translated">Pre-consume script does not exist.</target> </trans-unit> <trans-unit id="7742915911032564889" datatype="html"> <source>Error while executing pre-consume script.</source> @@ -1985,7 +1985,7 @@ <context context-type="linenumber">18</context> </context-group> <note priority="1" from="description">Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Error while executing pre-consume script.</target> + <target state="translated">Error while executing pre-consume script.</target> </trans-unit> <trans-unit id="8995193730018060346" datatype="html"> <source>Post-consume script does not exist.</source> @@ -1994,7 +1994,7 @@ <context context-type="linenumber">19</context> </context-group> <note priority="1" from="description">Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Post-consume script does not exist.</target> + <target state="translated">Post-consume script does not exist.</target> </trans-unit> <trans-unit id="256773668518189604" datatype="html"> <source>Error while executing post-consume script.</source> @@ -2003,7 +2003,7 @@ <context context-type="linenumber">20</context> </context-group> <note priority="1" from="description">Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Error while executing post-consume script.</target> + <target state="translated">Error while executing post-consume script.</target> </trans-unit> <trans-unit id="6252258095055634191" datatype="html"> <source>Received new file.</source> @@ -2011,7 +2011,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Received new file.</target> + <target state="translated">Received new file.</target> </trans-unit> <trans-unit id="7337565919209746135" datatype="html"> <source>File type not supported.</source> @@ -2019,7 +2019,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">File type not supported.</target> + <target state="translated">File type not supported.</target> </trans-unit> <trans-unit id="5002399167376099234" datatype="html"> <source>Processing document...</source> @@ -2027,7 +2027,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Processing document...</target> + <target state="translated">Processing document...</target> </trans-unit> <trans-unit id="1085975194762600381" datatype="html"> <source>Generating thumbnail...</source> @@ -2035,7 +2035,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">24</context> </context-group> - <target state="needs-translation">Generating thumbnail...</target> + <target state="translated">Generating thumbnail...</target> </trans-unit> <trans-unit id="3280851677698431426" datatype="html"> <source>Retrieving date from document...</source> @@ -2043,7 +2043,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Retrieving date from document...</target> + <target state="translated">Retrieving date from document...</target> </trans-unit> <trans-unit id="7162102384876037296" datatype="html"> <source>Saving document...</source> @@ -2051,7 +2051,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Saving document...</target> + <target state="translated">Saving document...</target> </trans-unit> <trans-unit id="4550450765009165976" datatype="html"> <source>Finished.</source> @@ -2059,7 +2059,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">27</context> </context-group> - <target state="needs-translation">Finished.</target> + <target state="translated">Finished.</target> </trans-unit> <trans-unit id="1519954996184640001" datatype="html"> <source>Error</source> @@ -2067,7 +2067,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Error</target> + <target state="translated">Error</target> </trans-unit> <trans-unit id="5037437391296624618" datatype="html"> <source>Information</source> @@ -2075,7 +2075,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Information</target> + <target state="translated">Information</target> </trans-unit> <trans-unit id="7517688192215738656" datatype="html"> <source>ASN</source> @@ -2083,7 +2083,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> @@ -2091,7 +2091,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Correspondent</target> + <target state="translated">Correspondent</target> </trans-unit> <trans-unit id="5066119607229701477" datatype="html"> <source>Document type</source> @@ -2099,7 +2099,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Document type</target> + <target state="translated">Document type</target> </trans-unit> <trans-unit id="4207916966377787111" datatype="html"> <source>Created</source> @@ -2107,7 +2107,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Created</target> + <target state="translated">Created</target> </trans-unit> <trans-unit id="231679111972850796" datatype="html"> <source>Added</source> @@ -2115,7 +2115,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Added</target> + <target state="translated">Added</target> </trans-unit> <trans-unit id="3553216189604488439" datatype="html"> <source>Modified</source> @@ -2123,7 +2123,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Modified</target> + <target state="translated">Modified</target> </trans-unit> <trans-unit id="4561076822163447092" datatype="html"> <source>Create new item</source> @@ -2131,7 +2131,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">50</context> </context-group> - <target state="needs-translation">Create new item</target> + <target state="translated">Create new item</target> </trans-unit> <trans-unit id="5324147361912094446" datatype="html"> <source>Edit item</source> @@ -2139,7 +2139,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">54</context> </context-group> - <target state="needs-translation">Edit item</target> + <target state="translated">Edit item</target> </trans-unit> <trans-unit id="1699589597032579396" datatype="html"> <source>Could not save element: <x id="PH" equiv-text="error"/></source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">58</context> </context-group> - <target state="translated">Could not save element: <x equiv-text="error" id="PH"/></target> + <target state="translated">Could not save element: <x id="PH" equiv-text="error"/></target> </trans-unit> <trans-unit id="810888510148304696" datatype="html"> <source>Automatic</source> @@ -2155,7 +2155,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Automatic</target> + <target state="translated">Automatic</target> </trans-unit> <trans-unit id="5044611416737085530" datatype="html"> <source>Do you really want to delete this element?</source> @@ -2163,7 +2163,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Do you really want to delete this element?</target> + <target state="translated">Do you really want to delete this element?</target> </trans-unit> <trans-unit id="8371896857609524947" datatype="html"> <source>Associated documents will not be deleted.</source> @@ -2171,7 +2171,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">104</context> </context-group> - <target state="needs-translation">Associated documents will not be deleted.</target> + <target state="translated">Associated documents will not be deleted.</target> </trans-unit> <trans-unit id="7022070615528435141" datatype="html"> <source>Delete</source> @@ -2179,7 +2179,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">106</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Delete</target> </trans-unit> <trans-unit id="5467489005440577210" datatype="html"> <source>Error while deleting element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -2187,7 +2187,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">114</context> </context-group> - <target state="translated">Error while deleting element: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Error while deleting element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="5851669019930456395" datatype="html"> <source>Any word</source> @@ -2195,7 +2195,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Any word</target> + <target state="translated">Any word</target> </trans-unit> <trans-unit id="7517655726614958140" datatype="html"> <source>Any: Document contains any of these words (space separated)</source> @@ -2203,7 +2203,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Any: Document contains any of these words (space separated)</target> + <target state="translated">Any: Document contains any of these words (space separated)</target> </trans-unit> <trans-unit id="700315718208181326" datatype="html"> <source>All words</source> @@ -2211,7 +2211,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">All words</target> + <target state="translated">All words</target> </trans-unit> <trans-unit id="111914402588955480" datatype="html"> <source>All: Document contains all of these words (space separated)</source> @@ -2219,7 +2219,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">All: Document contains all of these words (space separated)</target> + <target state="translated">All: Document contains all of these words (space separated)</target> </trans-unit> <trans-unit id="9180173992399180575" datatype="html"> <source>Exact match</source> @@ -2227,7 +2227,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Exact match</target> + <target state="translated">Exact match</target> </trans-unit> <trans-unit id="7109184332944610787" datatype="html"> <source>Exact: Document contains this string</source> @@ -2235,7 +2235,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Exact: Document contains this string</target> + <target state="translated">Exact: Document contains this string</target> </trans-unit> <trans-unit id="1338733395833138319" datatype="html"> <source>Regular expression</source> @@ -2243,7 +2243,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Regular expression</target> + <target state="translated">Regular expression</target> </trans-unit> <trans-unit id="7548151332424148033" datatype="html"> <source>Regular expression: Document matches this regular expression</source> @@ -2251,7 +2251,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Regular expression: Document matches this regular expression</target> + <target state="translated">Regular expression: Document matches this regular expression</target> </trans-unit> <trans-unit id="1856513373880048959" datatype="html"> <source>Fuzzy word</source> @@ -2259,7 +2259,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">Fuzzy word</target> + <target state="translated">Fuzzy word</target> </trans-unit> <trans-unit id="8419167206585286450" datatype="html"> <source>Fuzzy: Document contains a word similar to this word</source> @@ -2267,7 +2267,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">Fuzzy: Document contains a word similar to this word</target> + <target state="translated">Fuzzy: Document contains a word similar to this word</target> </trans-unit> <trans-unit id="2167862279705099846" datatype="html"> <source>Auto: Learn matching automatically</source> @@ -2275,7 +2275,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Auto: Learn matching automatically</target> + <target state="translated">Auto: Learn matching automatically</target> </trans-unit> </body> </file> From f1d6dd7d36d2a452c1730e2418ab843eed7160c4 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:08 +0100 Subject: [PATCH 11/71] New translations django.po (English, United Kingdom) [ci skip] --- src/locale/en_GB/LC_MESSAGES/django.po | 308 ++++++++++++------------- 1 file changed, 154 insertions(+), 154 deletions(-) diff --git a/src/locale/en_GB/LC_MESSAGES/django.po b/src/locale/en_GB/LC_MESSAGES/django.po index 5ae2832b0..767c24105 100644 --- a/src/locale/en_GB/LC_MESSAGES/django.po +++ b/src/locale/en_GB/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:39\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: English, United Kingdom\n" "Language: en_GB\n" @@ -19,56 +19,56 @@ msgstr "" #: documents/apps.py:10 msgid "Documents" -msgstr "" +msgstr "Documents" #: documents/models.py:32 msgid "Any word" -msgstr "" +msgstr "Any word" #: documents/models.py:33 msgid "All words" -msgstr "" +msgstr "All words" #: documents/models.py:34 msgid "Exact match" -msgstr "" +msgstr "Exact match" #: documents/models.py:35 msgid "Regular expression" -msgstr "" +msgstr "Regular expression" #: documents/models.py:36 msgid "Fuzzy word" -msgstr "" +msgstr "Fuzzy word" #: documents/models.py:37 msgid "Automatic" -msgstr "" +msgstr "Automatic" #: documents/models.py:41 documents/models.py:350 paperless_mail/models.py:25 #: paperless_mail/models.py:109 msgid "name" -msgstr "" +msgstr "name" #: documents/models.py:45 msgid "match" -msgstr "" +msgstr "match" #: documents/models.py:49 msgid "matching algorithm" -msgstr "" +msgstr "matching algorithm" #: documents/models.py:55 msgid "is insensitive" -msgstr "" +msgstr "is insensitive" #: documents/models.py:74 documents/models.py:120 msgid "correspondent" -msgstr "" +msgstr "correspondent" #: documents/models.py:75 msgid "correspondents" -msgstr "" +msgstr "correspondents" #: documents/models.py:81 msgid "color" @@ -76,276 +76,276 @@ msgstr "colour" #: documents/models.py:87 msgid "is inbox tag" -msgstr "" +msgstr "is inbox tag" #: documents/models.py:89 msgid "Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags." -msgstr "" +msgstr "Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags." #: documents/models.py:94 msgid "tag" -msgstr "" +msgstr "tag" #: documents/models.py:95 documents/models.py:151 msgid "tags" -msgstr "" +msgstr "tags" #: documents/models.py:101 documents/models.py:133 msgid "document type" -msgstr "" +msgstr "document type" #: documents/models.py:102 msgid "document types" -msgstr "" +msgstr "document types" #: documents/models.py:110 msgid "Unencrypted" -msgstr "" +msgstr "Unencrypted" #: documents/models.py:111 msgid "Encrypted with GNU Privacy Guard" -msgstr "" +msgstr "Encrypted with GNU Privacy Guard" #: documents/models.py:124 msgid "title" -msgstr "" +msgstr "title" #: documents/models.py:137 msgid "content" -msgstr "" +msgstr "content" #: documents/models.py:139 msgid "The raw, text-only data of the document. This field is primarily used for searching." -msgstr "" +msgstr "The raw, text-only data of the document. This field is primarily used for searching." #: documents/models.py:144 msgid "mime type" -msgstr "" +msgstr "mime type" #: documents/models.py:155 msgid "checksum" -msgstr "" +msgstr "checksum" #: documents/models.py:159 msgid "The checksum of the original document." -msgstr "" +msgstr "The checksum of the original document." #: documents/models.py:163 msgid "archive checksum" -msgstr "" +msgstr "archive checksum" #: documents/models.py:168 msgid "The checksum of the archived document." -msgstr "" +msgstr "The checksum of the archived document." #: documents/models.py:172 documents/models.py:328 msgid "created" -msgstr "" +msgstr "created" #: documents/models.py:176 msgid "modified" -msgstr "" +msgstr "modified" #: documents/models.py:180 msgid "storage type" -msgstr "" +msgstr "storage type" #: documents/models.py:188 msgid "added" -msgstr "" +msgstr "added" #: documents/models.py:192 msgid "filename" -msgstr "" +msgstr "filename" #: documents/models.py:198 msgid "Current filename in storage" -msgstr "" +msgstr "Current filename in storage" #: documents/models.py:202 msgid "archive filename" -msgstr "" +msgstr "archive filename" #: documents/models.py:208 msgid "Current archive filename in storage" -msgstr "" +msgstr "Current archive filename in storage" #: documents/models.py:212 msgid "archive serial number" -msgstr "" +msgstr "archive serial number" #: documents/models.py:217 msgid "The position of this document in your physical document archive." -msgstr "" +msgstr "The position of this document in your physical document archive." #: documents/models.py:223 msgid "document" -msgstr "" +msgstr "document" #: documents/models.py:224 msgid "documents" -msgstr "" +msgstr "documents" #: documents/models.py:311 msgid "debug" -msgstr "" +msgstr "debug" #: documents/models.py:312 msgid "information" -msgstr "" +msgstr "information" #: documents/models.py:313 msgid "warning" -msgstr "" +msgstr "warning" #: documents/models.py:314 msgid "error" -msgstr "" +msgstr "error" #: documents/models.py:315 msgid "critical" -msgstr "" +msgstr "critical" #: documents/models.py:319 msgid "group" -msgstr "" +msgstr "group" #: documents/models.py:322 msgid "message" -msgstr "" +msgstr "message" #: documents/models.py:325 msgid "level" -msgstr "" +msgstr "level" #: documents/models.py:332 msgid "log" -msgstr "" +msgstr "log" #: documents/models.py:333 msgid "logs" -msgstr "" +msgstr "logs" #: documents/models.py:344 documents/models.py:394 msgid "saved view" -msgstr "" +msgstr "saved view" #: documents/models.py:345 msgid "saved views" -msgstr "" +msgstr "saved views" #: documents/models.py:348 msgid "user" -msgstr "" +msgstr "user" #: documents/models.py:354 msgid "show on dashboard" -msgstr "" +msgstr "show on dashboard" #: documents/models.py:357 msgid "show in sidebar" -msgstr "" +msgstr "show in sidebar" #: documents/models.py:361 msgid "sort field" -msgstr "" +msgstr "sort field" #: documents/models.py:364 msgid "sort reverse" -msgstr "" +msgstr "sort reverse" #: documents/models.py:370 msgid "title contains" -msgstr "" +msgstr "title contains" #: documents/models.py:371 msgid "content contains" -msgstr "" +msgstr "content contains" #: documents/models.py:372 msgid "ASN is" -msgstr "" +msgstr "ASN is" #: documents/models.py:373 msgid "correspondent is" -msgstr "" +msgstr "correspondent is" #: documents/models.py:374 msgid "document type is" -msgstr "" +msgstr "document type is" #: documents/models.py:375 msgid "is in inbox" -msgstr "" +msgstr "is in inbox" #: documents/models.py:376 msgid "has tag" -msgstr "" +msgstr "has tag" #: documents/models.py:377 msgid "has any tag" -msgstr "" +msgstr "has any tag" #: documents/models.py:378 msgid "created before" -msgstr "" +msgstr "created before" #: documents/models.py:379 msgid "created after" -msgstr "" +msgstr "created after" #: documents/models.py:380 msgid "created year is" -msgstr "" +msgstr "created year is" #: documents/models.py:381 msgid "created month is" -msgstr "" +msgstr "created month is" #: documents/models.py:382 msgid "created day is" -msgstr "" +msgstr "created day is" #: documents/models.py:383 msgid "added before" -msgstr "" +msgstr "added before" #: documents/models.py:384 msgid "added after" -msgstr "" +msgstr "added after" #: documents/models.py:385 msgid "modified before" -msgstr "" +msgstr "modified before" #: documents/models.py:386 msgid "modified after" -msgstr "" +msgstr "modified after" #: documents/models.py:387 msgid "does not have tag" -msgstr "" +msgstr "does not have tag" #: documents/models.py:398 msgid "rule type" -msgstr "" +msgstr "rule type" #: documents/models.py:402 msgid "value" -msgstr "" +msgstr "value" #: documents/models.py:408 msgid "filter rule" -msgstr "" +msgstr "filter rule" #: documents/models.py:409 msgid "filter rules" -msgstr "" +msgstr "filter rules" #: documents/serialisers.py:53 #, python-format msgid "Invalid regular expresssion: %(error)s" -msgstr "" +msgstr "Invalid regular expresssion: %(error)s" #: documents/serialisers.py:177 msgid "Invalid color." @@ -354,289 +354,289 @@ msgstr "Invalid colour." #: documents/serialisers.py:451 #, python-format msgid "File type %(type)s not supported" -msgstr "" +msgstr "File type %(type)s not supported" #: documents/templates/index.html:21 msgid "Paperless-ng is loading..." -msgstr "" +msgstr "Paperless-ng is loading..." #: documents/templates/registration/logged_out.html:13 msgid "Paperless-ng signed out" -msgstr "" +msgstr "Paperless-ng signed out" #: documents/templates/registration/logged_out.html:41 msgid "You have been successfully logged out. Bye!" -msgstr "" +msgstr "You have been successfully logged out. Bye!" #: documents/templates/registration/logged_out.html:42 msgid "Sign in again" -msgstr "" +msgstr "Sign in again" #: documents/templates/registration/login.html:13 msgid "Paperless-ng sign in" -msgstr "" +msgstr "Paperless-ng sign in" #: documents/templates/registration/login.html:42 msgid "Please sign in." -msgstr "" +msgstr "Please sign in." #: documents/templates/registration/login.html:45 msgid "Your username and password didn't match. Please try again." -msgstr "" +msgstr "Your username and password didn't match. Please try again." #: documents/templates/registration/login.html:48 msgid "Username" -msgstr "" +msgstr "Username" #: documents/templates/registration/login.html:49 msgid "Password" -msgstr "" +msgstr "Password" #: documents/templates/registration/login.html:54 msgid "Sign in" -msgstr "" +msgstr "Sign in" #: paperless/settings.py:297 msgid "English (US)" -msgstr "" +msgstr "English (US)" #: paperless/settings.py:298 msgid "English (GB)" -msgstr "" +msgstr "English (GB)" #: paperless/settings.py:299 msgid "German" -msgstr "" +msgstr "German" #: paperless/settings.py:300 msgid "Dutch" -msgstr "" +msgstr "Dutch" #: paperless/settings.py:301 msgid "French" -msgstr "" +msgstr "French" #: paperless/settings.py:302 msgid "Portuguese (Brazil)" -msgstr "" +msgstr "Portuguese (Brazil)" #: paperless/settings.py:303 msgid "Italian" -msgstr "" +msgstr "Italian" #: paperless/settings.py:304 msgid "Romanian" -msgstr "" +msgstr "Romanian" #: paperless/urls.py:118 msgid "Paperless-ng administration" -msgstr "" +msgstr "Paperless-ng administration" #: paperless_mail/admin.py:25 msgid "Filter" -msgstr "" +msgstr "Filter" #: paperless_mail/admin.py:27 msgid "Paperless will only process mails that match ALL of the filters given below." -msgstr "" +msgstr "Paperless will only process mails that match ALL of the filters given below." #: paperless_mail/admin.py:37 msgid "Actions" -msgstr "" +msgstr "Actions" #: paperless_mail/admin.py:39 msgid "The action applied to the mail. This action is only performed when documents were consumed from the mail. Mails without attachments will remain entirely untouched." -msgstr "" +msgstr "The action applied to the mail. This action is only performed when documents were consumed from the mail. Mails without attachments will remain entirely untouched." #: paperless_mail/admin.py:46 msgid "Metadata" -msgstr "" +msgstr "Metadata" #: paperless_mail/admin.py:48 msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." -msgstr "" +msgstr "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." #: paperless_mail/apps.py:9 msgid "Paperless mail" -msgstr "" +msgstr "Paperless mail" #: paperless_mail/models.py:11 msgid "mail account" -msgstr "" +msgstr "mail account" #: paperless_mail/models.py:12 msgid "mail accounts" -msgstr "" +msgstr "mail accounts" #: paperless_mail/models.py:19 msgid "No encryption" -msgstr "" +msgstr "No encryption" #: paperless_mail/models.py:20 msgid "Use SSL" -msgstr "" +msgstr "Use SSL" #: paperless_mail/models.py:21 msgid "Use STARTTLS" -msgstr "" +msgstr "Use STARTTLS" #: paperless_mail/models.py:29 msgid "IMAP server" -msgstr "" +msgstr "IMAP server" #: paperless_mail/models.py:33 msgid "IMAP port" -msgstr "" +msgstr "IMAP port" #: paperless_mail/models.py:36 msgid "This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections." -msgstr "" +msgstr "This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections." #: paperless_mail/models.py:40 msgid "IMAP security" -msgstr "" +msgstr "IMAP security" #: paperless_mail/models.py:46 msgid "username" -msgstr "" +msgstr "username" #: paperless_mail/models.py:50 msgid "password" -msgstr "" +msgstr "password" #: paperless_mail/models.py:60 msgid "mail rule" -msgstr "" +msgstr "mail rule" #: paperless_mail/models.py:61 msgid "mail rules" -msgstr "" +msgstr "mail rules" #: paperless_mail/models.py:67 msgid "Only process attachments." -msgstr "" +msgstr "Only process attachments." #: paperless_mail/models.py:68 msgid "Process all files, including 'inline' attachments." -msgstr "" +msgstr "Process all files, including 'inline' attachments." #: paperless_mail/models.py:78 msgid "Mark as read, don't process read mails" -msgstr "" +msgstr "Mark as read, don't process read mails" #: paperless_mail/models.py:79 msgid "Flag the mail, don't process flagged mails" -msgstr "" +msgstr "Flag the mail, don't process flagged mails" #: paperless_mail/models.py:80 msgid "Move to specified folder" -msgstr "" +msgstr "Move to specified folder" #: paperless_mail/models.py:81 msgid "Delete" -msgstr "" +msgstr "Delete" #: paperless_mail/models.py:88 msgid "Use subject as title" -msgstr "" +msgstr "Use subject as title" #: paperless_mail/models.py:89 msgid "Use attachment filename as title" -msgstr "" +msgstr "Use attachment filename as title" #: paperless_mail/models.py:99 msgid "Do not assign a correspondent" -msgstr "" +msgstr "Do not assign a correspondent" #: paperless_mail/models.py:101 msgid "Use mail address" -msgstr "" +msgstr "Use mail address" #: paperless_mail/models.py:103 msgid "Use name (or mail address if not available)" -msgstr "" +msgstr "Use name (or mail address if not available)" #: paperless_mail/models.py:105 msgid "Use correspondent selected below" -msgstr "" +msgstr "Use correspondent selected below" #: paperless_mail/models.py:113 msgid "order" -msgstr "" +msgstr "order" #: paperless_mail/models.py:120 msgid "account" -msgstr "" +msgstr "account" #: paperless_mail/models.py:124 msgid "folder" -msgstr "" +msgstr "folder" #: paperless_mail/models.py:128 msgid "filter from" -msgstr "" +msgstr "filter from" #: paperless_mail/models.py:131 msgid "filter subject" -msgstr "" +msgstr "filter subject" #: paperless_mail/models.py:134 msgid "filter body" -msgstr "" +msgstr "filter body" #: paperless_mail/models.py:138 msgid "filter attachment filename" -msgstr "" +msgstr "filter attachment filename" #: paperless_mail/models.py:140 msgid "Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive." -msgstr "" +msgstr "Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive." #: paperless_mail/models.py:146 msgid "maximum age" -msgstr "" +msgstr "maximum age" #: paperless_mail/models.py:148 msgid "Specified in days." -msgstr "" +msgstr "Specified in days." #: paperless_mail/models.py:151 msgid "attachment type" -msgstr "" +msgstr "attachment type" #: paperless_mail/models.py:154 msgid "Inline attachments include embedded images, so it's best to combine this option with a filename filter." -msgstr "" +msgstr "Inline attachments include embedded images, so it's best to combine this option with a filename filter." #: paperless_mail/models.py:159 msgid "action" -msgstr "" +msgstr "action" #: paperless_mail/models.py:165 msgid "action parameter" -msgstr "" +msgstr "action parameter" #: paperless_mail/models.py:167 msgid "Additional parameter for the action selected above, i.e., the target folder of the move to folder action." -msgstr "" +msgstr "Additional parameter for the action selected above, i.e., the target folder of the move to folder action." #: paperless_mail/models.py:173 msgid "assign title from" -msgstr "" +msgstr "assign title from" #: paperless_mail/models.py:183 msgid "assign this tag" -msgstr "" +msgstr "assign this tag" #: paperless_mail/models.py:191 msgid "assign this document type" -msgstr "" +msgstr "assign this document type" #: paperless_mail/models.py:195 msgid "assign correspondent from" -msgstr "" +msgstr "assign correspondent from" #: paperless_mail/models.py:205 msgid "assign this correspondent" -msgstr "" +msgstr "assign this correspondent" From f1d4860c79b0db4581fb36ebd912c054f8de9fa6 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:13 +0100 Subject: [PATCH 12/71] New translations messages.xlf (Portuguese, Brazilian) [ci skip] --- src-ui/src/locale/messages.pt_BR.xlf | 114 +++++++++++++-------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/src-ui/src/locale/messages.pt_BR.xlf b/src-ui/src/locale/messages.pt_BR.xlf index b12cabcef..3d19c0ce6 100644 --- a/src-ui/src/locale/messages.pt_BR.xlf +++ b/src-ui/src/locale/messages.pt_BR.xlf @@ -16,7 +16,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Documento <x equiv-text="status.filename" id="PH"/> foi adicionado ao paperless.</target> + <target state="translated">Documento <x id="PH" equiv-text="status.filename"/> foi adicionado ao paperless.</target> </trans-unit> <trans-unit id="1931214133925051574" datatype="html"> <source>Open document</source> @@ -32,7 +32,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Não foi possível adicionar <x equiv-text="status.filename" id="PH"/>: <x equiv-text="status.message" id="PH_1"/></target> + <target state="translated">Não foi possível adicionar <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> </trans-unit> <trans-unit id="1710712016675379662" datatype="html"> <source>New document detected</source> @@ -48,7 +48,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="translated">Documento <x equiv-text="status.filename" id="PH"/> está sendo processado pelo paperless.</target> + <target state="translated">Documento <x id="PH" equiv-text="status.filename"/> está sendo processado pelo paperless.</target> </trans-unit> <trans-unit id="4733307402565258070" datatype="html"> <source>Documents</source> @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="translated">Visualização "<x equiv-text="this.list.activeSavedViewTitle" id="PH"/>" salva com sucesso.</target> + <target state="translated">Visualização "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" salva com sucesso.</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">Visualização "<x equiv-text="savedView.name" id="PH"/>" criada com sucesso.</target> + <target state="translated">Visualização "<x id="PH" equiv-text="savedView.name"/>" criada com sucesso.</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -136,7 +136,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">71</context> </context-group> - <target state="translated">Salvar "<x equiv-text="{{list.activeSavedViewTitle}}" id="INTERPOLATION"/>"</target> + <target state="translated">Salvar "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> </trans-unit> <trans-unit id="439e7cc3c1ecefded167ed4d37f7d22dad6a9159" datatype="html"> <source>{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</source> @@ -224,7 +224,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">204</context> </context-group> - <target state="translated">Você realmente deseja excluir o documento "<x equiv-text="this.document.title" id="PH"/>"?</target> + <target state="translated">Você realmente deseja excluir o documento "<x id="PH" equiv-text="this.document.title"/>"?</target> </trans-unit> <trans-unit id="6691075929777935948" datatype="html"> <source>The files for this document will be deleted permanently. This operation cannot be undone.</source> @@ -248,7 +248,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">214</context> </context-group> - <target state="translated">Erro ao excluir documento: <x equiv-text="JSON.stringify(error)" id="PH"/></target> + <target state="translated">Erro ao excluir documento: <x id="PH" equiv-text="JSON.stringify(error)"/></target> </trans-unit> <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> <source>Delete</source> @@ -336,7 +336,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">de <x equiv-text="{{previewNumPages}}" id="INTERPOLATION"/></target> + <target state="translated">de <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> </trans-unit> <trans-unit id="a071e35fecc10753065b1cb5b38608be66da2c8b" datatype="html"> <source>Download original</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="translated">Olá <x equiv-text="this.displayName" id="PH"/>, bem-vindo ao Paperless-ng!</target> + <target state="translated">Olá <x id="PH" equiv-text="this.displayName"/>, bem-vindo ao Paperless-ng!</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Você realmente deseja excluir a etiqueta "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Você realmente deseja excluir a etiqueta "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -568,7 +568,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Você realmente deseja excluir o tipo de documento "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Você realmente deseja excluir o tipo de documento "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> <source>Document types</source> @@ -584,7 +584,7 @@ <context context-type="sourcefile">src/app/components/manage/logs/logs.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Logs</target> + <target state="translated">Logs</target> </trans-unit> <trans-unit id="5610279464668232148" datatype="html"> <source>Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</source> @@ -592,7 +592,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">68</context> </context-group> - <target state="translated">Visualização "<x equiv-text="savedView.name" id="PH"/>" excluída.</target> + <target state="translated">Visualização "<x id="PH" equiv-text="savedView.name"/>" excluída.</target> </trans-unit> <trans-unit id="5647210819299459618" datatype="html"> <source>Settings saved successfully.</source> @@ -624,7 +624,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="translated">Erro ao salvar configurações: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Erro ao salvar configurações: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> <source>Settings</source> @@ -704,7 +704,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Curto: <x equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Curto: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="d01a59285e711252b98c4f193394e4b854615c78" datatype="html"> <source>Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></source> @@ -712,7 +712,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">55</context> </context-group> - <target state="translated">Médio: <x equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Médio: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="00481629776699b1caebd12b3b1176e2e23740a8" datatype="html"> <source>Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></source> @@ -720,7 +720,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Longo: <x equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Longo: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="2045151788cbdda7512752e408da59a6b54a8ef0" datatype="html"> <source>Items per page</source> @@ -912,7 +912,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Você realmente deseja excluir o correspondente "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Você realmente deseja excluir o correspondente "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="c3f3334de899327bf3ec8999236e10798ff76e72" datatype="html"> <source>Correspondents</source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Termo de pesquisa inválido: <x equiv-text="{{errorMessage}}" id="INTERPOLATION"/></target> + <target state="translated">Termo de pesquisa inválido: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="translated">Exibindo documentos similares a <x equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}" id="START_LINK"/><x equiv-text="{{more_like_doc?.original_file_name}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/></target> + <target state="translated">Exibindo documentos similares a <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1072,7 +1072,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="translated">Termo de pesquisa: <x equiv-text="<i>{{query}}" id="START_ITALIC_TEXT"/><x equiv-text="{{query}}</i>" id="INTERPOLATION"/><x equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/></target> + <target state="translated">Termo de pesquisa: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Você quis dizer "<x equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}" id="START_LINK"/><x equiv-text="{{correctedQuery}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/>"?</target> + <target state="translated">Você quis dizer "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1097,7 +1097,7 @@ <context context-type="linenumber">11</context> </context-group> <note priority="1" from="description">app title</note> - <target state="needs-translation">Paperless-ng</target> + <target state="translated">Paperless-ng</target> </trans-unit> <trans-unit id="069566c6ed4f051b5b5617ef1935837226585dad" datatype="html"> <source>Search documents</source> @@ -1129,7 +1129,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">154</context> </context-group> - <target state="needs-translation">Admin</target> + <target state="translated">Admin</target> </trans-unit> <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html"> <source>Info</source> @@ -1153,7 +1153,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">175</context> </context-group> - <target state="needs-translation">GitHub</target> + <target state="translated">GitHub</target> </trans-unit> <trans-unit id="ea3a452c5238897cabc5781308cceb2d37dcf258" datatype="html"> <source>Suggest an idea</source> @@ -1169,7 +1169,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">34</context> </context-group> - <target state="translated">Sessão iniciada como <x equiv-text="{{displayName}}" id="INTERPOLATION"/></target> + <target state="translated">Sessão iniciada como <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> </trans-unit> <trans-unit id="4f55b670f49d927c6026bb614c7c62b1f2a394c0" datatype="html"> <source>Open documents</source> @@ -1209,7 +1209,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Correspondente: <x equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Correspondente: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> @@ -1225,7 +1225,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="translated">Tipo: <x equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Tipo: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> @@ -1241,7 +1241,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">45</context> </context-group> - <target state="translated">Etiqueta: <x equiv-text="this.tags.find(t => t.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Etiqueta: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> @@ -1257,7 +1257,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">53</context> </context-group> - <target state="translated">Título: <x equiv-text="rule.value" id="PH"/></target> + <target state="translated">Título: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> @@ -1378,7 +1378,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="translated">Criado: <x equiv-text="{{document.created | customDate}}" id="INTERPOLATION"/></target> + <target state="translated">Criado: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> </trans-unit> <trans-unit id="cd6f3fd48957e1fea6545c2b2defc7b2435ebfa8" datatype="html"> <source>Filter by correspondent</source> @@ -1418,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="translated">Erro ao executar operação em massa: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Erro ao executar operação em massa: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="7894972847287473517" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>"</source> @@ -1426,7 +1426,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">113</context> </context-group> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>"</target> </trans-unit> <trans-unit id="8639884465898458690" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>" e "<x equiv-text="items[1].name" id="PH_1"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" e "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1444,7 +1444,7 @@ <context context-type="linenumber">117</context> </context-group> <note priority="1" from="description">this is used to separate enumerations and should probably be a comma and a whitespace in most languages</note> - <target state="needs-translation">, </target> + <target state="translated">, </target> </trans-unit> <trans-unit id="1822679894391095557" datatype="html"> <source><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="translated"><x equiv-text="list" id="PH"/> e "<x equiv-text="items[items.length - 1].name" id="PH_1"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/> e "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1469,7 +1469,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">130</context> </context-group> - <target state="translated">Essa operação irá adicionar a etiqueta "<x equiv-text="tag.name" id="PH"/>" em <x equiv-text="this.list.selected.size" id="PH_1"/> documento(s) selecionado(s).</target> + <target state="translated">Essa operação irá adicionar a etiqueta "<x id="PH" equiv-text="tag.name"/>" em <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="1894412783609570695" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1477,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="translated">Essa operação irá adicionar as etiquetas <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> em <x equiv-text="this.list.selected.size" id="PH_1"/> documento(s) selecionado(s). </target> + <target state="translated">Essa operação irá adicionar as etiquetas <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> em <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s). </target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="translated">Essa operação irá remover a etiqueta "<x equiv-text="tag.name" id="PH"/>" de <x equiv-text="this.list.selected.size" id="PH_1"/> documento(s) selecionado(s).</target> + <target state="translated">Essa operação irá remover a etiqueta "<x id="PH" equiv-text="tag.name"/>" de <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1493,7 +1493,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">137</context> </context-group> - <target state="translated">Essa operação irá remover as etiquetas <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH"/> de <x equiv-text="this.list.selected.size" id="PH_1"/> documento(s) selecionado(s).</target> + <target state="translated">Essa operação irá remover as etiquetas <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> de <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="2739066218579571288" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1501,7 +1501,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">139</context> </context-group> - <target state="translated">Essa operação irá adicionar as etiquetas <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> e remover as etiquetas <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH_1"/> de <x equiv-text="this.list.selected.size" id="PH_2"/> documento(s) selecionado(s).</target> + <target state="translated">Essa operação irá adicionar as etiquetas <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> e remover as etiquetas <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> de <x id="PH_2" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="2996713129519325161" datatype="html"> <source>Confirm correspondent assignment</source> @@ -1517,7 +1517,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">161</context> </context-group> - <target state="translated">Essa operação irá atribuir o correspondente "<x equiv-text="correspondent.name" id="PH"/>" para <x equiv-text="this.list.selected.size" id="PH_1"/> documento(s) selecionado(s).</target> + <target state="translated">Essa operação irá atribuir o correspondente "<x id="PH" equiv-text="correspondent.name"/>" para <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="1257522660364398440" datatype="html"> <source>This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1525,7 +1525,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">163</context> </context-group> - <target state="translated">Essa operação irá remover o correspondente de <x equiv-text="this.list.selected.size" id="PH"/> documento(s) selecionado(s).</target> + <target state="translated">Essa operação irá remover o correspondente de <x id="PH" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="5393409374423140648" datatype="html"> <source>Confirm document type assignment</source> @@ -1541,7 +1541,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">184</context> </context-group> - <target state="translated">Essa operação irá atribuir o tipo de documento "<x equiv-text="documentType.name" id="PH"/>" para <x equiv-text="this.list.selected.size" id="PH_1"/> documento(s) selecionado(s).</target> + <target state="translated">Essa operação irá atribuir o tipo de documento "<x id="PH" equiv-text="documentType.name"/>" para <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="2236642492594872779" datatype="html"> <source>This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1549,7 +1549,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">186</context> </context-group> - <target state="translated">Essa operação irá remover o tipo de documento de <x equiv-text="this.list.selected.size" id="PH"/> documento(s) selecionado(s).</target> + <target state="translated">Essa operação irá remover o tipo de documento de <x id="PH" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="749430623564850405" datatype="html"> <source>Delete confirm</source> @@ -1565,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="translated">Essa operação irá excluir permanentemente <x equiv-text="this.list.selected.size" id="PH"/> documento(s) selecionado(s).</target> + <target state="translated">Essa operação irá excluir permanentemente <x id="PH" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1653,7 +1653,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Total de documentos: <x equiv-text="{{statistics?.documents_total}}" id="INTERPOLATION"/></target> + <target state="translated">Total de documentos: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> </trans-unit> <trans-unit id="13e8d49dbcad9f9d71e66a9a56d6f328cff430c9" datatype="html"> <source>Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></source> @@ -1661,7 +1661,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="translated">Documentos na caixa de entrada: <x equiv-text="{{statistics?.documents_inbox}}" id="INTERPOLATION"/></target> + <target state="translated">Documentos na caixa de entrada: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> </trans-unit> <trans-unit id="6443586946875325554" datatype="html"> <source>Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></source> @@ -1669,7 +1669,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Processando: <x equiv-text="countUploadingAndProcessing" id="PH"/></target> + <target state="translated">Processando: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> </trans-unit> <trans-unit id="9182918211699394982" datatype="html"> <source>Failed: <x id="PH" equiv-text="countFailed"/></source> @@ -1677,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Falha: <x equiv-text="countFailed" id="PH"/></target> + <target state="translated">Falha: <x id="PH" equiv-text="countFailed"/></target> </trans-unit> <trans-unit id="534116346205124059" datatype="html"> <source>Added: <x id="PH" equiv-text="countSuccess"/></source> @@ -1685,7 +1685,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">38</context> </context-group> - <target state="translated">Adicionado: <x equiv-text="countSuccess" id="PH"/></target> + <target state="translated">Adicionado: <x id="PH" equiv-text="countSuccess"/></target> </trans-unit> <trans-unit id="3852289441366561594" datatype="html"> <source>Connecting...</source> @@ -1717,7 +1717,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">Erro HTTP: <x equiv-text="error.status" id="PH"/> <x equiv-text="error.statusText" id="PH_1"/></target> + <target state="translated">Erro HTTP: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> </trans-unit> <trans-unit id="e022072b3e4dd77e3f09960817ef3359a49963b3" datatype="html"> <source>Upload new documents</source> @@ -1733,7 +1733,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Solte documentos aqui ou</target> + <target state="translated">Arraste documentos aqui ou</target> </trans-unit> <trans-unit id="865c511f4a24558ed0e954f9bbbff557bbb8954d" datatype="html"> <source>Browse files</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">102</context> </context-group> - <target state="needs-translation">ISO 8601</target> + <target state="translated">ISO 8601</target> </trans-unit> <trans-unit id="2119857572761283468" datatype="html"> <source>Document already exists.</source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">58</context> </context-group> - <target state="translated">Não podemos salvar elemento: <x equiv-text="error" id="PH"/></target> + <target state="translated">Não podemos salvar elemento: <x id="PH" equiv-text="error"/></target> </trans-unit> <trans-unit id="810888510148304696" datatype="html"> <source>Automatic</source> @@ -2187,7 +2187,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">114</context> </context-group> - <target state="translated">Erro ao excluir elemento: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Erro ao excluir elemento: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="5851669019930456395" datatype="html"> <source>Any word</source> From d1cef044e54760812ebe565654f2dafca489533b Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:14 +0100 Subject: [PATCH 13/71] New translations django.po (Portuguese, Brazilian) [ci skip] --- src/locale/pt_BR/LC_MESSAGES/django.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/locale/pt_BR/LC_MESSAGES/django.po b/src/locale/pt_BR/LC_MESSAGES/django.po index 9f32ecfac..117caebdd 100644 --- a/src/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/locale/pt_BR/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:40\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt_BR\n" @@ -188,7 +188,7 @@ msgstr "documentos" #: documents/models.py:311 msgid "debug" -msgstr "" +msgstr "debug" #: documents/models.py:312 msgid "information" @@ -220,11 +220,11 @@ msgstr "nível" #: documents/models.py:332 msgid "log" -msgstr "" +msgstr "log" #: documents/models.py:333 msgid "logs" -msgstr "" +msgstr "logs" #: documents/models.py:344 documents/models.py:394 msgid "saved view" @@ -458,7 +458,7 @@ msgstr "Atribua metadados aos documentos consumidos por esta regra automaticamen #: paperless_mail/apps.py:9 msgid "Paperless mail" -msgstr "" +msgstr "Paperless mail" #: paperless_mail/models.py:11 msgid "mail account" From 4ef0e20b5c95614a4e79714e38781ec4325b7786 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:15 +0100 Subject: [PATCH 14/71] New translations messages.xlf (Chinese Simplified) [ci skip] --- src-ui/src/locale/messages.zh_CN.xlf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src-ui/src/locale/messages.zh_CN.xlf b/src-ui/src/locale/messages.zh_CN.xlf index b8eaa1c53..580497ce5 100644 --- a/src-ui/src/locale/messages.zh_CN.xlf +++ b/src-ui/src/locale/messages.zh_CN.xlf @@ -56,7 +56,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">文件</target> </trans-unit> <trans-unit id="2155249406916744630" datatype="html"> <source>View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</source> @@ -552,7 +552,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">文件</target> </trans-unit> <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> <source>Edit</source> @@ -2155,7 +2155,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Automatic</target> + <target state="translated">自动</target> </trans-unit> <trans-unit id="5044611416737085530" datatype="html"> <source>Do you really want to delete this element?</source> @@ -2195,7 +2195,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Any word</target> + <target state="translated">任何词</target> </trans-unit> <trans-unit id="7517655726614958140" datatype="html"> <source>Any: Document contains any of these words (space separated)</source> @@ -2211,7 +2211,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">All words</target> + <target state="translated">所有词</target> </trans-unit> <trans-unit id="111914402588955480" datatype="html"> <source>All: Document contains all of these words (space separated)</source> @@ -2227,7 +2227,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Exact match</target> + <target state="translated">完全符合</target> </trans-unit> <trans-unit id="7109184332944610787" datatype="html"> <source>Exact: Document contains this string</source> @@ -2243,7 +2243,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Regular expression</target> + <target state="translated">正则表达式</target> </trans-unit> <trans-unit id="7548151332424148033" datatype="html"> <source>Regular expression: Document matches this regular expression</source> @@ -2259,7 +2259,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">Fuzzy word</target> + <target state="translated">模糊词汇</target> </trans-unit> <trans-unit id="8419167206585286450" datatype="html"> <source>Fuzzy: Document contains a word similar to this word</source> From 9c985b36b391990312961a1a4f795f224e38adf5 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:16 +0100 Subject: [PATCH 15/71] New translations django.po (Chinese Simplified) [ci skip] --- src/locale/zh_CN/LC_MESSAGES/django.po | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/locale/zh_CN/LC_MESSAGES/django.po b/src/locale/zh_CN/LC_MESSAGES/django.po index 3d6513cbb..93af25211 100644 --- a/src/locale/zh_CN/LC_MESSAGES/django.po +++ b/src/locale/zh_CN/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:40\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -19,44 +19,44 @@ msgstr "" #: documents/apps.py:10 msgid "Documents" -msgstr "" +msgstr "文件" #: documents/models.py:32 msgid "Any word" -msgstr "" +msgstr "任何词" #: documents/models.py:33 msgid "All words" -msgstr "" +msgstr "所有词" #: documents/models.py:34 msgid "Exact match" -msgstr "" +msgstr "完全符合" #: documents/models.py:35 msgid "Regular expression" -msgstr "" +msgstr "正则表达式" #: documents/models.py:36 msgid "Fuzzy word" -msgstr "" +msgstr "模糊词汇" #: documents/models.py:37 msgid "Automatic" -msgstr "" +msgstr "自动" #: documents/models.py:41 documents/models.py:350 paperless_mail/models.py:25 #: paperless_mail/models.py:109 msgid "name" -msgstr "" +msgstr "名字" #: documents/models.py:45 msgid "match" -msgstr "" +msgstr "配对" #: documents/models.py:49 msgid "matching algorithm" -msgstr "" +msgstr "配对算法" #: documents/models.py:55 msgid "is insensitive" From 83be71f622ed1acb8ea213ccf154650003c43425 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:18 +0100 Subject: [PATCH 16/71] New translations messages.xlf (Russian) [ci skip] --- src-ui/src/locale/messages.ru_RU.xlf | 502 +++++++++++++-------------- 1 file changed, 251 insertions(+), 251 deletions(-) diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf index f018f5f31..816a78ca5 100644 --- a/src-ui/src/locale/messages.ru_RU.xlf +++ b/src-ui/src/locale/messages.ru_RU.xlf @@ -8,7 +8,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Document added</target> + <target state="translated">Документ добавлен</target> </trans-unit> <trans-unit id="9204248378636247318" datatype="html"> <source>Document <x id="PH" equiv-text="status.filename"/> was added to paperless.</source> @@ -16,7 +16,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Document <x id="PH" equiv-text="status.filename"/> was added to paperless.</target> + <target state="translated">Документ <x id="PH" equiv-text="status.filename"/> был добавлен в paperless.</target> </trans-unit> <trans-unit id="1931214133925051574" datatype="html"> <source>Open document</source> @@ -24,7 +24,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Open document</target> + <target state="translated">Открыть документ</target> </trans-unit> <trans-unit id="8582620835547864448" datatype="html"> <source>Could not add <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></source> @@ -32,7 +32,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">59</context> </context-group> - <target state="needs-translation">Could not add <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> + <target state="translated">Невозможно добавить <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> </trans-unit> <trans-unit id="1710712016675379662" datatype="html"> <source>New document detected</source> @@ -40,7 +40,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="needs-translation">New document detected</target> + <target state="translated">Обнаружен новый документ</target> </trans-unit> <trans-unit id="587031278561344416" datatype="html"> <source>Document <x id="PH" equiv-text="status.filename"/> is being processed by paperless.</source> @@ -48,7 +48,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="needs-translation">Document <x id="PH" equiv-text="status.filename"/> is being processed by paperless.</target> + <target state="translated">Документ <x id="PH" equiv-text="status.filename"/> обрабатывается paperless</target> </trans-unit> <trans-unit id="4733307402565258070" datatype="html"> <source>Documents</source> @@ -56,7 +56,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Документы</target> </trans-unit> <trans-unit id="2155249406916744630" datatype="html"> <source>View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</source> @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="needs-translation">View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</target> + <target state="translated">Просмотр "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" успешно сохранён.</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="needs-translation">View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</target> + <target state="translated">Просмотр "<x id="PH" equiv-text="savedView.name"/>" создан успешно</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -80,7 +80,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation">Select</target> + <target state="translated">Выбрать</target> </trans-unit> <trans-unit id="7e1f9a7054aff842832620c03dedae894787ba41" datatype="html"> <source>Select none</source> @@ -88,7 +88,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Select none</target> + <target state="translated">Ничего не выбрано</target> </trans-unit> <trans-unit id="2ed8a0c2ce4968f8614151eefed20a0aa3daeeb9" datatype="html"> <source>Select page</source> @@ -96,7 +96,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Select page</target> + <target state="translated">Выбрать страницу</target> </trans-unit> <trans-unit id="b463541a7e303aa4d0b1102eaff8afbaf34e7a74" datatype="html"> <source>Select all</source> @@ -104,7 +104,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Select all</target> + <target state="translated">Выбрать всё</target> </trans-unit> <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html"> <source>Sort</source> @@ -112,7 +112,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Sort</target> + <target state="translated">Сортировать</target> </trans-unit> <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html"> <source>Views</source> @@ -120,7 +120,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">64</context> </context-group> - <target state="needs-translation">Views</target> + <target state="translated">Просмотры</target> </trans-unit> <trans-unit id="b69d81ff62cdc22b6bf88fe0b72dc1f66ccfa44f" datatype="html"> <source>Save as...</source> @@ -128,7 +128,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="needs-translation">Save as...</target> + <target state="translated">Сохранить как</target> </trans-unit> <trans-unit id="5f5ce787c428d917c30c9bd70789a618e09743a7" datatype="html"> <source>Save "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</source> @@ -136,7 +136,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">71</context> </context-group> - <target state="needs-translation">Save "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> + <target state="translated">Сохранить "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> </trans-unit> <trans-unit id="439e7cc3c1ecefded167ed4d37f7d22dad6a9159" datatype="html"> <source>{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</source> @@ -144,7 +144,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">85</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Выделено<x id="INTERPOLATION"/> из одного документа} other {Выделенные <x id="INTERPOLATION"/> и <x id="INTERPOLATION_1"/> документы}}</target> </trans-unit> <trans-unit id="bb773fdeaad5e7fb8e6cd77e1cc558e1b194a0c9" datatype="html"> <source>{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</source> @@ -152,7 +152,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">86</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Один документ} other {<x id="INTERPOLATION"/> докуметы}}</target> </trans-unit> <trans-unit id="bb91083b44e3f77dd68de773ceab467ca3d57507" datatype="html"> <source>(filtered)</source> @@ -160,7 +160,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">86</context> </context-group> - <target state="needs-translation">(filtered)</target> + <target state="translated">(отфильтровано)</target> </trans-unit> <trans-unit id="ca0b795795658155d44ddca02e95f1feeeb4a88f" datatype="html"> <source>ASN</source> @@ -176,7 +176,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="needs-translation">Correspondent</target> + <target state="translated">Корреспонденция</target> </trans-unit> <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> <source>Title</source> @@ -184,7 +184,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">117</context> </context-group> - <target state="needs-translation">Title</target> + <target state="translated">Заголовок</target> </trans-unit> <trans-unit id="2bd5919e8098513664a89d5b7b52d61e3063950f" datatype="html"> <source>Document type</source> @@ -192,7 +192,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Document type</target> + <target state="translated">Тип документа</target> </trans-unit> <trans-unit id="1b051734b0ee9021991c91b3ed4e81c244322462" datatype="html"> <source>Created</source> @@ -200,7 +200,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">129</context> </context-group> - <target state="needs-translation">Created</target> + <target state="translated">Создано</target> </trans-unit> <trans-unit id="80e3b490720757978c99a7b5af3885faf202b955" datatype="html"> <source>Added</source> @@ -208,7 +208,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">135</context> </context-group> - <target state="needs-translation">Added</target> + <target state="translated">Добавлено</target> </trans-unit> <trans-unit id="9021887951960049161" datatype="html"> <source>Confirm delete</source> @@ -216,7 +216,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="needs-translation">Confirm delete</target> + <target state="translated">Подтвердить удаление</target> </trans-unit> <trans-unit id="5382975254277698192" datatype="html"> <source>Do you really want to delete document "<x id="PH" equiv-text="this.document.title"/>"?</source> @@ -224,7 +224,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">204</context> </context-group> - <target state="needs-translation">Do you really want to delete document "<x id="PH" equiv-text="this.document.title"/>"?</target> + <target state="translated">Вы действительно хотите удалить документ "<x id="PH" equiv-text="this.document.title"/>"?</target> </trans-unit> <trans-unit id="6691075929777935948" datatype="html"> <source>The files for this document will be deleted permanently. This operation cannot be undone.</source> @@ -232,7 +232,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="needs-translation">The files for this document will be deleted permanently. This operation cannot be undone.</target> + <target state="translated">Файл из этого документа будет удалён незамедлительно. Это операцию нельзя отменить.</target> </trans-unit> <trans-unit id="719892092227206532" datatype="html"> <source>Delete document</source> @@ -240,7 +240,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">207</context> </context-group> - <target state="needs-translation">Delete document</target> + <target state="translated">Удалить документ</target> </trans-unit> <trans-unit id="1844801255494293730" datatype="html"> <source>Error deleting document: <x id="PH" equiv-text="JSON.stringify(error)"/></source> @@ -248,7 +248,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">214</context> </context-group> - <target state="needs-translation">Error deleting document: <x id="PH" equiv-text="JSON.stringify(error)"/></target> + <target state="translated">Ошибка удаления документа: <x id="PH" equiv-text="JSON.stringify(error)"/></target> </trans-unit> <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> <source>Delete</source> @@ -256,7 +256,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Удалить</target> </trans-unit> <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> <source>Download</source> @@ -264,7 +264,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Download</target> + <target state="translated">Скачать</target> </trans-unit> <trans-unit id="4ea3c236bca3528318e3b3a411a20909e5fa8be4" datatype="html"> <source>More like this</source> @@ -272,7 +272,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">More like this</target> + <target state="translated">Больше похожих</target> </trans-unit> <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html"> <source>Close</source> @@ -280,7 +280,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">44</context> </context-group> - <target state="needs-translation">Close</target> + <target state="translated">Закрыть</target> </trans-unit> <trans-unit id="4f8b2bb476981727ab34ed40fde1218361f92c45" datatype="html"> <source>Details</source> @@ -288,7 +288,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">56</context> </context-group> - <target state="needs-translation">Details</target> + <target state="translated">Детали</target> </trans-unit> <trans-unit id="4ab4cb601522b9194922554d934c4c30bd93567d" datatype="html"> <source>Content</source> @@ -296,7 +296,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="needs-translation">Content</target> + <target state="translated">Содержимое</target> </trans-unit> <trans-unit id="f721a500a68c357e8f2a01e60510f6a01e4ba529" datatype="html"> <source>Metadata</source> @@ -304,7 +304,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">81</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Метаданные</target> </trans-unit> <trans-unit id="3f5a652a1f473f4e243e3c6805ef1b383e270bb7" datatype="html"> <source>Discard</source> @@ -312,7 +312,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">130</context> </context-group> - <target state="needs-translation">Discard</target> + <target state="translated">Отменить</target> </trans-unit> <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> <source>Save</source> @@ -320,7 +320,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">132</context> </context-group> - <target state="needs-translation">Save</target> + <target state="translated">Сохранить</target> </trans-unit> <trans-unit id="8380d9eff8613c0bc58edc7cebc2aa72e17b11e3" datatype="html"> <source>Page</source> @@ -328,7 +328,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Page</target> + <target state="translated">Страница</target> </trans-unit> <trans-unit id="c972a8e7d09f86e0c408a80349990fb213b32c08" datatype="html"> <source>of <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></source> @@ -336,7 +336,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">of <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> + <target state="translated">из <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> </trans-unit> <trans-unit id="a071e35fecc10753065b1cb5b38608be66da2c8b" datatype="html"> <source>Download original</source> @@ -344,7 +344,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">29</context> </context-group> - <target state="needs-translation">Download original</target> + <target state="translated">Скачать оригинал</target> </trans-unit> <trans-unit id="9b3996b5ddcc628a999a7df72fbfc2a2eae8c8a5" datatype="html"> <source>Archive serial number</source> @@ -352,7 +352,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">60</context> </context-group> - <target state="needs-translation">Archive serial number</target> + <target state="translated">Серийный номер архива</target> </trans-unit> <trans-unit id="30eebc2dd656dbcb259d8d5286d244ee397d63bd" datatype="html"> <source>Date created</source> @@ -360,7 +360,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">61</context> </context-group> - <target state="needs-translation">Date created</target> + <target state="translated">Дата создания</target> </trans-unit> <trans-unit id="6e58f1baf7acb6a0cfe3636b9c2a61b4d1183720" datatype="html"> <source>Date modified</source> @@ -368,7 +368,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Date modified</target> + <target state="translated">Дата изменения</target> </trans-unit> <trans-unit id="c1ae0f9ac4efb2dcd43cd947ddba09d6c4328269" datatype="html"> <source>Date added</source> @@ -376,7 +376,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">91</context> </context-group> - <target state="needs-translation">Date added</target> + <target state="translated">Дата добавления</target> </trans-unit> <trans-unit id="c7ea641c3a61a12a3599ce5a75c6d0dbba409ad3" datatype="html"> <source>Media filename</source> @@ -384,7 +384,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">95</context> </context-group> - <target state="needs-translation">Media filename</target> + <target state="translated">Название медиафайла</target> </trans-unit> <trans-unit id="74a894d2a8ae24a1eed4bc56e9afdc27dc2c31c8" datatype="html"> <source>Original MD5 checksum</source> @@ -392,7 +392,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="needs-translation">Original MD5 checksum</target> + <target state="translated">Подлинная MD5 проверочная сумма</target> </trans-unit> <trans-unit id="e92ca184ea785769fb26138fc25ee9fa06fff6e5" datatype="html"> <source>Original file size</source> @@ -400,7 +400,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="needs-translation">Original file size</target> + <target state="translated">Размер оригинального файла</target> </trans-unit> <trans-unit id="b5e93f30cc3411f20bd62025a6cc7394568f1bfd" datatype="html"> <source>Original mime type</source> @@ -408,7 +408,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Original mime type</target> + <target state="translated">Оригинальный MIME тип</target> </trans-unit> <trans-unit id="edbf54e4117606b5dd87aaea3c14b21ebf398020" datatype="html"> <source>Archive MD5 checksum</source> @@ -416,7 +416,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="needs-translation">Archive MD5 checksum</target> + <target state="translated">Проверочная сумма MD5 архива</target> </trans-unit> <trans-unit id="e6bf12eadecbfd80016eca15fa78651c6ca90c64" datatype="html"> <source>Archive file size</source> @@ -424,7 +424,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">115</context> </context-group> - <target state="needs-translation">Archive file size</target> + <target state="translated">Размер архива</target> </trans-unit> <trans-unit id="203c7adb5bd74ae18e84e1e3b66ddfe76bc0023f" datatype="html"> <source>Original document metadata</source> @@ -432,7 +432,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">121</context> </context-group> - <target state="needs-translation">Original document metadata</target> + <target state="translated">Метаданные оригинального документа</target> </trans-unit> <trans-unit id="7174dcea4a3d0b743e7e4a78747e902230727f67" datatype="html"> <source>Archived document metadata</source> @@ -440,7 +440,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">122</context> </context-group> - <target state="needs-translation">Archived document metadata</target> + <target state="translated">Метаданные архивированного документа</target> </trans-unit> <trans-unit id="3fb9f1a31c3798173b2fea72638732c783b152fe" datatype="html"> <source>Save & next</source> @@ -448,7 +448,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">131</context> </context-group> - <target state="needs-translation">Save & next</target> + <target state="translated">Сохранить & следующий</target> </trans-unit> <trans-unit id="8765497970646365998" datatype="html"> <source>Hello <x id="PH" equiv-text="this.displayName"/>, welcome to Paperless-ng!</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="needs-translation">Hello <x id="PH" equiv-text="this.displayName"/>, welcome to Paperless-ng!</target> + <target state="translated">Привет, <x id="PH" equiv-text="this.displayName"/>, добро пожаловать в Paperless-ng!</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -464,7 +464,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Welcome to Paperless-ng!</target> + <target state="translated">Добро пожаловать в Paperless-ng,</target> </trans-unit> <trans-unit id="f65253954b66e929a8b4d5ecaf61f9129f8cec64" datatype="html"> <source>Dashboard</source> @@ -472,7 +472,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Dashboard</target> + <target state="translated">Панель</target> </trans-unit> <trans-unit id="93754014749412887" datatype="html"> <source>Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Вы действительно хотите удалить тег "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -488,7 +488,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Tags</target> + <target state="translated">Теги</target> </trans-unit> <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> <source>Create</source> @@ -496,7 +496,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">2</context> </context-group> - <target state="needs-translation">Create</target> + <target state="translated">Создать</target> </trans-unit> <trans-unit id="ddb40946e790522301687ecddb9ce1cb8ad40dd1" datatype="html"> <source>Filter by:</source> @@ -504,7 +504,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">Filter by:</target> + <target state="translated">Отсортировать по:</target> </trans-unit> <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html"> <source>Name</source> @@ -512,7 +512,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">Name</target> + <target state="translated">Имя</target> </trans-unit> <trans-unit id="8fa4d523f7b91df4390120b85ed0406138273e1a" datatype="html"> <source>Color</source> @@ -520,7 +520,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Color</target> + <target state="translated">Цвет</target> </trans-unit> <trans-unit id="d0c4488f742efeba0915e90e285a022da813deff" datatype="html"> <source>Matching</source> @@ -528,7 +528,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Matching</target> + <target state="translated">Совпадения</target> </trans-unit> <trans-unit id="9bcf8d20d23c111eca1431abd2d2ce0de324499c" datatype="html"> <source>Document count</source> @@ -536,7 +536,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Document count</target> + <target state="translated">Количество документов</target> </trans-unit> <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> <source>Actions</source> @@ -544,7 +544,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Actions</target> + <target state="translated">Действия</target> </trans-unit> <trans-unit id="9d51b3c90afda70700229d1b8a55371c13cb3bce" datatype="html"> <source>Documents</source> @@ -552,7 +552,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Документы</target> </trans-unit> <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> <source>Edit</source> @@ -560,7 +560,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">43</context> </context-group> - <target state="needs-translation">Edit</target> + <target state="translated">Редактировать</target> </trans-unit> <trans-unit id="4990731724078522539" datatype="html"> <source>Do you really want to delete the document type "<x id="PH" equiv-text="object.name"/>"?</source> @@ -568,7 +568,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Do you really want to delete the document type "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Вы действительно хотите удалить этот тип документа: "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> <source>Document types</source> @@ -576,7 +576,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Document types</target> + <target state="translated">Типы документов</target> </trans-unit> <trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef" datatype="html"> <source>Logs</source> @@ -584,7 +584,7 @@ <context context-type="sourcefile">src/app/components/manage/logs/logs.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Logs</target> + <target state="translated">Логи</target> </trans-unit> <trans-unit id="5610279464668232148" datatype="html"> <source>Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</source> @@ -592,7 +592,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">68</context> </context-group> - <target state="needs-translation">Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</target> + <target state="translated">Сохраненное представление "<x id="PH" equiv-text="savedView.name"/>" удалено.</target> </trans-unit> <trans-unit id="5647210819299459618" datatype="html"> <source>Settings saved successfully.</source> @@ -600,7 +600,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">89</context> </context-group> - <target state="needs-translation">Settings saved successfully.</target> + <target state="translated">Настройки успешно сохранены.</target> </trans-unit> <trans-unit id="6839066544204061364" datatype="html"> <source>Use system language</source> @@ -608,7 +608,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">Use system language</target> + <target state="translated">Использовать язык системы</target> </trans-unit> <trans-unit id="7729897675462249787" datatype="html"> <source>Use date format of display language</source> @@ -616,7 +616,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">100</context> </context-group> - <target state="needs-translation">Use date format of display language</target> + <target state="translated">Использовать формат даты, соответсвующий языку</target> </trans-unit> <trans-unit id="8488620293789898901" datatype="html"> <source>Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -624,7 +624,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="needs-translation">Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Ошибка при хранении настроек на сервере: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> <source>Settings</source> @@ -632,7 +632,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Settings</target> + <target state="translated">Настройки</target> </trans-unit> <trans-unit id="11ebd254cc9294717105c5982eb0cd2af30a446d" datatype="html"> <source>General settings</source> @@ -640,7 +640,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">General settings</target> + <target state="translated">Основные настройки</target> </trans-unit> <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html"> <source>Notifications</source> @@ -648,7 +648,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">116</context> </context-group> - <target state="needs-translation">Notifications</target> + <target state="translated">Уведомления</target> </trans-unit> <trans-unit id="99dee94e92dbd9e21a008d4569f9719ed206ae37" datatype="html"> <source>Saved views</source> @@ -656,7 +656,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">134</context> </context-group> - <target state="needs-translation">Saved views</target> + <target state="translated">Сохраненные представления</target> </trans-unit> <trans-unit id="bbe41ac2ea4a6c00ea941a41b33105048f8e9f13" datatype="html"> <source>Appearance</source> @@ -664,7 +664,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Appearance</target> + <target state="translated">Вид</target> </trans-unit> <trans-unit id="75f8908d266f7cc9b9e68e0be906fd080a223606" datatype="html"> <source>Display language</source> @@ -672,7 +672,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Display language</target> + <target state="translated">Отобразить язык</target> </trans-unit> <trans-unit id="1284a077dc18a2d1ff1b744f16f1797eea28ae37" datatype="html"> <source>You need to reload the page after applying a new language.</source> @@ -680,7 +680,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">You need to reload the page after applying a new language.</target> + <target state="translated">Вы должны перезагрузить страница, после применения нового языка.</target> </trans-unit> <trans-unit id="0cd55822928764cc82a62ee3e6f3adbc1c630479" datatype="html"> <source>Date display</source> @@ -688,7 +688,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">32</context> </context-group> - <target state="needs-translation">Date display</target> + <target state="translated">Отображение даты</target> </trans-unit> <trans-unit id="7df4de0d0704a06a302d853e31f2580eba98f127" datatype="html"> <source>Date format</source> @@ -696,7 +696,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Date format</target> + <target state="translated">Формат даты</target> </trans-unit> <trans-unit id="69852399a18b8ca4fca8c5bfddd3f00a6d137593" datatype="html"> <source>Short: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></source> @@ -704,7 +704,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Short: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> + <target state="translated">Кратко: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="d01a59285e711252b98c4f193394e4b854615c78" datatype="html"> <source>Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></source> @@ -712,7 +712,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">55</context> </context-group> - <target state="needs-translation">Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> + <target state="translated">Средний: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="00481629776699b1caebd12b3b1176e2e23740a8" datatype="html"> <source>Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></source> @@ -720,7 +720,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">59</context> </context-group> - <target state="needs-translation">Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> + <target state="translated">Длинный: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="2045151788cbdda7512752e408da59a6b54a8ef0" datatype="html"> <source>Items per page</source> @@ -728,7 +728,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="needs-translation">Items per page</target> + <target state="translated">Элементов на страницу</target> </trans-unit> <trans-unit id="c4435e56bf0289e78fedc462f1d21fb30b9de55d" datatype="html"> <source>Document editor</source> @@ -736,7 +736,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">83</context> </context-group> - <target state="needs-translation">Document editor</target> + <target state="translated">Редактор документов</target> </trans-unit> <trans-unit id="4903e521c9bfd11ce88e7a5575106ef638912e0d" datatype="html"> <source>Use PDF viewer provided by the browser</source> @@ -744,7 +744,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Use PDF viewer provided by the browser</target> + <target state="translated">Используйте просмоторщик PDF встроенный в браузер</target> </trans-unit> <trans-unit id="d7db07023e53f8396d18d375c2b78c25fc81c197" datatype="html"> <source>This is usually faster for displaying large PDF documents, but it might not work on some browsers.</source> @@ -752,7 +752,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">This is usually faster for displaying large PDF documents, but it might not work on some browsers.</target> + <target state="translated">Это обычный способ для быстрого отображения больших PDF документов, но может быть так, что некоторые браузеры не поддерживают этот метод.</target> </trans-unit> <trans-unit id="9ee5d1cbfd6ee168dae37aaba2b59b50bcabb2ff" datatype="html"> <source>Dark mode</source> @@ -760,7 +760,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">Dark mode</target> + <target state="translated">Тёмная тема</target> </trans-unit> <trans-unit id="f8cb5506e70fd71fddc9bb71cee18bfff7b29637" datatype="html"> <source>Use system settings</source> @@ -768,7 +768,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Use system settings</target> + <target state="translated">Использовать системные настройки</target> </trans-unit> <trans-unit id="8ee474504043fa89821d626e4f3413240fa91b53" datatype="html"> <source>Enable dark mode</source> @@ -776,7 +776,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">98</context> </context-group> - <target state="needs-translation">Enable dark mode</target> + <target state="translated">Включить тёмную тему</target> </trans-unit> <trans-unit id="71bad20b37410c8972c9aa0f7c62996534b84339" datatype="html"> <source>Invert thumbnails in dark mode</source> @@ -792,7 +792,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="needs-translation">Bulk editing</target> + <target state="translated">Массовое редактирование</target> </trans-unit> <trans-unit id="c0ac61661c6c326d6e0e00c231b95cf2ac0c6586" datatype="html"> <source>Show confirmation dialogs</source> @@ -800,7 +800,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Show confirmation dialogs</target> + <target state="translated">Показать диалог подтверждения</target> </trans-unit> <trans-unit id="291bbe56ecbe945dcf05580a57d679fa7bd1e06a" datatype="html"> <source>Deleting documents will always ask for confirmation.</source> @@ -808,7 +808,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Deleting documents will always ask for confirmation.</target> + <target state="translated">Удаления документов всегда будет требовать подтверждение.</target> </trans-unit> <trans-unit id="8cfddc13e04f5545ac63f419ef363505d6f78c2e" datatype="html"> <source>Apply on close</source> @@ -816,7 +816,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">108</context> </context-group> - <target state="needs-translation">Apply on close</target> + <target state="translated">Применить при закрытии</target> </trans-unit> <trans-unit id="8680abbea249ebe9c2fe35556559c8e1a9eb5841" datatype="html"> <source>Document processing</source> @@ -824,7 +824,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">119</context> </context-group> - <target state="needs-translation">Document processing</target> + <target state="translated">Документ обрабатывается</target> </trans-unit> <trans-unit id="2ad4d76b36341c589d94004ad2a213fd4d6f5ca0" datatype="html"> <source>Show notifications when new documents are detected</source> @@ -832,7 +832,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Show notifications when new documents are detected</target> + <target state="translated"> Показывать уведомления, когда новый документ удалён</target> </trans-unit> <trans-unit id="e775f4f7c40249d31426ae61a21616a0c9d8e84f" datatype="html"> <source>Show notifications when document processing completes successfully</source> @@ -840,7 +840,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">124</context> </context-group> - <target state="needs-translation">Show notifications when document processing completes successfully</target> + <target state="translated"> Показывать уведомления, когда обработка документа успешна</target> </trans-unit> <trans-unit id="e3844dd174d8e817ddb551fae28f14ae80ca36b6" datatype="html"> <source>Show notifications when document processing fails</source> @@ -848,7 +848,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">125</context> </context-group> - <target state="needs-translation">Show notifications when document processing fails</target> + <target state="translated"> Показывать уведомления, когда обработка документа не удалась</target> </trans-unit> <trans-unit id="af113f7c9f7e13145c3461f61a1aedf12d57bd71" datatype="html"> <source>Suppress notifications on dashboard</source> @@ -856,7 +856,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">Suppress notifications on dashboard</target> + <target state="translated">Спрятать уведомления на панели мониторинга</target> </trans-unit> <trans-unit id="e27bd3804d2936a6897e81c2e52e294490e5e5a8" datatype="html"> <source>This will suppress all messages about document processing status on the dashboard.</source> @@ -880,7 +880,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">149</context> </context-group> - <target state="needs-translation">Show on dashboard</target> + <target state="translated">Показать в панели управления</target> </trans-unit> <trans-unit id="541bfc5b123b3f8867fd681eaceefb663a811973" datatype="html"> <source>Show in sidebar</source> @@ -888,7 +888,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">153</context> </context-group> - <target state="needs-translation">Show in sidebar</target> + <target state="translated">Показать в опоковой панели</target> </trans-unit> <trans-unit id="abba764a7a595d04dc8c3b26e04b3780d4fdb540" datatype="html"> <source>No saved views defined.</source> @@ -896,7 +896,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">163</context> </context-group> - <target state="needs-translation">No saved views defined.</target> + <target state="translated">Нет сохраненных представлений</target> </trans-unit> <trans-unit id="ef60a738a565f498b858e903e42bc5ffc3cc1299" datatype="html"> <source>404 Not Found</source> @@ -904,7 +904,7 @@ <context context-type="sourcefile">src/app/components/not-found/not-found.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation">404 Not Found</target> + <target state="translated">404 Не найдено</target> </trans-unit> <trans-unit id="7427874343955308724" datatype="html"> <source>Do you really want to delete the correspondent "<x id="PH" equiv-text="object.name"/>"?</source> @@ -920,7 +920,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Correspondents</target> + <target state="translated">Корреспонденция</target> </trans-unit> <trans-unit id="0488919cff4fcc2174d34e4a1167f1b3c586ca37" datatype="html"> <source>Last correspondence</source> @@ -928,7 +928,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Last correspondence</target> + <target state="translated">Последняя корреспонденция</target> </trans-unit> <trans-unit id="1234709746630139322" datatype="html"> <source>Confirmation</source> @@ -936,7 +936,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Confirmation</target> + <target state="translated">Подтверждение</target> </trans-unit> <trans-unit id="9178182467454450952" datatype="html"> <source>Confirm</source> @@ -944,7 +944,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">29</context> </context-group> - <target state="needs-translation">Confirm</target> + <target state="translated">Подтвердить</target> </trans-unit> <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7" datatype="html"> <source>Cancel</source> @@ -952,7 +952,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Cancel</target> + <target state="translated">Отменить</target> </trans-unit> <trans-unit id="6457471243969293847" datatype="html"> <source>Create new correspondent</source> @@ -960,7 +960,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Create new correspondent</target> + <target state="translated">Создать новую корреспонденцию</target> </trans-unit> <trans-unit id="2059822531169388684" datatype="html"> <source>Edit correspondent</source> @@ -968,7 +968,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Edit correspondent</target> + <target state="translated">Редактировать корреспонденцию</target> </trans-unit> <trans-unit id="3d5caa52b0a51bfd2757215f7614183554d740f0" datatype="html"> <source>Matching algorithm</source> @@ -976,7 +976,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Matching algorithm</target> + <target state="translated">Алгоритмы совпадения</target> </trans-unit> <trans-unit id="eab7fc7cf2d663e54de934b779fce4275a303f0f" datatype="html"> <source>Matching pattern</source> @@ -984,7 +984,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Matching pattern</target> + <target state="translated">Сопоставление с образцом</target> </trans-unit> <trans-unit id="632e529f49cf3d367dfbd15bd055e9b53aef30fb" datatype="html"> <source>Case insensitive</source> @@ -992,7 +992,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Case insensitive</target> + <target state="translated">Без учёта регистра</target> </trans-unit> <trans-unit id="9153094873118985366" datatype="html"> <source>Create new tag</source> @@ -1000,7 +1000,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Create new tag</target> + <target state="translated">Создать новый тег</target> </trans-unit> <trans-unit id="5872175735754226507" datatype="html"> <source>Edit tag</source> @@ -1008,7 +1008,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Edit tag</target> + <target state="translated">Редактировать тег</target> </trans-unit> <trans-unit id="f2a30b4e1a89a8a0db0bd147b54d6626b9a9bc42" datatype="html"> <source>Inbox tag</source> @@ -1016,7 +1016,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Inbox tag</target> + <target state="translated">Входящие теги</target> </trans-unit> <trans-unit id="5e2f1a4ea12a1b8606ee3f0548d0ba64bf266077" datatype="html"> <source>Inbox tags are automatically assigned to all consumed documents.</source> @@ -1024,7 +1024,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Inbox tags are automatically assigned to all consumed documents.</target> + <target state="translated">Тег входящих сообщений будет автоматически назначен всем используемым документам.</target> </trans-unit> <trans-unit id="6672809941092516947" datatype="html"> <source>Create new document type</source> @@ -1032,7 +1032,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Create new document type</target> + <target state="translated">Создать новый тип документа</target> </trans-unit> <trans-unit id="36335016091244220" datatype="html"> <source>Edit document type</source> @@ -1040,7 +1040,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Edit document type</target> + <target state="translated">Редактировать тип документа</target> </trans-unit> <trans-unit id="49c9ede51100b454f7841b24cd02355c6622bf44" datatype="html"> <source>Search results</source> @@ -1048,7 +1048,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Search results</target> + <target state="translated">Результаты поиска</target> </trans-unit> <trans-unit id="31976d04f98e8a38098f66ac3a83ad33b576e5db" datatype="html"> <source>Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> + <target state="translated">Неверный поисковой запрос: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation"> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> + <target state="translated">Показываю документы похожие на <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1072,7 +1072,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> + <target state="translated">Поисковый запрос: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> + <target state="translated">Может вы имели ввиду "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1088,7 +1088,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</target> + <target state="translated">{VAR_PLURAL, plural, =0 {Нет результатов} =1 {Один результат} other {<x id="INTERPOLATION"/>результатов}}</target> </trans-unit> <trans-unit id="41147374f427980a9f1a8cd5e3f4b1666e6f2418" datatype="html"> <source>Paperless-ng</source> @@ -1097,7 +1097,7 @@ <context context-type="linenumber">11</context> </context-group> <note priority="1" from="description">app title</note> - <target state="needs-translation">Paperless-ng</target> + <target state="translated">Paperless-ng</target> </trans-unit> <trans-unit id="069566c6ed4f051b5b5617ef1935837226585dad" datatype="html"> <source>Search documents</source> @@ -1105,7 +1105,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Search documents</target> + <target state="translated">Поиск документов</target> </trans-unit> <trans-unit id="bb694b49d408265c91c62799c2b3a7e3151c824d" datatype="html"> <source>Logout</source> @@ -1113,7 +1113,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Logout</target> + <target state="translated">Выход</target> </trans-unit> <trans-unit id="68949525c4d9a901e0cd15a94e3fc8d2711e9918" datatype="html"> <source>Manage</source> @@ -1121,7 +1121,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">112</context> </context-group> - <target state="needs-translation">Manage</target> + <target state="translated">Управлять</target> </trans-unit> <trans-unit id="408cb6073e60c5d966296a3207fc596adca75e01" datatype="html"> <source>Admin</source> @@ -1129,7 +1129,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">154</context> </context-group> - <target state="needs-translation">Admin</target> + <target state="translated">Админ</target> </trans-unit> <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html"> <source>Info</source> @@ -1137,7 +1137,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">160</context> </context-group> - <target state="needs-translation">Info</target> + <target state="translated">Инфо</target> </trans-unit> <trans-unit id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7" datatype="html"> <source>Documentation</source> @@ -1145,7 +1145,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">167</context> </context-group> - <target state="needs-translation">Documentation</target> + <target state="translated">Документация </target> </trans-unit> <trans-unit id="355a222236bc01b9a8cd3cb9ecf76891125aed69" datatype="html"> <source>GitHub</source> @@ -1153,7 +1153,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">175</context> </context-group> - <target state="needs-translation">GitHub</target> + <target state="translated">GitHub</target> </trans-unit> <trans-unit id="ea3a452c5238897cabc5781308cceb2d37dcf258" datatype="html"> <source>Suggest an idea</source> @@ -1161,7 +1161,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">181</context> </context-group> - <target state="needs-translation">Suggest an idea</target> + <target state="translated">Предложить идею</target> </trans-unit> <trans-unit id="af665f8de8fabe306aaf27443957e69bcbbce63c" datatype="html"> <source>Logged in as <x id="INTERPOLATION" equiv-text="{{displayName}}"/></source> @@ -1169,7 +1169,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">34</context> </context-group> - <target state="needs-translation">Logged in as <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> + <target state="translated">Вошёл как <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> </trans-unit> <trans-unit id="4f55b670f49d927c6026bb614c7c62b1f2a394c0" datatype="html"> <source>Open documents</source> @@ -1177,7 +1177,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Open documents</target> + <target state="translated">Открыть документы</target> </trans-unit> <trans-unit id="dca5bf9344a759fa5a07f1b21f50286ec242ba44" datatype="html"> <source>Close all</source> @@ -1185,7 +1185,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">106</context> </context-group> - <target state="needs-translation">Close all</target> + <target state="translated">Закрыть всё</target> </trans-unit> <trans-unit id="5701618810648052610" datatype="html"> <source>Title</source> @@ -1193,7 +1193,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">73</context> </context-group> - <target state="needs-translation">Title</target> + <target state="translated">Заголоок</target> </trans-unit> <trans-unit id="3100631071441658964" datatype="html"> <source>Title & content</source> @@ -1209,7 +1209,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="needs-translation">Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> + <target state="translated">Корреспонденция: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> @@ -1217,7 +1217,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">34</context> </context-group> - <target state="needs-translation">Without correspondent</target> + <target state="translated">Без корреспондента</target> </trans-unit> <trans-unit id="8705701325879965907" datatype="html"> <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> @@ -1225,7 +1225,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> + <target state="translated">Тип: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> @@ -1233,7 +1233,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">41</context> </context-group> - <target state="needs-translation">Without document type</target> + <target state="translated">Без типа документа</target> </trans-unit> <trans-unit id="8180755793012580465" datatype="html"> <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> @@ -1241,7 +1241,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> + <target state="translated">Тег: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> @@ -1249,7 +1249,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Without any tag</target> + <target state="translated">Без тегов</target> </trans-unit> <trans-unit id="6523384805359286307" datatype="html"> <source>Title: <x id="PH" equiv-text="rule.value"/></source> @@ -1257,7 +1257,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">53</context> </context-group> - <target state="needs-translation">Title: <x id="PH" equiv-text="rule.value"/></target> + <target state="translated">Заголовок: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> @@ -1265,7 +1265,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Filter tags</target> + <target state="translated">Фильтр тегов</target> </trans-unit> <trans-unit id="4b089ca12c472cf0b46167bb5afe4b527b301bbc" datatype="html"> <source>Filter correspondents</source> @@ -1273,7 +1273,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">28</context> </context-group> - <target state="needs-translation">Filter correspondents</target> + <target state="translated">Фильтр корреспондентов</target> </trans-unit> <trans-unit id="0ad509732aaf702b7ea8c771c7809fa84bc85908" datatype="html"> <source>Filter document types</source> @@ -1281,7 +1281,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Filter document types</target> + <target state="translated">Фильтр тип документов</target> </trans-unit> <trans-unit id="2d9d55f1b70142ff4597ba32179d16888fd9c6b2" datatype="html"> <source>Reset filters</source> @@ -1289,7 +1289,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">58</context> </context-group> - <target state="needs-translation">Reset filters</target> + <target state="translated">Сбросить фильры</target> </trans-unit> <trans-unit id="7593728289020204896" datatype="html"> <source>Not assigned</source> @@ -1298,7 +1298,7 @@ <context context-type="linenumber">166</context> </context-group> <note priority="1" from="description">Filter drop down element to filter for documents with no correspondent/type/tag assigned</note> - <target state="needs-translation">Not assigned</target> + <target state="translated"> Не назначено</target> </trans-unit> <trans-unit id="c2d0ac9f528bbd5f53fd34269fde8b59e029621b" datatype="html"> <source>Apply</source> @@ -1306,7 +1306,7 @@ <context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.html</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Apply</target> + <target state="translated">Подтвердить</target> </trans-unit> <trans-unit id="4873149362496451858" datatype="html"> <source>Last 7 days</source> @@ -1314,7 +1314,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">34</context> </context-group> - <target state="needs-translation">Last 7 days</target> + <target state="translated">Неделю назад</target> </trans-unit> <trans-unit id="4463380307954693363" datatype="html"> <source>Last month</source> @@ -1322,7 +1322,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Last month</target> + <target state="translated">Месяц назад</target> </trans-unit> <trans-unit id="8697368973702409683" datatype="html"> <source>Last 3 months</source> @@ -1330,7 +1330,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">36</context> </context-group> - <target state="needs-translation">Last 3 months</target> + <target state="translated">Три месяца назад</target> </trans-unit> <trans-unit id="3566342898065860218" datatype="html"> <source>Last year</source> @@ -1338,7 +1338,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">37</context> </context-group> - <target state="needs-translation">Last year</target> + <target state="translated">Год назад</target> </trans-unit> <trans-unit id="be2add3a3d9e4e2556b8f9048a15a9c0f00bf1ad" datatype="html"> <source>After</source> @@ -1346,7 +1346,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">After</target> + <target state="translated">После</target> </trans-unit> <trans-unit id="8785188e6c678b842fcb93b7392faf86db7ec676" datatype="html"> <source>Before</source> @@ -1354,7 +1354,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Before</target> + <target state="translated">До</target> </trans-unit> <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html"> <source>Clear</source> @@ -1362,7 +1362,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Clear</target> + <target state="translated">Очистить</target> </trans-unit> <trans-unit id="6829218544e108e152f5fa72cb79c4ccb82e0d06" datatype="html"> <source>View</source> @@ -1370,7 +1370,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">50</context> </context-group> - <target state="needs-translation">View</target> + <target state="translated">Просмотр</target> </trans-unit> <trans-unit id="849b42384616374df49bd8b3711ec159cb10b845" datatype="html"> <source>Created: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></source> @@ -1378,7 +1378,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="needs-translation">Created: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> + <target state="translated">Создано: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> </trans-unit> <trans-unit id="cd6f3fd48957e1fea6545c2b2defc7b2435ebfa8" datatype="html"> <source>Filter by correspondent</source> @@ -1386,7 +1386,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Filter by correspondent</target> + <target state="translated">Отфильтровать по корреспонденту</target> </trans-unit> <trans-unit id="bdb9a910523610254872e147222689e9a4115b84" datatype="html"> <source>Filter by tag</source> @@ -1394,7 +1394,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">24</context> </context-group> - <target state="needs-translation">Filter by tag</target> + <target state="translated">Отсортировано по тегу</target> </trans-unit> <trans-unit id="9c5fdf21ec2cc7baa6f062f2dc417af45c8dbe60" datatype="html"> <source>Score:</source> @@ -1402,7 +1402,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">62</context> </context-group> - <target state="needs-translation">Score:</target> + <target state="translated">Результат:</target> </trans-unit> <trans-unit id="2840db547019ce8c76b2cdbe3a1653c5b68b06af" datatype="html"> <source>View in browser</source> @@ -1410,7 +1410,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-small/document-card-small.component.html</context> <context context-type="linenumber">40</context> </context-group> - <target state="needs-translation">View in browser</target> + <target state="translated">Просмотреть в браузере</target> </trans-unit> <trans-unit id="7985804062689412812" datatype="html"> <source>Error executing bulk operation: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -1418,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="needs-translation">Error executing bulk operation: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Ошибка выполнения массовой операции: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="7894972847287473517" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>"</source> @@ -1426,7 +1426,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">113</context> </context-group> - <target state="needs-translation">"<x id="PH" equiv-text="items[0].name"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>"</target> </trans-unit> <trans-unit id="8639884465898458690" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="needs-translation">"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" и "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="needs-translation"><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/> и "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1461,7 +1461,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">127</context> </context-group> - <target state="needs-translation">Confirm tags assignment</target> + <target state="translated">Подтвердить применяемый тег</target> </trans-unit> <trans-unit id="6619516195038467207" datatype="html"> <source>This operation will add the tag "<x id="PH" equiv-text="tag.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1469,7 +1469,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">130</context> </context-group> - <target state="needs-translation">This operation will add the tag "<x id="PH" equiv-text="tag.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Эта операция добавит тег "<x id="PH" equiv-text="tag.name"/>" выбранным документам <x id="PH_1" equiv-text="this.list.selected.size"/>.</target> </trans-unit> <trans-unit id="1894412783609570695" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1477,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="needs-translation">This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Эта операция добавит теги <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> выбранным документам <x id="PH_1" equiv-text="this.list.selected.size"/>.</target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="needs-translation">This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Эта операция удалит теги "<x id="PH" equiv-text="tag.name"/>" с выбранных документов <x id="PH_1" equiv-text="this.list.selected.size"/>.</target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1493,7 +1493,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">137</context> </context-group> - <target state="needs-translation">This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Эта операция удалит теги <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> с выбранных документов <x id="PH_1" equiv-text="this.list.selected.size"/>.</target> </trans-unit> <trans-unit id="2739066218579571288" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1501,7 +1501,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">139</context> </context-group> - <target state="needs-translation">This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Эта операция добавит теги <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> и удалит теги <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> на выбранных документах.</target> </trans-unit> <trans-unit id="2996713129519325161" datatype="html"> <source>Confirm correspondent assignment</source> @@ -1509,7 +1509,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">159</context> </context-group> - <target state="needs-translation">Confirm correspondent assignment</target> + <target state="translated">Подтвердите назначения корресподента</target> </trans-unit> <trans-unit id="6900893559485781849" datatype="html"> <source>This operation will assign the correspondent "<x id="PH" equiv-text="correspondent.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1541,7 +1541,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">184</context> </context-group> - <target state="needs-translation">This operation will assign the document type "<x id="PH" equiv-text="documentType.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Эта операция присвоит тип "<x id="PH" equiv-text="documentType.name"/>" <x id="PH_1" equiv-text="this.list.selected.size"/> выбранным документам.</target> </trans-unit> <trans-unit id="2236642492594872779" datatype="html"> <source>This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1549,7 +1549,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">186</context> </context-group> - <target state="needs-translation">This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Эта операция удалит тип из <x id="PH" equiv-text="this.list.selected.size"/> выбранных документов</target> </trans-unit> <trans-unit id="749430623564850405" datatype="html"> <source>Delete confirm</source> @@ -1557,7 +1557,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">201</context> </context-group> - <target state="needs-translation">Delete confirm</target> + <target state="translated">Подтвердите удаление</target> </trans-unit> <trans-unit id="4303174930844518780" datatype="html"> <source>This operation will permanently delete <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1565,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="needs-translation">This operation will permanently delete <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Эта операция навсегда удалит <x id="PH" equiv-text="this.list.selected.size"/> выбранных документов</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1573,7 +1573,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="needs-translation">This operation cannot be undone.</target> + <target state="translated">Эту операцию нельзя отменить.</target> </trans-unit> <trans-unit id="6734339521247847366" datatype="html"> <source>Delete document(s)</source> @@ -1581,7 +1581,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="needs-translation">Delete document(s)</target> + <target state="translated">Удалить документ(ы)</target> </trans-unit> <trans-unit id="8b0609df23817024b3bed12beb9b64fc1009f588" datatype="html"> <source>Select:</source> @@ -1589,7 +1589,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Select:</target> + <target state="translated">Выбрано:</target> </trans-unit> <trans-unit id="dfc3c34e182ea73c5d784ff7c8135f087992dac1" datatype="html"> <source>All</source> @@ -1597,7 +1597,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">All</target> + <target state="translated">Все</target> </trans-unit> <trans-unit id="907df6a2b68daecc3c399cf40a764b358bd9fd84" datatype="html"> <source>Edit:</source> @@ -1605,7 +1605,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">27</context> </context-group> - <target state="needs-translation">Edit:</target> + <target state="translated">Редактировать:</target> </trans-unit> <trans-unit id="fc2de37422d7c4af6686842283cc2afd781b6848" datatype="html"> <source>Download originals</source> @@ -1613,7 +1613,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">68</context> </context-group> - <target state="needs-translation">Download originals</target> + <target state="translated">Скачать оригиналы</target> </trans-unit> <trans-unit id="a1e6c11f20d4bf6e8e6b43e3c6d2561b2080645e" datatype="html"> <source>Suggestions:</source> @@ -1621,7 +1621,7 @@ <context context-type="sourcefile">src/app/components/common/input/select/select.component.html</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Suggestions:</target> + <target state="translated">Рекомендации:</target> </trans-unit> <trans-unit id="27d158b47717ff9305d19866960418c603f19d55" datatype="html"> <source>Save current view</source> @@ -1629,7 +1629,7 @@ <context context-type="sourcefile">src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Save current view</target> + <target state="translated">Сохранить текущее представление</target> </trans-unit> <trans-unit id="4eb84de23219c85432e38fb4fbdeb6c0f103ff8b" datatype="html"> <source>Show all</source> @@ -1637,7 +1637,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Show all</target> + <target state="translated">Показать всё</target> </trans-unit> <trans-unit id="61e0f26d843eec0b33ff475e111b0c2f7a80b835" datatype="html"> <source>Statistics</source> @@ -1645,7 +1645,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Statistics</target> + <target state="translated">Статистика</target> </trans-unit> <trans-unit id="c0d907c2687c09612395aee6ef7c04ca8e5e5e0a" datatype="html"> <source>Total documents: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></source> @@ -1653,7 +1653,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Total documents: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> + <target state="translated">Всего документов: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> </trans-unit> <trans-unit id="13e8d49dbcad9f9d71e66a9a56d6f328cff430c9" datatype="html"> <source>Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></source> @@ -1661,7 +1661,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> + <target state="translated">Документов во входящих: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> </trans-unit> <trans-unit id="6443586946875325554" datatype="html"> <source>Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></source> @@ -1669,7 +1669,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="needs-translation">Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> + <target state="translated">Обрабатываются: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> </trans-unit> <trans-unit id="9182918211699394982" datatype="html"> <source>Failed: <x id="PH" equiv-text="countFailed"/></source> @@ -1677,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Failed: <x id="PH" equiv-text="countFailed"/></target> + <target state="translated">Ошибка: <x id="PH" equiv-text="countFailed"/></target> </trans-unit> <trans-unit id="534116346205124059" datatype="html"> <source>Added: <x id="PH" equiv-text="countSuccess"/></source> @@ -1685,7 +1685,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Added: <x id="PH" equiv-text="countSuccess"/></target> + <target state="translated">Добавлено: <x id="PH" equiv-text="countSuccess"/></target> </trans-unit> <trans-unit id="3852289441366561594" datatype="html"> <source>Connecting...</source> @@ -1693,7 +1693,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">118</context> </context-group> - <target state="needs-translation">Connecting...</target> + <target state="translated">Подключение...</target> </trans-unit> <trans-unit id="1245343823699368872" datatype="html"> <source>Uploading...</source> @@ -1701,7 +1701,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Uploading...</target> + <target state="translated">Загрузка...</target> </trans-unit> <trans-unit id="7446520539098045935" datatype="html"> <source>Upload complete, waiting...</source> @@ -1709,7 +1709,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">Upload complete, waiting...</target> + <target state="translated">Загрузка завершена, ждите...</target> </trans-unit> <trans-unit id="1405142710727603568" datatype="html"> <source>HTTP error: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></source> @@ -1717,7 +1717,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="needs-translation">HTTP error: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> + <target state="translated">HTTP ошибка: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> </trans-unit> <trans-unit id="e022072b3e4dd77e3f09960817ef3359a49963b3" datatype="html"> <source>Upload new documents</source> @@ -1725,7 +1725,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Upload new documents</target> + <target state="translated">Загрузить новые документы</target> </trans-unit> <trans-unit id="52d5d56b6667ba3f7c759cbc0d4c39d34a99701e" datatype="html"> <source>Drop documents here or</source> @@ -1733,7 +1733,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Drop documents here or</target> + <target state="translated">Перетащите документы сюда или</target> </trans-unit> <trans-unit id="865c511f4a24558ed0e954f9bbbff557bbb8954d" datatype="html"> <source>Browse files</source> @@ -1741,7 +1741,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Browse files</target> + <target state="translated">Загрузить файлы</target> </trans-unit> <trans-unit id="bd4a8607e4a002d939cffb347ec056664dfb2c73" datatype="html"> <source>Dismiss completed</source> @@ -1759,7 +1759,7 @@ <context context-type="linenumber">25</context> </context-group> <note priority="1" from="description">This is shown as a summary line when there are more than 5 document in the processing pipeline.</note> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {One more document} other {<x id="INTERPOLATION"/> more documents}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Ещё один документ} other {<x id="INTERPOLATION"/> ещё документов}}</target> </trans-unit> <trans-unit id="710254a196a2649674438edf8a15b7ab1f48271b" datatype="html"> <source>Open document</source> @@ -1767,7 +1767,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Open document</target> + <target state="translated">Открыть документ</target> </trans-unit> <trans-unit id="45854ddec74086b271e62be6a363f4fa5036f7fc" datatype="html"> <source>First steps</source> @@ -1775,7 +1775,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">First steps</target> + <target state="translated">Первые шаги</target> </trans-unit> <trans-unit id="a0dc8218a6fcc5d11a4723ed127bd6be9d6d3ef3" datatype="html"> <source>Paperless is running! :)</source> @@ -1783,7 +1783,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">5</context> </context-group> - <target state="needs-translation">Paperless is running! :)</target> + <target state="translated">Paperless запущен! ;)</target> </trans-unit> <trans-unit id="ea8d9a9486d5639d1c38c012900b8d34d5e4135d" datatype="html"> <source>You can start uploading documents by dropping them in the file upload box to the right or by dropping them in the configured consumption folder and they'll start showing up in the documents list. After you've added some metadata to your documents, use the filtering mechanisms of paperless to create custom views (such as 'Recently added', 'Tagged TODO') and they will appear on the dashboard instead of this message.</source> @@ -1791,7 +1791,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">6,7</context> </context-group> - <target state="needs-translation">You can start uploading documents by dropping them in the file upload box to the right or by dropping them in the configured consumption folder and they'll start showing up in the documents list. After you've added some metadata to your documents, use the filtering mechanisms of paperless to create custom views (such as 'Recently added', 'Tagged TODO') and they will appear on the dashboard instead of this message.</target> + <target state="translated">Вы можете загрузить документы, перетащив их на панель загрузки файлов справа, либо положив их в каталог, указанный в настройках. После обработки документы появятся в списке документов. После того, как вы добавите метаданные в свои документы, используйте безбумажные механизмы фильтрации для создания пользовательских представлений (таких как «Недавно добавленные», «Tagged TODO»), и они появятся на панели управления вместо этого сообщения.</target> </trans-unit> <trans-unit id="cf5f85690feaba6e29343f9881e57a6c0ea6e82b" datatype="html"> <source>Paperless offers some more features that try to make your life easier:</source> @@ -1799,7 +1799,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">Paperless offers some more features that try to make your life easier:</target> + <target state="translated">Paperless предлагает больше возможностей сделать вашу жизнь легче:</target> </trans-unit> <trans-unit id="edb41dc36af2e70789d8e3422325d930e783253e" datatype="html"> <source>Once you've got a couple documents in paperless and added metadata to them, paperless can assign that metadata to new documents automatically.</source> @@ -1831,7 +1831,7 @@ <context context-type="sourcefile">src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Метаданные</target> </trans-unit> <trans-unit id="3797570084942068182" datatype="html"> <source>Select</source> @@ -1839,7 +1839,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Select</target> + <target state="translated">Выбрать</target> </trans-unit> <trans-unit id="7103181924469214926" datatype="html"> <source>Please select an object</source> @@ -1847,7 +1847,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Please select an object</target> + <target state="translated">Пожалуйста, выберите объект</target> </trans-unit> <trans-unit id="d6529debfc1613db22d6fa096ebfeb8a85fa739d" datatype="html"> <source>Invalid date.</source> @@ -1855,7 +1855,7 @@ <context context-type="sourcefile">src/app/components/common/input/date/date.component.html</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Invalid date.</target> + <target state="translated">Неверная дата.</target> </trans-unit> <trans-unit id="2807800733729323332" datatype="html"> <source>Yes</source> @@ -1863,7 +1863,7 @@ <context context-type="sourcefile">src/app/pipes/yes-no.pipe.ts</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">Yes</target> + <target state="translated">Да</target> </trans-unit> <trans-unit id="3542042671420335679" datatype="html"> <source>No</source> @@ -1871,7 +1871,7 @@ <context context-type="sourcefile">src/app/pipes/yes-no.pipe.ts</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">No</target> + <target state="translated">Нет</target> </trans-unit> <trans-unit id="7536524521722799066" datatype="html"> <source>(no title)</source> @@ -1879,7 +1879,7 @@ <context context-type="sourcefile">src/app/pipes/document-title.pipe.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">(no title)</target> + <target state="translated">(без заголовка)</target> </trans-unit> <trans-unit id="1206520795340730278" datatype="html"> <source>English (US)</source> @@ -1887,7 +1887,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">90</context> </context-group> - <target state="needs-translation">English (US)</target> + <target state="translated">Английский (США)</target> </trans-unit> <trans-unit id="6987083569809053351" datatype="html"> <source>English (GB)</source> @@ -1895,7 +1895,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">91</context> </context-group> - <target state="needs-translation">English (GB)</target> + <target state="translated">Английский (Великобритании)</target> </trans-unit> <trans-unit id="1858110241312746425" datatype="html"> <source>German</source> @@ -1903,7 +1903,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">92</context> </context-group> - <target state="needs-translation">German</target> + <target state="translated">Немецкий</target> </trans-unit> <trans-unit id="3071065188816255493" datatype="html"> <source>Dutch</source> @@ -1911,7 +1911,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">93</context> </context-group> - <target state="needs-translation">Dutch</target> + <target state="translated">Голландский</target> </trans-unit> <trans-unit id="7633754075223722162" datatype="html"> <source>French</source> @@ -1919,7 +1919,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">French</target> + <target state="translated">Французский</target> </trans-unit> <trans-unit id="9184513005098760425" datatype="html"> <source>Portuguese (Brazil)</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">102</context> </context-group> - <target state="needs-translation">ISO 8601</target> + <target state="translated">ISO 8601</target> </trans-unit> <trans-unit id="2119857572761283468" datatype="html"> <source>Document already exists.</source> @@ -1959,7 +1959,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Document already exists.</target> + <target state="translated">Такой документ уже существует.</target> </trans-unit> <trans-unit id="148389968432135849" datatype="html"> <source>File not found.</source> @@ -1967,7 +1967,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">File not found.</target> + <target state="translated">Файл не найден</target> </trans-unit> <trans-unit id="1520671543092565667" datatype="html"> <source>Pre-consume script does not exist.</source> @@ -2011,7 +2011,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Received new file.</target> + <target state="translated">Получен новый файл.</target> </trans-unit> <trans-unit id="7337565919209746135" datatype="html"> <source>File type not supported.</source> @@ -2019,7 +2019,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">File type not supported.</target> + <target state="translated">Этот тип файла не поддерживается</target> </trans-unit> <trans-unit id="5002399167376099234" datatype="html"> <source>Processing document...</source> @@ -2027,7 +2027,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Processing document...</target> + <target state="translated">Обрабатываю документ...</target> </trans-unit> <trans-unit id="1085975194762600381" datatype="html"> <source>Generating thumbnail...</source> @@ -2051,7 +2051,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Saving document...</target> + <target state="translated">Сохранение документа...</target> </trans-unit> <trans-unit id="4550450765009165976" datatype="html"> <source>Finished.</source> @@ -2059,7 +2059,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">27</context> </context-group> - <target state="needs-translation">Finished.</target> + <target state="translated">Завершено.</target> </trans-unit> <trans-unit id="1519954996184640001" datatype="html"> <source>Error</source> @@ -2067,7 +2067,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Error</target> + <target state="translated">Ошибка</target> </trans-unit> <trans-unit id="5037437391296624618" datatype="html"> <source>Information</source> @@ -2075,7 +2075,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Information</target> + <target state="translated">Информация</target> </trans-unit> <trans-unit id="7517688192215738656" datatype="html"> <source>ASN</source> @@ -2091,7 +2091,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Correspondent</target> + <target state="translated">Корреспонденция</target> </trans-unit> <trans-unit id="5066119607229701477" datatype="html"> <source>Document type</source> @@ -2099,7 +2099,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Document type</target> + <target state="translated">Тип документа</target> </trans-unit> <trans-unit id="4207916966377787111" datatype="html"> <source>Created</source> @@ -2107,7 +2107,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Created</target> + <target state="translated">Создано</target> </trans-unit> <trans-unit id="231679111972850796" datatype="html"> <source>Added</source> @@ -2115,7 +2115,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Added</target> + <target state="translated">Добавлено</target> </trans-unit> <trans-unit id="3553216189604488439" datatype="html"> <source>Modified</source> @@ -2123,7 +2123,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Modified</target> + <target state="translated">Изменено</target> </trans-unit> <trans-unit id="4561076822163447092" datatype="html"> <source>Create new item</source> @@ -2131,7 +2131,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">50</context> </context-group> - <target state="needs-translation">Create new item</target> + <target state="translated">Создать новый объект</target> </trans-unit> <trans-unit id="5324147361912094446" datatype="html"> <source>Edit item</source> @@ -2139,7 +2139,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">54</context> </context-group> - <target state="needs-translation">Edit item</target> + <target state="translated">Редактировать объект</target> </trans-unit> <trans-unit id="1699589597032579396" datatype="html"> <source>Could not save element: <x id="PH" equiv-text="error"/></source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">58</context> </context-group> - <target state="needs-translation">Could not save element: <x id="PH" equiv-text="error"/></target> + <target state="translated">Не могу сохранить элемент: <x id="PH" equiv-text="error"/></target> </trans-unit> <trans-unit id="810888510148304696" datatype="html"> <source>Automatic</source> @@ -2155,7 +2155,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Automatic</target> + <target state="translated">Автоматически</target> </trans-unit> <trans-unit id="5044611416737085530" datatype="html"> <source>Do you really want to delete this element?</source> @@ -2163,7 +2163,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Do you really want to delete this element?</target> + <target state="translated">Вы действительно хотите удалить этот элемент?</target> </trans-unit> <trans-unit id="8371896857609524947" datatype="html"> <source>Associated documents will not be deleted.</source> @@ -2179,7 +2179,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">106</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Удалить</target> </trans-unit> <trans-unit id="5467489005440577210" datatype="html"> <source>Error while deleting element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -2187,7 +2187,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">114</context> </context-group> - <target state="needs-translation">Error while deleting element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Возникла ошибка при удалении: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="5851669019930456395" datatype="html"> <source>Any word</source> @@ -2195,7 +2195,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Any word</target> + <target state="translated">Любые слова</target> </trans-unit> <trans-unit id="7517655726614958140" datatype="html"> <source>Any: Document contains any of these words (space separated)</source> @@ -2211,7 +2211,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">All words</target> + <target state="translated">Все слова</target> </trans-unit> <trans-unit id="111914402588955480" datatype="html"> <source>All: Document contains all of these words (space separated)</source> @@ -2227,7 +2227,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Exact match</target> + <target state="translated">Точное соответствие</target> </trans-unit> <trans-unit id="7109184332944610787" datatype="html"> <source>Exact: Document contains this string</source> @@ -2243,7 +2243,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Regular expression</target> + <target state="translated">Регулярное выражение</target> </trans-unit> <trans-unit id="7548151332424148033" datatype="html"> <source>Regular expression: Document matches this regular expression</source> From 0959a4e9152d91ebfec50cd70d9791dc0c69c50d Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:19 +0100 Subject: [PATCH 17/71] New translations django.po (Russian) [ci skip] --- src/locale/ru_RU/LC_MESSAGES/django.po | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/locale/ru_RU/LC_MESSAGES/django.po b/src/locale/ru_RU/LC_MESSAGES/django.po index b6d2b89f3..e9f2c1fd5 100644 --- a/src/locale/ru_RU/LC_MESSAGES/django.po +++ b/src/locale/ru_RU/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:40\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -19,23 +19,23 @@ msgstr "" #: documents/apps.py:10 msgid "Documents" -msgstr "" +msgstr "Документы" #: documents/models.py:32 msgid "Any word" -msgstr "" +msgstr "Любые слова" #: documents/models.py:33 msgid "All words" -msgstr "" +msgstr "Все слова" #: documents/models.py:34 msgid "Exact match" -msgstr "" +msgstr "Точное соответствие" #: documents/models.py:35 msgid "Regular expression" -msgstr "" +msgstr "Регулярное выражение" #: documents/models.py:36 msgid "Fuzzy word" @@ -43,7 +43,7 @@ msgstr "" #: documents/models.py:37 msgid "Automatic" -msgstr "" +msgstr "Автоматически" #: documents/models.py:41 documents/models.py:350 paperless_mail/models.py:25 #: paperless_mail/models.py:109 @@ -398,23 +398,23 @@ msgstr "" #: paperless/settings.py:297 msgid "English (US)" -msgstr "" +msgstr "Английский (США)" #: paperless/settings.py:298 msgid "English (GB)" -msgstr "" +msgstr "Английский (Великобритании)" #: paperless/settings.py:299 msgid "German" -msgstr "" +msgstr "Немецкий" #: paperless/settings.py:300 msgid "Dutch" -msgstr "" +msgstr "Датский" #: paperless/settings.py:301 msgid "French" -msgstr "" +msgstr "Французский" #: paperless/settings.py:302 msgid "Portuguese (Brazil)" @@ -442,7 +442,7 @@ msgstr "" #: paperless_mail/admin.py:37 msgid "Actions" -msgstr "" +msgstr "Действия" #: paperless_mail/admin.py:39 msgid "The action applied to the mail. This action is only performed when documents were consumed from the mail. Mails without attachments will remain entirely untouched." @@ -450,7 +450,7 @@ msgstr "" #: paperless_mail/admin.py:46 msgid "Metadata" -msgstr "" +msgstr "Метаданные" #: paperless_mail/admin.py:48 msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." @@ -534,7 +534,7 @@ msgstr "" #: paperless_mail/models.py:81 msgid "Delete" -msgstr "" +msgstr "Удалить" #: paperless_mail/models.py:88 msgid "Use subject as title" From 0af567bc72b6a4976d7c97c93569895767e631b5 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:20 +0100 Subject: [PATCH 18/71] New translations messages.xlf (Portuguese) [ci skip] --- src-ui/src/locale/messages.pt_PT.xlf | 460 +++++++++++++-------------- 1 file changed, 230 insertions(+), 230 deletions(-) diff --git a/src-ui/src/locale/messages.pt_PT.xlf b/src-ui/src/locale/messages.pt_PT.xlf index c608fc3f6..95558d108 100644 --- a/src-ui/src/locale/messages.pt_PT.xlf +++ b/src-ui/src/locale/messages.pt_PT.xlf @@ -8,7 +8,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Document added</target> + <target state="translated">Documento adicionado</target> </trans-unit> <trans-unit id="9204248378636247318" datatype="html"> <source>Document <x id="PH" equiv-text="status.filename"/> was added to paperless.</source> @@ -16,7 +16,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Document <x id="PH" equiv-text="status.filename"/> was added to paperless.</target> + <target state="translated">Documento <x id="PH" equiv-text="status.filename"/> foi adicionado ao paperless.</target> </trans-unit> <trans-unit id="1931214133925051574" datatype="html"> <source>Open document</source> @@ -24,7 +24,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Open document</target> + <target state="translated">Abrir documento</target> </trans-unit> <trans-unit id="8582620835547864448" datatype="html"> <source>Could not add <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></source> @@ -32,7 +32,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">59</context> </context-group> - <target state="needs-translation">Could not add <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> + <target state="translated">Não foi possível adicionar <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> </trans-unit> <trans-unit id="1710712016675379662" datatype="html"> <source>New document detected</source> @@ -40,7 +40,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="needs-translation">New document detected</target> + <target state="translated">Novo documento detectado</target> </trans-unit> <trans-unit id="587031278561344416" datatype="html"> <source>Document <x id="PH" equiv-text="status.filename"/> is being processed by paperless.</source> @@ -48,7 +48,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="needs-translation">Document <x id="PH" equiv-text="status.filename"/> is being processed by paperless.</target> + <target state="translated">Documento <x id="PH" equiv-text="status.filename"/> está sendo processado pelo paperless.</target> </trans-unit> <trans-unit id="4733307402565258070" datatype="html"> <source>Documents</source> @@ -56,7 +56,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Documentos</target> </trans-unit> <trans-unit id="2155249406916744630" datatype="html"> <source>View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</source> @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="needs-translation">View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</target> + <target state="translated">Visualização "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" salva com sucesso.</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="needs-translation">View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</target> + <target state="translated">Visualização "<x id="PH" equiv-text="savedView.name"/>" criada com sucesso.</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -80,7 +80,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation">Select</target> + <target state="translated">Selecionar</target> </trans-unit> <trans-unit id="7e1f9a7054aff842832620c03dedae894787ba41" datatype="html"> <source>Select none</source> @@ -88,7 +88,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Select none</target> + <target state="translated">Selecionar nenhum</target> </trans-unit> <trans-unit id="2ed8a0c2ce4968f8614151eefed20a0aa3daeeb9" datatype="html"> <source>Select page</source> @@ -96,7 +96,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Select page</target> + <target state="translated">Selecionar página</target> </trans-unit> <trans-unit id="b463541a7e303aa4d0b1102eaff8afbaf34e7a74" datatype="html"> <source>Select all</source> @@ -104,7 +104,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Select all</target> + <target state="translated">Selecionar todos</target> </trans-unit> <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html"> <source>Sort</source> @@ -112,7 +112,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Sort</target> + <target state="translated">Ordenar</target> </trans-unit> <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html"> <source>Views</source> @@ -120,7 +120,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">64</context> </context-group> - <target state="needs-translation">Views</target> + <target state="translated">Visualizações</target> </trans-unit> <trans-unit id="b69d81ff62cdc22b6bf88fe0b72dc1f66ccfa44f" datatype="html"> <source>Save as...</source> @@ -128,7 +128,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="needs-translation">Save as...</target> + <target state="translated">Salvar como...</target> </trans-unit> <trans-unit id="5f5ce787c428d917c30c9bd70789a618e09743a7" datatype="html"> <source>Save "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</source> @@ -136,7 +136,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">71</context> </context-group> - <target state="needs-translation">Save "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> + <target state="translated">Salvar "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> </trans-unit> <trans-unit id="439e7cc3c1ecefded167ed4d37f7d22dad6a9159" datatype="html"> <source>{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</source> @@ -160,7 +160,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">86</context> </context-group> - <target state="needs-translation">(filtered)</target> + <target state="translated">(filtrado)</target> </trans-unit> <trans-unit id="ca0b795795658155d44ddca02e95f1feeeb4a88f" datatype="html"> <source>ASN</source> @@ -168,7 +168,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">105</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">NSA</target> </trans-unit> <trans-unit id="7b5c6286aaded63fb279d6deb8aa8c704e085ced" datatype="html"> <source>Correspondent</source> @@ -176,7 +176,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="needs-translation">Correspondent</target> + <target state="translated">Correspondente</target> </trans-unit> <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> <source>Title</source> @@ -184,7 +184,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">117</context> </context-group> - <target state="needs-translation">Title</target> + <target state="translated">Título</target> </trans-unit> <trans-unit id="2bd5919e8098513664a89d5b7b52d61e3063950f" datatype="html"> <source>Document type</source> @@ -192,7 +192,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Document type</target> + <target state="translated">Tipo de Documento</target> </trans-unit> <trans-unit id="1b051734b0ee9021991c91b3ed4e81c244322462" datatype="html"> <source>Created</source> @@ -200,7 +200,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">129</context> </context-group> - <target state="needs-translation">Created</target> + <target state="translated">Criado</target> </trans-unit> <trans-unit id="80e3b490720757978c99a7b5af3885faf202b955" datatype="html"> <source>Added</source> @@ -208,7 +208,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">135</context> </context-group> - <target state="needs-translation">Added</target> + <target state="translated">Adicionado</target> </trans-unit> <trans-unit id="9021887951960049161" datatype="html"> <source>Confirm delete</source> @@ -216,7 +216,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="needs-translation">Confirm delete</target> + <target state="translated">Confirmar exclusão</target> </trans-unit> <trans-unit id="5382975254277698192" datatype="html"> <source>Do you really want to delete document "<x id="PH" equiv-text="this.document.title"/>"?</source> @@ -224,7 +224,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">204</context> </context-group> - <target state="needs-translation">Do you really want to delete document "<x id="PH" equiv-text="this.document.title"/>"?</target> + <target state="translated">Você realmente deseja excluir o documento "<x id="PH" equiv-text="this.document.title"/>"?</target> </trans-unit> <trans-unit id="6691075929777935948" datatype="html"> <source>The files for this document will be deleted permanently. This operation cannot be undone.</source> @@ -232,7 +232,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="needs-translation">The files for this document will be deleted permanently. This operation cannot be undone.</target> + <target state="translated">Os arquivos desse documento serão excluídos permanentemente. Essa operação não pode ser revertida.</target> </trans-unit> <trans-unit id="719892092227206532" datatype="html"> <source>Delete document</source> @@ -240,7 +240,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">207</context> </context-group> - <target state="needs-translation">Delete document</target> + <target state="translated">Excluir documento</target> </trans-unit> <trans-unit id="1844801255494293730" datatype="html"> <source>Error deleting document: <x id="PH" equiv-text="JSON.stringify(error)"/></source> @@ -248,7 +248,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">214</context> </context-group> - <target state="needs-translation">Error deleting document: <x id="PH" equiv-text="JSON.stringify(error)"/></target> + <target state="translated">Erro ao excluir documento: <x id="PH" equiv-text="JSON.stringify(error)"/></target> </trans-unit> <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> <source>Delete</source> @@ -256,7 +256,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Excluir</target> </trans-unit> <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> <source>Download</source> @@ -264,7 +264,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Download</target> + <target state="translated">Baixar</target> </trans-unit> <trans-unit id="4ea3c236bca3528318e3b3a411a20909e5fa8be4" datatype="html"> <source>More like this</source> @@ -272,7 +272,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">More like this</target> + <target state="translated">Mais como este</target> </trans-unit> <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html"> <source>Close</source> @@ -280,7 +280,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">44</context> </context-group> - <target state="needs-translation">Close</target> + <target state="translated">Fechar</target> </trans-unit> <trans-unit id="4f8b2bb476981727ab34ed40fde1218361f92c45" datatype="html"> <source>Details</source> @@ -288,7 +288,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">56</context> </context-group> - <target state="needs-translation">Details</target> + <target state="translated">Detalhes</target> </trans-unit> <trans-unit id="4ab4cb601522b9194922554d934c4c30bd93567d" datatype="html"> <source>Content</source> @@ -296,7 +296,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="needs-translation">Content</target> + <target state="translated">Conteúdo</target> </trans-unit> <trans-unit id="f721a500a68c357e8f2a01e60510f6a01e4ba529" datatype="html"> <source>Metadata</source> @@ -304,7 +304,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">81</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metadados</target> </trans-unit> <trans-unit id="3f5a652a1f473f4e243e3c6805ef1b383e270bb7" datatype="html"> <source>Discard</source> @@ -312,7 +312,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">130</context> </context-group> - <target state="needs-translation">Discard</target> + <target state="translated">Descartar</target> </trans-unit> <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> <source>Save</source> @@ -320,7 +320,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">132</context> </context-group> - <target state="needs-translation">Save</target> + <target state="translated">Salvar</target> </trans-unit> <trans-unit id="8380d9eff8613c0bc58edc7cebc2aa72e17b11e3" datatype="html"> <source>Page</source> @@ -328,7 +328,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Page</target> + <target state="translated">Página</target> </trans-unit> <trans-unit id="c972a8e7d09f86e0c408a80349990fb213b32c08" datatype="html"> <source>of <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></source> @@ -336,7 +336,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">of <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> + <target state="translated">de <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> </trans-unit> <trans-unit id="a071e35fecc10753065b1cb5b38608be66da2c8b" datatype="html"> <source>Download original</source> @@ -344,7 +344,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">29</context> </context-group> - <target state="needs-translation">Download original</target> + <target state="translated">Baixar original</target> </trans-unit> <trans-unit id="9b3996b5ddcc628a999a7df72fbfc2a2eae8c8a5" datatype="html"> <source>Archive serial number</source> @@ -352,7 +352,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">60</context> </context-group> - <target state="needs-translation">Archive serial number</target> + <target state="translated">Número de série de arquivamento</target> </trans-unit> <trans-unit id="30eebc2dd656dbcb259d8d5286d244ee397d63bd" datatype="html"> <source>Date created</source> @@ -360,7 +360,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">61</context> </context-group> - <target state="needs-translation">Date created</target> + <target state="translated">Data de criação</target> </trans-unit> <trans-unit id="6e58f1baf7acb6a0cfe3636b9c2a61b4d1183720" datatype="html"> <source>Date modified</source> @@ -368,7 +368,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Date modified</target> + <target state="translated">Data de modificação</target> </trans-unit> <trans-unit id="c1ae0f9ac4efb2dcd43cd947ddba09d6c4328269" datatype="html"> <source>Date added</source> @@ -376,7 +376,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">91</context> </context-group> - <target state="needs-translation">Date added</target> + <target state="translated">Data de adição</target> </trans-unit> <trans-unit id="c7ea641c3a61a12a3599ce5a75c6d0dbba409ad3" datatype="html"> <source>Media filename</source> @@ -384,7 +384,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">95</context> </context-group> - <target state="needs-translation">Media filename</target> + <target state="translated">Nome do arquivo</target> </trans-unit> <trans-unit id="74a894d2a8ae24a1eed4bc56e9afdc27dc2c31c8" datatype="html"> <source>Original MD5 checksum</source> @@ -392,7 +392,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="needs-translation">Original MD5 checksum</target> + <target state="translated">Soma de verificação MD5 original</target> </trans-unit> <trans-unit id="e92ca184ea785769fb26138fc25ee9fa06fff6e5" datatype="html"> <source>Original file size</source> @@ -400,7 +400,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="needs-translation">Original file size</target> + <target state="translated">Tamanho do arquivo original</target> </trans-unit> <trans-unit id="b5e93f30cc3411f20bd62025a6cc7394568f1bfd" datatype="html"> <source>Original mime type</source> @@ -408,7 +408,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Original mime type</target> + <target state="translated">Tipo mime original</target> </trans-unit> <trans-unit id="edbf54e4117606b5dd87aaea3c14b21ebf398020" datatype="html"> <source>Archive MD5 checksum</source> @@ -416,7 +416,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="needs-translation">Archive MD5 checksum</target> + <target state="translated">Soma de verificação MD5 de arquivamento</target> </trans-unit> <trans-unit id="e6bf12eadecbfd80016eca15fa78651c6ca90c64" datatype="html"> <source>Archive file size</source> @@ -424,7 +424,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">115</context> </context-group> - <target state="needs-translation">Archive file size</target> + <target state="translated">Tamanho arquivado</target> </trans-unit> <trans-unit id="203c7adb5bd74ae18e84e1e3b66ddfe76bc0023f" datatype="html"> <source>Original document metadata</source> @@ -432,7 +432,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">121</context> </context-group> - <target state="needs-translation">Original document metadata</target> + <target state="translated">Metadados do documento original</target> </trans-unit> <trans-unit id="7174dcea4a3d0b743e7e4a78747e902230727f67" datatype="html"> <source>Archived document metadata</source> @@ -440,7 +440,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">122</context> </context-group> - <target state="needs-translation">Archived document metadata</target> + <target state="translated">Metadados do documento arquivado</target> </trans-unit> <trans-unit id="3fb9f1a31c3798173b2fea72638732c783b152fe" datatype="html"> <source>Save & next</source> @@ -448,7 +448,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">131</context> </context-group> - <target state="needs-translation">Save & next</target> + <target state="translated">Salvar & próximo</target> </trans-unit> <trans-unit id="8765497970646365998" datatype="html"> <source>Hello <x id="PH" equiv-text="this.displayName"/>, welcome to Paperless-ng!</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="needs-translation">Hello <x id="PH" equiv-text="this.displayName"/>, welcome to Paperless-ng!</target> + <target state="translated">Olá <x id="PH" equiv-text="this.displayName"/>, bem-vindo ao Paperless-ng!</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -464,7 +464,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Welcome to Paperless-ng!</target> + <target state="translated">Bem-vindo ao Paperless-ng!</target> </trans-unit> <trans-unit id="f65253954b66e929a8b4d5ecaf61f9129f8cec64" datatype="html"> <source>Dashboard</source> @@ -472,7 +472,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Dashboard</target> + <target state="translated">Painel de controle</target> </trans-unit> <trans-unit id="93754014749412887" datatype="html"> <source>Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Você realmente deseja excluir a etiqueta "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -488,7 +488,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Tags</target> + <target state="translated">Etiquetas</target> </trans-unit> <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> <source>Create</source> @@ -496,7 +496,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">2</context> </context-group> - <target state="needs-translation">Create</target> + <target state="translated">Criar</target> </trans-unit> <trans-unit id="ddb40946e790522301687ecddb9ce1cb8ad40dd1" datatype="html"> <source>Filter by:</source> @@ -504,7 +504,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">Filter by:</target> + <target state="translated">Filtrar por:</target> </trans-unit> <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html"> <source>Name</source> @@ -512,7 +512,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">Name</target> + <target state="translated">Nome</target> </trans-unit> <trans-unit id="8fa4d523f7b91df4390120b85ed0406138273e1a" datatype="html"> <source>Color</source> @@ -520,7 +520,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Color</target> + <target state="translated">Cor</target> </trans-unit> <trans-unit id="d0c4488f742efeba0915e90e285a022da813deff" datatype="html"> <source>Matching</source> @@ -528,7 +528,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Matching</target> + <target state="translated">Detecção</target> </trans-unit> <trans-unit id="9bcf8d20d23c111eca1431abd2d2ce0de324499c" datatype="html"> <source>Document count</source> @@ -536,7 +536,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Document count</target> + <target state="translated">Número de documentos</target> </trans-unit> <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> <source>Actions</source> @@ -544,7 +544,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Actions</target> + <target state="translated">Ações</target> </trans-unit> <trans-unit id="9d51b3c90afda70700229d1b8a55371c13cb3bce" datatype="html"> <source>Documents</source> @@ -552,7 +552,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Documentos</target> </trans-unit> <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> <source>Edit</source> @@ -560,7 +560,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">43</context> </context-group> - <target state="needs-translation">Edit</target> + <target state="translated">Editar</target> </trans-unit> <trans-unit id="4990731724078522539" datatype="html"> <source>Do you really want to delete the document type "<x id="PH" equiv-text="object.name"/>"?</source> @@ -568,7 +568,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Do you really want to delete the document type "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Você realmente deseja excluir o tipo de documento "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> <source>Document types</source> @@ -576,7 +576,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Document types</target> + <target state="translated">Tipos de documento</target> </trans-unit> <trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef" datatype="html"> <source>Logs</source> @@ -584,7 +584,7 @@ <context context-type="sourcefile">src/app/components/manage/logs/logs.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Logs</target> + <target state="translated">Logs</target> </trans-unit> <trans-unit id="5610279464668232148" datatype="html"> <source>Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</source> @@ -592,7 +592,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">68</context> </context-group> - <target state="needs-translation">Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</target> + <target state="translated">Visualização "<x id="PH" equiv-text="savedView.name"/>" excluída.</target> </trans-unit> <trans-unit id="5647210819299459618" datatype="html"> <source>Settings saved successfully.</source> @@ -600,7 +600,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">89</context> </context-group> - <target state="needs-translation">Settings saved successfully.</target> + <target state="translated">Configurações salvas com sucesso.</target> </trans-unit> <trans-unit id="6839066544204061364" datatype="html"> <source>Use system language</source> @@ -608,7 +608,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">Use system language</target> + <target state="translated">Usar linguagem do sistema</target> </trans-unit> <trans-unit id="7729897675462249787" datatype="html"> <source>Use date format of display language</source> @@ -616,7 +616,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">100</context> </context-group> - <target state="needs-translation">Use date format of display language</target> + <target state="translated">Usar formato de data da linguagem de exibição</target> </trans-unit> <trans-unit id="8488620293789898901" datatype="html"> <source>Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -624,7 +624,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="needs-translation">Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Erro ao salvar configurações: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> <source>Settings</source> @@ -632,7 +632,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Settings</target> + <target state="translated">Configurações</target> </trans-unit> <trans-unit id="11ebd254cc9294717105c5982eb0cd2af30a446d" datatype="html"> <source>General settings</source> @@ -640,7 +640,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">General settings</target> + <target state="translated">Configurações gerais</target> </trans-unit> <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html"> <source>Notifications</source> @@ -648,7 +648,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">116</context> </context-group> - <target state="needs-translation">Notifications</target> + <target state="translated">Notificações</target> </trans-unit> <trans-unit id="99dee94e92dbd9e21a008d4569f9719ed206ae37" datatype="html"> <source>Saved views</source> @@ -656,7 +656,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">134</context> </context-group> - <target state="needs-translation">Saved views</target> + <target state="translated">Visualizações</target> </trans-unit> <trans-unit id="bbe41ac2ea4a6c00ea941a41b33105048f8e9f13" datatype="html"> <source>Appearance</source> @@ -664,7 +664,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Appearance</target> + <target state="translated">Aparência</target> </trans-unit> <trans-unit id="75f8908d266f7cc9b9e68e0be906fd080a223606" datatype="html"> <source>Display language</source> @@ -672,7 +672,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Display language</target> + <target state="translated">Linguagem de exibição</target> </trans-unit> <trans-unit id="1284a077dc18a2d1ff1b744f16f1797eea28ae37" datatype="html"> <source>You need to reload the page after applying a new language.</source> @@ -680,7 +680,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">You need to reload the page after applying a new language.</target> + <target state="translated">Você precisar recarregar a página depois de escolher uma nova linguagem.</target> </trans-unit> <trans-unit id="0cd55822928764cc82a62ee3e6f3adbc1c630479" datatype="html"> <source>Date display</source> @@ -688,7 +688,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">32</context> </context-group> - <target state="needs-translation">Date display</target> + <target state="translated">Exibição de data</target> </trans-unit> <trans-unit id="7df4de0d0704a06a302d853e31f2580eba98f127" datatype="html"> <source>Date format</source> @@ -696,7 +696,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Date format</target> + <target state="translated">Formato de data</target> </trans-unit> <trans-unit id="69852399a18b8ca4fca8c5bfddd3f00a6d137593" datatype="html"> <source>Short: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></source> @@ -704,7 +704,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Short: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> + <target state="translated">Curto: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="d01a59285e711252b98c4f193394e4b854615c78" datatype="html"> <source>Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></source> @@ -712,7 +712,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">55</context> </context-group> - <target state="needs-translation">Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> + <target state="translated">Médio: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="00481629776699b1caebd12b3b1176e2e23740a8" datatype="html"> <source>Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></source> @@ -720,7 +720,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">59</context> </context-group> - <target state="needs-translation">Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> + <target state="translated">Longo: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="2045151788cbdda7512752e408da59a6b54a8ef0" datatype="html"> <source>Items per page</source> @@ -728,7 +728,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="needs-translation">Items per page</target> + <target state="translated">Itens por página</target> </trans-unit> <trans-unit id="c4435e56bf0289e78fedc462f1d21fb30b9de55d" datatype="html"> <source>Document editor</source> @@ -736,7 +736,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">83</context> </context-group> - <target state="needs-translation">Document editor</target> + <target state="translated">Editor de documentos</target> </trans-unit> <trans-unit id="4903e521c9bfd11ce88e7a5575106ef638912e0d" datatype="html"> <source>Use PDF viewer provided by the browser</source> @@ -744,7 +744,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Use PDF viewer provided by the browser</target> + <target state="translated">Usar visualizador de PDF do navegador</target> </trans-unit> <trans-unit id="d7db07023e53f8396d18d375c2b78c25fc81c197" datatype="html"> <source>This is usually faster for displaying large PDF documents, but it might not work on some browsers.</source> @@ -752,7 +752,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">This is usually faster for displaying large PDF documents, but it might not work on some browsers.</target> + <target state="translated">Isso é geralmente mais rápido para exibir grandes documentos PDF, mas poderá não funcionar em alguns navegadores.</target> </trans-unit> <trans-unit id="9ee5d1cbfd6ee168dae37aaba2b59b50bcabb2ff" datatype="html"> <source>Dark mode</source> @@ -760,7 +760,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">Dark mode</target> + <target state="translated">Modo noturno</target> </trans-unit> <trans-unit id="f8cb5506e70fd71fddc9bb71cee18bfff7b29637" datatype="html"> <source>Use system settings</source> @@ -768,7 +768,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Use system settings</target> + <target state="translated">Usar configurações do sistema</target> </trans-unit> <trans-unit id="8ee474504043fa89821d626e4f3413240fa91b53" datatype="html"> <source>Enable dark mode</source> @@ -776,7 +776,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">98</context> </context-group> - <target state="needs-translation">Enable dark mode</target> + <target state="translated">Habilitar modo noturno</target> </trans-unit> <trans-unit id="71bad20b37410c8972c9aa0f7c62996534b84339" datatype="html"> <source>Invert thumbnails in dark mode</source> @@ -792,7 +792,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="needs-translation">Bulk editing</target> + <target state="translated">Edição em massa</target> </trans-unit> <trans-unit id="c0ac61661c6c326d6e0e00c231b95cf2ac0c6586" datatype="html"> <source>Show confirmation dialogs</source> @@ -800,7 +800,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Show confirmation dialogs</target> + <target state="translated">Mostrar janelas de confirmação</target> </trans-unit> <trans-unit id="291bbe56ecbe945dcf05580a57d679fa7bd1e06a" datatype="html"> <source>Deleting documents will always ask for confirmation.</source> @@ -808,7 +808,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Deleting documents will always ask for confirmation.</target> + <target state="translated">Ao excluir um documento, sempre será pedido uma confirmação.</target> </trans-unit> <trans-unit id="8cfddc13e04f5545ac63f419ef363505d6f78c2e" datatype="html"> <source>Apply on close</source> @@ -816,7 +816,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">108</context> </context-group> - <target state="needs-translation">Apply on close</target> + <target state="translated">Aplicar ao fechar</target> </trans-unit> <trans-unit id="8680abbea249ebe9c2fe35556559c8e1a9eb5841" datatype="html"> <source>Document processing</source> @@ -824,7 +824,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">119</context> </context-group> - <target state="needs-translation">Document processing</target> + <target state="translated">Processamento de documentos</target> </trans-unit> <trans-unit id="2ad4d76b36341c589d94004ad2a213fd4d6f5ca0" datatype="html"> <source>Show notifications when new documents are detected</source> @@ -832,7 +832,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Show notifications when new documents are detected</target> + <target state="translated">Exibir notificações quando novos documentos forem detectados</target> </trans-unit> <trans-unit id="e775f4f7c40249d31426ae61a21616a0c9d8e84f" datatype="html"> <source>Show notifications when document processing completes successfully</source> @@ -840,7 +840,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">124</context> </context-group> - <target state="needs-translation">Show notifications when document processing completes successfully</target> + <target state="translated">Exibir notificações quando o processamento de um documento concluir com sucesso</target> </trans-unit> <trans-unit id="e3844dd174d8e817ddb551fae28f14ae80ca36b6" datatype="html"> <source>Show notifications when document processing fails</source> @@ -848,7 +848,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">125</context> </context-group> - <target state="needs-translation">Show notifications when document processing fails</target> + <target state="translated">Exibir notificações quando o processamento de um documento falhar</target> </trans-unit> <trans-unit id="af113f7c9f7e13145c3461f61a1aedf12d57bd71" datatype="html"> <source>Suppress notifications on dashboard</source> @@ -856,7 +856,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">Suppress notifications on dashboard</target> + <target state="translated">Não exibir notificações no painel de controle</target> </trans-unit> <trans-unit id="e27bd3804d2936a6897e81c2e52e294490e5e5a8" datatype="html"> <source>This will suppress all messages about document processing status on the dashboard.</source> @@ -864,7 +864,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">This will suppress all messages about document processing status on the dashboard.</target> + <target state="translated">Isso esconderá todas as mensagens sobre o status de processamento de documentos no painel de controle.</target> </trans-unit> <trans-unit id="8cb90334f5dfd7fc67205085f59381e2a334ccfc" datatype="html"> <source>Appears on</source> @@ -872,7 +872,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">146</context> </context-group> - <target state="needs-translation">Appears on</target> + <target state="translated">Aparece em</target> </trans-unit> <trans-unit id="6717cf1acf04728fc2b7c39f6d3297f8ff15fde5" datatype="html"> <source>Show on dashboard</source> @@ -880,7 +880,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">149</context> </context-group> - <target state="needs-translation">Show on dashboard</target> + <target state="translated">Exibir no painel de controle</target> </trans-unit> <trans-unit id="541bfc5b123b3f8867fd681eaceefb663a811973" datatype="html"> <source>Show in sidebar</source> @@ -888,7 +888,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">153</context> </context-group> - <target state="needs-translation">Show in sidebar</target> + <target state="translated">Mostrar na navegação lateral</target> </trans-unit> <trans-unit id="abba764a7a595d04dc8c3b26e04b3780d4fdb540" datatype="html"> <source>No saved views defined.</source> @@ -904,7 +904,7 @@ <context context-type="sourcefile">src/app/components/not-found/not-found.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation">404 Not Found</target> + <target state="translated">404 Não encontrado</target> </trans-unit> <trans-unit id="7427874343955308724" datatype="html"> <source>Do you really want to delete the correspondent "<x id="PH" equiv-text="object.name"/>"?</source> @@ -920,7 +920,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Correspondents</target> + <target state="translated">Correspondentes</target> </trans-unit> <trans-unit id="0488919cff4fcc2174d34e4a1167f1b3c586ca37" datatype="html"> <source>Last correspondence</source> @@ -928,7 +928,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Last correspondence</target> + <target state="translated">Última correspondência</target> </trans-unit> <trans-unit id="1234709746630139322" datatype="html"> <source>Confirmation</source> @@ -936,7 +936,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Confirmation</target> + <target state="translated">Confirmação</target> </trans-unit> <trans-unit id="9178182467454450952" datatype="html"> <source>Confirm</source> @@ -944,7 +944,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">29</context> </context-group> - <target state="needs-translation">Confirm</target> + <target state="translated">Confirmar</target> </trans-unit> <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7" datatype="html"> <source>Cancel</source> @@ -952,7 +952,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Cancel</target> + <target state="translated">Cancelar</target> </trans-unit> <trans-unit id="6457471243969293847" datatype="html"> <source>Create new correspondent</source> @@ -960,7 +960,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Create new correspondent</target> + <target state="translated">Criar nova correspondência</target> </trans-unit> <trans-unit id="2059822531169388684" datatype="html"> <source>Edit correspondent</source> @@ -968,7 +968,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Edit correspondent</target> + <target state="translated">Editar correspondente</target> </trans-unit> <trans-unit id="3d5caa52b0a51bfd2757215f7614183554d740f0" datatype="html"> <source>Matching algorithm</source> @@ -1000,7 +1000,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Create new tag</target> + <target state="translated">Criar uma nova etiqueta</target> </trans-unit> <trans-unit id="5872175735754226507" datatype="html"> <source>Edit tag</source> @@ -1008,7 +1008,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Edit tag</target> + <target state="translated">Editar etiqueta</target> </trans-unit> <trans-unit id="f2a30b4e1a89a8a0db0bd147b54d6626b9a9bc42" datatype="html"> <source>Inbox tag</source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> + <target state="translated">Termo de pesquisa inválido: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation"> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> + <target state="translated">A mostrar documentos similares a <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1072,7 +1072,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> + <target state="translated">Termo de pesquisa: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> + <target state="translated">Será que quer dizer "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1097,7 +1097,7 @@ <context context-type="linenumber">11</context> </context-group> <note priority="1" from="description">app title</note> - <target state="needs-translation">Paperless-ng</target> + <target state="translated">Paperless-ng</target> </trans-unit> <trans-unit id="069566c6ed4f051b5b5617ef1935837226585dad" datatype="html"> <source>Search documents</source> @@ -1105,7 +1105,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Search documents</target> + <target state="translated">Procurar documentos</target> </trans-unit> <trans-unit id="bb694b49d408265c91c62799c2b3a7e3151c824d" datatype="html"> <source>Logout</source> @@ -1113,7 +1113,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Logout</target> + <target state="translated">Terminar sessão</target> </trans-unit> <trans-unit id="68949525c4d9a901e0cd15a94e3fc8d2711e9918" datatype="html"> <source>Manage</source> @@ -1145,7 +1145,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">167</context> </context-group> - <target state="needs-translation">Documentation</target> + <target state="translated">Documentação</target> </trans-unit> <trans-unit id="355a222236bc01b9a8cd3cb9ecf76891125aed69" datatype="html"> <source>GitHub</source> @@ -1153,7 +1153,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">175</context> </context-group> - <target state="needs-translation">GitHub</target> + <target state="translated">Github</target> </trans-unit> <trans-unit id="ea3a452c5238897cabc5781308cceb2d37dcf258" datatype="html"> <source>Suggest an idea</source> @@ -1161,7 +1161,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">181</context> </context-group> - <target state="needs-translation">Suggest an idea</target> + <target state="translated">Sugerir uma ideia</target> </trans-unit> <trans-unit id="af665f8de8fabe306aaf27443957e69bcbbce63c" datatype="html"> <source>Logged in as <x id="INTERPOLATION" equiv-text="{{displayName}}"/></source> @@ -1169,7 +1169,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">34</context> </context-group> - <target state="needs-translation">Logged in as <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> + <target state="translated">Sessão iniciada como <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> </trans-unit> <trans-unit id="4f55b670f49d927c6026bb614c7c62b1f2a394c0" datatype="html"> <source>Open documents</source> @@ -1177,7 +1177,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Open documents</target> + <target state="translated">Abrir documentos</target> </trans-unit> <trans-unit id="dca5bf9344a759fa5a07f1b21f50286ec242ba44" datatype="html"> <source>Close all</source> @@ -1185,7 +1185,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">106</context> </context-group> - <target state="needs-translation">Close all</target> + <target state="translated">Fechar todos</target> </trans-unit> <trans-unit id="5701618810648052610" datatype="html"> <source>Title</source> @@ -1193,7 +1193,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">73</context> </context-group> - <target state="needs-translation">Title</target> + <target state="translated">Título</target> </trans-unit> <trans-unit id="3100631071441658964" datatype="html"> <source>Title & content</source> @@ -1241,7 +1241,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> + <target state="translated">Etiqueta: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> @@ -1249,7 +1249,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Without any tag</target> + <target state="translated">Sem etiquetas</target> </trans-unit> <trans-unit id="6523384805359286307" datatype="html"> <source>Title: <x id="PH" equiv-text="rule.value"/></source> @@ -1257,7 +1257,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">53</context> </context-group> - <target state="needs-translation">Title: <x id="PH" equiv-text="rule.value"/></target> + <target state="translated">Título: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> @@ -1265,7 +1265,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Filter tags</target> + <target state="translated">Filtrar etiquetas</target> </trans-unit> <trans-unit id="4b089ca12c472cf0b46167bb5afe4b527b301bbc" datatype="html"> <source>Filter correspondents</source> @@ -1306,7 +1306,7 @@ <context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.html</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Apply</target> + <target state="translated">Aplicar</target> </trans-unit> <trans-unit id="4873149362496451858" datatype="html"> <source>Last 7 days</source> @@ -1314,7 +1314,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">34</context> </context-group> - <target state="needs-translation">Last 7 days</target> + <target state="translated">Últimos 7 dias</target> </trans-unit> <trans-unit id="4463380307954693363" datatype="html"> <source>Last month</source> @@ -1322,7 +1322,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Last month</target> + <target state="translated">Último mês</target> </trans-unit> <trans-unit id="8697368973702409683" datatype="html"> <source>Last 3 months</source> @@ -1330,7 +1330,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">36</context> </context-group> - <target state="needs-translation">Last 3 months</target> + <target state="translated">Últimos 3 meses</target> </trans-unit> <trans-unit id="3566342898065860218" datatype="html"> <source>Last year</source> @@ -1338,7 +1338,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">37</context> </context-group> - <target state="needs-translation">Last year</target> + <target state="translated">Último ano</target> </trans-unit> <trans-unit id="be2add3a3d9e4e2556b8f9048a15a9c0f00bf1ad" datatype="html"> <source>After</source> @@ -1346,7 +1346,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">After</target> + <target state="translated">Antes</target> </trans-unit> <trans-unit id="8785188e6c678b842fcb93b7392faf86db7ec676" datatype="html"> <source>Before</source> @@ -1354,7 +1354,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Before</target> + <target state="translated">Depois</target> </trans-unit> <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html"> <source>Clear</source> @@ -1362,7 +1362,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Clear</target> + <target state="translated">Limpar</target> </trans-unit> <trans-unit id="6829218544e108e152f5fa72cb79c4ccb82e0d06" datatype="html"> <source>View</source> @@ -1370,7 +1370,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">50</context> </context-group> - <target state="needs-translation">View</target> + <target state="translated">Ver</target> </trans-unit> <trans-unit id="849b42384616374df49bd8b3711ec159cb10b845" datatype="html"> <source>Created: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></source> @@ -1378,7 +1378,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="needs-translation">Created: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> + <target state="translated">Criado: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> </trans-unit> <trans-unit id="cd6f3fd48957e1fea6545c2b2defc7b2435ebfa8" datatype="html"> <source>Filter by correspondent</source> @@ -1394,7 +1394,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">24</context> </context-group> - <target state="needs-translation">Filter by tag</target> + <target state="translated">Filtrar por etiqueta</target> </trans-unit> <trans-unit id="9c5fdf21ec2cc7baa6f062f2dc417af45c8dbe60" datatype="html"> <source>Score:</source> @@ -1418,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="needs-translation">Error executing bulk operation: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Erro ao executar operação em massa: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="7894972847287473517" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>"</source> @@ -1426,7 +1426,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">113</context> </context-group> - <target state="needs-translation">"<x id="PH" equiv-text="items[0].name"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>"</target> </trans-unit> <trans-unit id="8639884465898458690" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="needs-translation">"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" e "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1444,7 +1444,7 @@ <context context-type="linenumber">117</context> </context-group> <note priority="1" from="description">this is used to separate enumerations and should probably be a comma and a whitespace in most languages</note> - <target state="needs-translation">, </target> + <target state="translated">, </target> </trans-unit> <trans-unit id="1822679894391095557" datatype="html"> <source><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="needs-translation"><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/> e "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1581,7 +1581,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="needs-translation">Delete document(s)</target> + <target state="translated">Apagar documento(s)</target> </trans-unit> <trans-unit id="8b0609df23817024b3bed12beb9b64fc1009f588" datatype="html"> <source>Select:</source> @@ -1589,7 +1589,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Select:</target> + <target state="translated">Selecionar:</target> </trans-unit> <trans-unit id="dfc3c34e182ea73c5d784ff7c8135f087992dac1" datatype="html"> <source>All</source> @@ -1597,7 +1597,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">All</target> + <target state="translated">Todos</target> </trans-unit> <trans-unit id="907df6a2b68daecc3c399cf40a764b358bd9fd84" datatype="html"> <source>Edit:</source> @@ -1605,7 +1605,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">27</context> </context-group> - <target state="needs-translation">Edit:</target> + <target state="translated">Editar:</target> </trans-unit> <trans-unit id="fc2de37422d7c4af6686842283cc2afd781b6848" datatype="html"> <source>Download originals</source> @@ -1613,7 +1613,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">68</context> </context-group> - <target state="needs-translation">Download originals</target> + <target state="translated">Descarregar originais</target> </trans-unit> <trans-unit id="a1e6c11f20d4bf6e8e6b43e3c6d2561b2080645e" datatype="html"> <source>Suggestions:</source> @@ -1621,7 +1621,7 @@ <context context-type="sourcefile">src/app/components/common/input/select/select.component.html</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Suggestions:</target> + <target state="translated">Sugestões:</target> </trans-unit> <trans-unit id="27d158b47717ff9305d19866960418c603f19d55" datatype="html"> <source>Save current view</source> @@ -1645,7 +1645,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Statistics</target> + <target state="translated">Estatísticas</target> </trans-unit> <trans-unit id="c0d907c2687c09612395aee6ef7c04ca8e5e5e0a" datatype="html"> <source>Total documents: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></source> @@ -1653,7 +1653,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Total documents: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> + <target state="translated">Total de documentos: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> </trans-unit> <trans-unit id="13e8d49dbcad9f9d71e66a9a56d6f328cff430c9" datatype="html"> <source>Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></source> @@ -1661,7 +1661,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> + <target state="translated">Documentos na caixa de entrada: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> </trans-unit> <trans-unit id="6443586946875325554" datatype="html"> <source>Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></source> @@ -1669,7 +1669,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="needs-translation">Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> + <target state="translated">Processando: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> </trans-unit> <trans-unit id="9182918211699394982" datatype="html"> <source>Failed: <x id="PH" equiv-text="countFailed"/></source> @@ -1677,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Failed: <x id="PH" equiv-text="countFailed"/></target> + <target state="translated">Falha: <x id="PH" equiv-text="countFailed"/></target> </trans-unit> <trans-unit id="534116346205124059" datatype="html"> <source>Added: <x id="PH" equiv-text="countSuccess"/></source> @@ -1685,7 +1685,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Added: <x id="PH" equiv-text="countSuccess"/></target> + <target state="translated">Adicionado: <x id="PH" equiv-text="countSuccess"/></target> </trans-unit> <trans-unit id="3852289441366561594" datatype="html"> <source>Connecting...</source> @@ -1693,7 +1693,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">118</context> </context-group> - <target state="needs-translation">Connecting...</target> + <target state="translated">A ligar...</target> </trans-unit> <trans-unit id="1245343823699368872" datatype="html"> <source>Uploading...</source> @@ -1701,7 +1701,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Uploading...</target> + <target state="translated">A carregar...</target> </trans-unit> <trans-unit id="7446520539098045935" datatype="html"> <source>Upload complete, waiting...</source> @@ -1709,7 +1709,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">Upload complete, waiting...</target> + <target state="translated">Carregamento concluído, à espera...</target> </trans-unit> <trans-unit id="1405142710727603568" datatype="html"> <source>HTTP error: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></source> @@ -1717,7 +1717,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="needs-translation">HTTP error: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> + <target state="translated">Erro HTTP: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> </trans-unit> <trans-unit id="e022072b3e4dd77e3f09960817ef3359a49963b3" datatype="html"> <source>Upload new documents</source> @@ -1725,7 +1725,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Upload new documents</target> + <target state="translated">Carregar novos documentos</target> </trans-unit> <trans-unit id="52d5d56b6667ba3f7c759cbc0d4c39d34a99701e" datatype="html"> <source>Drop documents here or</source> @@ -1733,7 +1733,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Drop documents here or</target> + <target state="translated">Largar documentos aqui ou</target> </trans-unit> <trans-unit id="865c511f4a24558ed0e954f9bbbff557bbb8954d" datatype="html"> <source>Browse files</source> @@ -1741,7 +1741,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Browse files</target> + <target state="translated">Navegar ficheiros</target> </trans-unit> <trans-unit id="bd4a8607e4a002d939cffb347ec056664dfb2c73" datatype="html"> <source>Dismiss completed</source> @@ -1767,7 +1767,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Open document</target> + <target state="translated">Abrir documento</target> </trans-unit> <trans-unit id="45854ddec74086b271e62be6a363f4fa5036f7fc" datatype="html"> <source>First steps</source> @@ -1783,7 +1783,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">5</context> </context-group> - <target state="needs-translation">Paperless is running! :)</target> + <target state="translated">O Paperless está a correr! :)</target> </trans-unit> <trans-unit id="ea8d9a9486d5639d1c38c012900b8d34d5e4135d" datatype="html"> <source>You can start uploading documents by dropping them in the file upload box to the right or by dropping them in the configured consumption folder and they'll start showing up in the documents list. After you've added some metadata to your documents, use the filtering mechanisms of paperless to create custom views (such as 'Recently added', 'Tagged TODO') and they will appear on the dashboard instead of this message.</source> @@ -1791,7 +1791,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">6,7</context> </context-group> - <target state="needs-translation">You can start uploading documents by dropping them in the file upload box to the right or by dropping them in the configured consumption folder and they'll start showing up in the documents list. After you've added some metadata to your documents, use the filtering mechanisms of paperless to create custom views (such as 'Recently added', 'Tagged TODO') and they will appear on the dashboard instead of this message.</target> + <target state="translated">Pode começar a carregar documentos deixando-os na caixa de carregamento de ficheiros à direita, ou deixando-os na pasta de consumo pré-configurada, que eles depois aparecem na lista de documentos. Depois de ter adicionado alguns meta-dados aos seus documentos, utilize os mecanismos de filtragem do Paperless para criar visualizações personalizadas (tais como 'Adicionados recentemente', 'Etiquetados com PARAFAZER'). Posteriormente estes aparecerão no painel em vez desta mensagem.</target> </trans-unit> <trans-unit id="cf5f85690feaba6e29343f9881e57a6c0ea6e82b" datatype="html"> <source>Paperless offers some more features that try to make your life easier:</source> @@ -1799,7 +1799,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">Paperless offers some more features that try to make your life easier:</target> + <target state="translated">O Paperless oferece algumas funcionalidades para tentar tornar a sua vida mais fácil:</target> </trans-unit> <trans-unit id="edb41dc36af2e70789d8e3422325d930e783253e" datatype="html"> <source>Once you've got a couple documents in paperless and added metadata to them, paperless can assign that metadata to new documents automatically.</source> @@ -1807,7 +1807,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Once you've got a couple documents in paperless and added metadata to them, paperless can assign that metadata to new documents automatically.</target> + <target state="translated">Assim que já tenha alguns documentos previamente adicionados com os respetivos meta-dados, o Paperless consegue adicionar automaticamente meta-dados aos novos documentos.</target> </trans-unit> <trans-unit id="9dca488928c0b7af46c3866f86a6c2c8548399aa" datatype="html"> <source>You can configure paperless to read your mails and add documents from attached files.</source> @@ -1815,7 +1815,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">You can configure paperless to read your mails and add documents from attached files.</target> + <target state="translated">Pode configurar o Paperless para ler os seus e-mails e adicionar os documentos em anexo à plataforma.</target> </trans-unit> <trans-unit id="d282f6277cbf6704f697170d2ad19ce500790e20" datatype="html"> <source>Consult the documentation on how to use these features. The section on basic usage also has some information on how to use paperless in general.</source> @@ -1823,7 +1823,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Consult the documentation on how to use these features. The section on basic usage also has some information on how to use paperless in general.</target> + <target state="translated">Consulte a documentação para saber como utilizar estas funcionalidades. A secção sobre utilização básica têm informação para o ajudar a utilizar a plataforma de uma forma geral.</target> </trans-unit> <trans-unit id="218403386307979629" datatype="html"> <source>Metadata</source> @@ -1831,7 +1831,7 @@ <context context-type="sourcefile">src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metadados</target> </trans-unit> <trans-unit id="3797570084942068182" datatype="html"> <source>Select</source> @@ -1839,7 +1839,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Select</target> + <target state="translated">Selecione</target> </trans-unit> <trans-unit id="7103181924469214926" datatype="html"> <source>Please select an object</source> @@ -1847,7 +1847,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Please select an object</target> + <target state="translated">Por favor selecione um objeto</target> </trans-unit> <trans-unit id="d6529debfc1613db22d6fa096ebfeb8a85fa739d" datatype="html"> <source>Invalid date.</source> @@ -1863,7 +1863,7 @@ <context context-type="sourcefile">src/app/pipes/yes-no.pipe.ts</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">Yes</target> + <target state="translated">Sim</target> </trans-unit> <trans-unit id="3542042671420335679" datatype="html"> <source>No</source> @@ -1871,7 +1871,7 @@ <context context-type="sourcefile">src/app/pipes/yes-no.pipe.ts</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">No</target> + <target state="translated">Não</target> </trans-unit> <trans-unit id="7536524521722799066" datatype="html"> <source>(no title)</source> @@ -1879,7 +1879,7 @@ <context context-type="sourcefile">src/app/pipes/document-title.pipe.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">(no title)</target> + <target state="translated">(sem título)</target> </trans-unit> <trans-unit id="1206520795340730278" datatype="html"> <source>English (US)</source> @@ -1887,7 +1887,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">90</context> </context-group> - <target state="needs-translation">English (US)</target> + <target state="translated">Inglês (US)</target> </trans-unit> <trans-unit id="6987083569809053351" datatype="html"> <source>English (GB)</source> @@ -1895,7 +1895,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">91</context> </context-group> - <target state="needs-translation">English (GB)</target> + <target state="translated">Inglês (GB)</target> </trans-unit> <trans-unit id="1858110241312746425" datatype="html"> <source>German</source> @@ -1903,7 +1903,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">92</context> </context-group> - <target state="needs-translation">German</target> + <target state="translated">Alemão</target> </trans-unit> <trans-unit id="3071065188816255493" datatype="html"> <source>Dutch</source> @@ -1911,7 +1911,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">93</context> </context-group> - <target state="needs-translation">Dutch</target> + <target state="translated">Holandês</target> </trans-unit> <trans-unit id="7633754075223722162" datatype="html"> <source>French</source> @@ -1919,7 +1919,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">French</target> + <target state="translated">Francês</target> </trans-unit> <trans-unit id="9184513005098760425" datatype="html"> <source>Portuguese (Brazil)</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">102</context> </context-group> - <target state="needs-translation">ISO 8601</target> + <target state="translated">ISO 8601</target> </trans-unit> <trans-unit id="2119857572761283468" datatype="html"> <source>Document already exists.</source> @@ -1959,7 +1959,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Document already exists.</target> + <target state="translated">Documento já existente.</target> </trans-unit> <trans-unit id="148389968432135849" datatype="html"> <source>File not found.</source> @@ -1967,7 +1967,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">File not found.</target> + <target state="translated">Arquivo não encontrado.</target> </trans-unit> <trans-unit id="1520671543092565667" datatype="html"> <source>Pre-consume script does not exist.</source> @@ -1976,7 +1976,7 @@ <context context-type="linenumber">17</context> </context-group> <note priority="1" from="description">Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Pre-consume script does not exist.</target> + <target state="translated">Script pré-consumo não existe.</target> </trans-unit> <trans-unit id="7742915911032564889" datatype="html"> <source>Error while executing pre-consume script.</source> @@ -1985,7 +1985,7 @@ <context context-type="linenumber">18</context> </context-group> <note priority="1" from="description">Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Error while executing pre-consume script.</target> + <target state="translated">Erro ao executar script pré-consumo.</target> </trans-unit> <trans-unit id="8995193730018060346" datatype="html"> <source>Post-consume script does not exist.</source> @@ -1994,7 +1994,7 @@ <context context-type="linenumber">19</context> </context-group> <note priority="1" from="description">Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Post-consume script does not exist.</target> + <target state="translated">Script pós-consumo não existe.</target> </trans-unit> <trans-unit id="256773668518189604" datatype="html"> <source>Error while executing post-consume script.</source> @@ -2003,7 +2003,7 @@ <context context-type="linenumber">20</context> </context-group> <note priority="1" from="description">Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Error while executing post-consume script.</target> + <target state="translated">Erro ao executar script pós-consumo.</target> </trans-unit> <trans-unit id="6252258095055634191" datatype="html"> <source>Received new file.</source> @@ -2011,7 +2011,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Received new file.</target> + <target state="translated">Novo arquivo recebido.</target> </trans-unit> <trans-unit id="7337565919209746135" datatype="html"> <source>File type not supported.</source> @@ -2019,7 +2019,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">File type not supported.</target> + <target state="translated">Tipo de arquivo não suportado.</target> </trans-unit> <trans-unit id="5002399167376099234" datatype="html"> <source>Processing document...</source> @@ -2027,7 +2027,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Processing document...</target> + <target state="translated">Processando documento...</target> </trans-unit> <trans-unit id="1085975194762600381" datatype="html"> <source>Generating thumbnail...</source> @@ -2035,7 +2035,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">24</context> </context-group> - <target state="needs-translation">Generating thumbnail...</target> + <target state="translated">Gerando imagem...</target> </trans-unit> <trans-unit id="3280851677698431426" datatype="html"> <source>Retrieving date from document...</source> @@ -2043,7 +2043,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Retrieving date from document...</target> + <target state="translated">Buscando data do documento...</target> </trans-unit> <trans-unit id="7162102384876037296" datatype="html"> <source>Saving document...</source> @@ -2051,7 +2051,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Saving document...</target> + <target state="translated">Salvando documento...</target> </trans-unit> <trans-unit id="4550450765009165976" datatype="html"> <source>Finished.</source> @@ -2059,7 +2059,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">27</context> </context-group> - <target state="needs-translation">Finished.</target> + <target state="translated">Encerrado.</target> </trans-unit> <trans-unit id="1519954996184640001" datatype="html"> <source>Error</source> @@ -2067,7 +2067,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Error</target> + <target state="translated">Erro</target> </trans-unit> <trans-unit id="5037437391296624618" datatype="html"> <source>Information</source> @@ -2075,7 +2075,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Information</target> + <target state="translated">Informação</target> </trans-unit> <trans-unit id="7517688192215738656" datatype="html"> <source>ASN</source> @@ -2083,7 +2083,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">NSA</target> </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> @@ -2091,7 +2091,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Correspondent</target> + <target state="translated">Correspondente</target> </trans-unit> <trans-unit id="5066119607229701477" datatype="html"> <source>Document type</source> @@ -2099,7 +2099,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Document type</target> + <target state="translated">Tipo de Documento</target> </trans-unit> <trans-unit id="4207916966377787111" datatype="html"> <source>Created</source> @@ -2107,7 +2107,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Created</target> + <target state="translated">Criado</target> </trans-unit> <trans-unit id="231679111972850796" datatype="html"> <source>Added</source> @@ -2115,7 +2115,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Added</target> + <target state="translated">Adicionado</target> </trans-unit> <trans-unit id="3553216189604488439" datatype="html"> <source>Modified</source> @@ -2123,7 +2123,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Modified</target> + <target state="translated">Modificado</target> </trans-unit> <trans-unit id="4561076822163447092" datatype="html"> <source>Create new item</source> @@ -2131,7 +2131,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">50</context> </context-group> - <target state="needs-translation">Create new item</target> + <target state="translated">Criar novo item</target> </trans-unit> <trans-unit id="5324147361912094446" datatype="html"> <source>Edit item</source> @@ -2139,7 +2139,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">54</context> </context-group> - <target state="needs-translation">Edit item</target> + <target state="translated">Editar item</target> </trans-unit> <trans-unit id="1699589597032579396" datatype="html"> <source>Could not save element: <x id="PH" equiv-text="error"/></source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">58</context> </context-group> - <target state="needs-translation">Could not save element: <x id="PH" equiv-text="error"/></target> + <target state="translated">Não podemos salvar elemento: <x id="PH" equiv-text="error"/></target> </trans-unit> <trans-unit id="810888510148304696" datatype="html"> <source>Automatic</source> @@ -2155,7 +2155,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Automatic</target> + <target state="translated">Automático</target> </trans-unit> <trans-unit id="5044611416737085530" datatype="html"> <source>Do you really want to delete this element?</source> @@ -2163,7 +2163,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Do you really want to delete this element?</target> + <target state="translated">Você realmente quer excluir esse elemento?</target> </trans-unit> <trans-unit id="8371896857609524947" datatype="html"> <source>Associated documents will not be deleted.</source> @@ -2171,7 +2171,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">104</context> </context-group> - <target state="needs-translation">Associated documents will not be deleted.</target> + <target state="translated">Documentos associados não serão excluidos.</target> </trans-unit> <trans-unit id="7022070615528435141" datatype="html"> <source>Delete</source> @@ -2179,7 +2179,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">106</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Excluir</target> </trans-unit> <trans-unit id="5467489005440577210" datatype="html"> <source>Error while deleting element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -2187,7 +2187,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">114</context> </context-group> - <target state="needs-translation">Error while deleting element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Erro ao excluir elemento: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="5851669019930456395" datatype="html"> <source>Any word</source> @@ -2195,7 +2195,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Any word</target> + <target state="translated">Qualquer palavra</target> </trans-unit> <trans-unit id="7517655726614958140" datatype="html"> <source>Any: Document contains any of these words (space separated)</source> @@ -2203,7 +2203,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Any: Document contains any of these words (space separated)</target> + <target state="translated">Qualquer: Documento contém qualquer uma dessas palavras (separadas por espaço)</target> </trans-unit> <trans-unit id="700315718208181326" datatype="html"> <source>All words</source> @@ -2211,7 +2211,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">All words</target> + <target state="translated">Todas as palavras</target> </trans-unit> <trans-unit id="111914402588955480" datatype="html"> <source>All: Document contains all of these words (space separated)</source> @@ -2219,7 +2219,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">All: Document contains all of these words (space separated)</target> + <target state="translated">Todas: Documento contém todas essas palavras (separadas por espaço)</target> </trans-unit> <trans-unit id="9180173992399180575" datatype="html"> <source>Exact match</source> @@ -2227,7 +2227,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Exact match</target> + <target state="translated">Detecção exata</target> </trans-unit> <trans-unit id="7109184332944610787" datatype="html"> <source>Exact: Document contains this string</source> @@ -2235,7 +2235,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Exact: Document contains this string</target> + <target state="translated">Exata: Documento contém essa palavra</target> </trans-unit> <trans-unit id="1338733395833138319" datatype="html"> <source>Regular expression</source> @@ -2243,7 +2243,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Regular expression</target> + <target state="translated">Expressão regular</target> </trans-unit> <trans-unit id="7548151332424148033" datatype="html"> <source>Regular expression: Document matches this regular expression</source> @@ -2251,7 +2251,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Regular expression: Document matches this regular expression</target> + <target state="translated">Expressão regular: Documento condiz com essa expressão regular</target> </trans-unit> <trans-unit id="1856513373880048959" datatype="html"> <source>Fuzzy word</source> @@ -2259,7 +2259,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">Fuzzy word</target> + <target state="translated">Palavra difusa</target> </trans-unit> <trans-unit id="8419167206585286450" datatype="html"> <source>Fuzzy: Document contains a word similar to this word</source> @@ -2267,7 +2267,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">Fuzzy: Document contains a word similar to this word</target> + <target state="translated">Fuzzy: Documento contém uma palavra similar à essa.</target> </trans-unit> <trans-unit id="2167862279705099846" datatype="html"> <source>Auto: Learn matching automatically</source> @@ -2275,7 +2275,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Auto: Learn matching automatically</target> + <target state="translated">Auto: Aprender detecção automaticamente</target> </trans-unit> </body> </file> From 9965c35d2f54e50c942ab157ff38faebe2ca10f1 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:21 +0100 Subject: [PATCH 19/71] New translations messages.xlf (Dutch) [ci skip] --- src-ui/src/locale/messages.nl_NL.xlf | 138 +++++++++++++-------------- 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf index f969efcdb..f41489571 100644 --- a/src-ui/src/locale/messages.nl_NL.xlf +++ b/src-ui/src/locale/messages.nl_NL.xlf @@ -16,7 +16,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Document <x equiv-text="status.filename" id="PH"/> werd toegevoegd aan paperless.</target> + <target state="translated">Document <x id="PH" equiv-text="status.filename"/> werd toegevoegd aan paperless.</target> </trans-unit> <trans-unit id="1931214133925051574" datatype="html"> <source>Open document</source> @@ -24,7 +24,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Open document</target> + <target state="translated">Open document</target> </trans-unit> <trans-unit id="8582620835547864448" datatype="html"> <source>Could not add <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></source> @@ -32,7 +32,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Kon niet toevoegen <x equiv-text="status.filename" id="PH"/>: <x equiv-text="status.message" id="PH_1"/></target> + <target state="translated">Kon niet toevoegen <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> </trans-unit> <trans-unit id="1710712016675379662" datatype="html"> <source>New document detected</source> @@ -48,7 +48,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="translated">Document <x equiv-text="status.filename" id="PH"/> wordt verwerkt door paperless.</target> + <target state="translated">Document <x id="PH" equiv-text="status.filename"/> wordt verwerkt door paperless.</target> </trans-unit> <trans-unit id="4733307402565258070" datatype="html"> <source>Documents</source> @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="translated">View "<x equiv-text="this.list.activeSavedViewTitle" id="PH"/>" met succes opgeslagen.</target> + <target state="translated">View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" met succes opgeslagen.</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">View "<x equiv-text="savedView.name" id="PH"/>" met succes gemaakt.</target> + <target state="translated">View "<x id="PH" equiv-text="savedView.name"/>" met succes gemaakt.</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -120,7 +120,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">64</context> </context-group> - <target state="needs-translation">Views</target> + <target state="translated">Views</target> </trans-unit> <trans-unit id="b69d81ff62cdc22b6bf88fe0b72dc1f66ccfa44f" datatype="html"> <source>Save as...</source> @@ -136,7 +136,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">71</context> </context-group> - <target state="translated">Opslaan "<x equiv-text="{{list.activeSavedViewTitle}}" id="INTERPOLATION"/>"</target> + <target state="translated">Opslaan "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> </trans-unit> <trans-unit id="439e7cc3c1ecefded167ed4d37f7d22dad6a9159" datatype="html"> <source>{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</source> @@ -168,7 +168,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">105</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="7b5c6286aaded63fb279d6deb8aa8c704e085ced" datatype="html"> <source>Correspondent</source> @@ -176,7 +176,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="needs-translation">Correspondent</target> + <target state="translated">Correspondent</target> </trans-unit> <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> <source>Title</source> @@ -224,7 +224,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">204</context> </context-group> - <target state="translated">Wilt u het document echt verwijderen "<x equiv-text="this.document.title" id="PH"/>"?</target> + <target state="translated">Wilt u het document echt verwijderen "<x id="PH" equiv-text="this.document.title"/>"?</target> </trans-unit> <trans-unit id="6691075929777935948" datatype="html"> <source>The files for this document will be deleted permanently. This operation cannot be undone.</source> @@ -248,7 +248,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">214</context> </context-group> - <target state="translated">Fout bij het verwijderen van het document: <x equiv-text="JSON.stringify(error)" id="PH"/></target> + <target state="translated">Fout bij het verwijderen van het document: <x id="PH" equiv-text="JSON.stringify(error)"/></target> </trans-unit> <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> <source>Delete</source> @@ -264,7 +264,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Download</target> + <target state="translated">Download</target> </trans-unit> <trans-unit id="4ea3c236bca3528318e3b3a411a20909e5fa8be4" datatype="html"> <source>More like this</source> @@ -288,7 +288,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">56</context> </context-group> - <target state="needs-translation">Details</target> + <target state="translated">Details</target> </trans-unit> <trans-unit id="4ab4cb601522b9194922554d934c4c30bd93567d" datatype="html"> <source>Content</source> @@ -304,7 +304,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">81</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metadata</target> </trans-unit> <trans-unit id="3f5a652a1f473f4e243e3c6805ef1b383e270bb7" datatype="html"> <source>Discard</source> @@ -336,7 +336,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">van <x equiv-text="{{previewNumPages}}" id="INTERPOLATION"/></target> + <target state="translated">van <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> </trans-unit> <trans-unit id="a071e35fecc10753065b1cb5b38608be66da2c8b" datatype="html"> <source>Download original</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="translated">Hallo <x equiv-text="this.displayName" id="PH"/>, welkom bij Paperless-ng!</target> + <target state="translated">Hallo <x id="PH" equiv-text="this.displayName"/>, welkom bij Paperless-ng!</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -472,7 +472,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Dashboard</target> + <target state="translated">Dashboard</target> </trans-unit> <trans-unit id="93754014749412887" datatype="html"> <source>Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Wil je het etiket echt verwijderen "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Wil je het etiket echt verwijderen "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -568,7 +568,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Wilt u het documenttype echt verwijderen "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Wilt u het documenttype echt verwijderen "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> <source>Document types</source> @@ -584,7 +584,7 @@ <context context-type="sourcefile">src/app/components/manage/logs/logs.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Logs</target> + <target state="translated">Logs</target> </trans-unit> <trans-unit id="5610279464668232148" datatype="html"> <source>Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</source> @@ -592,7 +592,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">68</context> </context-group> - <target state="translated">Opgeslagen view "<x equiv-text="savedView.name" id="PH"/>" verwijderd.</target> + <target state="translated">Opgeslagen view "<x id="PH" equiv-text="savedView.name"/>" verwijderd.</target> </trans-unit> <trans-unit id="5647210819299459618" datatype="html"> <source>Settings saved successfully.</source> @@ -624,7 +624,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="translated">Fout bij het opslaan van de instellingen: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Fout bij het opslaan van de instellingen: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> <source>Settings</source> @@ -704,7 +704,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Kort: <x equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Kort: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="d01a59285e711252b98c4f193394e4b854615c78" datatype="html"> <source>Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></source> @@ -712,7 +712,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">55</context> </context-group> - <target state="translated">Medium: <x equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="00481629776699b1caebd12b3b1176e2e23740a8" datatype="html"> <source>Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></source> @@ -720,7 +720,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Lang: <x equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Lang: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="2045151788cbdda7512752e408da59a6b54a8ef0" datatype="html"> <source>Items per page</source> @@ -784,7 +784,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="translated">Toon negatief van previews in nachtmodus</target> + <target state="translated">Toon negatief van voorbeeldweergave in nachtmodus</target> </trans-unit> <trans-unit id="3863a86cd9e69a61d143d3daf51df44203df4a82" datatype="html"> <source>Bulk editing</source> @@ -912,7 +912,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Bent u zeker dat u correspondent "<x equiv-text="object.name" id="PH"/>" wilt verwijderen?</target> + <target state="translated">Bent u zeker dat u correspondent "<x id="PH" equiv-text="object.name"/>" wilt verwijderen?</target> </trans-unit> <trans-unit id="c3f3334de899327bf3ec8999236e10798ff76e72" datatype="html"> <source>Correspondents</source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Ongeldige zoekopdracht: <x equiv-text="{{errorMessage}}" id="INTERPOLATION"/></target> + <target state="translated">Ongeldige zoekopdracht: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="translated">Toon documenten die lijken op <x equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}" id="START_LINK"/><x equiv-text="{{more_like_doc?.original_file_name}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/></target> + <target state="translated">Toon documenten die lijken op <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1072,7 +1072,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="translated">Zoekopdracht: <x equiv-text="<i>{{query}}" id="START_ITALIC_TEXT"/><x equiv-text="{{query}}</i>" id="INTERPOLATION"/><x equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/></target> + <target state="translated">Zoekopdracht: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Bedoelde u "<x equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}" id="START_LINK"/><x equiv-text="{{correctedQuery}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/>"?</target> + <target state="translated">Bedoelde u "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1097,7 +1097,7 @@ <context context-type="linenumber">11</context> </context-group> <note priority="1" from="description">app title</note> - <target state="needs-translation">Paperless-ng</target> + <target state="translated">Paperless-ng</target> </trans-unit> <trans-unit id="069566c6ed4f051b5b5617ef1935837226585dad" datatype="html"> <source>Search documents</source> @@ -1153,7 +1153,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">175</context> </context-group> - <target state="needs-translation">GitHub</target> + <target state="translated">GitHub</target> </trans-unit> <trans-unit id="ea3a452c5238897cabc5781308cceb2d37dcf258" datatype="html"> <source>Suggest an idea</source> @@ -1169,7 +1169,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">34</context> </context-group> - <target state="translated">Aangemeld als <x equiv-text="{{displayName}}" id="INTERPOLATION"/></target> + <target state="translated">Aangemeld als <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> </trans-unit> <trans-unit id="4f55b670f49d927c6026bb614c7c62b1f2a394c0" datatype="html"> <source>Open documents</source> @@ -1209,7 +1209,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Correspondent: <x equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> @@ -1225,7 +1225,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="translated">Type: <x equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> @@ -1241,7 +1241,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">45</context> </context-group> - <target state="translated">Etiket: <x equiv-text="this.tags.find(t => t.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Etiket: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> @@ -1257,7 +1257,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">53</context> </context-group> - <target state="translated">Titel: <x equiv-text="rule.value" id="PH"/></target> + <target state="translated">Titel: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> @@ -1378,7 +1378,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="translated">Aangemaakt op: <x equiv-text="{{document.created | customDate}}" id="INTERPOLATION"/></target> + <target state="translated">Aangemaakt op: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> </trans-unit> <trans-unit id="cd6f3fd48957e1fea6545c2b2defc7b2435ebfa8" datatype="html"> <source>Filter by correspondent</source> @@ -1402,7 +1402,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">62</context> </context-group> - <target state="needs-translation">Score:</target> + <target state="translated">Score:</target> </trans-unit> <trans-unit id="2840db547019ce8c76b2cdbe3a1653c5b68b06af" datatype="html"> <source>View in browser</source> @@ -1418,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="translated">Fout bij het uitvoeren van een massabewerking: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Fout bij het uitvoeren van een massabewerking: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="7894972847287473517" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>"</source> @@ -1426,7 +1426,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">113</context> </context-group> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>"</target> </trans-unit> <trans-unit id="8639884465898458690" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>" en "<x equiv-text="items[1].name" id="PH_1"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" en "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1444,7 +1444,7 @@ <context context-type="linenumber">117</context> </context-group> <note priority="1" from="description">this is used to separate enumerations and should probably be a comma and a whitespace in most languages</note> - <target state="needs-translation">, </target> + <target state="translated">, </target> </trans-unit> <trans-unit id="1822679894391095557" datatype="html"> <source><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="translated"><x equiv-text="list" id="PH"/> en "<x equiv-text="items[items.length - 1].name" id="PH_1"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/> en "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1469,7 +1469,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">130</context> </context-group> - <target state="translated">Het etiket "<x equiv-text="tag.name" id="PH"/>" zal aan <x equiv-text="this.list.selected.size" id="PH_1"/> geselecteerd(e) document(en) worden toegewezen.</target> + <target state="translated">Het etiket "<x id="PH" equiv-text="tag.name"/>" zal aan <x id="PH_1" equiv-text="this.list.selected.size"/> geselecteerd(e) document(en) worden toegewezen.</target> </trans-unit> <trans-unit id="1894412783609570695" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1477,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="translated">De etiketten <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> zullen aan <x equiv-text="this.list.selected.size" id="PH_1"/> geselecteerd(e) document(en) worden toegewezen.</target> + <target state="translated">De etiketten <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> zullen aan <x id="PH_1" equiv-text="this.list.selected.size"/> geselecteerd(e) document(en) worden toegewezen.</target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="translated">Het etiket "<x equiv-text="tag.name" id="PH"/>" zal verwijderd worden van <x equiv-text="this.list.selected.size" id="PH_1"/> geselecteerd(e) document(en).</target> + <target state="translated">Het etiket "<x id="PH" equiv-text="tag.name"/>" zal verwijderd worden van <x id="PH_1" equiv-text="this.list.selected.size"/> geselecteerd(e) document(en).</target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1493,7 +1493,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">137</context> </context-group> - <target state="translated">De etiketten <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH"/> zullen verwijderd worden van <x equiv-text="this.list.selected.size" id="PH_1"/> geselecteerd(e) document(en).</target> + <target state="translated">De etiketten <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> zullen verwijderd worden van <x id="PH_1" equiv-text="this.list.selected.size"/> geselecteerd(e) document(en).</target> </trans-unit> <trans-unit id="2739066218579571288" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1501,7 +1501,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">139</context> </context-group> - <target state="translated">De etiketten <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> zullen toegevoegd worden aan, en de etiketten <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH_1"/> zullen verwijderd worden van <x equiv-text="this.list.selected.size" id="PH_2"/> geselecteerd(e) document(en).</target> + <target state="translated">De etiketten <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> zullen toegevoegd worden aan, en de etiketten <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> zullen verwijderd worden van <x id="PH_2" equiv-text="this.list.selected.size"/> geselecteerd(e) document(en).</target> </trans-unit> <trans-unit id="2996713129519325161" datatype="html"> <source>Confirm correspondent assignment</source> @@ -1517,7 +1517,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">161</context> </context-group> - <target state="translated">De correspondent "<x equiv-text="correspondent.name" id="PH"/>" zal aan <x equiv-text="this.list.selected.size" id="PH_1"/> geselecteerd(e) document(en) worden toegewezen.</target> + <target state="translated">De correspondent "<x id="PH" equiv-text="correspondent.name"/>" zal aan <x id="PH_1" equiv-text="this.list.selected.size"/> geselecteerd(e) document(en) worden toegewezen.</target> </trans-unit> <trans-unit id="1257522660364398440" datatype="html"> <source>This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1525,7 +1525,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">163</context> </context-group> - <target state="translated">De correspondent zal verwijderd worden van <x equiv-text="this.list.selected.size" id="PH"/> geselecteerd(e) document(en).</target> + <target state="translated">De correspondent zal verwijderd worden van <x id="PH" equiv-text="this.list.selected.size"/> geselecteerd(e) document(en).</target> </trans-unit> <trans-unit id="5393409374423140648" datatype="html"> <source>Confirm document type assignment</source> @@ -1541,7 +1541,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">184</context> </context-group> - <target state="translated">Het documenttype "<x equiv-text="documentType.name" id="PH"/>" zal aan <x equiv-text="this.list.selected.size" id="PH_1"/> geselecteerd(e) document(en) worden toegewezen.</target> + <target state="translated">Het documenttype "<x id="PH" equiv-text="documentType.name"/>" zal aan <x id="PH_1" equiv-text="this.list.selected.size"/> geselecteerd(e) document(en) worden toegewezen.</target> </trans-unit> <trans-unit id="2236642492594872779" datatype="html"> <source>This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1549,7 +1549,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">186</context> </context-group> - <target state="translated">Het documenttype zal verwijderd worden van <x equiv-text="this.list.selected.size" id="PH"/> geselecteerd(e) document(en).</target> + <target state="translated">Het documenttype zal verwijderd worden van <x id="PH" equiv-text="this.list.selected.size"/> geselecteerd(e) document(en).</target> </trans-unit> <trans-unit id="749430623564850405" datatype="html"> <source>Delete confirm</source> @@ -1565,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="translated"><x equiv-text="this.list.selected.size" id="PH"/> geselecteerd(e) document(en) zullen permanent worden verwijderd.</target> + <target state="translated"><x id="PH" equiv-text="this.list.selected.size"/> geselecteerd(e) document(en) zullen permanent worden verwijderd.</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1653,7 +1653,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Totaal aantal documenten: <x equiv-text="{{statistics?.documents_total}}" id="INTERPOLATION"/></target> + <target state="translated">Totaal aantal documenten: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> </trans-unit> <trans-unit id="13e8d49dbcad9f9d71e66a9a56d6f328cff430c9" datatype="html"> <source>Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></source> @@ -1661,7 +1661,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="translated">Documenten in "Postvak in": <x equiv-text="{{statistics?.documents_inbox}}" id="INTERPOLATION"/></target> + <target state="translated">Documenten in "Postvak in": <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> </trans-unit> <trans-unit id="6443586946875325554" datatype="html"> <source>Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></source> @@ -1669,7 +1669,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Bezig met verwerken: <x equiv-text="countUploadingAndProcessing" id="PH"/></target> + <target state="translated">Bezig met verwerken: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> </trans-unit> <trans-unit id="9182918211699394982" datatype="html"> <source>Failed: <x id="PH" equiv-text="countFailed"/></source> @@ -1677,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Gefaald: <x equiv-text="countFailed" id="PH"/></target> + <target state="translated">Gefaald: <x id="PH" equiv-text="countFailed"/></target> </trans-unit> <trans-unit id="534116346205124059" datatype="html"> <source>Added: <x id="PH" equiv-text="countSuccess"/></source> @@ -1685,7 +1685,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">38</context> </context-group> - <target state="translated">Toegevoegd: <x equiv-text="countSuccess" id="PH"/></target> + <target state="translated">Toegevoegd: <x id="PH" equiv-text="countSuccess"/></target> </trans-unit> <trans-unit id="3852289441366561594" datatype="html"> <source>Connecting...</source> @@ -1717,7 +1717,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">HTTP fout: <x equiv-text="error.status" id="PH"/> <x equiv-text="error.statusText" id="PH_1"/></target> + <target state="translated">HTTP fout: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> </trans-unit> <trans-unit id="e022072b3e4dd77e3f09960817ef3359a49963b3" datatype="html"> <source>Upload new documents</source> @@ -1767,7 +1767,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Open document</target> + <target state="translated">Open document</target> </trans-unit> <trans-unit id="45854ddec74086b271e62be6a363f4fa5036f7fc" datatype="html"> <source>First steps</source> @@ -1831,7 +1831,7 @@ <context context-type="sourcefile">src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metadata</target> </trans-unit> <trans-unit id="3797570084942068182" datatype="html"> <source>Select</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">102</context> </context-group> - <target state="needs-translation">ISO 8601</target> + <target state="translated">ISO 8601</target> </trans-unit> <trans-unit id="2119857572761283468" datatype="html"> <source>Document already exists.</source> @@ -2083,7 +2083,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> @@ -2091,7 +2091,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Correspondent</target> + <target state="translated">Correspondent</target> </trans-unit> <trans-unit id="5066119607229701477" datatype="html"> <source>Document type</source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">58</context> </context-group> - <target state="translated">Kon het element niet opslaan: <x equiv-text="error" id="PH"/></target> + <target state="translated">Kon het element niet opslaan: <x id="PH" equiv-text="error"/></target> </trans-unit> <trans-unit id="810888510148304696" datatype="html"> <source>Automatic</source> @@ -2187,7 +2187,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">114</context> </context-group> - <target state="translated">Fout bij het verwijderen van het element: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Fout bij het verwijderen van het element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="5851669019930456395" datatype="html"> <source>Any word</source> From 9c742fbf0891cc0f81ac528c1c82d4166e203abe Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:23 +0100 Subject: [PATCH 20/71] New translations messages.xlf (Romanian) [ci skip] --- src-ui/src/locale/messages.ro_RO.xlf | 112 +++++++++++++-------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf index 712527fb4..c52bd0460 100644 --- a/src-ui/src/locale/messages.ro_RO.xlf +++ b/src-ui/src/locale/messages.ro_RO.xlf @@ -16,7 +16,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Documentul <x equiv-text="status.filename" id="PH"/> a fost adaugat</target> + <target state="translated">Documentul <x id="PH" equiv-text="status.filename"/> a fost adaugat</target> </trans-unit> <trans-unit id="1931214133925051574" datatype="html"> <source>Open document</source> @@ -32,7 +32,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Nu s-a putut adauga <x equiv-text="status.filename" id="PH"/>: <x equiv-text="status.message" id="PH_1"/></target> + <target state="translated">Nu s-a putut adauga <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> </trans-unit> <trans-unit id="1710712016675379662" datatype="html"> <source>New document detected</source> @@ -48,7 +48,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="translated">Documentul <x equiv-text="status.filename" id="PH"/> este in procesare</target> + <target state="translated">Documentul <x id="PH" equiv-text="status.filename"/> este in procesare</target> </trans-unit> <trans-unit id="4733307402565258070" datatype="html"> <source>Documents</source> @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="translated">Vizualizarea "<x equiv-text="this.list.activeSavedViewTitle" id="PH"/>" a fost salvata</target> + <target state="translated">Vizualizarea "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" a fost salvata</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">Vizualizarea "<x equiv-text="savedView.name" id="PH"/>" a fost creata</target> + <target state="translated">Vizualizarea "<x id="PH" equiv-text="savedView.name"/>" a fost creata</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -136,7 +136,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">71</context> </context-group> - <target state="translated">Salveaza "<x equiv-text="{{list.activeSavedViewTitle}}" id="INTERPOLATION"/>"</target> + <target state="translated">Salveaza "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> </trans-unit> <trans-unit id="439e7cc3c1ecefded167ed4d37f7d22dad6a9159" datatype="html"> <source>{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</source> @@ -168,7 +168,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">105</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="7b5c6286aaded63fb279d6deb8aa8c704e085ced" datatype="html"> <source>Correspondent</source> @@ -224,7 +224,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">204</context> </context-group> - <target state="translated">Sunteti sigur ca doriti sa stergeti documentul "<x equiv-text="this.document.title" id="PH"/>"?</target> + <target state="translated">Sunteti sigur ca doriti sa stergeti documentul "<x id="PH" equiv-text="this.document.title"/>"?</target> </trans-unit> <trans-unit id="6691075929777935948" datatype="html"> <source>The files for this document will be deleted permanently. This operation cannot be undone.</source> @@ -248,7 +248,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">214</context> </context-group> - <target state="translated">Eroare la stergerea documentului: <x equiv-text="JSON.stringify(error)" id="PH"/></target> + <target state="translated">Eroare la stergerea documentului: <x id="PH" equiv-text="JSON.stringify(error)"/></target> </trans-unit> <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> <source>Delete</source> @@ -336,7 +336,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">din <x equiv-text="{{previewNumPages}}" id="INTERPOLATION"/></target> + <target state="translated">din <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> </trans-unit> <trans-unit id="a071e35fecc10753065b1cb5b38608be66da2c8b" datatype="html"> <source>Download original</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="translated">Salut, <x equiv-text="this.displayName" id="PH"/>, bine ai venit la Paperless-ng!</target> + <target state="translated">Salut, <x id="PH" equiv-text="this.displayName"/>, bine ai venit la Paperless-ng!</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Sunteti sigur ca doriti sa stergeti eticheta "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Sunteti sigur ca doriti sa stergeti eticheta "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -568,7 +568,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Sunteti sigur ca doriti sa stergeti tipul de document "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Sunteti sigur ca doriti sa stergeti tipul de document "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> <source>Document types</source> @@ -592,7 +592,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">68</context> </context-group> - <target state="translated">Vizualizarea "<x equiv-text="savedView.name" id="PH"/>" a fost stearsa.</target> + <target state="translated">Vizualizarea "<x id="PH" equiv-text="savedView.name"/>" a fost stearsa.</target> </trans-unit> <trans-unit id="5647210819299459618" datatype="html"> <source>Settings saved successfully.</source> @@ -624,7 +624,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="translated">Eroare la stocarea setarilor pe server: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Eroare la stocarea setarilor pe server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> <source>Settings</source> @@ -704,7 +704,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Scurt: <x equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Scurt: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="d01a59285e711252b98c4f193394e4b854615c78" datatype="html"> <source>Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></source> @@ -712,7 +712,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">55</context> </context-group> - <target state="translated">Mediu: <x equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Mediu: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="00481629776699b1caebd12b3b1176e2e23740a8" datatype="html"> <source>Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></source> @@ -720,7 +720,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Lung: <x equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Lung: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="2045151788cbdda7512752e408da59a6b54a8ef0" datatype="html"> <source>Items per page</source> @@ -912,7 +912,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Sunteti sigur ca doriti sa stergeti corespondentul "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Sunteti sigur ca doriti sa stergeti corespondentul "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="c3f3334de899327bf3ec8999236e10798ff76e72" datatype="html"> <source>Correspondents</source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Interogare invalida: <x equiv-text="{{errorMessage}}" id="INTERPOLATION"/></target> + <target state="translated">Interogare invalida: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="translated">Documente similare cu <x equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}" id="START_LINK"/><x equiv-text="{{more_like_doc?.original_file_name}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/> </target> + <target state="translated">Documente similare cu <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/> </target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1072,7 +1072,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="translated">Interogare: <x equiv-text="<i>{{query}}" id="START_ITALIC_TEXT"/><x equiv-text="{{query}}</i>" id="INTERPOLATION"/><x equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/></target> + <target state="translated">Interogare: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Ati vrut sa scrieti "<x equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}" id="START_LINK"/><x equiv-text="{{correctedQuery}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/>"?</target> + <target state="translated">Ati vrut sa scrieti "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1097,7 +1097,7 @@ <context context-type="linenumber">11</context> </context-group> <note priority="1" from="description">app title</note> - <target state="needs-translation">Paperless-ng</target> + <target state="translated">Paperless-ng</target> </trans-unit> <trans-unit id="069566c6ed4f051b5b5617ef1935837226585dad" datatype="html"> <source>Search documents</source> @@ -1153,7 +1153,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">175</context> </context-group> - <target state="needs-translation">GitHub</target> + <target state="translated">GitHub</target> </trans-unit> <trans-unit id="ea3a452c5238897cabc5781308cceb2d37dcf258" datatype="html"> <source>Suggest an idea</source> @@ -1169,7 +1169,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">34</context> </context-group> - <target state="translated">Autentificat ca <x equiv-text="{{displayName}}" id="INTERPOLATION"/></target> + <target state="translated">Autentificat ca <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> </trans-unit> <trans-unit id="4f55b670f49d927c6026bb614c7c62b1f2a394c0" datatype="html"> <source>Open documents</source> @@ -1209,7 +1209,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Corespondent: <x equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Corespondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> @@ -1225,7 +1225,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="translated">Tip: <x equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Tip: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> @@ -1241,7 +1241,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">45</context> </context-group> - <target state="translated">Eticheta: <x equiv-text="this.tags.find(t => t.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Eticheta: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> @@ -1257,7 +1257,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">53</context> </context-group> - <target state="translated">Titlu: <x equiv-text="rule.value" id="PH"/></target> + <target state="translated">Titlu: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> @@ -1378,7 +1378,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="translated">Creat: <x equiv-text="{{document.created | customDate}}" id="INTERPOLATION"/></target> + <target state="translated">Creat: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> </trans-unit> <trans-unit id="cd6f3fd48957e1fea6545c2b2defc7b2435ebfa8" datatype="html"> <source>Filter by correspondent</source> @@ -1418,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="translated">Eroare la executarea operatiunii in bloc: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Eroare la executarea operatiunii in bloc: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="7894972847287473517" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>"</source> @@ -1426,7 +1426,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">113</context> </context-group> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>"</target> </trans-unit> <trans-unit id="8639884465898458690" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>" si "<x equiv-text="items[1].name" id="PH_1"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" si "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1444,7 +1444,7 @@ <context context-type="linenumber">117</context> </context-group> <note priority="1" from="description">this is used to separate enumerations and should probably be a comma and a whitespace in most languages</note> - <target state="needs-translation">, </target> + <target state="translated">, </target> </trans-unit> <trans-unit id="1822679894391095557" datatype="html"> <source><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="translated"><x equiv-text="list" id="PH"/> si "<x equiv-text="items[items.length - 1].name" id="PH_1"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/> si "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1469,7 +1469,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">130</context> </context-group> - <target state="translated">Va fi adaugata eticheta "<x equiv-text="tag.name" id="PH"/>" la <x equiv-text="this.list.selected.size" id="PH_1"/> document(e) selectat(e).</target> + <target state="translated">Va fi adaugata eticheta "<x id="PH" equiv-text="tag.name"/>" la <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="1894412783609570695" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1477,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="translated">Vor fi adaugate etichetele <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> la <x equiv-text="this.list.selected.size" id="PH_1"/> document(e) selectat(e).</target> + <target state="translated">Vor fi adaugate etichetele <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> la <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="translated">Va fi eliminata eticheta "<x equiv-text="tag.name" id="PH"/>" din <x equiv-text="this.list.selected.size" id="PH_1"/> document(e) selectat(e).</target> + <target state="translated">Va fi eliminata eticheta "<x id="PH" equiv-text="tag.name"/>" din <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1493,7 +1493,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">137</context> </context-group> - <target state="translated">Vor fi eliminate etichetele <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH"/> din <x equiv-text="this.list.selected.size" id="PH_1"/> document(e) selectat(e).</target> + <target state="translated">Vor fi eliminate etichetele <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> din <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="2739066218579571288" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1501,7 +1501,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">139</context> </context-group> - <target state="translated">Vor fi adaugate etichetele <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> si vor fi eliminate etichetele <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH_1"/> pentru <x equiv-text="this.list.selected.size" id="PH_2"/> document(e) selectat(e).</target> + <target state="translated">Vor fi adaugate etichetele <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> si vor fi eliminate etichetele <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> pentru <x id="PH_2" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="2996713129519325161" datatype="html"> <source>Confirm correspondent assignment</source> @@ -1517,7 +1517,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">161</context> </context-group> - <target state="translated">Va fi adaugat corespondentul "<x equiv-text="correspondent.name" id="PH"/>" la <x equiv-text="this.list.selected.size" id="PH_1"/> document(e) selectat(e).</target> + <target state="translated">Va fi adaugat corespondentul "<x id="PH" equiv-text="correspondent.name"/>" la <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="1257522660364398440" datatype="html"> <source>This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1525,7 +1525,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">163</context> </context-group> - <target state="translated">Va fi eliminat corespondentul din <x equiv-text="this.list.selected.size" id="PH"/> document(e) selectat(e).</target> + <target state="translated">Va fi eliminat corespondentul din <x id="PH" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="5393409374423140648" datatype="html"> <source>Confirm document type assignment</source> @@ -1541,7 +1541,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">184</context> </context-group> - <target state="translated">Va fi atribuit tipul "<x equiv-text="documentType.name" id="PH"/>" pentru <x equiv-text="this.list.selected.size" id="PH_1"/> document(e) selectat(e).</target> + <target state="translated">Va fi atribuit tipul "<x id="PH" equiv-text="documentType.name"/>" pentru <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="2236642492594872779" datatype="html"> <source>This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1549,7 +1549,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">186</context> </context-group> - <target state="translated">Va fi eliminat tipul pentru <x equiv-text="this.list.selected.size" id="PH"/> document(e) selectat(e).</target> + <target state="translated">Va fi eliminat tipul pentru <x id="PH" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="749430623564850405" datatype="html"> <source>Delete confirm</source> @@ -1565,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="translated"><x equiv-text="this.list.selected.size" id="PH"/> document(e) selectat(e) vor fi sterse permanent.</target> + <target state="translated"><x id="PH" equiv-text="this.list.selected.size"/> document(e) selectat(e) vor fi sterse permanent.</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1653,7 +1653,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Total documente: <x equiv-text="{{statistics?.documents_total}}" id="INTERPOLATION"/></target> + <target state="translated">Total documente: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> </trans-unit> <trans-unit id="13e8d49dbcad9f9d71e66a9a56d6f328cff430c9" datatype="html"> <source>Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></source> @@ -1661,7 +1661,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="translated">Documente in inbox: <x equiv-text="{{statistics?.documents_inbox}}" id="INTERPOLATION"/></target> + <target state="translated">Documente in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> </trans-unit> <trans-unit id="6443586946875325554" datatype="html"> <source>Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></source> @@ -1669,7 +1669,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">In procesare: <x equiv-text="countUploadingAndProcessing" id="PH"/></target> + <target state="translated">In procesare: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> </trans-unit> <trans-unit id="9182918211699394982" datatype="html"> <source>Failed: <x id="PH" equiv-text="countFailed"/></source> @@ -1677,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Esuate: <x equiv-text="countFailed" id="PH"/></target> + <target state="translated">Esuate: <x id="PH" equiv-text="countFailed"/></target> </trans-unit> <trans-unit id="534116346205124059" datatype="html"> <source>Added: <x id="PH" equiv-text="countSuccess"/></source> @@ -1685,7 +1685,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">38</context> </context-group> - <target state="translated">Adaugate: <x equiv-text="countSuccess" id="PH"/></target> + <target state="translated">Adaugate: <x id="PH" equiv-text="countSuccess"/></target> </trans-unit> <trans-unit id="3852289441366561594" datatype="html"> <source>Connecting...</source> @@ -1717,7 +1717,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">Eroare HTTP: <x equiv-text="error.status" id="PH"/> <x equiv-text="error.statusText" id="PH_1"/></target> + <target state="translated">Eroare HTTP: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> </trans-unit> <trans-unit id="e022072b3e4dd77e3f09960817ef3359a49963b3" datatype="html"> <source>Upload new documents</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">102</context> </context-group> - <target state="needs-translation">ISO 8601</target> + <target state="translated">ISO 8601</target> </trans-unit> <trans-unit id="2119857572761283468" datatype="html"> <source>Document already exists.</source> @@ -2083,7 +2083,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">58</context> </context-group> - <target state="translated">Nu s-a putut salva elementul: <x equiv-text="error" id="PH"/></target> + <target state="translated">Nu s-a putut salva elementul: <x id="PH" equiv-text="error"/></target> </trans-unit> <trans-unit id="810888510148304696" datatype="html"> <source>Automatic</source> @@ -2187,7 +2187,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">114</context> </context-group> - <target state="translated">Eroare la stergerea elementului: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Eroare la stergerea elementului: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="5851669019930456395" datatype="html"> <source>Any word</source> From 63fc68cf8378330806054f78eac2325f6aae5521 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:23 +0100 Subject: [PATCH 21/71] New translations django.po (Dutch) [ci skip] --- src/locale/nl_NL/LC_MESSAGES/django.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/locale/nl_NL/LC_MESSAGES/django.po b/src/locale/nl_NL/LC_MESSAGES/django.po index 7aba94bba..549ba4842 100644 --- a/src/locale/nl_NL/LC_MESSAGES/django.po +++ b/src/locale/nl_NL/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:40\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -64,7 +64,7 @@ msgstr "is niet hoofdlettergevoelig" #: documents/models.py:74 documents/models.py:120 msgid "correspondent" -msgstr "" +msgstr "correspondent" #: documents/models.py:75 msgid "correspondents" @@ -124,7 +124,7 @@ msgstr "mimetype" #: documents/models.py:155 msgid "checksum" -msgstr "" +msgstr "checksum" #: documents/models.py:159 msgid "The checksum of the original document." @@ -180,7 +180,7 @@ msgstr "De positie van dit document in je fysieke documentenarchief." #: documents/models.py:223 msgid "document" -msgstr "" +msgstr "document" #: documents/models.py:224 msgid "documents" @@ -188,7 +188,7 @@ msgstr "documenten" #: documents/models.py:311 msgid "debug" -msgstr "" +msgstr "debug" #: documents/models.py:312 msgid "information" @@ -264,11 +264,11 @@ msgstr "inhoud bevat" #: documents/models.py:372 msgid "ASN is" -msgstr "" +msgstr "ASN is" #: documents/models.py:373 msgid "correspondent is" -msgstr "" +msgstr "correspondent is" #: documents/models.py:374 msgid "document type is" @@ -434,7 +434,7 @@ msgstr "Paperless-ng administratie" #: paperless_mail/admin.py:25 msgid "Filter" -msgstr "" +msgstr "Filter" #: paperless_mail/admin.py:27 msgid "Paperless will only process mails that match ALL of the filters given below." @@ -450,7 +450,7 @@ msgstr "De actie die wordt toegepast op de mail. Deze actie wordt alleen uitgevo #: paperless_mail/admin.py:46 msgid "Metadata" -msgstr "" +msgstr "Metadata" #: paperless_mail/admin.py:48 msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." @@ -566,7 +566,7 @@ msgstr "volgorde" #: paperless_mail/models.py:120 msgid "account" -msgstr "" +msgstr "account" #: paperless_mail/models.py:124 msgid "folder" From df99035c93f29309e139bb8cb9f0fee9dcc7e797 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:25 +0100 Subject: [PATCH 22/71] New translations messages.xlf (Italian) [ci skip] --- src-ui/src/locale/messages.it_IT.xlf | 114 +++++++++++++-------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf index 19821f8b3..489bdda42 100644 --- a/src-ui/src/locale/messages.it_IT.xlf +++ b/src-ui/src/locale/messages.it_IT.xlf @@ -16,7 +16,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Il documento <x equiv-text="status.filename" id="PH"/> è stato aggiunto a paperless.</target> + <target state="translated">Il documento <x id="PH" equiv-text="status.filename"/> è stato aggiunto a paperless.</target> </trans-unit> <trans-unit id="1931214133925051574" datatype="html"> <source>Open document</source> @@ -32,7 +32,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Impossibile aggiungere <x equiv-text="status.filename" id="PH"/>: <x equiv-text="status.message" id="PH_1"/></target> + <target state="translated">Impossibile aggiungere <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> </trans-unit> <trans-unit id="1710712016675379662" datatype="html"> <source>New document detected</source> @@ -48,7 +48,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="translated">Paperless sta elaborando il documento <x equiv-text="status.filename" id="PH"/>.</target> + <target state="translated">Paperless sta elaborando il documento <x id="PH" equiv-text="status.filename"/>.</target> </trans-unit> <trans-unit id="4733307402565258070" datatype="html"> <source>Documents</source> @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="translated">La vista "<x equiv-text="this.list.activeSavedViewTitle" id="PH"/>" è stata salvata.</target> + <target state="translated">La vista "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" è stata salvata.</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">La vista "<x equiv-text="savedView.name" id="PH"/>" è stata creata.</target> + <target state="translated">La vista "<x id="PH" equiv-text="savedView.name"/>" è stata creata.</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -136,7 +136,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">71</context> </context-group> - <target state="translated">Salva "<x equiv-text="{{list.activeSavedViewTitle}}" id="INTERPOLATION"/>"</target> + <target state="translated">Salva "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> </trans-unit> <trans-unit id="439e7cc3c1ecefded167ed4d37f7d22dad6a9159" datatype="html"> <source>{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</source> @@ -168,7 +168,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">105</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="7b5c6286aaded63fb279d6deb8aa8c704e085ced" datatype="html"> <source>Correspondent</source> @@ -224,7 +224,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">204</context> </context-group> - <target state="translated">Vuoi eliminare il documento "<x equiv-text="this.document.title" id="PH"/>"?</target> + <target state="translated">Vuoi eliminare il documento "<x id="PH" equiv-text="this.document.title"/>"?</target> </trans-unit> <trans-unit id="6691075929777935948" datatype="html"> <source>The files for this document will be deleted permanently. This operation cannot be undone.</source> @@ -248,7 +248,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">214</context> </context-group> - <target state="translated">Errore nell'eliminazione del documento: <x equiv-text="JSON.stringify(error)" id="PH"/></target> + <target state="translated">Errore nell'eliminazione del documento: <x id="PH" equiv-text="JSON.stringify(error)"/></target> </trans-unit> <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> <source>Delete</source> @@ -336,7 +336,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">di <x equiv-text="{{previewNumPages}}" id="INTERPOLATION"/></target> + <target state="translated">di <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> </trans-unit> <trans-unit id="a071e35fecc10753065b1cb5b38608be66da2c8b" datatype="html"> <source>Download original</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="translated">Ciao <x equiv-text="this.displayName" id="PH"/>, benvenuto su Paperless-ng!</target> + <target state="translated">Ciao <x id="PH" equiv-text="this.displayName"/>, benvenuto su Paperless-ng!</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -472,7 +472,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Dashboard</target> + <target state="translated">Dashboard</target> </trans-unit> <trans-unit id="93754014749412887" datatype="html"> <source>Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Vuoi eliminare il tag "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Vuoi eliminare il tag "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -568,7 +568,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Vuoi eliminare il tipo di documento "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Vuoi eliminare il tipo di documento "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> <source>Document types</source> @@ -592,7 +592,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">68</context> </context-group> - <target state="translated">La vista "<x equiv-text="savedView.name" id="PH"/>" è stata eliminata. </target> + <target state="translated">La vista "<x id="PH" equiv-text="savedView.name"/>" è stata eliminata. </target> </trans-unit> <trans-unit id="5647210819299459618" datatype="html"> <source>Settings saved successfully.</source> @@ -624,7 +624,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="translated">Errore durante il salvataggio delle impostazioni sul server: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Errore durante il salvataggio delle impostazioni sul server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> <source>Settings</source> @@ -704,7 +704,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Breve: <x equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Breve: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="d01a59285e711252b98c4f193394e4b854615c78" datatype="html"> <source>Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></source> @@ -712,7 +712,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">55</context> </context-group> - <target state="translated">Media: <x equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Media: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="00481629776699b1caebd12b3b1176e2e23740a8" datatype="html"> <source>Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></source> @@ -720,7 +720,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Lunga: <x equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Lunga: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="2045151788cbdda7512752e408da59a6b54a8ef0" datatype="html"> <source>Items per page</source> @@ -912,7 +912,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Vuoi eliminare il corrispondente "<x equiv-text="object.name" id="PH"/>"?</target> + <target state="translated">Vuoi eliminare il corrispondente "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="c3f3334de899327bf3ec8999236e10798ff76e72" datatype="html"> <source>Correspondents</source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Query di ricerca non valida: <x equiv-text="{{errorMessage}}" id="INTERPOLATION"/></target> + <target state="translated">Query di ricerca non valida: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="translated">Documenti simili a <x equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}" id="START_LINK"/><x equiv-text="{{more_like_doc?.original_file_name}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/></target> + <target state="translated">Documenti simili a <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1072,7 +1072,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="translated">Query di ricerca: <x equiv-text="<i>{{query}}" id="START_ITALIC_TEXT"/><x equiv-text="{{query}}</i>" id="INTERPOLATION"/><x equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/></target> + <target state="translated">Query di ricerca: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Forse intendevi "<x equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}" id="START_LINK"/><x equiv-text="{{correctedQuery}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/>"?</target> + <target state="translated">Forse intendevi "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1097,7 +1097,7 @@ <context context-type="linenumber">11</context> </context-group> <note priority="1" from="description">app title</note> - <target state="needs-translation">Paperless-ng</target> + <target state="translated">Paperless-ng</target> </trans-unit> <trans-unit id="069566c6ed4f051b5b5617ef1935837226585dad" datatype="html"> <source>Search documents</source> @@ -1153,7 +1153,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">175</context> </context-group> - <target state="needs-translation">GitHub</target> + <target state="translated">GitHub</target> </trans-unit> <trans-unit id="ea3a452c5238897cabc5781308cceb2d37dcf258" datatype="html"> <source>Suggest an idea</source> @@ -1169,7 +1169,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">34</context> </context-group> - <target state="translated">Accesso effettuato come <x equiv-text="{{displayName}}" id="INTERPOLATION"/></target> + <target state="translated">Accesso effettuato come <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> </trans-unit> <trans-unit id="4f55b670f49d927c6026bb614c7c62b1f2a394c0" datatype="html"> <source>Open documents</source> @@ -1209,7 +1209,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Corrispondente: <x equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Corrispondente: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> @@ -1225,7 +1225,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="translated">Tipo: <x equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Tipo: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> @@ -1241,7 +1241,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">45</context> </context-group> - <target state="translated">Tag: <x equiv-text="this.tags.find(t => t.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> @@ -1257,7 +1257,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">53</context> </context-group> - <target state="translated">Titolo: <x equiv-text="rule.value" id="PH"/></target> + <target state="translated">Titolo: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> @@ -1378,7 +1378,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="translated">Creato il: <x equiv-text="{{document.created | customDate}}" id="INTERPOLATION"/></target> + <target state="translated">Creato il: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> </trans-unit> <trans-unit id="cd6f3fd48957e1fea6545c2b2defc7b2435ebfa8" datatype="html"> <source>Filter by correspondent</source> @@ -1418,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="translated">Errore durante l'operazione di modifica in blocco: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Errore durante l'operazione di modifica in blocco: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="7894972847287473517" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>"</source> @@ -1426,7 +1426,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">113</context> </context-group> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>"</target> </trans-unit> <trans-unit id="8639884465898458690" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>" e "<x equiv-text="items[1].name" id="PH_1"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" e "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="translated"><x equiv-text="list" id="PH"/>e "<x equiv-text="items[items.length - 1].name" id="PH_1"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/>e "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1469,7 +1469,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">130</context> </context-group> - <target state="translated">Questa operazione aggiungerà il tag "<x equiv-text="tag.name" id="PH"/>" a <x equiv-text="this.list.selected.size" id="PH_1"/> documento/i selezionato/i.</target> + <target state="translated">Questa operazione aggiungerà il tag "<x id="PH" equiv-text="tag.name"/>" a <x id="PH_1" equiv-text="this.list.selected.size"/> documento/i selezionato/i.</target> </trans-unit> <trans-unit id="1894412783609570695" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1477,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="translated">Questa operazione aggiungerà i tag <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> a <x equiv-text="this.list.selected.size" id="PH_1"/> documento/i selezionato/i.</target> + <target state="translated">Questa operazione aggiungerà i tag <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> a <x id="PH_1" equiv-text="this.list.selected.size"/> documento/i selezionato/i.</target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="translated">Questa operazione rimuoverà il tag "<x equiv-text="tag.name" id="PH"/>" da <x equiv-text="this.list.selected.size" id="PH_1"/> documento/i selezionato/i. </target> + <target state="translated">Questa operazione rimuoverà il tag "<x id="PH" equiv-text="tag.name"/>" da <x id="PH_1" equiv-text="this.list.selected.size"/> documento/i selezionato/i. </target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1493,7 +1493,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">137</context> </context-group> - <target state="translated">Questa operazione rimuoverà i tag <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH"/> da <x equiv-text="this.list.selected.size" id="PH_1"/> documento/i selezionato/i.</target> + <target state="translated">Questa operazione rimuoverà i tag <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> da <x id="PH_1" equiv-text="this.list.selected.size"/> documento/i selezionato/i.</target> </trans-unit> <trans-unit id="2739066218579571288" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1501,7 +1501,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">139</context> </context-group> - <target state="translated">Questa operazione aggiungerà i tag <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> e rimuoverà i tag <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH_1"/> a <x equiv-text="this.list.selected.size" id="PH_2"/> documento/i selezionato/i.</target> + <target state="translated">Questa operazione aggiungerà i tag <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> e rimuoverà i tag <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> a <x id="PH_2" equiv-text="this.list.selected.size"/> documento/i selezionato/i.</target> </trans-unit> <trans-unit id="2996713129519325161" datatype="html"> <source>Confirm correspondent assignment</source> @@ -1517,7 +1517,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">161</context> </context-group> - <target state="translated">Questa operazione assegnerà il corrispondente "<x equiv-text="correspondent.name" id="PH"/>" a <x equiv-text="this.list.selected.size" id="PH_1"/> documento/i selezionato/i.</target> + <target state="translated">Questa operazione assegnerà il corrispondente "<x id="PH" equiv-text="correspondent.name"/>" a <x id="PH_1" equiv-text="this.list.selected.size"/> documento/i selezionato/i.</target> </trans-unit> <trans-unit id="1257522660364398440" datatype="html"> <source>This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1525,7 +1525,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">163</context> </context-group> - <target state="translated">Questa operazione rimuoverà il corrispondente da <x equiv-text="this.list.selected.size" id="PH"/> documento/i selezionato/i.</target> + <target state="translated">Questa operazione rimuoverà il corrispondente da <x id="PH" equiv-text="this.list.selected.size"/> documento/i selezionato/i.</target> </trans-unit> <trans-unit id="5393409374423140648" datatype="html"> <source>Confirm document type assignment</source> @@ -1541,7 +1541,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">184</context> </context-group> - <target state="translated">Questa operazione assegnerà il tipo di documento "<x equiv-text="documentType.name" id="PH"/>" a <x equiv-text="this.list.selected.size" id="PH_1"/> documento/i selezionato/i.</target> + <target state="translated">Questa operazione assegnerà il tipo di documento "<x id="PH" equiv-text="documentType.name"/>" a <x id="PH_1" equiv-text="this.list.selected.size"/> documento/i selezionato/i.</target> </trans-unit> <trans-unit id="2236642492594872779" datatype="html"> <source>This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1549,7 +1549,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">186</context> </context-group> - <target state="translated">Questa operazione eliminerà il tipo di documento da <x equiv-text="this.list.selected.size" id="PH"/> documento/i selezionato/i. </target> + <target state="translated">Questa operazione eliminerà il tipo di documento da <x id="PH" equiv-text="this.list.selected.size"/> documento/i selezionato/i. </target> </trans-unit> <trans-unit id="749430623564850405" datatype="html"> <source>Delete confirm</source> @@ -1565,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="translated">Questa operazione eliminerà definitivamente <x equiv-text="this.list.selected.size" id="PH"/> documento/i selezionato/i.</target> + <target state="translated">Questa operazione eliminerà definitivamente <x id="PH" equiv-text="this.list.selected.size"/> documento/i selezionato/i.</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1653,7 +1653,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Documenti totali: <x equiv-text="{{statistics?.documents_total}}" id="INTERPOLATION"/></target> + <target state="translated">Documenti totali: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> </trans-unit> <trans-unit id="13e8d49dbcad9f9d71e66a9a56d6f328cff430c9" datatype="html"> <source>Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></source> @@ -1661,7 +1661,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="translated">Documenti taggati in arrivo: <x equiv-text="{{statistics?.documents_inbox}}" id="INTERPOLATION"/></target> + <target state="translated">Documenti taggati in arrivo: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> </trans-unit> <trans-unit id="6443586946875325554" datatype="html"> <source>Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></source> @@ -1669,7 +1669,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Elaborazione in corso: <x equiv-text="countUploadingAndProcessing" id="PH"/></target> + <target state="translated">Elaborazione in corso: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> </trans-unit> <trans-unit id="9182918211699394982" datatype="html"> <source>Failed: <x id="PH" equiv-text="countFailed"/></source> @@ -1677,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Falliti: <x equiv-text="countFailed" id="PH"/></target> + <target state="translated">Falliti: <x id="PH" equiv-text="countFailed"/></target> </trans-unit> <trans-unit id="534116346205124059" datatype="html"> <source>Added: <x id="PH" equiv-text="countSuccess"/></source> @@ -1685,7 +1685,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">38</context> </context-group> - <target state="translated">Aggiunti: <x equiv-text="countSuccess" id="PH"/></target> + <target state="translated">Aggiunti: <x id="PH" equiv-text="countSuccess"/></target> </trans-unit> <trans-unit id="3852289441366561594" datatype="html"> <source>Connecting...</source> @@ -1717,7 +1717,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">Errore HTTP: <x equiv-text="error.status" id="PH"/><x equiv-text="error.statusText" id="PH_1"/></target> + <target state="translated">Errore HTTP: <x id="PH" equiv-text="error.status"/><x id="PH_1" equiv-text="error.statusText"/></target> </trans-unit> <trans-unit id="e022072b3e4dd77e3f09960817ef3359a49963b3" datatype="html"> <source>Upload new documents</source> @@ -1871,7 +1871,7 @@ <context context-type="sourcefile">src/app/pipes/yes-no.pipe.ts</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">No</target> + <target state="translated">No</target> </trans-unit> <trans-unit id="7536524521722799066" datatype="html"> <source>(no title)</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">102</context> </context-group> - <target state="needs-translation">ISO 8601</target> + <target state="translated">ISO 8601</target> </trans-unit> <trans-unit id="2119857572761283468" datatype="html"> <source>Document already exists.</source> @@ -2083,7 +2083,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">58</context> </context-group> - <target state="translated">Non è possibile salvare l'elemento: <x equiv-text="error" id="PH"/></target> + <target state="translated">Non è possibile salvare l'elemento: <x id="PH" equiv-text="error"/></target> </trans-unit> <trans-unit id="810888510148304696" datatype="html"> <source>Automatic</source> @@ -2187,7 +2187,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">114</context> </context-group> - <target state="translated">Errore durante l'eliminazione dell'elemento: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Errore durante l'eliminazione dell'elemento: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="5851669019930456395" datatype="html"> <source>Any word</source> From 84d822b4979ac051e9a8420891ecf9646b7a982b Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:26 +0100 Subject: [PATCH 23/71] New translations django.po (Italian) [ci skip] --- src/locale/it_IT/LC_MESSAGES/django.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/locale/it_IT/LC_MESSAGES/django.po b/src/locale/it_IT/LC_MESSAGES/django.po index 8e9118139..e1a7e461f 100644 --- a/src/locale/it_IT/LC_MESSAGES/django.po +++ b/src/locale/it_IT/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:40\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -84,7 +84,7 @@ msgstr "Contrassegna questo tag come tag in arrivo: tutti i documenti elaborati #: documents/models.py:94 msgid "tag" -msgstr "" +msgstr "tag" #: documents/models.py:95 documents/models.py:151 msgid "tags" @@ -124,7 +124,7 @@ msgstr "tipo mime" #: documents/models.py:155 msgid "checksum" -msgstr "" +msgstr "checksum" #: documents/models.py:159 msgid "The checksum of the original document." @@ -188,7 +188,7 @@ msgstr "documenti" #: documents/models.py:311 msgid "debug" -msgstr "" +msgstr "debug" #: documents/models.py:312 msgid "information" @@ -220,7 +220,7 @@ msgstr "livello" #: documents/models.py:332 msgid "log" -msgstr "" +msgstr "log" #: documents/models.py:333 msgid "logs" @@ -390,7 +390,7 @@ msgstr "Nome utente" #: documents/templates/registration/login.html:49 msgid "Password" -msgstr "" +msgstr "Password" #: documents/templates/registration/login.html:54 msgid "Sign in" @@ -502,7 +502,7 @@ msgstr "nome utente" #: paperless_mail/models.py:50 msgid "password" -msgstr "" +msgstr "password" #: paperless_mail/models.py:60 msgid "mail rule" @@ -566,7 +566,7 @@ msgstr "priorità" #: paperless_mail/models.py:120 msgid "account" -msgstr "" +msgstr "account" #: paperless_mail/models.py:124 msgid "folder" From 364ffe8f38fd99cf714d5ffe9aabed725c95ba85 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:27 +0100 Subject: [PATCH 24/71] New translations messages.xlf (Hungarian) [ci skip] --- src-ui/src/locale/messages.hu_HU.xlf | 336 +++++++++++++-------------- 1 file changed, 168 insertions(+), 168 deletions(-) diff --git a/src-ui/src/locale/messages.hu_HU.xlf b/src-ui/src/locale/messages.hu_HU.xlf index 909b1b104..9c474471b 100644 --- a/src-ui/src/locale/messages.hu_HU.xlf +++ b/src-ui/src/locale/messages.hu_HU.xlf @@ -56,7 +56,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Dokumentumok</target> </trans-unit> <trans-unit id="2155249406916744630" datatype="html"> <source>View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="needs-translation">View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</target> + <target state="translated">Nézet "<x id="PH" equiv-text="savedView.name"/>" sikeresen létrehozva.</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -80,7 +80,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation">Select</target> + <target state="translated">Kijelölés</target> </trans-unit> <trans-unit id="7e1f9a7054aff842832620c03dedae894787ba41" datatype="html"> <source>Select none</source> @@ -88,7 +88,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Select none</target> + <target state="translated">Kijelölés törlése</target> </trans-unit> <trans-unit id="2ed8a0c2ce4968f8614151eefed20a0aa3daeeb9" datatype="html"> <source>Select page</source> @@ -96,7 +96,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Select page</target> + <target state="translated">Oldal kijelölése</target> </trans-unit> <trans-unit id="b463541a7e303aa4d0b1102eaff8afbaf34e7a74" datatype="html"> <source>Select all</source> @@ -104,7 +104,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Select all</target> + <target state="translated">Mindent kijelöl</target> </trans-unit> <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html"> <source>Sort</source> @@ -120,7 +120,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">64</context> </context-group> - <target state="needs-translation">Views</target> + <target state="translated">Nézet</target> </trans-unit> <trans-unit id="b69d81ff62cdc22b6bf88fe0b72dc1f66ccfa44f" datatype="html"> <source>Save as...</source> @@ -128,7 +128,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="needs-translation">Save as...</target> + <target state="translated">Mentés másként</target> </trans-unit> <trans-unit id="5f5ce787c428d917c30c9bd70789a618e09743a7" datatype="html"> <source>Save "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</source> @@ -168,7 +168,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">105</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="7b5c6286aaded63fb279d6deb8aa8c704e085ced" datatype="html"> <source>Correspondent</source> @@ -176,7 +176,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="needs-translation">Correspondent</target> + <target state="translated">Partner</target> </trans-unit> <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> <source>Title</source> @@ -184,7 +184,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">117</context> </context-group> - <target state="needs-translation">Title</target> + <target state="translated">Cím</target> </trans-unit> <trans-unit id="2bd5919e8098513664a89d5b7b52d61e3063950f" datatype="html"> <source>Document type</source> @@ -192,7 +192,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Document type</target> + <target state="translated">Dokumentum típus</target> </trans-unit> <trans-unit id="1b051734b0ee9021991c91b3ed4e81c244322462" datatype="html"> <source>Created</source> @@ -200,7 +200,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">129</context> </context-group> - <target state="needs-translation">Created</target> + <target state="translated">Létrehozva</target> </trans-unit> <trans-unit id="80e3b490720757978c99a7b5af3885faf202b955" datatype="html"> <source>Added</source> @@ -208,7 +208,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">135</context> </context-group> - <target state="needs-translation">Added</target> + <target state="translated">Hozzáadva</target> </trans-unit> <trans-unit id="9021887951960049161" datatype="html"> <source>Confirm delete</source> @@ -216,7 +216,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="needs-translation">Confirm delete</target> + <target state="translated">Törlés megerősítése</target> </trans-unit> <trans-unit id="5382975254277698192" datatype="html"> <source>Do you really want to delete document "<x id="PH" equiv-text="this.document.title"/>"?</source> @@ -232,7 +232,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="needs-translation">The files for this document will be deleted permanently. This operation cannot be undone.</target> + <target state="translated">A dokumentumhoz tartozó fájlok véglegesen törlésre kerülnek. Ez a művelet nem visszafordítható.</target> </trans-unit> <trans-unit id="719892092227206532" datatype="html"> <source>Delete document</source> @@ -240,7 +240,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">207</context> </context-group> - <target state="needs-translation">Delete document</target> + <target state="translated">Dokumentum törlése</target> </trans-unit> <trans-unit id="1844801255494293730" datatype="html"> <source>Error deleting document: <x id="PH" equiv-text="JSON.stringify(error)"/></source> @@ -256,7 +256,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Törlés</target> </trans-unit> <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> <source>Download</source> @@ -264,7 +264,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Download</target> + <target state="translated">Letöltés</target> </trans-unit> <trans-unit id="4ea3c236bca3528318e3b3a411a20909e5fa8be4" datatype="html"> <source>More like this</source> @@ -272,7 +272,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">More like this</target> + <target state="translated">Ehhez hasonlók</target> </trans-unit> <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html"> <source>Close</source> @@ -280,7 +280,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">44</context> </context-group> - <target state="needs-translation">Close</target> + <target state="translated">Bezárás</target> </trans-unit> <trans-unit id="4f8b2bb476981727ab34ed40fde1218361f92c45" datatype="html"> <source>Details</source> @@ -288,7 +288,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">56</context> </context-group> - <target state="needs-translation">Details</target> + <target state="translated">Részletek</target> </trans-unit> <trans-unit id="4ab4cb601522b9194922554d934c4c30bd93567d" datatype="html"> <source>Content</source> @@ -296,7 +296,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="needs-translation">Content</target> + <target state="translated">Tartalom</target> </trans-unit> <trans-unit id="f721a500a68c357e8f2a01e60510f6a01e4ba529" datatype="html"> <source>Metadata</source> @@ -304,7 +304,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">81</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metaadat</target> </trans-unit> <trans-unit id="3f5a652a1f473f4e243e3c6805ef1b383e270bb7" datatype="html"> <source>Discard</source> @@ -312,7 +312,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">130</context> </context-group> - <target state="needs-translation">Discard</target> + <target state="translated">Elvetés</target> </trans-unit> <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> <source>Save</source> @@ -320,7 +320,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">132</context> </context-group> - <target state="needs-translation">Save</target> + <target state="translated">Mentés</target> </trans-unit> <trans-unit id="8380d9eff8613c0bc58edc7cebc2aa72e17b11e3" datatype="html"> <source>Page</source> @@ -328,7 +328,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Page</target> + <target state="translated">Oldal</target> </trans-unit> <trans-unit id="c972a8e7d09f86e0c408a80349990fb213b32c08" datatype="html"> <source>of <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></source> @@ -336,7 +336,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">of <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> + <target state="translated">/ <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> </trans-unit> <trans-unit id="a071e35fecc10753065b1cb5b38608be66da2c8b" datatype="html"> <source>Download original</source> @@ -344,7 +344,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">29</context> </context-group> - <target state="needs-translation">Download original</target> + <target state="translated">Eredeti letöltése</target> </trans-unit> <trans-unit id="9b3996b5ddcc628a999a7df72fbfc2a2eae8c8a5" datatype="html"> <source>Archive serial number</source> @@ -352,7 +352,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">60</context> </context-group> - <target state="needs-translation">Archive serial number</target> + <target state="translated">Archívum sorozat szám</target> </trans-unit> <trans-unit id="30eebc2dd656dbcb259d8d5286d244ee397d63bd" datatype="html"> <source>Date created</source> @@ -360,7 +360,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">61</context> </context-group> - <target state="needs-translation">Date created</target> + <target state="translated">Létrehozás dátuma</target> </trans-unit> <trans-unit id="6e58f1baf7acb6a0cfe3636b9c2a61b4d1183720" datatype="html"> <source>Date modified</source> @@ -368,7 +368,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Date modified</target> + <target state="translated">Módosítás dátuma</target> </trans-unit> <trans-unit id="c1ae0f9ac4efb2dcd43cd947ddba09d6c4328269" datatype="html"> <source>Date added</source> @@ -376,7 +376,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">91</context> </context-group> - <target state="needs-translation">Date added</target> + <target state="translated">Hozzáadás dátuma</target> </trans-unit> <trans-unit id="c7ea641c3a61a12a3599ce5a75c6d0dbba409ad3" datatype="html"> <source>Media filename</source> @@ -384,7 +384,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">95</context> </context-group> - <target state="needs-translation">Media filename</target> + <target state="translated">Média fájlnév</target> </trans-unit> <trans-unit id="74a894d2a8ae24a1eed4bc56e9afdc27dc2c31c8" datatype="html"> <source>Original MD5 checksum</source> @@ -392,7 +392,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="needs-translation">Original MD5 checksum</target> + <target state="translated">Eredeti MD5 ellenőrző szám</target> </trans-unit> <trans-unit id="e92ca184ea785769fb26138fc25ee9fa06fff6e5" datatype="html"> <source>Original file size</source> @@ -400,7 +400,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="needs-translation">Original file size</target> + <target state="translated">Eredeti fájl méret</target> </trans-unit> <trans-unit id="b5e93f30cc3411f20bd62025a6cc7394568f1bfd" datatype="html"> <source>Original mime type</source> @@ -408,7 +408,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Original mime type</target> + <target state="translated">Eredeti MIME típus</target> </trans-unit> <trans-unit id="edbf54e4117606b5dd87aaea3c14b21ebf398020" datatype="html"> <source>Archive MD5 checksum</source> @@ -416,7 +416,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="needs-translation">Archive MD5 checksum</target> + <target state="translated">Archívum MD5 ellenőrző szám</target> </trans-unit> <trans-unit id="e6bf12eadecbfd80016eca15fa78651c6ca90c64" datatype="html"> <source>Archive file size</source> @@ -424,7 +424,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">115</context> </context-group> - <target state="needs-translation">Archive file size</target> + <target state="translated">Archív fájl mérete</target> </trans-unit> <trans-unit id="203c7adb5bd74ae18e84e1e3b66ddfe76bc0023f" datatype="html"> <source>Original document metadata</source> @@ -432,7 +432,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">121</context> </context-group> - <target state="needs-translation">Original document metadata</target> + <target state="translated">Eredeti dokumentum metaadat</target> </trans-unit> <trans-unit id="7174dcea4a3d0b743e7e4a78747e902230727f67" datatype="html"> <source>Archived document metadata</source> @@ -440,7 +440,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">122</context> </context-group> - <target state="needs-translation">Archived document metadata</target> + <target state="translated">Archivált dokumentum metaadat</target> </trans-unit> <trans-unit id="3fb9f1a31c3798173b2fea72638732c783b152fe" datatype="html"> <source>Save & next</source> @@ -448,7 +448,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">131</context> </context-group> - <target state="needs-translation">Save & next</target> + <target state="translated">Mentés & Következő</target> </trans-unit> <trans-unit id="8765497970646365998" datatype="html"> <source>Hello <x id="PH" equiv-text="this.displayName"/>, welcome to Paperless-ng!</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="needs-translation">Hello <x id="PH" equiv-text="this.displayName"/>, welcome to Paperless-ng!</target> + <target state="translated">Hello <x id="PH" equiv-text="this.displayName"/>, a Paperless-ng üdvözöl Téged!</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -464,7 +464,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Welcome to Paperless-ng!</target> + <target state="translated">Üdvözöl a Paperless-ng!</target> </trans-unit> <trans-unit id="f65253954b66e929a8b4d5ecaf61f9129f8cec64" datatype="html"> <source>Dashboard</source> @@ -472,7 +472,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Dashboard</target> + <target state="translated">Vezérlőpult</target> </trans-unit> <trans-unit id="93754014749412887" datatype="html"> <source>Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Valóban törölni akarod a "<x id="PH" equiv-text="object.name"/>" címkét?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -488,7 +488,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Tags</target> + <target state="translated">Cimkék</target> </trans-unit> <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> <source>Create</source> @@ -496,7 +496,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">2</context> </context-group> - <target state="needs-translation">Create</target> + <target state="translated">Létrehozás</target> </trans-unit> <trans-unit id="ddb40946e790522301687ecddb9ce1cb8ad40dd1" datatype="html"> <source>Filter by:</source> @@ -504,7 +504,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">Filter by:</target> + <target state="translated">Szűrés:</target> </trans-unit> <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html"> <source>Name</source> @@ -512,7 +512,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">Name</target> + <target state="translated">Név</target> </trans-unit> <trans-unit id="8fa4d523f7b91df4390120b85ed0406138273e1a" datatype="html"> <source>Color</source> @@ -520,7 +520,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Color</target> + <target state="translated">Szín</target> </trans-unit> <trans-unit id="d0c4488f742efeba0915e90e285a022da813deff" datatype="html"> <source>Matching</source> @@ -528,7 +528,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Matching</target> + <target state="translated">Egyezés</target> </trans-unit> <trans-unit id="9bcf8d20d23c111eca1431abd2d2ce0de324499c" datatype="html"> <source>Document count</source> @@ -536,7 +536,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Document count</target> + <target state="translated">Dokumentum szám</target> </trans-unit> <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> <source>Actions</source> @@ -544,7 +544,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Actions</target> + <target state="translated">Műveletek</target> </trans-unit> <trans-unit id="9d51b3c90afda70700229d1b8a55371c13cb3bce" datatype="html"> <source>Documents</source> @@ -552,7 +552,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Dokumentumok</target> </trans-unit> <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> <source>Edit</source> @@ -560,7 +560,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">43</context> </context-group> - <target state="needs-translation">Edit</target> + <target state="translated">Szerkesztés</target> </trans-unit> <trans-unit id="4990731724078522539" datatype="html"> <source>Do you really want to delete the document type "<x id="PH" equiv-text="object.name"/>"?</source> @@ -568,7 +568,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Do you really want to delete the document type "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Valóban törölni akarod a "<x id="PH" equiv-text="object.name"/>" dokumentum típust?</target> </trans-unit> <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> <source>Document types</source> @@ -576,7 +576,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Document types</target> + <target state="translated">Dokumentum típusok</target> </trans-unit> <trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef" datatype="html"> <source>Logs</source> @@ -584,7 +584,7 @@ <context context-type="sourcefile">src/app/components/manage/logs/logs.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Logs</target> + <target state="translated">Napló</target> </trans-unit> <trans-unit id="5610279464668232148" datatype="html"> <source>Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</source> @@ -600,7 +600,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">89</context> </context-group> - <target state="needs-translation">Settings saved successfully.</target> + <target state="translated">Beállítások elmentve.</target> </trans-unit> <trans-unit id="6839066544204061364" datatype="html"> <source>Use system language</source> @@ -624,7 +624,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="needs-translation">Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Hiba történt a beállitások mentése közben: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> <source>Settings</source> @@ -632,7 +632,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Settings</target> + <target state="translated">Beállitások</target> </trans-unit> <trans-unit id="11ebd254cc9294717105c5982eb0cd2af30a446d" datatype="html"> <source>General settings</source> @@ -640,7 +640,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">General settings</target> + <target state="translated">Általános beállitások</target> </trans-unit> <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html"> <source>Notifications</source> @@ -656,7 +656,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">134</context> </context-group> - <target state="needs-translation">Saved views</target> + <target state="translated">Mentett nézetek</target> </trans-unit> <trans-unit id="bbe41ac2ea4a6c00ea941a41b33105048f8e9f13" datatype="html"> <source>Appearance</source> @@ -728,7 +728,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="needs-translation">Items per page</target> + <target state="translated">Oldalankénti elemek száma</target> </trans-unit> <trans-unit id="c4435e56bf0289e78fedc462f1d21fb30b9de55d" datatype="html"> <source>Document editor</source> @@ -792,7 +792,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="needs-translation">Bulk editing</target> + <target state="translated">Csoportos szerkesztés</target> </trans-unit> <trans-unit id="c0ac61661c6c326d6e0e00c231b95cf2ac0c6586" datatype="html"> <source>Show confirmation dialogs</source> @@ -800,7 +800,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Show confirmation dialogs</target> + <target state="translated">Jóváhagyó dialógusok mutatása</target> </trans-unit> <trans-unit id="291bbe56ecbe945dcf05580a57d679fa7bd1e06a" datatype="html"> <source>Deleting documents will always ask for confirmation.</source> @@ -808,7 +808,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Deleting documents will always ask for confirmation.</target> + <target state="translated">Dokumentumok törlése mindig jóváhagyást igényel</target> </trans-unit> <trans-unit id="8cfddc13e04f5545ac63f419ef363505d6f78c2e" datatype="html"> <source>Apply on close</source> @@ -816,7 +816,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">108</context> </context-group> - <target state="needs-translation">Apply on close</target> + <target state="translated">Alkalmazás bezárás után</target> </trans-unit> <trans-unit id="8680abbea249ebe9c2fe35556559c8e1a9eb5841" datatype="html"> <source>Document processing</source> @@ -872,7 +872,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">146</context> </context-group> - <target state="needs-translation">Appears on</target> + <target state="translated">Megjelenés</target> </trans-unit> <trans-unit id="6717cf1acf04728fc2b7c39f6d3297f8ff15fde5" datatype="html"> <source>Show on dashboard</source> @@ -880,7 +880,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">149</context> </context-group> - <target state="needs-translation">Show on dashboard</target> + <target state="translated">Vezérlőpulton megjelenítés</target> </trans-unit> <trans-unit id="541bfc5b123b3f8867fd681eaceefb663a811973" datatype="html"> <source>Show in sidebar</source> @@ -888,7 +888,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">153</context> </context-group> - <target state="needs-translation">Show in sidebar</target> + <target state="translated">Oldal menüben megjelenítés</target> </trans-unit> <trans-unit id="abba764a7a595d04dc8c3b26e04b3780d4fdb540" datatype="html"> <source>No saved views defined.</source> @@ -896,7 +896,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">163</context> </context-group> - <target state="needs-translation">No saved views defined.</target> + <target state="translated">Nincs mentett nézet definiálva.</target> </trans-unit> <trans-unit id="ef60a738a565f498b858e903e42bc5ffc3cc1299" datatype="html"> <source>404 Not Found</source> @@ -904,7 +904,7 @@ <context context-type="sourcefile">src/app/components/not-found/not-found.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation">404 Not Found</target> + <target state="translated">404 Nem található</target> </trans-unit> <trans-unit id="7427874343955308724" datatype="html"> <source>Do you really want to delete the correspondent "<x id="PH" equiv-text="object.name"/>"?</source> @@ -912,7 +912,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Do you really want to delete the correspondent "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Valóban törölni szerenéd a következő partnert: "<x id="PH" equiv-text="object.name"/>" ?</target> </trans-unit> <trans-unit id="c3f3334de899327bf3ec8999236e10798ff76e72" datatype="html"> <source>Correspondents</source> @@ -920,7 +920,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Correspondents</target> + <target state="translated">Partnerek</target> </trans-unit> <trans-unit id="0488919cff4fcc2174d34e4a1167f1b3c586ca37" datatype="html"> <source>Last correspondence</source> @@ -928,7 +928,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Last correspondence</target> + <target state="translated">Utolsó partner</target> </trans-unit> <trans-unit id="1234709746630139322" datatype="html"> <source>Confirmation</source> @@ -936,7 +936,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Confirmation</target> + <target state="translated">Jóváhagyás</target> </trans-unit> <trans-unit id="9178182467454450952" datatype="html"> <source>Confirm</source> @@ -944,7 +944,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">29</context> </context-group> - <target state="needs-translation">Confirm</target> + <target state="translated">Jóváhagy</target> </trans-unit> <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7" datatype="html"> <source>Cancel</source> @@ -952,7 +952,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Cancel</target> + <target state="translated">Megszakítás</target> </trans-unit> <trans-unit id="6457471243969293847" datatype="html"> <source>Create new correspondent</source> @@ -960,7 +960,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Create new correspondent</target> + <target state="translated">Új partner létrehozása</target> </trans-unit> <trans-unit id="2059822531169388684" datatype="html"> <source>Edit correspondent</source> @@ -968,7 +968,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Edit correspondent</target> + <target state="translated">Partner szerkesztése</target> </trans-unit> <trans-unit id="3d5caa52b0a51bfd2757215f7614183554d740f0" datatype="html"> <source>Matching algorithm</source> @@ -976,7 +976,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Matching algorithm</target> + <target state="translated">Egyeztető algoritmus</target> </trans-unit> <trans-unit id="eab7fc7cf2d663e54de934b779fce4275a303f0f" datatype="html"> <source>Matching pattern</source> @@ -992,7 +992,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Case insensitive</target> + <target state="translated">Kisbetű-nagybetű érzékenység</target> </trans-unit> <trans-unit id="9153094873118985366" datatype="html"> <source>Create new tag</source> @@ -1000,7 +1000,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Create new tag</target> + <target state="translated">Új cimke készítése</target> </trans-unit> <trans-unit id="5872175735754226507" datatype="html"> <source>Edit tag</source> @@ -1008,7 +1008,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Edit tag</target> + <target state="translated">Cimke szerkesztés</target> </trans-unit> <trans-unit id="f2a30b4e1a89a8a0db0bd147b54d6626b9a9bc42" datatype="html"> <source>Inbox tag</source> @@ -1016,7 +1016,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Inbox tag</target> + <target state="translated">Inbox cimke</target> </trans-unit> <trans-unit id="5e2f1a4ea12a1b8606ee3f0548d0ba64bf266077" datatype="html"> <source>Inbox tags are automatically assigned to all consumed documents.</source> @@ -1024,7 +1024,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Inbox tags are automatically assigned to all consumed documents.</target> + <target state="translated">Az "inbox" cimkék automatikusan hozzárendelődnek a feldolgozott dokumentumokhoz.</target> </trans-unit> <trans-unit id="6672809941092516947" datatype="html"> <source>Create new document type</source> @@ -1032,7 +1032,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Create new document type</target> + <target state="translated">Új dokumentum tipus létrehozása</target> </trans-unit> <trans-unit id="36335016091244220" datatype="html"> <source>Edit document type</source> @@ -1040,7 +1040,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Edit document type</target> + <target state="translated">Dokumentum típus szerkesztése</target> </trans-unit> <trans-unit id="49c9ede51100b454f7841b24cd02355c6622bf44" datatype="html"> <source>Search results</source> @@ -1048,7 +1048,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Search results</target> + <target state="translated">Találatok</target> </trans-unit> <trans-unit id="31976d04f98e8a38098f66ac3a83ad33b576e5db" datatype="html"> <source>Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> + <target state="translated">Érvénytelen keresési kifejezés: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation"> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> + <target state="translated"><x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/> -hez hasonló dokumentumok mutatása</target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1072,7 +1072,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> + <target state="translated">Keresés: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> + <target state="translated">Úgy értetted, hogy "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1097,7 +1097,7 @@ <context context-type="linenumber">11</context> </context-group> <note priority="1" from="description">app title</note> - <target state="needs-translation">Paperless-ng</target> + <target state="translated">Paperless-ng</target> </trans-unit> <trans-unit id="069566c6ed4f051b5b5617ef1935837226585dad" datatype="html"> <source>Search documents</source> @@ -1113,7 +1113,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Logout</target> + <target state="translated">Kilépés</target> </trans-unit> <trans-unit id="68949525c4d9a901e0cd15a94e3fc8d2711e9918" datatype="html"> <source>Manage</source> @@ -1121,7 +1121,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">112</context> </context-group> - <target state="needs-translation">Manage</target> + <target state="translated">Menedzselés</target> </trans-unit> <trans-unit id="408cb6073e60c5d966296a3207fc596adca75e01" datatype="html"> <source>Admin</source> @@ -1129,7 +1129,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">154</context> </context-group> - <target state="needs-translation">Admin</target> + <target state="translated">Adminisztráció</target> </trans-unit> <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html"> <source>Info</source> @@ -1145,7 +1145,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">167</context> </context-group> - <target state="needs-translation">Documentation</target> + <target state="translated">Dokumentáció</target> </trans-unit> <trans-unit id="355a222236bc01b9a8cd3cb9ecf76891125aed69" datatype="html"> <source>GitHub</source> @@ -1153,7 +1153,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">175</context> </context-group> - <target state="needs-translation">GitHub</target> + <target state="translated">GitHub</target> </trans-unit> <trans-unit id="ea3a452c5238897cabc5781308cceb2d37dcf258" datatype="html"> <source>Suggest an idea</source> @@ -1177,7 +1177,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Open documents</target> + <target state="translated">Dokumentum megnyitása</target> </trans-unit> <trans-unit id="dca5bf9344a759fa5a07f1b21f50286ec242ba44" datatype="html"> <source>Close all</source> @@ -1185,7 +1185,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">106</context> </context-group> - <target state="needs-translation">Close all</target> + <target state="translated">Összes bezárása</target> </trans-unit> <trans-unit id="5701618810648052610" datatype="html"> <source>Title</source> @@ -1193,7 +1193,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">73</context> </context-group> - <target state="needs-translation">Title</target> + <target state="translated">Cím</target> </trans-unit> <trans-unit id="3100631071441658964" datatype="html"> <source>Title & content</source> @@ -1209,7 +1209,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="needs-translation">Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> + <target state="translated">Partner: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> @@ -1225,7 +1225,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> + <target state="translated">Típus: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> @@ -1241,7 +1241,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> + <target state="translated">Cimke: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> @@ -1265,7 +1265,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Filter tags</target> + <target state="translated">Cimkék szerinti szűrés</target> </trans-unit> <trans-unit id="4b089ca12c472cf0b46167bb5afe4b527b301bbc" datatype="html"> <source>Filter correspondents</source> @@ -1273,7 +1273,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">28</context> </context-group> - <target state="needs-translation">Filter correspondents</target> + <target state="translated">Partnerek szerinti szűrés</target> </trans-unit> <trans-unit id="0ad509732aaf702b7ea8c771c7809fa84bc85908" datatype="html"> <source>Filter document types</source> @@ -1281,7 +1281,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Filter document types</target> + <target state="translated">Dokumentum típus szerinti szűrés</target> </trans-unit> <trans-unit id="2d9d55f1b70142ff4597ba32179d16888fd9c6b2" datatype="html"> <source>Reset filters</source> @@ -1298,7 +1298,7 @@ <context context-type="linenumber">166</context> </context-group> <note priority="1" from="description">Filter drop down element to filter for documents with no correspondent/type/tag assigned</note> - <target state="needs-translation">Not assigned</target> + <target state="translated">Nincs hozzárendelés</target> </trans-unit> <trans-unit id="c2d0ac9f528bbd5f53fd34269fde8b59e029621b" datatype="html"> <source>Apply</source> @@ -1306,7 +1306,7 @@ <context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.html</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Apply</target> + <target state="translated">Alkalmaz</target> </trans-unit> <trans-unit id="4873149362496451858" datatype="html"> <source>Last 7 days</source> @@ -1314,7 +1314,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">34</context> </context-group> - <target state="needs-translation">Last 7 days</target> + <target state="translated">Utolsó 7 nap</target> </trans-unit> <trans-unit id="4463380307954693363" datatype="html"> <source>Last month</source> @@ -1322,7 +1322,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Last month</target> + <target state="translated">Előző hónap</target> </trans-unit> <trans-unit id="8697368973702409683" datatype="html"> <source>Last 3 months</source> @@ -1330,7 +1330,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">36</context> </context-group> - <target state="needs-translation">Last 3 months</target> + <target state="translated">Előző 3 hónap</target> </trans-unit> <trans-unit id="3566342898065860218" datatype="html"> <source>Last year</source> @@ -1338,7 +1338,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">37</context> </context-group> - <target state="needs-translation">Last year</target> + <target state="translated">Előző év</target> </trans-unit> <trans-unit id="be2add3a3d9e4e2556b8f9048a15a9c0f00bf1ad" datatype="html"> <source>After</source> @@ -1346,7 +1346,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">After</target> + <target state="translated">Után</target> </trans-unit> <trans-unit id="8785188e6c678b842fcb93b7392faf86db7ec676" datatype="html"> <source>Before</source> @@ -1354,7 +1354,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Before</target> + <target state="translated">Előtte</target> </trans-unit> <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html"> <source>Clear</source> @@ -1362,7 +1362,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Clear</target> + <target state="translated">Törlés</target> </trans-unit> <trans-unit id="6829218544e108e152f5fa72cb79c4ccb82e0d06" datatype="html"> <source>View</source> @@ -1370,7 +1370,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">50</context> </context-group> - <target state="needs-translation">View</target> + <target state="translated">Megtekint</target> </trans-unit> <trans-unit id="849b42384616374df49bd8b3711ec159cb10b845" datatype="html"> <source>Created: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></source> @@ -1378,7 +1378,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="needs-translation">Created: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> + <target state="translated">Létrehozva: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> </trans-unit> <trans-unit id="cd6f3fd48957e1fea6545c2b2defc7b2435ebfa8" datatype="html"> <source>Filter by correspondent</source> @@ -1386,7 +1386,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Filter by correspondent</target> + <target state="translated">Partner szerinti szűrés</target> </trans-unit> <trans-unit id="bdb9a910523610254872e147222689e9a4115b84" datatype="html"> <source>Filter by tag</source> @@ -1394,7 +1394,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">24</context> </context-group> - <target state="needs-translation">Filter by tag</target> + <target state="translated">Cimke szerinti szűrés</target> </trans-unit> <trans-unit id="9c5fdf21ec2cc7baa6f062f2dc417af45c8dbe60" datatype="html"> <source>Score:</source> @@ -1402,7 +1402,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">62</context> </context-group> - <target state="needs-translation">Score:</target> + <target state="translated">Pont:</target> </trans-unit> <trans-unit id="2840db547019ce8c76b2cdbe3a1653c5b68b06af" datatype="html"> <source>View in browser</source> @@ -1410,7 +1410,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-small/document-card-small.component.html</context> <context context-type="linenumber">40</context> </context-group> - <target state="needs-translation">View in browser</target> + <target state="translated">Megtekintés böngészőben</target> </trans-unit> <trans-unit id="7985804062689412812" datatype="html"> <source>Error executing bulk operation: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="needs-translation">"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" és "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="needs-translation"><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/> és "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1461,7 +1461,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">127</context> </context-group> - <target state="needs-translation">Confirm tags assignment</target> + <target state="translated">Cimke hozzárendelés jóváhagyása</target> </trans-unit> <trans-unit id="6619516195038467207" datatype="html"> <source>This operation will add the tag "<x id="PH" equiv-text="tag.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1509,7 +1509,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">159</context> </context-group> - <target state="needs-translation">Confirm correspondent assignment</target> + <target state="translated">Partner hozzárendelés megerősítése</target> </trans-unit> <trans-unit id="6900893559485781849" datatype="html"> <source>This operation will assign the correspondent "<x id="PH" equiv-text="correspondent.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1533,7 +1533,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">182</context> </context-group> - <target state="needs-translation">Confirm document type assignment</target> + <target state="translated">Dokumentum típus hozzárendelés megerősítése</target> </trans-unit> <trans-unit id="332180123895325027" datatype="html"> <source>This operation will assign the document type "<x id="PH" equiv-text="documentType.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1557,7 +1557,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">201</context> </context-group> - <target state="needs-translation">Delete confirm</target> + <target state="translated">Törlés megerősítése</target> </trans-unit> <trans-unit id="4303174930844518780" datatype="html"> <source>This operation will permanently delete <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1573,7 +1573,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="needs-translation">This operation cannot be undone.</target> + <target state="translated">Ez a művelet nem visszafordítható.</target> </trans-unit> <trans-unit id="6734339521247847366" datatype="html"> <source>Delete document(s)</source> @@ -1581,7 +1581,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="needs-translation">Delete document(s)</target> + <target state="translated">Dokumentum(ok) törlése</target> </trans-unit> <trans-unit id="8b0609df23817024b3bed12beb9b64fc1009f588" datatype="html"> <source>Select:</source> @@ -1589,7 +1589,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Select:</target> + <target state="translated">Kijelöl</target> </trans-unit> <trans-unit id="dfc3c34e182ea73c5d784ff7c8135f087992dac1" datatype="html"> <source>All</source> @@ -1597,7 +1597,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">All</target> + <target state="translated">Mind</target> </trans-unit> <trans-unit id="907df6a2b68daecc3c399cf40a764b358bd9fd84" datatype="html"> <source>Edit:</source> @@ -1605,7 +1605,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">27</context> </context-group> - <target state="needs-translation">Edit:</target> + <target state="translated">Szerkeszt:</target> </trans-unit> <trans-unit id="fc2de37422d7c4af6686842283cc2afd781b6848" datatype="html"> <source>Download originals</source> @@ -1629,7 +1629,7 @@ <context context-type="sourcefile">src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Save current view</target> + <target state="translated">Jelenlegi nézet mentése</target> </trans-unit> <trans-unit id="4eb84de23219c85432e38fb4fbdeb6c0f103ff8b" datatype="html"> <source>Show all</source> @@ -1637,7 +1637,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Show all</target> + <target state="translated">Mindent megjelenít</target> </trans-unit> <trans-unit id="61e0f26d843eec0b33ff475e111b0c2f7a80b835" datatype="html"> <source>Statistics</source> @@ -1645,7 +1645,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Statistics</target> + <target state="translated">Statisztika</target> </trans-unit> <trans-unit id="c0d907c2687c09612395aee6ef7c04ca8e5e5e0a" datatype="html"> <source>Total documents: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></source> @@ -1725,7 +1725,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Upload new documents</target> + <target state="translated">Új dokumentum feltöltése</target> </trans-unit> <trans-unit id="52d5d56b6667ba3f7c759cbc0d4c39d34a99701e" datatype="html"> <source>Drop documents here or</source> @@ -1733,7 +1733,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Drop documents here or</target> + <target state="translated">Húzz ide dokumentumokat, vagy</target> </trans-unit> <trans-unit id="865c511f4a24558ed0e954f9bbbff557bbb8954d" datatype="html"> <source>Browse files</source> @@ -1741,7 +1741,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Browse files</target> + <target state="translated">Fájl böngészése</target> </trans-unit> <trans-unit id="bd4a8607e4a002d939cffb347ec056664dfb2c73" datatype="html"> <source>Dismiss completed</source> @@ -1775,7 +1775,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">First steps</target> + <target state="translated">Első lépések</target> </trans-unit> <trans-unit id="a0dc8218a6fcc5d11a4723ed127bd6be9d6d3ef3" datatype="html"> <source>Paperless is running! :)</source> @@ -1783,7 +1783,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">5</context> </context-group> - <target state="needs-translation">Paperless is running! :)</target> + <target state="translated">A Paperless üzemel! :)</target> </trans-unit> <trans-unit id="ea8d9a9486d5639d1c38c012900b8d34d5e4135d" datatype="html"> <source>You can start uploading documents by dropping them in the file upload box to the right or by dropping them in the configured consumption folder and they'll start showing up in the documents list. After you've added some metadata to your documents, use the filtering mechanisms of paperless to create custom views (such as 'Recently added', 'Tagged TODO') and they will appear on the dashboard instead of this message.</source> @@ -1831,7 +1831,7 @@ <context context-type="sourcefile">src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metaadat</target> </trans-unit> <trans-unit id="3797570084942068182" datatype="html"> <source>Select</source> @@ -1839,7 +1839,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Select</target> + <target state="translated">Kijelöl</target> </trans-unit> <trans-unit id="7103181924469214926" datatype="html"> <source>Please select an object</source> @@ -1847,7 +1847,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Please select an object</target> + <target state="translated">Kérem válaszon egy elemet</target> </trans-unit> <trans-unit id="d6529debfc1613db22d6fa096ebfeb8a85fa739d" datatype="html"> <source>Invalid date.</source> @@ -1863,7 +1863,7 @@ <context context-type="sourcefile">src/app/pipes/yes-no.pipe.ts</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">Yes</target> + <target state="translated">Igen</target> </trans-unit> <trans-unit id="3542042671420335679" datatype="html"> <source>No</source> @@ -1871,7 +1871,7 @@ <context context-type="sourcefile">src/app/pipes/yes-no.pipe.ts</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">No</target> + <target state="translated">Nem</target> </trans-unit> <trans-unit id="7536524521722799066" datatype="html"> <source>(no title)</source> @@ -1879,7 +1879,7 @@ <context context-type="sourcefile">src/app/pipes/document-title.pipe.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">(no title)</target> + <target state="translated">(nincs cím)</target> </trans-unit> <trans-unit id="1206520795340730278" datatype="html"> <source>English (US)</source> @@ -1887,7 +1887,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">90</context> </context-group> - <target state="needs-translation">English (US)</target> + <target state="translated">Angol (US)</target> </trans-unit> <trans-unit id="6987083569809053351" datatype="html"> <source>English (GB)</source> @@ -1903,7 +1903,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">92</context> </context-group> - <target state="needs-translation">German</target> + <target state="translated">Német</target> </trans-unit> <trans-unit id="3071065188816255493" datatype="html"> <source>Dutch</source> @@ -2067,7 +2067,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Error</target> + <target state="translated">Hiba</target> </trans-unit> <trans-unit id="5037437391296624618" datatype="html"> <source>Information</source> @@ -2075,7 +2075,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Information</target> + <target state="translated">Információ</target> </trans-unit> <trans-unit id="7517688192215738656" datatype="html"> <source>ASN</source> @@ -2083,7 +2083,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> @@ -2091,7 +2091,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Correspondent</target> + <target state="translated">Partner</target> </trans-unit> <trans-unit id="5066119607229701477" datatype="html"> <source>Document type</source> @@ -2099,7 +2099,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Document type</target> + <target state="translated">Dokumentum típus</target> </trans-unit> <trans-unit id="4207916966377787111" datatype="html"> <source>Created</source> @@ -2107,7 +2107,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Created</target> + <target state="translated">Létrehozva</target> </trans-unit> <trans-unit id="231679111972850796" datatype="html"> <source>Added</source> @@ -2115,7 +2115,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Added</target> + <target state="translated">Hozzáadva</target> </trans-unit> <trans-unit id="3553216189604488439" datatype="html"> <source>Modified</source> @@ -2123,7 +2123,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Modified</target> + <target state="translated">Módosítva</target> </trans-unit> <trans-unit id="4561076822163447092" datatype="html"> <source>Create new item</source> @@ -2131,7 +2131,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">50</context> </context-group> - <target state="needs-translation">Create new item</target> + <target state="translated">Új elem létrehozása</target> </trans-unit> <trans-unit id="5324147361912094446" datatype="html"> <source>Edit item</source> @@ -2139,7 +2139,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">54</context> </context-group> - <target state="needs-translation">Edit item</target> + <target state="translated">Elem szerkesztése</target> </trans-unit> <trans-unit id="1699589597032579396" datatype="html"> <source>Could not save element: <x id="PH" equiv-text="error"/></source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">58</context> </context-group> - <target state="needs-translation">Could not save element: <x id="PH" equiv-text="error"/></target> + <target state="translated">Hiba az elem mentése során: <x id="PH" equiv-text="error"/></target> </trans-unit> <trans-unit id="810888510148304696" datatype="html"> <source>Automatic</source> @@ -2155,7 +2155,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Automatic</target> + <target state="translated">Automatikus</target> </trans-unit> <trans-unit id="5044611416737085530" datatype="html"> <source>Do you really want to delete this element?</source> @@ -2163,7 +2163,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Do you really want to delete this element?</target> + <target state="translated">Valóban törölni szeretnéd ezt az elemet?</target> </trans-unit> <trans-unit id="8371896857609524947" datatype="html"> <source>Associated documents will not be deleted.</source> @@ -2171,7 +2171,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">104</context> </context-group> - <target state="needs-translation">Associated documents will not be deleted.</target> + <target state="translated">A kapcsolódó dokumentumok nem kerülnek törlésre.</target> </trans-unit> <trans-unit id="7022070615528435141" datatype="html"> <source>Delete</source> @@ -2179,7 +2179,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">106</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Törlés</target> </trans-unit> <trans-unit id="5467489005440577210" datatype="html"> <source>Error while deleting element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -2243,7 +2243,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Regular expression</target> + <target state="translated">Regexp</target> </trans-unit> <trans-unit id="7548151332424148033" datatype="html"> <source>Regular expression: Document matches this regular expression</source> From 72950d78724051e8b90ff38c037de8d47115c0a1 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:28 +0100 Subject: [PATCH 25/71] New translations django.po (Hungarian) [ci skip] --- src/locale/hu_HU/LC_MESSAGES/django.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/locale/hu_HU/LC_MESSAGES/django.po b/src/locale/hu_HU/LC_MESSAGES/django.po index 29fb985aa..eb4e89e46 100644 --- a/src/locale/hu_HU/LC_MESSAGES/django.po +++ b/src/locale/hu_HU/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:40\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "Language: hu_HU\n" @@ -19,7 +19,7 @@ msgstr "" #: documents/apps.py:10 msgid "Documents" -msgstr "" +msgstr "Dokumentumok" #: documents/models.py:32 msgid "Any word" @@ -35,7 +35,7 @@ msgstr "" #: documents/models.py:35 msgid "Regular expression" -msgstr "" +msgstr "Regexp" #: documents/models.py:36 msgid "Fuzzy word" @@ -43,7 +43,7 @@ msgstr "" #: documents/models.py:37 msgid "Automatic" -msgstr "" +msgstr "Automatikus" #: documents/models.py:41 documents/models.py:350 paperless_mail/models.py:25 #: paperless_mail/models.py:109 @@ -398,7 +398,7 @@ msgstr "" #: paperless/settings.py:297 msgid "English (US)" -msgstr "" +msgstr "Angol (US)" #: paperless/settings.py:298 msgid "English (GB)" @@ -406,7 +406,7 @@ msgstr "" #: paperless/settings.py:299 msgid "German" -msgstr "" +msgstr "Német" #: paperless/settings.py:300 msgid "Dutch" @@ -434,7 +434,7 @@ msgstr "" #: paperless_mail/admin.py:25 msgid "Filter" -msgstr "" +msgstr "Szűrő" #: paperless_mail/admin.py:27 msgid "Paperless will only process mails that match ALL of the filters given below." @@ -442,7 +442,7 @@ msgstr "" #: paperless_mail/admin.py:37 msgid "Actions" -msgstr "" +msgstr "Műveletek" #: paperless_mail/admin.py:39 msgid "The action applied to the mail. This action is only performed when documents were consumed from the mail. Mails without attachments will remain entirely untouched." @@ -450,7 +450,7 @@ msgstr "" #: paperless_mail/admin.py:46 msgid "Metadata" -msgstr "" +msgstr "Metaadat" #: paperless_mail/admin.py:48 msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." @@ -534,7 +534,7 @@ msgstr "" #: paperless_mail/models.py:81 msgid "Delete" -msgstr "" +msgstr "Törlés" #: paperless_mail/models.py:88 msgid "Use subject as title" From 729b30586014bac1ddacfe87f33e3825d5873e85 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:29 +0100 Subject: [PATCH 26/71] New translations messages.xlf (German) [ci skip] --- src-ui/src/locale/messages.de_DE.xlf | 190 +++++++++++++-------------- 1 file changed, 95 insertions(+), 95 deletions(-) diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf index 10c96ebf3..c401d6cb5 100644 --- a/src-ui/src/locale/messages.de_DE.xlf +++ b/src-ui/src/locale/messages.de_DE.xlf @@ -16,7 +16,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Das Dokument <x equiv-text="status.filename" id="PH"/> wurde zu Paperless hinzugefügt.</target> + <target state="translated">Das Dokument <x id="PH" equiv-text="status.filename"/> wurde zu Paperless hinzugefügt.</target> </trans-unit> <trans-unit id="1931214133925051574" datatype="html"> <source>Open document</source> @@ -32,7 +32,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Konnte <x equiv-text="status.filename" id="PH"/> nicht hinzufügen: <x equiv-text="status.message" id="PH_1"/></target> + <target state="translated">Konnte <x id="PH" equiv-text="status.filename"/> nicht hinzufügen: <x id="PH_1" equiv-text="status.message"/></target> </trans-unit> <trans-unit id="1710712016675379662" datatype="html"> <source>New document detected</source> @@ -48,7 +48,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="translated">Dokument <x equiv-text="status.filename" id="PH"/> wird von Paperless verarbeitet.</target> + <target state="translated">Dokument <x id="PH" equiv-text="status.filename"/> wird von Paperless verarbeitet.</target> </trans-unit> <trans-unit id="4733307402565258070" datatype="html"> <source>Documents</source> @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="translated">Ansicht "<x equiv-text="this.list.activeSavedViewTitle" id="PH"/>" erfolgreich gespeichert.</target> + <target state="translated">Ansicht "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" erfolgreich gespeichert.</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">Ansicht "<x equiv-text="savedView.name" id="PH"/>" erfolgreich erstellt.</target> + <target state="translated">Ansicht "<x id="PH" equiv-text="savedView.name"/>" erfolgreich erstellt.</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -136,7 +136,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">71</context> </context-group> - <target state="translated">"<x equiv-text="{{list.activeSavedViewTitle}}" id="INTERPOLATION"/>" speichern</target> + <target state="translated">"<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>" speichern</target> </trans-unit> <trans-unit id="439e7cc3c1ecefded167ed4d37f7d22dad6a9159" datatype="html"> <source>{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</source> @@ -168,7 +168,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">105</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="7b5c6286aaded63fb279d6deb8aa8c704e085ced" datatype="html"> <source>Correspondent</source> @@ -224,7 +224,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">204</context> </context-group> - <target state="translated">Möchten Sie das Dokument "<x equiv-text="this.document.title" id="PH"/>" wirklich löschen?</target> + <target state="translated">Möchten Sie das Dokument "<x id="PH" equiv-text="this.document.title"/>" wirklich löschen?</target> </trans-unit> <trans-unit id="6691075929777935948" datatype="html"> <source>The files for this document will be deleted permanently. This operation cannot be undone.</source> @@ -248,7 +248,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">214</context> </context-group> - <target state="translated">Fehler beim Löschen des Dokuments: <x equiv-text="JSON.stringify(error)" id="PH"/></target> + <target state="translated">Fehler beim Löschen des Dokuments: <x id="PH" equiv-text="JSON.stringify(error)"/></target> </trans-unit> <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> <source>Delete</source> @@ -288,7 +288,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">56</context> </context-group> - <target state="needs-translation">Details</target> + <target state="translated">Details</target> </trans-unit> <trans-unit id="4ab4cb601522b9194922554d934c4c30bd93567d" datatype="html"> <source>Content</source> @@ -336,7 +336,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">von <x equiv-text="{{previewNumPages}}" id="INTERPOLATION"/></target> + <target state="translated">von <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> </trans-unit> <trans-unit id="a071e35fecc10753065b1cb5b38608be66da2c8b" datatype="html"> <source>Download original</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="translated">Hallo <x equiv-text="this.displayName" id="PH"/>, willkommen zu Paperless-ng!</target> + <target state="translated">Hallo <x id="PH" equiv-text="this.displayName"/>, willkommen zu Paperless-ng!</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Möchten Sie das Tag "<x equiv-text="object.name" id="PH"/>" wirklich löschen?</target> + <target state="translated">Möchten Sie das Tag "<x id="PH" equiv-text="object.name"/>" wirklich löschen?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -488,39 +488,39 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Tags</target> + <target state="translated">Tags</target> </trans-unit> - <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> + <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html" approved="yes"> <source>Create</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">2</context> </context-group> - <target state="translated">Erstellen</target> + <target state="final">Erstellen</target> </trans-unit> - <trans-unit id="ddb40946e790522301687ecddb9ce1cb8ad40dd1" datatype="html"> + <trans-unit id="ddb40946e790522301687ecddb9ce1cb8ad40dd1" datatype="html" approved="yes"> <source>Filter by:</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">Filtern nach:</target> + <target state="final">Filtern nach:</target> </trans-unit> - <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html"> + <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html" approved="yes"> <source>Name</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">Name</target> + <target state="final">Name</target> </trans-unit> - <trans-unit id="8fa4d523f7b91df4390120b85ed0406138273e1a" datatype="html"> + <trans-unit id="8fa4d523f7b91df4390120b85ed0406138273e1a" datatype="html" approved="yes"> <source>Color</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="translated">Farbe</target> + <target state="final">Farbe</target> </trans-unit> <trans-unit id="d0c4488f742efeba0915e90e285a022da813deff" datatype="html"> <source>Matching</source> @@ -538,117 +538,117 @@ </context-group> <target state="translated">Anzahl Dokumente</target> </trans-unit> - <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> + <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html" approved="yes"> <source>Actions</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="translated">Aktionen</target> + <target state="final">Aktionen</target> </trans-unit> - <trans-unit id="9d51b3c90afda70700229d1b8a55371c13cb3bce" datatype="html"> + <trans-unit id="9d51b3c90afda70700229d1b8a55371c13cb3bce" datatype="html" approved="yes"> <source>Documents</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="translated">Dokumente</target> + <target state="final">Dokumente</target> </trans-unit> - <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> + <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html" approved="yes"> <source>Edit</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">43</context> </context-group> - <target state="translated">Bearbeiten</target> + <target state="final">Bearbeiten</target> </trans-unit> - <trans-unit id="4990731724078522539" datatype="html"> + <trans-unit id="4990731724078522539" datatype="html" approved="yes"> <source>Do you really want to delete the document type "<x id="PH" equiv-text="object.name"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Möchten Sie den Dokumenttyp "<x equiv-text="object.name" id="PH"/>" wirklich löschen?</target> + <target state="final">Möchten Sie den Dokumenttyp "<x id="PH" equiv-text="object.name"/>" wirklich löschen?</target> </trans-unit> - <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> + <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html" approved="yes"> <source>Document types</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="translated">Dokumenttypen</target> + <target state="final">Dokumenttypen</target> </trans-unit> - <trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef" datatype="html"> + <trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef" datatype="html" approved="yes"> <source>Logs</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/logs/logs.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="translated">Protokoll</target> + <target state="final">Protokoll</target> </trans-unit> - <trans-unit id="5610279464668232148" datatype="html"> + <trans-unit id="5610279464668232148" datatype="html" approved="yes"> <source>Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">68</context> </context-group> - <target state="translated">Gespeicherte Ansicht "<x equiv-text="savedView.name" id="PH"/>" gelöscht.</target> + <target state="final">Gespeicherte Ansicht "<x id="PH" equiv-text="savedView.name"/>" gelöscht.</target> </trans-unit> - <trans-unit id="5647210819299459618" datatype="html"> + <trans-unit id="5647210819299459618" datatype="html" approved="yes"> <source>Settings saved successfully.</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">89</context> </context-group> - <target state="translated">Einstellungen erfolgreich gespeichert.</target> + <target state="final">Einstellungen erfolgreich gespeichert.</target> </trans-unit> - <trans-unit id="6839066544204061364" datatype="html"> + <trans-unit id="6839066544204061364" datatype="html" approved="yes"> <source>Use system language</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="translated">Benutze Systemsprache</target> + <target state="final">Benutze Systemsprache</target> </trans-unit> - <trans-unit id="7729897675462249787" datatype="html"> + <trans-unit id="7729897675462249787" datatype="html" approved="yes"> <source>Use date format of display language</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">100</context> </context-group> - <target state="translated">Benutze Datumsformat der Anzeigesprache</target> + <target state="final">Benutze Datumsformat der Anzeigesprache</target> </trans-unit> - <trans-unit id="8488620293789898901" datatype="html"> + <trans-unit id="8488620293789898901" datatype="html" approved="yes"> <source>Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="translated">Fehler beim Speichern der Einstellungen auf dem Server: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="final">Fehler beim Speichern der Einstellungen auf dem Server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> - <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> + <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html" approved="yes"> <source>Settings</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="translated">Einstellungen</target> + <target state="final">Einstellungen</target> </trans-unit> - <trans-unit id="11ebd254cc9294717105c5982eb0cd2af30a446d" datatype="html"> + <trans-unit id="11ebd254cc9294717105c5982eb0cd2af30a446d" datatype="html" approved="yes"> <source>General settings</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="translated">Allgemeine Einstellungen</target> + <target state="final">Allgemeine Einstellungen</target> </trans-unit> - <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html"> + <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html" approved="yes"> <source>Notifications</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">116</context> </context-group> - <target state="translated">Benachrichtigungen</target> + <target state="final">Benachrichtigungen</target> </trans-unit> <trans-unit id="99dee94e92dbd9e21a008d4569f9719ed206ae37" datatype="html"> <source>Saved views</source> @@ -666,13 +666,13 @@ </context-group> <target state="translated">Erscheinungsbild</target> </trans-unit> - <trans-unit id="75f8908d266f7cc9b9e68e0be906fd080a223606" datatype="html"> + <trans-unit id="75f8908d266f7cc9b9e68e0be906fd080a223606" datatype="html" approved="yes"> <source>Display language</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">17</context> </context-group> - <target state="translated">Anzeigesprache</target> + <target state="final">Anzeigesprache</target> </trans-unit> <trans-unit id="1284a077dc18a2d1ff1b744f16f1797eea28ae37" datatype="html"> <source>You need to reload the page after applying a new language.</source> @@ -704,7 +704,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Kurz: <x equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Kurz: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="d01a59285e711252b98c4f193394e4b854615c78" datatype="html"> <source>Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></source> @@ -712,7 +712,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">55</context> </context-group> - <target state="translated">Mittel: <x equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Mittel: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="00481629776699b1caebd12b3b1176e2e23740a8" datatype="html"> <source>Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></source> @@ -720,7 +720,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Lang: <x equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Lang: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="2045151788cbdda7512752e408da59a6b54a8ef0" datatype="html"> <source>Items per page</source> @@ -912,7 +912,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Möchten Sie den Korrespondenten "<x equiv-text="object.name" id="PH"/>" wirklich löschen?</target> + <target state="translated">Möchten Sie den Korrespondenten "<x id="PH" equiv-text="object.name"/>" wirklich löschen?</target> </trans-unit> <trans-unit id="c3f3334de899327bf3ec8999236e10798ff76e72" datatype="html"> <source>Correspondents</source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Ungültige Suchanfrage: <x equiv-text="{{errorMessage}}" id="INTERPOLATION"/></target> + <target state="translated">Ungültige Suchanfrage: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="translated">Zeige ähnliche Dokumente zu <x equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}" id="START_LINK"/><x equiv-text="{{more_like_doc?.original_file_name}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/></target> + <target state="translated">Zeige ähnliche Dokumente zu <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1072,7 +1072,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="translated">Suchanfrage: <x equiv-text="<i>{{query}}" id="START_ITALIC_TEXT"/><x equiv-text="{{query}}</i>" id="INTERPOLATION"/><x equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/></target> + <target state="translated">Suchanfrage: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Meinten Sie "<x equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}" id="START_LINK"/><x equiv-text="{{correctedQuery}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/>"?</target> + <target state="translated">Meinten Sie "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1097,7 +1097,7 @@ <context context-type="linenumber">11</context> </context-group> <note priority="1" from="description">app title</note> - <target state="needs-translation">Paperless-ng</target> + <target state="translated">Paperless-ng</target> </trans-unit> <trans-unit id="069566c6ed4f051b5b5617ef1935837226585dad" datatype="html"> <source>Search documents</source> @@ -1137,7 +1137,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">160</context> </context-group> - <target state="needs-translation">Info</target> + <target state="translated">Info</target> </trans-unit> <trans-unit id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7" datatype="html"> <source>Documentation</source> @@ -1153,7 +1153,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">175</context> </context-group> - <target state="needs-translation">GitHub</target> + <target state="translated">GitHub</target> </trans-unit> <trans-unit id="ea3a452c5238897cabc5781308cceb2d37dcf258" datatype="html"> <source>Suggest an idea</source> @@ -1169,7 +1169,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">34</context> </context-group> - <target state="translated">Angemeldet als <x equiv-text="{{displayName}}" id="INTERPOLATION"/></target> + <target state="translated">Angemeldet als <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> </trans-unit> <trans-unit id="4f55b670f49d927c6026bb614c7c62b1f2a394c0" datatype="html"> <source>Open documents</source> @@ -1209,7 +1209,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Korrespondent: <x equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Korrespondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> @@ -1225,7 +1225,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="translated">Typ: <x equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Typ: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> @@ -1241,7 +1241,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">45</context> </context-group> - <target state="translated">Tag: <x equiv-text="this.tags.find(t => t.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> @@ -1257,7 +1257,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">53</context> </context-group> - <target state="translated">Titel: <x equiv-text="rule.value" id="PH"/></target> + <target state="translated">Titel: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> @@ -1378,7 +1378,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="translated">Erstellt: <x equiv-text="{{document.created | customDate}}" id="INTERPOLATION"/></target> + <target state="translated">Erstellt: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> </trans-unit> <trans-unit id="cd6f3fd48957e1fea6545c2b2defc7b2435ebfa8" datatype="html"> <source>Filter by correspondent</source> @@ -1418,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="translated">Fehler beim Ausführung der Massenverarbeitung: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Fehler beim Ausführung der Massenverarbeitung: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="7894972847287473517" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>"</source> @@ -1426,7 +1426,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">113</context> </context-group> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>"</target> </trans-unit> <trans-unit id="8639884465898458690" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>" und "<x equiv-text="items[1].name" id="PH_1"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" und "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1444,7 +1444,7 @@ <context context-type="linenumber">117</context> </context-group> <note priority="1" from="description">this is used to separate enumerations and should probably be a comma and a whitespace in most languages</note> - <target state="needs-translation">, </target> + <target state="translated">, </target> </trans-unit> <trans-unit id="1822679894391095557" datatype="html"> <source><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="translated"><x equiv-text="list" id="PH"/> und "<x equiv-text="items[items.length - 1].name" id="PH_1"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/> und "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1469,7 +1469,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">130</context> </context-group> - <target state="translated">Diese Aktion wird <x equiv-text="this.list.selected.size" id="PH_1"/> ausgewählten Dokumenten das Tag "<x equiv-text="tag.name" id="PH"/>" hinzufügen.</target> + <target state="translated">Diese Aktion wird <x id="PH_1" equiv-text="this.list.selected.size"/> ausgewählten Dokumenten das Tag "<x id="PH" equiv-text="tag.name"/>" hinzufügen.</target> </trans-unit> <trans-unit id="1894412783609570695" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1477,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="translated">Diese Aktion wird <x equiv-text="this.list.selected.size" id="PH_1"/> ausgewählten Dokumenten die Tags <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> hinzufügen.</target> + <target state="translated">Diese Aktion wird <x id="PH_1" equiv-text="this.list.selected.size"/> ausgewählten Dokumenten die Tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> hinzufügen.</target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="translated">Diese Aktion wird das Tag "<x equiv-text="tag.name" id="PH"/>" von <x equiv-text="this.list.selected.size" id="PH_1"/> ausgewählten Dokumenten entfernen.</target> + <target state="translated">Diese Aktion wird das Tag "<x id="PH" equiv-text="tag.name"/>" von <x id="PH_1" equiv-text="this.list.selected.size"/> ausgewählten Dokumenten entfernen.</target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1493,7 +1493,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">137</context> </context-group> - <target state="translated">Diese Aktion wird die Tags <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH"/> von <x equiv-text="this.list.selected.size" id="PH_1"/> ausgewählten Dokumenten entfernen.</target> + <target state="translated">Diese Aktion wird die Tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> von <x id="PH_1" equiv-text="this.list.selected.size"/> ausgewählten Dokumenten entfernen.</target> </trans-unit> <trans-unit id="2739066218579571288" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1501,7 +1501,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">139</context> </context-group> - <target state="translated">Diese Aktion wird die Tags <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> den <x equiv-text="this.list.selected.size" id="PH_2"/> ausgewählten Dokumenten hinzufügen und die Tags <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH_1"/> entfernen.</target> + <target state="translated">Diese Aktion wird die Tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> den <x id="PH_2" equiv-text="this.list.selected.size"/> ausgewählten Dokumenten hinzufügen und die Tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> entfernen.</target> </trans-unit> <trans-unit id="2996713129519325161" datatype="html"> <source>Confirm correspondent assignment</source> @@ -1517,7 +1517,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">161</context> </context-group> - <target state="translated">Diese Aktion wird <x equiv-text="this.list.selected.size" id="PH_1"/> ausgewählten Dokumenten den Korrespondent "<x equiv-text="correspondent.name" id="PH"/>" zuweisen.</target> + <target state="translated">Diese Aktion wird <x id="PH_1" equiv-text="this.list.selected.size"/> ausgewählten Dokumenten den Korrespondent "<x id="PH" equiv-text="correspondent.name"/>" zuweisen.</target> </trans-unit> <trans-unit id="1257522660364398440" datatype="html"> <source>This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1525,7 +1525,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">163</context> </context-group> - <target state="translated">Diese Aktion wird bei <x equiv-text="this.list.selected.size" id="PH"/> ausgewählten Dokumenten den Korrespondent entfernen.</target> + <target state="translated">Diese Aktion wird bei <x id="PH" equiv-text="this.list.selected.size"/> ausgewählten Dokumenten den Korrespondent entfernen.</target> </trans-unit> <trans-unit id="5393409374423140648" datatype="html"> <source>Confirm document type assignment</source> @@ -1541,7 +1541,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">184</context> </context-group> - <target state="translated">Diese Aktion wird <x equiv-text="this.list.selected.size" id="PH_1"/> ausgewählten Dokumenten den Dokumenttyp "<x equiv-text="correspondent.name" id="PH"/>" zuweisen.</target> + <target state="translated">Diese Aktion wird <x id="PH_1" equiv-text="this.list.selected.size"/> ausgewählten Dokumenten den Dokumenttyp "<x id="PH" equiv-text="correspondent.name"/>" zuweisen.</target> </trans-unit> <trans-unit id="2236642492594872779" datatype="html"> <source>This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1549,7 +1549,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">186</context> </context-group> - <target state="translated">Diese Aktion wird bei <x equiv-text="this.list.selected.size" id="PH"/> ausgewählten Dokumenten den Dokumenttyp entfernen.</target> + <target state="translated">Diese Aktion wird bei <x id="PH" equiv-text="this.list.selected.size"/> ausgewählten Dokumenten den Dokumenttyp entfernen.</target> </trans-unit> <trans-unit id="749430623564850405" datatype="html"> <source>Delete confirm</source> @@ -1565,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="translated">Diese Aktion wird <x equiv-text="this.list.selected.size" id="PH"/> ausgewählte Dokumente unwiderruflich löschen.</target> + <target state="translated">Diese Aktion wird <x id="PH" equiv-text="this.list.selected.size"/> ausgewählte Dokumente unwiderruflich löschen.</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1653,7 +1653,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Anzahl Dokumente gesamt: <x equiv-text="{{statistics?.documents_total}}" id="INTERPOLATION"/></target> + <target state="translated">Anzahl Dokumente gesamt: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> </trans-unit> <trans-unit id="13e8d49dbcad9f9d71e66a9a56d6f328cff430c9" datatype="html"> <source>Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></source> @@ -1661,7 +1661,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="translated">Dokumente im Posteingang: <x equiv-text="{{statistics?.documents_inbox}}" id="INTERPOLATION"/></target> + <target state="translated">Dokumente im Posteingang: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> </trans-unit> <trans-unit id="6443586946875325554" datatype="html"> <source>Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></source> @@ -1669,7 +1669,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Verarbeite: <x equiv-text="countUploadingAndProcessing" id="PH"/></target> + <target state="translated">Verarbeite: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> </trans-unit> <trans-unit id="9182918211699394982" datatype="html"> <source>Failed: <x id="PH" equiv-text="countFailed"/></source> @@ -1677,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Fehlgeschlagen: <x equiv-text="countFailed" id="PH"/></target> + <target state="translated">Fehlgeschlagen: <x id="PH" equiv-text="countFailed"/></target> </trans-unit> <trans-unit id="534116346205124059" datatype="html"> <source>Added: <x id="PH" equiv-text="countSuccess"/></source> @@ -1685,7 +1685,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">38</context> </context-group> - <target state="translated">Hinzugefügt: <x equiv-text="countSuccess" id="PH"/></target> + <target state="translated">Hinzugefügt: <x id="PH" equiv-text="countSuccess"/></target> </trans-unit> <trans-unit id="3852289441366561594" datatype="html"> <source>Connecting...</source> @@ -1717,7 +1717,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">HTTP-Fehler: <x equiv-text="error.status" id="PH"/> <x equiv-text="error.statusText" id="PH_1"/></target> + <target state="translated">HTTP-Fehler: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> </trans-unit> <trans-unit id="e022072b3e4dd77e3f09960817ef3359a49963b3" datatype="html"> <source>Upload new documents</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">102</context> </context-group> - <target state="needs-translation">ISO 8601</target> + <target state="translated">ISO 8601</target> </trans-unit> <trans-unit id="2119857572761283468" datatype="html"> <source>Document already exists.</source> @@ -2075,7 +2075,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Information</target> + <target state="translated">Information</target> </trans-unit> <trans-unit id="7517688192215738656" datatype="html"> <source>ASN</source> @@ -2083,7 +2083,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">ASN</target> </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">58</context> </context-group> - <target state="translated">Konnte Element nicht speichern: <x equiv-text="error" id="PH"/></target> + <target state="translated">Konnte Element nicht speichern: <x id="PH" equiv-text="error"/></target> </trans-unit> <trans-unit id="810888510148304696" datatype="html"> <source>Automatic</source> @@ -2187,7 +2187,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">114</context> </context-group> - <target state="translated">Fehler beim Löschen des Elements: <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Fehler beim Löschen des Elements: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="5851669019930456395" datatype="html"> <source>Any word</source> From 43118a1ffdb539595eb19ba5ba464c88b6d15e1e Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:30 +0100 Subject: [PATCH 27/71] New translations django.po (German) [ci skip] --- src/locale/de_DE/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locale/de_DE/LC_MESSAGES/django.po b/src/locale/de_DE/LC_MESSAGES/django.po index 120dcd1a8..b0c567568 100644 --- a/src/locale/de_DE/LC_MESSAGES/django.po +++ b/src/locale/de_DE/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:40\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -434,7 +434,7 @@ msgstr "Paperless-ng Administration" #: paperless_mail/admin.py:25 msgid "Filter" -msgstr "" +msgstr "Filter" #: paperless_mail/admin.py:27 msgid "Paperless will only process mails that match ALL of the filters given below." From 27bfb2d3b0ea591deb98a8665bc9a604793973a7 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:32 +0100 Subject: [PATCH 28/71] New translations messages.xlf (Czech) [ci skip] --- src-ui/src/locale/messages.cs_CZ.xlf | 32 ++++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src-ui/src/locale/messages.cs_CZ.xlf b/src-ui/src/locale/messages.cs_CZ.xlf index 8bdad274b..df4ee3d04 100644 --- a/src-ui/src/locale/messages.cs_CZ.xlf +++ b/src-ui/src/locale/messages.cs_CZ.xlf @@ -56,7 +56,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Dokumenty</target> </trans-unit> <trans-unit id="2155249406916744630" datatype="html"> <source>View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</source> @@ -256,7 +256,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Odstranit</target> </trans-unit> <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> <source>Download</source> @@ -304,7 +304,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">81</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metadata</target> </trans-unit> <trans-unit id="3f5a652a1f473f4e243e3c6805ef1b383e270bb7" datatype="html"> <source>Discard</source> @@ -544,7 +544,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Actions</target> + <target state="translated">Akce</target> </trans-unit> <trans-unit id="9d51b3c90afda70700229d1b8a55371c13cb3bce" datatype="html"> <source>Documents</source> @@ -552,7 +552,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Dokumenty</target> </trans-unit> <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> <source>Edit</source> @@ -1831,7 +1831,7 @@ <context context-type="sourcefile">src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metadata</target> </trans-unit> <trans-unit id="3797570084942068182" datatype="html"> <source>Select</source> @@ -1903,7 +1903,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">92</context> </context-group> - <target state="needs-translation">German</target> + <target state="translated">Němčina</target> </trans-unit> <trans-unit id="3071065188816255493" datatype="html"> <source>Dutch</source> @@ -1911,7 +1911,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">93</context> </context-group> - <target state="needs-translation">Dutch</target> + <target state="translated">Holandština</target> </trans-unit> <trans-unit id="7633754075223722162" datatype="html"> <source>French</source> @@ -1919,7 +1919,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">French</target> + <target state="translated">Francouzština</target> </trans-unit> <trans-unit id="9184513005098760425" datatype="html"> <source>Portuguese (Brazil)</source> @@ -2155,7 +2155,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Automatic</target> + <target state="translated">Automatický</target> </trans-unit> <trans-unit id="5044611416737085530" datatype="html"> <source>Do you really want to delete this element?</source> @@ -2179,7 +2179,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">106</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Odstranit</target> </trans-unit> <trans-unit id="5467489005440577210" datatype="html"> <source>Error while deleting element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -2195,7 +2195,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Any word</target> + <target state="translated">Jakékoliv slovo</target> </trans-unit> <trans-unit id="7517655726614958140" datatype="html"> <source>Any: Document contains any of these words (space separated)</source> @@ -2211,7 +2211,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">All words</target> + <target state="translated">Všechna slova</target> </trans-unit> <trans-unit id="111914402588955480" datatype="html"> <source>All: Document contains all of these words (space separated)</source> @@ -2227,7 +2227,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Exact match</target> + <target state="translated">Přesná shoda</target> </trans-unit> <trans-unit id="7109184332944610787" datatype="html"> <source>Exact: Document contains this string</source> @@ -2243,7 +2243,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Regular expression</target> + <target state="translated">Regulární výraz</target> </trans-unit> <trans-unit id="7548151332424148033" datatype="html"> <source>Regular expression: Document matches this regular expression</source> @@ -2259,7 +2259,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">Fuzzy word</target> + <target state="translated">Fuzzy slovo</target> </trans-unit> <trans-unit id="8419167206585286450" datatype="html"> <source>Fuzzy: Document contains a word similar to this word</source> From 507cdca757c1bccd788449e3f2d03705df3d49a5 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:33 +0100 Subject: [PATCH 29/71] New translations django.po (Czech) [ci skip] --- src/locale/cs_CZ/LC_MESSAGES/django.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/locale/cs_CZ/LC_MESSAGES/django.po b/src/locale/cs_CZ/LC_MESSAGES/django.po index ff7098536..9542c2b9b 100644 --- a/src/locale/cs_CZ/LC_MESSAGES/django.po +++ b/src/locale/cs_CZ/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:40\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: Czech\n" "Language: cs_CZ\n" @@ -84,7 +84,7 @@ msgstr "Označí tento tag jako tag pro příchozí: Všechny nově zkonzumovan #: documents/models.py:94 msgid "tag" -msgstr "" +msgstr "tag" #: documents/models.py:95 documents/models.py:151 msgid "tags" @@ -188,7 +188,7 @@ msgstr "dokumenty" #: documents/models.py:311 msgid "debug" -msgstr "" +msgstr "debug" #: documents/models.py:312 msgid "information" @@ -450,7 +450,7 @@ msgstr "Akce provedena na emailu. Tato akce je provedena jen pokud byly dokument #: paperless_mail/admin.py:46 msgid "Metadata" -msgstr "" +msgstr "Metadata" #: paperless_mail/admin.py:48 msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." @@ -482,11 +482,11 @@ msgstr "Používat STARTTLS" #: paperless_mail/models.py:29 msgid "IMAP server" -msgstr "" +msgstr "IMAP server" #: paperless_mail/models.py:33 msgid "IMAP port" -msgstr "" +msgstr "IMAP port" #: paperless_mail/models.py:36 msgid "This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections." From d4dea13eee649c2459f239d859a78d988d6c1436 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:34 +0100 Subject: [PATCH 30/71] New translations messages.xlf (Spanish) [ci skip] --- src-ui/src/locale/messages.es_ES.xlf | 518 +++++++++++++-------------- 1 file changed, 259 insertions(+), 259 deletions(-) diff --git a/src-ui/src/locale/messages.es_ES.xlf b/src-ui/src/locale/messages.es_ES.xlf index bea646011..be2248614 100644 --- a/src-ui/src/locale/messages.es_ES.xlf +++ b/src-ui/src/locale/messages.es_ES.xlf @@ -8,7 +8,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Document added</target> + <target state="translated">Documento agregado</target> </trans-unit> <trans-unit id="9204248378636247318" datatype="html"> <source>Document <x id="PH" equiv-text="status.filename"/> was added to paperless.</source> @@ -16,7 +16,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Document <x id="PH" equiv-text="status.filename"/> was added to paperless.</target> + <target state="translated">Documento<x id="PH" equiv-text="status.filename"/> agregado a paperless.</target> </trans-unit> <trans-unit id="1931214133925051574" datatype="html"> <source>Open document</source> @@ -24,7 +24,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Open document</target> + <target state="translated">Abrir documento</target> </trans-unit> <trans-unit id="8582620835547864448" datatype="html"> <source>Could not add <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></source> @@ -32,7 +32,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">59</context> </context-group> - <target state="needs-translation">Could not add <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> + <target state="translated">No se pudo agregar<x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> </trans-unit> <trans-unit id="1710712016675379662" datatype="html"> <source>New document detected</source> @@ -40,7 +40,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="needs-translation">New document detected</target> + <target state="translated">Nuevo documento detectado</target> </trans-unit> <trans-unit id="587031278561344416" datatype="html"> <source>Document <x id="PH" equiv-text="status.filename"/> is being processed by paperless.</source> @@ -48,7 +48,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="needs-translation">Document <x id="PH" equiv-text="status.filename"/> is being processed by paperless.</target> + <target state="translated">El documento<x id="PH" equiv-text="status.filename"/> está siendo procesado por paperless.</target> </trans-unit> <trans-unit id="4733307402565258070" datatype="html"> <source>Documents</source> @@ -56,7 +56,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Documentos</target> </trans-unit> <trans-unit id="2155249406916744630" datatype="html"> <source>View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</source> @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="needs-translation">View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</target> + <target state="translated">Ver "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" guardado satisfactoriamente.</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="needs-translation">View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</target> + <target state="translated">Ver "<x id="PH" equiv-text="savedView.name"/>" creado satisfactoriamente.</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -80,7 +80,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation">Select</target> + <target state="translated">Selecciona</target> </trans-unit> <trans-unit id="7e1f9a7054aff842832620c03dedae894787ba41" datatype="html"> <source>Select none</source> @@ -88,7 +88,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Select none</target> + <target state="translated">Seleccionar ninguno</target> </trans-unit> <trans-unit id="2ed8a0c2ce4968f8614151eefed20a0aa3daeeb9" datatype="html"> <source>Select page</source> @@ -96,7 +96,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Select page</target> + <target state="translated">Seleccionar página</target> </trans-unit> <trans-unit id="b463541a7e303aa4d0b1102eaff8afbaf34e7a74" datatype="html"> <source>Select all</source> @@ -104,7 +104,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Select all</target> + <target state="translated">Seleccionar todo</target> </trans-unit> <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html"> <source>Sort</source> @@ -112,7 +112,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Sort</target> + <target state="translated">Ordenar</target> </trans-unit> <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html"> <source>Views</source> @@ -120,7 +120,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">64</context> </context-group> - <target state="needs-translation">Views</target> + <target state="translated">Vistas</target> </trans-unit> <trans-unit id="b69d81ff62cdc22b6bf88fe0b72dc1f66ccfa44f" datatype="html"> <source>Save as...</source> @@ -128,7 +128,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="needs-translation">Save as...</target> + <target state="translated">Guardar como...</target> </trans-unit> <trans-unit id="5f5ce787c428d917c30c9bd70789a618e09743a7" datatype="html"> <source>Save "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</source> @@ -136,7 +136,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">71</context> </context-group> - <target state="needs-translation">Save "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> + <target state="translated">Guardar "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> </trans-unit> <trans-unit id="439e7cc3c1ecefded167ed4d37f7d22dad6a9159" datatype="html"> <source>{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</source> @@ -144,7 +144,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">85</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Seleccionado <x id="INTERPOLATION"/> de un documento} other {Seleccionados <x id="INTERPOLATION"/> de <x id="INTERPOLATION_1"/> documentos}}</target> </trans-unit> <trans-unit id="bb773fdeaad5e7fb8e6cd77e1cc558e1b194a0c9" datatype="html"> <source>{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</source> @@ -152,7 +152,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">86</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Un documento} other {<x id="INTERPOLATION"/> documentos}}</target> </trans-unit> <trans-unit id="bb91083b44e3f77dd68de773ceab467ca3d57507" datatype="html"> <source>(filtered)</source> @@ -160,7 +160,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">86</context> </context-group> - <target state="needs-translation">(filtered)</target> + <target state="translated">(filtrado)</target> </trans-unit> <trans-unit id="ca0b795795658155d44ddca02e95f1feeeb4a88f" datatype="html"> <source>ASN</source> @@ -168,7 +168,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">105</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">NSA</target> </trans-unit> <trans-unit id="7b5c6286aaded63fb279d6deb8aa8c704e085ced" datatype="html"> <source>Correspondent</source> @@ -184,7 +184,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">117</context> </context-group> - <target state="needs-translation">Title</target> + <target state="translated">Título</target> </trans-unit> <trans-unit id="2bd5919e8098513664a89d5b7b52d61e3063950f" datatype="html"> <source>Document type</source> @@ -192,7 +192,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Document type</target> + <target state="translated">Tipo de documento</target> </trans-unit> <trans-unit id="1b051734b0ee9021991c91b3ed4e81c244322462" datatype="html"> <source>Created</source> @@ -200,7 +200,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">129</context> </context-group> - <target state="needs-translation">Created</target> + <target state="translated">Creado</target> </trans-unit> <trans-unit id="80e3b490720757978c99a7b5af3885faf202b955" datatype="html"> <source>Added</source> @@ -208,7 +208,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">135</context> </context-group> - <target state="needs-translation">Added</target> + <target state="translated">Aggregado</target> </trans-unit> <trans-unit id="9021887951960049161" datatype="html"> <source>Confirm delete</source> @@ -216,7 +216,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="needs-translation">Confirm delete</target> + <target state="translated">Confirmar borrado</target> </trans-unit> <trans-unit id="5382975254277698192" datatype="html"> <source>Do you really want to delete document "<x id="PH" equiv-text="this.document.title"/>"?</source> @@ -224,7 +224,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">204</context> </context-group> - <target state="needs-translation">Do you really want to delete document "<x id="PH" equiv-text="this.document.title"/>"?</target> + <target state="translated">¿Estás seguro de querer borrar el documento "<x id="PH" equiv-text="this.document.title"/>"?</target> </trans-unit> <trans-unit id="6691075929777935948" datatype="html"> <source>The files for this document will be deleted permanently. This operation cannot be undone.</source> @@ -232,7 +232,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="needs-translation">The files for this document will be deleted permanently. This operation cannot be undone.</target> + <target state="translated">Los archivos para este documento serán borrados permanentemente. Esta operación no se puede deshacer.</target> </trans-unit> <trans-unit id="719892092227206532" datatype="html"> <source>Delete document</source> @@ -240,7 +240,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">207</context> </context-group> - <target state="needs-translation">Delete document</target> + <target state="translated">Borrar documento</target> </trans-unit> <trans-unit id="1844801255494293730" datatype="html"> <source>Error deleting document: <x id="PH" equiv-text="JSON.stringify(error)"/></source> @@ -248,7 +248,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">214</context> </context-group> - <target state="needs-translation">Error deleting document: <x id="PH" equiv-text="JSON.stringify(error)"/></target> + <target state="translated">Error borrando el documento: <x id="PH" equiv-text="JSON.stringify(error)"/></target> </trans-unit> <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> <source>Delete</source> @@ -256,7 +256,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Borrar</target> </trans-unit> <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> <source>Download</source> @@ -264,7 +264,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Download</target> + <target state="translated">Descargar</target> </trans-unit> <trans-unit id="4ea3c236bca3528318e3b3a411a20909e5fa8be4" datatype="html"> <source>More like this</source> @@ -272,7 +272,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">More like this</target> + <target state="translated">Similares</target> </trans-unit> <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html"> <source>Close</source> @@ -280,7 +280,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">44</context> </context-group> - <target state="needs-translation">Close</target> + <target state="translated">Cerrar</target> </trans-unit> <trans-unit id="4f8b2bb476981727ab34ed40fde1218361f92c45" datatype="html"> <source>Details</source> @@ -288,7 +288,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">56</context> </context-group> - <target state="needs-translation">Details</target> + <target state="translated">Detalles</target> </trans-unit> <trans-unit id="4ab4cb601522b9194922554d934c4c30bd93567d" datatype="html"> <source>Content</source> @@ -296,7 +296,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="needs-translation">Content</target> + <target state="translated">Contenido</target> </trans-unit> <trans-unit id="f721a500a68c357e8f2a01e60510f6a01e4ba529" datatype="html"> <source>Metadata</source> @@ -304,7 +304,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">81</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metadatos</target> </trans-unit> <trans-unit id="3f5a652a1f473f4e243e3c6805ef1b383e270bb7" datatype="html"> <source>Discard</source> @@ -312,7 +312,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">130</context> </context-group> - <target state="needs-translation">Discard</target> + <target state="translated">Descartar</target> </trans-unit> <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> <source>Save</source> @@ -320,7 +320,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">132</context> </context-group> - <target state="needs-translation">Save</target> + <target state="translated">Salvar</target> </trans-unit> <trans-unit id="8380d9eff8613c0bc58edc7cebc2aa72e17b11e3" datatype="html"> <source>Page</source> @@ -328,7 +328,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Page</target> + <target state="translated">Página</target> </trans-unit> <trans-unit id="c972a8e7d09f86e0c408a80349990fb213b32c08" datatype="html"> <source>of <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></source> @@ -336,7 +336,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">of <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> + <target state="translated">de <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> </trans-unit> <trans-unit id="a071e35fecc10753065b1cb5b38608be66da2c8b" datatype="html"> <source>Download original</source> @@ -344,7 +344,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">29</context> </context-group> - <target state="needs-translation">Download original</target> + <target state="translated">Documento original</target> </trans-unit> <trans-unit id="9b3996b5ddcc628a999a7df72fbfc2a2eae8c8a5" datatype="html"> <source>Archive serial number</source> @@ -352,7 +352,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">60</context> </context-group> - <target state="needs-translation">Archive serial number</target> + <target state="translated">Número de serie del archivo</target> </trans-unit> <trans-unit id="30eebc2dd656dbcb259d8d5286d244ee397d63bd" datatype="html"> <source>Date created</source> @@ -360,7 +360,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">61</context> </context-group> - <target state="needs-translation">Date created</target> + <target state="translated">Fecha de creación</target> </trans-unit> <trans-unit id="6e58f1baf7acb6a0cfe3636b9c2a61b4d1183720" datatype="html"> <source>Date modified</source> @@ -368,7 +368,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Date modified</target> + <target state="translated">Fecha de modificación</target> </trans-unit> <trans-unit id="c1ae0f9ac4efb2dcd43cd947ddba09d6c4328269" datatype="html"> <source>Date added</source> @@ -376,7 +376,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">91</context> </context-group> - <target state="needs-translation">Date added</target> + <target state="translated">Fecha de subida</target> </trans-unit> <trans-unit id="c7ea641c3a61a12a3599ce5a75c6d0dbba409ad3" datatype="html"> <source>Media filename</source> @@ -384,7 +384,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">95</context> </context-group> - <target state="needs-translation">Media filename</target> + <target state="translated">Nombre del fichero</target> </trans-unit> <trans-unit id="74a894d2a8ae24a1eed4bc56e9afdc27dc2c31c8" datatype="html"> <source>Original MD5 checksum</source> @@ -392,7 +392,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="needs-translation">Original MD5 checksum</target> + <target state="translated">Comprobación MD5 original</target> </trans-unit> <trans-unit id="e92ca184ea785769fb26138fc25ee9fa06fff6e5" datatype="html"> <source>Original file size</source> @@ -400,7 +400,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="needs-translation">Original file size</target> + <target state="translated">Tamaño del fichero original</target> </trans-unit> <trans-unit id="b5e93f30cc3411f20bd62025a6cc7394568f1bfd" datatype="html"> <source>Original mime type</source> @@ -408,7 +408,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Original mime type</target> + <target state="translated">Tipo MIME original</target> </trans-unit> <trans-unit id="edbf54e4117606b5dd87aaea3c14b21ebf398020" datatype="html"> <source>Archive MD5 checksum</source> @@ -416,7 +416,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="needs-translation">Archive MD5 checksum</target> + <target state="translated">Comprobación MD5 del archivo</target> </trans-unit> <trans-unit id="e6bf12eadecbfd80016eca15fa78651c6ca90c64" datatype="html"> <source>Archive file size</source> @@ -424,7 +424,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">115</context> </context-group> - <target state="needs-translation">Archive file size</target> + <target state="translated">Tamaño del archivo</target> </trans-unit> <trans-unit id="203c7adb5bd74ae18e84e1e3b66ddfe76bc0023f" datatype="html"> <source>Original document metadata</source> @@ -432,7 +432,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">121</context> </context-group> - <target state="needs-translation">Original document metadata</target> + <target state="translated">Metadatos originales</target> </trans-unit> <trans-unit id="7174dcea4a3d0b743e7e4a78747e902230727f67" datatype="html"> <source>Archived document metadata</source> @@ -440,7 +440,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">122</context> </context-group> - <target state="needs-translation">Archived document metadata</target> + <target state="translated">Metadatos archivados</target> </trans-unit> <trans-unit id="3fb9f1a31c3798173b2fea72638732c783b152fe" datatype="html"> <source>Save & next</source> @@ -448,7 +448,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">131</context> </context-group> - <target state="needs-translation">Save & next</target> + <target state="translated">Guardar y continuar</target> </trans-unit> <trans-unit id="8765497970646365998" datatype="html"> <source>Hello <x id="PH" equiv-text="this.displayName"/>, welcome to Paperless-ng!</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="needs-translation">Hello <x id="PH" equiv-text="this.displayName"/>, welcome to Paperless-ng!</target> + <target state="translated">Hola <x id="PH" equiv-text="this.displayName"/>, bienvenido a Paperless-ng!</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -464,7 +464,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Welcome to Paperless-ng!</target> + <target state="translated">Bienvenido a Paperless-ng!</target> </trans-unit> <trans-unit id="f65253954b66e929a8b4d5ecaf61f9129f8cec64" datatype="html"> <source>Dashboard</source> @@ -472,7 +472,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Dashboard</target> + <target state="translated">Panel de control</target> </trans-unit> <trans-unit id="93754014749412887" datatype="html"> <source>Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Do you really want to delete the tag "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">¿Estás seguro de querer borrar la etiqueta "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -488,7 +488,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Tags</target> + <target state="translated">Etiquetas</target> </trans-unit> <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> <source>Create</source> @@ -496,7 +496,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">2</context> </context-group> - <target state="needs-translation">Create</target> + <target state="translated">Crear</target> </trans-unit> <trans-unit id="ddb40946e790522301687ecddb9ce1cb8ad40dd1" datatype="html"> <source>Filter by:</source> @@ -504,7 +504,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">Filter by:</target> + <target state="translated">Filtrado por:</target> </trans-unit> <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html"> <source>Name</source> @@ -512,7 +512,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">Name</target> + <target state="translated">Nombre</target> </trans-unit> <trans-unit id="8fa4d523f7b91df4390120b85ed0406138273e1a" datatype="html"> <source>Color</source> @@ -520,7 +520,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Color</target> + <target state="translated">Color</target> </trans-unit> <trans-unit id="d0c4488f742efeba0915e90e285a022da813deff" datatype="html"> <source>Matching</source> @@ -528,7 +528,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Matching</target> + <target state="translated">Condición</target> </trans-unit> <trans-unit id="9bcf8d20d23c111eca1431abd2d2ce0de324499c" datatype="html"> <source>Document count</source> @@ -536,7 +536,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Document count</target> + <target state="translated">Cantidad de documentos</target> </trans-unit> <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> <source>Actions</source> @@ -544,7 +544,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Actions</target> + <target state="translated">Acciones</target> </trans-unit> <trans-unit id="9d51b3c90afda70700229d1b8a55371c13cb3bce" datatype="html"> <source>Documents</source> @@ -552,7 +552,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Documentos</target> </trans-unit> <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> <source>Edit</source> @@ -560,7 +560,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">43</context> </context-group> - <target state="needs-translation">Edit</target> + <target state="translated">Editar</target> </trans-unit> <trans-unit id="4990731724078522539" datatype="html"> <source>Do you really want to delete the document type "<x id="PH" equiv-text="object.name"/>"?</source> @@ -568,7 +568,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Do you really want to delete the document type "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">¿Estás seguro de querer borrar el tipo de documento "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> <source>Document types</source> @@ -576,7 +576,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Document types</target> + <target state="translated">Tipos de documento</target> </trans-unit> <trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef" datatype="html"> <source>Logs</source> @@ -584,7 +584,7 @@ <context context-type="sourcefile">src/app/components/manage/logs/logs.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Logs</target> + <target state="translated">Logs</target> </trans-unit> <trans-unit id="5610279464668232148" datatype="html"> <source>Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</source> @@ -592,7 +592,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">68</context> </context-group> - <target state="needs-translation">Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</target> + <target state="translated">Vista guardada "<x id="PH" equiv-text="savedView.name"/>" borrada.</target> </trans-unit> <trans-unit id="5647210819299459618" datatype="html"> <source>Settings saved successfully.</source> @@ -600,7 +600,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">89</context> </context-group> - <target state="needs-translation">Settings saved successfully.</target> + <target state="translated">Ajustes guardados satisfactoriamente.</target> </trans-unit> <trans-unit id="6839066544204061364" datatype="html"> <source>Use system language</source> @@ -608,7 +608,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">Use system language</target> + <target state="translated">Usar idioma del sistema</target> </trans-unit> <trans-unit id="7729897675462249787" datatype="html"> <source>Use date format of display language</source> @@ -616,7 +616,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">100</context> </context-group> - <target state="needs-translation">Use date format of display language</target> + <target state="translated">Usar formato de fechas del idioma seleccionado</target> </trans-unit> <trans-unit id="8488620293789898901" datatype="html"> <source>Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -624,7 +624,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="needs-translation">Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Error guardando los ajustes: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> <source>Settings</source> @@ -632,7 +632,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Settings</target> + <target state="translated">Ajustes</target> </trans-unit> <trans-unit id="11ebd254cc9294717105c5982eb0cd2af30a446d" datatype="html"> <source>General settings</source> @@ -640,7 +640,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">General settings</target> + <target state="translated">Ajustes generales</target> </trans-unit> <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html"> <source>Notifications</source> @@ -648,7 +648,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">116</context> </context-group> - <target state="needs-translation">Notifications</target> + <target state="translated">Notificaciones</target> </trans-unit> <trans-unit id="99dee94e92dbd9e21a008d4569f9719ed206ae37" datatype="html"> <source>Saved views</source> @@ -656,7 +656,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">134</context> </context-group> - <target state="needs-translation">Saved views</target> + <target state="translated">Vistas guardadas</target> </trans-unit> <trans-unit id="bbe41ac2ea4a6c00ea941a41b33105048f8e9f13" datatype="html"> <source>Appearance</source> @@ -664,7 +664,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Appearance</target> + <target state="translated">Apariencia</target> </trans-unit> <trans-unit id="75f8908d266f7cc9b9e68e0be906fd080a223606" datatype="html"> <source>Display language</source> @@ -672,7 +672,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Display language</target> + <target state="translated">Idioma</target> </trans-unit> <trans-unit id="1284a077dc18a2d1ff1b744f16f1797eea28ae37" datatype="html"> <source>You need to reload the page after applying a new language.</source> @@ -680,7 +680,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">You need to reload the page after applying a new language.</target> + <target state="translated">Necesitas recargar la página tras aplicar el nuevo idioma.</target> </trans-unit> <trans-unit id="0cd55822928764cc82a62ee3e6f3adbc1c630479" datatype="html"> <source>Date display</source> @@ -688,7 +688,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">32</context> </context-group> - <target state="needs-translation">Date display</target> + <target state="translated">Formato de fechas</target> </trans-unit> <trans-unit id="7df4de0d0704a06a302d853e31f2580eba98f127" datatype="html"> <source>Date format</source> @@ -696,7 +696,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Date format</target> + <target state="translated">Formato de fechas</target> </trans-unit> <trans-unit id="69852399a18b8ca4fca8c5bfddd3f00a6d137593" datatype="html"> <source>Short: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></source> @@ -704,7 +704,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">51</context> </context-group> - <target state="needs-translation">Short: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> + <target state="translated">Corto: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="d01a59285e711252b98c4f193394e4b854615c78" datatype="html"> <source>Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></source> @@ -712,7 +712,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">55</context> </context-group> - <target state="needs-translation">Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> + <target state="translated">Medio: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="00481629776699b1caebd12b3b1176e2e23740a8" datatype="html"> <source>Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></source> @@ -720,7 +720,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">59</context> </context-group> - <target state="needs-translation">Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> + <target state="translated">Largo: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="2045151788cbdda7512752e408da59a6b54a8ef0" datatype="html"> <source>Items per page</source> @@ -728,7 +728,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="needs-translation">Items per page</target> + <target state="translated">Elementos por página</target> </trans-unit> <trans-unit id="c4435e56bf0289e78fedc462f1d21fb30b9de55d" datatype="html"> <source>Document editor</source> @@ -736,7 +736,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">83</context> </context-group> - <target state="needs-translation">Document editor</target> + <target state="translated">Editor de documentos</target> </trans-unit> <trans-unit id="4903e521c9bfd11ce88e7a5575106ef638912e0d" datatype="html"> <source>Use PDF viewer provided by the browser</source> @@ -744,7 +744,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Use PDF viewer provided by the browser</target> + <target state="translated">Usar el visor PDF proporcionado por el navegador</target> </trans-unit> <trans-unit id="d7db07023e53f8396d18d375c2b78c25fc81c197" datatype="html"> <source>This is usually faster for displaying large PDF documents, but it might not work on some browsers.</source> @@ -752,7 +752,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">This is usually faster for displaying large PDF documents, but it might not work on some browsers.</target> + <target state="translated">Habitualmente esto es mas rápido para mostrar archivos PDF largos, pero puede no funcionar en algunos navegadores.</target> </trans-unit> <trans-unit id="9ee5d1cbfd6ee168dae37aaba2b59b50bcabb2ff" datatype="html"> <source>Dark mode</source> @@ -760,7 +760,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">Dark mode</target> + <target state="translated">Modo oscuro</target> </trans-unit> <trans-unit id="f8cb5506e70fd71fddc9bb71cee18bfff7b29637" datatype="html"> <source>Use system settings</source> @@ -768,7 +768,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Use system settings</target> + <target state="translated">Usar ajustes del sistema</target> </trans-unit> <trans-unit id="8ee474504043fa89821d626e4f3413240fa91b53" datatype="html"> <source>Enable dark mode</source> @@ -776,7 +776,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">98</context> </context-group> - <target state="needs-translation">Enable dark mode</target> + <target state="translated">Habilitar modo oscuro</target> </trans-unit> <trans-unit id="71bad20b37410c8972c9aa0f7c62996534b84339" datatype="html"> <source>Invert thumbnails in dark mode</source> @@ -784,7 +784,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="needs-translation">Invert thumbnails in dark mode</target> + <target state="translated">Invertir miniaturas en modo oscuro</target> </trans-unit> <trans-unit id="3863a86cd9e69a61d143d3daf51df44203df4a82" datatype="html"> <source>Bulk editing</source> @@ -792,7 +792,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="needs-translation">Bulk editing</target> + <target state="translated">Editor multiple</target> </trans-unit> <trans-unit id="c0ac61661c6c326d6e0e00c231b95cf2ac0c6586" datatype="html"> <source>Show confirmation dialogs</source> @@ -800,7 +800,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Show confirmation dialogs</target> + <target state="translated">Mostrar diálogos de confirmación</target> </trans-unit> <trans-unit id="291bbe56ecbe945dcf05580a57d679fa7bd1e06a" datatype="html"> <source>Deleting documents will always ask for confirmation.</source> @@ -808,7 +808,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="needs-translation">Deleting documents will always ask for confirmation.</target> + <target state="translated">Borrar los documentos siempre pedirá confirmación.</target> </trans-unit> <trans-unit id="8cfddc13e04f5545ac63f419ef363505d6f78c2e" datatype="html"> <source>Apply on close</source> @@ -816,7 +816,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">108</context> </context-group> - <target state="needs-translation">Apply on close</target> + <target state="translated">Aplicar al cerrar</target> </trans-unit> <trans-unit id="8680abbea249ebe9c2fe35556559c8e1a9eb5841" datatype="html"> <source>Document processing</source> @@ -824,7 +824,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">119</context> </context-group> - <target state="needs-translation">Document processing</target> + <target state="translated">Procesado de documentos</target> </trans-unit> <trans-unit id="2ad4d76b36341c589d94004ad2a213fd4d6f5ca0" datatype="html"> <source>Show notifications when new documents are detected</source> @@ -832,7 +832,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Show notifications when new documents are detected</target> + <target state="translated">Mostrar notificaciones cuando nuevos documentos sean borrados</target> </trans-unit> <trans-unit id="e775f4f7c40249d31426ae61a21616a0c9d8e84f" datatype="html"> <source>Show notifications when document processing completes successfully</source> @@ -840,7 +840,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">124</context> </context-group> - <target state="needs-translation">Show notifications when document processing completes successfully</target> + <target state="translated">Mostrar notificaciones cuando el procesado se complete satisfactoriamente</target> </trans-unit> <trans-unit id="e3844dd174d8e817ddb551fae28f14ae80ca36b6" datatype="html"> <source>Show notifications when document processing fails</source> @@ -848,7 +848,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">125</context> </context-group> - <target state="needs-translation">Show notifications when document processing fails</target> + <target state="translated">Mostrar notificaciones cuando el procesado falle</target> </trans-unit> <trans-unit id="af113f7c9f7e13145c3461f61a1aedf12d57bd71" datatype="html"> <source>Suppress notifications on dashboard</source> @@ -856,7 +856,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">Suppress notifications on dashboard</target> + <target state="translated">No mostrar notificaciones en el panel de control</target> </trans-unit> <trans-unit id="e27bd3804d2936a6897e81c2e52e294490e5e5a8" datatype="html"> <source>This will suppress all messages about document processing status on the dashboard.</source> @@ -864,7 +864,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">This will suppress all messages about document processing status on the dashboard.</target> + <target state="translated">Esto suprimirá todos los mensajes de estado de procesamiento en el panel de control.</target> </trans-unit> <trans-unit id="8cb90334f5dfd7fc67205085f59381e2a334ccfc" datatype="html"> <source>Appears on</source> @@ -872,7 +872,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">146</context> </context-group> - <target state="needs-translation">Appears on</target> + <target state="translated">Aparece en</target> </trans-unit> <trans-unit id="6717cf1acf04728fc2b7c39f6d3297f8ff15fde5" datatype="html"> <source>Show on dashboard</source> @@ -880,7 +880,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">149</context> </context-group> - <target state="needs-translation">Show on dashboard</target> + <target state="translated">Mostrar en el panel de control</target> </trans-unit> <trans-unit id="541bfc5b123b3f8867fd681eaceefb663a811973" datatype="html"> <source>Show in sidebar</source> @@ -888,7 +888,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">153</context> </context-group> - <target state="needs-translation">Show in sidebar</target> + <target state="translated">Mostrar barra lateral</target> </trans-unit> <trans-unit id="abba764a7a595d04dc8c3b26e04b3780d4fdb540" datatype="html"> <source>No saved views defined.</source> @@ -896,7 +896,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">163</context> </context-group> - <target state="needs-translation">No saved views defined.</target> + <target state="translated">No hay ninguna vista guardada definida</target> </trans-unit> <trans-unit id="ef60a738a565f498b858e903e42bc5ffc3cc1299" datatype="html"> <source>404 Not Found</source> @@ -904,7 +904,7 @@ <context context-type="sourcefile">src/app/components/not-found/not-found.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation">404 Not Found</target> + <target state="translated">404 No encontrado</target> </trans-unit> <trans-unit id="7427874343955308724" datatype="html"> <source>Do you really want to delete the correspondent "<x id="PH" equiv-text="object.name"/>"?</source> @@ -936,7 +936,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Confirmation</target> + <target state="translated">Confirmación</target> </trans-unit> <trans-unit id="9178182467454450952" datatype="html"> <source>Confirm</source> @@ -944,7 +944,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">29</context> </context-group> - <target state="needs-translation">Confirm</target> + <target state="translated">Confirmar</target> </trans-unit> <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7" datatype="html"> <source>Cancel</source> @@ -952,7 +952,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Cancel</target> + <target state="translated">Cancelar</target> </trans-unit> <trans-unit id="6457471243969293847" datatype="html"> <source>Create new correspondent</source> @@ -976,7 +976,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Matching algorithm</target> + <target state="translated">Algoritmo del patrón de búsqueda</target> </trans-unit> <trans-unit id="eab7fc7cf2d663e54de934b779fce4275a303f0f" datatype="html"> <source>Matching pattern</source> @@ -984,7 +984,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Matching pattern</target> + <target state="translated">Patrón de busqueda</target> </trans-unit> <trans-unit id="632e529f49cf3d367dfbd15bd055e9b53aef30fb" datatype="html"> <source>Case insensitive</source> @@ -992,7 +992,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Case insensitive</target> + <target state="translated">Insensible a mayúsculas y minusculas</target> </trans-unit> <trans-unit id="9153094873118985366" datatype="html"> <source>Create new tag</source> @@ -1000,7 +1000,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Create new tag</target> + <target state="translated">Crear nueva etiqueta</target> </trans-unit> <trans-unit id="5872175735754226507" datatype="html"> <source>Edit tag</source> @@ -1008,7 +1008,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Edit tag</target> + <target state="translated">Editar etiqueta</target> </trans-unit> <trans-unit id="f2a30b4e1a89a8a0db0bd147b54d6626b9a9bc42" datatype="html"> <source>Inbox tag</source> @@ -1016,7 +1016,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Inbox tag</target> + <target state="translated">Etiqueta de entrada</target> </trans-unit> <trans-unit id="5e2f1a4ea12a1b8606ee3f0548d0ba64bf266077" datatype="html"> <source>Inbox tags are automatically assigned to all consumed documents.</source> @@ -1032,7 +1032,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Create new document type</target> + <target state="translated">Crear nuevo tipo de documento</target> </trans-unit> <trans-unit id="36335016091244220" datatype="html"> <source>Edit document type</source> @@ -1040,7 +1040,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Edit document type</target> + <target state="translated">Editar tipo de documento</target> </trans-unit> <trans-unit id="49c9ede51100b454f7841b24cd02355c6622bf44" datatype="html"> <source>Search results</source> @@ -1048,7 +1048,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Search results</target> + <target state="translated">Resultados de la busqueda</target> </trans-unit> <trans-unit id="31976d04f98e8a38098f66ac3a83ad33b576e5db" datatype="html"> <source>Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> + <target state="translated">Cadena de búsqueda no valida: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="needs-translation"> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> + <target state="translated">Mostrando documentos similares a <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1072,7 +1072,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> + <target state="translated">Cadena de búsqueda: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> + <target state="translated">¿Quizás quisiste decir "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1088,7 +1088,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</target> + <target state="translated">{VAR_PLURAL, plural, =0 {Sin resultados} =1 {Un resultado} other {<x id="INTERPOLATION"/> resultados}}</target> </trans-unit> <trans-unit id="41147374f427980a9f1a8cd5e3f4b1666e6f2418" datatype="html"> <source>Paperless-ng</source> @@ -1097,7 +1097,7 @@ <context context-type="linenumber">11</context> </context-group> <note priority="1" from="description">app title</note> - <target state="needs-translation">Paperless-ng</target> + <target state="translated">Paperless-ng</target> </trans-unit> <trans-unit id="069566c6ed4f051b5b5617ef1935837226585dad" datatype="html"> <source>Search documents</source> @@ -1105,7 +1105,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Search documents</target> + <target state="translated">Buscar documentos</target> </trans-unit> <trans-unit id="bb694b49d408265c91c62799c2b3a7e3151c824d" datatype="html"> <source>Logout</source> @@ -1113,7 +1113,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Logout</target> + <target state="translated">Cerrar sesión</target> </trans-unit> <trans-unit id="68949525c4d9a901e0cd15a94e3fc8d2711e9918" datatype="html"> <source>Manage</source> @@ -1121,7 +1121,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">112</context> </context-group> - <target state="needs-translation">Manage</target> + <target state="translated">Organizar</target> </trans-unit> <trans-unit id="408cb6073e60c5d966296a3207fc596adca75e01" datatype="html"> <source>Admin</source> @@ -1129,7 +1129,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">154</context> </context-group> - <target state="needs-translation">Admin</target> + <target state="translated">Administrar</target> </trans-unit> <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html"> <source>Info</source> @@ -1137,7 +1137,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">160</context> </context-group> - <target state="needs-translation">Info</target> + <target state="translated">Información</target> </trans-unit> <trans-unit id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7" datatype="html"> <source>Documentation</source> @@ -1145,7 +1145,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">167</context> </context-group> - <target state="needs-translation">Documentation</target> + <target state="translated">Documentación</target> </trans-unit> <trans-unit id="355a222236bc01b9a8cd3cb9ecf76891125aed69" datatype="html"> <source>GitHub</source> @@ -1153,7 +1153,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">175</context> </context-group> - <target state="needs-translation">GitHub</target> + <target state="translated">GitHub</target> </trans-unit> <trans-unit id="ea3a452c5238897cabc5781308cceb2d37dcf258" datatype="html"> <source>Suggest an idea</source> @@ -1161,7 +1161,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">181</context> </context-group> - <target state="needs-translation">Suggest an idea</target> + <target state="translated">Sugerir una idea</target> </trans-unit> <trans-unit id="af665f8de8fabe306aaf27443957e69bcbbce63c" datatype="html"> <source>Logged in as <x id="INTERPOLATION" equiv-text="{{displayName}}"/></source> @@ -1169,7 +1169,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">34</context> </context-group> - <target state="needs-translation">Logged in as <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> + <target state="translated">Sesión iniciada como <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> </trans-unit> <trans-unit id="4f55b670f49d927c6026bb614c7c62b1f2a394c0" datatype="html"> <source>Open documents</source> @@ -1177,7 +1177,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="needs-translation">Open documents</target> + <target state="translated">Abrir documentos</target> </trans-unit> <trans-unit id="dca5bf9344a759fa5a07f1b21f50286ec242ba44" datatype="html"> <source>Close all</source> @@ -1185,7 +1185,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">106</context> </context-group> - <target state="needs-translation">Close all</target> + <target state="translated">Cerrar todos</target> </trans-unit> <trans-unit id="5701618810648052610" datatype="html"> <source>Title</source> @@ -1193,7 +1193,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">73</context> </context-group> - <target state="needs-translation">Title</target> + <target state="translated">Título</target> </trans-unit> <trans-unit id="3100631071441658964" datatype="html"> <source>Title & content</source> @@ -1201,7 +1201,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="needs-translation">Title & content</target> + <target state="translated">Titulo y contenido</target> </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> @@ -1225,7 +1225,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> + <target state="translated">Tipo: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> @@ -1233,7 +1233,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">41</context> </context-group> - <target state="needs-translation">Without document type</target> + <target state="translated">Sin tipo de documento</target> </trans-unit> <trans-unit id="8180755793012580465" datatype="html"> <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> @@ -1241,7 +1241,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> + <target state="translated">Etiqueta: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> @@ -1249,7 +1249,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Without any tag</target> + <target state="translated">Sin ninguna etiqueta</target> </trans-unit> <trans-unit id="6523384805359286307" datatype="html"> <source>Title: <x id="PH" equiv-text="rule.value"/></source> @@ -1257,7 +1257,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">53</context> </context-group> - <target state="needs-translation">Title: <x id="PH" equiv-text="rule.value"/></target> + <target state="translated">Título: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> @@ -1265,7 +1265,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Filter tags</target> + <target state="translated">Filtrar etiquetas</target> </trans-unit> <trans-unit id="4b089ca12c472cf0b46167bb5afe4b527b301bbc" datatype="html"> <source>Filter correspondents</source> @@ -1281,7 +1281,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Filter document types</target> + <target state="translated">Filtrar tipos de documento</target> </trans-unit> <trans-unit id="2d9d55f1b70142ff4597ba32179d16888fd9c6b2" datatype="html"> <source>Reset filters</source> @@ -1289,7 +1289,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">58</context> </context-group> - <target state="needs-translation">Reset filters</target> + <target state="translated">Quitar filtros</target> </trans-unit> <trans-unit id="7593728289020204896" datatype="html"> <source>Not assigned</source> @@ -1298,7 +1298,7 @@ <context context-type="linenumber">166</context> </context-group> <note priority="1" from="description">Filter drop down element to filter for documents with no correspondent/type/tag assigned</note> - <target state="needs-translation">Not assigned</target> + <target state="translated">Sin asignar</target> </trans-unit> <trans-unit id="c2d0ac9f528bbd5f53fd34269fde8b59e029621b" datatype="html"> <source>Apply</source> @@ -1306,7 +1306,7 @@ <context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.html</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Apply</target> + <target state="translated">Aplicar</target> </trans-unit> <trans-unit id="4873149362496451858" datatype="html"> <source>Last 7 days</source> @@ -1314,7 +1314,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">34</context> </context-group> - <target state="needs-translation">Last 7 days</target> + <target state="translated">Últimos 7 días</target> </trans-unit> <trans-unit id="4463380307954693363" datatype="html"> <source>Last month</source> @@ -1322,7 +1322,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Last month</target> + <target state="translated">Último mes</target> </trans-unit> <trans-unit id="8697368973702409683" datatype="html"> <source>Last 3 months</source> @@ -1330,7 +1330,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">36</context> </context-group> - <target state="needs-translation">Last 3 months</target> + <target state="translated">Últimos 3 meses</target> </trans-unit> <trans-unit id="3566342898065860218" datatype="html"> <source>Last year</source> @@ -1338,7 +1338,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">37</context> </context-group> - <target state="needs-translation">Last year</target> + <target state="translated">Último año</target> </trans-unit> <trans-unit id="be2add3a3d9e4e2556b8f9048a15a9c0f00bf1ad" datatype="html"> <source>After</source> @@ -1346,7 +1346,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">After</target> + <target state="translated">Después</target> </trans-unit> <trans-unit id="8785188e6c678b842fcb93b7392faf86db7ec676" datatype="html"> <source>Before</source> @@ -1354,7 +1354,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Before</target> + <target state="translated">Antes</target> </trans-unit> <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html"> <source>Clear</source> @@ -1362,7 +1362,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Clear</target> + <target state="translated">Limpiar</target> </trans-unit> <trans-unit id="6829218544e108e152f5fa72cb79c4ccb82e0d06" datatype="html"> <source>View</source> @@ -1370,7 +1370,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">50</context> </context-group> - <target state="needs-translation">View</target> + <target state="translated">Vista</target> </trans-unit> <trans-unit id="849b42384616374df49bd8b3711ec159cb10b845" datatype="html"> <source>Created: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></source> @@ -1378,7 +1378,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="needs-translation">Created: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> + <target state="translated">Creado: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> </trans-unit> <trans-unit id="cd6f3fd48957e1fea6545c2b2defc7b2435ebfa8" datatype="html"> <source>Filter by correspondent</source> @@ -1394,7 +1394,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">24</context> </context-group> - <target state="needs-translation">Filter by tag</target> + <target state="translated">Filtrar por etiqueta</target> </trans-unit> <trans-unit id="9c5fdf21ec2cc7baa6f062f2dc417af45c8dbe60" datatype="html"> <source>Score:</source> @@ -1402,7 +1402,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">62</context> </context-group> - <target state="needs-translation">Score:</target> + <target state="translated">Puntuación:</target> </trans-unit> <trans-unit id="2840db547019ce8c76b2cdbe3a1653c5b68b06af" datatype="html"> <source>View in browser</source> @@ -1410,7 +1410,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-small/document-card-small.component.html</context> <context context-type="linenumber">40</context> </context-group> - <target state="needs-translation">View in browser</target> + <target state="translated">Ver en navegador</target> </trans-unit> <trans-unit id="7985804062689412812" datatype="html"> <source>Error executing bulk operation: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -1418,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="needs-translation">Error executing bulk operation: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Error ejecutando operación múltiple: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="7894972847287473517" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>"</source> @@ -1426,7 +1426,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">113</context> </context-group> - <target state="needs-translation">"<x id="PH" equiv-text="items[0].name"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>"</target> </trans-unit> <trans-unit id="8639884465898458690" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="needs-translation">"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" y "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1444,7 +1444,7 @@ <context context-type="linenumber">117</context> </context-group> <note priority="1" from="description">this is used to separate enumerations and should probably be a comma and a whitespace in most languages</note> - <target state="needs-translation">, </target> + <target state="translated">, </target> </trans-unit> <trans-unit id="1822679894391095557" datatype="html"> <source><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="needs-translation"><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/> y "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1461,7 +1461,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">127</context> </context-group> - <target state="needs-translation">Confirm tags assignment</target> + <target state="translated">Confirmar etiquetas asignadas</target> </trans-unit> <trans-unit id="6619516195038467207" datatype="html"> <source>This operation will add the tag "<x id="PH" equiv-text="tag.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1469,7 +1469,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">130</context> </context-group> - <target state="needs-translation">This operation will add the tag "<x id="PH" equiv-text="tag.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operación agregará la etiqueta "<x id="PH" equiv-text="tag.name"/>" a <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) seleccionado(s).</target> </trans-unit> <trans-unit id="1894412783609570695" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1477,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="needs-translation">This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operación agregará las etiquetas <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> a <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) seleccionado(s).</target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="needs-translation">This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operacion eliminará la etiqueta "<x id="PH" equiv-text="tag.name"/>" de <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) seleccionado(s).</target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1493,7 +1493,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">137</context> </context-group> - <target state="needs-translation">This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operacion eliminará las etiquetas <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> de <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) seleccionado(s).</target> </trans-unit> <trans-unit id="2739066218579571288" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1501,7 +1501,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">139</context> </context-group> - <target state="needs-translation">This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operacion agregará las etiquetas <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> y eliminará las etiquetas <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> en <x id="PH_2" equiv-text="this.list.selected.size"/> documento(s) seleccionado(s).</target> </trans-unit> <trans-unit id="2996713129519325161" datatype="html"> <source>Confirm correspondent assignment</source> @@ -1533,7 +1533,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">182</context> </context-group> - <target state="needs-translation">Confirm document type assignment</target> + <target state="translated">Confirmar asignación de tipo de documento</target> </trans-unit> <trans-unit id="332180123895325027" datatype="html"> <source>This operation will assign the document type "<x id="PH" equiv-text="documentType.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1541,7 +1541,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">184</context> </context-group> - <target state="needs-translation">This operation will assign the document type "<x id="PH" equiv-text="documentType.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operacion asignará el tipo de documento "<x id="PH" equiv-text="documentType.name"/>" a <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) seleccionado(s).</target> </trans-unit> <trans-unit id="2236642492594872779" datatype="html"> <source>This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1549,7 +1549,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">186</context> </context-group> - <target state="needs-translation">This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operación eliminará el tipo de documento de <x id="PH" equiv-text="this.list.selected.size"/> documento(s) seleccionado(s).</target> </trans-unit> <trans-unit id="749430623564850405" datatype="html"> <source>Delete confirm</source> @@ -1557,7 +1557,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">201</context> </context-group> - <target state="needs-translation">Delete confirm</target> + <target state="translated">Confirmar borrado</target> </trans-unit> <trans-unit id="4303174930844518780" datatype="html"> <source>This operation will permanently delete <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1565,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="needs-translation">This operation will permanently delete <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operación borrará permanentemente <x id="PH" equiv-text="this.list.selected.size"/> documento(s) seleccionado(s).</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1573,7 +1573,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="needs-translation">This operation cannot be undone.</target> + <target state="translated">Esta operación no se puede deshacer.</target> </trans-unit> <trans-unit id="6734339521247847366" datatype="html"> <source>Delete document(s)</source> @@ -1581,7 +1581,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="needs-translation">Delete document(s)</target> + <target state="translated">Borrar documento(s)</target> </trans-unit> <trans-unit id="8b0609df23817024b3bed12beb9b64fc1009f588" datatype="html"> <source>Select:</source> @@ -1589,7 +1589,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Select:</target> + <target state="translated">Seleccionar:</target> </trans-unit> <trans-unit id="dfc3c34e182ea73c5d784ff7c8135f087992dac1" datatype="html"> <source>All</source> @@ -1597,7 +1597,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">All</target> + <target state="translated">Todos</target> </trans-unit> <trans-unit id="907df6a2b68daecc3c399cf40a764b358bd9fd84" datatype="html"> <source>Edit:</source> @@ -1605,7 +1605,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">27</context> </context-group> - <target state="needs-translation">Edit:</target> + <target state="translated">Editar:</target> </trans-unit> <trans-unit id="fc2de37422d7c4af6686842283cc2afd781b6848" datatype="html"> <source>Download originals</source> @@ -1613,7 +1613,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">68</context> </context-group> - <target state="needs-translation">Download originals</target> + <target state="translated">Descargar originales</target> </trans-unit> <trans-unit id="a1e6c11f20d4bf6e8e6b43e3c6d2561b2080645e" datatype="html"> <source>Suggestions:</source> @@ -1621,7 +1621,7 @@ <context context-type="sourcefile">src/app/components/common/input/select/select.component.html</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Suggestions:</target> + <target state="translated">Sugerencias:</target> </trans-unit> <trans-unit id="27d158b47717ff9305d19866960418c603f19d55" datatype="html"> <source>Save current view</source> @@ -1629,7 +1629,7 @@ <context context-type="sourcefile">src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Save current view</target> + <target state="translated">Guardar la vista actual</target> </trans-unit> <trans-unit id="4eb84de23219c85432e38fb4fbdeb6c0f103ff8b" datatype="html"> <source>Show all</source> @@ -1637,7 +1637,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Show all</target> + <target state="translated">Mostrar todos</target> </trans-unit> <trans-unit id="61e0f26d843eec0b33ff475e111b0c2f7a80b835" datatype="html"> <source>Statistics</source> @@ -1645,7 +1645,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Statistics</target> + <target state="translated">Estadisticas</target> </trans-unit> <trans-unit id="c0d907c2687c09612395aee6ef7c04ca8e5e5e0a" datatype="html"> <source>Total documents: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></source> @@ -1653,7 +1653,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Total documents: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> + <target state="translated">Total de documentos: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> </trans-unit> <trans-unit id="13e8d49dbcad9f9d71e66a9a56d6f328cff430c9" datatype="html"> <source>Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></source> @@ -1669,7 +1669,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="needs-translation">Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> + <target state="translated">Procesando: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> </trans-unit> <trans-unit id="9182918211699394982" datatype="html"> <source>Failed: <x id="PH" equiv-text="countFailed"/></source> @@ -1677,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Failed: <x id="PH" equiv-text="countFailed"/></target> + <target state="translated">Fallidos: <x id="PH" equiv-text="countFailed"/></target> </trans-unit> <trans-unit id="534116346205124059" datatype="html"> <source>Added: <x id="PH" equiv-text="countSuccess"/></source> @@ -1685,7 +1685,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Added: <x id="PH" equiv-text="countSuccess"/></target> + <target state="translated">Agregado: <x id="PH" equiv-text="countSuccess"/></target> </trans-unit> <trans-unit id="3852289441366561594" datatype="html"> <source>Connecting...</source> @@ -1693,7 +1693,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">118</context> </context-group> - <target state="needs-translation">Connecting...</target> + <target state="translated">Conectando...</target> </trans-unit> <trans-unit id="1245343823699368872" datatype="html"> <source>Uploading...</source> @@ -1701,7 +1701,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">123</context> </context-group> - <target state="needs-translation">Uploading...</target> + <target state="translated">Subiendo...</target> </trans-unit> <trans-unit id="7446520539098045935" datatype="html"> <source>Upload complete, waiting...</source> @@ -1709,7 +1709,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">Upload complete, waiting...</target> + <target state="translated">Subida completa, esperando...</target> </trans-unit> <trans-unit id="1405142710727603568" datatype="html"> <source>HTTP error: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></source> @@ -1717,7 +1717,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="needs-translation">HTTP error: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> + <target state="translated">Error HTTP: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> </trans-unit> <trans-unit id="e022072b3e4dd77e3f09960817ef3359a49963b3" datatype="html"> <source>Upload new documents</source> @@ -1725,7 +1725,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Upload new documents</target> + <target state="translated">Subir nuevos documentos</target> </trans-unit> <trans-unit id="52d5d56b6667ba3f7c759cbc0d4c39d34a99701e" datatype="html"> <source>Drop documents here or</source> @@ -1741,7 +1741,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Browse files</target> + <target state="translated">Explorar ficheros</target> </trans-unit> <trans-unit id="bd4a8607e4a002d939cffb347ec056664dfb2c73" datatype="html"> <source>Dismiss completed</source> @@ -1750,7 +1750,7 @@ <context context-type="linenumber">4</context> </context-group> <note priority="1" from="description">This button dismisses all status messages about processed documents on the dashboard (failed and successful)</note> - <target state="needs-translation">Dismiss completed</target> + <target state="translated">Descartar completados</target> </trans-unit> <trans-unit id="90917e1a0a7bb59e9d11bdde9183e9391963e17b" datatype="html"> <source>{VAR_PLURAL, plural, =1 {One more document} other {<x id="INTERPOLATION"/> more documents}}</source> @@ -1759,7 +1759,7 @@ <context context-type="linenumber">25</context> </context-group> <note priority="1" from="description">This is shown as a summary line when there are more than 5 document in the processing pipeline.</note> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {One more document} other {<x id="INTERPOLATION"/> more documents}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Un documento más} other {<x id="INTERPOLATION"/> más documentos}}</target> </trans-unit> <trans-unit id="710254a196a2649674438edf8a15b7ab1f48271b" datatype="html"> <source>Open document</source> @@ -1767,7 +1767,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">45</context> </context-group> - <target state="needs-translation">Open document</target> + <target state="translated">Abrir documento</target> </trans-unit> <trans-unit id="45854ddec74086b271e62be6a363f4fa5036f7fc" datatype="html"> <source>First steps</source> @@ -1775,7 +1775,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">First steps</target> + <target state="translated">Primeros pasos</target> </trans-unit> <trans-unit id="a0dc8218a6fcc5d11a4723ed127bd6be9d6d3ef3" datatype="html"> <source>Paperless is running! :)</source> @@ -1783,7 +1783,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">5</context> </context-group> - <target state="needs-translation">Paperless is running! :)</target> + <target state="translated">Paperless está ejecutándose :)</target> </trans-unit> <trans-unit id="ea8d9a9486d5639d1c38c012900b8d34d5e4135d" datatype="html"> <source>You can start uploading documents by dropping them in the file upload box to the right or by dropping them in the configured consumption folder and they'll start showing up in the documents list. After you've added some metadata to your documents, use the filtering mechanisms of paperless to create custom views (such as 'Recently added', 'Tagged TODO') and they will appear on the dashboard instead of this message.</source> @@ -1799,7 +1799,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="needs-translation">Paperless offers some more features that try to make your life easier:</target> + <target state="translated">Paperless tiene algunas características para hacer tu vida mas sencilla:</target> </trans-unit> <trans-unit id="edb41dc36af2e70789d8e3422325d930e783253e" datatype="html"> <source>Once you've got a couple documents in paperless and added metadata to them, paperless can assign that metadata to new documents automatically.</source> @@ -1807,7 +1807,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Once you've got a couple documents in paperless and added metadata to them, paperless can assign that metadata to new documents automatically.</target> + <target state="translated">Una vez tengas un par de documentos en paperless y añadido metadatos, paperless puede asignar metadatos a los nuevos documentos automáticamente.</target> </trans-unit> <trans-unit id="9dca488928c0b7af46c3866f86a6c2c8548399aa" datatype="html"> <source>You can configure paperless to read your mails and add documents from attached files.</source> @@ -1815,7 +1815,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">You can configure paperless to read your mails and add documents from attached files.</target> + <target state="translated">Puedes configurar paperless para leer tus correos y añadir documentos de los ficheros adjuntos.</target> </trans-unit> <trans-unit id="d282f6277cbf6704f697170d2ad19ce500790e20" datatype="html"> <source>Consult the documentation on how to use these features. The section on basic usage also has some information on how to use paperless in general.</source> @@ -1823,7 +1823,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Consult the documentation on how to use these features. The section on basic usage also has some information on how to use paperless in general.</target> + <target state="translated">Consulta la documentación sobre como usar estas características . La sección de uso básico también tiene algo de información de como usar Paperless en general.</target> </trans-unit> <trans-unit id="218403386307979629" datatype="html"> <source>Metadata</source> @@ -1831,7 +1831,7 @@ <context context-type="sourcefile">src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Metadata</target> + <target state="translated">Metadatos</target> </trans-unit> <trans-unit id="3797570084942068182" datatype="html"> <source>Select</source> @@ -1839,7 +1839,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="needs-translation">Select</target> + <target state="translated">Seleccionar</target> </trans-unit> <trans-unit id="7103181924469214926" datatype="html"> <source>Please select an object</source> @@ -1847,7 +1847,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Please select an object</target> + <target state="translated">Por favor, selecciona un objeto</target> </trans-unit> <trans-unit id="d6529debfc1613db22d6fa096ebfeb8a85fa739d" datatype="html"> <source>Invalid date.</source> @@ -1855,7 +1855,7 @@ <context context-type="sourcefile">src/app/components/common/input/date/date.component.html</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Invalid date.</target> + <target state="translated">Fecha no válida.</target> </trans-unit> <trans-unit id="2807800733729323332" datatype="html"> <source>Yes</source> @@ -1863,7 +1863,7 @@ <context context-type="sourcefile">src/app/pipes/yes-no.pipe.ts</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">Yes</target> + <target state="translated">Si</target> </trans-unit> <trans-unit id="3542042671420335679" datatype="html"> <source>No</source> @@ -1871,7 +1871,7 @@ <context context-type="sourcefile">src/app/pipes/yes-no.pipe.ts</context> <context context-type="linenumber">9</context> </context-group> - <target state="needs-translation">No</target> + <target state="translated">No</target> </trans-unit> <trans-unit id="7536524521722799066" datatype="html"> <source>(no title)</source> @@ -1879,7 +1879,7 @@ <context context-type="sourcefile">src/app/pipes/document-title.pipe.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">(no title)</target> + <target state="translated">(sin título)</target> </trans-unit> <trans-unit id="1206520795340730278" datatype="html"> <source>English (US)</source> @@ -1887,7 +1887,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">90</context> </context-group> - <target state="needs-translation">English (US)</target> + <target state="translated">Inglés (US)</target> </trans-unit> <trans-unit id="6987083569809053351" datatype="html"> <source>English (GB)</source> @@ -1895,7 +1895,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">91</context> </context-group> - <target state="needs-translation">English (GB)</target> + <target state="translated">Inglés (Gran Bretaña)</target> </trans-unit> <trans-unit id="1858110241312746425" datatype="html"> <source>German</source> @@ -1903,7 +1903,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">92</context> </context-group> - <target state="needs-translation">German</target> + <target state="translated">Alemán</target> </trans-unit> <trans-unit id="3071065188816255493" datatype="html"> <source>Dutch</source> @@ -1911,7 +1911,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">93</context> </context-group> - <target state="needs-translation">Dutch</target> + <target state="translated">Alemán</target> </trans-unit> <trans-unit id="7633754075223722162" datatype="html"> <source>French</source> @@ -1919,7 +1919,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="needs-translation">French</target> + <target state="translated">Francés</target> </trans-unit> <trans-unit id="9184513005098760425" datatype="html"> <source>Portuguese (Brazil)</source> @@ -1927,7 +1927,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">95</context> </context-group> - <target state="needs-translation">Portuguese (Brazil)</target> + <target state="translated">Portugués (Brasil)</target> </trans-unit> <trans-unit id="2935232983274991580" datatype="html"> <source>Italian</source> @@ -1935,7 +1935,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">96</context> </context-group> - <target state="needs-translation">Italian</target> + <target state="translated">Italiano</target> </trans-unit> <trans-unit id="8118856427047826368" datatype="html"> <source>Romanian</source> @@ -1943,7 +1943,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Romanian</target> + <target state="translated">Rumano</target> </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">102</context> </context-group> - <target state="needs-translation">ISO 8601</target> + <target state="translated">ISO 8601</target> </trans-unit> <trans-unit id="2119857572761283468" datatype="html"> <source>Document already exists.</source> @@ -1959,7 +1959,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Document already exists.</target> + <target state="translated">El documento ya existe.</target> </trans-unit> <trans-unit id="148389968432135849" datatype="html"> <source>File not found.</source> @@ -1967,7 +1967,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">File not found.</target> + <target state="translated">Archivo no encontrado</target> </trans-unit> <trans-unit id="1520671543092565667" datatype="html"> <source>Pre-consume script does not exist.</source> @@ -2011,7 +2011,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Received new file.</target> + <target state="translated">Nuevo archivo recibido.</target> </trans-unit> <trans-unit id="7337565919209746135" datatype="html"> <source>File type not supported.</source> @@ -2019,7 +2019,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">File type not supported.</target> + <target state="translated">Tipo de fichero no soportado.</target> </trans-unit> <trans-unit id="5002399167376099234" datatype="html"> <source>Processing document...</source> @@ -2027,7 +2027,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Processing document...</target> + <target state="translated">Procesando documento...</target> </trans-unit> <trans-unit id="1085975194762600381" datatype="html"> <source>Generating thumbnail...</source> @@ -2035,7 +2035,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">24</context> </context-group> - <target state="needs-translation">Generating thumbnail...</target> + <target state="translated">Generando miniatura...</target> </trans-unit> <trans-unit id="3280851677698431426" datatype="html"> <source>Retrieving date from document...</source> @@ -2043,7 +2043,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Retrieving date from document...</target> + <target state="translated">Obteniendo fecha del documento...</target> </trans-unit> <trans-unit id="7162102384876037296" datatype="html"> <source>Saving document...</source> @@ -2051,7 +2051,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Saving document...</target> + <target state="translated">Guardando documento...</target> </trans-unit> <trans-unit id="4550450765009165976" datatype="html"> <source>Finished.</source> @@ -2059,7 +2059,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">27</context> </context-group> - <target state="needs-translation">Finished.</target> + <target state="translated">Completado.</target> </trans-unit> <trans-unit id="1519954996184640001" datatype="html"> <source>Error</source> @@ -2067,7 +2067,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Error</target> + <target state="translated">Error</target> </trans-unit> <trans-unit id="5037437391296624618" datatype="html"> <source>Information</source> @@ -2075,7 +2075,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Information</target> + <target state="translated">Información</target> </trans-unit> <trans-unit id="7517688192215738656" datatype="html"> <source>ASN</source> @@ -2083,7 +2083,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">NSF</target> </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> @@ -2099,7 +2099,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Document type</target> + <target state="translated">Tipo de documento</target> </trans-unit> <trans-unit id="4207916966377787111" datatype="html"> <source>Created</source> @@ -2107,7 +2107,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Created</target> + <target state="translated">Creado</target> </trans-unit> <trans-unit id="231679111972850796" datatype="html"> <source>Added</source> @@ -2115,7 +2115,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="needs-translation">Added</target> + <target state="translated">Agregado</target> </trans-unit> <trans-unit id="3553216189604488439" datatype="html"> <source>Modified</source> @@ -2123,7 +2123,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Modified</target> + <target state="translated">Modificado</target> </trans-unit> <trans-unit id="4561076822163447092" datatype="html"> <source>Create new item</source> @@ -2131,7 +2131,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">50</context> </context-group> - <target state="needs-translation">Create new item</target> + <target state="translated">Crear nuevo elemento</target> </trans-unit> <trans-unit id="5324147361912094446" datatype="html"> <source>Edit item</source> @@ -2139,7 +2139,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">54</context> </context-group> - <target state="needs-translation">Edit item</target> + <target state="translated">Editar elemento</target> </trans-unit> <trans-unit id="1699589597032579396" datatype="html"> <source>Could not save element: <x id="PH" equiv-text="error"/></source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">58</context> </context-group> - <target state="needs-translation">Could not save element: <x id="PH" equiv-text="error"/></target> + <target state="translated">No se pudo guardar el elemento: <x id="PH" equiv-text="error"/></target> </trans-unit> <trans-unit id="810888510148304696" datatype="html"> <source>Automatic</source> @@ -2155,7 +2155,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Automatic</target> + <target state="translated">Automático</target> </trans-unit> <trans-unit id="5044611416737085530" datatype="html"> <source>Do you really want to delete this element?</source> @@ -2163,7 +2163,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Do you really want to delete this element?</target> + <target state="translated">¿Estás seguro de querer borrar este elemento?</target> </trans-unit> <trans-unit id="8371896857609524947" datatype="html"> <source>Associated documents will not be deleted.</source> @@ -2171,7 +2171,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">104</context> </context-group> - <target state="needs-translation">Associated documents will not be deleted.</target> + <target state="translated">Los documentos asociados no serán borrados.</target> </trans-unit> <trans-unit id="7022070615528435141" datatype="html"> <source>Delete</source> @@ -2179,7 +2179,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">106</context> </context-group> - <target state="needs-translation">Delete</target> + <target state="translated">Borrar</target> </trans-unit> <trans-unit id="5467489005440577210" datatype="html"> <source>Error while deleting element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -2187,7 +2187,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">114</context> </context-group> - <target state="needs-translation">Error while deleting element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Error borrando el elemento: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="5851669019930456395" datatype="html"> <source>Any word</source> @@ -2195,7 +2195,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Any word</target> + <target state="translated">Cualquier palabra</target> </trans-unit> <trans-unit id="7517655726614958140" datatype="html"> <source>Any: Document contains any of these words (space separated)</source> @@ -2203,7 +2203,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Any: Document contains any of these words (space separated)</target> + <target state="translated">Cualquiera: El documento contiene cualquiera de estas palabras (separadas por espacios)</target> </trans-unit> <trans-unit id="700315718208181326" datatype="html"> <source>All words</source> @@ -2211,7 +2211,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">All words</target> + <target state="translated">Todas las palabras</target> </trans-unit> <trans-unit id="111914402588955480" datatype="html"> <source>All: Document contains all of these words (space separated)</source> @@ -2219,7 +2219,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">All: Document contains all of these words (space separated)</target> + <target state="translated">Todas: El documento contiene todas estas palabras (separadas por espacios)</target> </trans-unit> <trans-unit id="9180173992399180575" datatype="html"> <source>Exact match</source> @@ -2227,7 +2227,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Exact match</target> + <target state="translated">Coincidencia exacta</target> </trans-unit> <trans-unit id="7109184332944610787" datatype="html"> <source>Exact: Document contains this string</source> @@ -2235,7 +2235,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Exact: Document contains this string</target> + <target state="translated">Exacto: El documento contiene este texto</target> </trans-unit> <trans-unit id="1338733395833138319" datatype="html"> <source>Regular expression</source> @@ -2243,7 +2243,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Regular expression</target> + <target state="translated">Expresión regular</target> </trans-unit> <trans-unit id="7548151332424148033" datatype="html"> <source>Regular expression: Document matches this regular expression</source> @@ -2251,7 +2251,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Regular expression: Document matches this regular expression</target> + <target state="translated">Expresión regular: El documento coincide con esta expresión regular</target> </trans-unit> <trans-unit id="1856513373880048959" datatype="html"> <source>Fuzzy word</source> @@ -2275,7 +2275,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Auto: Learn matching automatically</target> + <target state="translated">Automático: Aprender automáticamente</target> </trans-unit> </body> </file> From 4cd7bf712348cee28b6d256564ccb0df92f35169 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:35 +0100 Subject: [PATCH 31/71] New translations django.po (Spanish) [ci skip] --- src/locale/es_ES/LC_MESSAGES/django.po | 244 ++++++++++++------------- 1 file changed, 122 insertions(+), 122 deletions(-) diff --git a/src/locale/es_ES/LC_MESSAGES/django.po b/src/locale/es_ES/LC_MESSAGES/django.po index e13ab0ef1..69211d62f 100644 --- a/src/locale/es_ES/LC_MESSAGES/django.po +++ b/src/locale/es_ES/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:40\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -19,23 +19,23 @@ msgstr "" #: documents/apps.py:10 msgid "Documents" -msgstr "" +msgstr "Documentos" #: documents/models.py:32 msgid "Any word" -msgstr "" +msgstr "Cualquier palabra" #: documents/models.py:33 msgid "All words" -msgstr "" +msgstr "Todas las palabras" #: documents/models.py:34 msgid "Exact match" -msgstr "" +msgstr "Coincidencia exacta" #: documents/models.py:35 msgid "Regular expression" -msgstr "" +msgstr "Expresión regular" #: documents/models.py:36 msgid "Fuzzy word" @@ -43,12 +43,12 @@ msgstr "" #: documents/models.py:37 msgid "Automatic" -msgstr "" +msgstr "Automático" #: documents/models.py:41 documents/models.py:350 paperless_mail/models.py:25 #: paperless_mail/models.py:109 msgid "name" -msgstr "" +msgstr "nombre" #: documents/models.py:45 msgid "match" @@ -72,7 +72,7 @@ msgstr "" #: documents/models.py:81 msgid "color" -msgstr "" +msgstr "color" #: documents/models.py:87 msgid "is inbox tag" @@ -84,35 +84,35 @@ msgstr "" #: documents/models.py:94 msgid "tag" -msgstr "" +msgstr "etiqueta" #: documents/models.py:95 documents/models.py:151 msgid "tags" -msgstr "" +msgstr "etiquetas" #: documents/models.py:101 documents/models.py:133 msgid "document type" -msgstr "" +msgstr "tipo de documento" #: documents/models.py:102 msgid "document types" -msgstr "" +msgstr "tipos de documento" #: documents/models.py:110 msgid "Unencrypted" -msgstr "" +msgstr "Sin encriptar" #: documents/models.py:111 msgid "Encrypted with GNU Privacy Guard" -msgstr "" +msgstr "Encriptado con GNU Privacy Guard" #: documents/models.py:124 msgid "title" -msgstr "" +msgstr "titulo" #: documents/models.py:137 msgid "content" -msgstr "" +msgstr "contenido" #: documents/models.py:139 msgid "The raw, text-only data of the document. This field is primarily used for searching." @@ -120,7 +120,7 @@ msgstr "" #: documents/models.py:144 msgid "mime type" -msgstr "" +msgstr "tipo MIME" #: documents/models.py:155 msgid "checksum" @@ -140,15 +140,15 @@ msgstr "" #: documents/models.py:172 documents/models.py:328 msgid "created" -msgstr "" +msgstr "creado" #: documents/models.py:176 msgid "modified" -msgstr "" +msgstr "modificado" #: documents/models.py:180 msgid "storage type" -msgstr "" +msgstr "tipo de almacenamiento" #: documents/models.py:188 msgid "added" @@ -176,67 +176,67 @@ msgstr "" #: documents/models.py:217 msgid "The position of this document in your physical document archive." -msgstr "" +msgstr "Posición de este documento en tu archivo físico de documentos." #: documents/models.py:223 msgid "document" -msgstr "" +msgstr "documento" #: documents/models.py:224 msgid "documents" -msgstr "" +msgstr "documentos" #: documents/models.py:311 msgid "debug" -msgstr "" +msgstr "depuración" #: documents/models.py:312 msgid "information" -msgstr "" +msgstr "información" #: documents/models.py:313 msgid "warning" -msgstr "" +msgstr "alerta" #: documents/models.py:314 msgid "error" -msgstr "" +msgstr "error" #: documents/models.py:315 msgid "critical" -msgstr "" +msgstr "crítico" #: documents/models.py:319 msgid "group" -msgstr "" +msgstr "grupo" #: documents/models.py:322 msgid "message" -msgstr "" +msgstr "mensaje" #: documents/models.py:325 msgid "level" -msgstr "" +msgstr "nivel" #: documents/models.py:332 msgid "log" -msgstr "" +msgstr "log" #: documents/models.py:333 msgid "logs" -msgstr "" +msgstr "logs" #: documents/models.py:344 documents/models.py:394 msgid "saved view" -msgstr "" +msgstr "vista guardada" #: documents/models.py:345 msgid "saved views" -msgstr "" +msgstr "vistas guardadas" #: documents/models.py:348 msgid "user" -msgstr "" +msgstr "usuario" #: documents/models.py:354 msgid "show on dashboard" @@ -244,23 +244,23 @@ msgstr "" #: documents/models.py:357 msgid "show in sidebar" -msgstr "" +msgstr "mostrar en barra lateral" #: documents/models.py:361 msgid "sort field" -msgstr "" +msgstr "campo de ordenación" #: documents/models.py:364 msgid "sort reverse" -msgstr "" +msgstr "ordenar al revés" #: documents/models.py:370 msgid "title contains" -msgstr "" +msgstr "el titulo contiene" #: documents/models.py:371 msgid "content contains" -msgstr "" +msgstr "el contenido contiene" #: documents/models.py:372 msgid "ASN is" @@ -272,7 +272,7 @@ msgstr "" #: documents/models.py:374 msgid "document type is" -msgstr "" +msgstr "el tipo de documento es" #: documents/models.py:375 msgid "is in inbox" @@ -280,59 +280,59 @@ msgstr "" #: documents/models.py:376 msgid "has tag" -msgstr "" +msgstr "tiene la etiqueta" #: documents/models.py:377 msgid "has any tag" -msgstr "" +msgstr "tiene cualquier etiqueta" #: documents/models.py:378 msgid "created before" -msgstr "" +msgstr "creado antes" #: documents/models.py:379 msgid "created after" -msgstr "" +msgstr "creado después" #: documents/models.py:380 msgid "created year is" -msgstr "" +msgstr "el año de creación es" #: documents/models.py:381 msgid "created month is" -msgstr "" +msgstr "el mes de creación es" #: documents/models.py:382 msgid "created day is" -msgstr "" +msgstr "creado el día" #: documents/models.py:383 msgid "added before" -msgstr "" +msgstr "agregado antes de" #: documents/models.py:384 msgid "added after" -msgstr "" +msgstr "agregado después de" #: documents/models.py:385 msgid "modified before" -msgstr "" +msgstr "modificado después de" #: documents/models.py:386 msgid "modified after" -msgstr "" +msgstr "modificado antes de" #: documents/models.py:387 msgid "does not have tag" -msgstr "" +msgstr "no tiene la etiqueta" #: documents/models.py:398 msgid "rule type" -msgstr "" +msgstr "tipo de regla" #: documents/models.py:402 msgid "value" -msgstr "" +msgstr "valor" #: documents/models.py:408 msgid "filter rule" @@ -345,104 +345,104 @@ msgstr "" #: documents/serialisers.py:53 #, python-format msgid "Invalid regular expresssion: %(error)s" -msgstr "" +msgstr "Expresión irregular inválida: %(error)s" #: documents/serialisers.py:177 msgid "Invalid color." -msgstr "" +msgstr "Color inválido." #: documents/serialisers.py:451 #, python-format msgid "File type %(type)s not supported" -msgstr "" +msgstr "Tipo de fichero %(type)s no suportado" #: documents/templates/index.html:21 msgid "Paperless-ng is loading..." -msgstr "" +msgstr "Paperless-ng está cargándose…" #: documents/templates/registration/logged_out.html:13 msgid "Paperless-ng signed out" -msgstr "" +msgstr "Paperless-ng Sesión cerrada" #: documents/templates/registration/logged_out.html:41 msgid "You have been successfully logged out. Bye!" -msgstr "" +msgstr "Has cerrado la sesión satisfactoriamente. ¡Adiós!" #: documents/templates/registration/logged_out.html:42 msgid "Sign in again" -msgstr "" +msgstr "Iniciar sesión de nuevo" #: documents/templates/registration/login.html:13 msgid "Paperless-ng sign in" -msgstr "" +msgstr "Paperless-ng Iniciar sesión" #: documents/templates/registration/login.html:42 msgid "Please sign in." -msgstr "" +msgstr "Por favor, inicie sesión" #: documents/templates/registration/login.html:45 msgid "Your username and password didn't match. Please try again." -msgstr "" +msgstr "Tu usuario y contraseña no coinciden. Inténtalo de nuevo." #: documents/templates/registration/login.html:48 msgid "Username" -msgstr "" +msgstr "Usuario" #: documents/templates/registration/login.html:49 msgid "Password" -msgstr "" +msgstr "Contraseña" #: documents/templates/registration/login.html:54 msgid "Sign in" -msgstr "" +msgstr "Iniciar sesión" #: paperless/settings.py:297 msgid "English (US)" -msgstr "" +msgstr "Inglés (US)" #: paperless/settings.py:298 msgid "English (GB)" -msgstr "" +msgstr "Inglés (Gran Bretaña)" #: paperless/settings.py:299 msgid "German" -msgstr "" +msgstr "Alemán" #: paperless/settings.py:300 msgid "Dutch" -msgstr "" +msgstr "Alemán" #: paperless/settings.py:301 msgid "French" -msgstr "" +msgstr "Francés" #: paperless/settings.py:302 msgid "Portuguese (Brazil)" -msgstr "" +msgstr "Portugués (Brasil)" #: paperless/settings.py:303 msgid "Italian" -msgstr "" +msgstr "Italiano" #: paperless/settings.py:304 msgid "Romanian" -msgstr "" +msgstr "Rumano" #: paperless/urls.py:118 msgid "Paperless-ng administration" -msgstr "" +msgstr "Paperless-ng Administración" #: paperless_mail/admin.py:25 msgid "Filter" -msgstr "" +msgstr "Filtro" #: paperless_mail/admin.py:27 msgid "Paperless will only process mails that match ALL of the filters given below." -msgstr "" +msgstr "Paperless solo procesará los correos que coincidan con TODOS los filtros escritos abajo." #: paperless_mail/admin.py:37 msgid "Actions" -msgstr "" +msgstr "Acciones" #: paperless_mail/admin.py:39 msgid "The action applied to the mail. This action is only performed when documents were consumed from the mail. Mails without attachments will remain entirely untouched." @@ -450,7 +450,7 @@ msgstr "" #: paperless_mail/admin.py:46 msgid "Metadata" -msgstr "" +msgstr "Metadatos" #: paperless_mail/admin.py:48 msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." @@ -462,87 +462,87 @@ msgstr "" #: paperless_mail/models.py:11 msgid "mail account" -msgstr "" +msgstr "cuenta de correo" #: paperless_mail/models.py:12 msgid "mail accounts" -msgstr "" +msgstr "cuentas de correo" #: paperless_mail/models.py:19 msgid "No encryption" -msgstr "" +msgstr "Sin encriptar" #: paperless_mail/models.py:20 msgid "Use SSL" -msgstr "" +msgstr "Usar SSL" #: paperless_mail/models.py:21 msgid "Use STARTTLS" -msgstr "" +msgstr "Usar STARTTLS" #: paperless_mail/models.py:29 msgid "IMAP server" -msgstr "" +msgstr "Servidor IMAP" #: paperless_mail/models.py:33 msgid "IMAP port" -msgstr "" +msgstr "Puerto IMAP" #: paperless_mail/models.py:36 msgid "This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections." -msgstr "" +msgstr "Normalmente 143 para conexiones sin encriptar y STARTTLS, y 993 para conexiones SSL." #: paperless_mail/models.py:40 msgid "IMAP security" -msgstr "" +msgstr "Seguridad IMAP" #: paperless_mail/models.py:46 msgid "username" -msgstr "" +msgstr "usuario" #: paperless_mail/models.py:50 msgid "password" -msgstr "" +msgstr "contraseña" #: paperless_mail/models.py:60 msgid "mail rule" -msgstr "" +msgstr "regla de correo" #: paperless_mail/models.py:61 msgid "mail rules" -msgstr "" +msgstr "reglas de correo" #: paperless_mail/models.py:67 msgid "Only process attachments." -msgstr "" +msgstr "Solo procesar ficheros adjuntos." #: paperless_mail/models.py:68 msgid "Process all files, including 'inline' attachments." -msgstr "" +msgstr "Procesar todos los ficheros, incluyendo ficheros 'incrustados'." #: paperless_mail/models.py:78 msgid "Mark as read, don't process read mails" -msgstr "" +msgstr "Marcar como leído, no procesar archivos leídos" #: paperless_mail/models.py:79 msgid "Flag the mail, don't process flagged mails" -msgstr "" +msgstr "Marcar el correo, no procesar correos marcados" #: paperless_mail/models.py:80 msgid "Move to specified folder" -msgstr "" +msgstr "Mover a carpeta específica" #: paperless_mail/models.py:81 msgid "Delete" -msgstr "" +msgstr "Borrar" #: paperless_mail/models.py:88 msgid "Use subject as title" -msgstr "" +msgstr "Usar asunto como titulo" #: paperless_mail/models.py:89 msgid "Use attachment filename as title" -msgstr "" +msgstr "Usar nombre del fichero adjunto como título" #: paperless_mail/models.py:99 msgid "Do not assign a correspondent" @@ -550,11 +550,11 @@ msgstr "" #: paperless_mail/models.py:101 msgid "Use mail address" -msgstr "" +msgstr "Usar dirección de correo" #: paperless_mail/models.py:103 msgid "Use name (or mail address if not available)" -msgstr "" +msgstr "Usar nombre (o dirección de correo si no está disponible)" #: paperless_mail/models.py:105 msgid "Use correspondent selected below" @@ -562,15 +562,15 @@ msgstr "" #: paperless_mail/models.py:113 msgid "order" -msgstr "" +msgstr "orden" #: paperless_mail/models.py:120 msgid "account" -msgstr "" +msgstr "cuenta" #: paperless_mail/models.py:124 msgid "folder" -msgstr "" +msgstr "carpeta" #: paperless_mail/models.py:128 msgid "filter from" @@ -578,15 +578,15 @@ msgstr "" #: paperless_mail/models.py:131 msgid "filter subject" -msgstr "" +msgstr "filtrar asunto" #: paperless_mail/models.py:134 msgid "filter body" -msgstr "" +msgstr "filtrar cuerpo" #: paperless_mail/models.py:138 msgid "filter attachment filename" -msgstr "" +msgstr "filtrar nombre del fichero adjunto" #: paperless_mail/models.py:140 msgid "Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive." @@ -594,43 +594,43 @@ msgstr "" #: paperless_mail/models.py:146 msgid "maximum age" -msgstr "" +msgstr "antigüedad máxima" #: paperless_mail/models.py:148 msgid "Specified in days." -msgstr "" +msgstr "Especificado en días." #: paperless_mail/models.py:151 msgid "attachment type" -msgstr "" +msgstr "tipo de fichero adjunto" #: paperless_mail/models.py:154 msgid "Inline attachments include embedded images, so it's best to combine this option with a filename filter." -msgstr "" +msgstr "Adjuntos incrustados incluyen imágenes, por lo que es mejor combina resta opción un filtro de nombre de fichero." #: paperless_mail/models.py:159 msgid "action" -msgstr "" +msgstr "acción" #: paperless_mail/models.py:165 msgid "action parameter" -msgstr "" +msgstr "parámetro de acción" #: paperless_mail/models.py:167 msgid "Additional parameter for the action selected above, i.e., the target folder of the move to folder action." -msgstr "" +msgstr "Parámetro adicional para la acción seleccionada arriba. Ej. la carpeta de destino de la acción de mover a carpeta." #: paperless_mail/models.py:173 msgid "assign title from" -msgstr "" +msgstr "asignar titulo desde" #: paperless_mail/models.py:183 msgid "assign this tag" -msgstr "" +msgstr "asignar esta etiqueta" #: paperless_mail/models.py:191 msgid "assign this document type" -msgstr "" +msgstr "asignar este tipo de documento" #: paperless_mail/models.py:195 msgid "assign correspondent from" From 58d1f983683014dcecd6e73790b176f7b97ecbd4 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:36 +0100 Subject: [PATCH 32/71] New translations messages.xlf (French) [ci skip] --- src-ui/src/locale/messages.fr_FR.xlf | 126 +++++++++++++-------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf index bbc97753e..c0547d6ed 100644 --- a/src-ui/src/locale/messages.fr_FR.xlf +++ b/src-ui/src/locale/messages.fr_FR.xlf @@ -16,7 +16,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Le document <x equiv-text="status.filename" id="PH"/> a été ajouté à Paperless-ng.</target> + <target state="translated">Le document <x id="PH" equiv-text="status.filename"/> a été ajouté à Paperless-ng.</target> </trans-unit> <trans-unit id="1931214133925051574" datatype="html"> <source>Open document</source> @@ -32,7 +32,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Impossible d'ajouter <x equiv-text="status.filename" id="PH"/> : <x equiv-text="status.message" id="PH_1"/></target> + <target state="translated">Impossible d'ajouter <x id="PH" equiv-text="status.filename"/> : <x id="PH_1" equiv-text="status.message"/></target> </trans-unit> <trans-unit id="1710712016675379662" datatype="html"> <source>New document detected</source> @@ -48,7 +48,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="translated">Le document <x equiv-text="status.filename" id="PH"/> est en cours de traitement par Paperless-ng.</target> + <target state="translated">Le document <x id="PH" equiv-text="status.filename"/> est en cours de traitement par Paperless-ng.</target> </trans-unit> <trans-unit id="4733307402565258070" datatype="html"> <source>Documents</source> @@ -56,7 +56,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Documents</target> </trans-unit> <trans-unit id="2155249406916744630" datatype="html"> <source>View "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" saved successfully.</source> @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="translated">Vue "<x equiv-text="this.list.activeSavedViewTitle" id="PH"/>" enregistrée avec succès.</target> + <target state="translated">Vue "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" enregistrée avec succès.</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">Vue "<x equiv-text="savedView.name" id="PH"/>" créée avec succès.</target> + <target state="translated">Vue "<x id="PH" equiv-text="savedView.name"/>" créée avec succès.</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -136,7 +136,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">71</context> </context-group> - <target state="translated">Enregistrer "<x equiv-text="{{list.activeSavedViewTitle}}" id="INTERPOLATION"/>"</target> + <target state="translated">Enregistrer "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> </trans-unit> <trans-unit id="439e7cc3c1ecefded167ed4d37f7d22dad6a9159" datatype="html"> <source>{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</source> @@ -224,7 +224,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">204</context> </context-group> - <target state="translated">Voulez-vous vraiment supprimer le document "<x equiv-text="this.document.title" id="PH"/>" ?</target> + <target state="translated">Voulez-vous vraiment supprimer le document "<x id="PH" equiv-text="this.document.title"/>" ?</target> </trans-unit> <trans-unit id="6691075929777935948" datatype="html"> <source>The files for this document will be deleted permanently. This operation cannot be undone.</source> @@ -248,7 +248,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">214</context> </context-group> - <target state="translated">Une erreur s'est produite lors de la suppression du document : <x equiv-text="JSON.stringify(error)" id="PH"/></target> + <target state="translated">Une erreur s'est produite lors de la suppression du document : <x id="PH" equiv-text="JSON.stringify(error)"/></target> </trans-unit> <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> <source>Delete</source> @@ -328,7 +328,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="needs-translation">Page</target> + <target state="translated">Page</target> </trans-unit> <trans-unit id="c972a8e7d09f86e0c408a80349990fb213b32c08" datatype="html"> <source>of <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></source> @@ -336,7 +336,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">sur <x equiv-text="{{previewNumPages}}" id="INTERPOLATION"/></target> + <target state="translated">sur <x id="INTERPOLATION" equiv-text="{{previewNumPages}}"/></target> </trans-unit> <trans-unit id="a071e35fecc10753065b1cb5b38608be66da2c8b" datatype="html"> <source>Download original</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="translated">Bonjour <x equiv-text="this.displayName" id="PH"/>, bienvenue dans Paperless-ng !</target> + <target state="translated">Bonjour <x id="PH" equiv-text="this.displayName"/>, bienvenue dans Paperless-ng !</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Voulez-vous vraiment supprimer l'étiquette "<x equiv-text="object.name" id="PH"/>" ?</target> + <target state="translated">Voulez-vous vraiment supprimer l'étiquette "<x id="PH" equiv-text="object.name"/>" ?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -544,7 +544,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="needs-translation">Actions</target> + <target state="translated">Actions</target> </trans-unit> <trans-unit id="9d51b3c90afda70700229d1b8a55371c13cb3bce" datatype="html"> <source>Documents</source> @@ -552,7 +552,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="needs-translation">Documents</target> + <target state="translated">Documents</target> </trans-unit> <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> <source>Edit</source> @@ -568,7 +568,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Voulez-vous vraiment supprimer le type de document "<x equiv-text="object.name" id="PH"/>" ?</target> + <target state="translated">Voulez-vous vraiment supprimer le type de document "<x id="PH" equiv-text="object.name"/>" ?</target> </trans-unit> <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> <source>Document types</source> @@ -592,7 +592,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">68</context> </context-group> - <target state="translated">Vue "<x equiv-text="savedView.name" id="PH"/>" supprimée.</target> + <target state="translated">Vue "<x id="PH" equiv-text="savedView.name"/>" supprimée.</target> </trans-unit> <trans-unit id="5647210819299459618" datatype="html"> <source>Settings saved successfully.</source> @@ -624,7 +624,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="translated">Une erreur s'est produite lors de l'enregistrement des paramètres sur le serveur : <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Une erreur s'est produite lors de l'enregistrement des paramètres sur le serveur : <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> <source>Settings</source> @@ -648,7 +648,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">116</context> </context-group> - <target state="needs-translation">Notifications</target> + <target state="translated">Notifications</target> </trans-unit> <trans-unit id="99dee94e92dbd9e21a008d4569f9719ed206ae37" datatype="html"> <source>Saved views</source> @@ -704,7 +704,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Court : <x equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Court : <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="d01a59285e711252b98c4f193394e4b854615c78" datatype="html"> <source>Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></source> @@ -712,7 +712,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">55</context> </context-group> - <target state="translated">Moyen : <x equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Moyen : <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="00481629776699b1caebd12b3b1176e2e23740a8" datatype="html"> <source>Long: <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></source> @@ -720,7 +720,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Long : <x equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}" id="INTERPOLATION"/></target> + <target state="translated">Long : <x id="INTERPOLATION" equiv-text="{{today | customDate:'longDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="2045151788cbdda7512752e408da59a6b54a8ef0" datatype="html"> <source>Items per page</source> @@ -912,7 +912,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Voulez-vous vraiment supprimer le correspondant "<x equiv-text="object.name" id="PH"/>" ?</target> + <target state="translated">Voulez-vous vraiment supprimer le correspondant "<x id="PH" equiv-text="object.name"/>" ?</target> </trans-unit> <trans-unit id="c3f3334de899327bf3ec8999236e10798ff76e72" datatype="html"> <source>Correspondents</source> @@ -936,7 +936,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Confirmation</target> + <target state="translated">Confirmation</target> </trans-unit> <trans-unit id="9178182467454450952" datatype="html"> <source>Confirm</source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Requête de recherche invalide : <x equiv-text="{{errorMessage}}" id="INTERPOLATION"/></target> + <target state="translated">Requête de recherche invalide : <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="translated">Présentation des documents similaires à <x equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}" id="START_LINK"/><x equiv-text="{{more_like_doc?.original_file_name}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/></target> + <target state="translated">Présentation des documents similaires à <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1072,7 +1072,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="translated">Requête de recherche : <x equiv-text="<i>{{query}}" id="START_ITALIC_TEXT"/><x equiv-text="{{query}}</i>" id="INTERPOLATION"/><x equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/></target> + <target state="translated">Requête de recherche : <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Vouliez-vous dire "<x equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}" id="START_LINK"/><x equiv-text="{{correctedQuery}}</a>" id="INTERPOLATION"/><x equiv-text="</a>" id="CLOSE_LINK"/>" ?</target> + <target state="translated">Vouliez-vous dire "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>" ?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1097,7 +1097,7 @@ <context context-type="linenumber">11</context> </context-group> <note priority="1" from="description">app title</note> - <target state="needs-translation">Paperless-ng</target> + <target state="translated">Paperless-ng</target> </trans-unit> <trans-unit id="069566c6ed4f051b5b5617ef1935837226585dad" datatype="html"> <source>Search documents</source> @@ -1137,7 +1137,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">160</context> </context-group> - <target state="needs-translation">Info</target> + <target state="translated">Info</target> </trans-unit> <trans-unit id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7" datatype="html"> <source>Documentation</source> @@ -1145,7 +1145,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">167</context> </context-group> - <target state="needs-translation">Documentation</target> + <target state="translated">Documentation</target> </trans-unit> <trans-unit id="355a222236bc01b9a8cd3cb9ecf76891125aed69" datatype="html"> <source>GitHub</source> @@ -1153,7 +1153,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">175</context> </context-group> - <target state="needs-translation">GitHub</target> + <target state="translated">GitHub</target> </trans-unit> <trans-unit id="ea3a452c5238897cabc5781308cceb2d37dcf258" datatype="html"> <source>Suggest an idea</source> @@ -1169,7 +1169,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">34</context> </context-group> - <target state="translated">Connexion en tant que <x equiv-text="{{displayName}}" id="INTERPOLATION"/></target> + <target state="translated">Connexion en tant que <x id="INTERPOLATION" equiv-text="{{displayName}}"/></target> </trans-unit> <trans-unit id="4f55b670f49d927c6026bb614c7c62b1f2a394c0" datatype="html"> <source>Open documents</source> @@ -1209,7 +1209,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Correspondant : <x equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Correspondant : <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> @@ -1225,7 +1225,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="translated">Type : <x equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Type : <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> @@ -1241,7 +1241,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">45</context> </context-group> - <target state="translated">Étiquette : <x equiv-text="this.tags.find(t => t.id == +rule.value)?.name" id="PH"/></target> + <target state="translated">Étiquette : <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> @@ -1257,7 +1257,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">53</context> </context-group> - <target state="translated">Titre : <x equiv-text="rule.value" id="PH"/></target> + <target state="translated">Titre : <x id="PH" equiv-text="rule.value"/></target> </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> @@ -1378,7 +1378,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="translated">Créé le : <x equiv-text="{{document.created | customDate}}" id="INTERPOLATION"/></target> + <target state="translated">Créé le : <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></target> </trans-unit> <trans-unit id="cd6f3fd48957e1fea6545c2b2defc7b2435ebfa8" datatype="html"> <source>Filter by correspondent</source> @@ -1418,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="translated">Une erreur s'est produite lors de l'exécution de l'opération de masse : <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Une erreur s'est produite lors de l'exécution de l'opération de masse : <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="7894972847287473517" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>"</source> @@ -1426,7 +1426,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">113</context> </context-group> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>"</target> </trans-unit> <trans-unit id="8639884465898458690" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>" and "<x id="PH_1" equiv-text="items[1].name"/>"</source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="translated">"<x equiv-text="items[0].name" id="PH"/>" et "<x equiv-text="items[1].name" id="PH_1"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" et "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1444,7 +1444,7 @@ <context context-type="linenumber">117</context> </context-group> <note priority="1" from="description">this is used to separate enumerations and should probably be a comma and a whitespace in most languages</note> - <target state="needs-translation">, </target> + <target state="translated">, </target> </trans-unit> <trans-unit id="1822679894391095557" datatype="html"> <source><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="translated"><x equiv-text="list" id="PH"/> et "<x equiv-text="items[items.length - 1].name" id="PH_1"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/> et "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1469,7 +1469,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">130</context> </context-group> - <target state="translated">Cette action affectera l'étiquette "<x equiv-text="tag.name" id="PH"/>" au(x) <x equiv-text="this.list.selected.size" id="PH_1"/> document(s) sélectionné(s).</target> + <target state="translated">Cette action affectera l'étiquette "<x id="PH" equiv-text="tag.name"/>" au(x) <x id="PH_1" equiv-text="this.list.selected.size"/> document(s) sélectionné(s).</target> </trans-unit> <trans-unit id="1894412783609570695" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1477,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="translated">Cette action affectera les étiquettes <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> au(x) <x equiv-text="this.list.selected.size" id="PH_1"/> document(s) sélectionné(s).</target> + <target state="translated">Cette action affectera les étiquettes <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> au(x) <x id="PH_1" equiv-text="this.list.selected.size"/> document(s) sélectionné(s).</target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="translated">Cette action supprimera l'étiquette "<x equiv-text="tag.name" id="PH"/>" de(s) <x equiv-text="this.list.selected.size" id="PH_1"/> document(s) sélectionné(s).</target> + <target state="translated">Cette action supprimera l'étiquette "<x id="PH" equiv-text="tag.name"/>" de(s) <x id="PH_1" equiv-text="this.list.selected.size"/> document(s) sélectionné(s).</target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1493,7 +1493,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">137</context> </context-group> - <target state="translated">Cette action supprimera les étiquettes <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH"/> de(s) <x equiv-text="this.list.selected.size" id="PH_1"/> document(s) sélectionné(s).</target> + <target state="translated">Cette action supprimera les étiquettes <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> de(s) <x id="PH_1" equiv-text="this.list.selected.size"/> document(s) sélectionné(s).</target> </trans-unit> <trans-unit id="2739066218579571288" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1501,7 +1501,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">139</context> </context-group> - <target state="translated">Cette action affectera les étiquettes <x equiv-text="this._localizeList(changedTags.itemsToAdd)" id="PH"/> et supprimera les étiquettes <x equiv-text="this._localizeList(changedTags.itemsToRemove)" id="PH_1"/> de(s) <x equiv-text="this.list.selected.size" id="PH_2"/> document(s) sélectionné(s).</target> + <target state="translated">Cette action affectera les étiquettes <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> et supprimera les étiquettes <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> de(s) <x id="PH_2" equiv-text="this.list.selected.size"/> document(s) sélectionné(s).</target> </trans-unit> <trans-unit id="2996713129519325161" datatype="html"> <source>Confirm correspondent assignment</source> @@ -1517,7 +1517,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">161</context> </context-group> - <target state="translated">Cette action affectera le correspondant "<x equiv-text="correspondent.name" id="PH"/>" au(x) <x equiv-text="this.list.selected.size" id="PH_1"/>document(s) sélectionné(s).</target> + <target state="translated">Cette action affectera le correspondant "<x id="PH" equiv-text="correspondent.name"/>" au(x) <x id="PH_1" equiv-text="this.list.selected.size"/>document(s) sélectionné(s).</target> </trans-unit> <trans-unit id="1257522660364398440" datatype="html"> <source>This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1525,7 +1525,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">163</context> </context-group> - <target state="translated">Cette action supprimera le correspondant de(s) <x equiv-text="this.list.selected.size" id="PH"/> document(s) sélectionné(s).</target> + <target state="translated">Cette action supprimera le correspondant de(s) <x id="PH" equiv-text="this.list.selected.size"/> document(s) sélectionné(s).</target> </trans-unit> <trans-unit id="5393409374423140648" datatype="html"> <source>Confirm document type assignment</source> @@ -1541,7 +1541,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">184</context> </context-group> - <target state="translated">Cette action affectera le type de document "<x equiv-text="documentType.name" id="PH"/>" au(x) <x equiv-text="this.list.selected.size" id="PH_1"/> document(s) sélectionné(s).</target> + <target state="translated">Cette action affectera le type de document "<x id="PH" equiv-text="documentType.name"/>" au(x) <x id="PH_1" equiv-text="this.list.selected.size"/> document(s) sélectionné(s).</target> </trans-unit> <trans-unit id="2236642492594872779" datatype="html"> <source>This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1549,7 +1549,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">186</context> </context-group> - <target state="translated">Cette action supprimera le type de document de(s) <x equiv-text="this.list.selected.size" id="PH"/> document(s) sélectionné(s).</target> + <target state="translated">Cette action supprimera le type de document de(s) <x id="PH" equiv-text="this.list.selected.size"/> document(s) sélectionné(s).</target> </trans-unit> <trans-unit id="749430623564850405" datatype="html"> <source>Delete confirm</source> @@ -1565,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="translated">Cette action supprimera définitivement <x equiv-text="this.list.selected.size" id="PH"/> document(s) sélectionné(s).</target> + <target state="translated">Cette action supprimera définitivement <x id="PH" equiv-text="this.list.selected.size"/> document(s) sélectionné(s).</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1653,7 +1653,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Nombre total de documents : <x equiv-text="{{statistics?.documents_total}}" id="INTERPOLATION"/></target> + <target state="translated">Nombre total de documents : <x id="INTERPOLATION" equiv-text="{{statistics?.documents_total}}"/></target> </trans-unit> <trans-unit id="13e8d49dbcad9f9d71e66a9a56d6f328cff430c9" datatype="html"> <source>Documents in inbox: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></source> @@ -1661,7 +1661,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="translated">Documents dans la boîte de réception : <x equiv-text="{{statistics?.documents_inbox}}" id="INTERPOLATION"/></target> + <target state="translated">Documents dans la boîte de réception : <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> </trans-unit> <trans-unit id="6443586946875325554" datatype="html"> <source>Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></source> @@ -1669,7 +1669,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Traitement : <x equiv-text="countUploadingAndProcessing" id="PH"/></target> + <target state="translated">Traitement : <x id="PH" equiv-text="countUploadingAndProcessing"/></target> </trans-unit> <trans-unit id="9182918211699394982" datatype="html"> <source>Failed: <x id="PH" equiv-text="countFailed"/></source> @@ -1677,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Échec : <x equiv-text="countFailed" id="PH"/></target> + <target state="translated">Échec : <x id="PH" equiv-text="countFailed"/></target> </trans-unit> <trans-unit id="534116346205124059" datatype="html"> <source>Added: <x id="PH" equiv-text="countSuccess"/></source> @@ -1685,7 +1685,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">38</context> </context-group> - <target state="translated">Ajout : <x equiv-text="countSuccess" id="PH"/></target> + <target state="translated">Ajout : <x id="PH" equiv-text="countSuccess"/></target> </trans-unit> <trans-unit id="3852289441366561594" datatype="html"> <source>Connecting...</source> @@ -1717,7 +1717,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">Erreur HTTP : <x equiv-text="error.status" id="PH"/> <x equiv-text="error.statusText" id="PH_1"/></target> + <target state="translated">Erreur HTTP : <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> </trans-unit> <trans-unit id="e022072b3e4dd77e3f09960817ef3359a49963b3" datatype="html"> <source>Upload new documents</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">102</context> </context-group> - <target state="needs-translation">ISO 8601</target> + <target state="translated">ISO 8601</target> </trans-unit> <trans-unit id="2119857572761283468" datatype="html"> <source>Document already exists.</source> @@ -2075,7 +2075,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="needs-translation">Information</target> + <target state="translated">Information</target> </trans-unit> <trans-unit id="7517688192215738656" datatype="html"> <source>ASN</source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">58</context> </context-group> - <target state="translated">Impossible d'enregistrer l'élément : <x equiv-text="error" id="PH"/></target> + <target state="translated">Impossible d'enregistrer l'élément : <x id="PH" equiv-text="error"/></target> </trans-unit> <trans-unit id="810888510148304696" datatype="html"> <source>Automatic</source> @@ -2187,7 +2187,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">114</context> </context-group> - <target state="translated">Une erreur s'est produite lors de la suppression de l'élément : <x equiv-text="JSON.stringify(error.error)" id="PH"/></target> + <target state="translated">Une erreur s'est produite lors de la suppression de l'élément : <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="5851669019930456395" datatype="html"> <source>Any word</source> From 65a416fdae01deceb46a03eafaaf333cda6b8af7 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:56:37 +0100 Subject: [PATCH 33/71] New translations django.po (French) [ci skip] --- src/locale/fr_FR/LC_MESSAGES/django.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/locale/fr_FR/LC_MESSAGES/django.po b/src/locale/fr_FR/LC_MESSAGES/django.po index f97e275d2..9ed2a51ac 100644 --- a/src/locale/fr_FR/LC_MESSAGES/django.po +++ b/src/locale/fr_FR/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:40\n" +"PO-Revision-Date: 2021-03-06 22:56\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -19,7 +19,7 @@ msgstr "" #: documents/apps.py:10 msgid "Documents" -msgstr "" +msgstr "Documents" #: documents/models.py:32 msgid "Any word" @@ -180,11 +180,11 @@ msgstr "Le classement de ce document dans votre archive de documents physiques." #: documents/models.py:223 msgid "document" -msgstr "" +msgstr "document" #: documents/models.py:224 msgid "documents" -msgstr "" +msgstr "documents" #: documents/models.py:311 msgid "debug" @@ -192,7 +192,7 @@ msgstr "débogage" #: documents/models.py:312 msgid "information" -msgstr "" +msgstr "information" #: documents/models.py:313 msgid "warning" @@ -212,7 +212,7 @@ msgstr "groupe" #: documents/models.py:322 msgid "message" -msgstr "" +msgstr "message" #: documents/models.py:325 msgid "level" @@ -442,7 +442,7 @@ msgstr "Paperless-ng ne traitera que les courriers qui correspondent à TOUS les #: paperless_mail/admin.py:37 msgid "Actions" -msgstr "" +msgstr "Actions" #: paperless_mail/admin.py:39 msgid "The action applied to the mail. This action is only performed when documents were consumed from the mail. Mails without attachments will remain entirely untouched." @@ -610,7 +610,7 @@ msgstr "Les pièces jointes en ligne comprennent les images intégrées, il est #: paperless_mail/models.py:159 msgid "action" -msgstr "" +msgstr "action" #: paperless_mail/models.py:165 msgid "action parameter" From 811b82181d30f7ec729c981cb1f1899ea2b729c4 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 01:59:13 +0100 Subject: [PATCH 34/71] New translations messages.xlf (Russian) [ci skip] --- src-ui/src/locale/messages.ru_RU.xlf | 100 +++++++++++++-------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf index 816a78ca5..214545725 100644 --- a/src-ui/src/locale/messages.ru_RU.xlf +++ b/src-ui/src/locale/messages.ru_RU.xlf @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="translated">Просмотр "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" успешно сохранён.</target> + <target state="translated">Представление "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" успешно сохранено.</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">Просмотр "<x id="PH" equiv-text="savedView.name"/>" создан успешно</target> + <target state="translated">Представление "<x id="PH" equiv-text="savedView.name"/>" успешно создано.</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -80,7 +80,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="translated">Выбрать</target> + <target state="translated">Выбор</target> </trans-unit> <trans-unit id="7e1f9a7054aff842832620c03dedae894787ba41" datatype="html"> <source>Select none</source> @@ -88,7 +88,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="translated">Ничего не выбрано</target> + <target state="translated">Ничего</target> </trans-unit> <trans-unit id="2ed8a0c2ce4968f8614151eefed20a0aa3daeeb9" datatype="html"> <source>Select page</source> @@ -112,7 +112,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">39</context> </context-group> - <target state="translated">Сортировать</target> + <target state="translated">Сортировка</target> </trans-unit> <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html"> <source>Views</source> @@ -120,7 +120,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">64</context> </context-group> - <target state="translated">Просмотры</target> + <target state="translated">Представления</target> </trans-unit> <trans-unit id="b69d81ff62cdc22b6bf88fe0b72dc1f66ccfa44f" datatype="html"> <source>Save as...</source> @@ -128,7 +128,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="translated">Сохранить как</target> + <target state="translated">Сохранить как...</target> </trans-unit> <trans-unit id="5f5ce787c428d917c30c9bd70789a618e09743a7" datatype="html"> <source>Save "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</source> @@ -144,7 +144,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">85</context> </context-group> - <target state="translated">{VAR_PLURAL, plural, =1 {Выделено<x id="INTERPOLATION"/> из одного документа} other {Выделенные <x id="INTERPOLATION"/> и <x id="INTERPOLATION_1"/> документы}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Выделено документов: <x id="INTERPOLATION"/> из 1} other {Выделено документов: <x id="INTERPOLATION"/> из <x id="INTERPOLATION_1"/>}}</target> </trans-unit> <trans-unit id="bb773fdeaad5e7fb8e6cd77e1cc558e1b194a0c9" datatype="html"> <source>{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</source> @@ -152,7 +152,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">86</context> </context-group> - <target state="translated">{VAR_PLURAL, plural, =1 {Один документ} other {<x id="INTERPOLATION"/> докуметы}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Один документ} other {<x id="INTERPOLATION"/> документа}}</target> </trans-unit> <trans-unit id="bb91083b44e3f77dd68de773ceab467ca3d57507" datatype="html"> <source>(filtered)</source> @@ -168,7 +168,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">105</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">АН</target> </trans-unit> <trans-unit id="7b5c6286aaded63fb279d6deb8aa8c704e085ced" datatype="html"> <source>Correspondent</source> @@ -672,7 +672,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">17</context> </context-group> - <target state="translated">Отобразить язык</target> + <target state="translated">Язык интерфейса</target> </trans-unit> <trans-unit id="1284a077dc18a2d1ff1b744f16f1797eea28ae37" datatype="html"> <source>You need to reload the page after applying a new language.</source> @@ -688,7 +688,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Отображение даты</target> + <target state="translated">Дата</target> </trans-unit> <trans-unit id="7df4de0d0704a06a302d853e31f2580eba98f127" datatype="html"> <source>Date format</source> @@ -704,7 +704,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Кратко: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> + <target state="translated">Краткий: <x id="INTERPOLATION" equiv-text="{{today | customDate:'shortDate':null:computedDateLocale}}"/></target> </trans-unit> <trans-unit id="d01a59285e711252b98c4f193394e4b854615c78" datatype="html"> <source>Medium: <x id="INTERPOLATION" equiv-text="{{today | customDate:'mediumDate':null:computedDateLocale}}"/></source> @@ -728,7 +728,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">67</context> </context-group> - <target state="translated">Элементов на страницу</target> + <target state="translated">Элементов на странице</target> </trans-unit> <trans-unit id="c4435e56bf0289e78fedc462f1d21fb30b9de55d" datatype="html"> <source>Document editor</source> @@ -744,7 +744,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="translated">Используйте просмоторщик PDF встроенный в браузер</target> + <target state="translated">Использовать просмоторщик PDF встроенный в браузер</target> </trans-unit> <trans-unit id="d7db07023e53f8396d18d375c2b78c25fc81c197" datatype="html"> <source>This is usually faster for displaying large PDF documents, but it might not work on some browsers.</source> @@ -752,7 +752,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="translated">Это обычный способ для быстрого отображения больших PDF документов, но может быть так, что некоторые браузеры не поддерживают этот метод.</target> + <target state="translated">Это, обычно, более быстрый способо отображения больших PDF документов, но он может не работать в некоторых браузерах.</target> </trans-unit> <trans-unit id="9ee5d1cbfd6ee168dae37aaba2b59b50bcabb2ff" datatype="html"> <source>Dark mode</source> @@ -760,7 +760,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">94</context> </context-group> - <target state="translated">Тёмная тема</target> + <target state="translated">Тёмный режим</target> </trans-unit> <trans-unit id="f8cb5506e70fd71fddc9bb71cee18bfff7b29637" datatype="html"> <source>Use system settings</source> @@ -776,7 +776,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">98</context> </context-group> - <target state="translated">Включить тёмную тему</target> + <target state="translated">Включить тёмный режим</target> </trans-unit> <trans-unit id="71bad20b37410c8972c9aa0f7c62996534b84339" datatype="html"> <source>Invert thumbnails in dark mode</source> @@ -784,7 +784,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="needs-translation">Invert thumbnails in dark mode</target> + <target state="translated">Инвертировать эскизы при включенном тёмном режиме</target> </trans-unit> <trans-unit id="3863a86cd9e69a61d143d3daf51df44203df4a82" datatype="html"> <source>Bulk editing</source> @@ -800,7 +800,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="translated">Показать диалог подтверждения</target> + <target state="translated">Показывать диалоги подтверждения</target> </trans-unit> <trans-unit id="291bbe56ecbe945dcf05580a57d679fa7bd1e06a" datatype="html"> <source>Deleting documents will always ask for confirmation.</source> @@ -864,7 +864,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="needs-translation">This will suppress all messages about document processing status on the dashboard.</target> + <target state="translated">Это отключит все сообщения о статусе обработки документов на панели инструментов.</target> </trans-unit> <trans-unit id="8cb90334f5dfd7fc67205085f59381e2a334ccfc" datatype="html"> <source>Appears on</source> @@ -872,7 +872,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">146</context> </context-group> - <target state="needs-translation">Appears on</target> + <target state="translated">Появляется на</target> </trans-unit> <trans-unit id="6717cf1acf04728fc2b7c39f6d3297f8ff15fde5" datatype="html"> <source>Show on dashboard</source> @@ -912,7 +912,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Do you really want to delete the correspondent "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Вы действительно хотите удалить этого корреспондента "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="c3f3334de899327bf3ec8999236e10798ff76e72" datatype="html"> <source>Correspondents</source> @@ -1201,7 +1201,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="needs-translation">Title & content</target> + <target state="translated">Заголовок & содержимое</target> </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> @@ -1444,7 +1444,7 @@ <context context-type="linenumber">117</context> </context-group> <note priority="1" from="description">this is used to separate enumerations and should probably be a comma and a whitespace in most languages</note> - <target state="needs-translation">, </target> + <target state="translated">, </target> </trans-unit> <trans-unit id="1822679894391095557" datatype="html"> <source><x id="PH" equiv-text="list"/> and "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</source> @@ -1517,7 +1517,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">161</context> </context-group> - <target state="needs-translation">This operation will assign the correspondent "<x id="PH" equiv-text="correspondent.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Эта операция назначит корреспондента "<x id="PH" equiv-text="correspondent.name"/>" <x id="PH_1" equiv-text="this.list.selected.size"/> выбранным документам.</target> </trans-unit> <trans-unit id="1257522660364398440" datatype="html"> <source>This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1525,7 +1525,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">163</context> </context-group> - <target state="needs-translation">This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Эта операция удалит корреспондента из <x id="PH" equiv-text="this.list.selected.size"/> выбранных документов.</target> </trans-unit> <trans-unit id="5393409374423140648" datatype="html"> <source>Confirm document type assignment</source> @@ -1533,7 +1533,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">182</context> </context-group> - <target state="needs-translation">Confirm document type assignment</target> + <target state="translated">Подтвердите назначение типа документа</target> </trans-unit> <trans-unit id="332180123895325027" datatype="html"> <source>This operation will assign the document type "<x id="PH" equiv-text="documentType.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1750,7 +1750,7 @@ <context context-type="linenumber">4</context> </context-group> <note priority="1" from="description">This button dismisses all status messages about processed documents on the dashboard (failed and successful)</note> - <target state="needs-translation">Dismiss completed</target> + <target state="translated">Скрытие завершено</target> </trans-unit> <trans-unit id="90917e1a0a7bb59e9d11bdde9183e9391963e17b" datatype="html"> <source>{VAR_PLURAL, plural, =1 {One more document} other {<x id="INTERPOLATION"/> more documents}}</source> @@ -1807,7 +1807,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Once you've got a couple documents in paperless and added metadata to them, paperless can assign that metadata to new documents automatically.</target> + <target state="translated">После того, как вы добавите несколько документов в paperless и добавите к ним метаданные, paperless сможет автоматически назначать эти метаданные новым документам.</target> </trans-unit> <trans-unit id="9dca488928c0b7af46c3866f86a6c2c8548399aa" datatype="html"> <source>You can configure paperless to read your mails and add documents from attached files.</source> @@ -1815,7 +1815,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">You can configure paperless to read your mails and add documents from attached files.</target> + <target state="translated">Вы можете настроить paperless на чтение ваших писем и добавление документов из прикрепленных файлов.</target> </trans-unit> <trans-unit id="d282f6277cbf6704f697170d2ad19ce500790e20" datatype="html"> <source>Consult the documentation on how to use these features. The section on basic usage also has some information on how to use paperless in general.</source> @@ -1823,7 +1823,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Consult the documentation on how to use these features. The section on basic usage also has some information on how to use paperless in general.</target> + <target state="translated">Обратитесь к документации по использованию этих функций. Раздел "Использование" содержит общую информацию о работе с paperless.</target> </trans-unit> <trans-unit id="218403386307979629" datatype="html"> <source>Metadata</source> @@ -1927,7 +1927,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">95</context> </context-group> - <target state="needs-translation">Portuguese (Brazil)</target> + <target state="translated">Португальский (Бразилия)</target> </trans-unit> <trans-unit id="2935232983274991580" datatype="html"> <source>Italian</source> @@ -1935,7 +1935,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">96</context> </context-group> - <target state="needs-translation">Italian</target> + <target state="translated">Итальянский</target> </trans-unit> <trans-unit id="8118856427047826368" datatype="html"> <source>Romanian</source> @@ -1943,7 +1943,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Romanian</target> + <target state="translated">Румынский</target> </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> @@ -1976,7 +1976,7 @@ <context context-type="linenumber">17</context> </context-group> <note priority="1" from="description">Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Pre-consume script does not exist.</target> + <target state="translated">скрипт предобработки не существует.</target> </trans-unit> <trans-unit id="7742915911032564889" datatype="html"> <source>Error while executing pre-consume script.</source> @@ -1985,7 +1985,7 @@ <context context-type="linenumber">18</context> </context-group> <note priority="1" from="description">Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Error while executing pre-consume script.</target> + <target state="translated">Ошибка при выполнении скрипта предобработки.</target> </trans-unit> <trans-unit id="8995193730018060346" datatype="html"> <source>Post-consume script does not exist.</source> @@ -1994,7 +1994,7 @@ <context context-type="linenumber">19</context> </context-group> <note priority="1" from="description">Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Post-consume script does not exist.</target> + <target state="translated">скрипт постобработки не существует.</target> </trans-unit> <trans-unit id="256773668518189604" datatype="html"> <source>Error while executing post-consume script.</source> @@ -2003,7 +2003,7 @@ <context context-type="linenumber">20</context> </context-group> <note priority="1" from="description">Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="needs-translation">Error while executing post-consume script.</target> + <target state="translated">Ошибка при выполнении скрипта постобработки.</target> </trans-unit> <trans-unit id="6252258095055634191" datatype="html"> <source>Received new file.</source> @@ -2035,7 +2035,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">24</context> </context-group> - <target state="needs-translation">Generating thumbnail...</target> + <target state="translated">Создание эскиза...</target> </trans-unit> <trans-unit id="3280851677698431426" datatype="html"> <source>Retrieving date from document...</source> @@ -2043,7 +2043,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Retrieving date from document...</target> + <target state="translated">Получение даты из документа...</target> </trans-unit> <trans-unit id="7162102384876037296" datatype="html"> <source>Saving document...</source> @@ -2083,7 +2083,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">ASN</target> + <target state="translated">АН</target> </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> @@ -2171,7 +2171,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">104</context> </context-group> - <target state="needs-translation">Associated documents will not be deleted.</target> + <target state="translated">Связанные документы не будут удалены.</target> </trans-unit> <trans-unit id="7022070615528435141" datatype="html"> <source>Delete</source> @@ -2203,7 +2203,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Any: Document contains any of these words (space separated)</target> + <target state="translated">Любой: Документ содержит любое из этих слов (разделитель - пробел)</target> </trans-unit> <trans-unit id="700315718208181326" datatype="html"> <source>All words</source> @@ -2219,7 +2219,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">All: Document contains all of these words (space separated)</target> + <target state="translated">Все: Документ содержит все эти слова (разделитель - пробел)</target> </trans-unit> <trans-unit id="9180173992399180575" datatype="html"> <source>Exact match</source> @@ -2235,7 +2235,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Exact: Document contains this string</target> + <target state="translated">Точное: Документ содержит эту строку</target> </trans-unit> <trans-unit id="1338733395833138319" datatype="html"> <source>Regular expression</source> @@ -2251,7 +2251,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="needs-translation">Regular expression: Document matches this regular expression</target> + <target state="translated">Регулярное выражение: Документ соответствует этому регулярному выражению</target> </trans-unit> <trans-unit id="1856513373880048959" datatype="html"> <source>Fuzzy word</source> @@ -2259,7 +2259,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">Fuzzy word</target> + <target state="translated">"Нечёткий" режим</target> </trans-unit> <trans-unit id="8419167206585286450" datatype="html"> <source>Fuzzy: Document contains a word similar to this word</source> @@ -2267,7 +2267,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">Fuzzy: Document contains a word similar to this word</target> + <target state="translated">Нечетко: Документ содержит слово, подобное этому слову</target> </trans-unit> <trans-unit id="2167862279705099846" datatype="html"> <source>Auto: Learn matching automatically</source> @@ -2275,7 +2275,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="needs-translation">Auto: Learn matching automatically</target> + <target state="translated">Авто: Автоматически изучать соответствие</target> </trans-unit> </body> </file> From 47ec3d9149f5b78c1839b909968c69c316187aca Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 02:58:08 +0100 Subject: [PATCH 35/71] New translations django.po (Russian) [ci skip] --- src/locale/ru_RU/LC_MESSAGES/django.po | 284 ++++++++++++------------- 1 file changed, 142 insertions(+), 142 deletions(-) diff --git a/src/locale/ru_RU/LC_MESSAGES/django.po b/src/locale/ru_RU/LC_MESSAGES/django.po index e9f2c1fd5..0494f0daa 100644 --- a/src/locale/ru_RU/LC_MESSAGES/django.po +++ b/src/locale/ru_RU/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"PO-Revision-Date: 2021-03-07 01:58\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -39,7 +39,7 @@ msgstr "Регулярное выражение" #: documents/models.py:36 msgid "Fuzzy word" -msgstr "" +msgstr "\"Нечёткий\" режим" #: documents/models.py:37 msgid "Automatic" @@ -48,353 +48,353 @@ msgstr "Автоматически" #: documents/models.py:41 documents/models.py:350 paperless_mail/models.py:25 #: paperless_mail/models.py:109 msgid "name" -msgstr "" +msgstr "имя" #: documents/models.py:45 msgid "match" -msgstr "" +msgstr "соответствие" #: documents/models.py:49 msgid "matching algorithm" -msgstr "" +msgstr "алгоритм сопоставления" #: documents/models.py:55 msgid "is insensitive" -msgstr "" +msgstr "без учёта регистра" #: documents/models.py:74 documents/models.py:120 msgid "correspondent" -msgstr "" +msgstr "корреспондент" #: documents/models.py:75 msgid "correspondents" -msgstr "" +msgstr "корреспонденты" #: documents/models.py:81 msgid "color" -msgstr "" +msgstr "цвет" #: documents/models.py:87 msgid "is inbox tag" -msgstr "" +msgstr "это входящий тег" #: documents/models.py:89 msgid "Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags." -msgstr "" +msgstr "Отметить этот тег как «Входящий»: все вновь добавленные документы будут помечены тегами «Входящие»." #: documents/models.py:94 msgid "tag" -msgstr "" +msgstr "тег" #: documents/models.py:95 documents/models.py:151 msgid "tags" -msgstr "" +msgstr "теги" #: documents/models.py:101 documents/models.py:133 msgid "document type" -msgstr "" +msgstr "тип документа" #: documents/models.py:102 msgid "document types" -msgstr "" +msgstr "типы документов" #: documents/models.py:110 msgid "Unencrypted" -msgstr "" +msgstr "не зашифровано" #: documents/models.py:111 msgid "Encrypted with GNU Privacy Guard" -msgstr "" +msgstr "Зашифровано с помощью GNU Privacy Guard" #: documents/models.py:124 msgid "title" -msgstr "" +msgstr "заголовок" #: documents/models.py:137 msgid "content" -msgstr "" +msgstr "содержимое" #: documents/models.py:139 msgid "The raw, text-only data of the document. This field is primarily used for searching." -msgstr "" +msgstr "Это поле используется в основном для поиска." #: documents/models.py:144 msgid "mime type" -msgstr "" +msgstr "тип Mime" #: documents/models.py:155 msgid "checksum" -msgstr "" +msgstr "контрольная сумма" #: documents/models.py:159 msgid "The checksum of the original document." -msgstr "" +msgstr "Контрольная сумма оригинального документа." #: documents/models.py:163 msgid "archive checksum" -msgstr "" +msgstr "контрольная сумма архива" #: documents/models.py:168 msgid "The checksum of the archived document." -msgstr "" +msgstr "Контрольная сумма архивного документа." #: documents/models.py:172 documents/models.py:328 msgid "created" -msgstr "" +msgstr "создано" #: documents/models.py:176 msgid "modified" -msgstr "" +msgstr "изменено" #: documents/models.py:180 msgid "storage type" -msgstr "" +msgstr "тип хранилища" #: documents/models.py:188 msgid "added" -msgstr "" +msgstr "добавлено" #: documents/models.py:192 msgid "filename" -msgstr "" +msgstr "имя файла" #: documents/models.py:198 msgid "Current filename in storage" -msgstr "" +msgstr "Текущее имя файла в хранилище" #: documents/models.py:202 msgid "archive filename" -msgstr "" +msgstr "имя файла архива" #: documents/models.py:208 msgid "Current archive filename in storage" -msgstr "" +msgstr "Текущее имя файла архива в хранилище" #: documents/models.py:212 msgid "archive serial number" -msgstr "" +msgstr "архивный номер (АН)" #: documents/models.py:217 msgid "The position of this document in your physical document archive." -msgstr "" +msgstr "Позиция этого документа в вашем физическом архиве документов." #: documents/models.py:223 msgid "document" -msgstr "" +msgstr "документ" #: documents/models.py:224 msgid "documents" -msgstr "" +msgstr "документы" #: documents/models.py:311 msgid "debug" -msgstr "" +msgstr "отладка" #: documents/models.py:312 msgid "information" -msgstr "" +msgstr "информация" #: documents/models.py:313 msgid "warning" -msgstr "" +msgstr "предупреждение" #: documents/models.py:314 msgid "error" -msgstr "" +msgstr "ошибка" #: documents/models.py:315 msgid "critical" -msgstr "" +msgstr "критическая" #: documents/models.py:319 msgid "group" -msgstr "" +msgstr "группа" #: documents/models.py:322 msgid "message" -msgstr "" +msgstr "сообщение" #: documents/models.py:325 msgid "level" -msgstr "" +msgstr "уровень" #: documents/models.py:332 msgid "log" -msgstr "" +msgstr "журнал" #: documents/models.py:333 msgid "logs" -msgstr "" +msgstr "логи" #: documents/models.py:344 documents/models.py:394 msgid "saved view" -msgstr "" +msgstr "сохранённое представление" #: documents/models.py:345 msgid "saved views" -msgstr "" +msgstr "сохраненные представления" #: documents/models.py:348 msgid "user" -msgstr "" +msgstr "пользователь" #: documents/models.py:354 msgid "show on dashboard" -msgstr "" +msgstr "показать на панели" #: documents/models.py:357 msgid "show in sidebar" -msgstr "" +msgstr "показать в боковой панели" #: documents/models.py:361 msgid "sort field" -msgstr "" +msgstr "Поле сортировки" #: documents/models.py:364 msgid "sort reverse" -msgstr "" +msgstr "обратная сортировка" #: documents/models.py:370 msgid "title contains" -msgstr "" +msgstr "заголовок содержит" #: documents/models.py:371 msgid "content contains" -msgstr "" +msgstr "содержимое содержит" #: documents/models.py:372 msgid "ASN is" -msgstr "" +msgstr "АН" #: documents/models.py:373 msgid "correspondent is" -msgstr "" +msgstr "корреспондент" #: documents/models.py:374 msgid "document type is" -msgstr "" +msgstr "тип документа" #: documents/models.py:375 msgid "is in inbox" -msgstr "" +msgstr "во входящих" #: documents/models.py:376 msgid "has tag" -msgstr "" +msgstr "есть тег" #: documents/models.py:377 msgid "has any tag" -msgstr "" +msgstr "есть любой тег" #: documents/models.py:378 msgid "created before" -msgstr "" +msgstr "создан до" #: documents/models.py:379 msgid "created after" -msgstr "" +msgstr "создан после" #: documents/models.py:380 msgid "created year is" -msgstr "" +msgstr "год создания" #: documents/models.py:381 msgid "created month is" -msgstr "" +msgstr "месяц создания" #: documents/models.py:382 msgid "created day is" -msgstr "" +msgstr "день создания" #: documents/models.py:383 msgid "added before" -msgstr "" +msgstr "добавлен до" #: documents/models.py:384 msgid "added after" -msgstr "" +msgstr "добавлен после" #: documents/models.py:385 msgid "modified before" -msgstr "" +msgstr "изменен до" #: documents/models.py:386 msgid "modified after" -msgstr "" +msgstr "изменен после" #: documents/models.py:387 msgid "does not have tag" -msgstr "" +msgstr "не имеет тега" #: documents/models.py:398 msgid "rule type" -msgstr "" +msgstr "Тип правила" #: documents/models.py:402 msgid "value" -msgstr "" +msgstr "значение" #: documents/models.py:408 msgid "filter rule" -msgstr "" +msgstr "Правило фильтрации" #: documents/models.py:409 msgid "filter rules" -msgstr "" +msgstr "правила фильтрации" #: documents/serialisers.py:53 #, python-format msgid "Invalid regular expresssion: %(error)s" -msgstr "" +msgstr "неверное регулярное выражение: %(error)s" #: documents/serialisers.py:177 msgid "Invalid color." -msgstr "" +msgstr "Неверный цвет." #: documents/serialisers.py:451 #, python-format msgid "File type %(type)s not supported" -msgstr "" +msgstr "Тип файла %(type)s не поддерживается" #: documents/templates/index.html:21 msgid "Paperless-ng is loading..." -msgstr "" +msgstr "Paperless-ng загружается..." #: documents/templates/registration/logged_out.html:13 msgid "Paperless-ng signed out" -msgstr "" +msgstr "Выполнен выход из Paperless-ng" #: documents/templates/registration/logged_out.html:41 msgid "You have been successfully logged out. Bye!" -msgstr "" +msgstr "Вы успешно вышли из системы. До свидания!" #: documents/templates/registration/logged_out.html:42 msgid "Sign in again" -msgstr "" +msgstr "Войти снова" #: documents/templates/registration/login.html:13 msgid "Paperless-ng sign in" -msgstr "" +msgstr "Выполнен выход в Paperless-ng" #: documents/templates/registration/login.html:42 msgid "Please sign in." -msgstr "" +msgstr "Пожалуйста, войдите." #: documents/templates/registration/login.html:45 msgid "Your username and password didn't match. Please try again." -msgstr "" +msgstr "Неправильные имя пользователя или пароль! Попробуйте еще раз." #: documents/templates/registration/login.html:48 msgid "Username" -msgstr "" +msgstr "Имя пользователя" #: documents/templates/registration/login.html:49 msgid "Password" -msgstr "" +msgstr "Пароль" #: documents/templates/registration/login.html:54 msgid "Sign in" -msgstr "" +msgstr "Вход" #: paperless/settings.py:297 msgid "English (US)" @@ -418,27 +418,27 @@ msgstr "Французский" #: paperless/settings.py:302 msgid "Portuguese (Brazil)" -msgstr "" +msgstr "Portuguese (Brazil)" #: paperless/settings.py:303 msgid "Italian" -msgstr "" +msgstr "Italian" #: paperless/settings.py:304 msgid "Romanian" -msgstr "" +msgstr "Romanian" #: paperless/urls.py:118 msgid "Paperless-ng administration" -msgstr "" +msgstr "Администрирование Paperless-ng" #: paperless_mail/admin.py:25 msgid "Filter" -msgstr "" +msgstr "Фильтр" #: paperless_mail/admin.py:27 msgid "Paperless will only process mails that match ALL of the filters given below." -msgstr "" +msgstr "Paperless будет обрабатывать только те письма, которые соответствуют всем фильтрам, указанным ниже." #: paperless_mail/admin.py:37 msgid "Actions" @@ -446,7 +446,7 @@ msgstr "Действия" #: paperless_mail/admin.py:39 msgid "The action applied to the mail. This action is only performed when documents were consumed from the mail. Mails without attachments will remain entirely untouched." -msgstr "" +msgstr "Действие применено к письму. Это действие применяется только при обработке документов из почты. Сообщения без вложений не обрабатываются." #: paperless_mail/admin.py:46 msgid "Metadata" @@ -454,83 +454,83 @@ msgstr "Метаданные" #: paperless_mail/admin.py:48 msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." -msgstr "" +msgstr "Автоматически назначать метаданные документам, полученным из этого правила. Если вы не назначаете здесь теги, типы или корреспонденты, paperless все равно будут обрабатывать все соответствующие правила, которые вы определили." #: paperless_mail/apps.py:9 msgid "Paperless mail" -msgstr "" +msgstr "Безбумажная почта" #: paperless_mail/models.py:11 msgid "mail account" -msgstr "" +msgstr "почтовый ящик" #: paperless_mail/models.py:12 msgid "mail accounts" -msgstr "" +msgstr "Почтовые ящики" #: paperless_mail/models.py:19 msgid "No encryption" -msgstr "" +msgstr "Без шифрования" #: paperless_mail/models.py:20 msgid "Use SSL" -msgstr "" +msgstr "Использовать SSL" #: paperless_mail/models.py:21 msgid "Use STARTTLS" -msgstr "" +msgstr "Использовать STARTTLS" #: paperless_mail/models.py:29 msgid "IMAP server" -msgstr "" +msgstr "Сервер IMAP" #: paperless_mail/models.py:33 msgid "IMAP port" -msgstr "" +msgstr "Порт IMAP" #: paperless_mail/models.py:36 msgid "This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections." -msgstr "" +msgstr "Обычно это 143 для нешифрованных и STARTTLS соединений и 993 для SSL-соединений." #: paperless_mail/models.py:40 msgid "IMAP security" -msgstr "" +msgstr "Безопасность IMAP" #: paperless_mail/models.py:46 msgid "username" -msgstr "" +msgstr "Имя пользователя" #: paperless_mail/models.py:50 msgid "password" -msgstr "" +msgstr "пароль" #: paperless_mail/models.py:60 msgid "mail rule" -msgstr "" +msgstr "правило почты" #: paperless_mail/models.py:61 msgid "mail rules" -msgstr "" +msgstr "правила почты" #: paperless_mail/models.py:67 msgid "Only process attachments." -msgstr "" +msgstr "Обрабатывать только вложения." #: paperless_mail/models.py:68 msgid "Process all files, including 'inline' attachments." -msgstr "" +msgstr "Обрабатывать все файлы, включая 'встроенные' вложения." #: paperless_mail/models.py:78 msgid "Mark as read, don't process read mails" -msgstr "" +msgstr "Пометить как прочитанное, не обрабатывать прочитанные письма" #: paperless_mail/models.py:79 msgid "Flag the mail, don't process flagged mails" -msgstr "" +msgstr "Пометить почту, не обрабатывать помеченные письма" #: paperless_mail/models.py:80 msgid "Move to specified folder" -msgstr "" +msgstr "Переместить в указанную папку" #: paperless_mail/models.py:81 msgid "Delete" @@ -538,105 +538,105 @@ msgstr "Удалить" #: paperless_mail/models.py:88 msgid "Use subject as title" -msgstr "" +msgstr "Тема в качестве заголовка" #: paperless_mail/models.py:89 msgid "Use attachment filename as title" -msgstr "" +msgstr "Использовать имя вложенного файла как заголовок" #: paperless_mail/models.py:99 msgid "Do not assign a correspondent" -msgstr "" +msgstr "Не назначать корреспондента" #: paperless_mail/models.py:101 msgid "Use mail address" -msgstr "" +msgstr "Использовать email адрес" #: paperless_mail/models.py:103 msgid "Use name (or mail address if not available)" -msgstr "" +msgstr "Использовать имя (или адрес электронной почты, если недоступно)" #: paperless_mail/models.py:105 msgid "Use correspondent selected below" -msgstr "" +msgstr "Использовать корреспондента, выбранного ниже" #: paperless_mail/models.py:113 msgid "order" -msgstr "" +msgstr "порядок" #: paperless_mail/models.py:120 msgid "account" -msgstr "" +msgstr "Учётная запись" #: paperless_mail/models.py:124 msgid "folder" -msgstr "" +msgstr "каталог" #: paperless_mail/models.py:128 msgid "filter from" -msgstr "" +msgstr "фильтр по отправителю" #: paperless_mail/models.py:131 msgid "filter subject" -msgstr "" +msgstr "фильтр по теме" #: paperless_mail/models.py:134 msgid "filter body" -msgstr "" +msgstr "фильтр по тексту сообщения" #: paperless_mail/models.py:138 msgid "filter attachment filename" -msgstr "" +msgstr "фильтр по имени вложения" #: paperless_mail/models.py:140 msgid "Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive." -msgstr "" +msgstr "Обрабатывать только документы, которые полностью совпадают с именем файла (если оно указано). Маски, например *.pdf или *счет*, разрешены. Без учёта регистра." #: paperless_mail/models.py:146 msgid "maximum age" -msgstr "" +msgstr "Максимальный возраст" #: paperless_mail/models.py:148 msgid "Specified in days." -msgstr "" +msgstr "Указывается в днях." #: paperless_mail/models.py:151 msgid "attachment type" -msgstr "" +msgstr "Тип вложения" #: paperless_mail/models.py:154 msgid "Inline attachments include embedded images, so it's best to combine this option with a filename filter." -msgstr "" +msgstr "Вложенные вложения включая встраиваемые изображения. Лучше совместить эту опцию с фильтром по имени вложения." #: paperless_mail/models.py:159 msgid "action" -msgstr "" +msgstr "действие" #: paperless_mail/models.py:165 msgid "action parameter" -msgstr "" +msgstr "параметр действия" #: paperless_mail/models.py:167 msgid "Additional parameter for the action selected above, i.e., the target folder of the move to folder action." -msgstr "" +msgstr "Дополнительный параметр для выбранного действия, например целевой каталог для действия \"переместить в каталог\"." #: paperless_mail/models.py:173 msgid "assign title from" -msgstr "" +msgstr "назначить заголовок из" #: paperless_mail/models.py:183 msgid "assign this tag" -msgstr "" +msgstr "назначить этот тег" #: paperless_mail/models.py:191 msgid "assign this document type" -msgstr "" +msgstr "назначить этот тип документа" #: paperless_mail/models.py:195 msgid "assign correspondent from" -msgstr "" +msgstr "назначить корреспондента из" #: paperless_mail/models.py:205 msgid "assign this correspondent" -msgstr "" +msgstr "назначить этого корреспондента" From 0022588b02554b7a919959febd49ffaad5b6f019 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 02:58:09 +0100 Subject: [PATCH 36/71] New translations messages.xlf (Russian) [ci skip] --- src-ui/src/locale/messages.ru_RU.xlf | 116 +++++++++++++-------------- 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf index 214545725..9bef6322a 100644 --- a/src-ui/src/locale/messages.ru_RU.xlf +++ b/src-ui/src/locale/messages.ru_RU.xlf @@ -152,7 +152,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">86</context> </context-group> - <target state="translated">{VAR_PLURAL, plural, =1 {Один документ} other {<x id="INTERPOLATION"/> документа}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Один документ} other {<x id="INTERPOLATION"/> документа(ов)}}</target> </trans-unit> <trans-unit id="bb91083b44e3f77dd68de773ceab467ca3d57507" datatype="html"> <source>(filtered)</source> @@ -176,7 +176,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="translated">Корреспонденция</target> + <target state="translated">Корреспондент</target> </trans-unit> <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> <source>Title</source> @@ -216,7 +216,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="translated">Подтвердить удаление</target> + <target state="translated">Подтвердите удаление</target> </trans-unit> <trans-unit id="5382975254277698192" datatype="html"> <source>Do you really want to delete document "<x id="PH" equiv-text="this.document.title"/>"?</source> @@ -232,7 +232,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="translated">Файл из этого документа будет удалён незамедлительно. Это операцию нельзя отменить.</target> + <target state="translated">Файлы из этого документа будут удалены незамедлительно. Это операцию нельзя отменить.</target> </trans-unit> <trans-unit id="719892092227206532" datatype="html"> <source>Delete document</source> @@ -352,7 +352,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">60</context> </context-group> - <target state="translated">Серийный номер архива</target> + <target state="translated">Архивный номер (АН)</target> </trans-unit> <trans-unit id="30eebc2dd656dbcb259d8d5286d244ee397d63bd" datatype="html"> <source>Date created</source> @@ -384,7 +384,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">95</context> </context-group> - <target state="translated">Название медиафайла</target> + <target state="translated">Имя файла</target> </trans-unit> <trans-unit id="74a894d2a8ae24a1eed4bc56e9afdc27dc2c31c8" datatype="html"> <source>Original MD5 checksum</source> @@ -392,7 +392,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="translated">Подлинная MD5 проверочная сумма</target> + <target state="translated">Оригинальная MD5 сумма</target> </trans-unit> <trans-unit id="e92ca184ea785769fb26138fc25ee9fa06fff6e5" datatype="html"> <source>Original file size</source> @@ -416,7 +416,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="translated">Проверочная сумма MD5 архива</target> + <target state="translated">MD5 сумма архива</target> </trans-unit> <trans-unit id="e6bf12eadecbfd80016eca15fa78651c6ca90c64" datatype="html"> <source>Archive file size</source> @@ -440,7 +440,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">122</context> </context-group> - <target state="translated">Метаданные архивированного документа</target> + <target state="translated">Метаданные архивного документа</target> </trans-unit> <trans-unit id="3fb9f1a31c3798173b2fea72638732c783b152fe" datatype="html"> <source>Save & next</source> @@ -504,7 +504,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">Отсортировать по:</target> + <target state="translated">Отфильтровать по:</target> </trans-unit> <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html"> <source>Name</source> @@ -808,7 +808,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="translated">Удаления документов всегда будет требовать подтверждение.</target> + <target state="translated">Удаление документов всегда будет требовать подтверждения.</target> </trans-unit> <trans-unit id="8cfddc13e04f5545ac63f419ef363505d6f78c2e" datatype="html"> <source>Apply on close</source> @@ -856,7 +856,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="translated">Спрятать уведомления на панели мониторинга</target> + <target state="translated">Спрятать уведомления на панели</target> </trans-unit> <trans-unit id="e27bd3804d2936a6897e81c2e52e294490e5e5a8" datatype="html"> <source>This will suppress all messages about document processing status on the dashboard.</source> @@ -864,7 +864,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="translated">Это отключит все сообщения о статусе обработки документов на панели инструментов.</target> + <target state="translated">Это отключит все сообщения о статусе обработки документов на панели.</target> </trans-unit> <trans-unit id="8cb90334f5dfd7fc67205085f59381e2a334ccfc" datatype="html"> <source>Appears on</source> @@ -880,7 +880,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">149</context> </context-group> - <target state="translated">Показать в панели управления</target> + <target state="translated">Показать на панели</target> </trans-unit> <trans-unit id="541bfc5b123b3f8867fd681eaceefb663a811973" datatype="html"> <source>Show in sidebar</source> @@ -888,7 +888,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">153</context> </context-group> - <target state="translated">Показать в опоковой панели</target> + <target state="translated">Показать в боковой панели</target> </trans-unit> <trans-unit id="abba764a7a595d04dc8c3b26e04b3780d4fdb540" datatype="html"> <source>No saved views defined.</source> @@ -896,7 +896,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">163</context> </context-group> - <target state="translated">Нет сохраненных представлений</target> + <target state="translated">Нет сохраненных представлений.</target> </trans-unit> <trans-unit id="ef60a738a565f498b858e903e42bc5ffc3cc1299" datatype="html"> <source>404 Not Found</source> @@ -920,7 +920,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="translated">Корреспонденция</target> + <target state="translated">Корреспонденты</target> </trans-unit> <trans-unit id="0488919cff4fcc2174d34e4a1167f1b3c586ca37" datatype="html"> <source>Last correspondence</source> @@ -928,7 +928,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="translated">Последняя корреспонденция</target> + <target state="translated">Недавние корреспонденты</target> </trans-unit> <trans-unit id="1234709746630139322" datatype="html"> <source>Confirmation</source> @@ -960,7 +960,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="translated">Создать новую корреспонденцию</target> + <target state="translated">Создать нового корреспондента</target> </trans-unit> <trans-unit id="2059822531169388684" datatype="html"> <source>Edit correspondent</source> @@ -968,7 +968,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="translated">Редактировать корреспонденцию</target> + <target state="translated">Редактировать корреспондента</target> </trans-unit> <trans-unit id="3d5caa52b0a51bfd2757215f7614183554d740f0" datatype="html"> <source>Matching algorithm</source> @@ -976,7 +976,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="translated">Алгоритмы совпадения</target> + <target state="translated">Алгоритм сопоставления</target> </trans-unit> <trans-unit id="eab7fc7cf2d663e54de934b779fce4275a303f0f" datatype="html"> <source>Matching pattern</source> @@ -984,7 +984,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="translated">Сопоставление с образцом</target> + <target state="translated">Шаблон соответствия</target> </trans-unit> <trans-unit id="632e529f49cf3d367dfbd15bd055e9b53aef30fb" datatype="html"> <source>Case insensitive</source> @@ -1016,7 +1016,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Входящие теги</target> + <target state="translated">Входящий теги</target> </trans-unit> <trans-unit id="5e2f1a4ea12a1b8606ee3f0548d0ba64bf266077" datatype="html"> <source>Inbox tags are automatically assigned to all consumed documents.</source> @@ -1024,7 +1024,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Тег входящих сообщений будет автоматически назначен всем используемым документам.</target> + <target state="translated">Входящий тег будет автоматически назначен всем добавленным документам.</target> </trans-unit> <trans-unit id="6672809941092516947" datatype="html"> <source>Create new document type</source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="translated">Показываю документы похожие на <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> + <target state="translated"> Показываю документы похожие на <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1088,7 +1088,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">18</context> </context-group> - <target state="translated">{VAR_PLURAL, plural, =0 {Нет результатов} =1 {Один результат} other {<x id="INTERPOLATION"/>результатов}}</target> + <target state="translated">{VAR_PLURAL, plural, =0 {Нет результатов} =1 {Один результат} other {Результаты: <x id="INTERPOLATION"/>}}</target> </trans-unit> <trans-unit id="41147374f427980a9f1a8cd5e3f4b1666e6f2418" datatype="html"> <source>Paperless-ng</source> @@ -1137,7 +1137,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">160</context> </context-group> - <target state="translated">Инфо</target> + <target state="translated">Информация</target> </trans-unit> <trans-unit id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7" datatype="html"> <source>Documentation</source> @@ -1193,7 +1193,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">73</context> </context-group> - <target state="translated">Заголоок</target> + <target state="translated">Заголовок</target> </trans-unit> <trans-unit id="3100631071441658964" datatype="html"> <source>Title & content</source> @@ -1201,7 +1201,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="translated">Заголовок & содержимое</target> + <target state="translated">Заголовок и содержимое</target> </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> @@ -1209,7 +1209,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Корреспонденция: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> + <target state="translated">Корреспондент: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> @@ -1281,7 +1281,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Фильтр тип документов</target> + <target state="translated">Фильтр типа документов</target> </trans-unit> <trans-unit id="2d9d55f1b70142ff4597ba32179d16888fd9c6b2" datatype="html"> <source>Reset filters</source> @@ -1289,7 +1289,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">58</context> </context-group> - <target state="translated">Сбросить фильры</target> + <target state="translated">Сбросить фильтры</target> </trans-unit> <trans-unit id="7593728289020204896" datatype="html"> <source>Not assigned</source> @@ -1314,7 +1314,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">34</context> </context-group> - <target state="translated">Неделю назад</target> + <target state="translated">7 дней</target> </trans-unit> <trans-unit id="4463380307954693363" datatype="html"> <source>Last month</source> @@ -1322,7 +1322,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Месяц назад</target> + <target state="translated">Месяц</target> </trans-unit> <trans-unit id="8697368973702409683" datatype="html"> <source>Last 3 months</source> @@ -1330,7 +1330,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">36</context> </context-group> - <target state="translated">Три месяца назад</target> + <target state="translated">Три месяца</target> </trans-unit> <trans-unit id="3566342898065860218" datatype="html"> <source>Last year</source> @@ -1338,7 +1338,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">37</context> </context-group> - <target state="translated">Год назад</target> + <target state="translated">Год</target> </trans-unit> <trans-unit id="be2add3a3d9e4e2556b8f9048a15a9c0f00bf1ad" datatype="html"> <source>After</source> @@ -1370,7 +1370,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">50</context> </context-group> - <target state="translated">Просмотр</target> + <target state="translated">Представление</target> </trans-unit> <trans-unit id="849b42384616374df49bd8b3711ec159cb10b845" datatype="html"> <source>Created: <x id="INTERPOLATION" equiv-text="{{document.created | customDate}}"/></source> @@ -1394,7 +1394,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">24</context> </context-group> - <target state="translated">Отсортировано по тегу</target> + <target state="translated">Отфильтровать по тегу</target> </trans-unit> <trans-unit id="9c5fdf21ec2cc7baa6f062f2dc417af45c8dbe60" datatype="html"> <source>Score:</source> @@ -1402,7 +1402,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">62</context> </context-group> - <target state="translated">Результат:</target> + <target state="translated">Оценка:</target> </trans-unit> <trans-unit id="2840db547019ce8c76b2cdbe3a1653c5b68b06af" datatype="html"> <source>View in browser</source> @@ -1477,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="translated">Эта операция добавит теги <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> выбранным документам <x id="PH_1" equiv-text="this.list.selected.size"/>.</target> + <target state="translated">Эта операция добавит теги <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> <x id="PH_1" equiv-text="this.list.selected.size"/> выбранным документам.</target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="translated">Эта операция удалит теги "<x id="PH" equiv-text="tag.name"/>" с выбранных документов <x id="PH_1" equiv-text="this.list.selected.size"/>.</target> + <target state="translated">Эта операция удалит теги "<x id="PH" equiv-text="tag.name"/>" с <x id="PH_1" equiv-text="this.list.selected.size"/> выбранных документов.</target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1493,7 +1493,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">137</context> </context-group> - <target state="translated">Эта операция удалит теги <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> с выбранных документов <x id="PH_1" equiv-text="this.list.selected.size"/>.</target> + <target state="translated">Эта операция удалит теги <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> с <x id="PH_1" equiv-text="this.list.selected.size"/> выбранных документов.</target> </trans-unit> <trans-unit id="2739066218579571288" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1509,7 +1509,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">159</context> </context-group> - <target state="translated">Подтвердите назначения корресподента</target> + <target state="translated">Подтвердите назначения корреспондента</target> </trans-unit> <trans-unit id="6900893559485781849" datatype="html"> <source>This operation will assign the correspondent "<x id="PH" equiv-text="correspondent.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1565,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="translated">Эта операция навсегда удалит <x id="PH" equiv-text="this.list.selected.size"/> выбранных документов</target> + <target state="translated">Эта операция навсегда удалит <x id="PH" equiv-text="this.list.selected.size"/> выбранных документов.</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1717,7 +1717,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">HTTP ошибка: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> + <target state="translated">Ошибка HTTP: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></target> </trans-unit> <trans-unit id="e022072b3e4dd77e3f09960817ef3359a49963b3" datatype="html"> <source>Upload new documents</source> @@ -1759,7 +1759,7 @@ <context context-type="linenumber">25</context> </context-group> <note priority="1" from="description">This is shown as a summary line when there are more than 5 document in the processing pipeline.</note> - <target state="translated">{VAR_PLURAL, plural, =1 {Ещё один документ} other {<x id="INTERPOLATION"/> ещё документов}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Ещё документ: 1} other {Ещё документов: <x id="INTERPOLATION"/>}}</target> </trans-unit> <trans-unit id="710254a196a2649674438edf8a15b7ab1f48271b" datatype="html"> <source>Open document</source> @@ -1799,7 +1799,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">Paperless предлагает больше возможностей сделать вашу жизнь легче:</target> + <target state="translated">Paperless предлагает больше возможностей, чтобы сделать вашу жизнь легче:</target> </trans-unit> <trans-unit id="edb41dc36af2e70789d8e3422325d930e783253e" datatype="html"> <source>Once you've got a couple documents in paperless and added metadata to them, paperless can assign that metadata to new documents automatically.</source> @@ -1887,7 +1887,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">90</context> </context-group> - <target state="translated">Английский (США)</target> + <target state="translated">English (US)</target> </trans-unit> <trans-unit id="6987083569809053351" datatype="html"> <source>English (GB)</source> @@ -1895,7 +1895,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">91</context> </context-group> - <target state="translated">Английский (Великобритании)</target> + <target state="translated">English (GB)</target> </trans-unit> <trans-unit id="1858110241312746425" datatype="html"> <source>German</source> @@ -1903,7 +1903,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">92</context> </context-group> - <target state="translated">Немецкий</target> + <target state="translated">German</target> </trans-unit> <trans-unit id="3071065188816255493" datatype="html"> <source>Dutch</source> @@ -1919,7 +1919,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="translated">Французский</target> + <target state="translated">French</target> </trans-unit> <trans-unit id="9184513005098760425" datatype="html"> <source>Portuguese (Brazil)</source> @@ -1927,7 +1927,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">95</context> </context-group> - <target state="translated">Португальский (Бразилия)</target> + <target state="translated">Portuguese (Brazil)</target> </trans-unit> <trans-unit id="2935232983274991580" datatype="html"> <source>Italian</source> @@ -1935,7 +1935,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">96</context> </context-group> - <target state="translated">Итальянский</target> + <target state="translated">Italian</target> </trans-unit> <trans-unit id="8118856427047826368" datatype="html"> <source>Romanian</source> @@ -1943,7 +1943,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="translated">Румынский</target> + <target state="translated">Romanian</target> </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> @@ -1967,7 +1967,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="translated">Файл не найден</target> + <target state="translated">Файл не найден.</target> </trans-unit> <trans-unit id="1520671543092565667" datatype="html"> <source>Pre-consume script does not exist.</source> @@ -2019,7 +2019,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="translated">Этот тип файла не поддерживается</target> + <target state="translated">Этот тип файла не поддерживается.</target> </trans-unit> <trans-unit id="5002399167376099234" datatype="html"> <source>Processing document...</source> @@ -2027,7 +2027,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">23</context> </context-group> - <target state="translated">Обрабатываю документ...</target> + <target state="translated">Обработка документа...</target> </trans-unit> <trans-unit id="1085975194762600381" datatype="html"> <source>Generating thumbnail...</source> @@ -2091,7 +2091,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="translated">Корреспонденция</target> + <target state="translated">Корреспондент</target> </trans-unit> <trans-unit id="5066119607229701477" datatype="html"> <source>Document type</source> From 895c10600d7a71790e1aa460b844b0960e8d1cee Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:07:42 +0100 Subject: [PATCH 37/71] add ru-ru locale --- src-ui/angular.json | 3 ++- src-ui/src/app/app.module.ts | 2 ++ src-ui/src/app/services/settings.service.ts | 3 ++- src/paperless/settings.py | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src-ui/angular.json b/src-ui/angular.json index 4691fec61..12c84bc1b 100644 --- a/src-ui/angular.json +++ b/src-ui/angular.json @@ -22,7 +22,8 @@ "en-GB": "src/locale/messages.en_GB.xlf", "pt-BR": "src/locale/messages.pt_BR.xlf", "it-IT": "src/locale/messages.it_IT.xlf", - "ro-RO": "src/locale/messages.ro_RO.xlf" + "ro-RO": "src/locale/messages.ro_RO.xlf", + "ru-RU": "src/locale/messages.ru_RU.xlf" } }, "architect": { diff --git a/src-ui/src/app/app.module.ts b/src-ui/src/app/app.module.ts index be7ea2d0b..ebf24a327 100644 --- a/src-ui/src/app/app.module.ts +++ b/src-ui/src/app/app.module.ts @@ -73,6 +73,7 @@ import localePt from '@angular/common/locales/pt'; import localeIt from '@angular/common/locales/it'; import localeEnGb from '@angular/common/locales/en-GB'; import localeRo from '@angular/common/locales/ro'; +import localeRu from '@angular/common/locales/ru'; registerLocaleData(localeFr) @@ -82,6 +83,7 @@ registerLocaleData(localePt, "pt-BR") registerLocaleData(localeIt) registerLocaleData(localeEnGb) registerLocaleData(localeRo) +registerLocaleData(localeRu) @NgModule({ declarations: [ diff --git a/src-ui/src/app/services/settings.service.ts b/src-ui/src/app/services/settings.service.ts index a2214bd04..bc5725bab 100644 --- a/src-ui/src/app/services/settings.service.ts +++ b/src-ui/src/app/services/settings.service.ts @@ -94,7 +94,8 @@ export class SettingsService { {code: "fr-fr", name: $localize`French`, englishName: "French", dateInputFormat: "dd/mm/yyyy"}, {code: "pt-br", name: $localize`Portuguese (Brazil)`, englishName: "Portuguese (Brazil)", dateInputFormat: "dd/mm/yyyy"}, {code: "it-it", name: $localize`Italian`, englishName: "Italian", dateInputFormat: "dd/mm/yyyy"}, - {code: "ro-ro", name: $localize`Romanian`, englishName: "Romanian", dateInputFormat: "dd.mm.yyyy"} + {code: "ro-ro", name: $localize`Romanian`, englishName: "Romanian", dateInputFormat: "dd.mm.yyyy"}, + {code: "ru-ru", name: $localize`Russian`, englishName: "Russian", dateInputFormat: "dd.mm.yyyy"}, ] } diff --git a/src/paperless/settings.py b/src/paperless/settings.py index f57be3b6d..909a38a84 100644 --- a/src/paperless/settings.py +++ b/src/paperless/settings.py @@ -302,7 +302,8 @@ LANGUAGES = [ ("fr-fr", _("French")), ("pt-br", _("Portuguese (Brazil)")), ("it-it", _("Italian")), - ("ro-ro", _("Romanian")) + ("ro-ro", _("Romanian")), + ("ru-ru", _("Russian")) ] LOCALE_PATHS = [ From 6d20fc14ab61f62ab93c444f2064b853d6dd6c98 Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:08:45 +0100 Subject: [PATCH 38/71] updates messages --- src-ui/messages.xlf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 329399584..06f65fca1 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -1703,11 +1703,18 @@ <context context-type="linenumber">97</context> </context-group> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> </trans-unit> <trans-unit id="2119857572761283468" datatype="html"> From 6c6b0511a696467529b5a0a227603e8d2081c7ca Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:28 +0100 Subject: [PATCH 39/71] New translations messages.xlf (Latin) [ci skip] --- src-ui/src/locale/messages.la_LA.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.la_LA.xlf b/src-ui/src/locale/messages.la_LA.xlf index 21f16eb92..149c26513 100644 --- a/src-ui/src/locale/messages.la_LA.xlf +++ b/src-ui/src/locale/messages.la_LA.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="needs-translation">Romanian</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="needs-translation">ISO 8601</target> </trans-unit> From c4b31f2f72c01320aaa61c4989e802518be0ff22 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:30 +0100 Subject: [PATCH 40/71] New translations messages.xlf (English, United Kingdom) [ci skip] --- src-ui/src/locale/messages.en_GB.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.en_GB.xlf b/src-ui/src/locale/messages.en_GB.xlf index 13daeb771..c6e15fec8 100644 --- a/src-ui/src/locale/messages.en_GB.xlf +++ b/src-ui/src/locale/messages.en_GB.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="translated">Romanian</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="translated">ISO 8601</target> </trans-unit> From 5fc9f3f4da7a568c82267449aac26c598c87eda4 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:32 +0100 Subject: [PATCH 41/71] New translations messages.xlf (Thai) [ci skip] --- src-ui/src/locale/messages.th_TH.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.th_TH.xlf b/src-ui/src/locale/messages.th_TH.xlf index d5b3de020..6fac379bd 100644 --- a/src-ui/src/locale/messages.th_TH.xlf +++ b/src-ui/src/locale/messages.th_TH.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="needs-translation">Romanian</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="needs-translation">ISO 8601</target> </trans-unit> From b7b3f546178fd6ab05046c48151f762b0e6de5a6 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:35 +0100 Subject: [PATCH 42/71] New translations messages.xlf (Portuguese, Brazilian) [ci skip] --- src-ui/src/locale/messages.pt_BR.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.pt_BR.xlf b/src-ui/src/locale/messages.pt_BR.xlf index 3d19c0ce6..f247c82ac 100644 --- a/src-ui/src/locale/messages.pt_BR.xlf +++ b/src-ui/src/locale/messages.pt_BR.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="translated">Romeno</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="translated">ISO 8601</target> </trans-unit> From 4477d083e84907a2f1245753a3123ae4db042985 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:37 +0100 Subject: [PATCH 43/71] New translations messages.xlf (Chinese Simplified) [ci skip] --- src-ui/src/locale/messages.zh_CN.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.zh_CN.xlf b/src-ui/src/locale/messages.zh_CN.xlf index 580497ce5..aea19a5fe 100644 --- a/src-ui/src/locale/messages.zh_CN.xlf +++ b/src-ui/src/locale/messages.zh_CN.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="needs-translation">Romanian</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="needs-translation">ISO 8601</target> </trans-unit> From 5d3ef3d338730ae16dc70155c0ad8ba328fa5938 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:39 +0100 Subject: [PATCH 44/71] New translations messages.xlf (Russian) [ci skip] --- src-ui/src/locale/messages.ru_RU.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf index 9bef6322a..ae20bb29e 100644 --- a/src-ui/src/locale/messages.ru_RU.xlf +++ b/src-ui/src/locale/messages.ru_RU.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="translated">Romanian</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="translated">ISO 8601</target> </trans-unit> From 04afbdd938845c1059b5657a73a7cd579f7718af Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:41 +0100 Subject: [PATCH 45/71] New translations messages.xlf (Portuguese) [ci skip] --- src-ui/src/locale/messages.pt_PT.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.pt_PT.xlf b/src-ui/src/locale/messages.pt_PT.xlf index 95558d108..281b85563 100644 --- a/src-ui/src/locale/messages.pt_PT.xlf +++ b/src-ui/src/locale/messages.pt_PT.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="needs-translation">Romanian</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="translated">ISO 8601</target> </trans-unit> From 90fd99922037b4062bab5e6efcbb7adca045b835 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:43 +0100 Subject: [PATCH 46/71] New translations messages.xlf (Dutch) [ci skip] --- src-ui/src/locale/messages.nl_NL.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf index f41489571..40e316865 100644 --- a/src-ui/src/locale/messages.nl_NL.xlf +++ b/src-ui/src/locale/messages.nl_NL.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="translated">Roemeens</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="translated">ISO 8601</target> </trans-unit> From f179ff9da4269367116f5e3edf66cbf4d6fe0d19 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:44 +0100 Subject: [PATCH 47/71] New translations messages.xlf (Romanian) [ci skip] --- src-ui/src/locale/messages.ro_RO.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf index c52bd0460..fe00e9e66 100644 --- a/src-ui/src/locale/messages.ro_RO.xlf +++ b/src-ui/src/locale/messages.ro_RO.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="translated">Romana</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="translated">ISO 8601</target> </trans-unit> From 90732d6a2fad6e6aa03d9de318e11a528d79481b Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:46 +0100 Subject: [PATCH 48/71] New translations messages.xlf (Italian) [ci skip] --- src-ui/src/locale/messages.it_IT.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf index 489bdda42..c5f7e5b3a 100644 --- a/src-ui/src/locale/messages.it_IT.xlf +++ b/src-ui/src/locale/messages.it_IT.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="translated">Rumeno</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="translated">ISO 8601</target> </trans-unit> From 8f14ff721071ff1f28df80ebbd67b3f41678e6ab Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:48 +0100 Subject: [PATCH 49/71] New translations messages.xlf (Hungarian) [ci skip] --- src-ui/src/locale/messages.hu_HU.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.hu_HU.xlf b/src-ui/src/locale/messages.hu_HU.xlf index 9c474471b..bdf0bd186 100644 --- a/src-ui/src/locale/messages.hu_HU.xlf +++ b/src-ui/src/locale/messages.hu_HU.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="needs-translation">Romanian</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="needs-translation">ISO 8601</target> </trans-unit> From f79c1e0bcc840bc9c7e4a112efcd1cfbe2ddd6ae Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:50 +0100 Subject: [PATCH 50/71] New translations messages.xlf (German) [ci skip] --- src-ui/src/locale/messages.de_DE.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf index c401d6cb5..1ec7c4fd2 100644 --- a/src-ui/src/locale/messages.de_DE.xlf +++ b/src-ui/src/locale/messages.de_DE.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="translated">Rumänisch</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="translated">ISO 8601</target> </trans-unit> From 5a40d3c6fe6632cb1396505bbd26d163ef081430 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:52 +0100 Subject: [PATCH 51/71] New translations messages.xlf (Czech) [ci skip] --- src-ui/src/locale/messages.cs_CZ.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.cs_CZ.xlf b/src-ui/src/locale/messages.cs_CZ.xlf index df4ee3d04..4816b84aa 100644 --- a/src-ui/src/locale/messages.cs_CZ.xlf +++ b/src-ui/src/locale/messages.cs_CZ.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="needs-translation">Romanian</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="needs-translation">ISO 8601</target> </trans-unit> From 3e86c3d0d056dfe3662fcb5ead3b768335a4536e Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:55 +0100 Subject: [PATCH 52/71] New translations messages.xlf (Spanish) [ci skip] --- src-ui/src/locale/messages.es_ES.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.es_ES.xlf b/src-ui/src/locale/messages.es_ES.xlf index be2248614..2324ce889 100644 --- a/src-ui/src/locale/messages.es_ES.xlf +++ b/src-ui/src/locale/messages.es_ES.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="translated">Rumano</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="translated">ISO 8601</target> </trans-unit> From 4c3cdaab0e7138ca896d48cb1730a3583b8a9e62 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:13:57 +0100 Subject: [PATCH 53/71] New translations messages.xlf (French) [ci skip] --- src-ui/src/locale/messages.fr_FR.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf index c0547d6ed..56d561438 100644 --- a/src-ui/src/locale/messages.fr_FR.xlf +++ b/src-ui/src/locale/messages.fr_FR.xlf @@ -1945,11 +1945,19 @@ </context-group> <target state="translated">Roumain</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target state="needs-translation">Russian</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target state="translated">ISO 8601</target> </trans-unit> From a77c1f3ad1e67391dac1f90d65c0654950eda5f6 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:14:00 +0100 Subject: [PATCH 54/71] New translations messages.xlf (Xhosa) [ci skip] --- src-ui/src/locale/messages.xh_ZA.xlf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.xh_ZA.xlf b/src-ui/src/locale/messages.xh_ZA.xlf index f17fd8941..5d0466f11 100644 --- a/src-ui/src/locale/messages.xh_ZA.xlf +++ b/src-ui/src/locale/messages.xh_ZA.xlf @@ -1945,11 +1945,19 @@ </context-group> <target>crwdns3320:0crwdne3320:0</target> </trans-unit> + <trans-unit id="7137419789978325708" datatype="html"> + <source>Russian</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/services/settings.service.ts</context> + <context context-type="linenumber">98</context> + </context-group> + <target>crwdns3404:0crwdne3404:0</target> + </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/services/settings.service.ts</context> - <context context-type="linenumber">102</context> + <context context-type="linenumber">103</context> </context-group> <target>crwdns3322:0crwdne3322:0</target> </trans-unit> From d23a0d230c19a5c97fed9dfc0474ea74486d9957 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 11:08:30 +0100 Subject: [PATCH 55/71] New translations django.po (German) [ci skip] --- src/locale/de_DE/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locale/de_DE/LC_MESSAGES/django.po b/src/locale/de_DE/LC_MESSAGES/django.po index b0c567568..8f196fb98 100644 --- a/src/locale/de_DE/LC_MESSAGES/django.po +++ b/src/locale/de_DE/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"PO-Revision-Date: 2021-03-07 10:08\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -618,7 +618,7 @@ msgstr "Parameter für Aktion" #: paperless_mail/models.py:167 msgid "Additional parameter for the action selected above, i.e., the target folder of the move to folder action." -msgstr "Zusätzlicher Parameter für die oben ausgewählte Aktion, zum Beispiel der Zielordner für die Aktion \"In angegebenen Ordner verschieben\"" +msgstr "Zusätzlicher Parameter für die oben ausgewählte Aktion, zum Beispiel der Zielordner für die Aktion \"In angegebenen Ordner verschieben\"." #: paperless_mail/models.py:173 msgid "assign title from" From b0d13bed72f965d87ae3edc6fec44df86da556c2 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 11:08:32 +0100 Subject: [PATCH 56/71] New translations messages.xlf (German) [ci skip] --- src-ui/src/locale/messages.de_DE.xlf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf index 1ec7c4fd2..6f06fc2e7 100644 --- a/src-ui/src/locale/messages.de_DE.xlf +++ b/src-ui/src/locale/messages.de_DE.xlf @@ -856,7 +856,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="translated">Unterdrücke Benachrichtigungen auf der Startseite.</target> + <target state="translated">Unterdrücke Benachrichtigungen auf der Startseite</target> </trans-unit> <trans-unit id="e27bd3804d2936a6897e81c2e52e294490e5e5a8" datatype="html"> <source>This will suppress all messages about document processing status on the dashboard.</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">98</context> </context-group> - <target state="needs-translation">Russian</target> + <target state="translated">Russisch</target> </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> From c1cecb3e0e5721ed7687cd2502f7370f4317e377 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 11:08:33 +0100 Subject: [PATCH 57/71] New translations messages.xlf (Dutch) [ci skip] --- src-ui/src/locale/messages.nl_NL.xlf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf index 40e316865..c8eadbc34 100644 --- a/src-ui/src/locale/messages.nl_NL.xlf +++ b/src-ui/src/locale/messages.nl_NL.xlf @@ -1024,7 +1024,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">"Postvak in"-etiketten worden automatisch toegewezen aan alle verwerkte documenten."</target> + <target state="translated">"Postvak in"-etiketten worden automatisch toegewezen aan alle verwerkte documenten.</target> </trans-unit> <trans-unit id="6672809941092516947" datatype="html"> <source>Create new document type</source> From 2fd107472927952a3d74e71a965c518e02b30e60 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 13:11:07 +0100 Subject: [PATCH 58/71] New translations messages.xlf (Dutch) [ci skip] --- src-ui/src/locale/messages.nl_NL.xlf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf index c8eadbc34..9ac2f2b8c 100644 --- a/src-ui/src/locale/messages.nl_NL.xlf +++ b/src-ui/src/locale/messages.nl_NL.xlf @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">98</context> </context-group> - <target state="needs-translation">Russian</target> + <target state="translated">Russisch</target> </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> From 5c5ce6eedb2d6266494120335d8e98a54f8fe398 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 14:09:28 +0100 Subject: [PATCH 59/71] New translations messages.xlf (Italian) [ci skip] --- src-ui/src/locale/messages.it_IT.xlf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf index c5f7e5b3a..1029d7646 100644 --- a/src-ui/src/locale/messages.it_IT.xlf +++ b/src-ui/src/locale/messages.it_IT.xlf @@ -384,7 +384,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">95</context> </context-group> - <target state="translated">Nome del file multimediale</target> + <target state="translated">Nome file</target> </trans-unit> <trans-unit id="74a894d2a8ae24a1eed4bc56e9afdc27dc2c31c8" datatype="html"> <source>Original MD5 checksum</source> @@ -392,7 +392,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="translated">Somma MD5 originale</target> + <target state="translated">Checksum MD5 originale</target> </trans-unit> <trans-unit id="e92ca184ea785769fb26138fc25ee9fa06fff6e5" datatype="html"> <source>Original file size</source> @@ -400,7 +400,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="translated">Dimensione del file originale</target> + <target state="translated">Dimensione file originale</target> </trans-unit> <trans-unit id="b5e93f30cc3411f20bd62025a6cc7394568f1bfd" datatype="html"> <source>Original mime type</source> @@ -416,7 +416,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="translated">Checksum MD5 dell'archivio</target> + <target state="translated">Checksum MD5 archivio</target> </trans-unit> <trans-unit id="e6bf12eadecbfd80016eca15fa78651c6ca90c64" datatype="html"> <source>Archive file size</source> @@ -424,7 +424,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">115</context> </context-group> - <target state="translated">Dimensione dell'archivio</target> + <target state="translated">Dimensione file archivio</target> </trans-unit> <trans-unit id="203c7adb5bd74ae18e84e1e3b66ddfe76bc0023f" datatype="html"> <source>Original document metadata</source> @@ -616,7 +616,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">100</context> </context-group> - <target state="translated">Usa il formato data della lingua di visualizzazione</target> + <target state="translated">Usa il formato data della lingua</target> </trans-unit> <trans-unit id="8488620293789898901" datatype="html"> <source>Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -808,7 +808,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="translated">L'eliminazione dei documenti chiederà sempre la conferma.</target> + <target state="translated">Verrà sempre chiesta una conferma prima di eliminare documenti.</target> </trans-unit> <trans-unit id="8cfddc13e04f5545ac63f419ef363505d6f78c2e" datatype="html"> <source>Apply on close</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">98</context> </context-group> - <target state="needs-translation">Russian</target> + <target state="translated">Russo</target> </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> From c2b82fa063b3bced9cd93473d6b3bd06df472689 Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 21:34:55 +0100 Subject: [PATCH 60/71] fix up some messages --- src-ui/angular.json | 3 +- src-ui/messages.xlf | 12 +++--- .../components/search/search.component.html | 4 +- src/documents/serialisers.py | 2 +- src/locale/en_US/LC_MESSAGES/django.po | 42 ++++++++++++------- 5 files changed, 37 insertions(+), 26 deletions(-) diff --git a/src-ui/angular.json b/src-ui/angular.json index 12c84bc1b..8b5804521 100644 --- a/src-ui/angular.json +++ b/src-ui/angular.json @@ -105,7 +105,8 @@ "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "browserTarget": "paperless-ui:build" + "browserTarget": "paperless-ui:build", + "ivy": true } }, "test": { diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 06f65fca1..7049f88ae 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -926,32 +926,32 @@ <context context-type="linenumber">4</context> </context-group> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> </trans-unit> <trans-unit id="afa760e48c97d64d19c1455d18b7834a2256e23f" datatype="html"> <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> </trans-unit> <trans-unit id="41147374f427980a9f1a8cd5e3f4b1666e6f2418" datatype="html"> diff --git a/src-ui/src/app/components/search/search.component.html b/src-ui/src/app/components/search/search.component.html index ae0ec8e3e..f794a0feb 100644 --- a/src-ui/src/app/components/search/search.component.html +++ b/src-ui/src/app/components/search/search.component.html @@ -3,9 +3,7 @@ <div *ngIf="errorMessage" class="alert alert-danger" i18n>Invalid search query: {{errorMessage}}</div> -<p *ngIf="more_like" i18n> - Showing documents similar to <a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}</a> -</p> +<p *ngIf="more_like" i18n>Showing documents similar to <a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}</a></p> <p *ngIf="query"> <ng-container i18n>Search query: <i>{{query}}</i></ng-container> diff --git a/src/documents/serialisers.py b/src/documents/serialisers.py index 6ebf4c541..3641c73a5 100644 --- a/src/documents/serialisers.py +++ b/src/documents/serialisers.py @@ -50,7 +50,7 @@ class MatchingModelSerializer(serializers.ModelSerializer): re.compile(match) except Exception as e: raise serializers.ValidationError( - _("Invalid regular expresssion: %(error)s") % + _("Invalid regular expression: %(error)s") % {'error': str(e)} ) return match diff --git a/src/locale/en_US/LC_MESSAGES/django.po b/src/locale/en_US/LC_MESSAGES/django.po index 7aaa6ddd1..36359709a 100644 --- a/src/locale/en_US/LC_MESSAGES/django.po +++ b/src/locale/en_US/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\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" @@ -230,7 +230,7 @@ msgstr "" msgid "logs" msgstr "" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "" @@ -330,25 +330,33 @@ msgstr "" msgid "does not have tag" msgstr "" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "" #: documents/serialisers.py:177 @@ -400,38 +408,42 @@ msgstr "" msgid "Sign in" msgstr "" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "" From 14828b15d8e39b67967202c6ad0c37d77fd94e88 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 7 Mar 2021 22:37:04 +0100 Subject: [PATCH 61/71] New Crowdin updates (#718) * New translations messages.xlf (English, United Kingdom) [ci skip] * New translations django.po (Romanian) [ci skip] * New translations messages.xlf (Dutch) [ci skip] * New translations django.po (Xhosa) [ci skip] * New translations messages.xlf (English, United Kingdom) [ci skip] * New translations django.po (English, United Kingdom) [ci skip] * New translations messages.xlf (Portuguese, Brazilian) [ci skip] * New translations django.po (Portuguese, Brazilian) [ci skip] * New translations messages.xlf (Chinese Simplified) [ci skip] * New translations django.po (Chinese Simplified) [ci skip] * New translations messages.xlf (Russian) [ci skip] * New translations django.po (Russian) [ci skip] * New translations messages.xlf (Portuguese) [ci skip] * New translations django.po (Portuguese) [ci skip] * New translations django.po (Dutch) [ci skip] * New translations messages.xlf (Romanian) [ci skip] * New translations messages.xlf (Italian) [ci skip] * New translations django.po (Italian) [ci skip] * New translations messages.xlf (Hungarian) [ci skip] * New translations django.po (Hungarian) [ci skip] * New translations messages.xlf (German) [ci skip] * New translations django.po (German) [ci skip] * New translations messages.xlf (Czech) [ci skip] * New translations django.po (Czech) [ci skip] * New translations messages.xlf (Spanish) [ci skip] * New translations django.po (Spanish) [ci skip] * New translations messages.xlf (French) [ci skip] * New translations django.po (French) [ci skip] * New translations messages.xlf (Xhosa) [ci skip] * New translations django.po (Romanian) [ci skip] * New translations messages.xlf (Dutch) [ci skip] * New translations messages.xlf (English, United Kingdom) [ci skip] * New translations django.po (English, United Kingdom) [ci skip] * New translations messages.xlf (Portuguese, Brazilian) [ci skip] * New translations django.po (Portuguese, Brazilian) [ci skip] * New translations messages.xlf (Russian) [ci skip] * New translations django.po (Russian) [ci skip] * New translations django.po (Dutch) [ci skip] * New translations messages.xlf (Romanian) [ci skip] * New translations messages.xlf (Italian) [ci skip] * New translations django.po (Italian) [ci skip] * New translations messages.xlf (German) [ci skip] * New translations django.po (German) [ci skip] * New translations messages.xlf (Spanish) [ci skip] * New translations django.po (Spanish) [ci skip] * New translations messages.xlf (French) [ci skip] * New translations django.po (French) [ci skip] --- src-ui/src/locale/messages.cs_CZ.xlf | 14 ++++---- src-ui/src/locale/messages.de_DE.xlf | 12 +++---- src-ui/src/locale/messages.en_GB.xlf | 16 ++++----- src-ui/src/locale/messages.es_ES.xlf | 12 +++---- src-ui/src/locale/messages.fr_FR.xlf | 12 +++---- src-ui/src/locale/messages.hu_HU.xlf | 14 ++++---- src-ui/src/locale/messages.it_IT.xlf | 12 +++---- src-ui/src/locale/messages.nl_NL.xlf | 12 +++---- src-ui/src/locale/messages.pt_BR.xlf | 12 +++---- src-ui/src/locale/messages.pt_PT.xlf | 14 ++++---- src-ui/src/locale/messages.ro_RO.xlf | 14 ++++---- src-ui/src/locale/messages.ru_RU.xlf | 14 ++++---- src-ui/src/locale/messages.xh_ZA.xlf | 14 ++++---- src-ui/src/locale/messages.zh_CN.xlf | 14 ++++---- src/locale/cs_CZ/LC_MESSAGES/django.po | 44 +++++++++++++++--------- src/locale/de_DE/LC_MESSAGES/django.po | 44 +++++++++++++++--------- src/locale/en_GB/LC_MESSAGES/django.po | 46 ++++++++++++++++---------- src/locale/es_ES/LC_MESSAGES/django.po | 44 +++++++++++++++--------- src/locale/fr_FR/LC_MESSAGES/django.po | 44 +++++++++++++++--------- src/locale/hu_HU/LC_MESSAGES/django.po | 44 +++++++++++++++--------- src/locale/it_IT/LC_MESSAGES/django.po | 44 +++++++++++++++--------- src/locale/nl_NL/LC_MESSAGES/django.po | 44 +++++++++++++++--------- src/locale/pt_BR/LC_MESSAGES/django.po | 44 +++++++++++++++--------- src/locale/pt_PT/LC_MESSAGES/django.po | 44 +++++++++++++++--------- src/locale/ro_RO/LC_MESSAGES/django.po | 44 +++++++++++++++--------- src/locale/ru_RU/LC_MESSAGES/django.po | 44 +++++++++++++++--------- src/locale/xh_ZA/LC_MESSAGES/django.po | 46 ++++++++++++++++---------- src/locale/zh_CN/LC_MESSAGES/django.po | 44 +++++++++++++++--------- 28 files changed, 487 insertions(+), 319 deletions(-) diff --git a/src-ui/src/locale/messages.cs_CZ.xlf b/src-ui/src/locale/messages.cs_CZ.xlf index 4816b84aa..a6efd60ff 100644 --- a/src-ui/src/locale/messages.cs_CZ.xlf +++ b/src-ui/src/locale/messages.cs_CZ.xlf @@ -1058,19 +1058,19 @@ </context-group> <target state="needs-translation">Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> - <target state="needs-translation"> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> + <target state="needs-translation">Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="needs-translation">Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="needs-translation">Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="needs-translation">{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</target> </trans-unit> diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf index 6f06fc2e7..13c5c6652 100644 --- a/src-ui/src/locale/messages.de_DE.xlf +++ b/src-ui/src/locale/messages.de_DE.xlf @@ -1058,11 +1058,11 @@ </context-group> <target state="translated">Ungültige Suchanfrage: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> <target state="translated">Zeige ähnliche Dokumente zu <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> @@ -1070,7 +1070,7 @@ <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="translated">Suchanfrage: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="translated">Meinten Sie "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="translated">{VAR_PLURAL, plural, =0 {Keine Ergebnisse} =1 {Ein Ergebnis} other {<x id="INTERPOLATION"/> Ergebnisse}}</target> </trans-unit> diff --git a/src-ui/src/locale/messages.en_GB.xlf b/src-ui/src/locale/messages.en_GB.xlf index c6e15fec8..8d0ebc007 100644 --- a/src-ui/src/locale/messages.en_GB.xlf +++ b/src-ui/src/locale/messages.en_GB.xlf @@ -1058,19 +1058,19 @@ </context-group> <target state="translated">Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> - <target state="translated"> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> + <target state="translated">Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="translated">Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="translated">Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="translated">{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</target> </trans-unit> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">98</context> </context-group> - <target state="needs-translation">Russian</target> + <target state="translated">Russian</target> </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> diff --git a/src-ui/src/locale/messages.es_ES.xlf b/src-ui/src/locale/messages.es_ES.xlf index 2324ce889..f5d79815b 100644 --- a/src-ui/src/locale/messages.es_ES.xlf +++ b/src-ui/src/locale/messages.es_ES.xlf @@ -1058,11 +1058,11 @@ </context-group> <target state="translated">Cadena de búsqueda no valida: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> <target state="translated">Mostrando documentos similares a <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> @@ -1070,7 +1070,7 @@ <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="translated">Cadena de búsqueda: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="translated">¿Quizás quisiste decir "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="translated">{VAR_PLURAL, plural, =0 {Sin resultados} =1 {Un resultado} other {<x id="INTERPOLATION"/> resultados}}</target> </trans-unit> diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf index 56d561438..8cdc1b6f0 100644 --- a/src-ui/src/locale/messages.fr_FR.xlf +++ b/src-ui/src/locale/messages.fr_FR.xlf @@ -1058,11 +1058,11 @@ </context-group> <target state="translated">Requête de recherche invalide : <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> <target state="translated">Présentation des documents similaires à <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> @@ -1070,7 +1070,7 @@ <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="translated">Requête de recherche : <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="translated">Vouliez-vous dire "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>" ?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="translated">{VAR_PLURAL, plural, =0 {Aucun résultat} =1 {Un résultat} other {<x id="INTERPOLATION"/> résultats}}</target> </trans-unit> diff --git a/src-ui/src/locale/messages.hu_HU.xlf b/src-ui/src/locale/messages.hu_HU.xlf index bdf0bd186..729ffc632 100644 --- a/src-ui/src/locale/messages.hu_HU.xlf +++ b/src-ui/src/locale/messages.hu_HU.xlf @@ -1058,19 +1058,19 @@ </context-group> <target state="translated">Érvénytelen keresési kifejezés: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> - <target state="translated"><x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/> -hez hasonló dokumentumok mutatása</target> + <target state="needs-translation">Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="translated">Keresés: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="translated">Úgy értetted, hogy "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="needs-translation">{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</target> </trans-unit> diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf index 1029d7646..d582bfd72 100644 --- a/src-ui/src/locale/messages.it_IT.xlf +++ b/src-ui/src/locale/messages.it_IT.xlf @@ -1058,11 +1058,11 @@ </context-group> <target state="translated">Query di ricerca non valida: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> <target state="translated">Documenti simili a <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> @@ -1070,7 +1070,7 @@ <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="translated">Query di ricerca: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="translated">Forse intendevi "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="translated">{VAR_PLURAL, plural, =0 {Nessun risultato} =1 {Un risultato} other {<x id="INTERPOLATION"/> risultati}}</target> </trans-unit> diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf index 9ac2f2b8c..a425f7e7c 100644 --- a/src-ui/src/locale/messages.nl_NL.xlf +++ b/src-ui/src/locale/messages.nl_NL.xlf @@ -1058,11 +1058,11 @@ </context-group> <target state="translated">Ongeldige zoekopdracht: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> <target state="translated">Toon documenten die lijken op <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> @@ -1070,7 +1070,7 @@ <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="translated">Zoekopdracht: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="translated">Bedoelde u "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="translated">{VAR_PLURAL, plural, =0 {Geen resultaten} =1 {Eén resultaat} other {<x id="INTERPOLATION"/> resultaten}}</target> </trans-unit> diff --git a/src-ui/src/locale/messages.pt_BR.xlf b/src-ui/src/locale/messages.pt_BR.xlf index f247c82ac..5f65706c5 100644 --- a/src-ui/src/locale/messages.pt_BR.xlf +++ b/src-ui/src/locale/messages.pt_BR.xlf @@ -1058,11 +1058,11 @@ </context-group> <target state="translated">Termo de pesquisa inválido: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> <target state="translated">Exibindo documentos similares a <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> @@ -1070,7 +1070,7 @@ <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="translated">Termo de pesquisa: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="translated">Você quis dizer "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="translated">{VAR_PLURAL, plural, =0 {Sem resultados} =1 {Um resultado} other {<x id="INTERPOLATION"/> resultados}}</target> </trans-unit> diff --git a/src-ui/src/locale/messages.pt_PT.xlf b/src-ui/src/locale/messages.pt_PT.xlf index 281b85563..724500581 100644 --- a/src-ui/src/locale/messages.pt_PT.xlf +++ b/src-ui/src/locale/messages.pt_PT.xlf @@ -1058,19 +1058,19 @@ </context-group> <target state="translated">Termo de pesquisa inválido: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> - <target state="translated">A mostrar documentos similares a <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> + <target state="needs-translation">Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="translated">Termo de pesquisa: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="translated">Será que quer dizer "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="needs-translation">{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</target> </trans-unit> diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf index fe00e9e66..f2f5870b9 100644 --- a/src-ui/src/locale/messages.ro_RO.xlf +++ b/src-ui/src/locale/messages.ro_RO.xlf @@ -1058,19 +1058,19 @@ </context-group> <target state="translated">Interogare invalida: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> - <target state="translated">Documente similare cu <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/> </target> + <target state="translated">Documente similare cu <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="translated">Interogare: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="translated">Ati vrut sa scrieti "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="translated">{VAR_PLURAL, plural, =0 {Niciun rezultat} =1 {Un rezultat} other {<x id="INTERPOLATION"/> rezultate}}</target> </trans-unit> diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf index ae20bb29e..298d91cb0 100644 --- a/src-ui/src/locale/messages.ru_RU.xlf +++ b/src-ui/src/locale/messages.ru_RU.xlf @@ -1058,19 +1058,19 @@ </context-group> <target state="translated">Неверный поисковой запрос: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> - <target state="translated"> Показываю документы похожие на <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> + <target state="translated">Показываю документы похожие на <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="translated">Поисковый запрос: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="translated">Может вы имели ввиду "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="translated">{VAR_PLURAL, plural, =0 {Нет результатов} =1 {Один результат} other {Результаты: <x id="INTERPOLATION"/>}}</target> </trans-unit> diff --git a/src-ui/src/locale/messages.xh_ZA.xlf b/src-ui/src/locale/messages.xh_ZA.xlf index 5d0466f11..aa5dd8165 100644 --- a/src-ui/src/locale/messages.xh_ZA.xlf +++ b/src-ui/src/locale/messages.xh_ZA.xlf @@ -1058,19 +1058,19 @@ </context-group> <target>crwdns3100:0{{errorMessage}}crwdne3100:0</target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> - <target>crwdns3102:0{{more_like}}crwdnd3102:0{{more_like_doc?.original_file_name}}crwdnd3102:0{{more_like_doc?.original_file_name}}crwdne3102:0</target> + <target>crwdns3406:0{{more_like}}crwdnd3406:0{{more_like_doc?.original_file_name}}crwdnd3406:0{{more_like_doc?.original_file_name}}crwdne3406:0</target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target>crwdns3104:0{{query}}crwdnd3104:0{{query}}crwdne3104:0</target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target>crwdns3106:0[routerLink]crwdnd3106:0{{correctedQuery}}crwdnd3106:0{{correctedQuery}}crwdne3106:0</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target>crwdns3108:0VAR_PLURAL={VAR_PLURAL}crwdne3108:0</target> </trans-unit> diff --git a/src-ui/src/locale/messages.zh_CN.xlf b/src-ui/src/locale/messages.zh_CN.xlf index aea19a5fe..b5f263396 100644 --- a/src-ui/src/locale/messages.zh_CN.xlf +++ b/src-ui/src/locale/messages.zh_CN.xlf @@ -1058,19 +1058,19 @@ </context-group> <target state="needs-translation">Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> - <trans-unit id="2abff6a01d9b342a5a14b7fb90309a95ce934f8e" datatype="html"> - <source> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> + <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> + <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">7</context> + <context context-type="linenumber">6</context> </context-group> - <target state="needs-translation"> Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> + <target state="needs-translation">Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">11</context> + <context context-type="linenumber">9</context> </context-group> <target state="needs-translation">Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></target> </trans-unit> @@ -1078,7 +1078,7 @@ <source>Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">13</context> + <context context-type="linenumber">11</context> </context-group> <target state="needs-translation">Did you mean "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> @@ -1086,7 +1086,7 @@ <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/search/search.component.html</context> - <context context-type="linenumber">18</context> + <context context-type="linenumber">16</context> </context-group> <target state="needs-translation">{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</target> </trans-unit> diff --git a/src/locale/cs_CZ/LC_MESSAGES/django.po b/src/locale/cs_CZ/LC_MESSAGES/django.po index 9542c2b9b..dd1a65888 100644 --- a/src/locale/cs_CZ/LC_MESSAGES/django.po +++ b/src/locale/cs_CZ/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 20:36\n" "Last-Translator: \n" "Language-Team: Czech\n" "Language: cs_CZ\n" @@ -226,7 +226,7 @@ msgstr "záznam" msgid "logs" msgstr "záznamy" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "uložený pohled" @@ -326,25 +326,33 @@ msgstr "upraveno po" msgid "does not have tag" msgstr "nemá tag" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "typ pravidla" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "hodnota" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "filtrovací pravidlo" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "filtrovací pravidla" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "Heslo" msgid "Sign in" msgstr "Přihlásit se" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "Němčina" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "Holandština" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "Francouzština" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "Správa Paperless-ng" diff --git a/src/locale/de_DE/LC_MESSAGES/django.po b/src/locale/de_DE/LC_MESSAGES/django.po index 8f196fb98..d7936bed4 100644 --- a/src/locale/de_DE/LC_MESSAGES/django.po +++ b/src/locale/de_DE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-07 10:08\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 21:35\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -226,7 +226,7 @@ msgstr "Protokoll" msgid "logs" msgstr "Protokoll" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "Gespeicherte Ansicht" @@ -326,25 +326,33 @@ msgstr "Geändert nach" msgid "does not have tag" msgstr "Hat nicht folgendes Tag" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "Dokument hat keine ASN" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "Titel oder Inhalt enthält" + +#: documents/models.py:400 msgid "rule type" msgstr "Regeltyp" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "Wert" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "Filterregel" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "Filterregeln" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "Ungültiger regulärer Ausdruck: %(error)s" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "Passwort" msgid "Sign in" msgstr "Anmelden" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "Englisch (US)" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "Englisch (UK)" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "Deutsch" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "Niederländisch" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "Französisch" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "Portugiesisch (Brasilien)" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "Italienisch" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "Rumänisch" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "Russisch" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "Paperless-ng Administration" diff --git a/src/locale/en_GB/LC_MESSAGES/django.po b/src/locale/en_GB/LC_MESSAGES/django.po index 767c24105..238d0444d 100644 --- a/src/locale/en_GB/LC_MESSAGES/django.po +++ b/src/locale/en_GB/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 21:35\n" "Last-Translator: \n" "Language-Team: English, United Kingdom\n" "Language: en_GB\n" @@ -226,7 +226,7 @@ msgstr "log" msgid "logs" msgstr "logs" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "saved view" @@ -326,26 +326,34 @@ msgstr "modified after" msgid "does not have tag" msgstr "does not have tag" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "does not have ASN" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "title or content contains" + +#: documents/models.py:400 msgid "rule type" msgstr "rule type" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "value" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "filter rule" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "filter rules" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" -msgstr "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" +msgstr "Invalid regular expression: %(error)s" #: documents/serialisers.py:177 msgid "Invalid color." @@ -396,38 +404,42 @@ msgstr "Password" msgid "Sign in" msgstr "Sign in" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "English (US)" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "English (GB)" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "German" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "Dutch" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "French" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "Portuguese (Brazil)" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "Italian" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "Romanian" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "Russian" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "Paperless-ng administration" diff --git a/src/locale/es_ES/LC_MESSAGES/django.po b/src/locale/es_ES/LC_MESSAGES/django.po index 69211d62f..b4c2bf1e0 100644 --- a/src/locale/es_ES/LC_MESSAGES/django.po +++ b/src/locale/es_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 21:35\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -226,7 +226,7 @@ msgstr "log" msgid "logs" msgstr "logs" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "vista guardada" @@ -326,25 +326,33 @@ msgstr "modificado antes de" msgid "does not have tag" msgstr "no tiene la etiqueta" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "tipo de regla" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "valor" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "Expresión irregular inválida: %(error)s" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "Contraseña" msgid "Sign in" msgstr "Iniciar sesión" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "Inglés (US)" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "Inglés (Gran Bretaña)" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "Alemán" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "Alemán" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "Francés" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "Portugués (Brasil)" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "Italiano" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "Rumano" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "Paperless-ng Administración" diff --git a/src/locale/fr_FR/LC_MESSAGES/django.po b/src/locale/fr_FR/LC_MESSAGES/django.po index 9ed2a51ac..4ef979677 100644 --- a/src/locale/fr_FR/LC_MESSAGES/django.po +++ b/src/locale/fr_FR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 21:35\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -226,7 +226,7 @@ msgstr "rapport" msgid "logs" msgstr "rapports" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "vue enregistrée" @@ -326,25 +326,33 @@ msgstr "modifié après" msgid "does not have tag" msgstr "ne porte pas d'étiquette" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "type de règle" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "valeur" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "règle de filtrage" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "règles de filtrage" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "Expression régulière incorrecte : %(error)s" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "Mot de passe" msgid "Sign in" msgstr "S'identifier" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "Anglais (US)" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "Anglais (GB)" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "Allemand" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "Néerlandais" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "Français" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "Portugais (Brésil)" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "Italien" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "Roumain" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "Administration de Paperless-ng" diff --git a/src/locale/hu_HU/LC_MESSAGES/django.po b/src/locale/hu_HU/LC_MESSAGES/django.po index eb4e89e46..abaaa8a01 100644 --- a/src/locale/hu_HU/LC_MESSAGES/django.po +++ b/src/locale/hu_HU/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 20:36\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "Language: hu_HU\n" @@ -226,7 +226,7 @@ msgstr "" msgid "logs" msgstr "" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "" @@ -326,25 +326,33 @@ msgstr "" msgid "does not have tag" msgstr "" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "" msgid "Sign in" msgstr "" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "Angol (US)" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "Német" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "" diff --git a/src/locale/it_IT/LC_MESSAGES/django.po b/src/locale/it_IT/LC_MESSAGES/django.po index e1a7e461f..a0f20c112 100644 --- a/src/locale/it_IT/LC_MESSAGES/django.po +++ b/src/locale/it_IT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 21:35\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -226,7 +226,7 @@ msgstr "log" msgid "logs" msgstr "log" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "vista salvata" @@ -326,25 +326,33 @@ msgstr "modificato dopo" msgid "does not have tag" msgstr "non ha tag" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "tipo di regola" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "valore" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "regola filtro" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "regole filtro" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "Espressione regolare non valida: %(error)s" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "Password" msgid "Sign in" msgstr "Accedi" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "Inglese (US)" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "Inglese (GB)" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "Tedesco" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "Olandese" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "Francese" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "Portoghese (Brasile)" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "Italiano" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "Rumeno" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "Russo" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "Amministrazione di Paperless-ng" diff --git a/src/locale/nl_NL/LC_MESSAGES/django.po b/src/locale/nl_NL/LC_MESSAGES/django.po index 549ba4842..6fda6e664 100644 --- a/src/locale/nl_NL/LC_MESSAGES/django.po +++ b/src/locale/nl_NL/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 21:35\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -226,7 +226,7 @@ msgstr "bericht" msgid "logs" msgstr "berichten" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "opgeslagen view" @@ -326,25 +326,33 @@ msgstr "gewijzigd na" msgid "does not have tag" msgstr "heeft geen etiket" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "type regel" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "waarde" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "filterregel" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "filterregels" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "Ongeldige reguliere expressie: %(error)s" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "Wachtwoord" msgid "Sign in" msgstr "Aanmelden" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "Engels (US)" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "Engels (Brits)" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "Duits" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "Nederlands" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "Frans" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "Portugees (Brazilië)" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "Italiaans" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "Roemeens" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "Russisch" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "Paperless-ng administratie" diff --git a/src/locale/pt_BR/LC_MESSAGES/django.po b/src/locale/pt_BR/LC_MESSAGES/django.po index 117caebdd..c0c7e822d 100644 --- a/src/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/locale/pt_BR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 21:35\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt_BR\n" @@ -226,7 +226,7 @@ msgstr "log" msgid "logs" msgstr "logs" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "visualização" @@ -326,25 +326,33 @@ msgstr "modificado depois de" msgid "does not have tag" msgstr "não tem etiqueta" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "tipo de regra" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "valor" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "regra de filtragem" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "regras de filtragem" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "Expressão regular inválida: %(error)s" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "Senha" msgid "Sign in" msgstr "Entrar" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "Inglês (EUA)" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "Inglês (GB)" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "Alemão" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "Holandês" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "Francês" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "Português (Brasil)" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "Italiano" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "Romeno" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "Administração do Paperless-ng" diff --git a/src/locale/pt_PT/LC_MESSAGES/django.po b/src/locale/pt_PT/LC_MESSAGES/django.po index 478a4bbd3..8f6538fdf 100644 --- a/src/locale/pt_PT/LC_MESSAGES/django.po +++ b/src/locale/pt_PT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 20:36\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "Language: pt_PT\n" @@ -226,7 +226,7 @@ msgstr "" msgid "logs" msgstr "" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "" @@ -326,25 +326,33 @@ msgstr "" msgid "does not have tag" msgstr "" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "" msgid "Sign in" msgstr "" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "Inglês (EUA)" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "English (GB)" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "Deutsch" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "Nederlandse" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "Français" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "" diff --git a/src/locale/ro_RO/LC_MESSAGES/django.po b/src/locale/ro_RO/LC_MESSAGES/django.po index daf063920..719fb230c 100644 --- a/src/locale/ro_RO/LC_MESSAGES/django.po +++ b/src/locale/ro_RO/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 21:35\n" "Last-Translator: \n" "Language-Team: Romanian\n" "Language: ro_RO\n" @@ -226,7 +226,7 @@ msgstr "jurnal" msgid "logs" msgstr "jurnale" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "vizualizare" @@ -326,25 +326,33 @@ msgstr "modificat dupa" msgid "does not have tag" msgstr "nu are eticheta" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "tip de regula" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "valoare" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "regula de filtrare" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "reguli de filtrare" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "Expresie regulata invalida: %(error)s" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "Parola" msgid "Sign in" msgstr "Conectare" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "Engleza (SUA)" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "Engleza (UK)" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "Germana" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "Olandeza" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "Franceza" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "Portugheza (Brazilia)" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "Italiana" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "Romana" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "Administrare Paperless-ng" diff --git a/src/locale/ru_RU/LC_MESSAGES/django.po b/src/locale/ru_RU/LC_MESSAGES/django.po index 0494f0daa..8f84da8c5 100644 --- a/src/locale/ru_RU/LC_MESSAGES/django.po +++ b/src/locale/ru_RU/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-07 01:58\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 21:35\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -226,7 +226,7 @@ msgstr "журнал" msgid "logs" msgstr "логи" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "сохранённое представление" @@ -326,25 +326,33 @@ msgstr "изменен после" msgid "does not have tag" msgstr "не имеет тега" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "Тип правила" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "значение" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "Правило фильтрации" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "правила фильтрации" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "неверное регулярное выражение: %(error)s" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "Пароль" msgid "Sign in" msgstr "Вход" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "Английский (США)" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "Английский (Великобритании)" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "Немецкий" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "Датский" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "Французский" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "Portuguese (Brazil)" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "Italian" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "Romanian" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "Администрирование Paperless-ng" diff --git a/src/locale/xh_ZA/LC_MESSAGES/django.po b/src/locale/xh_ZA/LC_MESSAGES/django.po index 3939f9d52..b43006137 100644 --- a/src/locale/xh_ZA/LC_MESSAGES/django.po +++ b/src/locale/xh_ZA/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 21:39\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 20:36\n" "Last-Translator: \n" "Language-Team: Xhosa\n" "Language: xh_ZA\n" @@ -226,7 +226,7 @@ msgstr "crwdns2628:0crwdne2628:0" msgid "logs" msgstr "crwdns2630:0crwdne2630:0" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "crwdns2632:0crwdne2632:0" @@ -326,26 +326,34 @@ msgstr "crwdns2678:0crwdne2678:0" msgid "does not have tag" msgstr "crwdns2680:0crwdne2680:0" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "crwdns3408:0crwdne3408:0" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "crwdns3410:0crwdne3410:0" + +#: documents/models.py:400 msgid "rule type" msgstr "crwdns2682:0crwdne2682:0" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "crwdns2684:0crwdne2684:0" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "crwdns2686:0crwdne2686:0" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "crwdns2688:0crwdne2688:0" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" -msgstr "crwdns2690:0%(error)scrwdne2690:0" +msgid "Invalid regular expression: %(error)s" +msgstr "crwdns3412:0%(error)scrwdne3412:0" #: documents/serialisers.py:177 msgid "Invalid color." @@ -396,38 +404,42 @@ msgstr "crwdns2712:0crwdne2712:0" msgid "Sign in" msgstr "crwdns2714:0crwdne2714:0" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "crwdns2716:0crwdne2716:0" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "crwdns2718:0crwdne2718:0" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "crwdns2720:0crwdne2720:0" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "crwdns2722:0crwdne2722:0" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "crwdns2724:0crwdne2724:0" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "crwdns2726:0crwdne2726:0" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "crwdns2728:0crwdne2728:0" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "crwdns2730:0crwdne2730:0" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "crwdns3414:0crwdne3414:0" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "crwdns2732:0crwdne2732:0" diff --git a/src/locale/zh_CN/LC_MESSAGES/django.po b/src/locale/zh_CN/LC_MESSAGES/django.po index 93af25211..254b75843 100644 --- a/src/locale/zh_CN/LC_MESSAGES/django.po +++ b/src/locale/zh_CN/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-28 12:40+0100\n" -"PO-Revision-Date: 2021-03-06 22:56\n" +"POT-Creation-Date: 2021-03-07 21:34+0100\n" +"PO-Revision-Date: 2021-03-07 20:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -226,7 +226,7 @@ msgstr "" msgid "logs" msgstr "" -#: documents/models.py:344 documents/models.py:394 +#: documents/models.py:344 documents/models.py:396 msgid "saved view" msgstr "" @@ -326,25 +326,33 @@ msgstr "" msgid "does not have tag" msgstr "" -#: documents/models.py:398 +#: documents/models.py:388 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:389 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:400 msgid "rule type" msgstr "" -#: documents/models.py:402 +#: documents/models.py:404 msgid "value" msgstr "" -#: documents/models.py:408 +#: documents/models.py:410 msgid "filter rule" msgstr "" -#: documents/models.py:409 +#: documents/models.py:411 msgid "filter rules" msgstr "" #: documents/serialisers.py:53 #, python-format -msgid "Invalid regular expresssion: %(error)s" +msgid "Invalid regular expression: %(error)s" msgstr "" #: documents/serialisers.py:177 @@ -396,38 +404,42 @@ msgstr "" msgid "Sign in" msgstr "" -#: paperless/settings.py:297 +#: paperless/settings.py:298 msgid "English (US)" msgstr "" -#: paperless/settings.py:298 +#: paperless/settings.py:299 msgid "English (GB)" msgstr "" -#: paperless/settings.py:299 +#: paperless/settings.py:300 msgid "German" msgstr "" -#: paperless/settings.py:300 +#: paperless/settings.py:301 msgid "Dutch" msgstr "" -#: paperless/settings.py:301 +#: paperless/settings.py:302 msgid "French" msgstr "" -#: paperless/settings.py:302 +#: paperless/settings.py:303 msgid "Portuguese (Brazil)" msgstr "" -#: paperless/settings.py:303 +#: paperless/settings.py:304 msgid "Italian" msgstr "" -#: paperless/settings.py:304 +#: paperless/settings.py:305 msgid "Romanian" msgstr "" +#: paperless/settings.py:306 +msgid "Russian" +msgstr "" + #: paperless/urls.py:118 msgid "Paperless-ng administration" msgstr "" From 57a5df1fce5379b08eb4037d5c38dfcb31f81dab Mon Sep 17 00:00:00 2001 From: Robert <RobertStreitfeld@gmx.de> Date: Sun, 7 Mar 2021 16:04:45 +0100 Subject: [PATCH 62/71] fix writable check for NFS mounts For some reason, os.access(directory, os.W_OK | os.X_OK) does not work correctly on NFS mounts. After some research, found out that the only secure and portable way to check for write access, is to touch a file. --- src/paperless/checks.py | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/paperless/checks.py b/src/paperless/checks.py index df4d45e38..0d11d8a90 100644 --- a/src/paperless/checks.py +++ b/src/paperless/checks.py @@ -1,5 +1,6 @@ import os import shutil +import stat from django.conf import settings from django.core.checks import Error, Warning, register @@ -16,16 +17,25 @@ writeable_hint = ( def path_check(var, directory): messages = [] if directory: - if not os.path.exists(directory): + if not os.path.isdir(directory): messages.append(Error( exists_message.format(var), exists_hint.format(directory) )) - elif not os.access(directory, os.W_OK | os.X_OK): - messages.append(Warning( - writeable_message.format(var), - writeable_hint.format(directory) - )) + else: + test_file = os.path.join(directory, '__paperless_write_test__') + try: + open(test_file, 'w') + except PermissionError: + messages.append(Error( + writeable_message.format(var), + writeable_hint.format( + f'\n{stat.filemode(os.stat(directory).st_mode)} ' + f'{directory}\n') + )) + else: + os.remove(test_file) + return messages From 50864b10ddc5c7dd28daa09ec1cccbb4acf61c1d Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Mon, 8 Mar 2021 10:04:03 +0100 Subject: [PATCH 63/71] New Crowdin updates (#719) New translations --- src-ui/src/locale/messages.fr_FR.xlf | 2 +- src/locale/fr_FR/LC_MESSAGES/django.po | 6 +++--- src/locale/it_IT/LC_MESSAGES/django.po | 6 +++--- src/locale/nl_NL/LC_MESSAGES/django.po | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf index 8cdc1b6f0..13d19841c 100644 --- a/src-ui/src/locale/messages.fr_FR.xlf +++ b/src-ui/src/locale/messages.fr_FR.xlf @@ -584,7 +584,7 @@ <context context-type="sourcefile">src/app/components/manage/logs/logs.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="translated">Rapports</target> + <target state="translated">Journaux</target> </trans-unit> <trans-unit id="5610279464668232148" datatype="html"> <source>Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</source> diff --git a/src/locale/fr_FR/LC_MESSAGES/django.po b/src/locale/fr_FR/LC_MESSAGES/django.po index 4ef979677..e5966e597 100644 --- a/src/locale/fr_FR/LC_MESSAGES/django.po +++ b/src/locale/fr_FR/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-07 21:34+0100\n" -"PO-Revision-Date: 2021-03-07 21:35\n" +"PO-Revision-Date: 2021-03-08 08:06\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -220,11 +220,11 @@ msgstr "niveau" #: documents/models.py:332 msgid "log" -msgstr "rapport" +msgstr "journal" #: documents/models.py:333 msgid "logs" -msgstr "rapports" +msgstr "journaux" #: documents/models.py:344 documents/models.py:396 msgid "saved view" diff --git a/src/locale/it_IT/LC_MESSAGES/django.po b/src/locale/it_IT/LC_MESSAGES/django.po index a0f20c112..3f6f7fed2 100644 --- a/src/locale/it_IT/LC_MESSAGES/django.po +++ b/src/locale/it_IT/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-07 21:34+0100\n" -"PO-Revision-Date: 2021-03-07 21:35\n" +"PO-Revision-Date: 2021-03-07 23:26\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -328,11 +328,11 @@ msgstr "non ha tag" #: documents/models.py:388 msgid "does not have ASN" -msgstr "" +msgstr "non ha ASN" #: documents/models.py:389 msgid "title or content contains" -msgstr "" +msgstr "il titolo o il contenuto contiene" #: documents/models.py:400 msgid "rule type" diff --git a/src/locale/nl_NL/LC_MESSAGES/django.po b/src/locale/nl_NL/LC_MESSAGES/django.po index 6fda6e664..714b01deb 100644 --- a/src/locale/nl_NL/LC_MESSAGES/django.po +++ b/src/locale/nl_NL/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-07 21:34+0100\n" -"PO-Revision-Date: 2021-03-07 21:35\n" +"PO-Revision-Date: 2021-03-08 06:44\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -328,11 +328,11 @@ msgstr "heeft geen etiket" #: documents/models.py:388 msgid "does not have ASN" -msgstr "" +msgstr "heeft geen ASN" #: documents/models.py:389 msgid "title or content contains" -msgstr "" +msgstr "titel of inhoud bevat" #: documents/models.py:400 msgid "rule type" From 874f5fd2ca6801546c46aba4055b17466530eaf9 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Mon, 8 Mar 2021 12:31:37 +0100 Subject: [PATCH 64/71] New Crowdin updates (#722) --- src-ui/src/locale/messages.ro_RO.xlf | 304 ++++++++++++------------- src/locale/ro_RO/LC_MESSAGES/django.po | 190 ++++++++-------- 2 files changed, 247 insertions(+), 247 deletions(-) diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf index f2f5870b9..0247cca61 100644 --- a/src-ui/src/locale/messages.ro_RO.xlf +++ b/src-ui/src/locale/messages.ro_RO.xlf @@ -8,7 +8,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Document adaugat</target> + <target state="translated">Document adăugat</target> </trans-unit> <trans-unit id="9204248378636247318" datatype="html"> <source>Document <x id="PH" equiv-text="status.filename"/> was added to paperless.</source> @@ -16,7 +16,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">51</context> </context-group> - <target state="translated">Documentul <x id="PH" equiv-text="status.filename"/> a fost adaugat</target> + <target state="translated">Documentul <x id="PH" equiv-text="status.filename"/> a fost adăugat.</target> </trans-unit> <trans-unit id="1931214133925051574" datatype="html"> <source>Open document</source> @@ -32,7 +32,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">59</context> </context-group> - <target state="translated">Nu s-a putut adauga <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> + <target state="translated">Nu s-a putut adăuga <x id="PH" equiv-text="status.filename"/>: <x id="PH_1" equiv-text="status.message"/></target> </trans-unit> <trans-unit id="1710712016675379662" datatype="html"> <source>New document detected</source> @@ -48,7 +48,7 @@ <context context-type="sourcefile">src/app/app.component.ts</context> <context context-type="linenumber">65</context> </context-group> - <target state="translated">Documentul <x id="PH" equiv-text="status.filename"/> este in procesare</target> + <target state="translated">Documentul <x id="PH" equiv-text="status.filename"/> este în procesare.</target> </trans-unit> <trans-unit id="4733307402565258070" datatype="html"> <source>Documents</source> @@ -64,7 +64,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">115</context> </context-group> - <target state="translated">Vizualizarea "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" a fost salvata</target> + <target state="translated">Vizualizarea "<x id="PH" equiv-text="this.list.activeSavedViewTitle"/>" a fost salvată.</target> </trans-unit> <trans-unit id="6837554170707123455" datatype="html"> <source>View "<x id="PH" equiv-text="savedView.name"/>" created successfully.</source> @@ -72,7 +72,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.ts</context> <context context-type="linenumber">136</context> </context-group> - <target state="translated">Vizualizarea "<x id="PH" equiv-text="savedView.name"/>" a fost creata</target> + <target state="translated">Vizualizarea "<x id="PH" equiv-text="savedView.name"/>" a fost creată.</target> </trans-unit> <trans-unit id="9ca82952a6bc860b5391d5975322d8af8ceddfa4" datatype="html"> <source>Select</source> @@ -80,7 +80,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="translated">Selecteaza</target> + <target state="translated">Selectează</target> </trans-unit> <trans-unit id="7e1f9a7054aff842832620c03dedae894787ba41" datatype="html"> <source>Select none</source> @@ -88,7 +88,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="translated">Deselecteaza tot</target> + <target state="translated">Deselectează tot</target> </trans-unit> <trans-unit id="2ed8a0c2ce4968f8614151eefed20a0aa3daeeb9" datatype="html"> <source>Select page</source> @@ -96,7 +96,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="translated">Selecteaza pagina</target> + <target state="translated">Selectează pagina</target> </trans-unit> <trans-unit id="b463541a7e303aa4d0b1102eaff8afbaf34e7a74" datatype="html"> <source>Select all</source> @@ -104,7 +104,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="translated">Selecteaza tot</target> + <target state="translated">Selectează tot</target> </trans-unit> <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html"> <source>Sort</source> @@ -112,7 +112,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">39</context> </context-group> - <target state="translated">Sorteaza</target> + <target state="translated">Sortează</target> </trans-unit> <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html"> <source>Views</source> @@ -120,7 +120,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">64</context> </context-group> - <target state="translated">Vizualizari</target> + <target state="translated">Vizualizări</target> </trans-unit> <trans-unit id="b69d81ff62cdc22b6bf88fe0b72dc1f66ccfa44f" datatype="html"> <source>Save as...</source> @@ -128,7 +128,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="translated">Salveaza ca...</target> + <target state="translated">Salvează ca...</target> </trans-unit> <trans-unit id="5f5ce787c428d917c30c9bd70789a618e09743a7" datatype="html"> <source>Save "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</source> @@ -136,7 +136,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">71</context> </context-group> - <target state="translated">Salveaza "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> + <target state="translated">Salvează "<x id="INTERPOLATION" equiv-text="{{list.activeSavedViewTitle}}"/>"</target> </trans-unit> <trans-unit id="439e7cc3c1ecefded167ed4d37f7d22dad6a9159" datatype="html"> <source>{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</source> @@ -168,7 +168,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">105</context> </context-group> - <target state="translated">ASN</target> + <target state="translated">Aviz prealabil de expediție</target> </trans-unit> <trans-unit id="7b5c6286aaded63fb279d6deb8aa8c704e085ced" datatype="html"> <source>Correspondent</source> @@ -208,7 +208,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">135</context> </context-group> - <target state="translated">Adaugat</target> + <target state="translated">Adăugat</target> </trans-unit> <trans-unit id="9021887951960049161" datatype="html"> <source>Confirm delete</source> @@ -216,7 +216,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="translated">Confirma stergerea</target> + <target state="translated">Confirmă ștergerea</target> </trans-unit> <trans-unit id="5382975254277698192" datatype="html"> <source>Do you really want to delete document "<x id="PH" equiv-text="this.document.title"/>"?</source> @@ -224,7 +224,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">204</context> </context-group> - <target state="translated">Sunteti sigur ca doriti sa stergeti documentul "<x id="PH" equiv-text="this.document.title"/>"?</target> + <target state="translated">Sunteţi sigur că doriţi să ştergeţi documentul "<x id="PH" equiv-text="this.document.title"/>"?</target> </trans-unit> <trans-unit id="6691075929777935948" datatype="html"> <source>The files for this document will be deleted permanently. This operation cannot be undone.</source> @@ -232,7 +232,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="translated">Fisierele pentru acest document vor fi sterse permanent. Operatiunea este ireversibila.</target> + <target state="translated">Fișierele pentru acest document vor fi șterse permanent. Operațiunea este ireversibila.</target> </trans-unit> <trans-unit id="719892092227206532" datatype="html"> <source>Delete document</source> @@ -240,7 +240,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">207</context> </context-group> - <target state="translated">Sterge document</target> + <target state="translated">Șterge document</target> </trans-unit> <trans-unit id="1844801255494293730" datatype="html"> <source>Error deleting document: <x id="PH" equiv-text="JSON.stringify(error)"/></source> @@ -248,7 +248,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="linenumber">214</context> </context-group> - <target state="translated">Eroare la stergerea documentului: <x id="PH" equiv-text="JSON.stringify(error)"/></target> + <target state="translated">Eroare la ștergerea documentului: <x id="PH" equiv-text="JSON.stringify(error)"/></target> </trans-unit> <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> <source>Delete</source> @@ -256,7 +256,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="translated">Sterge</target> + <target state="translated">Şterge</target> </trans-unit> <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> <source>Download</source> @@ -264,7 +264,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">23</context> </context-group> - <target state="translated">Descarca</target> + <target state="translated">Descarcă</target> </trans-unit> <trans-unit id="4ea3c236bca3528318e3b3a411a20909e5fa8be4" datatype="html"> <source>More like this</source> @@ -280,7 +280,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">44</context> </context-group> - <target state="translated">Inchide</target> + <target state="translated">Închide</target> </trans-unit> <trans-unit id="4f8b2bb476981727ab34ed40fde1218361f92c45" datatype="html"> <source>Details</source> @@ -296,7 +296,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">72</context> </context-group> - <target state="translated">Continut</target> + <target state="translated">Conținut</target> </trans-unit> <trans-unit id="f721a500a68c357e8f2a01e60510f6a01e4ba529" datatype="html"> <source>Metadata</source> @@ -312,7 +312,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">130</context> </context-group> - <target state="translated">Renunta</target> + <target state="translated">Renunță</target> </trans-unit> <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> <source>Save</source> @@ -320,7 +320,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">132</context> </context-group> - <target state="translated">Salveaza</target> + <target state="translated">Salvează</target> </trans-unit> <trans-unit id="8380d9eff8613c0bc58edc7cebc2aa72e17b11e3" datatype="html"> <source>Page</source> @@ -344,7 +344,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">29</context> </context-group> - <target state="translated">Descarca originalul</target> + <target state="translated">Descarcă originalul</target> </trans-unit> <trans-unit id="9b3996b5ddcc628a999a7df72fbfc2a2eae8c8a5" datatype="html"> <source>Archive serial number</source> @@ -352,7 +352,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">60</context> </context-group> - <target state="translated">Numar de arhiva</target> + <target state="translated">Număr serial în arhivă</target> </trans-unit> <trans-unit id="30eebc2dd656dbcb259d8d5286d244ee397d63bd" datatype="html"> <source>Date created</source> @@ -360,7 +360,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">61</context> </context-group> - <target state="translated">Data crearii</target> + <target state="translated">Data creării</target> </trans-unit> <trans-unit id="6e58f1baf7acb6a0cfe3636b9c2a61b4d1183720" datatype="html"> <source>Date modified</source> @@ -368,7 +368,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="translated">Data ultimei modificari</target> + <target state="translated">Data ultimei modificări</target> </trans-unit> <trans-unit id="c1ae0f9ac4efb2dcd43cd947ddba09d6c4328269" datatype="html"> <source>Date added</source> @@ -376,7 +376,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">91</context> </context-group> - <target state="translated">Data adaugarii</target> + <target state="translated">Data adăugării</target> </trans-unit> <trans-unit id="c7ea641c3a61a12a3599ce5a75c6d0dbba409ad3" datatype="html"> <source>Media filename</source> @@ -384,7 +384,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">95</context> </context-group> - <target state="translated">Numele fisierului media</target> + <target state="translated">Numele fișierului media</target> </trans-unit> <trans-unit id="74a894d2a8ae24a1eed4bc56e9afdc27dc2c31c8" datatype="html"> <source>Original MD5 checksum</source> @@ -400,7 +400,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="translated">Marimea fisierului original</target> + <target state="translated">Dimensiunea fișierului original</target> </trans-unit> <trans-unit id="b5e93f30cc3411f20bd62025a6cc7394568f1bfd" datatype="html"> <source>Original mime type</source> @@ -408,7 +408,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="translated">Tipul fisierului original</target> + <target state="translated">Tip MIME original</target> </trans-unit> <trans-unit id="edbf54e4117606b5dd87aaea3c14b21ebf398020" datatype="html"> <source>Archive MD5 checksum</source> @@ -416,7 +416,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">111</context> </context-group> - <target state="translated">MD5 arhiva</target> + <target state="translated">MD5 arhivă</target> </trans-unit> <trans-unit id="e6bf12eadecbfd80016eca15fa78651c6ca90c64" datatype="html"> <source>Archive file size</source> @@ -424,7 +424,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">115</context> </context-group> - <target state="translated">Marimea arhivei</target> + <target state="translated">Mărimea arhivei</target> </trans-unit> <trans-unit id="203c7adb5bd74ae18e84e1e3b66ddfe76bc0023f" datatype="html"> <source>Original document metadata</source> @@ -448,7 +448,7 @@ <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> <context context-type="linenumber">131</context> </context-group> - <target state="translated">Salveaza si continua</target> + <target state="translated">Salvează și continuă</target> </trans-unit> <trans-unit id="8765497970646365998" datatype="html"> <source>Hello <x id="PH" equiv-text="this.displayName"/>, welcome to Paperless-ng!</source> @@ -456,7 +456,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">33</context> </context-group> - <target state="translated">Salut, <x id="PH" equiv-text="this.displayName"/>, bine ai venit la Paperless-ng!</target> + <target state="translated">Salut, <x id="PH" equiv-text="this.displayName"/>, bun venit la Paperless-ng!</target> </trans-unit> <trans-unit id="7016571167317583872" datatype="html"> <source>Welcome to Paperless-ng!</source> @@ -464,7 +464,7 @@ <context context-type="sourcefile">src/app/components/dashboard/dashboard.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Bine ai venit la Paperless-ng!</target> + <target state="translated">Bun venit la Paperless-ng!</target> </trans-unit> <trans-unit id="f65253954b66e929a8b4d5ecaf61f9129f8cec64" datatype="html"> <source>Dashboard</source> @@ -480,7 +480,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Sunteti sigur ca doriti sa stergeti eticheta "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Sunteți sigur că doriți să ștergeți documentul "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html"> <source>Tags</source> @@ -496,7 +496,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">2</context> </context-group> - <target state="translated">Creeaza</target> + <target state="translated">Creează</target> </trans-unit> <trans-unit id="ddb40946e790522301687ecddb9ce1cb8ad40dd1" datatype="html"> <source>Filter by:</source> @@ -504,7 +504,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">Filtreaza dupa:</target> + <target state="translated">Filtrează după:</target> </trans-unit> <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html"> <source>Name</source> @@ -536,7 +536,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="translated">Numar de documente</target> + <target state="translated">Număr de documente</target> </trans-unit> <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> <source>Actions</source> @@ -568,7 +568,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Sunteti sigur ca doriti sa stergeti tipul de document "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Sunteți sigur că doriți să ștergeți tipul de document "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="bc000b39af12c0925c424f4cb85f0c31c0f8eca8" datatype="html"> <source>Document types</source> @@ -592,7 +592,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">68</context> </context-group> - <target state="translated">Vizualizarea "<x id="PH" equiv-text="savedView.name"/>" a fost stearsa.</target> + <target state="translated">Vizualizarea "<x id="PH" equiv-text="savedView.name"/>" a fost ștearsă.</target> </trans-unit> <trans-unit id="5647210819299459618" datatype="html"> <source>Settings saved successfully.</source> @@ -600,7 +600,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">89</context> </context-group> - <target state="translated">Setarile au fost salvate.</target> + <target state="translated">Setările au fost salvate.</target> </trans-unit> <trans-unit id="6839066544204061364" datatype="html"> <source>Use system language</source> @@ -608,7 +608,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="translated">Foloseste limba sistemului</target> + <target state="translated">Utilizați limba sistemului</target> </trans-unit> <trans-unit id="7729897675462249787" datatype="html"> <source>Use date format of display language</source> @@ -616,7 +616,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">100</context> </context-group> - <target state="translated">Foloseste formatul datei corespunzator limbii de afisare</target> + <target state="translated">Folosiți formatul datei corespunzător limbii de afișare</target> </trans-unit> <trans-unit id="8488620293789898901" datatype="html"> <source>Error while storing settings on server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -624,7 +624,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> <context context-type="linenumber">117</context> </context-group> - <target state="translated">Eroare la stocarea setarilor pe server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Eroare la stocarea setărilor pe server: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> <source>Settings</source> @@ -632,7 +632,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="translated">Setari</target> + <target state="translated">Setări</target> </trans-unit> <trans-unit id="11ebd254cc9294717105c5982eb0cd2af30a446d" datatype="html"> <source>General settings</source> @@ -640,7 +640,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="translated">Setari generale</target> + <target state="translated">Setări generale</target> </trans-unit> <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html"> <source>Notifications</source> @@ -648,7 +648,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">116</context> </context-group> - <target state="translated">Notificari</target> + <target state="translated">Notificări</target> </trans-unit> <trans-unit id="99dee94e92dbd9e21a008d4569f9719ed206ae37" datatype="html"> <source>Saved views</source> @@ -656,7 +656,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">134</context> </context-group> - <target state="translated">Vizualizari</target> + <target state="translated">Vizualizări</target> </trans-unit> <trans-unit id="bbe41ac2ea4a6c00ea941a41b33105048f8e9f13" datatype="html"> <source>Appearance</source> @@ -664,7 +664,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Afisare</target> + <target state="translated">Afișare</target> </trans-unit> <trans-unit id="75f8908d266f7cc9b9e68e0be906fd080a223606" datatype="html"> <source>Display language</source> @@ -672,7 +672,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">17</context> </context-group> - <target state="translated">Limba de afisare</target> + <target state="translated">Limba de afișare</target> </trans-unit> <trans-unit id="1284a077dc18a2d1ff1b744f16f1797eea28ae37" datatype="html"> <source>You need to reload the page after applying a new language.</source> @@ -680,7 +680,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">25</context> </context-group> - <target state="translated">Trebuie sa reincarcati pagina dupa schimbarea limbii.</target> + <target state="translated">Trebuie să reîncărcați pagina după aplicarea unei noi limbi.</target> </trans-unit> <trans-unit id="0cd55822928764cc82a62ee3e6f3adbc1c630479" datatype="html"> <source>Date display</source> @@ -688,7 +688,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">Afisarea datei</target> + <target state="translated">Afișarea datei</target> </trans-unit> <trans-unit id="7df4de0d0704a06a302d853e31f2580eba98f127" datatype="html"> <source>Date format</source> @@ -744,7 +744,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="translated">Folositi browserul pentru a deschide PDF-uri</target> + <target state="translated">Utilizați vizualizatorul PDF furnizat de browser</target> </trans-unit> <trans-unit id="d7db07023e53f8396d18d375c2b78c25fc81c197" datatype="html"> <source>This is usually faster for displaying large PDF documents, but it might not work on some browsers.</source> @@ -752,7 +752,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">87</context> </context-group> - <target state="translated">Aceasta optiune este mai rapida pentru PDF-uri mari, dar nu este compatibila cu toate browserele.</target> + <target state="translated">Această opțiune este mai rapidă pentru PDF-uri mari, dar nu este compatibilă cu toate browserele.</target> </trans-unit> <trans-unit id="9ee5d1cbfd6ee168dae37aaba2b59b50bcabb2ff" datatype="html"> <source>Dark mode</source> @@ -760,7 +760,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">94</context> </context-group> - <target state="translated">Mod intunecat</target> + <target state="translated">Mod întunecat</target> </trans-unit> <trans-unit id="f8cb5506e70fd71fddc9bb71cee18bfff7b29637" datatype="html"> <source>Use system settings</source> @@ -768,7 +768,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">97</context> </context-group> - <target state="translated">Folositi setarile sistemului</target> + <target state="translated">Folosește setările sistemului</target> </trans-unit> <trans-unit id="8ee474504043fa89821d626e4f3413240fa91b53" datatype="html"> <source>Enable dark mode</source> @@ -776,7 +776,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">98</context> </context-group> - <target state="translated">Activati modul intunecat</target> + <target state="translated">Activează modul întunecat</target> </trans-unit> <trans-unit id="71bad20b37410c8972c9aa0f7c62996534b84339" datatype="html"> <source>Invert thumbnails in dark mode</source> @@ -784,7 +784,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="translated">Inverseaza miniaturile in modul intunecat</target> + <target state="translated">Inversează miniaturile în modul întunecat</target> </trans-unit> <trans-unit id="3863a86cd9e69a61d143d3daf51df44203df4a82" datatype="html"> <source>Bulk editing</source> @@ -792,7 +792,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">103</context> </context-group> - <target state="translated">Editare in bloc</target> + <target state="translated">Editare în bloc</target> </trans-unit> <trans-unit id="c0ac61661c6c326d6e0e00c231b95cf2ac0c6586" datatype="html"> <source>Show confirmation dialogs</source> @@ -800,7 +800,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="translated">Afisati dialoguri de confirmare</target> + <target state="translated">Afișare dialoguri de confirmare</target> </trans-unit> <trans-unit id="291bbe56ecbe945dcf05580a57d679fa7bd1e06a" datatype="html"> <source>Deleting documents will always ask for confirmation.</source> @@ -808,7 +808,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">107</context> </context-group> - <target state="translated">Stergerea documentelor necesita intotdeauna confirmare.</target> + <target state="translated">Ștergerea documentelor va necesita întotdeauna confirmare.</target> </trans-unit> <trans-unit id="8cfddc13e04f5545ac63f419ef363505d6f78c2e" datatype="html"> <source>Apply on close</source> @@ -816,7 +816,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">108</context> </context-group> - <target state="translated">Aplica la iesire</target> + <target state="translated">Aplică la ieșire</target> </trans-unit> <trans-unit id="8680abbea249ebe9c2fe35556559c8e1a9eb5841" datatype="html"> <source>Document processing</source> @@ -832,7 +832,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">123</context> </context-group> - <target state="translated">Afisati notificari cand sunt detectate documente noi</target> + <target state="translated">Arată notificări atunci când sunt detectate documente noi</target> </trans-unit> <trans-unit id="e775f4f7c40249d31426ae61a21616a0c9d8e84f" datatype="html"> <source>Show notifications when document processing completes successfully</source> @@ -840,7 +840,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">124</context> </context-group> - <target state="translated">Afisati notificari cand procesarea unui document este completa</target> + <target state="translated">Arată notificări atunci când procesarea documentului se termină cu succes</target> </trans-unit> <trans-unit id="e3844dd174d8e817ddb551fae28f14ae80ca36b6" datatype="html"> <source>Show notifications when document processing fails</source> @@ -848,7 +848,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">125</context> </context-group> - <target state="translated">Afisati notificari cand procesarea unui document esueaza</target> + <target state="translated">Arată notificări atunci când procesarea documentului eșuează</target> </trans-unit> <trans-unit id="af113f7c9f7e13145c3461f61a1aedf12d57bd71" datatype="html"> <source>Suppress notifications on dashboard</source> @@ -856,7 +856,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="translated">Ascundeti notificarile pe tabloul de bord</target> + <target state="translated">Ascunde notificările pe tabloul de bord</target> </trans-unit> <trans-unit id="e27bd3804d2936a6897e81c2e52e294490e5e5a8" datatype="html"> <source>This will suppress all messages about document processing status on the dashboard.</source> @@ -864,7 +864,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">126</context> </context-group> - <target state="translated">Aceasta setare va opri mesajele despre procesarea documentelor pe tabloul de bord</target> + <target state="translated">Această setare va opri mesajele despre procesarea documentelor pe tabloul de bord.</target> </trans-unit> <trans-unit id="8cb90334f5dfd7fc67205085f59381e2a334ccfc" datatype="html"> <source>Appears on</source> @@ -880,7 +880,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">149</context> </context-group> - <target state="translated">Afiseaza pe tabloul de bord</target> + <target state="translated">Afișează pe tabloul de bord</target> </trans-unit> <trans-unit id="541bfc5b123b3f8867fd681eaceefb663a811973" datatype="html"> <source>Show in sidebar</source> @@ -888,7 +888,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">153</context> </context-group> - <target state="translated">Afiseaza in bara laterala</target> + <target state="translated">Afișează in bara laterala</target> </trans-unit> <trans-unit id="abba764a7a595d04dc8c3b26e04b3780d4fdb540" datatype="html"> <source>No saved views defined.</source> @@ -896,7 +896,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">163</context> </context-group> - <target state="translated">Nu sunt definite vizualizari.</target> + <target state="translated">Nu sunt definite vizualizări.</target> </trans-unit> <trans-unit id="ef60a738a565f498b858e903e42bc5ffc3cc1299" datatype="html"> <source>404 Not Found</source> @@ -904,7 +904,7 @@ <context context-type="sourcefile">src/app/components/not-found/not-found.component.html</context> <context context-type="linenumber">7</context> </context-group> - <target state="translated">404 Pagina nu a fost gasita</target> + <target state="translated">404 Pagina nu a fost gasită</target> </trans-unit> <trans-unit id="7427874343955308724" datatype="html"> <source>Do you really want to delete the correspondent "<x id="PH" equiv-text="object.name"/>"?</source> @@ -912,7 +912,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Sunteti sigur ca doriti sa stergeti corespondentul "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Sunteți sigur că doriți să ștergeți corespondentul "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="c3f3334de899327bf3ec8999236e10798ff76e72" datatype="html"> <source>Correspondents</source> @@ -920,7 +920,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="translated">Corespondenti</target> + <target state="translated">Corespondenți</target> </trans-unit> <trans-unit id="0488919cff4fcc2174d34e4a1167f1b3c586ca37" datatype="html"> <source>Last correspondence</source> @@ -928,7 +928,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.html</context> <context context-type="linenumber">22</context> </context-group> - <target state="translated">Ultima corespondenta</target> + <target state="translated">Ultima corespondență</target> </trans-unit> <trans-unit id="1234709746630139322" datatype="html"> <source>Confirmation</source> @@ -944,7 +944,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.ts</context> <context context-type="linenumber">29</context> </context-group> - <target state="translated">Confirma</target> + <target state="translated">Confirmă</target> </trans-unit> <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7" datatype="html"> <source>Cancel</source> @@ -952,7 +952,7 @@ <context context-type="sourcefile">src/app/components/common/confirm-dialog/confirm-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="translated">Anuleaza</target> + <target state="translated">Anulează</target> </trans-unit> <trans-unit id="6457471243969293847" datatype="html"> <source>Create new correspondent</source> @@ -960,7 +960,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="translated">Creeaza un nou corespondent</target> + <target state="translated">Creare corespondent nou</target> </trans-unit> <trans-unit id="2059822531169388684" datatype="html"> <source>Edit correspondent</source> @@ -968,7 +968,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="translated">Modifica un corespondent</target> + <target state="translated">Modifică un corespondent</target> </trans-unit> <trans-unit id="3d5caa52b0a51bfd2757215f7614183554d740f0" datatype="html"> <source>Matching algorithm</source> @@ -992,7 +992,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="translated">Ignora majusculele</target> + <target state="translated">Ignoră majusculele</target> </trans-unit> <trans-unit id="9153094873118985366" datatype="html"> <source>Create new tag</source> @@ -1000,7 +1000,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="translated">Creeaza o noua eticheta</target> + <target state="translated">Crează o etichetă nouă</target> </trans-unit> <trans-unit id="5872175735754226507" datatype="html"> <source>Edit tag</source> @@ -1008,7 +1008,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Modifica o eticheta</target> + <target state="translated">Modifică o etichetă</target> </trans-unit> <trans-unit id="f2a30b4e1a89a8a0db0bd147b54d6626b9a9bc42" datatype="html"> <source>Inbox tag</source> @@ -1032,7 +1032,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="translated">Creeaza un nou tip de document</target> + <target state="translated">Crează un nou tip de document</target> </trans-unit> <trans-unit id="36335016091244220" datatype="html"> <source>Edit document type</source> @@ -1040,7 +1040,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="translated">Modifica un tip de document</target> + <target state="translated">Modifică un tip de document</target> </trans-unit> <trans-unit id="49c9ede51100b454f7841b24cd02355c6622bf44" datatype="html"> <source>Search results</source> @@ -1048,7 +1048,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="translated">Rezultatele cautarii</target> + <target state="translated">Rezultatele căutarii</target> </trans-unit> <trans-unit id="31976d04f98e8a38098f66ac3a83ad33b576e5db" datatype="html"> <source>Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></source> @@ -1056,7 +1056,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">4</context> </context-group> - <target state="translated">Interogare invalida: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> + <target state="translated">Interogare invalidă: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></target> </trans-unit> <trans-unit id="f7f2e30106223a69bcf0f8e586e6be9dc4e72226" datatype="html"> <source>Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></source> @@ -1080,7 +1080,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="translated">Ati vrut sa scrieti "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> + <target state="translated">Ați vrut să scrieți "<x id="START_LINK" equiv-text="<a [routerLink]="" (click)="searchCorrectedQuery()">{{correctedQuery}}"/><x id="INTERPOLATION" equiv-text="{{correctedQuery}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/>"?</target> </trans-unit> <trans-unit id="fe6ced3fcc803bba5a2e6c1a067b9ce62542500e" datatype="html"> <source>{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</source> @@ -1105,7 +1105,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">15</context> </context-group> - <target state="translated">Cauta documente</target> + <target state="translated">Caută documente</target> </trans-unit> <trans-unit id="bb694b49d408265c91c62799c2b3a7e3151c824d" datatype="html"> <source>Logout</source> @@ -1121,7 +1121,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">112</context> </context-group> - <target state="translated">Administreaza</target> + <target state="translated">Administrează</target> </trans-unit> <trans-unit id="408cb6073e60c5d966296a3207fc596adca75e01" datatype="html"> <source>Admin</source> @@ -1137,7 +1137,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">160</context> </context-group> - <target state="translated">Informatii</target> + <target state="translated">Informații</target> </trans-unit> <trans-unit id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7" datatype="html"> <source>Documentation</source> @@ -1145,7 +1145,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">167</context> </context-group> - <target state="translated">Documentatie</target> + <target state="translated">Documentație</target> </trans-unit> <trans-unit id="355a222236bc01b9a8cd3cb9ecf76891125aed69" datatype="html"> <source>GitHub</source> @@ -1185,7 +1185,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">106</context> </context-group> - <target state="translated">Inchide tot</target> + <target state="translated">Închide tot</target> </trans-unit> <trans-unit id="5701618810648052610" datatype="html"> <source>Title</source> @@ -1201,7 +1201,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="translated">Titlu si continut</target> + <target state="translated">Titlu si conținut</target> </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> @@ -1217,7 +1217,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">34</context> </context-group> - <target state="translated">Fara corespondent</target> + <target state="translated">Fără corespondent</target> </trans-unit> <trans-unit id="8705701325879965907" datatype="html"> <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> @@ -1233,7 +1233,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">41</context> </context-group> - <target state="translated">Fara tip</target> + <target state="translated">Fară tip</target> </trans-unit> <trans-unit id="8180755793012580465" datatype="html"> <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> @@ -1249,7 +1249,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> <context context-type="linenumber">49</context> </context-group> - <target state="translated">Fara etichete</target> + <target state="translated">Fară etichete</target> </trans-unit> <trans-unit id="6523384805359286307" datatype="html"> <source>Title: <x id="PH" equiv-text="rule.value"/></source> @@ -1265,7 +1265,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="translated">Filtreaza etichete</target> + <target state="translated">Filtrează etichete</target> </trans-unit> <trans-unit id="4b089ca12c472cf0b46167bb5afe4b527b301bbc" datatype="html"> <source>Filter correspondents</source> @@ -1273,7 +1273,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">28</context> </context-group> - <target state="translated">Filtreaza corespondenti</target> + <target state="translated">Filtrează corespondenți</target> </trans-unit> <trans-unit id="0ad509732aaf702b7ea8c771c7809fa84bc85908" datatype="html"> <source>Filter document types</source> @@ -1281,7 +1281,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Filtreaza tipuri de documente</target> + <target state="translated">Filtrează tipuri de documente</target> </trans-unit> <trans-unit id="2d9d55f1b70142ff4597ba32179d16888fd9c6b2" datatype="html"> <source>Reset filters</source> @@ -1289,7 +1289,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">58</context> </context-group> - <target state="translated">Resetati filtrele</target> + <target state="translated">Resetare filtre</target> </trans-unit> <trans-unit id="7593728289020204896" datatype="html"> <source>Not assigned</source> @@ -1298,7 +1298,7 @@ <context context-type="linenumber">166</context> </context-group> <note priority="1" from="description">Filter drop down element to filter for documents with no correspondent/type/tag assigned</note> - <target state="translated">Neasignate</target> + <target state="translated">Nealocate</target> </trans-unit> <trans-unit id="c2d0ac9f528bbd5f53fd34269fde8b59e029621b" datatype="html"> <source>Apply</source> @@ -1306,7 +1306,7 @@ <context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.html</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Aplica</target> + <target state="translated">Aplică</target> </trans-unit> <trans-unit id="4873149362496451858" datatype="html"> <source>Last 7 days</source> @@ -1322,7 +1322,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Ultima luna</target> + <target state="translated">Ultima lună</target> </trans-unit> <trans-unit id="8697368973702409683" datatype="html"> <source>Last 3 months</source> @@ -1346,7 +1346,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Dupa</target> + <target state="translated">După</target> </trans-unit> <trans-unit id="8785188e6c678b842fcb93b7392faf86db7ec676" datatype="html"> <source>Before</source> @@ -1354,7 +1354,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">38</context> </context-group> - <target state="translated">Inainte</target> + <target state="translated">Înainte</target> </trans-unit> <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html"> <source>Clear</source> @@ -1362,7 +1362,7 @@ <context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context> <context context-type="linenumber">18</context> </context-group> - <target state="translated">Goleste</target> + <target state="translated">Curăță</target> </trans-unit> <trans-unit id="6829218544e108e152f5fa72cb79c4ccb82e0d06" datatype="html"> <source>View</source> @@ -1386,7 +1386,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="translated">Filtreaza dupa corespondent</target> + <target state="translated">Filtrează dupa corespondent</target> </trans-unit> <trans-unit id="bdb9a910523610254872e147222689e9a4115b84" datatype="html"> <source>Filter by tag</source> @@ -1394,7 +1394,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">24</context> </context-group> - <target state="translated">Filtreaza dupa eticheta</target> + <target state="translated">Filtrează dupa etichetă</target> </trans-unit> <trans-unit id="9c5fdf21ec2cc7baa6f062f2dc417af45c8dbe60" datatype="html"> <source>Score:</source> @@ -1410,7 +1410,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-small/document-card-small.component.html</context> <context context-type="linenumber">40</context> </context-group> - <target state="translated">Vizualizeaza in browser</target> + <target state="translated">Vizualizează în browser</target> </trans-unit> <trans-unit id="7985804062689412812" datatype="html"> <source>Error executing bulk operation: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -1418,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">74</context> </context-group> - <target state="translated">Eroare la executarea operatiunii in bloc: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Eroare la executarea operațiunii în bloc: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="7894972847287473517" datatype="html"> <source>"<x id="PH" equiv-text="items[0].name"/>"</source> @@ -1435,7 +1435,7 @@ <context context-type="linenumber">115</context> </context-group> <note priority="1" from="description">This is for messages like 'modify "tag1" and "tag2"'</note> - <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" si "<x id="PH_1" equiv-text="items[1].name"/>"</target> + <target state="translated">"<x id="PH" equiv-text="items[0].name"/>" și "<x id="PH_1" equiv-text="items[1].name"/>"</target> </trans-unit> <trans-unit id="760986369763309193" datatype="html"> <source>, </source> @@ -1453,7 +1453,7 @@ <context context-type="linenumber">118</context> </context-group> <note priority="1" from="description">this is for messages like 'modify "tag1", "tag2" and "tag3"'</note> - <target state="translated"><x id="PH" equiv-text="list"/> si "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> + <target state="translated"><x id="PH" equiv-text="list"/> și "<x id="PH_1" equiv-text="items[items.length - 1].name"/>"</target> </trans-unit> <trans-unit id="4137232459980262849" datatype="html"> <source>Confirm tags assignment</source> @@ -1461,7 +1461,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">127</context> </context-group> - <target state="translated">Confirmati atribuirea etichetelor</target> + <target state="translated">Confirmați atribuirea etichetelor</target> </trans-unit> <trans-unit id="6619516195038467207" datatype="html"> <source>This operation will add the tag "<x id="PH" equiv-text="tag.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1469,7 +1469,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">130</context> </context-group> - <target state="translated">Va fi adaugata eticheta "<x id="PH" equiv-text="tag.name"/>" la <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> + <target state="translated">Va fi adăugată eticheta "<x id="PH" equiv-text="tag.name"/>" la <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="1894412783609570695" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1477,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="translated">Vor fi adaugate etichetele <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> la <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> + <target state="translated">Vor fi adăugate etichetele <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> la <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="translated">Va fi eliminata eticheta "<x id="PH" equiv-text="tag.name"/>" din <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> + <target state="translated">Va fi eliminată eticheta "<x id="PH" equiv-text="tag.name"/>" din <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1501,7 +1501,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">139</context> </context-group> - <target state="translated">Vor fi adaugate etichetele <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> si vor fi eliminate etichetele <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> pentru <x id="PH_2" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> + <target state="translated">Vor fi adăugate etichetele <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> și vor fi eliminate etichetele <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> pentru <x id="PH_2" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="2996713129519325161" datatype="html"> <source>Confirm correspondent assignment</source> @@ -1509,7 +1509,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">159</context> </context-group> - <target state="translated">Confirmati atribuirea corespondentului</target> + <target state="translated">Confirmați atribuirea corespondentului</target> </trans-unit> <trans-unit id="6900893559485781849" datatype="html"> <source>This operation will assign the correspondent "<x id="PH" equiv-text="correspondent.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1517,7 +1517,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">161</context> </context-group> - <target state="translated">Va fi adaugat corespondentul "<x id="PH" equiv-text="correspondent.name"/>" la <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> + <target state="translated">Va fi adăugat corespondentul "<x id="PH" equiv-text="correspondent.name"/>" la <x id="PH_1" equiv-text="this.list.selected.size"/> document(e) selectat(e).</target> </trans-unit> <trans-unit id="1257522660364398440" datatype="html"> <source>This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1533,7 +1533,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">182</context> </context-group> - <target state="translated">Confirmati atribuirea tipului de document</target> + <target state="translated">Confirmați atribuirea tipului de document</target> </trans-unit> <trans-unit id="332180123895325027" datatype="html"> <source>This operation will assign the document type "<x id="PH" equiv-text="documentType.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1557,7 +1557,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">201</context> </context-group> - <target state="translated">Confirmati stergerea</target> + <target state="translated">Confirmați stergerea</target> </trans-unit> <trans-unit id="4303174930844518780" datatype="html"> <source>This operation will permanently delete <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1565,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="translated"><x id="PH" equiv-text="this.list.selected.size"/> document(e) selectat(e) vor fi sterse permanent.</target> + <target state="translated"><x id="PH" equiv-text="this.list.selected.size"/> document(e) selectat(e) vor fi șterse permanent.</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1573,7 +1573,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="translated">Aceasta operatiune este ireversibila.</target> + <target state="translated">Această operațiune este ireversibilă.</target> </trans-unit> <trans-unit id="6734339521247847366" datatype="html"> <source>Delete document(s)</source> @@ -1581,7 +1581,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">205</context> </context-group> - <target state="translated">Sterge document(e)</target> + <target state="translated">Șterge document(e)</target> </trans-unit> <trans-unit id="8b0609df23817024b3bed12beb9b64fc1009f588" datatype="html"> <source>Select:</source> @@ -1589,7 +1589,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="translated">Selecteaza:</target> + <target state="translated">Selectează:</target> </trans-unit> <trans-unit id="dfc3c34e182ea73c5d784ff7c8135f087992dac1" datatype="html"> <source>All</source> @@ -1605,7 +1605,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">27</context> </context-group> - <target state="translated">Editeaza:</target> + <target state="translated">Editează:</target> </trans-unit> <trans-unit id="fc2de37422d7c4af6686842283cc2afd781b6848" datatype="html"> <source>Download originals</source> @@ -1613,7 +1613,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="linenumber">68</context> </context-group> - <target state="translated">Descarca originalele</target> + <target state="translated">Descarcă originalele</target> </trans-unit> <trans-unit id="a1e6c11f20d4bf6e8e6b43e3c6d2561b2080645e" datatype="html"> <source>Suggestions:</source> @@ -1629,7 +1629,7 @@ <context context-type="sourcefile">src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="translated">Salveaza vizualizarea curenta</target> + <target state="translated">Salvează vizualizarea curenta</target> </trans-unit> <trans-unit id="4eb84de23219c85432e38fb4fbdeb6c0f103ff8b" datatype="html"> <source>Show all</source> @@ -1637,7 +1637,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="translated">Arata tot</target> + <target state="translated">Arată tot</target> </trans-unit> <trans-unit id="61e0f26d843eec0b33ff475e111b0c2f7a80b835" datatype="html"> <source>Statistics</source> @@ -1669,7 +1669,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">32</context> </context-group> - <target state="translated">In procesare: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> + <target state="translated">În procesare: <x id="PH" equiv-text="countUploadingAndProcessing"/></target> </trans-unit> <trans-unit id="9182918211699394982" datatype="html"> <source>Failed: <x id="PH" equiv-text="countFailed"/></source> @@ -1677,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">35</context> </context-group> - <target state="translated">Esuate: <x id="PH" equiv-text="countFailed"/></target> + <target state="translated">Eșuate: <x id="PH" equiv-text="countFailed"/></target> </trans-unit> <trans-unit id="534116346205124059" datatype="html"> <source>Added: <x id="PH" equiv-text="countSuccess"/></source> @@ -1685,7 +1685,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">38</context> </context-group> - <target state="translated">Adaugate: <x id="PH" equiv-text="countSuccess"/></target> + <target state="translated">Adăugate: <x id="PH" equiv-text="countSuccess"/></target> </trans-unit> <trans-unit id="3852289441366561594" datatype="html"> <source>Connecting...</source> @@ -1701,7 +1701,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">123</context> </context-group> - <target state="translated">Incarcare...</target> + <target state="translated">Încarcare...</target> </trans-unit> <trans-unit id="7446520539098045935" datatype="html"> <source>Upload complete, waiting...</source> @@ -1709,7 +1709,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts</context> <context context-type="linenumber">126</context> </context-group> - <target state="translated">Incarcare completa, in asteptare...</target> + <target state="translated">Încarcare completa, în așteptare...</target> </trans-unit> <trans-unit id="1405142710727603568" datatype="html"> <source>HTTP error: <x id="PH" equiv-text="error.status"/> <x id="PH_1" equiv-text="error.statusText"/></source> @@ -1725,7 +1725,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="translated">Incarca documente noi</target> + <target state="translated">Încarcă documente noi</target> </trans-unit> <trans-unit id="52d5d56b6667ba3f7c759cbc0d4c39d34a99701e" datatype="html"> <source>Drop documents here or</source> @@ -1733,7 +1733,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Trageti documentele aici sau</target> + <target state="translated">Trage documentele aici sau</target> </trans-unit> <trans-unit id="865c511f4a24558ed0e954f9bbbff557bbb8954d" datatype="html"> <source>Browse files</source> @@ -1741,7 +1741,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Rasfoiti fisiere</target> + <target state="translated">Caută fișiere</target> </trans-unit> <trans-unit id="bd4a8607e4a002d939cffb347ec056664dfb2c73" datatype="html"> <source>Dismiss completed</source> @@ -1750,7 +1750,7 @@ <context context-type="linenumber">4</context> </context-group> <note priority="1" from="description">This button dismisses all status messages about processed documents on the dashboard (failed and successful)</note> - <target state="translated">Inlatura operatiunile finalizate</target> + <target state="translated">Înlătură operațiunile finalizate</target> </trans-unit> <trans-unit id="90917e1a0a7bb59e9d11bdde9183e9391963e17b" datatype="html"> <source>{VAR_PLURAL, plural, =1 {One more document} other {<x id="INTERPOLATION"/> more documents}}</source> @@ -1759,7 +1759,7 @@ <context context-type="linenumber">25</context> </context-group> <note priority="1" from="description">This is shown as a summary line when there are more than 5 document in the processing pipeline.</note> - <target state="translated">{VAR_PLURAL, plural, =1 {Inca un document} other {Inca <x id="INTERPOLATION"/> documente}}</target> + <target state="translated">{VAR_PLURAL, plural, =1 {Încă un document} other {Încă <x id="INTERPOLATION"/> documente}}</target> </trans-unit> <trans-unit id="710254a196a2649674438edf8a15b7ab1f48271b" datatype="html"> <source>Open document</source> @@ -1775,7 +1775,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="translated">Primii pasi</target> + <target state="translated">Primii pași</target> </trans-unit> <trans-unit id="a0dc8218a6fcc5d11a4723ed127bd6be9d6d3ef3" datatype="html"> <source>Paperless is running! :)</source> @@ -1783,7 +1783,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">5</context> </context-group> - <target state="translated">Paperless ruleaza! :)</target> + <target state="translated">Paperless rulează! :)</target> </trans-unit> <trans-unit id="ea8d9a9486d5639d1c38c012900b8d34d5e4135d" datatype="html"> <source>You can start uploading documents by dropping them in the file upload box to the right or by dropping them in the configured consumption folder and they'll start showing up in the documents list. After you've added some metadata to your documents, use the filtering mechanisms of paperless to create custom views (such as 'Recently added', 'Tagged TODO') and they will appear on the dashboard instead of this message.</source> @@ -1791,7 +1791,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">6,7</context> </context-group> - <target state="translated">Puteti incepe sa incarcati fisiere tragandu-le in casuta din dreapta sau in directorul configurat de consum, si vor incepe sa apara in lista de documente. Dupa ce ati adaugat metadate documentelor, folositi mecanismele de filtrare pentru a crea vizualizari personalizate (cum ar fi "Adaugate recent", "Etichetate URGENT"), ce vor aparea in locul acestui mesaj.</target> + <target state="translated">Puteți începe să încărcați fișiere trăgându-le în căsuța din dreapta sau în directorul configurat de consum, și vor începe să apară în lista de documente. După ce ați adăugat metadate documentelor, folosiți mecanismele de filtrare pentru a crea vizualizări personalizate (cum ar fi "Adăugate recent", "Etichetate URGENT"), ce vor apărea în locul acestui mesaj.</target> </trans-unit> <trans-unit id="cf5f85690feaba6e29343f9881e57a6c0ea6e82b" datatype="html"> <source>Paperless offers some more features that try to make your life easier:</source> @@ -1799,7 +1799,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">8</context> </context-group> - <target state="translated">Paperless mai ofera urmatoarele functii pentru a va face viata mai usoara:</target> + <target state="translated">Paperless mai oferă următoarele funcții pentru a vă face viata mai ușoară:</target> </trans-unit> <trans-unit id="edb41dc36af2e70789d8e3422325d930e783253e" datatype="html"> <source>Once you've got a couple documents in paperless and added metadata to them, paperless can assign that metadata to new documents automatically.</source> @@ -1807,7 +1807,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="translated">Dupa ce aveti cateva documente si le adaugati metadate, Paperless poate atribui acele metadate in mod automat pentru documente noi.</target> + <target state="translated">După ce aveți câteva documente și le adăugați metadate, Paperless poate atribui acele metadate în mod automat pentru documente noi.</target> </trans-unit> <trans-unit id="9dca488928c0b7af46c3866f86a6c2c8548399aa" datatype="html"> <source>You can configure paperless to read your mails and add documents from attached files.</source> @@ -1815,7 +1815,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="translated">Puteti configura Paperless sa va citeasca email-urile si sa adauge documentele atasate.</target> + <target state="translated">Puteți configura Paperless să vă citească email-urile și să adauge documentele atașate.</target> </trans-unit> <trans-unit id="d282f6277cbf6704f697170d2ad19ce500790e20" datatype="html"> <source>Consult the documentation on how to use these features. The section on basic usage also has some information on how to use paperless in general.</source> @@ -1951,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">98</context> </context-group> - <target state="needs-translation">Russian</target> + <target state="translated">Rusă</target> </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> @@ -2091,7 +2091,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="translated">ASN</target> + <target state="translated">Aviz prealabil de expediție</target> </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> diff --git a/src/locale/ro_RO/LC_MESSAGES/django.po b/src/locale/ro_RO/LC_MESSAGES/django.po index 719fb230c..e7366feb6 100644 --- a/src/locale/ro_RO/LC_MESSAGES/django.po +++ b/src/locale/ro_RO/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-07 21:34+0100\n" -"PO-Revision-Date: 2021-03-07 21:35\n" +"PO-Revision-Date: 2021-03-08 09:37\n" "Last-Translator: \n" "Language-Team: Romanian\n" "Language: ro_RO\n" @@ -23,7 +23,7 @@ msgstr "Documente" #: documents/models.py:32 msgid "Any word" -msgstr "Orice cuvant" +msgstr "Orice cuvânt" #: documents/models.py:33 msgid "All words" @@ -31,15 +31,15 @@ msgstr "Toate cuvintele" #: documents/models.py:34 msgid "Exact match" -msgstr "Potrivire exacta" +msgstr "Potrivire exactă" #: documents/models.py:35 msgid "Regular expression" -msgstr "Expresie regulata" +msgstr "Expresie regulată" #: documents/models.py:36 msgid "Fuzzy word" -msgstr "Cuvant neclar" +msgstr "Mod neatent" #: documents/models.py:37 msgid "Automatic" @@ -60,7 +60,7 @@ msgstr "algoritm de potrivire" #: documents/models.py:55 msgid "is insensitive" -msgstr "ignora majusculele" +msgstr "nu ține cont de majuscule" #: documents/models.py:74 documents/models.py:120 msgid "correspondent" @@ -68,7 +68,7 @@ msgstr "corespondent" #: documents/models.py:75 msgid "correspondents" -msgstr "corespondenti" +msgstr "corespondenți" #: documents/models.py:81 msgid "color" @@ -76,15 +76,15 @@ msgstr "culoare" #: documents/models.py:87 msgid "is inbox tag" -msgstr "este eticheta inbox" +msgstr "este etichetă inbox" #: documents/models.py:89 msgid "Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags." -msgstr "Marcheaza aceasta eticheta ca eticheta inbox: Toate documentele nou consumate primesc aceasta eticheta." +msgstr "Marchează aceasta eticheta ca etichetă inbox: Toate documentele nou consumate primesc aceasta eticheta." #: documents/models.py:94 msgid "tag" -msgstr "eticheta" +msgstr "etichetă" #: documents/models.py:95 documents/models.py:151 msgid "tags" @@ -112,19 +112,19 @@ msgstr "titlu" #: documents/models.py:137 msgid "content" -msgstr "continut" +msgstr "conținut" #: documents/models.py:139 msgid "The raw, text-only data of the document. This field is primarily used for searching." -msgstr "Textul brut al documentului. Acest camp este folosit in principal pentru cautare." +msgstr "Textul brut al documentului. Acest camp este folosit in principal pentru căutare." #: documents/models.py:144 msgid "mime type" -msgstr "tip mime" +msgstr "tip MIME" #: documents/models.py:155 msgid "checksum" -msgstr "suma de control" +msgstr "sumă de control" #: documents/models.py:159 msgid "The checksum of the original document." @@ -152,19 +152,19 @@ msgstr "tip de stocare" #: documents/models.py:188 msgid "added" -msgstr "adaugat" +msgstr "adăugat" #: documents/models.py:192 msgid "filename" -msgstr "nume fisier" +msgstr "nume fișier" #: documents/models.py:198 msgid "Current filename in storage" -msgstr "Numele curent al fisierului stocat" +msgstr "Numele curent al fișierului stocat" #: documents/models.py:202 msgid "archive filename" -msgstr "nume fisier arhiva" +msgstr "nume fișier arhiva" #: documents/models.py:208 msgid "Current archive filename in storage" @@ -172,11 +172,11 @@ msgstr "Numele curent al arhivei stocate" #: documents/models.py:212 msgid "archive serial number" -msgstr "numar serial in arhiva" +msgstr "număr serial in arhiva" #: documents/models.py:217 msgid "The position of this document in your physical document archive." -msgstr "Pozitia acestui document in arhiva fizica." +msgstr "Poziția acestui document in arhiva fizica." #: documents/models.py:223 msgid "document" @@ -192,7 +192,7 @@ msgstr "depanare" #: documents/models.py:312 msgid "information" -msgstr "informatii" +msgstr "informații" #: documents/models.py:313 msgid "warning" @@ -232,7 +232,7 @@ msgstr "vizualizare" #: documents/models.py:345 msgid "saved views" -msgstr "vizualizari" +msgstr "vizualizări" #: documents/models.py:348 msgid "user" @@ -240,31 +240,31 @@ msgstr "utilizator" #: documents/models.py:354 msgid "show on dashboard" -msgstr "afiseaza pe tabloul de bord" +msgstr "afișează pe tabloul de bord" #: documents/models.py:357 msgid "show in sidebar" -msgstr "afiseaza in bara laterala" +msgstr "afișează in bara laterala" #: documents/models.py:361 msgid "sort field" -msgstr "sorteaza camp" +msgstr "sortează camp" #: documents/models.py:364 msgid "sort reverse" -msgstr "sorteaza invers" +msgstr "sortează invers" #: documents/models.py:370 msgid "title contains" -msgstr "titlul contine" +msgstr "titlul conține" #: documents/models.py:371 msgid "content contains" -msgstr "continutul contine" +msgstr "conținutul conține" #: documents/models.py:372 msgid "ASN is" -msgstr "ASN-ul este" +msgstr "Avizul prealabil de expediție este" #: documents/models.py:373 msgid "correspondent is" @@ -276,7 +276,7 @@ msgstr "tipul documentului este" #: documents/models.py:375 msgid "is in inbox" -msgstr "este in inbox" +msgstr "este în inbox" #: documents/models.py:376 msgid "has tag" @@ -288,51 +288,51 @@ msgstr "are orice eticheta" #: documents/models.py:378 msgid "created before" -msgstr "creat inainte de" +msgstr "creat înainte de" #: documents/models.py:379 msgid "created after" -msgstr "creat dupa" +msgstr "creat după" #: documents/models.py:380 msgid "created year is" -msgstr "anul crearii este" +msgstr "anul creării este" #: documents/models.py:381 msgid "created month is" -msgstr "luna crearii este" +msgstr "luna creării este" #: documents/models.py:382 msgid "created day is" -msgstr "ziua crearii este" +msgstr "ziua creării este" #: documents/models.py:383 msgid "added before" -msgstr "adaugat inainte de" +msgstr "adăugat înainte de" #: documents/models.py:384 msgid "added after" -msgstr "adaugat dupa" +msgstr "adăugat după" #: documents/models.py:385 msgid "modified before" -msgstr "modificat inainte de" +msgstr "modificat înainte de" #: documents/models.py:386 msgid "modified after" -msgstr "modificat dupa" +msgstr "modificat după" #: documents/models.py:387 msgid "does not have tag" -msgstr "nu are eticheta" +msgstr "nu are etichetă" #: documents/models.py:388 msgid "does not have ASN" -msgstr "" +msgstr "nu are aviz prealabil de expediție" #: documents/models.py:389 msgid "title or content contains" -msgstr "" +msgstr "titlul sau conținutul conține" #: documents/models.py:400 msgid "rule type" @@ -344,7 +344,7 @@ msgstr "valoare" #: documents/models.py:410 msgid "filter rule" -msgstr "regula de filtrare" +msgstr "regulă de filtrare" #: documents/models.py:411 msgid "filter rules" @@ -353,20 +353,20 @@ msgstr "reguli de filtrare" #: documents/serialisers.py:53 #, python-format msgid "Invalid regular expression: %(error)s" -msgstr "Expresie regulata invalida: %(error)s" +msgstr "Expresie regulată invalida: %(error)s" #: documents/serialisers.py:177 msgid "Invalid color." -msgstr "Culoare invalida." +msgstr "Culoare invalidă." #: documents/serialisers.py:451 #, python-format msgid "File type %(type)s not supported" -msgstr "Tip de fisier %(type)s nesuportat " +msgstr "Tip de fișier %(type)s nesuportat" #: documents/templates/index.html:21 msgid "Paperless-ng is loading..." -msgstr "Paperless-ng se incarca..." +msgstr "Paperless-ng se încarca..." #: documents/templates/registration/logged_out.html:13 msgid "Paperless-ng signed out" @@ -374,11 +374,11 @@ msgstr "Paperless-ng s-a deconectat" #: documents/templates/registration/logged_out.html:41 msgid "You have been successfully logged out. Bye!" -msgstr "Ati fost deconectat cu succes. La revedere !" +msgstr "Ați fost deconectat cu succes. La revedere!" #: documents/templates/registration/logged_out.html:42 msgid "Sign in again" -msgstr "Conectati-va din nou" +msgstr "Conectați-vă din nou" #: documents/templates/registration/login.html:13 msgid "Paperless-ng sign in" @@ -386,11 +386,11 @@ msgstr "Conectare Paperless-ng" #: documents/templates/registration/login.html:42 msgid "Please sign in." -msgstr "Va rugam conectati-va." +msgstr "Vă rugăm conectați-vă." #: documents/templates/registration/login.html:45 msgid "Your username and password didn't match. Please try again." -msgstr "Numele si parola nu sunt corecte. Va rugam incercati din nou." +msgstr "Numele si parola nu sunt corecte. Vă rugăm incercați din nou." #: documents/templates/registration/login.html:48 msgid "Username" @@ -398,7 +398,7 @@ msgstr "Nume" #: documents/templates/registration/login.html:49 msgid "Password" -msgstr "Parola" +msgstr "Parolă" #: documents/templates/registration/login.html:54 msgid "Sign in" @@ -406,39 +406,39 @@ msgstr "Conectare" #: paperless/settings.py:298 msgid "English (US)" -msgstr "Engleza (SUA)" +msgstr "Engleză (Americană)" #: paperless/settings.py:299 msgid "English (GB)" -msgstr "Engleza (UK)" +msgstr "Engleză (Britanică)" #: paperless/settings.py:300 msgid "German" -msgstr "Germana" +msgstr "Germană" #: paperless/settings.py:301 msgid "Dutch" -msgstr "Olandeza" +msgstr "Olandeză" #: paperless/settings.py:302 msgid "French" -msgstr "Franceza" +msgstr "Franceză" #: paperless/settings.py:303 msgid "Portuguese (Brazil)" -msgstr "Portugheza (Brazilia)" +msgstr "Portugheză (Brazilia)" #: paperless/settings.py:304 msgid "Italian" -msgstr "Italiana" +msgstr "Italiană" #: paperless/settings.py:305 msgid "Romanian" -msgstr "Romana" +msgstr "Romană" #: paperless/settings.py:306 msgid "Russian" -msgstr "" +msgstr "Rusă" #: paperless/urls.py:118 msgid "Paperless-ng administration" @@ -450,7 +450,7 @@ msgstr "Filtru" #: paperless_mail/admin.py:27 msgid "Paperless will only process mails that match ALL of the filters given below." -msgstr "Paperless va procesa numai email-urile care se potrivesc cu TOATE filtrele de mai jos." +msgstr "Paperless va procesa doar mail-urile care corespund TUTUROR filtrelor date mai jos." #: paperless_mail/admin.py:37 msgid "Actions" @@ -458,7 +458,7 @@ msgstr "Acțiuni" #: paperless_mail/admin.py:39 msgid "The action applied to the mail. This action is only performed when documents were consumed from the mail. Mails without attachments will remain entirely untouched." -msgstr "Actiunea aplicata tuturol email-urilor. Aceasta este realizata doar cand sunt consumate documente din email. Cele fara atasamente nu vor fi procesate." +msgstr "Acțiunea aplicată tuturor email-urilor. Aceasta este realizată doar când sunt consumate documente din email. Cele fara atașamente nu vor fi procesate." #: paperless_mail/admin.py:46 msgid "Metadata" @@ -466,7 +466,7 @@ msgstr "Metadate" #: paperless_mail/admin.py:48 msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." -msgstr "Atribuie metadate documentelor consumate prin aceasta regula in mod automat. Chiar daca nu sunt atribuite etichete, tipuri sau corespondenti, Paperless va procesa toate regulile definite care se potrivesc." +msgstr "Atribuie metadate documentelor consumate prin aceasta regula în mod automat. Chiar dacă nu sunt atribuite etichete, tipuri sau corespondenți, Paperless va procesa toate regulile definite care se potrivesc." #: paperless_mail/apps.py:9 msgid "Paperless mail" @@ -482,15 +482,15 @@ msgstr "conturi de email" #: paperless_mail/models.py:19 msgid "No encryption" -msgstr "Fara criptare" +msgstr "Fără criptare" #: paperless_mail/models.py:20 msgid "Use SSL" -msgstr "Foloseste SSL" +msgstr "Folosește SSL" #: paperless_mail/models.py:21 msgid "Use STARTTLS" -msgstr "Foloseste STARTTLS" +msgstr "Folosește STARTTLS" #: paperless_mail/models.py:29 msgid "IMAP server" @@ -502,7 +502,7 @@ msgstr "port IMAP" #: paperless_mail/models.py:36 msgid "This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections." -msgstr "De obicei este 143 pentru conexiuni necriptate si STARTTLS, sau 993 pentru conexiuni SSL." +msgstr "De obicei este 143 pentru conexiuni necriptate și STARTTLS, sau 993 pentru conexiuni SSL." #: paperless_mail/models.py:40 msgid "IMAP security" @@ -514,11 +514,11 @@ msgstr "nume" #: paperless_mail/models.py:50 msgid "password" -msgstr "parola" +msgstr "parolă" #: paperless_mail/models.py:60 msgid "mail rule" -msgstr "regula email" +msgstr "regulă email" #: paperless_mail/models.py:61 msgid "mail rules" @@ -526,35 +526,35 @@ msgstr "reguli email" #: paperless_mail/models.py:67 msgid "Only process attachments." -msgstr "Proceseaza doar atasamentele." +msgstr "Procesează doar atașamentele." #: paperless_mail/models.py:68 msgid "Process all files, including 'inline' attachments." -msgstr "Proceseaza toate fisierele, inclusiv atasamentele \"inline\"." +msgstr "Procesează toate fișierele, inclusiv atașamentele „inline”." #: paperless_mail/models.py:78 msgid "Mark as read, don't process read mails" -msgstr "Marcheaza ca citit, nu procesa email-uri citite" +msgstr "Marchează ca citit, nu procesa email-uri citite" #: paperless_mail/models.py:79 msgid "Flag the mail, don't process flagged mails" -msgstr "Semnalizeaza, nu procesa email-uri semnalizate" +msgstr "Marchează, nu procesa email-uri marcate" #: paperless_mail/models.py:80 msgid "Move to specified folder" -msgstr "Muta in directorul specificat" +msgstr "Mută în directorul specificat" #: paperless_mail/models.py:81 msgid "Delete" -msgstr "Sterge" +msgstr "Șterge" #: paperless_mail/models.py:88 msgid "Use subject as title" -msgstr "Foloseste subiectul ca titlu" +msgstr "Utilizează subiectul ca titlu" #: paperless_mail/models.py:89 msgid "Use attachment filename as title" -msgstr "Foloseste numele atasamentului ca titlu" +msgstr "Utilizează numele fișierului atașat ca titlu" #: paperless_mail/models.py:99 msgid "Do not assign a correspondent" @@ -562,19 +562,19 @@ msgstr "Nu atribui un corespondent" #: paperless_mail/models.py:101 msgid "Use mail address" -msgstr "Foloseste adresa de email" +msgstr "Folosește adresa de email" #: paperless_mail/models.py:103 msgid "Use name (or mail address if not available)" -msgstr "Foloseste numele (daca nu exista, foloseste adresa de email)" +msgstr "Folosește numele (dacă nu exista, folosește adresa de email)" #: paperless_mail/models.py:105 msgid "Use correspondent selected below" -msgstr "Foloseste corespondentul selectat mai jos" +msgstr "Folosește corespondentul selectat mai jos" #: paperless_mail/models.py:113 msgid "order" -msgstr "ordoneaza" +msgstr "ordonează" #: paperless_mail/models.py:120 msgid "account" @@ -586,51 +586,51 @@ msgstr "director" #: paperless_mail/models.py:128 msgid "filter from" -msgstr "filtreaza de la" +msgstr "filtrează de la" #: paperless_mail/models.py:131 msgid "filter subject" -msgstr "filtreaza subiect" +msgstr "filtrează subiect" #: paperless_mail/models.py:134 msgid "filter body" -msgstr "filtreaza corpul email-ului" +msgstr "filtrează corpul email-ului" #: paperless_mail/models.py:138 msgid "filter attachment filename" -msgstr "filtreaza numele atasamentului" +msgstr "filtrează numele fișierului atașat" #: paperless_mail/models.py:140 msgid "Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive." -msgstr "Consuma doar documentele care se potrivesc in intregime cu acest nume de fisier, daca este specificat. Simbolul * tine locul oricarui sir de caractere. Majusculele nu conteaza." +msgstr "Consumă doar documentele care se potrivesc în întregime cu acest nume de fișier, dacă este specificat. Simbolul * ține locul oricărui șir de caractere. Majusculele nu contează." #: paperless_mail/models.py:146 msgid "maximum age" -msgstr "varsta maxima" +msgstr "vârsta maximă" #: paperless_mail/models.py:148 msgid "Specified in days." -msgstr "Specificata in zile." +msgstr "Specificată in zile." #: paperless_mail/models.py:151 msgid "attachment type" -msgstr "tipul atasamentului" +msgstr "tip atașament" #: paperless_mail/models.py:154 msgid "Inline attachments include embedded images, so it's best to combine this option with a filename filter." -msgstr "Atasamentele \"inline\" includ si imaginile incorporate, deci aceasta optiune functioneaza cel mai bine combinata cu un filtru pentru numele fisierului." +msgstr "Atașamentele \"inline\" includ și imaginile încorporate, deci această opțiune funcționează cel mai bine combinată cu un filtru pentru numele fișierului." #: paperless_mail/models.py:159 msgid "action" -msgstr "actiune" +msgstr "acţiune" #: paperless_mail/models.py:165 msgid "action parameter" -msgstr "parametru al actiunii" +msgstr "parametru acțiune" #: paperless_mail/models.py:167 msgid "Additional parameter for the action selected above, i.e., the target folder of the move to folder action." -msgstr "Parametru aditional pentru actiunea definita mai sus (ex. directorul in care sa se realizeze o mutare)" +msgstr "Parametru adițional pentru acțiunea definită mai sus (ex. directorul în care să se realizeze o mutare)." #: paperless_mail/models.py:173 msgid "assign title from" @@ -638,7 +638,7 @@ msgstr "atribuie titlu din" #: paperless_mail/models.py:183 msgid "assign this tag" -msgstr "atribuie aceasta eticheta" +msgstr "atribuie această etichetă" #: paperless_mail/models.py:191 msgid "assign this document type" From 6535a20b21714cd8db84a5f460e5e6665559c796 Mon Sep 17 00:00:00 2001 From: darmiel <71837281+darmiel@users.noreply.github.com> Date: Mon, 8 Mar 2021 17:11:25 +0100 Subject: [PATCH 65/71] Implemented 'Filter by: ASN' --- .../filter-editor/filter-editor.component.ts | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.ts b/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.ts index 3ac9df1ff..43387c08f 100644 --- a/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.ts +++ b/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.ts @@ -8,12 +8,13 @@ import { DocumentTypeService } from 'src/app/services/rest/document-type.service import { TagService } from 'src/app/services/rest/tag.service'; import { CorrespondentService } from 'src/app/services/rest/correspondent.service'; import { FilterRule } from 'src/app/data/filter-rule'; -import { FILTER_ADDED_AFTER, FILTER_ADDED_BEFORE, FILTER_CORRESPONDENT, FILTER_CREATED_AFTER, FILTER_CREATED_BEFORE, FILTER_DOCUMENT_TYPE, FILTER_HAS_ANY_TAG, FILTER_HAS_TAG, FILTER_TITLE, FILTER_TITLE_CONTENT } from 'src/app/data/filter-rule-type'; +import { FILTER_ADDED_AFTER, FILTER_ADDED_BEFORE, FILTER_ASN, FILTER_CORRESPONDENT, FILTER_CREATED_AFTER, FILTER_CREATED_BEFORE, FILTER_DOCUMENT_TYPE, FILTER_HAS_ANY_TAG, FILTER_HAS_TAG, FILTER_TITLE, FILTER_TITLE_CONTENT } from 'src/app/data/filter-rule-type'; import { FilterableDropdownSelectionModel } from '../../common/filterable-dropdown/filterable-dropdown.component'; import { ToggleableItemState } from '../../common/filterable-dropdown/toggleable-dropdown-button/toggleable-dropdown-button.component'; const TEXT_FILTER_TARGET_TITLE = "title" const TEXT_FILTER_TARGET_TITLE_CONTENT = "title-content" +const TEXT_FILTER_TARGET_ASN = "asn" @Component({ selector: 'app-filter-editor', @@ -51,6 +52,9 @@ export class FilterEditorComponent implements OnInit, OnDestroy { case FILTER_TITLE: return $localize`Title: ${rule.value}` + + case FILTER_ASN: + return $localize`ASN: ${rule.value}` } } @@ -71,7 +75,8 @@ export class FilterEditorComponent implements OnInit, OnDestroy { textFilterTargets = [ {id: TEXT_FILTER_TARGET_TITLE, name: $localize`Title`}, - {id: TEXT_FILTER_TARGET_TITLE_CONTENT, name: $localize`Title & content`} + {id: TEXT_FILTER_TARGET_TITLE_CONTENT, name: $localize`Title & content`}, + {id: TEXT_FILTER_TARGET_ASN, name: $localize`ASN`} ] textFilterTarget = TEXT_FILTER_TARGET_TITLE_CONTENT @@ -111,6 +116,10 @@ export class FilterEditorComponent implements OnInit, OnDestroy { this._textFilter = rule.value this.textFilterTarget = TEXT_FILTER_TARGET_TITLE_CONTENT break + case FILTER_ASN: + this._textFilter = rule.value + this.textFilterTarget = TEXT_FILTER_TARGET_ASN + break case FILTER_CREATED_AFTER: this.dateCreatedAfter = rule.value break @@ -147,6 +156,9 @@ export class FilterEditorComponent implements OnInit, OnDestroy { if (this._textFilter && this.textFilterTarget == TEXT_FILTER_TARGET_TITLE) { filterRules.push({rule_type: FILTER_TITLE, value: this._textFilter}) } + if (this._textFilter && this.textFilterTarget == TEXT_FILTER_TARGET_ASN) { + filterRules.push({rule_type: FILTER_ASN, value: this._textFilter}) + } if (this.tagSelectionModel.isNoneSelected()) { filterRules.push({rule_type: FILTER_HAS_ANY_TAG, value: "false"}) } else { From 15291fd6598175d2a157941b174d421c4357d198 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Mon, 8 Mar 2021 19:41:25 +0100 Subject: [PATCH 66/71] New Crowdin updates (#725) --- src-ui/src/locale/messages.ro_RO.xlf | 82 +++++++++++++------------- src/locale/ro_RO/LC_MESSAGES/django.po | 4 +- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf index 0247cca61..f6855f020 100644 --- a/src-ui/src/locale/messages.ro_RO.xlf +++ b/src-ui/src/locale/messages.ro_RO.xlf @@ -1823,7 +1823,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Consultati documentatia pentru a afla cum sa folositi aceste functii. Sectiunea de baza contine informatii despre cum sa folositi Paperless in general.</target> + <target state="translated">Consultați documentația pentru a afla cum să folosiți aceste funcții. Secțiunea de baza conține informații despre cum să folosiți Paperless în general.</target> </trans-unit> <trans-unit id="218403386307979629" datatype="html"> <source>Metadata</source> @@ -1839,7 +1839,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">18</context> </context-group> - <target state="translated">Selecteaza</target> + <target state="translated">Selectează</target> </trans-unit> <trans-unit id="7103181924469214926" datatype="html"> <source>Please select an object</source> @@ -1847,7 +1847,7 @@ <context context-type="sourcefile">src/app/components/common/select-dialog/select-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="translated">Selectati un obiect</target> + <target state="translated">Selectați un obiect</target> </trans-unit> <trans-unit id="d6529debfc1613db22d6fa096ebfeb8a85fa739d" datatype="html"> <source>Invalid date.</source> @@ -1855,7 +1855,7 @@ <context context-type="sourcefile">src/app/components/common/input/date/date.component.html</context> <context context-type="linenumber">14</context> </context-group> - <target state="translated">Data invalida.</target> + <target state="translated">Data invalidă.</target> </trans-unit> <trans-unit id="2807800733729323332" datatype="html"> <source>Yes</source> @@ -1879,7 +1879,7 @@ <context context-type="sourcefile">src/app/pipes/document-title.pipe.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="translated">(fara titlu)</target> + <target state="translated">(fără titlu)</target> </trans-unit> <trans-unit id="1206520795340730278" datatype="html"> <source>English (US)</source> @@ -1887,7 +1887,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">90</context> </context-group> - <target state="translated">Engleza (SUA)</target> + <target state="translated">Engleză (Americană)</target> </trans-unit> <trans-unit id="6987083569809053351" datatype="html"> <source>English (GB)</source> @@ -1895,7 +1895,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">91</context> </context-group> - <target state="translated">Engleza (UK)</target> + <target state="translated">Engleză (Britanică)</target> </trans-unit> <trans-unit id="1858110241312746425" datatype="html"> <source>German</source> @@ -1903,7 +1903,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">92</context> </context-group> - <target state="translated">Germana</target> + <target state="translated">Germană</target> </trans-unit> <trans-unit id="3071065188816255493" datatype="html"> <source>Dutch</source> @@ -1911,7 +1911,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">93</context> </context-group> - <target state="translated">Olandeza</target> + <target state="translated">Olandeză</target> </trans-unit> <trans-unit id="7633754075223722162" datatype="html"> <source>French</source> @@ -1919,7 +1919,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">94</context> </context-group> - <target state="translated">Franceza</target> + <target state="translated">Franceză</target> </trans-unit> <trans-unit id="9184513005098760425" datatype="html"> <source>Portuguese (Brazil)</source> @@ -1927,7 +1927,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">95</context> </context-group> - <target state="translated">Portugheza (Brazilia)</target> + <target state="translated">Portugheză (Brazilia)</target> </trans-unit> <trans-unit id="2935232983274991580" datatype="html"> <source>Italian</source> @@ -1935,7 +1935,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">96</context> </context-group> - <target state="translated">Italiana</target> + <target state="translated">Italiană</target> </trans-unit> <trans-unit id="8118856427047826368" datatype="html"> <source>Romanian</source> @@ -1943,7 +1943,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="translated">Romana</target> + <target state="translated">Română</target> </trans-unit> <trans-unit id="7137419789978325708" datatype="html"> <source>Russian</source> @@ -1967,7 +1967,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="translated">Documentul exista deja.</target> + <target state="translated">Documentul există deja.</target> </trans-unit> <trans-unit id="148389968432135849" datatype="html"> <source>File not found.</source> @@ -1975,7 +1975,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="translated">Fisierul nu a fost gasit.</target> + <target state="translated">Fișierul nu a fost găsit.</target> </trans-unit> <trans-unit id="1520671543092565667" datatype="html"> <source>Pre-consume script does not exist.</source> @@ -1984,7 +1984,7 @@ <context context-type="linenumber">17</context> </context-group> <note priority="1" from="description">Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="translated">Scriptul pre-consum nu exista.</target> + <target state="translated">Scriptul pre-consum nu există.</target> </trans-unit> <trans-unit id="7742915911032564889" datatype="html"> <source>Error while executing pre-consume script.</source> @@ -1993,7 +1993,7 @@ <context context-type="linenumber">18</context> </context-group> <note priority="1" from="description">Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="translated">Eroare la executia scriptului pre-consum.</target> + <target state="translated">Eroare la execuția scriptului pre-consum.</target> </trans-unit> <trans-unit id="8995193730018060346" datatype="html"> <source>Post-consume script does not exist.</source> @@ -2002,7 +2002,7 @@ <context context-type="linenumber">19</context> </context-group> <note priority="1" from="description">Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="translated">Scriptul post-consum nu exista.</target> + <target state="translated">Scriptul post-consum nu există.</target> </trans-unit> <trans-unit id="256773668518189604" datatype="html"> <source>Error while executing post-consume script.</source> @@ -2011,7 +2011,7 @@ <context context-type="linenumber">20</context> </context-group> <note priority="1" from="description">Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation</note> - <target state="translated">Eroare la executia scriptului post-consum.</target> + <target state="translated">Eroare la execuția scriptului post-consum.</target> </trans-unit> <trans-unit id="6252258095055634191" datatype="html"> <source>Received new file.</source> @@ -2019,7 +2019,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="translated">Fisier nou primit.</target> + <target state="translated">Fișier nou primit.</target> </trans-unit> <trans-unit id="7337565919209746135" datatype="html"> <source>File type not supported.</source> @@ -2027,7 +2027,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="translated">Tip de fisier nesuportat.</target> + <target state="translated">Tip de fișier nesuportat.</target> </trans-unit> <trans-unit id="5002399167376099234" datatype="html"> <source>Processing document...</source> @@ -2035,7 +2035,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">23</context> </context-group> - <target state="translated">Se proceseaza documentul...</target> + <target state="translated">Se procesează documentul...</target> </trans-unit> <trans-unit id="1085975194762600381" datatype="html"> <source>Generating thumbnail...</source> @@ -2043,7 +2043,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">24</context> </context-group> - <target state="translated">Se genereaza miniatura...</target> + <target state="translated">Se generează miniatura...</target> </trans-unit> <trans-unit id="3280851677698431426" datatype="html"> <source>Retrieving date from document...</source> @@ -2059,7 +2059,7 @@ <context context-type="sourcefile">src/app/services/consumer-status.service.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="translated">Se salveaza documentul...</target> + <target state="translated">Se salvează documentul...</target> </trans-unit> <trans-unit id="4550450765009165976" datatype="html"> <source>Finished.</source> @@ -2083,7 +2083,7 @@ <context context-type="sourcefile">src/app/services/toast.service.ts</context> <context context-type="linenumber">39</context> </context-group> - <target state="translated">Informatii</target> + <target state="translated">Informații</target> </trans-unit> <trans-unit id="7517688192215738656" datatype="html"> <source>ASN</source> @@ -2123,7 +2123,7 @@ <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> <context context-type="linenumber">22</context> </context-group> - <target state="translated">Adaugat</target> + <target state="translated">Adăugat</target> </trans-unit> <trans-unit id="3553216189604488439" datatype="html"> <source>Modified</source> @@ -2139,7 +2139,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">50</context> </context-group> - <target state="translated">Creeaza articol nou</target> + <target state="translated">Crează articol nou</target> </trans-unit> <trans-unit id="5324147361912094446" datatype="html"> <source>Edit item</source> @@ -2147,7 +2147,7 @@ <context context-type="sourcefile">src/app/components/common/edit-dialog/edit-dialog.component.ts</context> <context context-type="linenumber">54</context> </context-group> - <target state="translated">Modifica articol</target> + <target state="translated">Modifică articol</target> </trans-unit> <trans-unit id="1699589597032579396" datatype="html"> <source>Could not save element: <x id="PH" equiv-text="error"/></source> @@ -2171,7 +2171,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="translated">Sunteti sigur ca doriti sa stergeti acest element?</target> + <target state="translated">Sunteți sigur că doriți să ștergeți acest element?</target> </trans-unit> <trans-unit id="8371896857609524947" datatype="html"> <source>Associated documents will not be deleted.</source> @@ -2179,7 +2179,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">104</context> </context-group> - <target state="translated">Documentele asociate nu vor fi sterse.</target> + <target state="translated">Documentele asociate nu vor fi șterse.</target> </trans-unit> <trans-unit id="7022070615528435141" datatype="html"> <source>Delete</source> @@ -2187,7 +2187,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">106</context> </context-group> - <target state="translated">Sterge</target> + <target state="translated">Șterge</target> </trans-unit> <trans-unit id="5467489005440577210" datatype="html"> <source>Error while deleting element: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -2195,7 +2195,7 @@ <context context-type="sourcefile">src/app/components/manage/generic-list/generic-list.component.ts</context> <context context-type="linenumber">114</context> </context-group> - <target state="translated">Eroare la stergerea elementului: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> + <target state="translated">Eroare la ștergerea elementului: <x id="PH" equiv-text="JSON.stringify(error.error)"/></target> </trans-unit> <trans-unit id="5851669019930456395" datatype="html"> <source>Any word</source> @@ -2203,7 +2203,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="translated">Oricare cuvant</target> + <target state="translated">Oricare cuvânt</target> </trans-unit> <trans-unit id="7517655726614958140" datatype="html"> <source>Any: Document contains any of these words (space separated)</source> @@ -2211,7 +2211,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">12</context> </context-group> - <target state="translated">Oricare: Documentul contine oricare dintre aceste cuvinte (separate prin spatiu)</target> + <target state="translated">Oricare: Documentul conține oricare dintre aceste cuvinte (separate prin spațiu)</target> </trans-unit> <trans-unit id="700315718208181326" datatype="html"> <source>All words</source> @@ -2227,7 +2227,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">13</context> </context-group> - <target state="translated">Toate: Documentul contine toate aceste cuvinte (separate prin spatiu)</target> + <target state="translated">Toate: Documentul conține toate aceste cuvinte (separate prin spațiu)</target> </trans-unit> <trans-unit id="9180173992399180575" datatype="html"> <source>Exact match</source> @@ -2243,7 +2243,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">14</context> </context-group> - <target state="translated">Exact: Documentul contine acest sir de caractere</target> + <target state="translated">Exact: Documentul conține acest șir de caractere</target> </trans-unit> <trans-unit id="1338733395833138319" datatype="html"> <source>Regular expression</source> @@ -2251,7 +2251,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="translated">Expresie regulata</target> + <target state="translated">Expresie regulată</target> </trans-unit> <trans-unit id="7548151332424148033" datatype="html"> <source>Regular expression: Document matches this regular expression</source> @@ -2259,7 +2259,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">15</context> </context-group> - <target state="translated">Expresie regulata: Documentul se potriveste cu aceasta expresie regulata</target> + <target state="translated">Expresie regulată: Documentul se potrivește cu această expresie regulată</target> </trans-unit> <trans-unit id="1856513373880048959" datatype="html"> <source>Fuzzy word</source> @@ -2267,7 +2267,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="translated">Cuvant neclar</target> + <target state="translated">Cuvânt neclar</target> </trans-unit> <trans-unit id="8419167206585286450" datatype="html"> <source>Fuzzy: Document contains a word similar to this word</source> @@ -2275,7 +2275,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="translated">Neclar: Documentul contine un cuvant similar cu acesta</target> + <target state="translated">Neclar: Documentul conține un cuvânt similar cu acesta</target> </trans-unit> <trans-unit id="2167862279705099846" datatype="html"> <source>Auto: Learn matching automatically</source> @@ -2283,7 +2283,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">17</context> </context-group> - <target state="translated">Auto: Invata potrivirile automat</target> + <target state="translated">Auto: Învață potrivirea automat</target> </trans-unit> </body> </file> diff --git a/src/locale/ro_RO/LC_MESSAGES/django.po b/src/locale/ro_RO/LC_MESSAGES/django.po index e7366feb6..2adfe6f4d 100644 --- a/src/locale/ro_RO/LC_MESSAGES/django.po +++ b/src/locale/ro_RO/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-07 21:34+0100\n" -"PO-Revision-Date: 2021-03-08 09:37\n" +"PO-Revision-Date: 2021-03-08 11:58\n" "Last-Translator: \n" "Language-Team: Romanian\n" "Language: ro_RO\n" @@ -434,7 +434,7 @@ msgstr "Italiană" #: paperless/settings.py:305 msgid "Romanian" -msgstr "Romană" +msgstr "Română" #: paperless/settings.py:306 msgid "Russian" From 707efff644b2906103e398d88f454519978ca3ab Mon Sep 17 00:00:00 2001 From: darmiel <71837281+darmiel@users.noreply.github.com> Date: Mon, 8 Mar 2021 20:40:18 +0100 Subject: [PATCH 67/71] Updated messages.xlf --- src-ui/messages.xlf | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 329399584..d8da167fe 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -1043,63 +1043,77 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> </trans-unit> <trans-unit id="3100631071441658964" datatype="html"> <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> + </context-group> + </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> </context-group> </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> </trans-unit> <trans-unit id="8705701325879965907" datatype="html"> <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> </trans-unit> <trans-unit id="8180755793012580465" datatype="html"> <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> </trans-unit> <trans-unit id="6494566478302448576" datatype="html"> <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> </trans-unit> <trans-unit id="6523384805359286307" datatype="html"> <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> + </context-group> + </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> </context-group> </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> @@ -1819,13 +1833,6 @@ <context context-type="linenumber">39</context> </context-group> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> From 5ab717c6bea3feaec24d3fa4ae0da66c907905b9 Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Wed, 10 Mar 2021 13:55:03 +0100 Subject: [PATCH 68/71] New Crowdin updates (#727) --- src-ui/src/locale/messages.cs_CZ.xlf | 42 ++++--- src-ui/src/locale/messages.de_DE.xlf | 42 ++++--- src-ui/src/locale/messages.en_GB.xlf | 42 ++++--- src-ui/src/locale/messages.es_ES.xlf | 44 ++++--- src-ui/src/locale/messages.fr_FR.xlf | 44 ++++--- src-ui/src/locale/messages.hu_HU.xlf | 42 ++++--- src-ui/src/locale/messages.it_IT.xlf | 42 ++++--- src-ui/src/locale/messages.nl_NL.xlf | 42 ++++--- src-ui/src/locale/messages.pt_BR.xlf | 42 ++++--- src-ui/src/locale/messages.pt_PT.xlf | 154 +++++++++++++------------ src-ui/src/locale/messages.ro_RO.xlf | 42 ++++--- src-ui/src/locale/messages.ru_RU.xlf | 42 ++++--- src-ui/src/locale/messages.xh_ZA.xlf | 42 ++++--- src-ui/src/locale/messages.zh_CN.xlf | 42 ++++--- src/locale/es_ES/LC_MESSAGES/django.po | 22 ++-- src/locale/fr_FR/LC_MESSAGES/django.po | 8 +- src/locale/pt_BR/LC_MESSAGES/django.po | 4 +- src/locale/pt_PT/LC_MESSAGES/django.po | 72 ++++++------ 18 files changed, 461 insertions(+), 349 deletions(-) diff --git a/src-ui/src/locale/messages.cs_CZ.xlf b/src-ui/src/locale/messages.cs_CZ.xlf index a6efd60ff..7b56a1ec3 100644 --- a/src-ui/src/locale/messages.cs_CZ.xlf +++ b/src-ui/src/locale/messages.cs_CZ.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="needs-translation">Title</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="needs-translation">Title & content</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="needs-translation">ASN</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="needs-translation">Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="needs-translation">Without correspondent</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="needs-translation">Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="needs-translation">Without document type</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="needs-translation">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="needs-translation">Without any tag</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="needs-translation">Title: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="needs-translation">ASN: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target state="needs-translation">Information</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="needs-translation">ASN</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf index 13c5c6652..67a7b3b9f 100644 --- a/src-ui/src/locale/messages.de_DE.xlf +++ b/src-ui/src/locale/messages.de_DE.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="translated">Titel</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="translated">Titel & Inhalt</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="translated">ASN</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="translated">Korrespondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="translated">Ohne Korrespondent</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="translated">Typ: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="translated">Ohne Dokumenttyp</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="translated">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="translated">Ohne Tag</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="translated">Titel: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="translated">ASN: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target state="translated">Information</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="translated">ASN</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.en_GB.xlf b/src-ui/src/locale/messages.en_GB.xlf index 8d0ebc007..29413f2b3 100644 --- a/src-ui/src/locale/messages.en_GB.xlf +++ b/src-ui/src/locale/messages.en_GB.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="translated">Title</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="translated">Title & content</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="translated">ASN</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="translated">Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="translated">Without correspondent</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="translated">Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="translated">Without document type</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="translated">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="translated">Without any tag</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="translated">Title: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="needs-translation">ASN: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target state="translated">Information</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="translated">ASN</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.es_ES.xlf b/src-ui/src/locale/messages.es_ES.xlf index f5d79815b..9f32f214c 100644 --- a/src-ui/src/locale/messages.es_ES.xlf +++ b/src-ui/src/locale/messages.es_ES.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="translated">Título</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="translated">Titulo y contenido</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="translated">NSF</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="needs-translation">Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="needs-translation">Without correspondent</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="translated">Tipo: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="translated">Sin tipo de documento</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="translated">Etiqueta: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="translated">Sin ninguna etiqueta</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="translated">Título: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="needs-translation">ASN: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target state="translated">Información</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="translated">NSF</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> @@ -2267,7 +2275,7 @@ <context context-type="sourcefile">src/app/data/matching-model.ts</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">Fuzzy word</target> + <target state="translated">Palabra borrosa</target> </trans-unit> <trans-unit id="8419167206585286450" datatype="html"> <source>Fuzzy: Document contains a word similar to this word</source> diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf index 13d19841c..a5752de1b 100644 --- a/src-ui/src/locale/messages.fr_FR.xlf +++ b/src-ui/src/locale/messages.fr_FR.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="translated">Titre</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="translated">Titre & contenu</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="translated">NSA</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="translated">Correspondant : <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="translated">Sans correspondant</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="translated">Type : <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="translated">Sans type de document</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="translated">Étiquette : <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="translated">Sans étiquette</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="translated">Titre : <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="translated">NSA : <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -1951,7 +1967,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">98</context> </context-group> - <target state="needs-translation">Russian</target> + <target state="translated">Russe</target> </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> @@ -2085,14 +2101,6 @@ </context-group> <target state="translated">Information</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="translated">NSA</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.hu_HU.xlf b/src-ui/src/locale/messages.hu_HU.xlf index 729ffc632..a947d5b73 100644 --- a/src-ui/src/locale/messages.hu_HU.xlf +++ b/src-ui/src/locale/messages.hu_HU.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="translated">Cím</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="needs-translation">Title & content</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="translated">ASN</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="translated">Partner: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="needs-translation">Without correspondent</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="translated">Típus: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="needs-translation">Without document type</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="translated">Cimke: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="needs-translation">Without any tag</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="needs-translation">Title: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="needs-translation">ASN: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target state="translated">Információ</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="translated">ASN</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf index d582bfd72..7088230dd 100644 --- a/src-ui/src/locale/messages.it_IT.xlf +++ b/src-ui/src/locale/messages.it_IT.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="translated">Titolo</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="translated">Titolo & contenuto</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="translated">ASN</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="translated">Corrispondente: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="translated">Senza corrispondente</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="translated">Tipo: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="translated">Senza tipo di documento</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="translated">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="translated">Senza alcun tag</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="translated">Titolo: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="translated">ASN: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target state="translated">Informazione</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="translated">ASN</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf index a425f7e7c..7f9dca0ef 100644 --- a/src-ui/src/locale/messages.nl_NL.xlf +++ b/src-ui/src/locale/messages.nl_NL.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="translated">Titel</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="translated">Titel en inhoud</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="translated">ASN</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="translated">Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="translated">Zonder correspondent</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="translated">Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="translated">Zonder documenttype</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="translated">Etiket: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="translated">Zonder enig etiket</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="translated">Titel: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="translated">ASN: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target state="translated">Informatie</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="translated">ASN</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.pt_BR.xlf b/src-ui/src/locale/messages.pt_BR.xlf index 5f65706c5..d8a49f82b 100644 --- a/src-ui/src/locale/messages.pt_BR.xlf +++ b/src-ui/src/locale/messages.pt_BR.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="translated">Título</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="translated">Título & conteúdo</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="translated">NSA</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="translated">Correspondente: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="translated">Sem correspondente</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="translated">Tipo: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="translated">Sem tipo de documento</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="translated">Etiqueta: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="translated">Sem etiquetas</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="translated">Título: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="needs-translation">ASN: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target state="translated">Informação</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="translated">NSA</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.pt_PT.xlf b/src-ui/src/locale/messages.pt_PT.xlf index 724500581..83c62dcc3 100644 --- a/src-ui/src/locale/messages.pt_PT.xlf +++ b/src-ui/src/locale/messages.pt_PT.xlf @@ -144,7 +144,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">85</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {Selected <x id="INTERPOLATION"/> of one document} other {Selected <x id="INTERPOLATION"/> of <x id="INTERPOLATION_1"/> documents}}</target> + <target state="translated">{VAR_PLURAL, plural, one {} =1 {Selecionado <x id="INTERPOLATION"/> de um documento} other {Selecionados <x id="INTERPOLATION"/> de <x id="INTERPOLATION_1"/> documentos}}</target> </trans-unit> <trans-unit id="bb773fdeaad5e7fb8e6cd77e1cc558e1b194a0c9" datatype="html"> <source>{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</source> @@ -152,7 +152,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="linenumber">86</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</target> + <target state="translated">{VAR_PLURAL, plural, one {} =1 {Um documento} other {<x id="INTERPOLATION"/> documentos}}</target> </trans-unit> <trans-unit id="bb91083b44e3f77dd68de773ceab467ca3d57507" datatype="html"> <source>(filtered)</source> @@ -784,7 +784,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">99</context> </context-group> - <target state="needs-translation">Invert thumbnails in dark mode</target> + <target state="translated">Inverter miniaturas no modo escuro</target> </trans-unit> <trans-unit id="3863a86cd9e69a61d143d3daf51df44203df4a82" datatype="html"> <source>Bulk editing</source> @@ -896,7 +896,7 @@ <context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context> <context context-type="linenumber">163</context> </context-group> - <target state="needs-translation">No saved views defined.</target> + <target state="translated">Nenhuma vista gravada definida.</target> </trans-unit> <trans-unit id="ef60a738a565f498b858e903e42bc5ffc3cc1299" datatype="html"> <source>404 Not Found</source> @@ -912,7 +912,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-list.component.ts</context> <context context-type="linenumber">26</context> </context-group> - <target state="needs-translation">Do you really want to delete the correspondent "<x id="PH" equiv-text="object.name"/>"?</target> + <target state="translated">Tem a certeza que deseja eliminar a correspondência "<x id="PH" equiv-text="object.name"/>"?</target> </trans-unit> <trans-unit id="c3f3334de899327bf3ec8999236e10798ff76e72" datatype="html"> <source>Correspondents</source> @@ -976,7 +976,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">10</context> </context-group> - <target state="needs-translation">Matching algorithm</target> + <target state="translated">Algoritmo correspondente</target> </trans-unit> <trans-unit id="eab7fc7cf2d663e54de934b779fce4275a303f0f" datatype="html"> <source>Matching pattern</source> @@ -984,7 +984,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">11</context> </context-group> - <target state="needs-translation">Matching pattern</target> + <target state="translated">Padrão correspondente</target> </trans-unit> <trans-unit id="632e529f49cf3d367dfbd15bd055e9b53aef30fb" datatype="html"> <source>Case insensitive</source> @@ -992,7 +992,7 @@ <context context-type="sourcefile">src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html</context> <context context-type="linenumber">12</context> </context-group> - <target state="needs-translation">Case insensitive</target> + <target state="translated">Não distingue maiúsculas de minúsculas</target> </trans-unit> <trans-unit id="9153094873118985366" datatype="html"> <source>Create new tag</source> @@ -1016,7 +1016,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Inbox tag</target> + <target state="translated">Etiqueta de novo</target> </trans-unit> <trans-unit id="5e2f1a4ea12a1b8606ee3f0548d0ba64bf266077" datatype="html"> <source>Inbox tags are automatically assigned to all consumed documents.</source> @@ -1024,7 +1024,7 @@ <context context-type="sourcefile">src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html</context> <context context-type="linenumber">13</context> </context-group> - <target state="needs-translation">Inbox tags are automatically assigned to all consumed documents.</target> + <target state="translated">As etiquetas de novo são automaticamente adicionadas a todos os documentos consumidos.</target> </trans-unit> <trans-unit id="6672809941092516947" datatype="html"> <source>Create new document type</source> @@ -1032,7 +1032,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">21</context> </context-group> - <target state="needs-translation">Create new document type</target> + <target state="translated">Criar novo tipo de documento</target> </trans-unit> <trans-unit id="36335016091244220" datatype="html"> <source>Edit document type</source> @@ -1040,7 +1040,7 @@ <context context-type="sourcefile">src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts</context> <context context-type="linenumber">25</context> </context-group> - <target state="needs-translation">Edit document type</target> + <target state="translated">Editar tipo de documento</target> </trans-unit> <trans-unit id="49c9ede51100b454f7841b24cd02355c6622bf44" datatype="html"> <source>Search results</source> @@ -1048,7 +1048,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">Search results</target> + <target state="translated">Resultados da pesquisa</target> </trans-unit> <trans-unit id="31976d04f98e8a38098f66ac3a83ad33b576e5db" datatype="html"> <source>Invalid search query: <x id="INTERPOLATION" equiv-text="{{errorMessage}}"/></source> @@ -1064,7 +1064,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">6</context> </context-group> - <target state="needs-translation">Showing documents similar to <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> + <target state="translated">Mostrar documentos similares a <x id="START_LINK" equiv-text="<a routerLink="/documents/{{more_like}}">{{more_like_doc?.original_file_name}}"/><x id="INTERPOLATION" equiv-text="{{more_like_doc?.original_file_name}}</a>"/><x id="CLOSE_LINK" equiv-text="</a>"/></target> </trans-unit> <trans-unit id="6e0b0a1ea16f18f2fb1586c53d99d2f22e1aee2e" datatype="html"> <source>Search query: <x id="START_ITALIC_TEXT" equiv-text="<i>{{query}}"/><x id="INTERPOLATION" equiv-text="{{query}}</i>"/><x id="CLOSE_ITALIC_TEXT" equiv-text="</i>"/></source> @@ -1088,7 +1088,7 @@ <context context-type="sourcefile">src/app/components/search/search.component.html</context> <context context-type="linenumber">16</context> </context-group> - <target state="needs-translation">{VAR_PLURAL, plural, =0 {No results} =1 {One result} other {<x id="INTERPOLATION"/> results}}</target> + <target state="translated">{VAR_PLURAL, plural, one {} =0 {Sem resultados} =1 {Um resultado} other {<x id="INTERPOLATION"/> resultados}}</target> </trans-unit> <trans-unit id="41147374f427980a9f1a8cd5e3f4b1666e6f2418" datatype="html"> <source>Paperless-ng</source> @@ -1121,7 +1121,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">112</context> </context-group> - <target state="needs-translation">Manage</target> + <target state="translated">Gerir</target> </trans-unit> <trans-unit id="408cb6073e60c5d966296a3207fc596adca75e01" datatype="html"> <source>Admin</source> @@ -1129,7 +1129,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">154</context> </context-group> - <target state="needs-translation">Admin</target> + <target state="translated">Administrador</target> </trans-unit> <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html"> <source>Info</source> @@ -1137,7 +1137,7 @@ <context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context> <context context-type="linenumber">160</context> </context-group> - <target state="needs-translation">Info</target> + <target state="translated">Informação</target> </trans-unit> <trans-unit id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7" datatype="html"> <source>Documentation</source> @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="translated">Título</target> </trans-unit> @@ -1199,47 +1199,55 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> - <target state="needs-translation">Title & content</target> + <target state="translated">Título & conteúdo</target> + </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="translated">NSA</target> </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> - <target state="needs-translation">Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> + <target state="translated">Correspondente: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="8170755470576301659" datatype="html"> <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Without correspondent</target> + <target state="translated">Sem correspondente</target> </trans-unit> <trans-unit id="8705701325879965907" datatype="html"> <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> - <target state="needs-translation">Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> + <target state="translated">Tipo: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> <trans-unit id="4362173610367509215" datatype="html"> <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> - <target state="needs-translation">Without document type</target> + <target state="translated">Sem tipo de documento</target> </trans-unit> <trans-unit id="8180755793012580465" datatype="html"> <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="translated">Etiqueta: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="translated">Sem etiquetas</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="translated">Título: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="translated">NSA: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -1273,7 +1289,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">28</context> </context-group> - <target state="needs-translation">Filter correspondents</target> + <target state="translated">Filtrar correspondentes</target> </trans-unit> <trans-unit id="0ad509732aaf702b7ea8c771c7809fa84bc85908" datatype="html"> <source>Filter document types</source> @@ -1281,7 +1297,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">35</context> </context-group> - <target state="needs-translation">Filter document types</target> + <target state="translated">Filtrar tipos de documentos</target> </trans-unit> <trans-unit id="2d9d55f1b70142ff4597ba32179d16888fd9c6b2" datatype="html"> <source>Reset filters</source> @@ -1289,7 +1305,7 @@ <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="linenumber">58</context> </context-group> - <target state="needs-translation">Reset filters</target> + <target state="translated">Limpar filtros</target> </trans-unit> <trans-unit id="7593728289020204896" datatype="html"> <source>Not assigned</source> @@ -1298,7 +1314,7 @@ <context context-type="linenumber">166</context> </context-group> <note priority="1" from="description">Filter drop down element to filter for documents with no correspondent/type/tag assigned</note> - <target state="needs-translation">Not assigned</target> + <target state="translated">Não atribuído</target> </trans-unit> <trans-unit id="c2d0ac9f528bbd5f53fd34269fde8b59e029621b" datatype="html"> <source>Apply</source> @@ -1386,7 +1402,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">20</context> </context-group> - <target state="needs-translation">Filter by correspondent</target> + <target state="translated">Filtrar por correspondente</target> </trans-unit> <trans-unit id="bdb9a910523610254872e147222689e9a4115b84" datatype="html"> <source>Filter by tag</source> @@ -1402,7 +1418,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-large/document-card-large.component.html</context> <context context-type="linenumber">62</context> </context-group> - <target state="needs-translation">Score:</target> + <target state="translated">Pontuação:</target> </trans-unit> <trans-unit id="2840db547019ce8c76b2cdbe3a1653c5b68b06af" datatype="html"> <source>View in browser</source> @@ -1410,7 +1426,7 @@ <context context-type="sourcefile">src/app/components/document-list/document-card-small/document-card-small.component.html</context> <context context-type="linenumber">40</context> </context-group> - <target state="needs-translation">View in browser</target> + <target state="translated">Ver no navegador</target> </trans-unit> <trans-unit id="7985804062689412812" datatype="html"> <source>Error executing bulk operation: <x id="PH" equiv-text="JSON.stringify(error.error)"/></source> @@ -1461,7 +1477,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">127</context> </context-group> - <target state="needs-translation">Confirm tags assignment</target> + <target state="translated">Confirmar atribuição de etiquetas</target> </trans-unit> <trans-unit id="6619516195038467207" datatype="html"> <source>This operation will add the tag "<x id="PH" equiv-text="tag.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1469,7 +1485,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">130</context> </context-group> - <target state="needs-translation">This operation will add the tag "<x id="PH" equiv-text="tag.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operação irá adicionar a etiqueta "<x id="PH" equiv-text="tag.name"/>" ao(s) <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="1894412783609570695" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1477,7 +1493,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">132</context> </context-group> - <target state="needs-translation">This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operação irá adicionar as etiquetas <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> ao(s) <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="7181166515756808573" datatype="html"> <source>This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1485,7 +1501,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">135</context> </context-group> - <target state="needs-translation">This operation will remove the tag "<x id="PH" equiv-text="tag.name"/>" from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operação irá remover a etiqueta "<x id="PH" equiv-text="tag.name"/>" do(s) <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="3819792277998068944" datatype="html"> <source>This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1493,7 +1509,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">137</context> </context-group> - <target state="needs-translation">This operation will remove the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> from <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operação irá remover as etiquetas <x id="PH" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> do(s) <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="2739066218579571288" datatype="html"> <source>This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1501,7 +1517,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">139</context> </context-group> - <target state="needs-translation">This operation will add the tags <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> and remove the tags <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> on <x id="PH_2" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operação irá adicionar a(s) etiqueta(s) <x id="PH" equiv-text="this._localizeList(changedTags.itemsToAdd)"/> e remover a(s) <x id="PH_1" equiv-text="this._localizeList(changedTags.itemsToRemove)"/> no(s) <x id="PH_2" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="2996713129519325161" datatype="html"> <source>Confirm correspondent assignment</source> @@ -1509,7 +1525,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">159</context> </context-group> - <target state="needs-translation">Confirm correspondent assignment</target> + <target state="translated">Confirmar atribuição correspondente</target> </trans-unit> <trans-unit id="6900893559485781849" datatype="html"> <source>This operation will assign the correspondent "<x id="PH" equiv-text="correspondent.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1517,7 +1533,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">161</context> </context-group> - <target state="needs-translation">This operation will assign the correspondent "<x id="PH" equiv-text="correspondent.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operação irá adicionar a correspondência <x id="PH" equiv-text="correspondent.name"/> aos <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="1257522660364398440" datatype="html"> <source>This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1525,7 +1541,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">163</context> </context-group> - <target state="needs-translation">This operation will remove the correspondent from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operação irá remover a correspondência do(s) <x id="PH" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="5393409374423140648" datatype="html"> <source>Confirm document type assignment</source> @@ -1533,7 +1549,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">182</context> </context-group> - <target state="needs-translation">Confirm document type assignment</target> + <target state="translated">Confirmar atribuição de tipo de documentos</target> </trans-unit> <trans-unit id="332180123895325027" datatype="html"> <source>This operation will assign the document type "<x id="PH" equiv-text="documentType.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1541,7 +1557,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">184</context> </context-group> - <target state="needs-translation">This operation will assign the document type "<x id="PH" equiv-text="documentType.name"/>" to <x id="PH_1" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">A operação irá associar o tipo de documento "<x id="PH" equiv-text="documentType.name"/>" ao(s) <x id="PH_1" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="2236642492594872779" datatype="html"> <source>This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1549,7 +1565,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">186</context> </context-group> - <target state="needs-translation">This operation will remove the document type from <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operação irá remover o tipo de documento do(s) <x id="PH" equiv-text="this.list.selected.size"/> documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="749430623564850405" datatype="html"> <source>Delete confirm</source> @@ -1557,7 +1573,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">201</context> </context-group> - <target state="needs-translation">Delete confirm</target> + <target state="translated">Confirmar eliminação</target> </trans-unit> <trans-unit id="4303174930844518780" datatype="html"> <source>This operation will permanently delete <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</source> @@ -1565,7 +1581,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">202</context> </context-group> - <target state="needs-translation">This operation will permanently delete <x id="PH" equiv-text="this.list.selected.size"/> selected document(s).</target> + <target state="translated">Esta operação irá apagar permanentemente <x id="PH" equiv-text="this.list.selected.size"/> o(s) documento(s) selecionado(s).</target> </trans-unit> <trans-unit id="5641451190833696892" datatype="html"> <source>This operation cannot be undone.</source> @@ -1573,7 +1589,7 @@ <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="linenumber">203</context> </context-group> - <target state="needs-translation">This operation cannot be undone.</target> + <target state="translated">Esta operação não pode ser desfeita.</target> </trans-unit> <trans-unit id="6734339521247847366" datatype="html"> <source>Delete document(s)</source> @@ -1629,7 +1645,7 @@ <context context-type="sourcefile">src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Save current view</target> + <target state="translated">Guardar a vista atual</target> </trans-unit> <trans-unit id="4eb84de23219c85432e38fb4fbdeb6c0f103ff8b" datatype="html"> <source>Show all</source> @@ -1637,7 +1653,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="needs-translation">Show all</target> + <target state="translated">Mostrar tudo</target> </trans-unit> <trans-unit id="61e0f26d843eec0b33ff475e111b0c2f7a80b835" datatype="html"> <source>Statistics</source> @@ -1661,7 +1677,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html</context> <context context-type="linenumber">3</context> </context-group> - <target state="translated">Documentos na caixa de entrada: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> + <target state="translated">Documentos novos: <x id="INTERPOLATION" equiv-text="{{statistics?.documents_inbox}}"/></target> </trans-unit> <trans-unit id="6443586946875325554" datatype="html"> <source>Processing: <x id="PH" equiv-text="countUploadingAndProcessing"/></source> @@ -1750,7 +1766,7 @@ <context context-type="linenumber">4</context> </context-group> <note priority="1" from="description">This button dismisses all status messages about processed documents on the dashboard (failed and successful)</note> - <target state="needs-translation">Dismiss completed</target> + <target state="translated">Descartar concluído</target> </trans-unit> <trans-unit id="90917e1a0a7bb59e9d11bdde9183e9391963e17b" datatype="html"> <source>{VAR_PLURAL, plural, =1 {One more document} other {<x id="INTERPOLATION"/> more documents}}</source> @@ -1759,7 +1775,7 @@ <context context-type="linenumber">25</context> </context-group> <note priority="1" from="description">This is shown as a summary line when there are more than 5 document in the processing pipeline.</note> - <target state="needs-translation">{VAR_PLURAL, plural, =1 {One more document} other {<x id="INTERPOLATION"/> more documents}}</target> + <target state="translated">{VAR_PLURAL, plural, one {} =1 {Mais um documento} other {mais <x id="INTERPOLATION"/> documentos}}</target> </trans-unit> <trans-unit id="710254a196a2649674438edf8a15b7ab1f48271b" datatype="html"> <source>Open document</source> @@ -1775,7 +1791,7 @@ <context context-type="sourcefile">src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html</context> <context context-type="linenumber">1</context> </context-group> - <target state="needs-translation">First steps</target> + <target state="translated">Primeiros passos</target> </trans-unit> <trans-unit id="a0dc8218a6fcc5d11a4723ed127bd6be9d6d3ef3" datatype="html"> <source>Paperless is running! :)</source> @@ -1855,7 +1871,7 @@ <context context-type="sourcefile">src/app/components/common/input/date/date.component.html</context> <context context-type="linenumber">14</context> </context-group> - <target state="needs-translation">Invalid date.</target> + <target state="translated">Data inválida.</target> </trans-unit> <trans-unit id="2807800733729323332" datatype="html"> <source>Yes</source> @@ -1927,7 +1943,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">95</context> </context-group> - <target state="needs-translation">Portuguese (Brazil)</target> + <target state="translated">Português (Brasil)</target> </trans-unit> <trans-unit id="2935232983274991580" datatype="html"> <source>Italian</source> @@ -1935,7 +1951,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">96</context> </context-group> - <target state="needs-translation">Italian</target> + <target state="translated">Italiano</target> </trans-unit> <trans-unit id="8118856427047826368" datatype="html"> <source>Romanian</source> @@ -1943,7 +1959,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">97</context> </context-group> - <target state="needs-translation">Romanian</target> + <target state="translated">Romeno</target> </trans-unit> <trans-unit id="7137419789978325708" datatype="html"> <source>Russian</source> @@ -1951,7 +1967,7 @@ <context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="linenumber">98</context> </context-group> - <target state="needs-translation">Russian</target> + <target state="translated">Russo</target> </trans-unit> <trans-unit id="4912706592792948707" datatype="html"> <source>ISO 8601</source> @@ -2085,14 +2101,6 @@ </context-group> <target state="translated">Informação</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="translated">NSA</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf index f6855f020..a9be02808 100644 --- a/src-ui/src/locale/messages.ro_RO.xlf +++ b/src-ui/src/locale/messages.ro_RO.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="translated">Titlu</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="translated">Titlu si conținut</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="translated">Aviz prealabil de expediție</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="translated">Corespondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="translated">Fără corespondent</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="translated">Tip: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="translated">Fară tip</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="translated">Eticheta: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="translated">Fară etichete</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="translated">Titlu: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="translated">Aviz prealabil de expediție: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target state="translated">Informații</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="translated">Aviz prealabil de expediție</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf index 298d91cb0..0c73d051c 100644 --- a/src-ui/src/locale/messages.ru_RU.xlf +++ b/src-ui/src/locale/messages.ru_RU.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="translated">Заголовок</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="translated">Заголовок и содержимое</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="translated">АН</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="translated">Корреспондент: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="translated">Без корреспондента</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="translated">Тип: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="translated">Без типа документа</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="translated">Тег: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="translated">Без тегов</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="translated">Заголовок: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="needs-translation">ASN: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target state="translated">Информация</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="translated">АН</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.xh_ZA.xlf b/src-ui/src/locale/messages.xh_ZA.xlf index aa5dd8165..781e5ec72 100644 --- a/src-ui/src/locale/messages.xh_ZA.xlf +++ b/src-ui/src/locale/messages.xh_ZA.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target>crwdns3134:0crwdne3134:0</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target>crwdns3136:0crwdne3136:0</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target>crwdns3354:0crwdne3354:0</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target>crwdns3138:0crwdne3138:0</target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target>crwdns3140:0crwdne3140:0</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target>crwdns3142:0crwdne3142:0</target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target>crwdns3144:0crwdne3144:0</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target>crwdns3146:0crwdne3146:0</target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target>crwdns3148:0crwdne3148:0</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target>crwdns3150:0crwdne3150:0</target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target>crwdns3416:0crwdne3416:0</target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target>crwdns3352:0crwdne3352:0</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target>crwdns3354:0crwdne3354:0</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src-ui/src/locale/messages.zh_CN.xlf b/src-ui/src/locale/messages.zh_CN.xlf index b5f263396..0942b3773 100644 --- a/src-ui/src/locale/messages.zh_CN.xlf +++ b/src-ui/src/locale/messages.zh_CN.xlf @@ -1191,7 +1191,7 @@ <source>Title</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">73</context> + <context context-type="linenumber">77</context> </context-group> <target state="needs-translation">Title</target> </trans-unit> @@ -1199,15 +1199,23 @@ <source>Title & content</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">74</context> + <context context-type="linenumber">78</context> </context-group> <target state="needs-translation">Title & content</target> </trans-unit> + <trans-unit id="7517688192215738656" datatype="html"> + <source>ASN</source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">79</context> + </context-group> + <target state="needs-translation">ASN</target> + </trans-unit> <trans-unit id="5195932016807797291" datatype="html"> <source>Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">32</context> + <context context-type="linenumber">33</context> </context-group> <target state="needs-translation">Correspondent: <x id="PH" equiv-text="this.correspondents.find(c => c.id == +rule.value)?.name"/></target> </trans-unit> @@ -1215,7 +1223,7 @@ <source>Without correspondent</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">34</context> + <context context-type="linenumber">35</context> </context-group> <target state="needs-translation">Without correspondent</target> </trans-unit> @@ -1223,7 +1231,7 @@ <source>Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">39</context> + <context context-type="linenumber">40</context> </context-group> <target state="needs-translation">Type: <x id="PH" equiv-text="this.documentTypes.find(dt => dt.id == +rule.value)?.name"/></target> </trans-unit> @@ -1231,7 +1239,7 @@ <source>Without document type</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">41</context> + <context context-type="linenumber">42</context> </context-group> <target state="needs-translation">Without document type</target> </trans-unit> @@ -1239,7 +1247,7 @@ <source>Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">45</context> + <context context-type="linenumber">46</context> </context-group> <target state="needs-translation">Tag: <x id="PH" equiv-text="this.tags.find(t => t.id == +rule.value)?.name"/></target> </trans-unit> @@ -1247,7 +1255,7 @@ <source>Without any tag</source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">49</context> + <context context-type="linenumber">50</context> </context-group> <target state="needs-translation">Without any tag</target> </trans-unit> @@ -1255,10 +1263,18 @@ <source>Title: <x id="PH" equiv-text="rule.value"/></source> <context-group purpose="location"> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> - <context context-type="linenumber">53</context> + <context context-type="linenumber">54</context> </context-group> <target state="needs-translation">Title: <x id="PH" equiv-text="rule.value"/></target> </trans-unit> + <trans-unit id="1872523635812236432" datatype="html"> + <source>ASN: <x id="PH" equiv-text="rule.value"/></source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.ts</context> + <context context-type="linenumber">57</context> + </context-group> + <target state="needs-translation">ASN: <x id="PH" equiv-text="rule.value"/></target> + </trans-unit> <trans-unit id="02d184c288f567825a1fcbf83bcd3099a10853d5" datatype="html"> <source>Filter tags</source> <context-group purpose="location"> @@ -2085,14 +2101,6 @@ </context-group> <target state="needs-translation">Information</target> </trans-unit> - <trans-unit id="7517688192215738656" datatype="html"> - <source>ASN</source> - <context-group purpose="location"> - <context context-type="sourcefile">src/app/services/rest/document.service.ts</context> - <context context-type="linenumber">17</context> - </context-group> - <target state="needs-translation">ASN</target> - </trans-unit> <trans-unit id="2691296884221415710" datatype="html"> <source>Correspondent</source> <context-group purpose="location"> diff --git a/src/locale/es_ES/LC_MESSAGES/django.po b/src/locale/es_ES/LC_MESSAGES/django.po index b4c2bf1e0..74418eca3 100644 --- a/src/locale/es_ES/LC_MESSAGES/django.po +++ b/src/locale/es_ES/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-07 21:34+0100\n" -"PO-Revision-Date: 2021-03-07 21:35\n" +"PO-Revision-Date: 2021-03-09 23:16\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -39,7 +39,7 @@ msgstr "Expresión regular" #: documents/models.py:36 msgid "Fuzzy word" -msgstr "" +msgstr "Palabra borrosa" #: documents/models.py:37 msgid "Automatic" @@ -52,15 +52,15 @@ msgstr "nombre" #: documents/models.py:45 msgid "match" -msgstr "" +msgstr "coincidencia" #: documents/models.py:49 msgid "matching algorithm" -msgstr "" +msgstr "Algoritmo de coincidencia" #: documents/models.py:55 msgid "is insensitive" -msgstr "" +msgstr "es insensible" #: documents/models.py:74 documents/models.py:120 msgid "correspondent" @@ -152,7 +152,7 @@ msgstr "tipo de almacenamiento" #: documents/models.py:188 msgid "added" -msgstr "" +msgstr "añadido" #: documents/models.py:192 msgid "filename" @@ -164,7 +164,7 @@ msgstr "" #: documents/models.py:202 msgid "archive filename" -msgstr "" +msgstr "nombre de archivo" #: documents/models.py:208 msgid "Current archive filename in storage" @@ -344,11 +344,11 @@ msgstr "valor" #: documents/models.py:410 msgid "filter rule" -msgstr "" +msgstr "regla de filtrado" #: documents/models.py:411 msgid "filter rules" -msgstr "" +msgstr "reglas de filtrado" #: documents/serialisers.py:53 #, python-format @@ -438,7 +438,7 @@ msgstr "Rumano" #: paperless/settings.py:306 msgid "Russian" -msgstr "" +msgstr "Ruso" #: paperless/urls.py:118 msgid "Paperless-ng administration" @@ -458,7 +458,7 @@ msgstr "Acciones" #: paperless_mail/admin.py:39 msgid "The action applied to the mail. This action is only performed when documents were consumed from the mail. Mails without attachments will remain entirely untouched." -msgstr "" +msgstr "La acción aplicada al correo. Esta acción solo se realiza cuando los documentos se consumen del correo. Los correos sin archivos adjuntos permanecerán totalmente intactos." #: paperless_mail/admin.py:46 msgid "Metadata" diff --git a/src/locale/fr_FR/LC_MESSAGES/django.po b/src/locale/fr_FR/LC_MESSAGES/django.po index e5966e597..b8f79e03b 100644 --- a/src/locale/fr_FR/LC_MESSAGES/django.po +++ b/src/locale/fr_FR/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-07 21:34+0100\n" -"PO-Revision-Date: 2021-03-08 08:06\n" +"PO-Revision-Date: 2021-03-08 21:07\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -328,11 +328,11 @@ msgstr "ne porte pas d'étiquette" #: documents/models.py:388 msgid "does not have ASN" -msgstr "" +msgstr "ne porte pas de NSA" #: documents/models.py:389 msgid "title or content contains" -msgstr "" +msgstr "le titre ou le contenu contient" #: documents/models.py:400 msgid "rule type" @@ -438,7 +438,7 @@ msgstr "Roumain" #: paperless/settings.py:306 msgid "Russian" -msgstr "" +msgstr "Russe" #: paperless/urls.py:118 msgid "Paperless-ng administration" diff --git a/src/locale/pt_BR/LC_MESSAGES/django.po b/src/locale/pt_BR/LC_MESSAGES/django.po index c0c7e822d..354780b4e 100644 --- a/src/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/locale/pt_BR/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-07 21:34+0100\n" -"PO-Revision-Date: 2021-03-07 21:35\n" +"PO-Revision-Date: 2021-03-08 20:02\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt_BR\n" @@ -332,7 +332,7 @@ msgstr "" #: documents/models.py:389 msgid "title or content contains" -msgstr "" +msgstr "título ou conteúdo contém" #: documents/models.py:400 msgid "rule type" diff --git a/src/locale/pt_PT/LC_MESSAGES/django.po b/src/locale/pt_PT/LC_MESSAGES/django.po index 8f6538fdf..e015d377d 100644 --- a/src/locale/pt_PT/LC_MESSAGES/django.po +++ b/src/locale/pt_PT/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ng\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-07 21:34+0100\n" -"PO-Revision-Date: 2021-03-07 20:36\n" +"PO-Revision-Date: 2021-03-08 23:34\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "Language: pt_PT\n" @@ -48,15 +48,15 @@ msgstr "Automático" #: documents/models.py:41 documents/models.py:350 paperless_mail/models.py:25 #: paperless_mail/models.py:109 msgid "name" -msgstr "" +msgstr "nome" #: documents/models.py:45 msgid "match" -msgstr "" +msgstr "correspondência" #: documents/models.py:49 msgid "matching algorithm" -msgstr "" +msgstr "algoritmo correspondente" #: documents/models.py:55 msgid "is insensitive" @@ -64,19 +64,19 @@ msgstr "" #: documents/models.py:74 documents/models.py:120 msgid "correspondent" -msgstr "" +msgstr "correspondente" #: documents/models.py:75 msgid "correspondents" -msgstr "" +msgstr "correspondentes" #: documents/models.py:81 msgid "color" -msgstr "" +msgstr "cor" #: documents/models.py:87 msgid "is inbox tag" -msgstr "" +msgstr "é etiqueta de novo" #: documents/models.py:89 msgid "Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags." @@ -84,35 +84,35 @@ msgstr "" #: documents/models.py:94 msgid "tag" -msgstr "" +msgstr "etiqueta" #: documents/models.py:95 documents/models.py:151 msgid "tags" -msgstr "" +msgstr "etiquetas" #: documents/models.py:101 documents/models.py:133 msgid "document type" -msgstr "" +msgstr "tipo de documento" #: documents/models.py:102 msgid "document types" -msgstr "" +msgstr "tipos de documento" #: documents/models.py:110 msgid "Unencrypted" -msgstr "" +msgstr "Não encriptado" #: documents/models.py:111 msgid "Encrypted with GNU Privacy Guard" -msgstr "" +msgstr "Encriptado com GNU Privacy Guard" #: documents/models.py:124 msgid "title" -msgstr "" +msgstr "título" #: documents/models.py:137 msgid "content" -msgstr "" +msgstr "conteúdo" #: documents/models.py:139 msgid "The raw, text-only data of the document. This field is primarily used for searching." @@ -140,23 +140,23 @@ msgstr "" #: documents/models.py:172 documents/models.py:328 msgid "created" -msgstr "" +msgstr "criado" #: documents/models.py:176 msgid "modified" -msgstr "" +msgstr "modificado" #: documents/models.py:180 msgid "storage type" -msgstr "" +msgstr "tipo de armazenamento" #: documents/models.py:188 msgid "added" -msgstr "" +msgstr "adicionado" #: documents/models.py:192 msgid "filename" -msgstr "" +msgstr "nome de ficheiro" #: documents/models.py:198 msgid "Current filename in storage" @@ -180,51 +180,51 @@ msgstr "" #: documents/models.py:223 msgid "document" -msgstr "" +msgstr "documento" #: documents/models.py:224 msgid "documents" -msgstr "" +msgstr "documentos" #: documents/models.py:311 msgid "debug" -msgstr "" +msgstr "depurar" #: documents/models.py:312 msgid "information" -msgstr "" +msgstr "informação" #: documents/models.py:313 msgid "warning" -msgstr "" +msgstr "aviso" #: documents/models.py:314 msgid "error" -msgstr "" +msgstr "erro" #: documents/models.py:315 msgid "critical" -msgstr "" +msgstr "crítico" #: documents/models.py:319 msgid "group" -msgstr "" +msgstr "grupo" #: documents/models.py:322 msgid "message" -msgstr "" +msgstr "mensagem" #: documents/models.py:325 msgid "level" -msgstr "" +msgstr "nível" #: documents/models.py:332 msgid "log" -msgstr "" +msgstr "registo" #: documents/models.py:333 msgid "logs" -msgstr "" +msgstr "registos" #: documents/models.py:344 documents/models.py:396 msgid "saved view" @@ -236,11 +236,11 @@ msgstr "" #: documents/models.py:348 msgid "user" -msgstr "" +msgstr "utilizador" #: documents/models.py:354 msgid "show on dashboard" -msgstr "" +msgstr "exibir no painel de controlo" #: documents/models.py:357 msgid "show in sidebar" @@ -438,7 +438,7 @@ msgstr "" #: paperless/settings.py:306 msgid "Russian" -msgstr "" +msgstr "Russo" #: paperless/urls.py:118 msgid "Paperless-ng administration" From 7795baf9890a0149813f11756fbdb6969d6136fd Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Wed, 10 Mar 2021 18:15:23 +0100 Subject: [PATCH 69/71] change ISO date to always display 4 digit years #736 --- src-ui/src/app/pipes/custom-date.pipe.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/src/app/pipes/custom-date.pipe.ts b/src-ui/src/app/pipes/custom-date.pipe.ts index 6587c157a..34aaaf1b7 100644 --- a/src-ui/src/app/pipes/custom-date.pipe.ts +++ b/src-ui/src/app/pipes/custom-date.pipe.ts @@ -4,8 +4,8 @@ import { SettingsService, SETTINGS_KEYS } from '../services/settings.service'; const FORMAT_TO_ISO_FORMAT = { "longDate": "y-MM-dd", - "mediumDate": "yy-MM-dd", - "shortDate": "yy-MM-dd" + "mediumDate": "y-MM-dd", + "shortDate": "y-MM-dd" } @Pipe({ From 6470a443acfb9166aebe93205e1c8b4cb02f1e55 Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Wed, 10 Mar 2021 18:32:57 +0100 Subject: [PATCH 70/71] fix #735 --- .../upload-file-widget/upload-file-widget.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss index b37606ff3..c13a7bd47 100644 --- a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss +++ b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss @@ -23,7 +23,7 @@ form { } } -::ng-deep .progress { +.progress { position: absolute; top: 0; right: 0; From 143ae1092cf38140a24fc30b75262a51b91241e3 Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Wed, 10 Mar 2021 22:31:49 +0100 Subject: [PATCH 71/71] changelog --- docs/changelog.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 11223265d..316cb2281 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,20 @@ Changelog ********* +paperless-ng 1.3.1 +################## + +* Added Russian locale. + +* ISO-8601 date format will now always show years with 4 digits. + +* Fixed an issue with the search results score indicator. + +* Added the ability to search for a document with a specific ASN. + +* The startup check for write permissions now works properly on NFS shares. + + paperless-ng 1.3.0 ##################