trypost/lang/el/brands.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
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.
2026-07-03 15:38:40 -03:00

39 lines
1.9 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'new_brand' => 'Νέα μάρκα',
'no_brands_yet' => 'Δεν υπάρχουν μάρκες ακόμη',
'no_brands_description' => 'Δημιουργήστε μάρκες για να οργανώσετε τους λογαριασμούς κοινωνικών δικτύων σας ανά πελάτη ή έργο',
'accounts_count' => ':count λογαριασμοί',
'create' => [
'title' => 'Δημιουργία μάρκας',
'description' => 'Δώστε ένα όνομα στη μάρκα σας για να ομαδοποιήσετε λογαριασμούς κοινωνικών δικτύων',
'name' => 'Όνομα μάρκας',
'name_placeholder' => 'π.χ. Acme Corp, Προσωπική',
'submit' => 'Δημιουργία μάρκας',
'submitting' => 'Δημιουργία...',
],
'edit' => [
'title' => 'Επεξεργασία μάρκας',
'description' => 'Ενημερώστε το όνομα αυτής της μάρκας',
'name' => 'Όνομα μάρκας',
'name_placeholder' => 'π.χ. Acme Corp, Προσωπική',
'submit' => 'Αποθήκευση αλλαγών',
'submitting' => 'Αποθήκευση...',
],
'delete' => [
'title' => 'Διαγραφή μάρκας',
'description' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτή τη μάρκα; Οι λογαριασμοί κοινωνικών δικτύων θα αποδεσμευτούν αλλά δεν θα διαγραφούν.',
'confirm' => 'Διαγραφή',
'cancel' => 'Ακύρωση',
],
'flash' => [
'created' => 'Η μάρκα δημιουργήθηκε με επιτυχία!',
'updated' => 'Η μάρκα ενημερώθηκε με επιτυχία!',
'deleted' => 'Η μάρκα διαγράφηκε με επιτυχία!',
],
];