mirror of
https://github.com/starship/starship.git
synced 2024-11-22 16:23:17 +01:00
docs(i18n): Update translations (#848)
- Fix some broken markup on README.md
This commit is contained in:
parent
28c4b059f1
commit
754c3292ee
@ -99,9 +99,9 @@
|
||||
- `✘` — gelöschte Dateien
|
||||
- Current Mercurial branch
|
||||
- Batteriestand und -status
|
||||
- `⇡` – charging
|
||||
- `⇣` – discharging
|
||||
- `•` – fully charged
|
||||
- `⇡` – charging
|
||||
- `⇣` – discharging
|
||||
- `•` – fully charged
|
||||
- Anzeige für Hintergrundsprozesse (`✦`)
|
||||
- Aktueller Kubernetes Cluster und Namespace (`☸`)
|
||||
- Current Amazon Web Services (AWS) profile (`☁️`)
|
||||
@ -110,6 +110,8 @@
|
||||
- Erkennung von Nix-Shell-Umgebungen
|
||||
- Benutzername, wenn dieser nicht dem angemeldeten Benutzer entspricht
|
||||
- Optional current time in 12/24hr format
|
||||
- Current Terraform Workspace and version (`💠`)
|
||||
- Current Conda environment (`C`)
|
||||
|
||||
## 🚀 Installation
|
||||
|
||||
|
@ -99,9 +99,9 @@
|
||||
- `✘` — archivos eliminados
|
||||
- Rama Mercurial actual
|
||||
- Nivel y estado actual de la batería
|
||||
- `⇡` – cargando
|
||||
- `⇣` – descargándo
|
||||
- `•` –completamente cargada
|
||||
- `⇡` – cargando
|
||||
- `⇣` – descargándo
|
||||
- `•` –completamente cargada
|
||||
- Indicador para las tareas de fondo (`✦`)
|
||||
- Cluster y espacio de nombres actual de Kubernetes (`☸`)
|
||||
- Perfil actual de Amazon Web Services (AWS) (`☁️`)
|
||||
@ -110,6 +110,8 @@
|
||||
- Detección del entorno de la interfaz de línea de comandos *nix
|
||||
- Nombre de usuario actual si no es el mismo que el del usuario conectado
|
||||
- Hora actual opcional en formato 12/24 hrs.
|
||||
- Current Terraform Workspace and version (`💠`)
|
||||
- Current Conda environment (`C`)
|
||||
|
||||
## 🚀 Instalación
|
||||
|
||||
|
@ -99,9 +99,9 @@
|
||||
- `✘` — Fichiers supprimés
|
||||
- Branche Mercurial actuelle
|
||||
- Niveau et état actuels de la batterie
|
||||
- `⇡` – en charge
|
||||
- `⇣` – en décharge
|
||||
- `•` – entièrement chargé
|
||||
- `⇡` – en charge
|
||||
- `⇣` – en décharge
|
||||
- `•` – entièrement chargé
|
||||
- Indicateur pour les tâches en arrière-plan (`✦`)
|
||||
- Cluster et namespace Kubernetes actuels (`☸`)
|
||||
- Profil actuel d'Amazon Web Services/AWS (`☁️`)
|
||||
@ -110,6 +110,8 @@
|
||||
- Détection de l'environnement Nix-shell
|
||||
- Affiche le nom de l'utilisateur courant s'il est différent de celui connecté
|
||||
- L'heure courante au format 12/24h (optionel)
|
||||
- Current Terraform Workspace and version (`💠`)
|
||||
- Current Conda environment (`C`)
|
||||
|
||||
## 🚀 Installation
|
||||
|
||||
|
@ -99,9 +99,9 @@
|
||||
- `✘` — 削除されたファイル
|
||||
- 現在の Mercurial ブランチ
|
||||
- 現在のバッテリー残量と状態
|
||||
- `⇡` – 充電中
|
||||
- `⇣` – 放電中
|
||||
- `•` – 満タン
|
||||
- `⇡` – 充電中
|
||||
- `⇣` – 放電中
|
||||
- `•` – 満タン
|
||||
- バックグラウンドジョブのインジケーター (`✦`)
|
||||
- 現在のKubernetesクラスタとネームスペース (`☸`)
|
||||
- 現在のAmazon Web Services (AWS) プロファイル(`☁️</ 0>)</li>
|
||||
@ -110,27 +110,28 @@
|
||||
<li>Nix-shell の環境検出</li>
|
||||
<li>ログインユーザーと異なる場合にユーザー名を表示する</li>
|
||||
<li>12/24時間形式のオプションの現在時刻</li>
|
||||
</ul>
|
||||
<li>Current Terraform Workspace and version (<code>💠`)
|
||||
- Current Conda environment (`C`)
|
||||
|
||||
<h2 spaces-before="0">🚀 インストール</h2>
|
||||
## 🚀 インストール
|
||||
|
||||
<h3 spaces-before="0">必要なもの</h3>
|
||||
### 必要なもの
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/powerline/fonts">Powerline フォント</a> がターミナルにインストールされて有効になっている必要があります(例えば <a href="https://github.com/tonsky/FiraCode">Fira Code</a> を試してみてください)。</li>
|
||||
</ul>
|
||||
- [Powerline フォント](https://github.com/powerline/fonts) がターミナルにインストールされて有効になっている必要があります(例えば [Fira Code](https://github.com/tonsky/FiraCode) を試してみてください)。
|
||||
|
||||
<h3 spaces-before="0">入門</h3>
|
||||
### 入門
|
||||
|
||||
<ol start="1">
|
||||
<li><p spaces-before="0"><strong x-id="1">Starship</strong> のバイナリをインストール</p>
|
||||
1. **Starship** のバイナリをインストール
|
||||
|
||||
<h4 spaces-before="3">最新版のインストール</h4>
|
||||
|
||||
<h5 spaces-before="3">ビルド済みのバイナリをインストール</h5>
|
||||
#### 最新版のインストール
|
||||
|
||||
<pre><code class="sh"> curl -fsSL https://starship.rs/install.sh | bash
|
||||
`</pre>
|
||||
|
||||
##### ビルド済みのバイナリをインストール
|
||||
|
||||
```sh
|
||||
curl -fsSL https://starship.rs/install.sh | bash
|
||||
```
|
||||
|
||||
|
||||
##### [crates.io](https://crates.io/)からソースをインストール
|
||||
@ -156,9 +157,7 @@
|
||||
scoop install starship
|
||||
```
|
||||
|
||||
1
|
||||
|
||||
初期化のためのスクリプトをシェルの設定ファイルに追加
|
||||
1. 初期化のためのスクリプトをシェルの設定ファイルに追加
|
||||
|
||||
|
||||
#### Bash
|
||||
@ -214,7 +213,6 @@
|
||||
|
||||
eval $(starship init ion)
|
||||
```
|
||||
</ol>
|
||||
|
||||
## 🔧 設定
|
||||
|
||||
|
@ -73,14 +73,14 @@
|
||||
## 🍬 Особенности
|
||||
|
||||
- Символ подсказки становится красным, если последняя команда завершается с ненулевым кодом
|
||||
- Текущая версия Go (`🐹< / 0>)</li>
|
||||
<li>Текущая версия Java (<code>☕`)
|
||||
- Текущая версия Go (`🐹`)
|
||||
- Текущая версия Java (`☕`)
|
||||
- Текущая версия Node.js (`⬢`)
|
||||
- Текущая версия PHP (`🐘< / 0>)</li>
|
||||
<li>Текущая версия Python (<code>🐍< / 0>)</li>
|
||||
<li>Текущая версия Ruby (<code>💎< / 0>)</li>
|
||||
<li>Текущая версия Rust (<code>🦀< / 0>)</li>
|
||||
<li>Текущая версия .NET (<code>•NET`)
|
||||
- Текущая версия PHP (`🐘`)
|
||||
- Текущая версия Python (`🐍`)
|
||||
- Текущая версия Ruby (`💎`)
|
||||
- Текущая версия Rust (`🦀`)
|
||||
- Текущая версия .NET (`•NET`)
|
||||
- Текущая версия пакета в текущем каталоге (`📦`)
|
||||
- npm (Node.js)
|
||||
- cargo (Rust)
|
||||
@ -99,9 +99,9 @@
|
||||
- `✘` — удалённые файлы
|
||||
- Текущая ветка Mercurial
|
||||
- Текущий уровень и состояние заряда батареи
|
||||
- `⇡` – зарядка
|
||||
- `⇣` – разрядка
|
||||
- `•` – полная зарядка
|
||||
- `⇡` – зарядка
|
||||
- `⇣` – разрядка
|
||||
- `•` – полная зарядка
|
||||
- Индикатор задач в фоне (`✦`)
|
||||
- Текущий кластер и пространство имён Kubernetes (`☸`)
|
||||
- Текущий профиль Amazon Web Services (AWS) (`☁`)
|
||||
@ -110,6 +110,8 @@
|
||||
- Обнаружение среды Nix-shell
|
||||
- Текущее имя пользователя, если оно не совпадает с именем залогиненного пользователя
|
||||
- Необязательное текущее время в 12- или 24-часовом формате
|
||||
- Current Terraform Workspace and version (`💠`)
|
||||
- Current Conda environment (`C`)
|
||||
|
||||
## 🚀 Установка
|
||||
|
||||
|
@ -99,9 +99,9 @@
|
||||
- `✘` — deleted files
|
||||
- Current Mercurial branch
|
||||
- 当前电池剩余容量与状态
|
||||
- `⇡` – charging
|
||||
- `⇣` – discharging
|
||||
- `•` – fully charged
|
||||
- `⇡` – charging
|
||||
- `⇣` – discharging
|
||||
- `•` – fully charged
|
||||
- 后台运行进程数的指示器 (`✦`)
|
||||
- 当前 Kubernetes Cluster 与 Namespace (`☸`)
|
||||
- Current Amazon Web Services (AWS) profile (`☁️`)
|
||||
@ -110,6 +110,8 @@
|
||||
- Nix-shell 环境检测
|
||||
- 非当前登录用户的用户名
|
||||
- Optional current time in 12/24hr format
|
||||
- Current Terraform Workspace and version (`💠`)
|
||||
- Current Conda environment (`C`)
|
||||
|
||||
## 🚀 安装
|
||||
|
||||
|
@ -99,9 +99,9 @@
|
||||
- `✘` — 刪除的檔案
|
||||
- Current Mercurial branch
|
||||
- 現在的電池電量與狀態
|
||||
- `⇡` – charging
|
||||
- `⇣` – discharging
|
||||
- `•` – fully charged
|
||||
- `⇡` – charging
|
||||
- `⇣` – discharging
|
||||
- `•` – fully charged
|
||||
- 標註背景執行的工作 (`✦`)
|
||||
- 現在的 Kubernetes 叢集以及名稱空間 (Namespace) (`☸`)
|
||||
- Current Amazon Web Services (AWS) profile (`☁️`)
|
||||
@ -110,6 +110,8 @@
|
||||
- 偵測 Nix-shell 的環境
|
||||
- 會在使用者與登入的使用者不同時顯示使用者名稱
|
||||
- Optional current time in 12/24hr format
|
||||
- Current Terraform Workspace and version (`💠`)
|
||||
- Current Conda environment (`C`)
|
||||
|
||||
## 🚀 安裝
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user