From d70701c8be39e4b4daccfd7312ded0d61988aab3 Mon Sep 17 00:00:00 2001 From: Mara Date: Sun, 9 Oct 2022 07:07:49 +0200 Subject: [PATCH] chore(i18n): Update translation for branch --- plugin/i18n/locales/en-us.ts | 4 ++-- plugin/i18n/locales/fr-fr.ts | 3 ++- plugin/i18n/locales/ru.ts | 3 ++- plugin/i18n/locales/zh-cn.ts | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/plugin/i18n/locales/en-us.ts b/plugin/i18n/locales/en-us.ts index aaa63ada..18aca04e 100644 --- a/plugin/i18n/locales/en-us.ts +++ b/plugin/i18n/locales/en-us.ts @@ -28,8 +28,8 @@ export default { ghTokenDesc: "A github token with repository permission. You can generate it ", here: "here.", githubToken: "Github Token", - githubBranchHeading: "Github Branch", - githubBranchDesc: "If you use a different branch than main, you can specify it here.", + githubBranchHeading: "Main branch", + githubBranchDesc: 'If you use a different main branch than "main", you can specify it here.', // --- // # Upload configuration # // uploadConfig: "Upload configuration", diff --git a/plugin/i18n/locales/fr-fr.ts b/plugin/i18n/locales/fr-fr.ts index 8fdd2480..ebf590c8 100644 --- a/plugin/i18n/locales/fr-fr.ts +++ b/plugin/i18n/locales/fr-fr.ts @@ -28,7 +28,8 @@ export default { ghTokenDesc: "Un token GitHub avec autorisation de dépôt. Vous pouvez le générer ", here: "ici.", githubToken: "Token GitHub", - + githubBranchHeading: "Branche principale", + githubBranchDesc: "Si vous utilisez une branche principale différente de main, vous pouvez la spécifier ici.", // --- // # Upload configuration # // diff --git a/plugin/i18n/locales/ru.ts b/plugin/i18n/locales/ru.ts index 830ec9be..b5c30beb 100644 --- a/plugin/i18n/locales/ru.ts +++ b/plugin/i18n/locales/ru.ts @@ -28,7 +28,8 @@ export default { ghTokenDesc: "Github token с правами на доступ к репозиторию. Вы можете сгенерировать его ", here: "здесь.", githubToken: "Github Token", - + githubBranchHeading: "Main branch", + githubBranchDesc: 'If you use a different main branch than "main", you can specify it here.', // --- // # Upload configuration # // uploadConfig: "Настройки загрузки", diff --git a/plugin/i18n/locales/zh-cn.ts b/plugin/i18n/locales/zh-cn.ts index a9a69ae2..2e110d29 100644 --- a/plugin/i18n/locales/zh-cn.ts +++ b/plugin/i18n/locales/zh-cn.ts @@ -29,7 +29,8 @@ export default { ghTokenDesc: "github仓库的操作需要github token给予权限,你可以在", here: "这里生成", githubToken: "Github Token", - + githubBranchHeading: "Main branch", + githubBranchDesc: 'If you use a different main branch than "main", you can specify it here.', // --- // # Upload configuration # // uploadConfig: "上传设置",