mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
Add new languages (#160)
* Add support for new language zh_TW * small fix for language display
This commit is contained in:
parent
e3d23a98de
commit
ea8aa101f9
@ -136,7 +136,7 @@ object LanguageNameProvider : ILanguageNameProvider {
|
||||
"yo" to "Èdè Yorùbá",
|
||||
"zh" to "中文",
|
||||
"zh_CN" to "简体中文",
|
||||
"zh_TW" to "繁體中文",
|
||||
"zh_TW" to "正體中文",
|
||||
"zu" to "isiZulu",
|
||||
)
|
||||
|
||||
@ -169,4 +169,4 @@ private fun MyLocale.toLocale(): Locale {
|
||||
} else {
|
||||
Locale(language, country)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,284 @@
|
||||
app_title=AB 下載管理器
|
||||
confirm_auto_categorize_downloads_title=自動分類下載項
|
||||
confirm_auto_categorize_downloads_description=未分類的下載項都將自動歸類
|
||||
confirm_reset_to_default_categories_title=重設為預設分類
|
||||
confirm_reset_to_default_categories_description=這將刪除所有分類並復原預設分類!
|
||||
confirm_delete_download_items_title=確認刪除
|
||||
confirm_delete_download_items_description=你確定要刪除這 {{count}} 個下載項嗎?
|
||||
also_delete_file_from_disk=同時從磁碟中刪除文件
|
||||
confirm_delete_category_item_title=刪除 {{name}} 分類
|
||||
confirm_delete_category_item_description=你確定要刪除 {{value}} 分類嗎
|
||||
your_download_will_not_be_deleted=您的下載項將被保留
|
||||
drop_link_or_file_here=將連結或文件拖到此處
|
||||
nothing_will_be_imported=沒有可匯入的項目
|
||||
n_links_will_be_imported={{count}} 個連結將被匯入
|
||||
n_items_selected=已選中 {{count}} 個下載項
|
||||
delete=刪除
|
||||
remove=移除
|
||||
cancel=取消
|
||||
close=關閉
|
||||
ok=確定
|
||||
add=添加
|
||||
change=修改
|
||||
download=下載
|
||||
refresh=重新整理
|
||||
settings=設定
|
||||
unknown=未知
|
||||
unknown_error=未知錯誤
|
||||
download_item_not_found=找不到下載項
|
||||
name=名稱
|
||||
download_link=下載連結
|
||||
not_finished=未完成
|
||||
all=全部
|
||||
finished=已完成
|
||||
Unfinished=未完成
|
||||
canceled=已取消
|
||||
error=錯誤
|
||||
paused=已暫停
|
||||
downloading=正在下載
|
||||
added=已添加
|
||||
idle=空閒
|
||||
preparing_file=正在準備文件
|
||||
creating_file=正在建立文件
|
||||
resuming=正在復原
|
||||
list_is_empty=列表為空!
|
||||
search_in_the_list=在列表中搜尋
|
||||
search=搜尋
|
||||
clear=清空
|
||||
general=一般
|
||||
enabled=啟用
|
||||
disabled=禁用
|
||||
file=文件
|
||||
tasks=任務
|
||||
tools=工具
|
||||
help=幫助
|
||||
all_finished=全部完成
|
||||
all_unfinished=全部未完成
|
||||
entire_list=完整列表
|
||||
download_browser_integration=下載瀏覽器外掛程式
|
||||
exit=退出
|
||||
show_downloads=查看下載項
|
||||
new_download=新的下載
|
||||
stop_all=全部停止
|
||||
import_from_clipboard=從剪下板匯入
|
||||
batch_download=批次下載
|
||||
open=打開
|
||||
open_file=打開文件
|
||||
open_folder=打開資料夾
|
||||
resume=復原
|
||||
pause=暫停
|
||||
restart_download=重新下載
|
||||
copy_link=複製連結
|
||||
show_properties=查看屬性
|
||||
move_to_queue=移動到佇列
|
||||
move_to_category=移動到分類
|
||||
add_category=添加分類
|
||||
edit_category=編輯分類
|
||||
delete_category=刪除分類
|
||||
category_name=分類名稱
|
||||
category_download_location=分類下載位置
|
||||
category_download_location_description=在 “添加下載” 中選擇此分類時,將此目錄用作 “下載位置”
|
||||
category_file_types=分類文件類型
|
||||
category_file_types_description=當添加新的下載項時,自動將以下文件類型歸入此分類\n用空格分隔文件副檔名 (ext1 ext2 ...)
|
||||
category_url_patterns=URL 模式
|
||||
category_url_patterns_description=當添加新的下載項時,自動將來自這些 URL 的下載放入此類別\n使用空格分隔 URL,也可以使用 * 作為萬用字元
|
||||
auto_categorize_downloads=自動分類下載項
|
||||
restore_defaults=復原預設設定
|
||||
about=關於
|
||||
version_n=版本 {{value}}
|
||||
developed_with_love_for_you=用❤️為您開發
|
||||
visit_the_project_website=瀏覽項目官網
|
||||
this_is_a_free_and_open_source_software=這是一個開源免費的軟體
|
||||
view_the_source_code=查看原始碼
|
||||
powered_by_open_source_software=由開源軟體驅動
|
||||
view_the_open_source_licenses=查看開源協議
|
||||
support_and_community=支援 & 社群
|
||||
telegram=Telegram
|
||||
channel=頻道
|
||||
group=群組
|
||||
add_download=添加下載
|
||||
add_multi_download_page_header=選擇您想要下載的文件
|
||||
save_to=儲存到
|
||||
where_should_each_item_saved=每個文件應該儲存到哪裡?
|
||||
there_are_multiple_items_please_select_a_way_you_want_to_save_them=發現了多個文件!請選擇一個儲存它們的地方
|
||||
each_item_on_its_own_category=每個文件都有屬於自己的分類
|
||||
each_item_on_its_own_category_description=所有的文件都會基於它們的文件類型被儲存到對應的分類下
|
||||
all_items_in_one_category=所有文件都儲存在同一分類
|
||||
all_items_in_one_category_description=所有的文件都會被儲存到選定的分類位置
|
||||
all_items_in_one_Location=所有文件都儲存在同一位置
|
||||
all_items_in_one_Location_description=所有的文件都會被儲存到選定的目錄
|
||||
no_category_selected=未選擇分類
|
||||
download_location=下載位置
|
||||
location=位置
|
||||
select_queue=選擇佇列
|
||||
without_queue=不使用佇列
|
||||
use_category=使用分類
|
||||
cant_write_to_this_folder=無法寫入該目錄
|
||||
file_name_already_exists=檔案名已存在
|
||||
invalid_file_name=檔案名無效
|
||||
show_solutions=查看解決方案...
|
||||
change_solution=更改解決方案
|
||||
select_a_solution=選擇一個解決方案
|
||||
select_download_strategy_description=您提供的下載連結已經在下載列表裡面了,請選擇您想做的操作
|
||||
download_strategy_add_a_numbered_file=在文件後添加編號
|
||||
download_strategy_add_a_numbered_file_description=在檔案名末尾添加編號
|
||||
download_strategy_override_existing_file=覆蓋現有文件
|
||||
download_strategy_override_existing_file_description=移除現有下載項並開始下載
|
||||
download_strategy_show_downloaded_file=顯示已下載的文件
|
||||
download_strategy_show_downloaded_file_description=顯示已經存在的下載項以便您復原下載或打開它
|
||||
batch_download_link_help=輸入包含萬用字元的連結 (使用*)
|
||||
invalid_url=無效的URL
|
||||
list_is_too_large_maximum_n_items_allowed=批次下載的文件數太多啦!最大支援數量為 {{count}}
|
||||
enter_range=輸入範圍
|
||||
range_from=從
|
||||
range_to=到
|
||||
batch_download_wildcard_length=萬用字元長度
|
||||
first_link=首個連結
|
||||
last_link=末尾連結
|
||||
open_source_software_used_in_this_app=此App使用到的開源軟體
|
||||
links=連結
|
||||
website=網站
|
||||
developers=開發者
|
||||
source_code=原始碼
|
||||
license=授權條款
|
||||
no_license_found=找不到授權條款
|
||||
organization=組織
|
||||
add_new_queue=添加新的佇列
|
||||
queue_name=佇列名稱
|
||||
queues=佇列
|
||||
stop_queue=停止佇列
|
||||
start_queue=開始佇列
|
||||
config=配置
|
||||
items=項目
|
||||
move_down=下移
|
||||
move_up=上移
|
||||
remove_queue=移除佇列
|
||||
queue_name_help=為佇列指定名稱
|
||||
queue_name_describe=佇列名稱為 {{value}}
|
||||
queue_max_concurrent_download=下載最大並發數
|
||||
queue_max_concurrent_download_description=此佇列最大同時下載個數
|
||||
queue_automatic_stop=自動停止
|
||||
queue_automatic_stop_description=當佇列中沒有下載項時自動停止
|
||||
queue_scheduler=計劃任務
|
||||
queue_enable_scheduler=啟用計劃任務
|
||||
queue_active_days=每週執行日
|
||||
queue_active_days_description=此計劃任務應該在哪些日子啟動?
|
||||
queue_scheduler_auto_start_time=自動開始時間
|
||||
queue_scheduler_enable_auto_stop_time=啟用自動停止計劃
|
||||
queue_scheduler_auto_stop_time=自動停止時間
|
||||
appearance=外觀
|
||||
download_engine=下載引擎
|
||||
browser_integration=瀏覽器外掛程式整合
|
||||
settings_download_thread_count=執行緒數目
|
||||
settings_download_thread_count_description=每個下載項的最大執行緒數目
|
||||
settings_download_thread_count_describe=每個下載項最高可達 {{count}} 個執行緒
|
||||
settings_use_server_last_modified_time=使用伺服器提供的最後修改時間
|
||||
settings_use_server_last_modified_time_description=下載文件時,為本機文件使用伺服器提供的最後修改時間
|
||||
settings_use_sparse_file_allocation=稀疏文件空間分配
|
||||
settings_use_sparse_file_allocation_description=透過減少不必要的資料寫入,更高效地建立文件,尤其是在固態硬碟上。這可以加快下載啟動速度並減少磁碟使用。如果下載啟動緩慢或遇到異常的下載速度,建議考慮禁用此選項,因為某些裝置可能不完全支援。
|
||||
settings_global_speed_limiter=全域速度限制
|
||||
settings_global_speed_limiter_description=全域下載速度限制 (0 表示無限制)
|
||||
settings_show_average_speed=顯示平均速度
|
||||
settings_show_average_speed_description=下載速度
|
||||
settings_default_download_folder=預設下載資料夾
|
||||
settings_default_download_folder_description=當您添加新的下載項時,預設使用此位置儲存文件
|
||||
settings_default_download_folder_describe=將使用 {{folder}}
|
||||
settings_use_proxy=使用代理
|
||||
settings_use_proxy_description=為下載使用代理
|
||||
settings_use_proxy_describe_no_proxy=不使用代理
|
||||
settings_use_proxy_describe_system_proxy=使用系統代理
|
||||
settings_use_proxy_describe_manual_proxy=將使用 {{value}}
|
||||
settings_theme=主題
|
||||
settings_theme_description=選擇應用主題
|
||||
settings_language=語言
|
||||
settings_compact_top_bar=緊湊型頂欄
|
||||
settings_compact_top_bar_description=當主視窗寬度足夠時,合併頂欄和標題欄
|
||||
settings_start_on_boot=開機自啟
|
||||
settings_start_on_boot_description=在使用者登入時自動啟動
|
||||
settings_notification_sound=通知聲音
|
||||
settings_notification_sound_description=通知時播放聲音
|
||||
settings_browser_integration=瀏覽器外掛程式整合
|
||||
settings_browser_integration_description=接受來自瀏覽器的下載
|
||||
settings_browser_integration_server_port=伺服器埠
|
||||
settings_browser_integration_server_port_description=瀏覽器外掛程式使用的埠
|
||||
settings_browser_integration_server_port_describe=App 將監聽埠 {{port}}
|
||||
settings_dynamic_part_creation=動態分段
|
||||
settings_dynamic_part_creation_description=當一段下載完成後,透過分割其他段來建立另一個下載段,以提高下載速度
|
||||
download_item_settings_speed_limit=速度限制
|
||||
download_item_settings_speed_limit_description=為此下載項限制下載速度
|
||||
download_item_settings_thread_count=執行緒數
|
||||
download_item_settings_thread_count_description=此下載項使用多少個執行緒 (0代表使用全域設定)
|
||||
download_item_settings_thread_count_describe=為此下載項使用 {{count}} 執行緒
|
||||
download_item_settings_username_description=若連結指向受保護的資源,請提供使用者名稱
|
||||
download_item_settings_password_description=若連結指向受保護的資源,請提供密碼
|
||||
username=使用者名稱
|
||||
password=密碼
|
||||
average_speed=平均速度
|
||||
exact_speed=精確速度
|
||||
unlimited=無限制
|
||||
use_global_settings=使用全域設定
|
||||
cant_run_browser_integration=無法執行瀏覽器外掛程式整合
|
||||
cant_open_file=無法打開文件
|
||||
cant_open_folder=無法打開目錄
|
||||
# times for example 2 seconds ago
|
||||
relative_time_long_years={{years}} 年
|
||||
relative_time_long_months={{months}} 月
|
||||
relative_time_long_days={{days}} 日
|
||||
relative_time_long_hours={{hours}} 時
|
||||
relative_time_long_minutes={{minutes}} 分
|
||||
relative_time_long_seconds={{seconds}} 秒
|
||||
relative_time_short_years={{years}} /
|
||||
relative_time_short_months={{months}} /
|
||||
relative_time_short_days={{days}}
|
||||
relative_time_short_hours={{hours}}\:
|
||||
relative_time_short_minutes={{minutes}}\:
|
||||
relative_time_short_seconds={{seconds}}
|
||||
relative_time_left=剩餘 {{time}}
|
||||
relative_time_ago={{time}} 之前
|
||||
auto=自動
|
||||
unspecified=未指定
|
||||
custom=自訂
|
||||
icon=圖示
|
||||
author=作者
|
||||
link=連結
|
||||
size=大小
|
||||
status=狀態
|
||||
parts_info_downloaded_size=已下載
|
||||
parts_info_total_size=總大小
|
||||
speed=速度
|
||||
time_left=剩餘時間
|
||||
date_added=加入時間
|
||||
info=資訊
|
||||
download_page_downloaded_size=已下載
|
||||
resume_support=斷點續傳
|
||||
yes=是
|
||||
no=否
|
||||
parts_info=分段資訊
|
||||
disconnected=斷開連接
|
||||
receiving_data=接收資料
|
||||
connecting=發送GET請求
|
||||
warning=警告
|
||||
unsupported_resume_warning=此下載項不支援斷點續傳!你可能需要在下載列表中重新下載此文件
|
||||
stop_anyway=強制停止
|
||||
customize_columns=自訂列
|
||||
reset=重設
|
||||
monday=星期一
|
||||
tuesday=星期二
|
||||
wednesday=星期三
|
||||
thursday=星期四
|
||||
friday=星期五
|
||||
saturday=星期六
|
||||
sunday=星期日
|
||||
proxy_open_system_proxy_settings=開啟系統代理設定
|
||||
proxy_type=代理類型
|
||||
proxy_do_not_use_proxy_for=不使用代理的網址
|
||||
proxy_do_not_use_proxy_for_description=不使用代理的網址說明
|
||||
proxy_change_title=更改代理
|
||||
change_proxy=更改代理
|
||||
proxy_no=無代理
|
||||
proxy_system=系統代理
|
||||
proxy_manual=手動代理
|
||||
address=地址
|
||||
port=埠
|
||||
address_and_port=地址與埠
|
||||
use_authentication=使用驗證
|
Loading…
x
Reference in New Issue
Block a user