docs(i18n): new Crowdin updates (#4124)

This commit is contained in:
Matan Kushner
2022-08-14 15:31:27 -04:00
committed by GitHub
parent 37f350a476
commit 47f22c82c4
149 changed files with 3427 additions and 764 deletions
+12 -12
View File
@@ -2,40 +2,40 @@
以下は、Starship用にコミュニティに提供された構成プリセットのコレクションです。 共有するプリセットがある場合は、このファイルを更新して[PR](https://github.com/starship/starship/edit/master/docs/presets/README.md)を送信してください! 😊
To get details on how to use a preset, simply click on the image.
プリセットの使い方を確認するには画像をクリックしてください。
## [Nerd Font Symbols](./nerd-font.md)
This preset changes the symbols for each module to use Nerd Font symbols.
このプリセットはそれぞれのモジュールで記号がNerd Fontの記号に変更されます。
[![Nerd Font Symbolsプリセットのスクリーンショット](/presets/img/nerd-font-symbols.png "Click to view Nerd Font Symbols preset")](./nerd-font)
[![Nerd Font Symbolsプリセットのスクリーンショット](/presets/img/nerd-font-symbols.png "Nerd Font Symbolsプリセットを表示するにはクリックしてください")](./nerd-font)
## [Bracketed Segments](./bracketed-segments.md)
このプリセットは付属のモジュール全てのフォーマットを変更し、デフォルトのStarshipの表示("via", "on", etc.)から、それぞれの情報を括弧で区分けするように変更します。
[![Bracketed Segmentsプリセットのスクリーンショット](/presets/img/bracketed-segments.png "Click to view Bracketed Segments preset")](./bracketed-segments)
[![Bracketed Segmentsプリセットのスクリーンショット](/presets/img/bracketed-segments.png "Bracketed Segmentsプリセットを表示するにはクリックしてください")](./bracketed-segments)
## [Plain Text Symbols](./plain-text.md)
This preset changes the symbols for each module into plain text. Great if you don't have access to Unicode.
このプリセットはそれぞれのモジュールで記号をテキストに変更します。 Unicodeにアクセスできない場合に最適です。
[![Plain Text Symbolsプリセットのスクリーンショット](/presets/img/plain-text-symbols.png "Click to view Plain Text Symbols preset")](./plain-text)
[![Plain Text Symbolsプリセットのスクリーンショット](/presets/img/plain-text-symbols.png "Plain Text Symbolsプリセットを表示するにはクリックしてください")](./plain-text)
## [No Runtime Versions](./no-runtimes.md)
This preset hides the version of language runtimes. If you work in containers or virtualized environments, this one is for you!
このプリセットは言語ランタイムのバージョンを非表示にします。 コンテナまたは仮想環境で作業している場合は、これはあなたのためのものです。
[![Screenshot of Hide Runtime Versions preset](/presets/img/no-runtime-versions.png "Click to view No Runtime Versions preset")](./no-runtimes)
[![Hide Runtime Versionsプリセットのスクリーンショット](/presets/img/no-runtime-versions.png "No Runtime Versionsプリセットを表示するにはクリックしてください")](./no-runtimes)
## [Pure Prompt](./pure-preset.md)
This preset emulates the look and behavior of [Pure](https://github.com/sindresorhus/pure).
このプリセットは、[Pure](https://github.com/sindresorhus/pure)の外観と振る舞いをエミュレートします。
[![Screenshot of Pure preset](/presets/img/pure-preset.png "Click to view Pure Prompt preset")](./pure-preset)
[![Pureプリセットのスクリーンショット](/presets/img/pure-preset.png "Pure Promptプリセットを表示するにはクリックしてください")](./pure-preset)
## [Pastel Powerline](./pastel-powerline.md)
This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json). It also shows how path substitution works in starship.
このプリセットは[M365Princess](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json)にインスパイアされています。 また、starshipでパス置換がどのように機能するかを示しています。
[![Screenshot of Pastel Powerline preset](/presets/img/pastel-powerline.png "Click to view Pure Prompt preset")](./pastel-powerline)
[![Pastel Powerlineプリセットのスクリーンショット](/presets/img/pastel-powerline.png "Pure Promptプリセットを表示するにはクリックしてください")](./pastel-powerline)
+7 -3
View File
@@ -1,6 +1,6 @@
[Return to Presets](./README.md#bracketed-segments)
[プリセット一覧に戻る](./README.md#bracketed-segments)
# Bracketed Segments Preset
# Bracketed Segmentsプリセット
このプリセットは付属のモジュール全てのフォーマットを変更し、デフォルトのStarshipの表示("via", "on", etc.)から、それぞれの情報を括弧で区分けするように変更します。
@@ -8,6 +8,10 @@
### 設定
[Click to download TOML](/presets/toml/bracketed-segments.toml)
```sh
starship preset bracketed-segments > ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/bracketed-segments.toml)
<<< @/.vuepress/public/presets/toml/bracketed-segments.toml
+8 -4
View File
@@ -1,8 +1,8 @@
[Return to Presets](./README.md#nerd-font-symbols)
[プリセット一覧に戻る](./README.md#nerd-font-symbols)
# Nerd Font Symbols Preset
# Nerd Font Symbolsプリセット
This preset changes the symbols for each module to use Nerd Font symbols.
このプリセットはそれぞれのモジュールで記号がNerd Fontの記号に変更されます。
![Nerd Font Symbolsプリセットのスクリーンショット](/presets/img/nerd-font-symbols.png)
@@ -12,6 +12,10 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### 設定
[Click to download TOML](/presets/toml/nerd-font-symbols.toml)
```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/nerd-font-symbols.toml)
<<< @/.vuepress/public/presets/toml/nerd-font-symbols.toml
+9 -5
View File
@@ -1,13 +1,17 @@
[Return to Presets](./README.md#no-runtime-versions)
[プリセット一覧に戻る](./README.md#no-runtime-versions)
# No Runtime Versions Preset
# No Runtime Versionsプリセット
This preset hides the version of language runtimes. If you work in containers or virtualized environments, this one is for you!
このプリセットは言語ランタイムのバージョンを非表示にします。 コンテナまたは仮想環境で作業している場合は、これはあなたのためのものです。
![Screenshot of Hide Runtime Versions preset](/presets/img/no-runtime-versions.png)
![Hide Runtime Versionsプリセットのスクリーンショット](/presets/img/no-runtime-versions.png)
### 設定
[Click to download TOML](/presets/toml/no-runtime-versions.toml)
```sh
starship preset no-runtime-versions > ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/no-runtime-versions.toml)
<<< @/.vuepress/public/presets/toml/no-runtime-versions.toml
+10 -6
View File
@@ -1,17 +1,21 @@
[Return to Presets](./README.md#pastel-powerline)
[プリセット一覧に戻る](./README.md#pastel-powerline)
# Pastel Powerline Preset
# Pastel Powerlineプリセット
This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json). It also shows how path substitution works in starship.
このプリセットは[M365Princess](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json)にインスパイアされています。 また、starshipでパス置換がどのように機能するかを示しています。
![Screenshot of Pastel Powerline preset](/presets/img/pastel-powerline.png)
![Pastel Powerlineプリセットのスクリーンショット](/presets/img/pastel-powerline.png)
### 必要なもの
- A [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal (the example uses Caskaydia Cove Nerd Font)
- [Nerd Font](https://www.nerdfonts.com/)が端末にインストールされ、有効になっている (例ではCaskaydia Cove Nerd Fontを使用)
### 設定
[Click to download TOML](/presets/toml/pastel-powerline.toml)
```sh
starship preset pastel-powerline > ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/pastel-powerline.toml)
<<< @/.vuepress/public/presets/toml/pastel-powerline.toml
+8 -4
View File
@@ -1,13 +1,17 @@
[Return to Presets](./README.md#plain-text-symbols)
[プリセット一覧に戻る](./README.md#plain-text-symbols)
## Plain Text Symbols Preset
## Plain Text Symbolsプリセット
This preset changes the symbols for each module into plain text. Great if you don't have access to Unicode.
このプリセットはそれぞれのモジュールで記号をテキストに変更します。 Unicodeにアクセスできない場合に最適です。
![Plain Text Symbolsプリセットのスクリーンショット](/presets/img/plain-text-symbols.png)
### 設定
[Click to download TOML](/presets/toml/plain-text-symbols.toml)
```sh
starship preset plain-text-symbols > ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/plain-text-symbols.toml)
<<< @/.vuepress/public/presets/toml/plain-text-symbols.toml
+9 -5
View File
@@ -1,13 +1,17 @@
[Return to Presets](./README.md#pure)
[プリセット一覧に戻る](./README.md#pure)
# Pure Preset
# Pureプリセット
This preset emulates the look and behavior of [Pure](https://github.com/sindresorhus/pure).
このプリセットは、[Pure](https://github.com/sindresorhus/pure)の外観と振る舞いをエミュレートします。
![Screenshot of Pure preset](/presets/img/pure-preset.png)
![Pureプリセットのスクリーンショット](/presets/img/pure-preset.png)
### 設定
[Click to download TOML](/presets/toml/pure-preset.toml)
```sh
starship preset pure-preset > ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/pure-preset.toml)
<<< @/.vuepress/public/presets/toml/pure-preset.toml