Skip to content

Commit 89020b7

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 31442d8 commit 89020b7

118 files changed

Lines changed: 296 additions & 22 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

l10n/cs.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ OC.L10N.register(
5252
"{actor} has invited you to the poll \"%s\"." : "{actor} vás pozval/a k účasti v anketě „%s“.",
5353
"%s took over your poll" : "%s převzal(a) vaši anketu",
5454
"{actor} took over your poll \"%s\" and is the new owner." : "{actor} převzal(a) vaší anketu „%s“ a je tak jejím novým vlastníkem.",
55+
"%s is the new owner of your poll. " : "%s je novým vlastníkem původně vaší ankety.",
56+
"{actor} transfered your poll \"%s\" to {newOwner}. You are no more the owner." : "{actor} předal/a dříve vaši anketu „%s“ uživateli {newOwner}. Nyní už nejste vlastníky.",
5557
"%s deleted your poll" : "%s smazal(a) vaši anketu",
5658
"{actor} deleted your poll \"%s\"." : "{actor} smazal(a) vaši anketu „%s“.",
5759
"%s archived your poll" : "%s archivoval(a) vaši anketu",
@@ -309,6 +311,7 @@ OC.L10N.register(
309311
"Archive poll" : "Archivovat anketu",
310312
"Delete poll" : "Smazat anketu",
311313
"Transfer poll" : "Přenést anketu",
314+
"Collapse long descriptions" : "Sbalit dlouhé popisy",
312315
"Limit \"Yes\" votes per option" : "Omezit počet hlasů „Ano“ na každou možnost",
313316
"Hide not available Options" : "Skrýt nedostupné volby.",
314317
"Allow Proposals" : "Umožnit návrhy",
@@ -344,7 +347,13 @@ OC.L10N.register(
344347
"Add date option" : "Přidat volbu data",
345348
"Adding options is disabled" : "Přidávání voleb je vypnuté",
346349
"Existing options" : "Existující možnosti",
350+
"Transfered poll to {user}." : "Předána anketa uživateli {user}.",
347351
"Error transfering poll." : "Chyba při předávání ankety.",
352+
"Transfering a poll to another user may result in loss of access to this poll." : "Předání ankety jinému uživateli může vést ke ztrátě přístupu k ní.",
353+
"Transfering a poll to {user} may result in loss of access to this poll." : "Předání ankety {user} může vést ke ztrátě přístupu k ní.",
354+
"You are not the owner of this poll. {owner} will get informed about this action." : "Nejste vlastníkem této ankety. {owner} bude o této akci informován/a.",
355+
"You are not the owner of this poll. {owner} will get informed about the transfer to {newUser}." : "Nejste vlastníkem této ankety. {owner} bude informován/a o předání ankety uživateli {newUser}.",
356+
"Select the user to transfer the ownership to" : "Vyberte uživatele na kterého přenést vlastnictví",
348357
"Clone poll" : "Klonovat anketu",
349358
"Clone to option sequence" : "Klonovat posloupnost volby",
350359
"Create a sequence of date options starting with {dateOption}." : "Vytvořit posloupnost volby dat se začátkem {dateOption}.",
@@ -558,6 +567,8 @@ OC.L10N.register(
558567
"No activity yet" : "Zatím žádná aktivita",
559568
"No comments" : "Žádné komentáře",
560569
"Be the first." : "Buďte první.",
570+
"Administrative rights are delegated to you." : "Administrativní oprávnění jsou delegována na vás.",
571+
"Changes may affect existing votes." : "Změny mohou postihnout už existující hlasy.",
561572
"Description" : "Popis",
562573
"Poll configurations" : "Nastavení anket",
563574
"Poll closing status" : "Stav uzavření ankety",
@@ -604,6 +615,7 @@ OC.L10N.register(
604615
"Copy list of email addresses to clipboard" : "Zkopírovat seznam e-mailových adres do schránky",
605616
"Reset your votes" : "Resetovat mé hlasy",
606617
"Logout as {name} (delete cookie)" : "Odhlásit se jako {name} (smazat cookie)",
618+
"Type to start searching ..." : "Hledání zahájíte psaním…",
607619
"Select users" : "Vybrat uživatele",
608620
"Vote saved" : "Hlas uložen",
609621
"Vote already booked out" : "Hlas už použit",
@@ -659,6 +671,7 @@ OC.L10N.register(
659671
"All options are booked up." : "Všechny možnosti jsou zarezervovány.",
660672
"No vote options available" : "Nejsou k dispozici žádné možnosti volby",
661673
"Maybe the owner did not provide some until now." : "Vlastník nejspíš doposud žádné neposkytl.",
674+
"Show full description" : "Zobrazit úplný popis",
662675
"Add options" : "Přidat volby",
663676
"Minute" : "Minuta",
664677
"Hour" : "Hodina",

l10n/cs.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
"{actor} has invited you to the poll \"%s\"." : "{actor} vás pozval/a k účasti v anketě „%s“.",
5151
"%s took over your poll" : "%s převzal(a) vaši anketu",
5252
"{actor} took over your poll \"%s\" and is the new owner." : "{actor} převzal(a) vaší anketu „%s“ a je tak jejím novým vlastníkem.",
53+
"%s is the new owner of your poll. " : "%s je novým vlastníkem původně vaší ankety.",
54+
"{actor} transfered your poll \"%s\" to {newOwner}. You are no more the owner." : "{actor} předal/a dříve vaši anketu „%s“ uživateli {newOwner}. Nyní už nejste vlastníky.",
5355
"%s deleted your poll" : "%s smazal(a) vaši anketu",
5456
"{actor} deleted your poll \"%s\"." : "{actor} smazal(a) vaši anketu „%s“.",
5557
"%s archived your poll" : "%s archivoval(a) vaši anketu",
@@ -307,6 +309,7 @@
307309
"Archive poll" : "Archivovat anketu",
308310
"Delete poll" : "Smazat anketu",
309311
"Transfer poll" : "Přenést anketu",
312+
"Collapse long descriptions" : "Sbalit dlouhé popisy",
310313
"Limit \"Yes\" votes per option" : "Omezit počet hlasů „Ano“ na každou možnost",
311314
"Hide not available Options" : "Skrýt nedostupné volby.",
312315
"Allow Proposals" : "Umožnit návrhy",
@@ -342,7 +345,13 @@
342345
"Add date option" : "Přidat volbu data",
343346
"Adding options is disabled" : "Přidávání voleb je vypnuté",
344347
"Existing options" : "Existující možnosti",
348+
"Transfered poll to {user}." : "Předána anketa uživateli {user}.",
345349
"Error transfering poll." : "Chyba při předávání ankety.",
350+
"Transfering a poll to another user may result in loss of access to this poll." : "Předání ankety jinému uživateli může vést ke ztrátě přístupu k ní.",
351+
"Transfering a poll to {user} may result in loss of access to this poll." : "Předání ankety {user} může vést ke ztrátě přístupu k ní.",
352+
"You are not the owner of this poll. {owner} will get informed about this action." : "Nejste vlastníkem této ankety. {owner} bude o této akci informován/a.",
353+
"You are not the owner of this poll. {owner} will get informed about the transfer to {newUser}." : "Nejste vlastníkem této ankety. {owner} bude informován/a o předání ankety uživateli {newUser}.",
354+
"Select the user to transfer the ownership to" : "Vyberte uživatele na kterého přenést vlastnictví",
346355
"Clone poll" : "Klonovat anketu",
347356
"Clone to option sequence" : "Klonovat posloupnost volby",
348357
"Create a sequence of date options starting with {dateOption}." : "Vytvořit posloupnost volby dat se začátkem {dateOption}.",
@@ -556,6 +565,8 @@
556565
"No activity yet" : "Zatím žádná aktivita",
557566
"No comments" : "Žádné komentáře",
558567
"Be the first." : "Buďte první.",
568+
"Administrative rights are delegated to you." : "Administrativní oprávnění jsou delegována na vás.",
569+
"Changes may affect existing votes." : "Změny mohou postihnout už existující hlasy.",
559570
"Description" : "Popis",
560571
"Poll configurations" : "Nastavení anket",
561572
"Poll closing status" : "Stav uzavření ankety",
@@ -602,6 +613,7 @@
602613
"Copy list of email addresses to clipboard" : "Zkopírovat seznam e-mailových adres do schránky",
603614
"Reset your votes" : "Resetovat mé hlasy",
604615
"Logout as {name} (delete cookie)" : "Odhlásit se jako {name} (smazat cookie)",
616+
"Type to start searching ..." : "Hledání zahájíte psaním…",
605617
"Select users" : "Vybrat uživatele",
606618
"Vote saved" : "Hlas uložen",
607619
"Vote already booked out" : "Hlas už použit",
@@ -657,6 +669,7 @@
657669
"All options are booked up." : "Všechny možnosti jsou zarezervovány.",
658670
"No vote options available" : "Nejsou k dispozici žádné možnosti volby",
659671
"Maybe the owner did not provide some until now." : "Vlastník nejspíš doposud žádné neposkytl.",
672+
"Show full description" : "Zobrazit úplný popis",
660673
"Add options" : "Přidat volby",
661674
"Minute" : "Minuta",
662675
"Hour" : "Hodina",

l10n/de.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ OC.L10N.register(
311311
"Archive poll" : "Umfrage archivieren",
312312
"Delete poll" : "Umfrage löschen",
313313
"Transfer poll" : "Umfrage übertragen",
314+
"Collapse long descriptions" : "Lange Beschreibungen einklappen",
314315
"Limit \"Yes\" votes per option" : "Begrenze die Ja-Stimmen je Option",
315316
"Hide not available Options" : "Nicht verfügbare Optionen ausblenden",
316317
"Allow Proposals" : "Vorschläge zulassen",
@@ -566,6 +567,8 @@ OC.L10N.register(
566567
"No activity yet" : "Bislang keine Aktivitäten",
567568
"No comments" : "Keine Kommentare",
568569
"Be the first." : "Sei der Erste.",
570+
"Administrative rights are delegated to you." : "Die Administrationsrechte werden an dich delegiert.",
571+
"Changes may affect existing votes." : "Änderungen können sich auf vorhandene Stimmabgaben auswirken.",
569572
"Description" : "Beschreibung",
570573
"Poll configurations" : "Umfragekonfigurationen",
571574
"Poll closing status" : "Status zum Schließen der Umfrage",
@@ -668,6 +671,7 @@ OC.L10N.register(
668671
"All options are booked up." : "Alle Optionen sind ausgebucht.",
669672
"No vote options available" : "Keine Abstimmungsoptionen verfügbar",
670673
"Maybe the owner did not provide some until now." : "Vielleicht hat der Besitzer bis jetzt keine zur Verfügung gestellt.",
674+
"Show full description" : "Vollständige Beschreibung anzeigen",
671675
"Add options" : "Optionen hinzufügen",
672676
"Minute" : "Minute",
673677
"Hour" : "Stunde",

l10n/de.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
"Archive poll" : "Umfrage archivieren",
310310
"Delete poll" : "Umfrage löschen",
311311
"Transfer poll" : "Umfrage übertragen",
312+
"Collapse long descriptions" : "Lange Beschreibungen einklappen",
312313
"Limit \"Yes\" votes per option" : "Begrenze die Ja-Stimmen je Option",
313314
"Hide not available Options" : "Nicht verfügbare Optionen ausblenden",
314315
"Allow Proposals" : "Vorschläge zulassen",
@@ -564,6 +565,8 @@
564565
"No activity yet" : "Bislang keine Aktivitäten",
565566
"No comments" : "Keine Kommentare",
566567
"Be the first." : "Sei der Erste.",
568+
"Administrative rights are delegated to you." : "Die Administrationsrechte werden an dich delegiert.",
569+
"Changes may affect existing votes." : "Änderungen können sich auf vorhandene Stimmabgaben auswirken.",
567570
"Description" : "Beschreibung",
568571
"Poll configurations" : "Umfragekonfigurationen",
569572
"Poll closing status" : "Status zum Schließen der Umfrage",
@@ -666,6 +669,7 @@
666669
"All options are booked up." : "Alle Optionen sind ausgebucht.",
667670
"No vote options available" : "Keine Abstimmungsoptionen verfügbar",
668671
"Maybe the owner did not provide some until now." : "Vielleicht hat der Besitzer bis jetzt keine zur Verfügung gestellt.",
672+
"Show full description" : "Vollständige Beschreibung anzeigen",
669673
"Add options" : "Optionen hinzufügen",
670674
"Minute" : "Minute",
671675
"Hour" : "Stunde",

l10n/de_DE.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ OC.L10N.register(
311311
"Archive poll" : "Umfrage archivieren",
312312
"Delete poll" : "Umfrage löschen",
313313
"Transfer poll" : "Umfrage übertragen",
314+
"Collapse long descriptions" : "Lange Beschreibungen einklappen",
314315
"Limit \"Yes\" votes per option" : "Ja-Stimmen pro Option begrenzen",
315316
"Hide not available Options" : "Nicht verfügbare Optionen ausblenden",
316317
"Allow Proposals" : "Vorschläge zulassen",
@@ -566,6 +567,8 @@ OC.L10N.register(
566567
"No activity yet" : "Bislang keine Aktivitäten",
567568
"No comments" : "Keine Kommentare",
568569
"Be the first." : "Seien Sie der Erste.",
570+
"Administrative rights are delegated to you." : "Die Administrationsrechte werden an Sie delegiert.",
571+
"Changes may affect existing votes." : "Änderungen können sich auf vorhandene Stimmabgaben auswirken.",
569572
"Description" : "Beschreibung",
570573
"Poll configurations" : "Umfragekonfigurationen",
571574
"Poll closing status" : "Status zum Schließen der Umfrage",
@@ -668,6 +671,7 @@ OC.L10N.register(
668671
"All options are booked up." : "Alle Optionen sind ausgebucht.",
669672
"No vote options available" : "Keine Abstimmungsoptionen verfügbar",
670673
"Maybe the owner did not provide some until now." : "Vielleicht hat der Besitzer bis jetzt keine zur Verfügung gestellt.",
674+
"Show full description" : "Vollständige Beschreibung anzeigen",
671675
"Add options" : "Optionen hinzufügen",
672676
"Minute" : "Minute",
673677
"Hour" : "Stunde",

l10n/de_DE.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
"Archive poll" : "Umfrage archivieren",
310310
"Delete poll" : "Umfrage löschen",
311311
"Transfer poll" : "Umfrage übertragen",
312+
"Collapse long descriptions" : "Lange Beschreibungen einklappen",
312313
"Limit \"Yes\" votes per option" : "Ja-Stimmen pro Option begrenzen",
313314
"Hide not available Options" : "Nicht verfügbare Optionen ausblenden",
314315
"Allow Proposals" : "Vorschläge zulassen",
@@ -564,6 +565,8 @@
564565
"No activity yet" : "Bislang keine Aktivitäten",
565566
"No comments" : "Keine Kommentare",
566567
"Be the first." : "Seien Sie der Erste.",
568+
"Administrative rights are delegated to you." : "Die Administrationsrechte werden an Sie delegiert.",
569+
"Changes may affect existing votes." : "Änderungen können sich auf vorhandene Stimmabgaben auswirken.",
567570
"Description" : "Beschreibung",
568571
"Poll configurations" : "Umfragekonfigurationen",
569572
"Poll closing status" : "Status zum Schließen der Umfrage",
@@ -666,6 +669,7 @@
666669
"All options are booked up." : "Alle Optionen sind ausgebucht.",
667670
"No vote options available" : "Keine Abstimmungsoptionen verfügbar",
668671
"Maybe the owner did not provide some until now." : "Vielleicht hat der Besitzer bis jetzt keine zur Verfügung gestellt.",
672+
"Show full description" : "Vollständige Beschreibung anzeigen",
669673
"Add options" : "Optionen hinzufügen",
670674
"Minute" : "Minute",
671675
"Hour" : "Stunde",

l10n/el.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ OC.L10N.register(
4848
"{actor} deleted your poll \"%s\"." : "{actor} διέγραψε την δημοσκόπηση σας \"%s\"",
4949
"%s archived your poll" : "Ο %s αρχειοθέτησε την δημοσκόπηση σας",
5050
"{actor} archived your poll \"%s\"." : "{actor} αρχειοθέτησε την δημοσκόπηση σας \"%s\"",
51+
"Access denied" : "Δεν επιτρέπεται η πρόσβαση",
5152
"You have commented on poll {pollTitle}" : "Σχολιάσατε στην δημοσκόπηση {pollTitle}",
5253
"{actor} has commented on poll {pollTitle}" : "{actor} έχει σχολιάσει στην δημοσκόπηση {pollTitle}",
5354
"You have commented" : "Έχετε σχολιάσει",

l10n/el.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"{actor} deleted your poll \"%s\"." : "{actor} διέγραψε την δημοσκόπηση σας \"%s\"",
4747
"%s archived your poll" : "Ο %s αρχειοθέτησε την δημοσκόπηση σας",
4848
"{actor} archived your poll \"%s\"." : "{actor} αρχειοθέτησε την δημοσκόπηση σας \"%s\"",
49+
"Access denied" : "Δεν επιτρέπεται η πρόσβαση",
4950
"You have commented on poll {pollTitle}" : "Σχολιάσατε στην δημοσκόπηση {pollTitle}",
5051
"{actor} has commented on poll {pollTitle}" : "{actor} έχει σχολιάσει στην δημοσκόπηση {pollTitle}",
5152
"You have commented" : "Έχετε σχολιάσει",

l10n/en_GB.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ OC.L10N.register(
5858
"{actor} deleted your poll \"%s\"." : "{actor} deleted your poll \"%s\".",
5959
"%s archived your poll" : "%s archived your poll",
6060
"{actor} archived your poll \"%s\"." : "{actor} archived your poll \"%s\".",
61+
"Access denied" : "Access denied",
6162
"You have commented on poll {pollTitle}" : "You have commented on poll {pollTitle}",
6263
"{actor} has commented on poll {pollTitle}" : "{actor} has commented on poll {pollTitle}",
6364
"You have commented" : "You have commented",
@@ -311,6 +312,7 @@ OC.L10N.register(
311312
"Archive poll" : "Archive poll",
312313
"Delete poll" : "Delete poll",
313314
"Transfer poll" : "Transfer poll",
315+
"Collapse long descriptions" : "Collapse long descriptions",
314316
"Limit \"Yes\" votes per option" : "Limit \"Yes\" votes per option",
315317
"Hide not available Options" : "Hide not available Options",
316318
"Allow Proposals" : "Allow Proposals",
@@ -566,6 +568,8 @@ OC.L10N.register(
566568
"No activity yet" : "No activity yet",
567569
"No comments" : "No comments",
568570
"Be the first." : "Be the first.",
571+
"Administrative rights are delegated to you." : "Administrative rights are delegated to you.",
572+
"Changes may affect existing votes." : "Changes may affect existing votes.",
569573
"Description" : "Description",
570574
"Poll configurations" : "Poll configurations",
571575
"Poll closing status" : "Poll closing status",
@@ -668,6 +672,7 @@ OC.L10N.register(
668672
"All options are booked up." : "All options are booked up.",
669673
"No vote options available" : "No vote options available",
670674
"Maybe the owner did not provide some until now." : "Maybe the owner did not provide some until now.",
675+
"Show full description" : "Show full description",
671676
"Add options" : "Add options",
672677
"Minute" : "Minute",
673678
"Hour" : "Hour",

l10n/en_GB.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"{actor} deleted your poll \"%s\"." : "{actor} deleted your poll \"%s\".",
5757
"%s archived your poll" : "%s archived your poll",
5858
"{actor} archived your poll \"%s\"." : "{actor} archived your poll \"%s\".",
59+
"Access denied" : "Access denied",
5960
"You have commented on poll {pollTitle}" : "You have commented on poll {pollTitle}",
6061
"{actor} has commented on poll {pollTitle}" : "{actor} has commented on poll {pollTitle}",
6162
"You have commented" : "You have commented",
@@ -309,6 +310,7 @@
309310
"Archive poll" : "Archive poll",
310311
"Delete poll" : "Delete poll",
311312
"Transfer poll" : "Transfer poll",
313+
"Collapse long descriptions" : "Collapse long descriptions",
312314
"Limit \"Yes\" votes per option" : "Limit \"Yes\" votes per option",
313315
"Hide not available Options" : "Hide not available Options",
314316
"Allow Proposals" : "Allow Proposals",
@@ -564,6 +566,8 @@
564566
"No activity yet" : "No activity yet",
565567
"No comments" : "No comments",
566568
"Be the first." : "Be the first.",
569+
"Administrative rights are delegated to you." : "Administrative rights are delegated to you.",
570+
"Changes may affect existing votes." : "Changes may affect existing votes.",
567571
"Description" : "Description",
568572
"Poll configurations" : "Poll configurations",
569573
"Poll closing status" : "Poll closing status",
@@ -666,6 +670,7 @@
666670
"All options are booked up." : "All options are booked up.",
667671
"No vote options available" : "No vote options available",
668672
"Maybe the owner did not provide some until now." : "Maybe the owner did not provide some until now.",
673+
"Show full description" : "Show full description",
669674
"Add options" : "Add options",
670675
"Minute" : "Minute",
671676
"Hour" : "Hour",

0 commit comments

Comments
 (0)