@nocobase/plugin-localization 2.0.0-alpha.42 → 2.0.0-alpha.44

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.
@@ -11,14 +11,14 @@ module.exports = {
11
11
  "@ant-design/icons": "5.6.1",
12
12
  "@formily/core": "2.3.7",
13
13
  "@formily/react": "2.3.7",
14
- "@nocobase/client": "2.0.0-alpha.42",
14
+ "@nocobase/client": "2.0.0-alpha.44",
15
15
  "ahooks": "3.7.8",
16
16
  "antd": "5.24.2",
17
17
  "react": "18.2.0",
18
- "@nocobase/database": "2.0.0-alpha.42",
19
- "@nocobase/server": "2.0.0-alpha.42",
20
- "@nocobase/utils": "2.0.0-alpha.42",
21
- "@nocobase/cache": "2.0.0-alpha.42",
22
- "@nocobase/actions": "2.0.0-alpha.42",
18
+ "@nocobase/database": "2.0.0-alpha.44",
19
+ "@nocobase/server": "2.0.0-alpha.44",
20
+ "@nocobase/utils": "2.0.0-alpha.44",
21
+ "@nocobase/cache": "2.0.0-alpha.44",
22
+ "@nocobase/actions": "2.0.0-alpha.44",
23
23
  "react-i18next": "11.18.6"
24
24
  };
@@ -0,0 +1,24 @@
1
+ {
2
+ "Edit": "Редактировать",
3
+ "Add new": "Добавить новый",
4
+ "Localization management": "Управление локализацией",
5
+ "No data": "Нет данных",
6
+ "Delete text": "Удалить текст",
7
+ "Delete translation": "Удалить перевод",
8
+ "Module": "Модуль",
9
+ "Text": "Текст",
10
+ "Translation": "Перевод",
11
+ "Sync": "Синхронизировать",
12
+ "Current language": "Текущий язык",
13
+ "Keyword": "Ключевое слово",
14
+ "All": "Все",
15
+ "No translation": "Нет перевода",
16
+ "System & Plugins": "Система и плагины",
17
+ "User interfaces": "Пользовательские интерфейсы",
18
+ "Collections & Fields": "Коллекции и поля",
19
+ "Please select the resources you want to synchronize": "Пожалуйста, выберите ресурсы, которые хотите синхронизировать",
20
+ "Menu": "Меню",
21
+ "Publish": "Опубликовать",
22
+ "Translations": "Переводы",
23
+ "Localization": "Локализация"
24
+ }
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-localization",
3
- "version": "2.0.0-alpha.42",
3
+ "version": "2.0.0-alpha.44",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/localization-management",
6
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/localization-management",
6
7
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/localization-management",
7
8
  "license": "AGPL-3.0",
8
9
  "devDependencies": {
@@ -20,7 +21,9 @@
20
21
  ],
21
22
  "displayName": "Localization",
22
23
  "displayName.zh-CN": "本地化",
24
+ "displayName.ru-RU": "Локализация",
23
25
  "description": "Allows to manage localization resources of the application.",
26
+ "description.ru-RU": "Позволяет управлять ресурсами локализации приложения.",
24
27
  "description.zh-CN": "支持管理应用程序的本地化资源。",
25
- "gitHead": "9e96dd78d0c1445c8da76863e30f046be5b48d90"
28
+ "gitHead": "075bd484c270740fe9b02f1989818da91139b6b9"
26
29
  }