-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from BKWLD/additional-languages
Adding additional languages
- Loading branch information
Showing
17 changed files
with
359 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
export default { | ||
locale_selector: { | ||
label: 'محدد اللغة', | ||
flag: 'علَم', | ||
countries: { | ||
ae: 'الإمارات العربية المتحدة', | ||
au: 'أستراليا', | ||
be: 'بلجيكا', | ||
ca: 'كندا', | ||
ch: 'سويسرا', | ||
cn: 'الصين', | ||
de: 'ألمانيا', | ||
dk: 'الدنمارك', | ||
es: 'إسبانيا', | ||
fi: 'فنلندا', | ||
fr: 'فرنسا', | ||
gb: 'المملكة المتحدة', | ||
id: 'إندونيسيا', | ||
it: 'إيطاليا', | ||
jp: 'اليابان', | ||
kr: 'كوريا', | ||
nl: 'هولندا', | ||
no: 'النرويج', | ||
pt: 'البرتغال', | ||
sv: 'السويد', | ||
us: 'الولايات المتحدة', | ||
}, | ||
languages: { | ||
ar: 'عربي', | ||
cmn: 'صينى', | ||
da: 'دانماركي', | ||
de: 'ألمانية', | ||
en: 'إنجليزي', | ||
es: 'الأسبانية', | ||
fi: 'الفنلندية', | ||
fr: 'فرنسي', | ||
id: 'الأندونيسية', | ||
it: 'إيطالي', | ||
ja: 'اليابانية', | ||
ko: 'الكورية', | ||
nl: 'هولندي', | ||
nn: 'النرويجية', | ||
pt: 'البرتغالية', | ||
sv: 'السويدية', | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
export default { | ||
locale_selector: { | ||
label: '语言环境选择器', | ||
flag: '旗帜', | ||
countries: { | ||
ae: '阿拉伯联合酋长国', | ||
au: '澳大利亚', | ||
be: '比利时', | ||
ca: '加拿大', | ||
ch: '瑞士', | ||
cn: '中国', | ||
de: '德国', | ||
dk: '丹麦', | ||
es: '西班牙', | ||
fi: '芬兰', | ||
fr: '法国', | ||
gb: '英国', | ||
id: '印度尼西亚', | ||
it: '意大利', | ||
jp: '日本', | ||
kr: '韩国', | ||
nl: '荷兰', | ||
no: '挪威', | ||
pt: '葡萄牙', | ||
sv: '瑞典', | ||
us: '美国', | ||
}, | ||
languages: { | ||
ar: '阿拉伯', | ||
cmn: '中国人', | ||
da: '丹麦语', | ||
de: '德语', | ||
en: '英语', | ||
es: '西班牙语', | ||
fi: '芬兰', | ||
fr: '法语', | ||
id: '印度尼西亚', | ||
it: '意大利语', | ||
ja: '日本人', | ||
ko: '韩国人', | ||
nl: '荷兰语', | ||
nn: '挪威', | ||
pt: '葡萄牙语', | ||
sv: '瑞典', | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.