Update language strings for new release.

This commit is contained in:
James Cole
2019-03-02 15:55:26 +01:00
parent e85ac07c49
commit 1978463e59
18 changed files with 477 additions and 238 deletions

View File

@@ -42,13 +42,13 @@ return [
'from' => '自',
'to' => '至',
'structure' => '結構',
'help_translating' => '本說明文本於您的語言尚不可用<a href="https://crowdin.com/project/firefly-iii-help">願意協助嗎?</a>',
'help_translating' => '本說明的中文版欠奉<a href="https://crowdin.com/project/firefly-iii-help">要協助翻譯嗎?</a>',
'showEverything' => '全部顯示',
'never' => '未有資料',
'no_results_for_empty_search' => '您的搜尋為空,找不到任何東西。',
'removed_amount' => '已移除 :amount',
'added_amount' => '已新增 :amount',
'asset_account_role_help' => '基於您的選擇而產生的額外選項,均可於事後調整。',
'asset_account_role_help' => '選擇後如有額外選項,可稍後設定。',
'Opening balance' => '初始餘額',
'create_new_stuff' => '建立新內容',
'new_withdrawal' => '新提款',
@@ -77,7 +77,7 @@ return [
'flash_info_multiple' => '有1個訊息|有 :count 個訊息',
'flash_error_multiple' => '有1個錯誤|有 :count 個錯誤',
'net_worth' => '淨值',
'route_has_no_help' => '此路徑目前還沒有說明。',
'route_has_no_help' => '此處尚未提供說明。',
'help_for_this_page' => '本頁說明',
'no_help_could_be_found' => '找不到說明文本。',
'no_help_title' => '不好意思,發生一個錯誤。',
@@ -111,7 +111,7 @@ return [
'income_by_category' => '按分類的收入',
'expenses_by_asset_account' => '按資產帳戶的支出',
'expenses_by_expense_account' => '按支出帳戶的支出',
'cannot_redirect_to_account' => 'Firefly III 無法重新指向您至正確頁面,抱歉。',
'cannot_redirect_to_account' => 'Firefly III 無法重新導向正確頁面,抱歉。',
'sum_of_expenses' => '支出總和',
'sum_of_income' => '收入總和',
'liabilities' => '債務',
@@ -217,7 +217,27 @@ return [
// search
'search' => '搜尋',
'search_query' => '查询',
'search_found_transactions' => '已找到交易數量:',
'search_found_transactions' => 'Firefly III found :count transaction(s) in :time seconds.',
'search_for_query' => 'Firefly III is searching for transactions with all of these words in them: <span class="text-info">:query</span>',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount' => 'Amount is exactly :value',
'search_modifier_amount_max' => 'Amount is at most :value',
'search_modifier_amount_min' => 'Amount is at least :value',
'search_modifier_amount_less' => 'Amount is less than :value',
'search_modifier_amount_more' => 'Amount is more than :value',
'search_modifier_source' => 'Source account is :value',
'search_modifier_destination' => 'Destination account is :value',
'search_modifier_category' => 'Category is :value',
'search_modifier_budget' => 'Budget is :value',
'search_modifier_bill' => 'Bill is :value',
'search_modifier_type' => 'Transaction type is :value',
'search_modifier_date' => 'Transaction date is :value',
'search_modifier_date_before' => 'Transaction date is before :value',
'search_modifier_date_after' => 'Transaction date is after :value',
'search_modifier_on' => 'Transaction date is :value',
'search_modifier_before' => 'Transaction date is before :value',
'search_modifier_after' => 'Transaction date is after :value',
'modifiers_applies_are' => 'The following modifiers are applied to the search as well:',
'general_search_error' => '在搜索时发生错误请前往log files查看更错信息。',
'search_box' => '搜尋',
'search_box_intro' => '歡迎使用 Firefly III 的搜尋功能,請於方框內鍵入搜尋條件。請確保您以閱讀過協助檔案,因為此搜尋功能非常先進。',