Skip to content

Commit

Permalink
chore(i18n): Update translation for branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Oct 9, 2022
1 parent ccdd7a7 commit d70701c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plugin/i18n/locales/en-us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion plugin/i18n/locales/fr-fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 # //

Expand Down
3 changes: 2 additions & 1 deletion plugin/i18n/locales/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: "Настройки загрузки",
Expand Down
3 changes: 2 additions & 1 deletion plugin/i18n/locales/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: "上传设置",
Expand Down

0 comments on commit d70701c

Please sign in to comment.