diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-04 00:22:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-04 00:22:21 +0000 |
commit | a297773da2ac0ec3a5eb2300c59a168ea41a951a (patch) | |
tree | 466cd48f1286a143ebc07a9b3cac519efb6d5755 /apps/dav | |
parent | f033e32af66c875d136a370cc7985f2907733783 (diff) | |
download | nextcloud-server-a297773da2ac0ec3a5eb2300c59a168ea41a951a.tar.gz nextcloud-server-a297773da2ac0ec3a5eb2300c59a168ea41a951a.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/l10n/nb.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/nb.json | 1 | ||||
-rw-r--r-- | apps/dav/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/pt_BR.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/dav/l10n/nb.js b/apps/dav/l10n/nb.js index 97e4ff347e4..5670d45ea04 100644 --- a/apps/dav/l10n/nb.js +++ b/apps/dav/l10n/nb.js @@ -212,6 +212,7 @@ OC.L10N.register( "Failed to unlink: %1$s" : "Kunne ikke fjerne tilknytningen: %1$s", "Failed to write file contents: %1$s" : "Kunne ikke skrive filinnhold: %1$s", "File not found: %1$s" : "Filen ble ikke funnet: %1$s", + "Invalid target path" : "Ugyldig målbane", "System is in maintenance mode." : "System i vedlikeholdsmodus.", "Upgrade needed" : "Oppgradering er nødvendig", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Din %s må konfigureres til å bruke HTTPS for å kunne bruke CalDAV og CardDAV med iOS/macOS.", diff --git a/apps/dav/l10n/nb.json b/apps/dav/l10n/nb.json index 81b616a0792..7357e2ab7f4 100644 --- a/apps/dav/l10n/nb.json +++ b/apps/dav/l10n/nb.json @@ -210,6 +210,7 @@ "Failed to unlink: %1$s" : "Kunne ikke fjerne tilknytningen: %1$s", "Failed to write file contents: %1$s" : "Kunne ikke skrive filinnhold: %1$s", "File not found: %1$s" : "Filen ble ikke funnet: %1$s", + "Invalid target path" : "Ugyldig målbane", "System is in maintenance mode." : "System i vedlikeholdsmodus.", "Upgrade needed" : "Oppgradering er nødvendig", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Din %s må konfigureres til å bruke HTTPS for å kunne bruke CalDAV og CardDAV med iOS/macOS.", diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index 4e76249dd0b..88ba2bd5ab3 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -212,6 +212,7 @@ OC.L10N.register( "Failed to unlink: %1$s" : "Falha ao desvincular: %1$s", "Failed to write file contents: %1$s" : "Falha ao gravar o conteúdo do arquivo:%1$s", "File not found: %1$s" : "Arquivo não encontrado:%1$s", + "Invalid target path" : "Caminho de destino inválido", "System is in maintenance mode." : "O sistema está em modo de manutenção", "Upgrade needed" : "Upgrade necessário", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Seu %s precisa estar configurado para usar HTTPS a fim de usar o CalDAV e o CardDAV com o iOS/macOS.", diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json index 68334f880c2..f16c2a6c311 100644 --- a/apps/dav/l10n/pt_BR.json +++ b/apps/dav/l10n/pt_BR.json @@ -210,6 +210,7 @@ "Failed to unlink: %1$s" : "Falha ao desvincular: %1$s", "Failed to write file contents: %1$s" : "Falha ao gravar o conteúdo do arquivo:%1$s", "File not found: %1$s" : "Arquivo não encontrado:%1$s", + "Invalid target path" : "Caminho de destino inválido", "System is in maintenance mode." : "O sistema está em modo de manutenção", "Upgrade needed" : "Upgrade necessário", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Seu %s precisa estar configurado para usar HTTPS a fim de usar o CalDAV e o CardDAV com o iOS/macOS.", |