Updated Chinese Traditional

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-04-06 19:57:28 -07:00
parent 0a77216b6f
commit 9db5e328c9
14 changed files with 107 additions and 49 deletions

View file

@ -16,5 +16,6 @@ return array(
'update' => '更新配件',
'use_default_eula' => '用<a href="#" data-toggle="modal" data-target="#eulaModal">預設EULA最終使用者許可協議</a>進行替換',
'use_default_eula_disabled' => '<del>使用預設EULA最終使用者許可協議</del>沒有設定預設EULA最終使用者許可協議請在設定中新增一個。',
'clone' => 'Clone Accessory',
);

View file

@ -24,6 +24,7 @@ return array(
'checkout' => array(
'error' => '配件借出失敗。請再試一次。',
'success' => '借出配件成功。',
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
'user_does_not_exist' => '使用者不正確。請再試一次。'
),

View file

@ -3,12 +3,12 @@
return [
'asset_maintenance_type' => '資產維護類型',
'title' => '標題',
'start_date' => '始日期',
'start_date' => '始日期',
'completion_date' => '完成日期',
'cost' => '維護費用',
'is_warranty' => '保固升級/延期',
'asset_maintenance_time' => '資產維護所需天數',
'asset_maintenance_time' => '資產維護時間 (天)',
'notes' => '備註',
'update' => '更新資產維護',
'create' => '建資產維護'
'create' => '資產維護'
];

View file

@ -3,7 +3,7 @@
return array(
'group_exists' => '群組已存在',
'group_not_found' => '群組 [:id] 不存在',
'group_not_found' => 'Group ID :id does not exist.',
'group_name_required' => '名稱欄位必填',
'success' => array(

View file

@ -2,8 +2,11 @@
return [
'bulk_delete' => '確認批次刪除資產',
'bulk_restore' => 'Confirm Bulk Restore Assets',
'bulk_delete_help' => '請再次確認批次刪除的資產。刪除後資產可以恢復,但將會失去當前的用戶關聯資訊。',
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
'bulk_delete_warn' => '即將刪除 :asset_count 項資產',
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
'bulk_update' => '批次更新資產',
'bulk_update_help' => '此表格允許您同時修改多項資產。請僅填寫需要修改的欄位,留空的欄位不會做任何修改。',
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
@ -45,7 +48,7 @@ return [
'asset_location_update_default' => '只更新預設位置',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
'processing_spinner' => '處理中...',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information'
];

View file

@ -42,5 +42,6 @@ return [
'error_messages' => '錯誤訊息:',
'success_messages' => '成功訊息:',
'alert_details' => '請看下面的詳細資料.',
'custom_export' => '自定義匯出'
'custom_export' => '自定義匯出',
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
];

View file

@ -22,6 +22,8 @@ return [
'restore' => [
'error' => '恢復資產失敗,請重試。',
'success' => '恢復資產成功。',
'bulk_success' => 'Asset restored successfully.',
'nothing_updated' => 'No assets were selected, so nothing was restored.',
],
'audit' => [

View file

@ -6,7 +6,7 @@ return array(
'deleted' => '此型號已被刪除.',
'bulk_delete' => '批次刪除資產型號',
'bulk_delete_help' => '使用下面的核取方塊確認刪除選定的資產型號。不能刪除具有資產與之關聯的資產模型。',
'bulk_delete_warn' => '您即將刪除資產型號 :model_count。',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
'restore' => '恢復型號',
'requestable' => '使用者可申請此型號',
'show_mac_address' => '在型號資產中顯示MAC地址',

View file

@ -16,7 +16,7 @@ return array(
'update' => array(
'error' => '更新樣板失敗,請重試。',
'success' => '更新樣板成功。'
'success' => '更新樣板成功。',
),
'delete' => array(
@ -32,12 +32,14 @@ return array(
'bulkedit' => array(
'error' => '沒有欄位被更改,因此沒有更新任何內容。',
'success' => '樣板已更新。'
'success' => 'Model successfully updated. |:model_count models successfully updated.',
'warn' => 'You are about to update the properies of the following model: |You are about to edit the properties of the following :model_count models:',
),
'bulkdelete' => array(
'error' => '沒有型號被選擇,因此沒有更新任何內容。',
'success' => ':success_count 個型號已刪除!',
'success' => 'Model deleted!|:success_count models deleted!',
'success_partial' => ':success_count 個型號被刪除, 但是 :fail_count 無法被刪除, 因為它們仍有與之關聯的資產。'
),

View file

@ -11,7 +11,7 @@ return [
'admin_cc_email_help' => '如果您想將發送給用戶的繳回/借出電子郵件的副本發送到其他電子郵件帳戶,請在此處輸入。否則,請將此字段留空。',
'is_ad' => '這是AD域伺服器',
'alerts' => '警告',
'alert_title' => '更新警告設定',
'alert_title' => 'Update Notification Settings',
'alert_email' => '發送警報',
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
'alerts_enabled' => '警報已啟用',
@ -199,16 +199,21 @@ return [
'show_images_in_email' => '在電子郵件中顯示圖片',
'show_images_in_email_help' => '如果您的Snipe-IT安裝位於VPN或封閉網絡後面並且外部網絡的用戶無法將通過此安裝提供的圖像加載到其電子郵件中請取消選中此框。',
'site_name' => '站台名稱',
'integrations' => 'Integrations',
'slack' => 'Slack',
'slack_title' => 'Update Slack Settings',
'slack_help' => 'Slack settings',
'slack_botname' => 'Slack Bot 名稱',
'slack_channel' => 'Slack 頻道',
'slack_endpoint' => 'Slack 節點',
'slack_integration' => 'Slack 設定',
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new" rel="noopener">create an incoming webhook</a> on your Slack account. Click on the <strong>Test Slack Integration</strong> button to confirm your settings are correct before saving. ',
'slack_integration_help_button' => '一旦你保存了你的Slack信息就會出現一個測試按鈕。',
'slack_test_help' => '測試您的Slack集成是否配置正確。你必須首先保存你的更新的設置。',
'general_webhook' => 'General Webhook',
'webhook' => ':app',
'webhook_presave' => 'Test to Save',
'webhook_title' => 'Update Webhook Settings',
'webhook_help' => 'Integration settings',
'webhook_botname' => ':app Botname',
'webhook_channel' => ':app Channel',
'webhook_endpoint' => ':app Endpoint',
'webhook_integration' => ':app Settings',
'webhook_test' =>'Test :app integration',
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
'snipe_version' => 'Snipe-IT 版本',
'support_footer' => '支援頁尾連結',
'support_footer_help' => '指定誰可以看到指向Snipe-IT支持信息和用戶手冊的鏈接',
@ -303,7 +308,7 @@ return [
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
'localization_help' => '語言, 日期顯示',
'notifications' => '通知',
'notifications_help' => '電子郵件通知, 稽核設定',
'notifications_help' => '電子郵件通知稽核設定',
'asset_tags_help' => 'Incrementing and prefixes',
'labels' => '標籤',
'labels_title' => '更新標籤設定',

View file

@ -33,12 +33,12 @@ return [
'testing_authentication' => 'LDAP 授權測試中...',
'authentication_success' => '用戶成功透過 LDAP 驗證'
],
'slack' => [
'sending' => 'Slack 測試訊息送出中...',
'webhook' => [
'sending' => 'Sending :app test message...',
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 伺服器錯誤',
'error' => 'Something went wrong. Slack responded with: :error_message',
'500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message',
'error_misc' => 'Something went wrong. :( ',
]
];

View file

@ -19,6 +19,8 @@ return [
'print_assigned' => '列印所有分配的',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
'auto_assign_label' => '自動分配可用軟體授權時包含此使用者',
'auto_assign_help' => '自動分配可用軟體授權時跳過此使用者',
'software_user' => ':name 借出的軟體',
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
'view_user' => '檢視使用者: :name',
@ -33,7 +35,6 @@ return [
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
'remove_group_memberships' => 'Remove Group Memberships',
'warning_deletion' => 'WARNING:',
'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_assets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users',
@ -41,4 +42,13 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
];
'vip_label' => 'VIP 使用者',
'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
'create_user' => '創建使用者',
'create_user_page_explanation' => '這是你用來首次登入網站的帳戶資訊',
'email_credentials' => '電子郵件憑證',
'email_credentials_text' => '將我的憑證寄送到以下電子郵件信箱',
'next_save_user' => '下一步: 儲存使用者',
'all_assigned_list_generation' => 'Generated on:',
'email_user_creds_on_create' => 'Email this user their credentials?',
];

View file

@ -3,7 +3,7 @@
return [
'accessories' => '配件',
'activated' => '已啟用',
'accepted_date' => 'Date Accepted',
'accepted_date' => '接受日期',
'accessory' => '配件',
'accessory_report' => '配件報告',
'action' => '操作',
@ -12,7 +12,7 @@ return [
'admin' => '管理員',
'administrator' => '管理員',
'add_seats' => '新增授權',
'age' => "Age",
'age' => "年齡",
'all_assets' => '所有資產',
'all' => '所有',
'archived' => '已封存',
@ -23,18 +23,18 @@ return [
'asset_tag' => '資產標籤',
'asset_tags' => '資產標籤',
'assets_available' => '可用資產',
'accept_assets' => 'Accept Assets :name',
'accept_assets' => '接受資產',
'accept_assets_menu' => '授權資產',
'audit' => '稽核',
'audit_report' => '稽核記錄',
'assets' => '資產',
'assets_audited' => 'assets audited',
'assets_checked_in_count' => 'assets checked in',
'assets_checked_out_count' => 'assets checked out',
'asset_deleted_warning' => 'This asset has been deleted. You must restore it before you can assign it to someone.',
'assigned_date' => 'Date Assigned',
'assets_audited' => '已稽核資產',
'assets_checked_in_count' => '已繳回資產',
'assets_checked_out_count' => '已領用資產',
'asset_deleted_warning' => '該資產已被刪除。在分配該資產前要先回復刪除。',
'assigned_date' => '分配日期',
'assigned_to' => '指派給 :name',
'assignee' => 'Assigned to',
'assignee' => '分配給',
'avatar_delete' => '刪除頭像',
'avatar_upload' => '上傳頭像',
'back' => '返回',
@ -45,7 +45,7 @@ return [
'bulk_edit' => '批次編輯',
'bulk_delete' => '批次刪除',
'bulk_actions' => '批次操作',
'bulk_checkin_delete' => 'Bulk Checkin Items from Users',
'bulk_checkin_delete' => 'Bulk Checkin / Delete Users',
'byod' => 'BYOD',
'byod_help' => 'This device is owned by the user',
'bystatus' => '按狀態',
@ -146,8 +146,9 @@ return [
'include_deleted' => '包含已刪除的資產',
'image_upload' => '上傳圖片',
'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.',
'filetypes_size_help' => 'Max upload size allowed is :size.',
'filetypes_size_help' => '上傳檔案大小上限為 :size',
'image_filetypes_help' => '接受的檔案類型有 jpg、webp, png、gif 和 svg。允許的最大上傳大小為 :size。',
'unaccepted_image_type' => '此影像無法被讀取。可接受的檔案格式為 jpg, webp, png, gif 以及 svg。此影像的 mimetype 為 :mimetype。',
'import' => '匯入',
'importing' => '匯入中',
'importing_help' => '您可透過 CSV 格式檔案匯入資產、授權、配件、耗材以及使用者。<br><br> CSV檔案必須以逗號分格並依照<a href="https://snipe-it.readme.io/docs/importing" target="_new">說明文件中的CSV範例</a>保留首部及格式。',
@ -157,6 +158,8 @@ return [
'asset_maintenances' => '資產維護',
'item' => '項目',
'item_name' => '項目名稱',
'import_file' => 'import CSV file',
'import_type' => 'CSV import type',
'insufficient_permissions' => '沒有足夠的權限',
'kits' => '預設組',
'language' => '語言',
@ -212,7 +215,7 @@ return [
'quantity' => '數量',
'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels',
'quickscan_checkin' => 'Quick Scan Checkin',
'quickscan_checkin_status' => 'Checkin Status',
'quickscan_checkin_status' => '繳回狀態',
'ready_to_deploy' => '準備部署',
'recent_activity' => '最近操作活動',
'remaining' => '剩餘',
@ -227,6 +230,7 @@ return [
'requested_assets_menu' => 'Requested Assets',
'request_canceled' => '取消申請',
'save' => '儲存',
'select_var' => 'Select :thing... ', // this will eventually replace all of our other selects
'select' => '選擇',
'select_all' => '全部選取',
'search' => '搜尋',
@ -249,8 +253,8 @@ return [
'signature' => '簽名',
'signed_off_by' => 'Signed Off By',
'skin' => '主題',
'slack_msg_note' => 'A slack message will be sent',
'slack_test_msg' => '看起來 Slack 已成功整合到 Snipe-IT 了!',
'webhook_msg_note' => 'A notification will be sent via webhook',
'webhook_test_msg' => 'Oh hai! Looks like your :app integration with Snipe-IT is working!',
'some_features_disabled' => '演示模式︰ 此安裝禁用某些功能。',
'site_name' => '網站名稱',
'state' => '省份',
@ -262,7 +266,6 @@ return [
'sure_to_delete' => '您確定要刪除嗎?',
'submit' => '送出',
'target' => '目標',
'toggle_navigation' => 'Toogle Navigation',
'time_and_date_display' => '顯示時間與日期',
'total_assets' => '總資產',
'total_licenses' => '總計授權',
@ -320,7 +323,7 @@ return [
'setup_create_admin' => '建立管理員',
'setup_done' => '完成!',
'bulk_edit_about_to' => 'You are about to edit the following: ',
'checked_out' => 'Checked Out',
'checked_out' => '已領用',
'checked_out_to' => 'Checked out to',
'fields' => '欄位',
'last_checkout' => 'Last Checkout',
@ -384,7 +387,8 @@ return [
'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.',
'bulk_checkin_delete_success' => 'Your selected users have been deleted and their items have been checked in.',
'bulk_checkin_success' => 'The items for the selected users have been checked in.',
'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ',
'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ',
'set_users_field_to_null' => 'Delete :field values for this user|Delete :field values for all :user_count users ',
'na_no_purchase_date' => 'N/A - No purchase date provided',
'assets_by_status' => 'Assets by Status',
'assets_by_status_type' => 'Assets by Status Type',
@ -403,7 +407,36 @@ return [
'toggle_navigation' => 'Toggle navigation',
'alerts' => 'Alerts',
'tasks_view_all' => 'View all tasks',
];
'true' => '是',
'false' => '否',
'integration_option' => '整合選項',
'log_does_not_exist' => 'No matching log record exists.',
'merge_users' => '合併使用者',
'merge_information' => 'This will merge the :count users into a single user. Select the user you wish to merge the others into below, and the associated assets, licences, etc will be moved over to the selected user and the other users will be marked as deleted.',
'warning_merge_information' => 'This action CANNOT be undone and should ONLY be used when you need to merge users because of a bad import or sync. Be sure to run a backup first.',
'no_users_selected' => '沒有選擇使用者',
'not_enough_users_selected' => 'At least :count users must be selected',
'merge_success' => ':count users merged successfully into :into_username!',
'merged' => 'merged',
'merged_log_this_user_into' => 'Merged this user (ID :to_id - :to_username) into user ID :from_id (:from_username) ',
'merged_log_this_user_from' => 'Merged user ID :from_id (:from_username) into this user (ID :to_id - :to_username)',
'clear_and_save' => 'Clear & Save',
'update_existing_values' => 'Update Existing Values?',
'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Generating auto-incrementing asset tags is disabled so all rows need to have the "Asset Tag" column populated.',
'auto_incrementing_asset_tags_enabled_so_now_assets_will_be_created' => 'Note: Generating auto-incrementing asset tags is enabled so assets will be created for rows that do not have "Asset Tag" populated. Rows that do have "Asset Tag" populated will be updated with the provided information.',
'send_welcome_email_to_users' => ' Send Welcome Email for new Users?',
'back_before_importing' => 'Backup before importing?',
'csv_header_field' => 'CSV Header Field',
'import_field' => 'Import Field',
'sample_value' => 'Sample Value',
'no_headers' => 'No Columns Found',
'error_in_import_file' => 'There was an error reading the CSV file: :error',
'percent_complete' => ':percent % Complete',
'errors_importing' => 'Some Errors occurred while importing: ',
'warning' => 'WARNING: :warning',
'success_redirecting' => '"Success... Redirecting.',
'setup_successful_migrations' => 'Your database tables have been created',
'setup_migration_output' => 'Migration output:',
'setup_migration_create_user' => 'Next: Create User',
'importer_generic_error' => 'Your file import is complete, but we did receive an error. This is usually caused by third-party API throttling from a notification webhook (such as Slack) and would not have interfered with the import itself, but you should confirm this.',
];

View file

@ -15,7 +15,7 @@ return [
'more_info_title' => '更多資訊',
'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<br><br>Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<br><br>Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',