diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-16 00:19:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-16 00:19:55 +0000 |
commit | 70dd8d513bf73c8d56fea2aae4a02718a328f6e3 (patch) | |
tree | c4d52aebde9b4d1fd0110dfc8bafc6127fdeb179 /lib | |
parent | 7be7cfa5fd971d284eccf5819457583c20f82b71 (diff) | |
download | nextcloud-server-70dd8d513bf73c8d56fea2aae4a02718a328f6e3.tar.gz nextcloud-server-70dd8d513bf73c8d56fea2aae4a02718a328f6e3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | lib/l10n/pt_BR.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 197b06231cd..7d5d1527f9c 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -80,6 +80,7 @@ OC.L10N.register( "seconds ago" : "segundos atrás", "Empty file" : "Arquivo vazio", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a ID: %s não existe. Por favor, habilite-o nas configurações de seu aplicativo ou contacte o administrador.", + "Invalid filename extension \"%1$s\"" : "Extensão de arquivo inválida \"%1$s\"", "File already exists" : "O arquivo já existe", "Invalid path" : "Diretório inválido", "Failed to create file from template" : "Falha ao criar arquivo do modelo ", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index 80ae26c4097..f7fe6b750c8 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -78,6 +78,7 @@ "seconds ago" : "segundos atrás", "Empty file" : "Arquivo vazio", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a ID: %s não existe. Por favor, habilite-o nas configurações de seu aplicativo ou contacte o administrador.", + "Invalid filename extension \"%1$s\"" : "Extensão de arquivo inválida \"%1$s\"", "File already exists" : "O arquivo já existe", "Invalid path" : "Diretório inválido", "Failed to create file from template" : "Falha ao criar arquivo do modelo ", |