Skip to content

Commit

Permalink
New Crowdin translations by Github Action (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: digital-teams[bot] <actions@zshell.dev>
  • Loading branch information
ss-o and digital-teams committed Jan 28, 2023
1 parent f05601b commit 93afe6b
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 68 deletions.
47 changes: 18 additions & 29 deletions i18n/ja/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"message": "Oh-My-ZshとPreztoをサポートします。フレームワーク固有ではありません。プラグイン、ライブラリ、テーマを簡単に作成できます。",
"description": "Description of third featured banner in homepage"
},
"zi.logo": {
"message": "ZI logo"
},
"homepage.hero.title": {
"message": "A <b>Swiss Army</b> Knife for <b>Zsh</b> Unix <b>Shell</b>",
"description": "Home page hero title, can contain simple html tags"
Expand All @@ -48,7 +45,7 @@
},
"theme.ErrorPageContent.tryAgain": {
"message": "やり直す",
"description": "The label of the button to try again rendering when the React error boundary captures an error"
"description": "The label of the button to try again when the page crashed"
},
"theme.NotFound.title": {
"message": "ページが見つかりません",
Expand Down Expand Up @@ -142,10 +139,6 @@
"message": "ライトモード",
"description": "The name for the light color mode"
},
"theme.docs.breadcrumbs.home": {
"message": "ホームページ",
"description": "The ARIA label for the home page in the breadcrumbs"
},
"theme.docs.breadcrumbs.navAriaLabel": {
"message": "パンくずリストのナビゲーション",
"description": "The ARIA label for the breadcrumbs"
Expand Down Expand Up @@ -177,10 +170,6 @@
"theme.docs.versionBadge.label": {
"message": "バージョン: {versionLabel}"
},
"theme.common.editThisPage": {
"message": "このページを編集",
"description": "The link label to edit the current page"
},
"theme.docs.versions.unreleasedVersionLabel": {
"message": "これはリリース前の{siteTitle} {versionLabel}のドキュメントです。",
"description": "The label used to tell the user that he's browsing an unreleased doc version"
Expand All @@ -197,8 +186,12 @@
"message": "最新バージョン",
"description": "The label used for the latest version suggestion link label"
},
"theme.common.editThisPage": {
"message": "このページを編集",
"description": "The link label to edit the current page"
},
"theme.common.headingLinkTitle": {
"message": "見出しへの直接リンク",
"message": "Direct link to {heading}",
"description": "Title for link to heading"
},
"theme.lastUpdated.atDate": {
Expand Down Expand Up @@ -249,6 +242,10 @@
"message": "サイドバーのカテゴリー \"{label}\" を折りたたむ/開く",
"description": "The ARIA label to toggle the collapsible sidebar category"
},
"theme.NavBar.navAriaLabel": {
"message": "Main",
"description": "The ARIA label for the main navigation"
},
"theme.navbar.mobileLanguageDropdown.label": {
"message": "言語",
"description": "The label for the mobile language switcher dropdown"
Expand All @@ -269,6 +266,10 @@
"message": "約{readingTime}分",
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.docs.breadcrumbs.home": {
"message": "ホームページ",
"description": "The ARIA label for the home page in the breadcrumbs"
},
"theme.docs.sidebar.collapseButtonTitle": {
"message": "サイドバーを隠す",
"description": "The title attribute for collapse button of doc sidebar"
Expand All @@ -277,6 +278,10 @@
"message": "サイドバーを隠す",
"description": "The title attribute for collapse button of doc sidebar"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
"message": "ナビゲーションバーを閉じる",
"description": "The ARIA label for close button of mobile sidebar"
Expand Down Expand Up @@ -467,21 +472,5 @@
"theme.tags.tagsPageTitle": {
"message": "タグ",
"description": "The title of the tag list page"
},
"theme.NavBar.navAriaLabel": {
"message": "Main",
"description": "The ARIA label for the main navigation"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.unlistedContent.title": {
"message": "Unlisted page",
"description": "The unlisted content banner title"
},
"theme.unlistedContent.message": {
"message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
"description": "The unlisted content banner message"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: overview
title: '☑️ 概要'
image: /img/logo/320x320.png
image: /img/png/theme/z/320x320.png
description: Zi の使用方法の概要
---

Expand Down Expand Up @@ -317,7 +317,7 @@ zi snippet PZT::modules/prompt
`zsh-users/zsh-autosuggestions` を欠点なく使用する場合:

```shell showLineNumbers
zi ice wait lucid atload'_zsh_autosuggest_start'
zi ice wait lucid atload'!_zsh_autosuggest_start'
zi light zsh-users/zsh-autosuggestions
```

Expand All @@ -333,14 +333,14 @@ zi light zsh-users/zsh-autosuggestions

```shell showLineNumbers
zi ice wait
zi load z-shell/history-search-multi-word
zi load z-shell/H-S-MW
```

2秒後に読み込みむ:

```shell showLineNumbers
zi ice wait'2'
zi load z-shell/history-search-multi-word
zi load z-shell/H-S-MW
```

また、 `light``snippet`でも使用することができます。
Expand All @@ -356,7 +356,7 @@ Turboとlucidが最もよく使われるオプションです。turboモード

```shell showLineNumbers
zi ice wait lucid
zi load z-shell/history-search-multi-word
zi load z-shell/H-S-MW
```

## 高度なプロンプトを使用したターボ・モード
Expand Down
47 changes: 18 additions & 29 deletions i18n/zh-Hans/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"message": "支持 Oh-My-Zsh 和 Prezto - 不特定于框架的。轻松制作您的插件、库和主题。",
"description": "Description of third featured banner in homepage"
},
"zi.logo": {
"message": "ZI logo"
},
"homepage.hero.title": {
"message": "<b>Zsh</b> Unix <b>Shell</b> 的 <b>瑞士军刀</b> ",
"description": "Home page hero title, can contain simple html tags"
Expand All @@ -48,7 +45,7 @@
},
"theme.ErrorPageContent.tryAgain": {
"message": "重试",
"description": "The label of the button to try again rendering when the React error boundary captures an error"
"description": "The label of the button to try again when the page crashed"
},
"theme.NotFound.title": {
"message": "找不到页面",
Expand Down Expand Up @@ -142,10 +139,6 @@
"message": "浅色模式",
"description": "The name for the light color mode"
},
"theme.docs.breadcrumbs.home": {
"message": "主页面",
"description": "The ARIA label for the home page in the breadcrumbs"
},
"theme.docs.breadcrumbs.navAriaLabel": {
"message": "页面路径",
"description": "The ARIA label for the breadcrumbs"
Expand Down Expand Up @@ -177,10 +170,6 @@
"theme.docs.versionBadge.label": {
"message": "版本:{versionLabel}"
},
"theme.common.editThisPage": {
"message": "编辑此页",
"description": "The link label to edit the current page"
},
"theme.docs.versions.unreleasedVersionLabel": {
"message": "此为 {siteTitle} {versionLabel} 版尚未发行的文档。",
"description": "The label used to tell the user that he's browsing an unreleased doc version"
Expand All @@ -197,8 +186,12 @@
"message": "最新版本",
"description": "The label used for the latest version suggestion link label"
},
"theme.common.editThisPage": {
"message": "编辑此页",
"description": "The link label to edit the current page"
},
"theme.common.headingLinkTitle": {
"message": "标题的直接链接",
"message": "Direct link to {heading}",
"description": "Title for link to heading"
},
"theme.lastUpdated.atDate": {
Expand Down Expand Up @@ -249,6 +242,10 @@
"message": "打开/收起侧边栏菜单「{label}」",
"description": "The ARIA label to toggle the collapsible sidebar category"
},
"theme.NavBar.navAriaLabel": {
"message": "Main",
"description": "The ARIA label for the main navigation"
},
"theme.navbar.mobileLanguageDropdown.label": {
"message": "选择语言",
"description": "The label for the mobile language switcher dropdown"
Expand All @@ -269,6 +266,10 @@
"message": "阅读需 {readingTime} 分钟",
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.docs.breadcrumbs.home": {
"message": "主页面",
"description": "The ARIA label for the home page in the breadcrumbs"
},
"theme.docs.sidebar.collapseButtonTitle": {
"message": "收起侧边栏",
"description": "The title attribute for collapse button of doc sidebar"
Expand All @@ -277,6 +278,10 @@
"message": "收起侧边栏",
"description": "The title attribute for collapse button of doc sidebar"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
"message": "关闭导航栏",
"description": "The ARIA label for close button of mobile sidebar"
Expand Down Expand Up @@ -467,21 +472,5 @@
"theme.tags.tagsPageTitle": {
"message": "标签",
"description": "The title of the tag list page"
},
"theme.NavBar.navAriaLabel": {
"message": "Main",
"description": "The ARIA label for the main navigation"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.unlistedContent.title": {
"message": "Unlisted page",
"description": "The unlisted content banner title"
},
"theme.unlistedContent.message": {
"message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
"description": "The unlisted content banner message"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: overview
title: '☑️ 一般概述'
image: /img/logo/320x320.png
image: /img/png/theme/z/320x320.png
description: Zi 使用概述
---

Expand Down Expand Up @@ -317,7 +317,7 @@ zi snippet PZT::modules/prompt
Using `zsh-users/zsh-autosuggestions` without any drawbacks:

```shell showLineNumbers
zi ice wait lucid atload'_zsh_autosuggest_start'
zi ice wait lucid atload'!_zsh_autosuggest_start'
zi light zsh-users/zsh-autosuggestions
```

Expand All @@ -333,14 +333,14 @@ Turbo 模式可以异步地加载,这在插件数量增加时作用重大。

```shell showLineNumbers
zi ice wait
zi load z-shell/history-search-multi-word
zi load z-shell/H-S-MW
```

2秒后加载:

```shell showLineNumbers
zi ice wait'2'
zi load z-shell/history-search-multi-word
zi load z-shell/H-S-MW
```

异步加载同样可用于 `light``snippet`
Expand All @@ -356,7 +356,7 @@ Turbo 模式与 lucid 是最常用的组合,因为 Turbo 模式会打印加载

```shell showLineNumbers
zi ice wait lucid
zi load z-shell/history-search-multi-word
zi load z-shell/H-S-MW
```

## 带有复杂命令行提示符的 Turbo 模式
Expand Down

0 comments on commit 93afe6b

Please sign in to comment.