diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-02-04 02:20:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-02-04 02:20:03 +0000 |
commit | df9ce19a6b0db6bbe74c12b184ac798787344cfa (patch) | |
tree | 428a2e421c6d411ed9237611ce7faf2846653339 /apps/files | |
parent | 2004bf74eba60cce1fe8b2f56c567025c4b3270f (diff) | |
download | nextcloud-server-df9ce19a6b0db6bbe74c12b184ac798787344cfa.tar.gz nextcloud-server-df9ce19a6b0db6bbe74c12b184ac798787344cfa.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/el.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/el.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.js | 10 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.json | 10 |
4 files changed, 24 insertions, 0 deletions
diff --git a/apps/files/l10n/el.js b/apps/files/l10n/el.js index a4dcdd424f3..f308127769c 100644 --- a/apps/files/l10n/el.js +++ b/apps/files/l10n/el.js @@ -166,6 +166,8 @@ OC.L10N.register( "Tags" : "Ετικέτες", "Unable to change the favourite state of the file" : "Αδυναμία αλλαγής αγαπημένης κατάστασης αρχείου", "Error while loading the file data" : "Σφάλμα κατά την φόρτωση αρχείου δεδομένων", + "Blank" : "Κενό", + "Templates" : "Πρότυπα", "%s used" : "%s σε χρήση", "%s%% of %s used" : "%s%% από %s σε χρήση", "%1$s of %2$s used" : "χρησιμοποιούνται %1$s από %2$s", diff --git a/apps/files/l10n/el.json b/apps/files/l10n/el.json index 2b9c89fd854..0144fb6a2c9 100644 --- a/apps/files/l10n/el.json +++ b/apps/files/l10n/el.json @@ -164,6 +164,8 @@ "Tags" : "Ετικέτες", "Unable to change the favourite state of the file" : "Αδυναμία αλλαγής αγαπημένης κατάστασης αρχείου", "Error while loading the file data" : "Σφάλμα κατά την φόρτωση αρχείου δεδομένων", + "Blank" : "Κενό", + "Templates" : "Πρότυπα", "%s used" : "%s σε χρήση", "%s%% of %s used" : "%s%% από %s σε χρήση", "%1$s of %2$s used" : "χρησιμοποιούνται %1$s από %2$s", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index cb8bcc4d4ed..988cf361b43 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -166,6 +166,16 @@ OC.L10N.register( "Tags" : "Etiquetas", "Unable to change the favourite state of the file" : "Não foi possível alterar o estado favorito do arquivo", "Error while loading the file data" : "Erro ao carregar os dados do arquivo", + "Pick a template for {name}" : "Escolha um modelo para {name}", + "Cancel" : "Cancelar", + "Create" : "Criar ", + "Create a new file with the selected template" : "Crie um novo arquivo com o modelo selecionado ", + "Creating file" : "Criando arquivo ", + "Blank" : "Em branco ", + "Unable to create new file from template" : "Incapaz de criar novo arquivo a partir do modelo ", + "Set up templates folder" : "Configurar pasta de modelos ", + "Templates" : "Modelos ", + "Unable to initialize the templates directory" : "Não foi possível inicializar o diretório de modelos ", "%s used" : "%s usado", "%s%% of %s used" : "%s%% usados de %s", "%1$s of %2$s used" : "%1$s usados de %2$s", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 048f75eec64..377cbd52618 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -164,6 +164,16 @@ "Tags" : "Etiquetas", "Unable to change the favourite state of the file" : "Não foi possível alterar o estado favorito do arquivo", "Error while loading the file data" : "Erro ao carregar os dados do arquivo", + "Pick a template for {name}" : "Escolha um modelo para {name}", + "Cancel" : "Cancelar", + "Create" : "Criar ", + "Create a new file with the selected template" : "Crie um novo arquivo com o modelo selecionado ", + "Creating file" : "Criando arquivo ", + "Blank" : "Em branco ", + "Unable to create new file from template" : "Incapaz de criar novo arquivo a partir do modelo ", + "Set up templates folder" : "Configurar pasta de modelos ", + "Templates" : "Modelos ", + "Unable to initialize the templates directory" : "Não foi possível inicializar o diretório de modelos ", "%s used" : "%s usado", "%s%% of %s used" : "%s%% usados de %s", "%1$s of %2$s used" : "%1$s usados de %2$s", |