icssoa vor 8 Monaten
Ursprung
Commit
3d2b6f0bba
9 geänderte Dateien mit 2847 neuen und 3219 gelöschten Zeilen
  1. 1 1
      components/locale-set.uvue
  2. 329 485
      locale/en.json
  3. 416 572
      locale/es.json
  4. 363 359
      locale/fr.json
  5. 1 1
      locale/index.ts
  6. 1008 1004
      locale/ja.json
  7. 360 436
      locale/ko.json
  8. 4 0
      locale/zh-cn.json
  9. 365 361
      locale/zh-tw.json

+ 1 - 1
components/locale-set.uvue

@@ -63,7 +63,7 @@ function open() {
 	}
 
 	selectRef.value!.open((value) => {
-		ui.showLoading("切换中");
+		ui.showLoading(t("切换中"));
 
 		setTimeout(() => {
 			setLocale(value as string);

Datei-Diff unterdrückt, da er zu groß ist
+ 329 - 485
locale/en.json


Datei-Diff unterdrückt, da er zu groß ist
+ 416 - 572
locale/es.json


Datei-Diff unterdrückt, da er zu groß ist
+ 363 - 359
locale/fr.json


+ 1 - 1
locale/index.ts

@@ -78,7 +78,7 @@ export const getLocale = (): string => {
 // 追加数据
 export const appendLocale = (name: string, data: string[][]) => {
 	if (messages[name] != null) {
-		(messages[name] as string[][]).push(...data);
+		(messages[name] as string[][]).push(...parse(data));
 	}
 };
 

Datei-Diff unterdrückt, da er zu groß ist
+ 1008 - 1004
locale/ja.json


Datei-Diff unterdrückt, da er zu groß ist
+ 360 - 436
locale/ko.json


+ 4 - 0
locale/zh-cn.json

@@ -1928,6 +1928,10 @@
     ""
   ],
   [
+    "切换中",
+    ""
+  ],
+  [
     "模板",
     ""
   ],

Datei-Diff unterdrückt, da er zu groß ist
+ 365 - 361
locale/zh-tw.json


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.