1
0
Fork 0
mirror of synced 2024-07-02 21:20:58 +12:00
appwrite/app/config/locale/he.php
2019-05-09 09:54:42 +03:00

20 lines
691 B
PHP

<?php
return [
'settings.locale' => 'he',
'settings.direction' => 'rtl',
// Service - Users
'auth.emails.team' => 'צוות %s',
'auth.emails.confirm.title' => 'אימות חשבון',
'auth.emails.confirm.body' => 'he.email.auth.confirm.tpl',
'auth.emails.recovery.title' => 'איפוס סיסמא',
'auth.emails.recovery.body' => 'he.email.auth.recovery.tpl',
'auth.emails.invitation.title' => 'הזמנה לצוות של %s ב-%s',
'auth.emails.invitation.body' => 'he.email.auth.invitation.tpl',
'locale.country.unknown' => 'לא ידוע',
'countries' => include 'he.countries.php',
'continents' => include 'he.continents.php',
];