trypost/lang/el/mail.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

22 lines
1.6 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 [
'mentioned' => [
'subject' => 'Ο/Η :name σας ανέφερε στο TryPost',
'title' => 'Ο/Η :name σας ανέφερε',
'intro' => 'Ο/Η :name σας ανέφερε σε σχόλιο μιας δημοσίευσης.',
'cta' => 'Προβολή σχολίου',
],
'workspace_connections_disconnected' => [
'subject' => '{1} :count λογαριασμός χρειάζεται επανασύνδεση στο :workspace|[2,*] :count λογαριασμοί χρειάζονται επανασύνδεση στο :workspace',
'title' => 'Λογαριασμοί που χρειάζονται επανασύνδεση',
'intro' => 'Οι παρακάτω λογαριασμοί κοινωνικών δικτύων στο workspace <strong>:workspace</strong> αποσυνδέθηκαν και χρειάζονται επανασύνδεση:',
'reasons_title' => 'Αυτό μπορεί να συνέβη επειδή:',
'reason_expired' => 'Τα tokens πρόσβασης έληξαν',
'reason_revoked' => 'Ανακαλέσατε την πρόσβαση του TryPost στην πλατφόρμα',
'reason_changed' => 'Η πλατφόρμα άλλαξε τις απαιτήσεις ταυτοποίησής της',
'reconnect_cta' => 'Παρακαλούμε επανασυνδέστε αυτούς τους λογαριασμούς για να συνεχίσετε τον προγραμματισμό και τη δημοσίευση.',
'button' => 'Επανασύνδεση λογαριασμών',
],
];