|
1575 | 1575 | ITEM__OKX_WALLET = 718 |
1576 | 1576 | # MetaMask |
1577 | 1577 | ITEM__METAMASK_WALLET = 719 |
1578 | | -# OneKey Wallet |
| 1578 | +# OneKey App |
1579 | 1579 | ITEM__ONEKEY_WALLET = 720 |
| 1580 | +TITLE__ONEKEY_APP = 720 |
1580 | 1581 | # Finger {} |
1581 | 1582 | FORM__FINGER_STR = 721 |
1582 | 1583 | # Charging |
|
1903 | 1904 | ITEM__BASIC_TUTORIAL = 868 |
1904 | 1905 | # BTC, SOL, ETH & EVM networks |
1905 | 1906 | CONTENT__BTC_SOL_ETH_N_EVM_NETWORKS = 869 |
1906 | | -# OneKey App |
1907 | | -TITLE__ONEKEY_APP = 870 |
1908 | 1907 | # Candidate |
1909 | | -GLOBAL_CANDIDATE = 871 |
| 1908 | +GLOBAL_CANDIDATE = 870 |
1910 | 1909 | # Target network |
1911 | | -GLOBAL_TARGET_NETWORK = 872 |
| 1910 | +GLOBAL_TARGET_NETWORK = 871 |
1912 | 1911 | # Remove vote |
1913 | | -TITLE_REMOVE_VOTE = 873 |
| 1912 | +TITLE_REMOVE_VOTE = 872 |
1914 | 1913 | # High-risk operation: This transaction contains delegatecall, which could all |
1915 | 1914 | # ow external code to control your wallet |
1916 | | -GNOSIS_SAFE_SIG_DELEGATECALL_WARNING_TEXT = 874 |
| 1915 | +GNOSIS_SAFE_SIG_DELEGATECALL_WARNING_TEXT = 873 |
1917 | 1916 | # Operation |
1918 | | -GLOBAL_OPERATION = 875 |
| 1917 | +GLOBAL_OPERATION = 874 |
1919 | 1918 | # Gnosis Safe Transaction |
1920 | | -GNOSIS_SAFE_SIG_TITLE = 876 |
| 1919 | +GNOSIS_SAFE_SIG_TITLE = 875 |
1921 | 1920 | # Safe Tx Gas |
1922 | | -GNOSIS_SAGE_SIG_SAFE_TX_GAS = 877 |
| 1921 | +GNOSIS_SAGE_SIG_SAFE_TX_GAS = 876 |
1923 | 1922 | # Base Gas |
1924 | | -GLOBAL_BASE_GAS = 878 |
| 1923 | +GLOBAL_BASE_GAS = 877 |
1925 | 1924 | # Gas Token |
1926 | | -GLOBAL_GAS_TOKEN = 879 |
| 1925 | +GLOBAL_GAS_TOKEN = 878 |
1927 | 1926 | # Refund Receiver |
1928 | | -GNOSIS_SAGE_SIG_REFUND_RECEIVER = 880 |
| 1927 | +GNOSIS_SAGE_SIG_REFUND_RECEIVER = 879 |
1929 | 1928 | # 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 |
1931 | 1930 | # Enable FIDO Keys |
1932 | | -SECURITY__ENABLE_FIDO_KEYS = 882 |
| 1931 | +SECURITY__ENABLE_FIDO_KEYS = 881 |
1933 | 1932 | # When enabled, OneKey works as a security key for passwordless login and 2FA |
1934 | 1933 | # across websites and apps. |
1935 | | -SECURITY__ENABLE_FIDO_KEYS_DESC = 883 |
| 1934 | +SECURITY__ENABLE_FIDO_KEYS_DESC = 882 |
1936 | 1935 | # FIDO Keys disabled. Cannot register or verify credentials. Re-enable to rest |
1937 | 1936 | # ore. |
1938 | | -FIDO_DISABLED_INFO_TEXT = 884 |
| 1937 | +FIDO_DISABLED_INFO_TEXT = 883 |
1939 | 1938 | # Disable FIDO Keys |
1940 | | -SECURITY__DISABLE_FIDO_KEYS = 885 |
| 1939 | +SECURITY__DISABLE_FIDO_KEYS = 884 |
1941 | 1940 | # Invalid Phrases |
1942 | | -INVALID_PHRASES__TITLE = 886 |
| 1941 | +INVALID_PHRASES__TITLE = 885 |
1943 | 1942 | # You can edit a single word or start over. |
1944 | | -INVALID_PHRASES__DESC = 887 |
| 1943 | +INVALID_PHRASES__DESC = 886 |
1945 | 1944 | # Start over |
1946 | | -GLOBAL__START_OVER = 888 |
| 1945 | +GLOBAL__START_OVER = 887 |
1947 | 1946 | # Forgetting your passphrase will lose access to funds |
1948 | | -PASSPHRASE_FORGETTING_WARNING_TEXT = 889 |
| 1947 | +PASSPHRASE_FORGETTING_WARNING_TEXT = 888 |
1949 | 1948 | # Edit |
1950 | | -GLOBAL__EDIT = 890 |
| 1949 | +GLOBAL__EDIT = 889 |
1951 | 1950 | # Vote count |
1952 | | -GLOBAL__VOTE_COUNT = 891 |
| 1951 | +GLOBAL__VOTE_COUNT = 890 |
1953 | 1952 | # fmt: on |
0 commit comments