mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
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:
@@ -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 fr from './strings/fr.json' assert { type: 'JSON' };
|
||||||
import elements_fr from 'element-ui/lib/locale/lang/fr';
|
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_en = { ...en, ...elements_en };
|
||||||
const localized_zh_TW = { ...zh_TW, ...elements_zh_TW };
|
const localized_zh_TW = { ...zh_TW, ...elements_zh_TW };
|
||||||
const localized_zh_CN = { ...zh_CN, ...elements_zh_CN };
|
const localized_zh_CN = { ...zh_CN, ...elements_zh_CN };
|
||||||
const localized_ko = { ...ko, ...elements_ko };
|
const localized_ko = { ...ko, ...elements_ko };
|
||||||
const localized_ja = { ...ja, ...elements_ja };
|
const localized_ja = { ...ja, ...elements_ja };
|
||||||
const localized_fr = { ...fr, ...elements_fr };
|
const localized_fr = { ...fr, ...elements_fr };
|
||||||
|
const localized_vi = { ...vi, ...elements_vi };
|
||||||
|
|
||||||
export {
|
export {
|
||||||
localized_en as en,
|
localized_en as en,
|
||||||
@@ -29,5 +33,6 @@ export {
|
|||||||
localized_ko as ko,
|
localized_ko as ko,
|
||||||
localized_zh_CN as zh_CN,
|
localized_zh_CN as zh_CN,
|
||||||
localized_ja as ja_JP,
|
localized_ja as ja_JP,
|
||||||
localized_fr as fr
|
localized_fr as fr,
|
||||||
|
localized_vi as vi
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1128,7 +1128,7 @@
|
|||||||
},
|
},
|
||||||
"gallery_icons": {
|
"gallery_icons": {
|
||||||
"header": "Photos, Icons and Emojis",
|
"header": "Photos, Icons and Emojis",
|
||||||
"description": "Recommended image size 1200x900px",
|
"description": "Recommended image size: 1200x900px (4:3)",
|
||||||
"gallery": "Photos",
|
"gallery": "Photos",
|
||||||
"icons": "Icons",
|
"icons": "Icons",
|
||||||
"emojis": "Emojis",
|
"emojis": "Emojis",
|
||||||
@@ -1195,7 +1195,7 @@
|
|||||||
"input_placeholder": "Code",
|
"input_placeholder": "Code",
|
||||||
"input_error": "Invalid Code"
|
"input_error": "Invalid Code"
|
||||||
},
|
},
|
||||||
"otp": {
|
"use_totp": {
|
||||||
"header": "Two-factor Authentication",
|
"header": "Two-factor Authentication",
|
||||||
"description": "Enter one of your saved recovery codes",
|
"description": "Enter one of your saved recovery codes",
|
||||||
"use_otp": "Use TOTP",
|
"use_otp": "Use TOTP",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user