From 8138a07d52f79bc252997bb0f66e52273c192f86 Mon Sep 17 00:00:00 2001 From: camperbot Date: Sat, 19 Feb 2022 12:53:47 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#45164) --- client/i18n/locales/chinese-traditional/translations.json | 4 +++- client/i18n/locales/chinese/translations.json | 4 +++- client/i18n/locales/espanol/translations.json | 4 +++- client/i18n/locales/italian/translations.json | 4 +++- client/i18n/locales/japanese/translations.json | 4 +++- client/i18n/locales/portuguese/translations.json | 4 +++- client/i18n/locales/ukrainian/translations.json | 4 +++- 7 files changed, 21 insertions(+), 7 deletions(-) diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index 23d9c297ea..3038183688 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -523,7 +523,9 @@ "delete-token-err": "嘗試刪除令牌時出錯", "token-created": "你已成功創建了一個新令牌。", "token-deleted": "你的令牌已被刪除。", - "complete-project-first": "You must complete the project first." + "complete-project-first": "You must complete the project first.", + "local-code-save-error": "Oops, your code did not save, your browser's local storage may be full.", + "local-code-saved": "Saved! Your code was saved to your browser's local storage." }, "validation": { "max-characters": "字符數最多爲 288 個,你還可以輸入 {{charsLeft}} 個字符", diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index 3684e9a20c..4130c5e5fa 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -523,7 +523,9 @@ "delete-token-err": "尝试删除令牌时出错", "token-created": "你已成功创建了一个新令牌。", "token-deleted": "你的令牌已被删除。", - "complete-project-first": "You must complete the project first." + "complete-project-first": "You must complete the project first.", + "local-code-save-error": "Oops, your code did not save, your browser's local storage may be full.", + "local-code-saved": "Saved! Your code was saved to your browser's local storage." }, "validation": { "max-characters": "字符数最多为 288 个,你还可以输入 {{charsLeft}} 个字符", diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index abb15161b9..258aadf956 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -523,7 +523,9 @@ "delete-token-err": "Ocurrió un error al intentar eliminar tu token", "token-created": "Has creado con éxito un nuevo token.", "token-deleted": "Tu token ha sido eliminado.", - "complete-project-first": "You must complete the project first." + "complete-project-first": "You must complete the project first.", + "local-code-save-error": "Oops, your code did not save, your browser's local storage may be full.", + "local-code-saved": "Saved! Your code was saved to your browser's local storage." }, "validation": { "max-characters": "Hay un límite máximo de 288 caracteres, te quedan {{charsLeft}}", diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index 43677eaa5a..ab07e3b61f 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -523,7 +523,9 @@ "delete-token-err": "An error occurred trying to delete your token", "token-created": "You have successfully created a new token.", "token-deleted": "Your token has been deleted.", - "complete-project-first": "You must complete the project first." + "complete-project-first": "You must complete the project first.", + "local-code-save-error": "Oops, your code did not save, your browser's local storage may be full.", + "local-code-saved": "Saved! Your code was saved to your browser's local storage." }, "validation": { "max-characters": "C'è un limite massimo di 288 caratteri, hai {{charsLeft}} rimanenti", diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index c6af8fed9a..079e63e3ad 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -523,7 +523,9 @@ "delete-token-err": "トークンの削除中にエラーが発生しました", "token-created": "無事に新しいトークンを作成しました。", "token-deleted": "トークンが削除されました。", - "complete-project-first": "まずプロジェクトを完成させる必要があります。" + "complete-project-first": "まずプロジェクトを完成させる必要があります。", + "local-code-save-error": "Oops, your code did not save, your browser's local storage may be full.", + "local-code-saved": "Saved! Your code was saved to your browser's local storage." }, "validation": { "max-characters": "上限は 288 文字です。残り {{charsLeft}} 文字です。", diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index 51e3e88dbc..dab1d52ab7 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -523,7 +523,9 @@ "delete-token-err": "Ocorreu um erro ao tentar excluir seu token", "token-created": "Você criou com sucesso um novo token.", "token-deleted": "Seu token foi excluído.", - "complete-project-first": "Você precisa completar o projeto primeiro." + "complete-project-first": "Você precisa completar o projeto primeiro.", + "local-code-save-error": "Oops, your code did not save, your browser's local storage may be full.", + "local-code-saved": "Saved! Your code was saved to your browser's local storage." }, "validation": { "max-characters": "Há um limite máximo de 288 caracteres, você tem {{charsLeft}} restante(s)", diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index bc05802695..5771f2edf7 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -523,7 +523,9 @@ "delete-token-err": "An error occurred trying to delete your token", "token-created": "You have successfully created a new token.", "token-deleted": "Your token has been deleted.", - "complete-project-first": "You must complete the project first." + "complete-project-first": "You must complete the project first.", + "local-code-save-error": "Oops, your code did not save, your browser's local storage may be full.", + "local-code-saved": "Saved! Your code was saved to your browser's local storage." }, "validation": { "max-characters": "Максимальний розмір — 288 символів, у вас залишилося {{charsLeft}}",