Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Nov 12, 2020
1 parent 4ec408f commit 06ab327
Show file tree
Hide file tree
Showing 112 changed files with 1,054 additions and 1,054 deletions.
4 changes: 2 additions & 2 deletions l10n/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ OC.L10N.register(
"A link to <b>{remote}</b> has been requested." : "Solicitóse un enllaz a <b>{remote}</b>.",
"Local User" : "Usuariu llocal",
"Local Group" : "Grupu llocal",
"The member '{name}' was added to the circle" : "Amestóse'l miembru «{name}» al círculu.",
"Circles" : "Círculos",
"You created the circle {circle}" : "Creesti'l círculu {circle}",
"{author} created the circle {circle}" : "{author} creó'l círculu {circle}",
Expand Down Expand Up @@ -103,6 +102,7 @@ OC.L10N.register(
"Status" : "Estáu",
"Link" : "Link",
"Description" : "Descripción",
"Change password" : "Camudar contraseña"
"Change password" : "Camudar contraseña",
"The member '{name}' was added to the circle" : "Amestóse'l miembru «{name}» al círculu."
},
"nplurals=2; plural=(n != 1);");
4 changes: 2 additions & 2 deletions l10n/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"A link to <b>{remote}</b> has been requested." : "Solicitóse un enllaz a <b>{remote}</b>.",
"Local User" : "Usuariu llocal",
"Local Group" : "Grupu llocal",
"The member '{name}' was added to the circle" : "Amestóse'l miembru «{name}» al círculu.",
"Circles" : "Círculos",
"You created the circle {circle}" : "Creesti'l círculu {circle}",
"{author} created the circle {circle}" : "{author} creó'l círculu {circle}",
Expand Down Expand Up @@ -101,6 +100,7 @@
"Status" : "Estáu",
"Link" : "Link",
"Description" : "Descripción",
"Change password" : "Camudar contraseña"
"Change password" : "Camudar contraseña",
"The member '{name}' was added to the circle" : "Amestóse'l miembru «{name}» al círculu."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
20 changes: 10 additions & 10 deletions l10n/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,12 @@ OC.L10N.register(
"Global Scale User" : "Usuari a escala global",
"Local User" : "Usuari local",
"Local Group" : "Grup local",
"The member '{name}' was added to the circle" : "S'ha inclòs '{name}' al cercle",
"The member '{name}' could not be added to the circle" : "El membre '{name}' no s'ha pogut afegir al cercle",
"The email address '{email}' was added to the circle" : "L'adreça '{email}' s'ha afegit al cercle",
"The email address '{email}' could not be added to the circle" : "L'adreça '{email}' no s'ha pogut afegir al cercle",
"The contact '{contact}' was added to the circle" : "El contacte \"{contact}\" s'ha afegit al cercle",
"The contact '{contact}' could not be added to the circle" : "El contacte '{contact}' no s'ha pogut afegir al cercle",
"The member '{name}' was invited to the circle" : "S'ha convidat '{name}' al cercle",
"The member '{name}' could not be invited to the circle" : "No s'ha pogut convidar '{name}' al cercle",
"Members of the group '{name}' were added to the circle" : "S'han afegit membres del grup '{name}' al cercle",
"Members of the group '{name}' could not be added to the circle" : "Els membres del grup '{name}' no s'han pogut afegir al cercle",
"Members of the group '{name}' were invited to the circle" : "Els membres del grup '{name}' han estat convidats al cercle",
"Members of the group '{name}' could not be invited to the circle" : "No s'han pogut convidar membres del grup '{name}' al cercle",
"The member '{name}' was removed from the circle" : "S'ha suprimit '{name}' del cercle",
"The member '{name}' could not be removed from the circle" : "No s'ha pogut suprimit '{name}' del cercle",
"Member '{name}' updated" : "El membre '{name}' s'ha actualitzat",
"The member '{name}' could not be updated" : "El membre '{name}' no s'ha pogut actualitzar",
"Issue while saving settings" : "Hi ha hagut una incidència mentre es desava la configuració",
"Settings saved." : "S'han desat els paràmetres.",
"Circles" : "Cercles",
Expand Down Expand Up @@ -308,6 +298,16 @@ OC.L10N.register(
"Groups can be linked to circles." : "Els grups poden ser enllaçats a cercles.",
"Skip invitation step to closed circles" : "Saltar el pas d'invitació als cercles tancats",
"Moderators can add member to closed circles without user approval." : "Els moderadors poden afegir un membre als cercles tancats sense que l'usuari ho accepti.",
"The member '{name}' was added to the circle" : "S'ha inclòs '{name}' al cercle",
"The member '{name}' could not be added to the circle" : "El membre '{name}' no s'ha pogut afegir al cercle",
"The contact '{contact}' was added to the circle" : "El contacte \"{contact}\" s'ha afegit al cercle",
"The contact '{contact}' could not be added to the circle" : "El contacte '{contact}' no s'ha pogut afegir al cercle",
"The member '{name}' was invited to the circle" : "S'ha convidat '{name}' al cercle",
"The member '{name}' could not be invited to the circle" : "No s'ha pogut convidar '{name}' al cercle",
"The member '{name}' was removed from the circle" : "S'ha suprimit '{name}' del cercle",
"The member '{name}' could not be removed from the circle" : "No s'ha pogut suprimit '{name}' del cercle",
"Member '{name}' updated" : "El membre '{name}' s'ha actualitzat",
"The member '{name}' could not be updated" : "El membre '{name}' no s'ha pogut actualitzar",
"Allow federated circles" : "Permet els cercles federats",
"Circles from different Nextclouds can be linked together." : "Es poden enllaçar cercles de diferents Nextclouds."
},
Expand Down
20 changes: 10 additions & 10 deletions l10n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,12 @@
"Global Scale User" : "Usuari a escala global",
"Local User" : "Usuari local",
"Local Group" : "Grup local",
"The member '{name}' was added to the circle" : "S'ha inclòs '{name}' al cercle",
"The member '{name}' could not be added to the circle" : "El membre '{name}' no s'ha pogut afegir al cercle",
"The email address '{email}' was added to the circle" : "L'adreça '{email}' s'ha afegit al cercle",
"The email address '{email}' could not be added to the circle" : "L'adreça '{email}' no s'ha pogut afegir al cercle",
"The contact '{contact}' was added to the circle" : "El contacte \"{contact}\" s'ha afegit al cercle",
"The contact '{contact}' could not be added to the circle" : "El contacte '{contact}' no s'ha pogut afegir al cercle",
"The member '{name}' was invited to the circle" : "S'ha convidat '{name}' al cercle",
"The member '{name}' could not be invited to the circle" : "No s'ha pogut convidar '{name}' al cercle",
"Members of the group '{name}' were added to the circle" : "S'han afegit membres del grup '{name}' al cercle",
"Members of the group '{name}' could not be added to the circle" : "Els membres del grup '{name}' no s'han pogut afegir al cercle",
"Members of the group '{name}' were invited to the circle" : "Els membres del grup '{name}' han estat convidats al cercle",
"Members of the group '{name}' could not be invited to the circle" : "No s'han pogut convidar membres del grup '{name}' al cercle",
"The member '{name}' was removed from the circle" : "S'ha suprimit '{name}' del cercle",
"The member '{name}' could not be removed from the circle" : "No s'ha pogut suprimit '{name}' del cercle",
"Member '{name}' updated" : "El membre '{name}' s'ha actualitzat",
"The member '{name}' could not be updated" : "El membre '{name}' no s'ha pogut actualitzar",
"Issue while saving settings" : "Hi ha hagut una incidència mentre es desava la configuració",
"Settings saved." : "S'han desat els paràmetres.",
"Circles" : "Cercles",
Expand Down Expand Up @@ -306,6 +296,16 @@
"Groups can be linked to circles." : "Els grups poden ser enllaçats a cercles.",
"Skip invitation step to closed circles" : "Saltar el pas d'invitació als cercles tancats",
"Moderators can add member to closed circles without user approval." : "Els moderadors poden afegir un membre als cercles tancats sense que l'usuari ho accepti.",
"The member '{name}' was added to the circle" : "S'ha inclòs '{name}' al cercle",
"The member '{name}' could not be added to the circle" : "El membre '{name}' no s'ha pogut afegir al cercle",
"The contact '{contact}' was added to the circle" : "El contacte \"{contact}\" s'ha afegit al cercle",
"The contact '{contact}' could not be added to the circle" : "El contacte '{contact}' no s'ha pogut afegir al cercle",
"The member '{name}' was invited to the circle" : "S'ha convidat '{name}' al cercle",
"The member '{name}' could not be invited to the circle" : "No s'ha pogut convidar '{name}' al cercle",
"The member '{name}' was removed from the circle" : "S'ha suprimit '{name}' del cercle",
"The member '{name}' could not be removed from the circle" : "No s'ha pogut suprimit '{name}' del cercle",
"Member '{name}' updated" : "El membre '{name}' s'ha actualitzat",
"The member '{name}' could not be updated" : "El membre '{name}' no s'ha pogut actualitzar",
"Allow federated circles" : "Permet els cercles federats",
"Circles from different Nextclouds can be linked together." : "Es poden enllaçar cercles de diferents Nextclouds."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
Expand Down
20 changes: 10 additions & 10 deletions l10n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,12 @@ OC.L10N.register(
"Global Scale User" : "Uživatel v globálním měřítku",
"Local User" : "Místní uživatel",
"Local Group" : "Místní skupina",
"The member '{name}' was added to the circle" : "Člen „{member}“ byl přidán do okruhu",
"The member '{name}' could not be added to the circle" : "Člena „{name}“ se nepodařilo přidat do okruhu.",
"The email address '{email}' was added to the circle" : "E-mailová adresa „{email}“ byla přidána do okruhu",
"The email address '{email}' could not be added to the circle" : "E-mailová adresa „{email}“ nemohla být přidána k okruhu",
"The contact '{contact}' was added to the circle" : "Kontakt „{contact}“ byl přidán do okruhu",
"The contact '{contact}' could not be added to the circle" : "Kontakt „{contact}“ nemohl být přidán do okruhu",
"The member '{name}' was invited to the circle" : "Člen „{name}“ byl pozván do okruhu",
"The member '{name}' could not be invited to the circle" : "Člen „{name}“ nemohl být pozván do okruhu",
"Members of the group '{name}' were added to the circle" : "Členové skupiny „{name}“ byli přidáni do okruhu",
"Members of the group '{name}' could not be added to the circle" : "Členové skupiny „{name}“ se nepodařilo přidat do okruhu",
"Members of the group '{name}' were invited to the circle" : "Členové skupiny „{name}“ byli pozváni do okruhu",
"Members of the group '{name}' could not be invited to the circle" : "Členy skupiny „{name}“ se nepodařilo přizvat do okruhu",
"The member '{name}' was removed from the circle" : "Člen „{name}“ byl odebrán z okruhu",
"The member '{name}' could not be removed from the circle" : "Člena „{name}“ se nepodařilo odstranit z okruhu",
"Member '{name}' updated" : "Člen „{name}“ aktualizován",
"The member '{name}' could not be updated" : "Člena „{name}“ se nepodařilo aktualizovat",
"Issue while saving settings" : "Problém při ukládání nastavení",
"Settings saved." : "Nastavení uložena.",
"Circles" : "Okruhy",
Expand Down Expand Up @@ -308,6 +298,16 @@ OC.L10N.register(
"Groups can be linked to circles." : "Skupiny lze propojit s okruhy.",
"Skip invitation step to closed circles" : "Přeskočit krok pozvání do uzavřených okruhů",
"Moderators can add member to closed circles without user approval." : "Moderátoři nepotřebují souhlas uživatele pro přidávání členů do uzavřených okruhů.",
"The member '{name}' was added to the circle" : "Člen „{member}“ byl přidán do okruhu",
"The member '{name}' could not be added to the circle" : "Člena „{name}“ se nepodařilo přidat do okruhu.",
"The contact '{contact}' was added to the circle" : "Kontakt „{contact}“ byl přidán do okruhu",
"The contact '{contact}' could not be added to the circle" : "Kontakt „{contact}“ nemohl být přidán do okruhu",
"The member '{name}' was invited to the circle" : "Člen „{name}“ byl pozván do okruhu",
"The member '{name}' could not be invited to the circle" : "Člen „{name}“ nemohl být pozván do okruhu",
"The member '{name}' was removed from the circle" : "Člen „{name}“ byl odebrán z okruhu",
"The member '{name}' could not be removed from the circle" : "Člena „{name}“ se nepodařilo odstranit z okruhu",
"Member '{name}' updated" : "Člen „{name}“ aktualizován",
"The member '{name}' could not be updated" : "Člena „{name}“ se nepodařilo aktualizovat",
"Allow federated circles" : "Umožnit federované okruhy",
"Circles from different Nextclouds can be linked together." : "Okruhy z různých instancí Nextcloud je možné propojit dohromady."
},
Expand Down
20 changes: 10 additions & 10 deletions l10n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,12 @@
"Global Scale User" : "Uživatel v globálním měřítku",
"Local User" : "Místní uživatel",
"Local Group" : "Místní skupina",
"The member '{name}' was added to the circle" : "Člen „{member}“ byl přidán do okruhu",
"The member '{name}' could not be added to the circle" : "Člena „{name}“ se nepodařilo přidat do okruhu.",
"The email address '{email}' was added to the circle" : "E-mailová adresa „{email}“ byla přidána do okruhu",
"The email address '{email}' could not be added to the circle" : "E-mailová adresa „{email}“ nemohla být přidána k okruhu",
"The contact '{contact}' was added to the circle" : "Kontakt „{contact}“ byl přidán do okruhu",
"The contact '{contact}' could not be added to the circle" : "Kontakt „{contact}“ nemohl být přidán do okruhu",
"The member '{name}' was invited to the circle" : "Člen „{name}“ byl pozván do okruhu",
"The member '{name}' could not be invited to the circle" : "Člen „{name}“ nemohl být pozván do okruhu",
"Members of the group '{name}' were added to the circle" : "Členové skupiny „{name}“ byli přidáni do okruhu",
"Members of the group '{name}' could not be added to the circle" : "Členové skupiny „{name}“ se nepodařilo přidat do okruhu",
"Members of the group '{name}' were invited to the circle" : "Členové skupiny „{name}“ byli pozváni do okruhu",
"Members of the group '{name}' could not be invited to the circle" : "Členy skupiny „{name}“ se nepodařilo přizvat do okruhu",
"The member '{name}' was removed from the circle" : "Člen „{name}“ byl odebrán z okruhu",
"The member '{name}' could not be removed from the circle" : "Člena „{name}“ se nepodařilo odstranit z okruhu",
"Member '{name}' updated" : "Člen „{name}“ aktualizován",
"The member '{name}' could not be updated" : "Člena „{name}“ se nepodařilo aktualizovat",
"Issue while saving settings" : "Problém při ukládání nastavení",
"Settings saved." : "Nastavení uložena.",
"Circles" : "Okruhy",
Expand Down Expand Up @@ -306,6 +296,16 @@
"Groups can be linked to circles." : "Skupiny lze propojit s okruhy.",
"Skip invitation step to closed circles" : "Přeskočit krok pozvání do uzavřených okruhů",
"Moderators can add member to closed circles without user approval." : "Moderátoři nepotřebují souhlas uživatele pro přidávání členů do uzavřených okruhů.",
"The member '{name}' was added to the circle" : "Člen „{member}“ byl přidán do okruhu",
"The member '{name}' could not be added to the circle" : "Člena „{name}“ se nepodařilo přidat do okruhu.",
"The contact '{contact}' was added to the circle" : "Kontakt „{contact}“ byl přidán do okruhu",
"The contact '{contact}' could not be added to the circle" : "Kontakt „{contact}“ nemohl být přidán do okruhu",
"The member '{name}' was invited to the circle" : "Člen „{name}“ byl pozván do okruhu",
"The member '{name}' could not be invited to the circle" : "Člen „{name}“ nemohl být pozván do okruhu",
"The member '{name}' was removed from the circle" : "Člen „{name}“ byl odebrán z okruhu",
"The member '{name}' could not be removed from the circle" : "Člena „{name}“ se nepodařilo odstranit z okruhu",
"Member '{name}' updated" : "Člen „{name}“ aktualizován",
"The member '{name}' could not be updated" : "Člena „{name}“ se nepodařilo aktualizovat",
"Allow federated circles" : "Umožnit federované okruhy",
"Circles from different Nextclouds can be linked together." : "Okruhy z různých instancí Nextcloud je možné propojit dohromady."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
Expand Down
18 changes: 9 additions & 9 deletions l10n/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,8 @@ OC.L10N.register(
"The status of the link has been updated" : "Statusen på linket er opdateret.",
"Local User" : "Lokal bruger",
"Local Group" : "Lokal gruppe",
"The member '{name}' was added to the circle" : "Medlem '{name}' er tilføjet til cirklen",
"The member '{name}' could not be added to the circle" : "Gruppen '{name}' kunne ikke tilføjes til denne cirkel",
"The email address '{email}' was added to the circle" : "Mail adressen '{email}' blev tilføjet til cirklen",
"The email address '{email}' could not be added to the circle" : "Mail adressen '{email}' blev IKKE tilføjet til cirklen",
"The contact '{contact}' was added to the circle" : "Kontakten '{contact}' blev tilføjet til cirklen",
"The contact '{contact}' could not be added to the circle" : "Kontakten '{contact}' kunne IKKE tilføjes til cirklen",
"The member '{name}' was invited to the circle" : "Medlem '{name}' blev inviteret til cirklen",
"The member '{name}' could not be invited to the circle" : "Medlem '{name}' kunne ikke inviteres til cirklen",
"Member '{name}' updated" : "Medlem '{name}' opdateret",
"The member '{name}' could not be updated" : "Medlem '{name}' kunne ikke opdateres",
"Issue while saving settings" : "Indstillingerne kunne ikke gemmes",
"Settings saved." : "Indstillinger gemt.",
"Circles" : "Cirkler",
Expand Down Expand Up @@ -160,6 +152,14 @@ OC.L10N.register(
"Description" : "Beskrivelse",
"Change password" : "Skift kodeord",
"Allow Federated Links" : "Tillad federarede links",
"Save settings" : "Gem indstillinger"
"Save settings" : "Gem indstillinger",
"The member '{name}' was added to the circle" : "Medlem '{name}' er tilføjet til cirklen",
"The member '{name}' could not be added to the circle" : "Gruppen '{name}' kunne ikke tilføjes til denne cirkel",
"The contact '{contact}' was added to the circle" : "Kontakten '{contact}' blev tilføjet til cirklen",
"The contact '{contact}' could not be added to the circle" : "Kontakten '{contact}' kunne IKKE tilføjes til cirklen",
"The member '{name}' was invited to the circle" : "Medlem '{name}' blev inviteret til cirklen",
"The member '{name}' could not be invited to the circle" : "Medlem '{name}' kunne ikke inviteres til cirklen",
"Member '{name}' updated" : "Medlem '{name}' opdateret",
"The member '{name}' could not be updated" : "Medlem '{name}' kunne ikke opdateres"
},
"nplurals=2; plural=(n != 1);");
Loading

0 comments on commit 06ab327

Please sign in to comment.