Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/locales/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"title": "设置为英语"
},
"cn": {
"title": "设置为中文"
"title": "设置为简体中文"
},
"fr": {
"title": "法语"
Expand All @@ -34,6 +34,9 @@
},
"jp": {
"title": "日本人"
},
"tw": {
"title": "繁体中文"
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"title": "English"
},
"cn": {
"title": "Chinese"
"title": "Simplified Chinese"
},
"fr": {
"title": "French"
Expand All @@ -34,6 +34,9 @@
},
"jp": {
"title": "Japanese"
},
"tw": {
"title": "Traditional Chinese"
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"title": "Anglais"
},
"cn": {
"title": "Chinois"
"title": "Chinois simplifié"
},
"fr": {
"title": "Français"
Expand All @@ -34,6 +34,9 @@
},
"jp": {
"title": "Japonais"
},
"tw": {
"title": "Chinois traditionnel"
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"title": "Inglese"
},
"cn": {
"title": "Cinese"
"title": "Cinese semplificato"
},
"fr": {
"title": "Francese"
Expand All @@ -34,6 +34,9 @@
},
"jp": {
"title": "Giapponese"
},
"tw": {
"title": "Cinese tradizionale"
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion src/locales/jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"title": "英語"
},
"cn": {
"title": "中国語"
"title": "簡体字中国語"
},
"fr": {
"title": "フランス語"
Expand All @@ -34,6 +34,9 @@
},
"jp": {
"title": "日本語"
},
"tw": {
"title": "繁体字中国語"
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion src/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"title": "Английский"
},
"cn": {
"title": "Китайский"
"title": "упрощенный китайский"
},
"fr": {
"title": "Французский"
Expand All @@ -34,6 +34,9 @@
},
"jp": {
"title": "Японский"
},
"tw": {
"title": "традиционный китайский"
}
}
},
Expand Down
Loading