You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
"delete": "Delete",
7
7
"reset": "Reset",
8
8
"confirm": "Confirm",
9
+
"cancel": "Cancel",
9
10
"author": "Author",
10
11
"document": "Document",
11
12
"shortcut_key": "Shortcut key",
@@ -217,5 +218,20 @@
217
218
"text_2": "We suggest adding our website to your browser bookmarks for easy future access.",
218
219
"text_3": "If PicX is helpful to you, please consider donating to the author to support open source development.",
219
220
"text_4": "Disclaimer: Do not upload images that violate the laws in your local jurisdiction. The author is not responsible for any consequences arising from such actions."
220
-
}
221
+
},
222
+
"region": {
223
+
"CN": "Mainland China",
224
+
"HK": "Hong Kong, China",
225
+
"MO": "Macao, China",
226
+
"TW": "Taiwan, China",
227
+
"SG": "Singapore",
228
+
"JP": "Japan",
229
+
"US": "United States"
230
+
},
231
+
"language": {
232
+
"zh-CN": "Simplified Chinese",
233
+
"zh-TW": "Traditional Chinese",
234
+
"en": "English"
235
+
},
236
+
"toggle-language-msg": "We detected that your IP is located in {region}. Do you want to switch to {language}?"
0 commit comments