Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
commit_message: "New translations %original_file_name% (%language%)"
append_commit_message: false
files:
- source: /public/translations/en.json
translation: /%original_path%/%locale%.json
Expand Down
8 changes: 4 additions & 4 deletions public/translations/el-GR.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"notUnique": "Τα ονόματα αρχείων πρέπει να είναι μοναδικά.",
"or": "ή",
"unsupportedExtension": "Τα ονόματα αρχείων πρέπει να τελειώνουν σε {{allowedExtensions}}.",
"emptyFileName": "File name cannot be empty."
"emptyFileName": "Το όνομα αρχείου δεν μπορεί να είναι κενό."
},
"files": "Αρχεία έργου",
"images": "Συλλογή εικόνων",
Expand Down Expand Up @@ -298,9 +298,9 @@
}
},
"webComponent": {
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
"loading": "Φορτώνει...",
"failed": "Η φόρτωση απέτυχε.",
"retry": "Δοκίμασε ξανά"
},
"newInputPanelButton": {
"buttonText": "Προσθήκη επιπλέον πίνακα"
Expand Down
8 changes: 4 additions & 4 deletions public/translations/es-LA.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"notUnique": "Los nombres de archivo deben ser únicos.",
"or": "o",
"unsupportedExtension": "Los nombres de archivo deben terminar en {{allowedExtensions}}.",
"emptyFileName": "File name cannot be empty."
"emptyFileName": "El nombre del archivo no puede estar vacío."
},
"files": "Archivos del proyecto",
"images": "Galería de imágenes",
Expand Down Expand Up @@ -298,9 +298,9 @@
}
},
"webComponent": {
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
"loading": "Cargando…",
"failed": "Error al cargar.",
"retry": "Intentar de nuevo"
},
"newInputPanelButton": {
"buttonText": "Agregar otro panel"
Expand Down
8 changes: 4 additions & 4 deletions public/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"notUnique": "Le nom des fichiers doit être unique.",
"or": "ou",
"unsupportedExtension": "Le nom des fichiers doit se terminer par {{allowedExtensions}}.",
"emptyFileName": "File name cannot be empty."
"emptyFileName": "Le nom du fichier ne peut pas être vide."
},
"files": "Fichiers du projet",
"images": "Galerie d'images",
Expand Down Expand Up @@ -298,9 +298,9 @@
}
},
"webComponent": {
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
"loading": "Chargement en cours...",
"failed": "Échec du chargement.",
"retry": "Essayer de nouveau"
},
"newInputPanelButton": {
"buttonText": "Ajouter une autre panneau"
Expand Down
8 changes: 4 additions & 4 deletions public/translations/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"notUnique": "Bestandsnamen moeten uniek zijn.",
"or": "of",
"unsupportedExtension": "Bestandsnamen moeten eindigen op {{allowedExtensions}}.",
"emptyFileName": "File name cannot be empty."
"emptyFileName": "Bestandsnaam mag niet leeg zijn."
},
"files": "Projectbestanden",
"images": "Afbeeldingengalerij",
Expand Down Expand Up @@ -298,9 +298,9 @@
}
},
"webComponent": {
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
"loading": "Aan het laden...",
"failed": "Laden mislukt.",
"retry": "Opnieuw proberen"
},
"newInputPanelButton": {
"buttonText": "Voeg nog een paneel toe"
Expand Down
8 changes: 4 additions & 4 deletions public/translations/uk-UA.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"notUnique": "Імена файлів мають бути унікальними.",
"or": "або",
"unsupportedExtension": "Імена файлів мають закінчуватися на {{allowedExtensions}}.",
"emptyFileName": "File name cannot be empty."
"emptyFileName": "Ім’я файлу не може бути порожнім."
},
"files": "Файли проєкту",
"images": "Галерея зображень",
Expand Down Expand Up @@ -300,9 +300,9 @@
}
},
"webComponent": {
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
"loading": "Завантажуємо...",
"failed": "Не вдалося завантажити.",
"retry": "Спробуйте ще раз"
},
"newInputPanelButton": {
"buttonText": "Додати ще одну панель"
Expand Down
Loading