Compare commits

..

1 Commits

Author SHA1 Message Date
Crowdin Bot
46049ecfc0 New Crowdin translations by GitHub Action 2025-07-10 12:14:39 +00:00
7 changed files with 45 additions and 41 deletions

View File

@ -246,7 +246,7 @@ export class CustomFieldsQueryDropdownComponent extends LoadingComponentWithPerm
customFields: CustomField[] = []
public readonly today: string = new Date().toLocaleDateString('en-CA')
public readonly today: string = new Date().toISOString().split('T')[0]
constructor() {
super()

View File

@ -165,7 +165,7 @@ export class DatesDropdownComponent implements OnInit, OnDestroy {
@Input()
placement: string = 'bottom-start'
public readonly today: string = new Date().toLocaleDateString('en-CA')
public readonly today: string = new Date().toISOString().split('T')[0]
get isActive(): boolean {
return (

View File

@ -59,7 +59,7 @@ export class DateComponent
@Output()
filterDocuments = new EventEmitter<NgbDateStruct[]>()
public readonly today: string = new Date().toLocaleDateString('en-CA')
public readonly today: string = new Date().toISOString().split('T')[0]
getSuggestions() {
return this.suggestions == null

View File

@ -10954,13 +10954,13 @@
</context-group>
<target state="final">Ukrainisch</target>
</trans-unit>
<trans-unit id="3611216939636790848" datatype="html" approved="yes">
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="final">Vietnamesisch</target>
<target state="translated">Vietnamesisch</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html" approved="yes">
<source>Chinese Simplified</source>

View File

@ -1613,7 +1613,9 @@
<context context-type="sourcefile">src/app/components/admin/settings/settings.component.html</context>
<context context-type="linenumber">265,267</context>
</context-group>
<target state="translated">Cài đặt áp dụng cho tài khoản người dùng này đối với các đối tượng (Thẻ, Quy tắc thư, v.v., ngoại trừ tài liệu) được tạo thông qua giao diện người dùng web</target>
<target state="translated">
Cài đặt áp dụng cho tài khoản người dùng này cho các đối tượng (thẻ, quy tắc thư, v.v. nhưng không phải tài liệu) được tạo thông qua giao diện người dùng web.
</target>
</trans-unit>
<trans-unit id="4292903881380648974" datatype="html">
<source>Default Owner</source>
@ -6032,7 +6034,9 @@
<context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html</context>
<context context-type="linenumber">147</context>
</context-group>
<target state="translated">Kích hoạt lặp lại.</target>
<target state="translated">
Trigger đang định kỳ.
</target>
</trans-unit>
<trans-unit id="5937989815294159481" datatype="html">
<source>Recurring interval days</source>
@ -8475,7 +8479,7 @@
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
<context context-type="linenumber">11</context>
</context-group>
<target state="translated">-</target>
<target state="needs-translation">-</target>
</trans-unit>
<trans-unit id="8479257185772414452" datatype="html">
<source>+</source>
@ -8483,7 +8487,7 @@
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
<context context-type="linenumber">19</context>
</context-group>
<target state="translated">+</target>
<target state="needs-translation">+</target>
</trans-unit>
<trans-unit id="8659635229098859487" datatype="html">
<source>Download original</source>
@ -9869,7 +9873,7 @@
<context context-type="sourcefile">src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html</context>
<context context-type="linenumber">3,7</context>
</context-group>
<target state="translated">{VAR_PLURAL, plural, =1 {Đặt trường tùy chỉnh cho 1 tài liệu} other {Đặt trường tùy chỉnh cho <x id="INTERPOLATION"/> tài liệu}}</target>
<target state="needs-translation">{VAR_PLURAL, plural, =1 {Set custom fields for 1 document} other {Set custom fields for <x id="INTERPOLATION"/> documents}}</target>
</trans-unit>
<trans-unit id="8100177157764133131" datatype="html">
<source>Select custom fields</source>
@ -9888,8 +9892,8 @@
<context context-type="sourcefile">src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html</context>
<context context-type="linenumber">69,74</context>
</context-group>
<target state="translated">{VAR_PLURAL, plural, =1 {Thao tác này cũng sẽ xóa 1 trường tùy chỉnh khỏi các tài liệu đã chọn.} other {Thao tác này cũng sẽ
xoá<x id="INTERPOLATION"/> trường tùy chỉnh khỏi các tài liệu đã chọn.}}</target>
<target state="needs-translation">{VAR_PLURAL, plural, =1 {This operation will also remove 1 custom field from the selected documents.} other {This operation will also
remove <x id="INTERPOLATION"/> custom fields from the selected documents.}}</target>
</trans-unit>
<trans-unit id="2784168796433474565" datatype="html">
<source>Filter by tag</source>
@ -9979,7 +9983,7 @@
<context context-type="sourcefile">src/app/components/document-list/document-card-small/document-card-small.component.html</context>
<context context-type="linenumber">106</context>
</context-group>
<target state="translated">{VAR_PLURAL, plural, =1 {1 trang} other {<x id="INTERPOLATION"/> nhiều trang}}</target>
<target state="needs-translation">{VAR_PLURAL, plural, =1 {1 page} other {<x id="INTERPOLATION"/> pages}}</target>
</trans-unit>
<trans-unit id="5739581984228459958" datatype="html">
<source>Shared</source>
@ -10175,7 +10179,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="translated">{VAR_PLURAL, plural, =1 {Đã chọn <x id="INTERPOLATION"/> của một tài liệu} other {Đã chọn <x id="INTERPOLATION"/> của <x id="INTERPOLATION_1"/> nhiều tài liệu}}</target>
<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>
</trans-unit>
<trans-unit id="6600548268163632449" datatype="html">
<source>{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</source>
@ -10183,7 +10187,7 @@
<context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context>
<context context-type="linenumber">121</context>
</context-group>
<target state="translated">{VAR_PLURAL, plural, =1 {Một tài liệu} other {<x id="INTERPOLATION"/> nhiều tài liệu}}</target>
<target state="needs-translation">{VAR_PLURAL, plural, =1 {One document} other {<x id="INTERPOLATION"/> documents}}</target>
</trans-unit>
<trans-unit id="2243770355958919528" datatype="html">
<source>(filtered)</source>
@ -11509,7 +11513,7 @@
<context context-type="sourcefile">src/app/components/manage/management-list/management-list.component.html</context>
<context context-type="linenumber">118</context>
</context-group>
<target state="translated">{VAR_PLURAL, plural, =1 {Một <x id="INTERPOLATION"/>} other {<x id="INTERPOLATION_1"/> tổng <x id="INTERPOLATION_2"/>}}</target>
<target state="needs-translation">{VAR_PLURAL, plural, =1 {One <x id="INTERPOLATION"/>} other {<x id="INTERPOLATION_1"/> total <x id="INTERPOLATION_2"/>}}</target>
</trans-unit>
<trans-unit id="810888510148304696" datatype="html">
<source>Automatic</source>
@ -13154,7 +13158,7 @@
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="translated">Tiếng Việt</target>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source>

View File

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n"
"PO-Revision-Date: 2025-07-11 12:14\n"
"PO-Revision-Date: 2025-07-09 12:14\n"
"Last-Translator: \n"
"Language-Team: German\n"
"Language: de_DE\n"

View File

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n"
"PO-Revision-Date: 2025-07-12 12:12\n"
"PO-Revision-Date: 2025-07-08 21:15\n"
"Last-Translator: \n"
"Language-Team: Vietnamese\n"
"Language: vi_VN\n"
@ -79,7 +79,7 @@ msgstr "Khớp chính xác"
#: documents/models.py:57 documents/models.py:928
msgid "Regular expression"
msgstr "Biểu thức chính quy"
msgstr "Biểu hiện thường xuyên"
#: documents/models.py:58 documents/models.py:929
msgid "Fuzzy word"
@ -96,11 +96,11 @@ msgstr "tên"
#: documents/models.py:64 documents/models.py:993
msgid "match"
msgstr "phù hợp"
msgstr "trận đấu"
#: documents/models.py:67 documents/models.py:996
msgid "matching algorithm"
msgstr "thuật toán tìm kiếm"
msgstr "thuật toán phù hợp"
#: documents/models.py:72 documents/models.py:1001
msgid "is insensitive"
@ -124,7 +124,7 @@ msgstr "là thẻ hộp thư đến"
#: documents/models.py:106
msgid "Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags."
msgstr "Đánh dấu thẻ này là thẻ hộp thư đến: Tất cả các tài liệu mới được đưa vào sẽ được gắn thẻ hộp thư đến."
msgstr "Đánh dấu thẻ này là một thẻ hộp thư đến: Tất cả các tài liệu mới tiêu thụ sẽ được gắn thẻ hộp thư đến."
#: documents/models.py:112
msgid "tag"
@ -152,7 +152,7 @@ msgstr "đường dẫn lưu trữ"
#: documents/models.py:129
msgid "storage paths"
msgstr "các đường dẫn lưu trữ"
msgstr "đường dẫn lưu trữ"
#: documents/models.py:136
msgid "Unencrypted"
@ -176,11 +176,11 @@ msgstr "Dữ liệu thô, chỉ có văn bản của tài liệu. Trường này
#: documents/models.py:178
msgid "mime type"
msgstr "kiểu MIME"
msgstr "loại mime"
#: documents/models.py:188
msgid "checksum"
msgstr "giá trị tổng kiểm"
msgstr "tổng kiểm tra"
#: documents/models.py:192
msgid "The checksum of the original document."
@ -196,7 +196,7 @@ msgstr "Tổng kiểm tra của tài liệu đã lưu trữ."
#: documents/models.py:205
msgid "page count"
msgstr "số trang"
msgstr "đếm trang"
#: documents/models.py:212
msgid "The number of pages of the document."
@ -726,7 +726,7 @@ msgstr "Ngày"
#: documents/models.py:734
msgid "Boolean"
msgstr "kiểu Boolean"
msgstr "Boolean"
#: documents/models.py:735
msgid "Integer"
@ -1201,7 +1201,7 @@ msgstr "Quay lại đăng nhập"
#: documents/templates/account/email/base_message.txt:1
#, python-format
msgid "Hello from %(site_name)s!"
msgstr "%(site_name)s xin chào!"
msgstr ""
#: documents/templates/account/email/base_message.txt:5
#, python-format
@ -1221,7 +1221,7 @@ msgstr "Vui lòng đăng nhập."
#: documents/templates/account/login.html:12
#, python-format
msgid "Don't have an account yet? <a href=\"%(signup_url)s\">Sign up</a>"
msgstr "Chưa có tài khoản? <a href=\"%(signup_url)s\">Đăng kí</a>"
msgstr ""
#: documents/templates/account/login.html:25
#: documents/templates/account/signup.html:22
@ -1384,12 +1384,12 @@ msgstr "Tài khoản xã hội không cần giấy ngx đăng nhập"
#: documents/templates/socialaccount/authentication_error.html:10
#, python-format
msgid "An error occurred while attempting to login via your social network account. Back to the <a href=\"%(login_url)s\">login page</a>"
msgstr "Đã xảy ra lỗi khi cố gắng đăng nhập bằng tài khoản mạng xã hội của bạn. Trở lại <a href=\"%(login_url)s\">trang đăng nhập</a>"
msgstr ""
#: documents/templates/socialaccount/login.html:10
#, python-format
msgid "You are about to connect a new third-party account from %(provider)s."
msgstr "Bạn sắp kết nối một tài khoản bên thứ ba mới từ %(provider)s."
msgstr ""
#: documents/templates/socialaccount/login.html:13
msgid "Continue"
@ -1411,21 +1411,21 @@ msgstr "Là bước cuối cùng, vui lòng hoàn thành mẫu đơn sau:"
#: documents/validators.py:24
#, python-brace-format
msgid "Unable to parse URI {value}, missing scheme"
msgstr "Không thể phân tích URI {value}, thiếu giao thức"
msgstr ""
#: documents/validators.py:29
#, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path"
msgstr "Không thể phân tích URI {value}, thiếu tên miền hoặc đường dẫn"
msgstr ""
#: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "Giao thức URI '{parts.scheme}' không được phép. Các giao thức được phép: {', '.join(allowed_schemes)}"
msgstr ""
#: documents/validators.py:45
#, python-brace-format
msgid "Unable to parse URI {value}"
msgstr "Không thể phân tích URI {value}"
msgstr ""
#: paperless/apps.py:11
msgid "Paperless"
@ -1753,7 +1753,7 @@ msgstr "Tiếng Ukraine"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr "Tiếng Việt"
msgstr ""
#: paperless/settings.py:796
msgid "Chinese Simplified"
@ -1817,11 +1817,11 @@ msgstr "Không mã hóa"
#: paperless_mail/models.py:15
msgid "Use SSL"
msgstr "ng SSL"
msgstr "Sử dụng SSL"
#: paperless_mail/models.py:16
msgid "Use STARTTLS"
msgstr "ng STARTTLS"
msgstr "Sử dụng STARTTLS"
#: paperless_mail/models.py:19
msgid "IMAP"
@ -1917,11 +1917,11 @@ msgstr "Mặc định hệ thống"
#: paperless_mail/models.py:120
msgid "Text, then HTML"
msgstr "Văn bản trước, sau đó HTML"
msgstr "Văn bản, sau đó HTML"
#: paperless_mail/models.py:121
msgid "HTML, then text"
msgstr "HTML trước, sau đó văn bản"
msgstr "HTML, sau đó văn bản"
#: paperless_mail/models.py:122
msgid "HTML only"