1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/app/config/locales/cz.php

22 lines
854 B
PHP
Raw Normal View History

2019-10-02 07:40:05 +13:00
<?php
return [
'settings.inspire' => '"Umění moudrosti je umění vědět, co přehlédnout."', // This is the line printed in the homepage and console 'view-source'
'settings.locale' => 'cz',
'settings.direction' => 'ltr',
// Service - Users
2020-02-10 20:34:02 +13:00
'account.emails.team' => '%s tým',
'account.emails.verification.title' => 'Potvrzení účtu',
'account.emails.verification.body' => 'cz.email.auth.confirm.tpl',
'account.emails.recovery.title' => 'Resetovat heslo',
'account.emails.recovery.body' => 'cz.email.auth.recovery.tpl',
'account.emails.invitation.title' => 'Pozvánka do týmu% s na% s',
'account.emails.invitation.body' => 'cz.email.auth.invitation.tpl',
2019-10-02 07:40:05 +13:00
'locale.country.unknown' => 'Neznámý',
'countries' => include 'cz.countries.php',
'continents' => include 'cz.continents.php',
];