-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
3c13efd
commit 091c1ed
Showing
28 changed files
with
336 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
OC.L10N.register( | ||
"files_reminders", | ||
{ | ||
"File reminders" : "Υπενθυμίσεις αρχείων", | ||
"Reminder for {name}" : "Υπενθύμιση για {name}", | ||
"View file" : "Προβολή αρχείου", | ||
"View folder" : "Προβολή φακέλου", | ||
"Set file reminders" : "Ορίστε υπενθυμίσεις αρχείων", | ||
"**📣 File reminders**\n\nSet file reminders." : "**📣 Υπενθυμίσεις αρχείων**\n\nΟρίστε υπενθυμίσεις αρχείων.", | ||
"Back" : "Επιστροφή", | ||
"Clear reminder" : "Εκκαθάριση υπενθύμισης", | ||
"Set custom reminder" : "Ορισμός προσαρμοσμένης υπενθύμισης", | ||
"Later today" : "Αργότερα σήμερα", | ||
"Set reminder for later today" : "Ορισμός υπενθύμισης για αργότερα σήμερα", | ||
"Tomorrow" : "Αύριο", | ||
"Set reminder for tomorrow" : "Ορισμός υπενθύμισης για αύριο", | ||
"This weekend" : "Αυτό το Σαββατοκύριακο", | ||
"Set reminder for this weekend" : "Ορίστε υπενθύμιση για αυτό το Σαββατοκύριακο", | ||
"Next week" : "Επόμενη εβδομάδα", | ||
"Set reminder for next week" : "Ορίστε υπενθύμιση για την επόμενη εβδομάδα", | ||
"Set reminder at custom date & time" : "Ορίστε την υπενθύμιση σε προσαρμοσμένη ημερομηνία και ώρα", | ||
"Reminder set for \"{fileName}\"" : "Ορίστηκε υπενθύμιση για \"{fileName}\"", | ||
"Failed to set reminder" : "Αποτυχία ορισμού υπενθύμισης", | ||
"Please choose a valid date & time" : "Επιλέξτε μια έγκυρη ημερομηνία και ώρα", | ||
"Reminder cleared" : "Η υπενθύμιση διαγράφηκε", | ||
"Failed to clear reminder" : "Αποτυχία εκκαθάρισης της υπενθύμισης", | ||
"Failed to load reminder" : "Η φόρτωση της υπενθύμισης απέτυχε" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
Oops, something went wrong.