Initial commit.

This commit is contained in:
2026-03-10 21:25:26 +08:00
commit 78739bf725
3089 changed files with 472990 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
/* Woman's Voice
* lang.zh-tw.js: The Chinese (Taiwan) localized messages.
*/
/* Copyright (c) 2004-2018 imacat.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* Author: imacat <imacat@mail.imacat.idv.tw>
* First written: 2004-11-05
*/
// The messages
lc_messages = [
["Fill in your message here.", "請填上妳的留言。"],
["Please fill in your message.", "請填上妳的留言。"],
["Your message is too long. (Max. 10,240 letters)", "妳的留言太長了。(最長 10,240 個字)"],
["Your message contains HTML, which will be displayed \"AS IS\". If this is a commercial advertisement, it will be deleted right away and you are wasting your time. Do you still want to submit this message?", "妳的留言內含 HTML HTML 會以原始碼秀出。一般商業廣告留言隨見隨刪,請勿浪費時間。妳確定要留這則留言嗎?"],
["Your message contains BBCode, which will be displayed \"AS IS\". If this is a commercial advertisement, it will be deleted right away and you are wasting your time. Do you still want to submit this message?", "妳的留言內含 BBCode BBCode 會以原始碼秀出。一般商業廣告留言隨見隨刪,請勿浪費時間。妳確定要留這則留言嗎?"],
["Fill in the description here.", "請填上簡介。"],
["This description is too long. (Max. 256 letters)", "簡介太長了。(最長 256 個字)"],
["Please fill in the site name.", "請填上站名。"],
["Please fill in the URL.", "請填上網址。"],
["Please fill in the description.", "請填上簡介。"],
["Please fill in your query.", "請填上檢索的辭彙。"],
];