mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-24 13:51:43 +08:00
Fix links and spacing for translated documentations (#808)
* docs: fix links fix es-ES links fix nl-NL links fix uk-UA links fix zh-CN links * docs: fix README link to FAQ in nl-NL Fix the link that slip away. Thanks @scorphus Co-authored-by: Pablo Aguiar <scorphus@gmail.com>
This commit is contained in:
parent
3eb76e105f
commit
9886b88d66
|
@ -24,7 +24,7 @@ sencillo de utilizar.
|
|||
* [Comenzando (descripciones de los comandos)](#comenzando)
|
||||
* [Avanzado](#avanzado)
|
||||
* [Inicio](#inicio)
|
||||
* [Archivos de configuración (Dotfiles)](#dotfiles)
|
||||
* [Archivos de configuración (Dotfiles)](#archivos-de-configuraci%C3%B3n-dotfiles)
|
||||
* [Creando paquetes](#creando-paquetes)
|
||||
|
||||
## Instalación
|
||||
|
@ -42,13 +42,13 @@ curl -L https://get.oh-my.fish > install
|
|||
fish install --path=~/.local/share/omf --config=~/.config/omf
|
||||
```
|
||||
|
||||
Puede verificar la integridad del instalador descargado comprobando el script con esta [suma de verificación](bin/install.sha256):
|
||||
Puede verificar la integridad del instalador descargado comprobando el script con esta [suma de verificación](/bin/install.sha256):
|
||||
|
||||
```
|
||||
434264c56e3a7bb74733d9b293d72403c404e0a0bded3e632433d391d302504e install
|
||||
bb1f4025934600ea6feef2ec11660e17e2b6449c5a23c033860aed712ad328c9 install
|
||||
```
|
||||
|
||||
También puede insatalar Oh My Fish mediante Git o con un archivo tarball descargado desde la [página de publicaciones][releases]:
|
||||
También puede insatalar Oh My Fish mediante Git o con un archivo tarball descargado desde la [página de publicaciones][/releases]:
|
||||
|
||||
```fish
|
||||
# with git
|
||||
|
@ -92,7 +92,7 @@ Actualiza Oh My Fish, todos los paquetes de los repositorios y todos los paquete
|
|||
Instala uno _o más_ paquetes.
|
||||
|
||||
- Puede instalar paquetes directamente con la URL mediante `omf install URL`
|
||||
- Cuando es ejecutado sin argumentos, instala paquetes faltantes desde [bundle](#dotfiles).
|
||||
- Cuando es ejecutado sin argumentos, instala paquetes faltantes desde [bundle](#archivos-de-configuraci%C3%B3n-dotfiles).
|
||||
|
||||
#### `omf repositories` _`[list|add|remove]`_
|
||||
|
||||
|
@ -166,7 +166,7 @@ De manera alternativa también se puede utilizar `~/.config/omf/before.init.fish
|
|||
### Inicio
|
||||
|
||||
Cada vez que abre una nueva shell, el código de inicio inicializa la ruta de instalación y la ruta de configuración de Oh My Fish (`~/.config/omf` de manera
|
||||
predeterminada), ejecutando el script [`init.fish`](init.fish) posteriormente, que carga de manera automática los paquetes, temas y sus ficheros
|
||||
predeterminada), ejecutando el script [`init.fish`](/init.fish) posteriormente, que carga de manera automática los paquetes, temas y sus ficheros
|
||||
personalizados de inicio.
|
||||
|
||||
Para más información puede consultar la sección de preguntas frecuentes [FAQ](FAQ.md#qué-hace-oh-my-fish-exactamente).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="192px" height="192px"/>
|
||||
<img align="left" width="0" height="192px" hspace="10"/>
|
||||
|
||||
> Het <a href="http://fishshell.com">Fish-shell</a>framework
|
||||
> Het <a href="http://fishshell.com">Fish-shell</a> framework
|
||||
|
||||
[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE) [![Fish Shell Version](https://img.shields.io/badge/fish-≥v2.2.0-007EC7.svg?style=flat-square)](http://fishshell.com) [![Travis Build Status](http://img.shields.io/travis/oh-my-fish/oh-my-fish.svg?style=flat-square)](https://travis-ci.org/oh-my-fish/oh-my-fish) [![Slack Status](https://oh-my-fish-slack.herokuapp.com/badge.svg)](https://oh-my-fish-slack.herokuapp.com)
|
||||
|
||||
|
@ -19,12 +19,12 @@ Oh My Fish biedt kerninfrastructuur zodat u pakketten kunt installeren om uw she
|
|||
<br>
|
||||
|
||||
## Inhoudsopgave
|
||||
* [Installatie](#installation)
|
||||
* [Aan de slag (uitleg omtrent opdrachten)](#getting-started)
|
||||
* [Geavanceerd](#advanced)
|
||||
* [Opstarten](#startup)
|
||||
* [Puntbestanden](#dotfiles)
|
||||
* [Pakketten maken](#creating-packages)
|
||||
* [Installatie](#installatie)
|
||||
* [Aan de slag (uitleg omtrent opdrachten)](#aan-de-slag)
|
||||
* [Geavanceerd](#geavanceerd)
|
||||
* [Opstarten](#opstarten)
|
||||
* [Puntbestanden](#puntbestanden)
|
||||
* [Pakketten maken](#pakketten-maken)
|
||||
|
||||
## Installatie
|
||||
|
||||
|
@ -41,7 +41,7 @@ curl -L https://get.oh-my.fish > install
|
|||
fish install --path=~/.local/share/omf --config=~/.config/omf
|
||||
```
|
||||
|
||||
U kunt de integriteit van het installatiescript verifiëren met [deze controlesom](bin/install.sha256):
|
||||
U kunt de integriteit van het installatiescript verifiëren met [deze controlesom](/bin/install.sha256):
|
||||
|
||||
```
|
||||
bb1f4025934600ea6feef2ec11660e17e2b6449c5a23c033860aed712ad328c9 install
|
||||
|
@ -90,7 +90,7 @@ Werk Oh My Fish, alle pakketbronnen en geïnstalleerde pakketten bij.
|
|||
Installeer één _of meerdere_ pakketten.
|
||||
|
||||
- U kunt pakketten installeren door een url op te geven met `omf install url`
|
||||
- Zonder opdrachtregelopties worden alleen ontbrekende pakketten geïnstalleerd uit de [bundel](#dotfiles).
|
||||
- Zonder opdrachtregelopties worden alleen ontbrekende pakketten geïnstalleerd uit de [bundel](#puntbestanden).
|
||||
|
||||
#### `omf repositories` _`[list|add|remove]`_
|
||||
|
||||
|
@ -102,7 +102,7 @@ Toon alle geïnstalleerde pakketten.
|
|||
|
||||
#### `omf theme` _`<theme>`_
|
||||
|
||||
Pas een thema toe. Bekijk alle beschikbare thema's met `omf theme`. U kunt ze ook [voorvertonen](./docs/Themes.md).
|
||||
Pas een thema toe. Bekijk alle beschikbare thema's met `omf theme`. U kunt ze ook [voorvertonen](/docs/Themes.md).
|
||||
|
||||
#### `omf remove` _`<name>`_
|
||||
|
||||
|
@ -156,9 +156,9 @@ Ook kunt u `~/.config/omf/before.init.fish` hiervoor gebruiken.
|
|||
### Opstarten
|
||||
|
||||
Telkens als u een nieuwe shell opent, initialiseert de opstartcode het Oh My Fish-installatie- en _config_-pad (standaard: `~/.config/omf`),
|
||||
waardoor het [`init.fish`](init.fish)-script naderhand wordt aangeroepen. Dit script bevat een lijst met geïnstalleerde pakketten, thema's en aangepaste init-bestanden.
|
||||
waardoor het [`init.fish`](/init.fish)-script naderhand wordt aangeroepen. Dit script bevat een lijst met geïnstalleerde pakketten, thema's en aangepaste init-bestanden.
|
||||
|
||||
Lees voor meer informatie de [veelgestelde vragen](docs/nl-NL/FAQ.md#what-does-oh-my-fish-do-exactly).
|
||||
Lees voor meer informatie de [veelgestelde vragen](./FAQ.md#wat-doet-oh-my-fish-precies).
|
||||
|
||||
### Puntbestanden
|
||||
|
||||
|
@ -200,7 +200,7 @@ Als opstartopdrachten uitgevoerd dienen te worden *vóór* Oh My Fish start, voe
|
|||
|
||||
## Pakketten maken
|
||||
|
||||
Oh My Fish gebruikt een geavanceerde, goedgedocumenteerde plug-inarchitectuur om het maken van plug-ins te vereenvoudigen, inclusief init- en uninstall-opties, functies en automatische aanvulling. Lees voor meer informatie [de pakketdocumentatie](docs/nl-NL/Packages.md).
|
||||
Oh My Fish gebruikt een geavanceerde, goedgedocumenteerde plug-inarchitectuur om het maken van plug-ins te vereenvoudigen, inclusief init- en uninstall-opties, functies en automatische aanvulling. Lees voor meer informatie [de pakketdocumentatie](Packages.md).
|
||||
|
||||
|
||||
[fishshell]: http://fishshell.com
|
||||
|
|
|
@ -44,7 +44,7 @@ Oh My Fish містить невелику утиліту `omf` для зава
|
|||
Встановлює один _або більше_ пакетів.
|
||||
|
||||
- Ви можете встановити пакети по URL за допомогою команди `omf install URL`
|
||||
- Коли викликається без аргументів, встановлює відсутні пакети із [bundle](#Файли-конфигурації).
|
||||
- Коли викликається без аргументів, встановлює відсутні пакети із [bundle](#Файли-конфігурації).
|
||||
|
||||
#### `omf list`
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ Oh My Fish 自带的辅助命令工具 `omf` 可以帮助你快速获取安装
|
|||
|
||||
移除主题或插件。
|
||||
|
||||
> 包可以使用卸载钩子,所以资源的自定义清理可以在卸载时进行。有关更多信息,请参见 [卸载](Packages.md#uninstall) 。
|
||||
> 包可以使用卸载钩子,所以资源的自定义清理可以在卸载时进行。有关更多信息,请参见 [卸载](Packages.md#卸载) 。
|
||||
|
||||
#### `omf new pkg | theme` _`<name>`_
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user