Skip to content

Commit 330a184

Browse files
committed
Export translations
1 parent c0b2985 commit 330a184

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

src/i18n/message/app/analysis-resource.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"visitTotal": "總計訪問次數",
4141
"merged": "合並",
4242
"virtual": "自定義",
43-
"hostPlaceholder": "選擇要分析的站點或類別",
44-
"emptyDesc": "未選擇站點或類別"
43+
"hostPlaceholder": "蒐索你想分析的站點",
44+
"emptyDesc": "未選擇站點"
4545
},
4646
"summary": {
4747
"title": "數據總覽",
@@ -240,6 +240,10 @@
240240
}
241241
},
242242
"fr": {
243+
"target": {
244+
"site": "Site Web",
245+
"cate": "Catégorie"
246+
},
243247
"common": {
244248
"focusTotal": "Temps total de navigation",
245249
"visitTotal": "Nombre total de visites",

src/i18n/message/app/limit-resource.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@
278278
"delayAllowed": "Ще 5 хвилин",
279279
"delayAllowedInfo": "Якщо час вичерпано, дозволити тимчасову затримку 5 хвилин",
280280
"visits": "візитів",
281-
"or": "або"
281+
"or": "або",
282+
"notEffective": "Неефективний"
282283
},
283284
"step": {
284285
"base": "Загальна інформація",
@@ -309,7 +310,8 @@
309310
"incorrectAnswer": "Неправильна відповідь",
310311
"pi": "{digitCount} цифр від {startIndex} до {endIndex} десяткової частини числа π",
311312
"confession": "Час спливає"
312-
}
313+
},
314+
"reminder": "Менше ніж {min} хвилин до ліміту часу!"
313315
},
314316
"es": {
315317
"filterDisabled": "Solo habilitados",

src/i18n/message/app/option-resource.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@
169169
"off": "始終關閉",
170170
"timed": "定時開啟"
171171
}
172-
}
172+
},
173+
"animationDuration": "圖表初始動畫的持續時間 {input}"
173174
},
174175
"statistics": {
175176
"title": "統計",
@@ -691,7 +692,8 @@
691692
"off": "Вимкнено",
692693
"timed": "За розкладом"
693694
}
694-
}
695+
},
696+
"animationDuration": "Тривалість початкової анімації діаграми {input}"
695697
},
696698
"statistics": {
697699
"title": "Статистика",

src/i18n/message/common/button-resource.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@
109109
"okey": "Гаразд",
110110
"dont": "НІ",
111111
"operation": "Операції",
112-
"clear": "Ясно"
112+
"clear": "Ясно",
113+
"batchEnable": "Пакетне включення",
114+
"batchDisable": "Пакетне відключення"
113115
},
114116
"es": {
115117
"create": "Nuevo",

src/i18n/message/common/item-resource.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"date": "Дата",
9494
"host": "URL-адреса сайту",
9595
"focus": "Час перегляду",
96+
"run": "Час виконання",
9697
"time": "Відвідування сайту",
9798
"operation": {
9899
"add2Whitelist": "Білий список",

0 commit comments

Comments
 (0)