Vietnamese translation + English fixes (#626)

* Vietnamese translation + English fixes

Added Vietnamese translation and fixes in OTP and TOTP wrong order.

* Small language name fixes

* Revert OTP namings + suggested fix

Natsumi suggested to revert it and fix terminology
This commit is contained in:
MenacingExiler
2023-08-20 13:35:53 +07:00
committed by GitHub
parent f578984a06
commit a9384be2cc
3 changed files with 1527 additions and 3 deletions

View File

@@ -16,12 +16,16 @@ import elements_zh_CN from 'element-ui/lib/locale/lang/zh-CN';
import fr from './strings/fr.json' assert { type: 'JSON' };
import elements_fr from 'element-ui/lib/locale/lang/fr';
import vi from './strings/vi.json' assert { type: 'JSON' };
import elements_vi from 'element-ui/lib/locale/lang/vi';
const localized_en = { ...en, ...elements_en };
const localized_zh_TW = { ...zh_TW, ...elements_zh_TW };
const localized_zh_CN = { ...zh_CN, ...elements_zh_CN };
const localized_ko = { ...ko, ...elements_ko };
const localized_ja = { ...ja, ...elements_ja };
const localized_fr = { ...fr, ...elements_fr };
const localized_vi = { ...vi, ...elements_vi };
export {
localized_en as en,
@@ -29,5 +33,6 @@ export {
localized_ko as ko,
localized_zh_CN as zh_CN,
localized_ja as ja_JP,
localized_fr as fr
localized_fr as fr,
localized_vi as vi
};

View File

@@ -1128,7 +1128,7 @@
},
"gallery_icons": {
"header": "Photos, Icons and Emojis",
"description": "Recommended image size 1200x900px",
"description": "Recommended image size: 1200x900px (4:3)",
"gallery": "Photos",
"icons": "Icons",
"emojis": "Emojis",
@@ -1195,7 +1195,7 @@
"input_placeholder": "Code",
"input_error": "Invalid Code"
},
"otp": {
"use_totp": {
"header": "Two-factor Authentication",
"description": "Enter one of your saved recovery codes",
"use_otp": "Use TOTP",

File diff suppressed because it is too large Load Diff