Skip to content

Commit 1430826

Browse files
authored
fix(core/i18n): update i18n (#290)
1 parent ceac15b commit 1430826

File tree

12 files changed

+36
-48
lines changed

12 files changed

+36
-48
lines changed

core/src/trezor/lvglui/i18n/keys.py

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,8 +1575,9 @@
15751575
ITEM__OKX_WALLET = 718
15761576
# MetaMask
15771577
ITEM__METAMASK_WALLET = 719
1578-
# OneKey Wallet
1578+
# OneKey App
15791579
ITEM__ONEKEY_WALLET = 720
1580+
TITLE__ONEKEY_APP = 720
15801581
# Finger {}
15811582
FORM__FINGER_STR = 721
15821583
# Charging
@@ -1903,51 +1904,49 @@
19031904
ITEM__BASIC_TUTORIAL = 868
19041905
# BTC, SOL, ETH & EVM networks
19051906
CONTENT__BTC_SOL_ETH_N_EVM_NETWORKS = 869
1906-
# OneKey App
1907-
TITLE__ONEKEY_APP = 870
19081907
# Candidate
1909-
GLOBAL_CANDIDATE = 871
1908+
GLOBAL_CANDIDATE = 870
19101909
# Target network
1911-
GLOBAL_TARGET_NETWORK = 872
1910+
GLOBAL_TARGET_NETWORK = 871
19121911
# Remove vote
1913-
TITLE_REMOVE_VOTE = 873
1912+
TITLE_REMOVE_VOTE = 872
19141913
# High-risk operation: This transaction contains delegatecall, which could all
19151914
# ow external code to control your wallet
1916-
GNOSIS_SAFE_SIG_DELEGATECALL_WARNING_TEXT = 874
1915+
GNOSIS_SAFE_SIG_DELEGATECALL_WARNING_TEXT = 873
19171916
# Operation
1918-
GLOBAL_OPERATION = 875
1917+
GLOBAL_OPERATION = 874
19191918
# Gnosis Safe Transaction
1920-
GNOSIS_SAFE_SIG_TITLE = 876
1919+
GNOSIS_SAFE_SIG_TITLE = 875
19211920
# Safe Tx Gas
1922-
GNOSIS_SAGE_SIG_SAFE_TX_GAS = 877
1921+
GNOSIS_SAGE_SIG_SAFE_TX_GAS = 876
19231922
# Base Gas
1924-
GLOBAL_BASE_GAS = 878
1923+
GLOBAL_BASE_GAS = 877
19251924
# Gas Token
1926-
GLOBAL_GAS_TOKEN = 879
1925+
GLOBAL_GAS_TOKEN = 878
19271926
# Refund Receiver
1928-
GNOSIS_SAGE_SIG_REFUND_RECEIVER = 880
1927+
GNOSIS_SAGE_SIG_REFUND_RECEIVER = 879
19291928
# Do you want to sign this Gnosis Safe transaction?
1930-
GNOSIS_SAGE_SIG_DOUBLE_CHECK_TO_CONFIRM_DESC_TEXT = 881
1929+
GNOSIS_SAGE_SIG_DOUBLE_CHECK_TO_CONFIRM_DESC_TEXT = 880
19311930
# Enable FIDO Keys
1932-
SECURITY__ENABLE_FIDO_KEYS = 882
1931+
SECURITY__ENABLE_FIDO_KEYS = 881
19331932
# When enabled, OneKey works as a security key for passwordless login and 2FA
19341933
# across websites and apps.
1935-
SECURITY__ENABLE_FIDO_KEYS_DESC = 883
1934+
SECURITY__ENABLE_FIDO_KEYS_DESC = 882
19361935
# FIDO Keys disabled. Cannot register or verify credentials. Re-enable to rest
19371936
# ore.
1938-
FIDO_DISABLED_INFO_TEXT = 884
1937+
FIDO_DISABLED_INFO_TEXT = 883
19391938
# Disable FIDO Keys
1940-
SECURITY__DISABLE_FIDO_KEYS = 885
1939+
SECURITY__DISABLE_FIDO_KEYS = 884
19411940
# Invalid Phrases
1942-
INVALID_PHRASES__TITLE = 886
1941+
INVALID_PHRASES__TITLE = 885
19431942
# You can edit a single word or start over.
1944-
INVALID_PHRASES__DESC = 887
1943+
INVALID_PHRASES__DESC = 886
19451944
# Start over
1946-
GLOBAL__START_OVER = 888
1945+
GLOBAL__START_OVER = 887
19471946
# Forgetting your passphrase will lose access to funds
1948-
PASSPHRASE_FORGETTING_WARNING_TEXT = 889
1947+
PASSPHRASE_FORGETTING_WARNING_TEXT = 888
19491948
# Edit
1950-
GLOBAL__EDIT = 890
1949+
GLOBAL__EDIT = 889
19511950
# Vote count
1952-
GLOBAL__VOTE_COUNT = 891
1951+
GLOBAL__VOTE_COUNT = 890
19531952
# fmt: on

core/src/trezor/lvglui/i18n/locales/de.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"Air Gap ist eine Sicherheitsmaßnahme, die Angriffe auf Zwischenübertragungsmedien verhindert. \n Nach der Aktivierung von Air Gap deaktiviert OneKey Pro alle kabelgebundenen und kabellosen Kommunikationsmodule und sorgt für eine strikte physische Isolierung von externen Geräten oder nicht vertrauenswürdigen Netzwerken.",
721721
"OKX-Wallet",
722722
"MetaMask",
723-
"OneKey-Wallet",
723+
"OneKey App",
724724
"Fingerabdruck {}",
725725
"Aufladen",
726726
"Scannen Sie den auf der App angezeigten QR-Code",
@@ -870,7 +870,6 @@
870870
"Sicherheitsschutz",
871871
"Grundlegendes Tutorial",
872872
"BTC-, SOL-, ETH- und EVM-Netzwerke",
873-
"OneKey App",
874873
"Kandidat",
875874
"Zielnetzwerk",
876875
"Stimme entfernen",

core/src/trezor/lvglui/i18n/locales/en.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"Air Gap is a security measure that prevents the intermediate transmission media attacks.\nAfter enabling Air Gap, OneKey Pro will disable all wired and wireless communication modules and maintain strict physical isolation from external devices or untrusted networks.",
721721
"OKX Wallet",
722722
"MetaMask",
723-
"OneKey Wallet",
723+
"OneKey App",
724724
"Finger {}",
725725
"Charging",
726726
"Scan the QR Code displayed on the app",
@@ -870,7 +870,6 @@
870870
"Security Protection",
871871
"Basic Tutorial",
872872
"BTC, SOL, ETH & EVM networks",
873-
"OneKey App",
874873
"Candidate",
875874
"Target network",
876875
"Remove vote",

core/src/trezor/lvglui/i18n/locales/es.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"Air Gap es una medida de seguridad que previene los ataques a los medios de transmisión intermedios. \n Después de habilitar Air Gap, OneKey Pro deshabilitará todos los módulos de comunicación inalámbricos y por cable y mantendrá un aislamiento físico estricto de dispositivos externos o redes que no sean de confianza.",
721721
"Cartera OKX",
722722
"MetaMask",
723-
"OneKey Wallet",
723+
"OneKey App",
724724
"Huella dactilar {}",
725725
"Cargando",
726726
"Escanee el código QR que se muestra en la aplicación",
@@ -870,7 +870,6 @@
870870
"Protección de seguridad",
871871
"Tutorial básico",
872872
"Redes BTC, SOL, ETH y EVM",
873-
"OneKey App",
874873
"Candidato",
875874
"Red objetivo",
876875
"Eliminar voto",

core/src/trezor/lvglui/i18n/locales/fr.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"Air Gap est une mesure de sécurité qui empêche les attaques sur les supports de transmission intermédiaires. \n Après avoir activé Air Gap, OneKey Pro désactivera tous les modules de communication filaires et sans fil et maintiendra une isolation physique stricte des appareils externes ou des réseaux non fiables.",
721721
"Portefeuille OKX",
722722
"MetaMask",
723-
"OneKey Wallet",
723+
"OneKey App",
724724
"Empreinte digitale {}",
725725
"Mise en charge",
726726
"Scannez le code QR affiché sur l'application",
@@ -870,7 +870,6 @@
870870
"Protection de sécurité",
871871
"Tutoriel de base",
872872
"Réseaux BTC, SOL, ETH et EVM",
873-
"OneKey App",
874873
"Candidat",
875874
"Réseau cible",
876875
"Retirer le vote",

core/src/trezor/lvglui/i18n/locales/it.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"L'Air Gap è una misura di sicurezza che impedisce gli attacchi dei mezzi di trasmissione intermedi. \n Dopo aver abilitato Air Gap, OneKey Pro disabiliterà tutti i moduli di comunicazione cablati e wireless e manterrà un rigoroso isolamento fisico da dispositivi esterni o reti non attendibili.",
721721
"Portafoglio OKX",
722722
"MetaMask",
723-
"OneKey Wallet",
723+
"OneKey App",
724724
"Impronta digitale {}",
725725
"In carica",
726726
"Scansiona il codice QR visualizzato sull'app",
@@ -870,7 +870,6 @@
870870
"Protezione della sicurezza",
871871
"Tutorial di base",
872872
"Reti BTC, SOL, ETH e EVM",
873-
"OneKey App",
874873
"Candidato",
875874
"Rete target",
876875
"Rimuovi voto",

core/src/trezor/lvglui/i18n/locales/ja.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"エア ギャップは、中間伝送メディア攻撃を防ぐセキュリティ対策です。 \nエア ギャップを有効にすると、OneKey Pro はすべての有線および無線通信モジュールを無効にし、外部デバイスや信頼できないネットワークからの厳密な物理的分離を維持します。",
721721
"OKXウォレット",
722722
"MetaMask",
723-
"OneKey Wallet",
723+
"OneKey App",
724724
"指紋 {}",
725725
"充電",
726726
"アプリに表示されているQRコードをスキャンしてください",
@@ -870,7 +870,6 @@
870870
"セキュリティ保護",
871871
"基本チュートリアル",
872872
"BTC、SOL、ETH、EVM ネットワーク",
873-
"OneKey App",
874873
"候補者",
875874
"ターゲットネットワーク",
876875
"投票を削除",

core/src/trezor/lvglui/i18n/locales/ko.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"Air Gap은 중간 전송 미디어 공격을 방지하는 보안 조치입니다. \n Air Gap을 활성화한 후 OneKey Pro는 모든 유무선 통신 모듈을 비활성화하고 외부 장치 또는 신뢰할 수 없는 네트워크로부터 엄격한 물리적 격리를 유지합니다.",
721721
"OKX 지갑",
722722
"MetaMask",
723-
"OneKey Wallet",
723+
"OneKey App",
724724
"지문 {}",
725725
"충전 중",
726726
"앱에 표시된 QR 코드를 스캔하세요",
@@ -870,7 +870,6 @@
870870
"보안 보호",
871871
"기본 튜토리얼",
872872
"BTC, SOL, ETH 및 EVM 네트워크",
873-
"OneKey App",
874873
"후보자",
875874
"대상 네트워크",
876875
"투표 제거",

core/src/trezor/lvglui/i18n/locales/pt_br.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"Air Gap é uma medida de segurança que impede ataques através de meios de transmissão intermediários.\nApós habilitar o Air Gap, o OneKey Pro desativará todos os módulos de comunicação com fio e sem fio e manterá um isolamento físico rigoroso de dispositivos externos ou redes não confiáveis.",
721721
"OKX Wallet",
722722
"MetaMask",
723-
"OneKey Wallet",
723+
"OneKey App",
724724
"Dedo {}",
725725
"Carregando",
726726
"Escanee o código QR exibido no aplicativo",
@@ -870,7 +870,6 @@
870870
"Proteção de Segurança",
871871
"Tutorial Básico",
872872
"Redes BTC, SOL, ETH e EVM",
873-
"OneKey App",
874873
"Candidato",
875874
"Rede alvo",
876875
"Remover voto",

core/src/trezor/lvglui/i18n/locales/ru.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"Air Gap — это мера безопасности, которая предотвращает атаки на промежуточную среду передачи. \n После включения Air Gap OneKey Pro отключит все модули проводной и беспроводной связи и сохранит строгую физическую изоляцию от внешних устройств или ненадежных сетей.",
721721
"OKX-кошелек",
722722
"MetaMask",
723-
"OneKey Wallet",
723+
"OneKey App",
724724
"Отпечаток пальца {}",
725725
"Зарядка",
726726
"Отсканируйте QR-код, отображаемый в приложении",
@@ -870,7 +870,6 @@
870870
"Безопасность Защита",
871871
"Базовый учебник",
872872
"Сети BTC, SOL, ETH и EVM",
873-
"OneKey App",
874873
"Кандидат",
875874
"Целевая сеть",
876875
"Удалить голос",

0 commit comments

Comments
 (0)