-
Notifications
You must be signed in to change notification settings - Fork 22
/
ja.json
919 lines (919 loc) · 68.3 KB
/
ja.json
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
{
"Dashboard": "ダッシュボード",
"Back to spaces": "スペースに戻る",
"Content": "コンテンツ",
"Commerce": "商取引",
"Assets": "アセット",
"Datasources": "データソース",
"Activities": "アクティビティ",
"Tasks": "タスク",
"Components": "コンポーネント",
"Apps": "アプリケーション",
"Settings": "設定",
"Subscription": "登録",
"Plugins": "プラグイン",
"Logout": "ログアウト",
"Report a problem": "問題を報告",
"Create new space": "新しいスペースを作成する",
"Search spaces...": "スペースを検索...",
"My organization": "組織",
"Subscribe": "登録",
"To": "宛先",
"From": "から",
"Apply filter": "フィルタを適用",
"Filter": "フィルタ",
"Unknown user": "不明なユーザー",
"Author": "作成者",
"Action": "アクション",
"Date": "日付",
"Back": "戻る",
"Activity Details": "アクティビティの詳細",
"Open": "開く",
"Restore this Story": "このストーリーを復元",
"Categories": "カテゴリ",
"Story": "ストーリー",
"The item has been restored!": "項目が復元されました。",
"All": "すべて",
"Search for apps, discover new field types and add functionalities to your Storyblok project.": "アプリケーションを検索して新しいフィールドタイプを見つけ、Storyblokプロジェクトに機能を追加してください。",
"My apps": "マイアプリケーション",
"Create new app": "新しいアプリケーションを作成",
"Installed": "インストール済み",
"App Directory": "アプリケーションディレクトリ",
"There are no apps in this category.": "このカテゴリにアプリケーションはありません。",
"Install": "インストール",
"Choose the space to install this app": "このアプリケーションをインストールするスペースを選択してください",
"Can not move asset folder into folder without permissions.": "アセットフォルダをフォルダに移動する権限がありません。",
"Can not move asset into folder without permissions.": "アセットをフォルダに移動する権限がありません。",
"Can not move asset away from folder without permissions.": "権限のないフォルダからアセットを移動することはできません。",
"Define the new name of the folder.": "フォルダの新しい名前を定義してください。",
"Trashbin": "ごみ箱",
"Are you sure that you want to delete this folder?": "このフォルダを削除してもよろしいですか?",
"Add": "追加",
"Asset folders are not included in the free plan but you can try them in the": "アセットフォルダは無料プランには含まれていませんが、以下でお試しいただけます",
"New folder will be created in": "新しいフォルダは次の場所に作成されます",
"trial period": "トライアル期間",
"Can not create asset folder without permission for parent.": "親の権限なしにアセットフォルダを作成できません。",
"Original": "オリジナル",
"Done": "完了",
"Cancel": "キャンセル",
"Insert": "挿入する",
"Add Asset(s)": "アセットを追加",
"Close": "閉じる",
"items": "項目",
"Delete": "削除",
"Move to folder": "フォルダへ移動",
"Replace": "置換",
"Unselect all": "すべて選択解除",
"Restore": "復元",
"Tiles": "タイル",
"List": "リスト",
"No assets found": "アセットが見つかりません",
"Sort": "並び替え",
"Default": "デフォルト",
"View": "見る",
"Creation date (asc)": "作成日(昇順)",
"Filename (asc)": "ファイル名(昇順)",
"Creation date (desc)": "作成日(降順)",
"Filename (desc)": "ファイル名(降順)",
"Last updated date (asc)": "最終更新日(昇順)",
"Last updated date (desc)": "最終更新日(降順)",
"You are not allowed to insert this filetype here.": "ここにこのファイルタイプを挿入することはできません。",
"This key is already defined": "このキーは既に定義されています",
"Key is in invalid format": "キーの形式が無効です",
"Something went wrong uploading some items": "項目のアップロード中に問題が発生しました",
"Please choose a folder in the left sidebar": "左側のサイドバーでフォルダを選択してください",
"Define the new name of": "以下の新しい名前を定義してください",
"Something went wrong renaming the attribute": "属性の名前を変更できませんでした",
"Be aware! Changing the name can take a few minutes to update all content items. Make sure your editors have saved their current work and exit the editor.": "気をつけて! 名前を変更すると、すべてのコンテンツ項目の更新に数分かかることがあります。 エディターが現在の作業を保存していることを確認してから終了してください。",
"Define the new name of the component group.": "コンポーネントグループの新しい名前を定義してください。",
"Save": "保存",
"Are you sure that you want to delete this component group?": "このコンポーネントグループを削除してもよろしいですか?",
"Copy": "コピー",
"New": "新規",
"Move to group": "グループに移動",
"Please choose a component group in the left sidebar": "左側のサイドバーでコンポーネントグループを選択してください",
"Paste": "貼り付け",
"Add block": "ブロックを追加",
"Creation of a component failed. Maybe it already exists.": "コンポーネントを作成できませんでした。 すでに存在する可能性があります。",
"Are you sure you want to DELETE this component(s)?": "このコンポーネントを削除してもよろしいですか?",
"new": "新規",
"Type to search or to create a": "入力して検索または以下を作成",
"Create new": "新規作成",
"block": "ブロック",
"New Component": "新しいコンポーネント",
"Updated": "更新しました",
"Name": "名前",
"Shortcuts: Esc, Control + S": "ショートカット:Esc、Control + S",
"Next": "次へ",
"Define a name": "名前を定義する",
"Save schema": "スキーマを保存",
"Act as content type (eg. blog-post)": "コンテンツタイプとして動作します(例: ブログ記事)",
"Define": "定義する",
"Nestable": "ネスタブル",
"Technical name": "技術名",
"Edit field": "フィールドを編集",
"Config": "環境設定",
"Schema": "スキーマ",
"Renaming": "名前の変更",
"Change field name": "フィールド名を変更",
"Used in the json as component name": "JSON内でコンポーネント名として使用されます",
"Be aware! Changing the technical name can take a few minutes to update all content items. Make sure your editors have saved their current work and exit the editor.": "気をつけて! 技術名を変更すると、すべてのコンテンツ項目の更新に数分かかることがあります。 エディターが現在の作業を保存していることを確認してから終了してください。",
"Display name": "表示名",
"Preview template": "テンプレートのプレビュー",
"Screenshot or icon": "スクリーンショットまたはアイコン",
"Used in the editor interface only": "エディターインターフェースでのみ使用",
"of this setting": "この設定で",
"Read the documentation": "ドキュメントを読む",
"Load versions": "バージョンを読み込む",
"Versions": "バージョン",
"has been added below": "が以下に追加されました",
"Examples: news_items, body, columns, title, description or call_to_action_btn": "例:news_items、body、columns、title、description、call_to_action_btn",
"The component has been restored!": "コンポーネントが復元されました。",
"Do you really want to leave without saving your changes?": "変更を保存せずに終了しますか?",
"Type": "タイプ",
"Beta": "ベータ",
"Translatable": "翻訳可",
"Allow empty paragraphs": "空の段落を許可する",
"Linktype": "リンクタイプ",
"Rich-text as default": "デフォルトはリッチテキスト",
"Custom type": "カスタムタイプ",
"Category": "カテゴリ",
"Section items": "セクション項目",
"Product": "製品",
"Customize toolbar": "ツールバーをカスタマイズ",
"Toolbar items": "ツールバー項目",
"Source": "ソース",
"CSS class options (label/value)": "CSSクラスオプション(ラベル/値)",
"Datasource": "データソース",
"Stories": "ストーリー",
"Self": "セルフ",
"Internal datasource": "内部データソース",
"Recommended to be checked, as UID is required for automatic link resolving.": "自動リンク解決にはUIDが必要なため、チェックすることをお勧めします。",
"Use UID instead of ID": "IDの代わりにUIDを使用",
"In case you have a multi-language folder structure you can add the {0} placeholder and the path will be adapted dynamically. Examples: {0}/categories/, {0}/{1}/categories/": "複数言語フォルダ構造の場合は{0}プレースホルダーを追加すると、パスが動的に調整されます。 例:{0}/categories/、{0}/{1}/categories/",
"External JSON": "外部JSON",
"Path to folder of stories": "ストーリーのフォルダへのパス",
"Width": "幅",
"URL": "URL",
"ratio": "比率",
"pixel": "ピクセル",
"Allowed maximum": "許容される最大",
"Options (name/value)": "オプション(名前/値)",
"Component(s)": "コンポーネント",
"Group(s)": "グループ",
"Required field(s) (comma separated)": "必須フィールド(カンマ区切り)",
"Required": "必須",
"Default asset folder": "デフォルトのアセットフォルダ",
"Choose an asset folder where the assets should be assigned to.": "アセットを割り当てるアセットフォルダを選択してください。",
"With {level} the path will be replaced dynamically using parts of the current slug. Examples: {0}/categories/, {0}/{1}/categories/": "{level}を使用すると、現在のスラッグの一部を使用してパスが動的に置き換えられます。 例:{0}/categories/、{0}/{1}/categories/",
"Restrict to folder": "フォルダに制限",
"Force folder restriction": "フォルダ制限を強制する",
"Regex validation": "正規表現の検証",
"Exclude from export": "エクスポートから除外",
"export app": "アプリケーションをエクスポート",
"To use with the": "以下で使用するには",
"Default value": "デフォルト値",
"Can be updated by preview window": "プレビューウィンドウで更新可能",
"Loading...": "読み込み中...",
"Item": "項目",
"Allow only specific components to be inserted": "特定のコンポーネントのみ挿入を許可する",
"Restrict to content types": "コンテンツタイプに制限する",
"Keep original size": "元のサイズを保持",
"Force crop": "強制クロップ",
"Prepend https to url": "URLの先頭にhttpsを追加",
"Height": "高さ",
"Maximum characters": "最大文字数",
"Disable time selection": "時間選択を無効にする",
"Description": "説明",
"dimensions app": "ディメンションアプリケーション",
"Force overwrite by merge action": "マージして強制的に上書きする",
"Id/Slug": "ID/スラグ",
"Enable RTL (Right to left)": "RTLを有効にする(右から左)",
"Autosave": "自動保存",
"API Url": "API URL",
"Export": "エクスポート",
"Import/Export": "インポート/エクスポート",
"Dimensions": "ディメンション",
"Add Dimension": "ディメンションを追加",
"Import": "インポート",
"A datasource in Storyblok is a collection of key-value pairs.": "Storyblokのデータソースは、キーと値のペアの集合です。",
"Datasources can be used in a schema definition of a component for single or multiple choice options. You can also access": "データソースは、単一または複数選択オプションのコンポーネントのスキーマ定義で使用できます。 アクセスすることもできます",
"datasource entries from the API": "APIからのデータソースエントリ",
"to use them for labels, categories or similar.": "ラベルやカテゴリなどに使用できます。",
"Unsaved Changes": "未保存の変更",
"Datasource entries": "データソースのエントリ",
"Datasources are not included in the free plan": "データソースは無料プランには含まれていません",
"but you can try them in the": "しかし、あなたは以下で、それらを試すことができます",
"Saved": "保存しました",
"Select all": "すべて選択",
"The options could not be loaded.": "オプションをロードできませんでした。",
"New Datasource": "新規データソース",
"The following component(s) can not be pasted here": "次のコンポーネントをここに貼り付けることはできません",
"Please save first to continue editing child components.": "子コンポーネントの編集を続けるには、現在の作業を保存してください。",
"Enabled?": "有効にしましたか?",
"Asset manager": "アセット・マネージャー",
"Loading": "読み込み中",
"Upload new": "新規アップロード",
"Your file exceeds the maximum filesize limit of": "ファイルサイズの上限を超えています",
"Please reduce the size of your file.": "ファイルのサイズを小さくしてください。",
"Alt text": "代替テキスト",
"Base64": "Base64",
"Original Size": "元のサイズ",
"Image loading failed": "画像を読み込みできませんでした",
"Quote": "引用",
"Code Block": "コードブロック",
"Ordered List": "順序付きリスト",
"Headline 2": "見出し2",
"Headline 4": "見出し4",
"Headline 3": "見出し3",
"Headline 5": "見出し5",
"Paragraph": "段落",
"Help": "ヘルプ",
"Internal link": "内部リンク",
"Show only selected": "選択した項目のみを表示",
"more items found": "他の項目が見つかりました",
"Invoices": "請求書",
"Tip: Use Ctrl + S to save": "ヒント:Ctrl + Sキーで保存できます",
"Input": "入力",
"Publish": "公開する",
"You are not allowed to edit this plugin but can see the code at Settings/Details.": "このプラグインの編集は許可されていませんが、設定/詳細でコードを参照できます。",
"Field type preview": "フィールドタイプのプレビュー",
"Options (key/value)": "オプション(キー/値)",
"Space Id": "スペースID",
"Enable local dev mode": "ローカル開発モードを有効にする",
"Settings/Details": "設定/詳細",
"Output": "出力",
"for approval to make it available for all users.": "すべてのユーザーが使用できるよう承認する。",
"Submit the plugin": "プラグインを送信する",
"Code": "コード",
"You can copy the code of this plugin to create your own plugin.": "このプラグインコードをコピーすることで、独自のプラグインを作成できます。",
"Assigned spaces": "割り当てられたスペース",
"If you assign this plugin to a space other developers can also use it in the schema definition. Without assigning it only you can add the plugin to the schemas.": "このプラグインをスペースに割り当てると、他の開発者もスキーマ定義で使用できます。 割り当てない場合は、プラグインをスキーマに追加するのみです。",
"Attention: All spaces using this plugin will not be able to use it any more if you click delete.": "注意:削除をクリックすると、このプラグインを使用しているすべてのスペースでこのプラグインを使用できなくなります。",
"Documentation": "ドキュメント",
"Danger zone": "危険区域",
"What is a field type plugin?": "フィールドタイププラグインとは?",
"A field type plugin extends the Storyblok editor with your own custom field types.": "フィールドタイププラグインは、Storyblokエディターを個人のニーズに合わせたカスタムフィールドタイプで拡張します。",
"It is basically a": "基本的には",
"The properties that are passed to the field type are:": "フィールドタイプに渡されるプロパティは次のとおりです。",
"component extended with a few helpers in the window.Storyblok.plugin mixin.": "window.Storyblok.plugin mixinの一部のヘルパーで拡張されたコンポーネント。",
"Examples for field types are colorpickers, WYSYWYG editors or meta tags.": "フィールドタイプの例)カラーピッカー、WYSYWYGエディター、メタタグなど。",
"Uid of the parent component": "親コンポーネントのUID",
"Options parsed from the schema options array": "スキーマオプション配列から解析されたオプション",
"Schema options object": "スキーマオプションオブジェクト",
"Current value of the fieldtype": "フィールドタイプの現在の値",
"Story id of the current story": "現在のストーリーのストーリーID",
"Space id of the current space": "現在のスペースのスペースID",
"Api function to call the delivery api": "配信APIを呼び出すAPI関数",
"Methods": "方法",
"Draft token of the current space": "現在のスペースのドラフトトークン",
"How to call the Storyblok api?": "Storyblok APIを取得するにはどうしたらよいですか?",
"Should be used to define the initial data of the plugin.": "プラグインの初期データの定義に必要です。",
"Should be used to initialize the plugin. Examples: Load data from Storyblok or external sources, Load and initialize a WYSIWYG editor.": "プラグインの初期化に必要です。 例:Storyblokまたは外部ソースからデータをロードし、WYSIWYGエディターをロードして初期化します。",
"To pass options that are configurable in the schema definition define the option keys in the \"Input\" box. The values will be available in the this.options object.": "スキーマ定義で設定可能なオプションを渡すには、「入力」ボックスでオプションキーを定義してください。 値はthis.optionsオブジェクトで利用できます。",
"How to pass options?": "オプションを渡す方法は?",
"In field types you can use this.api to get access to the Storyblok delivery api. You can use it for example to build a selectbox of stories.": "フィールドタイプでは、this.apiを使用してStoryblok配信APIにアクセスできます。 たとえば、ストーリーの選択ボックスの作成に使用できます。",
"Folder/Content-item permissions": "フォルダ/コンテンツ項目の権限",
"Item saved successfully!": "項目を保存しました。",
"Source of sync": "同期のソース",
"Preview": "プレビュー",
"Preview url": "プレビューURL",
"View on Jsfiddle": "Jsfiddleで表示",
"Download": "ダウンロード",
"Admin": "管理者",
"Permissions": "権限",
"Editor": "エディター",
"Advanced Rights": "高度な権限",
"Allow saving content": "コンテンツの保存を許可する",
"Allow publishing content": "コンテンツの公開を許可する",
"Allow saving datasources": "データソースの保存を許可する",
"Allow managing subscription": "登録の管理を許可する",
"Allow access to ecommerce app": "eコマースアプリケーションへのアクセスを許可する",
"Deny access to visual composer": "ビジュアルコンポーザーへのアクセスを拒否する",
"Field Permissions": "フィールド権限",
"General": "全般",
"Allowed path": "許可されたパス",
"Your crawl URL": "クロールURL",
"Crawler": "クローラ",
"Enabled": "有効",
"Index": "インデックス",
"Crawl now": "今すぐクロール",
"Information needed to access the search endpoint or to configure the search client.": "検索エンドポイントにアクセスするため、または検索クライアントを構成するために必要な情報。",
"Search Setup Guide": "検索設定ガイド",
"Your tenant ID": "テナントID",
"See": "見る",
"Documents in index": "インデックス内のドキュメント",
"Crawl requested at": "以下でクロールをリクエストしました",
"Tenant ID": "テナントID",
"Documents": "ドキュメント",
"Clear index": "インデックスをクリア",
"Last crawled at": "前回のクロール先:",
"Crawl has been initiated": "クロールが開始されました",
"In the first 14 days you can try out all Premium plan features!": "最初の14日間は、プレミアムプランのすべての機能をお試しいただけます。",
"Index deletion has been initiated": "インデックスの削除が開始されました",
"API-Keys": "APIキー",
"We would love to hear your thoughts about Storyblok on": "Storyblokの以下の点についてご意見をお聞かせください",
"Renderer": "レンダラー",
"Backup": "バックアップ",
"Users": "ユーザー",
"Workflow": "ワークフロー",
"Search": "検索",
"Languages": "言語",
"This is the page that the frontend-editor opens.": "これは、フロントエンド・エディターを開くページです。",
"Location (default environment)": "場所(デフォルト環境)",
"Insert your domain/location including the protocol. Example: http://www.example.com/": "プロトコルを含むドメインまたは場所を挿入してください。 例:http://www.example.com/",
"Provide this ID in your support tickets": "このIDをサポートチケットに入力してください",
"Your space ID": "あなたのスペースID",
"Preview urls": "プレビューURL",
"Define multiple domains/locations to quickly switch the preview urls in the story-editor.": "複数のドメインまたは場所を定義すると、ストーリー・エディターのプレビューURLをすばやく切り替えることができます。",
"Add preview url": "プレビューURLを追加",
"Webhooks": "Webhook",
"Story published & unpublished": "公開済み&未公開ストーリー",
"Story saved": "ストーリーを保存しました",
"Branch deployed": "展開されたブランチ",
"Release merged": "リリースがマージされました",
"Slack integration": "Slackとの統合",
"Loading... You will be redirect to Slack in a few seconds!": "読み込み中... 数秒でSlackにリダイレクトされます!",
"Get notified on your Slack channel if a new Story has been published!": "新しいストーリーが公開されるとSlackチャンネルで通知されます。",
"With this integration you can choose a Slack channel where Storyblok posts messages whenever a user publishes new content.": "この統合により、ユーザーが新しいコンテンツを公開するたびにStoryblokがメッセージを投稿するSlackチャンネルを選択できます。",
"Disconnect": "切断する",
"Cloud name": "クラウド名",
"Cloudinary integration": "クラウド統合",
"Api Key": "APIキー",
"Branches": "ブランチ",
"Default content type": "デフォルトのコンテンツタイプ",
"Content types": "コンテンツタイプ",
"Name of the branch": "ブランチ名",
"Branches are not included in the free plan": "ブランチは無料プランには含まれていません。",
"Duplication": "複製",
"This is useful if you want to offer your space for other users as a boilerplate or theme.": "他のユーザーに自分のスペースを定型文やテーマとして提供する際に便利です。",
"ATTENTION! Only check this checkbox if you are sure that you want all data of this space available for duplication.": "注意! このスペースのすべてのデータを複製に使用する場合のみ、このチェックボックスをオンにしてください。",
"Make this space duplicatable by all users": "この領域をすべてのユーザーが複製できるようにする",
"Content ownership": "コンテンツの所有権",
"Parent ID": "親ID",
"Parent": "親",
"Image service": "画像サービス",
"Content ownership client endpoint": "コンテンツ所有権のクライアントエンドポイント",
"List of paths to invalidate": "無効にするパスのリスト",
"Delete this space": "このスペースを削除",
"Invalidate": "無効化",
"Workflow webhooks": "ワークフロー webhook",
"Owner": "オーナー",
"Workflow changed": "ワークフローが変更されました",
"Transfer ownership": "所有権を譲渡",
"Transfer": "転送",
"Attention! Transferring the ownership will remove all your rights to this space.": "注意! 所有権を譲渡すると、このスペースに対するすべての権限が削除されます。",
"The owner needs to add you as a collaborator if you want to have access again.": "再度アクセスするには、オーナーに共同作業者として追加される必要があります。",
"Collaborators": "共同作業者",
"Collaborator": "共同作業者",
"No user found with this email or username.": "このメールアドレスまたはユーザー名のユーザーは見つかりませんでした。",
"Name of the role": "ロール名",
"Role": "ロール",
"Add a new user to your org": "新しいユーザーを組織に追加",
"Advanced rights and roles are not included in the free and basic plan": "高度な権限とロールは、無料プランと基本プランには含まれていません",
"Use your Amazon S3 bucket to create backups.": "Amazon S3バケットを使用してバックアップを作成してください。",
"Backup now": "今すぐバックアップ",
"Backups content (stories) and compontents": "コンテンツ(ストーリー)とコンポーネントのバックアップ",
"Define your S3-Bucket and AWS-ARN to enable backups.": "バックアップを有効にするには、S3バケットとAWS-ARNを定義してください。",
"Daily backups": "毎日のバックアップ",
"Define the name of the S3-bucket where you want to store your backups.": "バックアップを格納するS3バケットの名前を定義してください。",
"S3-bucket": "S3-バケット",
"Activate automatic daily backups": "毎日の自動バックアップを有効にする",
"1. Read the": "1. 読む",
"AWS Policy ARN": "AWSポリシーARN",
"Show setup instructions": "セットアップ手順の表示",
"tutorial on how to setup an Amazon IAM role": "Amazon IAMロールの設定方法に関するチュートリアル",
"2. Create an Amazon IAM role with following access policy document:": "2. 次のアクセスポリシー・ドキュメントにしたがい、Amazon IAMロールを作成してください。",
"if not done yet.": "まだ終わっていなければ。",
"The role should have the permission to access and create files on the S3 bucket you defined. You can for example use the following permission policy replacing YOUR_BUCKET with your bucket name:": "ロールには、定義したS3バケット上のファイルにアクセスして作成する権限が必要です。 たとえば、次の権限ポリシーを使用して、YOUR_BUCKETをバケット名に置き換えることができます。",
"Restore spaces from backups on your Amazon S3 bucket.": "Amazon S3バケットのバックアップからスペースを復元してください。",
"Backup file": "バックアップファイル",
"Show latest backups": "最新のバックアップを表示",
"Latest five backups": "最新のバックアップ5つ",
"Restore now": "今すぐ復元",
"The settings below only apply if you are using": "以下の設定は、次を使用している場合にのみ適用されます",
"Attention! \"Restore now\" deletes old data and restores content (stories) and compontents from the backup file.": "注意! 「今すぐ復元」は古いデータを削除し、バックアップファイルからコンテンツ(ストーリー)とコンポーネントを復元します。",
"Rendering service": "レンダリングサービス",
"Your domain": "あなたのドメイン",
"To connect your domain to Storyblok you need to create a CNAME Record pointing to eu-domain.storyblok.com": "ドメインをStoryblokに接続するには、eu-domain.storyblok.comを指すCNAMEレコードを作成してください",
"Routes": "ルート",
"Add Route": "ルートを追加",
"Please read the": "詳細は",
"Add custom routes to define different page templates.": "カスタムルートを追加することで、さまざまなページテンプレートを定義できます。",
"documentation about internationalization": "国際化に関するドキュメント",
"before configuring languages.": "言語を設定する前に。",
"Add languages to activate field level translations.": "言語を追加するとフィールドレベルの翻訳を有効化できます。",
"Add Language": "言語を追加",
"Label": "ラベル",
"The invalidation process has been initiated": "無効化プロセスが開始されました",
"The backup has been initiated": "バックアップが開始されました",
"Are you sure you want to delete your current content and overwrite it with this backup?": "現在のコンテンツを削除し、このバックアップで上書きしてもよろしいですか?",
"The restore process has been initiated": "復元プロセスが開始されました",
"Transfer was not successful. Make sure that the new owner exists.": "転送できませんでした。 新しいオーナーが存在するかご確認ください。",
"The collaborator has been added": "共同作業者が追加されました",
"Please insert an email address": "メールアドレスを入力してください",
"Branches sorted successfully!": "ブランチを並び替えました。",
"Create or join a space": "スペースを作成または結合する",
"Create a new space": "新しいスペースを作成する",
"Play with a demo": "デモで試す",
"Duplicate a space": "スペースを複製する",
"Join a space": "スペースに参加",
"Create space": "スペースを作成",
"Headless (API/SDKs)": "ヘッドレス(API/SDK)",
"what is that?": "それは何ですか?",
"Duplicate space": "スペースを複製",
"Choose the space for the duplication": "複製用のスペースを選択してください",
"You do not have created any spaces yet.": "まだスペースを作成していません。",
"You can test the editing interface and our visual composer without to write any code on your own.": "編集インターフェースとビジュアルコンポーザーは、コードを記述せずにお試しいただけます。",
"Create Demo": "デモを作成",
"Insert the email of your space admin to let them add you as a collaborator of the space.": "スペース管理者のメールアドレスを挿入し、共同作業者としてスペースに追加されるようにしてください。",
"Request access": "アクセスをリクエスト",
"Email address of space admin": "スペース管理者のメールアドレス",
"Success! You will get notified once the admin added you as a collaborator.": "成功! 管理者に共同作業者として追加されると通知されます。",
"Available Billing Information": "利用可能な請求情報",
"No spaces with billing information available": "請求情報があるスペースがありません",
"Spaces": "スペース",
"Show More": "詳細を表示",
"Apply": "適用",
"Show": "表示",
"Billing Information of Space": "スペースの請求情報",
"The information below will be applied to the fields of your current subscription process. You will be able to adopt them after applying them.": "以下の情報は、現在の登録プロセスのフィールドに適用されます。 適用後に採用できます。",
"Company": "会社名",
"Country": "国",
"Street / City / ZIP": "住所(市区町村以下)/市区町村/郵便番号",
"Email": "メールアドレス",
"Add or change preview urls": "プレビューURLを追加または変更",
"Your server address": "サーバアドレス",
"1. Download a preconfigured project": "1. 事前設定されたプロジェクトをダウンロード",
"Preferred by our users": "ユーザーに人気",
"The downloaded package comes preconfigured with your api token": "ダウンロードしたパッケージには、APIトークンがあらかじめ設定されています。",
"Tutorial": "チュートリアル",
"Other technologies": "その他の技術",
"2. Start your server": "2. サーバを起動",
"Start the server of the downloaded package and insert your server url here:": "ダウンロードしたパッケージのサーバを起動し、サーバのURLをここに挿入してください。",
"Go": "移動",
"FAQ": "よくある質問",
"Can I build a full blown website with Storyblok?": "Storyblokで本格的なウェブサイトを構築することはできますか?",
"Can I create a blog with Storyblok?": "Storyblokでブログを作成できますか?",
"How does Storyblok work?": "Storyblokはどのように機能しますか?",
"What is the Storyblok bridge?": "Storyblokブリッジとは何ですか?",
"Allow deploying content": "コンテンツの展開を許可する",
"General permissions": "権限全般",
"Allow unpublishing content": "コンテンツの非公開を許可",
"Allow deleting content": "コンテンツの削除を許可する",
"Allow editing datasource keys & values": "データソースのキーと値の編集を許可する",
"Allow editing datasource values": "データソース値の編集を許可",
"Allow access to the tasks app": "タスクアプリケーションへのアクセスを許可する",
"Deny moving a story": "ストーリーの移動を拒否する",
"Deny changing alternates group": "代替グループの変更を拒否",
"Add languages the user should have access to (acts as whitelist). If no item is selected the user has rights to edit all content.": "ユーザーがアクセスできる言語を追加します(ホワイトリストとして機能します)。 項目が選択されていない場合、ユーザーはすべてのコンテンツを編集する権限を持ちます。",
"Deny changing the slug of a story": "ストーリーのスラッグの変更を拒否する",
"Add folders or content items the user should have access to (acts as whitelist). If no item is selected the user has rights to edit all content.": "ユーザーがアクセス権を持つフォルダまたはコンテンツ項目を追加してください(ホワイトリストとして機能します)。 項目が選択されていない場合、ユーザーはすべてのコンテンツを編集する権限を持ちます。",
"Component field permissions": "コンポーネントフィールドの権限",
"Datasource permissions": "データソースの権限",
"Add component fields here to hide them in the interface.": "ここにコンポーネントフィールドを追加すると、インターフェースで非表示になります。",
"Add datasources the user should have access to (acts as whitelist). If no item is selected the user has rights to edit all datasources.": "ユーザーがアクセスできるデータソースを追加してください(ホワイトリストとして機能します)。 項目が選択されていない場合、ユーザーはすべてのデータソースを編集する権限を持ちます。",
"Asset Folder Permissions": "アセットフォルダの権限",
"Add asset folders to restrict editing and upload access.": "アセットフォルダを追加し、編集およびアップロードアクセスを制限してください。",
"Start by selecting a space in the sidebar or create a new space.": "最初にサイドバーでスペースを選択するか、新しいスペースを作成してください。",
"It seams that you do not have access to any space yet. Please contact the administrator of your organization to get added as a collaborator.": "まだどのスペースへもアクセス権がありません。 共同作業者として追加されるには、組織の管理者までお問い合わせください。",
"Welcome!": "ようこそ!",
"Traffic": "トラフィック",
"Learn more about": "詳細をご覧ください",
"Api requests": "APIリクエスト",
"Active Plan": "アクティブプラン",
"Usage": "使用法",
"Content activities": "コンテンツアクティビティ",
"No billing": "請求なし",
"Change": "変更",
"Billed": "請求済み",
"No recent changes": "最近の変更はありません",
"Choose your plan": "プランを選択してください",
"Recent changes": "最近の変更",
"Custom": "カスタム",
"Compare": "比較する",
"user": "ユーザー",
"Got a custom plan or coupon code?": "カスタムプランまたはクーポンコードをお持ちですか?",
"Custom plan": "カスタムプラン",
"Entered plan ids will be validated after pressing subscribe.": "入力したプランIDは、登録を押した後に検証されます。",
"Coupon code": "クーポンコード",
"Entered coupon codes will be validated and applied after pressing subscribe.": "入力したクーポンコードは、登録を押した後に検証および適用されます。",
"Select seats": "シートを選択してください",
"Confirm subscription": "登録を確定",
"Min": "最小",
"Max": "最大",
"By clicking the button below the new subscription will start.": "下のボタンをクリックすると、新しい登録が開始されます。",
"Decide payment interval": "支払い間隔を決定する",
"Change subscription": "登録を変更",
"Monthly": "毎月",
"Annually": "毎年",
"Define billing information": "請求情報を定義する",
"Email address": "メールアドレス",
"VAT-Number": "VAT番号",
"Reuse from another space": "他のスペースから再利用する",
"Order number": "注文番号",
"Street": "住所(市区町村以下)",
"City": "市区町村",
"Credit or debit card": "クレジットカードまたはデビットカード",
"ZIP": "郵便番号",
"Enter payment information": "支払い情報を入力してください",
"Update payment information": "支払情報を更新",
"Update billing information": "請求情報の更新",
"Information: Our payment provider validates card information when it is saved. As a result of this process, you may see a temporary authorization for $1 on your statement.": "注:カード情報が保存されると、弊社の決済プロバイダがカード情報を検証します。 このプロセスに基づき、取引明細書に1ドルの一時的な承認が表示される場合があります。",
"Please provide all billing informations marked as required (*)": "請求情報の必須入力項目(*)にすべて入力してください",
"Your selected team sizes are not in the limits of your selected feature set. You can select another feature set to continue.": "選択したチームサイズは、選択した機能セットの範囲内にありません。 続行するには別の機能セットを選択してください。",
"View invoices": "請求書を表示",
"Summary": "概要",
"Please provide a credit or debit card": "クレジットカードまたはデビットカードをご利用ください",
"If your entered plan is not correct you will still be able to try it again.": "入力したプランに誤りがある場合も再試行できます。",
"You have entered a custom plan with a special offering and pricing": "特別オファーと特別料金設定のカスタムプランを入力しました。",
"users": "ユーザー",
"VAT reverse charge applies.": "VATリバースチャージがかかります。",
"VAT": "VAT(付加価値税)",
"Total": "合計",
"The benefits of the coupon code will be applied if available": "クーポンコードの特典は、利用可能な場合に適用されます。",
"Thanks! You are awesome!": "ありがとう! あなたは最高です!",
"We would love to hear what you think about Storyblok.": "Storyblokについてのご意見をお聞かせください。",
"Chat with us or": "私たちとチャットまたは",
"your feedback.": "あなたのフィードバック。",
"Tweet": "ツイート",
"Star": "スター",
"Share": "共有",
"Public access tokens are only for accessing the published version while preview tokens are for accessing the draft version also. Both are read-only tokens.": "パブリックアクセストークンは公開バージョンへのアクセスのみ、プレビュートークンは公開と下書き両方のバージョンにアクセスできます。 どちらも読み取り専用トークンです。",
"Access level": "アクセスレベル",
"Public": "公開",
"See API-Documentation": "APIドキュメントを参照",
"Theme": "テーマ",
"Branch": "ブランチ",
"Choose branch": "ブランチを選択",
"Create Token": "トークンを作成",
"Color": "色",
"Define as default stage for new content items": "新しいコンテンツ項目のデフォルトステージとして定義する",
"Publishing rights": "公開権限",
"Stage transition rules": "ステージ移行ルール",
"Allow users to publish or schedule the content": "ユーザーにコンテンツの公開とスケジュール変更を許可",
"Specific stage(s)": "特定のステージ",
"Next available stages": "次の使用可能なステージ",
"All stages": "すべてのステージ",
"All users": "すべてのユーザー",
"User(s)/Role(s) who can change the stage": "ステージを変更できるユーザー/ロール",
"to the next available stage": "次の利用可能なステージへ",
"Specific user(s)/role(s)": "特定のユーザー/ロール",
"Role(s)": "ロール",
"User(s)": "ユーザー",
"Workflow stages": "ワークフローステージ",
"See workflow documentation": "ワークフローのドキュメントを参照",
"Create": "作成する",
"Choose an approver": "承認者を選択",
"Workflow stages sorted successfully!": "ワークフローステージを並び替えました。",
"Are you sure you want to delete this workflow stage?": "このワークフローステージを削除してもよろしいですか?",
"Send for approval": "承認のために送信",
"Approval request has been sent successfully!": "承認リクエストが送信されました。",
"Content items": "コンテンツ項目",
"Entry": "エントリ",
"Define schema": "スキーマを定義",
"Folder": "フォルダ",
"You have not defined any schema for this block yet.": "このブロックのスキーマはまだ定義されていません。",
"Define presets": "プリセットを定義",
"Click \"Define schema\" to add the fields you need.": "「スキーマを定義」をクリックし、必要なフィールドを追加してください。",
"No valid fields defined in this section yet.": "このセクションにはまだ有効なフィールドが定義されていません。",
"is already part of another section": "は既に別のセクションの一部です",
"Translate": "翻訳する",
"Choose to delete the values or add the schema keys.": "値の削除かスキーマキーの追加を選択してください。",
"items out of schema": "スキーマ外の項目",
"We have found values which are not part of the schema.": "スキーマの一部ではない値が見つかりました。",
"No changes found": "変更は見つかりませんでした",
"Changes": "変更点",
"Remove all": "すべて削除",
"Select releases to deploy": "展開するリリースを選択してください",
"What is getting deployed?": "何が展開されていますか?",
"All content that is currently on the source branch and the releases you select.": "現在ソースブランチと選択されたリリースにあるすべてのコンテンツ。",
"No releases found on the source branch": "ソースブランチにリリースが見つかりませんでした",
"A newer version of this content item has been found in the database.": "このコンテンツ項目の新しいバージョンがデータベースで見つかりました。",
"Confirm": "確定",
"Choose the conflict solution": "コンフリクトソリューションを選択してください",
"Copy over": "上書き",
"Opens newer version in a new window to let you copy over your changes.": "新規ウィンドウで新しいバージョンを開くと、変更をコピーできます。",
"Overwrite": "上書きする",
"Slug": "スラッグ",
"Overwrites newer version with your changes.": "新しいバージョンを変更内容で上書きします。",
"Define as root for the folder": "フォルダのルートとして定義する",
"Preset": "プリセット",
"Content type": "コンテンツタイプ",
"Confirm deletion": "削除を確定",
"Are you sure that you want to delete this item(s)?": "この項目を削除してもよろしいですか?",
"Include associated alternates": "関連する代替を含める",
"Target-Folder": "ターゲットフォルダ",
"Is alternative version of the duplicate?": "複製の代替バージョンですか?",
"Duplicate": "複製する",
"Schedule": "スケジュール",
"duplicated": "複製",
"You are not allowed to duplicate this story.": "このストーリーは複製できません。",
"Open published": "公開済を開く",
"Send approval": "承認を送信",
"Open draft": "ドラフトを開く",
"Unpublish": "非公開にする",
"Draft json": "ドラフトJSON",
"Discard changes": "変更を破棄",
"Start sync": "同期を開始",
"Published json": "公開されたJSON",
"Status": "状態",
"Tools": "ツール",
"Real path": "実際のパス",
"Settings for the folder content": "フォルダ内容の設定",
"Disable visual composer": "ビジュアルコンポーザーを無効にする",
"Clone to all": "すべてクローン化",
"Deny changing content type": "コンテンツタイプの変更を拒否する",
"Merge to all": "すべてにマージ",
"Dimensions are only available if you are editing a content item in a subfolder.": "ディメンションは、サブフォルダ内のコンテンツ項目を編集している場合にのみ使用できます。",
"Create a folder structure where the first folder defines your dimension (Example: de/home, en/home).": "ディメンションを定義する最初のフォルダを設置するフォルダ構造を作成してください(例:de/home、en/home)。",
"Not created yet": "まだ作成されていません",
"Create clone": "クローンを作成",
"Merge": "マージ",
"Something went wrong merging the alternate(s)": "代替をマージするときに問題が発生しました",
"The alternate(s) have been created!": "代替が作成されました。",
"The alternate(s) have been merged!": "代替がマージされました!",
"Add preset": "プリセットを追加",
"Presets are blocks filled with the content you currently have in the selected block.": "プリセットは、選択したブロックに現在あるコンテンツで埋められたブロックです。",
"Something went wrong creating the alternate(s)": "代替の作成中に問題が発生しました",
"The saved presets are shown for all users at the selection of new blocks.": "保存されたプリセットは、新しいブロックを選択するとすべてのユーザーに表示されます。",
"Existing presets": "既存のプリセット",
"As default": "デフォルトとして",
"Release date (optional)": "リリース日(オプション)",
"Branches to deploy": "展開するブランチ",
"When the release gets merged all content will be automatically deployed to the selected branches.": "リリースがマージされると、すべてのコンテンツが選択したブランチに自動的に展開されます。",
"Entry configuration": "エントリ設定",
"Editmode": "編集モード",
"Are you sure you want to delete this release?": "このリリースを削除してもよろしいですか?",
"Form only": "フォームのみ",
"Visual": "ビジュアル",
"Tags": "タグ",
"Sort by date": "日付けで並び替え",
"First published date": "最初の公開日",
"Remove": "削除",
"Alternative versions": "代替バージョン",
"Search for the content group of this story.": "このストーリーのコンテンツグループを検索できます。",
"Shortcut": "ショートカット",
"Pin as shortcut in the mini-browser": "ミニブラウザでショートカットとして固定",
"Current": "現在",
"New release": "新規リリース",
"Skip this step": "この手順をスキップ",
"Move": "移動",
"Next step": "次のステップ",
"We have already done that for you. Open the entry \"Home\" below to play around.": "すでに対応済みです。 プレイするには、下の「ホーム」エントリを開きます。",
"Create a demo page": "デモページを作成",
"Create a new folder": "新しいフォルダを作成",
"Create your first folder": "最初のフォルダを作成する",
"and define a new content type during the folder set-up.": "フォルダのセットアップ時に新しいコンテンツタイプを定義してください。",
"Create your first entry": "最初のエントリを作成する",
"Create entry": "エントリを作成",
"and define its fields by building its schema so you can fill it with content.": "コンテンツを入力できるようにスキーマを構築してフィールドを定義します。",
"Will be released at": "リリース先は",
"Show only items from this release": "このリリースの項目のみを表示",
"Has been published at": "次の場所で公開されています。",
"Last deployment": "最終配置",
"This branch has never been deployed": "このブランチは展開されたことがありません",
"Release now": "今すぐリリース",
"Open preview": "プレビューを開く",
"Deploy from source": "ソースから展開",
"You are seeing deleted items": "削除済み項目が表示されています",
"Name (desc)": "名前(降順)",
"Default sorting": "デフォルトの並び替え",
"Name (asc)": "名前(昇順)",
"Slug (desc)": "スラッグ(降順)",
"releases": "リリース",
"Slug (asc)": "スラグ(昇順)",
"Created at": "作成日時",
"Updated at": "更新日時:",
"Deleted at": "削除日時",
"Are you sure you want to unpublish this item(s)?": "この項目を非公開にしてもよろしいですか?",
"The items have been updated!": "項目が更新されました。",
"Are you sure you want to publish this item(s)?": "この項目を公開してもよろしいですか?",
"Are you sure you want to restore this item(s)?": "この項目を復元しますか?",
"Something went wrong restoring some items": "一部の項目の復元で問題が発生しました",
"Something went wrong updating item(s)": "項目の更新中に問題が発生しました",
"No tools installed on this space": "このスペースにはツールがインストールされていません",
"Deleted items can not be viewed. Please click the checkbox of the item and restore to view.": "削除済み項目は表示されません。 項目のチェックボックスをクリックして表示を戻してください。",
"The content has been released!": "コンテンツが公開されました!",
"Do you really want to copy the content of the default language to the current and replace the existing field value?": "デフォルト言語のコンテンツを現在の言語にコピーし、既存のフィールド値を置き換えますか?",
"Default language": "デフォルトの言語",
"Install from the app store": "アプリストアからインストールする",
"Draft updated at": "下書きの更新日時:",
"Never": "決して",
"Published at": "公開日:",
"Latest workflow changes": "最新のワークフローの変更",
"Last author": "最後の作成者",
"None": "なし",
"Workflow stage": "ワークフローステージ",
"set by": "設定者",
"Assigned to": "割り当て先",
"Update": "更新",
"Comments": "コメント",
"Load older comments": "古いコメントを読み込む",
"Edit": "編集",
"Workflow stage and assignments": "ワークフローステージと割り当て",
"Add a comment": "コメントを追加",
"Assign to": "割り当て先",
"Notify users via email": "メールでユーザーに通知",
"Submit": "送信",
"Lambda Function": "ラムダ関数",
"Task type": "タスクの種類",
"Webhook": "Webhook",
"The payload of the request contains the task and the space id.": "要求のペイロードには、タスクとスペースIDが含まれます。",
"Lambda Function (coming soon)": "ラムダ関数(近日公開予定)",
"Provide the endpoint where you want to send a POST request.": "POSTリクエストを送信するエンドポイントを指定してください。",
"Protected variable": "保護された変数",
"Function code": "機能コード",
"For example:": "例:",
"Ok": "OK",
"Are you sure you want to delete this task?": "このタスクを削除してもよろしいですか?",
"Last execution": "最後の実行",
"Currently running": "現在実行中",
"Executed successfully!": "実行されました。",
"Execute": "実行",
"Choose XML for translation software like SDL Trados Studio or JSON for translation software like LingoHub.": "SDL Trados Studioなどの翻訳ソフトウェアにはXMLを、LingoHubなどの翻訳ソフトウェアにはJSONを選択してください。",
"Autosave enabled?": "自動保存を有効にしますか?",
"Empty": "空欄",
"Choose a compatible XML or JSON generated from the export.": "エクスポートから生成された互換性のあるXMLまたはJSONを選択してください。",
"Desktop": "デスクトップ",
"Tablet": "タブレット",
"Tag": "タグ",
"Mobile": "モバイル",
"Select": "選択する",
"Content type value": "コンテンツタイプの値",
"Component": "コンポーネント",
"Assigned to me only": "自分のみに割り当て",
"In folder": "フォルダ内",
"element": "要素",
"Search in current folder only": "現在のフォルダのみ検索",
"No results found": "結果がありません",
"Current version": "現在のバージョン",
"Start typing to search": "入力して検索",
"Confirming invitation": "招待を確定中",
"Please wait a couple of seconds": "数秒ほどお待ちください",
"Unknown author": "不明な作成者",
"You are now a member of the organisation": "あなたは現在、組織のメンバーです",
"Go to spaces": "スペースへ",
"Invitation confirmed!": "招待しました。",
"Please login first and then click the invitation link again.": "ログインしてから、招待リンクをもう一度クリックしてください。",
"Go to login": "ログインへ",
"Login required.": "ログインしてください。",
"Your invitation is not valid anymore.": "招待は無効です。",
"Please upgrade your Storyblok space. You have": "Storyblokスペースをアップグレードしてください。 あなたが持っているのは",
"Something went wrong.": "問題が発生しました。",
"collaborator(s) and your": "共同作業者とあなたの",
"Please contact your Storyblok space owner. You have": "Storyblokのスペースのオーナーにご連絡ください。 あなたが持っているのは",
"is over.": "が終了しました。",
"Just a moment. A background task is still running.": "しばらくお待ちください。 バックグラウンドでタスクがまだ実行中です。",
"The Storyblok app has been updated!": "Storyblokアプリケーションが更新されました!",
"Please reload the window to get the newest version.": "最新バージョンを取得するには、ウィンドウを再読み込みしてください。",
"Reload window": "ウィンドウを再読み込み",
"Manage": "管理",
"Toggle assistance mode": "アシスタントモードの切り替え",
"Assisted spaces": "補助スペース",
"Logging in": "ログイン中",
"Sales": "売上高",
"I have read and agree to the": "私は以下を読んだうえで同意します",
"Logged in as": "ログイン名:",
"Catalogue": "カタログ",
"Initiating space": "スペース開始",
"Configuration": "環境設定",
"There was an error confirming your account. Please try again.": "アカウントの確定中にエラーが発生しました。 もう一度お試しください。",
"Resend confirmation": "確認を再送",
"Confirmed successfully!": "確定しました。",
"You have unsaved changes on this content item. Do you want to discard your changes?": "このコンテンツ項目に保存されていない変更があります。 変更を破棄しますか?",
"No": "いいえ",
"To continue confirm that you have read and agree to the Terms and Privacy Policy.": "お続けになる前に、ご利用規約とプライバシーポリシーをよくお読みになり、ご同意ください。",
"Yes": "はい",
"Invitation sent!": "招待状を送信しました。",
"Shortcuts: Esc for No, Enter for Yes": "ショートカット:いいえの場合はEsc、はいの場合はEnter",
"Usertype": "ユーザータイプ",
"The user has been invited to your organisation and will be added once confirmed.": "ユーザーは組織に招待されており、確認後に追加されます。",
"Normal": "通常",
"Member": "メンバー",
"Provide the 15 digit ID": "15桁のIDを入力してください",
"Is sandbox user?": "サンドボックスユーザーですか?",
"Owner: Can manage users and define owners": "オーナー:ユーザーを管理し、オーナーを定義できます。",
"Admin: Can manage users": "管理者:ユーザーを管理できます",
"Member: Can not manage users": "メンバー:ユーザーを管理できません",
"Firstname": "名",
"Disable": "無効化",
"Lastname": "姓",
"Are you sure you want to disable this user?": "このユーザーを無効にしてもよろしいですか?",
"It seems you do not have any": "あなたは何も持っていないようです",
"Enable": "有効化",
"Type in all emails of the users you want to invite separated by a new line.": "招待するすべてのユーザーのメールアドレスを改行で区切って入力してください。",
"Invite others": "他のユーザーを招待する",
"yet.": "まだです。",
"Send": "送信",
"Done!": "完了!",
"Your invitation has been sent! As soon as the users have signed up you can add them as collaborators to your space(s).": "招待状が送信されました。 ユーザーがサインアップするとすぐに共同作業者としてスペースに追加できます。",
"Please enter at least one email": "メールアドレスを1つ以上入力してください",
"Invite more people": "別の人を招待する",
" is not a valid email": " は有効なメールアドレスではありません",
"from": "送信者",
"Target": "目標",
"Asset": "アセット",
"Current window": "現在のウィンドウ",
"Get started": "はじめに",
"New window": "新しいウィンドウ",
"terms of use": "利用規約",
"Signup": "サインアップ",
"By clicking \"Signup\" you accept the": "「サインアップ」をクリックすると以下に同意するものとみなされます。",
"Switch to login": "ログインに切り替え",
"Forgot password?": "パスワードをお忘れですか?",
"Already have an account?": "すでにアカウントをお持ちですか?",
"No account yet?": "まだアカウントをお持ちではありませんか?",
"Signup here": "サインアップはこちら",
"Login": "ログイン",
"Resend": "再送信",
"confirmation email": "確認メール",
"Send password reset link": "パスワードリセットリンクを送信",
"Imprint": "インプリント",
"Privacy policy": "プライバシーポリシー",
"Are you a developer?": "あなたは開発者ですか?",
"Choose no if you want to join an existing project": "既存のプロジェクトに参加する場合は「いいえ」を選択してください",
"No, I am not a dev": "いいえ、私は開発者ではありません",
"Yes, I am a dev": "はい、私は開発者です",
"Choose your own adventure": "自分の体験を選ぶ",
"Join an existing space": "既存のスペースに参加する",
"What would you do like next?": "次はどうしますか?",
"You are almost there": "もうすぐ完了",
"Success!": "成功!",
"Insert the email of your space admin to let them add you as a collaborator of the space": "スペース管理者のメールアドレスを挿入し、管理者がスペースの共同作業者として追加できるようにしてください。",
"I received the email": "メールを受信しました",
"You will get notified per email once the admin added you as a collaborator. Then click on the button below to continue.": "管理者に共同作業者として追加されるとメールで通知されます。 下のボタンをクリックして続けてください。",
"It seems that the authentification code is wrong.": "認証コードが正しくありません。",
"My account": "マイアカウント",
"Please check the password confirmation.": "パスワード確認をお確かめください。",
"You are logged in via a third party authentication provider.": "サードパーティの認証プロバイダ経由でログインしています。",
"Profile picture": "プロフィール画像",
"Username": "ユーザー名",
"Your Storyblok ID for adding you as a collaborator to another project is": "他のプロジェクトに共同作業者として追加するためのStoryblok IDは、次のとおりです。",
"Recommended: 500px x 500px (JPG or PNG)": "推奨サイズ:500px x 500px(JPGまたはPNG)",
"Phone number": "電話番号",
"Your timezone": "あなたのタイムゾーン",
"Your language": "あなたの言語",
"Current password": "現在のパスワード",
"Insert your current password if you changed your username, email, phone number, password or security settings": "ユーザー名、メールアドレス、電話番号、パスワード、セキュリティ設定を変更した場合は、現在のパスワードを入力してください",
"New Password": "新しいパスワード",
"Do you want to change your current password?": "現在のパスワードを変更しますか?",
"Password confirmation": "パスワードの確認",
"Security Settings": "セキュリティ設定",
"How do you want to login?": "どのようにログインしますか?",
"Password only": "パスワードのみ",
"Two factor authentication via SMS": "SMSによる2要素認証",
"Personal access tokens": "パーソナルアクセストークン",
"Two factor authentication via Email": "メールアドレスによる2要素認証",
"Storyblok Management API": "Storyblok管理API",
"Please copy this api key now. It will be visible only once.": "このAPIキーを今すぐコピーしてください。 表示されるのは1回のみです。",
"Tokens that have been generated to access the": "以下にアクセスするために生成されたトークン",
"Generate new Token": "新しいトークンを生成",
"Personal access tokens work like ordinary OAuth access tokens.": "パーソナルアクセストークンは、通常のOAuthアクセストークンと同様に機能します。",
"They can be used to authenticate yourself to have full access to the managment API programmatically and should NEVER be exposed in public.": "これらを使用すると、プログラム経由で管理APIにフルアクセスするための認証を受けることができます。決して公開しないでください。",
"Privacy": "プライバシー",
"Show username instead of email as collaborator": "共同作業者としてメールアドレスではなくユーザー名を表示",
"Privacy Setting": "プライバシー設定",
"Download in German": "ドイツ語でダウンロード",
"Download in English": "英語でダウンロード",
"Data processing agreement": "データ処理契約",
"Read more about our": "詳細は",
"Account deletion": "アカウントの削除",
"privacy policy here": "プライバシーポリシーはこちら",
"Yes, delete my account": "はい、アカウントを削除します",
"Do you want to delete your account?": "アカウントを削除しますか?",
"Do you really want to delete your account? Type \"delete me\" and click confirm.": "本当にアカウントを削除しますか? 「delete me」と入力し、確定をクリックしてください。",
"User has been updated": "ユーザーが更新されました",
"Not found": "見つかりません",
"Please insert the code we sent to ": "送信されたコードを入力してください ",
"Add user": "ユーザーを追加",
"It seems that you do not have access to this page.": "このページへのアクセス権がありません。",
"Create a new organization": "新しい組織の作成",
"Organisation name": "組織名",
"Create org": "組織を作成",
"SO Settings": "SO設定",
"Whitelabeling": "ホワイトラベル",
"Add SSO url": "SSO URLの追加",
"Url to the editor": "エディターへのURL",
"Provide the full url like": "次のような完全なURLを指定してください",
"Logo-Url": "ロゴURL",
"Provide the full url to the logo like": "次のようなロゴに完全なURLを提供します",
"Not defined": "未定義",
"Organization updated successfully": "組織が更新されました",
"Disabled": "無効",
"Please set your password": "パスワードを設定してください",
"Set password": "パスワードを設定",
"Password has been set. You can now login.": "パスワードが設定されました。 ログインしてください。",
"Thank you": "ありがとうございました",
"Please confirm your billing information": "請求情報をご確認ください。",
"Login failed. The login token may expired. Please try again.": "ログインに失敗しました。 ログイントークンの有効期限が切れている可能性があります。 もう一度お試しください。",
"Please enter all required information": "必要な情報をすべて入力してください",
"We try to keep your billing information for invoices up to date. Please confirm the below information are correct or change them accordingly.": "請求書情報が最新の状態になるよう努めています。 以下の情報をご確認のうえ、必要があれば変更してください。",
"One last thing before you can comment": "コメント前にもう1つ",
"Profile picture (optional)": "プロフィール写真(オプション)",
"Are you sure you want to delete this item?": "この項目を削除してもよろしいですか?",
"Help other collaborators to identify you better by providing your name and a profile picture.": "あなたの名前とプロフィール写真を使用することで、他の共同作業者があなたを識別しやすくなります。",
"Are you sure you want to delete this item(s)?": "この項目を削除してもよろしいですか?",
"seat": "シート",
"seats": "座席"
}