diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index f9224eef..d80a7d13 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -584,6 +584,10 @@ "foot": { "description": "Schreibt {filepath} und lädt neu", "description-missing": "Erfordert {app} Terminal" + }, + "wezterm": { + "description": "Schreibe {Dateipfad} und lade neu", + "description-missing": "Benötigt die Installation von {app}." } }, "programs": { diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index 7252dbf9..17ae22d7 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -584,6 +584,10 @@ "foot": { "description": "Escribir {filepath} y recargar", "description-missing": "Requiere que {app} esté instalado" + }, + "wezterm": { + "description": "Escribe {filepath} y recarga", + "description-missing": "Requiere que {app} esté instalado/a." } }, "programs": { diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index 1e0b879d..dc939045 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -584,6 +584,10 @@ "foot": { "description": "Écrire ~/.config/foot/themes/noctalia et recharger", "description-missing": "Nécessite que le terminal foot soit installé" + }, + "wezterm": { + "description": "Écrire {filepath} et recharger.", + "description-missing": "Nécessite l'installation de {app}" } }, "programs": { diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index 7b3722cd..2631a969 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -546,6 +546,10 @@ "foot": { "description": "Escrever {filepath} e recarregar", "description-missing": "Requer que o {app} esteja instalado" + }, + "wezterm": { + "description": "Escreva {filepath} e recarregue.", + "description-missing": "Requer que o aplicativo {app} esteja instalado." } }, "programs": { diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index d107d181..ac93ada6 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -584,6 +584,10 @@ "foot": { "description": "写入 {filepath} 并重新加载", "description-missing": "需要安装 {app}" + }, + "wezterm": { + "description": "写入 {filepath} 并重新加载", + "description-missing": "需要安装 {app}" } }, "programs": {