Update translations

This commit is contained in:
Frederic Guillot
2017-02-19 09:11:05 -05:00
parent 64a4eb05ce
commit 23ff360d62
28 changed files with 457 additions and 179 deletions

View File

@@ -4,9 +4,7 @@ return array(
'number.decimals_separator' => ',',
'number.thousands_separator' => '.',
'None' => 'Τίποτα',
'edit' => 'Διορθωτής',
'Edit' => 'Διόρθωση',
'remove' => 'αφαιρετής',
'Remove' => 'Αφαίρεση',
'Yes' => 'Ναι',
'No' => 'Όχι',
@@ -167,8 +165,6 @@ return array(
'Automatic actions for the project "%s"' => 'Αυτόματες ενέργειες για το έργο « %s »',
'Add an action' => 'Προσθήκη ενέργειας',
'Event name' => 'Ονομασία συμβάντος',
'Action name' => 'Ονομασία ενέργειας',
'Action parameters' => 'Παράμετροι ενέργειας',
'Action' => 'Ενέργεια',
'Event' => 'Συμβάν',
'When the selected event occurs execute the corresponding action.' => 'Όταν εμφανίζεται το επιλεγμένο συμβάν εκτελέστε την αντίστοιχη ενέργεια.',
@@ -187,7 +183,7 @@ return array(
'Position' => 'Θέση',
'Duplicate to another project' => 'Αντιγραφή σε άλλο έργο',
'Duplicate' => 'Αντιγραφή',
'link' => 'σύνδεσμος',
'Link' => 'σύνδεσμος',
'Comment updated successfully.' => 'Το σχόλιο ενημερώθηκε με επιτυχία.',
'Unable to update your comment.' => 'Αδυναμία ενημέρωσης σχολίου.',
'Remove a comment' => 'Διαγραφή σχολίου',
@@ -234,7 +230,6 @@ return array(
'Category:' => 'Κατηγορία:',
'Categories' => 'Κατηγορίες',
'Your category have been created successfully.' => 'Η κατηγορία δημιουργήθηκε.',
'Unable to create your category.' => 'Δεν είναι δυνατή η δημιουργία της κατηγορίας.',
'This category has been updated successfully.' => 'Η ενημέρωση της κατηγορίας καταχωρήθηκε με επιτυχία.',
'Unable to update this category.' => 'Δεν είναι δυνατή η ενημέρωση της κατηγορίας.',
'Remove a category' => 'Διαγραφή κατηγορίας',
@@ -899,7 +894,6 @@ return array(
'Add group member' => 'Προσθήκη μέλους ομάδας',
'Do you really want to remove this group: "%s"?' => 'Αφαίρεση της ομάδας: « %s » ?',
'There is no user in this group.' => 'Δεν υπάρχει χρήστης σε αυτήν την ομάδα',
'Remove this user' => 'Αφαίρεση χρήστη',
'Permissions' => 'Επιτρέψεις',
'Allowed Users' => 'Χρήστες που επιτρέπονται',
'No user have been allowed specifically.' => 'Δεν υπάρχει χρήστης που να επιτρέπεται συγκεκριμένα.',
@@ -1309,4 +1303,21 @@ return array(
// 'This project is open' => '',
// 'This project is closed' => '',
// 'Unable to upload files, check the permissions of your data folder.' => '',
// 'Another category with the same name exists in this project' => '',
// 'Comment sent by email successfully.' => '',
// 'Sent by email to [%s](mailto:%s) (%s)' => '',
// 'Unable to read uploaded file.' => '',
// 'Database uploaded successfully.' => '',
// 'Task sent by email successfully.' => '',
// 'There is no category in this project.' => '',
// 'Send by email' => '',
// 'Create and send a comment by email' => '',
// 'Subject' => '',
// 'Upload the database' => '',
// 'You could upload the previously downloaded Sqlite database (Gzip format).' => '',
// 'Database file' => '',
// 'Upload' => '',
// 'Remove this user from group' => '',
// 'Your project must have at least one active swimlane.' => '',
// 'Project: %s' => '',
);