diff --git a/public/translations/el-GR.json b/public/translations/el-GR.json index f95e1cbb7..b7fa2e5f4 100644 --- a/public/translations/el-GR.json +++ b/public/translations/el-GR.json @@ -59,7 +59,7 @@ "signUpButton": "Εγγραφή", "downloadHint": "Κατεβάστε τα αρχεία του έργου σας, ώστε να μπορείτε να τα χρησιμοποιήσετε εκτός σύνδεσης και σε διαφορετικό πρόγραμμα επεξεργασίας κώδικα.", "downloadButton": "Λήψη έργου", - "uploadButton": "Upload project" + "uploadButton": "Μεταφόρτωση έργου" }, "footer": { "accessibility": "Προσβασιμότητα", @@ -74,6 +74,7 @@ }, "header": { "download": "Λήψη", + "upload": "Upload", "downloadFileNameDefault": "το {{project_type}} έργο μου", "editorLogoAltText": "Λογότυπο του επεξεργαστή", "projects": "Τα έργα σου", @@ -111,7 +112,7 @@ "removeInstructions": "Αφαίρεση οδηγιών", "nextStep": "Επόμενο βήμα", "previousStep": "Προηγούμενο βήμα", - "stepCounter": "{{currentStep}} of {{totalSteps}}", + "stepCounter": "{{currentStep}} από {{totalSteps}}", "projectSteps": "Οδηγίες έργου", "edit": "Επεξεργασία", "view": "Προβολή", diff --git a/public/translations/en-US.json b/public/translations/en-US.json index 830bd1a74..1750251c0 100644 --- a/public/translations/en-US.json +++ b/public/translations/en-US.json @@ -74,6 +74,7 @@ }, "header": { "download": "Download", + "upload": "Upload", "downloadFileNameDefault": "my {{project_type}} project", "editorLogoAltText": "Editor logo", "projects": "Your projects", diff --git a/public/translations/en.json b/public/translations/en.json index acc3e94cb..1cb59b717 100644 --- a/public/translations/en.json +++ b/public/translations/en.json @@ -74,6 +74,7 @@ }, "header": { "download": "Download", + "upload": "Upload", "downloadFileNameDefault": "my {{project_type}} project", "editorLogoAltText": "Editor logo", "projects": "Your projects", diff --git a/public/translations/es-LA.json b/public/translations/es-LA.json index 592626449..a9e77732c 100644 --- a/public/translations/es-LA.json +++ b/public/translations/es-LA.json @@ -59,7 +59,7 @@ "signUpButton": "Registrarse", "downloadHint": "Descarga los archivos de tu proyecto para que usarlos sin conexión y en un editor de código diferente.", "downloadButton": "Descargar proyecto", - "uploadButton": "Cargar proyecto" + "uploadButton": "Subir proyecto" }, "footer": { "accessibility": "Accesibilidad", @@ -74,6 +74,7 @@ }, "header": { "download": "Descargar", + "upload": "Upload", "downloadFileNameDefault": "mi proyecto {{project_type}}", "editorLogoAltText": "Logotipo del Editor", "projects": "Tus proyectos", @@ -111,7 +112,7 @@ "removeInstructions": "Eliminar las instrucciones", "nextStep": "Siguiente paso", "previousStep": "Paso anterior", - "stepCounter": "{{currentStep}} of {{totalSteps}}", + "stepCounter": "{{currentStep}} de {{totalSteps}}", "projectSteps": "Instrucciones del proyecto", "edit": "Editar", "view": "Ver", diff --git a/public/translations/fr-FR.json b/public/translations/fr-FR.json index ec1617621..3ebf43aca 100644 --- a/public/translations/fr-FR.json +++ b/public/translations/fr-FR.json @@ -59,7 +59,7 @@ "signUpButton": "S'inscrire", "downloadHint": "Téléchargez vos fichiers de projet afin de pouvoir les utiliser hors ligne et dans un autre éditeur de code.", "downloadButton": "Télécharger le projet", - "uploadButton": "Importer le projet" + "uploadButton": "Téléverser le projet" }, "footer": { "accessibility": "Accessibilité", @@ -74,6 +74,7 @@ }, "header": { "download": "Télécharger", + "upload": "Upload", "downloadFileNameDefault": "mon projet {{project_type}}", "editorLogoAltText": "Logo du Editor", "projects": "Tes projets", @@ -111,7 +112,7 @@ "removeInstructions": "Supprimer les instructions", "nextStep": "Prochaine étape", "previousStep": "Étape précédente", - "stepCounter": "{{currentStep}} of {{totalSteps}}", + "stepCounter": "{{currentStep}} sur {{totalSteps}}", "projectSteps": "Instructions du projet", "edit": "Modifier", "view": "Voir", diff --git a/public/translations/ja-JP.json b/public/translations/ja-JP.json index eb77dd486..6ebcc84e5 100644 --- a/public/translations/ja-JP.json +++ b/public/translations/ja-JP.json @@ -73,6 +73,7 @@ }, "header": { "download": "Download", + "upload": "Upload", "downloadFileNameDefault": "my {{project_type}} project", "editorLogoAltText": "Editor logo", "projects": "Your projects", diff --git a/public/translations/nl-NL.json b/public/translations/nl-NL.json index 4524d02c4..9f400f9f7 100644 --- a/public/translations/nl-NL.json +++ b/public/translations/nl-NL.json @@ -59,7 +59,7 @@ "signUpButton": "Aanmelden", "downloadHint": "Download je projectbestanden zodat je ze offline en in een andere code-editor kunt gebruiken.", "downloadButton": "Project downloaden", - "uploadButton": "Upload project" + "uploadButton": "Project uploaden" }, "footer": { "accessibility": "Toegankelijkheid", @@ -74,6 +74,7 @@ }, "header": { "download": "Downloaden", + "upload": "Upload", "downloadFileNameDefault": "mijn {{project_type}} project", "editorLogoAltText": "Editor-logo", "projects": "Jouw projecten", @@ -111,7 +112,7 @@ "removeInstructions": "Instructies verwijderen", "nextStep": "Volgende stap", "previousStep": "Vorige stap", - "stepCounter": "{{currentStep}} of {{totalSteps}}", + "stepCounter": "{{currentStep}} van {{totalSteps}}", "projectSteps": "Projectinstructies", "edit": "Bewerken", "view": "Weergave", diff --git a/public/translations/uk-UA.json b/public/translations/uk-UA.json index 6f850a4aa..ad5401ea4 100644 --- a/public/translations/uk-UA.json +++ b/public/translations/uk-UA.json @@ -61,7 +61,7 @@ "signUpButton": "Зареєструватися", "downloadHint": "Завантажте свої файли проєкту, щоб їх можна було використовувати офлайн або в іншому редакторі коду.", "downloadButton": "Завантажити проєкт", - "uploadButton": "Upload project" + "uploadButton": "Імпортувати проєкт" }, "footer": { "accessibility": "Доступність", @@ -76,6 +76,7 @@ }, "header": { "download": "Завантажити", + "upload": "Upload", "downloadFileNameDefault": "мій проєкт {{project_type}}", "editorLogoAltText": "Логотип Редактора", "projects": "Ваші проєкти", @@ -113,7 +114,7 @@ "removeInstructions": "Видалити інструкції", "nextStep": "Наступний крок", "previousStep": "Попередній крок", - "stepCounter": "{{currentStep}} of {{totalSteps}}", + "stepCounter": "{{currentStep}} з {{totalSteps}}", "projectSteps": "Інструкції до проєкту", "edit": "Редагувати", "view": "Переглянути",