From d23638c30d3c66fe6a2f1fd92d8bc759be595926 Mon Sep 17 00:00:00 2001 From: Crowdin Bot Date: Tue, 21 May 2024 02:05:40 +0000 Subject: [PATCH] New Crowdin translations by GitHub Action --- auth/lib/l10n/arb/app_pt.arb | 16 +++++++++++++++- auth/lib/l10n/arb/app_zh.arb | 18 +++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/auth/lib/l10n/arb/app_pt.arb b/auth/lib/l10n/arb/app_pt.arb index 9b1f5b1b0..3f92822d9 100644 --- a/auth/lib/l10n/arb/app_pt.arb +++ b/auth/lib/l10n/arb/app_pt.arb @@ -20,6 +20,8 @@ "codeIssuerHint": "Emissor", "codeSecretKeyHint": "Chave secreta", "codeAccountHint": "Conta (voce@dominio.com)", + "codeTagHint": "Etiqueta", + "accountKeyType": "Tipo de chave", "sessionExpired": "Sessão expirada", "@sessionExpired": { "description": "Title of the dialog when the users current session is invalid/expired" @@ -156,6 +158,7 @@ } } }, + "invalidQRCode": "QR Code inválido", "noRecoveryKeyTitle": "Sem chave de recuperação?", "enterEmailHint": "Insira o seu endereço de e-mail", "invalidEmailTitle": "Endereço de e-mail inválido", @@ -420,5 +423,16 @@ "invalidEndpoint": "Endpoint inválido", "invalidEndpointMessage": "Desculpe, o endpoint que você inseriu é inválido. Por favor, insira um endpoint válido e tente novamente.", "endpointUpdatedMessage": "Endpoint atualizado com sucesso", - "customEndpoint": "Conectado a {endpoint}" + "customEndpoint": "Conectado a {endpoint}", + "pinText": "Fixar", + "pinnedCodeMessage": "{code} foi fixado", + "tags": "Etiquetas", + "createNewTag": "Criar etiqueta", + "tag": "Etiqueta", + "create": "Criar", + "editTag": "Editar etiqueta", + "deleteTagTitle": "Excluir etiqueta?", + "deleteTagMessage": "Tem certeza de que deseja excluir esta etiqueta? Essa ação é irreversível.", + "somethingWentWrongParsingCode": "Não foi possível analisar os códigos {x}.", + "updateNotAvailable": "Atualização não está disponível" } \ No newline at end of file diff --git a/auth/lib/l10n/arb/app_zh.arb b/auth/lib/l10n/arb/app_zh.arb index c50e76c1d..1e58bd2b9 100644 --- a/auth/lib/l10n/arb/app_zh.arb +++ b/auth/lib/l10n/arb/app_zh.arb @@ -20,6 +20,8 @@ "codeIssuerHint": "发行人", "codeSecretKeyHint": "私钥", "codeAccountHint": "账户 (you@domain.com)", + "codeTagHint": "标签", + "accountKeyType": "密钥类型", "sessionExpired": "会话已过期", "@sessionExpired": { "description": "Title of the dialog when the users current session is invalid/expired" @@ -156,6 +158,7 @@ } } }, + "invalidQRCode": "二维码无效", "noRecoveryKeyTitle": "没有恢复密钥吗?", "enterEmailHint": "请输入您的电子邮件地址", "invalidEmailTitle": "无效的电子邮件地址", @@ -420,5 +423,18 @@ "invalidEndpoint": "端点无效", "invalidEndpointMessage": "抱歉,您输入的端点无效。请输入有效的端点,然后重试。", "endpointUpdatedMessage": "端点更新成功", - "customEndpoint": "已连接至 {endpoint}" + "customEndpoint": "已连接至 {endpoint}", + "pinText": "置顶", + "unpinText": "取消置顶", + "pinnedCodeMessage": "{code} 已被置顶", + "unpinnedCodeMessage": "{code} 已被取消置顶", + "tags": "标签", + "createNewTag": "创建新标签", + "tag": "标签", + "create": "创建", + "editTag": "编辑标签", + "deleteTagTitle": "要删除标签吗?", + "deleteTagMessage": "您确定要删除此标签吗?此操作是不可逆的。", + "somethingWentWrongParsingCode": "我们无法解析 {x} 代码。", + "updateNotAvailable": "更新不可用" } \ No newline at end of file