diff --git a/frontend/locales/de.json b/frontend/locales/de.json index 86f6a80..0a10720 100644 --- a/frontend/locales/de.json +++ b/frontend/locales/de.json @@ -28,7 +28,8 @@ "show": { "errors": { "not_found": "wurde nicht gefunden oder wurde bereits gelöscht.", - "decryption_failed": "falsches Passwort. konnte nicht entziffert werden. wahrscheinlich ein defekter Link. Notiz wurde zerstört." + "decryption_failed": "falsches Passwort. konnte nicht entziffert werden. wahrscheinlich ein defekter Link. Notiz wurde zerstört.", + "unsupported_type": "nicht unterstützter Notiztyp." }, "explanation": "Klicken Sie unten, um die Notiz anzuzeigen und zu löschen, wenn der Zähler sein Limit erreicht hat", "show_note": "Notiz anzeigen", diff --git a/frontend/locales/en.json b/frontend/locales/en.json index ae8490f..611e15d 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -28,7 +28,8 @@ "show": { "errors": { "not_found": "note was not found or was already deleted.", - "decryption_failed": "wrong password. could not decipher. probably a broken link. note was destroyed." + "decryption_failed": "wrong password. could not decipher. probably a broken link. note was destroyed.", + "unsupported_type": "unsupported note type." }, "explanation": "click below to show and delete the note if the counter has reached it's limit", "show_note": "show note", diff --git a/frontend/locales/es.json b/frontend/locales/es.json index c71daad..0aa7051 100644 --- a/frontend/locales/es.json +++ b/frontend/locales/es.json @@ -28,7 +28,8 @@ "show": { "errors": { "not_found": "la nota no se encontró o ya fue borrada.", - "decryption_failed": "contraseña incorrecta. no se pudo descifrar. probablemente un enlace roto. la nota fue destruida." + "decryption_failed": "contraseña incorrecta. no se pudo descifrar. probablemente un enlace roto. la nota fue destruida.", + "unsupported_type": "tipo de nota no compatible." }, "explanation": "pulse abajo para mostrar y borrar la nota si el contador ha llegado a su límite", "show_note": "mostrar nota", diff --git a/frontend/locales/fr.json b/frontend/locales/fr.json index 5abeae1..7c0259d 100644 --- a/frontend/locales/fr.json +++ b/frontend/locales/fr.json @@ -28,7 +28,8 @@ "show": { "errors": { "not_found": "La note n'a pas été trouvée ou a déjà été supprimée.", - "decryption_failed": "mauvais mot de passe. impossible à déchiffrer. probablement un lien brisé. la note a été détruite." + "decryption_failed": "mauvais mot de passe. impossible à déchiffrer. probablement un lien brisé. la note a été détruite.", + "unsupported_type": "type de note non supporté." }, "explanation": "Cliquez ci-dessous pour afficher et supprimer la note si le compteur a atteint sa limite.", "show_note": "note de présentation", diff --git a/frontend/locales/it.json b/frontend/locales/it.json index 08349e2..6f5a82b 100644 --- a/frontend/locales/it.json +++ b/frontend/locales/it.json @@ -28,7 +28,8 @@ "show": { "errors": { "not_found": "non è stata trovata o è stata già cancellata.", - "decryption_failed": "password sbagliata. non ha potuto decifrare. probabilmente un link rotto. la nota è stata distrutta." + "decryption_failed": "password sbagliata. non ha potuto decifrare. probabilmente un link rotto. la nota è stata distrutta.", + "unsupported_type": "tipo di nota non supportato." }, "explanation": "clicca sotto per mostrare e cancellare la nota se il contatore ha raggiunto il suo limite", "show_note": "mostra la nota", diff --git a/frontend/locales/cn.json b/frontend/locales/zh_CN.json similarity index 95% rename from frontend/locales/cn.json rename to frontend/locales/zh_CN.json index 6572145..9f2257c 100644 --- a/frontend/locales/cn.json +++ b/frontend/locales/zh_CN.json @@ -28,7 +28,8 @@ "show": { "errors": { "not_found": "该密信无法被找到或者它已经被删除了!", - "decryption_failed": "密钥错误!您可能不小心粘贴了一个不完整的链接或者正在尝试破解该密信!但无论如何,该密信已被销毁!" + "decryption_failed": "密钥错误!您可能不小心粘贴了一个不完整的链接或者正在尝试破解该密信!但无论如何,该密信已被销毁!", + "unsupported_type": "不支持的票据类型。" }, "explanation": "点击下方的按钮可以查看密信,如果它到达了限制将会被删除", "show_note": "查看密信",