1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00
appwrite/app/config/locale/translations/hu.php

22 lines
876 B
PHP
Raw Normal View History

2019-10-01 11:43:07 +13:00
<?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' => 'hu',
'settings.direction' => 'ltr',
// Service - Users
2020-02-10 20:34:02 +13:00
'account.emails.team' => '%s Csapat',
2020-10-03 22:21:57 +13:00
'account.emails.verification.title' => 'Fiók megerősítése',
2020-02-10 20:34:02 +13:00
'account.emails.verification.body' => 'hu.email.auth.confirm.tpl',
2020-10-03 22:21:57 +13:00
'account.emails.recovery.title' => 'Jelszó-visszaállítás',
2020-02-10 20:34:02 +13:00
'account.emails.recovery.body' => 'hu.email.auth.recovery.tpl',
2020-10-03 22:21:57 +13:00
'account.emails.invitation.title' => 'Meghívás a %s csapatba %s',
2020-02-10 20:34:02 +13:00
'account.emails.invitation.body' => 'hu.email.auth.invitation.tpl',
2019-10-01 11:43:07 +13:00
'locale.country.unknown' => 'Ismeretlen',
'countries' => include 'hu.countries.php',
'continents' => include 'hu.continents.php',
];