fix: some typo

This commit is contained in:
iff 2024-10-19 19:08:07 +02:00
parent b8552e8997
commit bcd231da63

View file

@ -8,7 +8,7 @@ Example 1, manual aliasing: `%{manual}`
The command will output the command that you can use to execute the binary with The command will output the command that you can use to execute the binary with
the correct environment. You can alias such output to a shorter key. Such as the correct environment. You can alias such output to a shorter key. Such as
%{manual_example}) `%{manual_example}`)
Example 2, auto aliasing: `%{auto}` Example 2, auto aliasing: `%{auto}`
@ -23,7 +23,7 @@ Ejemplo 1, alias manual: `%{manual}`
El comando mostrará el comando que puedes usar para ejecutar el binario con el El comando mostrará el comando que puedes usar para ejecutar el binario con el
entorno correcto. Puedes asociar dicho comando a una tecla más corta. Por ejemplo entorno correcto. Puedes asociar dicho comando a una tecla más corta. Por ejemplo
%{manual_example}) `%{manual_example}`)
Ejemplo 2, alias automático: `%{auto}` Ejemplo 2, alias automático: `%{auto}`
@ -38,7 +38,7 @@ Beispiel 1, manuelles Alias: `%{manual}`
Der Befehl gibt den Befehl aus, den du verwenden kannst, um das Binär mit der Der Befehl gibt den Befehl aus, den du verwenden kannst, um das Binär mit der
richtigen Umgebung auszuführen. Du kannst ein solches Ergebnis einem kürzeren richtigen Umgebung auszuführen. Du kannst ein solches Ergebnis einem kürzeren
Schlüssel zuordnen. Zum Beispiel %{manual_example}) Schlüssel zuordnen. Zum Beispiel `%{manual_example}`)
Beispiel 2, automatisches Alias: `%{auto}` Beispiel 2, automatisches Alias: `%{auto}`
@ -53,7 +53,7 @@ Exemple 1, alias manuel: `%{manual}`
La commande affichera la commande que vous pouvez utiliser pour exécuter le La commande affichera la commande que vous pouvez utiliser pour exécuter le
binaire avec l'environnement correct. Vous pouvez associer une telle sortie à binaire avec l'environnement correct. Vous pouvez associer une telle sortie à
une touche plus courte. Par exemple %{manual_example}) une touche plus courte. Par exemple `%{manual_example}`)
Exemple 2, alias automatique: `%{auto}` Exemple 2, alias automatique: `%{auto}`
@ -68,7 +68,7 @@ Esempio 1, alias manuale: `%{manual}`
Il comando restituirà il comando che puoi utilizzare per eseguire il binario con Il comando restituirà il comando che puoi utilizzare per eseguire il binario con
l'ambiente corretto. Puoi associare tale output a una chiave più corta. Ad l'ambiente corretto. Puoi associare tale output a una chiave più corta. Ad
esempio %{manual_example}) esempio `%{manual_example}`)
Esempio 2, alias automatico: `%{auto}` Esempio 2, alias automatico: `%{auto}`
@ -83,7 +83,7 @@ Exemplo 1, alias manual: `%{manual}`
O comando exibirá o comando que você pode usar para executar o binário com o O comando exibirá o comando que você pode usar para executar o binário com o
ambiente correto. Você pode associar tal saída a uma tecla mais curta. Por ambiente correto. Você pode associar tal saída a uma tecla mais curta. Por
exemplo %{manual_example}) exemplo `%{manual_example}`)
Exemplo 2, alias automático: `%{auto}` Exemplo 2, alias automático: `%{auto}`
@ -98,7 +98,7 @@ ru = '''
Команда выведет команду, которую вы можете использовать для выполнения бинарного Команда выведет команду, которую вы можете использовать для выполнения бинарного
файла с правильной средой. Вы можете создать псевдоним для такого вывода с файла с правильной средой. Вы можете создать псевдоним для такого вывода с
помощью более короткого ключа. Например, %{manual_example}) помощью более короткого ключа. Например, `%{manual_example}`)
Пример 2, автоматическое создание псевдонима: `%{auto}` Пример 2, автоматическое создание псевдонима: `%{auto}`
@ -112,7 +112,7 @@ ja = '''
1: `%{manual}` 1: `%{manual}`
使 使
%{manual_example}) `%{manual_example}`)
2: `%{auto}` 2: `%{auto}`
@ -125,7 +125,7 @@ ko = '''
1, : `%{manual}` 1, : `%{manual}`
. .
. %{manual_example}) . `%{manual_example}`)
2, : `%{auto}` 2, : `%{auto}`
@ -138,7 +138,7 @@ zh = '''
1: `%{manual}` 1: `%{manual}`
使 使
%{manual_example}) `%{manual_example}`)
2: `%{auto}` 2: `%{auto}`
@ -147,16 +147,16 @@ zh = '''
''' '''
[no-env-setup] [no-env-setup]
en = "No %{var} in environment. Did you aliased the command with the correct argument?\n\nUse `%{help}` for help." en = "No %{var} in environment. Have you aliased the command with the correct argument?\n\nUse `%{help}` for help."
es = "No se encontró %{var} en el entorno. ¿Has aliased el comando con el argumento correcto?\n\nUsa `%{help}` para obtener ayuda." es = "No se encontró %{var} en el entorno. ¿Has aliado el comando con el argumento correcto?\n\nUsa `%{help}` para obtener ayuda."
de = "Kein %{var} in der Umgebung gefunden. Hast du den Befehl mit dem richtigen Argument verknüpft?\n\nVerwende `%{help}` für Hilfe." de = "Kein %{var} in der Umgebung gefunden. Hast du den Befehl mit dem richtigen Argument verknüpft?\n\nBenutze `%{help}` für Hilfe."
fr = "Pas de %{var} dans l'environnement. Avez-vous aliased la commande avec le bon argument?\n\nUtilisez `%{help}` pour obtenir de l'aide." fr = "Aucun %{var} trouvé dans l'environnement. Avez-vous associé la commande avec le bon argument ?\n\nUtilisez `%{help}` pour obtenir de l'aide."
it = "Nessun %{var} nell'ambiente. Hai associato il comando con l'argomento corretto?\n\nUsa `%{help}` per ottenere aiuto." it = "Nessun %{var} trovato nell'ambiente. Hai associato il comando con l'argomento corretto?\n\nUsa `%{help}` per ottenere aiuto."
pt = "Nenhum %{var} no ambiente. Você aliou o comando com o argumento correto?\n\nUse `%{help}` para obter ajuda." pt = "Nenhum %{var} encontrado no ambiente. Você associou o comando com o argumento correto?\n\nUse `%{help}` para obter ajuda."
ru = "Переменная %{var} не найдена в среде. Вы алиасили команду с правильным аргументом?\n\nИспользуйте `%{help}` для помощи." ru = "Переменная %{var} не найдена в окружении. Вы создали псевдоним для команды с правильным аргументом?\n\nИспользуйте `%{help}` для помощи."
ja = "環境変数に %{var} が見つかりません。コマンドに正しい引数をエイリアスしましたか?\n\nヘルプを表示するには `%{help}` を使用してください。" ja = "環境変数 %{var} が見つかりません。コマンドを正しい引数でエイリアスしましたか?\n\nヘルプを表示するには `%{help}` を使用してください。"
ko = "환경 변수에 %{var}가 없습니다. 올바른 인수로 명령을 별칭했습니까?\n\n도움말을 보려면 `%{help}`를 사용하십시오." ko = "환경 변수 %{var}을(를) 찾을 수 없습니다. 명령을 올바른 인수로 별칭 지정했습니까?\n\n도움말을 보려면 `%{help}`를 사용하십시오."
zh = "环境中没有 %{var}。您是否使用正确的参数别名了命令?\n\n使用 `%{help}` 获取帮助。" zh = "在环境中找不到 %{var}。您是否使用正确的参数别名了命令?\n\n使用 `%{help}` 获取帮助。"
[no-shell] [no-shell]
en = "No shell specified. Please specify a shell." en = "No shell specified. Please specify a shell."