1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

fix: Update Greek translation (#1255)

This commit is contained in:
Symon Baikov 2025-07-15 14:13:52 +03:00 committed by GitHub
parent 3aba4d4a56
commit b4be12eb28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 1 deletions

View file

@ -19,7 +19,18 @@ module.exports.i18n = {
*
*/
locales: ['de-DE', 'en-GB', 'en-US', 'es-ES', 'fi-FI', 'fr-FR', 'it-IT', 'ru-RU', 'tr-TR'],
locales: [
'de-DE',
'el-GR',
'en-GB',
'en-US',
'es-ES',
'fi-FI',
'fr-FR',
'it-IT',
'ru-RU',
'tr-TR',
],
/**
*

View file

@ -0,0 +1,16 @@
{
"Card Created": "Η κάρτα δημιουργήθηκε",
"Card Moved": "Η κάρτα μετακινήθηκε",
"New Comment": "Νέο σχόλιο",
"Test Title": "Τίτλος δοκιμής",
"This is a test text message!": "Αυτό είναι ένα δοκιμαστικό μήνυμα!",
"This is a *test* **markdown** `message`!": "Αυτό είναι ένα *δοκιμαστικό* **markdown** `μήνυμα`!",
"This is a <i>test</i> <b>html</b> <code>message</code>": "Αυτό είναι ένα <i>δοκιμαστικό</i> <b>html</b> <code>μήνυμα</code>",
"You Were Added to Card": "Προστέθηκες στην κάρτα",
"You Were Mentioned in Comment": "Αναφέρθηκες σε σχόλιο",
"%s added you to %s on %s": "%s σε πρόσθεσε στο %s στο %s",
"%s created %s in %s on %s": "%s δημιούργησε το %s στο %s στο %s",
"%s left a new comment to %s on %s": "%s άφησε νέο σχόλιο στο %s στο %s",
"%s mentioned you in %s on %s": "%s σε ανέφερε στο %s στο %s",
"%s moved %s from %s to %s on %s": "%s μετακίνησε το %s από το %s στο %s στο %s"
}