forked from AdvancedCustomFields/acf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacf-ja.po
More file actions
3238 lines (2457 loc) · 97 KB
/
Copy pathacf-ja.po
File metadata and controls
3238 lines (2457 loc) · 97 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
msgid ""
msgstr ""
"Project-Id-Version: Advanced Custom Fields Pro v5.2.9\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"POT-Creation-Date: 2015-08-11 23:33+0200\n"
"PO-Revision-Date: 2018-02-06 10:06+1000\n"
"Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
"Language-Team: shogo kato <s_kato@crete.co.jp>\n"
"Language: ja_JP\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.1\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;"
"esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-WPHeader: acf.php\n"
"X-Textdomain-Support: yes\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
#: acf.php:63
msgid "Advanced Custom Fields"
msgstr "Advanced Custom Fields"
#: acf.php:205 admin/admin.php:61
msgid "Field Groups"
msgstr "フィールドグループ"
#: acf.php:206
msgid "Field Group"
msgstr "フィールドグループ"
#: acf.php:207 acf.php:239 admin/admin.php:62 pro/fields/flexible-content.php:517
msgid "Add New"
msgstr "新規追加"
#: acf.php:208
msgid "Add New Field Group"
msgstr "フィールドグループを新規追加"
#: acf.php:209
msgid "Edit Field Group"
msgstr "フィールドグループを編集"
#: acf.php:210
msgid "New Field Group"
msgstr "新規フィールドグループ"
#: acf.php:211
msgid "View Field Group"
msgstr "フィールドグループを表示"
#: acf.php:212
msgid "Search Field Groups"
msgstr "フィールドグループを検索"
#: acf.php:213
msgid "No Field Groups found"
msgstr "フィールドグループが見つかりませんでした"
#: acf.php:214
msgid "No Field Groups found in Trash"
msgstr "ゴミ箱の中にフィールドグループは見つかりませんでした"
#: acf.php:237 admin/field-group.php:182 admin/field-group.php:213 admin/field-groups.php:519
msgid "Fields"
msgstr "フィールド"
#: acf.php:238
msgid "Field"
msgstr "フィールド"
#: acf.php:240
msgid "Add New Field"
msgstr "新規フィールドを追加"
#: acf.php:241
msgid "Edit Field"
msgstr "フィールドを編集"
#: acf.php:242 admin/views/field-group-fields.php:18 admin/views/settings-info.php:111
msgid "New Field"
msgstr "新規フィールド"
#: acf.php:243
msgid "View Field"
msgstr "フィールドを表示"
#: acf.php:244
msgid "Search Fields"
msgstr "フィールドを検索"
#: acf.php:245
msgid "No Fields found"
msgstr "フィールドが見つかりませんでした"
#: acf.php:246
msgid "No Fields found in Trash"
msgstr "ゴミ箱の中にフィールドは見つかりませんでした"
#: acf.php:268 admin/field-group.php:283 admin/field-groups.php:583
#: admin/views/field-group-options.php:18
msgid "Disabled"
msgstr ""
#: acf.php:273
#, php-format
msgid "Disabled <span class=\"count\">(%s)</span>"
msgid_plural "Disabled <span class=\"count\">(%s)</span>"
msgstr[0] ""
#: admin/admin.php:57 admin/views/field-group-options.php:120
msgid "Custom Fields"
msgstr "カスタムフィールド"
#: admin/field-group.php:68 admin/field-group.php:69 admin/field-group.php:71
msgid "Field group updated."
msgstr "フィールドグループを更新しました"
#: admin/field-group.php:70
msgid "Field group deleted."
msgstr "フィールドグループを削除しました"
#: admin/field-group.php:73
msgid "Field group published."
msgstr "フィールドグループを公開しました"
#: admin/field-group.php:74
msgid "Field group saved."
msgstr "フィールドグループを保存しました"
#: admin/field-group.php:75
msgid "Field group submitted."
msgstr "フィールドグループを送信しました"
#: admin/field-group.php:76
msgid "Field group scheduled for."
msgstr "フィールドグループを公開予約しました"
#: admin/field-group.php:77
msgid "Field group draft updated."
msgstr "フィールドグループの下書きを更新しました"
#: admin/field-group.php:176
msgid "Move to trash. Are you sure?"
msgstr "ゴミ箱に移動します。よろしいですか?"
#: admin/field-group.php:177
msgid "checked"
msgstr "チェック済み"
#: admin/field-group.php:178
msgid "No toggle fields available"
msgstr "利用できるトグルフィールドがありません"
#: admin/field-group.php:179
msgid "Field group title is required"
msgstr "フィールドグループのタイトルは必須です"
#: admin/field-group.php:180 api/api-field-group.php:607
msgid "copy"
msgstr "複製"
#: admin/field-group.php:181 admin/views/field-group-field-conditional-logic.php:67
#: admin/views/field-group-field-conditional-logic.php:162 admin/views/field-group-locations.php:23
#: admin/views/field-group-locations.php:131 api/api-helpers.php:3262
msgid "or"
msgstr "または"
#: admin/field-group.php:183
msgid "Parent fields"
msgstr "親フィールド"
#: admin/field-group.php:184
msgid "Sibling fields"
msgstr "兄弟フィールド"
#: admin/field-group.php:185
msgid "Move Custom Field"
msgstr "カスタムフィールドを移動"
#: admin/field-group.php:186
msgid "This field cannot be moved until its changes have been saved"
msgstr "このフィールドは変更が保存されるまで移動することはできません"
#: admin/field-group.php:187
msgid "Null"
msgstr "空"
#: admin/field-group.php:188 core/input.php:128
msgid "The changes you made will be lost if you navigate away from this page"
msgstr "このページから移動した場合、変更は失われます"
#: admin/field-group.php:189
msgid "The string \"field_\" may not be used at the start of a field name"
msgstr "\"field_\" はフィールド名の先頭に使うことはできません"
#: admin/field-group.php:214
msgid "Location"
msgstr "位置"
#: admin/field-group.php:215
msgid "Settings"
msgstr ""
#: admin/field-group.php:253
msgid "Field Keys"
msgstr ""
#: admin/field-group.php:283 admin/views/field-group-options.php:17
msgid "Active"
msgstr ""
#: admin/field-group.php:744
msgid "Front Page"
msgstr "フロントページ"
#: admin/field-group.php:745
msgid "Posts Page"
msgstr "投稿ページ"
#: admin/field-group.php:746
msgid "Top Level Page (no parent)"
msgstr "最上位のページ(親ページがない)"
#: admin/field-group.php:747
msgid "Parent Page (has children)"
msgstr "親ページ(子ページがある場合)"
#: admin/field-group.php:748
msgid "Child Page (has parent)"
msgstr "子ページ(親ページがある場合)"
#: admin/field-group.php:764
msgid "Default Template"
msgstr "デフォルトテンプレート"
#: admin/field-group.php:786
msgid "Logged in"
msgstr "ログイン済み"
#: admin/field-group.php:787
msgid "Viewing front end"
msgstr "フロントエンドで表示"
#: admin/field-group.php:788
msgid "Viewing back end"
msgstr "バックエンドで表示"
#: admin/field-group.php:807
msgid "Super Admin"
msgstr "ネットワーク管理者"
#: admin/field-group.php:818 admin/field-group.php:826 admin/field-group.php:840
#: admin/field-group.php:847 admin/field-group.php:862 admin/field-group.php:872 fields/file.php:235
#: fields/image.php:226 pro/fields/gallery.php:653
msgid "All"
msgstr "全て"
#: admin/field-group.php:827
msgid "Add / Edit"
msgstr "追加 / 編集"
#: admin/field-group.php:828
msgid "Register"
msgstr "登録"
#: admin/field-group.php:1059
msgid "Move Complete."
msgstr "移動が完了しました。"
#: admin/field-group.php:1060
#, php-format
msgid "The %s field can now be found in the %s field group"
msgstr "この %s フィールドは今 %s フィールドグループにあります"
#: admin/field-group.php:1062
msgid "Close Window"
msgstr "ウィンドウを閉じる"
#: admin/field-group.php:1097
msgid "Please select the destination for this field"
msgstr "このフィールドの移動先を選択してください"
#: admin/field-group.php:1104
msgid "Move Field"
msgstr "フィールドを移動"
#: admin/field-groups.php:74
#, php-format
msgid "Active <span class=\"count\">(%s)</span>"
msgid_plural "Active <span class=\"count\">(%s)</span>"
msgstr[0] ""
#: admin/field-groups.php:142
#, php-format
msgid "Field group duplicated. %s"
msgstr "フィールドグループを複製しました。 %s"
#: admin/field-groups.php:146
#, php-format
msgid "%s field group duplicated."
msgid_plural "%s field groups duplicated."
msgstr[0] "%s個 のフィールドグループを複製しました"
#: admin/field-groups.php:228
#, php-format
msgid "Field group synchronised. %s"
msgstr "フィールドグループを同期しました。%s"
#: admin/field-groups.php:232
#, php-format
msgid "%s field group synchronised."
msgid_plural "%s field groups synchronised."
msgstr[0] "%s個 のフィールドグループを同期しました"
#: admin/field-groups.php:403 admin/field-groups.php:573
msgid "Sync available"
msgstr "利用可能な同期"
#: admin/field-groups.php:516
msgid "Title"
msgstr "タイトル"
#: admin/field-groups.php:517 admin/views/field-group-options.php:98 admin/views/update-network.php:20
#: admin/views/update-network.php:28
msgid "Description"
msgstr ""
#: admin/field-groups.php:518 admin/views/field-group-options.php:10
msgid "Status"
msgstr ""
#: admin/field-groups.php:616 admin/settings-info.php:76 pro/admin/views/settings-updates.php:111
msgid "Changelog"
msgstr "更新履歴"
#: admin/field-groups.php:617
msgid "See what's new in"
msgstr "新着情報を見る"
#: admin/field-groups.php:617
msgid "version"
msgstr "バージョン"
#: admin/field-groups.php:619
msgid "Resources"
msgstr "リソース"
#: admin/field-groups.php:621
msgid "Getting Started"
msgstr "はじめに"
#: admin/field-groups.php:622 pro/admin/settings-updates.php:73 pro/admin/views/settings-updates.php:17
msgid "Updates"
msgstr "アップデート"
#: admin/field-groups.php:623
msgid "Field Types"
msgstr "フィールドタイプ"
#: admin/field-groups.php:624
msgid "Functions"
msgstr "ファンクション"
#: admin/field-groups.php:625
msgid "Actions"
msgstr "アクション"
#: admin/field-groups.php:626 fields/relationship.php:718
msgid "Filters"
msgstr "フィルター"
#: admin/field-groups.php:627
msgid "'How to' guides"
msgstr "使い方ガイド"
#: admin/field-groups.php:628
msgid "Tutorials"
msgstr "チュートリアル"
#: admin/field-groups.php:633
msgid "Created by"
msgstr "作成"
#: admin/field-groups.php:673
msgid "Duplicate this item"
msgstr "この項目を複製"
#: admin/field-groups.php:673 admin/field-groups.php:685 admin/views/field-group-field.php:58
#: pro/fields/flexible-content.php:516
msgid "Duplicate"
msgstr "複製"
#: admin/field-groups.php:724
#, php-format
msgid "Select %s"
msgstr "%s を選択"
#: admin/field-groups.php:730
msgid "Synchronise field group"
msgstr "フィールドグループを同期する"
#: admin/field-groups.php:730 admin/field-groups.php:750
msgid "Sync"
msgstr "同期する"
#: admin/settings-addons.php:51 admin/views/settings-addons.php:9
msgid "Add-ons"
msgstr "アドオン"
#: admin/settings-addons.php:87
msgid "<b>Error</b>. Could not load add-ons list"
msgstr "<b>エラー</b> アドオンのリストを読み込めませんでした"
#: admin/settings-info.php:50
msgid "Info"
msgstr "お知らせ"
#: admin/settings-info.php:75
msgid "What's New"
msgstr "新着情報"
#: admin/settings-tools.php:54 admin/views/settings-tools-export.php:9 admin/views/settings-tools.php:31
msgid "Tools"
msgstr ""
#: admin/settings-tools.php:151 admin/settings-tools.php:365
msgid "No field groups selected"
msgstr "フィールドグループが選択されていません"
#: admin/settings-tools.php:188
msgid "No file selected"
msgstr "ファイルが選択されていません"
#: admin/settings-tools.php:201
msgid "Error uploading file. Please try again"
msgstr "ファイルのアップロードに失敗しました。もう一度試してください。"
#: admin/settings-tools.php:210
msgid "Incorrect file type"
msgstr "不正なファイルタイプ"
#: admin/settings-tools.php:227
msgid "Import file empty"
msgstr "インポートファイルが空です"
#: admin/settings-tools.php:323
#, php-format
msgid "<b>Success</b>. Import tool added %s field groups: %s"
msgstr "<b>成功</b> インポートツールは %s個 のフィールドグループを追加しました:%s"
#: admin/settings-tools.php:332
#, php-format
msgid "<b>Warning</b>. Import tool detected %s field groups already exist and have been ignored: %s"
msgstr ""
"<b>警告</b> インポートツールは %s個 のフィールドグループが既に存在しているのを検出したため無視しました:"
"%s"
#: admin/update.php:113
msgid "Upgrade ACF"
msgstr ""
#: admin/update.php:143
msgid "Review sites & upgrade"
msgstr ""
#: admin/update.php:298
msgid "Upgrade"
msgstr "アップグレード"
#: admin/update.php:328
msgid "Upgrade Database"
msgstr ""
#: admin/views/field-group-field-conditional-logic.php:29
msgid "Conditional Logic"
msgstr "条件判定"
#: admin/views/field-group-field-conditional-logic.php:40 admin/views/field-group-field.php:137
#: fields/checkbox.php:246 fields/message.php:117 fields/page_link.php:568 fields/page_link.php:582
#: fields/post_object.php:434 fields/post_object.php:448 fields/select.php:411 fields/select.php:425
#: fields/select.php:439 fields/select.php:453 fields/tab.php:172 fields/taxonomy.php:770
#: fields/taxonomy.php:784 fields/taxonomy.php:798 fields/taxonomy.php:812 fields/user.php:457
#: fields/user.php:471 fields/wysiwyg.php:384 pro/admin/views/settings-updates.php:93
msgid "Yes"
msgstr "はい"
#: admin/views/field-group-field-conditional-logic.php:41 admin/views/field-group-field.php:138
#: fields/checkbox.php:247 fields/message.php:118 fields/page_link.php:569 fields/page_link.php:583
#: fields/post_object.php:435 fields/post_object.php:449 fields/select.php:412 fields/select.php:426
#: fields/select.php:440 fields/select.php:454 fields/tab.php:173 fields/taxonomy.php:685
#: fields/taxonomy.php:771 fields/taxonomy.php:785 fields/taxonomy.php:799 fields/taxonomy.php:813
#: fields/user.php:458 fields/user.php:472 fields/wysiwyg.php:385
#: pro/admin/views/settings-updates.php:103
msgid "No"
msgstr "いいえ"
#: admin/views/field-group-field-conditional-logic.php:65
msgid "Show this field if"
msgstr "このフィールドグループの表示条件"
#: admin/views/field-group-field-conditional-logic.php:111 admin/views/field-group-locations.php:88
msgid "is equal to"
msgstr "等しい"
#: admin/views/field-group-field-conditional-logic.php:112 admin/views/field-group-locations.php:89
msgid "is not equal to"
msgstr "等しくない"
#: admin/views/field-group-field-conditional-logic.php:149 admin/views/field-group-locations.php:118
msgid "and"
msgstr "and"
#: admin/views/field-group-field-conditional-logic.php:164 admin/views/field-group-locations.php:133
msgid "Add rule group"
msgstr "ルールを追加"
#: admin/views/field-group-field.php:54 admin/views/field-group-field.php:57
msgid "Edit field"
msgstr "フィールドを編集"
#: admin/views/field-group-field.php:57 pro/fields/gallery.php:355
msgid "Edit"
msgstr "編集"
#: admin/views/field-group-field.php:58
msgid "Duplicate field"
msgstr "フィールドを複製"
#: admin/views/field-group-field.php:59
msgid "Move field to another group"
msgstr "別のグループにフィールドを移動する"
#: admin/views/field-group-field.php:59
msgid "Move"
msgstr "移動"
#: admin/views/field-group-field.php:60
msgid "Delete field"
msgstr "フィールドを削除"
#: admin/views/field-group-field.php:60 pro/fields/flexible-content.php:515
msgid "Delete"
msgstr "削除"
#: admin/views/field-group-field.php:68 fields/oembed.php:212 fields/taxonomy.php:886
msgid "Error"
msgstr "エラー"
#: fields/oembed.php:220 fields/taxonomy.php:900
msgid "Error."
msgstr "エラー."
#: admin/views/field-group-field.php:68
msgid "Field type does not exist"
msgstr "フィールドタイプが存在しません"
#: admin/views/field-group-field.php:81
msgid "Field Label"
msgstr "フィールドラベル"
#: admin/views/field-group-field.php:82
msgid "This is the name which will appear on the EDIT page"
msgstr "編集ページで表示される名前です"
#: admin/views/field-group-field.php:93
msgid "Field Name"
msgstr "フィールド名"
#: admin/views/field-group-field.php:94
msgid "Single word, no spaces. Underscores and dashes allowed"
msgstr "スペースは不可、アンダースコアとダッシュは使用可能。"
#: admin/views/field-group-field.php:105
msgid "Field Type"
msgstr "フィールドタイプ"
#: admin/views/field-group-field.php:118 fields/tab.php:143
msgid "Instructions"
msgstr "説明"
#: admin/views/field-group-field.php:119
msgid "Instructions for authors. Shown when submitting data"
msgstr "投稿者向けの説明。編集時に表示されます"
#: admin/views/field-group-field.php:130
msgid "Required?"
msgstr "必須か?"
#: admin/views/field-group-field.php:158
msgid "Wrapper Attributes"
msgstr "ラッパーの属性"
#: admin/views/field-group-field.php:164
msgid "width"
msgstr "width"
#: admin/views/field-group-field.php:178
msgid "class"
msgstr "class"
#: admin/views/field-group-field.php:191
msgid "id"
msgstr "id"
#: admin/views/field-group-field.php:203
msgid "Close Field"
msgstr "フィールドを閉じる"
#: admin/views/field-group-fields.php:29
msgid "Order"
msgstr "順序"
#: admin/views/field-group-fields.php:30 pro/fields/flexible-content.php:541
msgid "Label"
msgstr "ラベル"
#: admin/views/field-group-fields.php:31 pro/fields/flexible-content.php:554
msgid "Name"
msgstr "名前"
#: admin/views/field-group-fields.php:32
msgid "Type"
msgstr "タイプ"
#: admin/views/field-group-fields.php:44
msgid "No fields. Click the <strong>+ Add Field</strong> button to create your first field."
msgstr ""
"フィールドはありません。<strong>+ 新規追加</strong>ボタンをクリックして最初のフィールドを作成してくださ"
"い"
#: admin/views/field-group-fields.php:51
msgid "Drag and drop to reorder"
msgstr "ドラッグアンドドロップで並べ替える"
#: admin/views/field-group-fields.php:54
msgid "+ Add Field"
msgstr "+ フィールドを追加"
#: admin/views/field-group-locations.php:5
msgid "Rules"
msgstr "ルール"
#: admin/views/field-group-locations.php:6
msgid "Create a set of rules to determine which edit screens will use these advanced custom fields"
msgstr "どの編集画面でカスタムフィールドを表示するかを決定するルールを作成します。"
#: admin/views/field-group-locations.php:21
msgid "Show this field group if"
msgstr "このフィールドグループを表示する条件"
#: admin/views/field-group-locations.php:41 admin/views/field-group-locations.php:47
msgid "Post"
msgstr "投稿"
#: admin/views/field-group-locations.php:42 fields/relationship.php:724
msgid "Post Type"
msgstr "投稿タイプ"
#: admin/views/field-group-locations.php:43
msgid "Post Status"
msgstr "投稿ステータス"
#: admin/views/field-group-locations.php:44
msgid "Post Format"
msgstr "投稿フォーマット"
#: admin/views/field-group-locations.php:45
msgid "Post Category"
msgstr "投稿カテゴリー"
#: admin/views/field-group-locations.php:46
msgid "Post Taxonomy"
msgstr "投稿タクソノミー"
#: admin/views/field-group-locations.php:49 admin/views/field-group-locations.php:53
msgid "Page"
msgstr "ページ"
#: admin/views/field-group-locations.php:50
msgid "Page Template"
msgstr "ページテンプレート"
#: admin/views/field-group-locations.php:51
msgid "Page Type"
msgstr "ページタイプ"
#: admin/views/field-group-locations.php:52
msgid "Page Parent"
msgstr "親ページ"
#: admin/views/field-group-locations.php:55 fields/user.php:36
msgid "User"
msgstr "ユーザー"
#: admin/views/field-group-locations.php:56
msgid "Current User"
msgstr "現在のユーザー"
#: admin/views/field-group-locations.php:57
msgid "Current User Role"
msgstr "現在の権限グループ"
#: admin/views/field-group-locations.php:58
msgid "User Form"
msgstr "ユーザーフォーム"
#: admin/views/field-group-locations.php:59
msgid "User Role"
msgstr "権限グループ"
#: admin/views/field-group-locations.php:61 pro/admin/options-page.php:48
msgid "Forms"
msgstr "フォーム"
#: admin/views/field-group-locations.php:62
msgid "Attachment"
msgstr "メディア"
#: admin/views/field-group-locations.php:63
msgid "Taxonomy Term"
msgstr "タクソノミーターム"
#: admin/views/field-group-locations.php:64
msgid "Comment"
msgstr "コメント"
#: admin/views/field-group-locations.php:65
msgid "Widget"
msgstr "ウィジェット"
#: admin/views/field-group-options.php:25
msgid "Style"
msgstr "スタイル"
#: admin/views/field-group-options.php:32
msgid "Standard (WP metabox)"
msgstr "標準(WPメタボックス)"
#: admin/views/field-group-options.php:33
msgid "Seamless (no metabox)"
msgstr "シームレス(メタボックスなし)"
#: admin/views/field-group-options.php:40
msgid "Position"
msgstr "位置"
#: admin/views/field-group-options.php:47
msgid "High (after title)"
msgstr "高(タイトルの後)"
#: admin/views/field-group-options.php:48
msgid "Normal (after content)"
msgstr "通常(コンテンツエディタの後)"
#: admin/views/field-group-options.php:49
msgid "Side"
msgstr "サイド"
#: admin/views/field-group-options.php:57
msgid "Label placement"
msgstr "ラベルの配置"
#: admin/views/field-group-options.php:64 fields/tab.php:159
msgid "Top aligned"
msgstr "上揃え"
#: admin/views/field-group-options.php:65 fields/tab.php:160
msgid "Left aligned"
msgstr "左揃え"
#: admin/views/field-group-options.php:72
msgid "Instruction placement"
msgstr "説明の配置"
#: admin/views/field-group-options.php:79
msgid "Below labels"
msgstr "ラベルの下"
#: admin/views/field-group-options.php:80
msgid "Below fields"
msgstr "フィールドの下"
#: admin/views/field-group-options.php:87
msgid "Order No."
msgstr "順番"
#: admin/views/field-group-options.php:88
msgid "Field groups with a lower order will appear first"
msgstr ""
#: admin/views/field-group-options.php:99
msgid "Shown in field group list"
msgstr ""
#: admin/views/field-group-options.php:109
msgid "Hide on screen"
msgstr "画面に非表示"
#: admin/views/field-group-options.php:110
msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
msgstr "編集画面で<b>表示しない</b>アイテムを<b>選択</b>"
#: admin/views/field-group-options.php:110
msgid ""
"If multiple field groups appear on an edit screen, the first field group's options will be used (the "
"one with the lowest order number)"
msgstr ""
#: admin/views/field-group-options.php:117
msgid "Permalink"
msgstr "パーマリンク"
#: admin/views/field-group-options.php:118
msgid "Content Editor"
msgstr "コンテンツエディタ"
#: admin/views/field-group-options.php:119
msgid "Excerpt"
msgstr "抜粋"
#: admin/views/field-group-options.php:121
msgid "Discussion"
msgstr "ディスカッション"
#: admin/views/field-group-options.php:122
msgid "Comments"
msgstr "コメント"
#: admin/views/field-group-options.php:123
msgid "Revisions"
msgstr "リビジョン"
#: admin/views/field-group-options.php:124
msgid "Slug"
msgstr "スラッグ"
#: admin/views/field-group-options.php:125
msgid "Author"
msgstr "作成者"
#: admin/views/field-group-options.php:126
msgid "Format"
msgstr "フォーマット"
#: admin/views/field-group-options.php:127
msgid "Page Attributes"
msgstr "ページ属性"
#: admin/views/field-group-options.php:128 fields/relationship.php:737
msgid "Featured Image"
msgstr "アイキャッチ画像"
#: admin/views/field-group-options.php:129
msgid "Categories"
msgstr "カテゴリー"
#: admin/views/field-group-options.php:130
msgid "Tags"
msgstr "タグ"
#: admin/views/field-group-options.php:131
msgid "Send Trackbacks"
msgstr "トラックバック"
#: admin/views/settings-addons.php:23
msgid "Download & Install"
msgstr "ダウンロードしてインストール"
#: admin/views/settings-addons.php:42
msgid "Installed"
msgstr "インストール済み"
#: admin/views/settings-info.php:9
msgid "Welcome to Advanced Custom Fields"
msgstr "ようこそ Advanced Custom Fields"
#: admin/views/settings-info.php:10
#, php-format
msgid "Thank you for updating! ACF %s is bigger and better than ever before. We hope you like it."
msgstr ""
"アップグレードありがとうございます!ACF %s は規模、質ともに向上しています。気に入ってもらえたら幸いで"
"す。"
#: admin/views/settings-info.php:23
msgid "A smoother custom field experience"
msgstr "もっとも快適なカスタムフィールド体験"
#: admin/views/settings-info.php:28
msgid "Improved Usability"
msgstr "改良されたユーザビリティ"
#: admin/views/settings-info.php:29
msgid ""
"Including the popular Select2 library has improved both usability and speed across a number of field "
"types including post object, page link, taxonomy and select."
msgstr ""
"内蔵した人気のSelect2ライブラリによって、投稿オブジェクトやページリンク、タクソノミーなど多くのフィール"
"ドタイプにおける選択のユーザビリティと速度の両方を改善しました。"
#: admin/views/settings-info.php:33
msgid "Improved Design"
msgstr "改良されたデザイン"
#: admin/views/settings-info.php:34
msgid ""
"Many fields have undergone a visual refresh to make ACF look better than ever! Noticeable changes are "
"seen on the gallery, relationship and oEmbed (new) fields!"
msgstr ""
"ACFがより良くなるよう、多くのフィールドのデザインを一新しました!目立った変化は、ギャラリーフィールドや"
"関連フィールド、(新しい)oEmbedフィールドでわかるでしょう!"
#: admin/views/settings-info.php:38
msgid "Improved Data"
msgstr "改良されたデータ"
#: admin/views/settings-info.php:39
msgid ""
"Redesigning the data architecture has allowed sub fields to live independently from their parents. This "
"allows you to drag and drop fields in and out of parent fields!"
msgstr ""
"データ構造を再設計したことでサブフィールドは親フィールドから独立して存在できるようになりました。これに"
"よって親フィールドの内外にフィールドをドラッグアンドドロップできるます。"
#: admin/views/settings-info.php:45
msgid "Goodbye Add-ons. Hello PRO"
msgstr "さようならアドオン、こんにちはPRO"
#: admin/views/settings-info.php:50
msgid "Introducing ACF PRO"
msgstr "ACF PRO紹介"
#: admin/views/settings-info.php:51
msgid "We're changing the way premium functionality is delivered in an exciting way!"
msgstr "我々はエキサイティングな方法で有料機能を提供することにしました!"
#: admin/views/settings-info.php:52
#, php-format
msgid ""
"All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro version of ACF</a>. With both "
"personal and developer licenses available, premium functionality is more affordable and accessible than "
"ever before!"
msgstr ""
"4つのアドオンを<a href=\"%s\">ACFのPROバージョン</a>として組み合わせました。個人または開発者ライセンスに"
"よって、以前よりお手頃な価格で有料機能を利用できます!"
#: admin/views/settings-info.php:56
msgid "Powerful Features"
msgstr "パワフルな機能"
#: admin/views/settings-info.php:57
msgid ""
"ACF PRO contains powerful features such as repeatable data, flexible content layouts, a beautiful "
"gallery field and the ability to create extra admin options pages!"
msgstr ""
"ACF PROには、繰り返し可能なデータ、柔軟なコンテンツレイアウト、美しいギャラリーフィールド、オプション"
"ページを作成するなど、パワフルな機能が含まれています!"
#: admin/views/settings-info.php:58
#, php-format
msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
msgstr "もっと<a href=\"%s\">ACF PRO の機能</a>を見る。"
#: admin/views/settings-info.php:62
msgid "Easy Upgrading"
msgstr "簡単なアップグレード"
#: admin/views/settings-info.php:63
#, php-format
msgid ""
"To help make upgrading easy, <a href=\"%s\">login to your store account</a> and claim a free copy of "
"ACF PRO!"
msgstr ""
"簡単なアップグレードのために、<a href=\"%s\">ストアアカウントにログイン</a>してACF PROの無料コピーを申請"
"してください。"
#: admin/views/settings-info.php:64
#, php-format
msgid ""
"We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, but if you do have one, "
"please contact our support team via the <a href=\"%s\">help desk</a>"
msgstr ""
"我々は多くの質問に応えるために<a href=\"%s\">アップグレードガイド</a>を用意していますが、もし質問がある"
"場合は<a href=\"%s\">ヘルプデスク</a>からサポートチームに連絡をしてください。"
#: admin/views/settings-info.php:72
msgid "Under the Hood"
msgstr "その内部では"
#: admin/views/settings-info.php:77
msgid "Smarter field settings"
msgstr "よりスマートなフィールド設定"
#: admin/views/settings-info.php:78
msgid "ACF now saves its field settings as individual post objects"
msgstr "ACFはそれぞれのフィールドを独立した投稿オブジェクトとして保存するようになりました。"