[tx-robot] updated from transifex
This commit is contained in:
Родитель
9e1510834f
Коммит
06f4964f37
20
l10n/de.js
20
l10n/de.js
|
@ -11,6 +11,12 @@ OC.L10N.register(
|
|||
"Polls" : "Umfragen",
|
||||
"%s invited you to a poll" : "%s hat Dich zu einer Umfrage eingeladen",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} hat Dich zur \"%s\" Umfrage eingeladen",
|
||||
"%s took over your poll" : "%s hat deine Umfrage übernommen",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} hat deine Umfrage \"%s\" übernommen und ist der neue Eigentümer.",
|
||||
"%s permanently deleted your poll" : "%s hat deine Umfrage dauerhaft gelöscht",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} hat deine Umfrage \"%s\" dauerhaft gelöscht",
|
||||
"%s changed the deleted status of your poll" : " %s hat den \"Gelöscht\"-Status deiner Umfrage geändert",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} hat den \"Gelöscht\"-Status deiner Umfrage \"%s\" geändert.",
|
||||
"- %s voted." : "- %s hat abgestimmt.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Umfragekonfiguration aktualisiert. Bitte überprüfe Deine Stimmabgabe.",
|
||||
"- The poll got deleted." : "- Die Umfrage wurde gelöscht.",
|
||||
|
@ -18,6 +24,7 @@ OC.L10N.register(
|
|||
"- The poll was closed." : "- Die Umfrage wurde geschlossen.",
|
||||
"- A vote option was added." : "- Eine Abstimmungsmöglichkeit wurde hinzugefügt.",
|
||||
"- A vote option was removed." : "- Eine Abstimmungsmöglichkeit wurde entfernt.",
|
||||
"- The poll owner changed." : "- Der Eigentümer der Umfrage hat sich geändert.",
|
||||
"Polls App - New Activity" : "Umfragen App - Neue Aktivität",
|
||||
"\"{title}\" had recent activity: " : "\"{title}\" hatte in letzter Zeit folgende Aktivitäten:",
|
||||
"A user" : "Ein Benutzer",
|
||||
|
@ -103,6 +110,7 @@ OC.L10N.register(
|
|||
"Poll \"{pollTitle}\" added" : "Umfrage \"{pollTitle}\" hinzugefügt",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Fehler beim Erstellen der Umfrage \"{pollTitle}\"",
|
||||
"Add new Poll" : "Neue Umfrage hinzufügen",
|
||||
"Administration" : "Verwaltung",
|
||||
"Settings" : "Einstellungen",
|
||||
"Relevant" : "Relevant",
|
||||
"My polls" : "Meine Umfragen",
|
||||
|
@ -199,8 +207,18 @@ OC.L10N.register(
|
|||
"No" : "Nein",
|
||||
"Yes" : "Ja",
|
||||
"User {userId} removed" : "Benutzer {userId} entfernt",
|
||||
"Manage polls" : "Umfragen verwalten",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Umfragen anderer Benutzer verwalten. Du kannst Eigentümer werden oder Umfragen löschen.",
|
||||
"No polls found for this category" : "Keine Umfragen für diese Kategorie gefunden",
|
||||
"Add one or change category!" : "Kategorie hinzufügen oder ändern!",
|
||||
"Take over" : "Übernehmen",
|
||||
"Set \"deleted\" status" : "\"Gelöscht\"-Status setzen",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Möchtest du diese Umfrage von {Benutzername} übernehmen und den Eigentümer ändern?",
|
||||
"The original owner will be notified." : "Der ursprüngliche Eigentümer wird benachrichtigt.",
|
||||
"Do you want to delete this poll?" : "Möchten Sie diese Umfrage wirklich löschen?",
|
||||
"This action cannot be reverted." : "Dies kann nicht rückgängig gemacht werden.",
|
||||
"Error switching deleted status." : "Fehler beim Setzen des \"Gelöscht\"-Status.",
|
||||
"Error overtaking poll." : "Fehler beim Übernehmen der Umfrage.",
|
||||
"404 - poll not found" : "404 - Umfrage nicht gefunden",
|
||||
"Enter a poll or start a new one." : "Tritt einer Umfrage bei oder starte eine neue.",
|
||||
"Goto Nextcloud" : "Gehe zu Nextcloud",
|
||||
|
@ -218,6 +236,8 @@ OC.L10N.register(
|
|||
"All polls, where you have access to." : "Alle Umfragen, auf die du Zugriff hast.",
|
||||
"Error loading poll" : "Fehler beim Laden der Umfrage",
|
||||
"Toggle Sidebar" : "Seitenleiste umschalten",
|
||||
"Closed {relativeTimeAgo}" : "Geschlossen {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Schließt {relativeExpirationTime}",
|
||||
"No vote options available" : "Keine Abstimmungsoptionen verfügbar",
|
||||
"Maybe the owner did not provide some until now." : "Vielleicht hat der Besitzer bis jetzt keine zur Verfügung gestellt.",
|
||||
"Switch to mobile view" : "Zur Mobilansicht wechseln",
|
||||
|
|
20
l10n/de.json
20
l10n/de.json
|
@ -9,6 +9,12 @@
|
|||
"Polls" : "Umfragen",
|
||||
"%s invited you to a poll" : "%s hat Dich zu einer Umfrage eingeladen",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} hat Dich zur \"%s\" Umfrage eingeladen",
|
||||
"%s took over your poll" : "%s hat deine Umfrage übernommen",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} hat deine Umfrage \"%s\" übernommen und ist der neue Eigentümer.",
|
||||
"%s permanently deleted your poll" : "%s hat deine Umfrage dauerhaft gelöscht",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} hat deine Umfrage \"%s\" dauerhaft gelöscht",
|
||||
"%s changed the deleted status of your poll" : " %s hat den \"Gelöscht\"-Status deiner Umfrage geändert",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} hat den \"Gelöscht\"-Status deiner Umfrage \"%s\" geändert.",
|
||||
"- %s voted." : "- %s hat abgestimmt.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Umfragekonfiguration aktualisiert. Bitte überprüfe Deine Stimmabgabe.",
|
||||
"- The poll got deleted." : "- Die Umfrage wurde gelöscht.",
|
||||
|
@ -16,6 +22,7 @@
|
|||
"- The poll was closed." : "- Die Umfrage wurde geschlossen.",
|
||||
"- A vote option was added." : "- Eine Abstimmungsmöglichkeit wurde hinzugefügt.",
|
||||
"- A vote option was removed." : "- Eine Abstimmungsmöglichkeit wurde entfernt.",
|
||||
"- The poll owner changed." : "- Der Eigentümer der Umfrage hat sich geändert.",
|
||||
"Polls App - New Activity" : "Umfragen App - Neue Aktivität",
|
||||
"\"{title}\" had recent activity: " : "\"{title}\" hatte in letzter Zeit folgende Aktivitäten:",
|
||||
"A user" : "Ein Benutzer",
|
||||
|
@ -101,6 +108,7 @@
|
|||
"Poll \"{pollTitle}\" added" : "Umfrage \"{pollTitle}\" hinzugefügt",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Fehler beim Erstellen der Umfrage \"{pollTitle}\"",
|
||||
"Add new Poll" : "Neue Umfrage hinzufügen",
|
||||
"Administration" : "Verwaltung",
|
||||
"Settings" : "Einstellungen",
|
||||
"Relevant" : "Relevant",
|
||||
"My polls" : "Meine Umfragen",
|
||||
|
@ -197,8 +205,18 @@
|
|||
"No" : "Nein",
|
||||
"Yes" : "Ja",
|
||||
"User {userId} removed" : "Benutzer {userId} entfernt",
|
||||
"Manage polls" : "Umfragen verwalten",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Umfragen anderer Benutzer verwalten. Du kannst Eigentümer werden oder Umfragen löschen.",
|
||||
"No polls found for this category" : "Keine Umfragen für diese Kategorie gefunden",
|
||||
"Add one or change category!" : "Kategorie hinzufügen oder ändern!",
|
||||
"Take over" : "Übernehmen",
|
||||
"Set \"deleted\" status" : "\"Gelöscht\"-Status setzen",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Möchtest du diese Umfrage von {Benutzername} übernehmen und den Eigentümer ändern?",
|
||||
"The original owner will be notified." : "Der ursprüngliche Eigentümer wird benachrichtigt.",
|
||||
"Do you want to delete this poll?" : "Möchten Sie diese Umfrage wirklich löschen?",
|
||||
"This action cannot be reverted." : "Dies kann nicht rückgängig gemacht werden.",
|
||||
"Error switching deleted status." : "Fehler beim Setzen des \"Gelöscht\"-Status.",
|
||||
"Error overtaking poll." : "Fehler beim Übernehmen der Umfrage.",
|
||||
"404 - poll not found" : "404 - Umfrage nicht gefunden",
|
||||
"Enter a poll or start a new one." : "Tritt einer Umfrage bei oder starte eine neue.",
|
||||
"Goto Nextcloud" : "Gehe zu Nextcloud",
|
||||
|
@ -216,6 +234,8 @@
|
|||
"All polls, where you have access to." : "Alle Umfragen, auf die du Zugriff hast.",
|
||||
"Error loading poll" : "Fehler beim Laden der Umfrage",
|
||||
"Toggle Sidebar" : "Seitenleiste umschalten",
|
||||
"Closed {relativeTimeAgo}" : "Geschlossen {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Schließt {relativeExpirationTime}",
|
||||
"No vote options available" : "Keine Abstimmungsoptionen verfügbar",
|
||||
"Maybe the owner did not provide some until now." : "Vielleicht hat der Besitzer bis jetzt keine zur Verfügung gestellt.",
|
||||
"Switch to mobile view" : "Zur Mobilansicht wechseln",
|
||||
|
|
|
@ -11,6 +11,12 @@ OC.L10N.register(
|
|||
"Polls" : "Umfragen",
|
||||
"%s invited you to a poll" : "%s hat Sie zu einer Umfrage eingeladen",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} hat Sie zur \"%s\" Umfrage eingeladen",
|
||||
"%s took over your poll" : "%s hat Ihre Umfrage übernommen",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} hat Ihre Umfrage \"%s\" übernommen und ist der neue Eigentümer.",
|
||||
"%s permanently deleted your poll" : "%s hat Ihre Umfrage dauerhaft gelöscht",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} hat Ihre Umfrage \"%s\" dauerhaft gelöscht",
|
||||
"%s changed the deleted status of your poll" : "%s hat den \"Gelöscht\"-Status Ihrer Umfrage geändert",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} hat den \"Gelöscht\"-Status Ihrer Umfrage \"%s\" geändert.",
|
||||
"- %s voted." : "- %s hat abgestimmt.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Umfragekonfiguration aktualisiert. Bitte überprüfen Sie Ihre Stimmabgabe.",
|
||||
"- The poll got deleted." : "- Die Umfrage wurde gelöscht.",
|
||||
|
@ -18,6 +24,7 @@ OC.L10N.register(
|
|||
"- The poll was closed." : "- Die Umfrage wurde geschlossen.",
|
||||
"- A vote option was added." : "- Eine Abstimmungsmöglichkeit wurde hinzugefügt.",
|
||||
"- A vote option was removed." : "- Eine Abstimmungsmöglichkeit wurde entfernt.",
|
||||
"- The poll owner changed." : "- Der Eigentümer der Umfrage hat sich geändert.",
|
||||
"Polls App - New Activity" : "Umfragen App - Neue Aktivität",
|
||||
"\"{title}\" had recent activity: " : "\"{title}\" hatte in letzter Zeit folgende Aktivitäten:",
|
||||
"A user" : "Ein Benutzer",
|
||||
|
@ -103,6 +110,7 @@ OC.L10N.register(
|
|||
"Poll \"{pollTitle}\" added" : "Umfrage \"{pollTitle}\" hinzugefügt",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Fehler beim Erstellen der Umfrage \"{pollTitle}\"",
|
||||
"Add new Poll" : "Neue Umfrage hinzufügen",
|
||||
"Administration" : "Verwaltung",
|
||||
"Settings" : "Einstellungen",
|
||||
"Relevant" : "Relevant",
|
||||
"My polls" : "Meine Umfragen",
|
||||
|
@ -199,8 +207,18 @@ OC.L10N.register(
|
|||
"No" : "Nein",
|
||||
"Yes" : "Ja",
|
||||
"User {userId} removed" : "Benutzer {userId} entfernt",
|
||||
"Manage polls" : "Umfragen verwalten",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Umfragen anderer Benutzer verwalten. Sie können Eigentümer werden oder Umfragen löschen.",
|
||||
"No polls found for this category" : "Keine Umfragen für diese Kategorie gefunden",
|
||||
"Add one or change category!" : "Kategorie hinzufügen oder ändern!",
|
||||
"Take over" : "Übernehmen",
|
||||
"Set \"deleted\" status" : "\"Gelöscht\"-Status setzen",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Möchten Sie diese Umfrage von {Benutzername} übernehmen und den Eigentümer ändern?",
|
||||
"The original owner will be notified." : "Der ursprüngliche Eigentümer wird benachrichtigt.",
|
||||
"Do you want to delete this poll?" : "Möchten Sie diese Umfrage wirklich löschen?",
|
||||
"This action cannot be reverted." : "Dies kann nicht rückgängig gemacht werden.",
|
||||
"Error switching deleted status." : "Fehler beim Setzen des \"Gelöscht\"-Status.",
|
||||
"Error overtaking poll." : "Fehler beim Übernehmen der Umfrage.",
|
||||
"404 - poll not found" : "404 - Umfrage nicht gefunden",
|
||||
"Enter a poll or start a new one." : "Treten Sie einer Umfrage bei oder starten Sie eine neue.",
|
||||
"Goto Nextcloud" : "Gehe zu Nextcloud",
|
||||
|
@ -218,6 +236,8 @@ OC.L10N.register(
|
|||
"All polls, where you have access to." : "Alle Umfragen auf die Sie Zugriff haben.",
|
||||
"Error loading poll" : "Fehler beim Laden der Umfrage",
|
||||
"Toggle Sidebar" : "Seitenleiste umschalten",
|
||||
"Closed {relativeTimeAgo}" : "Geschlossen {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Schließt {relativeExpirationTime}",
|
||||
"No vote options available" : "Keine Abstimmungsoptionen verfügbar",
|
||||
"Maybe the owner did not provide some until now." : "Vielleicht hat der Besitzer bis jetzt keine zur Verfügung gestellt.",
|
||||
"Switch to mobile view" : "Zur Mobilansicht wechseln",
|
||||
|
|
|
@ -9,6 +9,12 @@
|
|||
"Polls" : "Umfragen",
|
||||
"%s invited you to a poll" : "%s hat Sie zu einer Umfrage eingeladen",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} hat Sie zur \"%s\" Umfrage eingeladen",
|
||||
"%s took over your poll" : "%s hat Ihre Umfrage übernommen",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} hat Ihre Umfrage \"%s\" übernommen und ist der neue Eigentümer.",
|
||||
"%s permanently deleted your poll" : "%s hat Ihre Umfrage dauerhaft gelöscht",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} hat Ihre Umfrage \"%s\" dauerhaft gelöscht",
|
||||
"%s changed the deleted status of your poll" : "%s hat den \"Gelöscht\"-Status Ihrer Umfrage geändert",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} hat den \"Gelöscht\"-Status Ihrer Umfrage \"%s\" geändert.",
|
||||
"- %s voted." : "- %s hat abgestimmt.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Umfragekonfiguration aktualisiert. Bitte überprüfen Sie Ihre Stimmabgabe.",
|
||||
"- The poll got deleted." : "- Die Umfrage wurde gelöscht.",
|
||||
|
@ -16,6 +22,7 @@
|
|||
"- The poll was closed." : "- Die Umfrage wurde geschlossen.",
|
||||
"- A vote option was added." : "- Eine Abstimmungsmöglichkeit wurde hinzugefügt.",
|
||||
"- A vote option was removed." : "- Eine Abstimmungsmöglichkeit wurde entfernt.",
|
||||
"- The poll owner changed." : "- Der Eigentümer der Umfrage hat sich geändert.",
|
||||
"Polls App - New Activity" : "Umfragen App - Neue Aktivität",
|
||||
"\"{title}\" had recent activity: " : "\"{title}\" hatte in letzter Zeit folgende Aktivitäten:",
|
||||
"A user" : "Ein Benutzer",
|
||||
|
@ -101,6 +108,7 @@
|
|||
"Poll \"{pollTitle}\" added" : "Umfrage \"{pollTitle}\" hinzugefügt",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Fehler beim Erstellen der Umfrage \"{pollTitle}\"",
|
||||
"Add new Poll" : "Neue Umfrage hinzufügen",
|
||||
"Administration" : "Verwaltung",
|
||||
"Settings" : "Einstellungen",
|
||||
"Relevant" : "Relevant",
|
||||
"My polls" : "Meine Umfragen",
|
||||
|
@ -197,8 +205,18 @@
|
|||
"No" : "Nein",
|
||||
"Yes" : "Ja",
|
||||
"User {userId} removed" : "Benutzer {userId} entfernt",
|
||||
"Manage polls" : "Umfragen verwalten",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Umfragen anderer Benutzer verwalten. Sie können Eigentümer werden oder Umfragen löschen.",
|
||||
"No polls found for this category" : "Keine Umfragen für diese Kategorie gefunden",
|
||||
"Add one or change category!" : "Kategorie hinzufügen oder ändern!",
|
||||
"Take over" : "Übernehmen",
|
||||
"Set \"deleted\" status" : "\"Gelöscht\"-Status setzen",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Möchten Sie diese Umfrage von {Benutzername} übernehmen und den Eigentümer ändern?",
|
||||
"The original owner will be notified." : "Der ursprüngliche Eigentümer wird benachrichtigt.",
|
||||
"Do you want to delete this poll?" : "Möchten Sie diese Umfrage wirklich löschen?",
|
||||
"This action cannot be reverted." : "Dies kann nicht rückgängig gemacht werden.",
|
||||
"Error switching deleted status." : "Fehler beim Setzen des \"Gelöscht\"-Status.",
|
||||
"Error overtaking poll." : "Fehler beim Übernehmen der Umfrage.",
|
||||
"404 - poll not found" : "404 - Umfrage nicht gefunden",
|
||||
"Enter a poll or start a new one." : "Treten Sie einer Umfrage bei oder starten Sie eine neue.",
|
||||
"Goto Nextcloud" : "Gehe zu Nextcloud",
|
||||
|
@ -216,6 +234,8 @@
|
|||
"All polls, where you have access to." : "Alle Umfragen auf die Sie Zugriff haben.",
|
||||
"Error loading poll" : "Fehler beim Laden der Umfrage",
|
||||
"Toggle Sidebar" : "Seitenleiste umschalten",
|
||||
"Closed {relativeTimeAgo}" : "Geschlossen {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Schließt {relativeExpirationTime}",
|
||||
"No vote options available" : "Keine Abstimmungsoptionen verfügbar",
|
||||
"Maybe the owner did not provide some until now." : "Vielleicht hat der Besitzer bis jetzt keine zur Verfügung gestellt.",
|
||||
"Switch to mobile view" : "Zur Mobilansicht wechseln",
|
||||
|
|
|
@ -103,6 +103,7 @@ OC.L10N.register(
|
|||
"Poll \"{pollTitle}\" added" : "Sondage \"{pollTitle}\" ajouté",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Erreur à la création du sondage \"{pollTitle}\"",
|
||||
"Add new Poll" : "Ajouter un nouveau sondage",
|
||||
"Administration" : "Administration",
|
||||
"Settings" : "Paramètres",
|
||||
"Relevant" : "Me concernant",
|
||||
"My polls" : "Mes sondages",
|
||||
|
@ -199,6 +200,7 @@ OC.L10N.register(
|
|||
"No" : "Non",
|
||||
"Yes" : "Oui",
|
||||
"User {userId} removed" : "L'utilisateur {userId} a été supprimé",
|
||||
"Manage polls" : "Gérer les sondages",
|
||||
"No polls found for this category" : "Aucun sondage trouvé pour cette catégorie",
|
||||
"Add one or change category!" : "Ajoutez-en une ou changez de catégorie!",
|
||||
"404 - poll not found" : "404 - sondage introuvable",
|
||||
|
|
|
@ -101,6 +101,7 @@
|
|||
"Poll \"{pollTitle}\" added" : "Sondage \"{pollTitle}\" ajouté",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Erreur à la création du sondage \"{pollTitle}\"",
|
||||
"Add new Poll" : "Ajouter un nouveau sondage",
|
||||
"Administration" : "Administration",
|
||||
"Settings" : "Paramètres",
|
||||
"Relevant" : "Me concernant",
|
||||
"My polls" : "Mes sondages",
|
||||
|
@ -197,6 +198,7 @@
|
|||
"No" : "Non",
|
||||
"Yes" : "Oui",
|
||||
"User {userId} removed" : "L'utilisateur {userId} a été supprimé",
|
||||
"Manage polls" : "Gérer les sondages",
|
||||
"No polls found for this category" : "Aucun sondage trouvé pour cette catégorie",
|
||||
"Add one or change category!" : "Ajoutez-en une ou changez de catégorie!",
|
||||
"404 - poll not found" : "404 - sondage introuvable",
|
||||
|
|
10
l10n/it.js
10
l10n/it.js
|
@ -11,6 +11,8 @@ OC.L10N.register(
|
|||
"Polls" : "Sondaggi",
|
||||
"%s invited you to a poll" : "%s ti ha invitato a un sondaggio",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} ti ha invitato al sondaggio \"%s\".",
|
||||
"%s permanently deleted your poll" : "%s ha eliminato definitivamente il tuo sondaggio",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} ha eliminato definitivamente il tuo sondaggio \"%s\".",
|
||||
"- %s voted." : "- %s ha votato.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Configurazione del sondaggio aggiornata. Controlla i tuoi voti.",
|
||||
"- The poll got deleted." : "- Il sondaggio è stato eliminato.",
|
||||
|
@ -18,6 +20,7 @@ OC.L10N.register(
|
|||
"- The poll was closed." : "- Il sondaggio è stato chiuso.",
|
||||
"- A vote option was added." : "Un'opzione di voto è stata aggiunta.",
|
||||
"- A vote option was removed." : "Un'opzione di voto è stata rimossa.",
|
||||
"- The poll owner changed." : "- Il proprietario del sondaggio è cambiato.",
|
||||
"Polls App - New Activity" : "Applicazione Sondaggi - Nuova attività",
|
||||
"\"{title}\" had recent activity: " : "\"{title}\" ha attività recenti: ",
|
||||
"A user" : "Un utente",
|
||||
|
@ -103,6 +106,7 @@ OC.L10N.register(
|
|||
"Poll \"{pollTitle}\" added" : "Sondaggio \"{pollTitle}\" aggiunto",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Errore durante la creazione del sondaggio \"{pollTitle}\"",
|
||||
"Add new Poll" : "Aggiungi nuovo sondaggio",
|
||||
"Administration" : "Amministrazione",
|
||||
"Settings" : "Impostazioni",
|
||||
"Relevant" : "Importante",
|
||||
"My polls" : "I miei sondaggi",
|
||||
|
@ -199,8 +203,13 @@ OC.L10N.register(
|
|||
"No" : "No",
|
||||
"Yes" : "Sì",
|
||||
"User {userId} removed" : "Utente {userId} rimosso",
|
||||
"Manage polls" : "Gestisci i sondaggi",
|
||||
"No polls found for this category" : "Nessun sondaggio trovato per questa categoria",
|
||||
"Add one or change category!" : "Aggiungi una o cambia categoria!",
|
||||
"Set \"deleted\" status" : "Imposta stato \"eliminato\"",
|
||||
"The original owner will be notified." : "Il proprietario originale riceverà una notifica.",
|
||||
"Do you want to delete this poll?" : "Vuoi eliminare questo sondaggio?",
|
||||
"This action cannot be reverted." : "Questa azione non può essere annullata.",
|
||||
"404 - poll not found" : "404 - sondaggio non trovato",
|
||||
"Enter a poll or start a new one." : "Digita un sondaggio o avviane uno nuovo",
|
||||
"Goto Nextcloud" : "Vai a Nextcloud",
|
||||
|
@ -218,6 +227,7 @@ OC.L10N.register(
|
|||
"All polls, where you have access to." : "Tutti i sondaggi a cui hai accesso.",
|
||||
"Error loading poll" : "Errore durante il caricamento del sondaggio",
|
||||
"Toggle Sidebar" : "Commuta barra laterale",
|
||||
"Closed {relativeTimeAgo}" : "Chiuso {relativeTimeAgo}",
|
||||
"No vote options available" : "Non sono disponibili opzioni di voto",
|
||||
"Maybe the owner did not provide some until now." : "Forse il proprietario non le ha fornite ancora.",
|
||||
"Switch to mobile view" : "Passa alla vista mobile",
|
||||
|
|
10
l10n/it.json
10
l10n/it.json
|
@ -9,6 +9,8 @@
|
|||
"Polls" : "Sondaggi",
|
||||
"%s invited you to a poll" : "%s ti ha invitato a un sondaggio",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} ti ha invitato al sondaggio \"%s\".",
|
||||
"%s permanently deleted your poll" : "%s ha eliminato definitivamente il tuo sondaggio",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} ha eliminato definitivamente il tuo sondaggio \"%s\".",
|
||||
"- %s voted." : "- %s ha votato.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Configurazione del sondaggio aggiornata. Controlla i tuoi voti.",
|
||||
"- The poll got deleted." : "- Il sondaggio è stato eliminato.",
|
||||
|
@ -16,6 +18,7 @@
|
|||
"- The poll was closed." : "- Il sondaggio è stato chiuso.",
|
||||
"- A vote option was added." : "Un'opzione di voto è stata aggiunta.",
|
||||
"- A vote option was removed." : "Un'opzione di voto è stata rimossa.",
|
||||
"- The poll owner changed." : "- Il proprietario del sondaggio è cambiato.",
|
||||
"Polls App - New Activity" : "Applicazione Sondaggi - Nuova attività",
|
||||
"\"{title}\" had recent activity: " : "\"{title}\" ha attività recenti: ",
|
||||
"A user" : "Un utente",
|
||||
|
@ -101,6 +104,7 @@
|
|||
"Poll \"{pollTitle}\" added" : "Sondaggio \"{pollTitle}\" aggiunto",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Errore durante la creazione del sondaggio \"{pollTitle}\"",
|
||||
"Add new Poll" : "Aggiungi nuovo sondaggio",
|
||||
"Administration" : "Amministrazione",
|
||||
"Settings" : "Impostazioni",
|
||||
"Relevant" : "Importante",
|
||||
"My polls" : "I miei sondaggi",
|
||||
|
@ -197,8 +201,13 @@
|
|||
"No" : "No",
|
||||
"Yes" : "Sì",
|
||||
"User {userId} removed" : "Utente {userId} rimosso",
|
||||
"Manage polls" : "Gestisci i sondaggi",
|
||||
"No polls found for this category" : "Nessun sondaggio trovato per questa categoria",
|
||||
"Add one or change category!" : "Aggiungi una o cambia categoria!",
|
||||
"Set \"deleted\" status" : "Imposta stato \"eliminato\"",
|
||||
"The original owner will be notified." : "Il proprietario originale riceverà una notifica.",
|
||||
"Do you want to delete this poll?" : "Vuoi eliminare questo sondaggio?",
|
||||
"This action cannot be reverted." : "Questa azione non può essere annullata.",
|
||||
"404 - poll not found" : "404 - sondaggio non trovato",
|
||||
"Enter a poll or start a new one." : "Digita un sondaggio o avviane uno nuovo",
|
||||
"Goto Nextcloud" : "Vai a Nextcloud",
|
||||
|
@ -216,6 +225,7 @@
|
|||
"All polls, where you have access to." : "Tutti i sondaggi a cui hai accesso.",
|
||||
"Error loading poll" : "Errore durante il caricamento del sondaggio",
|
||||
"Toggle Sidebar" : "Commuta barra laterale",
|
||||
"Closed {relativeTimeAgo}" : "Chiuso {relativeTimeAgo}",
|
||||
"No vote options available" : "Non sono disponibili opzioni di voto",
|
||||
"Maybe the owner did not provide some until now." : "Forse il proprietario non le ha fornite ancora.",
|
||||
"Switch to mobile view" : "Passa alla vista mobile",
|
||||
|
|
20
l10n/nl.js
20
l10n/nl.js
|
@ -11,6 +11,12 @@ OC.L10N.register(
|
|||
"Polls" : "Peilingen",
|
||||
"%s invited you to a poll" : "%s heeft je uitgenodigd voor een peiling",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} heeft je uitgenodigd om deel te nemen aan peiling \"%s\".",
|
||||
"%s took over your poll" : "%s heeft je peiling overgenomen",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} heeft je peiling \"%s\" overgenomen en is nu de nieuwe eigenaar.",
|
||||
"%s permanently deleted your poll" : "%s heeft je peiling permanent verwijderd",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} verwijderde je peiling \"%s\" definitief.",
|
||||
"%s changed the deleted status of your poll" : "%s wijizigde de verwijderd status van je peiling",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} wijzigde de verwijderd status van je peiling \"%s\".",
|
||||
"- %s voted." : "- %s stemde.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Configuratie van de peiling bijgewerkt. Verifieer je stemmen.",
|
||||
"- The poll got deleted." : "- De peiling is verwijderd.",
|
||||
|
@ -18,6 +24,7 @@ OC.L10N.register(
|
|||
"- The poll was closed." : "- De peiling is gesloten.",
|
||||
"- A vote option was added." : "- Een stemoptie is toevoegd.",
|
||||
"- A vote option was removed." : "- Een stemoptie is weggehaald.",
|
||||
"- The poll owner changed." : "- Eigendom van de peiling overgedragen.",
|
||||
"Polls App - New Activity" : "Peilingen App - Nieuwe Activiteit",
|
||||
"\"{title}\" had recent activity: " : "\"{title}\" had recente activiteit: ",
|
||||
"A user" : "Een gebruiker",
|
||||
|
@ -103,6 +110,7 @@ OC.L10N.register(
|
|||
"Poll \"{pollTitle}\" added" : "Peiling \"{pollTitle}\" toegevoegd",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Fout bij creëren peiling \"{pollTitle}\"",
|
||||
"Add new Poll" : "Toevoegen nieuwe peiling",
|
||||
"Administration" : "Beheer",
|
||||
"Settings" : "Instellingen",
|
||||
"Relevant" : "Relevant",
|
||||
"My polls" : "Mijn peilingen",
|
||||
|
@ -199,8 +207,18 @@ OC.L10N.register(
|
|||
"No" : "Nee",
|
||||
"Yes" : "Ja",
|
||||
"User {userId} removed" : "Gebruiker {userId} verwijderd",
|
||||
"Manage polls" : "Beheer peilingen",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Beheer peilingen van andere gebruikers. Je kunt het eigendom overnemen of peilingen verwijderen.",
|
||||
"No polls found for this category" : "Geen peilingen gevonden in deze categorie",
|
||||
"Add one or change category!" : "Voer er een toe of wijzig de categorie!",
|
||||
"Take over" : "Overnemen",
|
||||
"Set \"deleted\" status" : "Instellen \"verwijderd\" status",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Wil je de peiling van {gebruikersnaam} overnemen en het eigenaarschap wijzigen?",
|
||||
"The original owner will be notified." : "De originele eigenaar wordt geïnformeerd.",
|
||||
"Do you want to delete this poll?" : "Wil je deze nieuwe peiling verwijderen?",
|
||||
"This action cannot be reverted." : "Deze actie is onomkeerbaar.",
|
||||
"Error switching deleted status." : "Fout bij omschakelen verwijderd status",
|
||||
"Error overtaking poll." : "Fout bij overnemen peiling.",
|
||||
"404 - poll not found" : "404 - peiling niet gevonden",
|
||||
"Enter a poll or start a new one." : "Doe mee met een peiling of start een nieuwe.",
|
||||
"Goto Nextcloud" : "Ga naar Nextcloud",
|
||||
|
@ -218,6 +236,8 @@ OC.L10N.register(
|
|||
"All polls, where you have access to." : "Alle peilingen waar je bij mag.",
|
||||
"Error loading poll" : "Fout bij laden peiling",
|
||||
"Toggle Sidebar" : "Omschakelen Zijbalk",
|
||||
"Closed {relativeTimeAgo}" : "Gesloten {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Sluiten {relativeExpirationTime}",
|
||||
"No vote options available" : "Geen stemopties beschikbaar",
|
||||
"Maybe the owner did not provide some until now." : "Misschien heeft de eigenaar nog geen opties toegevoegd.",
|
||||
"Switch to mobile view" : "Omschakelen naar mobiel beeld",
|
||||
|
|
20
l10n/nl.json
20
l10n/nl.json
|
@ -9,6 +9,12 @@
|
|||
"Polls" : "Peilingen",
|
||||
"%s invited you to a poll" : "%s heeft je uitgenodigd voor een peiling",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} heeft je uitgenodigd om deel te nemen aan peiling \"%s\".",
|
||||
"%s took over your poll" : "%s heeft je peiling overgenomen",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} heeft je peiling \"%s\" overgenomen en is nu de nieuwe eigenaar.",
|
||||
"%s permanently deleted your poll" : "%s heeft je peiling permanent verwijderd",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} verwijderde je peiling \"%s\" definitief.",
|
||||
"%s changed the deleted status of your poll" : "%s wijizigde de verwijderd status van je peiling",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} wijzigde de verwijderd status van je peiling \"%s\".",
|
||||
"- %s voted." : "- %s stemde.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Configuratie van de peiling bijgewerkt. Verifieer je stemmen.",
|
||||
"- The poll got deleted." : "- De peiling is verwijderd.",
|
||||
|
@ -16,6 +22,7 @@
|
|||
"- The poll was closed." : "- De peiling is gesloten.",
|
||||
"- A vote option was added." : "- Een stemoptie is toevoegd.",
|
||||
"- A vote option was removed." : "- Een stemoptie is weggehaald.",
|
||||
"- The poll owner changed." : "- Eigendom van de peiling overgedragen.",
|
||||
"Polls App - New Activity" : "Peilingen App - Nieuwe Activiteit",
|
||||
"\"{title}\" had recent activity: " : "\"{title}\" had recente activiteit: ",
|
||||
"A user" : "Een gebruiker",
|
||||
|
@ -101,6 +108,7 @@
|
|||
"Poll \"{pollTitle}\" added" : "Peiling \"{pollTitle}\" toegevoegd",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Fout bij creëren peiling \"{pollTitle}\"",
|
||||
"Add new Poll" : "Toevoegen nieuwe peiling",
|
||||
"Administration" : "Beheer",
|
||||
"Settings" : "Instellingen",
|
||||
"Relevant" : "Relevant",
|
||||
"My polls" : "Mijn peilingen",
|
||||
|
@ -197,8 +205,18 @@
|
|||
"No" : "Nee",
|
||||
"Yes" : "Ja",
|
||||
"User {userId} removed" : "Gebruiker {userId} verwijderd",
|
||||
"Manage polls" : "Beheer peilingen",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Beheer peilingen van andere gebruikers. Je kunt het eigendom overnemen of peilingen verwijderen.",
|
||||
"No polls found for this category" : "Geen peilingen gevonden in deze categorie",
|
||||
"Add one or change category!" : "Voer er een toe of wijzig de categorie!",
|
||||
"Take over" : "Overnemen",
|
||||
"Set \"deleted\" status" : "Instellen \"verwijderd\" status",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Wil je de peiling van {gebruikersnaam} overnemen en het eigenaarschap wijzigen?",
|
||||
"The original owner will be notified." : "De originele eigenaar wordt geïnformeerd.",
|
||||
"Do you want to delete this poll?" : "Wil je deze nieuwe peiling verwijderen?",
|
||||
"This action cannot be reverted." : "Deze actie is onomkeerbaar.",
|
||||
"Error switching deleted status." : "Fout bij omschakelen verwijderd status",
|
||||
"Error overtaking poll." : "Fout bij overnemen peiling.",
|
||||
"404 - poll not found" : "404 - peiling niet gevonden",
|
||||
"Enter a poll or start a new one." : "Doe mee met een peiling of start een nieuwe.",
|
||||
"Goto Nextcloud" : "Ga naar Nextcloud",
|
||||
|
@ -216,6 +234,8 @@
|
|||
"All polls, where you have access to." : "Alle peilingen waar je bij mag.",
|
||||
"Error loading poll" : "Fout bij laden peiling",
|
||||
"Toggle Sidebar" : "Omschakelen Zijbalk",
|
||||
"Closed {relativeTimeAgo}" : "Gesloten {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Sluiten {relativeExpirationTime}",
|
||||
"No vote options available" : "Geen stemopties beschikbaar",
|
||||
"Maybe the owner did not provide some until now." : "Misschien heeft de eigenaar nog geen opties toegevoegd.",
|
||||
"Switch to mobile view" : "Omschakelen naar mobiel beeld",
|
||||
|
|
20
l10n/pl.js
20
l10n/pl.js
|
@ -11,6 +11,12 @@ OC.L10N.register(
|
|||
"Polls" : "Sondy",
|
||||
"%s invited you to a poll" : "%s zaprosił Ciebie do sondy",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} zaprosił Ciebie do sondy \"%s\".",
|
||||
"%s took over your poll" : "%s przejął Twoją sondę",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} przejął Twoją sondę \"%s\" i jest nowym właścicielem.",
|
||||
"%s permanently deleted your poll" : "%s trwale usunął Twoją sondę",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} trwale usunął Twoją sondę \"%s\".",
|
||||
"%s changed the deleted status of your poll" : "%s zmienił usunięty status Twojej sondy",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} zmienił usunięty status Twojej sondy \"%s\".",
|
||||
"- %s voted." : "- %s głosowało.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Zaktualizowana konfiguracja sondy. Sprawdź swoje głosy.",
|
||||
"- The poll got deleted." : "- Sonda została usunięta.",
|
||||
|
@ -18,6 +24,7 @@ OC.L10N.register(
|
|||
"- The poll was closed." : "- Sonda została zamknięta.",
|
||||
"- A vote option was added." : "- Dodano opcję głosowania.",
|
||||
"- A vote option was removed." : "- Opcja głosowania została usunięta.",
|
||||
"- The poll owner changed." : "- Zmienił się właściciel sondy.",
|
||||
"Polls App - New Activity" : "Aplikacja Sondy - Nowa aktywność",
|
||||
"\"{title}\" had recent activity: " : "Ostatnia aktywność w \"{title}\":",
|
||||
"A user" : "Użytkownik",
|
||||
|
@ -103,6 +110,7 @@ OC.L10N.register(
|
|||
"Poll \"{pollTitle}\" added" : "Dodano sondę \"{pollTitle}\"",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Błąd podczas tworzenia sondy \"{pollTitle}\"",
|
||||
"Add new Poll" : "Dodaj nową sondę",
|
||||
"Administration" : "Administracja",
|
||||
"Settings" : "Ustawienia",
|
||||
"Relevant" : "Istotna",
|
||||
"My polls" : "Moje sondy",
|
||||
|
@ -199,8 +207,18 @@ OC.L10N.register(
|
|||
"No" : "Nie",
|
||||
"Yes" : "Tak",
|
||||
"User {userId} removed" : "Usunięto użytkownika {userId}",
|
||||
"Manage polls" : "Zarządzaj sondami",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Zarządzaj sondami innych użytkowników. Możesz przejąć własność lub usunąć sondy.",
|
||||
"No polls found for this category" : "Nie znaleziono sond dla tej kategorii",
|
||||
"Add one or change category!" : "Dodaj jedną lub zmień kategorię!",
|
||||
"Take over" : "Przejąć",
|
||||
"Set \"deleted\" status" : "Ustaw status \"usunięta\"",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Czy chcesz przejąć tę sondę od {username} i zmienić właściciela?",
|
||||
"The original owner will be notified." : "Pierwotny właściciel zostanie powiadomiony.",
|
||||
"Do you want to delete this poll?" : "Czy chcesz usunąć tę sondę?",
|
||||
"This action cannot be reverted." : "Tej czynności nie można cofnąć.",
|
||||
"Error switching deleted status." : "Błąd podczas zmiany usuniętego statusu.",
|
||||
"Error overtaking poll." : "Błąd wyprzedzenia sondy.",
|
||||
"404 - poll not found" : "404 - nie znaleziono sondy",
|
||||
"Enter a poll or start a new one." : "Wybierz sondę lub rozpocznij nową.",
|
||||
"Goto Nextcloud" : "Przejdź do Nextcloud",
|
||||
|
@ -218,6 +236,8 @@ OC.L10N.register(
|
|||
"All polls, where you have access to." : "Wszystkie sondy, do których masz dostęp.",
|
||||
"Error loading poll" : "Błąd ładowania sondy",
|
||||
"Toggle Sidebar" : "Przełącz pasek boczny",
|
||||
"Closed {relativeTimeAgo}" : "Zamknięta {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Zamknięcie {relativeExpirationTime}",
|
||||
"No vote options available" : "Brak dostępnych opcji głosowania",
|
||||
"Maybe the owner did not provide some until now." : "Może właściciel do tej pory ich nie umożliwił.",
|
||||
"Switch to mobile view" : "Przełącz na widok mobilny",
|
||||
|
|
20
l10n/pl.json
20
l10n/pl.json
|
@ -9,6 +9,12 @@
|
|||
"Polls" : "Sondy",
|
||||
"%s invited you to a poll" : "%s zaprosił Ciebie do sondy",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} zaprosił Ciebie do sondy \"%s\".",
|
||||
"%s took over your poll" : "%s przejął Twoją sondę",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} przejął Twoją sondę \"%s\" i jest nowym właścicielem.",
|
||||
"%s permanently deleted your poll" : "%s trwale usunął Twoją sondę",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} trwale usunął Twoją sondę \"%s\".",
|
||||
"%s changed the deleted status of your poll" : "%s zmienił usunięty status Twojej sondy",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} zmienił usunięty status Twojej sondy \"%s\".",
|
||||
"- %s voted." : "- %s głosowało.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Zaktualizowana konfiguracja sondy. Sprawdź swoje głosy.",
|
||||
"- The poll got deleted." : "- Sonda została usunięta.",
|
||||
|
@ -16,6 +22,7 @@
|
|||
"- The poll was closed." : "- Sonda została zamknięta.",
|
||||
"- A vote option was added." : "- Dodano opcję głosowania.",
|
||||
"- A vote option was removed." : "- Opcja głosowania została usunięta.",
|
||||
"- The poll owner changed." : "- Zmienił się właściciel sondy.",
|
||||
"Polls App - New Activity" : "Aplikacja Sondy - Nowa aktywność",
|
||||
"\"{title}\" had recent activity: " : "Ostatnia aktywność w \"{title}\":",
|
||||
"A user" : "Użytkownik",
|
||||
|
@ -101,6 +108,7 @@
|
|||
"Poll \"{pollTitle}\" added" : "Dodano sondę \"{pollTitle}\"",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Błąd podczas tworzenia sondy \"{pollTitle}\"",
|
||||
"Add new Poll" : "Dodaj nową sondę",
|
||||
"Administration" : "Administracja",
|
||||
"Settings" : "Ustawienia",
|
||||
"Relevant" : "Istotna",
|
||||
"My polls" : "Moje sondy",
|
||||
|
@ -197,8 +205,18 @@
|
|||
"No" : "Nie",
|
||||
"Yes" : "Tak",
|
||||
"User {userId} removed" : "Usunięto użytkownika {userId}",
|
||||
"Manage polls" : "Zarządzaj sondami",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Zarządzaj sondami innych użytkowników. Możesz przejąć własność lub usunąć sondy.",
|
||||
"No polls found for this category" : "Nie znaleziono sond dla tej kategorii",
|
||||
"Add one or change category!" : "Dodaj jedną lub zmień kategorię!",
|
||||
"Take over" : "Przejąć",
|
||||
"Set \"deleted\" status" : "Ustaw status \"usunięta\"",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Czy chcesz przejąć tę sondę od {username} i zmienić właściciela?",
|
||||
"The original owner will be notified." : "Pierwotny właściciel zostanie powiadomiony.",
|
||||
"Do you want to delete this poll?" : "Czy chcesz usunąć tę sondę?",
|
||||
"This action cannot be reverted." : "Tej czynności nie można cofnąć.",
|
||||
"Error switching deleted status." : "Błąd podczas zmiany usuniętego statusu.",
|
||||
"Error overtaking poll." : "Błąd wyprzedzenia sondy.",
|
||||
"404 - poll not found" : "404 - nie znaleziono sondy",
|
||||
"Enter a poll or start a new one." : "Wybierz sondę lub rozpocznij nową.",
|
||||
"Goto Nextcloud" : "Przejdź do Nextcloud",
|
||||
|
@ -216,6 +234,8 @@
|
|||
"All polls, where you have access to." : "Wszystkie sondy, do których masz dostęp.",
|
||||
"Error loading poll" : "Błąd ładowania sondy",
|
||||
"Toggle Sidebar" : "Przełącz pasek boczny",
|
||||
"Closed {relativeTimeAgo}" : "Zamknięta {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Zamknięcie {relativeExpirationTime}",
|
||||
"No vote options available" : "Brak dostępnych opcji głosowania",
|
||||
"Maybe the owner did not provide some until now." : "Może właściciel do tej pory ich nie umożliwił.",
|
||||
"Switch to mobile view" : "Przełącz na widok mobilny",
|
||||
|
|
|
@ -8,7 +8,22 @@ OC.L10N.register(
|
|||
"Group" : "Grupo",
|
||||
"User" : "Usuário",
|
||||
"Polls" : "Enquetes",
|
||||
"%s invited you to a poll" : "%s convidou você para uma enquete",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} convidou você para a enquete \"%s\".",
|
||||
"%s took over your poll" : "%s assumiu sua enquete",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} assumiu sua enquete \"%s\" e é o novo proprietário.",
|
||||
"%s permanently deleted your poll" : "%s excluiu sua enquete permanentemente",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} excluiu sua enquete \"%s\" permanentemente.",
|
||||
"%s changed the deleted status of your poll" : "%s alterou o status excluído da sua enquete",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} alterou o status excluído da sua enquete \"%s\".",
|
||||
"- %s voted." : "- %s votou.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Atualizada a configuração da enquete. Verifique seus votos.",
|
||||
"- The poll got deleted." : "- A enquete foi excluída.",
|
||||
"- The poll got restored." : "- A enquete foi reativada.",
|
||||
"- The poll was closed." : "- A enquete foi encerrada.",
|
||||
"- A vote option was added." : "- Foi adicionada uma opção de voto.",
|
||||
"- A vote option was removed." : "- Foi removida uma opção de voto.",
|
||||
"- The poll owner changed." : "- O proprietário da enquete foi alterado.",
|
||||
"Polls App - New Activity" : "Aplicativo Enquete - Atividade Nova",
|
||||
"\"{title}\" had recent activity: " : "\"{title}\" teve a recente atividade: ",
|
||||
"A user" : "Um usuário",
|
||||
|
@ -17,6 +32,7 @@ OC.L10N.register(
|
|||
"Poll invitation \"%s\"" : "Convite da enquete \"%s\"",
|
||||
"{owner} invited you to take part in the poll \"{title}\"" : "{owner} convidou você para participar da enquete \"{title}\"",
|
||||
"This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar: " : "Este link fornece acesso à enquete acima. Pressione o botão acima ou copie o seguinte link e adicione-o na barra de endereço do seu navegador:",
|
||||
"Do not share this link with other people, because it is connected to your votes." : "Não compartilhe este link com outras pessoas, porque ele está vinculado aos seus votos.",
|
||||
"This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Este e-mail foi enviado porque você foi convidado a votar nesta enquete pelo proprietário dela. Pelo menos seu nome ou e-mail estão registrados nesta enquete. Se desejar sair dela, entre em contato com o administrador do site ou o criador da enquete.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Um aplicativo de enquetes, semelhante ao doodle/dudle podendo restringir o acesso.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Um aplicativo de enquetes, semelhante ao doodle/dudle podendo restringir o acesso (membros, certos grupos/usuários, ocultos e públicos).",
|
||||
|
@ -46,13 +62,21 @@ OC.L10N.register(
|
|||
"Your personal link to this poll: {linkURL}" : "Seu link pessoal para esta enquete: {linkURL}",
|
||||
"Copy this link to the clipboard" : "Copiar link para a área de transferência",
|
||||
"Resend invitation mail to {emailAdress}" : "Reenviar convite para {emailAdress}",
|
||||
"Invitation resent to {emailAddress}" : "Convite reenviado para {emailAddress}",
|
||||
"Mail could not be resent to {emailAddress}" : "Mensagem não pôde ser enviada para {emailAddress}",
|
||||
"started this poll on {dateString}." : "iniciou esta enquete em {dateString}.",
|
||||
"This poll is closed since {dateString}. The confirmed options are marked below." : "Esta enquete está encerrada desde {dateString}. As opções confirmadas estão marcadas abaixo.",
|
||||
"This poll is closed since {dateString}, but there are no confirmed options until now." : "Esta enquete está encerrada desde {dateString}, mas ainda não há opções confirmadas.",
|
||||
"You can confirm your favorites now in the options tab in the sidebar." : "Você pode confirmar seus favoritos agora na aba opções da barra lateral.",
|
||||
"You can place your vote until {dateString}." : "Você pode votar até {dateString}.",
|
||||
"This is an anonymous poll. Except to the poll owner, participants names are hidden." : "Esta é uma enquete anônima. Exceto para o proprietário da enquete, os nomes dos participantes ficam ocultos.",
|
||||
"Results are hidden." : "Os resultados estão ocultos.",
|
||||
"They will be revealed after the poll is closed." : "Elas serão divulgadas após o encerramento da enquete.",
|
||||
"The used time zone is {timeZone}." : "O fuso horário usado é {timeZone}.",
|
||||
"Public poll" : "Enquete pública",
|
||||
"Do you want to login?" : "Deseja conectar-se?",
|
||||
"Login" : "Conectar",
|
||||
"Participate in public poll!" : "Participe de uma pesquisa pública!",
|
||||
"To participate, tell us how we can call you!" : "Para participar, diga-nos como podemos chamá-lo!",
|
||||
"Enter your name" : "Digite seu nome",
|
||||
"Optional email address" : "Endereço de e-mail opcional",
|
||||
|
@ -68,9 +92,12 @@ OC.L10N.register(
|
|||
"With your email address you can subscribe to notifications and you will receive your personal link to this poll." : "Com seu endereço de e-mail, você pode se inscrever para receber notificações e receberá seu link pessoal para esta enquete.",
|
||||
"Public link ({token})" : "Link público ({token})",
|
||||
"Conflict" : "Conflito",
|
||||
"Got a network error while checking calendar events." : "Recebeu um erro de rede ao verificar os eventos da agenda.",
|
||||
"New comment …" : "Novo comentário...",
|
||||
"Error while saving comment" : "Erro ao salvar o comentário",
|
||||
"Delete comment" : "Excluir comentário",
|
||||
"No comments" : "Nenhum comentário",
|
||||
"Be the first." : "Seja o primeiro.",
|
||||
"Comment deleted" : "Comentário excluído",
|
||||
"Error while deleting the comment" : "Erro ao excluir o comentário",
|
||||
"Title" : "Título",
|
||||
|
@ -82,6 +109,7 @@ OC.L10N.register(
|
|||
"Poll \"{pollTitle}\" added" : "Enquete \"{pollTitle}\" adicionada",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Erro ao criar a Enquete \"{pollTitle}\"",
|
||||
"Add new Poll" : "Adicionar nova Enquete",
|
||||
"Administration" : "Administração",
|
||||
"Settings" : "Configurações",
|
||||
"Relevant" : "Relevante",
|
||||
"My polls" : "Minhas enquetes",
|
||||
|
@ -98,16 +126,30 @@ OC.L10N.register(
|
|||
"Access" : "Acesso",
|
||||
"Owner" : "Proprietário",
|
||||
"Created" : "Criado",
|
||||
"Closing Date" : "Data de encerramento",
|
||||
"No description provided" : "Nenhuma descrição fornecida",
|
||||
"Deleted" : "Excluído",
|
||||
"All users" : "Todos os usuários",
|
||||
"Only invited users" : "Apenas usuários convidados",
|
||||
"never" : "nunca",
|
||||
"Try experimental styles" : "Testar estilos experimentais",
|
||||
"Some experimental UI variants. Changes the background color of the main area." : "Algumas variantes experimentais da interface. Muda a cor de fundo da área principal.",
|
||||
"Use background image" : "Usar uma imagem de fundo",
|
||||
"Add a background image to the main area." : "Adicionar uma imagem de fundo à área principal.",
|
||||
"Enter the URL of your favorite background image." : "Digite a URL da sua imagem de fundo favorita.",
|
||||
"Glassy navigation" : "Navegação transparente",
|
||||
"Blurs the background of the navigation (Does not work with all browsers)." : "Desfoca o plano de fundo da navegação (Não funciona com todos os navegadores).",
|
||||
"Glassy sidebar" : "Barra lateral transparente",
|
||||
"Blurs the background of the sidebar (Does not work with all browsers)." : "Desfoca o plano de fundo da barra lateral (Não funciona com todos os navegadores).",
|
||||
"Use calendar lookup" : "Usar a pesquisa de calendário",
|
||||
"Check, if an option in a date poll is conflicting with or near an entry in your calendar." : "Verifique se uma opção em uma pesquisa de datas está em conflito ou próxima de uma entrada de sua agenda.",
|
||||
"Opt in to the calendars, which should be checked." : "Optar pelas agendas, que devem ser verificadas.",
|
||||
"Text polls default to list view" : "Enquetes de texto padrão para exibição em lista",
|
||||
"Check this, if you prefer to display text poll in a vertical aligned list rather than in the grid view. The initial default is list view." : "Verifique isto, se preferir exibir a enquete de texto em uma lista alinhada verticalmente em vez de exibição em grade. O padrão inicial é a exibição em lista.",
|
||||
"Date polls default to list view" : "Data das enquetes padrão para exibição em lista",
|
||||
"Check this, if you prefer to display date poll in a vertical view rather than in the grid view. The initial default is grid view." : "Verifique isto, se preferir exibir a enquete de datas em uma exibição vertical em vez de na exibição em grade. O padrão inicial é a exibição em grade.",
|
||||
"User Settings" : "Configurações do usuário",
|
||||
"Experimental Styles" : "Estilos experimentais",
|
||||
"Details" : "Detalhes",
|
||||
"Configuration" : "Configuração",
|
||||
"Options" : "Opções",
|
||||
|
@ -136,8 +178,11 @@ OC.L10N.register(
|
|||
"Clone option" : "Clonar opção",
|
||||
"Unconfirm option" : "Desconfirmar opção",
|
||||
"Confirm option" : "Confirmar opção",
|
||||
"No vote options" : "Nenhuma opção de voto",
|
||||
"Add some!" : "Adicione alguma!",
|
||||
"Add a new text option" : "Adicionar uma nova opção de texto",
|
||||
"Enter option text" : "Digite o texto da opção",
|
||||
"Effective shares" : "Ações efetivas",
|
||||
"Resend invitation mail" : "Reenviar e-mail com convite",
|
||||
"Send invitation mail" : "Enviar e-mail com convite",
|
||||
"Copy link to clipboard" : "Copiar link para a área de transferência",
|
||||
|
@ -145,8 +190,12 @@ OC.L10N.register(
|
|||
"Public shares" : "Compartilhamentos públicos",
|
||||
"Add a public link" : "Adicionar um link público",
|
||||
"Unsent invitations" : "Convites não enviados",
|
||||
"Resolve into individual invitations" : "Resolver em convites individuais",
|
||||
"Remove invitation" : "Excluir o convite",
|
||||
"Enter a name to start the search" : "Digite um nome para iniciar a pesquisa",
|
||||
"Resolving of {name} is not possible. The circles app is not enabled." : "A resolução do {name} não é possível. O aplicativo de círculos não está ativo.",
|
||||
"Resolving of {name} is not possible. The contacts app is not enabled." : "A resolução do {name} não é possível. O aplicativo de contatos não está ativo.",
|
||||
"Error resolving {name}." : "Resolução de erro {name}.",
|
||||
"Invitation sent to {name}" : "Convite enviado para {name}",
|
||||
"Error sending invitation to {name}" : "Erro ao enviar convite para {name}",
|
||||
"Error while adding share" : "Erro ao adicionar compartilhamento",
|
||||
|
@ -157,7 +206,17 @@ OC.L10N.register(
|
|||
"No" : "Não",
|
||||
"Yes" : "Sim",
|
||||
"User {userId} removed" : "Usuário {userId} excluído",
|
||||
"Manage polls" : "Gerenciar enquetes",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Gerenciar enquetes de outros usuários. Você pode assumir a propriedade ou excluir as enquetes.",
|
||||
"No polls found for this category" : "Nenhuma enquete encontrada para esta categoria",
|
||||
"Add one or change category!" : "Adicione uma ou mude a categoria!",
|
||||
"Take over" : "Assumir",
|
||||
"Set \"deleted\" status" : "Definir status \"excluída\"",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Deseja assumir esta enquete de {username} e alterar a propriedade?",
|
||||
"The original owner will be notified." : "O proprietário original será informado.",
|
||||
"Do you want to delete this poll?" : "Deseja excluir esta enquete?",
|
||||
"This action cannot be reverted." : "Esta ação não pode ser desfeita.",
|
||||
"Error switching deleted status." : "Erro ao alterar o status de excluída.",
|
||||
"404 - poll not found" : "404 - enquete não encontrada",
|
||||
"Enter a poll or start a new one." : "Digite uma enquete ou inicie uma nova.",
|
||||
"Goto Nextcloud" : "Ir ao Nextcloud",
|
||||
|
@ -175,6 +234,10 @@ OC.L10N.register(
|
|||
"All polls, where you have access to." : "Todas as enquetes às quais você tem acesso.",
|
||||
"Error loading poll" : "Erro ao carregar a enquete",
|
||||
"Toggle Sidebar" : "Alternar Barra Lateral",
|
||||
"Closed {relativeTimeAgo}" : "Encerrada {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Encerrando em {relativeExpirationTime}",
|
||||
"No vote options available" : "Nenhuma opção de voto disponível",
|
||||
"Maybe the owner did not provide some until now." : "Talvez o proprietário não tenha fornecido alguma até agora.",
|
||||
"Switch to mobile view" : "Mudar para a visualização de celular",
|
||||
"Switch to desktop view" : "Alternar para a visualização de área de trabalho",
|
||||
"Date order" : "Ordenar por data",
|
||||
|
|
|
@ -6,7 +6,22 @@
|
|||
"Group" : "Grupo",
|
||||
"User" : "Usuário",
|
||||
"Polls" : "Enquetes",
|
||||
"%s invited you to a poll" : "%s convidou você para uma enquete",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} convidou você para a enquete \"%s\".",
|
||||
"%s took over your poll" : "%s assumiu sua enquete",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} assumiu sua enquete \"%s\" e é o novo proprietário.",
|
||||
"%s permanently deleted your poll" : "%s excluiu sua enquete permanentemente",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} excluiu sua enquete \"%s\" permanentemente.",
|
||||
"%s changed the deleted status of your poll" : "%s alterou o status excluído da sua enquete",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} alterou o status excluído da sua enquete \"%s\".",
|
||||
"- %s voted." : "- %s votou.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Atualizada a configuração da enquete. Verifique seus votos.",
|
||||
"- The poll got deleted." : "- A enquete foi excluída.",
|
||||
"- The poll got restored." : "- A enquete foi reativada.",
|
||||
"- The poll was closed." : "- A enquete foi encerrada.",
|
||||
"- A vote option was added." : "- Foi adicionada uma opção de voto.",
|
||||
"- A vote option was removed." : "- Foi removida uma opção de voto.",
|
||||
"- The poll owner changed." : "- O proprietário da enquete foi alterado.",
|
||||
"Polls App - New Activity" : "Aplicativo Enquete - Atividade Nova",
|
||||
"\"{title}\" had recent activity: " : "\"{title}\" teve a recente atividade: ",
|
||||
"A user" : "Um usuário",
|
||||
|
@ -15,6 +30,7 @@
|
|||
"Poll invitation \"%s\"" : "Convite da enquete \"%s\"",
|
||||
"{owner} invited you to take part in the poll \"{title}\"" : "{owner} convidou você para participar da enquete \"{title}\"",
|
||||
"This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar: " : "Este link fornece acesso à enquete acima. Pressione o botão acima ou copie o seguinte link e adicione-o na barra de endereço do seu navegador:",
|
||||
"Do not share this link with other people, because it is connected to your votes." : "Não compartilhe este link com outras pessoas, porque ele está vinculado aos seus votos.",
|
||||
"This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Este e-mail foi enviado porque você foi convidado a votar nesta enquete pelo proprietário dela. Pelo menos seu nome ou e-mail estão registrados nesta enquete. Se desejar sair dela, entre em contato com o administrador do site ou o criador da enquete.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Um aplicativo de enquetes, semelhante ao doodle/dudle podendo restringir o acesso.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Um aplicativo de enquetes, semelhante ao doodle/dudle podendo restringir o acesso (membros, certos grupos/usuários, ocultos e públicos).",
|
||||
|
@ -44,13 +60,21 @@
|
|||
"Your personal link to this poll: {linkURL}" : "Seu link pessoal para esta enquete: {linkURL}",
|
||||
"Copy this link to the clipboard" : "Copiar link para a área de transferência",
|
||||
"Resend invitation mail to {emailAdress}" : "Reenviar convite para {emailAdress}",
|
||||
"Invitation resent to {emailAddress}" : "Convite reenviado para {emailAddress}",
|
||||
"Mail could not be resent to {emailAddress}" : "Mensagem não pôde ser enviada para {emailAddress}",
|
||||
"started this poll on {dateString}." : "iniciou esta enquete em {dateString}.",
|
||||
"This poll is closed since {dateString}. The confirmed options are marked below." : "Esta enquete está encerrada desde {dateString}. As opções confirmadas estão marcadas abaixo.",
|
||||
"This poll is closed since {dateString}, but there are no confirmed options until now." : "Esta enquete está encerrada desde {dateString}, mas ainda não há opções confirmadas.",
|
||||
"You can confirm your favorites now in the options tab in the sidebar." : "Você pode confirmar seus favoritos agora na aba opções da barra lateral.",
|
||||
"You can place your vote until {dateString}." : "Você pode votar até {dateString}.",
|
||||
"This is an anonymous poll. Except to the poll owner, participants names are hidden." : "Esta é uma enquete anônima. Exceto para o proprietário da enquete, os nomes dos participantes ficam ocultos.",
|
||||
"Results are hidden." : "Os resultados estão ocultos.",
|
||||
"They will be revealed after the poll is closed." : "Elas serão divulgadas após o encerramento da enquete.",
|
||||
"The used time zone is {timeZone}." : "O fuso horário usado é {timeZone}.",
|
||||
"Public poll" : "Enquete pública",
|
||||
"Do you want to login?" : "Deseja conectar-se?",
|
||||
"Login" : "Conectar",
|
||||
"Participate in public poll!" : "Participe de uma pesquisa pública!",
|
||||
"To participate, tell us how we can call you!" : "Para participar, diga-nos como podemos chamá-lo!",
|
||||
"Enter your name" : "Digite seu nome",
|
||||
"Optional email address" : "Endereço de e-mail opcional",
|
||||
|
@ -66,9 +90,12 @@
|
|||
"With your email address you can subscribe to notifications and you will receive your personal link to this poll." : "Com seu endereço de e-mail, você pode se inscrever para receber notificações e receberá seu link pessoal para esta enquete.",
|
||||
"Public link ({token})" : "Link público ({token})",
|
||||
"Conflict" : "Conflito",
|
||||
"Got a network error while checking calendar events." : "Recebeu um erro de rede ao verificar os eventos da agenda.",
|
||||
"New comment …" : "Novo comentário...",
|
||||
"Error while saving comment" : "Erro ao salvar o comentário",
|
||||
"Delete comment" : "Excluir comentário",
|
||||
"No comments" : "Nenhum comentário",
|
||||
"Be the first." : "Seja o primeiro.",
|
||||
"Comment deleted" : "Comentário excluído",
|
||||
"Error while deleting the comment" : "Erro ao excluir o comentário",
|
||||
"Title" : "Título",
|
||||
|
@ -80,6 +107,7 @@
|
|||
"Poll \"{pollTitle}\" added" : "Enquete \"{pollTitle}\" adicionada",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Erro ao criar a Enquete \"{pollTitle}\"",
|
||||
"Add new Poll" : "Adicionar nova Enquete",
|
||||
"Administration" : "Administração",
|
||||
"Settings" : "Configurações",
|
||||
"Relevant" : "Relevante",
|
||||
"My polls" : "Minhas enquetes",
|
||||
|
@ -96,16 +124,30 @@
|
|||
"Access" : "Acesso",
|
||||
"Owner" : "Proprietário",
|
||||
"Created" : "Criado",
|
||||
"Closing Date" : "Data de encerramento",
|
||||
"No description provided" : "Nenhuma descrição fornecida",
|
||||
"Deleted" : "Excluído",
|
||||
"All users" : "Todos os usuários",
|
||||
"Only invited users" : "Apenas usuários convidados",
|
||||
"never" : "nunca",
|
||||
"Try experimental styles" : "Testar estilos experimentais",
|
||||
"Some experimental UI variants. Changes the background color of the main area." : "Algumas variantes experimentais da interface. Muda a cor de fundo da área principal.",
|
||||
"Use background image" : "Usar uma imagem de fundo",
|
||||
"Add a background image to the main area." : "Adicionar uma imagem de fundo à área principal.",
|
||||
"Enter the URL of your favorite background image." : "Digite a URL da sua imagem de fundo favorita.",
|
||||
"Glassy navigation" : "Navegação transparente",
|
||||
"Blurs the background of the navigation (Does not work with all browsers)." : "Desfoca o plano de fundo da navegação (Não funciona com todos os navegadores).",
|
||||
"Glassy sidebar" : "Barra lateral transparente",
|
||||
"Blurs the background of the sidebar (Does not work with all browsers)." : "Desfoca o plano de fundo da barra lateral (Não funciona com todos os navegadores).",
|
||||
"Use calendar lookup" : "Usar a pesquisa de calendário",
|
||||
"Check, if an option in a date poll is conflicting with or near an entry in your calendar." : "Verifique se uma opção em uma pesquisa de datas está em conflito ou próxima de uma entrada de sua agenda.",
|
||||
"Opt in to the calendars, which should be checked." : "Optar pelas agendas, que devem ser verificadas.",
|
||||
"Text polls default to list view" : "Enquetes de texto padrão para exibição em lista",
|
||||
"Check this, if you prefer to display text poll in a vertical aligned list rather than in the grid view. The initial default is list view." : "Verifique isto, se preferir exibir a enquete de texto em uma lista alinhada verticalmente em vez de exibição em grade. O padrão inicial é a exibição em lista.",
|
||||
"Date polls default to list view" : "Data das enquetes padrão para exibição em lista",
|
||||
"Check this, if you prefer to display date poll in a vertical view rather than in the grid view. The initial default is grid view." : "Verifique isto, se preferir exibir a enquete de datas em uma exibição vertical em vez de na exibição em grade. O padrão inicial é a exibição em grade.",
|
||||
"User Settings" : "Configurações do usuário",
|
||||
"Experimental Styles" : "Estilos experimentais",
|
||||
"Details" : "Detalhes",
|
||||
"Configuration" : "Configuração",
|
||||
"Options" : "Opções",
|
||||
|
@ -134,8 +176,11 @@
|
|||
"Clone option" : "Clonar opção",
|
||||
"Unconfirm option" : "Desconfirmar opção",
|
||||
"Confirm option" : "Confirmar opção",
|
||||
"No vote options" : "Nenhuma opção de voto",
|
||||
"Add some!" : "Adicione alguma!",
|
||||
"Add a new text option" : "Adicionar uma nova opção de texto",
|
||||
"Enter option text" : "Digite o texto da opção",
|
||||
"Effective shares" : "Ações efetivas",
|
||||
"Resend invitation mail" : "Reenviar e-mail com convite",
|
||||
"Send invitation mail" : "Enviar e-mail com convite",
|
||||
"Copy link to clipboard" : "Copiar link para a área de transferência",
|
||||
|
@ -143,8 +188,12 @@
|
|||
"Public shares" : "Compartilhamentos públicos",
|
||||
"Add a public link" : "Adicionar um link público",
|
||||
"Unsent invitations" : "Convites não enviados",
|
||||
"Resolve into individual invitations" : "Resolver em convites individuais",
|
||||
"Remove invitation" : "Excluir o convite",
|
||||
"Enter a name to start the search" : "Digite um nome para iniciar a pesquisa",
|
||||
"Resolving of {name} is not possible. The circles app is not enabled." : "A resolução do {name} não é possível. O aplicativo de círculos não está ativo.",
|
||||
"Resolving of {name} is not possible. The contacts app is not enabled." : "A resolução do {name} não é possível. O aplicativo de contatos não está ativo.",
|
||||
"Error resolving {name}." : "Resolução de erro {name}.",
|
||||
"Invitation sent to {name}" : "Convite enviado para {name}",
|
||||
"Error sending invitation to {name}" : "Erro ao enviar convite para {name}",
|
||||
"Error while adding share" : "Erro ao adicionar compartilhamento",
|
||||
|
@ -155,7 +204,17 @@
|
|||
"No" : "Não",
|
||||
"Yes" : "Sim",
|
||||
"User {userId} removed" : "Usuário {userId} excluído",
|
||||
"Manage polls" : "Gerenciar enquetes",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Gerenciar enquetes de outros usuários. Você pode assumir a propriedade ou excluir as enquetes.",
|
||||
"No polls found for this category" : "Nenhuma enquete encontrada para esta categoria",
|
||||
"Add one or change category!" : "Adicione uma ou mude a categoria!",
|
||||
"Take over" : "Assumir",
|
||||
"Set \"deleted\" status" : "Definir status \"excluída\"",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Deseja assumir esta enquete de {username} e alterar a propriedade?",
|
||||
"The original owner will be notified." : "O proprietário original será informado.",
|
||||
"Do you want to delete this poll?" : "Deseja excluir esta enquete?",
|
||||
"This action cannot be reverted." : "Esta ação não pode ser desfeita.",
|
||||
"Error switching deleted status." : "Erro ao alterar o status de excluída.",
|
||||
"404 - poll not found" : "404 - enquete não encontrada",
|
||||
"Enter a poll or start a new one." : "Digite uma enquete ou inicie uma nova.",
|
||||
"Goto Nextcloud" : "Ir ao Nextcloud",
|
||||
|
@ -173,6 +232,10 @@
|
|||
"All polls, where you have access to." : "Todas as enquetes às quais você tem acesso.",
|
||||
"Error loading poll" : "Erro ao carregar a enquete",
|
||||
"Toggle Sidebar" : "Alternar Barra Lateral",
|
||||
"Closed {relativeTimeAgo}" : "Encerrada {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Encerrando em {relativeExpirationTime}",
|
||||
"No vote options available" : "Nenhuma opção de voto disponível",
|
||||
"Maybe the owner did not provide some until now." : "Talvez o proprietário não tenha fornecido alguma até agora.",
|
||||
"Switch to mobile view" : "Mudar para a visualização de celular",
|
||||
"Switch to desktop view" : "Alternar para a visualização de área de trabalho",
|
||||
"Date order" : "Ordenar por data",
|
||||
|
|
Загрузка…
Ссылка в новой задаче