updated translations

This commit is contained in:
Denis Duliçi
2020-06-29 17:11:50 +03:00
parent 42f558833a
commit 2576fd118c
85 changed files with 933 additions and 733 deletions

View File

@@ -3,14 +3,18 @@
return [
'company' => [
'description' => '\'更改公司名稱、電子郵件、地址、稅號等等',
'name' => '名稱',
'email' => '電子郵件',
'phone' => '電話',
'address' => '地址',
'logo' => '商標',
],
'localisation' => [
'tab' => '本地化',
'description' => '設置財年、時區、日期格式和更多局部信息',
'financial_start' => '財年開始',
'timezone' => '時區',
'date' => [
'format' => '日期格式',
'separator' => '日期分隔',
@@ -20,15 +24,21 @@ return [
'slash' => '斜線 (/)',
'space' => '空格 ( )',
],
'timezone' => '時區',
'percent' => [
'title' => '百分比 (%) 位置',
'before' => '編號之前',
'after' => '編號之後',
],
'discount_location' => [
'name' => '折扣位置',
'item' => '單項',
'total' => '總計',
'both' => '單項及總計',
],
],
'invoice' => [
'tab' => '訂單',
'description' => '自定義發票前綴、數字、條款、註腳等。',
'prefix' => '數字字軌',
'digit' => '數字位數',
'next' => '下一個號碼',
@@ -40,19 +50,28 @@ return [
'service' => '服務',
'price_name' => '價格名稱',
'price' => '價格',
'rate' => 'Rate',
'rate' => '',
'quantity_name' => '數量名稱',
'quantity' => '數量',
'payment_terms' => '付款條件',
'title' => '標題',
'subheading' => '副標題',
'due_receipt' => '收到日即行到期',
'due_days' => ':days 內到期',
'choose_template' => '選擇發票範本',
'default' => '默認',
'classic' => '傳統',
'modern' => '新式',
],
'default' => [
'tab' => '預設',
'account' => '預設帳號',
'currency' => '預設貨幣',
'tax' => '預設稅率',
'payment' => '預設付款方式',
'language' => '預設語言',
'description' => '默認賬戶、貨幣、公司語言',
'list_limit' => '每頁行數',
'use_gravatar' => '使用 Gravatar',
],
'email' => [
'description' => '更改發送協議和電子郵件範本',
'protocol' => '協定',
'php' => 'PHP Mail',
'smtp' => [
@@ -67,36 +86,44 @@ return [
'sendmail' => 'Sendmail',
'sendmail_path' => 'Sendmail 路徑',
'log' => '郵件日誌',
'templates' => [
'subject' => '主題',
'body' => '正文',
'tags' => '<strong>可用標簽:</strong> :tag_list',
'invoice_new_customer' => '新發票範本 (發送給客戶)',
'invoice_remind_customer' => '發票提醒範本 (發送給客戶)',
'invoice_remind_admin' => '發票提醒範本 (發送給管理員)\'',
'invoice_recur_customer' => '定期發票範本 (發送給客戶)',
'invoice_recur_admin' => '定期發票範本 (發送給管理員)',
'invoice_payment_customer' => '接收付款範本 (發送給客戶)',
'invoice_payment_admin' => '收到付款範本 (發送給管理員)\'',
'bill_remind_admin' => '帳單提醒範本 (發送給管理員)\'',
'bill_recur_admin' => '定期帳單範本 (發送給管理員)',
],
],
'scheduling' => [
'tab' => '排程',
'name' => '計劃任務',
'description' => '定期的自動提醒和指令',
'send_invoice' => '傳送訂單提醒',
'invoice_days' => '於到期日後傳送',
'send_bill' => '傳送帳單提醒',
'bill_days' => '於到期日前傳送',
'cron_command' => 'Cron指令',
'schedule_time' => '執行時間',
'send_item_reminder'=> '發送產品提醒',
'item_stocks' => 'Send When Item Stock',
],
'appearance' => [
'tab' => '外觀',
'theme' => '主題',
'light' => '明亮',
'dark' => '暗色',
'list_limit' => '每頁記錄',
'use_gravatar' => '使用 Gravatar',
'categories' => [
'description' => '沒有限制 收入、支出和項目的類別 數量',
],
'system' => [
'tab' => '系統',
'session' => [
'lifetime' => '工作階段保存 (分鐘)',
'handler' => '工作階段管理員',
'file' => '檔案',
'database' => '資料庫',
],
'file_size' => '最大檔案容量 (MB)',
'file_types' => '允許檔案格式',
'currencies' => [
'description' => '創建、管理貨幣並設定它們的兌換率',
],
'taxes' => [
'description' => '固定稅率,常規稅率,其他費率以及復合稅率',
],
];