diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:11 +0000 |
commit | d4dffc156606e4f721042ff0ce8f9377c23d63a5 (patch) | |
tree | 76cddd7092443bb79befdb1416a518664e06cb3d /apps/files/l10n/el.js | |
parent | 94692cd57b93de913d79e76816d6a371c6ebe7e2 (diff) | |
download | nextcloud-server-d4dffc156606e4f721042ff0ce8f9377c23d63a5.tar.gz nextcloud-server-d4dffc156606e4f721042ff0ce8f9377c23d63a5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/el.js')
-rw-r--r-- | apps/files/l10n/el.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/el.js b/apps/files/l10n/el.js index 609c197422f..a6e794125d7 100644 --- a/apps/files/l10n/el.js +++ b/apps/files/l10n/el.js @@ -80,9 +80,6 @@ OC.L10N.register( "Another entry with the same name already exists." : "Μια άλλη καταχώρηση με το ίδιο όνομα υπάρχει ήδη.", "Invalid filename." : "Μη έγκυρο όνομα αρχείου", "Renamed \"{oldName}\" to \"{newName}\"" : "Μετονομασία του \"{oldName}\" σε \"{newName}\"", - "Could not rename \"{oldName}\", it does not exist any more" : "Δεν ήταν δυνατή η μετονομασία του \"{oldName}\", δεν υπάρχει πλέον", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Το όνομα \"{newName}\" χρησιμοποιείται ήδη στον φάκελο \"{dir}\". Παρακαλώ επιλέξτε ένα διαφορετικό όνομα.", - "Could not rename \"{oldName}\"" : "Δεν ήταν δυνατή η μετονομασία του \"{oldName}\"", "Pending" : "Εκκρεμεί", "Clear filter" : "Εκκαθάριση φίλτρου", "Modified" : "Τροποποιήθηκε", @@ -343,12 +340,13 @@ OC.L10N.register( "{newName} already exists." : "Το {newName} υπάρχει ήδη.", "Name cannot be empty" : "Το όνομα δεν μπορεί να είναι κενό", "Another entry with the same name already exists" : "Υπάρχει ήδη μια άλλη καταχώρηση με το ίδιο όνομα", + "Could not rename \"{oldName}\", it does not exist any more" : "Δεν ήταν δυνατή η μετονομασία του \"{oldName}\", δεν υπάρχει πλέον", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Το όνομα \"{newName}\" χρησιμοποιείται ήδη στον φάκελο \"{dir}\". Παρακαλώ επιλέξτε ένα διαφορετικό όνομα.", + "Could not rename \"{oldName}\"" : "Δεν ήταν δυνατή η μετονομασία του \"{oldName}\"", "Storage informations" : "Πληροφορίες αποθήκευσης", "Choose file" : "Επιλέξτε αρχείο", "Open the files app settings" : "Ανοίξτε τις ρυθμίσεις της εφαρμογής αρχείων", "You might not have have permissions to view it, ask the sender to share it" : "Μπορεί να μην έχετε δικαίωμα για να το δείτε. Ζητήστε από τον αποστολέα να το μοιραστεί", - "Destination is not a folder" : "Ο προορισμός δεν είναι φάκελος", - "This file/folder is already in that directory" : "Αυτό το αρχείο/φάκελος βρίσκεται ήδη σε αυτόν τον κατάλογο", "The files is locked" : "Το αρχείο είναι κλειδωμένο", "Create new templates folder" : "Δημιουργία νέου φακέλου προτύπων", "List of favorites files and folders." : "Λίστα αγαπημένων αρχείων και φακέλων.", @@ -356,6 +354,8 @@ OC.L10N.register( "Text file" : "Αρχείο κειμένου", "New text file.txt" : "Νέο αρχείο file.txt", "Direct link was copied (only works for people who have access to this file/folder)" : "Ο άμεσος σύνδεσμος αντιγράφηκε (λειτουργεί μόνο για άτομα που έχουν πρόσβαση σε αυτό το αρχείο/φάκελο)", - "Copy direct link (only works for people who have access to this file/folder)" : "Αντιγραφή άμεσου συνδέσμου (λειτουργεί μόνο για άτομα που έχουν πρόσβαση στο αρχείο/φάκελο)" + "Copy direct link (only works for people who have access to this file/folder)" : "Αντιγραφή άμεσου συνδέσμου (λειτουργεί μόνο για άτομα που έχουν πρόσβαση στο αρχείο/φάκελο)", + "Destination is not a folder" : "Ο προορισμός δεν είναι φάκελος", + "This file/folder is already in that directory" : "Αυτό το αρχείο/φάκελος βρίσκεται ήδη σε αυτόν τον κατάλογο" }, "nplurals=2; plural=(n != 1);"); |