diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index 53f75117d8..2de6e1cc47 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -8,6 +8,7 @@ "edit": "編輯", "show-code": "顯示代碼", "show-solution": "顯示解決方案", + "show-project": "Show Project", "frontend": "前端", "backend": "後端", "view": "查看", diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index 2e9bf6f2d4..5d4c4f46f1 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -8,6 +8,7 @@ "edit": "编辑", "show-code": "显示代码", "show-solution": "显示解决方案", + "show-project": "Show Project", "frontend": "前端", "backend": "后端", "view": "查看", diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index 40758c9c30..3f706c135b 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -8,6 +8,7 @@ "edit": "Editar", "show-code": "Mostrar código", "show-solution": "Mostrar solución", + "show-project": "Show Project", "frontend": "Front End", "backend": "Back End", "view": "Ver", diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index 76270c9804..a89356fe63 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -8,6 +8,7 @@ "edit": "Modifica", "show-code": "Mostra il Codice", "show-solution": "Mostra la Soluzione", + "show-project": "Show Project", "frontend": "Front End", "backend": "Back End", "view": "Visualizza", diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index c886417822..5be2707e6f 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -8,6 +8,7 @@ "edit": "編集", "show-code": "コードを表示", "show-solution": "ソリューションを表示", + "show-project": "Show Project", "frontend": "フロントエンド", "backend": "バックエンド", "view": "表示", diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index 6c50314558..026be35825 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -8,6 +8,7 @@ "edit": "Editar", "show-code": "Exibir código", "show-solution": "Exibir solução", + "show-project": "Show Project", "frontend": "Front-end", "backend": "Back-end", "view": "Visualizar", diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index 6f62c4c983..91d8003baf 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -8,6 +8,7 @@ "edit": "Редагувати", "show-code": "Показати код", "show-solution": "Показати рішення", + "show-project": "Show Project", "frontend": "Фронтенд (Front End)", "backend": "Бекенд (Back End)", "view": "Перегляд",