@plone/volto 16.27.0 → 16.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/.changelog.draft +7 -2
  2. package/.yarn/install-state.gz +0 -0
  3. package/CHANGELOG.md +11 -0
  4. package/README.md +3 -19
  5. package/locales/ca/LC_MESSAGES/volto.po +94 -30
  6. package/locales/ca.json +1 -1
  7. package/locales/de/LC_MESSAGES/volto.po +94 -30
  8. package/locales/de.json +1 -1
  9. package/locales/en/LC_MESSAGES/volto.po +95 -31
  10. package/locales/en.json +1 -1
  11. package/locales/es/LC_MESSAGES/volto.po +94 -30
  12. package/locales/es.json +1 -1
  13. package/locales/eu/LC_MESSAGES/volto.po +94 -30
  14. package/locales/eu.json +1 -1
  15. package/locales/fi/LC_MESSAGES/volto.po +94 -30
  16. package/locales/fi.json +1 -1
  17. package/locales/fr/LC_MESSAGES/volto.po +94 -30
  18. package/locales/fr.json +1 -1
  19. package/locales/it/LC_MESSAGES/volto.po +94 -30
  20. package/locales/it.json +1 -1
  21. package/locales/ja/LC_MESSAGES/volto.po +94 -30
  22. package/locales/ja.json +1 -1
  23. package/locales/nl/LC_MESSAGES/volto.po +94 -30
  24. package/locales/nl.json +1 -1
  25. package/locales/pt/LC_MESSAGES/volto.po +94 -30
  26. package/locales/pt.json +1 -1
  27. package/locales/pt_BR/LC_MESSAGES/volto.po +94 -30
  28. package/locales/pt_BR.json +1 -1
  29. package/locales/ro/LC_MESSAGES/volto.po +94 -30
  30. package/locales/ro.json +1 -1
  31. package/locales/volto.pot +95 -31
  32. package/locales/zh_CN/LC_MESSAGES/volto.po +94 -30
  33. package/locales/zh_CN.json +1 -1
  34. package/package.json +1 -1
  35. package/packages/volto-slate/package.json +1 -1
  36. package/src/actions/index.js +7 -0
  37. package/src/actions/relations/rebuild.js +25 -0
  38. package/src/actions/relations/relations.js +103 -0
  39. package/src/actions/relations/relations.test.js +15 -0
  40. package/src/components/index.js +1 -0
  41. package/src/components/manage/Contents/Contents.jsx +320 -110
  42. package/src/components/manage/LinksToItem/LinksToItem.jsx +185 -0
  43. package/src/components/manage/LinksToItem/LinksToItem.test.jsx +97 -0
  44. package/src/components/manage/Toolbar/More.jsx +15 -0
  45. package/src/config/NonContentRoutes.jsx +1 -0
  46. package/src/config/index.js +2 -0
  47. package/src/constants/ActionTypes.js +5 -0
  48. package/src/reducers/index.js +2 -0
  49. package/src/reducers/relations/relations.js +201 -0
  50. package/src/routes.js +9 -0
  51. package/theme/themes/pastanaga/extras/contents.less +4 -0
  52. package/.yarn/releases/yarn-4.0.2.cjs +0 -893
  53. package/apps/plone/node_modules/.bin/acorn +0 -17
  54. package/apps/plone/node_modules/.bin/addon +0 -17
  55. package/apps/plone/node_modules/.bin/autoprefixer +0 -17
  56. package/apps/plone/node_modules/.bin/browserslist +0 -17
  57. package/apps/plone/node_modules/.bin/build-storybook +0 -17
  58. package/apps/plone/node_modules/.bin/changelogupdater +0 -17
  59. package/apps/plone/node_modules/.bin/eslint +0 -17
  60. package/apps/plone/node_modules/.bin/eslint-config-prettier +0 -17
  61. package/apps/plone/node_modules/.bin/i18n +0 -17
  62. package/apps/plone/node_modules/.bin/jest +0 -17
  63. package/apps/plone/node_modules/.bin/lessc +0 -17
  64. package/apps/plone/node_modules/.bin/missdev +0 -17
  65. package/apps/plone/node_modules/.bin/prettier +0 -17
  66. package/apps/plone/node_modules/.bin/razzle +0 -17
  67. package/apps/plone/node_modules/.bin/server-test +0 -17
  68. package/apps/plone/node_modules/.bin/start-server-and-test +0 -17
  69. package/apps/plone/node_modules/.bin/start-storybook +0 -17
  70. package/apps/plone/node_modules/.bin/start-test +0 -17
  71. package/apps/plone/node_modules/.bin/storybook-server +0 -17
  72. package/apps/plone/node_modules/.bin/stylelint +0 -17
  73. package/apps/plone/node_modules/.bin/tlds +0 -17
  74. package/apps/plone/node_modules/.bin/ts-jest +0 -17
  75. package/apps/plone/node_modules/.bin/tsc +0 -17
  76. package/apps/plone/node_modules/.bin/tsserver +0 -17
  77. package/apps/plone/node_modules/.bin/uuid +0 -17
  78. package/apps/plone/node_modules/.bin/webpack +0 -17
  79. package/apps/plone/node_modules/.bin/webpack-dev-server +0 -17
  80. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/acorn +0 -17
  81. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/addon +0 -17
  82. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/browserslist +0 -17
  83. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/changelogupdater +0 -17
  84. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/eslint +0 -17
  85. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/eslint-config-prettier +0 -17
  86. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/i18n +0 -17
  87. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/prettier +0 -17
  88. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/release-it +0 -17
  89. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/stylelint +0 -17
  90. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/tsc +0 -17
  91. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/tsserver +0 -17
  92. package/packages/volto-slate/build/messages/src/blocks/Table/TableBlockEdit.json +0 -90
  93. package/packages/volto-slate/build/messages/src/blocks/Text/DefaultTextBlockEditor.json +0 -6
  94. package/packages/volto-slate/build/messages/src/blocks/Text/DetachedTextBlockEditor.json +0 -6
  95. package/packages/volto-slate/build/messages/src/blocks/Text/SlashMenu.json +0 -6
  96. package/packages/volto-slate/build/messages/src/editor/plugins/AdvancedLink/index.json +0 -10
  97. package/packages/volto-slate/build/messages/src/editor/plugins/Link/index.json +0 -10
  98. package/packages/volto-slate/build/messages/src/editor/plugins/Table/index.json +0 -30
  99. package/packages/volto-slate/build/messages/src/elementEditor/messages.json +0 -10
  100. package/packages/volto-slate/build/messages/src/widgets/HtmlSlateWidget.json +0 -6
  101. package/packages/volto-slate/build/messages/src/widgets/RichTextWidgetView.json +0 -6
  102. package/pyvenv.cfg +0 -5
  103. package/share/man/man1/ttx.1 +0 -225
  104. package/styles/Microsoft/AMPM.yml +0 -9
  105. package/styles/Microsoft/Accessibility.yml +0 -25
  106. package/styles/Microsoft/Acronyms.yml +0 -64
  107. package/styles/Microsoft/Adverbs.yml +0 -270
  108. package/styles/Microsoft/Auto.yml +0 -11
  109. package/styles/Microsoft/Avoid.yml +0 -14
  110. package/styles/Microsoft/ComplexWords.yml +0 -120
  111. package/styles/Microsoft/Contractions.yml +0 -50
  112. package/styles/Microsoft/Dashes.yml +0 -13
  113. package/styles/Microsoft/DateFormat.yml +0 -8
  114. package/styles/Microsoft/DateNumbers.yml +0 -40
  115. package/styles/Microsoft/DateOrder.yml +0 -8
  116. package/styles/Microsoft/Ellipses.yml +0 -9
  117. package/styles/Microsoft/FirstPerson.yml +0 -16
  118. package/styles/Microsoft/Foreign.yml +0 -13
  119. package/styles/Microsoft/Gender.yml +0 -8
  120. package/styles/Microsoft/GenderBias.yml +0 -44
  121. package/styles/Microsoft/GeneralURL.yml +0 -11
  122. package/styles/Microsoft/HeadingAcronyms.yml +0 -7
  123. package/styles/Microsoft/HeadingColons.yml +0 -8
  124. package/styles/Microsoft/HeadingPunctuation.yml +0 -13
  125. package/styles/Microsoft/Headings.yml +0 -28
  126. package/styles/Microsoft/Hyphens.yml +0 -14
  127. package/styles/Microsoft/Negative.yml +0 -13
  128. package/styles/Microsoft/Ordinal.yml +0 -13
  129. package/styles/Microsoft/OxfordComma.yml +0 -8
  130. package/styles/Microsoft/Passive.yml +0 -183
  131. package/styles/Microsoft/Percentages.yml +0 -7
  132. package/styles/Microsoft/Quotes.yml +0 -7
  133. package/styles/Microsoft/RangeFormat.yml +0 -13
  134. package/styles/Microsoft/RangeTime.yml +0 -13
  135. package/styles/Microsoft/Ranges.yml +0 -7
  136. package/styles/Microsoft/Semicolon.yml +0 -8
  137. package/styles/Microsoft/SentenceLength.yml +0 -7
  138. package/styles/Microsoft/Spacing.yml +0 -8
  139. package/styles/Microsoft/Suspended.yml +0 -7
  140. package/styles/Microsoft/Terms.yml +0 -41
  141. package/styles/Microsoft/URLFormat.yml +0 -10
  142. package/styles/Microsoft/Units.yml +0 -16
  143. package/styles/Microsoft/Vocab.yml +0 -25
  144. package/styles/Microsoft/We.yml +0 -11
  145. package/styles/Microsoft/Wordiness.yml +0 -122
  146. package/styles/Microsoft/meta.json +0 -4
@@ -424,6 +424,7 @@ msgstr ""
424
424
  #: components/manage/Controlpanels/UpgradeControlPanel
425
425
  #: components/manage/Diff/Diff
426
426
  #: components/manage/History/History
427
+ #: components/manage/LinksToItem/LinksToItem
427
428
  #: components/manage/Multilingual/ManageTranslations
428
429
  #: components/manage/Preferences/ChangePassword
429
430
  #: components/manage/Preferences/PersonalPreferences
@@ -480,11 +481,6 @@ msgstr "参照"
480
481
  msgid "By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator."
481
482
  msgstr "デフォルトでは、このアイテムのコンテナからのパーミッションが継承されます。これを無効にすると、明示的に定義されたパーミッションだけが有効になります。概要画面で {inherited} シンボルが継承された値を示します。同様に、{global} シンボルはグローバルロールを示します。これはサイト管理者によって管理されるものです。"
