Yuki Takei 1 год назад
Родитель
Сommit
d4a4e78ae6

+ 3 - 3
apps/app/public/static/locales/en_US/translation.json

@@ -332,10 +332,10 @@
     "keymap": "Keymap",
     "indent": "Indent",
     "paste": {
-      "title": "Paste",
+      "title": "Paste behavior",
       "both": "Both",
-      "text": "Text",
-      "file": "File"
+      "text": "Text only",
+      "file": "File only"
     },
     "editor_config": "Editor Config",
     "Show active line": "Show active line",

+ 4 - 4
apps/app/public/static/locales/fr_FR/translation.json

@@ -332,10 +332,10 @@
     "keymap": "Touches",
     "indent": "Indentation",
     "paste": {
-      "title": "Coller",
-      "both": "Tout",
-      "text": "Texte",
-      "file": "Fichier"
+      "title": "Comportement du collage",
+      "both": "Les deux",
+      "text": "Texte seulement",
+      "file": "Fichier seulement"
     },
     "editor_config": "Configuration de l'éditeur",
     "Show active line": "Montrer la ligne active",

+ 3 - 3
apps/app/public/static/locales/ja_JP/translation.json

@@ -365,10 +365,10 @@
     "keymap": "キーマップ",
     "indent": "インデント",
     "paste": {
-      "title": "貼り付け",
+      "title": "ペースト時の動作",
       "both": "両方",
-      "text": "テキスト",
-      "file": "ファイル"
+      "text": "テキストのみ",
+      "file": "ファイルのみ"
     },
     "editor_config": "エディタ設定",
     "Show active line": "アクティブ行をハイライト",

+ 3 - 3
apps/app/public/static/locales/zh_CN/translation.json

@@ -322,10 +322,10 @@
     "keymap": "键表",
     "indent": "缩进",
     "paste": {
-      "title": "粘贴",
+      "title": "粘贴行为",
       "both": "两者",
-      "text": "文本",
-      "file": "文件"
+      "text": "文本",
+      "file": "文件"
     },
     "editor_config": "编辑器配置",
 		"Show active line": "显示活动行",