We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bab18 commit 6fb05a7Copy full SHA for 6fb05a7
1 file changed
zh-hant/includes/buttons.js
@@ -0,0 +1,13 @@
1
+runlatex.texts = {
2
+ "Open in Overleaf": "在 Overleaf 中開啟",
3
+ "TeXLive.net": "在 TeXLive.net 執行",
4
+ "Delete Output": "刪除輸出檔案",
5
+ "Compiling PDF": "編譯 PDF",
6
+ // The following not used on learnlatex.org
7
+ "edit": "編輯",
8
+ "copy": "複製",
9
+ "Added Code": "新增程式碼",
10
+ "End Added Code": "新增程式碼結束",
11
+ "Top Caption": "編輯並執行此例子:"
12
+}
13
+
0 commit comments