Skip to content

Commit

Permalink
feat(tui): update app.yml locale data to reflect addition of info bar
Browse files Browse the repository at this point in the history
this removes: config, protocol, as-info, max-hosts, privacy
  • Loading branch information
fujiapple852 committed Oct 23, 2024
1 parent c1f0044 commit ce4fbed
Showing 1 changed file with 18 additions and 53 deletions.
71 changes: 18 additions & 53 deletions crates/trippy-tui/locales/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,55 +76,20 @@ target:
it: "Target"
pt: "Alvo"
zh: "目标"
config:
en: "Config"
fr: "Config"
tr: "Konfigurasyon"
it: "Config"
pt: "Config"
zh: "配置"
status:
en: "Status"
fr: "Statut"
tr: "Durum"
it: "Stato"
pt: "Estado"
zh: "状态"
protocol:
en: "protocol"
fr: "protocole"
tr: "protokol"
it: "protocollo"
pt: "protocolo"
zh: "协议"
as-info:
en: "as-info"
fr: "info-as"
tr: "AS bilgisi"
it: "info-as"
pt: "info-as"
zh: "AS 信息"
details:
en: "details"
fr: "détails"
en: "detail"
fr: "détail"
tr: "ayrıntılar"
it: "dettagli"
pt: "detalhes"
pt: "detalhe"
zh: "详情"
max-hosts:
en: "max-hosts"
fr: "nombre d'hôtes maximum"
tr: "maksimum hostlar"
it: "max-hosts"
pt: "max-hosts"
zh: "最大主机数"
privacy:
en: "privacy"
fr: "confidentialité"
tr: "gizlilik"
it: "privacy"
pt: "privacidade"
zh: "隐私"
privileged:
en: "privileged"
fr: "privilégié"
Expand Down Expand Up @@ -224,25 +189,25 @@ awaiting_data:
pt: "Aguardando dados..."
zh: "等待数据……"
header_help:
en: "elp"
fr: "Aide"
tr: "Yardım"
it: "Aiuto"
pt: "Ajuda"
en: "help"
fr: "aide"
tr: "yardım"
it: "aiuto"
pt: "ajuda"
zh: "帮助"
header_settings:
en: "ettings"
fr: "Paramètres"
tr: "Ayarlar"
it: "Impostazioni"
pt: "Configurações"
en: "settings"
fr: "paramètres"
tr: "ayarlar"
it: "impostazioni"
pt: "configurações"
zh: "设置"
header_quit:
en: "uit"
fr: "Quitter"
tr: "Çıkış"
it: "Uscita"
pt: "Sair"
en: "quit"
fr: "quitter"
tr: "cıkış"
it: "uscita"
pt: "sair"
zh: "退出"
title_hops:
en: "Hops"
Expand Down

0 comments on commit ce4fbed

Please sign in to comment.