@nocobase/plugin-mobile-client 1.9.0-beta.17 → 1.9.0-beta.18
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/dist/externalVersion.js +3 -3
- package/dist/locale/de-DE.json +22 -22
- package/dist/locale/en-US.json +22 -22
- package/dist/locale/es-ES.json +32 -0
- package/dist/locale/fr-FR.json +32 -0
- package/dist/locale/it-IT.json +22 -22
- package/dist/locale/ja-JP.json +42 -16
- package/dist/locale/ko-KR.json +23 -22
- package/dist/locale/nl-NL.json +30 -30
- package/dist/locale/pt-BR.json +32 -0
- package/dist/locale/ru-RU.json +23 -23
- package/dist/locale/tr-TR.json +32 -0
- package/dist/locale/uk-UA.json +32 -0
- package/dist/locale/zh-CN.json +22 -22
- package/dist/locale/zh-TW.json +32 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.9.0-beta.
|
|
11
|
+
"@nocobase/client": "1.9.0-beta.18",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"react-router-dom": "6.28.1",
|
|
14
|
-
"@nocobase/server": "1.9.0-beta.
|
|
14
|
+
"@nocobase/server": "1.9.0-beta.18",
|
|
15
15
|
"antd": "5.24.2",
|
|
16
16
|
"react-i18next": "11.18.6",
|
|
17
17
|
"@ant-design/icons": "5.6.1",
|
|
18
|
-
"@nocobase/database": "1.9.0-beta.
|
|
18
|
+
"@nocobase/database": "1.9.0-beta.18",
|
|
19
19
|
"@formily/react": "2.3.0",
|
|
20
20
|
"@formily/shared": "2.3.2",
|
|
21
21
|
"lodash": "4.17.21",
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"Add menu item": "Menüelement hinzufügen",
|
|
3
|
+
"Add tab": "Tab hinzufügen",
|
|
4
4
|
"App Configuration": "App-Konfiguration",
|
|
5
|
-
"
|
|
6
|
-
"Untitled": "Ohne Titel",
|
|
7
|
-
"Edit info": "Informationen bearbeiten",
|
|
8
|
-
"Title": "Titel",
|
|
9
|
-
"Display back button": "Zurück-Button anzeigen",
|
|
5
|
+
"App level Configuration": "App-Ebenen-Konfiguration",
|
|
10
6
|
"Delete menu": "Menü löschen",
|
|
11
|
-
"
|
|
12
|
-
"Menu": "Menü",
|
|
13
|
-
"Menu name": "Menüname",
|
|
14
|
-
"Icon": "Symbol",
|
|
7
|
+
"Delete menu block": "Menüblock löschen",
|
|
15
8
|
"Delete menu item?": "Menüelement löschen?",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
9
|
+
"Delete settings block": "Einstellungsblock löschen",
|
|
10
|
+
"Delete tab item?": "Tab-Element löschen?",
|
|
11
|
+
"Display back button": "Zurück-Button anzeigen",
|
|
12
|
+
"Edit info": "Informationen bearbeiten",
|
|
13
|
+
"Edit menu info": "Menüinformationen bearbeiten",
|
|
19
14
|
"Enable Header": "Header aktivieren",
|
|
15
|
+
"Enable TabBar": "TabBar aktivieren",
|
|
20
16
|
"Enable Tabs": "Tabs aktivieren",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
17
|
+
"Icon": "Symbol",
|
|
18
|
+
"Interface Configuration": "Schnittstellenkonfiguration",
|
|
19
|
+
"Menu": "Menü",
|
|
24
20
|
"Menu configuration": "Menükonfiguration",
|
|
21
|
+
"Menu name": "Menüname",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "Mobile Client-Seite (Veraltet)",
|
|
23
|
+
"Mobile client access address": "Zugangsadresse für mobile Clients",
|
|
25
24
|
"Page configuration": "Seitenkonfiguration",
|
|
25
|
+
"Page template": "Seitenvorlage",
|
|
26
|
+
"Preview": "Vorschau",
|
|
26
27
|
"Settings": "Einstellungen",
|
|
27
|
-
"
|
|
28
|
-
"Delete menu block": "Menüblock löschen",
|
|
29
|
-
"Mobile client access address": "Zugangsadresse für mobile Clients",
|
|
28
|
+
"Template mode": "Vorlagenmodus",
|
|
30
29
|
"The full address is": "Die vollständige Adresse ist",
|
|
31
|
-
"
|
|
32
|
-
|
|
30
|
+
"Title": "Titel",
|
|
31
|
+
"Untitled": "Ohne Titel"
|
|
32
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"Add menu item": "Add menu item",
|
|
3
|
+
"Add tab": "Add tab",
|
|
4
4
|
"App Configuration": "App Configuration",
|
|
5
|
-
"
|
|
6
|
-
"Untitled": "Untitled",
|
|
7
|
-
"Edit info": "Edit info",
|
|
8
|
-
"Title": "Title",
|
|
9
|
-
"Display back button": "Display back button",
|
|
5
|
+
"App level Configuration": "App level Configuration",
|
|
10
6
|
"Delete menu": "Delete menu",
|
|
11
|
-
"
|
|
12
|
-
"Menu": "Menu",
|
|
13
|
-
"Menu name": "Menu name",
|
|
14
|
-
"Icon": "Icon",
|
|
7
|
+
"Delete menu block": "Delete menu block",
|
|
15
8
|
"Delete menu item?": "Delete menu item?",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
9
|
+
"Delete settings block": "Delete settings block",
|
|
10
|
+
"Delete tab item?": "Delete tab item?",
|
|
11
|
+
"Display back button": "Display back button",
|
|
12
|
+
"Edit info": "Edit info",
|
|
13
|
+
"Edit menu info": "Edit menu info",
|
|
19
14
|
"Enable Header": "Enable Header",
|
|
15
|
+
"Enable TabBar": "Enable TabBar",
|
|
20
16
|
"Enable Tabs": "Enable Tabs",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
17
|
+
"Icon": "Icon",
|
|
18
|
+
"Interface Configuration": "Interface Configuration",
|
|
19
|
+
"Menu": "Menu",
|
|
24
20
|
"Menu configuration": "Menu configuration",
|
|
21
|
+
"Menu name": "Menu name",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "Mobile Client-side(Deprecated)",
|
|
23
|
+
"Mobile client access address": "Mobile client access address",
|
|
25
24
|
"Page configuration": "Page configuration",
|
|
25
|
+
"Page template": "Page template",
|
|
26
|
+
"Preview": "Preview",
|
|
26
27
|
"Settings": "Settings",
|
|
27
|
-
"
|
|
28
|
-
"Delete menu block": "Delete menu block",
|
|
29
|
-
"Mobile client access address": "Mobile client access address",
|
|
28
|
+
"Template mode": "Template mode",
|
|
30
29
|
"The full address is": "The full address is",
|
|
31
|
-
"
|
|
32
|
-
|
|
30
|
+
"Title": "Title",
|
|
31
|
+
"Untitled": "Untitled"
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add menu item": "Add menu item",
|
|
3
|
+
"Add tab": "Add tab",
|
|
4
|
+
"App Configuration": "App Configuration",
|
|
5
|
+
"App level Configuration": "App level Configuration",
|
|
6
|
+
"Delete menu": "Delete menu",
|
|
7
|
+
"Delete menu block": "Delete menu block",
|
|
8
|
+
"Delete menu item?": "Delete menu item?",
|
|
9
|
+
"Delete settings block": "Delete settings block",
|
|
10
|
+
"Delete tab item?": "Delete tab item?",
|
|
11
|
+
"Display back button": "Display back button",
|
|
12
|
+
"Edit info": "Edit info",
|
|
13
|
+
"Edit menu info": "Edit menu info",
|
|
14
|
+
"Enable Header": "Enable Header",
|
|
15
|
+
"Enable TabBar": "Enable TabBar",
|
|
16
|
+
"Enable Tabs": "Enable Tabs",
|
|
17
|
+
"Icon": "Icon",
|
|
18
|
+
"Interface Configuration": "Interface Configuration",
|
|
19
|
+
"Menu": "Menu",
|
|
20
|
+
"Menu configuration": "Menu configuration",
|
|
21
|
+
"Menu name": "Menu name",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "Mobile Client-side(Deprecated)",
|
|
23
|
+
"Mobile client access address": "Mobile client access address",
|
|
24
|
+
"Page configuration": "Page configuration",
|
|
25
|
+
"Page template": "Page template",
|
|
26
|
+
"Preview": "Preview",
|
|
27
|
+
"Settings": "Settings",
|
|
28
|
+
"Template mode": "Template mode",
|
|
29
|
+
"The full address is": "The full address is",
|
|
30
|
+
"Title": "Title",
|
|
31
|
+
"Untitled": "Untitled"
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add menu item": "Add menu item",
|
|
3
|
+
"Add tab": "Add tab",
|
|
4
|
+
"App Configuration": "App Configuration",
|
|
5
|
+
"App level Configuration": "App level Configuration",
|
|
6
|
+
"Delete menu": "Delete menu",
|
|
7
|
+
"Delete menu block": "Delete menu block",
|
|
8
|
+
"Delete menu item?": "Delete menu item?",
|
|
9
|
+
"Delete settings block": "Delete settings block",
|
|
10
|
+
"Delete tab item?": "Delete tab item?",
|
|
11
|
+
"Display back button": "Display back button",
|
|
12
|
+
"Edit info": "Edit info",
|
|
13
|
+
"Edit menu info": "Edit menu info",
|
|
14
|
+
"Enable Header": "Enable Header",
|
|
15
|
+
"Enable TabBar": "Enable TabBar",
|
|
16
|
+
"Enable Tabs": "Enable Tabs",
|
|
17
|
+
"Icon": "Icon",
|
|
18
|
+
"Interface Configuration": "Interface Configuration",
|
|
19
|
+
"Menu": "Menu",
|
|
20
|
+
"Menu configuration": "Menu configuration",
|
|
21
|
+
"Menu name": "Menu name",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "Mobile Client-side(Deprecated)",
|
|
23
|
+
"Mobile client access address": "Mobile client access address",
|
|
24
|
+
"Page configuration": "Page configuration",
|
|
25
|
+
"Page template": "Page template",
|
|
26
|
+
"Preview": "Preview",
|
|
27
|
+
"Settings": "Settings",
|
|
28
|
+
"Template mode": "Template mode",
|
|
29
|
+
"The full address is": "The full address is",
|
|
30
|
+
"Title": "Title",
|
|
31
|
+
"Untitled": "Untitled"
|
|
32
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"Add menu item": "Aggiungi elemento menu",
|
|
3
|
+
"Add tab": "Aggiungi tab",
|
|
4
4
|
"App Configuration": "Configurazione App",
|
|
5
|
-
"
|
|
6
|
-
"Untitled": "Senza titolo",
|
|
7
|
-
"Edit info": "Modifica informazioni",
|
|
8
|
-
"Title": "Titolo",
|
|
9
|
-
"Display back button": "Mostra pulsante indietro",
|
|
5
|
+
"App level Configuration": "Configurazione a livello di App",
|
|
10
6
|
"Delete menu": "Elimina menu",
|
|
11
|
-
"
|
|
12
|
-
"Menu": "Menu",
|
|
13
|
-
"Menu name": "Nome menu",
|
|
14
|
-
"Icon": "Icona",
|
|
7
|
+
"Delete menu block": "Elimina blocco menu",
|
|
15
8
|
"Delete menu item?": "Eliminare elemento menu?",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
9
|
+
"Delete settings block": "Elimina blocco impostazioni",
|
|
10
|
+
"Delete tab item?": "Eliminare elemento tab?",
|
|
11
|
+
"Display back button": "Mostra pulsante indietro",
|
|
12
|
+
"Edit info": "Modifica informazioni",
|
|
13
|
+
"Edit menu info": "Modifica informazioni menu",
|
|
19
14
|
"Enable Header": "Abilita Intestazione",
|
|
15
|
+
"Enable TabBar": "Abilita TabBar",
|
|
20
16
|
"Enable Tabs": "Abilita Tab",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
17
|
+
"Icon": "Icona",
|
|
18
|
+
"Interface Configuration": "Configurazione Interfaccia",
|
|
19
|
+
"Menu": "Menu",
|
|
24
20
|
"Menu configuration": "Configurazione menu",
|
|
21
|
+
"Menu name": "Nome menu",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "Lato Client Mobile (Deprecato)",
|
|
23
|
+
"Mobile client access address": "Indirizzo di accesso client mobile",
|
|
25
24
|
"Page configuration": "Configurazione pagina",
|
|
25
|
+
"Page template": "Modello pagina",
|
|
26
|
+
"Preview": "Anteprima",
|
|
26
27
|
"Settings": "Impostazioni",
|
|
27
|
-
"
|
|
28
|
-
"Delete menu block": "Elimina blocco menu",
|
|
29
|
-
"Mobile client access address": "Indirizzo di accesso client mobile",
|
|
28
|
+
"Template mode": "Modalità modello",
|
|
30
29
|
"The full address is": "L'indirizzo completo è",
|
|
31
|
-
"
|
|
32
|
-
|
|
30
|
+
"Title": "Titolo",
|
|
31
|
+
"Untitled": "Senza titolo"
|
|
32
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,26 +1,52 @@
|
|
|
1
1
|
{
|
|
2
|
+
"Add link": "リンクを追加",
|
|
3
|
+
"Add menu item": "メニュー項目を追加",
|
|
4
|
+
"Add page": "ページを追加",
|
|
5
|
+
"Add tab": "タブを追加",
|
|
6
|
+
"App Configuration": "アプリ設定",
|
|
7
|
+
"App level Configuration": "アプリケーションレベル設定",
|
|
2
8
|
"App settings": "アプリ設定",
|
|
3
|
-
"Page settings": "ページ設定",
|
|
4
|
-
"Info": "情報",
|
|
5
9
|
"Back": "戻る",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"Display tab bar": "タブバーを表示",
|
|
14
|
-
"Display page header": "ページヘッダーを表示",
|
|
10
|
+
"Delete menu": "メニュー削除",
|
|
11
|
+
"Delete menu block": "メニューブロック削除",
|
|
12
|
+
"Delete menu item?": "メニュー項目を削除しますか?",
|
|
13
|
+
"Delete settings block": "設定ブロック削除",
|
|
14
|
+
"Delete tab item?": "タブ項目を削除しますか?",
|
|
15
|
+
"Desktop data blocks": "デスクトップデータブロック",
|
|
16
|
+
"Display back button": "戻るボタンを表示",
|
|
15
17
|
"Display navigation bar": "ナビゲーションバーを表示",
|
|
18
|
+
"Display page header": "ページヘッダーを表示",
|
|
16
19
|
"Display page title": "ページタイトルを表示",
|
|
20
|
+
"Display tab bar": "タブバーを表示",
|
|
17
21
|
"Display tabs": "タブを表示",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
22
|
+
"Edit info": "情報編集",
|
|
23
|
+
"Edit menu info": "メニュー情報編集",
|
|
24
|
+
"Enable Header": "ヘッダー有効化",
|
|
25
|
+
"Enable TabBar": "タブバーを有効化",
|
|
26
|
+
"Enable Tabs": "タブを有効化",
|
|
27
|
+
"Fill": "塗りつぶし",
|
|
28
|
+
"Icon": "アイコン",
|
|
21
29
|
"Icon field is required": "アイコンフィールドは必須です",
|
|
22
|
-
"
|
|
30
|
+
"Info": "情報",
|
|
31
|
+
"Interface Configuration": "インターフェース設定",
|
|
32
|
+
"Link": "リンク",
|
|
33
|
+
"Menu": "メニュー",
|
|
34
|
+
"Menu configuration": "メニュー設定",
|
|
35
|
+
"Menu name": "メニュー名",
|
|
36
|
+
"Mobile": "モバイル",
|
|
37
|
+
"Mobile Client-side(Deprecated)": "モバイルクライアント側(非推奨)",
|
|
38
|
+
"Mobile client access address": "モバイルクライアントアクセスアドレス",
|
|
23
39
|
"Other desktop blocks": "他のデスクトップブロック",
|
|
40
|
+
"Page configuration": "ページ設定",
|
|
41
|
+
"Page settings": "ページ設定",
|
|
42
|
+
"Page template": "ページテンプレート",
|
|
43
|
+
"Preview": "プレビュー",
|
|
44
|
+
"Remove": "削除",
|
|
45
|
+
"Selected icon": "選択アイコン",
|
|
24
46
|
"Settings": "設定",
|
|
25
|
-
"
|
|
47
|
+
"Template mode": "テンプレートモード",
|
|
48
|
+
"The full address is": "完全なアドレスは次の通りです",
|
|
49
|
+
"Title": "タイトル",
|
|
50
|
+
"Title field is required": "タイトルフィールドは必須です",
|
|
51
|
+
"Untitled": "タイトル未設定"
|
|
26
52
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,32 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"Add menu item": "메뉴 항목 추가",
|
|
3
|
+
"Add tab": "탭 추가",
|
|
4
4
|
"App Configuration": "앱 구성",
|
|
5
|
-
"
|
|
6
|
-
"Untitled": "제목 없음",
|
|
7
|
-
"Edit info": "정보 편집",
|
|
8
|
-
"Title": "제목",
|
|
9
|
-
"Display back button": "뒤로 가기 버튼 표시",
|
|
5
|
+
"App level Configuration": "앱 수준 구성",
|
|
10
6
|
"Delete menu": "메뉴 삭제",
|
|
7
|
+
"Delete menu block": "메뉴 블록 삭제",
|
|
8
|
+
"Delete menu item?": "메뉴 항목을 삭제하시겠습니까?",
|
|
9
|
+
"Delete settings block": "설정 블록 삭제",
|
|
10
|
+
"Delete tab item?": "탭 항목을 삭제하시겠습니까?",
|
|
11
|
+
"Display back button": "뒤로가기 버튼 표시",
|
|
12
|
+
"Edit info": "정보 편집",
|
|
11
13
|
"Edit menu info": "메뉴 정보 편집",
|
|
12
|
-
"Menu": "메뉴",
|
|
13
|
-
"Menu name": "메뉴 이름",
|
|
14
|
-
"Icon": "아이콘",
|
|
15
|
-
"Delete menu item?": "메뉴 항목 삭제?",
|
|
16
|
-
"Add menu item": "메뉴 항목 추가",
|
|
17
|
-
"Page template": "페이지 템플릿",
|
|
18
|
-
"Template mode": "템플릿 모드",
|
|
19
14
|
"Enable Header": "헤더 활성화",
|
|
15
|
+
"Enable TabBar": "탭바 활성화",
|
|
20
16
|
"Enable Tabs": "탭 활성화",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
17
|
+
"Icon": "아이콘",
|
|
18
|
+
"Interface Configuration": "인터페이스 구성",
|
|
19
|
+
"Menu": "메뉴",
|
|
24
20
|
"Menu configuration": "메뉴 구성",
|
|
21
|
+
"Menu name": "메뉴 이름",
|
|
22
|
+
"Mobile Client-side": "모바일 클라이언트",
|
|
23
|
+
"Mobile Client-side(Deprecated)": "모바일 클라이언트(사용 중단됨)",
|
|
24
|
+
"Mobile client access address": "모바일 클라이언트 접근 주소",
|
|
25
25
|
"Page configuration": "페이지 구성",
|
|
26
|
+
"Page template": "페이지 템플릿",
|
|
27
|
+
"Preview": "미리보기",
|
|
26
28
|
"Settings": "설정",
|
|
27
|
-
"
|
|
28
|
-
"Delete menu block": "메뉴 블록 삭제",
|
|
29
|
-
"Mobile client access address": "모바일 클라이언트 접근 주소",
|
|
29
|
+
"Template mode": "템플릿 모드",
|
|
30
30
|
"The full address is": "전체 주소는",
|
|
31
|
-
"
|
|
32
|
-
|
|
31
|
+
"Title": "제목",
|
|
32
|
+
"Untitled": "제목 없음"
|
|
33
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
2
|
+
"Add menu item": "Voeg een menu item toe",
|
|
3
|
+
"Add tab": "Voeg tabblad toe",
|
|
4
|
+
"App Configuration": "App Configuration",
|
|
5
|
+
"App level Configuration": "App level Configuration",
|
|
6
|
+
"Delete menu": "Delete menu",
|
|
7
|
+
"Delete menu block": "Delete menu block",
|
|
8
|
+
"Delete menu item?": "Delete menu item?",
|
|
9
|
+
"Delete settings block": "Delete settings block",
|
|
10
|
+
"Delete tab item?": "Delete tab item?",
|
|
11
|
+
"Display back button": "Display back button",
|
|
12
|
+
"Edit info": "Edit info",
|
|
13
|
+
"Edit menu info": "Edit menu info",
|
|
14
|
+
"Enable Header": "Enable Header",
|
|
15
|
+
"Enable TabBar": "Enable TabBar",
|
|
16
|
+
"Enable Tabs": "Enable Tabs",
|
|
17
|
+
"Icon": "Icoon",
|
|
18
|
+
"Interface Configuration": "Interface Configuration",
|
|
19
|
+
"Menu": "Menu",
|
|
20
|
+
"Menu configuration": "Menu configuration",
|
|
21
|
+
"Menu name": "Menu name",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "Mobile Client-side(Deprecated)",
|
|
23
|
+
"Mobile client access address": "Mobile client access address",
|
|
24
|
+
"Page configuration": "Page configuration",
|
|
25
|
+
"Page template": "Page template",
|
|
26
|
+
"Preview": "Voorbeeld",
|
|
27
|
+
"Settings": "Instellingen",
|
|
28
|
+
"Template mode": "Template mode",
|
|
29
|
+
"The full address is": "The full address is",
|
|
30
|
+
"Title": "Titel",
|
|
31
|
+
"Untitled": "Untitled"
|
|
32
32
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add menu item": "Add menu item",
|
|
3
|
+
"Add tab": "Add tab",
|
|
4
|
+
"App Configuration": "App Configuration",
|
|
5
|
+
"App level Configuration": "App level Configuration",
|
|
6
|
+
"Delete menu": "Delete menu",
|
|
7
|
+
"Delete menu block": "Delete menu block",
|
|
8
|
+
"Delete menu item?": "Delete menu item?",
|
|
9
|
+
"Delete settings block": "Delete settings block",
|
|
10
|
+
"Delete tab item?": "Delete tab item?",
|
|
11
|
+
"Display back button": "Display back button",
|
|
12
|
+
"Edit info": "Edit info",
|
|
13
|
+
"Edit menu info": "Edit menu info",
|
|
14
|
+
"Enable Header": "Enable Header",
|
|
15
|
+
"Enable TabBar": "Enable TabBar",
|
|
16
|
+
"Enable Tabs": "Enable Tabs",
|
|
17
|
+
"Icon": "Icon",
|
|
18
|
+
"Interface Configuration": "Interface Configuration",
|
|
19
|
+
"Menu": "Menu",
|
|
20
|
+
"Menu configuration": "Menu configuration",
|
|
21
|
+
"Menu name": "Menu name",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "Mobile Client-side(Deprecated)",
|
|
23
|
+
"Mobile client access address": "Mobile client access address",
|
|
24
|
+
"Page configuration": "Page configuration",
|
|
25
|
+
"Page template": "Page template",
|
|
26
|
+
"Preview": "Preview",
|
|
27
|
+
"Settings": "Settings",
|
|
28
|
+
"Template mode": "Template mode",
|
|
29
|
+
"The full address is": "The full address is",
|
|
30
|
+
"Title": "Title",
|
|
31
|
+
"Untitled": "Untitled"
|
|
32
|
+
}
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"Add menu item": "Добавить пункт меню",
|
|
3
|
+
"Add tab": "Добавить вкладку",
|
|
4
4
|
"App Configuration": "Конфигурация приложения",
|
|
5
|
-
"
|
|
6
|
-
"Untitled": "Без названия",
|
|
7
|
-
"Edit info": "Редактировать информацию",
|
|
8
|
-
"Title": "Заголовок",
|
|
9
|
-
"Display back button": "Показывать кнопку назад",
|
|
5
|
+
"App level Configuration": "Конфигурация уровня приложения",
|
|
10
6
|
"Delete menu": "Удалить меню",
|
|
7
|
+
"Delete menu block": "Удалить блок меню",
|
|
8
|
+
"Delete menu item?": "Удалить пункт меню?",
|
|
9
|
+
"Delete settings block": "Удалить блок настроек",
|
|
10
|
+
"Delete tab item?": "Удалить элемент вкладки?",
|
|
11
|
+
"Display back button": "Отображать кнопку \"Назад\"",
|
|
12
|
+
"Edit info": "Редактировать информацию",
|
|
11
13
|
"Edit menu info": "Редактировать информацию меню",
|
|
12
|
-
"Menu": "Меню",
|
|
13
|
-
"Menu name": "Название меню",
|
|
14
|
-
"Icon": "Иконка",
|
|
15
|
-
"Delete menu item?": "Удалить элемент меню?",
|
|
16
|
-
"Add menu item": "Добавить элемент меню",
|
|
17
|
-
"Page template": "Шаблон страницы",
|
|
18
|
-
"Template mode": "Режим шаблона",
|
|
19
14
|
"Enable Header": "Включить заголовок",
|
|
15
|
+
"Enable TabBar": "Включить панель вкладок",
|
|
20
16
|
"Enable Tabs": "Включить вкладки",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
17
|
+
"Icon": "Иконка",
|
|
18
|
+
"Interface Configuration": "Конфигурация интерфейса",
|
|
19
|
+
"Menu": "Меню",
|
|
24
20
|
"Menu configuration": "Конфигурация меню",
|
|
21
|
+
"Menu name": "Название меню",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "Мобильный клиент (Устарело)",
|
|
23
|
+
"Mobile client access address": "Адрес доступа мобильного клиента",
|
|
25
24
|
"Page configuration": "Конфигурация страницы",
|
|
25
|
+
"Page template": "Шаблон страницы",
|
|
26
|
+
"Preview": "Предпросмотр",
|
|
26
27
|
"Settings": "Настройки",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
}
|
|
28
|
+
"Template mode": "Режим шаблона",
|
|
29
|
+
"The full address is": "Полный адрес",
|
|
30
|
+
"Title": "Заголовок",
|
|
31
|
+
"Untitled": "Без названия"
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add menu item": "Add menu item",
|
|
3
|
+
"Add tab": "Add tab",
|
|
4
|
+
"App Configuration": "App Configuration",
|
|
5
|
+
"App level Configuration": "App level Configuration",
|
|
6
|
+
"Delete menu": "Delete menu",
|
|
7
|
+
"Delete menu block": "Delete menu block",
|
|
8
|
+
"Delete menu item?": "Delete menu item?",
|
|
9
|
+
"Delete settings block": "Delete settings block",
|
|
10
|
+
"Delete tab item?": "Delete tab item?",
|
|
11
|
+
"Display back button": "Display back button",
|
|
12
|
+
"Edit info": "Edit info",
|
|
13
|
+
"Edit menu info": "Edit menu info",
|
|
14
|
+
"Enable Header": "Enable Header",
|
|
15
|
+
"Enable TabBar": "Enable TabBar",
|
|
16
|
+
"Enable Tabs": "Enable Tabs",
|
|
17
|
+
"Icon": "Icon",
|
|
18
|
+
"Interface Configuration": "Interface Configuration",
|
|
19
|
+
"Menu": "Menu",
|
|
20
|
+
"Menu configuration": "Menu configuration",
|
|
21
|
+
"Menu name": "Menu name",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "Mobile Client-side(Deprecated)",
|
|
23
|
+
"Mobile client access address": "Mobile client access address",
|
|
24
|
+
"Page configuration": "Page configuration",
|
|
25
|
+
"Page template": "Page template",
|
|
26
|
+
"Preview": "Preview",
|
|
27
|
+
"Settings": "Settings",
|
|
28
|
+
"Template mode": "Template mode",
|
|
29
|
+
"The full address is": "The full address is",
|
|
30
|
+
"Title": "Title",
|
|
31
|
+
"Untitled": "Untitled"
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add menu item": "Add menu item",
|
|
3
|
+
"Add tab": "Add tab",
|
|
4
|
+
"App Configuration": "App Configuration",
|
|
5
|
+
"App level Configuration": "App level Configuration",
|
|
6
|
+
"Delete menu": "Delete menu",
|
|
7
|
+
"Delete menu block": "Delete menu block",
|
|
8
|
+
"Delete menu item?": "Delete menu item?",
|
|
9
|
+
"Delete settings block": "Delete settings block",
|
|
10
|
+
"Delete tab item?": "Delete tab item?",
|
|
11
|
+
"Display back button": "Display back button",
|
|
12
|
+
"Edit info": "Edit info",
|
|
13
|
+
"Edit menu info": "Edit menu info",
|
|
14
|
+
"Enable Header": "Enable Header",
|
|
15
|
+
"Enable TabBar": "Enable TabBar",
|
|
16
|
+
"Enable Tabs": "Enable Tabs",
|
|
17
|
+
"Icon": "Icon",
|
|
18
|
+
"Interface Configuration": "Interface Configuration",
|
|
19
|
+
"Menu": "Menu",
|
|
20
|
+
"Menu configuration": "Menu configuration",
|
|
21
|
+
"Menu name": "Menu name",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "Mobile Client-side(Deprecated)",
|
|
23
|
+
"Mobile client access address": "Mobile client access address",
|
|
24
|
+
"Page configuration": "Page configuration",
|
|
25
|
+
"Page template": "Page template",
|
|
26
|
+
"Preview": "Preview",
|
|
27
|
+
"Settings": "Settings",
|
|
28
|
+
"Template mode": "Template mode",
|
|
29
|
+
"The full address is": "The full address is",
|
|
30
|
+
"Title": "Title",
|
|
31
|
+
"Untitled": "Untitled"
|
|
32
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"Add menu item": "添加菜单项",
|
|
3
|
+
"Add tab": "添加标签页",
|
|
4
4
|
"App Configuration": "App配置",
|
|
5
|
-
"
|
|
6
|
-
"Untitled": "未设置标题",
|
|
7
|
-
"Edit info": "编辑信息",
|
|
8
|
-
"Title": "标题",
|
|
9
|
-
"Display back button": "展示退后按钮",
|
|
5
|
+
"App level Configuration": "应用级别配置",
|
|
10
6
|
"Delete menu": "删除菜单",
|
|
11
|
-
"
|
|
12
|
-
"Menu": "菜单",
|
|
13
|
-
"Menu name": "菜单名",
|
|
14
|
-
"Icon": "图标",
|
|
7
|
+
"Delete menu block": "删除菜单区块",
|
|
15
8
|
"Delete menu item?": "删除菜单项",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
9
|
+
"Delete settings block": "删除设置区块",
|
|
10
|
+
"Delete tab item?": "是否删除标签项?",
|
|
11
|
+
"Display back button": "展示退后按钮",
|
|
12
|
+
"Edit info": "编辑信息",
|
|
13
|
+
"Edit menu info": "编辑菜单信息",
|
|
19
14
|
"Enable Header": "启用头部栏",
|
|
15
|
+
"Enable TabBar": "启用底部标签栏",
|
|
20
16
|
"Enable Tabs": "启用标签栏",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
17
|
+
"Icon": "图标",
|
|
18
|
+
"Interface Configuration": "界面配置",
|
|
19
|
+
"Menu": "菜单",
|
|
24
20
|
"Menu configuration": "菜单配置",
|
|
21
|
+
"Menu name": "菜单名",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "移动端(已废弃)",
|
|
23
|
+
"Mobile client access address": "移动端访问地址",
|
|
25
24
|
"Page configuration": "页面配置",
|
|
25
|
+
"Page template": "页面模板",
|
|
26
|
+
"Preview": "预览",
|
|
26
27
|
"Settings": "设置",
|
|
27
|
-
"
|
|
28
|
-
"Delete menu block": "删除菜单区块",
|
|
29
|
-
"Mobile client access address": "移动端访问地址",
|
|
28
|
+
"Template mode": "模板模式",
|
|
30
29
|
"The full address is": "完整的地址是",
|
|
31
|
-
"
|
|
32
|
-
|
|
30
|
+
"Title": "标题",
|
|
31
|
+
"Untitled": "未设置标题"
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add menu item": "Add menu item",
|
|
3
|
+
"Add tab": "Add tab",
|
|
4
|
+
"App Configuration": "App Configuration",
|
|
5
|
+
"App level Configuration": "App level Configuration",
|
|
6
|
+
"Delete menu": "Delete menu",
|
|
7
|
+
"Delete menu block": "Delete menu block",
|
|
8
|
+
"Delete menu item?": "Delete menu item?",
|
|
9
|
+
"Delete settings block": "Delete settings block",
|
|
10
|
+
"Delete tab item?": "Delete tab item?",
|
|
11
|
+
"Display back button": "Display back button",
|
|
12
|
+
"Edit info": "Edit info",
|
|
13
|
+
"Edit menu info": "Edit menu info",
|
|
14
|
+
"Enable Header": "Enable Header",
|
|
15
|
+
"Enable TabBar": "Enable TabBar",
|
|
16
|
+
"Enable Tabs": "Enable Tabs",
|
|
17
|
+
"Icon": "Icon",
|
|
18
|
+
"Interface Configuration": "Interface Configuration",
|
|
19
|
+
"Menu": "Menu",
|
|
20
|
+
"Menu configuration": "Menu configuration",
|
|
21
|
+
"Menu name": "Menu name",
|
|
22
|
+
"Mobile Client-side(Deprecated)": "Mobile Client-side(Deprecated)",
|
|
23
|
+
"Mobile client access address": "Mobile client access address",
|
|
24
|
+
"Page configuration": "Page configuration",
|
|
25
|
+
"Page template": "Page template",
|
|
26
|
+
"Preview": "Preview",
|
|
27
|
+
"Settings": "Settings",
|
|
28
|
+
"Template mode": "Template mode",
|
|
29
|
+
"The full address is": "The full address is",
|
|
30
|
+
"Title": "Title",
|
|
31
|
+
"Untitled": "Untitled"
|
|
32
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-mobile-client",
|
|
3
|
-
"version": "1.9.0-beta.
|
|
3
|
+
"version": "1.9.0-beta.18",
|
|
4
4
|
"main": "./dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/mobile-client",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile-client",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"@nocobase/test": "1.x",
|
|
36
36
|
"@nocobase/utils": "1.x"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "1c211ab8c30d9442c38d07e2ebef2c2935e0fbac"
|
|
39
39
|
}
|