[tx-robot] updated from transifex

pull/83/head
Nextcloud bot 2020-09-18 03:25:04 +00:00
parent 184d18bf3e
commit 12b53a4d2f
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
6 changed files with 36 additions and 4 deletions

View File

@ -23,6 +23,7 @@ OC.L10N.register(
"Join" : "Uneix",
"Have an account? Log in." : "Tens un compte? Inicia sessió aquí.",
"Hello %s" : "Hola, %s",
"Name, group ..." : "Nom, grup, ...",
"Group" : "Grup",
"Searching" : "Cerca",
"No matches" : "Cap coincidència",
@ -80,6 +81,7 @@ OC.L10N.register(
"Settings saved" : "S'han desat els paràmetres",
"Unexpected error occurred" : "S'ha produït un error inesperat",
"API URL is invalid" : "URL de l'API no és vàlid",
"API secret is invalid" : "El secret de l'API no és vàlid"
"API secret is invalid" : "El secret de l'API no és vàlid",
"_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Aquesta habitació encara no està oberta. Ho tornarem a provar en {sec} segon. Si us plau esperi.","Aquesta habitació encara no està oberta. Ho tornarem a provar en {sec} segons. Si us plau esperi."]
},
"nplurals=2; plural=(n != 1);");

View File

@ -21,6 +21,7 @@
"Join" : "Uneix",
"Have an account? Log in." : "Tens un compte? Inicia sessió aquí.",
"Hello %s" : "Hola, %s",
"Name, group ..." : "Nom, grup, ...",
"Group" : "Grup",
"Searching" : "Cerca",
"No matches" : "Cap coincidència",
@ -78,6 +79,7 @@
"Settings saved" : "S'han desat els paràmetres",
"Unexpected error occurred" : "S'ha produït un error inesperat",
"API URL is invalid" : "URL de l'API no és vàlid",
"API secret is invalid" : "El secret de l'API no és vàlid"
"API secret is invalid" : "El secret de l'API no és vàlid",
"_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Aquesta habitació encara no està oberta. Ho tornarem a provar en {sec} segon. Si us plau esperi.","Aquesta habitació encara no està oberta. Ho tornarem a provar en {sec} segons. Si us plau esperi."]
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -4,6 +4,9 @@ OC.L10N.register(
"API URL or secret not configured. Please contact your administrator." : "Η διεύθυνση URL ή το μυστικό API δεν έχει ρυθμιστεί. Επικοινωνήστε με τον διαχειριστή σας.",
"BigBlueButton Integration" : "Ενσωμάτωση του BigBlueButton",
"BigBlueButton integration for Nextcloud" : "Ενσωμάτωση του BigBlueButton για το Nextcloud",
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Η εφαρμογή σας επιτρέπει να δημιουργήσετε τηλεδιασκέψεις με χρήση μιάς εξωτερικής εγκατάστασης ενός [BigBlueButton](https://bigbluebutton.org).\n\n* **Δημιουργία δωματίου** Δημιουργήστε διαφορετικά δωμάτια με όνομα, μήνυμα καλωσορίσματος, ...\n* **Κοινή χρήση συνδέσμου για επισκέπτες** Διαμοιράστε ένα σύνδεσμο για το δωμάτιο για χρήση από επισκέπτες\n* **Προσαρμοσμένη παρουσίαση** Ξεκινήστε ένα δωμάτιο με χρήση προεπιλεγμένου αρχείου παρουσίασης από τον περιηγητή σας\n* **Έλεγχος καταγραφών** Εμφανίστε, διαμοιράστε και διαγράψτε τις καταγραφές των δωματίων σας\n* **Περιορισμοί** Περιορισμός δικαιωμάτων δημιουργίας δωματίων σε συγκεκριμένες ομάδες χρηστών.\n\nΧρειαζόμαστε προγραμματιστές! Εάν έχετε χρόνο θα ήταν τιμή σας αν μπορούσατε να βοηθήσετε να βελτιώσουμε αυτήν την εφαρμογή.\n\n*Η εφαρμογή ενσωματώνει το BigBlueButton και δεν υποστηρίζεται ή πιστοποιείται από την BigBlueButton Inc. Το BigBlueButton και το λογότυπο BigBlueButton είναι εμπορικά σήματα της BigBlueButton Inc..*",
"Room not found" : "Το δωμάτιο δεν βρέθηκε",
"The room could not be found. Maybe it was deleted?" : "Το δωμάτιο δεν βρέθηκε. Μήπως έχει διαγραφεί;",
"Back to %s" : "Πίσω στο %s",
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Αποκτήστε τη διεύθυνση URL και το μυστικό του API εκτελώντας την εντολή \"sudo bbb-conf --secret\" στον διακομιστή σας BigBlueButton.",
"API URL" : "API URL",
@ -17,7 +20,9 @@ OC.L10N.register(
"Display name" : "Εμφανιζόμενο όνομα",
"Password" : "Κωδικός πρόσβασης",
"Join" : "Συμμετοχή",
"Have an account? Log in." : "Έχετε λογαριασμό; Συνδεθείτε.",
"Hello %s" : "Γεια σας %s",
"Name, group ..." : "Όνομα, ομάδα ...",
"Group" : "Ομάδα",
"Searching" : "Αναζήτηση",
"No matches" : "Καμιά αντιστοιχία",
@ -26,6 +31,8 @@ OC.L10N.register(
"Max" : "Μέγιστο",
"Record" : "Καταγραφή",
"Recordings" : "Καταγραφές",
"You are not permitted to create a room." : "Δεν έχετε δικαιώματα να δημιουργήσετε δωμάτιο.",
"You exceeded the maximum number of rooms." : "Έχετε φτάσει τον μέγιστο αριθμό δωματίων.",
"Edit" : "Επεξεργασία",
"Descriptive name of this room." : "Περιγραφικό όνομα του δωματίου.",
"This message is shown to all users in the chat area after they joined." : "Μήνυμα που εμφανίζεται σε όλους τους χρήστες στην περιοχή συνομιλίας μετά την εγγραφή τους.",
@ -33,12 +40,14 @@ OC.L10N.register(
"If enabled, the moderator is able to start the recording." : "Εάν είναι ενεργοποιημένο, ο διαχειριστής μπορεί να ξεκινήσει την εγγραφή.",
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Δημόσιο: Όσοι γνωρίζουν τον σύνδεσμο μπορούν να συμμετάσχουν. Κωδικός πρόσβασης: Οι επισκέπτες πρέπει να δώσουν έναν κωδικό. Αίθουσα αναμονής: Ένας συντονιστής πρέπει να δεχτεί κάθε επισκέπτη πριν μπορέσει να συμμετάσχει. Εσωτερικά: Μόνο οι χρήστες Nextcloud μπορούν να συμμετάσχουν.",
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Ένας συντονιστής είναι σε θέση να διαχειριστεί όλους τους συμμετέχοντες σε μια σύσκεψη, συμπεριλαμβανομένων την αφαίρεση χρήστη, σίγασης ή επιλογής παρουσιαστή. Οι χρήστες με τον ρόλο του συντονιστή μπορούν επίσης να κλείσουν μια σύσκεψη ή να αλλάξουν τις προεπιλεγμένες ρυθμίσεις.",
"If enabled, normal users have to wait until a moderator is in the room." : "Εάν το ενεργοποιήσετε, οι χρήστες θα πρέπει να περιμένουν να συνδεθεί ένας διαχειριστής πριν συνδεθούν.",
"Edit \"{room}\"" : "Επεξεργασία \"{room}\"",
"Welcome" : "Καλώς ήλθατε",
"Participant limit" : "Όριο συμμετεχόντων",
"Every participant is moderator" : "Όλοι οι συμμετέχοντες είναι συντονιστές",
"Miscellaneous" : "Διάφορα",
"Recording" : "Καταγραφή",
"Require moderator to start room" : "Απαιτείται ένας διαχειριστής για έναρξη του δωματίου.",
"Room name" : "Όνομα δωματίου",
"Create" : "Δημιουργία",
"_%n participant_::_%n participants_" : ["%n συμμετέχων","%n συμμετέχοντες"],
@ -61,6 +70,9 @@ OC.L10N.register(
"Share" : "Κοινή χρήση",
"Loading" : "Γίνεται φόρτωση",
"You are not allowed to change this option, because this room is shared with you." : "Δεν επιτρέπεται να αλλάξετε αυτήν την επιλογή, επειδή αυτό το δωμάτιο είναι κοινόχρηστο μαζί σας.",
"Max. rooms" : "Μέγιστα δωμάτια",
"Max. participants" : "Μέγιστος αριθμός συμμετεχόντων.",
"Group, ..." : "Ομάδα, ...",
"Settings saved" : "Οι ρυθμίσεις αποθηκεύτηκαν",
"Unexpected error occurred" : "Παρουσιάστηκε μη αναμενόμενο σφάλμα",
"API URL is invalid" : "Η διεύθυνση URL του API δεν είναι σωστή",

View File

@ -2,6 +2,9 @@
"API URL or secret not configured. Please contact your administrator." : "Η διεύθυνση URL ή το μυστικό API δεν έχει ρυθμιστεί. Επικοινωνήστε με τον διαχειριστή σας.",
"BigBlueButton Integration" : "Ενσωμάτωση του BigBlueButton",
"BigBlueButton integration for Nextcloud" : "Ενσωμάτωση του BigBlueButton για το Nextcloud",
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Η εφαρμογή σας επιτρέπει να δημιουργήσετε τηλεδιασκέψεις με χρήση μιάς εξωτερικής εγκατάστασης ενός [BigBlueButton](https://bigbluebutton.org).\n\n* **Δημιουργία δωματίου** Δημιουργήστε διαφορετικά δωμάτια με όνομα, μήνυμα καλωσορίσματος, ...\n* **Κοινή χρήση συνδέσμου για επισκέπτες** Διαμοιράστε ένα σύνδεσμο για το δωμάτιο για χρήση από επισκέπτες\n* **Προσαρμοσμένη παρουσίαση** Ξεκινήστε ένα δωμάτιο με χρήση προεπιλεγμένου αρχείου παρουσίασης από τον περιηγητή σας\n* **Έλεγχος καταγραφών** Εμφανίστε, διαμοιράστε και διαγράψτε τις καταγραφές των δωματίων σας\n* **Περιορισμοί** Περιορισμός δικαιωμάτων δημιουργίας δωματίων σε συγκεκριμένες ομάδες χρηστών.\n\nΧρειαζόμαστε προγραμματιστές! Εάν έχετε χρόνο θα ήταν τιμή σας αν μπορούσατε να βοηθήσετε να βελτιώσουμε αυτήν την εφαρμογή.\n\n*Η εφαρμογή ενσωματώνει το BigBlueButton και δεν υποστηρίζεται ή πιστοποιείται από την BigBlueButton Inc. Το BigBlueButton και το λογότυπο BigBlueButton είναι εμπορικά σήματα της BigBlueButton Inc..*",
"Room not found" : "Το δωμάτιο δεν βρέθηκε",
"The room could not be found. Maybe it was deleted?" : "Το δωμάτιο δεν βρέθηκε. Μήπως έχει διαγραφεί;",
"Back to %s" : "Πίσω στο %s",
"Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Αποκτήστε τη διεύθυνση URL και το μυστικό του API εκτελώντας την εντολή \"sudo bbb-conf --secret\" στον διακομιστή σας BigBlueButton.",
"API URL" : "API URL",
@ -15,7 +18,9 @@
"Display name" : "Εμφανιζόμενο όνομα",
"Password" : "Κωδικός πρόσβασης",
"Join" : "Συμμετοχή",
"Have an account? Log in." : "Έχετε λογαριασμό; Συνδεθείτε.",
"Hello %s" : "Γεια σας %s",
"Name, group ..." : "Όνομα, ομάδα ...",
"Group" : "Ομάδα",
"Searching" : "Αναζήτηση",
"No matches" : "Καμιά αντιστοιχία",
@ -24,6 +29,8 @@
"Max" : "Μέγιστο",
"Record" : "Καταγραφή",
"Recordings" : "Καταγραφές",
"You are not permitted to create a room." : "Δεν έχετε δικαιώματα να δημιουργήσετε δωμάτιο.",
"You exceeded the maximum number of rooms." : "Έχετε φτάσει τον μέγιστο αριθμό δωματίων.",
"Edit" : "Επεξεργασία",
"Descriptive name of this room." : "Περιγραφικό όνομα του δωματίου.",
"This message is shown to all users in the chat area after they joined." : "Μήνυμα που εμφανίζεται σε όλους τους χρήστες στην περιοχή συνομιλίας μετά την εγγραφή τους.",
@ -31,12 +38,14 @@
"If enabled, the moderator is able to start the recording." : "Εάν είναι ενεργοποιημένο, ο διαχειριστής μπορεί να ξεκινήσει την εγγραφή.",
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Δημόσιο: Όσοι γνωρίζουν τον σύνδεσμο μπορούν να συμμετάσχουν. Κωδικός πρόσβασης: Οι επισκέπτες πρέπει να δώσουν έναν κωδικό. Αίθουσα αναμονής: Ένας συντονιστής πρέπει να δεχτεί κάθε επισκέπτη πριν μπορέσει να συμμετάσχει. Εσωτερικά: Μόνο οι χρήστες Nextcloud μπορούν να συμμετάσχουν.",
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Ένας συντονιστής είναι σε θέση να διαχειριστεί όλους τους συμμετέχοντες σε μια σύσκεψη, συμπεριλαμβανομένων την αφαίρεση χρήστη, σίγασης ή επιλογής παρουσιαστή. Οι χρήστες με τον ρόλο του συντονιστή μπορούν επίσης να κλείσουν μια σύσκεψη ή να αλλάξουν τις προεπιλεγμένες ρυθμίσεις.",
"If enabled, normal users have to wait until a moderator is in the room." : "Εάν το ενεργοποιήσετε, οι χρήστες θα πρέπει να περιμένουν να συνδεθεί ένας διαχειριστής πριν συνδεθούν.",
"Edit \"{room}\"" : "Επεξεργασία \"{room}\"",
"Welcome" : "Καλώς ήλθατε",
"Participant limit" : "Όριο συμμετεχόντων",
"Every participant is moderator" : "Όλοι οι συμμετέχοντες είναι συντονιστές",
"Miscellaneous" : "Διάφορα",
"Recording" : "Καταγραφή",
"Require moderator to start room" : "Απαιτείται ένας διαχειριστής για έναρξη του δωματίου.",
"Room name" : "Όνομα δωματίου",
"Create" : "Δημιουργία",
"_%n participant_::_%n participants_" : ["%n συμμετέχων","%n συμμετέχοντες"],
@ -59,6 +68,9 @@
"Share" : "Κοινή χρήση",
"Loading" : "Γίνεται φόρτωση",
"You are not allowed to change this option, because this room is shared with you." : "Δεν επιτρέπεται να αλλάξετε αυτήν την επιλογή, επειδή αυτό το δωμάτιο είναι κοινόχρηστο μαζί σας.",
"Max. rooms" : "Μέγιστα δωμάτια",
"Max. participants" : "Μέγιστος αριθμός συμμετεχόντων.",
"Group, ..." : "Ομάδα, ...",
"Settings saved" : "Οι ρυθμίσεις αποθηκεύτηκαν",
"Unexpected error occurred" : "Παρουσιάστηκε μη αναμενόμενο σφάλμα",
"API URL is invalid" : "Η διεύθυνση URL του API δεν είναι σωστή",

View File

@ -23,6 +23,7 @@ OC.L10N.register(
"Join" : "Katıl",
"Have an account? Log in." : "Zaten bir hesabınız var mı? Oturum açın.",
"Hello %s" : "Merhaba %s",
"Name, group ..." : "Ad, grup ...",
"Group" : "Grup",
"Searching" : "Aranıyor",
"No matches" : "Eşleşme yok",
@ -80,6 +81,7 @@ OC.L10N.register(
"Settings saved" : "Ayarlar kaydedildi",
"Unexpected error occurred" : "Beklenmeyen bir sorun çıktı",
"API URL is invalid" : "API adresi geçersiz",
"API secret is invalid" : "API parolası geçersiz"
"API secret is invalid" : "API parolası geçersiz",
"_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Bu oda henüz açılmamış. %n saniye sonra yeniden deneyeceğiz. Lütfen bekleyin.","Bu oda henüz açılmamış. %n saniye sonra yeniden deneyeceğiz. Lütfen bekleyin."]
},
"nplurals=2; plural=(n > 1);");

View File

@ -21,6 +21,7 @@
"Join" : "Katıl",
"Have an account? Log in." : "Zaten bir hesabınız var mı? Oturum açın.",
"Hello %s" : "Merhaba %s",
"Name, group ..." : "Ad, grup ...",
"Group" : "Grup",
"Searching" : "Aranıyor",
"No matches" : "Eşleşme yok",
@ -78,6 +79,7 @@
"Settings saved" : "Ayarlar kaydedildi",
"Unexpected error occurred" : "Beklenmeyen bir sorun çıktı",
"API URL is invalid" : "API adresi geçersiz",
"API secret is invalid" : "API parolası geçersiz"
"API secret is invalid" : "API parolası geçersiz",
"_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Bu oda henüz açılmamış. %n saniye sonra yeniden deneyeceğiz. Lütfen bekleyin.","Bu oda henüz açılmamış. %n saniye sonra yeniden deneyeceğiz. Lütfen bekleyin."]
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}