Skip to content

Commit

Permalink
New Crowdin translations by GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-teams committed Jan 13, 2024
1 parent 4a306ce commit 7bf167f
Show file tree
Hide file tree
Showing 50 changed files with 8,634 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: default-ice
title: 🌀 Default Ice
title: 🌀デフォルト ice
image: /img/png/theme/z/320x320.png
description: 別館 - デフォルト Iceのドキュメント
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ zi load user/fsh-auto-themes
<APITable>
```

| Ice name | Domain name / URL |
| Ice name | ドメイン名/URL |
| ---------- | :----------------------------------- |
| ge | gitee.com |
| gitee | gitee.com |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ After a fresh install, it is recommended to reload the shell and recompile Zi wi
- <kbd>exec zsh -il</kbd>
- <kbd>zi self-update</kbd>

Run <kbd>zi -h</kbd> for available commands or [explore][collection-page] wiki to [extend][ecosystem-page], [customize][customization-page] and [create][zsh-plugin-standard] <Emoji symbol="👍" label="thumbs-up"/> <Emoji symbol="🎉" label="party-popper"/>.
运行 <kbd>zi -h</kbd> 获取可用命令或 [探索][collection-page] wiki [扩展][ecosystem-page], [自定义][customization-page] [创建插件][zsh-plugin-standard] <Emoji symbol="👍" label="thumbs-up"/> <Emoji symbol="🎉" label="party-popper"/>

If you have any issue or need help <Emoji symbol="🤦‍♂️" label="man-facepalming"/>, lets [discuss][discuss] it or open an [issue][issue] on GitHub.
如果您有任何问题或需要帮助 <Emoji symbol="🤦‍♂️" label="man-facepalming"/>,让我们在 `Github`[讨论][discuss]或打开一个[问题][issue]

It helps us to improve and make Zi better. Don't forget to help the project: share, contribute, or [translate][help-translate] <Emoji symbol="🌐" label="globe-with-meridians"/> <Emoji symbol="🥰" label="smiling-face-with-hearts"/> <Emoji symbol="🤓" label="nerd-face"/>.

Expand All @@ -205,7 +205,7 @@ docker run --rm -it ghcr.io/z-shell/zd:latest

If you create a Docker image that uses Zi, install Turbo-loaded plugins before the shell starts interactively, with the <kbd>@zi-scheduler</kbd> function in such a way, that it:

- Install plugins without waiting for the prompt (i.e. it's script friendly).
- 无需等待提示即可安装插件(i.e,对脚本友好)。
- Install all plugins instantly, without respecting the <kbd>wait</kbd> argument.

To accomplish this, use burst argument and call the <kbd>@zi-scheduler</kbd> function:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,23 +379,23 @@ Available
```diff title="~/.zshrc" showLineNumbers
- zgen oh-my-zsh
+ zi snippet OMZL::<ANY OF THEM>
+ zi snippet OMZL::<任何项目>
```
### 加载 OMZ 插件
```diff title="~/.zshrc" showLineNumbers
- zgen oh-my-zsh <PATH>
- zgen oh-my-zsh <路径>
+ zi snippet OMZP::<PATH>
+ zi snippet OMZP::<路径>
```
### Load Prezto modules
```diff title="~/.zshrc" showLineNumbers
- zgen prezto <module name>
- zgen prezto <模块名称>
+ zi snippet PZTM::<module name>
+ zi snippet PZTM::<模块名称>
```
Load repositories as prezto plugins:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ zi wait"3" lucid for as"null" \
make"PREFIX=$ZPFX" tj/git-extras
```

The above single command installs 6 plugins ([git extension][2] packages), with the base ices `as"null" wait"3" lucid` that are common to all of the plugins and 6 plugin-specific add-on ice-modifiers.
上述单一命令安装了 6 个插件([git extension][2] 包),其中包括所有插件通用的基础 ices`as "null" wait "3" lucid` 6 个插件专用的附加ice-modifiers

Load a few useful binary packages from the [GitHub releases][1], utils:

Expand Down
Loading

0 comments on commit 7bf167f

Please sign in to comment.