mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +00:00
docs(i18n): add French and Spanish doc translations (#1942)
This commit is contained in:
parent
ea6f5e429c
commit
f9ac1eacad
13
README.md
13
README.md
@ -90,14 +90,16 @@
|
|||||||
alt="简体中文"
|
alt="简体中文"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://translate.starship.rs/project/starship-prompt/es"
|
<a
|
||||||
|
href="https://github.com/starship/starship/blob/master/docs/es-ES/guide/README.md"
|
||||||
><img
|
><img
|
||||||
height="20"
|
height="20"
|
||||||
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-es.png"
|
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-es.png"
|
||||||
alt="Español"
|
alt="Español"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://translate.starship.rs/project/starship-prompt/fr"
|
<a
|
||||||
|
href="https://github.com/starship/starship/blob/master/docs/fr-FR/guide/README.md"
|
||||||
><img
|
><img
|
||||||
height="20"
|
height="20"
|
||||||
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png"
|
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png"
|
||||||
@ -114,10 +116,8 @@
|
|||||||
align="right"
|
align="right"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
**The minimal, blazing-fast, and infinitely customizable prompt for any shell!**
|
**The minimal, blazing-fast, and infinitely customizable prompt for any shell!**
|
||||||
|
|
||||||
|
|
||||||
- **Fast:** it's fast – _really really_ fast! 🚀
|
- **Fast:** it's fast – _really really_ fast! 🚀
|
||||||
- **Customizable:** configure every aspect of your prompt.
|
- **Customizable:** configure every aspect of your prompt.
|
||||||
- **Universal:** works on any shell, on any operating system.
|
- **Universal:** works on any shell, on any operating system.
|
||||||
@ -129,7 +129,6 @@
|
|||||||
<a href="https://starship.rs/config/"><strong>Explore the Starship docs ▶</strong></a>
|
<a href="https://starship.rs/config/"><strong>Explore the Starship docs ▶</strong></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<a name="🚀-installation"></a>
|
<a name="🚀-installation"></a>
|
||||||
|
|
||||||
## 🚀 Installation
|
## 🚀 Installation
|
||||||
@ -204,7 +203,7 @@
|
|||||||
|
|
||||||
#### PowerShell
|
#### PowerShell
|
||||||
|
|
||||||
Add the following to the end of `Microsoft.PowerShell_profile.ps1`. You can check the location of this file by querying the `$PROFILE` variable in PowerShell. Typically the path is `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix.
|
Add the following to the end of `Microsoft.PowerShell_profile.ps1`. You can check the location of this file by querying the `$PROFILE` variable in PowerShell. Typically the path is `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
Invoke-Expression (&starship init powershell)
|
Invoke-Expression (&starship init powershell)
|
||||||
@ -224,6 +223,8 @@
|
|||||||
|
|
||||||
We are always looking for contributors of **all skill levels**! If you're looking to ease your way into the project, try out a [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).
|
We are always looking for contributors of **all skill levels**! If you're looking to ease your way into the project, try out a [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).
|
||||||
|
|
||||||
|
If you are fluent in a non-English language, we greatly appreciate any help keeping our docs translated and up-to-date in other languages. If you would like to help, translations can be contributed on the [Starship Crowdin](https://translate.starship.rs/).
|
||||||
|
|
||||||
If you are interested in helping contribute to starship, please take a look at our [Contributing Guide](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Also, feel free to drop into our [Discord server](https://discord.gg/8Jzqu3T) and say hi. 👋
|
If you are interested in helping contribute to starship, please take a look at our [Contributing Guide](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Also, feel free to drop into our [Discord server](https://discord.gg/8Jzqu3T) and say hi. 👋
|
||||||
|
|
||||||
### Code Contributors
|
### Code Contributors
|
||||||
|
@ -10,20 +10,30 @@ module.exports = {
|
|||||||
title: "Starship",
|
title: "Starship",
|
||||||
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
|
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
|
||||||
},
|
},
|
||||||
|
"/es-ES/": {
|
||||||
|
lang: "es-ES",
|
||||||
|
title: "Starship",
|
||||||
|
description: "¡El prompt minimalista, ultrarápido e infinitamente personalizable para cualquier intérprete de comandos!"
|
||||||
|
},
|
||||||
|
"/fr-FR/": {
|
||||||
|
lang: "fr-FR",
|
||||||
|
title: "Starship",
|
||||||
|
description: "L'invite minimaliste, ultra-rapide et personnalisable à l'infini pour n'importe quel shell !"
|
||||||
|
},
|
||||||
"/ru-RU/": {
|
"/ru-RU/": {
|
||||||
lang: "ru-RU",
|
lang: "ru-RU",
|
||||||
title: "Starship",
|
title: "Starship",
|
||||||
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
|
description: "Минималистичная, быстрая и бесконечно настраиваемая командная строка для любой оболочки!"
|
||||||
},
|
},
|
||||||
"/ja-JP/": {
|
"/ja-JP/": {
|
||||||
lang: "ja-JP",
|
lang: "ja-JP",
|
||||||
title: "Starship",
|
title: "Starship",
|
||||||
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
|
description: "シェル用の最小限の、非常に高速で、無限にカスタマイズ可能なプロンプトです!"
|
||||||
},
|
},
|
||||||
"/zh-CN/": {
|
"/zh-CN/": {
|
||||||
lang: "zh-CN",
|
lang: "zh-CN",
|
||||||
title: "Starship",
|
title: "Starship",
|
||||||
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
|
description: "轻量级、反应迅速,可定制的高颜值终端!"
|
||||||
},
|
},
|
||||||
"/zh-TW/": {
|
"/zh-TW/": {
|
||||||
lang: "zh-TW",
|
lang: "zh-TW",
|
||||||
@ -106,6 +116,44 @@ module.exports = {
|
|||||||
["/de-DE/presets/", "Konfigurations-Beispiele"]
|
["/de-DE/presets/", "Konfigurations-Beispiele"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"/es-ES/": {
|
||||||
|
// text for the language dropdown
|
||||||
|
selectText: "Idiomas",
|
||||||
|
// label for this locale in the language dropdown
|
||||||
|
label: "Español",
|
||||||
|
// Custom text for edit link. Defaults to "Edit this page"
|
||||||
|
editLinkText: "Edita esta página en GitHub",
|
||||||
|
// Custom navbar values
|
||||||
|
nav: [{ text: "Configuración", link: "/es-ES/config/" }],
|
||||||
|
// Custom sidebar values
|
||||||
|
sidebar: [
|
||||||
|
"/es-ES/",
|
||||||
|
["/es-ES/guide/", "Guía"],
|
||||||
|
["/es-ES/config/", "Configuración"],
|
||||||
|
["/es-ES/advanced-config/", "Configuración Avanzada"],
|
||||||
|
["/es-ES/faq/", "Preguntas frecuentes"],
|
||||||
|
["/es-ES/presets/", "Ajustes predeterminados"]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"/fr-FR/": {
|
||||||
|
// text for the language dropdown
|
||||||
|
selectText: "Langues",
|
||||||
|
// label for this locale in the language dropdown
|
||||||
|
label: "Français",
|
||||||
|
// Custom text for edit link. Defaults to "Edit this page"
|
||||||
|
editLinkText: "Éditez cette page sur GitHub",
|
||||||
|
// Custom navbar values
|
||||||
|
nav: [{ text: "Configuration", link: "/fr-FR/config/" }],
|
||||||
|
// Custom sidebar values
|
||||||
|
sidebar: [
|
||||||
|
"/fr-FR/",
|
||||||
|
["/fr-FR/guide/", "Guide"],
|
||||||
|
["/fr-FR/config/", "Configuration"],
|
||||||
|
["/fr-FR/advanced-config/", "Configuration avancée"],
|
||||||
|
["/fr-FR/faq/", "Foire aux questions"],
|
||||||
|
["/fr-FR/presets/", "Paramètres par défaut"]
|
||||||
|
]
|
||||||
|
},
|
||||||
"/ru-RU/": {
|
"/ru-RU/": {
|
||||||
// text for the language dropdown
|
// text for the language dropdown
|
||||||
selectText: "Языки",
|
selectText: "Языки",
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
media/flag-fr.png
Executable file → Normal file
BIN
media/flag-fr.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 763 B |
Loading…
Reference in New Issue
Block a user