From 620575140ec9bc79274e016c8edea4bcb7cd5c99 Mon Sep 17 00:00:00 2001 From: Quentin BEY Date: Sun, 19 Oct 2025 23:41:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90(project)=20add=20missing=20transla?= =?UTF-8?q?tion=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In Crowdin we added ru, uk and nl, which breaks the download action. --- .../locale/br_FR/LC_MESSAGES/django.po | 390 ------------ .../locale/cn_CN/LC_MESSAGES/django.po | 399 ------------ .../locale/de_DE/LC_MESSAGES/django.po | 584 ++++++++---------- .../locale/en_US/LC_MESSAGES/django.po | 169 +++-- .../locale/es_ES/LC_MESSAGES/django.po | 390 ------------ .../locale/fr_FR/LC_MESSAGES/django.po | 207 ++++--- .../locale/it_IT/LC_MESSAGES/django.po | 390 ------------ .../locale/nl_NL/LC_MESSAGES/django.po | 584 ++++++++---------- .../locale/pt_PT/LC_MESSAGES/django.po | 390 ------------ .../locale/ru_RU/LC_MESSAGES/django.po | 353 +++++++++++ .../locale/sl_SI/LC_MESSAGES/django.po | 390 ------------ .../locale/sv_SE/LC_MESSAGES/django.po | 390 ------------ .../locale/tr_TR/LC_MESSAGES/django.po | 390 ------------ .../locale/uk_UA/LC_MESSAGES/django.po | 338 ++++++++++ .../locale/zh_CN/LC_MESSAGES/django.po | 390 ------------ .../conversations/src/i18n/translations.json | 4 + 16 files changed, 1417 insertions(+), 4341 deletions(-) delete mode 100644 src/backend/locale/br_FR/LC_MESSAGES/django.po delete mode 100644 src/backend/locale/cn_CN/LC_MESSAGES/django.po delete mode 100644 src/backend/locale/es_ES/LC_MESSAGES/django.po delete mode 100644 src/backend/locale/it_IT/LC_MESSAGES/django.po delete mode 100644 src/backend/locale/pt_PT/LC_MESSAGES/django.po create mode 100644 src/backend/locale/ru_RU/LC_MESSAGES/django.po delete mode 100644 src/backend/locale/sl_SI/LC_MESSAGES/django.po delete mode 100644 src/backend/locale/sv_SE/LC_MESSAGES/django.po delete mode 100644 src/backend/locale/tr_TR/LC_MESSAGES/django.po create mode 100644 src/backend/locale/uk_UA/LC_MESSAGES/django.po delete mode 100644 src/backend/locale/zh_CN/LC_MESSAGES/django.po diff --git a/src/backend/locale/br_FR/LC_MESSAGES/django.po b/src/backend/locale/br_FR/LC_MESSAGES/django.po deleted file mode 100644 index a13ecec..0000000 --- a/src/backend/locale/br_FR/LC_MESSAGES/django.po +++ /dev/null @@ -1,390 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lasuite-docs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-22 12:09+0000\n" -"PO-Revision-Date: 2025-05-22 14:16\n" -"Last-Translator: \n" -"Language-Team: Breton\n" -"Language: br_FR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=5; plural=(n%10==1 && (n%100!=11 || n%100!=71 || n%100!=91) ? 0 : n%10==2 && (n%100!=12 || n%100!=72 || n%100!=92) ? 1 : ((n%10>=3 && n%10<=4) || n%10==9) && ((n%100 < 10 || n%100 > 19) || (n%100 < 70 || n%100 > 79) || (n%100 < 90 || n%100 > 99)) ? 2 : (n!=0 && n%1;\n" -"X-Crowdin-Project: lasuite-docs\n" -"X-Crowdin-Project-ID: 754523\n" -"X-Crowdin-Language: br-FR\n" -"X-Crowdin-File: backend-conversations.pot\n" -"X-Crowdin-File-ID: 18\n" - -#: build/lib/core/admin.py:37 core/admin.py:37 -msgid "Personal info" -msgstr "Titouroù personel" - -#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 -#: core/admin.py:138 -msgid "Permissions" -msgstr "Aotreoù" - -#: build/lib/core/admin.py:62 core/admin.py:62 -msgid "Important dates" -msgstr "Deiziadoù a-bouez" - -#: build/lib/core/admin.py:148 core/admin.py:148 -msgid "Tree structure" -msgstr "Gwezennadur" - -#: build/lib/core/api/filters.py:47 core/api/filters.py:47 -msgid "Title" -msgstr "Titl" - -#: build/lib/core/api/filters.py:61 core/api/filters.py:61 -msgid "Creator is me" -msgstr "Me eo an aozer" - -#: build/lib/core/api/filters.py:64 core/api/filters.py:64 -msgid "Favorite" -msgstr "Sinedoù" - -#: build/lib/core/api/serializers.py:446 core/api/serializers.py:446 -msgid "A new document was created on your behalf!" -msgstr "Ur restr nevez a zo bet krouet ganeoc'h!" - -#: build/lib/core/api/serializers.py:450 core/api/serializers.py:450 -msgid "You have been granted ownership of a new document:" -msgstr "C'hwi zo bet disklaeriet perc'henn ur restr nevez:" - -#: build/lib/core/api/serializers.py:586 core/api/serializers.py:586 -msgid "Body" -msgstr "Korf" - -#: build/lib/core/api/serializers.py:589 core/api/serializers.py:589 -msgid "Body type" -msgstr "Doare korf" - -#: build/lib/core/api/serializers.py:595 core/api/serializers.py:595 -msgid "Format" -msgstr "Stumm" - -#: build/lib/core/api/viewsets.py:967 core/api/viewsets.py:967 -#, python-brace-format -msgid "copy of {title}" -msgstr "eilenn {title}" - -#: build/lib/core/enums.py:36 core/enums.py:36 -msgid "First child" -msgstr "Bugel kentañ" - -#: build/lib/core/enums.py:37 core/enums.py:37 -msgid "Last child" -msgstr "Bugel diwezhañ" - -#: build/lib/core/enums.py:38 core/enums.py:38 -msgid "First sibling" -msgstr "" - -#: build/lib/core/enums.py:39 core/enums.py:39 -msgid "Last sibling" -msgstr "" - -#: build/lib/core/enums.py:40 core/enums.py:40 -msgid "Left" -msgstr "Kleiz" - -#: build/lib/core/enums.py:41 core/enums.py:41 -msgid "Right" -msgstr "Dehoù" - -#: build/lib/core/models.py:56 build/lib/core/models.py:63 core/models.py:56 -#: core/models.py:63 -msgid "Reader" -msgstr "Lenner" - -#: build/lib/core/models.py:57 build/lib/core/models.py:64 core/models.py:57 -#: core/models.py:64 -msgid "Editor" -msgstr "" - -#: build/lib/core/models.py:65 core/models.py:65 -msgid "Administrator" -msgstr "Merour" - -#: build/lib/core/models.py:66 core/models.py:66 -msgid "Owner" -msgstr "Perc'henn" - -#: build/lib/core/models.py:77 core/models.py:77 -msgid "Restricted" -msgstr "" - -#: build/lib/core/models.py:81 core/models.py:81 -msgid "Authenticated" -msgstr "" - -#: build/lib/core/models.py:83 core/models.py:83 -msgid "Public" -msgstr "Publik" - -#: build/lib/core/models.py:154 core/models.py:154 -msgid "id" -msgstr "id" - -#: build/lib/core/models.py:155 core/models.py:155 -msgid "primary key for the record as UUID" -msgstr "" - -#: build/lib/core/models.py:161 core/models.py:161 -msgid "created on" -msgstr "krouet d'ar/al" - -#: build/lib/core/models.py:162 core/models.py:162 -msgid "date and time at which a record was created" -msgstr "" - -#: build/lib/core/models.py:167 core/models.py:167 -msgid "updated on" -msgstr "hizivaet d'ar/al" - -#: build/lib/core/models.py:168 core/models.py:168 -msgid "date and time at which a record was last updated" -msgstr "" - -#: build/lib/core/models.py:204 core/models.py:204 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "" - -#: build/lib/core/models.py:217 core/models.py:217 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr "" - -#: build/lib/core/models.py:223 core/models.py:223 -msgid "sub" -msgstr "" - -#: build/lib/core/models.py:225 core/models.py:225 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "" - -#: build/lib/core/models.py:234 core/models.py:234 -msgid "full name" -msgstr "anv klok" - -#: build/lib/core/models.py:235 core/models.py:235 -msgid "short name" -msgstr "anv berr" - -#: build/lib/core/models.py:237 core/models.py:237 -msgid "identity email address" -msgstr "" - -#: build/lib/core/models.py:242 core/models.py:242 -msgid "admin email address" -msgstr "" - -#: build/lib/core/models.py:249 core/models.py:249 -msgid "language" -msgstr "yezh" - -#: build/lib/core/models.py:250 core/models.py:250 -msgid "The language in which the user wants to see the interface." -msgstr "" - -#: build/lib/core/models.py:258 core/models.py:258 -msgid "The timezone in which the user wants to see times." -msgstr "" - -#: build/lib/core/models.py:261 core/models.py:261 -msgid "device" -msgstr "trevnad" - -#: build/lib/core/models.py:263 core/models.py:263 -msgid "Whether the user is a device or a real user." -msgstr "" - -#: build/lib/core/models.py:266 core/models.py:266 -msgid "staff status" -msgstr "" - -#: build/lib/core/models.py:268 core/models.py:268 -msgid "Whether the user can log into this admin site." -msgstr "" - -#: build/lib/core/models.py:271 core/models.py:271 -msgid "active" -msgstr "" - -#: build/lib/core/models.py:274 core/models.py:274 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "" - -#: build/lib/core/models.py:286 core/models.py:286 -msgid "user" -msgstr "implijer" - -#: build/lib/core/models.py:287 core/models.py:287 -msgid "users" -msgstr "implijerien" - -#: build/lib/core/models.py:470 build/lib/core/models.py:1155 -#: core/models.py:470 core/models.py:1155 -msgid "title" -msgstr "titl" - -#: build/lib/core/models.py:471 core/models.py:471 -msgid "excerpt" -msgstr "" - -#: build/lib/core/models.py:519 core/models.py:519 -msgid "Document" -msgstr "" - -#: build/lib/core/models.py:520 core/models.py:520 -msgid "Documents" -msgstr "" - -#: build/lib/core/models.py:532 build/lib/core/models.py:873 core/models.py:532 -#: core/models.py:873 -msgid "Untitled Document" -msgstr "" - -#: build/lib/core/models.py:908 core/models.py:908 -#, python-brace-format -msgid "{name} shared a document with you!" -msgstr "" - -#: build/lib/core/models.py:912 core/models.py:912 -#, python-brace-format -msgid "{name} invited you with the role \"{role}\" on the following document:" -msgstr "" - -#: build/lib/core/models.py:918 core/models.py:918 -#, python-brace-format -msgid "{name} shared a document with you: {title}" -msgstr "" - -#: build/lib/core/models.py:1016 core/models.py:1016 -msgid "Document/user link trace" -msgstr "" - -#: build/lib/core/models.py:1017 core/models.py:1017 -msgid "Document/user link traces" -msgstr "" - -#: build/lib/core/models.py:1023 core/models.py:1023 -msgid "A link trace already exists for this document/user." -msgstr "" - -#: build/lib/core/models.py:1046 core/models.py:1046 -msgid "Document favorite" -msgstr "" - -#: build/lib/core/models.py:1047 core/models.py:1047 -msgid "Document favorites" -msgstr "" - -#: build/lib/core/models.py:1053 core/models.py:1053 -msgid "This document is already targeted by a favorite relation instance for the same user." -msgstr "" - -#: build/lib/core/models.py:1075 core/models.py:1075 -msgid "Document/user relation" -msgstr "" - -#: build/lib/core/models.py:1076 core/models.py:1076 -msgid "Document/user relations" -msgstr "" - -#: build/lib/core/models.py:1082 core/models.py:1082 -msgid "This user is already in this document." -msgstr "" - -#: build/lib/core/models.py:1088 core/models.py:1088 -msgid "This team is already in this document." -msgstr "" - -#: build/lib/core/models.py:1094 build/lib/core/models.py:1242 -#: core/models.py:1094 core/models.py:1242 -msgid "Either user or team must be set, not both." -msgstr "" - -#: build/lib/core/models.py:1156 core/models.py:1156 -msgid "description" -msgstr "" - -#: build/lib/core/models.py:1157 core/models.py:1157 -msgid "code" -msgstr "" - -#: build/lib/core/models.py:1158 core/models.py:1158 -msgid "css" -msgstr "css" - -#: build/lib/core/models.py:1160 core/models.py:1160 -msgid "public" -msgstr "publik" - -#: build/lib/core/models.py:1162 core/models.py:1162 -msgid "Whether this template is public for anyone to use." -msgstr "" - -#: build/lib/core/models.py:1168 core/models.py:1168 -msgid "Template" -msgstr "Patrom" - -#: build/lib/core/models.py:1169 core/models.py:1169 -msgid "Templates" -msgstr "Patromoù" - -#: build/lib/core/models.py:1223 core/models.py:1223 -msgid "Template/user relation" -msgstr "" - -#: build/lib/core/models.py:1224 core/models.py:1224 -msgid "Template/user relations" -msgstr "" - -#: build/lib/core/models.py:1230 core/models.py:1230 -msgid "This user is already in this template." -msgstr "" - -#: build/lib/core/models.py:1236 core/models.py:1236 -msgid "This team is already in this template." -msgstr "" - -#: build/lib/core/models.py:1259 core/models.py:1259 -msgid "email address" -msgstr "" - -#: build/lib/core/models.py:1278 core/models.py:1278 -msgid "Document invitation" -msgstr "" - -#: build/lib/core/models.py:1279 core/models.py:1279 -msgid "Document invitations" -msgstr "" - -#: build/lib/core/models.py:1299 core/models.py:1299 -msgid "This email is already associated to a registered user." -msgstr "" - -#: core/templates/mail/html/invitation.html:162 -#: core/templates/mail/text/invitation.txt:3 -msgid "Logo email" -msgstr "" - -#: core/templates/mail/html/invitation.html:209 -#: core/templates/mail/text/invitation.txt:10 -msgid "Open" -msgstr "Digeriñ" - -#: core/templates/mail/html/invitation.html:226 -#: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr "" - -#: core/templates/mail/html/invitation.html:233 -#: core/templates/mail/text/invitation.txt:16 -#, python-format -msgid " Brought to you by %(brandname)s " -msgstr "" - diff --git a/src/backend/locale/cn_CN/LC_MESSAGES/django.po b/src/backend/locale/cn_CN/LC_MESSAGES/django.po deleted file mode 100644 index b1ef36f..0000000 --- a/src/backend/locale/cn_CN/LC_MESSAGES/django.po +++ /dev/null @@ -1,399 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lasuite-docs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-04 13:46+0000\n" -"PO-Revision-Date: 2025-04-16 16:32\n" -"Last-Translator: \n" -"Language-Team: Chinese Simplified\n" -"Language: zh_CN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: lasuite-docs\n" -"X-Crowdin-Project-ID: 754523\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: backend-conversations.pot\n" -"X-Crowdin-File-ID: 18\n" - -#: build/lib/core/admin.py:37 core/admin.py:37 -msgid "Personal info" -msgstr "个人信息" - -#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 -#: core/admin.py:138 -msgid "Permissions" -msgstr "权限" - -#: build/lib/core/admin.py:62 core/admin.py:62 -msgid "Important dates" -msgstr "重要日期" - -#: build/lib/core/admin.py:148 core/admin.py:148 -msgid "Tree structure" -msgstr "树状结构" - -#: build/lib/core/api/filters.py:16 core/api/filters.py:16 -msgid "Title" -msgstr "标题" - -#: build/lib/core/api/filters.py:30 core/api/filters.py:30 -msgid "Creator is me" -msgstr "创建者是我" - -#: build/lib/core/api/filters.py:33 core/api/filters.py:33 -msgid "Favorite" -msgstr "收藏" - -#: build/lib/core/api/serializers.py:446 core/api/serializers.py:446 -msgid "A new document was created on your behalf!" -msgstr "已为您创建了一份新文档!" - -#: build/lib/core/api/serializers.py:450 core/api/serializers.py:450 -msgid "You have been granted ownership of a new document:" -msgstr "您已被授予新文档的所有权:" - -#: build/lib/core/api/serializers.py:586 core/api/serializers.py:586 -msgid "Body" -msgstr "正文" - -#: build/lib/core/api/serializers.py:589 core/api/serializers.py:589 -msgid "Body type" -msgstr "正文类型" - -#: build/lib/core/api/serializers.py:595 core/api/serializers.py:595 -msgid "Format" -msgstr "格式" - -#: build/lib/core/api/viewsets.py:944 core/api/viewsets.py:944 -#, python-brace-format -msgid "copy of {title}" -msgstr "{title} 的副本" - -#: build/lib/core/authentication/backends.py:61 -#: core/authentication/backends.py:61 -msgid "Invalid response format or token verification failed" -msgstr "响应格式无效或令牌验证失败" - -#: build/lib/core/authentication/backends.py:108 -#: core/authentication/backends.py:108 -msgid "User account is disabled" -msgstr "用户账户已被禁用" - -#: build/lib/core/enums.py:35 core/enums.py:35 -msgid "First child" -msgstr "第一个子项" - -#: build/lib/core/enums.py:36 core/enums.py:36 -msgid "Last child" -msgstr "最后一个子项" - -#: build/lib/core/enums.py:37 core/enums.py:37 -msgid "First sibling" -msgstr "第一个同级项" - -#: build/lib/core/enums.py:38 core/enums.py:38 -msgid "Last sibling" -msgstr "最后一个同级项" - -#: build/lib/core/enums.py:39 core/enums.py:39 -msgid "Left" -msgstr "左" - -#: build/lib/core/enums.py:40 core/enums.py:40 -msgid "Right" -msgstr "右" - -#: build/lib/core/models.py:56 build/lib/core/models.py:63 core/models.py:56 -#: core/models.py:63 -msgid "Reader" -msgstr "阅读者" - -#: build/lib/core/models.py:57 build/lib/core/models.py:64 core/models.py:57 -#: core/models.py:64 -msgid "Editor" -msgstr "编辑者" - -#: build/lib/core/models.py:65 core/models.py:65 -msgid "Administrator" -msgstr "超级管理员" - -#: build/lib/core/models.py:66 core/models.py:66 -msgid "Owner" -msgstr "所有者" - -#: build/lib/core/models.py:77 core/models.py:77 -msgid "Restricted" -msgstr "受限的" - -#: build/lib/core/models.py:81 core/models.py:81 -msgid "Authenticated" -msgstr "已验证" - -#: build/lib/core/models.py:83 core/models.py:83 -msgid "Public" -msgstr "公开" - -#: build/lib/core/models.py:154 core/models.py:154 -msgid "id" -msgstr "id" - -#: build/lib/core/models.py:155 core/models.py:155 -msgid "primary key for the record as UUID" -msgstr "记录的主密钥为 UUID" - -#: build/lib/core/models.py:161 core/models.py:161 -msgid "created on" -msgstr "创建时间" - -#: build/lib/core/models.py:162 core/models.py:162 -msgid "date and time at which a record was created" -msgstr "记录的创建日期和时间" - -#: build/lib/core/models.py:167 core/models.py:167 -msgid "updated on" -msgstr "更新时间" - -#: build/lib/core/models.py:168 core/models.py:168 -msgid "date and time at which a record was last updated" -msgstr "记录的最后更新时间" - -#: build/lib/core/models.py:204 core/models.py:204 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "未找到具有该 sub 的用户,但该邮箱已关联到一个注册用户。" - -#: build/lib/core/models.py:217 core/models.py:217 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr "请输入有效的 sub。该值只能包含字母、数字及 @/./+/-/_/: 字符。" - -#: build/lib/core/models.py:223 core/models.py:223 -msgid "sub" -msgstr "sub" - -#: build/lib/core/models.py:225 core/models.py:225 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "必填。最多 255 个字符,仅允许字母、数字及 @/./+/-/_/: 字符。" - -#: build/lib/core/models.py:234 core/models.py:234 -msgid "full name" -msgstr "全名" - -#: build/lib/core/models.py:235 core/models.py:235 -msgid "short name" -msgstr "简称" - -#: build/lib/core/models.py:237 core/models.py:237 -msgid "identity email address" -msgstr "身份电子邮件地址" - -#: build/lib/core/models.py:242 core/models.py:242 -msgid "admin email address" -msgstr "管理员电子邮件地址" - -#: build/lib/core/models.py:249 core/models.py:249 -msgid "language" -msgstr "语言" - -#: build/lib/core/models.py:250 core/models.py:250 -msgid "The language in which the user wants to see the interface." -msgstr "用户希望看到的界面语言。" - -#: build/lib/core/models.py:258 core/models.py:258 -msgid "The timezone in which the user wants to see times." -msgstr "用户查看时间希望的时区。" - -#: build/lib/core/models.py:261 core/models.py:261 -msgid "device" -msgstr "设备" - -#: build/lib/core/models.py:263 core/models.py:263 -msgid "Whether the user is a device or a real user." -msgstr "用户是设备还是真实用户。" - -#: build/lib/core/models.py:266 core/models.py:266 -msgid "staff status" -msgstr "员工状态" - -#: build/lib/core/models.py:268 core/models.py:268 -msgid "Whether the user can log into this admin site." -msgstr "用户是否可以登录该管理员站点。" - -#: build/lib/core/models.py:271 core/models.py:271 -msgid "active" -msgstr "激活" - -#: build/lib/core/models.py:274 core/models.py:274 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "是否应将此用户视为活跃用户。取消选择此选项而不是删除账户。" - -#: build/lib/core/models.py:286 core/models.py:286 -msgid "user" -msgstr "用户" - -#: build/lib/core/models.py:287 core/models.py:287 -msgid "users" -msgstr "个用户" - -#: build/lib/core/models.py:470 build/lib/core/models.py:1154 -#: core/models.py:470 core/models.py:1154 -msgid "title" -msgstr "标题" - -#: build/lib/core/models.py:471 core/models.py:471 -msgid "excerpt" -msgstr "摘要" - -#: build/lib/core/models.py:519 core/models.py:519 -msgid "Document" -msgstr "文档" - -#: build/lib/core/models.py:520 core/models.py:520 -msgid "Documents" -msgstr "个文档" - -#: build/lib/core/models.py:532 build/lib/core/models.py:872 core/models.py:532 -#: core/models.py:872 -msgid "Untitled Document" -msgstr "未命名文档" - -#: build/lib/core/models.py:907 core/models.py:907 -#, python-brace-format -msgid "{name} shared a document with you!" -msgstr "{name} 与您共享了一个文档!" - -#: build/lib/core/models.py:911 core/models.py:911 -#, python-brace-format -msgid "{name} invited you with the role \"{role}\" on the following document:" -msgstr "{name} 邀请您以“{role}”角色访问以下文档:" - -#: build/lib/core/models.py:917 core/models.py:917 -#, python-brace-format -msgid "{name} shared a document with you: {title}" -msgstr "{name} 与您共享了一个文档:{title}" - -#: build/lib/core/models.py:1015 core/models.py:1015 -msgid "Document/user link trace" -msgstr "文档/用户链接跟踪" - -#: build/lib/core/models.py:1016 core/models.py:1016 -msgid "Document/user link traces" -msgstr "个文档/用户链接跟踪" - -#: build/lib/core/models.py:1022 core/models.py:1022 -msgid "A link trace already exists for this document/user." -msgstr "此文档/用户的链接跟踪已存在。" - -#: build/lib/core/models.py:1045 core/models.py:1045 -msgid "Document favorite" -msgstr "文档收藏" - -#: build/lib/core/models.py:1046 core/models.py:1046 -msgid "Document favorites" -msgstr "文档收藏夹" - -#: build/lib/core/models.py:1052 core/models.py:1052 -msgid "This document is already targeted by a favorite relation instance for the same user." -msgstr "该文档已被同一用户的收藏关系实例关联。" - -#: build/lib/core/models.py:1074 core/models.py:1074 -msgid "Document/user relation" -msgstr "文档/用户关系" - -#: build/lib/core/models.py:1075 core/models.py:1075 -msgid "Document/user relations" -msgstr "文档/用户关系集" - -#: build/lib/core/models.py:1081 core/models.py:1081 -msgid "This user is already in this document." -msgstr "该用户已在此文档中。" - -#: build/lib/core/models.py:1087 core/models.py:1087 -msgid "This team is already in this document." -msgstr "该团队已在此文档中。" - -#: build/lib/core/models.py:1093 build/lib/core/models.py:1241 -#: core/models.py:1093 core/models.py:1241 -msgid "Either user or team must be set, not both." -msgstr "必须设置用户或团队之一,不能同时设置两者。" - -#: build/lib/core/models.py:1155 core/models.py:1155 -msgid "description" -msgstr "说明" - -#: build/lib/core/models.py:1156 core/models.py:1156 -msgid "code" -msgstr "代码" - -#: build/lib/core/models.py:1157 core/models.py:1157 -msgid "css" -msgstr "css" - -#: build/lib/core/models.py:1159 core/models.py:1159 -msgid "public" -msgstr "公开" - -#: build/lib/core/models.py:1161 core/models.py:1161 -msgid "Whether this template is public for anyone to use." -msgstr "该模板是否公开供任何人使用。" - -#: build/lib/core/models.py:1167 core/models.py:1167 -msgid "Template" -msgstr "模板" - -#: build/lib/core/models.py:1168 core/models.py:1168 -msgid "Templates" -msgstr "模板" - -#: build/lib/core/models.py:1222 core/models.py:1222 -msgid "Template/user relation" -msgstr "模板/用户关系" - -#: build/lib/core/models.py:1223 core/models.py:1223 -msgid "Template/user relations" -msgstr "模板/用户关系集" - -#: build/lib/core/models.py:1229 core/models.py:1229 -msgid "This user is already in this template." -msgstr "该用户已在此模板中。" - -#: build/lib/core/models.py:1235 core/models.py:1235 -msgid "This team is already in this template." -msgstr "该团队已在此模板中。" - -#: build/lib/core/models.py:1258 core/models.py:1258 -msgid "email address" -msgstr "电子邮件地址" - -#: build/lib/core/models.py:1277 core/models.py:1277 -msgid "Document invitation" -msgstr "文档邀请" - -#: build/lib/core/models.py:1278 core/models.py:1278 -msgid "Document invitations" -msgstr "文档邀请" - -#: build/lib/core/models.py:1298 core/models.py:1298 -msgid "This email is already associated to a registered user." -msgstr "此电子邮件已经与现有注册用户关联。" - -#: core/templates/mail/html/invitation.html:162 -#: core/templates/mail/text/invitation.txt:3 -msgid "Logo email" -msgstr "徽标邮件" - -#: core/templates/mail/html/invitation.html:209 -#: core/templates/mail/text/invitation.txt:10 -msgid "Open" -msgstr "打开" - -#: core/templates/mail/html/invitation.html:226 -#: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr " Docs——您的全新必备工具,帮助团队组织、共享和协作处理文档。 " - -#: core/templates/mail/html/invitation.html:233 -#: core/templates/mail/text/invitation.txt:16 -#, python-format -msgid " Brought to you by %(brandname)s " -msgstr " 由 %(brandname)s 倾力打造。 " diff --git a/src/backend/locale/de_DE/LC_MESSAGES/django.po b/src/backend/locale/de_DE/LC_MESSAGES/django.po index f5f1e99..fcebb19 100644 --- a/src/backend/locale/de_DE/LC_MESSAGES/django.po +++ b/src/backend/locale/de_DE/LC_MESSAGES/django.po @@ -1,9 +1,9 @@ msgid "" msgstr "" -"Project-Id-Version: lasuite-docs\n" +"Project-Id-Version: la-suite-conversations\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-22 12:09+0000\n" -"PO-Revision-Date: 2025-05-22 14:16\n" +"POT-Creation-Date: 2025-10-19 21:49+0000\n" +"PO-Revision-Date: 2025-10-19 21:25\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -11,380 +11,326 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: lasuite-docs\n" -"X-Crowdin-Project-ID: 754523\n" +"X-Crowdin-Project: la-suite-conversations\n" +"X-Crowdin-Project-ID: 810876\n" "X-Crowdin-Language: de\n" "X-Crowdin-File: backend-conversations.pot\n" -"X-Crowdin-File-ID: 18\n" +"X-Crowdin-File-ID: 26\n" -#: build/lib/core/admin.py:37 core/admin.py:37 -msgid "Personal info" -msgstr "Persönliche Daten" +#: activation_codes/admin.py:54 +msgid "Configuration" +msgstr "" -#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 -#: core/admin.py:138 -msgid "Permissions" -msgstr "Berechtigungen" +#: activation_codes/admin.py:65 +msgid "Usage details" +msgstr "" -#: build/lib/core/admin.py:62 core/admin.py:62 -msgid "Important dates" -msgstr "Wichtige Daten" +#: activation_codes/admin.py:69 activation_codes/admin.py:225 +msgid "Timestamps" +msgstr "" -#: build/lib/core/admin.py:148 core/admin.py:148 -msgid "Tree structure" -msgstr "Baumstruktur" +#: activation_codes/admin.py:108 +msgid "Usage" +msgstr "" -#: build/lib/core/api/filters.py:47 core/api/filters.py:47 -msgid "Title" -msgstr "Titel" +#: activation_codes/admin.py:116 +msgid "Description" +msgstr "" -#: build/lib/core/api/filters.py:61 core/api/filters.py:61 -msgid "Creator is me" -msgstr "Ersteller bin ich" +#: activation_codes/admin.py:123 +msgid "No users have used this code yet" +msgstr "" -#: build/lib/core/api/filters.py:64 core/api/filters.py:64 -msgid "Favorite" -msgstr "Favorit" +#: activation_codes/admin.py:134 +msgid "Name" +msgstr "" -#: build/lib/core/api/serializers.py:446 core/api/serializers.py:446 -msgid "A new document was created on your behalf!" -msgstr "Ein neues Dokument wurde in Ihrem Namen erstellt!" +#: activation_codes/admin.py:135 activation_codes/admin.py:245 +msgid "Email" +msgstr "" -#: build/lib/core/api/serializers.py:450 core/api/serializers.py:450 -msgid "You have been granted ownership of a new document:" -msgstr "Sie sind Besitzer eines neuen Dokuments:" +#: activation_codes/admin.py:136 +msgid "Date" +msgstr "" -#: build/lib/core/api/serializers.py:586 core/api/serializers.py:586 -msgid "Body" -msgstr "Inhalt" +#: activation_codes/admin.py:160 +msgid "Users who used this code" +msgstr "" -#: build/lib/core/api/serializers.py:589 core/api/serializers.py:589 -msgid "Body type" -msgstr "Typ" +#: activation_codes/admin.py:162 +msgid "Recompute current uses from related activations" +msgstr "" -#: build/lib/core/api/serializers.py:595 core/api/serializers.py:595 -msgid "Format" -msgstr "Format" +#: activation_codes/admin.py:176 +msgid "All selected activation codes already have correct usage counts." +msgstr "" -#: build/lib/core/api/viewsets.py:967 core/api/viewsets.py:967 -#, python-brace-format -msgid "copy of {title}" -msgstr "Kopie von {title}" +#: activation_codes/admin.py:181 +#, python-format +msgid "Successfully recomputed usage counts for %(count)d activation code(s)." +msgstr "" -#: build/lib/core/enums.py:36 core/enums.py:36 -msgid "First child" -msgstr "Erstes Unterelement" +#: activation_codes/admin.py:239 activation_codes/admin.py:281 +msgid "User" +msgstr "" -#: build/lib/core/enums.py:37 core/enums.py:37 -msgid "Last child" -msgstr "Letztes Unterelement" +#: activation_codes/admin.py:288 +msgid "Has used activation code" +msgstr "" -#: build/lib/core/enums.py:38 core/enums.py:38 -msgid "First sibling" -msgstr "Erstes Nebenelement" +#: activation_codes/models.py:36 activation_codes/models.py:83 +#: activation_codes/models.py:164 +msgid "activation code" +msgstr "" -#: build/lib/core/enums.py:39 core/enums.py:39 -msgid "Last sibling" -msgstr "Letztes Nebenelement" +#: activation_codes/models.py:37 +msgid "The activation code that users will enter" +msgstr "" -#: build/lib/core/enums.py:40 core/enums.py:40 -msgid "Left" -msgstr "Links" +#: activation_codes/models.py:44 +msgid "Code must be alphanumeric and contain no spaces or special characters" +msgstr "" -#: build/lib/core/enums.py:41 core/enums.py:41 -msgid "Right" -msgstr "Rechts" +#: activation_codes/models.py:50 +msgid "maximum uses" +msgstr "" -#: build/lib/core/models.py:56 build/lib/core/models.py:63 core/models.py:56 -#: core/models.py:63 -msgid "Reader" -msgstr "Lesen" +#: activation_codes/models.py:51 +msgid "Maximum number of times this code can be used. 0 means unlimited." +msgstr "" -#: build/lib/core/models.py:57 build/lib/core/models.py:64 core/models.py:57 -#: core/models.py:64 -msgid "Editor" -msgstr "Bearbeiten" +#: activation_codes/models.py:56 +msgid "current uses" +msgstr "" -#: build/lib/core/models.py:65 core/models.py:65 -msgid "Administrator" -msgstr "Administrator" +#: activation_codes/models.py:57 +msgid "Number of times this code has been used" +msgstr "" -#: build/lib/core/models.py:66 core/models.py:66 -msgid "Owner" -msgstr "Besitzer" - -#: build/lib/core/models.py:77 core/models.py:77 -msgid "Restricted" -msgstr "Beschränkt" - -#: build/lib/core/models.py:81 core/models.py:81 -msgid "Authenticated" -msgstr "Authentifiziert" - -#: build/lib/core/models.py:83 core/models.py:83 -msgid "Public" -msgstr "Öffentlich" - -#: build/lib/core/models.py:154 core/models.py:154 -msgid "id" -msgstr "id" - -#: build/lib/core/models.py:155 core/models.py:155 -msgid "primary key for the record as UUID" -msgstr "primärer Schlüssel für den Datensatz als UUID" - -#: build/lib/core/models.py:161 core/models.py:161 -msgid "created on" -msgstr "Erstellt" - -#: build/lib/core/models.py:162 core/models.py:162 -msgid "date and time at which a record was created" -msgstr "Datum und Uhrzeit, an dem ein Datensatz erstellt wurde" - -#: build/lib/core/models.py:167 core/models.py:167 -msgid "updated on" -msgstr "Aktualisiert" - -#: build/lib/core/models.py:168 core/models.py:168 -msgid "date and time at which a record was last updated" -msgstr "Datum und Uhrzeit, an dem zuletzt aktualisiert wurde" - -#: build/lib/core/models.py:204 core/models.py:204 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "Wir konnten keinen Benutzer mit diesem Abo finden, aber die E-Mail-Adresse ist bereits einem registrierten Benutzer zugeordnet." - -#: build/lib/core/models.py:217 core/models.py:217 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr "Geben Sie eine gültige Unterseite ein. Dieser Wert darf nur Buchstaben, Zahlen und die @/./+/-/_/: Zeichen enthalten." - -#: build/lib/core/models.py:223 core/models.py:223 -msgid "sub" -msgstr "unter" - -#: build/lib/core/models.py:225 core/models.py:225 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "Erforderlich. 255 Zeichen oder weniger. Buchstaben, Zahlen und die Zeichen @/./+/-/_/:" - -#: build/lib/core/models.py:234 core/models.py:234 -msgid "full name" -msgstr "Name" - -#: build/lib/core/models.py:235 core/models.py:235 -msgid "short name" -msgstr "Kurzbezeichnung" - -#: build/lib/core/models.py:237 core/models.py:237 -msgid "identity email address" -msgstr "Identitäts-E-Mail-Adresse" - -#: build/lib/core/models.py:242 core/models.py:242 -msgid "admin email address" -msgstr "Admin E-Mail-Adresse" - -#: build/lib/core/models.py:249 core/models.py:249 -msgid "language" -msgstr "Sprache" - -#: build/lib/core/models.py:250 core/models.py:250 -msgid "The language in which the user wants to see the interface." -msgstr "Die Sprache, in der der Benutzer die Benutzeroberfläche sehen möchte." - -#: build/lib/core/models.py:258 core/models.py:258 -msgid "The timezone in which the user wants to see times." -msgstr "Die Zeitzone, in der der Nutzer Zeiten sehen möchte." - -#: build/lib/core/models.py:261 core/models.py:261 -msgid "device" -msgstr "Gerät" - -#: build/lib/core/models.py:263 core/models.py:263 -msgid "Whether the user is a device or a real user." -msgstr "Ob der Benutzer ein Gerät oder ein echter Benutzer ist." - -#: build/lib/core/models.py:266 core/models.py:266 -msgid "staff status" -msgstr "Status des Teammitgliedes" - -#: build/lib/core/models.py:268 core/models.py:268 -msgid "Whether the user can log into this admin site." -msgstr "Gibt an, ob der Benutzer sich in diese Admin-Seite einloggen kann." - -#: build/lib/core/models.py:271 core/models.py:271 +#: activation_codes/models.py:63 core/models.py:151 msgid "active" -msgstr "aktiviert" +msgstr "" -#: build/lib/core/models.py:274 core/models.py:274 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "Ob dieser Benutzer als aktiviert behandelt werden soll. Deaktivieren Sie diese Option, anstatt Konten zu löschen." +#: activation_codes/models.py:64 +msgid "Whether this code can still be used" +msgstr "" -#: build/lib/core/models.py:286 core/models.py:286 -msgid "user" -msgstr "Benutzer" +#: activation_codes/models.py:69 +msgid "expires at" +msgstr "" -#: build/lib/core/models.py:287 core/models.py:287 -msgid "users" -msgstr "Benutzer" +#: activation_codes/models.py:70 +msgid "Date and time when this code expires" +msgstr "" -#: build/lib/core/models.py:470 build/lib/core/models.py:1155 -#: core/models.py:470 core/models.py:1155 -msgid "title" -msgstr "Titel" - -#: build/lib/core/models.py:471 core/models.py:471 -msgid "excerpt" -msgstr "Auszug" - -#: build/lib/core/models.py:519 core/models.py:519 -msgid "Document" -msgstr "Dokument" - -#: build/lib/core/models.py:520 core/models.py:520 -msgid "Documents" -msgstr "Dokumente" - -#: build/lib/core/models.py:532 build/lib/core/models.py:873 core/models.py:532 -#: core/models.py:873 -msgid "Untitled Document" -msgstr "Unbenanntes Dokument" - -#: build/lib/core/models.py:908 core/models.py:908 -#, python-brace-format -msgid "{name} shared a document with you!" -msgstr "{name} hat ein Dokument mit Ihnen geteilt!" - -#: build/lib/core/models.py:912 core/models.py:912 -#, python-brace-format -msgid "{name} invited you with the role \"{role}\" on the following document:" -msgstr "{name} hat Sie mit der Rolle \"{role}\" zu folgendem Dokument eingeladen:" - -#: build/lib/core/models.py:918 core/models.py:918 -#, python-brace-format -msgid "{name} shared a document with you: {title}" -msgstr "{name} hat ein Dokument mit Ihnen geteilt: {title}" - -#: build/lib/core/models.py:1016 core/models.py:1016 -msgid "Document/user link trace" -msgstr "Dokument/Benutzer Linkverfolgung" - -#: build/lib/core/models.py:1017 core/models.py:1017 -msgid "Document/user link traces" -msgstr "Dokument/Benutzer Linkverfolgung" - -#: build/lib/core/models.py:1023 core/models.py:1023 -msgid "A link trace already exists for this document/user." -msgstr "Für dieses Dokument/ diesen Benutzer ist bereits eine Linkverfolgung vorhanden." - -#: build/lib/core/models.py:1046 core/models.py:1046 -msgid "Document favorite" -msgstr "Dokumentenfavorit" - -#: build/lib/core/models.py:1047 core/models.py:1047 -msgid "Document favorites" -msgstr "Dokumentfavoriten" - -#: build/lib/core/models.py:1053 core/models.py:1053 -msgid "This document is already targeted by a favorite relation instance for the same user." -msgstr "Dieses Dokument ist bereits durch den gleichen Benutzer favorisiert worden." - -#: build/lib/core/models.py:1075 core/models.py:1075 -msgid "Document/user relation" -msgstr "Dokument/Benutzerbeziehung" - -#: build/lib/core/models.py:1076 core/models.py:1076 -msgid "Document/user relations" -msgstr "Dokument/Benutzerbeziehungen" - -#: build/lib/core/models.py:1082 core/models.py:1082 -msgid "This user is already in this document." -msgstr "Dieser Benutzer befindet sich bereits in diesem Dokument." - -#: build/lib/core/models.py:1088 core/models.py:1088 -msgid "This team is already in this document." -msgstr "Dieses Team befindet sich bereits in diesem Dokument." - -#: build/lib/core/models.py:1094 build/lib/core/models.py:1242 -#: core/models.py:1094 core/models.py:1242 -msgid "Either user or team must be set, not both." -msgstr "Benutzer oder Team müssen gesetzt werden, nicht beides." - -#: build/lib/core/models.py:1156 core/models.py:1156 +#: activation_codes/models.py:76 msgid "description" -msgstr "Beschreibung" +msgstr "" -#: build/lib/core/models.py:1157 core/models.py:1157 -msgid "code" -msgstr "Code" +#: activation_codes/models.py:77 +msgid "Internal description or notes about this code" +msgstr "" -#: build/lib/core/models.py:1158 core/models.py:1158 -msgid "css" -msgstr "CSS" +#: activation_codes/models.py:84 +msgid "activation codes" +msgstr "" -#: build/lib/core/models.py:1160 core/models.py:1160 -msgid "public" -msgstr "öffentlich" +#: activation_codes/models.py:126 +msgid "This activation code is no longer valid" +msgstr "" -#: build/lib/core/models.py:1162 core/models.py:1162 -msgid "Whether this template is public for anyone to use." -msgstr "Ob diese Vorlage für jedermann öffentlich ist." +#: activation_codes/models.py:134 +msgid "You have already activated your account" +msgstr "" -#: build/lib/core/models.py:1168 core/models.py:1168 -msgid "Template" -msgstr "Vorlage" +#: activation_codes/models.py:156 activation_codes/models.py:188 +#: core/models.py:173 +msgid "user" +msgstr "" -#: build/lib/core/models.py:1169 core/models.py:1169 -msgid "Templates" -msgstr "Vorlagen" +#: activation_codes/models.py:157 +msgid "The user who used the activation code" +msgstr "" -#: build/lib/core/models.py:1223 core/models.py:1223 -msgid "Template/user relation" -msgstr "Vorlage/Benutzer-Beziehung" +#: activation_codes/models.py:165 +msgid "The activation code that was used" +msgstr "" -#: build/lib/core/models.py:1224 core/models.py:1224 -msgid "Template/user relations" -msgstr "Vorlage/Benutzerbeziehungen" +#: activation_codes/models.py:172 activation_codes/models.py:196 +msgid "user activation" +msgstr "" -#: build/lib/core/models.py:1230 core/models.py:1230 -msgid "This user is already in this template." -msgstr "Dieser Benutzer ist bereits in dieser Vorlage." +#: activation_codes/models.py:173 +msgid "user activations" +msgstr "" -#: build/lib/core/models.py:1236 core/models.py:1236 -msgid "This team is already in this template." -msgstr "Dieses Team ist bereits in diesem Template." +#: activation_codes/models.py:189 +msgid "The user who made the registration request" +msgstr "" -#: build/lib/core/models.py:1259 core/models.py:1259 -msgid "email address" -msgstr "E-Mail-Adresse" +#: activation_codes/models.py:197 +msgid "Store if the user received an activation code and used it" +msgstr "" -#: build/lib/core/models.py:1278 core/models.py:1278 -msgid "Document invitation" -msgstr "Einladung zum Dokument" +#: activation_codes/models.py:206 +msgid "user registration request" +msgstr "" -#: build/lib/core/models.py:1279 core/models.py:1279 -msgid "Document invitations" -msgstr "Dokumenteinladungen" +#: activation_codes/models.py:207 +msgid "user registration requests" +msgstr "" -#: build/lib/core/models.py:1299 core/models.py:1299 -msgid "This email is already associated to a registered user." -msgstr "Diese E-Mail ist bereits einem registrierten Benutzer zugeordnet." +#: activation_codes/serializers.py:14 +msgid "The activation code to validate" +msgstr "" + +#: activation_codes/viewsets.py:106 +msgid "Your account has been successfully activated" +msgstr "" + +#: chat/apps.py:12 +msgid "chat application" +msgstr "" + +#: core/admin.py:26 +msgid "Personal info" +msgstr "" + +#: core/admin.py:40 +msgid "Permissions" +msgstr "" + +#: core/admin.py:52 +msgid "Important dates" +msgstr "" + +#: core/models.py:39 +msgid "id" +msgstr "" + +#: core/models.py:40 +msgid "primary key for the record as UUID" +msgstr "" + +#: core/models.py:46 +msgid "created on" +msgstr "" + +#: core/models.py:47 +msgid "date and time at which a record was created" +msgstr "" + +#: core/models.py:52 +msgid "updated on" +msgstr "" + +#: core/models.py:53 +msgid "date and time at which a record was last updated" +msgstr "" + +#: core/models.py:86 +msgid "" +"We couldn't find a user with this sub but the email is already associated " +"with a registered user." +msgstr "" + +#: core/models.py:99 +msgid "" +"Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/" +"_/: characters." +msgstr "" + +#: core/models.py:105 +msgid "sub" +msgstr "" + +#: core/models.py:107 +msgid "" +"Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: " +"characters only." +msgstr "" + +#: core/models.py:116 +msgid "full name" +msgstr "" + +#: core/models.py:117 +msgid "short name" +msgstr "" + +#: core/models.py:119 +msgid "identity email address" +msgstr "" + +#: core/models.py:123 +msgid "admin email address" +msgstr "" + +#: core/models.py:129 +msgid "language" +msgstr "" + +#: core/models.py:130 +msgid "The language in which the user wants to see the interface." +msgstr "" + +#: core/models.py:138 +msgid "The timezone in which the user wants to see times." +msgstr "" + +#: core/models.py:141 +msgid "device" +msgstr "" + +#: core/models.py:143 +msgid "Whether the user is a device or a real user." +msgstr "" + +#: core/models.py:146 +msgid "staff status" +msgstr "" + +#: core/models.py:148 +msgid "Whether the user can log into this admin site." +msgstr "" + +#: core/models.py:154 +msgid "" +"Whether this user should be treated as active. Unselect this instead of " +"deleting accounts." +msgstr "" + +#: core/models.py:161 +msgid "allow conversation analytics" +msgstr "" + +#: core/models.py:163 +msgid "Whether the user allows to use their conversations for analytics." +msgstr "" + +#: core/models.py:174 +msgid "users" +msgstr "" #: core/templates/mail/html/invitation.html:162 #: core/templates/mail/text/invitation.txt:3 msgid "Logo email" -msgstr "Logo-E-Mail" +msgstr "" #: core/templates/mail/html/invitation.html:209 #: core/templates/mail/text/invitation.txt:10 msgid "Open" -msgstr "Öffnen" +msgstr "" #: core/templates/mail/html/invitation.html:226 #: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr " Docs, Ihr neues unentbehrliches Werkzeug für die Organisation, den Austausch und die Zusammenarbeit in Ihren Dokumenten als Team. " +msgid "" +" Docs, your new essential tool for organizing, sharing and collaborating on " +"your documents as a team. " +msgstr "" #: core/templates/mail/html/invitation.html:233 #: core/templates/mail/text/invitation.txt:16 #, python-format msgid " Brought to you by %(brandname)s " -msgstr " Erstellt von %(brandname)s " - +msgstr "" diff --git a/src/backend/locale/en_US/LC_MESSAGES/django.po b/src/backend/locale/en_US/LC_MESSAGES/django.po index fe7d255..fd5e7ba 100644 --- a/src/backend/locale/en_US/LC_MESSAGES/django.po +++ b/src/backend/locale/en_US/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: la-suite-conversations\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-16 19:25+0000\n" -"PO-Revision-Date: 2025-10-17 12:46\n" +"POT-Creation-Date: 2025-10-19 21:49+0000\n" +"PO-Revision-Date: 2025-10-19 21:25\n" "Last-Translator: \n" "Language-Team: English\n" "Language: en_US\n" @@ -17,304 +17,298 @@ msgstr "" "X-Crowdin-File: backend-conversations.pot\n" "X-Crowdin-File-ID: 26\n" -#: activation_codes/admin.py:54 build/lib/activation_codes/admin.py:54 +#: activation_codes/admin.py:54 msgid "Configuration" msgstr "" -#: activation_codes/admin.py:65 build/lib/activation_codes/admin.py:65 +#: activation_codes/admin.py:65 msgid "Usage details" msgstr "" #: activation_codes/admin.py:69 activation_codes/admin.py:225 -#: build/lib/activation_codes/admin.py:69 -#: build/lib/activation_codes/admin.py:225 msgid "Timestamps" msgstr "" -#: activation_codes/admin.py:108 build/lib/activation_codes/admin.py:108 +#: activation_codes/admin.py:108 msgid "Usage" msgstr "" -#: activation_codes/admin.py:116 build/lib/activation_codes/admin.py:116 +#: activation_codes/admin.py:116 msgid "Description" msgstr "" -#: activation_codes/admin.py:123 build/lib/activation_codes/admin.py:123 +#: activation_codes/admin.py:123 msgid "No users have used this code yet" msgstr "" -#: activation_codes/admin.py:134 build/lib/activation_codes/admin.py:134 +#: activation_codes/admin.py:134 msgid "Name" msgstr "" #: activation_codes/admin.py:135 activation_codes/admin.py:245 -#: build/lib/activation_codes/admin.py:135 -#: build/lib/activation_codes/admin.py:245 msgid "Email" msgstr "" -#: activation_codes/admin.py:136 build/lib/activation_codes/admin.py:136 +#: activation_codes/admin.py:136 msgid "Date" msgstr "" -#: activation_codes/admin.py:160 build/lib/activation_codes/admin.py:160 +#: activation_codes/admin.py:160 msgid "Users who used this code" msgstr "" -#: activation_codes/admin.py:162 build/lib/activation_codes/admin.py:162 +#: activation_codes/admin.py:162 msgid "Recompute current uses from related activations" msgstr "" -#: activation_codes/admin.py:176 build/lib/activation_codes/admin.py:176 +#: activation_codes/admin.py:176 msgid "All selected activation codes already have correct usage counts." msgstr "" -#: activation_codes/admin.py:181 build/lib/activation_codes/admin.py:181 +#: activation_codes/admin.py:181 #, python-format msgid "Successfully recomputed usage counts for %(count)d activation code(s)." msgstr "" #: activation_codes/admin.py:239 activation_codes/admin.py:281 -#: build/lib/activation_codes/admin.py:239 -#: build/lib/activation_codes/admin.py:281 msgid "User" msgstr "" -#: activation_codes/admin.py:288 build/lib/activation_codes/admin.py:288 +#: activation_codes/admin.py:288 msgid "Has used activation code" msgstr "" #: activation_codes/models.py:36 activation_codes/models.py:83 -#: activation_codes/models.py:164 build/lib/activation_codes/models.py:36 -#: build/lib/activation_codes/models.py:83 -#: build/lib/activation_codes/models.py:164 +#: activation_codes/models.py:164 msgid "activation code" msgstr "" -#: activation_codes/models.py:37 build/lib/activation_codes/models.py:37 +#: activation_codes/models.py:37 msgid "The activation code that users will enter" msgstr "" -#: activation_codes/models.py:44 build/lib/activation_codes/models.py:44 +#: activation_codes/models.py:44 msgid "Code must be alphanumeric and contain no spaces or special characters" msgstr "" -#: activation_codes/models.py:50 build/lib/activation_codes/models.py:50 +#: activation_codes/models.py:50 msgid "maximum uses" msgstr "" -#: activation_codes/models.py:51 build/lib/activation_codes/models.py:51 +#: activation_codes/models.py:51 msgid "Maximum number of times this code can be used. 0 means unlimited." msgstr "" -#: activation_codes/models.py:56 build/lib/activation_codes/models.py:56 +#: activation_codes/models.py:56 msgid "current uses" msgstr "" -#: activation_codes/models.py:57 build/lib/activation_codes/models.py:57 +#: activation_codes/models.py:57 msgid "Number of times this code has been used" msgstr "" -#: activation_codes/models.py:63 build/lib/activation_codes/models.py:63 -#: build/lib/core/models.py:151 core/models.py:151 +#: activation_codes/models.py:63 core/models.py:151 msgid "active" msgstr "" -#: activation_codes/models.py:64 build/lib/activation_codes/models.py:64 +#: activation_codes/models.py:64 msgid "Whether this code can still be used" msgstr "" -#: activation_codes/models.py:69 build/lib/activation_codes/models.py:69 +#: activation_codes/models.py:69 msgid "expires at" msgstr "" -#: activation_codes/models.py:70 build/lib/activation_codes/models.py:70 +#: activation_codes/models.py:70 msgid "Date and time when this code expires" msgstr "" -#: activation_codes/models.py:76 build/lib/activation_codes/models.py:76 +#: activation_codes/models.py:76 msgid "description" msgstr "" -#: activation_codes/models.py:77 build/lib/activation_codes/models.py:77 +#: activation_codes/models.py:77 msgid "Internal description or notes about this code" msgstr "" -#: activation_codes/models.py:84 build/lib/activation_codes/models.py:84 +#: activation_codes/models.py:84 msgid "activation codes" msgstr "" -#: activation_codes/models.py:126 build/lib/activation_codes/models.py:126 +#: activation_codes/models.py:126 msgid "This activation code is no longer valid" msgstr "" -#: activation_codes/models.py:134 build/lib/activation_codes/models.py:134 +#: activation_codes/models.py:134 msgid "You have already activated your account" msgstr "" #: activation_codes/models.py:156 activation_codes/models.py:188 -#: build/lib/activation_codes/models.py:156 -#: build/lib/activation_codes/models.py:188 build/lib/core/models.py:173 #: core/models.py:173 msgid "user" msgstr "" -#: activation_codes/models.py:157 build/lib/activation_codes/models.py:157 +#: activation_codes/models.py:157 msgid "The user who used the activation code" msgstr "" -#: activation_codes/models.py:165 build/lib/activation_codes/models.py:165 +#: activation_codes/models.py:165 msgid "The activation code that was used" msgstr "" #: activation_codes/models.py:172 activation_codes/models.py:196 -#: build/lib/activation_codes/models.py:172 -#: build/lib/activation_codes/models.py:196 msgid "user activation" msgstr "" -#: activation_codes/models.py:173 build/lib/activation_codes/models.py:173 +#: activation_codes/models.py:173 msgid "user activations" msgstr "" -#: activation_codes/models.py:189 build/lib/activation_codes/models.py:189 +#: activation_codes/models.py:189 msgid "The user who made the registration request" msgstr "" -#: activation_codes/models.py:197 build/lib/activation_codes/models.py:197 +#: activation_codes/models.py:197 msgid "Store if the user received an activation code and used it" msgstr "" -#: activation_codes/models.py:206 build/lib/activation_codes/models.py:206 +#: activation_codes/models.py:206 msgid "user registration request" msgstr "" -#: activation_codes/models.py:207 build/lib/activation_codes/models.py:207 +#: activation_codes/models.py:207 msgid "user registration requests" msgstr "" #: activation_codes/serializers.py:14 -#: build/lib/activation_codes/serializers.py:14 msgid "The activation code to validate" msgstr "" -#: activation_codes/viewsets.py:106 build/lib/activation_codes/viewsets.py:106 +#: activation_codes/viewsets.py:106 msgid "Your account has been successfully activated" msgstr "" -#: build/lib/chat/apps.py:12 chat/apps.py:12 +#: chat/apps.py:12 msgid "chat application" msgstr "" -#: build/lib/core/admin.py:26 core/admin.py:26 +#: core/admin.py:26 msgid "Personal info" msgstr "" -#: build/lib/core/admin.py:40 core/admin.py:40 +#: core/admin.py:40 msgid "Permissions" msgstr "" -#: build/lib/core/admin.py:52 core/admin.py:52 +#: core/admin.py:52 msgid "Important dates" msgstr "" -#: build/lib/core/models.py:39 core/models.py:39 +#: core/models.py:39 msgid "id" msgstr "" -#: build/lib/core/models.py:40 core/models.py:40 +#: core/models.py:40 msgid "primary key for the record as UUID" msgstr "" -#: build/lib/core/models.py:46 core/models.py:46 +#: core/models.py:46 msgid "created on" msgstr "" -#: build/lib/core/models.py:47 core/models.py:47 +#: core/models.py:47 msgid "date and time at which a record was created" msgstr "" -#: build/lib/core/models.py:52 core/models.py:52 +#: core/models.py:52 msgid "updated on" msgstr "" -#: build/lib/core/models.py:53 core/models.py:53 +#: core/models.py:53 msgid "date and time at which a record was last updated" msgstr "" -#: build/lib/core/models.py:86 core/models.py:86 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." +#: core/models.py:86 +msgid "" +"We couldn't find a user with this sub but the email is already associated " +"with a registered user." msgstr "" -#: build/lib/core/models.py:99 core/models.py:99 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." +#: core/models.py:99 +msgid "" +"Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/" +"_/: characters." msgstr "" -#: build/lib/core/models.py:105 core/models.py:105 +#: core/models.py:105 msgid "sub" msgstr "" -#: build/lib/core/models.py:107 core/models.py:107 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." +#: core/models.py:107 +msgid "" +"Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: " +"characters only." msgstr "" -#: build/lib/core/models.py:116 core/models.py:116 +#: core/models.py:116 msgid "full name" msgstr "" -#: build/lib/core/models.py:117 core/models.py:117 +#: core/models.py:117 msgid "short name" msgstr "" -#: build/lib/core/models.py:119 core/models.py:119 +#: core/models.py:119 msgid "identity email address" msgstr "" -#: build/lib/core/models.py:123 core/models.py:123 +#: core/models.py:123 msgid "admin email address" msgstr "" -#: build/lib/core/models.py:129 core/models.py:129 +#: core/models.py:129 msgid "language" msgstr "" -#: build/lib/core/models.py:130 core/models.py:130 +#: core/models.py:130 msgid "The language in which the user wants to see the interface." msgstr "" -#: build/lib/core/models.py:138 core/models.py:138 +#: core/models.py:138 msgid "The timezone in which the user wants to see times." msgstr "" -#: build/lib/core/models.py:141 core/models.py:141 +#: core/models.py:141 msgid "device" msgstr "" -#: build/lib/core/models.py:143 core/models.py:143 +#: core/models.py:143 msgid "Whether the user is a device or a real user." msgstr "" -#: build/lib/core/models.py:146 core/models.py:146 +#: core/models.py:146 msgid "staff status" msgstr "" -#: build/lib/core/models.py:148 core/models.py:148 +#: core/models.py:148 msgid "Whether the user can log into this admin site." msgstr "" -#: build/lib/core/models.py:154 core/models.py:154 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." +#: core/models.py:154 +msgid "" +"Whether this user should be treated as active. Unselect this instead of " +"deleting accounts." msgstr "" -#: build/lib/core/models.py:161 core/models.py:161 +#: core/models.py:161 msgid "allow conversation analytics" msgstr "" -#: build/lib/core/models.py:163 core/models.py:163 +#: core/models.py:163 msgid "Whether the user allows to use their conversations for analytics." msgstr "" -#: build/lib/core/models.py:174 core/models.py:174 +#: core/models.py:174 msgid "users" msgstr "" @@ -330,7 +324,9 @@ msgstr "" #: core/templates/mail/html/invitation.html:226 #: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " +msgid "" +" Docs, your new essential tool for organizing, sharing and collaborating on " +"your documents as a team. " msgstr "" #: core/templates/mail/html/invitation.html:233 @@ -338,4 +334,3 @@ msgstr "" #, python-format msgid " Brought to you by %(brandname)s " msgstr "" - diff --git a/src/backend/locale/es_ES/LC_MESSAGES/django.po b/src/backend/locale/es_ES/LC_MESSAGES/django.po deleted file mode 100644 index 192b9d2..0000000 --- a/src/backend/locale/es_ES/LC_MESSAGES/django.po +++ /dev/null @@ -1,390 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lasuite-docs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-22 12:09+0000\n" -"PO-Revision-Date: 2025-05-22 14:16\n" -"Last-Translator: \n" -"Language-Team: Spanish\n" -"Language: es_ES\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: lasuite-docs\n" -"X-Crowdin-Project-ID: 754523\n" -"X-Crowdin-Language: es-ES\n" -"X-Crowdin-File: backend-conversations.pot\n" -"X-Crowdin-File-ID: 18\n" - -#: build/lib/core/admin.py:37 core/admin.py:37 -msgid "Personal info" -msgstr "Información Personal" - -#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 -#: core/admin.py:138 -msgid "Permissions" -msgstr "Permisos" - -#: build/lib/core/admin.py:62 core/admin.py:62 -msgid "Important dates" -msgstr "Fechas importantes" - -#: build/lib/core/admin.py:148 core/admin.py:148 -msgid "Tree structure" -msgstr "Estructura en árbol" - -#: build/lib/core/api/filters.py:47 core/api/filters.py:47 -msgid "Title" -msgstr "Título" - -#: build/lib/core/api/filters.py:61 core/api/filters.py:61 -msgid "Creator is me" -msgstr "Yo soy el creador" - -#: build/lib/core/api/filters.py:64 core/api/filters.py:64 -msgid "Favorite" -msgstr "Favorito" - -#: build/lib/core/api/serializers.py:446 core/api/serializers.py:446 -msgid "A new document was created on your behalf!" -msgstr "¡Un nuevo documento se ha creado por ti!" - -#: build/lib/core/api/serializers.py:450 core/api/serializers.py:450 -msgid "You have been granted ownership of a new document:" -msgstr "Se le ha concedido la propiedad de un nuevo documento :" - -#: build/lib/core/api/serializers.py:586 core/api/serializers.py:586 -msgid "Body" -msgstr "Cuerpo" - -#: build/lib/core/api/serializers.py:589 core/api/serializers.py:589 -msgid "Body type" -msgstr "Tipo de Cuerpo" - -#: build/lib/core/api/serializers.py:595 core/api/serializers.py:595 -msgid "Format" -msgstr "Formato" - -#: build/lib/core/api/viewsets.py:967 core/api/viewsets.py:967 -#, python-brace-format -msgid "copy of {title}" -msgstr "copia de {title}" - -#: build/lib/core/enums.py:36 core/enums.py:36 -msgid "First child" -msgstr "Primer nodo" - -#: build/lib/core/enums.py:37 core/enums.py:37 -msgid "Last child" -msgstr "Último nodo" - -#: build/lib/core/enums.py:38 core/enums.py:38 -msgid "First sibling" -msgstr "Primera relación" - -#: build/lib/core/enums.py:39 core/enums.py:39 -msgid "Last sibling" -msgstr "Última relación" - -#: build/lib/core/enums.py:40 core/enums.py:40 -msgid "Left" -msgstr "Izquierda" - -#: build/lib/core/enums.py:41 core/enums.py:41 -msgid "Right" -msgstr "Derecha" - -#: build/lib/core/models.py:56 build/lib/core/models.py:63 core/models.py:56 -#: core/models.py:63 -msgid "Reader" -msgstr "Lector" - -#: build/lib/core/models.py:57 build/lib/core/models.py:64 core/models.py:57 -#: core/models.py:64 -msgid "Editor" -msgstr "Editor" - -#: build/lib/core/models.py:65 core/models.py:65 -msgid "Administrator" -msgstr "Administrador" - -#: build/lib/core/models.py:66 core/models.py:66 -msgid "Owner" -msgstr "Propietario" - -#: build/lib/core/models.py:77 core/models.py:77 -msgid "Restricted" -msgstr "Restringido" - -#: build/lib/core/models.py:81 core/models.py:81 -msgid "Authenticated" -msgstr "Autentificado" - -#: build/lib/core/models.py:83 core/models.py:83 -msgid "Public" -msgstr "Público" - -#: build/lib/core/models.py:154 core/models.py:154 -msgid "id" -msgstr "id" - -#: build/lib/core/models.py:155 core/models.py:155 -msgid "primary key for the record as UUID" -msgstr "clave primaria para el registro como UUID" - -#: build/lib/core/models.py:161 core/models.py:161 -msgid "created on" -msgstr "creado el" - -#: build/lib/core/models.py:162 core/models.py:162 -msgid "date and time at which a record was created" -msgstr "fecha y hora en la que se creó un registro" - -#: build/lib/core/models.py:167 core/models.py:167 -msgid "updated on" -msgstr "actualizado el" - -#: build/lib/core/models.py:168 core/models.py:168 -msgid "date and time at which a record was last updated" -msgstr "fecha y hora en la que un registro fue actualizado por última vez" - -#: build/lib/core/models.py:204 core/models.py:204 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "No se ha podido encontrar un usuario con este sub (UUID), pero el correo electrónico ya está asociado con un usuario." - -#: build/lib/core/models.py:217 core/models.py:217 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr "Introduzca un sub (UUID) válido. Este valor solo puede contener letras, números y los siguientes caracteres @/./+/-/_/:" - -#: build/lib/core/models.py:223 core/models.py:223 -msgid "sub" -msgstr "sub (UUID)" - -#: build/lib/core/models.py:225 core/models.py:225 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "Requerido. 255 caracteres o menos. Letras, números y los siguientes caracteres @/./+/-/_/: solamente." - -#: build/lib/core/models.py:234 core/models.py:234 -msgid "full name" -msgstr "nombre completo" - -#: build/lib/core/models.py:235 core/models.py:235 -msgid "short name" -msgstr "nombre abreviado" - -#: build/lib/core/models.py:237 core/models.py:237 -msgid "identity email address" -msgstr "correo electrónico de identidad" - -#: build/lib/core/models.py:242 core/models.py:242 -msgid "admin email address" -msgstr "correo electrónico del administrador" - -#: build/lib/core/models.py:249 core/models.py:249 -msgid "language" -msgstr "idioma" - -#: build/lib/core/models.py:250 core/models.py:250 -msgid "The language in which the user wants to see the interface." -msgstr "El idioma en el que el usuario desea ver la interfaz." - -#: build/lib/core/models.py:258 core/models.py:258 -msgid "The timezone in which the user wants to see times." -msgstr "La zona horaria en la que el usuario quiere ver los tiempos." - -#: build/lib/core/models.py:261 core/models.py:261 -msgid "device" -msgstr "dispositivo" - -#: build/lib/core/models.py:263 core/models.py:263 -msgid "Whether the user is a device or a real user." -msgstr "Si el usuario es un dispositivo o un usuario real." - -#: build/lib/core/models.py:266 core/models.py:266 -msgid "staff status" -msgstr "rol en el equipo" - -#: build/lib/core/models.py:268 core/models.py:268 -msgid "Whether the user can log into this admin site." -msgstr "Si el usuario puede iniciar sesión en esta página web de administración." - -#: build/lib/core/models.py:271 core/models.py:271 -msgid "active" -msgstr "activo" - -#: build/lib/core/models.py:274 core/models.py:274 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "Si este usuario debe ser considerado como activo. Deseleccionar en lugar de eliminar cuentas." - -#: build/lib/core/models.py:286 core/models.py:286 -msgid "user" -msgstr "usuario" - -#: build/lib/core/models.py:287 core/models.py:287 -msgid "users" -msgstr "usuarios" - -#: build/lib/core/models.py:470 build/lib/core/models.py:1155 -#: core/models.py:470 core/models.py:1155 -msgid "title" -msgstr "título" - -#: build/lib/core/models.py:471 core/models.py:471 -msgid "excerpt" -msgstr "resumen" - -#: build/lib/core/models.py:519 core/models.py:519 -msgid "Document" -msgstr "Documento" - -#: build/lib/core/models.py:520 core/models.py:520 -msgid "Documents" -msgstr "Documentos" - -#: build/lib/core/models.py:532 build/lib/core/models.py:873 core/models.py:532 -#: core/models.py:873 -msgid "Untitled Document" -msgstr "Documento sin título" - -#: build/lib/core/models.py:908 core/models.py:908 -#, python-brace-format -msgid "{name} shared a document with you!" -msgstr "¡{name} ha compartido un documento contigo!" - -#: build/lib/core/models.py:912 core/models.py:912 -#, python-brace-format -msgid "{name} invited you with the role \"{role}\" on the following document:" -msgstr "Te ha invitado {name} al siguiente documento con el rol \"{role}\" :" - -#: build/lib/core/models.py:918 core/models.py:918 -#, python-brace-format -msgid "{name} shared a document with you: {title}" -msgstr "{name} ha compartido un documento contigo: {title}" - -#: build/lib/core/models.py:1016 core/models.py:1016 -msgid "Document/user link trace" -msgstr "Traza del enlace de documento/usuario" - -#: build/lib/core/models.py:1017 core/models.py:1017 -msgid "Document/user link traces" -msgstr "Trazas del enlace de documento/usuario" - -#: build/lib/core/models.py:1023 core/models.py:1023 -msgid "A link trace already exists for this document/user." -msgstr "Ya existe una traza de enlace para este documento/usuario." - -#: build/lib/core/models.py:1046 core/models.py:1046 -msgid "Document favorite" -msgstr "Documento favorito" - -#: build/lib/core/models.py:1047 core/models.py:1047 -msgid "Document favorites" -msgstr "Documentos favoritos" - -#: build/lib/core/models.py:1053 core/models.py:1053 -msgid "This document is already targeted by a favorite relation instance for the same user." -msgstr "Este documento ya ha sido marcado como favorito por el usuario." - -#: build/lib/core/models.py:1075 core/models.py:1075 -msgid "Document/user relation" -msgstr "Relación documento/usuario" - -#: build/lib/core/models.py:1076 core/models.py:1076 -msgid "Document/user relations" -msgstr "Relaciones documento/usuario" - -#: build/lib/core/models.py:1082 core/models.py:1082 -msgid "This user is already in this document." -msgstr "Este usuario ya forma parte del documento." - -#: build/lib/core/models.py:1088 core/models.py:1088 -msgid "This team is already in this document." -msgstr "Este equipo ya forma parte del documento." - -#: build/lib/core/models.py:1094 build/lib/core/models.py:1242 -#: core/models.py:1094 core/models.py:1242 -msgid "Either user or team must be set, not both." -msgstr "Debe establecerse un usuario o un equipo, no ambos." - -#: build/lib/core/models.py:1156 core/models.py:1156 -msgid "description" -msgstr "descripción" - -#: build/lib/core/models.py:1157 core/models.py:1157 -msgid "code" -msgstr "código" - -#: build/lib/core/models.py:1158 core/models.py:1158 -msgid "css" -msgstr "css" - -#: build/lib/core/models.py:1160 core/models.py:1160 -msgid "public" -msgstr "público" - -#: build/lib/core/models.py:1162 core/models.py:1162 -msgid "Whether this template is public for anyone to use." -msgstr "Si esta plantilla es pública para que cualquiera la utilice." - -#: build/lib/core/models.py:1168 core/models.py:1168 -msgid "Template" -msgstr "Plantilla" - -#: build/lib/core/models.py:1169 core/models.py:1169 -msgid "Templates" -msgstr "Plantillas" - -#: build/lib/core/models.py:1223 core/models.py:1223 -msgid "Template/user relation" -msgstr "Relación plantilla/usuario" - -#: build/lib/core/models.py:1224 core/models.py:1224 -msgid "Template/user relations" -msgstr "Relaciones plantilla/usuario" - -#: build/lib/core/models.py:1230 core/models.py:1230 -msgid "This user is already in this template." -msgstr "Este usuario ya forma parte de la plantilla." - -#: build/lib/core/models.py:1236 core/models.py:1236 -msgid "This team is already in this template." -msgstr "Este equipo ya se encuentra en esta plantilla." - -#: build/lib/core/models.py:1259 core/models.py:1259 -msgid "email address" -msgstr "dirección de correo electrónico" - -#: build/lib/core/models.py:1278 core/models.py:1278 -msgid "Document invitation" -msgstr "Invitación al documento" - -#: build/lib/core/models.py:1279 core/models.py:1279 -msgid "Document invitations" -msgstr "Invitaciones a documentos" - -#: build/lib/core/models.py:1299 core/models.py:1299 -msgid "This email is already associated to a registered user." -msgstr "Este correo electrónico está asociado a un usuario registrado." - -#: core/templates/mail/html/invitation.html:162 -#: core/templates/mail/text/invitation.txt:3 -msgid "Logo email" -msgstr "Logo de correo electrónico" - -#: core/templates/mail/html/invitation.html:209 -#: core/templates/mail/text/invitation.txt:10 -msgid "Open" -msgstr "Abrir" - -#: core/templates/mail/html/invitation.html:226 -#: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr "Docs, su nueva herramienta esencial para organizar, compartir y colaborar en sus documentos como equipo." - -#: core/templates/mail/html/invitation.html:233 -#: core/templates/mail/text/invitation.txt:16 -#, python-format -msgid " Brought to you by %(brandname)s " -msgstr " Presentado por %(brandname)s " - diff --git a/src/backend/locale/fr_FR/LC_MESSAGES/django.po b/src/backend/locale/fr_FR/LC_MESSAGES/django.po index 1e9165f..60fc03f 100644 --- a/src/backend/locale/fr_FR/LC_MESSAGES/django.po +++ b/src/backend/locale/fr_FR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: la-suite-conversations\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-16 19:25+0000\n" -"PO-Revision-Date: 2025-10-17 12:46\n" +"POT-Creation-Date: 2025-10-19 21:49+0000\n" +"PO-Revision-Date: 2025-10-19 21:25\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -17,304 +17,314 @@ msgstr "" "X-Crowdin-File: backend-conversations.pot\n" "X-Crowdin-File-ID: 26\n" -#: activation_codes/admin.py:54 build/lib/activation_codes/admin.py:54 +#: activation_codes/admin.py:54 msgid "Configuration" msgstr "Configuration" -#: activation_codes/admin.py:65 build/lib/activation_codes/admin.py:65 +#: activation_codes/admin.py:65 msgid "Usage details" msgstr "Détails d'utilisation" #: activation_codes/admin.py:69 activation_codes/admin.py:225 -#: build/lib/activation_codes/admin.py:69 -#: build/lib/activation_codes/admin.py:225 msgid "Timestamps" msgstr "Horodatages" -#: activation_codes/admin.py:108 build/lib/activation_codes/admin.py:108 +#: activation_codes/admin.py:108 msgid "Usage" msgstr "Utilisation" -#: activation_codes/admin.py:116 build/lib/activation_codes/admin.py:116 +#: activation_codes/admin.py:116 msgid "Description" msgstr "Description" -#: activation_codes/admin.py:123 build/lib/activation_codes/admin.py:123 +#: activation_codes/admin.py:123 msgid "No users have used this code yet" msgstr "Aucun utilisateur n'a encore utilisé ce code" -#: activation_codes/admin.py:134 build/lib/activation_codes/admin.py:134 +#: activation_codes/admin.py:134 msgid "Name" msgstr "Nom" #: activation_codes/admin.py:135 activation_codes/admin.py:245 -#: build/lib/activation_codes/admin.py:135 -#: build/lib/activation_codes/admin.py:245 msgid "Email" msgstr "E-mail" -#: activation_codes/admin.py:136 build/lib/activation_codes/admin.py:136 +#: activation_codes/admin.py:136 msgid "Date" msgstr "Date" -#: activation_codes/admin.py:160 build/lib/activation_codes/admin.py:160 +#: activation_codes/admin.py:160 msgid "Users who used this code" msgstr "Utilisateurs qui ont utilisé ce code" -#: activation_codes/admin.py:162 build/lib/activation_codes/admin.py:162 +#: activation_codes/admin.py:162 msgid "Recompute current uses from related activations" msgstr "Recalculer les utilisations actuelles à partir des activations liées" -#: activation_codes/admin.py:176 build/lib/activation_codes/admin.py:176 +#: activation_codes/admin.py:176 msgid "All selected activation codes already have correct usage counts." -msgstr "Tous les codes d'activation sélectionnés ont déjà un nombre correct d'utilisations." +msgstr "" +"Tous les codes d'activation sélectionnés ont déjà un nombre correct " +"d'utilisations." -#: activation_codes/admin.py:181 build/lib/activation_codes/admin.py:181 +#: activation_codes/admin.py:181 #, python-format msgid "Successfully recomputed usage counts for %(count)d activation code(s)." -msgstr "Utilisation recalculée avec succès pour %(count)d code(s) d'activation." +msgstr "" +"Utilisation recalculée avec succès pour %(count)d code(s) d'activation." #: activation_codes/admin.py:239 activation_codes/admin.py:281 -#: build/lib/activation_codes/admin.py:239 -#: build/lib/activation_codes/admin.py:281 msgid "User" msgstr "Utilisateur" -#: activation_codes/admin.py:288 build/lib/activation_codes/admin.py:288 +#: activation_codes/admin.py:288 msgid "Has used activation code" msgstr "A utilisé le code d'activation" #: activation_codes/models.py:36 activation_codes/models.py:83 -#: activation_codes/models.py:164 build/lib/activation_codes/models.py:36 -#: build/lib/activation_codes/models.py:83 -#: build/lib/activation_codes/models.py:164 +#: activation_codes/models.py:164 msgid "activation code" msgstr "code d'activation" -#: activation_codes/models.py:37 build/lib/activation_codes/models.py:37 +#: activation_codes/models.py:37 msgid "The activation code that users will enter" msgstr "Le code d'activation que les utilisateurs entreront" -#: activation_codes/models.py:44 build/lib/activation_codes/models.py:44 +#: activation_codes/models.py:44 msgid "Code must be alphanumeric and contain no spaces or special characters" -msgstr "Le code doit être alphanumérique et ne contenir ni espaces ni caractères spéciaux" +msgstr "" +"Le code doit être alphanumérique et ne contenir ni espaces ni caractères " +"spéciaux" -#: activation_codes/models.py:50 build/lib/activation_codes/models.py:50 +#: activation_codes/models.py:50 msgid "maximum uses" msgstr "utilisations maximales" -#: activation_codes/models.py:51 build/lib/activation_codes/models.py:51 +#: activation_codes/models.py:51 msgid "Maximum number of times this code can be used. 0 means unlimited." msgstr "Nombre maximum d'utilisation de ce code. 0 signifie illimité." -#: activation_codes/models.py:56 build/lib/activation_codes/models.py:56 +#: activation_codes/models.py:56 msgid "current uses" msgstr "utilisations actuelles" -#: activation_codes/models.py:57 build/lib/activation_codes/models.py:57 +#: activation_codes/models.py:57 msgid "Number of times this code has been used" msgstr "Nombre de fois où ce code a été utilisé" -#: activation_codes/models.py:63 build/lib/activation_codes/models.py:63 -#: build/lib/core/models.py:151 core/models.py:151 +#: activation_codes/models.py:63 core/models.py:151 msgid "active" msgstr "actif" -#: activation_codes/models.py:64 build/lib/activation_codes/models.py:64 +#: activation_codes/models.py:64 msgid "Whether this code can still be used" msgstr "Si ce code peut encore être utilisé" -#: activation_codes/models.py:69 build/lib/activation_codes/models.py:69 +#: activation_codes/models.py:69 msgid "expires at" msgstr "expiration" -#: activation_codes/models.py:70 build/lib/activation_codes/models.py:70 +#: activation_codes/models.py:70 msgid "Date and time when this code expires" msgstr "Date et heure d'expiration de ce code" -#: activation_codes/models.py:76 build/lib/activation_codes/models.py:76 +#: activation_codes/models.py:76 msgid "description" msgstr "description" -#: activation_codes/models.py:77 build/lib/activation_codes/models.py:77 +#: activation_codes/models.py:77 msgid "Internal description or notes about this code" msgstr "Description interne ou notes à propos de ce code" -#: activation_codes/models.py:84 build/lib/activation_codes/models.py:84 +#: activation_codes/models.py:84 msgid "activation codes" msgstr "codes d'activation" -#: activation_codes/models.py:126 build/lib/activation_codes/models.py:126 +#: activation_codes/models.py:126 msgid "This activation code is no longer valid" msgstr "Ce code d'activation n'est plus valide" -#: activation_codes/models.py:134 build/lib/activation_codes/models.py:134 +#: activation_codes/models.py:134 msgid "You have already activated your account" msgstr "Vous avez déjà activé votre compte" #: activation_codes/models.py:156 activation_codes/models.py:188 -#: build/lib/activation_codes/models.py:156 -#: build/lib/activation_codes/models.py:188 build/lib/core/models.py:173 #: core/models.py:173 msgid "user" msgstr "utilisateur" -#: activation_codes/models.py:157 build/lib/activation_codes/models.py:157 +#: activation_codes/models.py:157 msgid "The user who used the activation code" msgstr "L'utilisateur qui a utilisé le code d'activation" -#: activation_codes/models.py:165 build/lib/activation_codes/models.py:165 +#: activation_codes/models.py:165 msgid "The activation code that was used" msgstr "Le code d'activation qui a été utilisé" #: activation_codes/models.py:172 activation_codes/models.py:196 -#: build/lib/activation_codes/models.py:172 -#: build/lib/activation_codes/models.py:196 msgid "user activation" msgstr "activation d'utilisateur" -#: activation_codes/models.py:173 build/lib/activation_codes/models.py:173 +#: activation_codes/models.py:173 msgid "user activations" msgstr "activations d'utilisateurs" -#: activation_codes/models.py:189 build/lib/activation_codes/models.py:189 +#: activation_codes/models.py:189 msgid "The user who made the registration request" msgstr "L'utilisateur qui a fait la demande d'enregistrement" -#: activation_codes/models.py:197 build/lib/activation_codes/models.py:197 +#: activation_codes/models.py:197 msgid "Store if the user received an activation code and used it" -msgstr "Enregistrer si l'utilisateur a reçu un code d'activation et l'a utilisé" +msgstr "" +"Enregistrer si l'utilisateur a reçu un code d'activation et l'a utilisé" -#: activation_codes/models.py:206 build/lib/activation_codes/models.py:206 +#: activation_codes/models.py:206 msgid "user registration request" msgstr "demande d'inscription d'utilisateur" -#: activation_codes/models.py:207 build/lib/activation_codes/models.py:207 +#: activation_codes/models.py:207 msgid "user registration requests" msgstr "demandes d'inscription d'utilisateur" #: activation_codes/serializers.py:14 -#: build/lib/activation_codes/serializers.py:14 msgid "The activation code to validate" msgstr "Le code d'activation à valider" -#: activation_codes/viewsets.py:106 build/lib/activation_codes/viewsets.py:106 +#: activation_codes/viewsets.py:106 msgid "Your account has been successfully activated" msgstr "Votre compte a été activé avec succès" -#: build/lib/chat/apps.py:12 chat/apps.py:12 +#: chat/apps.py:12 msgid "chat application" msgstr "application de chat" -#: build/lib/core/admin.py:26 core/admin.py:26 +#: core/admin.py:26 msgid "Personal info" msgstr "Informations personnelles" -#: build/lib/core/admin.py:40 core/admin.py:40 +#: core/admin.py:40 msgid "Permissions" msgstr "Permissions" -#: build/lib/core/admin.py:52 core/admin.py:52 +#: core/admin.py:52 msgid "Important dates" msgstr "Dates importantes" -#: build/lib/core/models.py:39 core/models.py:39 +#: core/models.py:39 msgid "id" msgstr "id" -#: build/lib/core/models.py:40 core/models.py:40 +#: core/models.py:40 msgid "primary key for the record as UUID" msgstr "clé primaire pour l'enregistrement en tant que UUID" -#: build/lib/core/models.py:46 core/models.py:46 +#: core/models.py:46 msgid "created on" msgstr "créé le" -#: build/lib/core/models.py:47 core/models.py:47 +#: core/models.py:47 msgid "date and time at which a record was created" msgstr "date et heure de création de l'enregistrement" -#: build/lib/core/models.py:52 core/models.py:52 +#: core/models.py:52 msgid "updated on" msgstr "mis à jour le" -#: build/lib/core/models.py:53 core/models.py:53 +#: core/models.py:53 msgid "date and time at which a record was last updated" msgstr "date et heure de la dernière mise à jour de l'enregistrement" -#: build/lib/core/models.py:86 core/models.py:86 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "Nous n'avons pas pu trouver un utilisateur avec ce sous-groupe mais l'e-mail est déjà associé à un utilisateur enregistré." +#: core/models.py:86 +msgid "" +"We couldn't find a user with this sub but the email is already associated " +"with a registered user." +msgstr "" +"Nous n'avons pas pu trouver un utilisateur avec ce sous-groupe mais l'e-mail " +"est déjà associé à un utilisateur enregistré." -#: build/lib/core/models.py:99 core/models.py:99 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr "Saisissez un sous-groupe valide. Cette valeur ne peut contenir que des lettres, des chiffres et les caractères @/./+/-/_/: uniquement." +#: core/models.py:99 +msgid "" +"Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/" +"_/: characters." +msgstr "" +"Saisissez un sous-groupe valide. Cette valeur ne peut contenir que des " +"lettres, des chiffres et les caractères @/./+/-/_/: uniquement." -#: build/lib/core/models.py:105 core/models.py:105 +#: core/models.py:105 msgid "sub" msgstr "sub" -#: build/lib/core/models.py:107 core/models.py:107 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "Obligatoire. 255 caractères ou moins. Lettres, chiffres et caractères @/./+/-/_/: uniquement." +#: core/models.py:107 +msgid "" +"Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: " +"characters only." +msgstr "" +"Obligatoire. 255 caractères ou moins. Lettres, chiffres et caractères @/./" +"+/-/_/: uniquement." -#: build/lib/core/models.py:116 core/models.py:116 +#: core/models.py:116 msgid "full name" msgstr "nom complet" -#: build/lib/core/models.py:117 core/models.py:117 +#: core/models.py:117 msgid "short name" msgstr "nom court" -#: build/lib/core/models.py:119 core/models.py:119 +#: core/models.py:119 msgid "identity email address" msgstr "adresse e-mail d'identité" -#: build/lib/core/models.py:123 core/models.py:123 +#: core/models.py:123 msgid "admin email address" msgstr "adresse e-mail de l'administrateur" -#: build/lib/core/models.py:129 core/models.py:129 +#: core/models.py:129 msgid "language" msgstr "langue" -#: build/lib/core/models.py:130 core/models.py:130 +#: core/models.py:130 msgid "The language in which the user wants to see the interface." msgstr "La langue dans laquelle l'utilisateur veut voir l'interface." -#: build/lib/core/models.py:138 core/models.py:138 +#: core/models.py:138 msgid "The timezone in which the user wants to see times." msgstr "Le fuseau horaire dans lequel l'utilisateur souhaite voir les heures." -#: build/lib/core/models.py:141 core/models.py:141 +#: core/models.py:141 msgid "device" msgstr "appareil" -#: build/lib/core/models.py:143 core/models.py:143 +#: core/models.py:143 msgid "Whether the user is a device or a real user." msgstr "Si l'utilisateur est un appareil ou un utilisateur réel." -#: build/lib/core/models.py:146 core/models.py:146 +#: core/models.py:146 msgid "staff status" msgstr "statut d'équipe" -#: build/lib/core/models.py:148 core/models.py:148 +#: core/models.py:148 msgid "Whether the user can log into this admin site." msgstr "Si l'utilisateur peut se connecter à ce site d'administration." -#: build/lib/core/models.py:154 core/models.py:154 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "Si cet utilisateur doit être traité comme actif. Désélectionnez ceci au lieu de supprimer des comptes." +#: core/models.py:154 +msgid "" +"Whether this user should be treated as active. Unselect this instead of " +"deleting accounts." +msgstr "" +"Si cet utilisateur doit être traité comme actif. Désélectionnez ceci au lieu " +"de supprimer des comptes." -#: build/lib/core/models.py:161 core/models.py:161 +#: core/models.py:161 msgid "allow conversation analytics" msgstr "autoriser les analyses de conversation" -#: build/lib/core/models.py:163 core/models.py:163 +#: core/models.py:163 msgid "Whether the user allows to use their conversations for analytics." -msgstr "Si l'utilisateur autorise l'utilisation de ses conversations pour des analyses." +msgstr "" +"Si l'utilisateur autorise l'utilisation de ses conversations pour des " +"analyses." -#: build/lib/core/models.py:174 core/models.py:174 +#: core/models.py:174 msgid "users" msgstr "utilisateurs" @@ -330,12 +340,15 @@ msgstr "Ouvrir" #: core/templates/mail/html/invitation.html:226 #: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr " Docs, votre nouvel outil incontournable pour organiser, partager et collaborer sur vos documents en équipe. " +msgid "" +" Docs, your new essential tool for organizing, sharing and collaborating on " +"your documents as a team. " +msgstr "" +" Docs, votre nouvel outil incontournable pour organiser, partager et " +"collaborer sur vos documents en équipe. " #: core/templates/mail/html/invitation.html:233 #: core/templates/mail/text/invitation.txt:16 #, python-format msgid " Brought to you by %(brandname)s " msgstr " Proposé par %(brandname)s " - diff --git a/src/backend/locale/it_IT/LC_MESSAGES/django.po b/src/backend/locale/it_IT/LC_MESSAGES/django.po deleted file mode 100644 index 78e68fa..0000000 --- a/src/backend/locale/it_IT/LC_MESSAGES/django.po +++ /dev/null @@ -1,390 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lasuite-docs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-22 12:09+0000\n" -"PO-Revision-Date: 2025-05-22 14:16\n" -"Last-Translator: \n" -"Language-Team: Italian\n" -"Language: it_IT\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: lasuite-docs\n" -"X-Crowdin-Project-ID: 754523\n" -"X-Crowdin-Language: it\n" -"X-Crowdin-File: backend-conversations.pot\n" -"X-Crowdin-File-ID: 18\n" - -#: build/lib/core/admin.py:37 core/admin.py:37 -msgid "Personal info" -msgstr "Informazioni personali" - -#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 -#: core/admin.py:138 -msgid "Permissions" -msgstr "Permessi" - -#: build/lib/core/admin.py:62 core/admin.py:62 -msgid "Important dates" -msgstr "Date importanti" - -#: build/lib/core/admin.py:148 core/admin.py:148 -msgid "Tree structure" -msgstr "Struttura ad albero" - -#: build/lib/core/api/filters.py:47 core/api/filters.py:47 -msgid "Title" -msgstr "Titolo" - -#: build/lib/core/api/filters.py:61 core/api/filters.py:61 -msgid "Creator is me" -msgstr "Il creatore sono io" - -#: build/lib/core/api/filters.py:64 core/api/filters.py:64 -msgid "Favorite" -msgstr "Preferiti" - -#: build/lib/core/api/serializers.py:446 core/api/serializers.py:446 -msgid "A new document was created on your behalf!" -msgstr "Un nuovo documento è stato creato a tuo nome!" - -#: build/lib/core/api/serializers.py:450 core/api/serializers.py:450 -msgid "You have been granted ownership of a new document:" -msgstr "Sei ora proprietario di un nuovo documento:" - -#: build/lib/core/api/serializers.py:586 core/api/serializers.py:586 -msgid "Body" -msgstr "Corpo" - -#: build/lib/core/api/serializers.py:589 core/api/serializers.py:589 -msgid "Body type" -msgstr "" - -#: build/lib/core/api/serializers.py:595 core/api/serializers.py:595 -msgid "Format" -msgstr "Formato" - -#: build/lib/core/api/viewsets.py:967 core/api/viewsets.py:967 -#, python-brace-format -msgid "copy of {title}" -msgstr "copia di {title}" - -#: build/lib/core/enums.py:36 core/enums.py:36 -msgid "First child" -msgstr "" - -#: build/lib/core/enums.py:37 core/enums.py:37 -msgid "Last child" -msgstr "" - -#: build/lib/core/enums.py:38 core/enums.py:38 -msgid "First sibling" -msgstr "" - -#: build/lib/core/enums.py:39 core/enums.py:39 -msgid "Last sibling" -msgstr "" - -#: build/lib/core/enums.py:40 core/enums.py:40 -msgid "Left" -msgstr "Sinistra" - -#: build/lib/core/enums.py:41 core/enums.py:41 -msgid "Right" -msgstr "Destra" - -#: build/lib/core/models.py:56 build/lib/core/models.py:63 core/models.py:56 -#: core/models.py:63 -msgid "Reader" -msgstr "Lettore" - -#: build/lib/core/models.py:57 build/lib/core/models.py:64 core/models.py:57 -#: core/models.py:64 -msgid "Editor" -msgstr "Editor" - -#: build/lib/core/models.py:65 core/models.py:65 -msgid "Administrator" -msgstr "Amministratore" - -#: build/lib/core/models.py:66 core/models.py:66 -msgid "Owner" -msgstr "Proprietario" - -#: build/lib/core/models.py:77 core/models.py:77 -msgid "Restricted" -msgstr "Limitato" - -#: build/lib/core/models.py:81 core/models.py:81 -msgid "Authenticated" -msgstr "Autenticato" - -#: build/lib/core/models.py:83 core/models.py:83 -msgid "Public" -msgstr "Pubblico" - -#: build/lib/core/models.py:154 core/models.py:154 -msgid "id" -msgstr "Id" - -#: build/lib/core/models.py:155 core/models.py:155 -msgid "primary key for the record as UUID" -msgstr "chiave primaria per il record come UUID" - -#: build/lib/core/models.py:161 core/models.py:161 -msgid "created on" -msgstr "creato il" - -#: build/lib/core/models.py:162 core/models.py:162 -msgid "date and time at which a record was created" -msgstr "data e ora in cui è stato creato un record" - -#: build/lib/core/models.py:167 core/models.py:167 -msgid "updated on" -msgstr "aggiornato il" - -#: build/lib/core/models.py:168 core/models.py:168 -msgid "date and time at which a record was last updated" -msgstr "data e ora in cui l’ultimo record è stato aggiornato" - -#: build/lib/core/models.py:204 core/models.py:204 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "" - -#: build/lib/core/models.py:217 core/models.py:217 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr "" - -#: build/lib/core/models.py:223 core/models.py:223 -msgid "sub" -msgstr "" - -#: build/lib/core/models.py:225 core/models.py:225 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "Richiesto. 255 caratteri o meno. Solo lettere, numeri e @/./+/-/_/: caratteri." - -#: build/lib/core/models.py:234 core/models.py:234 -msgid "full name" -msgstr "nome completo" - -#: build/lib/core/models.py:235 core/models.py:235 -msgid "short name" -msgstr "nome" - -#: build/lib/core/models.py:237 core/models.py:237 -msgid "identity email address" -msgstr "indirizzo email di identità" - -#: build/lib/core/models.py:242 core/models.py:242 -msgid "admin email address" -msgstr "Indirizzo email dell'amministratore" - -#: build/lib/core/models.py:249 core/models.py:249 -msgid "language" -msgstr "lingua" - -#: build/lib/core/models.py:250 core/models.py:250 -msgid "The language in which the user wants to see the interface." -msgstr "La lingua in cui l'utente vuole vedere l'interfaccia." - -#: build/lib/core/models.py:258 core/models.py:258 -msgid "The timezone in which the user wants to see times." -msgstr "Il fuso orario in cui l'utente vuole vedere gli orari." - -#: build/lib/core/models.py:261 core/models.py:261 -msgid "device" -msgstr "dispositivo" - -#: build/lib/core/models.py:263 core/models.py:263 -msgid "Whether the user is a device or a real user." -msgstr "Se l'utente è un dispositivo o un utente reale." - -#: build/lib/core/models.py:266 core/models.py:266 -msgid "staff status" -msgstr "stato del personale" - -#: build/lib/core/models.py:268 core/models.py:268 -msgid "Whether the user can log into this admin site." -msgstr "Indica se l'utente può accedere a questo sito amministratore." - -#: build/lib/core/models.py:271 core/models.py:271 -msgid "active" -msgstr "attivo" - -#: build/lib/core/models.py:274 core/models.py:274 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "Indica se questo utente deve essere trattato come attivo. Deseleziona invece di eliminare gli account." - -#: build/lib/core/models.py:286 core/models.py:286 -msgid "user" -msgstr "utente" - -#: build/lib/core/models.py:287 core/models.py:287 -msgid "users" -msgstr "utenti" - -#: build/lib/core/models.py:470 build/lib/core/models.py:1155 -#: core/models.py:470 core/models.py:1155 -msgid "title" -msgstr "titolo" - -#: build/lib/core/models.py:471 core/models.py:471 -msgid "excerpt" -msgstr "" - -#: build/lib/core/models.py:519 core/models.py:519 -msgid "Document" -msgstr "Documento" - -#: build/lib/core/models.py:520 core/models.py:520 -msgid "Documents" -msgstr "Documenti" - -#: build/lib/core/models.py:532 build/lib/core/models.py:873 core/models.py:532 -#: core/models.py:873 -msgid "Untitled Document" -msgstr "Documento senza titolo" - -#: build/lib/core/models.py:908 core/models.py:908 -#, python-brace-format -msgid "{name} shared a document with you!" -msgstr "{name} ha condiviso un documento con te!" - -#: build/lib/core/models.py:912 core/models.py:912 -#, python-brace-format -msgid "{name} invited you with the role \"{role}\" on the following document:" -msgstr "{name} ti ha invitato con il ruolo \"{role}\" nel seguente documento:" - -#: build/lib/core/models.py:918 core/models.py:918 -#, python-brace-format -msgid "{name} shared a document with you: {title}" -msgstr "{name} ha condiviso un documento con te: {title}" - -#: build/lib/core/models.py:1016 core/models.py:1016 -msgid "Document/user link trace" -msgstr "" - -#: build/lib/core/models.py:1017 core/models.py:1017 -msgid "Document/user link traces" -msgstr "" - -#: build/lib/core/models.py:1023 core/models.py:1023 -msgid "A link trace already exists for this document/user." -msgstr "" - -#: build/lib/core/models.py:1046 core/models.py:1046 -msgid "Document favorite" -msgstr "Documento preferito" - -#: build/lib/core/models.py:1047 core/models.py:1047 -msgid "Document favorites" -msgstr "Documenti preferiti" - -#: build/lib/core/models.py:1053 core/models.py:1053 -msgid "This document is already targeted by a favorite relation instance for the same user." -msgstr "" - -#: build/lib/core/models.py:1075 core/models.py:1075 -msgid "Document/user relation" -msgstr "" - -#: build/lib/core/models.py:1076 core/models.py:1076 -msgid "Document/user relations" -msgstr "" - -#: build/lib/core/models.py:1082 core/models.py:1082 -msgid "This user is already in this document." -msgstr "Questo utente è già presente in questo documento." - -#: build/lib/core/models.py:1088 core/models.py:1088 -msgid "This team is already in this document." -msgstr "Questo team è già presente in questo documento." - -#: build/lib/core/models.py:1094 build/lib/core/models.py:1242 -#: core/models.py:1094 core/models.py:1242 -msgid "Either user or team must be set, not both." -msgstr "" - -#: build/lib/core/models.py:1156 core/models.py:1156 -msgid "description" -msgstr "descrizione" - -#: build/lib/core/models.py:1157 core/models.py:1157 -msgid "code" -msgstr "code" - -#: build/lib/core/models.py:1158 core/models.py:1158 -msgid "css" -msgstr "css" - -#: build/lib/core/models.py:1160 core/models.py:1160 -msgid "public" -msgstr "pubblico" - -#: build/lib/core/models.py:1162 core/models.py:1162 -msgid "Whether this template is public for anyone to use." -msgstr "Indica se questo modello è pubblico per chiunque." - -#: build/lib/core/models.py:1168 core/models.py:1168 -msgid "Template" -msgstr "Modello" - -#: build/lib/core/models.py:1169 core/models.py:1169 -msgid "Templates" -msgstr "Modelli" - -#: build/lib/core/models.py:1223 core/models.py:1223 -msgid "Template/user relation" -msgstr "" - -#: build/lib/core/models.py:1224 core/models.py:1224 -msgid "Template/user relations" -msgstr "" - -#: build/lib/core/models.py:1230 core/models.py:1230 -msgid "This user is already in this template." -msgstr "Questo utente è già in questo modello." - -#: build/lib/core/models.py:1236 core/models.py:1236 -msgid "This team is already in this template." -msgstr "Questo team è già in questo modello." - -#: build/lib/core/models.py:1259 core/models.py:1259 -msgid "email address" -msgstr "indirizzo e-mail" - -#: build/lib/core/models.py:1278 core/models.py:1278 -msgid "Document invitation" -msgstr "Invito al documento" - -#: build/lib/core/models.py:1279 core/models.py:1279 -msgid "Document invitations" -msgstr "Inviti al documento" - -#: build/lib/core/models.py:1299 core/models.py:1299 -msgid "This email is already associated to a registered user." -msgstr "Questa email è già associata a un utente registrato." - -#: core/templates/mail/html/invitation.html:162 -#: core/templates/mail/text/invitation.txt:3 -msgid "Logo email" -msgstr "Logo e-mail" - -#: core/templates/mail/html/invitation.html:209 -#: core/templates/mail/text/invitation.txt:10 -msgid "Open" -msgstr "Apri" - -#: core/templates/mail/html/invitation.html:226 -#: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr "" - -#: core/templates/mail/html/invitation.html:233 -#: core/templates/mail/text/invitation.txt:16 -#, python-format -msgid " Brought to you by %(brandname)s " -msgstr "" - diff --git a/src/backend/locale/nl_NL/LC_MESSAGES/django.po b/src/backend/locale/nl_NL/LC_MESSAGES/django.po index c6bc4ac..e1896c5 100644 --- a/src/backend/locale/nl_NL/LC_MESSAGES/django.po +++ b/src/backend/locale/nl_NL/LC_MESSAGES/django.po @@ -1,9 +1,9 @@ msgid "" msgstr "" -"Project-Id-Version: lasuite-docs\n" +"Project-Id-Version: la-suite-conversations\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-22 12:09+0000\n" -"PO-Revision-Date: 2025-05-22 14:16\n" +"POT-Creation-Date: 2025-10-19 21:49+0000\n" +"PO-Revision-Date: 2025-10-19 21:25\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -11,380 +11,326 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: lasuite-docs\n" -"X-Crowdin-Project-ID: 754523\n" +"X-Crowdin-Project: la-suite-conversations\n" +"X-Crowdin-Project-ID: 810876\n" "X-Crowdin-Language: nl\n" "X-Crowdin-File: backend-conversations.pot\n" -"X-Crowdin-File-ID: 18\n" +"X-Crowdin-File-ID: 26\n" -#: build/lib/core/admin.py:37 core/admin.py:37 -msgid "Personal info" -msgstr "Persoonlijke informatie" +#: activation_codes/admin.py:54 +msgid "Configuration" +msgstr "" -#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 -#: core/admin.py:138 -msgid "Permissions" -msgstr "Toestemmingen" +#: activation_codes/admin.py:65 +msgid "Usage details" +msgstr "" -#: build/lib/core/admin.py:62 core/admin.py:62 -msgid "Important dates" -msgstr "Belangrijke datums" +#: activation_codes/admin.py:69 activation_codes/admin.py:225 +msgid "Timestamps" +msgstr "" -#: build/lib/core/admin.py:148 core/admin.py:148 -msgid "Tree structure" -msgstr "Document structuur" +#: activation_codes/admin.py:108 +msgid "Usage" +msgstr "" -#: build/lib/core/api/filters.py:47 core/api/filters.py:47 -msgid "Title" -msgstr "Titel" +#: activation_codes/admin.py:116 +msgid "Description" +msgstr "" -#: build/lib/core/api/filters.py:61 core/api/filters.py:61 -msgid "Creator is me" -msgstr "Ik ben Eigenaar" +#: activation_codes/admin.py:123 +msgid "No users have used this code yet" +msgstr "" -#: build/lib/core/api/filters.py:64 core/api/filters.py:64 -msgid "Favorite" -msgstr "Favoriete" +#: activation_codes/admin.py:134 +msgid "Name" +msgstr "" -#: build/lib/core/api/serializers.py:446 core/api/serializers.py:446 -msgid "A new document was created on your behalf!" -msgstr "Een nieuw document was gecreëerd voor u!" +#: activation_codes/admin.py:135 activation_codes/admin.py:245 +msgid "Email" +msgstr "" -#: build/lib/core/api/serializers.py:450 core/api/serializers.py:450 -msgid "You have been granted ownership of a new document:" -msgstr "U heeft eigenaarschap van een nieuw document:" +#: activation_codes/admin.py:136 +msgid "Date" +msgstr "" -#: build/lib/core/api/serializers.py:586 core/api/serializers.py:586 -msgid "Body" -msgstr "Text" +#: activation_codes/admin.py:160 +msgid "Users who used this code" +msgstr "" -#: build/lib/core/api/serializers.py:589 core/api/serializers.py:589 -msgid "Body type" -msgstr "Text type" +#: activation_codes/admin.py:162 +msgid "Recompute current uses from related activations" +msgstr "" -#: build/lib/core/api/serializers.py:595 core/api/serializers.py:595 -msgid "Format" -msgstr "Formaat" +#: activation_codes/admin.py:176 +msgid "All selected activation codes already have correct usage counts." +msgstr "" -#: build/lib/core/api/viewsets.py:967 core/api/viewsets.py:967 -#, python-brace-format -msgid "copy of {title}" -msgstr "kopie van {title}" +#: activation_codes/admin.py:181 +#, python-format +msgid "Successfully recomputed usage counts for %(count)d activation code(s)." +msgstr "" -#: build/lib/core/enums.py:36 core/enums.py:36 -msgid "First child" -msgstr "Eerste node" +#: activation_codes/admin.py:239 activation_codes/admin.py:281 +msgid "User" +msgstr "" -#: build/lib/core/enums.py:37 core/enums.py:37 -msgid "Last child" -msgstr "Laatste node" +#: activation_codes/admin.py:288 +msgid "Has used activation code" +msgstr "" -#: build/lib/core/enums.py:38 core/enums.py:38 -msgid "First sibling" -msgstr "Eerste naaste" +#: activation_codes/models.py:36 activation_codes/models.py:83 +#: activation_codes/models.py:164 +msgid "activation code" +msgstr "" -#: build/lib/core/enums.py:39 core/enums.py:39 -msgid "Last sibling" -msgstr "Laatste naaste" +#: activation_codes/models.py:37 +msgid "The activation code that users will enter" +msgstr "" -#: build/lib/core/enums.py:40 core/enums.py:40 -msgid "Left" -msgstr "Links" +#: activation_codes/models.py:44 +msgid "Code must be alphanumeric and contain no spaces or special characters" +msgstr "" -#: build/lib/core/enums.py:41 core/enums.py:41 -msgid "Right" -msgstr "Rechts" +#: activation_codes/models.py:50 +msgid "maximum uses" +msgstr "" -#: build/lib/core/models.py:56 build/lib/core/models.py:63 core/models.py:56 -#: core/models.py:63 -msgid "Reader" -msgstr "Lezer" +#: activation_codes/models.py:51 +msgid "Maximum number of times this code can be used. 0 means unlimited." +msgstr "" -#: build/lib/core/models.py:57 build/lib/core/models.py:64 core/models.py:57 -#: core/models.py:64 -msgid "Editor" -msgstr "Bewerker" +#: activation_codes/models.py:56 +msgid "current uses" +msgstr "" -#: build/lib/core/models.py:65 core/models.py:65 -msgid "Administrator" -msgstr "Administrator" +#: activation_codes/models.py:57 +msgid "Number of times this code has been used" +msgstr "" -#: build/lib/core/models.py:66 core/models.py:66 -msgid "Owner" -msgstr "Eigenaar" - -#: build/lib/core/models.py:77 core/models.py:77 -msgid "Restricted" -msgstr "Niet toegestaan" - -#: build/lib/core/models.py:81 core/models.py:81 -msgid "Authenticated" -msgstr "Geauthenticeerd" - -#: build/lib/core/models.py:83 core/models.py:83 -msgid "Public" -msgstr "Publiek" - -#: build/lib/core/models.py:154 core/models.py:154 -msgid "id" -msgstr "id" - -#: build/lib/core/models.py:155 core/models.py:155 -msgid "primary key for the record as UUID" -msgstr "primaire sleutel voor dossier als UUID" - -#: build/lib/core/models.py:161 core/models.py:161 -msgid "created on" -msgstr "gemaakt op" - -#: build/lib/core/models.py:162 core/models.py:162 -msgid "date and time at which a record was created" -msgstr "datum en tijd wanneer dossier was gecreëerd" - -#: build/lib/core/models.py:167 core/models.py:167 -msgid "updated on" -msgstr "Laatst gewijzigd op" - -#: build/lib/core/models.py:168 core/models.py:168 -msgid "date and time at which a record was last updated" -msgstr "datum en tijd waarop dossier laatst was gewijzigd" - -#: build/lib/core/models.py:204 core/models.py:204 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "Wij konden geen gebruiker vinden met deze id, maar de email is al geassocieerd met een geregistreerde gebruiker." - -#: build/lib/core/models.py:217 core/models.py:217 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr ".Geef een valide id. De waarde mag alleen letters, nummers en @/./.+/-/_: karakters bevatten." - -#: build/lib/core/models.py:223 core/models.py:223 -msgid "sub" -msgstr "id" - -#: build/lib/core/models.py:225 core/models.py:225 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "Verplicht. 255 karakters of minder. Alleen letters, nummers en @/./+/-/_/: karakters zijn toegestaan." - -#: build/lib/core/models.py:234 core/models.py:234 -msgid "full name" -msgstr "volledige naam" - -#: build/lib/core/models.py:235 core/models.py:235 -msgid "short name" -msgstr "gebruikersnaam" - -#: build/lib/core/models.py:237 core/models.py:237 -msgid "identity email address" -msgstr "identiteit email adres" - -#: build/lib/core/models.py:242 core/models.py:242 -msgid "admin email address" -msgstr "admin email adres" - -#: build/lib/core/models.py:249 core/models.py:249 -msgid "language" -msgstr "taal" - -#: build/lib/core/models.py:250 core/models.py:250 -msgid "The language in which the user wants to see the interface." -msgstr "De taal waarin de gebruiker de interface wilt zien." - -#: build/lib/core/models.py:258 core/models.py:258 -msgid "The timezone in which the user wants to see times." -msgstr "De tijdzone waarin de gebruiker de tijden wilt zien." - -#: build/lib/core/models.py:261 core/models.py:261 -msgid "device" -msgstr "apparaat" - -#: build/lib/core/models.py:263 core/models.py:263 -msgid "Whether the user is a device or a real user." -msgstr "Of de gebruiker een apparaat is of een echte gebruiker." - -#: build/lib/core/models.py:266 core/models.py:266 -msgid "staff status" -msgstr "beheerder status" - -#: build/lib/core/models.py:268 core/models.py:268 -msgid "Whether the user can log into this admin site." -msgstr "Of de gebruiker kan inloggen in het admin gedeelte." - -#: build/lib/core/models.py:271 core/models.py:271 +#: activation_codes/models.py:63 core/models.py:151 msgid "active" -msgstr "actief" +msgstr "" -#: build/lib/core/models.py:274 core/models.py:274 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "Of een gebruiker als actief moet worden beschouwd. Deselecteer dit in plaats van het account te deleten." +#: activation_codes/models.py:64 +msgid "Whether this code can still be used" +msgstr "" -#: build/lib/core/models.py:286 core/models.py:286 -msgid "user" -msgstr "gebruiker" +#: activation_codes/models.py:69 +msgid "expires at" +msgstr "" -#: build/lib/core/models.py:287 core/models.py:287 -msgid "users" -msgstr "gebruikers" +#: activation_codes/models.py:70 +msgid "Date and time when this code expires" +msgstr "" -#: build/lib/core/models.py:470 build/lib/core/models.py:1155 -#: core/models.py:470 core/models.py:1155 -msgid "title" -msgstr "titel" - -#: build/lib/core/models.py:471 core/models.py:471 -msgid "excerpt" -msgstr "uittreksel" - -#: build/lib/core/models.py:519 core/models.py:519 -msgid "Document" -msgstr "Document" - -#: build/lib/core/models.py:520 core/models.py:520 -msgid "Documents" -msgstr "Documenten" - -#: build/lib/core/models.py:532 build/lib/core/models.py:873 core/models.py:532 -#: core/models.py:873 -msgid "Untitled Document" -msgstr "Naamloos Document" - -#: build/lib/core/models.py:908 core/models.py:908 -#, python-brace-format -msgid "{name} shared a document with you!" -msgstr "{name} heeft een document met gedeeld!" - -#: build/lib/core/models.py:912 core/models.py:912 -#, python-brace-format -msgid "{name} invited you with the role \"{role}\" on the following document:" -msgstr "{name} heeft u uitgenodigd met de rol \"{role}\" op het volgende document:" - -#: build/lib/core/models.py:918 core/models.py:918 -#, python-brace-format -msgid "{name} shared a document with you: {title}" -msgstr "{name} heeft een document met u gedeeld: {title}" - -#: build/lib/core/models.py:1016 core/models.py:1016 -msgid "Document/user link trace" -msgstr "Document/gebruiker url" - -#: build/lib/core/models.py:1017 core/models.py:1017 -msgid "Document/user link traces" -msgstr "Document/gebruiker url" - -#: build/lib/core/models.py:1023 core/models.py:1023 -msgid "A link trace already exists for this document/user." -msgstr "Een url bestaat al voor dit document/deze gebruiker." - -#: build/lib/core/models.py:1046 core/models.py:1046 -msgid "Document favorite" -msgstr "Document favoriet" - -#: build/lib/core/models.py:1047 core/models.py:1047 -msgid "Document favorites" -msgstr "Document favorieten" - -#: build/lib/core/models.py:1053 core/models.py:1053 -msgid "This document is already targeted by a favorite relation instance for the same user." -msgstr "Dit document is al in gebruik als favoriete door dezelfde gebruiker." - -#: build/lib/core/models.py:1075 core/models.py:1075 -msgid "Document/user relation" -msgstr "Document/gebruiker relatie" - -#: build/lib/core/models.py:1076 core/models.py:1076 -msgid "Document/user relations" -msgstr "Document/gebruiker relaties" - -#: build/lib/core/models.py:1082 core/models.py:1082 -msgid "This user is already in this document." -msgstr "De gebruiker is al in dit document." - -#: build/lib/core/models.py:1088 core/models.py:1088 -msgid "This team is already in this document." -msgstr "Het team is al in dit document." - -#: build/lib/core/models.py:1094 build/lib/core/models.py:1242 -#: core/models.py:1094 core/models.py:1242 -msgid "Either user or team must be set, not both." -msgstr "Een gebruiker of team moet gekozen worden, maar niet beide." - -#: build/lib/core/models.py:1156 core/models.py:1156 +#: activation_codes/models.py:76 msgid "description" -msgstr "omschrijving" +msgstr "" -#: build/lib/core/models.py:1157 core/models.py:1157 -msgid "code" -msgstr "code" +#: activation_codes/models.py:77 +msgid "Internal description or notes about this code" +msgstr "" -#: build/lib/core/models.py:1158 core/models.py:1158 -msgid "css" -msgstr "css" +#: activation_codes/models.py:84 +msgid "activation codes" +msgstr "" -#: build/lib/core/models.py:1160 core/models.py:1160 -msgid "public" -msgstr "publiek" +#: activation_codes/models.py:126 +msgid "This activation code is no longer valid" +msgstr "" -#: build/lib/core/models.py:1162 core/models.py:1162 -msgid "Whether this template is public for anyone to use." -msgstr "Of dit template als publiek is en door iedereen te gebruiken is." +#: activation_codes/models.py:134 +msgid "You have already activated your account" +msgstr "" -#: build/lib/core/models.py:1168 core/models.py:1168 -msgid "Template" -msgstr "Template" +#: activation_codes/models.py:156 activation_codes/models.py:188 +#: core/models.py:173 +msgid "user" +msgstr "" -#: build/lib/core/models.py:1169 core/models.py:1169 -msgid "Templates" -msgstr "Templates" +#: activation_codes/models.py:157 +msgid "The user who used the activation code" +msgstr "" -#: build/lib/core/models.py:1223 core/models.py:1223 -msgid "Template/user relation" -msgstr "Template/gebruiker relatie" +#: activation_codes/models.py:165 +msgid "The activation code that was used" +msgstr "" -#: build/lib/core/models.py:1224 core/models.py:1224 -msgid "Template/user relations" -msgstr "Template/gebruiker relaties" +#: activation_codes/models.py:172 activation_codes/models.py:196 +msgid "user activation" +msgstr "" -#: build/lib/core/models.py:1230 core/models.py:1230 -msgid "This user is already in this template." -msgstr "De gebruiker bestaat al in dit template." +#: activation_codes/models.py:173 +msgid "user activations" +msgstr "" -#: build/lib/core/models.py:1236 core/models.py:1236 -msgid "This team is already in this template." -msgstr "Het team bestaat al in dit template." +#: activation_codes/models.py:189 +msgid "The user who made the registration request" +msgstr "" -#: build/lib/core/models.py:1259 core/models.py:1259 -msgid "email address" -msgstr "email adres" +#: activation_codes/models.py:197 +msgid "Store if the user received an activation code and used it" +msgstr "" -#: build/lib/core/models.py:1278 core/models.py:1278 -msgid "Document invitation" -msgstr "Document uitnodiging" +#: activation_codes/models.py:206 +msgid "user registration request" +msgstr "" -#: build/lib/core/models.py:1279 core/models.py:1279 -msgid "Document invitations" -msgstr "Document uitnodigingen" +#: activation_codes/models.py:207 +msgid "user registration requests" +msgstr "" -#: build/lib/core/models.py:1299 core/models.py:1299 -msgid "This email is already associated to a registered user." -msgstr "Deze email is al geassocieerd met een geregistreerde gebruiker." +#: activation_codes/serializers.py:14 +msgid "The activation code to validate" +msgstr "" + +#: activation_codes/viewsets.py:106 +msgid "Your account has been successfully activated" +msgstr "" + +#: chat/apps.py:12 +msgid "chat application" +msgstr "" + +#: core/admin.py:26 +msgid "Personal info" +msgstr "" + +#: core/admin.py:40 +msgid "Permissions" +msgstr "" + +#: core/admin.py:52 +msgid "Important dates" +msgstr "" + +#: core/models.py:39 +msgid "id" +msgstr "" + +#: core/models.py:40 +msgid "primary key for the record as UUID" +msgstr "" + +#: core/models.py:46 +msgid "created on" +msgstr "" + +#: core/models.py:47 +msgid "date and time at which a record was created" +msgstr "" + +#: core/models.py:52 +msgid "updated on" +msgstr "" + +#: core/models.py:53 +msgid "date and time at which a record was last updated" +msgstr "" + +#: core/models.py:86 +msgid "" +"We couldn't find a user with this sub but the email is already associated " +"with a registered user." +msgstr "" + +#: core/models.py:99 +msgid "" +"Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/" +"_/: characters." +msgstr "" + +#: core/models.py:105 +msgid "sub" +msgstr "" + +#: core/models.py:107 +msgid "" +"Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: " +"characters only." +msgstr "" + +#: core/models.py:116 +msgid "full name" +msgstr "" + +#: core/models.py:117 +msgid "short name" +msgstr "" + +#: core/models.py:119 +msgid "identity email address" +msgstr "" + +#: core/models.py:123 +msgid "admin email address" +msgstr "" + +#: core/models.py:129 +msgid "language" +msgstr "" + +#: core/models.py:130 +msgid "The language in which the user wants to see the interface." +msgstr "" + +#: core/models.py:138 +msgid "The timezone in which the user wants to see times." +msgstr "" + +#: core/models.py:141 +msgid "device" +msgstr "" + +#: core/models.py:143 +msgid "Whether the user is a device or a real user." +msgstr "" + +#: core/models.py:146 +msgid "staff status" +msgstr "" + +#: core/models.py:148 +msgid "Whether the user can log into this admin site." +msgstr "" + +#: core/models.py:154 +msgid "" +"Whether this user should be treated as active. Unselect this instead of " +"deleting accounts." +msgstr "" + +#: core/models.py:161 +msgid "allow conversation analytics" +msgstr "" + +#: core/models.py:163 +msgid "Whether the user allows to use their conversations for analytics." +msgstr "" + +#: core/models.py:174 +msgid "users" +msgstr "" #: core/templates/mail/html/invitation.html:162 #: core/templates/mail/text/invitation.txt:3 msgid "Logo email" -msgstr "Logo email" +msgstr "" #: core/templates/mail/html/invitation.html:209 #: core/templates/mail/text/invitation.txt:10 msgid "Open" -msgstr "Open" +msgstr "" #: core/templates/mail/html/invitation.html:226 #: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr " Docs, jouw nieuwe essentiële tool voor het organiseren, delen en collaboreren van documenten als team. " +msgid "" +" Docs, your new essential tool for organizing, sharing and collaborating on " +"your documents as a team. " +msgstr "" #: core/templates/mail/html/invitation.html:233 #: core/templates/mail/text/invitation.txt:16 #, python-format msgid " Brought to you by %(brandname)s " -msgstr " Geleverd door %(brandname)s " - +msgstr "" diff --git a/src/backend/locale/pt_PT/LC_MESSAGES/django.po b/src/backend/locale/pt_PT/LC_MESSAGES/django.po deleted file mode 100644 index 9124f5f..0000000 --- a/src/backend/locale/pt_PT/LC_MESSAGES/django.po +++ /dev/null @@ -1,390 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lasuite-docs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-22 12:09+0000\n" -"PO-Revision-Date: 2025-05-22 14:16\n" -"Last-Translator: \n" -"Language-Team: Portuguese\n" -"Language: pt_PT\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: lasuite-docs\n" -"X-Crowdin-Project-ID: 754523\n" -"X-Crowdin-Language: pt-PT\n" -"X-Crowdin-File: backend-conversations.pot\n" -"X-Crowdin-File-ID: 18\n" - -#: build/lib/core/admin.py:37 core/admin.py:37 -msgid "Personal info" -msgstr "" - -#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 -#: core/admin.py:138 -msgid "Permissions" -msgstr "" - -#: build/lib/core/admin.py:62 core/admin.py:62 -msgid "Important dates" -msgstr "" - -#: build/lib/core/admin.py:148 core/admin.py:148 -msgid "Tree structure" -msgstr "" - -#: build/lib/core/api/filters.py:47 core/api/filters.py:47 -msgid "Title" -msgstr "" - -#: build/lib/core/api/filters.py:61 core/api/filters.py:61 -msgid "Creator is me" -msgstr "" - -#: build/lib/core/api/filters.py:64 core/api/filters.py:64 -msgid "Favorite" -msgstr "" - -#: build/lib/core/api/serializers.py:446 core/api/serializers.py:446 -msgid "A new document was created on your behalf!" -msgstr "" - -#: build/lib/core/api/serializers.py:450 core/api/serializers.py:450 -msgid "You have been granted ownership of a new document:" -msgstr "" - -#: build/lib/core/api/serializers.py:586 core/api/serializers.py:586 -msgid "Body" -msgstr "" - -#: build/lib/core/api/serializers.py:589 core/api/serializers.py:589 -msgid "Body type" -msgstr "" - -#: build/lib/core/api/serializers.py:595 core/api/serializers.py:595 -msgid "Format" -msgstr "" - -#: build/lib/core/api/viewsets.py:967 core/api/viewsets.py:967 -#, python-brace-format -msgid "copy of {title}" -msgstr "" - -#: build/lib/core/enums.py:36 core/enums.py:36 -msgid "First child" -msgstr "" - -#: build/lib/core/enums.py:37 core/enums.py:37 -msgid "Last child" -msgstr "" - -#: build/lib/core/enums.py:38 core/enums.py:38 -msgid "First sibling" -msgstr "" - -#: build/lib/core/enums.py:39 core/enums.py:39 -msgid "Last sibling" -msgstr "" - -#: build/lib/core/enums.py:40 core/enums.py:40 -msgid "Left" -msgstr "" - -#: build/lib/core/enums.py:41 core/enums.py:41 -msgid "Right" -msgstr "" - -#: build/lib/core/models.py:56 build/lib/core/models.py:63 core/models.py:56 -#: core/models.py:63 -msgid "Reader" -msgstr "" - -#: build/lib/core/models.py:57 build/lib/core/models.py:64 core/models.py:57 -#: core/models.py:64 -msgid "Editor" -msgstr "" - -#: build/lib/core/models.py:65 core/models.py:65 -msgid "Administrator" -msgstr "" - -#: build/lib/core/models.py:66 core/models.py:66 -msgid "Owner" -msgstr "" - -#: build/lib/core/models.py:77 core/models.py:77 -msgid "Restricted" -msgstr "" - -#: build/lib/core/models.py:81 core/models.py:81 -msgid "Authenticated" -msgstr "" - -#: build/lib/core/models.py:83 core/models.py:83 -msgid "Public" -msgstr "" - -#: build/lib/core/models.py:154 core/models.py:154 -msgid "id" -msgstr "" - -#: build/lib/core/models.py:155 core/models.py:155 -msgid "primary key for the record as UUID" -msgstr "" - -#: build/lib/core/models.py:161 core/models.py:161 -msgid "created on" -msgstr "" - -#: build/lib/core/models.py:162 core/models.py:162 -msgid "date and time at which a record was created" -msgstr "" - -#: build/lib/core/models.py:167 core/models.py:167 -msgid "updated on" -msgstr "" - -#: build/lib/core/models.py:168 core/models.py:168 -msgid "date and time at which a record was last updated" -msgstr "" - -#: build/lib/core/models.py:204 core/models.py:204 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "" - -#: build/lib/core/models.py:217 core/models.py:217 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr "" - -#: build/lib/core/models.py:223 core/models.py:223 -msgid "sub" -msgstr "" - -#: build/lib/core/models.py:225 core/models.py:225 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "" - -#: build/lib/core/models.py:234 core/models.py:234 -msgid "full name" -msgstr "" - -#: build/lib/core/models.py:235 core/models.py:235 -msgid "short name" -msgstr "" - -#: build/lib/core/models.py:237 core/models.py:237 -msgid "identity email address" -msgstr "" - -#: build/lib/core/models.py:242 core/models.py:242 -msgid "admin email address" -msgstr "" - -#: build/lib/core/models.py:249 core/models.py:249 -msgid "language" -msgstr "" - -#: build/lib/core/models.py:250 core/models.py:250 -msgid "The language in which the user wants to see the interface." -msgstr "" - -#: build/lib/core/models.py:258 core/models.py:258 -msgid "The timezone in which the user wants to see times." -msgstr "" - -#: build/lib/core/models.py:261 core/models.py:261 -msgid "device" -msgstr "" - -#: build/lib/core/models.py:263 core/models.py:263 -msgid "Whether the user is a device or a real user." -msgstr "" - -#: build/lib/core/models.py:266 core/models.py:266 -msgid "staff status" -msgstr "" - -#: build/lib/core/models.py:268 core/models.py:268 -msgid "Whether the user can log into this admin site." -msgstr "" - -#: build/lib/core/models.py:271 core/models.py:271 -msgid "active" -msgstr "" - -#: build/lib/core/models.py:274 core/models.py:274 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "" - -#: build/lib/core/models.py:286 core/models.py:286 -msgid "user" -msgstr "" - -#: build/lib/core/models.py:287 core/models.py:287 -msgid "users" -msgstr "" - -#: build/lib/core/models.py:470 build/lib/core/models.py:1155 -#: core/models.py:470 core/models.py:1155 -msgid "title" -msgstr "" - -#: build/lib/core/models.py:471 core/models.py:471 -msgid "excerpt" -msgstr "" - -#: build/lib/core/models.py:519 core/models.py:519 -msgid "Document" -msgstr "" - -#: build/lib/core/models.py:520 core/models.py:520 -msgid "Documents" -msgstr "" - -#: build/lib/core/models.py:532 build/lib/core/models.py:873 core/models.py:532 -#: core/models.py:873 -msgid "Untitled Document" -msgstr "" - -#: build/lib/core/models.py:908 core/models.py:908 -#, python-brace-format -msgid "{name} shared a document with you!" -msgstr "" - -#: build/lib/core/models.py:912 core/models.py:912 -#, python-brace-format -msgid "{name} invited you with the role \"{role}\" on the following document:" -msgstr "" - -#: build/lib/core/models.py:918 core/models.py:918 -#, python-brace-format -msgid "{name} shared a document with you: {title}" -msgstr "" - -#: build/lib/core/models.py:1016 core/models.py:1016 -msgid "Document/user link trace" -msgstr "" - -#: build/lib/core/models.py:1017 core/models.py:1017 -msgid "Document/user link traces" -msgstr "" - -#: build/lib/core/models.py:1023 core/models.py:1023 -msgid "A link trace already exists for this document/user." -msgstr "" - -#: build/lib/core/models.py:1046 core/models.py:1046 -msgid "Document favorite" -msgstr "" - -#: build/lib/core/models.py:1047 core/models.py:1047 -msgid "Document favorites" -msgstr "" - -#: build/lib/core/models.py:1053 core/models.py:1053 -msgid "This document is already targeted by a favorite relation instance for the same user." -msgstr "" - -#: build/lib/core/models.py:1075 core/models.py:1075 -msgid "Document/user relation" -msgstr "" - -#: build/lib/core/models.py:1076 core/models.py:1076 -msgid "Document/user relations" -msgstr "" - -#: build/lib/core/models.py:1082 core/models.py:1082 -msgid "This user is already in this document." -msgstr "" - -#: build/lib/core/models.py:1088 core/models.py:1088 -msgid "This team is already in this document." -msgstr "" - -#: build/lib/core/models.py:1094 build/lib/core/models.py:1242 -#: core/models.py:1094 core/models.py:1242 -msgid "Either user or team must be set, not both." -msgstr "" - -#: build/lib/core/models.py:1156 core/models.py:1156 -msgid "description" -msgstr "" - -#: build/lib/core/models.py:1157 core/models.py:1157 -msgid "code" -msgstr "" - -#: build/lib/core/models.py:1158 core/models.py:1158 -msgid "css" -msgstr "" - -#: build/lib/core/models.py:1160 core/models.py:1160 -msgid "public" -msgstr "" - -#: build/lib/core/models.py:1162 core/models.py:1162 -msgid "Whether this template is public for anyone to use." -msgstr "" - -#: build/lib/core/models.py:1168 core/models.py:1168 -msgid "Template" -msgstr "" - -#: build/lib/core/models.py:1169 core/models.py:1169 -msgid "Templates" -msgstr "" - -#: build/lib/core/models.py:1223 core/models.py:1223 -msgid "Template/user relation" -msgstr "" - -#: build/lib/core/models.py:1224 core/models.py:1224 -msgid "Template/user relations" -msgstr "" - -#: build/lib/core/models.py:1230 core/models.py:1230 -msgid "This user is already in this template." -msgstr "" - -#: build/lib/core/models.py:1236 core/models.py:1236 -msgid "This team is already in this template." -msgstr "" - -#: build/lib/core/models.py:1259 core/models.py:1259 -msgid "email address" -msgstr "" - -#: build/lib/core/models.py:1278 core/models.py:1278 -msgid "Document invitation" -msgstr "" - -#: build/lib/core/models.py:1279 core/models.py:1279 -msgid "Document invitations" -msgstr "" - -#: build/lib/core/models.py:1299 core/models.py:1299 -msgid "This email is already associated to a registered user." -msgstr "" - -#: core/templates/mail/html/invitation.html:162 -#: core/templates/mail/text/invitation.txt:3 -msgid "Logo email" -msgstr "" - -#: core/templates/mail/html/invitation.html:209 -#: core/templates/mail/text/invitation.txt:10 -msgid "Open" -msgstr "" - -#: core/templates/mail/html/invitation.html:226 -#: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr "" - -#: core/templates/mail/html/invitation.html:233 -#: core/templates/mail/text/invitation.txt:16 -#, python-format -msgid " Brought to you by %(brandname)s " -msgstr "" - diff --git a/src/backend/locale/ru_RU/LC_MESSAGES/django.po b/src/backend/locale/ru_RU/LC_MESSAGES/django.po new file mode 100644 index 0000000..6b84df1 --- /dev/null +++ b/src/backend/locale/ru_RU/LC_MESSAGES/django.po @@ -0,0 +1,353 @@ +msgid "" +msgstr "" +"Project-Id-Version: la-suite-conversations\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-19 21:49+0000\n" +"PO-Revision-Date: 2025-10-19 21:25\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"Language: ru_RU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 " +"&& n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 " +"&& n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: la-suite-conversations\n" +"X-Crowdin-Project-ID: 810876\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File: backend-conversations.pot\n" +"X-Crowdin-File-ID: 26\n" + +#: activation_codes/admin.py:54 +msgid "Configuration" +msgstr "Настройки" + +#: activation_codes/admin.py:65 +msgid "Usage details" +msgstr "Сведения об использовании" + +#: activation_codes/admin.py:69 activation_codes/admin.py:225 +msgid "Timestamps" +msgstr "Временные метки" + +#: activation_codes/admin.py:108 +msgid "Usage" +msgstr "Использование" + +#: activation_codes/admin.py:116 +msgid "Description" +msgstr "Описание" + +#: activation_codes/admin.py:123 +msgid "No users have used this code yet" +msgstr "Пока нет пользователей с этим кодом" + +#: activation_codes/admin.py:134 +msgid "Name" +msgstr "Имя" + +#: activation_codes/admin.py:135 activation_codes/admin.py:245 +msgid "Email" +msgstr "Эл. почта" + +#: activation_codes/admin.py:136 +msgid "Date" +msgstr "Дата" + +#: activation_codes/admin.py:160 +msgid "Users who used this code" +msgstr "Пользователи, использующие этот код" + +#: activation_codes/admin.py:162 +msgid "Recompute current uses from related activations" +msgstr "Обновить данные использования связанных активаций" + +#: activation_codes/admin.py:176 +msgid "All selected activation codes already have correct usage counts." +msgstr "" +"Все выбранные коды активации уже имеют правильное количество использований." + +#: activation_codes/admin.py:181 +#, python-format +msgid "Successfully recomputed usage counts for %(count)d activation code(s)." +msgstr "" +"Количество использованных кодов активации (%(count)d) успешно пересчитано." + +#: activation_codes/admin.py:239 activation_codes/admin.py:281 +msgid "User" +msgstr "Пользователь" + +#: activation_codes/admin.py:288 +msgid "Has used activation code" +msgstr "Использует код активации" + +#: activation_codes/models.py:36 activation_codes/models.py:83 +#: activation_codes/models.py:164 +msgid "activation code" +msgstr "код активации" + +#: activation_codes/models.py:37 +msgid "The activation code that users will enter" +msgstr "Код активации, который будут вводить пользователи" + +#: activation_codes/models.py:44 +msgid "Code must be alphanumeric and contain no spaces or special characters" +msgstr "" +"Код должен быть буквенно-цифровым и не содержать пробелов или специальных " +"символов" + +#: activation_codes/models.py:50 +msgid "maximum uses" +msgstr "максимум использования" + +#: activation_codes/models.py:51 +msgid "Maximum number of times this code can be used. 0 means unlimited." +msgstr "" +"Максимальное количество раз, когда этот код может быть использован. 0 " +"означает неограниченно." + +#: activation_codes/models.py:56 +msgid "current uses" +msgstr "текущее использование" + +#: activation_codes/models.py:57 +msgid "Number of times this code has been used" +msgstr "Сколько раз этот код был использован" + +#: activation_codes/models.py:63 core/models.py:151 +msgid "active" +msgstr "активный" + +#: activation_codes/models.py:64 +msgid "Whether this code can still be used" +msgstr "Можно ли использовать этот код" + +#: activation_codes/models.py:69 +msgid "expires at" +msgstr "истекает в" + +#: activation_codes/models.py:70 +msgid "Date and time when this code expires" +msgstr "Дата и время окончания действия этого кода" + +#: activation_codes/models.py:76 +msgid "description" +msgstr "описание" + +#: activation_codes/models.py:77 +msgid "Internal description or notes about this code" +msgstr "Внутреннее описание или примечания об этом коде" + +#: activation_codes/models.py:84 +msgid "activation codes" +msgstr "коды активации" + +#: activation_codes/models.py:126 +msgid "This activation code is no longer valid" +msgstr "Этот код активации больше не действителен" + +#: activation_codes/models.py:134 +msgid "You have already activated your account" +msgstr "Вы уже активировали свою учётную запись" + +#: activation_codes/models.py:156 activation_codes/models.py:188 +#: core/models.py:173 +msgid "user" +msgstr "пользователь" + +#: activation_codes/models.py:157 +msgid "The user who used the activation code" +msgstr "Пользователь, использовавший код активации" + +#: activation_codes/models.py:165 +msgid "The activation code that was used" +msgstr "Использованный код активации" + +#: activation_codes/models.py:172 activation_codes/models.py:196 +msgid "user activation" +msgstr "активация пользователя" + +#: activation_codes/models.py:173 +msgid "user activations" +msgstr "активации пользователя" + +#: activation_codes/models.py:189 +msgid "The user who made the registration request" +msgstr "Пользователь, который сделал запрос на регистрацию" + +#: activation_codes/models.py:197 +msgid "Store if the user received an activation code and used it" +msgstr "Сохранить, если пользователь получил код активации и использовал его" + +#: activation_codes/models.py:206 +msgid "user registration request" +msgstr "запрос на регистрацию пользователя" + +#: activation_codes/models.py:207 +msgid "user registration requests" +msgstr "запросы на регистрацию пользователя" + +#: activation_codes/serializers.py:14 +msgid "The activation code to validate" +msgstr "Код активации для проверки" + +#: activation_codes/viewsets.py:106 +msgid "Your account has been successfully activated" +msgstr "Ваша учётная запись успешно активирована" + +#: chat/apps.py:12 +msgid "chat application" +msgstr "приложение чата" + +#: core/admin.py:26 +msgid "Personal info" +msgstr "Личные данные" + +#: core/admin.py:40 +msgid "Permissions" +msgstr "Разрешения" + +#: core/admin.py:52 +msgid "Important dates" +msgstr "Важные даты" + +#: core/models.py:39 +msgid "id" +msgstr "id" + +#: core/models.py:40 +msgid "primary key for the record as UUID" +msgstr "первичный ключ для записи как UUID" + +#: core/models.py:46 +msgid "created on" +msgstr "создано" + +#: core/models.py:47 +msgid "date and time at which a record was created" +msgstr "дата и время создания записи" + +#: core/models.py:52 +msgid "updated on" +msgstr "обновлено" + +#: core/models.py:53 +msgid "date and time at which a record was last updated" +msgstr "дата и время последнего обновления записи" + +#: core/models.py:86 +msgid "" +"We couldn't find a user with this sub but the email is already associated " +"with a registered user." +msgstr "" +"Мы не смогли найти пользователя с этими данными, но этот адрес уже связан с " +"зарегистрированным пользователем." + +#: core/models.py:99 +msgid "" +"Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/" +"_/: characters." +msgstr "" +"Введите правильный префикс. Он может содержать только буквы, цифры и символы " +"@/./+/-/_/." + +#: core/models.py:105 +msgid "sub" +msgstr "префикс" + +#: core/models.py:107 +msgid "" +"Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: " +"characters only." +msgstr "" +"Обязательно. 255 символов или меньше. Только буквы, цифры и @/./+/-/_/: /." + +#: core/models.py:116 +msgid "full name" +msgstr "полное имя" + +#: core/models.py:117 +msgid "short name" +msgstr "короткое имя" + +#: core/models.py:119 +msgid "identity email address" +msgstr "личный адрес электронной почты" + +#: core/models.py:123 +msgid "admin email address" +msgstr "e-mail администратора" + +#: core/models.py:129 +msgid "language" +msgstr "язык" + +#: core/models.py:130 +msgid "The language in which the user wants to see the interface." +msgstr "Язык, на котором пользователь хочет видеть интерфейс." + +#: core/models.py:138 +msgid "The timezone in which the user wants to see times." +msgstr "Часовой пояс, в котором пользователь хочет видеть время." + +#: core/models.py:141 +msgid "device" +msgstr "устройство" + +#: core/models.py:143 +msgid "Whether the user is a device or a real user." +msgstr "Пользователь является устройством или человеком." + +#: core/models.py:146 +msgid "staff status" +msgstr "статус сотрудника" + +#: core/models.py:148 +msgid "Whether the user can log into this admin site." +msgstr "Может ли пользователь войти на этот административный сайт." + +#: core/models.py:154 +msgid "" +"Whether this user should be treated as active. Unselect this instead of " +"deleting accounts." +msgstr "" +"Должен ли пользователь рассматриваться как активный. Альтернатива удалению " +"учётных записей." + +#: core/models.py:161 +msgid "allow conversation analytics" +msgstr "разрешить аналитику для беседы" + +#: core/models.py:163 +msgid "Whether the user allows to use their conversations for analytics." +msgstr "Разрешает ли пользователь использовать свои беседы для аналитики." + +#: core/models.py:174 +msgid "users" +msgstr "пользователи" + +#: core/templates/mail/html/invitation.html:162 +#: core/templates/mail/text/invitation.txt:3 +msgid "Logo email" +msgstr "Логотип email" + +#: core/templates/mail/html/invitation.html:209 +#: core/templates/mail/text/invitation.txt:10 +msgid "Open" +msgstr "Открыть" + +#: core/templates/mail/html/invitation.html:226 +#: core/templates/mail/text/invitation.txt:14 +msgid "" +" Docs, your new essential tool for organizing, sharing and collaborating on " +"your documents as a team. " +msgstr "" +" Docs, ваш новый инструмент для организации и совместного использования " +"документов в вашей команде. " + +#: core/templates/mail/html/invitation.html:233 +#: core/templates/mail/text/invitation.txt:16 +#, python-format +msgid " Brought to you by %(brandname)s " +msgstr " Доступ получен от %(brandname)s " diff --git a/src/backend/locale/sl_SI/LC_MESSAGES/django.po b/src/backend/locale/sl_SI/LC_MESSAGES/django.po deleted file mode 100644 index 623ca3c..0000000 --- a/src/backend/locale/sl_SI/LC_MESSAGES/django.po +++ /dev/null @@ -1,390 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lasuite-docs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-22 12:09+0000\n" -"PO-Revision-Date: 2025-05-22 14:16\n" -"Last-Translator: \n" -"Language-Team: Slovenian\n" -"Language: sl_SI\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" -"X-Crowdin-Project: lasuite-docs\n" -"X-Crowdin-Project-ID: 754523\n" -"X-Crowdin-Language: sl\n" -"X-Crowdin-File: backend-conversations.pot\n" -"X-Crowdin-File-ID: 18\n" - -#: build/lib/core/admin.py:37 core/admin.py:37 -msgid "Personal info" -msgstr "Osebni podatki" - -#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 -#: core/admin.py:138 -msgid "Permissions" -msgstr "Dovoljenja" - -#: build/lib/core/admin.py:62 core/admin.py:62 -msgid "Important dates" -msgstr "Pomembni datumi" - -#: build/lib/core/admin.py:148 core/admin.py:148 -msgid "Tree structure" -msgstr "Drevesna struktura" - -#: build/lib/core/api/filters.py:47 core/api/filters.py:47 -msgid "Title" -msgstr "Naslov" - -#: build/lib/core/api/filters.py:61 core/api/filters.py:61 -msgid "Creator is me" -msgstr "Ustvaril sem jaz" - -#: build/lib/core/api/filters.py:64 core/api/filters.py:64 -msgid "Favorite" -msgstr "Priljubljena" - -#: build/lib/core/api/serializers.py:446 core/api/serializers.py:446 -msgid "A new document was created on your behalf!" -msgstr "Nov dokument je bil ustvarjen v vašem imenu!" - -#: build/lib/core/api/serializers.py:450 core/api/serializers.py:450 -msgid "You have been granted ownership of a new document:" -msgstr "Dodeljeno vam je bilo lastništvo nad novim dokumentom:" - -#: build/lib/core/api/serializers.py:586 core/api/serializers.py:586 -msgid "Body" -msgstr "Telo" - -#: build/lib/core/api/serializers.py:589 core/api/serializers.py:589 -msgid "Body type" -msgstr "Vrsta telesa" - -#: build/lib/core/api/serializers.py:595 core/api/serializers.py:595 -msgid "Format" -msgstr "Oblika" - -#: build/lib/core/api/viewsets.py:967 core/api/viewsets.py:967 -#, python-brace-format -msgid "copy of {title}" -msgstr "" - -#: build/lib/core/enums.py:36 core/enums.py:36 -msgid "First child" -msgstr "Prvi otrok" - -#: build/lib/core/enums.py:37 core/enums.py:37 -msgid "Last child" -msgstr "Zadnji otrok" - -#: build/lib/core/enums.py:38 core/enums.py:38 -msgid "First sibling" -msgstr "Prvi brat in sestra" - -#: build/lib/core/enums.py:39 core/enums.py:39 -msgid "Last sibling" -msgstr "Zadnji brat in sestra" - -#: build/lib/core/enums.py:40 core/enums.py:40 -msgid "Left" -msgstr "Levo" - -#: build/lib/core/enums.py:41 core/enums.py:41 -msgid "Right" -msgstr "Desno" - -#: build/lib/core/models.py:56 build/lib/core/models.py:63 core/models.py:56 -#: core/models.py:63 -msgid "Reader" -msgstr "Bralec" - -#: build/lib/core/models.py:57 build/lib/core/models.py:64 core/models.py:57 -#: core/models.py:64 -msgid "Editor" -msgstr "Urednik" - -#: build/lib/core/models.py:65 core/models.py:65 -msgid "Administrator" -msgstr "Skrbnik" - -#: build/lib/core/models.py:66 core/models.py:66 -msgid "Owner" -msgstr "Lastnik" - -#: build/lib/core/models.py:77 core/models.py:77 -msgid "Restricted" -msgstr "Omejeno" - -#: build/lib/core/models.py:81 core/models.py:81 -msgid "Authenticated" -msgstr "Preverjeno" - -#: build/lib/core/models.py:83 core/models.py:83 -msgid "Public" -msgstr "Javno" - -#: build/lib/core/models.py:154 core/models.py:154 -msgid "id" -msgstr "" - -#: build/lib/core/models.py:155 core/models.py:155 -msgid "primary key for the record as UUID" -msgstr "primarni ključ za zapis kot UUID" - -#: build/lib/core/models.py:161 core/models.py:161 -msgid "created on" -msgstr "ustvarjen na" - -#: build/lib/core/models.py:162 core/models.py:162 -msgid "date and time at which a record was created" -msgstr "datum in čas, ko je bil zapis ustvarjen" - -#: build/lib/core/models.py:167 core/models.py:167 -msgid "updated on" -msgstr "posodobljeno dne" - -#: build/lib/core/models.py:168 core/models.py:168 -msgid "date and time at which a record was last updated" -msgstr "datum in čas, ko je bil zapis nazadnje posodobljen" - -#: build/lib/core/models.py:204 core/models.py:204 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "Nismo mogli najti uporabnika s tem sub, vendar je e-poštni naslov že povezan z registriranim uporabnikom." - -#: build/lib/core/models.py:217 core/models.py:217 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr "Vnesite veljavno sub. Ta vrednost lahko vsebuje samo črke, številke in znake @/./+/-/_/:." - -#: build/lib/core/models.py:223 core/models.py:223 -msgid "sub" -msgstr "" - -#: build/lib/core/models.py:225 core/models.py:225 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "Obvezno. 255 znakov ali manj. Samo črke, številke in znaki @/./+/-/_/: ." - -#: build/lib/core/models.py:234 core/models.py:234 -msgid "full name" -msgstr "polno ime" - -#: build/lib/core/models.py:235 core/models.py:235 -msgid "short name" -msgstr "kratko ime" - -#: build/lib/core/models.py:237 core/models.py:237 -msgid "identity email address" -msgstr "elektronski naslov identitete" - -#: build/lib/core/models.py:242 core/models.py:242 -msgid "admin email address" -msgstr "elektronski naslov skrbnika" - -#: build/lib/core/models.py:249 core/models.py:249 -msgid "language" -msgstr "jezik" - -#: build/lib/core/models.py:250 core/models.py:250 -msgid "The language in which the user wants to see the interface." -msgstr "Jezik, v katerem uporabnik želi videti vmesnik." - -#: build/lib/core/models.py:258 core/models.py:258 -msgid "The timezone in which the user wants to see times." -msgstr "Časovni pas, v katerem želi uporabnik videti uro." - -#: build/lib/core/models.py:261 core/models.py:261 -msgid "device" -msgstr "naprava" - -#: build/lib/core/models.py:263 core/models.py:263 -msgid "Whether the user is a device or a real user." -msgstr "Ali je uporabnik naprava ali pravi uporabnik." - -#: build/lib/core/models.py:266 core/models.py:266 -msgid "staff status" -msgstr "kadrovski status" - -#: build/lib/core/models.py:268 core/models.py:268 -msgid "Whether the user can log into this admin site." -msgstr "Ali se uporabnik lahko prijavi na to skrbniško mesto." - -#: build/lib/core/models.py:271 core/models.py:271 -msgid "active" -msgstr "aktivni" - -#: build/lib/core/models.py:274 core/models.py:274 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "Ali je treba tega uporabnika obravnavati kot aktivnega. Namesto brisanja računov počistite to izbiro." - -#: build/lib/core/models.py:286 core/models.py:286 -msgid "user" -msgstr "uporabnik" - -#: build/lib/core/models.py:287 core/models.py:287 -msgid "users" -msgstr "uporabniki" - -#: build/lib/core/models.py:470 build/lib/core/models.py:1155 -#: core/models.py:470 core/models.py:1155 -msgid "title" -msgstr "naslov" - -#: build/lib/core/models.py:471 core/models.py:471 -msgid "excerpt" -msgstr "odlomek" - -#: build/lib/core/models.py:519 core/models.py:519 -msgid "Document" -msgstr "Dokument" - -#: build/lib/core/models.py:520 core/models.py:520 -msgid "Documents" -msgstr "Dokumenti" - -#: build/lib/core/models.py:532 build/lib/core/models.py:873 core/models.py:532 -#: core/models.py:873 -msgid "Untitled Document" -msgstr "Dokument brez naslova" - -#: build/lib/core/models.py:908 core/models.py:908 -#, python-brace-format -msgid "{name} shared a document with you!" -msgstr "{name} je delil dokument z vami!" - -#: build/lib/core/models.py:912 core/models.py:912 -#, python-brace-format -msgid "{name} invited you with the role \"{role}\" on the following document:" -msgstr "{name} vas je povabil z vlogo \"{role}\" na naslednjem dokumentu:" - -#: build/lib/core/models.py:918 core/models.py:918 -#, python-brace-format -msgid "{name} shared a document with you: {title}" -msgstr "{name} je delil dokument z vami: {title}" - -#: build/lib/core/models.py:1016 core/models.py:1016 -msgid "Document/user link trace" -msgstr "Dokument/sled povezave uporabnika" - -#: build/lib/core/models.py:1017 core/models.py:1017 -msgid "Document/user link traces" -msgstr "Sledi povezav dokumenta/uporabnika" - -#: build/lib/core/models.py:1023 core/models.py:1023 -msgid "A link trace already exists for this document/user." -msgstr "Za ta dokument/uporabnika že obstaja sled povezave." - -#: build/lib/core/models.py:1046 core/models.py:1046 -msgid "Document favorite" -msgstr "Priljubljeni dokument" - -#: build/lib/core/models.py:1047 core/models.py:1047 -msgid "Document favorites" -msgstr "Priljubljeni dokumenti" - -#: build/lib/core/models.py:1053 core/models.py:1053 -msgid "This document is already targeted by a favorite relation instance for the same user." -msgstr "Ta dokument je že ciljno usmerjen s priljubljenim primerkom relacije za istega uporabnika." - -#: build/lib/core/models.py:1075 core/models.py:1075 -msgid "Document/user relation" -msgstr "Odnos dokument/uporabnik" - -#: build/lib/core/models.py:1076 core/models.py:1076 -msgid "Document/user relations" -msgstr "Odnosi dokument/uporabnik" - -#: build/lib/core/models.py:1082 core/models.py:1082 -msgid "This user is already in this document." -msgstr "Ta uporabnik je že v tem dokumentu." - -#: build/lib/core/models.py:1088 core/models.py:1088 -msgid "This team is already in this document." -msgstr "Ta ekipa je že v tem dokumentu." - -#: build/lib/core/models.py:1094 build/lib/core/models.py:1242 -#: core/models.py:1094 core/models.py:1242 -msgid "Either user or team must be set, not both." -msgstr "Nastaviti je treba bodisi uporabnika ali ekipo, a ne obojega." - -#: build/lib/core/models.py:1156 core/models.py:1156 -msgid "description" -msgstr "opis" - -#: build/lib/core/models.py:1157 core/models.py:1157 -msgid "code" -msgstr "koda" - -#: build/lib/core/models.py:1158 core/models.py:1158 -msgid "css" -msgstr "css" - -#: build/lib/core/models.py:1160 core/models.py:1160 -msgid "public" -msgstr "javno" - -#: build/lib/core/models.py:1162 core/models.py:1162 -msgid "Whether this template is public for anyone to use." -msgstr "Ali je ta predloga javna za uporabo." - -#: build/lib/core/models.py:1168 core/models.py:1168 -msgid "Template" -msgstr "Predloga" - -#: build/lib/core/models.py:1169 core/models.py:1169 -msgid "Templates" -msgstr "Predloge" - -#: build/lib/core/models.py:1223 core/models.py:1223 -msgid "Template/user relation" -msgstr "Odnos predloga/uporabnik" - -#: build/lib/core/models.py:1224 core/models.py:1224 -msgid "Template/user relations" -msgstr "Odnosi med predlogo in uporabnikom" - -#: build/lib/core/models.py:1230 core/models.py:1230 -msgid "This user is already in this template." -msgstr "Ta uporabnik je že v tej predlogi." - -#: build/lib/core/models.py:1236 core/models.py:1236 -msgid "This team is already in this template." -msgstr "Ta ekipa je že v tej predlogi." - -#: build/lib/core/models.py:1259 core/models.py:1259 -msgid "email address" -msgstr "elektronski naslov" - -#: build/lib/core/models.py:1278 core/models.py:1278 -msgid "Document invitation" -msgstr "Vabilo na dokument" - -#: build/lib/core/models.py:1279 core/models.py:1279 -msgid "Document invitations" -msgstr "Vabila na dokument" - -#: build/lib/core/models.py:1299 core/models.py:1299 -msgid "This email is already associated to a registered user." -msgstr "Ta e-poštni naslov je že povezan z registriranim uporabnikom." - -#: core/templates/mail/html/invitation.html:162 -#: core/templates/mail/text/invitation.txt:3 -msgid "Logo email" -msgstr "E-pošta z logotipom" - -#: core/templates/mail/html/invitation.html:209 -#: core/templates/mail/text/invitation.txt:10 -msgid "Open" -msgstr "Odpri" - -#: core/templates/mail/html/invitation.html:226 -#: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr " Dokumenti, vaše novo bistveno orodje za organiziranje, skupno rabo in skupinsko sodelovanje pri dokumentih. " - -#: core/templates/mail/html/invitation.html:233 -#: core/templates/mail/text/invitation.txt:16 -#, python-format -msgid " Brought to you by %(brandname)s " -msgstr " Pod okriljem %(brandname)s " - diff --git a/src/backend/locale/sv_SE/LC_MESSAGES/django.po b/src/backend/locale/sv_SE/LC_MESSAGES/django.po deleted file mode 100644 index 7cd999d..0000000 --- a/src/backend/locale/sv_SE/LC_MESSAGES/django.po +++ /dev/null @@ -1,390 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lasuite-docs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-22 12:09+0000\n" -"PO-Revision-Date: 2025-05-22 14:16\n" -"Last-Translator: \n" -"Language-Team: Swedish\n" -"Language: sv_SE\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: lasuite-docs\n" -"X-Crowdin-Project-ID: 754523\n" -"X-Crowdin-Language: sv-SE\n" -"X-Crowdin-File: backend-conversations.pot\n" -"X-Crowdin-File-ID: 18\n" - -#: build/lib/core/admin.py:37 core/admin.py:37 -msgid "Personal info" -msgstr "Personuppgifter" - -#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 -#: core/admin.py:138 -msgid "Permissions" -msgstr "Behörigheter" - -#: build/lib/core/admin.py:62 core/admin.py:62 -msgid "Important dates" -msgstr "Viktiga datum" - -#: build/lib/core/admin.py:148 core/admin.py:148 -msgid "Tree structure" -msgstr "" - -#: build/lib/core/api/filters.py:47 core/api/filters.py:47 -msgid "Title" -msgstr "Titel" - -#: build/lib/core/api/filters.py:61 core/api/filters.py:61 -msgid "Creator is me" -msgstr "Skaparen är jag" - -#: build/lib/core/api/filters.py:64 core/api/filters.py:64 -msgid "Favorite" -msgstr "Favoriter" - -#: build/lib/core/api/serializers.py:446 core/api/serializers.py:446 -msgid "A new document was created on your behalf!" -msgstr "Ett nytt dokument skapades åt dig!" - -#: build/lib/core/api/serializers.py:450 core/api/serializers.py:450 -msgid "You have been granted ownership of a new document:" -msgstr "Du har beviljats äganderätt till ett nytt dokument:" - -#: build/lib/core/api/serializers.py:586 core/api/serializers.py:586 -msgid "Body" -msgstr "" - -#: build/lib/core/api/serializers.py:589 core/api/serializers.py:589 -msgid "Body type" -msgstr "" - -#: build/lib/core/api/serializers.py:595 core/api/serializers.py:595 -msgid "Format" -msgstr "Format" - -#: build/lib/core/api/viewsets.py:967 core/api/viewsets.py:967 -#, python-brace-format -msgid "copy of {title}" -msgstr "" - -#: build/lib/core/enums.py:36 core/enums.py:36 -msgid "First child" -msgstr "" - -#: build/lib/core/enums.py:37 core/enums.py:37 -msgid "Last child" -msgstr "" - -#: build/lib/core/enums.py:38 core/enums.py:38 -msgid "First sibling" -msgstr "" - -#: build/lib/core/enums.py:39 core/enums.py:39 -msgid "Last sibling" -msgstr "" - -#: build/lib/core/enums.py:40 core/enums.py:40 -msgid "Left" -msgstr "" - -#: build/lib/core/enums.py:41 core/enums.py:41 -msgid "Right" -msgstr "" - -#: build/lib/core/models.py:56 build/lib/core/models.py:63 core/models.py:56 -#: core/models.py:63 -msgid "Reader" -msgstr "" - -#: build/lib/core/models.py:57 build/lib/core/models.py:64 core/models.py:57 -#: core/models.py:64 -msgid "Editor" -msgstr "" - -#: build/lib/core/models.py:65 core/models.py:65 -msgid "Administrator" -msgstr "Administratör" - -#: build/lib/core/models.py:66 core/models.py:66 -msgid "Owner" -msgstr "" - -#: build/lib/core/models.py:77 core/models.py:77 -msgid "Restricted" -msgstr "" - -#: build/lib/core/models.py:81 core/models.py:81 -msgid "Authenticated" -msgstr "" - -#: build/lib/core/models.py:83 core/models.py:83 -msgid "Public" -msgstr "Publik" - -#: build/lib/core/models.py:154 core/models.py:154 -msgid "id" -msgstr "" - -#: build/lib/core/models.py:155 core/models.py:155 -msgid "primary key for the record as UUID" -msgstr "" - -#: build/lib/core/models.py:161 core/models.py:161 -msgid "created on" -msgstr "" - -#: build/lib/core/models.py:162 core/models.py:162 -msgid "date and time at which a record was created" -msgstr "" - -#: build/lib/core/models.py:167 core/models.py:167 -msgid "updated on" -msgstr "" - -#: build/lib/core/models.py:168 core/models.py:168 -msgid "date and time at which a record was last updated" -msgstr "" - -#: build/lib/core/models.py:204 core/models.py:204 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "" - -#: build/lib/core/models.py:217 core/models.py:217 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr "" - -#: build/lib/core/models.py:223 core/models.py:223 -msgid "sub" -msgstr "" - -#: build/lib/core/models.py:225 core/models.py:225 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "" - -#: build/lib/core/models.py:234 core/models.py:234 -msgid "full name" -msgstr "" - -#: build/lib/core/models.py:235 core/models.py:235 -msgid "short name" -msgstr "" - -#: build/lib/core/models.py:237 core/models.py:237 -msgid "identity email address" -msgstr "" - -#: build/lib/core/models.py:242 core/models.py:242 -msgid "admin email address" -msgstr "" - -#: build/lib/core/models.py:249 core/models.py:249 -msgid "language" -msgstr "" - -#: build/lib/core/models.py:250 core/models.py:250 -msgid "The language in which the user wants to see the interface." -msgstr "" - -#: build/lib/core/models.py:258 core/models.py:258 -msgid "The timezone in which the user wants to see times." -msgstr "" - -#: build/lib/core/models.py:261 core/models.py:261 -msgid "device" -msgstr "" - -#: build/lib/core/models.py:263 core/models.py:263 -msgid "Whether the user is a device or a real user." -msgstr "" - -#: build/lib/core/models.py:266 core/models.py:266 -msgid "staff status" -msgstr "" - -#: build/lib/core/models.py:268 core/models.py:268 -msgid "Whether the user can log into this admin site." -msgstr "" - -#: build/lib/core/models.py:271 core/models.py:271 -msgid "active" -msgstr "aktiv" - -#: build/lib/core/models.py:274 core/models.py:274 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "" - -#: build/lib/core/models.py:286 core/models.py:286 -msgid "user" -msgstr "" - -#: build/lib/core/models.py:287 core/models.py:287 -msgid "users" -msgstr "" - -#: build/lib/core/models.py:470 build/lib/core/models.py:1155 -#: core/models.py:470 core/models.py:1155 -msgid "title" -msgstr "" - -#: build/lib/core/models.py:471 core/models.py:471 -msgid "excerpt" -msgstr "" - -#: build/lib/core/models.py:519 core/models.py:519 -msgid "Document" -msgstr "" - -#: build/lib/core/models.py:520 core/models.py:520 -msgid "Documents" -msgstr "" - -#: build/lib/core/models.py:532 build/lib/core/models.py:873 core/models.py:532 -#: core/models.py:873 -msgid "Untitled Document" -msgstr "" - -#: build/lib/core/models.py:908 core/models.py:908 -#, python-brace-format -msgid "{name} shared a document with you!" -msgstr "" - -#: build/lib/core/models.py:912 core/models.py:912 -#, python-brace-format -msgid "{name} invited you with the role \"{role}\" on the following document:" -msgstr "" - -#: build/lib/core/models.py:918 core/models.py:918 -#, python-brace-format -msgid "{name} shared a document with you: {title}" -msgstr "" - -#: build/lib/core/models.py:1016 core/models.py:1016 -msgid "Document/user link trace" -msgstr "" - -#: build/lib/core/models.py:1017 core/models.py:1017 -msgid "Document/user link traces" -msgstr "" - -#: build/lib/core/models.py:1023 core/models.py:1023 -msgid "A link trace already exists for this document/user." -msgstr "" - -#: build/lib/core/models.py:1046 core/models.py:1046 -msgid "Document favorite" -msgstr "" - -#: build/lib/core/models.py:1047 core/models.py:1047 -msgid "Document favorites" -msgstr "" - -#: build/lib/core/models.py:1053 core/models.py:1053 -msgid "This document is already targeted by a favorite relation instance for the same user." -msgstr "" - -#: build/lib/core/models.py:1075 core/models.py:1075 -msgid "Document/user relation" -msgstr "" - -#: build/lib/core/models.py:1076 core/models.py:1076 -msgid "Document/user relations" -msgstr "" - -#: build/lib/core/models.py:1082 core/models.py:1082 -msgid "This user is already in this document." -msgstr "" - -#: build/lib/core/models.py:1088 core/models.py:1088 -msgid "This team is already in this document." -msgstr "" - -#: build/lib/core/models.py:1094 build/lib/core/models.py:1242 -#: core/models.py:1094 core/models.py:1242 -msgid "Either user or team must be set, not both." -msgstr "" - -#: build/lib/core/models.py:1156 core/models.py:1156 -msgid "description" -msgstr "" - -#: build/lib/core/models.py:1157 core/models.py:1157 -msgid "code" -msgstr "" - -#: build/lib/core/models.py:1158 core/models.py:1158 -msgid "css" -msgstr "" - -#: build/lib/core/models.py:1160 core/models.py:1160 -msgid "public" -msgstr "" - -#: build/lib/core/models.py:1162 core/models.py:1162 -msgid "Whether this template is public for anyone to use." -msgstr "" - -#: build/lib/core/models.py:1168 core/models.py:1168 -msgid "Template" -msgstr "" - -#: build/lib/core/models.py:1169 core/models.py:1169 -msgid "Templates" -msgstr "" - -#: build/lib/core/models.py:1223 core/models.py:1223 -msgid "Template/user relation" -msgstr "" - -#: build/lib/core/models.py:1224 core/models.py:1224 -msgid "Template/user relations" -msgstr "" - -#: build/lib/core/models.py:1230 core/models.py:1230 -msgid "This user is already in this template." -msgstr "" - -#: build/lib/core/models.py:1236 core/models.py:1236 -msgid "This team is already in this template." -msgstr "" - -#: build/lib/core/models.py:1259 core/models.py:1259 -msgid "email address" -msgstr "e-postadress" - -#: build/lib/core/models.py:1278 core/models.py:1278 -msgid "Document invitation" -msgstr "Bjud in dokument" - -#: build/lib/core/models.py:1279 core/models.py:1279 -msgid "Document invitations" -msgstr "Inbjudningar dokument" - -#: build/lib/core/models.py:1299 core/models.py:1299 -msgid "This email is already associated to a registered user." -msgstr "Denna e-postadress är redan associerad med en registrerad användare." - -#: core/templates/mail/html/invitation.html:162 -#: core/templates/mail/text/invitation.txt:3 -msgid "Logo email" -msgstr "Logotyp e-post" - -#: core/templates/mail/html/invitation.html:209 -#: core/templates/mail/text/invitation.txt:10 -msgid "Open" -msgstr "Öppna" - -#: core/templates/mail/html/invitation.html:226 -#: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr "" - -#: core/templates/mail/html/invitation.html:233 -#: core/templates/mail/text/invitation.txt:16 -#, python-format -msgid " Brought to you by %(brandname)s " -msgstr "" - diff --git a/src/backend/locale/tr_TR/LC_MESSAGES/django.po b/src/backend/locale/tr_TR/LC_MESSAGES/django.po deleted file mode 100644 index c8fd8fd..0000000 --- a/src/backend/locale/tr_TR/LC_MESSAGES/django.po +++ /dev/null @@ -1,390 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lasuite-docs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-22 12:09+0000\n" -"PO-Revision-Date: 2025-05-22 14:16\n" -"Last-Translator: \n" -"Language-Team: Turkish\n" -"Language: tr_TR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: lasuite-docs\n" -"X-Crowdin-Project-ID: 754523\n" -"X-Crowdin-Language: tr\n" -"X-Crowdin-File: backend-conversations.pot\n" -"X-Crowdin-File-ID: 18\n" - -#: build/lib/core/admin.py:37 core/admin.py:37 -msgid "Personal info" -msgstr "" - -#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 -#: core/admin.py:138 -msgid "Permissions" -msgstr "" - -#: build/lib/core/admin.py:62 core/admin.py:62 -msgid "Important dates" -msgstr "" - -#: build/lib/core/admin.py:148 core/admin.py:148 -msgid "Tree structure" -msgstr "" - -#: build/lib/core/api/filters.py:47 core/api/filters.py:47 -msgid "Title" -msgstr "" - -#: build/lib/core/api/filters.py:61 core/api/filters.py:61 -msgid "Creator is me" -msgstr "" - -#: build/lib/core/api/filters.py:64 core/api/filters.py:64 -msgid "Favorite" -msgstr "" - -#: build/lib/core/api/serializers.py:446 core/api/serializers.py:446 -msgid "A new document was created on your behalf!" -msgstr "" - -#: build/lib/core/api/serializers.py:450 core/api/serializers.py:450 -msgid "You have been granted ownership of a new document:" -msgstr "" - -#: build/lib/core/api/serializers.py:586 core/api/serializers.py:586 -msgid "Body" -msgstr "" - -#: build/lib/core/api/serializers.py:589 core/api/serializers.py:589 -msgid "Body type" -msgstr "" - -#: build/lib/core/api/serializers.py:595 core/api/serializers.py:595 -msgid "Format" -msgstr "" - -#: build/lib/core/api/viewsets.py:967 core/api/viewsets.py:967 -#, python-brace-format -msgid "copy of {title}" -msgstr "" - -#: build/lib/core/enums.py:36 core/enums.py:36 -msgid "First child" -msgstr "" - -#: build/lib/core/enums.py:37 core/enums.py:37 -msgid "Last child" -msgstr "" - -#: build/lib/core/enums.py:38 core/enums.py:38 -msgid "First sibling" -msgstr "" - -#: build/lib/core/enums.py:39 core/enums.py:39 -msgid "Last sibling" -msgstr "" - -#: build/lib/core/enums.py:40 core/enums.py:40 -msgid "Left" -msgstr "" - -#: build/lib/core/enums.py:41 core/enums.py:41 -msgid "Right" -msgstr "" - -#: build/lib/core/models.py:56 build/lib/core/models.py:63 core/models.py:56 -#: core/models.py:63 -msgid "Reader" -msgstr "" - -#: build/lib/core/models.py:57 build/lib/core/models.py:64 core/models.py:57 -#: core/models.py:64 -msgid "Editor" -msgstr "" - -#: build/lib/core/models.py:65 core/models.py:65 -msgid "Administrator" -msgstr "" - -#: build/lib/core/models.py:66 core/models.py:66 -msgid "Owner" -msgstr "" - -#: build/lib/core/models.py:77 core/models.py:77 -msgid "Restricted" -msgstr "" - -#: build/lib/core/models.py:81 core/models.py:81 -msgid "Authenticated" -msgstr "" - -#: build/lib/core/models.py:83 core/models.py:83 -msgid "Public" -msgstr "" - -#: build/lib/core/models.py:154 core/models.py:154 -msgid "id" -msgstr "" - -#: build/lib/core/models.py:155 core/models.py:155 -msgid "primary key for the record as UUID" -msgstr "" - -#: build/lib/core/models.py:161 core/models.py:161 -msgid "created on" -msgstr "" - -#: build/lib/core/models.py:162 core/models.py:162 -msgid "date and time at which a record was created" -msgstr "" - -#: build/lib/core/models.py:167 core/models.py:167 -msgid "updated on" -msgstr "" - -#: build/lib/core/models.py:168 core/models.py:168 -msgid "date and time at which a record was last updated" -msgstr "" - -#: build/lib/core/models.py:204 core/models.py:204 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "" - -#: build/lib/core/models.py:217 core/models.py:217 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr "" - -#: build/lib/core/models.py:223 core/models.py:223 -msgid "sub" -msgstr "" - -#: build/lib/core/models.py:225 core/models.py:225 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "" - -#: build/lib/core/models.py:234 core/models.py:234 -msgid "full name" -msgstr "" - -#: build/lib/core/models.py:235 core/models.py:235 -msgid "short name" -msgstr "" - -#: build/lib/core/models.py:237 core/models.py:237 -msgid "identity email address" -msgstr "" - -#: build/lib/core/models.py:242 core/models.py:242 -msgid "admin email address" -msgstr "" - -#: build/lib/core/models.py:249 core/models.py:249 -msgid "language" -msgstr "" - -#: build/lib/core/models.py:250 core/models.py:250 -msgid "The language in which the user wants to see the interface." -msgstr "" - -#: build/lib/core/models.py:258 core/models.py:258 -msgid "The timezone in which the user wants to see times." -msgstr "" - -#: build/lib/core/models.py:261 core/models.py:261 -msgid "device" -msgstr "" - -#: build/lib/core/models.py:263 core/models.py:263 -msgid "Whether the user is a device or a real user." -msgstr "" - -#: build/lib/core/models.py:266 core/models.py:266 -msgid "staff status" -msgstr "" - -#: build/lib/core/models.py:268 core/models.py:268 -msgid "Whether the user can log into this admin site." -msgstr "" - -#: build/lib/core/models.py:271 core/models.py:271 -msgid "active" -msgstr "" - -#: build/lib/core/models.py:274 core/models.py:274 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "" - -#: build/lib/core/models.py:286 core/models.py:286 -msgid "user" -msgstr "" - -#: build/lib/core/models.py:287 core/models.py:287 -msgid "users" -msgstr "" - -#: build/lib/core/models.py:470 build/lib/core/models.py:1155 -#: core/models.py:470 core/models.py:1155 -msgid "title" -msgstr "" - -#: build/lib/core/models.py:471 core/models.py:471 -msgid "excerpt" -msgstr "" - -#: build/lib/core/models.py:519 core/models.py:519 -msgid "Document" -msgstr "" - -#: build/lib/core/models.py:520 core/models.py:520 -msgid "Documents" -msgstr "" - -#: build/lib/core/models.py:532 build/lib/core/models.py:873 core/models.py:532 -#: core/models.py:873 -msgid "Untitled Document" -msgstr "" - -#: build/lib/core/models.py:908 core/models.py:908 -#, python-brace-format -msgid "{name} shared a document with you!" -msgstr "" - -#: build/lib/core/models.py:912 core/models.py:912 -#, python-brace-format -msgid "{name} invited you with the role \"{role}\" on the following document:" -msgstr "" - -#: build/lib/core/models.py:918 core/models.py:918 -#, python-brace-format -msgid "{name} shared a document with you: {title}" -msgstr "" - -#: build/lib/core/models.py:1016 core/models.py:1016 -msgid "Document/user link trace" -msgstr "" - -#: build/lib/core/models.py:1017 core/models.py:1017 -msgid "Document/user link traces" -msgstr "" - -#: build/lib/core/models.py:1023 core/models.py:1023 -msgid "A link trace already exists for this document/user." -msgstr "" - -#: build/lib/core/models.py:1046 core/models.py:1046 -msgid "Document favorite" -msgstr "" - -#: build/lib/core/models.py:1047 core/models.py:1047 -msgid "Document favorites" -msgstr "" - -#: build/lib/core/models.py:1053 core/models.py:1053 -msgid "This document is already targeted by a favorite relation instance for the same user." -msgstr "" - -#: build/lib/core/models.py:1075 core/models.py:1075 -msgid "Document/user relation" -msgstr "" - -#: build/lib/core/models.py:1076 core/models.py:1076 -msgid "Document/user relations" -msgstr "" - -#: build/lib/core/models.py:1082 core/models.py:1082 -msgid "This user is already in this document." -msgstr "" - -#: build/lib/core/models.py:1088 core/models.py:1088 -msgid "This team is already in this document." -msgstr "" - -#: build/lib/core/models.py:1094 build/lib/core/models.py:1242 -#: core/models.py:1094 core/models.py:1242 -msgid "Either user or team must be set, not both." -msgstr "" - -#: build/lib/core/models.py:1156 core/models.py:1156 -msgid "description" -msgstr "" - -#: build/lib/core/models.py:1157 core/models.py:1157 -msgid "code" -msgstr "" - -#: build/lib/core/models.py:1158 core/models.py:1158 -msgid "css" -msgstr "" - -#: build/lib/core/models.py:1160 core/models.py:1160 -msgid "public" -msgstr "" - -#: build/lib/core/models.py:1162 core/models.py:1162 -msgid "Whether this template is public for anyone to use." -msgstr "" - -#: build/lib/core/models.py:1168 core/models.py:1168 -msgid "Template" -msgstr "" - -#: build/lib/core/models.py:1169 core/models.py:1169 -msgid "Templates" -msgstr "" - -#: build/lib/core/models.py:1223 core/models.py:1223 -msgid "Template/user relation" -msgstr "" - -#: build/lib/core/models.py:1224 core/models.py:1224 -msgid "Template/user relations" -msgstr "" - -#: build/lib/core/models.py:1230 core/models.py:1230 -msgid "This user is already in this template." -msgstr "" - -#: build/lib/core/models.py:1236 core/models.py:1236 -msgid "This team is already in this template." -msgstr "" - -#: build/lib/core/models.py:1259 core/models.py:1259 -msgid "email address" -msgstr "" - -#: build/lib/core/models.py:1278 core/models.py:1278 -msgid "Document invitation" -msgstr "" - -#: build/lib/core/models.py:1279 core/models.py:1279 -msgid "Document invitations" -msgstr "" - -#: build/lib/core/models.py:1299 core/models.py:1299 -msgid "This email is already associated to a registered user." -msgstr "" - -#: core/templates/mail/html/invitation.html:162 -#: core/templates/mail/text/invitation.txt:3 -msgid "Logo email" -msgstr "" - -#: core/templates/mail/html/invitation.html:209 -#: core/templates/mail/text/invitation.txt:10 -msgid "Open" -msgstr "" - -#: core/templates/mail/html/invitation.html:226 -#: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr "" - -#: core/templates/mail/html/invitation.html:233 -#: core/templates/mail/text/invitation.txt:16 -#, python-format -msgid " Brought to you by %(brandname)s " -msgstr "" - diff --git a/src/backend/locale/uk_UA/LC_MESSAGES/django.po b/src/backend/locale/uk_UA/LC_MESSAGES/django.po new file mode 100644 index 0000000..1692525 --- /dev/null +++ b/src/backend/locale/uk_UA/LC_MESSAGES/django.po @@ -0,0 +1,338 @@ +msgid "" +msgstr "" +"Project-Id-Version: la-suite-conversations\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-19 21:49+0000\n" +"PO-Revision-Date: 2025-10-19 21:25\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"Language: uk_UA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 " +"&& n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 " +"&& n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: la-suite-conversations\n" +"X-Crowdin-Project-ID: 810876\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File: backend-conversations.pot\n" +"X-Crowdin-File-ID: 26\n" + +#: activation_codes/admin.py:54 +msgid "Configuration" +msgstr "" + +#: activation_codes/admin.py:65 +msgid "Usage details" +msgstr "" + +#: activation_codes/admin.py:69 activation_codes/admin.py:225 +msgid "Timestamps" +msgstr "" + +#: activation_codes/admin.py:108 +msgid "Usage" +msgstr "" + +#: activation_codes/admin.py:116 +msgid "Description" +msgstr "" + +#: activation_codes/admin.py:123 +msgid "No users have used this code yet" +msgstr "" + +#: activation_codes/admin.py:134 +msgid "Name" +msgstr "" + +#: activation_codes/admin.py:135 activation_codes/admin.py:245 +msgid "Email" +msgstr "" + +#: activation_codes/admin.py:136 +msgid "Date" +msgstr "" + +#: activation_codes/admin.py:160 +msgid "Users who used this code" +msgstr "" + +#: activation_codes/admin.py:162 +msgid "Recompute current uses from related activations" +msgstr "" + +#: activation_codes/admin.py:176 +msgid "All selected activation codes already have correct usage counts." +msgstr "" + +#: activation_codes/admin.py:181 +#, python-format +msgid "Successfully recomputed usage counts for %(count)d activation code(s)." +msgstr "" + +#: activation_codes/admin.py:239 activation_codes/admin.py:281 +msgid "User" +msgstr "" + +#: activation_codes/admin.py:288 +msgid "Has used activation code" +msgstr "" + +#: activation_codes/models.py:36 activation_codes/models.py:83 +#: activation_codes/models.py:164 +msgid "activation code" +msgstr "" + +#: activation_codes/models.py:37 +msgid "The activation code that users will enter" +msgstr "" + +#: activation_codes/models.py:44 +msgid "Code must be alphanumeric and contain no spaces or special characters" +msgstr "" + +#: activation_codes/models.py:50 +msgid "maximum uses" +msgstr "" + +#: activation_codes/models.py:51 +msgid "Maximum number of times this code can be used. 0 means unlimited." +msgstr "" + +#: activation_codes/models.py:56 +msgid "current uses" +msgstr "" + +#: activation_codes/models.py:57 +msgid "Number of times this code has been used" +msgstr "" + +#: activation_codes/models.py:63 core/models.py:151 +msgid "active" +msgstr "" + +#: activation_codes/models.py:64 +msgid "Whether this code can still be used" +msgstr "" + +#: activation_codes/models.py:69 +msgid "expires at" +msgstr "" + +#: activation_codes/models.py:70 +msgid "Date and time when this code expires" +msgstr "" + +#: activation_codes/models.py:76 +msgid "description" +msgstr "" + +#: activation_codes/models.py:77 +msgid "Internal description or notes about this code" +msgstr "" + +#: activation_codes/models.py:84 +msgid "activation codes" +msgstr "" + +#: activation_codes/models.py:126 +msgid "This activation code is no longer valid" +msgstr "" + +#: activation_codes/models.py:134 +msgid "You have already activated your account" +msgstr "" + +#: activation_codes/models.py:156 activation_codes/models.py:188 +#: core/models.py:173 +msgid "user" +msgstr "" + +#: activation_codes/models.py:157 +msgid "The user who used the activation code" +msgstr "" + +#: activation_codes/models.py:165 +msgid "The activation code that was used" +msgstr "" + +#: activation_codes/models.py:172 activation_codes/models.py:196 +msgid "user activation" +msgstr "" + +#: activation_codes/models.py:173 +msgid "user activations" +msgstr "" + +#: activation_codes/models.py:189 +msgid "The user who made the registration request" +msgstr "" + +#: activation_codes/models.py:197 +msgid "Store if the user received an activation code and used it" +msgstr "" + +#: activation_codes/models.py:206 +msgid "user registration request" +msgstr "" + +#: activation_codes/models.py:207 +msgid "user registration requests" +msgstr "" + +#: activation_codes/serializers.py:14 +msgid "The activation code to validate" +msgstr "" + +#: activation_codes/viewsets.py:106 +msgid "Your account has been successfully activated" +msgstr "" + +#: chat/apps.py:12 +msgid "chat application" +msgstr "" + +#: core/admin.py:26 +msgid "Personal info" +msgstr "" + +#: core/admin.py:40 +msgid "Permissions" +msgstr "" + +#: core/admin.py:52 +msgid "Important dates" +msgstr "" + +#: core/models.py:39 +msgid "id" +msgstr "" + +#: core/models.py:40 +msgid "primary key for the record as UUID" +msgstr "" + +#: core/models.py:46 +msgid "created on" +msgstr "" + +#: core/models.py:47 +msgid "date and time at which a record was created" +msgstr "" + +#: core/models.py:52 +msgid "updated on" +msgstr "" + +#: core/models.py:53 +msgid "date and time at which a record was last updated" +msgstr "" + +#: core/models.py:86 +msgid "" +"We couldn't find a user with this sub but the email is already associated " +"with a registered user." +msgstr "" + +#: core/models.py:99 +msgid "" +"Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/" +"_/: characters." +msgstr "" + +#: core/models.py:105 +msgid "sub" +msgstr "" + +#: core/models.py:107 +msgid "" +"Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: " +"characters only." +msgstr "" + +#: core/models.py:116 +msgid "full name" +msgstr "" + +#: core/models.py:117 +msgid "short name" +msgstr "" + +#: core/models.py:119 +msgid "identity email address" +msgstr "" + +#: core/models.py:123 +msgid "admin email address" +msgstr "" + +#: core/models.py:129 +msgid "language" +msgstr "" + +#: core/models.py:130 +msgid "The language in which the user wants to see the interface." +msgstr "" + +#: core/models.py:138 +msgid "The timezone in which the user wants to see times." +msgstr "" + +#: core/models.py:141 +msgid "device" +msgstr "" + +#: core/models.py:143 +msgid "Whether the user is a device or a real user." +msgstr "" + +#: core/models.py:146 +msgid "staff status" +msgstr "" + +#: core/models.py:148 +msgid "Whether the user can log into this admin site." +msgstr "" + +#: core/models.py:154 +msgid "" +"Whether this user should be treated as active. Unselect this instead of " +"deleting accounts." +msgstr "" + +#: core/models.py:161 +msgid "allow conversation analytics" +msgstr "" + +#: core/models.py:163 +msgid "Whether the user allows to use their conversations for analytics." +msgstr "" + +#: core/models.py:174 +msgid "users" +msgstr "" + +#: core/templates/mail/html/invitation.html:162 +#: core/templates/mail/text/invitation.txt:3 +msgid "Logo email" +msgstr "" + +#: core/templates/mail/html/invitation.html:209 +#: core/templates/mail/text/invitation.txt:10 +msgid "Open" +msgstr "" + +#: core/templates/mail/html/invitation.html:226 +#: core/templates/mail/text/invitation.txt:14 +msgid "" +" Docs, your new essential tool for organizing, sharing and collaborating on " +"your documents as a team. " +msgstr "" + +#: core/templates/mail/html/invitation.html:233 +#: core/templates/mail/text/invitation.txt:16 +#, python-format +msgid " Brought to you by %(brandname)s " +msgstr "" diff --git a/src/backend/locale/zh_CN/LC_MESSAGES/django.po b/src/backend/locale/zh_CN/LC_MESSAGES/django.po deleted file mode 100644 index ceaa0cd..0000000 --- a/src/backend/locale/zh_CN/LC_MESSAGES/django.po +++ /dev/null @@ -1,390 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lasuite-docs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-22 12:09+0000\n" -"PO-Revision-Date: 2025-05-22 14:16\n" -"Last-Translator: \n" -"Language-Team: Chinese Simplified\n" -"Language: zh_CN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: lasuite-docs\n" -"X-Crowdin-Project-ID: 754523\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: backend-conversations.pot\n" -"X-Crowdin-File-ID: 18\n" - -#: build/lib/core/admin.py:37 core/admin.py:37 -msgid "Personal info" -msgstr "个人信息" - -#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 -#: core/admin.py:138 -msgid "Permissions" -msgstr "权限" - -#: build/lib/core/admin.py:62 core/admin.py:62 -msgid "Important dates" -msgstr "重要日期" - -#: build/lib/core/admin.py:148 core/admin.py:148 -msgid "Tree structure" -msgstr "树状结构" - -#: build/lib/core/api/filters.py:47 core/api/filters.py:47 -msgid "Title" -msgstr "标题" - -#: build/lib/core/api/filters.py:61 core/api/filters.py:61 -msgid "Creator is me" -msgstr "创建者是我" - -#: build/lib/core/api/filters.py:64 core/api/filters.py:64 -msgid "Favorite" -msgstr "收藏" - -#: build/lib/core/api/serializers.py:446 core/api/serializers.py:446 -msgid "A new document was created on your behalf!" -msgstr "已为您创建了一份新文档!" - -#: build/lib/core/api/serializers.py:450 core/api/serializers.py:450 -msgid "You have been granted ownership of a new document:" -msgstr "您已被授予新文档的所有权:" - -#: build/lib/core/api/serializers.py:586 core/api/serializers.py:586 -msgid "Body" -msgstr "正文" - -#: build/lib/core/api/serializers.py:589 core/api/serializers.py:589 -msgid "Body type" -msgstr "正文类型" - -#: build/lib/core/api/serializers.py:595 core/api/serializers.py:595 -msgid "Format" -msgstr "格式" - -#: build/lib/core/api/viewsets.py:967 core/api/viewsets.py:967 -#, python-brace-format -msgid "copy of {title}" -msgstr "{title} 的副本" - -#: build/lib/core/enums.py:36 core/enums.py:36 -msgid "First child" -msgstr "第一个子项" - -#: build/lib/core/enums.py:37 core/enums.py:37 -msgid "Last child" -msgstr "最后一个子项" - -#: build/lib/core/enums.py:38 core/enums.py:38 -msgid "First sibling" -msgstr "第一个同级项" - -#: build/lib/core/enums.py:39 core/enums.py:39 -msgid "Last sibling" -msgstr "最后一个同级项" - -#: build/lib/core/enums.py:40 core/enums.py:40 -msgid "Left" -msgstr "左" - -#: build/lib/core/enums.py:41 core/enums.py:41 -msgid "Right" -msgstr "右" - -#: build/lib/core/models.py:56 build/lib/core/models.py:63 core/models.py:56 -#: core/models.py:63 -msgid "Reader" -msgstr "阅读者" - -#: build/lib/core/models.py:57 build/lib/core/models.py:64 core/models.py:57 -#: core/models.py:64 -msgid "Editor" -msgstr "编辑者" - -#: build/lib/core/models.py:65 core/models.py:65 -msgid "Administrator" -msgstr "超级管理员" - -#: build/lib/core/models.py:66 core/models.py:66 -msgid "Owner" -msgstr "所有者" - -#: build/lib/core/models.py:77 core/models.py:77 -msgid "Restricted" -msgstr "受限的" - -#: build/lib/core/models.py:81 core/models.py:81 -msgid "Authenticated" -msgstr "已验证" - -#: build/lib/core/models.py:83 core/models.py:83 -msgid "Public" -msgstr "公开" - -#: build/lib/core/models.py:154 core/models.py:154 -msgid "id" -msgstr "id" - -#: build/lib/core/models.py:155 core/models.py:155 -msgid "primary key for the record as UUID" -msgstr "记录的主密钥为 UUID" - -#: build/lib/core/models.py:161 core/models.py:161 -msgid "created on" -msgstr "创建时间" - -#: build/lib/core/models.py:162 core/models.py:162 -msgid "date and time at which a record was created" -msgstr "记录的创建日期和时间" - -#: build/lib/core/models.py:167 core/models.py:167 -msgid "updated on" -msgstr "更新时间" - -#: build/lib/core/models.py:168 core/models.py:168 -msgid "date and time at which a record was last updated" -msgstr "记录的最后更新时间" - -#: build/lib/core/models.py:204 core/models.py:204 -msgid "We couldn't find a user with this sub but the email is already associated with a registered user." -msgstr "未找到具有该 sub 的用户,但该邮箱已关联到一个注册用户。" - -#: build/lib/core/models.py:217 core/models.py:217 -msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters." -msgstr "请输入有效的 sub。该值只能包含字母、数字及 @/./+/-/_/: 字符。" - -#: build/lib/core/models.py:223 core/models.py:223 -msgid "sub" -msgstr "sub" - -#: build/lib/core/models.py:225 core/models.py:225 -msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." -msgstr "必填。最多 255 个字符,仅允许字母、数字及 @/./+/-/_/: 字符。" - -#: build/lib/core/models.py:234 core/models.py:234 -msgid "full name" -msgstr "全名" - -#: build/lib/core/models.py:235 core/models.py:235 -msgid "short name" -msgstr "简称" - -#: build/lib/core/models.py:237 core/models.py:237 -msgid "identity email address" -msgstr "身份电子邮件地址" - -#: build/lib/core/models.py:242 core/models.py:242 -msgid "admin email address" -msgstr "管理员电子邮件地址" - -#: build/lib/core/models.py:249 core/models.py:249 -msgid "language" -msgstr "语言" - -#: build/lib/core/models.py:250 core/models.py:250 -msgid "The language in which the user wants to see the interface." -msgstr "用户希望看到的界面语言。" - -#: build/lib/core/models.py:258 core/models.py:258 -msgid "The timezone in which the user wants to see times." -msgstr "用户查看时间希望的时区。" - -#: build/lib/core/models.py:261 core/models.py:261 -msgid "device" -msgstr "设备" - -#: build/lib/core/models.py:263 core/models.py:263 -msgid "Whether the user is a device or a real user." -msgstr "用户是设备还是真实用户。" - -#: build/lib/core/models.py:266 core/models.py:266 -msgid "staff status" -msgstr "员工状态" - -#: build/lib/core/models.py:268 core/models.py:268 -msgid "Whether the user can log into this admin site." -msgstr "用户是否可以登录该管理员站点。" - -#: build/lib/core/models.py:271 core/models.py:271 -msgid "active" -msgstr "激活" - -#: build/lib/core/models.py:274 core/models.py:274 -msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "是否应将此用户视为活跃用户。取消选择此选项而不是删除账户。" - -#: build/lib/core/models.py:286 core/models.py:286 -msgid "user" -msgstr "用户" - -#: build/lib/core/models.py:287 core/models.py:287 -msgid "users" -msgstr "个用户" - -#: build/lib/core/models.py:470 build/lib/core/models.py:1155 -#: core/models.py:470 core/models.py:1155 -msgid "title" -msgstr "标题" - -#: build/lib/core/models.py:471 core/models.py:471 -msgid "excerpt" -msgstr "摘要" - -#: build/lib/core/models.py:519 core/models.py:519 -msgid "Document" -msgstr "文档" - -#: build/lib/core/models.py:520 core/models.py:520 -msgid "Documents" -msgstr "个文档" - -#: build/lib/core/models.py:532 build/lib/core/models.py:873 core/models.py:532 -#: core/models.py:873 -msgid "Untitled Document" -msgstr "未命名文档" - -#: build/lib/core/models.py:908 core/models.py:908 -#, python-brace-format -msgid "{name} shared a document with you!" -msgstr "{name} 与您共享了一个文档!" - -#: build/lib/core/models.py:912 core/models.py:912 -#, python-brace-format -msgid "{name} invited you with the role \"{role}\" on the following document:" -msgstr "{name} 邀请您以“{role}”角色访问以下文档:" - -#: build/lib/core/models.py:918 core/models.py:918 -#, python-brace-format -msgid "{name} shared a document with you: {title}" -msgstr "{name} 与您共享了一个文档:{title}" - -#: build/lib/core/models.py:1016 core/models.py:1016 -msgid "Document/user link trace" -msgstr "文档/用户链接跟踪" - -#: build/lib/core/models.py:1017 core/models.py:1017 -msgid "Document/user link traces" -msgstr "个文档/用户链接跟踪" - -#: build/lib/core/models.py:1023 core/models.py:1023 -msgid "A link trace already exists for this document/user." -msgstr "此文档/用户的链接跟踪已存在。" - -#: build/lib/core/models.py:1046 core/models.py:1046 -msgid "Document favorite" -msgstr "文档收藏" - -#: build/lib/core/models.py:1047 core/models.py:1047 -msgid "Document favorites" -msgstr "文档收藏夹" - -#: build/lib/core/models.py:1053 core/models.py:1053 -msgid "This document is already targeted by a favorite relation instance for the same user." -msgstr "该文档已被同一用户的收藏关系实例关联。" - -#: build/lib/core/models.py:1075 core/models.py:1075 -msgid "Document/user relation" -msgstr "文档/用户关系" - -#: build/lib/core/models.py:1076 core/models.py:1076 -msgid "Document/user relations" -msgstr "文档/用户关系集" - -#: build/lib/core/models.py:1082 core/models.py:1082 -msgid "This user is already in this document." -msgstr "该用户已在此文档中。" - -#: build/lib/core/models.py:1088 core/models.py:1088 -msgid "This team is already in this document." -msgstr "该团队已在此文档中。" - -#: build/lib/core/models.py:1094 build/lib/core/models.py:1242 -#: core/models.py:1094 core/models.py:1242 -msgid "Either user or team must be set, not both." -msgstr "必须设置用户或团队之一,不能同时设置两者。" - -#: build/lib/core/models.py:1156 core/models.py:1156 -msgid "description" -msgstr "说明" - -#: build/lib/core/models.py:1157 core/models.py:1157 -msgid "code" -msgstr "代码" - -#: build/lib/core/models.py:1158 core/models.py:1158 -msgid "css" -msgstr "css" - -#: build/lib/core/models.py:1160 core/models.py:1160 -msgid "public" -msgstr "公开" - -#: build/lib/core/models.py:1162 core/models.py:1162 -msgid "Whether this template is public for anyone to use." -msgstr "该模板是否公开供任何人使用。" - -#: build/lib/core/models.py:1168 core/models.py:1168 -msgid "Template" -msgstr "模板" - -#: build/lib/core/models.py:1169 core/models.py:1169 -msgid "Templates" -msgstr "模板" - -#: build/lib/core/models.py:1223 core/models.py:1223 -msgid "Template/user relation" -msgstr "模板/用户关系" - -#: build/lib/core/models.py:1224 core/models.py:1224 -msgid "Template/user relations" -msgstr "模板/用户关系集" - -#: build/lib/core/models.py:1230 core/models.py:1230 -msgid "This user is already in this template." -msgstr "该用户已在此模板中。" - -#: build/lib/core/models.py:1236 core/models.py:1236 -msgid "This team is already in this template." -msgstr "该团队已在此模板中。" - -#: build/lib/core/models.py:1259 core/models.py:1259 -msgid "email address" -msgstr "电子邮件地址" - -#: build/lib/core/models.py:1278 core/models.py:1278 -msgid "Document invitation" -msgstr "文档邀请" - -#: build/lib/core/models.py:1279 core/models.py:1279 -msgid "Document invitations" -msgstr "文档邀请" - -#: build/lib/core/models.py:1299 core/models.py:1299 -msgid "This email is already associated to a registered user." -msgstr "此电子邮件已经与现有注册用户关联。" - -#: core/templates/mail/html/invitation.html:162 -#: core/templates/mail/text/invitation.txt:3 -msgid "Logo email" -msgstr "徽标邮件" - -#: core/templates/mail/html/invitation.html:209 -#: core/templates/mail/text/invitation.txt:10 -msgid "Open" -msgstr "打开" - -#: core/templates/mail/html/invitation.html:226 -#: core/templates/mail/text/invitation.txt:14 -msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " -msgstr " Docs——您的全新必备工具,帮助团队组织、共享和协作处理文档。 " - -#: core/templates/mail/html/invitation.html:233 -#: core/templates/mail/text/invitation.txt:16 -#, python-format -msgid " Brought to you by %(brandname)s " -msgstr " 由 %(brandname)s 倾力打造。 " - diff --git a/src/frontend/apps/conversations/src/i18n/translations.json b/src/frontend/apps/conversations/src/i18n/translations.json index 46885ae..09b160e 100644 --- a/src/frontend/apps/conversations/src/i18n/translations.json +++ b/src/frontend/apps/conversations/src/i18n/translations.json @@ -1,5 +1,9 @@ { "en": { "translation": { "Login": "Login", "Logout": "Logout" } }, + "nl": { "translation": { "Login": "Inloggen", "Logout": "Uitloggen" } }, + "uk": { "translation": { "Login": "Увійти", "Logout": "Вийти" } }, + "ru": { "translation": { "Login": "Войти", "Logout": "Выйти" } }, + "de": { "translation": { "Login": "Anmelden", "Logout": "Abmelden" } }, "fr": { "translation": { "30 sec to tell us what you think or report a bug": "Prenez 30 secondes pour partager votre avis ou signaler un bug",