1
- # 主工具列按鍵 (工具提示和圖像的替代文字)
1
+ # 主工具列按鍵 (工具提示和圖像的替代文字)
2
2
previous.title =上一頁
3
3
previous_label =上一頁
4
4
next.title =下一頁
@@ -51,29 +51,31 @@ page_rotate_cw.label=順時針旋轉
51
51
page_rotate_ccw.label =逆時針旋轉
52
52
53
53
# 搜尋面板按鍵文字及訊息
54
- find_label =搜尋
54
+ find_label =搜尋:
55
55
find_previous.title =尋找上一個出現的詞組
56
+ find_previous_label =上一個
56
57
find_next.title =尋找下一個出現的詞組
58
+ find_next_label =下一個
57
59
find_highlight =全部以高亮顯示
58
60
find_match_case_label =區分大小寫
59
- find_wrapped_to_bottom =此頁完結 ,由頁底繼續搜尋
60
- find_wrapped_to_top =此頁完結 ,由頁首繼續搜尋
61
+ find_wrapped_to_bottom =到達頁首 ,由頁底繼續搜尋
62
+ find_wrapped_to_top =到達頁底 ,由頁首繼續搜尋
61
63
find_not_found =找不到詞組
62
64
63
65
# 錯誤面板標籤
64
66
error_more_info =更多資訊
65
67
error_less_info =更少資訊
66
68
error_close =關閉
67
69
# 本地化提示 (error_build): "{{build}}" 會被PDF.JS版本號取代。
68
- error_build =PDF.JS 版本號: {{build}}
70
+ error_build =PDF.JS 版本號: {{build}}
69
71
# 本地化提示 (error_message): "{{message}}" 會被英文的錯誤描述取代。
70
- error_message =錯誤信息: {{message}}
72
+ error_message =錯誤信息: {{message}}
71
73
# 本地化提示 (error_stack): "{{stack}}" 會被錯誤堆疊取代。
72
- error_stack =堆疊: {{stack}}
74
+ error_stack =堆疊: {{stack}}
73
75
# 本地化提示 (error_file): "{{file}}" 會被檔案名稱取代。
74
- error_file =檔案: {{file}}
76
+ error_file =檔案: {{file}}
75
77
# 本地化提示 (error_line): "{{line}}" 會被行數取代。
76
- error_line =行數: {{line}}
78
+ error_line =行數: {{line}}
77
79
rendering_error =渲染頁面時發生錯誤。
78
80
79
81
# 預設的縮放值
@@ -85,6 +87,7 @@ page_scale_actual=實際大小
85
87
# 載入指示訊息
86
88
loading_error_indicator =錯誤
87
89
loading_error =載入PDF檔案時發生錯誤。
90
+ invalid_file_error =無效或受損的PDF檔案。
88
91
89
92
# 其他標籤和訊息
90
93
# "{{type}}" 用來表示PDF格式規範 (32000-1:2008 Table 169 – Annotation types) 入面所定義的註解種類。
0 commit comments