[i18n] Add Traditional Chinese 繁體中文 (zh_tw). (#116)

feat: add traditional Chinese translation
This commit is contained in:
ChingRu
2024-02-15 23:27:44 +01:00
committed by GitHub
parent 92337efa90
commit dd02eca330
5 changed files with 253 additions and 4 deletions
+3 -3
View File
@@ -53,7 +53,7 @@ $i18n = [
"logo_preview" => "ロゴのプレビュー",
"search_logo" => "ウェブ上でロゴを検索する",
"web_search" => "ウェブ検索",
"currency" => "通過",
"currency" => "通貨",
"billing_cycle" => "請求サイクル",
"frequency" => "頻度",
"cycle" => "サイクル",
@@ -107,7 +107,7 @@ $i18n = [
"save_category" => "カテゴリを保存",
"delete_category" => "カテゴリを削除",
"cant_delete_category_in_use" => "定期購入で使用中のカテゴリは削除できません",
"currencies" => "通過",
"currencies" => "通貨",
"save_currency" => "通貨を保存",
"delete_currency" => "通貨を削除",
"cant_delete_main_currency" => "メイン通貨は削除できません",
@@ -157,7 +157,7 @@ $i18n = [
"failed_to_store_currency" => "データベースに通貨を保存できませんでした",
"currency_in_use" => "定期購入で使用中の通貨は削除できません",
"currency_is_main" => "メイン通貨に設定中の通貨は削除できません",
"failed_to_remove_currency" => "データベースから通過を削除できませんでした",
"failed_to_remove_currency" => "データベースから通貨を削除できませんでした",
"failed_to_store_api_key" => "データベースにAPIキーを保存できませんでした",
"invalid_api_key" => "無効なAPIキーです",
"api_key_saved" => "APIキーの保存に成功",