13696af194
* Split translations between EW and shared components Uses update module API with global TranslationKey type that can be overridden. WIP. * Removed the wrong script (for now) * Add the type files * Add shared components i18n file * More i18n strings * Add i18n check for shared conmponents * Needs a different name * rerun i18n for merge from develop, fix test * Move translated strings to shared components file NB. there are lots of removed strings for a few languages where we seem to have hit a localazy bug or something where the key/value for plurals got switched, making the translations invalid. They've been missing for a while so I'm removing them rather than trying to restore them, * Add shared components files to localazy * Merge element web & shared component translations for the built app * Use right translations for shared component tests and fix missign en_EN strings * Pull shared components translations too * Fix/disable warnings * We can now remove the build:res call ...right? (right?) * Remove webpack import for languages index ..and just load it using a relative path which we do for the individual language files and also did anyway for the index because even in non-test it was an object, not a string, so we always usesd the 'test' code path. * Make the storybook language selector work ...without referring to the parent app's files * Revert unnecessary yarn lock change * Typo Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> * Add comment on why we use merge * Fix localazy download config to actually put the translations in the right place * Better typescript syntax Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> * Watch both translations files --------- Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"action": {
|
|
"delete": "Διαγραφή",
|
|
"dismiss": "Απόρριψη",
|
|
"explore_rooms": "Εξερευνήστε αίθουσες",
|
|
"pause": "Παύση",
|
|
"play": "Αναπαραγωγή",
|
|
"search": "Αναζήτηση"
|
|
},
|
|
"left_panel": {
|
|
"open_dial_pad": "Άνοιγμα πληκτρολογίου κλήσης"
|
|
},
|
|
"time": {
|
|
"about_day_ago": "σχεδόν μία μέρα πριν",
|
|
"about_hour_ago": "σχεδόν μία ώρα πριν",
|
|
"about_minute_ago": "σχεδόν ένα λεπτό πριν",
|
|
"few_seconds_ago": "λίγα δευτερόλεπτα πριν",
|
|
"in_about_day": "περίπου μια μέρα από τώρα",
|
|
"in_about_hour": "περίπου μία ώρα από τώρα",
|
|
"in_about_minute": "περίπου ένα λεπτό από τώρα",
|
|
"in_few_seconds": "λίγα δευτερόλεπτα από τώρα",
|
|
"in_n_days": "%(num)s μέρες από τώρα",
|
|
"in_n_hours": "%(num)s ώρες από τώρα",
|
|
"in_n_minutes": "%(num)s λεπτά από τώρα",
|
|
"n_days_ago": "%(num)s μέρες πριν",
|
|
"n_hours_ago": "%(num)s ώρες πριν",
|
|
"n_minutes_ago": "%(num)s λεπτά πριν"
|
|
},
|
|
"timeline": {
|
|
"m.audio": {
|
|
"error_downloading_audio": "Σφάλμα λήψης ήχου",
|
|
"unnamed_audio": "Ήχος χωρίς όνομα"
|
|
}
|
|
}
|
|
}
|