Skip to content

Commit 912b777

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent e4c5028 commit 912b777

14 files changed

Lines changed: 154 additions & 36 deletions

File tree

l10n/de.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,11 @@ OC.L10N.register(
857857
"Limit using Talk" : "Beschränkung bei der Nutzung von Talk",
858858
"Limit creating a public and group conversation" : "Beschränkung für das Erstellen von öffentlichen und Gruppenunterhaltungen",
859859
"Limit creating conversations" : "Beschränkung beim Erstellen von Unterhaltungen",
860+
"Limit starting calls to certain groups" : "Den Start von Anrufen auf bestimmte Gruppen begrenzen",
860861
"Limit starting a call" : "Starten von Anrufen begrenzen",
861862
"Limit starting calls" : "Beschränkung beim Anrufaufbau",
863+
"When at least one group is selected, only members of these groups can start a call. This also applies to moderators, while guests and federated users are never members of these groups. Everyone can still start a call when no group is selected." : "Wenn mindestens eine Gruppe ausgewählt ist, können nur Mitglieder dieser Gruppen einen Anruf starten. Dies gilt auch für Moderatoren, wobei Gäste und federierte Nutzer niemals Mitglieder dieser Gruppen sind. Sofern keine Gruppe ausgewählt ist, kann jeder einen Anruf starten.",
864+
"For conversations hosted on a federated server, the configuration of the host server applies instead." : "Für Unterhaltungen, die auf einem federierten Server gehostet werden, gilt stattdessen die Konfiguration des Hostservers.",
862865
"When a call has started, everyone with access to the conversation can join the call." : "Nachdem eine Unterhaltung gestartet wurde, kann jeder, der Zugriff auf die Unterhaltung hat, dieser beitreten",
863866
"The following bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "Die folgenden Bots sind auf diesem Server installiert. In der Dokumentation findest du Einzelheiten zum {linkstart1}Erstellen deines eigenen Bots{linkend} oder einer {linkstart2}Liste von Bots{linkend}, die du auf deinem Server aktivieren kannst.",
864867
"No bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "Auf diesem Server sind keine Bots installiert. In der Dokumentation findest du Einzelheiten zum {linkstart1}Erstellen deines eigenen Bots{linkend} oder einer {linkstart2}Liste von Bots{linkend}, die du auf deinem Server aktivieren kannst.",
@@ -1098,6 +1101,8 @@ OC.L10N.register(
10981101
"Reload" : "Neu laden",
10991102
"{nickName} raised their hand." : "{nickName} hat die Hand gehoben.",
11001103
"A participant raised their hand." : "Ein Teilnehmer hat die Hand gehoben",
1104+
"Collapse participant bar" : "Teilnehmerleiste einklappen",
1105+
"Expand participant bar" : "Teilnehmerleiste ausklappen",
11011106
"Previous page of videos" : "Vorherige Seite mit Videos",
11021107
"Next page of videos" : "Nächste Seite mit Videos",
11031108
"Connecting …" : "Verbinde …",

l10n/de.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,11 @@
855855
"Limit using Talk" : "Beschränkung bei der Nutzung von Talk",
856856
"Limit creating a public and group conversation" : "Beschränkung für das Erstellen von öffentlichen und Gruppenunterhaltungen",
857857
"Limit creating conversations" : "Beschränkung beim Erstellen von Unterhaltungen",
858+
"Limit starting calls to certain groups" : "Den Start von Anrufen auf bestimmte Gruppen begrenzen",
858859
"Limit starting a call" : "Starten von Anrufen begrenzen",
859860
"Limit starting calls" : "Beschränkung beim Anrufaufbau",
861+
"When at least one group is selected, only members of these groups can start a call. This also applies to moderators, while guests and federated users are never members of these groups. Everyone can still start a call when no group is selected." : "Wenn mindestens eine Gruppe ausgewählt ist, können nur Mitglieder dieser Gruppen einen Anruf starten. Dies gilt auch für Moderatoren, wobei Gäste und federierte Nutzer niemals Mitglieder dieser Gruppen sind. Sofern keine Gruppe ausgewählt ist, kann jeder einen Anruf starten.",
862+
"For conversations hosted on a federated server, the configuration of the host server applies instead." : "Für Unterhaltungen, die auf einem federierten Server gehostet werden, gilt stattdessen die Konfiguration des Hostservers.",
860863
"When a call has started, everyone with access to the conversation can join the call." : "Nachdem eine Unterhaltung gestartet wurde, kann jeder, der Zugriff auf die Unterhaltung hat, dieser beitreten",
861864
"The following bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "Die folgenden Bots sind auf diesem Server installiert. In der Dokumentation findest du Einzelheiten zum {linkstart1}Erstellen deines eigenen Bots{linkend} oder einer {linkstart2}Liste von Bots{linkend}, die du auf deinem Server aktivieren kannst.",
862865
"No bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "Auf diesem Server sind keine Bots installiert. In der Dokumentation findest du Einzelheiten zum {linkstart1}Erstellen deines eigenen Bots{linkend} oder einer {linkstart2}Liste von Bots{linkend}, die du auf deinem Server aktivieren kannst.",
@@ -1096,6 +1099,8 @@
10961099
"Reload" : "Neu laden",
10971100
"{nickName} raised their hand." : "{nickName} hat die Hand gehoben.",
10981101
"A participant raised their hand." : "Ein Teilnehmer hat die Hand gehoben",
1102+
"Collapse participant bar" : "Teilnehmerleiste einklappen",
1103+
"Expand participant bar" : "Teilnehmerleiste ausklappen",
10991104
"Previous page of videos" : "Vorherige Seite mit Videos",
11001105
"Next page of videos" : "Nächste Seite mit Videos",
11011106
"Connecting …" : "Verbinde …",

l10n/de_DE.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,11 @@ OC.L10N.register(
857857
"Limit using Talk" : "Beschränkung bei der Nutzung von Talk",
858858
"Limit creating a public and group conversation" : "Beschränkung für das Erstellen von öffentlichen und Gruppenunterhaltungen",
859859
"Limit creating conversations" : "Beschränkung beim Erstellen von Unterhaltungen",
860+
"Limit starting calls to certain groups" : "Den Start von Anrufen auf bestimmte Gruppen begrenzen",
860861
"Limit starting a call" : "Beschränkung beim Anrufen",
861862
"Limit starting calls" : "Starten von Anrufen begrenzen",
863+
"When at least one group is selected, only members of these groups can start a call. This also applies to moderators, while guests and federated users are never members of these groups. Everyone can still start a call when no group is selected." : "Wenn mindestens eine Gruppe ausgewählt ist, können nur Mitglieder dieser Gruppen einen Anruf starten. Dies gilt auch für Moderatoren, wobei Gäste und federierte Nutzer niemals Mitglieder dieser Gruppen sind. Sofern keine Gruppe ausgewählt ist, kann jeder einen Anruf starten.",
864+
"For conversations hosted on a federated server, the configuration of the host server applies instead." : "Für Unterhaltungen, die auf einem federierten Server gehostet werden, gilt stattdessen die Konfiguration des Hostservers.",
862865
"When a call has started, everyone with access to the conversation can join the call." : "Nachdem eine Unterhaltung gestartet wurde, kann jeder, der Zugriff auf die Unterhaltung hat, dieser beitreten.",
863866
"The following bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "Die folgenden Bots sind auf diesem Server installiert. In der Dokumentation finden Sie Einzelheiten zum {linkstart1}Erstellen Ihres eigenen Bots{linkend} oder einer {linkstart2}Liste von Bots{linkend}, die Sie auf Ihrem Server aktivieren können.",
864867
"No bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "Auf diesem Server sind keine Bots installiert. In der Dokumentation finden Sie Einzelheiten zum {linkstart1}Erstellen Ihres eigenen Bots{linkend} oder einer {linkstart2}Liste von Bots{linkend}, die Sie auf Ihrem Server aktivieren können.",
@@ -1098,6 +1101,8 @@ OC.L10N.register(
10981101
"Reload" : "Neu laden",
10991102
"{nickName} raised their hand." : "{nickName} hat die Hand gehoben.",
11001103
"A participant raised their hand." : "Ein Teilnehmer hat die Hand gehoben.",
1104+
"Collapse participant bar" : "Teilnehmerleiste einklappen",
1105+
"Expand participant bar" : "Teilnehmerleiste ausklappen",
11011106
"Previous page of videos" : "Vorherige Seite mit Videos",
11021107
"Next page of videos" : "Nächste Seite mit Videos",
11031108
"Connecting …" : "Verbinde …",

l10n/de_DE.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,11 @@
855855
"Limit using Talk" : "Beschränkung bei der Nutzung von Talk",
856856
"Limit creating a public and group conversation" : "Beschränkung für das Erstellen von öffentlichen und Gruppenunterhaltungen",
857857
"Limit creating conversations" : "Beschränkung beim Erstellen von Unterhaltungen",
858+
"Limit starting calls to certain groups" : "Den Start von Anrufen auf bestimmte Gruppen begrenzen",
858859
"Limit starting a call" : "Beschränkung beim Anrufen",
859860
"Limit starting calls" : "Starten von Anrufen begrenzen",
861+
"When at least one group is selected, only members of these groups can start a call. This also applies to moderators, while guests and federated users are never members of these groups. Everyone can still start a call when no group is selected." : "Wenn mindestens eine Gruppe ausgewählt ist, können nur Mitglieder dieser Gruppen einen Anruf starten. Dies gilt auch für Moderatoren, wobei Gäste und federierte Nutzer niemals Mitglieder dieser Gruppen sind. Sofern keine Gruppe ausgewählt ist, kann jeder einen Anruf starten.",
862+
"For conversations hosted on a federated server, the configuration of the host server applies instead." : "Für Unterhaltungen, die auf einem federierten Server gehostet werden, gilt stattdessen die Konfiguration des Hostservers.",
860863
"When a call has started, everyone with access to the conversation can join the call." : "Nachdem eine Unterhaltung gestartet wurde, kann jeder, der Zugriff auf die Unterhaltung hat, dieser beitreten.",
861864
"The following bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "Die folgenden Bots sind auf diesem Server installiert. In der Dokumentation finden Sie Einzelheiten zum {linkstart1}Erstellen Ihres eigenen Bots{linkend} oder einer {linkstart2}Liste von Bots{linkend}, die Sie auf Ihrem Server aktivieren können.",
862865
"No bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "Auf diesem Server sind keine Bots installiert. In der Dokumentation finden Sie Einzelheiten zum {linkstart1}Erstellen Ihres eigenen Bots{linkend} oder einer {linkstart2}Liste von Bots{linkend}, die Sie auf Ihrem Server aktivieren können.",
@@ -1096,6 +1099,8 @@
10961099
"Reload" : "Neu laden",
10971100
"{nickName} raised their hand." : "{nickName} hat die Hand gehoben.",
10981101
"A participant raised their hand." : "Ein Teilnehmer hat die Hand gehoben.",
1102+
"Collapse participant bar" : "Teilnehmerleiste einklappen",
1103+
"Expand participant bar" : "Teilnehmerleiste ausklappen",
10991104
"Previous page of videos" : "Vorherige Seite mit Videos",
11001105
"Next page of videos" : "Nächste Seite mit Videos",
11011106
"Connecting …" : "Verbinde …",

l10n/en_GB.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,11 @@ OC.L10N.register(
857857
"Limit using Talk" : "Limit using Talk",
858858
"Limit creating a public and group conversation" : "Limit creating a public and group conversation",
859859
"Limit creating conversations" : "Limit creating conversations",
860+
"Limit starting calls to certain groups" : "Limit starting calls to certain groups",
860861
"Limit starting a call" : "Limit starting a call",
861862
"Limit starting calls" : "Limit starting calls",
863+
"When at least one group is selected, only members of these groups can start a call. This also applies to moderators, while guests and federated users are never members of these groups. Everyone can still start a call when no group is selected." : "When at least one group is selected, only members of these groups can start a call. This also applies to moderators, while guests and federated users are never members of these groups. Everyone can still start a call when no group is selected.",
864+
"For conversations hosted on a federated server, the configuration of the host server applies instead." : "For conversations hosted on a federated server, the configuration of the host server applies instead.",
862865
"When a call has started, everyone with access to the conversation can join the call." : "When a call has started, everyone with access to the conversation can join the call.",
863866
"The following bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "The following bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server.",
864867
"No bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "No bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server.",
@@ -1098,6 +1101,8 @@ OC.L10N.register(
10981101
"Reload" : "Reload",
10991102
"{nickName} raised their hand." : "{nickName} raised their hand.",
11001103
"A participant raised their hand." : "A participant raised their hand.",
1104+
"Collapse participant bar" : "Collapse participant bar",
1105+
"Expand participant bar" : "Expand participant bar",
11011106
"Previous page of videos" : "Previous page of videos",
11021107
"Next page of videos" : "Next page of videos",
11031108
"Connecting …" : "Connecting …",

l10n/en_GB.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,11 @@
855855
"Limit using Talk" : "Limit using Talk",
856856
"Limit creating a public and group conversation" : "Limit creating a public and group conversation",
857857
"Limit creating conversations" : "Limit creating conversations",
858+
"Limit starting calls to certain groups" : "Limit starting calls to certain groups",
858859
"Limit starting a call" : "Limit starting a call",
859860
"Limit starting calls" : "Limit starting calls",
861+
"When at least one group is selected, only members of these groups can start a call. This also applies to moderators, while guests and federated users are never members of these groups. Everyone can still start a call when no group is selected." : "When at least one group is selected, only members of these groups can start a call. This also applies to moderators, while guests and federated users are never members of these groups. Everyone can still start a call when no group is selected.",
862+
"For conversations hosted on a federated server, the configuration of the host server applies instead." : "For conversations hosted on a federated server, the configuration of the host server applies instead.",
860863
"When a call has started, everyone with access to the conversation can join the call." : "When a call has started, everyone with access to the conversation can join the call.",
861864
"The following bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "The following bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server.",
862865
"No bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "No bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server.",
@@ -1096,6 +1099,8 @@
10961099
"Reload" : "Reload",
10971100
"{nickName} raised their hand." : "{nickName} raised their hand.",
10981101
"A participant raised their hand." : "A participant raised their hand.",
1102+
"Collapse participant bar" : "Collapse participant bar",
1103+
"Expand participant bar" : "Expand participant bar",
10991104
"Previous page of videos" : "Previous page of videos",
11001105
"Next page of videos" : "Next page of videos",
11011106
"Connecting …" : "Connecting …",

l10n/pt_BR.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,11 @@ OC.L10N.register(
857857
"Limit using Talk" : "Limitar o uso do Talk",
858858
"Limit creating a public and group conversation" : "Limitar criar uma conversa pública ou de grupo",
859859
"Limit creating conversations" : "Limitar criar conversas",
860+
"Limit starting calls to certain groups" : "Limitar a iniciação de chamadas para determinados grupos",
860861
"Limit starting a call" : "Limitar iniciar uma chamada",
861862
"Limit starting calls" : "Limitar iniciar chamadas",
863+
"When at least one group is selected, only members of these groups can start a call. This also applies to moderators, while guests and federated users are never members of these groups. Everyone can still start a call when no group is selected." : "Quando pelo menos um grupo estiver selecionado, somente os membros desses grupos poderão iniciar uma chamada. Isso também se aplica aos moderadores, enquanto convidados e usuários federados nunca são membros desses grupos. Todos ainda podem iniciar uma chamada quando nenhum grupo estiver selecionado.",
864+
"For conversations hosted on a federated server, the configuration of the host server applies instead." : "Para conversas hospedadas em um servidor federado, aplica-se, em vez disso, a configuração do servidor anfitrião.",
862865
"When a call has started, everyone with access to the conversation can join the call." : "Quando uma chamada é iniciada, todos que têm acesso à conversa podem entrar na chamada.",
863866
"The following bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "Os seguintes bots estão instalados neste servidor. Na documentação, você pode encontrar detalhes sobre como {linkstart1}criar seu próprio bot{linkend} ou uma {linkstart2}lista de bots{linkend} para habilitar em seu servidor.",
864867
"No bots are installed on this server. In the documentation you can find details how to {linkstart1}build your own bot{linkend} or a {linkstart2}list of bots{linkend} to enable on your server." : "Nenhum bot está instalado neste servidor. Na documentação, você pode encontrar detalhes sobre como {linkstart1}criar seu próprio bot{linkend} ou uma {linkstart2}lista de bots{linkend} para habilitar em seu servidor.",
@@ -1098,6 +1101,8 @@ OC.L10N.register(
10981101
"Reload" : "Recarregar",
10991102
"{nickName} raised their hand." : "{nickName} levantou a mão.",
11001103
"A participant raised their hand." : "Um participante levantou a mão.",
1104+
"Collapse participant bar" : "Recolher a barra de participantes",
1105+
"Expand participant bar" : "Expandir a barra de participantes",
11011106
"Previous page of videos" : "Página anterior de vídeos",
11021107
"Next page of videos" : "Próxima página de vídeos",
11031108
"Connecting …" : "Conectando …",

0 commit comments

Comments
 (0)