From ac5cb595f857dd4dbe2904b73f58dca0d10d976e Mon Sep 17 00:00:00 2001 From: cBuild Date: Fri, 24 May 2024 21:55:50 +0800 Subject: [PATCH] Merge master-localization into master (#21) * translation update & resource alignment From build https://ls.jenkins.autodesk.com/job/CL/job/DynamoHome/31/ Professional translation: all languages Pseudo translation: none * Update version --------- Co-authored-by: Aaron (Qilong) --- package-lock.json | 4 ++-- package.json | 2 +- src/locales/cs.json | 2 +- src/locales/de.json | 2 +- src/locales/es.json | 2 +- src/locales/fr.json | 4 ++-- src/locales/it.json | 2 +- src/locales/ja.json | 2 +- src/locales/ko.json | 2 +- src/locales/pl.json | 2 +- src/locales/pt-BR.json | 4 ++-- src/locales/ru.json | 4 ++-- src/locales/zh-Hans.json | 2 +- src/locales/zh-Hant.json | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5eb8a91..34dffb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dynamods/dynamo-home", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dynamods/dynamo-home", - "version": "1.0.12", + "version": "1.0.13", "license": "MIT", "dependencies": { "react": "^18.2.0", diff --git a/package.json b/package.json index d63aef1..a08882b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dynamods/dynamo-home", - "version": "1.0.12", + "version": "1.0.13", "description": "Dynamo Home", "author": "Autodesk Inc.", "main": "index.js", diff --git a/src/locales/cs.json b/src/locales/cs.json index e226c92..e1c2970 100644 --- a/src/locales/cs.json +++ b/src/locales/cs.json @@ -3,7 +3,7 @@ "button.title.text.open": "Otevřít", "button.title.text.open.file": "Otevřít soubor", "button.title.text.open.template": "Otevřít šablonu", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.backup.locations": "Umístění zálohy", "button.title.text.workspace": "Pracovní prostor", "button.title.text.custom.node": "Vlastní uzel", "title.text.recent": "Poslední", diff --git a/src/locales/de.json b/src/locales/de.json index 99e4606..b6f7df3 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -3,7 +3,7 @@ "button.title.text.open": "Öffnen", "button.title.text.open.file": "Datei öffnen", "button.title.text.open.template": "Vorlage öffnen", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.backup.locations": "Backup-Speicherorte", "button.title.text.workspace": "Arbeitsbereich", "button.title.text.custom.node": "Benutzerdefinierter Block", "title.text.recent": "Zuletzt verwendet", diff --git a/src/locales/es.json b/src/locales/es.json index e9c53c1..a1ed1c6 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -3,7 +3,7 @@ "button.title.text.open": "Abrir", "button.title.text.open.file": "Abrir archivo", "button.title.text.open.template": "Abrir plantilla", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.backup.locations": "Ubicaciones de copia de seguridad", "button.title.text.workspace": "Espacio de trabajo", "button.title.text.custom.node": "Nodo personalizado", "title.text.recent": "Recientes", diff --git a/src/locales/fr.json b/src/locales/fr.json index c0597bc..61b5325 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -2,8 +2,8 @@ "button.title.text.new": "Nouveau", "button.title.text.open": "Ouvrir", "button.title.text.open.file": "Ouvrir un fichier", - "button.title.text.open.template": "Ouvrir le gabarit", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.open.template": "Ouvrir un gabarit", + "button.title.text.backup.locations": "Emplacements de sauvegarde", "button.title.text.workspace": "Espace de travail", "button.title.text.custom.node": "Noeud personnalisé", "title.text.recent": "Récent", diff --git a/src/locales/it.json b/src/locales/it.json index 388b9cc..153dc5b 100644 --- a/src/locales/it.json +++ b/src/locales/it.json @@ -3,7 +3,7 @@ "button.title.text.open": "Apri", "button.title.text.open.file": "Apri file", "button.title.text.open.template": "Apri modello", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.backup.locations": "Posizioni di backup", "button.title.text.workspace": "Area di lavoro", "button.title.text.custom.node": "Nodo personalizzato", "title.text.recent": "Recenti", diff --git a/src/locales/ja.json b/src/locales/ja.json index fd9d397..744fefa 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -3,7 +3,7 @@ "button.title.text.open": "開く", "button.title.text.open.file": "ファイルを開く", "button.title.text.open.template": "テンプレートを開く", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.backup.locations": "バックアップの場所", "button.title.text.workspace": "ワークスペース", "button.title.text.custom.node": "カスタム ノード", "title.text.recent": "最近", diff --git a/src/locales/ko.json b/src/locales/ko.json index 6ddba06..a24045b 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -3,7 +3,7 @@ "button.title.text.open": "열기", "button.title.text.open.file": "파일 열기", "button.title.text.open.template": "템플릿 열기", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.backup.locations": "백업 위치", "button.title.text.workspace": "작업공간", "button.title.text.custom.node": "사용자 노드", "title.text.recent": "최근", diff --git a/src/locales/pl.json b/src/locales/pl.json index edb033a..9f7e02a 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -3,7 +3,7 @@ "button.title.text.open": "Otwórz", "button.title.text.open.file": "Otwórz plik", "button.title.text.open.template": "Otwórz szablon", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.backup.locations": "Lokalizacje kopii zapasowej", "button.title.text.workspace": "Obszar roboczy", "button.title.text.custom.node": "Węzeł niestandardowy", "title.text.recent": "Ostatnie", diff --git a/src/locales/pt-BR.json b/src/locales/pt-BR.json index eae6edc..1e40e8f 100644 --- a/src/locales/pt-BR.json +++ b/src/locales/pt-BR.json @@ -2,8 +2,8 @@ "button.title.text.new": "Novo", "button.title.text.open": "Abrir", "button.title.text.open.file": "Abrir arquivo", - "button.title.text.open.template": "Abrir template", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.open.template": "Abrir modelo", + "button.title.text.backup.locations": "Localizações do backup", "button.title.text.workspace": "Espaço de trabalho", "button.title.text.custom.node": "Nó personalizado", "title.text.recent": "Recentes", diff --git a/src/locales/ru.json b/src/locales/ru.json index 2a035d3..f46af74 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -2,8 +2,8 @@ "button.title.text.new": "Создать", "button.title.text.open": "Открыть", "button.title.text.open.file": "Открыть файл", - "button.title.text.open.template": "Открытие шаблона", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.open.template": "Открыть шаблон", + "button.title.text.backup.locations": "Расположения резервных копий", "button.title.text.workspace": "Рабочее пространство", "button.title.text.custom.node": "Пользовательский узел", "title.text.recent": "Последние", diff --git a/src/locales/zh-Hans.json b/src/locales/zh-Hans.json index 3070b87..6c2f176 100644 --- a/src/locales/zh-Hans.json +++ b/src/locales/zh-Hans.json @@ -3,7 +3,7 @@ "button.title.text.open": "打开", "button.title.text.open.file": "打开文件", "button.title.text.open.template": "打开样板", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.backup.locations": "备份位置", "button.title.text.workspace": "工作空间", "button.title.text.custom.node": "自定义节点", "title.text.recent": "最近使用的项目", diff --git a/src/locales/zh-Hant.json b/src/locales/zh-Hant.json index b4fdaad..8d82b88 100644 --- a/src/locales/zh-Hant.json +++ b/src/locales/zh-Hant.json @@ -3,7 +3,7 @@ "button.title.text.open": "開啟", "button.title.text.open.file": "開啟檔案", "button.title.text.open.template": "開啟樣板", - "button.title.text.backup.locations": "Backup Locations", + "button.title.text.backup.locations": "備份位置", "button.title.text.workspace": "工作區", "button.title.text.custom.node": "自訂節點", "title.text.recent": "最近",