From 0ff559e70b8916576c3bae7f510c52606682b6e9 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 20 Jul 2022 10:29:36 +0200 Subject: [PATCH] locales --- frontend/locales/de.json | 5 ++++- frontend/locales/en.json | 5 ++++- frontend/locales/es.json | 5 ++++- frontend/locales/fr.json | 5 ++++- frontend/locales/it.json | 5 ++++- frontend/locales/zh_CN.json | 5 ++++- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/frontend/locales/de.json b/frontend/locales/de.json index a59f9fd..051e275 100644 --- a/frontend/locales/de.json +++ b/frontend/locales/de.json @@ -11,6 +11,7 @@ "max": "max", "share_link": "Link teilen", "copy_clipboard": "in die Zwischenablage kopieren", + "copied_to_clipboard": "in die Zwischenablage kopiert", "encrypting": "verschlüsseln", "decrypting": "entschlüsselt", "uploading": "hochladen", @@ -27,7 +28,9 @@ "max": "max: {n}", "empty_content": "Notiz ist leer." }, - "copied_to_clipboard": "in die Zwischenablage kopiert 🔗" + "messages": { + "note_created": "notiz erstellt." + } }, "show": { "errors": { diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 534530e..4e3ef5a 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -11,6 +11,7 @@ "max": "max", "share_link": "share link", "copy_clipboard": "copy to clipboard", + "copied_to_clipboard": "copied to clipboard", "encrypting": "encrypting", "decrypting": "decrypting", "uploading": "uploading", @@ -27,7 +28,9 @@ "max": "max: {n}", "empty_content": "note is empty." }, - "copied_to_clipboard": "copied to clipboard 🔗" + "messages": { + "note_created": "note created." + } }, "show": { "errors": { diff --git a/frontend/locales/es.json b/frontend/locales/es.json index b354ce0..f94d4fa 100644 --- a/frontend/locales/es.json +++ b/frontend/locales/es.json @@ -11,6 +11,7 @@ "max": "max", "share_link": "compartir enlace", "copy_clipboard": "copiar al portapapeles", + "copied_to_clipboard": "copiado al portapapeles", "encrypting": "encriptando", "decrypting": "descifrando", "uploading": "cargando", @@ -27,7 +28,9 @@ "max": "max: {n}", "empty_content": "la nota está vacía." }, - "copied_to_clipboard": "copiado al portapapeles 🔗" + "messages": { + "note_created": "nota creada." + } }, "show": { "errors": { diff --git a/frontend/locales/fr.json b/frontend/locales/fr.json index 770b4c5..125bd21 100644 --- a/frontend/locales/fr.json +++ b/frontend/locales/fr.json @@ -11,6 +11,7 @@ "max": "max", "share_link": "partager le lien", "copy_clipboard": "copier dans le presse-papiers", + "copied_to_clipboard": "copié dans le presse-papiers", "encrypting": "cryptage", "decrypting": "déchiffrer", "uploading": "téléchargement", @@ -27,7 +28,9 @@ "max": "max: {n}", "empty_content": "La note est vide." }, - "copied_to_clipboard": "copié dans le presse-papiers 🔗" + "messages": { + "note_created": "note créée." + } }, "show": { "errors": { diff --git a/frontend/locales/it.json b/frontend/locales/it.json index c87956c..070142e 100644 --- a/frontend/locales/it.json +++ b/frontend/locales/it.json @@ -11,6 +11,7 @@ "max": "max", "share_link": "condividi link", "copy_clipboard": "copia negli appunti", + "copied_to_clipboard": "copiato negli appunti", "encrypting": "criptando", "decrypting": "decifrando", "uploading": "caricamento", @@ -27,7 +28,9 @@ "max": "max: {n}", "empty_content": "la nota è vuota." }, - "copied_to_clipboard": "copiato negli appunti 🔗" + "messages": { + "note_created": "nota creata." + } }, "show": { "errors": { diff --git a/frontend/locales/zh_CN.json b/frontend/locales/zh_CN.json index 08e2c8e..fdfeb71 100644 --- a/frontend/locales/zh_CN.json +++ b/frontend/locales/zh_CN.json @@ -11,6 +11,7 @@ "max": "最大值", "share_link": "分享链接", "copy_clipboard": "复制到剪切版", + "copied_to_clipboard": "已复制到剪切板", "encrypting": "加密", "decrypting": "解密", "uploading": "上传", @@ -27,7 +28,9 @@ "max": "最大文件大小: {n}", "empty_content": "密信为空!" }, - "copied_to_clipboard": "已复制到剪切板 🔗" + "messages": { + "note_created": "注释创建。" + } }, "show": { "errors": {