Files
nextcloud-autocurrency/l10n/zh_HK.js
Nextcloud bot 72929d8c6f fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-04-18 02:09:08 +00:00

65 lines
5.4 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"autocurrency",
{
"Auto Currency" : "自動貨幣",
"Auto Currency for Cospend" : "Cospend 自動貨幣",
"Automatically fills the currency rates for your Cospend projects daily." : "每日自動填入 Cospend 專案的貨幣匯率。",
"This NextCloud app automatically fetches currency information for your Cospend projects, and fills\nthem up using the main currency as base. No more manually updating exchange rates!\n\n\nYou can also view the history of currency rates fetched in the past, and see how they changed over time.\n\n\nIt will automatically run once a day by default and use your currency names to fetch the correct\nrate.\n\n\nInterval for fetch may be adjusted in the admin settings \"Auto Currency\" section.\n\n\n> **Note**: This is a companion app to [Cospend](https://apps.nextcloud.com/apps/cospend).\n>\n> Without Cospend, this app will not work." : "此 NextCloud 應用程式自動獲取您 Cospend 項目的貨幣資訊,並使用主要貨幣作為基準進行填充。再也不需要手動更新匯率了!\n\n\n您還可以查看過去獲取的貨幣匯率歷史並了解它們如何隨時間變化。\n\n\n它將默認每天自動運行一次並使用您的貨幣名稱來獲取正確的匯率。\n\n\n獲取的間隔可以在管理設置的「自動貨幣」部分進行調整。\n\n\n> **注意**:這是一個 [Cospend](https://apps.nextcloud.com/apps/cospend) 的附屬應用程式。\n>\n> 沒有 Cospend這個應用程式將無法運作。",
"Every hour" : "每小時",
"_Every %n hour_::_Every %n hours_" : ["每%n小時"],
"_Every %n hour (default)_::_Every %n hours (default)_" : ["每%n小時默認"],
"Information" : "資訊",
"Custom Currencies" : "自訂貨幣",
"Define custom currencies with their own API endpoints.{br}Use {cStart}{base}{cEnd} in the endpoint URL or JSON path to substitute the project's base currency.{br}The API should return a rate in the base currency (or USD if {cStart}{base}{cEnd} is not used).{br}The API key will be passed in the {cStart}Authorization{cEnd} header as {cStart}Bearer{cEnd} if provided." : "定義具有自己 API 端點的自訂貨幣。{br}在端點 URL 或 JSON 路徑中使用 {cStart}{base}{cEnd} 來替代項目的基準貨幣。{br}API 應返回基準貨幣的匯率(如果未使用 {cStart}{base}{cEnd},則返回美元)。{br}如果提供API 密鑰將作為 {cStart}Bearer{cEnd} 在 {cStart}Authorisation{cEnd} 標頭中傳遞。",
"Currency Code" : "貨幣代碼",
"e.g., BTC" : "例如BTC",
"Symbol (optional)" : "符號(可選)",
"e.g., ₿" : "例如:₿",
"API Endpoint" : "API 端點",
"e.g., https://api.example.com/rates/{base}" : "例如https://api.example.com/rates/{base}",
"API Key (optional)" : "API 密鑰(可選)",
"Leave empty if not required" : "如果不需要,請留空",
"JSON Path" : "JSON 路徑",
"e.g., $.rates.{base} or data[0].rate" : "例如:$.rates.{base} 或 data[0].rate",
"Add Currency" : "添加貨幣",
"Delete Currency" : "刪除貨幣",
"Cron Settings" : "Cron 設定",
"Update Interval" : "更新間距",
"See the {aStart}Personal settings{aEnd} to view instructions on how to set up your currencies." : "請查看 {aStart}個人設置{aEnd} 以獲取有關如何設置您的貨幣的說明。",
"Fetch Rates Now" : "立刻擷取匯率",
"Rates last fetched:" : "最後擷取的匯率:",
"Loading…" : "加載中…",
"Never" : "從不",
"Save" : "保存",
"History Retention (days)" : "歷史資料保留天數",
"Number of days to keep currency history. Set to 0 for no limit (default: 30)" : "匯率歷史紀錄保留天數。設定為 0 表示無限制預設值30",
"To make sure your currencies are found for the rates to be updated, please ensure your currencies are named appropriately." : "為確保能找到您的貨幣以便更新匯率,請確保您的貨幣名稱正確。",
"Currency names must contain {bStart}at least one of{bEnd}:" : "貨幣名稱必須{bStart}至少包含以下其中一項{bEnd}",
"The currency symbol - e.g. {cStart}${cEnd}, {cStart}€{cEnd}, {cStart}£{cEnd}" : "貨幣符號,例如 {cStart}${cEnd}、{cStart}€{cEnd}、{cStart}£{cEnd}",
"The currency code - e.g. {cStart}USD{cEnd}, {cStart}EUR{cEnd}, {cStart}GBP{cEnd} (case-insensitive)" : "貨幣代碼,例如 {cStart}USD{cEnd}、{cStart}EUR{cEnd}、{cStart}GBP{cEnd}(不區分大小寫)",
"The naming rules apply for both main &amp; additional currencies." : "命名規則同時適用於主要與額外貨幣。",
"Example names:" : "範例名稱:",
"Supported currencies" : "支援的貨幣",
"Supported fiat currencies ({count}):" : "支援的法定貨幣 ({count})",
"Supported cryptocurrencies ({count}):" : "支援的加密貨幣 ({count})",
"e.g. BTC, Bitcoin" : "例如BTC, Bitcoin",
"Search" : "搜尋",
"e.g. $, USD, US Dollar" : "例如 $, USD, 美金",
"Symbol" : "符號",
"Code" : "代碼",
"Name" : "名字",
"Exchange rate history" : "匯率歷史",
"Project" : "項目",
"Currency" : "貨幣",
"From" : "從",
"To" : "至",
"Flip conversion" : "翻轉轉換",
"Time" : "時間",
"-" : "",
"Rate ({dir})" : "匯率({dir}",
"{label}: {value}" : "{label}{value}",
"1 {from} = {value} {to}" : "1 {from} = {value} {to}",
"{from} per {to}" : "{from} 每 {to}"
},
"nplurals=1; plural=0;");