482
483
 
483
- #: components/manage/Contents/Contents
484
- # defaultMessage: By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.
485
- msgid "By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first."
486
- msgstr ""
487
-
488
484
  #: components/manage/Controlpanels/DatabaseInformation
489
485
  # defaultMessage: Cache Name
490
486
  msgid "Cache Name"
@@ -738,6 +734,11 @@ msgstr ""
738
734
  msgid "Content rules from parent folders"
739
735
  msgstr ""
740
736
 
737
+ #: components/manage/LinksToItem/LinksToItem
738
+ # defaultMessage: Content that links to or references {title}
739
+ msgid "Content that links to or references {title}"
740
+ msgstr ""
741
+
741
742
  #: components/manage/Controlpanels/ContentTypes
742
743
  # defaultMessage: Content type created
743
744
  msgid "Content type created"
@@ -966,11 +967,26 @@ msgstr ""
966
967
  msgid "Delete row"
967
968
  msgstr "行を削除"
968
969
 
970
+ #: components/manage/Contents/Contents
971
+ # defaultMessage: Delete selected items?
972
+ msgid "Delete selected items?"
973
+ msgstr ""
974
+
975
+ #: components/manage/Contents/Contents
976
+ # defaultMessage: Delete this item?
977
+ msgid "Delete this item?"
978
+ msgstr ""
979
+
969
980
  #: components/manage/Controlpanels/Rules/Rules
970
981
  # defaultMessage: Deleted
971
982
  msgid "Deleted"
972
983
  msgstr ""
973
984
 
985
+ #: components/manage/Contents/Contents
986
+ # defaultMessage: Deleting this item breaks {brokenReferences} {variation}.
987
+ msgid "Deleting this item breaks {brokenReferences} {variation}."
988
+ msgstr ""
989
+
974
990
  #: components/manage/Widgets/QuerystringWidget
975
991
  # defaultMessage: Depth
976
992
  msgid "Depth"
@@ -1034,11 +1050,6 @@ msgstr "{license} の下で配布されています。"
1034
1050
  msgid "Divide each row into separate cells"
1035
1051
  msgstr "列の区切り線を表示"
1036
1052
 
1037
- #: components/manage/Contents/Contents
1038
- # defaultMessage: Do you really want to delete the following items?
1039
- msgid "Do you really want to delete the following items?"
1040
- msgstr "以下のアイテムを削除してよろしいですか?"
1041
-
1042
1053
  #: components/manage/Controlpanels/Groups/GroupsControlpanel
1043
1054
  # defaultMessage: Do you really want to delete the group {groupname}?
1044
1055
  msgid "Do you really want to delete the group {groupname}?"
@@ -1821,11 +1832,6 @@ msgstr "アイテム数"
1821
1832
  msgid "Items must be unique."
1822
1833
  msgstr "アイテムはユニークである必要があります。"
1823
1834
 
1824
- #: components/manage/Contents/Contents
1825
- # defaultMessage: Items to be deleted:
1826
- msgid "Items to be deleted:"
1827
- msgstr ""
1828
-
1829
1835
  #: components/manage/Blocks/Search/schema
1830
1836
  # defaultMessage: Label
1831
1837
  msgid "Label"
@@ -1928,6 +1934,17 @@ msgstr "リンク先"
1928
1934
  msgid "Link translation for"
1929
1935
  msgstr ""
1930
1936
 
1937
+ #: components/manage/LinksToItem/LinksToItem
1938
+ # defaultMessage: Linking this item with hyperlink in text
1939
+ msgid "Linking this item with hyperlink in text"
1940
+ msgstr ""
1941
+
1942
+ #: components/manage/LinksToItem/LinksToItem
1943
+ #: components/manage/Toolbar/More
1944
+ # defaultMessage: Links and references
1945
+ msgid "Links and references"
1946
+ msgstr ""
1947
+
1931
1948
  #: components/manage/Blocks/Listing/schema
1932
1949
  # defaultMessage: Listing
1933
1950
  msgid "Listing"
@@ -2250,6 +2267,11 @@ msgstr "アイテムが見つかりませんでした"
2250
2267
  msgid "No items selected"
2251
2268
  msgstr "未選択"
2252
2269
 
2270
+ #: components/manage/LinksToItem/LinksToItem
2271
+ # defaultMessage: No links to this item found.
2272
+ msgid "No links to this item found."
2273
+ msgstr ""
2274
+
2253
2275
  #: components/manage/Blocks/Maps/MapsSidebar
2254
2276
  # defaultMessage: No map selected
2255
2277
  msgid "No map selected"
@@ -2383,6 +2405,11 @@ msgstr ""
2383
2405
  msgid "Origin"
2384
2406
  msgstr "参照元"
2385
2407
 
2408
+ #: components/manage/LinksToItem/LinksToItem
2409
+ # defaultMessage: Overview of relations of all content items
2410
+ msgid "Overview of relations of all content items"
2411
+ msgstr ""
2412
+
2386
2413
  #: components/manage/Toolbar/Toolbar
2387
2414
  # defaultMessage: Page
2388
2415
  msgid "Page"
@@ -2523,11 +2550,6 @@ msgstr ""
2523
2550
  msgid "Possible values"
2524
2551
  msgstr "選択肢"
2525
2552
 
2526
- #: components/manage/Contents/Contents
2527
- # defaultMessage: Potential link breakage
2528
- msgid "Potential link breakage"
2529
- msgstr ""
2530
-
2531
2553
  #: components/theme/Footer/Footer
2532
2554
  # defaultMessage: Powered by Plone & Python
2533
2555
  msgid "Powered by Plone & Python"
@@ -2622,6 +2644,16 @@ msgstr ""
2622
2644
  msgid "Reduce complexity"
2623
2645
  msgstr "見出し行の背景色を変更しない"
2624
2646
 
2647
+ #: components/manage/LinksToItem/LinksToItem
2648
+ # defaultMessage: Referencing this item as related item
2649
+ msgid "Referencing this item as related item"
2650
+ msgstr ""
2651
+
2652
+ #: components/manage/LinksToItem/LinksToItem
2653
+ # defaultMessage: Referencing this item with {relationship}
2654
+ msgid "Referencing this item with {relationship}"
2655
+ msgstr ""
2656
+
2625
2657
  #: components/theme/Anontools/Anontools
2626
2658
  #: components/theme/Login/Login
2627
2659
  #: components/theme/Register/Register
@@ -2779,6 +2811,7 @@ msgid "Revert to this revision"
2779
2811
  msgstr "このリビジョンに戻す"
2780
2812
 
2781
2813
  #: components/manage/Contents/Contents
2814
+ #: components/manage/LinksToItem/LinksToItem
2782
2815
  # defaultMessage: Review state
2783
2816
  msgid "Review state"
2784
2817
  msgstr "審査状態"
@@ -3174,6 +3207,16 @@ msgstr "サイズ: {size}"
3174
3207
  msgid "Small"
3175
3208
  msgstr ""
3176
3209
 
3210
+ #: components/manage/Contents/Contents
3211
+ # defaultMessage: Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders.
3212
+ msgid "Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders."
3213
+ msgstr ""
3214
+
3215
+ #: components/manage/Contents/Contents
3216
+ # defaultMessage: Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken.
3217
+ msgid "Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken."
3218
+ msgstr ""
3219
+
3177
3220
  #: error
3178
3221
  # defaultMessage: Sorry, something went wrong with your request
3179
3222
  msgid "Sorry, something went wrong with your request"
@@ -3516,11 +3559,6 @@ msgstr "いくつかのエラーが発生しました"
3516
3559
  msgid "Third"
3517
3560
  msgstr "第3"
3518
3561
 
3519
- #: components/manage/Contents/Contents
3520
- # defaultMessage: This Page is referenced by the following items:
3521
- msgid "This Page is referenced by the following items:"
3522
- msgstr ""
3523
-
3524
3562
  #: components/manage/WorkingCopyToastsFactory/WorkingCopyToastsFactory
3525
3563
  # defaultMessage: This has an ongoing working copy in {title}
3526
3564
  msgid "This has an ongoing working copy in {title}"
@@ -3536,6 +3574,11 @@ msgstr ""
3536
3574
  msgid "This is a working copy of {title}"
3537
3575
  msgstr ""
3538
3576
 
3577
+ #: components/manage/Contents/Contents
3578
+ # defaultMessage: This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder.
3579
+ msgid "This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder."
3580
+ msgstr ""
3581
+
3539
3582
  #: components/manage/LockingToastsFactory/LockingToastsFactory
3540
3583
  # defaultMessage: This item was locked by {creator} on {date}
3541
3584
  msgid "This item was locked by {creator} on {date}"
@@ -3592,11 +3635,6 @@ msgstr "オブジェクトの総数"
3592
3635
  msgid "Total comments"
3593
3636
  msgstr "コメント計"
3594
3637
 
3595
- #: components/manage/Contents/Contents
3596
- # defaultMessage: Total items to be deleted:
3597
- msgid "Total items to be deleted:"
3598
- msgstr ""
3599
-
3600
3638
  #: components/manage/Controlpanels/DatabaseInformation
3601
3639
  # defaultMessage: Total number of objects in each cache
3602
3640
  msgid "Total number of objects in each cache"
@@ -3655,6 +3693,7 @@ msgid "Triggering event field error. Please select a value"
3655
3693
  msgstr ""
3656
3694
 
3657
3695
  #: components/manage/Controlpanels/ContentTypes
3696
+ #: components/manage/LinksToItem/LinksToItem
3658
3697
  #: components/manage/Widgets/SchemaWidget
3659
3698
  #: components/theme/View/TabularView
3660
3699
  # defaultMessage: Type
@@ -3953,6 +3992,11 @@ msgstr "表示"
3953
3992
  msgid "View changes"
3954
3993
  msgstr "表示"
3955
3994
 
3995
+ #: components/manage/Contents/Contents
3996
+ # defaultMessage: View links and references to this item
3997
+ msgid "View links and references to this item"
3998
+ msgstr ""
3999
+
3956
4000
  #: components/manage/History/History
3957
4001
  # defaultMessage: View this revision
3958
4002
  msgid "View this revision"
@@ -4327,6 +4371,16 @@ msgstr "整数を入力してください"
4327
4371
  msgid "intranet"
4328
4372
  msgstr "イントラネット"
4329
4373
 
