From aec55d8da7aa76ab9f7e672e09ba5282a902fedb Mon Sep 17 00:00:00 2001 From: MasterKN Date: Wed, 2 Oct 2019 00:10:05 +0530 Subject: [PATCH] Create cz.php --- app/config/locale/cz.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/config/locale/cz.php diff --git a/app/config/locale/cz.php b/app/config/locale/cz.php new file mode 100644 index 0000000000..4162906ca2 --- /dev/null +++ b/app/config/locale/cz.php @@ -0,0 +1,21 @@ + '"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', +];