forked from nocobase/locales
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathja-JP.json
More file actions
4469 lines (4469 loc) · 287 KB
/
ja-JP.json
File metadata and controls
4469 lines (4469 loc) · 287 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"@nocobase/client": {
"(Fields only)": "(フィールドのみ)",
"12 hour": "12 時間制",
"24 hour": "24 時間制",
"<": "<",
"=": "=",
">": ">",
"ACL": "アクセス制御",
"ASC": "昇順",
"Access": "アクセス",
"Access control": "アクセス制御",
"Accessible": "アクセスを許可する",
"Accuracy": "精度",
"Action": "アクション",
"Action after successful submission": "送信成功後のアクション",
"Action column": "操作カラム",
"Action display name": "操作名",
"Action logs": "操作履歴",
"Action name": "操作名",
"Action on existing records": "既存のレコードに対する操作",
"Action on new records": "新しいレコードに対する操作",
"Action permission": "操作権限",
"Action permissions": "コレクションの操作権限",
"Action scope": "操作可能なレコード範囲",
"Action type": "操作タイプ",
"Actions": "操作",
"Add": "追加",
"Add & Update": "追加・更新",
"Add Markdown": "Markdownを追加",
"Add attach": "添付を追加",
"Add block": "ブロックを追加",
"Add card": "カードを追加",
"Add category": "分類の追加",
"Add child": "サブレコードの追加",
"Add child route": "子ルートを追加",
"Add condition": "条件の追加",
"Add condition group": "条件グループの追加",
"Add exportable field": "エクスポート可能なフィールドを追加",
"Add field": "フィールドの追加",
"Add filter": "フィルターを追加",
"Add filter group": "フィルターグループを追加",
"Add group": "グループを追加",
"Add link": "リンクを追加",
"Add linkage rule": "連動規則の追加",
"Add menu item": "メニュー項目を追加",
"Add new": "追加",
"Add new mode": "追加モード",
"Add option": "オプションを追加",
"Add page": "ページを追加",
"Add parameter": "パラメーターを追加",
"Add plugin": "プラグインを追加",
"Add property": "属性の追加",
"Add record": "レコードを追加",
"Add role": "役割の追加",
"Add sort field": "ソートフィールドを追加",
"Add tab": "タブを追加",
"Add template": "テンプレートを追加",
"Add text": "テキストを追加",
"Add type": "タイプを追加",
"Add validation rule": "バリデーションルールを追加",
"Add {{type}} after \"{{title}}\"": "\"{{title}}\"の後に{{type}}を挿入",
"Add {{type}} before \"{{title}}\"": "\"{{title}}\"の前に{{type}}を挿入",
"Add {{type}} in \"{{title}}\"": "\"{{title}}\" に {{type}} を挿入",
"Advanced type": "アドバンスタイプ",
"After": "後",
"After change": "変更後",
"After clicking the custom button, the following field values will be assigned according to the following form.": "現在のカスタムボタンをクリックすると、次のフォームに従って次のフィールド値が割り当てられます。",
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "カスタムボタンをクリックすると、現在のレコードの次のフィールドが次の形式に従って保存されます。",
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "非表示にすると、このメニューはメニューバーに表示されなくなります。再表示するには、ルート管理ページで設定する必要があります。",
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "非表示にすると、このタブはタブバーに表示されなくなります。再表示するには、ルート管理ページで設定する必要があります。",
"After successful bulk update": "一括更新が成功した後",
"After successful request": "リクエストが成功した後",
"After successful save": "保存に成功した後",
"After successful submission": "送信が成功した後",
"After successful update": "更新成功後",
"Agenda": "アジェンダ",
"All": "すべて",
"All collections": "すべてのデータテーブル",
"All collections use general action permissions by default; permission configured individually will override the default one.": "すべてのコレクションは、デフォルトで一般操作権限を使用します。 各コレクションに対して個別に権限を設定することができます。",
"All events": "すべてのイベント",
"All plugin settings": "すべてのプラグイン設定",
"All records": "すべてのレコード",
"Allow": "許可する",
"Allow access": "許可されたアクセス",
"Allow action": "許可された操作",
"Allow add new": "新規作成を許可",
"Allow add new data": "データの追加を許可",
"Allow add new, update and delete actions": "削除変更操作の許可",
"Allow adding records to the current collection": "現在のデータ・フォームへのレコードの追加を許可する",
"Allow disassociation": "関連解除を許可",
"Allow dissociate": "関連解除を許可",
"Allow linking to multiple records": "複数のレコードの関連付けを許可する",
"Allow multiple": "複数選択を許可する",
"Allow multiple selection": "複数選択を許可",
"Allow selection of existing records": "既存のデータの選択を許可",
"Allow sign up": "サインアップを許可",
"Allow to configure plugins": "管理構成センターの許可",
"Allow to desgin pages": "インタフェース構成の許可",
"Allow to manage plugins": "管理プラグインの許可",
"Allow uploading multiple files": "複数のファイルのアップロードを許可する",
"Allows configuration of the whole system, including UI, collections, permissions, etc.": "UI設定、コレクション設定、権限設定、システム設定等、システム全体の設定を許可する",
"Allows to clear cache, reboot application": "キャッシュのクリアとアプリケーションの再起動が可能",
"Allows to configure interface": "インターフェースの設定を許可",
"Allows to configure plugins": "プラグインの設定を許可",
"Allows to install, activate, disable plugins": "プラグインのインストール、アクティブ化、無効化を許可",
"Alphabet": "アルファベット",
"Any succeeded or failed": "いずれかが成功もしくは失敗",
"App error": "アプリエラー",
"Application reloading": "アプリケーションを再読み込み中",
"Are you sure to delete this plugin": "本当にこのプラグインを無効にしますか?",
"Are you sure to delete this plugin?": "このプラグインを削除してもよろしいですか?",
"Are you sure to disable this plugin?": "このプラグインを無効にしてもよろしいですか?",
"Are you sure you don't want to save?": "変更を保存しなくてもよいですか?",
"Are you sure you want to delete it?": "本当に削除しますか?",
"Are you sure you want to disassociate it?": "本当に関連付けを解除しますか?",
"Are you sure you want to hide these routes in menu?": "これらのルートをメニューに非表示にしますか?",
"Are you sure you want to hide this menu?": "このメニューを非表示にしますか?",
"Are you sure you want to hide this tab?": "このタブを非表示にしますか?",
"Are you sure you want to perform the Custom request action": "カスタムリクエストアクションを実行してもよろしいですか?",
"Are you sure you want to perform the Refresh action?": "リフレッシュアクションを実行してもよろしいですか?",
"Are you sure you want to perform the Submit action?": "送信アクションを実行してもよろしいですか?",
"Are you sure you want to perform the Trigger workflow action?": "ワークフロートリガーを実行してもよろしいですか?",
"Are you sure you want to perform the Update record action?": "レコード更新アクションを実行してもよろしいですか?",
"Are you sure you want to perform the {{title}} action?": "{{title}}操作を実行してもよろしいですか?",
"Are you sure you want to show these routes in menu?": "これらのルートをメニューに表示しますか?",
"Area": "地区/群",
"Area chart": "積み上げ面グラフ",
"Assign data scope for the template": "テンプレートのデータ範囲の指定",
"Assign data scope for the template": "テンプレートのデータ範囲を指定",
"Assign field values": "フィールド割当",
"Associate": "関連付け",
"Associated records": "関連付けられたレコード",
"Association fields": "関連フィールド",
"Association fields filter": "関連フィールドフィルター",
"Audit logs": "監査ログ",
"Authentication": "認証",
"Author": "著者",
"Auto": "自動",
"Auto increment": "自動インクリメント",
"AutoGenId": "IDフィールドの自動生成",
"Automatic close": "自動で閉じる",
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "テーブルに依存するオブジェクト、およびそれらに依存するオブジェクトを自動的に削除する",
"Automatically generate default values": "自動でデフォルト値を生成",
"Automatically update timestamp on update": "更新時にタイムスタンプを自動更新",
"Automatically update timestamp to the current server time on update": "更新時にサーバー時間を自動設定",
"Background Color": "背景色",
"Bar chart": "横棒グラフ",
"Basic": "基本タイプ",
"Before": "前",
"Before change": "変更前",
"Blank block": "空のブロック",
"Block": "ブロック",
"Block template": "ブロックテンプレート",
"Block templates": "ブロックテンプレート",
"Block title": "ブロックタイトル",
"Block type": "ブロックタイプ",
"Blocks": "ブロック",
"Blue": "ブルー",
"Bookmark": "ブックマーク",
"Boolean": "ブール値",
"Built-in": "内蔵",
"Bulk edit": "一括編集",
"Bulk enable": "一括有効化",
"Bulk update": "一括更新",
"Button background color": "ボタンの背景色",
"Button icon": "ボタンアイコン",
"Button title": "ボタンタイトル",
"Calculation engine": "計算エンジン",
"Calendar": "カレンダー",
"Calendar collection": "カレンダデータテーブル",
"Cancel": "取消",
"Cascade Select": "カスケード選択",
"Categories": "データテーブルカテゴリ",
"Category name": "分類名",
"Center": "中央揃え",
"Change password": "パスワード変更",
"Changed to": "に変更",
"Changelog": "変更履歴",
"Chart blocks": "チャートブロック",
"Chart config": "チャート設定",
"Chart title": "チャートタイトル",
"Chart type": "チャートタイプ",
"Checkbox": "チェックボックス",
"Checkbox group": "チェックボックスグループ",
"Children": "子",
"China region": "中国地域",
"Choices": "選択",
"Choices fields": "チョイスフィールド",
"City": "市",
"Clear": "クリア",
"Clear cache": "キャッシュをクリア",
"Clear default value": "デフォルト値をクリア",
"Click or drag file to this area to upload": "クリックまたはドラッグしてファイルをアップロード",
"Close": "閉じる",
"Collapse": "折りたたみ",
"Collapse all": "すべて閉じる",
"Collection": "コレクション",
"Collection category": "コレクションカテゴリ",
"Collection display name": "コレクション名",
"Collection fields": "コレクションフィールド",
"Collection manager": "コレクション管理",
"Collection name": "コレクション識別子",
"Collection selector": "コレクションセレクタ",
"Collection template": "データテーブルテンプレート",
"Collections": "コレクション",
"Collections & Fields": "コレクションとフィールド",
"Color": "カラー",
"Column": "カラム",
"Column chart": "縦棒グラフ",
"Column title": "カラムタイトル",
"Column width": "列幅",
"Coming soon...": "近日公開予定です...",
"Compact theme": "コンパクトテーマ",
"Comparision": "比較",
"Compressed file url": "圧縮ファイルのURL",
"Condition": "条件#ジョウケン#",
"Configure": "設定",
"Configure actions": "操作の設定",
"Configure calendar": "カレンダーの設定",
"Configure columns": "カラムの設定",
"Configure field": "フィールドを設定",
"Configure fields": "フィールドの設定",
"Configure fields of {{title}}": "{{title}}のフィールド設定",
"Configure permission": "権限設定",
"Configure permissions": "権限の設定",
"Confirm": "確認",
"Confirm password": "パスワードを確認",
"Connect data blocks": "データブロックを連結",
"Connect to database view": "ビューに接続",
"Constant": "定数",
"Constant value": "定数値",
"Contain": "コンテイン",
"Content": "コンテンツ",
"Continue after any branch succeeded, or exit after any branch failed": "いずれかの分岐で成功し続行するか、分岐が失敗した後終了します",
"Convert reference to duplicate": "参照を複製に変換",
"Copy into the form and continue to fill in": "フォームにコピーして入力を続ける",
"Cover": "カバー",
"Create": "新規のみ",
"Create an account": "アカウント登録",
"Create calendar block": "カレンダーブロックの作成",
"Create collection": "コレクションの作成",
"Create form": "フォームを作成",
"Create gantt block": "ガントチャートブロックの作成",
"Create inverse field in the target collection": "ターゲットコレクションに逆フィールドを作成",
"Create kanban block": "かんばんブロックの作成",
"Create template": "テンプレートを作成",
"Created at": "作成日",
"Created by": "作成者",
"CreatedAt": "レコード作成時間",
"CreatedBy": "レコード作成者",
"Current collection": "現在のコレクション",
"Current form": "現在のフォーム",
"Current object": "現在のオブジェクト",
"Current popup record": "現在のポップアップレコード",
"Current record": "現在のレコード",
"Current record blocks": "現在のレコードブロック",
"Current role": "現在の役割",
"Current time": "現在の時刻",
"Current user": "現在のユーザー",
"Custom": "カスタム",
"Custom Title": "カスタムタイトル",
"Custom column name": "カスタムカラム名",
"Custom column title": "カスタムカラムタイトル",
"Custom field display name": "カスタムフィールド名",
"Custom name": "カスタム名",
"Custom request": "カスタムリクエスト",
"Custom title": "カスタムタイトル",
"Customize": "カスタマイズ",
"Cyan": "シアン",
"DESC": "降順",
"Daily": "毎日",
"Danger red": "赤",
"Dashed": "破線",
"Data Model": "データモデル",
"Data blocks": "データブロック",
"Data changes": "データ変更",
"Data fields": "データフィールド",
"Data loading mode": "データ読み込みモード",
"Data model": "データモデル",
"Data model tools": "データモデルツール",
"Data scope": "レコードスコープ",
"Data source": "データソース",
"Data source permissions": "データソースの権限",
"Data sources": "データソース",
"Data template": "データテンプレート",
"Data will be updated": "データが更新されます",
"DataSource": "データソース",
"Date": "日付",
"Date & Time": "日付と時間",
"Date display format": "日付表示形式",
"Date format": "日付の書式",
"Date range limit": "日付範囲制限",
"Date variables": "日付変数",
"DateOnly": "日付のみ",
"Datetime": "日付",
"Datetime (with time zone)": "日時(タイムゾーン含む)",
"Datetime (without time zone)": "日時(タイムゾーンなし)",
"Day": "日",
"Day/Month/Year": "日/月/年",
"Default": "デフォルト",
"Default collapse": "デフォルト閉じる",
"Default is the ID field": "デフォルトはIDフィールド",
"Default role": "デフォルトの役割",
"Default theme": "デフォルトテーマ",
"Default title for each record": "各レコードのデフォルトタイトル",
"Default value": "デフォルト値",
"Default value to current server time": "デフォルト値をサーバー時間に設定",
"Default value to current time": "デフォルト値を現在時刻に設定",
"Delay": "遅延実行",
"Delete": "削除",
"Delete Event": "イベントを削除",
"Delete action": "操作を削除",
"Delete block": "ブロックを削除",
"Delete category": "分類の削除",
"Delete collection": "データテーブルの削除",
"Delete events": "イベントを削除",
"Delete field": "フィールドを削除",
"Delete menu item": "メニュー項目を削除",
"Delete record": "レコード削除",
"Delete role": "役割を削除",
"Delete route": "ルートを削除",
"Delete routes": "ルートを削除",
"Delete table column": "テーブルのカラムを削除",
"Delete this event?": "このイベントを削除しますか?",
"Department name": "部門名",
"Departments": "部門",
"Dependencies check": "依存関係のチェック",
"Dependencies check failed": "依存関係のチェックに失敗しました",
"Dependencies check failed, can't enable.": "依存関係のチェックに失敗しました。有効にできません。",
"Dependencies compatibility check": "依存関係の互換性チェック",
"Description": "説明",
"Desktop device": "デスクトップデバイス",
"Desktop routes": "デスクトップルート",
"Details": "詳細",
"Determine whether a record exists by the following fields": "次のフィールドでレコードが存在するかどうかを判断",
"Dialog": "ダイアログ",
"Direct duplicate": "直接複製",
"Disable": "無効化",
"Disable tabs": "タブを無効にする",
"Disabled": "無効化",
"Disassociate": "関連付けを解除",
"Disassociate record": "レコードの関連付けを解除",
"Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "各ページ<1><0>10</0><1>20</1><2>50</2><3>100</3></1> 件表示",
"Display <icon></icon> when unchecked": "未チェック時に <icon></icon> を表示",
"Display association fields": "関連付けられたコレクションのフィールドを表示",
"Display data template selector": "データテンプレートセレクターを表示",
"Display field title": "フィールドタイトルを表示",
"Display fields": "表示フィールド",
"Display name": "表示名",
"Display order number": "シリアルナンバーを表示",
"Display page title": "ページタイトルを表示",
"Display title": "タイトルを表示",
"DisplayName": "表示名",
"Divide by": "割る",
"Divider line color": "区切り線の色",
"Do not concatenate search params in the URL": "URLに検索パラメーターを連結しない",
"Do not load data when filter is empty": "フィルターが空の場合、データを読み込まない",
"Docs": "ドキュメント",
"Done": "完了",
"Double click to choose entire object": "ダブルクリックして全体オブジェクトを選択",
"Download": "ダウンロード",
"Download logs": "ログをダウンロード",
"Drag and drop sorting field": "ドラッグ&ドロップソートフィールド",
"Drag and drop the file here or click to upload, file size should not exceed 30M": "ファイルをここにドラッグ&ドロップするか、クリックしてアップロードしてください。ファイルサイズは10Mを超えてはいけません",
"Dragging": "ドラッグ",
"Drawer": "ドロワー",
"Dropdown": "ドロップダウン",
"Duplicate": "レプリケーション",
"Duplicate and continue": "コピーして続行",
"Duplicate mode": "コピーモード",
"Duplicate template": "テンプレートをコピー",
"Duplicating": "コピー中",
"Duration": "間隔",
"Dynamic value": "動的値",
"Easy reading": "読み取り専用(読取りモード)",
"Easy-reading": "読取り専用(読取りモード)",
"Edit": "編集",
"Edit block title": "ブロックタイトルを編集",
"Edit block title & description": "ブロックタイトルと説明の編集",
"Edit button": "ボタンを編集",
"Edit category": "分類の編集",
"Edit chart": "チャートを編集",
"Edit collection": "コレクションの編集",
"Edit description": "説明を編集",
"Edit field": "フィールドの編集",
"Edit field title": "フィールドタイトルを編集",
"Edit form": "フォームを編集",
"Edit group title": "グループタイトルの編集",
"Edit link": "リンクを編集",
"Edit markdown": "マークダウンを編集",
"Edit menu item": "メニュー項目を編集",
"Edit page title": "ページタイトルを編集",
"Edit profile": "プロフィール",
"Edit record": "レコードを編集",
"Edit role": "ロールを編集",
"Edit tab": "タブを編集",
"Edit tooltip": "ツールチップを編集",
"Editable": "編集可能",
"Ellipsis": "省略表示",
"Ellipsis overflow content": "省略記号で内容を省略",
"Email": "メール",
"Empty": "くうきち",
"Enable": "有効化",
"Enable SMS authentication": "SMS認証を有効にする",
"Enable actions": "有効な操作",
"Enable child collections": "启用子表",
"Enable drag and drop sorting": "ドラッグアンドドロップによる並び替えを有効にする",
"Enable form data template": "フォームデータテンプレートを有効にする",
"Enable link": "リンクを有効にする",
"Enable page header": "ページヘッダーを有効にする",
"Enable page tabs": "ページタブを有効にする",
"Enable secondary confirmation": "二重確認を有効化",
"Enabled": "有効化",
"Enabled languages": "利用可能な言語",
"End Status": "終了状態",
"End date field": "終了日フィールド",
"Error message": "エラーメッセージ",
"Event": "イベント",
"Execute": "実行",
"Exists": "存在する",
"Expand All": "すべて展開",
"Expand all": "すべて展開",
"Expand/Collapse": "展開と終了",
"Export": "エクスポート",
"Exportable fields": "エクスポート可能なフィールド",
"Expression": "表达式",
"Expression collection": "式コレクション",
"Fail and exit": "失敗し終了",
"Failed to load plugin": "プラグインの読み込みに失敗しました",
"False": "偽",
"Feedback": "フィードバック",
"Field": "フィールド",
"Field component": "フィールドコンポーネント",
"Field display name": "フィールド表示名",
"Field interface": "フィールドタイプ",
"Field mode": "フィールドコンポーネント",
"Field name": "フィールド識別子",
"Field permission": "フィールド権限",
"Field source": "ソースフィールド",
"Field title": "フィールドタイトル",
"Field type": "フィールドタイプ",
"Field value changes": "変更履歴",
"Field value do not meet the requirements": "フィールド値が要件を満たしていません",
"Field value size is": "フィールド値のサイズは",
"Field values must be unique.": "フィールド値は一意でなければなりません",
"Fields": "フィールド",
"Fields can only be used correctly if they are defined with an interface.": "インターフェースが定義されたフィールドのみ正常に動作します",
"Fields values": "フィールドの値",
"File manager": "ファイルマネージャー",
"File size exceeds the limit": "ファイルサイズが制限を超えています",
"File size should not exceed {{size}}.": "ファイルサイズは{{size}}を超えてはいけません。",
"File type is not allowed": "ファイルタイプが許可されていません",
"File type is not supported for previewing, please download it to preview.": "このファイル形式はプレビューに対応しておりません。ダウンロードしてご確認ください。",
"Fill": "フィル",
"Filled": "塗りつぶしスタイル",
"Filter": "フィルター",
"Filter blocks": "フィルターブロック",
"Filter data based on the specific field, with the requirement that the field value must be unique.": "特定フィールドに基づいてデータをフィルタリングしますが、そのフィールド値は一意である必要があります。",
"Filter out a single piece or a group of records as a template": "単一または複数のレコードをテンプレートとしてフィルタリング",
"Filter target key": "フィルター対象キー",
"Filterable fields": "フィルタリング可能なフィールド",
"Find by the following fields": "次のフィールドで検索",
"First or create": "存在しない場合に追加",
"Fix block": "ブロックを固定",
"Fixed": "固定",
"Flexible popup": "フレキシブルポップアップ",
"Foreign key": "外部キー",
"Foreign key 1": "外部キー1",
"Foreign key 2": "外部キー2",
"Form": "フォーム",
"Form (Add new)": "フォーム (新規追加)",
"Form (Edit)": "フォーム (編集)",
"Form data templates": "フォームデータテンプレート",
"Form values": "フォームの値",
"Format": "フォーマット",
"Formula": "式",
"Formula description": "各レコードの値を、同じレコード内の他のフィールドを基に計算します。",
"Formula error.": "式の検証エラーです。",
"Formula mode": "数式モード",
"Formula.js supports most Microsoft Excel formula functions.": "Formula.jsはMicrosoft Excelの大半の関数をサポートしています。",
"Full height": "全画面表示",
"Function": "機能",
"Gantt": "ガント図",
"Geek blue": "ギークブルー",
"General": "一般設定",
"General action permissions": "一般操作権限",
"General collection": "一般データテーブル",
"General fields": "一般フィールド",
"General permissions": "一般設定",
"Generated automatically if left blank": "空欄のままにすると自動的に生成されます",
"Generic properties": "汎用プロパティ",
"Global action permissions": "グローバル操作権限",
"Global permissions": "グローバル設定",
"Gold": "ゴールド",
"Green": "グリーン",
"Grid Card": "グリッドカード",
"Group": "グループ",
"Grouped sorting": "グループ分けソート",
"Grouping field": "グループフィールド",
"Half of day": "半日",
"Handbook": "ユーザーマニュアル",
"Hidden": "非表示",
"Hidden(reserved value)": "非表示(値の保持)",
"Hide": "隠す",
"Hide column": "列を非表示",
"Hide in menu": "メニューに非表示",
"Highlight": "ハイライト",
"Home page": "ホームページ",
"Homepage": "ホームページ",
"Horizontal": "水平方向",
"Hour": "時間",
"ID": "ID",
"Icon": "アイコン",
"Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": "プログラム使用のための識別子。文字、数字、...",
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "コレクションにプライマリキーがない場合、行レコードを特定するためのユニークキーを設定する必要があります。設定しないと、コレクションのデータブロックが作成できません。",
"If collection inherits, choose inherited collections as templates": "コレクションが継承されている場合、継承されたコレクションをテンプレートとして選択してください",
"If selected, the page will display Tab pages.": "選択されている場合、ページはタブページを表示します。",
"If selected, the route will be displayed in the menu.": "選択されている場合、ルートはメニューに表示されます。",
"If the compatibility check fails, you should change the dependent version to meet the version requirements.": "互換性チェックに失敗した場合は、依存関係のバージョンを変更して、バージョン要件を満たす必要があります。",
"Import": "インポート",
"Importable fields": "インポート可能なフィールド",
"In configuration": "設定中",
"In configuration mode, the entire column becomes transparent. In non-configuration mode, the entire column will be hidden. Even if the entire column is hidden, its configured default values and other settings will still take effect.": "設定モードでは、列全体が透明になります。非設定モードでは、列全体が非表示になります。列全体が非表示になっても、設定されたデフォルト値やその他の設定は依然として有効です。",
"Incomplete uploading files need to be resolved": "未完了のアップロードファイルを処理する必要があります",
"Index": "インデックス",
"Individual": "個別設定",
"Inherited fields": "継承フィールド",
"Inherits": "継承",
"Inner": "内部",
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "+、-、*、/、( ) で算術演算、@でフィールド変数を開くことができます。",
"Insert": "作成",
"Insert above": "上に挿入",
"Insert after": "後ろに挿入",
"Insert before": "前に挿入",
"Insert below": "下に挿入",
"Insert if not exists": "存在しない場合に挿入",
"Insert if not exists, or update": "存在しない場合に挿入、さもなくば更新",
"Insert inner": "中に挿入",
"Insert left": "左に挿入",
"Insert right": "右に挿入",
"Installing": "インストール中",
"Integer": "整数",
"Invalid JSON format": "不正なJSONフォーマット",
"Inverse field display name": "逆フィールド表示名",
"Inverse field name": "逆フィールド名",
"Inverse relationship type": "逆関連付けタイプ",
"Junction collection": "中間コレクション",
"Kanban": "かんばん",
"Label align": "ラベル配置",
"Label field": "ラベルフィールド",
"Label width": "ラベル幅",
"Language": "言語",
"Large": "ラージ",
"Large screen device": "大画面デバイス",
"Last 30 days": "過去 30 日間",
"Last 7 days": "過去 7 日間",
"Last 90 days": "過去 90 日間",
"Last month": "先月",
"Last quarter": "前四半期",
"Last updated": "最終更新",
"Last updated at": "最終更新日",
"Last updated by": "最終更新者",
"Last week": "先週",
"Last year": "去年",
"Layout": "レイアウト",
"Leave it blank, unless you need a custom intermediate table": "カスタム中間テーブルが必要でない限り、デフォルトで空白のままにします",
"Left": "左揃え",
"Left fixed": "左に固定",
"Length": "長さ",
"License": "ライセンス",
"Lime": "ライム",
"Line break": "改行",
"Line chart": "折れ線グラフ",
"Link": "リンク",
"Link to": "リンク",
"Link to description": "コレクションの関連付けを素早く作成するためにしようされ、ほとんどの一般的なシナリオに対応しています。開発者以外の方のしようにも適しています。フィールドとして存在する場合、参照元コレクションのレコードを選択するために使用されるドロップダウンです。一度作成されると、参照先コレクションに現在のコレクションの関連フィールドが同時に生成されます。",
"Linkage rule": "連動規則",
"Linkage rules": "連動規則",
"Linkage with form fields": "フォームデータから連動",
"List": "リスト",
"Load all data when filter is empty": "フィルターが空の場合、すべてのデータを読み込む",
"Local": "ローカル",
"Log in with an existing account": "既存のアカウントでログイン",
"Logging and monitoring": "ログおよび監視",
"Logo": "ロゴ",
"Long text": "長文テキスト",
"Magenta": "マゼンタ",
"Main": "メイン",
"Main department": "主要部門",
"Manage all settings": "すべての設定を管理",
"Manually close": "手動で閉じる",
"Many to many": "多対多",
"Many to many description": "これは多対多の関係を作成するために使用されます。例えば、生徒は複数の教師を持ち、教師は複数の生徒を持つことになります。 フィールドとして存在する場合、参照先コレクションのレコードを選択するために使用されるドロップダウン選択です。",
"Many to one": "多対1",
"Many to one description": "これは多対一の関係を作るために使われます。例えば、都市は1つの国にしか属さず、国は複数の都市を持つことができます。 フィールドとして存在する場合、参照先コレクションのレコードを選択するために使用されるドロップダウンです。 一度作成されると、対象の参照先コレクションに多対一のフィールドが自動的に生成されます。",
"Markdown": "マークダウン",
"Marketplace": "マーケットプレイス",
"Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types.": "Math.jsには多くの組み込み関数と定数があり、異なるデータ型を扱うための統合ソリューションを提供します。",
"Max length": "最大長さ",
"Max length must greater than min length": "最大値は最小値より大きくなくてはなりません",
"MaxDate": "最大日付",
"Maximum": "最大值",
"Maximum must greater than minimum": "最大値は最小値より大きくなければなりません",
"Media": "メディア",
"Meet <1><0>All</0><1>Any</1></1> conditions in the group": "グループ内の<1><0>すべて</0><1>一部</1></1> の条件を満たす",
"Menu": "メニュー",
"Menu item icon": "メニュー項目アイコン",
"Menu item name": "メニュー項目名",
"Menu item title": "メニュー項目名",
"Menu permissions": "メニューアクセス権限",
"Message popup close method": "メッセージポップアップの閉じ方",
"Middle": "ミドル",
"Millisecond": "ミリ秒",
"Min length": "最小長さ",
"Min length must less than max length": "最小値は最大値より小さくなくてはなりません",
"MinDate": "最小日付",
"Minimum": "最小值",
"Minimum must less than maximum": "最小値は最大値より小さくなければなりません",
"Mobile routes": "モバイルルート",
"Modal add": "ポップアップ窓の追加",
"Month": "月",
"Monthly": "毎月",
"More details": "詳細",
"More options": "その他のオプション",
"Move to": "移動",
"Move {{title}} to": "{{title}} を移動",
"Multiple select": "ドロップダウン(複数選択)",
"Multiply by": "掛ける",
"Must be 1-50 characters in length (excluding @.<>\"'/)": "1〜50文字で、@.<>\"'/は使用できません",
"Must select to the last level": "最後のレベルまで選択する必要があります",
"NaN": "なし",
"Name": "名称",
"Navigate": "ページネーション",
"New menu items are allowed to be accessed by default.": "新しいメニュー項目を追加すると、デフォルトでアクセスが許可されます",
"New password": "新しいパスワード",
"New plugin": "新しいプラグイン",
"New routes are allowed to be accessed by default": "新しいルートはデフォルトでアクセス可能",
"Next 30 days": "次の 30 日間",
"Next 7 days": "次の 7 日間",
"Next 90 days": "次の 90 日間",
"Next month": "来月",
"Next quarter": "来四半期",
"Next week": "来週",
"Next year": "来年",
"Nickname": "ニックネーム",
"No": "いいえ",
"No CHANGELOG.md file": "CHANGELOG.mdファイルがありません",
"No README.md file": "README.mdファイルがありません",
"No blocks to connect": "接続するブロックがありません",
"No configuration available.": "設定可能な項目がありません。",
"No data": "データがありません",
"None": "なし",
"Normal": "通常",
"Not enabled": "有効になっていません",
"Not fixed": "固定されていない",
"Not required": "必須ではありません",
"Notification": "通知",
"Now": "現在",
"Npm package": "Npmパッケージ",
"Npm package name": "Npmパッケージ名",
"Null": "ヌル",
"Number": "数値",
"Object Fit": "オブジェクトフィット",
"Off": "無効化",
"Official plugin": "公式プラグイン",
"Old password": "現在のパスワード",
"On": "有効化",
"One to many": "1対多",
"One to many description": "1対多の関係を作成するために使用します。例えば、国には多くの都市があり、都市は1つの国にしか存在できません。フィールドとして存在する場合、それは参照先コレクションのレコードを表示するために使用されるサブテーブルです。作成されると、多対一のフィールドが参照先コレクションに自動的に生成されます。",
"One to one": "1対1",
"One to one (belongs to)": "1対1 (belongs to)",
"One to one (has one)": "1対1 (has one)",
"One to one description": "1対1の関係を作成するために使用します。例えば、1つのユーザーは1つのプロファイルを持つことになります。",
"Only the selected fields will be used as the initialization data for the form": "選択したフィールドのみがフォームの初期化データとして使用されます",
"Open in new window": "新しいウィンドウで開く",
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "<1><0>モーダル</0><1>ドロワー</1><2>ウィンドウ</2></1>で開く",
"Open mode": "オープンモード",
"Operate on existing data": "既存のデータを操作する",
"Operate on new data": "新規データを操作する",
"Operation failed": "操作に失敗しました",
"Operation succeeded": "操作が成功しました",
"Operator": "演算子",
"Option label": "オプション ラベル",
"Option value": "オプション 値",
"Options": "オプション",
"Orange": "オレンジ",
"Original field title: ": "元のフィールドタイトル: ",
"Original name": "元の名称",
"Original title: ": "元のタイトル: ",
"Other": "その他",
"Other blocks": "その他のブロック",
"Other chart": "その他のグラフ",
"Other collections": "他のコレクション",
"Other records": "他のレコード",
"Others": "その他",
"Outlined": "アウトラインスタイル",
"Override": "書き換え",
"Override field": "フィールドの上書き",
"Oversized": "特大",
"Own records": "自身が所有するレコード",
"Owners": "責任者",
"PK & FK fields": "PK & FKフィールド",
"Package name": "パッケージ名",
"PackageName": "パッケージ名",
"Page": "ページ",
"Page number": "ページ番号",
"Page size": "ページサイズ",
"Parent": "親",
"Parent ID": "親ID",
"Parent collection fields": "親コレクションフィールド",
"Parent object": "親オブジェクト",
"Parent popup record": "親ポップアップレコード",
"Parent record": "親レコード",
"Password": "パスワード",
"Password mismatch": "パスワードが一致しません",
"Path": "パス",
"Pattern": "パターン",
"Percent": "パーセント",
"Perform the Custom request": "カスタムリクエストを実行する",
"Perform the Refresh": "リフレッシュを実行する",
"Perform the Submit": "サブミットを実行する",
"Perform the Trigger workflow": "ワークフロートリガーを実行する",
"Perform the Update record": "レコード更新を実行する",
"Perform the {{title}}": "{{title}}を実行",
"Permission deined": "アクセス拒否",
"Permission denied": "権限が拒否されました",
"Permission policy": "権限ポリシー",
"Phone": "電話番号",
"Phone device": "携帯デバイス",
"Picker": "ピッカー",
"Pie chart": "円グラフ",
"Please add or select record": "レコードを追加または選択してください",
"Please configure the URL": "URLを設定してください",
"Please configure the duplicate fields": "コピーするフィールドを設定してください",
"Please confirm the SQL statement first": "SQL 文を確認してください",
"Please fill in the iframe URL": "iframe URLを入力してください",
"Please select the records to be updated": "更新するレコードを選択してください",
"Please select time or variable": "時間または変数を選択してください",
"Please use a valid SELECT or WITH AS statement": "有効な SELECT または WITH AS 文を使用してください",
"Plugin": "プラグイン",
"Plugin Zip File": "プラグインZipファイル",
"Plugin dependencies check failed": "プラグインの依存関係のチェックに失敗しました",
"Plugin dependencies check failed, you should change the dependent version to meet the version requirements.": "プラグインの依存関係チェックに失敗しました。依存バージョンを変更して要件を満たしてください。",
"Plugin dependency version mismatch": "プラグインの依存バージョンが一致しません",
"Plugin loading failed. Please check the server logs.": "プラグインのロードに失敗しました。サーバーログを確認してください。",
"Plugin manager": "プラグイン管理",
"Plugin name": "プラグイン名",
"Plugin settings": "プラグイン設定",
"Plugin settings permissions": "中央権限の設定",
"Plugin source": "プラグインソース",
"Plugin starting...": "プラグインを起動しています...",
"Plugin stopping...": "プラグインを停止しています...",
"Plugin tab name": "プラグインタブ名",
"Plugin's version": "プラグインのバージョン",
"Pop-up": "ポップアップ",
"Popup": "ポップアップ",
"Popup close method": "ポップアップを閉じる方法",
"Popup form": "ポップアップフォーム",
"Popup message": "ポップアップメッセージ",
"Popup size": "ポップアップサイズ",
"Position": "位置",
"Precision": "精度",
"Prefix": "接頭辞",
"Preset fields": "プリセットフィールド",
"Prettify": "整形",
"Preview": "プレビュー",
"Primary": "主キー",
"Primary key, unique identifier, self growth": "主キー、ユニークID、自動増加",
"Print": "印刷",
"Problematic": "問題あり",
"Progress field": "進捗フィールド",
"Properties": "属性#ゾクセイ#",
"Providing certain collections as options for users, typically used in polymorphic or inheritance scenarios": "ユーザーに提供する特定のコレクションは多態性や継承シナリオで使用されます。",
"Province": "州",
"Province/city/area name": "都道府県/市区町村名",
"Purple": "パープル",
"Quarter": "四半期",
"Quarter of day": "四分の一日",
"QuarterYear": "四半期",
"Quick add": "すばやい",
"Quick create": "クイック作成",
"Quick duplicate": "今すぐコピー",
"Quick upload": "クイックアップロード",
"Radio group": "ラジオボタングループ",
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "ランダムに生成され、変更可能です。 アルファベット、数字、アンダースコアをサポートし、アルファベットから始まる必要があります。",
"Read only": "読み取り専用(編集不可)",
"Readme": "README",
"Readonly": "読み取り専用(編集不可)",
"Record ID": "レコード ID",
"Record picker": "レコードピッカー",
"Record unique key": "レコードのユニークキー",
"Records can be sorted": "ソート可能",
"Records per page": "ページごとのレコード数",
"Red": "レッド",
"Redirect to": "リダイレクトする",
"Reference template": "テンプレートを参照",
"Refresh": "リフレッシュ",
"Refresh data on action": "アクション時にデータを更新",
"Refresh data on close": "閉じるとデータを更新",
"Regular expression": "正規表現",
"Related collection": "関連付けコレクション",
"Relation": "関連づけ",
"Relationship blocks": "関連付けされたブロック",
"Relationship type": "関連付けタイプ",
"Reload application": "アプリケーションを再読み込み",
"Remains the same": "変更なし",
"Remove": "削除",
"Render Failed": "レンダリングに失敗しました",
"Repeats": "繰り返し",
"Request API": "リクエスト API",
"Request URL": "リクエスト URL",
"Request body": "リクエスト ボディ",
"Request headers": "リクエスト ヘッダ",
"Request method": "リクエスト メソッド",
"Request query parameters": "リクエスト クエリ パラメータ",
"Request settings": "リクエスト設定",
"Request success": "リスエスト成功",
"Required": "必須",
"Reset": "リセット",
"Restart": "再起動",
"Restart application": "アプリケーションを再起動",
"Result": "結果",
"Retry after {{count}} seconds": "{{count}} 秒後に再試行",
"Return to the main application": "メインアプリケーションに戻る",
"Return to the previous popup or page": "前のポップアップ/ページに戻る",
"Rich Text": "リッチテキスト",
"Right": "右",
"Right fixed": "右に固定",
"Role UID": "役割ID",
"Role display name": "役割名",
"Role name": "役割名",
"Roles": "役割",
"Roles & Permissions": "役割と権限",
"Route name": "ルート名",
"Route permissions": "ルートの権限",
"Routes": "ルート",
"SQL collection": "SQLコレクション",
"Save": "保存",
"Save action": "操作を保存",
"Save as block template": "ブロックテンプレートとして保存",
"Save as template": "テンプレートとして保存",
"Save conditions": "条件を保存",
"Save mode": "保存方法",
"Save record": "レコードを保存",
"Saved successfully": "保存に成功しました",
"Scale Down": "スケールダウン",
"Scientifix notation": "科学的表記",
"Scope name": "スコープ名",
"Screen size": "スクリーンサイズ",
"Search": "検索",
"Search and select collection": "コレクションを検索して選択",
"Search parameters": "検索パラメーター",
"Search plugin": "プラグインを検索",
"Search plugin...": "プラグインを検索...",
"Second": "秒",
"Secondary confirmation": "二次確認",
"Security": "セキュリティ",
"Select": "選択",
"Select a variable": "変数を選択",
"Select all": "すべて選択",
"Select an existing piece of data as the initialization data for the form": "既存のデータを選択して、フォームの初期化データとして使用します",
"Select collection": "コレクションを選択してください",
"Select data source": "データソースを選択",
"Select field": "フィールドを選択してください",
"Select file": "ファイルを選択",
"Select grouping field": "グループフィールドを選択してください",
"Select icon": "アイコンを選択してください",
"Select level": "レベルを選択",
"Select record": "レコードを選択",
"Select status": "状態を選択してください",
"Select template": "テンプレートを選択してください",
"Select view": "ビューの切り替え",
"Selected": "選択済み",
"Selector": "セレクタ",
"Selector mode": "セレクターモード",
"Send code": "認証コードを送信",
"Separator": "区切り",
"Set Template Engine": "テンプレートエンジンを設定",
"Set block height": "ブロックの高さを設定",
"Set block layout": "ブロックレイアウトを設定",
"Set data loading mode": "データ読み込みモードの設定",
"Set default sorting rules": "デフォルトのソートルールを設定",
"Set default value": "デフォルト値を設定",
"Set the count of columns displayed in a row": "列の数を設定",
"Set the data scope": "データ範囲の設定",
"Set validation rules": "バリデーションルールの設定",
"Setting": "設定",
"Settings": "設定",
"Show file name": "ファイル名を表示",
"Show in menu": "メニューに表示",
"Show lunar": "旧暦を表示",
"Show time": "時刻を表示",
"Sign in": "サインイン",
"Sign in via account": "アカウントでサインイン",
"Sign in via phone": "電話番号でサインイン",
"Sign in with another account": "他のアカウントでサインイン",
"Sign out": "サインアウト",
"Sign up": "サインアップ",
"Sign up successfully, and automatically jump to the sign in page": "アカウントの登録に成功すると、ログインページにリダイレクトされます",
"Signed up successfully. It will jump to the login page.": "登録に成功すると、ログインページにリダイレクトされます",
"Simple string replacement, can be used to interpolate variables in a string.": "シンプルな文字列置換で、文字列に変数を埋め込むことができます。",
"Single line text": "一行テキスト",
"Single select": "ドロップダウン(単数選択)",
"Single select and radio fields can be used as the grouping field": "単一選択フィールドとラジオ フィールドをグループ化フィールドとして使用できます",
"Size": "サイズ",
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "ページング時にテーブルレコードの総数取得をスキップして、読み込み速度を向上させます。データ量が多い場合にこのオプションの使用をお勧めします。",
"Skip required validation": "必須のバリデーションをスキップ",
"Small": "スモール",
"Sorry, the page you visited does not exist.": "申し訳ありませんが、お探しのページは存在しません。",
"Sort": "ソート#ソート#",
"Sortable": "ソート可能",
"Source collection": "参照元コレクション",
"Source collections": "ソースデータセット",
"Source key": "参照元キー",
"Specific properties": "特定のプロパティ",
"Specify height": "高さを指定",
"Start date field": "開始日フィールド",
"Stay on current page": "現在のページにとどまる",
"Stay on the current popup or page": "現在のポップアップ/ページに留まる",
"Store the creation time of each record": "各レコードの作成日時を保存",
"Store the creation user of each record": "各レコードの作成者を保存",
"Store the last update time of each record": "各レコードの最終更新日時を保存",
"Store the last update user of each record": "各レコードの最終更新者を保存",
"Street": "町/通り",
"String": "文字列",
"String template": "文字列テンプレート",
"Style": "スタイル",
"Sub-details": "サブリスト",
"Sub-form": "サブフォーム",
"Sub-form(Popover)": "サブフォーム(ポップアップ窓)",
"Sub-table": "サブテーブル",
"Subform mode": "サブフォームモード",
"Submit": "保存",
"Submitted successfully": "正常に送信されました",
"Subtable": "サブテーブル",
"Subtable mode": "サブテーブルモード",
"Succeed and continue": "成功し続行",
"Suffix": "接尾辞",
"Super admin": "管理者",
"Superior department": "上位部門",
"Support for a single or bulk upload, file size should not exceed": "単一または複数のファイルをアップロードできます。ファイルサイズは",
"Support for a single or bulk upload.": "単一または一括アップロードに対応します。",
"Switch role": "役割の切替",
"Switching the picker, the value and default value will be cleared": "ピッカー切り替え時、値とデフォルト値がクリアされます",
"Sync from database": "データベースから同期",
"Sync from form fields": "フォームフィールドの同期",
"Sync successfully": "同期成功",
"Syntax references": "構文リファレンス",
"System": "システム",
"System & security": "システムとセキュリティ",
"System fields": "システムフィールド",
"System info": "システム情報",
"System management": "システム管理",
"System settings": "システム設定",
"System title": "システム名",
"System variables": "システム変数",
"Tab": "タブ",
"Tab name": "タブ名",
"Table": "テーブル",
"Table OID(Inheritance)": "データテーブルOID(継承)",
"Table selected records": "選択されたレコード",
"Table size": "テーブルサイズ",
"Tablet device": "タブレットデバイス",
"Tag": "タブ",
"Tag color field": "ラベルの色フィールド",
"Target": "ターゲット",
"Target collection": "参照先コレクション",
"Target key": "参照先キー",
"Target position": "ターゲットの位置",
"Template Data": "テンプレートデータ",
"Template engine": "テンプレートエンジン",
"Template fields": "テンプレートフィールド",
"Template name": "テンプレート名",
"Templates": "テンプレート",
"Text Align": "テキスト整列",
"The application is reloading, please do not close the page.": "アプリケーションが再読み込み中です。ページを閉じないでください。",
"The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "現在のプラグインの依存バージョンがアプリのバージョンと異なるため、正常に動作しない可能性があります。それでもプラグインを有効化しますか?",
"The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"": "現在のユーザーにはUI設定の権限しかなく、コレクション「{{name}}」を閲覧する権限はありません。",
"The deletion was successful.": "削除に成功しました。",
"The field has been deleted": "フィールドが削除されました",
"The field value cannot be greater than ": "数値は...より大きくてはならない",
"The field value cannot be less than ": "数値は...より小さくてはならない",
"The field value is not an integer number": "数字は整数ではありません",
"The following field types are not compatible and do not support output and display": "次のフィールドタイプは互換性がなく、出力および表示をサポートしていません",
"The selected fields will automatically populate the form": "選択されたフィールドがフォームに自動入力されます",
"The title field is used to identify the template record": "タイトルフィールドはテンプレートレコードを識別するために使用されます",
"The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "この変数の値はページURLのクエリ文字列から取得されます。この変数は、ページにクエリ文字列がある場合にのみ正常に使用できます。",
"The will interrupt service, it may take a few seconds to restart. Are you sure to continue?": "再起動はサービスを中断します。再起動には数秒かかる場合があります。続行しますか?",
"The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "{{type}} \"{{name}}\" は削除されている可能性があります。この {{blockType}} を削除してください。",
"Theme": "テーマ",
"Then": "その後",
"Third party services": "サードパーティサービス",
"This and following events": "このイベントおよび後続のイベント",
"This event": "このイベント",
"This is a demo text, **supports Markdown syntax**.": "これはデモテキストです。 **マークダウン構文をサポートしています。**",
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "これはNocoBaseの内部バグの可能性があります。 <1>こちら</1>で問題を報告してください",
"This month": "今月",
"This quarter": "今四半期",
"This variable has been deprecated and can be replaced with \"Current form\"": "この変数は非推奨です。代わりに「現在のフォーム」を使用してください",