4374
+ #: components/manage/Contents/Contents
4375
+ # defaultMessage: item
4376
+ msgid "item"
4377
+ msgstr ""
4378
+
4379
+ #: components/manage/Contents/Contents
4380
+ # defaultMessage: items
4381
+ msgid "items"
4382
+ msgstr ""
4383
+
4330
4384
  #: components/theme/PasswordReset/RequestPasswordReset
4331
4385
  # defaultMessage: My email is
4332
4386
  msgid "label_my_email_is"
@@ -4451,6 +4505,16 @@ msgstr "選択してください"
4451
4505
  msgid "rebuild relations"
4452
4506
  msgstr ""
4453
4507
 
4508
+ #: components/manage/Contents/Contents
4509
+ # defaultMessage: reference
4510
+ msgid "reference"
4511
+ msgstr ""
4512
+
4513
+ #: components/manage/Contents/Contents
4514
+ # defaultMessage: references
4515
+ msgid "references"
4516
+ msgstr ""
4517
+
4454
4518
  #: components/theme/Search/Search
4455
4519
  # defaultMessage: results
4456
4520
  msgid "results found"
package/locales/ja.json CHANGED
@@ -1 +1 @@
1
- {"<p>Add some HTML here</p>":"<p>ここにHTMLを記述</p>","Account Registration Completed":"アカウント登録が完了しました","Account activation completed":"アカウントが有効になりました","Action":"アクション","Action changed":"","Action: ":"","Actions":"アクション","Activate and deactivate":"以下のリストにあるアドオンを有効にしたり無効にしたりできます。","Active":"","Active content rules in this Page":"","Add":"追加","Add (object list)":"","Add Addons":"以下のリストに新しいアドオンが表示されるようにするには、それをビルドアウト設定(buildout.cfg)に追加し、ビルドアウトコマンド(bin/buildout)を実行した後に、サーバプロセスを再起動します。","Add Content":"新規追加","Add Content Rule":"","Add Rule":"","Add Translation…":"翻訳を追加…","Add User":"ユーザを追加","Add a description…":"説明を追加…","Add a new alternative url":"","Add action":"","Add block":"","Add block…":"ブロックを追加…","Add condition":"","Add content rule":"","Add criteria":"基準を追加","Add date":"日付を追加","Add field":"フィールドを追加","Add fieldset":"フィールドセットを追加","Add group":"グループを追加","Add new content type":"コンテンツタイプを追加","Add new group":"新しいグループを追加","Add new user":"新しいユーザを追加","Add to Groups":"グループに追加","Add users to group":"","Add vocabulary term":"","Add {type}":"{type} を追加","Add-Ons":"","Add-on Configuration":"","Add-ons":"","Add-ons Settings":"アドオン設定","Added":"","Additional date":"追加日","Addon could not be installed":"","Addon could not be uninstalled":"","Addon could not be upgraded":"","Addon installed succesfuly":"","Addon uninstalled succesfuly":"","Addon upgraded succesfuly":"","Album view":"","Alias":"","Alias has been added":"","Alignment":"配置","All":"すべて","All content":"","All existing alternative urls for this site":"","Alphabetically":"アルファベット順","Alt text":"代替テキスト","Alt text hint":"","Alt text hint link text":"","Alternative url path (Required)":"","Alternative url path must start with a slash.":"","Alternative url path → target url path (date and time of creation, manually created yes/no)":"","Applied to subfolders":"","Applies to subfolders?":"","Apply to subfolders":"","Apply working copy":"","Are you sure you want to delete this field?":"このフィールドを削除しますか?","Are you sure you want to delete this fieldset including all fields?":"Are you sure you want to delete this fieldset including all fields? (未翻訳)","Ascending":"昇順","Assignments":"","Available":"利用可能","Available content rules:":"","Back":"戻る","Base":"比較元","Base search query":"","Block":"ブロック","Both email address and password are case sensitive, check that caps lock is not enabled.":"メールアドレスとパスワードは大文字小文字が区別されます。Caps Lockキーの状態に注意してください。","Breadcrumbs":"パンくず","Browse":"参照","Browse the site, drop an image, or type an URL":"参照","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"デフォルトでは、このアイテムのコンテナからのパーミッションが継承されます。これを無効にすると、明示的に定義されたパーミッションだけが有効になります。概要画面で {inherited} シンボルが継承された値を示します。同様に、{global} シンボルはグローバルロールを示します。これはサイト管理者によって管理されるものです。","By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.":"","Cache Name":"キャッシュの名前","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"<strong>{type}</strong>コンテンツタイプのレイアウトを編集できません。<strong>Voltoブロック</strong>のサポートが有効でないためです。","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"ふるまいの<strong>ブロックが有効</strong>で、かつ<strong>読み取り専用</strong>であるため、<strong>{type}</strong>コンテンツタイプのレイアウトを編集できません。","Cancel":"キャンセル","Cell":"セル","Center":"中央","Change Note":"変更メモ","Change Password":"パスワードを変更","Change State":"状態を変更","Change workflow state recursively":"下位階層のワークフローの状態も変更する","Changes applied.":"","Changes saved":"変更が保存されました","Changes saved.":"変更が保存されました","Checkbox":"チェックボックス","Choices":"選択","Choose Image":"イメージを選択","Choose Target":"ターゲットを選択","Choose a file":"ファイルを選択","Clear":"クリア","Clear filters":"","Click to download full sized image":"クリックしてフルサイズ画像をダウンロード","Close":"閉じる","Close menu":"メニューを閉じる","Code":"コード","Collapse item":"","Collection":"コレクション","Color":"","Comment":"コメント","Commenter":"投稿者","Comments":"","Compare":"比較","Condition changed":"","Condition: ":"","Configuration Versions":"","Configure Content Rule":"","Configure Content Rule: {title}":"","Configure content rule":"","Confirm password":"パスワードを確認","Connection refused":"接続が拒否されました","Contact form":"お問い合わせフォーム","Contained items":"含まれるアイテム","Content":"","Content Rule":"","Content Rules":"","Content rules for {title}":"","Content rules from parent folders":"","Content type created":"コンテンツタイプが作成されました","Content type deleted":"コンテンツタイプが削除されました","Contents":"コンテンツ","Controls":"","Copy":"コピー","Copy blocks":"ブロックをコピー","Copyright":"著作権","Copyright statement or other rights information on this item.":"このアイテムの著作権宣言文または他の権利情報","Create or delete relations to target":"","Create working copy":"","Created by {creator} on {date}":"","Created on":"作成日","Creator":"作成者","Creators":"作成者","Criteria":"基準","Current active configuration":"","Current filters applied":"","Current password":"現在のパスワード","Cut":"カット","Cut blocks":"ブロックをカット","Daily":"毎日","Database":"","Database Information":"データベース情報","Database Location":"データベースの場所","Database Size":"データベースサイズ","Database main":"主なデータベース情報","Date":"日付","Date (newest first)":"日付 (新しい順)","Default":"基本","Default view":"","Delete":"削除","Delete Group":"グループを削除","Delete Type":"コンテンツを削除","Delete User":"ユーザを削除","Delete action":"","Delete blocks":"ブロックを削除","Delete col":"列を削除","Delete condition":"","Delete row":"行を削除","Deleted":"","Depth":"深さ","Descending":"降順","Description":"説明","Diff":"差分","Difference between revision {one} and {two} of {title}":"{title} のリビジョン {one} と {two} の差分","Disable":"","Disable apply to subfolders":"","Disabled":"","Disabled apply to subfolders":"","Distributed under the {license}.":"{license} の下で配布されています。","Divide each row into separate cells":"列の区切り線を表示","Do you really want to delete the following items?":"以下のアイテムを削除してよろしいですか?","Do you really want to delete the group {groupname}?":"グループ {groupname} を削除してよろしいですか?","Do you really want to delete the type {typename}?":"本当にコンテンツタイプ {typename} を削除しますか?","Do you really want to delete the user {username}?":"ユーザ {username} を削除してよろしいですか?","Do you really want to delete this item?":"このアイテムを削除してよろしいですか?","Document":"文書","Document view":"","Download Event":"","Drag and drop files from your computer onto this area or click the “Browse” button.":"ここにファイルをドラッグ、または「参照」ボタンをクリック","Drop file here to replace the existing file":"ファイルをここにドロップして、既存のファイルを置き換え","Drop file here to upload a new file":"ファイルをここにドロップして、新しいファイルをアップロード","Drop files here ...":"ファイルをここにドロップ","Dry run selected, transaction aborted.":"","E-mail":"メール","E-mail addresses do not match.":"メールアドレスが見つかりません。","Edit":"編集","Edit Rule":"","Edit comment":"コメントを編集","Edit field":"フィールドを編集","Edit fieldset":"フィールドセットを編集","Edit recurrence":"繰り返しを編集","Edit values":"値を編集","Edit {title}":"{title} を編集","Email":"メール","Email sent":"メール送信","Embed code error, please follow the instructions and try again.":"Embedコードがエラーです。説明を読んで再度実行してください。","Empty object list":"","Enable":"","Enable editable Blocks":"Block編集を有効化","Enabled":"","Enabled here?":"","Enabled?":"","End Date":"終了日付","Enter URL or select an item":"URLを入力または項目を選択","Enter a username above to search or click 'Show All'":"検索するユーザ名を上に入力するか、[すべて表示]をクリックしてください。","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"メールアドレスを入力してください。このメールアドレスがログイン名になります。当サイトはプライバシーを尊重しています。メールアドレスを第三者に提供したり、公開することはありません。","Enter full name, e.g. John Smith.":"氏名(フルネーム)を入力。例: Hanako Suzuki や 山田太郎 ","Enter map Embed Code":"地図のEmbedコードを入力","Enter the absolute path of the target. The path must start with '/'. Target must exist or be an existing alternative url path to the target.":"","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring.":"","Enter your current password.":"現在のパスワードを入力","Enter your email for verification.":"","Enter your new password. Minimum 8 characters.":"新しいパスワードを入力。(8文字以上)","Enter your username for verification.":"","Entries":"","Error":"エラー","ErrorHeader":"","Event":"","Event listing":"","Event view":"","Exclude from navigation":"ナビゲーションに含まない","Exclude this occurence":"この繰り返しを削除","Excluded from navigation":"ナビゲーションから除く","Existing alternative urls for this item":"","Expand sidebar":"サイドバーを開く","Expiration Date":"満了日付","Expiration date":"満了日付","Expired":"期間満了","External URL":"外部URL","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Failed To Undo Transactions":"","Field":"","File":"ファイル","File size":"ファイルサイズ","File view":"","Filename":"ファイル名","Filter":"","Filter Rules:":"","Filter by prefix":"","Filter users by groups":"","Filter…":"フィルター…","First":"第1","Fix relations":"","Fixed width table cells":"テーブルのセル幅を固定","Fold":"折りたたむ","Folder":"フォルダ","Folder listing":"","Forbidden":"アクセス不可","Fourth":"第4","From":"メールアドレス","Full":"フルサイズ","Full Name":"氏名","Fullname":"氏名","GNU GPL license":"GNU GPL license","General":"","Global role":"グローバルロール","Google Maps Embedded Block":"Googleマップ埋め込みブロック","Group":"グループ","Group created":"グループが作成されました","Group roles updated":"","Groupname":"グループ名","Groups":"グループ","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"","Header cell":"見出しセル","Headline":"","Headline level":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","Hide title":"","History":"履歴","History Version Number":"","History of {title}":"{title} の履歴","Home":"ホーム","ID":"ID","If all of the following conditions are met:":"","If selected, this item will not appear in the navigation tree":"選ばれると、このアイテムはナビゲーションツリー内に現れません。","If this date is in the future, the content will not show up in listings and searches until this date.":"日時が未来なら、このコンテンツはこの日時までリストアップや検索対象になりません。","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"確かに正しいURLを入力したのにエラーになってしまう場合は、 {site_admin} に連絡してください。","Image":"画像","Image gallery":"","Image override":"","Image size":"","Image view":"","Include this occurence":"この繰り返しを含める","Info":"情報","InfoUserGroupSettings":"","Inherit permissions from higher levels":"上位レベルからパーミッションを継承する","Inherited value":"継承された値","Insert col after":"右に列を追加","Insert col before":"左に列を追加","Insert row after":"下に行を追加","Insert row before":"上に行を追加","Inspect relations":"","Install":"インストール","Installed":"インストール済み","Installed version":"インストール済バージョン","Installing a third party add-on":"","Interval Daily":"日","Interval Monthly":"月","Interval Weekly":"週","Interval Yearly":"年","Invalid Block":"","It is not allowed to define both the password and to request sending the password reset message by e-mail. You need to select one of them.":"","Item batch size":"1ページ表示件数","Item succesfully moved.":"アイテムは正常に移動されました。","Item(s) copied.":"アイテムがコピーされました。","Item(s) cut.":"アイテムがカットされました。","Item(s) has been updated.":"アイテムが更新されました。","Item(s) pasted.":"アイテムがペーストされました。","Item(s) state has been updated.":"アイテムの状態が更新されました。","Items":"アイテム数","Items must be unique.":"アイテムはユニークである必要があります。","Items to be deleted:":"","Label":"","Language":"言語","Language independent field.":"","Large":"","Last":"最終","Last comment date":"最終コメント日付","Last modified":"最終変更","Latest available configuration":"","Latest version":"最新バージョン","Layout":"レイアウト","Lead Image":"リード画像","Left":"左","Link":"リンク","Link more":"「もっと見る」の設定","Link redirect view":"","Link settings":"","Link title":"リンクタイトル","Link to":"リンク先","Link translation for":"","Listing":"リスティング","Listing view":"","Load more":"","Loading":"読み込み中","Log In":"ログイン","Log in":"ログイン","Logged out":"","Login":"ログイン","Login Failed":"ログインに失敗しました","Login Name":"ログイン名","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"コンパクトな表示","Manage Translations":"翻訳の管理","Manage content…":"","Manage translations for {title}":"{title}の翻訳を管理する","Manual":"","Manually or automatically added?":"","Many relations found. Please search.":"","Maps":"","Maps URL":"地図URL","Maximum length is {len}.":"最大の長さは {len} です。","Maximum value is {len}.":"最大の値は {len} です。","Medium":"","Membership updated":"","Message":"メッセージ","Minimum length is {len}.":"最小の長さは {len} です。","Minimum value is {len}.":"最小の値は {len} です。","Moderate Comments":"コメントのモデレート","Moderate comments":"コメントのモデレート","Monday and Friday":"月曜日と金曜日","Month day":"日付","Monthly":"毎月","More":"もっと見る","More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.":"","Mosaic layout":"","Move down":"","Move to bottom of folder":"フォルダーの一番下に移動","Move to top of folder":"フォルダーの一番上に移動","Move up":"","Multiple choices?":"","My email is":"","My username is":"私のユーザー名は","Name":"名前","Narrow":"","Navigate back":"元に戻る","Navigation":"ナビゲーション","New password":"新しいパスワード","News Item":"ニュース","News item view":"","No":"No","No Transactions Found":"","No Transactions Selected":"","No Transactions Selected To Do Undo":"","No Video selected":"","No addons found":"","No connection to the server":"","No image selected":"","No image set in Lead Image content field":"コンテンツフィールドのリード画像がありません","No image set in image content field":"コンテンツフィールドの画像がありません","No images found.":"","No items found in this container.":"アイテムが見つかりませんでした","No items selected":"未選択","No map selected":"マップが選択されていません","No occurences set":"未設定","No options":"選択肢無し","No relation found":"","No results found":"該当する結果が見つかりません。","No results found.":"結果が見つかりません","No selection":"選択肢無し","No uninstall profile":"アンインストール用のプロファイルがありません","No user found":"","No value":"値がありません","No workflow":"ワークフローなし","None":"None","Note":"","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"","Number of active objects":"アクティブなオブジェクトの数","Object Size":"オブジェクトサイズ","Occurences":"回","Ok":"OK","Only lowercase letters (a-z) without accents, numbers (0-9), and the characters \"-\", \"_\", and \".\" are allowed.":"","Open in a new tab":"新しいタブで開く","Open menu":"メニューを開く","Open object browser":"オブジェクトブラウザを開く","Ordered":"","Origin":"参照元","Page":"ページ","Parent fieldset":"親フィールドセット","Password":"パスワード","Password reset":"パスワードリセット","Passwords do not match.":"パスワードが一致しません","Paste":"ペースト","Paste blocks":"ブロックを貼り付け","Perform the following actions:":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"個人情報","Personal Preferences":"個人別設定","Personal tools":"個人設定","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"このアイテムのコンテンツ作成責任者。リーダーを先頭にして、ユーザー名を1行に1名ずつ入力してください。","Please choose an existing content as source for this element":"","Please continue with the upgrade.":"","Please ensure you have a backup of your site before performing the upgrade.":"","Please enter a valid URL by deleting the block and adding a new video block.":"ブロックを削除して新しいビデオブロックを追加して、正しいURLを入力してください。","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"「Google Maps -> 共有 -> 地図を埋め込む」で提供されるEmbedコードを入力してください。<iframe>コードが含まれています","Please fill out the form below to set your password.":"パスワードをフォームに入力してください","Please search for users or use the filters on the side.":"","Please upgrade to plone.restapi >= 8.24.0.":"","Plone Foundation":"Plone Foundation","Plone Site":"Ploneサイト","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Position changed":"","Possible values":"選択肢","Potential link breakage":"","Powered by Plone & Python":"Powered by Plone & Python","Preferences":"個別設定","Prettify your code":"コードの整形","Preview":"プレビュー","Preview Image URL":"プレビュー画像のURL","Profile":"プロフィール","Properties":"プロパティ","Publication date":"公開日付","Publishing Date":"公開日付","Query":"","Re-enter the password. Make sure the passwords are identical.":"パスワードを再入力してください。同じパスワードであることを確認してください。","Read More…":"もっと読む","Rearrange items by…":"何で並べ替えますか","Recurrence ends":"終了条件","Recurrence ends after":"繰り返し","Recurrence ends on":"最終日","Redo":"","Reduce complexity":"見出し行の背景色を変更しない","Register":"登録","Registration form":"登録フォーム","Relation name":"","Relations":"","Relations updated":"","Relevance":"関連性","Remove":"","Remove item":"","Remove recurrence":"繰り返しを削除","Remove selected":"","Remove term":"","Remove users from group":"","Remove working copy":"","Rename":"名前の変更","Rename Items Loading Message":"処理中...","Rename items":"名前の変更","Repeat":"繰り返しの単位","Repeat every":"繰り返す間隔","Repeat on":"日または曜日","Replace existing file":"ファイルの置き換え","Reply":"","Required":"必須","Required input is missing.":"必須","Reset term title":"","Reset the block":"","Results limit":"最大件数","Results preview":"結果のプレビュー","Results template":"","Reversed order":"逆順","Revert to this revision":"このリビジョンに戻す","Review state":"審査状態","Richtext":"Richtext","Right":"右","Rights":"権利","Roles":"ロール","Root":"Root","Rule added":"","Rule enable changed":"","Rules":"","Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below.":"","Save":"保存","Save recurrence":"繰り返しを保存","Saved":"","Scheduled":"","Schema":"スキーマ","Schema updates":"スキーマの更新","Search":"検索","Search SVG":"","Search Site":"検索","Search block":"","Search button label":"","Search content":"検索","Search for user or group":"検索","Search group…":"グループを検索…","Search input label":"","Search results":"検索","Search results for {term}":"検索","Search sources by title or path":"","Search targets by title or path":"","Search users…":"ユーザーを検索…","Searched for: <em>{searchedtext}</em>.":"","Second":"第2","Section title":"","Select":"選択","Select a date to add to recurrence":"繰り返しに追加する日を選択","Select columns to show":"表示する列を選択","Select relation":"","Select the transition to be used for modifying the items state.":"アイテムの状態を変更するために遷移を選んでください","Selected":"","Selected dates":"選択した日付","Selected items":"選択中のアイテム","Selected items - x of y":"選択したアイテム-x/y","Selection":"Selection (未翻訳)","Select…":"選択…","Send":"送る","Send a confirmation mail with a link to set the password.":"","Server Error":"","Set my password":"パスワードを設定","Set your password":"パスワードを設定","Settings":"設定","Sharing":"共有","Sharing for {title}":"「{title}」の共有","Short Name":"ショートネーム","Short name":"ショートネーム","Show":"表示件数","Show All":"すべて表示","Show Replies":"","Show groups of users below":"","Show item":"","Show search button?":"","Show search input?":"","Show sorting?":"","Show total results":"","Shrink sidebar":"サイドバーを閉じる","Shrink toolbar":"ツールバーを閉じる","Sign in to start session":"ログインしてセッションを開始","Site":"サイト","Site Administration":"サイト管理","Site Setup":"サイト設定","Sitemap":"サイトマップ","Size: {size}":"サイズ: {size}","Small":"","Sorry, something went wrong with your request":"申し訳ありません。問題が発生したために処理できませんでした。","Sort By":"","Sort By:":"並び順:","Sort on":"ソート順","Sort on options":"","Sort transactions by User-Name, Path or Date":"","Sorted":"","Source":"ソース","Specify a youtube video or playlist url":"YouTubeビデオまたはプレイリストURLを指定してください。","Split":"分割","Start Date":"開始日付","Start of the recurrence":"繰り返しの開始日","Start password reset":"パスワード再設定を開始","State":"状態","Status":"","Sticky":"","Stop compare":"","String":"String (未翻訳)","Stripe alternate rows with color":"一行おきに背景色を付加","Styling":"","Subject":"件名","Success":"成功","Successfully Undone Transactions":"","Summary":"","Summary view":"","Switch to":"","Table":"テーブル","Table of Contents":"目次","Tabular view":"","Tags":"タグ","Tags to add":"追加するタグ","Tags to remove":"削除をするタグ","Target":"","Target Path (Required)":"","Target memory size per cache in bytes":"キャッシュごとの最大容量(byte単位)","Target number of objects in memory per cache":"キャッシュごとのメモリー上の最大オブジェクト数","Target url path must start with a slash.":"","Teaser":"","Text":"テキスト","Thank you.":"ありがとうございます。","The Database Manager allow you to view database status information":"この画面でデータベースの状態を確認できます。","The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again.":"","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable. (未翻訳)","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources. (未翻訳)","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"Webサイトのバックエンドサーバが応答しません。ご不便をおかけして申し訳ありません。ページの再読み込みを実行してください。問題が解決しない場合は、サイト管理者にお問い合わせください。","The button presence disables the live search, the query is issued when you press ENTER":"","The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones.":"","The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient.":"","The item could not be deleted.":"","The link address is:":"","The provided alternative url already exists!":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"The registration process has been successful. Please check your e-mail inbox for information on how activate your account. (未翻訳)","The site configuration is outdated and needs to be upgraded.":"","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.","There are no groups with the searched criteria":"","There are no users with the searched criteria":"","There is a configuration problem on the backend":"バックエンドサーバの設定に問題があります。","There was an error with the upgrade.":"","There were some errors":"エラーが発生しました","There were some errors.":"いくつかのエラーが発生しました","Third":"第3","This Page is referenced by the following items:":"","This has an ongoing working copy in {title}":"","This is a reserved name and can't be used":"","This is a working copy of {title}":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"この名前はURLの一部として使用されます","This page does not seem to exist…":"このページは存在しないようです…","This rule is assigned to the following locations:":"","Time":"時刻","Title":"タイトル","Title field error. Value not provided or already existing.":"","Total active and non-active objects":"オブジェクトの総数","Total comments":"コメント計","Total items to be deleted:":"","Total number of objects in each cache":"各キャッシュのオブジェクト総数","Total number of objects in memory from all caches":"キャッシュメモリ内のオブジェクト数","Total number of objects in the database":"データベースの中にあるオブジェクト数","Transactions":"","Transactions Checkbox":"","Transactions Have Been Sorted":"","Transactions Have Been Unsorted":"","Translate to {lang}":"{lang} に翻訳する","Translation linked":"関連付けられた翻訳","Translation linking removed":"翻訳の関連付けが削除されました","Triggering event field error. Please select a value":"","Type":"タイプ","Type a Video (YouTube, Vimeo or mp4) URL":"ビデオURLを入力 (YouTube, Vimeo or mp4)","Type text...":"","Type text…":"テキストを入力…","Type the heading…":"","Type the title…":"タイトルを入力…","UID":"UID","URL Management":"","URL Management for {title}":"","Unassign":"","Unassigned":"","Unauthorized":"権限がありません","Undo":"","Undo Controlpanel":"","Unfold":"展開する","Unified":"Unified (未翻訳)","Uninstall":"アンインストール","Unknown Block":"不明なブロック","Unlink translation for":"","Unlock":"","Unsorted":"","Update":"更新","Update User":"","Update installed addons":"インストール済みアドオンの更新","Update installed addons:":"インストール済みアドオンの更新:","Updates available":"利用可能なアップデート","Upgrade":"","Upgrade Plone Site":"","Upgrade Report":"","Upgrade Steps":"","Upload":"アップロード","Upload a lead image in the 'Lead Image' content field.":"リード画像をコンテンツのフィールドにアップロード","Upload a new image":"画像をアップロード","Upload files":"アップロードファイル","Uploading files":"ファイルをアップロードしています","Uploading image":"","Use the form below to define the new content rule":"","Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu.":"","Used for programmatic access to the fieldset.":"Used for programmatic access to the fieldset. (未翻訳)","User":"ユーザ","User Group Membership":"","User Group Settings":"","User created":"ユーザを作成しました","User name":"ユーザ名","User roles updated":"","User updated successfuly":"","Username":"ユーザ名","Users":"ユーザ","Users and Groups":"ユーザとグループ","Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs.":"","Variation":"","Version Overview":"バージョン情報","Video":"ビデオ","Video URL":"ビデオURL","View":"表示","View changes":"表示","View this revision":"この履歴を表示","View working copy":"","Viewmode":"表示モード","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"デバッグモードに関する警告","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"サイトのバックエンドは現在使用できません。ご不便をおかけしますが、後でもう一度お試しください。","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"ご不便をおかけて申し訳ありませんが、アクセスしようとしたページはこのアドレスではありません。","We apologize for the inconvenience, but there was an unexpected error on the server.":"","We apologize for the inconvenience, but you don't have permissions on this resource.":"ご不便をおかけて申し訳ありませんが、このリソースへのアクセス権がありません。","Weeek day of month":" ","Weekday":"平日","Weekly":"毎週","What":"何を","When":"いつ","When this date is reached, the content will nolonger be visible in listings and searches.":"この日を過ぎると、コンテンツはリストや検索で表示されなくなります。","Whether or not execution of further rules should stop after this rule is executed":"","Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops":"","Whether or not the rule is currently enabled":"","Who":"誰が","Wide":"","Workflow Change Loading Message":"ワークフローを変更しています...","Workflow updated.":"ワークフローがアップデートされました","Yearly":"毎年","Yes":"Yes","You are trying to access a protected resource, please {login} first.":"保護されたリソースにアクセスしようとしています。 {login} してください。","You are using an outdated browser":"このブラウザには対応していません。","You can add a comment by filling out the form below. Plain text formatting.":"You can add a comment by filling out the form below. Plain text formatting. (未翻訳)","You can control who can view and edit your item using the list below.":"You can control who can view and edit your item using the list below. (未翻訳)","You can view the difference of the revisions below.":"You can view the difference of the revisions below. (未翻訳)","You can view the history of your item below.":"You can view the history of your item below. (未翻訳)","You can't paste this content here":"このコンテンツをここに貼り付けることはできません","You have been logged out from the site.":"","Your email is required for reset your password.":"","Your password has been set successfully. You may now {link} with your new password.":"Your password has been set successfully. You may now {link} with your new password. (未翻訳)","Your preferred language":"優先する言語","Your site is up to date.":"","Your usernaame is required for reset your password.":"","addUserFormEmailDescription":"","addUserFormFullnameDescription":"","addUserFormPasswordDescription":"","addUserFormUsernameDescription":"","availableViews":"","box_forgot_password_option":"パスワードを忘れた?","checkboxFacet":"","common":"一般","compare_to":"","daterangeFacet":"","delete":"削除","deprecated_browser_notice_message":"サポート対象外のブラウザです","description":"説明","description_lost_password":"安全上の理由で、パスワードは暗号化されて保管されており、それをメールで送ることはできません。パスワードを再設定するには下記のフォームに記入してください。パスワード再設定の処理を開始するように登録すれば、指定されたメールアドレスにEメールが送られます。","description_sent_password":"パスワード再設定のお願いをメール送信しました。まもなくあなたのメールボックスに届くはずです。メッセージを受け取ったら、その中にあるパスワード再設定用のURLにアクセスしてください。","draft":"下書き(draft)","email":"正しいメールアドレスを入力してください","event_alldates":"すべての日程","event_attendees":"参加者","event_contactname":"連絡先名称","event_contactphone":"連絡先電話番号","event_website":"イベントURL","event_what":"内容","event_when":"日時","event_where":"場所","fileTooLarge":"","flush intIds and rebuild relations":"","head_title":"","heading_sent_password":"パスワード再設定の確認が送られました","hero":"ヒーロー","html":"HTML","image":"画像","integer":"整数を入力してください","intranet":"イントラネット","label_my_email_is":"","label_my_username_is":"私のユーザー名は","leadimage":"リード画像","listing":"リスティング","loading":"読み込み中","log in":"ログイン","maps":"地図","maxLength":"最大長さ","maximum":"入力範囲の最大値(この値を含みます)","media":"メディア","minLength":"最小長さ","minimum":"入力範囲の最小値","mostUsed":"よく使う物","no":"","no workflow state":"状態なし","number":"数値を入力してください","of the month":"(毎月の)","or try a different page.":"または、他のページを試してください。","others":"その他","pending":"","private":"非表示","published":"公開中","querystring-widget-select":"選択してください","rebuild relations":"","results found":"件 見つかりました","return to the site root":"サイトルートに戻ってください。","rrule_and":"および","rrule_approximate":"〜概数","rrule_at":"於","rrule_dateFormat":"[year]-[month]-[day]","rrule_day":"日付","rrule_days":"日数","rrule_every":"毎","rrule_for":"の間","rrule_hour":"時間","rrule_hours":"時間","rrule_in":"内","rrule_last":"最終","rrule_minutes":"分","rrule_month":"月","rrule_months":"月","rrule_nd":" ","rrule_on":" ","rrule_on the":" ","rrule_or":"または","rrule_rd":" ","rrule_st":" ","rrule_th":" ","rrule_the":" ","rrule_time":"時間","rrule_times":"回","rrule_until":"まで","rrule_week":"週","rrule_weekday":"平日","rrule_weekdays":"平日","rrule_weeks":"週","rrule_year":"年","rrule_years":"年","selectFacet":"","selectView":"","skiplink-footer":"フッターへ","skiplink-main-content":"メインコンテンツへ","skiplink-navigation":"ナビゲーションへ","sort":"並べ替え","sources path":"","table":"テーブル","target path":"","text":"テキスト","title":"タイトル","toc":"目次","toggleFacet":"","upgradeVersions":"","url":"正しいURLを入力してください","user avatar":"ユーザアイコン","video":"ビデオ","views":"","visit_external_website":"外部サイトを表示","workingCopyErrorUnauthorized":"","workingCopyGenericError":"","yes":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Upload {count} file} other {Upload {count} files}}","{count} selected":"{count} 件選択中","{id} Content Type":"{id} コンテンツタイプ","{id} Schema":"{id} スキーマ","{title} copied.":"「{title}」をコピーしました。","{title} cut.":"「{title}」をカットしました。","{title} has been deleted.":"「{title}」を削除しました。"}
1
+ {"<p>Add some HTML here</p>":"<p>ここにHTMLを記述</p>","Account Registration Completed":"アカウント登録が完了しました","Account activation completed":"アカウントが有効になりました","Action":"アクション","Action changed":"","Action: ":"","Actions":"アクション","Activate and deactivate":"以下のリストにあるアドオンを有効にしたり無効にしたりできます。","Active":"","Active content rules in this Page":"","Add":"追加","Add (object list)":"","Add Addons":"以下のリストに新しいアドオンが表示されるようにするには、それをビルドアウト設定(buildout.cfg)に追加し、ビルドアウトコマンド(bin/buildout)を実行した後に、サーバプロセスを再起動します。","Add Content":"新規追加","Add Content Rule":"","Add Rule":"","Add Translation…":"翻訳を追加…","Add User":"ユーザを追加","Add a description…":"説明を追加…","Add a new alternative url":"","Add action":"","Add block":"","Add block…":"ブロックを追加…","Add condition":"","Add content rule":"","Add criteria":"基準を追加","Add date":"日付を追加","Add field":"フィールドを追加","Add fieldset":"フィールドセットを追加","Add group":"グループを追加","Add new content type":"コンテンツタイプを追加","Add new group":"新しいグループを追加","Add new user":"新しいユーザを追加","Add to Groups":"グループに追加","Add users to group":"","Add vocabulary term":"","Add {type}":"{type} を追加","Add-Ons":"","Add-on Configuration":"","Add-ons":"","Add-ons Settings":"アドオン設定","Added":"","Additional date":"追加日","Addon could not be installed":"","Addon could not be uninstalled":"","Addon could not be upgraded":"","Addon installed succesfuly":"","Addon uninstalled succesfuly":"","Addon upgraded succesfuly":"","Album view":"","Alias":"","Alias has been added":"","Alignment":"配置","All":"すべて","All content":"","All existing alternative urls for this site":"","Alphabetically":"アルファベット順","Alt text":"代替テキスト","Alt text hint":"","Alt text hint link text":"","Alternative url path (Required)":"","Alternative url path must start with a slash.":"","Alternative url path → target url path (date and time of creation, manually created yes/no)":"","Applied to subfolders":"","Applies to subfolders?":"","Apply to subfolders":"","Apply working copy":"","Are you sure you want to delete this field?":"このフィールドを削除しますか?","Are you sure you want to delete this fieldset including all fields?":"Are you sure you want to delete this fieldset including all fields? (未翻訳)","Ascending":"昇順","Assignments":"","Available":"利用可能","Available content rules:":"","Back":"戻る","Base":"比較元","Base search query":"","Block":"ブロック","Both email address and password are case sensitive, check that caps lock is not enabled.":"メールアドレスとパスワードは大文字小文字が区別されます。Caps Lockキーの状態に注意してください。","Breadcrumbs":"パンくず","Browse":"参照","Browse the site, drop an image, or type an URL":"参照","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"デフォルトでは、このアイテムのコンテナからのパーミッションが継承されます。これを無効にすると、明示的に定義されたパーミッションだけが有効になります。概要画面で {inherited} シンボルが継承された値を示します。同様に、{global} シンボルはグローバルロールを示します。これはサイト管理者によって管理されるものです。","Cache Name":"キャッシュの名前","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"<strong>{type}</strong>コンテンツタイプのレイアウトを編集できません。<strong>Voltoブロック</strong>のサポートが有効でないためです。","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"ふるまいの<strong>ブロックが有効</strong>で、かつ<strong>読み取り専用</strong>であるため、<strong>{type}</strong>コンテンツタイプのレイアウトを編集できません。","Cancel":"キャンセル","Cell":"セル","Center":"中央","Change Note":"変更メモ","Change Password":"パスワードを変更","Change State":"状態を変更","Change workflow state recursively":"下位階層のワークフローの状態も変更する","Changes applied.":"","Changes saved":"変更が保存されました","Changes saved.":"変更が保存されました","Checkbox":"チェックボックス","Choices":"選択","Choose Image":"イメージを選択","Choose Target":"ターゲットを選択","Choose a file":"ファイルを選択","Clear":"クリア","Clear filters":"","Click to download full sized image":"クリックしてフルサイズ画像をダウンロード","Close":"閉じる","Close menu":"メニューを閉じる","Code":"コード","Collapse item":"","Collection":"コレクション","Color":"","Comment":"コメント","Commenter":"投稿者","Comments":"","Compare":"比較","Condition changed":"","Condition: ":"","Configuration Versions":"","Configure Content Rule":"","Configure Content Rule: {title}":"","Configure content rule":"","Confirm password":"パスワードを確認","Connection refused":"接続が拒否されました","Contact form":"お問い合わせフォーム","Contained items":"含まれるアイテム","Content":"","Content Rule":"","Content Rules":"","Content rules for {title}":"","Content rules from parent folders":"","Content that links to or references {title}":"","Content type created":"コンテンツタイプが作成されました","Content type deleted":"コンテンツタイプが削除されました","Contents":"コンテンツ","Controls":"","Copy":"コピー","Copy blocks":"ブロックをコピー","Copyright":"著作権","Copyright statement or other rights information on this item.":"このアイテムの著作権宣言文または他の権利情報","Create or delete relations to target":"","Create working copy":"","Created by {creator} on {date}":"","Created on":"作成日","Creator":"作成者","Creators":"作成者","Criteria":"基準","Current active configuration":"","Current filters applied":"","Current password":"現在のパスワード","Cut":"カット","Cut blocks":"ブロックをカット","Daily":"毎日","Database":"","Database Information":"データベース情報","Database Location":"データベースの場所","Database Size":"データベースサイズ","Database main":"主なデータベース情報","Date":"日付","Date (newest first)":"日付 (新しい順)","Default":"基本","Default view":"","Delete":"削除","Delete Group":"グループを削除","Delete Type":"コンテンツを削除","Delete User":"ユーザを削除","Delete action":"","Delete blocks":"ブロックを削除","Delete col":"列を削除","Delete condition":"","Delete row":"行を削除","Delete selected items?":"","Delete this item?":"","Deleted":"","Deleting this item breaks {brokenReferences} {variation}.":"","Depth":"深さ","Descending":"降順","Description":"説明","Diff":"差分","Difference between revision {one} and {two} of {title}":"{title} のリビジョン {one} と {two} の差分","Disable":"","Disable apply to subfolders":"","Disabled":"","Disabled apply to subfolders":"","Distributed under the {license}.":"{license} の下で配布されています。","Divide each row into separate cells":"列の区切り線を表示","Do you really want to delete the group {groupname}?":"グループ {groupname} を削除してよろしいですか?","Do you really want to delete the type {typename}?":"本当にコンテンツタイプ {typename} を削除しますか?","Do you really want to delete the user {username}?":"ユーザ {username} を削除してよろしいですか?","Do you really want to delete this item?":"このアイテムを削除してよろしいですか?","Document":"文書","Document view":"","Download Event":"","Drag and drop files from your computer onto this area or click the “Browse” button.":"ここにファイルをドラッグ、または「参照」ボタンをクリック","Drop file here to replace the existing file":"ファイルをここにドロップして、既存のファイルを置き換え","Drop file here to upload a new file":"ファイルをここにドロップして、新しいファイルをアップロード","Drop files here ...":"ファイルをここにドロップ","Dry run selected, transaction aborted.":"","E-mail":"メール","E-mail addresses do not match.":"メールアドレスが見つかりません。","Edit":"編集","Edit Rule":"","Edit comment":"コメントを編集","Edit field":"フィールドを編集","Edit fieldset":"フィールドセットを編集","Edit recurrence":"繰り返しを編集","Edit values":"値を編集","Edit {title}":"{title} を編集","Email":"メール","Email sent":"メール送信","Embed code error, please follow the instructions and try again.":"Embedコードがエラーです。説明を読んで再度実行してください。","Empty object list":"","Enable":"","Enable editable Blocks":"Block編集を有効化","Enabled":"","Enabled here?":"","Enabled?":"","End Date":"終了日付","Enter URL or select an item":"URLを入力または項目を選択","Enter a username above to search or click 'Show All'":"検索するユーザ名を上に入力するか、[すべて表示]をクリックしてください。","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"メールアドレスを入力してください。このメールアドレスがログイン名になります。当サイトはプライバシーを尊重しています。メールアドレスを第三者に提供したり、公開することはありません。","Enter full name, e.g. John Smith.":"氏名(フルネーム)を入力。例: Hanako Suzuki や 山田太郎 ","Enter map Embed Code":"地図のEmbedコードを入力","Enter the absolute path of the target. The path must start with '/'. Target must exist or be an existing alternative url path to the target.":"","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring.":"","Enter your current password.":"現在のパスワードを入力","Enter your email for verification.":"","Enter your new password. Minimum 8 characters.":"新しいパスワードを入力。(8文字以上)","Enter your username for verification.":"","Entries":"","Error":"エラー","ErrorHeader":"","Event":"","Event listing":"","Event view":"","Exclude from navigation":"ナビゲーションに含まない","Exclude this occurence":"この繰り返しを削除","Excluded from navigation":"ナビゲーションから除く","Existing alternative urls for this item":"","Expand sidebar":"サイドバーを開く","Expiration Date":"満了日付","Expiration date":"満了日付","Expired":"期間満了","External URL":"外部URL","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Failed To Undo Transactions":"","Field":"","File":"ファイル","File size":"ファイルサイズ","File view":"","Filename":"ファイル名","Filter":"","Filter Rules:":"","Filter by prefix":"","Filter users by groups":"","Filter…":"フィルター…","First":"第1","Fix relations":"","Fixed width table cells":"テーブルのセル幅を固定","Fold":"折りたたむ","Folder":"フォルダ","Folder listing":"","Forbidden":"アクセス不可","Fourth":"第4","From":"メールアドレス","Full":"フルサイズ","Full Name":"氏名","Fullname":"氏名","GNU GPL license":"GNU GPL license","General":"","Global role":"グローバルロール","Google Maps Embedded Block":"Googleマップ埋め込みブロック","Group":"グループ","Group created":"グループが作成されました","Group roles updated":"","Groupname":"グループ名","Groups":"グループ","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"","Header cell":"見出しセル","Headline":"","Headline level":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","Hide title":"","History":"履歴","History Version Number":"","History of {title}":"{title} の履歴","Home":"ホーム","ID":"ID","If all of the following conditions are met:":"","If selected, this item will not appear in the navigation tree":"選ばれると、このアイテムはナビゲーションツリー内に現れません。","If this date is in the future, the content will not show up in listings and searches until this date.":"日時が未来なら、このコンテンツはこの日時までリストアップや検索対象になりません。","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"確かに正しいURLを入力したのにエラーになってしまう場合は、 {site_admin} に連絡してください。","Image":"画像","Image gallery":"","Image override":"","Image size":"","Image view":"","Include this occurence":"この繰り返しを含める","Info":"情報","InfoUserGroupSettings":"","Inherit permissions from higher levels":"上位レベルからパーミッションを継承する","Inherited value":"継承された値","Insert col after":"右に列を追加","Insert col before":"左に列を追加","Insert row after":"下に行を追加","Insert row before":"上に行を追加","Inspect relations":"","Install":"インストール","Installed":"インストール済み","Installed version":"インストール済バージョン","Installing a third party add-on":"","Interval Daily":"日","Interval Monthly":"月","Interval Weekly":"週","Interval Yearly":"年","Invalid Block":"","It is not allowed to define both the password and to request sending the password reset message by e-mail. You need to select one of them.":"","Item batch size":"1ページ表示件数","Item succesfully moved.":"アイテムは正常に移動されました。","Item(s) copied.":"アイテムがコピーされました。","Item(s) cut.":"アイテムがカットされました。","Item(s) has been updated.":"アイテムが更新されました。","Item(s) pasted.":"アイテムがペーストされました。","Item(s) state has been updated.":"アイテムの状態が更新されました。","Items":"アイテム数","Items must be unique.":"アイテムはユニークである必要があります。","Label":"","Language":"言語","Language independent field.":"","Large":"","Last":"最終","Last comment date":"最終コメント日付","Last modified":"最終変更","Latest available configuration":"","Latest version":"最新バージョン","Layout":"レイアウト","Lead Image":"リード画像","Left":"左","Link":"リンク","Link more":"「もっと見る」の設定","Link redirect view":"","Link settings":"","Link title":"リンクタイトル","Link to":"リンク先","Link translation for":"","Linking this item with hyperlink in text":"","Links and references":"","Listing":"リスティング","Listing view":"","Load more":"","Loading":"読み込み中","Log In":"ログイン","Log in":"ログイン","Logged out":"","Login":"ログイン","Login Failed":"ログインに失敗しました","Login Name":"ログイン名","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"コンパクトな表示","Manage Translations":"翻訳の管理","Manage content…":"","Manage translations for {title}":"{title}の翻訳を管理する","Manual":"","Manually or automatically added?":"","Many relations found. Please search.":"","Maps":"","Maps URL":"地図URL","Maximum length is {len}.":"最大の長さは {len} です。","Maximum value is {len}.":"最大の値は {len} です。","Medium":"","Membership updated":"","Message":"メッセージ","Minimum length is {len}.":"最小の長さは {len} です。","Minimum value is {len}.":"最小の値は {len} です。","Moderate Comments":"コメントのモデレート","Moderate comments":"コメントのモデレート","Monday and Friday":"月曜日と金曜日","Month day":"日付","Monthly":"毎月","More":"もっと見る","More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.":"","Mosaic layout":"","Move down":"","Move to bottom of folder":"フォルダーの一番下に移動","Move to top of folder":"フォルダーの一番上に移動","Move up":"","Multiple choices?":"","My email is":"","My username is":"私のユーザー名は","Name":"名前","Narrow":"","Navigate back":"元に戻る","Navigation":"ナビゲーション","New password":"新しいパスワード","News Item":"ニュース","News item view":"","No":"No","No Transactions Found":"","No Transactions Selected":"","No Transactions Selected To Do Undo":"","No Video selected":"","No addons found":"","No connection to the server":"","No image selected":"","No image set in Lead Image content field":"コンテンツフィールドのリード画像がありません","No image set in image content field":"コンテンツフィールドの画像がありません","No images found.":"","No items found in this container.":"アイテムが見つかりませんでした","No items selected":"未選択","No links to this item found.":"","No map selected":"マップが選択されていません","No occurences set":"未設定","No options":"選択肢無し","No relation found":"","No results found":"該当する結果が見つかりません。","No results found.":"結果が見つかりません","No selection":"選択肢無し","No uninstall profile":"アンインストール用のプロファイルがありません","No user found":"","No value":"値がありません","No workflow":"ワークフローなし","None":"None","Note":"","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"","Number of active objects":"アクティブなオブジェクトの数","Object Size":"オブジェクトサイズ","Occurences":"回","Ok":"OK","Only lowercase letters (a-z) without accents, numbers (0-9), and the characters \"-\", \"_\", and \".\" are allowed.":"","Open in a new tab":"新しいタブで開く","Open menu":"メニューを開く","Open object browser":"オブジェクトブラウザを開く","Ordered":"","Origin":"参照元","Overview of relations of all content items":"","Page":"ページ","Parent fieldset":"親フィールドセット","Password":"パスワード","Password reset":"パスワードリセット","Passwords do not match.":"パスワードが一致しません","Paste":"ペースト","Paste blocks":"ブロックを貼り付け","Perform the following actions:":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"個人情報","Personal Preferences":"個人別設定","Personal tools":"個人設定","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"このアイテムのコンテンツ作成責任者。リーダーを先頭にして、ユーザー名を1行に1名ずつ入力してください。","Please choose an existing content as source for this element":"","Please continue with the upgrade.":"","Please ensure you have a backup of your site before performing the upgrade.":"","Please enter a valid URL by deleting the block and adding a new video block.":"ブロックを削除して新しいビデオブロックを追加して、正しいURLを入力してください。","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"「Google Maps -> 共有 -> 地図を埋め込む」で提供されるEmbedコードを入力してください。<iframe>コードが含まれています","Please fill out the form below to set your password.":"パスワードをフォームに入力してください","Please search for users or use the filters on the side.":"","Please upgrade to plone.restapi >= 8.24.0.":"","Plone Foundation":"Plone Foundation","Plone Site":"Ploneサイト","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Position changed":"","Possible values":"選択肢","Powered by Plone & Python":"Powered by Plone & Python","Preferences":"個別設定","Prettify your code":"コードの整形","Preview":"プレビュー","Preview Image URL":"プレビュー画像のURL","Profile":"プロフィール","Properties":"プロパティ","Publication date":"公開日付","Publishing Date":"公開日付","Query":"","Re-enter the password. Make sure the passwords are identical.":"パスワードを再入力してください。同じパスワードであることを確認してください。","Read More…":"もっと読む","Rearrange items by…":"何で並べ替えますか","Recurrence ends":"終了条件","Recurrence ends after":"繰り返し","Recurrence ends on":"最終日","Redo":"","Reduce complexity":"見出し行の背景色を変更しない","Referencing this item as related item":"","Referencing this item with {relationship}":"","Register":"登録","Registration form":"登録フォーム","Relation name":"","Relations":"","Relations updated":"","Relevance":"関連性","Remove":"","Remove item":"","Remove recurrence":"繰り返しを削除","Remove selected":"","Remove term":"","Remove users from group":"","Remove working copy":"","Rename":"名前の変更","Rename Items Loading Message":"処理中...","Rename items":"名前の変更","Repeat":"繰り返しの単位","Repeat every":"繰り返す間隔","Repeat on":"日または曜日","Replace existing file":"ファイルの置き換え","Reply":"","Required":"必須","Required input is missing.":"必須","Reset term title":"","Reset the block":"","Results limit":"最大件数","Results preview":"結果のプレビュー","Results template":"","Reversed order":"逆順","Revert to this revision":"このリビジョンに戻す","Review state":"審査状態","Richtext":"Richtext","Right":"右","Rights":"権利","Roles":"ロール","Root":"Root","Rule added":"","Rule enable changed":"","Rules":"","Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below.":"","Save":"保存","Save recurrence":"繰り返しを保存","Saved":"","Scheduled":"","Schema":"スキーマ","Schema updates":"スキーマの更新","Search":"検索","Search SVG":"","Search Site":"検索","Search block":"","Search button label":"","Search content":"検索","Search for user or group":"検索","Search group…":"グループを検索…","Search input label":"","Search results":"検索","Search results for {term}":"検索","Search sources by title or path":"","Search targets by title or path":"","Search users…":"ユーザーを検索…","Searched for: <em>{searchedtext}</em>.":"","Second":"第2","Section title":"","Select":"選択","Select a date to add to recurrence":"繰り返しに追加する日を選択","Select columns to show":"表示する列を選択","Select relation":"","Select the transition to be used for modifying the items state.":"アイテムの状態を変更するために遷移を選んでください","Selected":"","Selected dates":"選択した日付","Selected items":"選択中のアイテム","Selected items - x of y":"選択したアイテム-x/y","Selection":"Selection (未翻訳)","Select…":"選択…","Send":"送る","Send a confirmation mail with a link to set the password.":"","Server Error":"","Set my password":"パスワードを設定","Set your password":"パスワードを設定","Settings":"設定","Sharing":"共有","Sharing for {title}":"「{title}」の共有","Short Name":"ショートネーム","Short name":"ショートネーム","Show":"表示件数","Show All":"すべて表示","Show Replies":"","Show groups of users below":"","Show item":"","Show search button?":"","Show search input?":"","Show sorting?":"","Show total results":"","Shrink sidebar":"サイドバーを閉じる","Shrink toolbar":"ツールバーを閉じる","Sign in to start session":"ログインしてセッションを開始","Site":"サイト","Site Administration":"サイト管理","Site Setup":"サイト設定","Sitemap":"サイトマップ","Size: {size}":"サイズ: {size}","Small":"","Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders.":"","Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken.":"","Sorry, something went wrong with your request":"申し訳ありません。問題が発生したために処理できませんでした。","Sort By":"","Sort By:":"並び順:","Sort on":"ソート順","Sort on options":"","Sort transactions by User-Name, Path or Date":"","Sorted":"","Source":"ソース","Specify a youtube video or playlist url":"YouTubeビデオまたはプレイリストURLを指定してください。","Split":"分割","Start Date":"開始日付","Start of the recurrence":"繰り返しの開始日","Start password reset":"パスワード再設定を開始","State":"状態","Status":"","Sticky":"","Stop compare":"","String":"String (未翻訳)","Stripe alternate rows with color":"一行おきに背景色を付加","Styling":"","Subject":"件名","Success":"成功","Successfully Undone Transactions":"","Summary":"","Summary view":"","Switch to":"","Table":"テーブル","Table of Contents":"目次","Tabular view":"","Tags":"タグ","Tags to add":"追加するタグ","Tags to remove":"削除をするタグ","Target":"","Target Path (Required)":"","Target memory size per cache in bytes":"キャッシュごとの最大容量(byte単位)","Target number of objects in memory per cache":"キャッシュごとのメモリー上の最大オブジェクト数","Target url path must start with a slash.":"","Teaser":"","Text":"テキスト","Thank you.":"ありがとうございます。","The Database Manager allow you to view database status information":"この画面でデータベースの状態を確認できます。","The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again.":"","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable. (未翻訳)","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources. (未翻訳)","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"Webサイトのバックエンドサーバが応答しません。ご不便をおかけして申し訳ありません。ページの再読み込みを実行してください。問題が解決しない場合は、サイト管理者にお問い合わせください。","The button presence disables the live search, the query is issued when you press ENTER":"","The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones.":"","The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient.":"","The item could not be deleted.":"","The link address is:":"","The provided alternative url already exists!":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"The registration process has been successful. Please check your e-mail inbox for information on how activate your account. (未翻訳)","The site configuration is outdated and needs to be upgraded.":"","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.","There are no groups with the searched criteria":"","There are no users with the searched criteria":"","There is a configuration problem on the backend":"バックエンドサーバの設定に問題があります。","There was an error with the upgrade.":"","There were some errors":"エラーが発生しました","There were some errors.":"いくつかのエラーが発生しました","Third":"第3","This has an ongoing working copy in {title}":"","This is a reserved name and can't be used":"","This is a working copy of {title}":"","This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder.":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"この名前はURLの一部として使用されます","This page does not seem to exist…":"このページは存在しないようです…","This rule is assigned to the following locations:":"","Time":"時刻","Title":"タイトル","Title field error. Value not provided or already existing.":"","Total active and non-active objects":"オブジェクトの総数","Total comments":"コメント計","Total number of objects in each cache":"各キャッシュのオブジェクト総数","Total number of objects in memory from all caches":"キャッシュメモリ内のオブジェクト数","Total number of objects in the database":"データベースの中にあるオブジェクト数","Transactions":"","Transactions Checkbox":"","Transactions Have Been Sorted":"","Transactions Have Been Unsorted":"","Translate to {lang}":"{lang} に翻訳する","Translation linked":"関連付けられた翻訳","Translation linking removed":"翻訳の関連付けが削除されました","Triggering event field error. Please select a value":"","Type":"タイプ","Type a Video (YouTube, Vimeo or mp4) URL":"ビデオURLを入力 (YouTube, Vimeo or mp4)","Type text...":"","Type text…":"テキストを入力…","Type the heading…":"","Type the title…":"タイトルを入力…","UID":"UID","URL Management":"","URL Management for {title}":"","Unassign":"","Unassigned":"","Unauthorized":"権限がありません","Undo":"","Undo Controlpanel":"","Unfold":"展開する","Unified":"Unified (未翻訳)","Uninstall":"アンインストール","Unknown Block":"不明なブロック","Unlink translation for":"","Unlock":"","Unsorted":"","Update":"更新","Update User":"","Update installed addons":"インストール済みアドオンの更新","Update installed addons:":"インストール済みアドオンの更新:","Updates available":"利用可能なアップデート","Upgrade":"","Upgrade Plone Site":"","Upgrade Report":"","Upgrade Steps":"","Upload":"アップロード","Upload a lead image in the 'Lead Image' content field.":"リード画像をコンテンツのフィールドにアップロード","Upload a new image":"画像をアップロード","Upload files":"アップロードファイル","Uploading files":"ファイルをアップロードしています","Uploading image":"","Use the form below to define the new content rule":"","Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu.":"","Used for programmatic access to the fieldset.":"Used for programmatic access to the fieldset. (未翻訳)","User":"ユーザ","User Group Membership":"","User Group Settings":"","User created":"ユーザを作成しました","User name":"ユーザ名","User roles updated":"","User updated successfuly":"","Username":"ユーザ名","Users":"ユーザ","Users and Groups":"ユーザとグループ","Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs.":"","Variation":"","Version Overview":"バージョン情報","Video":"ビデオ","Video URL":"ビデオURL","View":"表示","View changes":"表示","View links and references to this item":"","View this revision":"この履歴を表示","View working copy":"","Viewmode":"表示モード","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"デバッグモードに関する警告","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"サイトのバックエンドは現在使用できません。ご不便をおかけしますが、後でもう一度お試しください。","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"ご不便をおかけて申し訳ありませんが、アクセスしようとしたページはこのアドレスではありません。","We apologize for the inconvenience, but there was an unexpected error on the server.":"","We apologize for the inconvenience, but you don't have permissions on this resource.":"ご不便をおかけて申し訳ありませんが、このリソースへのアクセス権がありません。","Weeek day of month":" ","Weekday":"平日","Weekly":"毎週","What":"何を","When":"いつ","When this date is reached, the content will nolonger be visible in listings and searches.":"この日を過ぎると、コンテンツはリストや検索で表示されなくなります。","Whether or not execution of further rules should stop after this rule is executed":"","Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops":"","Whether or not the rule is currently enabled":"","Who":"誰が","Wide":"","Workflow Change Loading Message":"ワークフローを変更しています...","Workflow updated.":"ワークフローがアップデートされました","Yearly":"毎年","Yes":"Yes","You are trying to access a protected resource, please {login} first.":"保護されたリソースにアクセスしようとしています。 {login} してください。","You are using an outdated browser":"このブラウザには対応していません。","You can add a comment by filling out the form below. Plain text formatting.":"You can add a comment by filling out the form below. Plain text formatting. (未翻訳)","You can control who can view and edit your item using the list below.":"You can control who can view and edit your item using the list below. (未翻訳)","You can view the difference of the revisions below.":"You can view the difference of the revisions below. (未翻訳)","You can view the history of your item below.":"You can view the history of your item below. (未翻訳)","You can't paste this content here":"このコンテンツをここに貼り付けることはできません","You have been logged out from the site.":"","Your email is required for reset your password.":"","Your password has been set successfully. You may now {link} with your new password.":"Your password has been set successfully. You may now {link} with your new password. (未翻訳)","Your preferred language":"優先する言語","Your site is up to date.":"","Your usernaame is required for reset your password.":"","addUserFormEmailDescription":"","addUserFormFullnameDescription":"","addUserFormPasswordDescription":"","addUserFormUsernameDescription":"","availableViews":"","box_forgot_password_option":"パスワードを忘れた?","checkboxFacet":"","common":"一般","compare_to":"","daterangeFacet":"","delete":"削除","deprecated_browser_notice_message":"サポート対象外のブラウザです","description":"説明","description_lost_password":"安全上の理由で、パスワードは暗号化されて保管されており、それをメールで送ることはできません。パスワードを再設定するには下記のフォームに記入してください。パスワード再設定の処理を開始するように登録すれば、指定されたメールアドレスにEメールが送られます。","description_sent_password":"パスワード再設定のお願いをメール送信しました。まもなくあなたのメールボックスに届くはずです。メッセージを受け取ったら、その中にあるパスワード再設定用のURLにアクセスしてください。","draft":"下書き(draft)","email":"正しいメールアドレスを入力してください","event_alldates":"すべての日程","event_attendees":"参加者","event_contactname":"連絡先名称","event_contactphone":"連絡先電話番号","event_website":"イベントURL","event_what":"内容","event_when":"日時","event_where":"場所","fileTooLarge":"","flush intIds and rebuild relations":"","head_title":"","heading_sent_password":"パスワード再設定の確認が送られました","hero":"ヒーロー","html":"HTML","image":"画像","integer":"整数を入力してください","intranet":"イントラネット","item":"","items":"","label_my_email_is":"","label_my_username_is":"私のユーザー名は","leadimage":"リード画像","listing":"リスティング","loading":"読み込み中","log in":"ログイン","maps":"地図","maxLength":"最大長さ","maximum":"入力範囲の最大値(この値を含みます)","media":"メディア","minLength":"最小長さ","minimum":"入力範囲の最小値","mostUsed":"よく使う物","no":"","no workflow state":"状態なし","number":"数値を入力してください","of the month":"(毎月の)","or try a different page.":"または、他のページを試してください。","others":"その他","pending":"","private":"非表示","published":"公開中","querystring-widget-select":"選択してください","rebuild relations":"","reference":"","references":"","results found":"件 見つかりました","return to the site root":"サイトルートに戻ってください。","rrule_and":"および","rrule_approximate":"〜概数","rrule_at":"於","rrule_dateFormat":"[year]-[month]-[day]","rrule_day":"日付","rrule_days":"日数","rrule_every":"毎","rrule_for":"の間","rrule_hour":"時間","rrule_hours":"時間","rrule_in":"内","rrule_last":"最終","rrule_minutes":"分","rrule_month":"月","rrule_months":"月","rrule_nd":" ","rrule_on":" ","rrule_on the":" ","rrule_or":"または","rrule_rd":" ","rrule_st":" ","rrule_th":" ","rrule_the":" ","rrule_time":"時間","rrule_times":"回","rrule_until":"まで","rrule_week":"週","rrule_weekday":"平日","rrule_weekdays":"平日","rrule_weeks":"週","rrule_year":"年","rrule_years":"年","selectFacet":"","selectView":"","skiplink-footer":"フッターへ","skiplink-main-content":"メインコンテンツへ","skiplink-navigation":"ナビゲーションへ","sort":"並べ替え","sources path":"","table":"テーブル","target path":"","text":"テキスト","title":"タイトル","toc":"目次","toggleFacet":"","upgradeVersions":"","url":"正しいURLを入力してください","user avatar":"ユーザアイコン","video":"ビデオ","views":"","visit_external_website":"外部サイトを表示","workingCopyErrorUnauthorized":"","workingCopyGenericError":"","yes":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Upload {count} file} other {Upload {count} files}}","{count} selected":"{count} 件選択中","{id} Content Type":"{id} コンテンツタイプ","{id} Schema":"{id} スキーマ","{title} copied.":"「{title}」をコピーしました。","{title} cut.":"「{title}」をカットしました。","{title} has been deleted.":"「{title}」を削除しました。"}