1
0
Fork 0
mirror of synced 2024-07-01 04:30:59 +12:00
appwrite/app/config/locale/he.php

20 lines
691 B
PHP
Raw Normal View History

2019-05-09 18:54:39 +12:00
<?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',
];