1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00
appwrite/app/config/locales/he.php
2020-02-10 09:34:02 +02:00

22 lines
887 B
PHP

<?php
return [
'settings.inspire' => '"The art of being wise is the art of knowing what to overlook."', // This is the line printed in the homepage and console 'view-source'
'settings.locale' => 'he',
'settings.direction' => 'rtl',
// Service - Users
'account.emails.team' => 'צוות %s',
'account.emails.verification.title' => 'אימות חשבון',
'account.emails.verification.body' => 'he.email.auth.confirm.tpl',
'account.emails.recovery.title' => 'איפוס סיסמא',
'account.emails.recovery.body' => 'he.email.auth.recovery.tpl',
'account.emails.invitation.title' => 'הזמנה לצוות של %s ב־%s',
'account.emails.invitation.body' => 'he.email.auth.invitation.tpl',
'locale.country.unknown' => 'לא ידוע',
'countries' => include 'he.countries.php',
'continents' => include 'he.continents.php',
];