Просмотр исходного кода

Merge pull request #10741 from growilabs/copilot/fix-mime-type-translation

Fix MIME type notation in Japanese locale (マイムタイプ → MIMEタイプ)
Yuki Takei 2 месяцев назад
Родитель
Сommit
129f55cd36
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      apps/app/public/static/locales/ja_JP/admin.json

+ 12 - 0
apps/app/public/static/locales/ja_JP/admin.json

@@ -456,6 +456,18 @@
       "tag_names": "タグ名",
       "tag_attributes": "タグ属性",
       "import_recommended": "{{target}} のおすすめをインポート"
+    },
+    "content-disposition_header": "Content-Disposition MIMEタイプ設定",
+    "content-disposition_options": {
+      "add_header": "MIMEタイプを追加する",
+      "note": "注意: MIMEタイプを追加すると、もう一方のリストからは自動的に削除されます。",
+      "inline_header": "インライン MIMEタイプ",
+      "attachment_header": "添付ファイル MIMEタイプ",
+      "inline_button": "インライン",
+      "no_inline": "設定済みのインラインタイプはありません。",
+      "no_attachment": "設定済みの添付ファイルタイプはありません。",
+      "attachment_button": "添付ファイル",
+      "remove_button": "削除"
     }
   },
   "customize_settings": {