mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
change template links in FI and PL locales
This commit is contained in:
parent
1406e471eb
commit
f2d60ac6fe
2 changed files with 9 additions and 9 deletions
|
|
@ -8,11 +8,11 @@ return [
|
||||||
// Service - Users
|
// Service - Users
|
||||||
'account.emails.team' => '%s Tiimi',
|
'account.emails.team' => '%s Tiimi',
|
||||||
'account.emails.verification.title' => 'Tilin Vahvistus',
|
'account.emails.verification.title' => 'Tilin Vahvistus',
|
||||||
'account.emails.verification.body' => 'en.email.auth.confirm.tpl',
|
'account.emails.verification.body' => 'fi.email.auth.confirm.tpl',
|
||||||
'account.emails.recovery.title' => 'Salasanan Nollaus',
|
'account.emails.recovery.title' => 'Salasanan Nollaus',
|
||||||
'account.emails.recovery.body' => 'en.email.auth.recovery.tpl',
|
'account.emails.recovery.body' => 'fi.email.auth.recovery.tpl',
|
||||||
'account.emails.invitation.title' => 'Kutsu %s Tiimiin %s',
|
'account.emails.invitation.title' => 'Kutsu %s Tiimiin %s',
|
||||||
'account.emails.invitation.body' => 'en.email.auth.invitation.tpl',
|
'account.emails.invitation.body' => 'fi.email.auth.invitation.tpl',
|
||||||
|
|
||||||
'locale.country.unknown' => 'Unknown',
|
'locale.country.unknown' => 'Unknown',
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,20 +2,20 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'settings.inspire' => '"Sztuka bycia mądrym to sztuka wiedzieć, co przeoczyć."', // This is the line printed in the homepage and console 'view-source'
|
'settings.inspire' => '"Sztuka bycia mądrym to sztuka wiedzieć, co przeoczyć."', // This is the line printed in the homepage and console 'view-source'
|
||||||
'settings.locale' => 'en',
|
'settings.locale' => 'pl',
|
||||||
'settings.direction' => 'ltr',
|
'settings.direction' => 'ltr',
|
||||||
|
|
||||||
// Service - Users
|
// Service - Users
|
||||||
'account.emails.team' => 'Zespół %s',
|
'account.emails.team' => 'Zespół %s',
|
||||||
'account.emails.verification.title' => 'Potwierdzenie konta',
|
'account.emails.verification.title' => 'Potwierdzenie konta',
|
||||||
'account.emails.verification.body' => 'en.email.auth.confirm.tpl',
|
'account.emails.verification.body' => 'pl.email.auth.confirm.tpl',
|
||||||
'account.emails.recovery.title' => 'Zresetowanie hasła',
|
'account.emails.recovery.title' => 'Zresetowanie hasła',
|
||||||
'account.emails.recovery.body' => 'en.email.auth.recovery.tpl',
|
'account.emails.recovery.body' => 'pl.email.auth.recovery.tpl',
|
||||||
'account.emails.invitation.title' => 'Zaproszenie do zespołu %s - %s',
|
'account.emails.invitation.title' => 'Zaproszenie do zespołu %s - %s',
|
||||||
'account.emails.invitation.body' => 'en.email.auth.invitation.tpl',
|
'account.emails.invitation.body' => 'pl.email.auth.invitation.tpl',
|
||||||
|
|
||||||
'locale.country.unknown' => 'Nieznany',
|
'locale.country.unknown' => 'Nieznany',
|
||||||
|
|
||||||
'countries' => include 'en.countries.php',
|
'countries' => include 'pl.countries.php',
|
||||||
'continents' => include 'en.continents.php',
|
'continents' => include 'pl.continents.php',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue