1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-09 16:28:45 +01:00

New translations translation.json (Chinese Traditional)

This commit is contained in:
AkiraFukushima 2020-12-25 14:06:54 +09:00
parent f843f4ca9c
commit ebd7a53bc1

View File

@ -410,39 +410,39 @@
"attach_error": "無法附加檔案", "attach_error": "無法附加檔案",
"authorize_duplicate_error": "無法以相同帳號登入同一網域", "authorize_duplicate_error": "無法以相同帳號登入同一網域",
"authorize_error": "授權失敗", "authorize_error": "授權失敗",
"followers_fetch_error": "Failed to fetch followers", "followers_fetch_error": "無法載入跟隨者",
"follows_fetch_error": "Failed to fetch follows", "follows_fetch_error": "無法載入跟隨對象",
"toot_fetch_error": "Failed to fetch the toot detail", "toot_fetch_error": "無法載入嘟文細節",
"follow_error": "Failed to follow the user", "follow_error": "無法跟隨此使用者",
"unfollow_error": "Failed to unfollow the user", "unfollow_error": "無法取消跟隨此使用者",
"lists_fetch_error": "Failed to fetch lists", "lists_fetch_error": "無法載入列表",
"list_create_error": "Failed to create a list", "list_create_error": "無法新增列表",
"members_fetch_error": "Failed to fetch members", "members_fetch_error": "無法載入成員",
"remove_user_error": "Failed to remove the user", "remove_user_error": "無法移除此使用者",
"find_account_error": "Account not found", "find_account_error": "找不到該帳號",
"reblog_error": "Failed to reblog", "reblog_error": "無法轉嘟",
"unreblog_error": "Failed to unreblog", "unreblog_error": "無法取消轉嘟",
"favourite_error": "Failed to favourite", "favourite_error": "無法最愛",
"unfavourite_error": "Failed to unfavourite", "unfavourite_error": "無法取消最愛",
"bookmark_error": "Failed to bookmark", "bookmark_error": "無法加入書籤",
"unbookmark_error": "Failed to remove bookmark", "unbookmark_error": "無法移除書籤",
"delete_error": "Failed to delete the toot", "delete_error": "無法刪除嘟文",
"search_error": "Failed to search", "search_error": "無法搜尋",
"toot_error": "Failed to toot", "toot_error": "無法嘟文",
"update_list_memberships_error": "Failed to update the list memberships", "update_list_memberships_error": "無法更新列表成員",
"add_user_error": "Failed to add user", "add_user_error": "無法新增使用者",
"authorize_url_error": "Failed to get authorize url", "authorize_url_error": "無法取得授權 URL",
"domain_confirmed": "{{domain}} is confirmed, please login", "domain_confirmed": "{{domain}} 已確認,請登入",
"domain_doesnt_exist": "Failed to connect {{domain}}, make sure the server URL", "domain_doesnt_exist": "無法連線到 {{domain}},請確認伺服器 URL",
"loading": "Loading..." "loading": "載入中..."
}, },
"validation": { "validation": {
"login": { "login": {
"require_domain_name": "A domain name is required", "require_domain_name": "請填入網址",
"domain_format": "Please only enter the domain name" "domain_format": "請僅輸入網址"
}, },
"new_toot": { "new_toot": {
"toot_length": "Toot length should be {{min}} to {{max}}", "toot_length": "嘟文長度必須介於 {{min}} 至 {{max}} 之間",
"attach_length": "You can only attach up to {{max}} images", "attach_length": "You can only attach up to {{max}} images",
"attach_image": "You can only attach images or videos", "attach_image": "You can only attach images or videos",
"poll_invalid": "Invalid poll choices" "poll_invalid": "Invalid poll choices"