Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stable15' into stable15
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Aug 12, 2019
2 parents f7d14c4 + 7a1df8a commit e59b7c7
Show file tree
Hide file tree
Showing 13 changed files with 194 additions and 45 deletions.
13 changes: 7 additions & 6 deletions l10n/ca.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
OC.L10N.register(
"circles",
{
"Are you sure you want to transfer your ownership?" : "Esteu segurs que voleu transferir la vostra propietat?",
"Are you sure you want to transfer your ownership?" : "Segur que voleu transferir la vostra propietat?",
"This action is irreversible" : "Aquesta acció és irreversible",
"Personal circle" : "Cercle personal",
"Secret circle" : "Cercle secret",
"Closed circle" : "Cercle tancat",
"Public circle" : "Cercle Públic",
"Public circle" : "Cercle públic",
"Circle" : "Cercle",
"Link Removed" : "Enllaç suprimit",
"Link down" : "Enllaç inactiu",
Expand All @@ -18,7 +18,7 @@ OC.L10N.register(
"Personal Circle" : "Cercle personal",
"Secret Circle" : "Cercle secret",
"Closed Circle" : "Cercle tancat",
"Public Circle" : "Cercle Públic",
"Public Circle" : "Cercle públic",
"Personal" : "Personal",
"Secret" : "Secret",
"Closed" : "Tancat",
Expand All @@ -37,7 +37,7 @@ OC.L10N.register(
"Please confirm" : "Confirmeu, si us plau",
"Are you sure you want to leave this circle?" : "Esteu segurs que voleu deixar aquest cercle?",
"Are you sure you want to delete this circle?" : "Esteu segurs que voleu suprimir aquest cercle?",
"Mail Address" : "Adreça de correu",
"Mail Address" : "Adreça electrònica",
"Contact" : "Contacte",
"Kick this member" : "Expulsa aquest membre",
"Accept the request" : "Accepta la petició",
Expand Down Expand Up @@ -274,7 +274,8 @@ OC.L10N.register(
"Maximum number of members per circle" : "Màxim nombre de membres per cercle",
"Allow linking of groups" : "Permet l'enllaç de grups",
"Groups can be linked to circles." : "Els grups poden ser enllaçats a cercles.",
"Allow federated circles" : "Permet cercles federats",
"Circles from different Nextclouds can be linked together." : "Es poden enllaçar cercles de diferents Nextclouds."
"Allow federated circles" : "Permet els cercles federats",
"Circles from different Nextclouds can be linked together." : "Es poden enllaçar cercles de diferents Nextclouds.",
"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."
},
"nplurals=2; plural=(n != 1);");
13 changes: 7 additions & 6 deletions l10n/ca.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ "translations": {
"Are you sure you want to transfer your ownership?" : "Esteu segurs que voleu transferir la vostra propietat?",
"Are you sure you want to transfer your ownership?" : "Segur que voleu transferir la vostra propietat?",
"This action is irreversible" : "Aquesta acció és irreversible",
"Personal circle" : "Cercle personal",
"Secret circle" : "Cercle secret",
"Closed circle" : "Cercle tancat",
"Public circle" : "Cercle Públic",
"Public circle" : "Cercle públic",
"Circle" : "Cercle",
"Link Removed" : "Enllaç suprimit",
"Link down" : "Enllaç inactiu",
Expand All @@ -16,7 +16,7 @@
"Personal Circle" : "Cercle personal",
"Secret Circle" : "Cercle secret",
"Closed Circle" : "Cercle tancat",
"Public Circle" : "Cercle Públic",
"Public Circle" : "Cercle públic",
"Personal" : "Personal",
"Secret" : "Secret",
"Closed" : "Tancat",
Expand All @@ -35,7 +35,7 @@
"Please confirm" : "Confirmeu, si us plau",
"Are you sure you want to leave this circle?" : "Esteu segurs que voleu deixar aquest cercle?",
"Are you sure you want to delete this circle?" : "Esteu segurs que voleu suprimir aquest cercle?",
"Mail Address" : "Adreça de correu",
"Mail Address" : "Adreça electrònica",
"Contact" : "Contacte",
"Kick this member" : "Expulsa aquest membre",
"Accept the request" : "Accepta la petició",
Expand Down Expand Up @@ -272,7 +272,8 @@
"Maximum number of members per circle" : "Màxim nombre de membres per cercle",
"Allow linking of groups" : "Permet l'enllaç de grups",
"Groups can be linked to circles." : "Els grups poden ser enllaçats a cercles.",
"Allow federated circles" : "Permet cercles federats",
"Circles from different Nextclouds can be linked together." : "Es poden enllaçar cercles de diferents Nextclouds."
"Allow federated circles" : "Permet els cercles federats",
"Circles from different Nextclouds can be linked together." : "Es poden enllaçar cercles de diferents Nextclouds.",
"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."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
4 changes: 3 additions & 1 deletion l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ OC.L10N.register(
"Allow linking of groups" : "Permitir enlace de grupos",
"Groups can be linked to circles." : "Los grupos puedes ser unidos a círculos.",
"Allow federated circles" : "Permitir círculos federados",
"Circles from different Nextclouds can be linked together." : "Los círculos de diferentes Nextclouds pueden ser enlazados entre sí."
"Circles from different Nextclouds can be linked together." : "Los círculos de diferentes Nextclouds pueden ser enlazados entre sí.",
"Skip invitation step to closed circles" : "Saltar etapa de invitación para círculos cerrados",
"Moderators can add member to closed circles without user approval." : "Los moderadores podrán añadir miembros a los círculos privados sin aprobación del usuario."
},
"nplurals=2; plural=(n != 1);");
4 changes: 3 additions & 1 deletion l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@
"Allow linking of groups" : "Permitir enlace de grupos",
"Groups can be linked to circles." : "Los grupos puedes ser unidos a círculos.",
"Allow federated circles" : "Permitir círculos federados",
"Circles from different Nextclouds can be linked together." : "Los círculos de diferentes Nextclouds pueden ser enlazados entre sí."
"Circles from different Nextclouds can be linked together." : "Los círculos de diferentes Nextclouds pueden ser enlazados entre sí.",
"Skip invitation step to closed circles" : "Saltar etapa de invitación para círculos cerrados",
"Moderators can add member to closed circles without user approval." : "Los moderadores podrán añadir miembros a los círculos privados sin aprobación del usuario."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
4 changes: 3 additions & 1 deletion l10n/gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ OC.L10N.register(
"Allow linking of groups" : "Permitir a ligazón de grupos",
"Groups can be linked to circles." : "Os grupos poden ser ligados cos círculos.",
"Allow federated circles" : "Permitir os círculos federados",
"Circles from different Nextclouds can be linked together." : "Círculos de diferentes Nextcloud poden ser ligados entre si."
"Circles from different Nextclouds can be linked together." : "Círculos de diferentes Nextcloud poden ser ligados entre si.",
"Skip invitation step to closed circles" : "Omitir o paso de convite a círculos pechados",
"Moderators can add member to closed circles without user approval." : "Os moderadores poden engadir membros a círculos pechados sen a aprobación do usuario."
},
"nplurals=2; plural=(n != 1);");
4 changes: 3 additions & 1 deletion l10n/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@
"Allow linking of groups" : "Permitir a ligazón de grupos",
"Groups can be linked to circles." : "Os grupos poden ser ligados cos círculos.",
"Allow federated circles" : "Permitir os círculos federados",
"Circles from different Nextclouds can be linked together." : "Círculos de diferentes Nextcloud poden ser ligados entre si."
"Circles from different Nextclouds can be linked together." : "Círculos de diferentes Nextcloud poden ser ligados entre si.",
"Skip invitation step to closed circles" : "Omitir o paso de convite a círculos pechados",
"Moderators can add member to closed circles without user approval." : "Os moderadores poden engadir membros a círculos pechados sen a aprobación do usuario."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
61 changes: 61 additions & 0 deletions l10n/mk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
OC.L10N.register(
"circles",
{
"This action is irreversible" : "Оваа акција е неповратна",
"Personal circle" : "Сопствен круг",
"Secret circle" : "Таен круг",
"Closed circle" : "Затворен круг",
"Public circle" : "Јавен круг",
"Circle" : "Круг",
"Personal Circle" : "Сопствен круг",
"Secret Circle" : "Таен круг",
"Closed Circle" : "Затворен круг",
"Public Circle" : "Јавен круг",
"Personal" : "Сопствен",
"Not a member" : "Не е член",
"Member" : "Член",
"Admin" : "Администратор",
"Owner" : "Сопственик",
"Are you sure you want to delete this circle?" : "Дали си сигурен дека сакаш да го избришеш овој круг?",
"Settings saved." : "Подесувањата се зачувани.",
"Circles" : "Кругови",
"Create a new circle" : "Креирај круг",
"Select a circle type" : "Избери вид на круг",
"Create a personal circle" : "Креирај сопствен круг",
"Create a public circle" : "Креирај јавен круг",
"Create a closed circle" : "Креирај затворен круг",
"Create a secret circle" : "Креирај таен круг",
"A personal circle is a list of users known only to the owner." : "Сопствен круг е листа на корисници кој му се познати само на сопственикот.",
"This is the right option if you want to do recurrent sharing with the same list of local users." : "Ова е вистинска можност доколку често споделувате податоци со иста група на корисници.",
"A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle." : "Таен круг е скриена група кој може да ја видат членовите или корисниците кој го знаат точноти име на кругот.",
"Non-members won't be able to find your secret circle using the search bar." : "Корисниците кој не се членови нема да можат да го пронајдат кругот преку алатката за пребарување.",
"Joining a closed circle requires an invitation or confirmation by a moderator." : "За приклучување кон затворен круг потребна е покана или одобрение од модератор.",
"Anyone can find and request an invitation to the circle; but only members will see who\\'s in it and get access to it\\'s shared items." : "Секој може да го види кругот и да испрати барање за пристап до кругот; но само членовите можат да гледаат кој е во групата и кој има пристап до споделените податоци.",
"A public circle is an open group visible to anyone willing to join." : "Јавен круг е јавна група видлива за секој кој што сака да се приклучи.",
"Anyone can see, join, and access the items shared within the circle." : "Секој може да види, да се приклучи, да пристапи до податоците кој се споделени во кругот.",
"Personal circles" : "Персонални кругови",
"Public circles" : "Јавни кругови",
"Closed circles" : "Затворени кругови",
"Secret circles" : "Тајни кругови",
"All circles" : "Сите кругови",
"Search circles" : "Барај кругови",
"No filter" : "Без филтри",
"Circles you belong to" : "Кругови што припаѓаат на",
"Circles you own" : "Кругови што ги поседувате",
"No circle selected" : "Нема избрано круг",
"Add a member" : "Додади член",
"Delete circle" : "Избриши круг",
"Edit circle" : "Измени круг",
"Username" : "Корисничко име",
"Level" : "Ниво",
"Status" : "Статус",
"Joined" : "Приклучен",
"Members limit" : "Лимит на членови",
"Change the limit to the number of members. (0: default, -1: unlimited)" : "Промени го бројот лимитот на членови. (0: стандардно, -1: наограничено)",
"Allow Federated Links" : "Дозволи федерални врски",
"Makes the circle federated, and enables sharing between federated circles" : "Прави федерација на кругот, и дозволува споделување помеѓу федералните кругови.",
"Accept Link Request Automatically" : "Автоматски прифати го барањето за врска",
"Warning: Enabling this will automatically accept new link requests from other circles." : "ПРЕДУПРЕДУВАЊЕ: Овозможувањето автоматски ќе прифаќа нови барања за врски од други кругови.",
"Save settings" : "Зачувај подесувања"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
59 changes: 59 additions & 0 deletions l10n/mk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{ "translations": {
"This action is irreversible" : "Оваа акција е неповратна",
"Personal circle" : "Сопствен круг",
"Secret circle" : "Таен круг",
"Closed circle" : "Затворен круг",
"Public circle" : "Јавен круг",
"Circle" : "Круг",
"Personal Circle" : "Сопствен круг",
"Secret Circle" : "Таен круг",
"Closed Circle" : "Затворен круг",
"Public Circle" : "Јавен круг",
"Personal" : "Сопствен",
"Not a member" : "Не е член",
"Member" : "Член",
"Admin" : "Администратор",
"Owner" : "Сопственик",
"Are you sure you want to delete this circle?" : "Дали си сигурен дека сакаш да го избришеш овој круг?",
"Settings saved." : "Подесувањата се зачувани.",
"Circles" : "Кругови",
"Create a new circle" : "Креирај круг",
"Select a circle type" : "Избери вид на круг",
"Create a personal circle" : "Креирај сопствен круг",
"Create a public circle" : "Креирај јавен круг",
"Create a closed circle" : "Креирај затворен круг",
"Create a secret circle" : "Креирај таен круг",
"A personal circle is a list of users known only to the owner." : "Сопствен круг е листа на корисници кој му се познати само на сопственикот.",
"This is the right option if you want to do recurrent sharing with the same list of local users." : "Ова е вистинска можност доколку често споделувате податоци со иста група на корисници.",
"A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle." : "Таен круг е скриена група кој може да ја видат членовите или корисниците кој го знаат точноти име на кругот.",
"Non-members won't be able to find your secret circle using the search bar." : "Корисниците кој не се членови нема да можат да го пронајдат кругот преку алатката за пребарување.",
"Joining a closed circle requires an invitation or confirmation by a moderator." : "За приклучување кон затворен круг потребна е покана или одобрение од модератор.",
"Anyone can find and request an invitation to the circle; but only members will see who\\'s in it and get access to it\\'s shared items." : "Секој може да го види кругот и да испрати барање за пристап до кругот; но само членовите можат да гледаат кој е во групата и кој има пристап до споделените податоци.",
"A public circle is an open group visible to anyone willing to join." : "Јавен круг е јавна група видлива за секој кој што сака да се приклучи.",
"Anyone can see, join, and access the items shared within the circle." : "Секој може да види, да се приклучи, да пристапи до податоците кој се споделени во кругот.",
"Personal circles" : "Персонални кругови",
"Public circles" : "Јавни кругови",
"Closed circles" : "Затворени кругови",
"Secret circles" : "Тајни кругови",
"All circles" : "Сите кругови",
"Search circles" : "Барај кругови",
"No filter" : "Без филтри",
"Circles you belong to" : "Кругови што припаѓаат на",
"Circles you own" : "Кругови што ги поседувате",
"No circle selected" : "Нема избрано круг",
"Add a member" : "Додади член",
"Delete circle" : "Избриши круг",
"Edit circle" : "Измени круг",
"Username" : "Корисничко име",
"Level" : "Ниво",
"Status" : "Статус",
"Joined" : "Приклучен",
"Members limit" : "Лимит на членови",
"Change the limit to the number of members. (0: default, -1: unlimited)" : "Промени го бројот лимитот на членови. (0: стандардно, -1: наограничено)",
"Allow Federated Links" : "Дозволи федерални врски",
"Makes the circle federated, and enables sharing between federated circles" : "Прави федерација на кругот, и дозволува споделување помеѓу федералните кругови.",
"Accept Link Request Automatically" : "Автоматски прифати го барањето за врска",
"Warning: Enabling this will automatically accept new link requests from other circles." : "ПРЕДУПРЕДУВАЊЕ: Овозможувањето автоматски ќе прифаќа нови барања за врски од други кругови.",
"Save settings" : "Зачувај подесувања"
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
}
4 changes: 3 additions & 1 deletion l10n/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ OC.L10N.register(
"Allow linking of groups" : "Toestaan koppelen van groepen",
"Groups can be linked to circles." : "Groepen kunnen gekoppeld worden aan kringen.",
"Allow federated circles" : "Toestaan gefedereerde kringen",
"Circles from different Nextclouds can be linked together." : "Kringen van andere Nextcloud installaties kunnen aan elkaar gekoppeld worden."
"Circles from different Nextclouds can be linked together." : "Kringen van andere Nextcloud installaties kunnen aan elkaar gekoppeld worden.",
"Skip invitation step to closed circles" : "Overslaan uitnodingsstappen voor besloten kringen",
"Moderators can add member to closed circles without user approval." : "Moderators kunnen zonder goedkering van de gebruiker leden toevoegen aan besloten kringen."
},
"nplurals=2; plural=(n != 1);");
Loading

0 comments on commit e59b7c7

Please sign in to comment.