From fe5ce580ab5631659f692d11706261e945ed270a Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 4 Jan 2023 19:45:25 +0100 Subject: [PATCH] locales --- packages/frontend/locales/de.json | 3 ++- packages/frontend/locales/en.json | 3 ++- packages/frontend/locales/es.json | 3 ++- packages/frontend/locales/fr.json | 3 ++- packages/frontend/locales/it.json | 3 ++- packages/frontend/locales/zh_CN.json | 3 ++- packages/frontend/src/lib/ui/Canvas.svelte | 4 ++-- packages/frontend/src/lib/ui/NoteResult.svelte | 2 +- 8 files changed, 15 insertions(+), 9 deletions(-) diff --git a/packages/frontend/locales/de.json b/packages/frontend/locales/de.json index 051e275..e2a926b 100644 --- a/packages/frontend/locales/de.json +++ b/packages/frontend/locales/de.json @@ -15,7 +15,8 @@ "encrypting": "verschlüsseln", "decrypting": "entschlüsselt", "uploading": "hochladen", - "downloading": "wird heruntergeladen" + "downloading": "wird heruntergeladen", + "qr_code": "qr-code" }, "home": { "intro": "Senden Sie ganz einfach vollständig verschlüsselte, sichere Notizen oder Dateien mit einem Klick. Erstellen Sie einfach eine Notiz und teilen Sie den Link.", diff --git a/packages/frontend/locales/en.json b/packages/frontend/locales/en.json index 4e3ef5a..0b648d3 100644 --- a/packages/frontend/locales/en.json +++ b/packages/frontend/locales/en.json @@ -15,7 +15,8 @@ "encrypting": "encrypting", "decrypting": "decrypting", "uploading": "uploading", - "downloading": "downloading" + "downloading": "downloading", + "qr_code": "qr code" }, "home": { "intro": "Easily send fully encrypted, secure notes or files with one click. Just create a note and share the link.", diff --git a/packages/frontend/locales/es.json b/packages/frontend/locales/es.json index f94d4fa..10f022e 100644 --- a/packages/frontend/locales/es.json +++ b/packages/frontend/locales/es.json @@ -15,7 +15,8 @@ "encrypting": "encriptando", "decrypting": "descifrando", "uploading": "cargando", - "downloading": "descargando" + "downloading": "descargando", + "qr_code": "código qr" }, "home": { "intro": "Envía fácilmente notas o archivos totalmente encriptados y seguros con un solo clic. Solo tienes que crear una nota y compartir el enlace.", diff --git a/packages/frontend/locales/fr.json b/packages/frontend/locales/fr.json index 125bd21..36d8bf6 100644 --- a/packages/frontend/locales/fr.json +++ b/packages/frontend/locales/fr.json @@ -15,7 +15,8 @@ "encrypting": "cryptage", "decrypting": "déchiffrer", "uploading": "téléchargement", - "downloading": "téléchargement" + "downloading": "téléchargement", + "qr_code": "code qr" }, "home": { "intro": "Envoyez facilement des notes ou des fichiers entièrement cryptés et sécurisés en un seul clic. Il suffit de créer une note et de partager le lien.", diff --git a/packages/frontend/locales/it.json b/packages/frontend/locales/it.json index 070142e..e6764cb 100644 --- a/packages/frontend/locales/it.json +++ b/packages/frontend/locales/it.json @@ -15,7 +15,8 @@ "encrypting": "criptando", "decrypting": "decifrando", "uploading": "caricamento", - "downloading": "scaricando" + "downloading": "scaricando", + "qr_code": "codice qr" }, "home": { "intro": "Invia facilmente note o file completamente criptati e sicuri con un solo clic. Basta creare una nota e condividere il link.", diff --git a/packages/frontend/locales/zh_CN.json b/packages/frontend/locales/zh_CN.json index fdfeb71..fc26c35 100644 --- a/packages/frontend/locales/zh_CN.json +++ b/packages/frontend/locales/zh_CN.json @@ -15,7 +15,8 @@ "encrypting": "加密", "decrypting": "解密", "uploading": "上传", - "downloading": "下载" + "downloading": "下载", + "qr_code": "二维码" }, "home": { "intro": "一键轻松发送 完全加密的 密信或者文件。只需创建一个密信然后分享链接。", diff --git a/packages/frontend/src/lib/ui/Canvas.svelte b/packages/frontend/src/lib/ui/Canvas.svelte index 0c5b216..b2f63f7 100644 --- a/packages/frontend/src/lib/ui/Canvas.svelte +++ b/packages/frontend/src/lib/ui/Canvas.svelte @@ -1,9 +1,9 @@ -{label} +{$t('common.qr_code')}
diff --git a/packages/frontend/src/lib/ui/NoteResult.svelte b/packages/frontend/src/lib/ui/NoteResult.svelte index ce0eafd..73884dc 100644 --- a/packages/frontend/src/lib/ui/NoteResult.svelte +++ b/packages/frontend/src/lib/ui/NoteResult.svelte @@ -31,7 +31,7 @@ />
- +