diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales')
10 files changed, 10 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js index e742787..730c75b 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js @@ -717,6 +717,7 @@ export default { 'group.actions': 'Aktionen ({n})', 'group.download_n': 'Herunterladen ({n})', 'group.download_zip_n': 'Ordner als ZIP herunterladen ({n})', + 'group.download_zip_one': 'Ordner als ZIP herunterladen', 'group.delete_n': 'Löschen ({n})', 'group.delete_n_confirm': { one: '{n} Element löschen? {names}', diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js index 87e5a4a..daa378b 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js @@ -833,6 +833,7 @@ export default { 'group.actions': 'Actions ({n})', 'group.download_n': 'Download ({n})', 'group.download_zip_n': 'Download folders as zip ({n})', + 'group.download_zip_one': 'Download folder as zip', 'group.delete_n': 'Delete ({n})', 'group.delete_n_confirm': { one: 'Delete {n} item? {names}', diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js index 9e4040d..3f8261c 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js @@ -712,6 +712,7 @@ export default { 'group.actions': 'Acciones ({n})', 'group.download_n': 'Descargar ({n})', 'group.download_zip_n': 'Descargar las carpetas en zip ({n})', + 'group.download_zip_one': 'Descargar la carpeta en zip', 'group.delete_n': 'Eliminar ({n})', 'group.delete_n_confirm': { one: '¿Eliminar {n} elemento? {names}', diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js index aaa3e19..7a0209e 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js @@ -715,6 +715,7 @@ export default { 'group.actions': 'Actions ({n})', 'group.download_n': 'Télécharger ({n})', 'group.download_zip_n': 'Télécharger les dossiers en zip ({n})', + 'group.download_zip_one': 'Télécharger le dossier en zip', 'group.delete_n': 'Supprimer ({n})', 'group.delete_n_confirm': { one: 'Supprimer {n} élément ? {names}', diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js index a976e09..5b99839 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js @@ -715,6 +715,7 @@ export default { 'group.actions': 'Azioni ({n})', 'group.download_n': 'Scarica ({n})', 'group.download_zip_n': 'Scarica le cartelle in zip ({n})', + 'group.download_zip_one': 'Scarica la cartella in zip', 'group.delete_n': 'Elimina ({n})', 'group.delete_n_confirm': { one: 'Eliminare {n} elemento? {names}', diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js index 2660e7f..b825412 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js @@ -707,6 +707,7 @@ export default { 'group.actions': '操作({n})', 'group.download_n': 'ダウンロード({n})', 'group.download_zip_n': 'フォルダーを zip でダウンロード({n})', + 'group.download_zip_one': 'フォルダーを zip でダウンロード', 'group.delete_n': '削除({n})', 'group.delete_n_confirm': { other: '{n} 件を削除しますか?{names}', diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js index 81ed678..9b6070b 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js @@ -716,6 +716,7 @@ export default { 'group.actions': 'Acties ({n})', 'group.download_n': 'Downloaden ({n})', 'group.download_zip_n': 'Mappen als zip downloaden ({n})', + 'group.download_zip_one': 'Map als zip downloaden', 'group.delete_n': 'Verwijderen ({n})', 'group.delete_n_confirm': { one: '{n} item verwijderen? {names}', diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js index bd91a07..20e721f 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js @@ -728,6 +728,7 @@ export default { 'group.actions': 'Działania ({n})', 'group.download_n': 'Pobierz ({n})', 'group.download_zip_n': 'Pobierz foldery jako zip ({n})', + 'group.download_zip_one': 'Pobierz folder jako zip', 'group.delete_n': 'Usuń ({n})', 'group.delete_n_confirm': { one: 'Usunąć {n} element? {names}', diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js index 490f2f9..5506b60 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js @@ -714,6 +714,7 @@ export default { 'group.actions': 'Ações ({n})', 'group.download_n': 'Baixar ({n})', 'group.download_zip_n': 'Baixar as pastas em zip ({n})', + 'group.download_zip_one': 'Baixar a pasta em zip', 'group.delete_n': 'Excluir ({n})', 'group.delete_n_confirm': { one: 'Excluir {n} item? {names}', diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js index 8609297..21ccd04 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js @@ -696,6 +696,7 @@ export default { 'group.actions': '操作({n})', 'group.download_n': '下载({n})', 'group.download_zip_n': '将文件夹打包为 zip 下载({n})', + 'group.download_zip_one': '将文件夹打包为 zip 下载', 'group.delete_n': '删除({n})', 'group.delete_n_confirm': { other: '删除 {n} 个项目?{names}', |