bfg-common 1.5.965 → 1.5.966

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.
@@ -4181,6 +4181,9 @@
4181
4181
  "logs": {
4182
4182
  "logs": "Часопісы падзей",
4183
4183
  "log": "Журнал",
4184
- "description": "Апісанне"
4184
+ "description": "Апісанне",
4185
+ "entries": "{0} / {1} запісаў",
4186
+ "filteredBy": "Адфільтравана па:",
4187
+ "noEntriesMatch": "Няма запісаў журнала, якія адпавядаюць фільтрам"
4185
4188
  }
4186
4189
  }
@@ -4185,6 +4185,9 @@
4185
4185
  "logs": {
4186
4186
  "logs": "Logs",
4187
4187
  "log": "Log",
4188
- "description": "Description"
4188
+ "description": "Description",
4189
+ "entries": "{0} / {1} entries",
4190
+ "filteredBy": "Filtered by:",
4191
+ "noEntriesMatch": "No log entries match your filters"
4189
4192
  }
4190
4193
  }
@@ -4185,6 +4185,9 @@
4185
4185
  "logs": {
4186
4186
  "logs": "Իրադարձությունների մատյաններ",
4187
4187
  "log": "Տեղեկամատյան",
4188
- "description": "Նկարագրություն"
4188
+ "description": "Նկարագրություն",
4189
+ "entries": "{0} / {1} գրառում",
4190
+ "filteredBy": "Զտված է ըստ՝",
4191
+ "noEntriesMatch": "Տեղեկամատյանի գրառումները չեն համապատասխանում ձեր զտիչներին"
4189
4192
  }
4190
4193
  }
@@ -4184,6 +4184,9 @@
4184
4184
  "logs": {
4185
4185
  "logs": "Оқиғалар журналдары",
4186
4186
  "log": "Журнал",
4187
- "description": "Сипаттама"
4187
+ "description": "Сипаттама",
4188
+ "entries": "{0} / {1} жазба",
4189
+ "filteredBy": "Сүзгіленген:",
4190
+ "noEntriesMatch": "Сүзгілерге сәйкес журнал жазбалары жоқ"
4188
4191
  }
4189
4192
  }
@@ -4184,6 +4184,9 @@
4184
4184
  "logs": {
4185
4185
  "logs": "Журналы событий",
4186
4186
  "log": "Журнал",
4187
- "description": "Описание"
4187
+ "description": "Описание",
4188
+ "entries": "{0} / {1} записей",
4189
+ "filteredBy": "Отфильтровано по:",
4190
+ "noEntriesMatch": "Нет записей журнала, соответствующих фильтрам"
4188
4191
  }
4189
4192
  }
@@ -4182,6 +4182,9 @@
4182
4182
  "logs": {
4183
4183
  "logs": "事件日志",
4184
4184
  "log": "日志",
4185
- "description": "描述"
4185
+ "description": "描述",
4186
+ "entries": "0} / {1} 条记录",
4187
+ "filteredBy": "筛选条件:",
4188
+ "noEntriesMatch": "没有与筛选条件匹配的日志条目"
4186
4189
  }
4187
4190
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.965",
4
+ "version": "1.5.966",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",