@lobehub/chat 0.162.11 → 0.162.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/README.md +8 -8
- package/README.zh-CN.md +8 -8
- package/locales/ar/common.json +11 -1
- package/locales/bg-BG/common.json +11 -1
- package/locales/de-DE/common.json +11 -1
- package/locales/en-US/common.json +11 -1
- package/locales/es-ES/common.json +11 -1
- package/locales/fr-FR/common.json +11 -1
- package/locales/it-IT/common.json +11 -1
- package/locales/ja-JP/common.json +11 -1
- package/locales/ko-KR/common.json +11 -1
- package/locales/nl-NL/common.json +11 -1
- package/locales/pl-PL/common.json +11 -1
- package/locales/pt-BR/common.json +11 -1
- package/locales/ru-RU/common.json +11 -1
- package/locales/tr-TR/common.json +11 -1
- package/locales/vi-VN/common.json +11 -1
- package/locales/zh-CN/common.json +11 -1
- package/locales/zh-TW/common.json +11 -1
- package/package.json +1 -1
- package/src/features/Conversation/Error/OllamaBizError/InvalidOllamaModel/useDownloadMonitor.ts +2 -10
- package/src/features/DataImporter/Error.tsx +65 -0
- package/src/features/DataImporter/FileUploading.tsx +50 -0
- package/src/features/DataImporter/Loading.tsx +125 -0
- package/src/features/DataImporter/SuccessResult.tsx +61 -0
- package/src/features/DataImporter/index.tsx +127 -208
- package/src/features/DataImporter/style.ts +17 -0
- package/src/hooks/useDownloadSpeed.ts +50 -0
- package/src/locales/default/common.ts +10 -0
- package/src/services/config.ts +15 -11
- package/src/services/github.ts +17 -0
- package/src/services/import/client.ts +18 -6
- package/src/services/session/client.ts +13 -0
- package/src/services/session/type.ts +4 -0
- package/src/store/session/slices/session/action.test.ts +3 -2
- package/src/store/session/slices/session/action.ts +6 -1
- package/src/store/session/slices/session/initialState.ts +1 -0
- package/src/types/importer.ts +128 -0
- package/src/utils/config.ts +18 -15
- package/src/utils/speed.ts +32 -0
- package/src/features/DataImporter/useImportConfig.ts +0 -27
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,56 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
+
### [Version 0.162.13](https://github.com/lobehub/lobe-chat/compare/v0.162.12...v0.162.13)
|
|
6
|
+
|
|
7
|
+
<sup>Released on **2024-06-01**</sup>
|
|
8
|
+
|
|
9
|
+
#### 💄 Styles
|
|
10
|
+
|
|
11
|
+
- **misc**: Improve config upload modal.
|
|
12
|
+
|
|
13
|
+
<br/>
|
|
14
|
+
|
|
15
|
+
<details>
|
|
16
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
|
17
|
+
|
|
18
|
+
#### Styles
|
|
19
|
+
|
|
20
|
+
- **misc**: Improve config upload modal, closes [#2745](https://github.com/lobehub/lobe-chat/issues/2745) ([af9af9f](https://github.com/lobehub/lobe-chat/commit/af9af9f))
|
|
21
|
+
|
|
22
|
+
</details>
|
|
23
|
+
|
|
24
|
+
<div align="right">
|
|
25
|
+
|
|
26
|
+
[](#readme-top)
|
|
27
|
+
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
### [Version 0.162.12](https://github.com/lobehub/lobe-chat/compare/v0.162.11...v0.162.12)
|
|
31
|
+
|
|
32
|
+
<sup>Released on **2024-05-31**</sup>
|
|
33
|
+
|
|
34
|
+
#### ♻ Code Refactoring
|
|
35
|
+
|
|
36
|
+
- **misc**: Refactor session meta method.
|
|
37
|
+
|
|
38
|
+
<br/>
|
|
39
|
+
|
|
40
|
+
<details>
|
|
41
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
|
42
|
+
|
|
43
|
+
#### Code refactoring
|
|
44
|
+
|
|
45
|
+
- **misc**: Refactor session meta method, closes [#2737](https://github.com/lobehub/lobe-chat/issues/2737) ([b103c3c](https://github.com/lobehub/lobe-chat/commit/b103c3c))
|
|
46
|
+
|
|
47
|
+
</details>
|
|
48
|
+
|
|
49
|
+
<div align="right">
|
|
50
|
+
|
|
51
|
+
[](#readme-top)
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
|
|
5
55
|
### [Version 0.162.11](https://github.com/lobehub/lobe-chat/compare/v0.162.10...v0.162.11)
|
|
6
56
|
|
|
7
57
|
<sup>Released on **2024-05-29**</sup>
|
package/README.md
CHANGED
|
@@ -223,14 +223,14 @@ In addition, these plugins are not limited to news aggregation, but can also ext
|
|
|
223
223
|
|
|
224
224
|
<!-- PLUGIN LIST -->
|
|
225
225
|
|
|
226
|
-
| Recent Submits | Description
|
|
227
|
-
| ------------------------------------------------------------------------------------------------------------------------- |
|
|
228
|
-
| [Space](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **automateyournetwork** on **2024-05-12**</sup> | Space data including NASA.<br/>`space` `nasa`
|
|
229
|
-
| [Search1API](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **fatwang2** on **2024-05-06**</sup> | Search aggregation service, specifically designed for LLMs<br/>`web` `search`
|
|
230
|
-
| [
|
|
231
|
-
| [
|
|
232
|
-
|
|
233
|
-
> 📊 Total plugins: [<kbd>**
|
|
226
|
+
| Recent Submits | Description |
|
|
227
|
+
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
228
|
+
| [Space](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **automateyournetwork** on **2024-05-12**</sup> | Space data including NASA.<br/>`space` `nasa` |
|
|
229
|
+
| [Search1API](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **fatwang2** on **2024-05-06**</sup> | Search aggregation service, specifically designed for LLMs<br/>`web` `search` |
|
|
230
|
+
| [Search Google via Serper](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **Barry** on **2024-04-30**</sup> | Google search engine via Serper.dev free API (2500x🆓/month)<br/>`web` `search` |
|
|
231
|
+
| [NFT Guru](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **swap** on **2024-04-03**</sup> | Discover current prices of NFTs across major platforms and keep track of the rapidly changing marketplace with real-time<br/>`crypto` `nft` |
|
|
232
|
+
|
|
233
|
+
> 📊 Total plugins: [<kbd>**54**</kbd>](https://github.com/lobehub/lobe-chat-plugins)
|
|
234
234
|
|
|
235
235
|
<!-- PLUGIN LIST -->
|
|
236
236
|
|
package/README.zh-CN.md
CHANGED
|
@@ -215,14 +215,14 @@ LobeChat 的插件生态系统是其核心功能的重要扩展,它极大地
|
|
|
215
215
|
|
|
216
216
|
<!-- PLUGIN LIST -->
|
|
217
217
|
|
|
218
|
-
| 最近新增 | 插件描述
|
|
219
|
-
| ------------------------------------------------------------------------------------------------------------------------ |
|
|
220
|
-
| [空间](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **automateyournetwork** on **2024-05-12**</sup> | 包括 NASA 的空间数据。<br/>`空间` `nasa`
|
|
221
|
-
| [Search1API](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **fatwang2** on **2024-05-06**</sup> | 搜索聚合服务,专为 LLMs 设计<br/>`web` `search`
|
|
222
|
-
| [
|
|
223
|
-
| [
|
|
224
|
-
|
|
225
|
-
> 📊 Total plugins: [<kbd>**
|
|
218
|
+
| 最近新增 | 插件描述 |
|
|
219
|
+
| ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------- |
|
|
220
|
+
| [空间](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **automateyournetwork** on **2024-05-12**</sup> | 包括 NASA 的空间数据。<br/>`空间` `nasa` |
|
|
221
|
+
| [Search1API](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **fatwang2** on **2024-05-06**</sup> | 搜索聚合服务,专为 LLMs 设计<br/>`web` `search` |
|
|
222
|
+
| [通过 Serper 搜索 Google](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **Barry** on **2024-04-30**</sup> | 通过 Serper.dev 免费 API 进行 Google 搜索引擎(每月 2500 次🆓)<br/>`网络` `搜索` |
|
|
223
|
+
| [NFT Guru](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **swap** on **2024-04-03**</sup> | 发现主要平台上 NFT 的当前价格,并通过实时跟踪快速变化的市场了解情况<br/>`加密货币` `nft` |
|
|
224
|
+
|
|
225
|
+
> 📊 Total plugins: [<kbd>**54**</kbd>](https://github.com/lobehub/lobe-chat-plugins)
|
|
226
226
|
|
|
227
227
|
<!-- PLUGIN LIST -->
|
|
228
228
|
|
package/locales/ar/common.json
CHANGED
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "نطاق التاريخ",
|
|
40
40
|
"import": "استيراد الإعدادات",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "عذرًا، حدث استثناء أثناء عملية استيراد البيانات. يرجى المحاولة مرة أخرى، أو <1>تقديم مشكلتك</1>، وسنقوم بمساعدتك على الفور في تحديد المشكلة.",
|
|
44
|
+
"title": "فشل استيراد البيانات"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "تم استيراد إعدادات النظام بنجاح",
|
|
44
48
|
"start": "ابدأ الاستخدام",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "اكتمال عملية الاستيراد"
|
|
47
51
|
},
|
|
48
52
|
"loading": "جاري استيراد البيانات، يرجى الانتظار...",
|
|
53
|
+
"preparing": "جاري تجهيز وحدة استيراد البيانات...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "تمت الإضافة بنجاح",
|
|
51
56
|
"errors": "حدثت أخطاء أثناء الاستيراد",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "المواضيع",
|
|
57
62
|
"type": "نوع البيانات"
|
|
58
63
|
},
|
|
59
|
-
"title": "استيراد البيانات"
|
|
64
|
+
"title": "استيراد البيانات",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "الملف الحالي كبير نسبيًا، يتم رفعه بجد...",
|
|
67
|
+
"restTime": "الوقت المتبقي",
|
|
68
|
+
"speed": "سرعة الرفع"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "تثبيت تطبيق المتصفح",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "Диапазон на историята",
|
|
40
40
|
"import": "Импортирай конфигурация",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Съжаляваме, възникна грешка по време на процеса на импорт на данни. Моля, опитайте отново да ги импортирате или <1>подайте проблем</1>, за да можем да помогнем веднага с отстраняването на проблема.",
|
|
44
|
+
"title": "Грешка при импортиране на данни"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "Системните настройки са импортирани успешно",
|
|
44
48
|
"start": "Започни да използваш",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Импортирането на данни е завършено"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Импортиране на данни, моля изчакайте...",
|
|
53
|
+
"preparing": "Подготовка на модула за импорт на данни...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Импортирани успешно",
|
|
51
56
|
"errors": "Грешки при импортиране",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Теми",
|
|
57
62
|
"type": "Тип данни"
|
|
58
63
|
},
|
|
59
|
-
"title": "Импортирай данни"
|
|
64
|
+
"title": "Импортирай данни",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "Текущият файл е голям и се качва...",
|
|
67
|
+
"restTime": "Оставащо време",
|
|
68
|
+
"speed": "Скорост на качване"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Инсталиране на PWA",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "Verlaufsbereich",
|
|
40
40
|
"import": "Importieren",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Es tut uns sehr leid, aber beim Importieren der Daten ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder <1>senden Sie uns eine Anfrage</1>, damit wir das Problem umgehend für Sie lösen können.",
|
|
44
|
+
"title": "Datenimport fehlgeschlagen"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "Systemeinstellungen erfolgreich importiert",
|
|
44
48
|
"start": "Starten",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Import abgeschlossen"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Daten werden importiert. Bitte haben Sie einen Moment Geduld...",
|
|
53
|
+
"preparing": "Vorbereitung für den Datenimport läuft...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Erfolgreich importiert",
|
|
51
56
|
"errors": "Fehler beim Import",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Themen",
|
|
57
62
|
"type": "Datentyp"
|
|
58
63
|
},
|
|
59
|
-
"title": "Daten importieren"
|
|
64
|
+
"title": "Daten importieren",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "Die Datei ist momentan zu groß und wird mit Hochdruck hochgeladen...",
|
|
67
|
+
"restTime": "Verbleibende Zeit",
|
|
68
|
+
"speed": "Upload-Geschwindigkeit"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Installiere die Browser-App",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "History Range",
|
|
40
40
|
"import": "Import Configuration",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Sorry, an error occurred during the data import process. Please try importing again, or <1>submit a request</1>, and we will help you troubleshoot the issue as soon as possible.",
|
|
44
|
+
"title": "Data Import Failed"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "System settings imported successfully",
|
|
44
48
|
"start": "Start using",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Data import completed"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Data importing, please wait...",
|
|
53
|
+
"preparing": "Data import module is preparing...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Imported successfully",
|
|
51
56
|
"errors": "Import errors",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Topics",
|
|
57
62
|
"type": "Data Type"
|
|
58
63
|
},
|
|
59
|
-
"title": "Import Data"
|
|
64
|
+
"title": "Import Data",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "The current file is large, and is being uploaded...",
|
|
67
|
+
"restTime": "Time remaining",
|
|
68
|
+
"speed": "Upload speed"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Install browser app",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "Rango de historial",
|
|
40
40
|
"import": "Importar configuración",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Lo sentimos mucho, se produjo un error durante el proceso de importación de datos. Inténtalo de nuevo o <1>envía un informe</1>, y te ayudaremos a solucionar el problema lo antes posible.",
|
|
44
|
+
"title": "Error en la importación de datos"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "La importación de la configuración del sistema se ha completado",
|
|
44
48
|
"start": "Comenzar a usar",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Importación de datos completada"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Importando datos, por favor espere...",
|
|
53
|
+
"preparing": "Preparando el módulo de importación de datos...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Importación exitosa",
|
|
51
56
|
"errors": "Errores de importación",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Temas",
|
|
57
62
|
"type": "Tipo de datos"
|
|
58
63
|
},
|
|
59
|
-
"title": "Importar datos"
|
|
64
|
+
"title": "Importar datos",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "El archivo actual es grande, se está subiendo... ",
|
|
67
|
+
"restTime": "Tiempo restante",
|
|
68
|
+
"speed": "Velocidad de carga"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Instalar la aplicación del navegador",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "Plage d'historique",
|
|
40
40
|
"import": "Importer",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Désolé, une erreur s'est produite lors de l'importation des données. Veuillez réessayer l'importation ou <1> soumettre un problème </1>, nous vous aiderons à résoudre le problème dès que possible.",
|
|
44
|
+
"title": "Échec de l'importation des données"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "Importation des paramètres système réussie",
|
|
44
48
|
"start": "Commencer à utiliser",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Importation des données terminée"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Importation des données en cours, veuillez patienter...",
|
|
53
|
+
"preparing": "Préparation du module d'importation des données en cours...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Importation réussie",
|
|
51
56
|
"errors": "Erreurs d'importation",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Sujets",
|
|
57
62
|
"type": "Type de données"
|
|
58
63
|
},
|
|
59
|
-
"title": "Importer des données"
|
|
64
|
+
"title": "Importer des données",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "Le fichier en cours est volumineux, veuillez patienter pendant le téléchargement...",
|
|
67
|
+
"restTime": "Temps restant",
|
|
68
|
+
"speed": "Vitesse de téléchargement"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Installer l'application du navigateur",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "Intervallo cronologico",
|
|
40
40
|
"import": "Importa configurazione",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Ci dispiace molto, si è verificato un errore durante il processo di importazione dei dati. Si prega di provare a importare nuovamente, o <1>invia un problema</1>, saremo pronti ad aiutarti a risolvere il problema al più presto.",
|
|
44
|
+
"title": "Importazione dei dati fallita"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "Impostazioni di sistema importate con successo",
|
|
44
48
|
"start": "Inizia utilizzo",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Importazione dati completata"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Importazione dati in corso, attendere prego...",
|
|
53
|
+
"preparing": "Preparazione del modulo di importazione dei dati in corso...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Importazione riuscita",
|
|
51
56
|
"errors": "Errori di importazione",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Argomenti",
|
|
57
62
|
"type": "Tipo di dati"
|
|
58
63
|
},
|
|
59
|
-
"title": "Importa dati"
|
|
64
|
+
"title": "Importa dati",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "Il file attuale è troppo grande, sta venendo caricato con impegno...",
|
|
67
|
+
"restTime": "Tempo rimanente",
|
|
68
|
+
"speed": "Velocità di caricamento"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Installa l'applicazione del browser",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "履歴範囲",
|
|
40
40
|
"import": "インポート",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "データのインポート中にエラーが発生しました。再度インポートを試すか、<1>問題を報告</1>してください。問題を迅速に解決いたします。",
|
|
44
|
+
"title": "データのインポートに失敗しました"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "システム設定のインポートが完了しました",
|
|
44
48
|
"start": "開始",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "データのインポートが完了しました"
|
|
47
51
|
},
|
|
48
52
|
"loading": "データをインポート中です。しばらくお待ちください...",
|
|
53
|
+
"preparing": "データのインポートモジュールを準備中...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "インポートが成功しました",
|
|
51
56
|
"errors": "インポートエラー",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "トピック",
|
|
57
62
|
"type": "データタイプ"
|
|
58
63
|
},
|
|
59
|
-
"title": "データのインポート"
|
|
64
|
+
"title": "データのインポート",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "現在のファイルは大きすぎて、アップロード中です...",
|
|
67
|
+
"restTime": "残り時間",
|
|
68
|
+
"speed": "アップロード速度"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "PWAをインストール",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "기록 범위",
|
|
40
40
|
"import": "가져오기",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "데이터 가져오기 중에 문제가 발생했습니다. 다시 시도하거나 <1>문제 제출</1>을 클릭하여 문제를 보고하면 우리가 즉시 도와드리겠습니다.",
|
|
44
|
+
"title": "데이터 가져오기 실패"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "시스템 설정 가져오기 성공",
|
|
44
48
|
"start": "시작하기",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "데이터 가져오기 완료"
|
|
47
51
|
},
|
|
48
52
|
"loading": "데이터 가져오는 중입니다. 잠시 기다려주세요...",
|
|
53
|
+
"preparing": "데이터 가져오기 모듈 준비 중...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "가져오기 성공",
|
|
51
56
|
"errors": "가져오기 오류",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "주제",
|
|
57
62
|
"type": "데이터 유형"
|
|
58
63
|
},
|
|
59
|
-
"title": "데이터 가져오기"
|
|
64
|
+
"title": "데이터 가져오기",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "현재 파일이 크기 때문에 업로드 중입니다...",
|
|
67
|
+
"restTime": "남은 시간",
|
|
68
|
+
"speed": "업로드 속도"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "브라우저 앱 설치",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "Geschiedenisbereik",
|
|
40
40
|
"import": "Importeren",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Sorry, er is een uitzondering opgetreden tijdens het importeren van gegevens. Probeer opnieuw te importeren of <1>diend een probleem in</1>, we zullen het probleem zo snel mogelijk voor je onderzoeken.",
|
|
44
|
+
"title": "Gegevens importeren mislukt"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "Systeeminstellingen succesvol geïmporteerd",
|
|
44
48
|
"start": "Beginnen met gebruiken",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Gegevensimport voltooid"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Gegevens worden geïmporteerd, even geduld a.u.b...",
|
|
53
|
+
"preparing": "Voorbereiden van gegevensimportmodule...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Succesvol geïmporteerd",
|
|
51
56
|
"errors": "Fouten bij importeren",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Onderwerpen",
|
|
57
62
|
"type": "Gegevenstype"
|
|
58
63
|
},
|
|
59
|
-
"title": "Gegevens importeren"
|
|
64
|
+
"title": "Gegevens importeren",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "Het bestand is momenteel aan het uploaden vanwege de grote omvang...",
|
|
67
|
+
"restTime": "Resterende tijd",
|
|
68
|
+
"speed": "Uploadsnelheid"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Installeer de browser-app",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "Zakres historii",
|
|
40
40
|
"import": "Importuj ustawienia",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Przepraszamy, wystąpił błąd podczas importowania danych. Spróbuj ponownie zaimportować, lub <1>zgłoś problem</1>, a my postaramy się jak najszybciej rozwiązać problem.",
|
|
44
|
+
"title": "Import danych nie powiódł się"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "Pomyślnie zaimportowano ustawienia systemowe",
|
|
44
48
|
"start": "Rozpocznij korzystanie",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Zakończono import danych"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Trwa import danych, proszę czekać...",
|
|
53
|
+
"preparing": "Przygotowywanie modułu importu danych...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Pomyślnie zaimportowano",
|
|
51
56
|
"errors": "Błędy importu",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Tematy",
|
|
57
62
|
"type": "Typ danych"
|
|
58
63
|
},
|
|
59
|
-
"title": "Import danych"
|
|
64
|
+
"title": "Import danych",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "Obecny plik jest duży, trwa wysyłanie...",
|
|
67
|
+
"restTime": "Pozostały czas",
|
|
68
|
+
"speed": "Prędkość wysyłania"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Zainstaluj aplikację przeglądarki",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "Intervalo de histórico",
|
|
40
40
|
"import": "Importar configuração",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Desculpe, ocorreu um erro durante o processo de importação de dados. Por favor, tente importar novamente ou <1>envie um problema</1>, e nós iremos ajudá-lo a resolver o problema o mais rápido possível.",
|
|
44
|
+
"title": "Falha na importação de dados"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "Configurações do sistema importadas com sucesso",
|
|
44
48
|
"start": "Começar a usar",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Importação de dados concluída"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Importando dados, por favor aguarde...",
|
|
53
|
+
"preparing": "Preparando módulo de importação de dados...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Importação bem-sucedida",
|
|
51
56
|
"errors": "Erros na importação",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Tópicos",
|
|
57
62
|
"type": "Tipo de dados"
|
|
58
63
|
},
|
|
59
|
-
"title": "Importar dados"
|
|
64
|
+
"title": "Importar dados",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "O arquivo atual é grande, estamos fazendo o upload...",
|
|
67
|
+
"restTime": "Tempo restante",
|
|
68
|
+
"speed": "Velocidade de upload"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Instalar aplicativo de navegador",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "История",
|
|
40
40
|
"import": "Импорт настроек",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Извините, произошла ошибка в процессе импорта данных. Попробуйте импортировать заново или <1>сообщите о проблеме</1>, и мы постараемся помочь вам как можно скорее.",
|
|
44
|
+
"title": "Ошибка импорта данных"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "Настройки системы успешно импортированы",
|
|
44
48
|
"start": "Начать использование",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Импорт данных завершен"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Идет импорт данных, пожалуйста, подождите...",
|
|
53
|
+
"preparing": "Подготовка модуля импорта данных...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Успешно импортировано",
|
|
51
56
|
"errors": "Ошибка импорта",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Темы",
|
|
57
62
|
"type": "Тип данных"
|
|
58
63
|
},
|
|
59
|
-
"title": "Импорт данных"
|
|
64
|
+
"title": "Импорт данных",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "Файл сейчас загружается, так как он довольно большой...",
|
|
67
|
+
"restTime": "Оставшееся время",
|
|
68
|
+
"speed": "Скорость загрузки"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Установить веб-приложение",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "Geçmiş Aralığı",
|
|
40
40
|
"import": "İçe Aktar",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Üzgünüz, veri aktarımı sırasında bir hata oluştu. Lütfen tekrar deneyin veya <1>bir sorun bildirin</1>, sorunu çözmek için elimizden geleni yapacağız.",
|
|
44
|
+
"title": "Veri Aktarımı Başarısız"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "Sistem ayarları başarıyla içe aktarıldı",
|
|
44
48
|
"start": "Başla",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Veri başarıyla aktarıldı"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Veri aktarılıyor, lütfen bekleyin...",
|
|
53
|
+
"preparing": "Veri aktarımı modülü hazırlanıyor...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Başarıyla içe aktarıldı",
|
|
51
56
|
"errors": "İçe Aktarma Hataları",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Konular",
|
|
57
62
|
"type": "Tip"
|
|
58
63
|
},
|
|
59
|
-
"title": "Veri İçe Aktar"
|
|
64
|
+
"title": "Veri İçe Aktar",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "Dosya şu anda büyük olduğundan, yüklenmeye çalışılıyor...",
|
|
67
|
+
"restTime": "Kalan Zaman",
|
|
68
|
+
"speed": "Yükleme Hızı"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Tarayıcı Uygulamasını Yükle",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "Phạm vi lịch sử",
|
|
40
40
|
"import": "Nhập cấu hình",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "Xin lỗi vì quá trình nhập dữ liệu gặp sự cố. Vui lòng thử nhập lại hoặc <1>gửi vấn đề</1>, chúng tôi sẽ kiểm tra vấn đề ngay lập tức.",
|
|
44
|
+
"title": "Nhập dữ liệu thất bại"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "Nhập cài đặt hệ thống thành công",
|
|
44
48
|
"start": "Bắt đầu sử dụng",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "Hoàn tất nhập dữ liệu"
|
|
47
51
|
},
|
|
48
52
|
"loading": "Đang nhập dữ liệu, vui lòng chờ...",
|
|
53
|
+
"preparing": "Đang chuẩn bị mô-đun nhập dữ liệu...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "Nhập thành công",
|
|
51
56
|
"errors": "Lỗi nhập",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "Chủ đề",
|
|
57
62
|
"type": "Loại dữ liệu"
|
|
58
63
|
},
|
|
59
|
-
"title": "Nhập dữ liệu"
|
|
64
|
+
"title": "Nhập dữ liệu",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "Tập tin hiện tại quá lớn, đang cố gắng tải lên...",
|
|
67
|
+
"restTime": "Thời gian còn lại",
|
|
68
|
+
"speed": "Tốc độ tải lên"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "Cài đặt ứng dụng trình duyệt",
|
|
62
72
|
"lang": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"historyRange": "历史范围",
|
|
40
40
|
"import": "导入配置",
|
|
41
41
|
"importModal": {
|
|
42
|
+
"error": {
|
|
43
|
+
"desc": "非常抱歉,数据导入过程发生异常。请尝试重新导入,或 <1>提交问题</1>,我们将会第一时间帮你排查问题。",
|
|
44
|
+
"title": "数据导入失败"
|
|
45
|
+
},
|
|
42
46
|
"finish": {
|
|
43
47
|
"onlySettings": "系统设置导入成功",
|
|
44
48
|
"start": "开始使用",
|
|
@@ -46,6 +50,7 @@
|
|
|
46
50
|
"title": "数据导入完成"
|
|
47
51
|
},
|
|
48
52
|
"loading": "数据导入中,请耐心等待...",
|
|
53
|
+
"preparing": "数据导入模块准备中...",
|
|
49
54
|
"result": {
|
|
50
55
|
"added": "导入成功",
|
|
51
56
|
"errors": "导入出错",
|
|
@@ -56,7 +61,12 @@
|
|
|
56
61
|
"topics": "话题",
|
|
57
62
|
"type": "数据类型"
|
|
58
63
|
},
|
|
59
|
-
"title": "导入数据"
|
|
64
|
+
"title": "导入数据",
|
|
65
|
+
"uploading": {
|
|
66
|
+
"desc": "当前文件较大,正在努力上传中...",
|
|
67
|
+
"restTime": "剩余时间",
|
|
68
|
+
"speed": "上传速度"
|
|
69
|
+
}
|
|
60
70
|
},
|
|
61
71
|
"installPWA": "安装浏览器应用 (PWA)",
|
|
62
72
|
"lang": {
|