|
@@ -1,8 +1,15 @@
|
|
|
{
|
|
{
|
|
|
"wiki_management_home_page": "Wiki管理トップ",
|
|
"wiki_management_home_page": "Wiki管理トップ",
|
|
|
"app_settings": "アプリ設定",
|
|
"app_settings": "アプリ設定",
|
|
|
|
|
+ "public": "公開",
|
|
|
|
|
+ "anyone_with_the_link": "リンクを知っている人のみ",
|
|
|
|
|
+ "specified_users": "特定ユーザーのみ",
|
|
|
|
|
+ "only_me": "自分のみ",
|
|
|
|
|
+ "only_inside_the_group": "特定グループのみ",
|
|
|
"security_settings": {
|
|
"security_settings": {
|
|
|
"security_settings": "セキュリティ設定",
|
|
"security_settings": "セキュリティ設定",
|
|
|
|
|
+ "scope_of_page_disclosure": "ページの公開範囲",
|
|
|
|
|
+ "set_point": "設定値",
|
|
|
"Guest Users Access":"ゲストユーザーのアクセス",
|
|
"Guest Users Access":"ゲストユーザーのアクセス",
|
|
|
"always_hidden": "非表示 (固定)",
|
|
"always_hidden": "非表示 (固定)",
|
|
|
"always_displayed": "表示 (固定)",
|
|
"always_displayed": "表示 (固定)",
|
|
@@ -263,7 +270,31 @@
|
|
|
"toggle_notification": "{{path}}の通知設定を変更しました"
|
|
"toggle_notification": "{{path}}の通知設定を変更しました"
|
|
|
},
|
|
},
|
|
|
"customize": "カスタマイズ",
|
|
"customize": "カスタマイズ",
|
|
|
- "full_text_search_management": "Full Text Search Management",
|
|
|
|
|
|
|
+ "ipmport_data": "データインポート",
|
|
|
|
|
+ "export_archive_data": "データアーカイブ",
|
|
|
|
|
+ "full_text_search_management": {
|
|
|
|
|
+ "full_text_search_management": "全文検索管理",
|
|
|
|
|
+ "elasticsearch_management": "Elasticsearch 管理",
|
|
|
|
|
+ "connection_status": "接続の状態",
|
|
|
|
|
+ "connection_status_label_unconfigured": "設定されていません",
|
|
|
|
|
+ "connection_status_label_connected": "接続されています",
|
|
|
|
|
+ "connection_status_label_disconnected": "切断されています",
|
|
|
|
|
+ "connection_status_label_erroroccured": "SearchService でエラーが発生しています",
|
|
|
|
|
+ "indices_status": "インデックスの状態",
|
|
|
|
|
+ "indices_status_label_normalized": "正規化されています",
|
|
|
|
|
+ "indices_status_label_unnormalized": "リビルド中 または 破損しています",
|
|
|
|
|
+ "indices_summary": "インデックスのサマリ",
|
|
|
|
|
+ "reconnect": "再接続",
|
|
|
|
|
+ "reconnect_button": "再接続の試行",
|
|
|
|
|
+ "reconnect_description": "Elasticsearch への再接続を試みます。",
|
|
|
|
|
+ "normalize": "正規化",
|
|
|
|
|
+ "normalize_button": "インデックスの正規化",
|
|
|
|
|
+ "normalize_description": "破損したインデックスを修復します。",
|
|
|
|
|
+ "rebuild": "リビルド",
|
|
|
|
|
+ "rebuild_button": "インデックスのリビルド",
|
|
|
|
|
+ "rebuild_description_1": "全てのページのインデックスを削除し、作り直します。",
|
|
|
|
|
+ "rebuild_description_2": "この作業には数秒かかります。"
|
|
|
|
|
+ },
|
|
|
"mailer_setup_required": "送信するには <a href='/admin/app'>メールの設定</a> が必要です。",
|
|
"mailer_setup_required": "送信するには <a href='/admin/app'>メールの設定</a> が必要です。",
|
|
|
"admin_top": {
|
|
"admin_top": {
|
|
|
"management_wiki": "Wiki管理",
|
|
"management_wiki": "Wiki管理",
|