1
0
Fork 0
mirror of synced 2024-09-28 23:41:23 +12:00

Create cz.php

This commit is contained in:
MasterKN 2019-10-02 00:10:05 +05:30 committed by GitHub
parent ba0cc7d4bf
commit aec55d8da7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
app/config/locale/cz.php Normal file
View file

@ -0,0 +1,21 @@
<?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
'auth.emails.team' => '%s tým',
'auth.emails.confirm.title' => 'Potvrzení účtu',
'auth.emails.confirm.body' => 'cz.email.auth.confirm.tpl',
'auth.emails.recovery.title' => 'Resetovat heslo',
'auth.emails.recovery.body' => 'cz.email.auth.recovery.tpl',
'auth.emails.invitation.title' => 'Pozvánka do týmu% s na% s',
'auth.emails.invitation.body' => 'cz.email.auth.invitation.tpl',
'locale.country.unknown' => 'Neznámý',
'countries' => include 'cz.countries.php',
'continents' => include 'cz.continents.php',
];