diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-28 02:27:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-28 02:27:47 +0000 |
commit | 0127ef4f10bbcc663dd8bf46b08a8b8594db48f0 (patch) | |
tree | ca74d10f7756ead5de29dc024893c5467c1b73a0 /lib | |
parent | 3c09990c633e6259c604ff23db179a8cec1f0f57 (diff) | |
download | nextcloud-server-0127ef4f10bbcc663dd8bf46b08a8b8594db48f0.tar.gz nextcloud-server-0127ef4f10bbcc663dd8bf46b08a8b8594db48f0.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_PT.js | 1 | ||||
-rw-r--r-- | lib/l10n/pt_PT.json | 1 | ||||
-rw-r--r-- | lib/l10n/sr.js | 1 | ||||
-rw-r--r-- | lib/l10n/sr.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js index c78eb54f2a8..6feac8ba683 100644 --- a/lib/l10n/pt_PT.js +++ b/lib/l10n/pt_PT.js @@ -5,6 +5,7 @@ OC.L10N.register( "See %s" : "Ver %s", "Sample configuration detected" : "Detetado exemplo de configuração", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detectado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", + "The page could not be found on the server." : "Esta página não foi encontrada no servidor.", "Email verification" : "Verificação de e-mail", "Click the following button to confirm your email." : "Clique no botão a seguir para confirmar o seu e-mail.", "Click the following link to confirm your email." : "Clique na hiperligação a seguir para confirmar o seu e-mail.", diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json index 7e2cb2e11c4..5cef4e2deb8 100644 --- a/lib/l10n/pt_PT.json +++ b/lib/l10n/pt_PT.json @@ -3,6 +3,7 @@ "See %s" : "Ver %s", "Sample configuration detected" : "Detetado exemplo de configuração", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detectado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", + "The page could not be found on the server." : "Esta página não foi encontrada no servidor.", "Email verification" : "Verificação de e-mail", "Click the following button to confirm your email." : "Clique no botão a seguir para confirmar o seu e-mail.", "Click the following link to confirm your email." : "Clique na hiperligação a seguir para confirmar o seu e-mail.", diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 4a226286275..29516259b42 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -70,6 +70,7 @@ OC.L10N.register( "Empty file" : "Празан фајл", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модул са идентификацијом: %s не постоји. Омогућите га у подешавањима апликација или контактирајте администратора.", "File already exists" : "Фајл већ постоји", + "Templates" : "Шаблони", "File name is a reserved word" : "Назив фајла је резервисана реч", "File name contains at least one invalid character" : "Назив фајла садржи бар један недозвољен знак", "File name is too long" : "Назив фајла је предугачак", diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index 46daac88650..d68b75389fc 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -68,6 +68,7 @@ "Empty file" : "Празан фајл", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модул са идентификацијом: %s не постоји. Омогућите га у подешавањима апликација или контактирајте администратора.", "File already exists" : "Фајл већ постоји", + "Templates" : "Шаблони", "File name is a reserved word" : "Назив фајла је резервисана реч", "File name contains at least one invalid character" : "Назив фајла садржи бар један недозвољен знак", "File name is too long" : "Назив фајла је предугачак", |