@maiyunnet/kebab 9.16.2 → 9.17.1

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.
@@ -4,5 +4,22 @@
4
4
  "test": "これ ? 試験 ?。",
5
5
  "test2": {
6
6
  "test3": "試験4"
7
+ },
8
+ "validation": {
9
+ "strict_object": "送信内容の形式が正しくないか、未対応のフィールドが含まれています。",
10
+ "_xsrf": {
11
+ "xsrf": "無効なリクエスト、または権限がありません。"
12
+ },
13
+ "title": {
14
+ "strict_object": "タイトルがありません。",
15
+ "string": "タイトルは文字列で指定してください。",
16
+ "non_empty": "タイトルを入力してください。"
17
+ },
18
+ "count": {
19
+ "strict_object": "数量がありません。",
20
+ "string": "数量は文字列で指定してください。",
21
+ "to_number": "数量は数値で指定してください。",
22
+ "integer": "数量は整数で指定してください。"
23
+ }
7
24
  }
8
- }
25
+ }
@@ -4,5 +4,22 @@
4
4
  "test": "这个 ? 测试 ?。",
5
5
  "test2": {
6
6
  "test3": "测试4"
7
+ },
8
+ "validation": {
9
+ "strict_object": "提交内容格式不正确或包含不支持的字段。",
10
+ "_xsrf": {
11
+ "xsrf": "请求无效或无权限。"
12
+ },
13
+ "title": {
14
+ "strict_object": "缺少标题。",
15
+ "string": "标题必须是字符串。",
16
+ "non_empty": "请输入标题。"
17
+ },
18
+ "count": {
19
+ "strict_object": "缺少数量。",
20
+ "string": "数量必须是字符串。",
21
+ "to_number": "数量必须是数字。",
22
+ "integer": "数量必须是整数。"
23
+ }
7
24
  }
8
- }
25
+ }
@@ -4,5 +4,22 @@
4
4
  "test": "這個 ? 測試 ?.",
5
5
  "test2": {
6
6
  "test3": "測試4"
7
+ },
8
+ "validation": {
9
+ "strict_object": "提交內容格式不正確或包含不支援的欄位。",
10
+ "_xsrf": {
11
+ "xsrf": "請求無效或沒有權限。"
12
+ },
13
+ "title": {
14
+ "strict_object": "缺少標題。",
15
+ "string": "標題必須是字串。",
16
+ "non_empty": "請輸入標題。"
17
+ },
18
+ "count": {
19
+ "strict_object": "缺少數量。",
20
+ "string": "數量必須是字串。",
21
+ "to_number": "數量必須是數字。",
22
+ "integer": "數量必須是整數。"
23
+ }
7
24
  }
8
- }
25
+ }