diff --git a/i18n/en_US.json b/i18n/en_US.json index 27e0954..235fb23 100644 --- a/i18n/en_US.json +++ b/i18n/en_US.json @@ -138,5 +138,6 @@ "refresh": "Refresh", "import": "Import", "theme": "Theme", - "tab_size": "Tab Size" + "tab_size": "Tab Size", + "copy_file_path": "Copy File Path" } \ No newline at end of file diff --git a/i18n/ja_JP.json b/i18n/ja_JP.json index ec2f432..c73ea11 100644 --- a/i18n/ja_JP.json +++ b/i18n/ja_JP.json @@ -138,5 +138,6 @@ "refresh": "リフレッシュ", "import": "インポート", "theme": "テーマ", - "tab_size": "Tab·サイズ" + "tab_size": "Tab·サイズ", + "copy_file_path": "ファイルパスをコピー" } diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json index 696385e..5f9b85e 100644 --- a/i18n/zh_CN.json +++ b/i18n/zh_CN.json @@ -138,5 +138,6 @@ "refresh": "刷新", "import": "导入", "theme": "主题", - "tab_size": "Tab 大小" + "tab_size": "Tab 大小", + "copy_file_path": "复制文件路径" } \ No newline at end of file diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json index 5f3b89a..56599af 100644 --- a/i18n/zh_TW.json +++ b/i18n/zh_TW.json @@ -138,5 +138,6 @@ "refresh": "刷新", "import": "導入", "theme": "主題", - "tab_size": "Tab 大小" + "tab_size": "Tab 大小", + "copy_file_path": "複製文件路徑" } \ No newline at end of file diff --git a/views/index.html b/views/index.html index ca3ff96..c0f7edd 100644 --- a/views/index.html +++ b/views/index.html @@ -181,9 +181,10 @@
  • {{.i18n.close_other}} -
  • + +
  • - Copy file path + {{.i18n.copy_file_path}}
  • @@ -373,7 +374,7 @@ - +