From 1e73e4d4a3044a05227c4b2f4f079998a5eb79d9 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 19 Jul 2022 10:26:25 +0200 Subject: [PATCH] locale --- frontend/locales/de.json | 8 ++++++-- frontend/locales/en.json | 8 ++++++-- frontend/locales/es.json | 8 ++++++-- frontend/locales/fr.json | 8 ++++++-- frontend/locales/it.json | 8 ++++++-- frontend/locales/zh_CN.json | 8 ++++++-- 6 files changed, 36 insertions(+), 12 deletions(-) diff --git a/frontend/locales/de.json b/frontend/locales/de.json index 0a10720..a59f9fd 100644 --- a/frontend/locales/de.json +++ b/frontend/locales/de.json @@ -4,13 +4,17 @@ "file": "Datei", "advanced": "erweitert", "create": "erstellen", - "loading": "Läd...", + "loading": "läd", "mode": "Modus", "views": "{n, plural, =0 {Ansichten} =1 {1 Ansicht} other {# Ansichten}}", "minutes": "{n, plural, =0 {Minuten} =1 {1 Minute} other {# Minuten}}", "max": "max", "share_link": "Link teilen", - "copy_clipboard": "in die Zwischenablage kopieren" + "copy_clipboard": "in die Zwischenablage kopieren", + "encrypting": "verschlüsseln", + "decrypting": "entschlüsselt", + "uploading": "hochladen", + "downloading": "wird heruntergeladen" }, "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/frontend/locales/en.json b/frontend/locales/en.json index 611e15d..534530e 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -4,13 +4,17 @@ "file": "file", "advanced": "advanced", "create": "create", - "loading": "loading...", + "loading": "loading", "mode": "mode", "views": "{n, plural, =0 {views} =1 {1 view} other {# views}}", "minutes": "{n, plural, =0 {minutes} =1 {1 minute} other {# minutes}}", "max": "max", "share_link": "share link", - "copy_clipboard": "copy to clipboard" + "copy_clipboard": "copy to clipboard", + "encrypting": "encrypting", + "decrypting": "decrypting", + "uploading": "uploading", + "downloading": "downloading" }, "home": { "intro": "Easily send fully encrypted, secure notes or files with one click. Just create a note and share the link.", diff --git a/frontend/locales/es.json b/frontend/locales/es.json index 0aa7051..b354ce0 100644 --- a/frontend/locales/es.json +++ b/frontend/locales/es.json @@ -4,13 +4,17 @@ "file": "archivo", "advanced": "avanzado", "create": "crear", - "loading": "cargando...", + "loading": "cargando", "mode": "modo", "views": "{n, plural, =0 {vistas} =1 {1 vista} other {# vistas}}", "minutes": "{n, plural, =0 {minutos} =1 {1 minuto} other {# minutos}}", "max": "max", "share_link": "compartir enlace", - "copy_clipboard": "copiar al portapapeles" + "copy_clipboard": "copiar al portapapeles", + "encrypting": "encriptando", + "decrypting": "descifrando", + "uploading": "cargando", + "downloading": "descargando" }, "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/frontend/locales/fr.json b/frontend/locales/fr.json index 7c0259d..770b4c5 100644 --- a/frontend/locales/fr.json +++ b/frontend/locales/fr.json @@ -4,13 +4,17 @@ "file": "fichier", "advanced": "avancé", "create": "créer", - "loading": "chargement...", + "loading": "chargement", "mode": "mode", "views": "{n, plural, =0 {vues} =1 {1 vue} other {# vues}}", "minutes": "{n, plural, =0 {minutes} =1 {1 minute} other {# minutes}}", "max": "max", "share_link": "partager le lien", - "copy_clipboard": "copier dans le presse-papiers" + "copy_clipboard": "copier dans le presse-papiers", + "encrypting": "cryptage", + "decrypting": "déchiffrer", + "uploading": "téléchargement", + "downloading": "téléchargement" }, "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/frontend/locales/it.json b/frontend/locales/it.json index 6f5a82b..c87956c 100644 --- a/frontend/locales/it.json +++ b/frontend/locales/it.json @@ -4,13 +4,17 @@ "file": "file", "advanced": "avanzato", "create": "crea", - "loading": "carica...", + "loading": "carica", "mode": "modalita", "views": "{n, plural, =0 {viste} =1 {1 vista} other {# viste}}", "minutes": "{n, plural, =0 {minuti} =1 {1 minuto} other {# minuti}}", "max": "max", "share_link": "condividi link", - "copy_clipboard": "copia negli appunti" + "copy_clipboard": "copia negli appunti", + "encrypting": "criptando", + "decrypting": "decifrando", + "uploading": "caricamento", + "downloading": "scaricando" }, "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/frontend/locales/zh_CN.json b/frontend/locales/zh_CN.json index 9f2257c..08e2c8e 100644 --- a/frontend/locales/zh_CN.json +++ b/frontend/locales/zh_CN.json @@ -4,13 +4,17 @@ "file": "上传文件", "advanced": "高级设置", "create": "创建", - "loading": "加载中...", + "loading": "加载中", "mode": "模式", "views": "{n, plural, =0 {可查看次数} =1 {1 次查看} other {# 次查看}}", "minutes": "{n, plural, =0 {有效期(分钟)} =1 {1 分钟} other {# 分钟}}", "max": "最大值", "share_link": "分享链接", - "copy_clipboard": "复制到剪切版" + "copy_clipboard": "复制到剪切版", + "encrypting": "加密", + "decrypting": "解密", + "uploading": "上传", + "downloading": "下载" }, "home": { "intro": "一键轻松发送 完全加密的 密信或者文件。只需创建一个密信然后分享链接。",