This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
forked from ossiigit/odfapi_sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.pot
123 lines (96 loc) · 2.91 KB
/
messages.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Translations template for PROJECT.
# Copyright (C) 2019 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-11-13 12:07+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
#: templates/about.html:4
msgid "關於 ODF API"
msgstr ""
#: templates/about.html:15
msgid "步驟一、利用 ODF 文件 API 的用戶端工具快速設計新的 ODF 報表範本。"
msgstr ""
#: templates/about.html:16
msgid "步驟二、把新的 ODF 報表範本傳上伺服器端並產生 API 連結。"
msgstr ""
#: templates/about.html:17
msgid "步驟三、把原本報表的陣列資料轉成 JSON 並 POST 到上述的 API 連結。"
msgstr ""
#: templates/about.html:18
msgid "步驟四、使用者點選網頁連結,下載 ODF 報表。"
msgstr ""
#: templates/base.html:16
msgid "首頁"
msgstr ""
#: templates/base.html:19
msgid "關於 API"
msgstr ""
#: templates/base.html:22 templates/index.html:13
msgid "仲介履歷"
msgstr ""
#: templates/base.html:25
msgid "報價單 Post with Json"
msgstr ""
#: templates/base.html:28
msgid "HTML Table to Calc"
msgstr ""
#: templates/base.html:31
msgid "報價單 Post with HTML Form"
msgstr ""
#: templates/index.html:4
msgid "歡迎來到 ODF API 小教室"
msgstr ""
#: templates/index.html:14
msgid "基礎應用 1"
msgstr ""
#: templates/index.html:16
msgid "試想讓應徵者透過使用你們公司的系統填寫資料,就能自動生成美美的履歷提供給合作公司,是不是很美好呢?"
msgstr ""
#: templates/index.html:17 templates/index.html:28
msgid "試試看!"
msgstr ""
#: templates/index.html:24
msgid "報價單"
msgstr ""
#: templates/index.html:25
msgid "基礎應用 2"
msgstr ""
#: templates/index.html:27
msgid "在外談生意想要快速生成報價單給對方 ? 手邊沒有電腦能編輯 ? 來試試看 ODF 雲端 API 吧!讓你速度生成報價單,跑業務沒煩惱!"
msgstr ""
#: templates/price.html:4 templates/price_HTML_Form.html:13
msgid "報價單生成範例"
msgstr ""
#: templates/price_HTML_Form.html:4
msgid "報價單生成範例 -- 透過 Post HTML Form"
msgstr ""
#: templates/result.html:4 templates/result.html:9
msgid "下載連結"
msgstr ""
#: templates/resume.html:4
msgid "履歷表生成範例"
msgstr ""
#: templates/resume.html:12
msgid "API 名稱"
msgstr ""
#: templates/resume.html:18
msgid "請輸入 JSON"
msgstr ""
#: templates/tbl2sc.html:59
msgid "把 table 傳給 tbl2sc 進行轉換, 伺服器下載"
msgstr ""
#: templates/tbl2sc.html:63
msgid "把 table 傳給 tbl2sc 進行轉換, 直接下載"
msgstr ""