#181 i18n
This commit is contained in:
parent
3c68538ebf
commit
ca37a93012
|
@ -138,5 +138,6 @@
|
||||||
"refresh": "Refresh",
|
"refresh": "Refresh",
|
||||||
"import": "Import",
|
"import": "Import",
|
||||||
"theme": "Theme",
|
"theme": "Theme",
|
||||||
"tab_size": "Tab Size"
|
"tab_size": "Tab Size",
|
||||||
|
"copy_file_path": "Copy File Path"
|
||||||
}
|
}
|
|
@ -138,5 +138,6 @@
|
||||||
"refresh": "リフレッシュ",
|
"refresh": "リフレッシュ",
|
||||||
"import": "インポート",
|
"import": "インポート",
|
||||||
"theme": "テーマ",
|
"theme": "テーマ",
|
||||||
"tab_size": "Tab·サイズ"
|
"tab_size": "Tab·サイズ",
|
||||||
|
"copy_file_path": "ファイルパスをコピー"
|
||||||
}
|
}
|
||||||
|
|
|
@ -138,5 +138,6 @@
|
||||||
"refresh": "刷新",
|
"refresh": "刷新",
|
||||||
"import": "导入",
|
"import": "导入",
|
||||||
"theme": "主题",
|
"theme": "主题",
|
||||||
"tab_size": "Tab 大小"
|
"tab_size": "Tab 大小",
|
||||||
|
"copy_file_path": "复制文件路径"
|
||||||
}
|
}
|
|
@ -138,5 +138,6 @@
|
||||||
"refresh": "刷新",
|
"refresh": "刷新",
|
||||||
"import": "導入",
|
"import": "導入",
|
||||||
"theme": "主題",
|
"theme": "主題",
|
||||||
"tab_size": "Tab 大小"
|
"tab_size": "Tab 大小",
|
||||||
|
"copy_file_path": "複製文件路徑"
|
||||||
}
|
}
|
|
@ -182,8 +182,9 @@
|
||||||
<li onclick="editors.closeOther()" title="{{.i18n.close_other}}">
|
<li onclick="editors.closeOther()" title="{{.i18n.close_other}}">
|
||||||
<span>{{.i18n.close_other}}</span>
|
<span>{{.i18n.close_other}}</span>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="hr"></li>
|
||||||
<li id="copyFilePath" title="Copy file path">
|
<li id="copyFilePath" title="Copy file path">
|
||||||
<span>Copy file path</span>
|
<span>{{.i18n.copy_file_path}}</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue