Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru, tr, and ar — all 23 base files each, with identical key trees to lang/en, preserved :placeholders and plural forms, and native product terminology.
15 lines
636 B
PHP
15 lines
636 B
PHP
<?php
|
||
|
||
return [
|
||
'title' => 'Χρήση',
|
||
|
||
'section_account' => 'Λογαριασμός',
|
||
'section_account_description' => 'Όρια και ποσοστώσεις για το πρόγραμμά σας.',
|
||
'section_ai' => 'Credits AI',
|
||
'section_ai_description' => 'Τα credits χρεώνονται καθώς χρησιμοποιείτε τις λειτουργίες AI. Μηδενίζονται την πρώτη κάθε μήνα.',
|
||
|
||
'workspaces' => 'Workspaces',
|
||
'social_accounts' => 'Λογαριασμοί κοινωνικών δικτύων',
|
||
'members' => 'Μέλη',
|
||
'credits' => 'Credits',
|
||
];
|