From 94a00b626e810a74f532951e62eaee58c52f99f8 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 28 Nov 2025 00:13:27 +0000 Subject: [PATCH] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/user_ldap/l10n/de.js | 6 +++--- apps/user_ldap/l10n/de.json | 6 +++--- apps/user_ldap/l10n/en_GB.js | 6 ++++++ apps/user_ldap/l10n/en_GB.json | 6 ++++++ apps/user_ldap/l10n/pt_BR.js | 3 +++ apps/user_ldap/l10n/pt_BR.json | 3 +++ apps/webhook_listeners/l10n/de.js | 1 + apps/webhook_listeners/l10n/de.json | 1 + apps/webhook_listeners/l10n/de_DE.js | 1 + apps/webhook_listeners/l10n/de_DE.json | 1 + apps/webhook_listeners/l10n/en_GB.js | 1 + apps/webhook_listeners/l10n/en_GB.json | 1 + apps/webhook_listeners/l10n/gl.js | 1 + apps/webhook_listeners/l10n/gl.json | 1 + apps/webhook_listeners/l10n/pt_BR.js | 1 + apps/webhook_listeners/l10n/pt_BR.json | 1 + apps/webhook_listeners/l10n/zh_HK.js | 1 + apps/webhook_listeners/l10n/zh_HK.json | 1 + apps/webhook_listeners/l10n/zh_TW.js | 1 + apps/webhook_listeners/l10n/zh_TW.json | 1 + core/l10n/mk.js | 3 +++ core/l10n/mk.json | 3 +++ 22 files changed, 44 insertions(+), 6 deletions(-) diff --git a/apps/user_ldap/l10n/de.js b/apps/user_ldap/l10n/de.js index 3c2dac1878d..c5aa612ef49 100644 --- a/apps/user_ldap/l10n/de.js +++ b/apps/user_ldap/l10n/de.js @@ -136,9 +136,9 @@ OC.L10N.register( "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten. Bitte Host, Port und Anmeldeinformationen überprüfen.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Der \"%u id\" Platzhalter fehlt. Er wird durch den Anmeldenamen ersetzt, wenn LDAP/AD abgefragt wird.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Beim Anmelden wird {instanceName} den Benutzer basierend auf folgenden Attributen finden:", - "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Ermöglicht die Anmeldung mit dem LDAP/AD-Benutzernamen, der entweder „uid“ oder „sAMAccountName“ lautet und erkannt wird.", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Ermöglicht die Anmeldung mit dem LDAP/AD-Benutzernamen, der entweder 'uid' oder 'sAMAccountName' lautet und erkannt wird.", "LDAP/AD Username:" : "LDAP-/AD-Benutzername:", - "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Ermöglicht die Anmeldung anhand eines E-Mail-Attributs. „mail“ und „mailPrimaryAddress“ sind zulässig.", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Ermöglicht die Anmeldung anhand eines E-Mail-Attributs. 'mail' und 'mailPrimaryAddress' sind zulässig.", "LDAP/AD Email Address:" : "LDAP-/AD E-Mail-Adresse:", "Other Attributes:" : "Andere Attribute:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. `%%uid` ersetzt den Benutzernamen bei der Anmeldung. Beispiel: `uid=%%uid`", @@ -161,7 +161,7 @@ OC.L10N.register( "Detect Port" : "Port ermitteln", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Der DN des Client-Benutzers, mit dem die Bindung erfolgen soll. Für anonymen Zugriff DN und Passwort leer lassen.", "User DN" : "Benutzer-DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=Beispiel,dc=de", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Lasse die Felder DN und Passwort für anonymen Zugang leer.", "Password" : "Passwort", "Save Credentials" : "Zugangsdaten speichern", diff --git a/apps/user_ldap/l10n/de.json b/apps/user_ldap/l10n/de.json index 4971a239605..14656c686af 100644 --- a/apps/user_ldap/l10n/de.json +++ b/apps/user_ldap/l10n/de.json @@ -134,9 +134,9 @@ "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten. Bitte Host, Port und Anmeldeinformationen überprüfen.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Der \"%u id\" Platzhalter fehlt. Er wird durch den Anmeldenamen ersetzt, wenn LDAP/AD abgefragt wird.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Beim Anmelden wird {instanceName} den Benutzer basierend auf folgenden Attributen finden:", - "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Ermöglicht die Anmeldung mit dem LDAP/AD-Benutzernamen, der entweder „uid“ oder „sAMAccountName“ lautet und erkannt wird.", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Ermöglicht die Anmeldung mit dem LDAP/AD-Benutzernamen, der entweder 'uid' oder 'sAMAccountName' lautet und erkannt wird.", "LDAP/AD Username:" : "LDAP-/AD-Benutzername:", - "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Ermöglicht die Anmeldung anhand eines E-Mail-Attributs. „mail“ und „mailPrimaryAddress“ sind zulässig.", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Ermöglicht die Anmeldung anhand eines E-Mail-Attributs. 'mail' und 'mailPrimaryAddress' sind zulässig.", "LDAP/AD Email Address:" : "LDAP-/AD E-Mail-Adresse:", "Other Attributes:" : "Andere Attribute:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. `%%uid` ersetzt den Benutzernamen bei der Anmeldung. Beispiel: `uid=%%uid`", @@ -159,7 +159,7 @@ "Detect Port" : "Port ermitteln", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Der DN des Client-Benutzers, mit dem die Bindung erfolgen soll. Für anonymen Zugriff DN und Passwort leer lassen.", "User DN" : "Benutzer-DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=Beispiel,dc=de", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Lasse die Felder DN und Passwort für anonymen Zugang leer.", "Password" : "Passwort", "Save Credentials" : "Zugangsdaten speichern", diff --git a/apps/user_ldap/l10n/en_GB.js b/apps/user_ldap/l10n/en_GB.js index 9d868d8a795..62a1370376f 100644 --- a/apps/user_ldap/l10n/en_GB.js +++ b/apps/user_ldap/l10n/en_GB.js @@ -136,7 +136,9 @@ OC.L10N.register( "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "A connection error to LDAP/AD occurred. Please check host, port and credentials.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD.", "When logging in, {instanceName} will find the user based on the following attributes:" : "When logging in, {instanceName} will find the user based on the following attributes:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected.", "LDAP/AD Username:" : "LDAP/AD Username:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed.", "LDAP/AD Email Address:" : "LDAP/AD Email Address:", "Other Attributes:" : "Other Attributes:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`", @@ -153,9 +155,13 @@ OC.L10N.register( "Delete configuration" : "Delete configuration", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "You can omit the protocol, unless you require SSL. If so, start with ldaps://", "Host" : "Host", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", + "389" : "389", "Detect Port" : "Detect Port", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty.", "User DN" : "User DN", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "For anonymous access, leave DN and Password empty.", "Password" : "Password", "Save Credentials" : "Save Credentials", diff --git a/apps/user_ldap/l10n/en_GB.json b/apps/user_ldap/l10n/en_GB.json index e9cf4ec2014..13c3c0be021 100644 --- a/apps/user_ldap/l10n/en_GB.json +++ b/apps/user_ldap/l10n/en_GB.json @@ -134,7 +134,9 @@ "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "A connection error to LDAP/AD occurred. Please check host, port and credentials.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD.", "When logging in, {instanceName} will find the user based on the following attributes:" : "When logging in, {instanceName} will find the user based on the following attributes:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected.", "LDAP/AD Username:" : "LDAP/AD Username:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed.", "LDAP/AD Email Address:" : "LDAP/AD Email Address:", "Other Attributes:" : "Other Attributes:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`", @@ -151,9 +153,13 @@ "Delete configuration" : "Delete configuration", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "You can omit the protocol, unless you require SSL. If so, start with ldaps://", "Host" : "Host", + "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", + "389" : "389", "Detect Port" : "Detect Port", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty.", "User DN" : "User DN", + "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "For anonymous access, leave DN and Password empty.", "Password" : "Password", "Save Credentials" : "Save Credentials", diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js index cc33eba0a3d..5baa0c750d5 100644 --- a/apps/user_ldap/l10n/pt_BR.js +++ b/apps/user_ldap/l10n/pt_BR.js @@ -136,7 +136,9 @@ OC.L10N.register( "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Ocorreu um erro de conexão com o LDAP/AD. Verifique o host, a porta e as credenciais.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "O espaço reservado \"%uid\" está faltando. Ele será substituído pelo nome de login ao consultar o LDAP/AD.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Ao fazer login, {instanceName} encontrará o usuário com base nos seguintes atributos:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Permite o login com o nome de usuário LDAP/AD, que pode ser 'uid' ou 'sAMAccountName' e será detectado.", "LDAP/AD Username:" : "Nome de usuário LDAP/AD:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Permite o login com base em um atributo de e-mail. Os atributos 'mail' e 'mailPrimaryAddress' são permitidos.", "LDAP/AD Email Address:" : "Endereço de E-mail LDAP/AD:", "Other Attributes:" : "Outros Atributos:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Define o filtro a ser aplicado quando for tentado o login. `%%uid` substitui o nome de usuário na ação de login. Exemplo: `uid=%%uid`", @@ -157,6 +159,7 @@ OC.L10N.register( "Port" : "Porta", "389" : "389", "Detect Port" : "Detectar Porta", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "O DN do usuário cliente com o qual a autenticação será feita. Para acesso anônimo, deixe os campos DN e Senha em branco.", "User DN" : "DN do usuário", "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Para acesso anônimo, deixe DN e senha vazios.", diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json index 8fbb5471901..92b7ad6b448 100644 --- a/apps/user_ldap/l10n/pt_BR.json +++ b/apps/user_ldap/l10n/pt_BR.json @@ -134,7 +134,9 @@ "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Ocorreu um erro de conexão com o LDAP/AD. Verifique o host, a porta e as credenciais.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "O espaço reservado \"%uid\" está faltando. Ele será substituído pelo nome de login ao consultar o LDAP/AD.", "When logging in, {instanceName} will find the user based on the following attributes:" : "Ao fazer login, {instanceName} encontrará o usuário com base nos seguintes atributos:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "Permite o login com o nome de usuário LDAP/AD, que pode ser 'uid' ou 'sAMAccountName' e será detectado.", "LDAP/AD Username:" : "Nome de usuário LDAP/AD:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Permite o login com base em um atributo de e-mail. Os atributos 'mail' e 'mailPrimaryAddress' são permitidos.", "LDAP/AD Email Address:" : "Endereço de E-mail LDAP/AD:", "Other Attributes:" : "Outros Atributos:", "Defines the filter to apply, when login is attempted. `%%uid` replaces the username in the login action. Example: `uid=%%uid`" : "Define o filtro a ser aplicado quando for tentado o login. `%%uid` substitui o nome de usuário na ação de login. Exemplo: `uid=%%uid`", @@ -155,6 +157,7 @@ "Port" : "Porta", "389" : "389", "Detect Port" : "Detectar Porta", + "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "O DN do usuário cliente com o qual a autenticação será feita. Para acesso anônimo, deixe os campos DN e Senha em branco.", "User DN" : "DN do usuário", "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Para acesso anônimo, deixe DN e senha vazios.", diff --git a/apps/webhook_listeners/l10n/de.js b/apps/webhook_listeners/l10n/de.js index 7d6092fd029..6aa7971d01f 100644 --- a/apps/webhook_listeners/l10n/de.js +++ b/apps/webhook_listeners/l10n/de.js @@ -1,6 +1,7 @@ OC.L10N.register( "webhook_listeners", { + "Ephemeral webhook authentication" : "Kurzlebige Webhook-Authentifizierung", "Webhooks" : "Webhooks", "Nextcloud Webhook Support" : "Nextcloud Webhook-Unterstützung", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "Benachrichtigungen an externe Dienste senden, wenn etwas Wichtiges passiert, beispielsweise wenn Dateien geändert oder aktualisiert werden.", diff --git a/apps/webhook_listeners/l10n/de.json b/apps/webhook_listeners/l10n/de.json index 5ad5b0da9a1..8f92c6dce74 100644 --- a/apps/webhook_listeners/l10n/de.json +++ b/apps/webhook_listeners/l10n/de.json @@ -1,4 +1,5 @@ { "translations": { + "Ephemeral webhook authentication" : "Kurzlebige Webhook-Authentifizierung", "Webhooks" : "Webhooks", "Nextcloud Webhook Support" : "Nextcloud Webhook-Unterstützung", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "Benachrichtigungen an externe Dienste senden, wenn etwas Wichtiges passiert, beispielsweise wenn Dateien geändert oder aktualisiert werden.", diff --git a/apps/webhook_listeners/l10n/de_DE.js b/apps/webhook_listeners/l10n/de_DE.js index 7d6092fd029..6aa7971d01f 100644 --- a/apps/webhook_listeners/l10n/de_DE.js +++ b/apps/webhook_listeners/l10n/de_DE.js @@ -1,6 +1,7 @@ OC.L10N.register( "webhook_listeners", { + "Ephemeral webhook authentication" : "Kurzlebige Webhook-Authentifizierung", "Webhooks" : "Webhooks", "Nextcloud Webhook Support" : "Nextcloud Webhook-Unterstützung", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "Benachrichtigungen an externe Dienste senden, wenn etwas Wichtiges passiert, beispielsweise wenn Dateien geändert oder aktualisiert werden.", diff --git a/apps/webhook_listeners/l10n/de_DE.json b/apps/webhook_listeners/l10n/de_DE.json index 5ad5b0da9a1..8f92c6dce74 100644 --- a/apps/webhook_listeners/l10n/de_DE.json +++ b/apps/webhook_listeners/l10n/de_DE.json @@ -1,4 +1,5 @@ { "translations": { + "Ephemeral webhook authentication" : "Kurzlebige Webhook-Authentifizierung", "Webhooks" : "Webhooks", "Nextcloud Webhook Support" : "Nextcloud Webhook-Unterstützung", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "Benachrichtigungen an externe Dienste senden, wenn etwas Wichtiges passiert, beispielsweise wenn Dateien geändert oder aktualisiert werden.", diff --git a/apps/webhook_listeners/l10n/en_GB.js b/apps/webhook_listeners/l10n/en_GB.js index 75886d457fc..2652618d754 100644 --- a/apps/webhook_listeners/l10n/en_GB.js +++ b/apps/webhook_listeners/l10n/en_GB.js @@ -1,6 +1,7 @@ OC.L10N.register( "webhook_listeners", { + "Ephemeral webhook authentication" : "Ephemeral webhook authentication", "Webhooks" : "Webhooks", "Nextcloud Webhook Support" : "Nextcloud Webhook Support", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "Send notifications to external services whenever something important happens, like when files are changed or updated.", diff --git a/apps/webhook_listeners/l10n/en_GB.json b/apps/webhook_listeners/l10n/en_GB.json index 30968505457..b9f42ba6a3e 100644 --- a/apps/webhook_listeners/l10n/en_GB.json +++ b/apps/webhook_listeners/l10n/en_GB.json @@ -1,4 +1,5 @@ { "translations": { + "Ephemeral webhook authentication" : "Ephemeral webhook authentication", "Webhooks" : "Webhooks", "Nextcloud Webhook Support" : "Nextcloud Webhook Support", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "Send notifications to external services whenever something important happens, like when files are changed or updated.", diff --git a/apps/webhook_listeners/l10n/gl.js b/apps/webhook_listeners/l10n/gl.js index 9769ed9e14f..3915a15b603 100644 --- a/apps/webhook_listeners/l10n/gl.js +++ b/apps/webhook_listeners/l10n/gl.js @@ -1,6 +1,7 @@ OC.L10N.register( "webhook_listeners", { + "Ephemeral webhook authentication" : "Autenticación efímera por punto de ancoraxe web", "Webhooks" : "Puntos de ancoraxe web", "Nextcloud Webhook Support" : "Compatibilidade para Puntos de ancoraxe web de NextCloud", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "Envía notificacións a servizos externos cada vez que ocorre algo importante, como cando se modifican ou actualizan ficheiros.", diff --git a/apps/webhook_listeners/l10n/gl.json b/apps/webhook_listeners/l10n/gl.json index 3fcad914797..d82a8d0badf 100644 --- a/apps/webhook_listeners/l10n/gl.json +++ b/apps/webhook_listeners/l10n/gl.json @@ -1,4 +1,5 @@ { "translations": { + "Ephemeral webhook authentication" : "Autenticación efímera por punto de ancoraxe web", "Webhooks" : "Puntos de ancoraxe web", "Nextcloud Webhook Support" : "Compatibilidade para Puntos de ancoraxe web de NextCloud", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "Envía notificacións a servizos externos cada vez que ocorre algo importante, como cando se modifican ou actualizan ficheiros.", diff --git a/apps/webhook_listeners/l10n/pt_BR.js b/apps/webhook_listeners/l10n/pt_BR.js index b0bb091f863..82ad1649639 100644 --- a/apps/webhook_listeners/l10n/pt_BR.js +++ b/apps/webhook_listeners/l10n/pt_BR.js @@ -1,6 +1,7 @@ OC.L10N.register( "webhook_listeners", { + "Ephemeral webhook authentication" : "Autenticação de webhook efêmero", "Webhooks" : "Webhooks", "Nextcloud Webhook Support" : "Suporte para Webhooks do Nextcloud", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "Envie notificações para serviços externos sempre que algo importante acontecer, como quando arquivos forem alterados ou atualizados.", diff --git a/apps/webhook_listeners/l10n/pt_BR.json b/apps/webhook_listeners/l10n/pt_BR.json index 44f712f2ba2..2daf8ac05ca 100644 --- a/apps/webhook_listeners/l10n/pt_BR.json +++ b/apps/webhook_listeners/l10n/pt_BR.json @@ -1,4 +1,5 @@ { "translations": { + "Ephemeral webhook authentication" : "Autenticação de webhook efêmero", "Webhooks" : "Webhooks", "Nextcloud Webhook Support" : "Suporte para Webhooks do Nextcloud", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "Envie notificações para serviços externos sempre que algo importante acontecer, como quando arquivos forem alterados ou atualizados.", diff --git a/apps/webhook_listeners/l10n/zh_HK.js b/apps/webhook_listeners/l10n/zh_HK.js index 0707b10a4e8..820807130da 100644 --- a/apps/webhook_listeners/l10n/zh_HK.js +++ b/apps/webhook_listeners/l10n/zh_HK.js @@ -1,6 +1,7 @@ OC.L10N.register( "webhook_listeners", { + "Ephemeral webhook authentication" : "短暫性 webhook 認證", "Webhooks" : "Webhooks", "Nextcloud Webhook Support" : "Nextcloud Webhook 支援", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "每當發生重要事件時(例如檔案被修改或更新),即刻向外部服務傳送通知。", diff --git a/apps/webhook_listeners/l10n/zh_HK.json b/apps/webhook_listeners/l10n/zh_HK.json index 3b66c4ab44e..ca560d0a30c 100644 --- a/apps/webhook_listeners/l10n/zh_HK.json +++ b/apps/webhook_listeners/l10n/zh_HK.json @@ -1,4 +1,5 @@ { "translations": { + "Ephemeral webhook authentication" : "短暫性 webhook 認證", "Webhooks" : "Webhooks", "Nextcloud Webhook Support" : "Nextcloud Webhook 支援", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "每當發生重要事件時(例如檔案被修改或更新),即刻向外部服務傳送通知。", diff --git a/apps/webhook_listeners/l10n/zh_TW.js b/apps/webhook_listeners/l10n/zh_TW.js index 26288e2f90f..ae2ed3e5f60 100644 --- a/apps/webhook_listeners/l10n/zh_TW.js +++ b/apps/webhook_listeners/l10n/zh_TW.js @@ -1,6 +1,7 @@ OC.L10N.register( "webhook_listeners", { + "Ephemeral webhook authentication" : "短效期 webhook 驗證", "Webhooks" : "Webhook", "Nextcloud Webhook Support" : "Nextcloud Webhook 支援", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "每當發生重要事件時(例如檔案被修改或更新),即刻向外部服務傳送通知。", diff --git a/apps/webhook_listeners/l10n/zh_TW.json b/apps/webhook_listeners/l10n/zh_TW.json index 84ba898d96b..66f890462fb 100644 --- a/apps/webhook_listeners/l10n/zh_TW.json +++ b/apps/webhook_listeners/l10n/zh_TW.json @@ -1,4 +1,5 @@ { "translations": { + "Ephemeral webhook authentication" : "短效期 webhook 驗證", "Webhooks" : "Webhook", "Nextcloud Webhook Support" : "Nextcloud Webhook 支援", "Send notifications to external services whenever something important happens, like when files are changed or updated." : "每當發生重要事件時(例如檔案被修改或更新),即刻向外部服務傳送通知。", diff --git a/core/l10n/mk.js b/core/l10n/mk.js index ffea0750653..0590ca75c47 100644 --- a/core/l10n/mk.js +++ b/core/l10n/mk.js @@ -298,7 +298,10 @@ OC.L10N.register( "Online" : "Присутен", "Away" : "Далеку", "Busy" : "Зафатен", + "Do not disturb" : "Не вознемирувај", + "Mute all notifications" : "Занеми (Mute) ги сите известувања", "Invisible" : "Невидливо", + "Appear offline" : "Прикажи исклучен", "Avatar of {displayName}" : "Аватар на {displayName}", "Settings menu" : "Мени за параметри", "Loading your contacts …" : "Вчитување на вашите контакти …", diff --git a/core/l10n/mk.json b/core/l10n/mk.json index 0d9daf123db..71a1ebd72ad 100644 --- a/core/l10n/mk.json +++ b/core/l10n/mk.json @@ -296,7 +296,10 @@ "Online" : "Присутен", "Away" : "Далеку", "Busy" : "Зафатен", + "Do not disturb" : "Не вознемирувај", + "Mute all notifications" : "Занеми (Mute) ги сите известувања", "Invisible" : "Невидливо", + "Appear offline" : "Прикажи исклучен", "Avatar of {displayName}" : "Аватар на {displayName}", "Settings menu" : "Мени за параметри", "Loading your contacts …" : "Вчитување на вашите контакти …",