Skip to content

Commit

Permalink
Updated translation lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wmandai committed Nov 28, 2019
1 parent a60b998 commit 75f412e
Show file tree
Hide file tree
Showing 96 changed files with 6,181 additions and 1,534 deletions.
16 changes: 5 additions & 11 deletions ar/activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@

return [

/*
|--------------------------------------------------------------------------
| Application Language Files
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/

'lead_contacted' => 'Email sent to :value1 via :value2',
'activity_create_comment' => 'New comment posted to :value1',
'activity_update_invoice' => 'Invoice :value1 for client :value2 was updated',
Expand Down Expand Up @@ -70,4 +59,9 @@
'activity_invoice_final_reminder' => 'Final reminder for invoice :value1 sent to :value2',
'activity_delete_ticket' => 'Ticket :value1 was deleted',
'activity_create_todo' => 'Todo :value1 created',
'activity_delete_project' => 'Project :value1 with cost :value2 was deleted',
'activity_delete_expense' => 'Expense :value1 with cost :value2 was deleted',
'activity_delete_deal' => 'Deal :value1 for client :value2 was deleted',
'activity_delete_lead' => 'Lead :value1 from source :value2 was deleted',

];
36 changes: 34 additions & 2 deletions ar/app.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php

/**
* Arabic Language
*/
return [

'account_details' => 'معلومات الحساب',
'activities' => 'Activity Feed',
'activity' => 'النشاط',
Expand Down Expand Up @@ -881,7 +884,6 @@
'request_failed' => 'Request failed or not authorized. Please contact administrator',
'try_again' => 'Try Again',
'csv_file' => 'CSV File',
'notifications' => 'Notifications',
'stop_impersonate' => 'Stop Impersonate',
'enter_purchase_code' => 'Enter your license key to continue using ',
'accept_consent' => 'Accept Consent',
Expand Down Expand Up @@ -946,4 +948,34 @@
'weekly' => 'Weekly',
'income' => 'Income',
'average' => 'Average',
'increment_invoice_number' => 'Increment Invoice Number',
'receive_whatsapp_notification' => 'Receive WhatsApp notifications',
'leads_email' => 'Leads Email',
'leads_email_name' => 'Leads Email Name',
'support_email' => 'Support Email',
'support_email_name' => 'Support Name',
'ref_digits' => 'Reference Digits',
'whatsapp_enabled' => 'WhatsApp Enabled',
'whatsapp_subscribe_message' => 'Stay updated on WhatsApp. Send the word :subtext to :number',
'whatsapp_subscribe_reply' => 'Do you want to receive WhatsApp notifications from :company? Reply with :subtext',
'whatsapp_subscribe_text_sent' => 'WhatsApp subscription message sent',
'sms_driver' => 'SMS Driver',
'reminder_for' => 'Reminder for :reminder',
'verify' => 'Verify',
'hot' => 'Hot',
'warm' => 'Warm',
'cold' => 'Cold',
'call_via_aircall' => 'Call via Aircall.io',
'partial_payments' => 'Partial Payments',
'merge' => 'Merge',
'merge_successful' => 'Merged successfully',
'private_notes' => 'Private Notes',
'contractor' => 'Contractor',
'billing_time' => 'Billing Time',
'timecards' => 'Timecards',
'show_invoice_item_discount' => 'Show Invoice Items discount',
'show_estimate_item_discount' => 'Show Estimate Items discount',
'show_tax_number' => 'Show Tax Number',
'single_line' => 'Single Line',
'task_per_line' => 'Task Per Line',
];
15 changes: 13 additions & 2 deletions ar/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,16 @@
],
],
'credits' => [
'sending' => [
'sending' => [
'subject' => 'New Credit Note from :company',
'greeting' => 'Dear Customer,',
'body' => 'New credit note (:code) created.',
],
'commented' => [
'greeting' => 'Dear Customer,',
'subject' => 'Comment Received',
'body' => 'Credit Note :name has received a new comment',
],
],
'contracts' => [
'reminder' => [
Expand Down Expand Up @@ -202,6 +207,12 @@
'subject' => 'Comment Received',
'body' => 'Project :name has received a new comment',
],
'assigned' => [
'greeting' => 'Hi :name,',
'subject' => 'Project Assignment Notification',
'body' => 'A new project :name has been assigned to you.',
'footer' => 'Thank You,',
],
],
'tasks' => [
'reminder' => [
Expand All @@ -214,7 +225,7 @@
'subject' => 'Comment Received',
'body' => 'Task :name has received a new comment',
],
'created' => [
'created' => [
'greeting' => 'Hi :name,',
'subject' => 'New Task',
'body' => 'You have been assigned a new task :name',
Expand Down
70 changes: 70 additions & 0 deletions bg/activity.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<?php

return [

'lead_contacted' => 'Email sent to :value1 via :value2',
'activity_create_comment' => 'New comment posted to :value1',
'activity_update_invoice' => 'Invoice :value1 for client :value2 was updated',
'activity_create_invoice' => 'Invoice :value1 created for client :value2',
'activity_update_project' => 'Project :value1 for client :value2 was updated',
'activity_create_deal' => 'Deal :value1 for client :value2 was created',
'activity_update_deal' => 'Deal :value1 for client :value2 was updated',
'activity_create_lead' => 'Lead :value1 from :value2 was created',
'activity_update_lead' => 'Lead :value1 was updated',
'activity_create_estimate' => 'Estimate :value1 for client :value2 was created',
'activity_update_estimate' => 'Estimate :value1 for client :value2 was updated',
'activity_create_creditnote' => 'Credit Note :value1 was created for client :value2',
'activity_update_creditnote' => 'Credit Note :value1 for client :value2 was updated',
'activity_create_project' => 'Project :value1 for client :value2 was created',
'activity_create_task' => 'Task :value1 was created for project :value2',
'activity_update_task' => 'Task :value1 for project :value2 was updated',
'activity_update_issue' => 'Issue :value1 for project :value2 was updated',
'activity_create_issue' => 'Issue :value1 was created in project :value2',
'activity_update_timer' => 'Time entry (:value1) was updated in project :value2',
'activity_create_timer' => 'A new time entry (:value1) was added to project :value2',
'activity_delete_timer' => 'Time entry (:value1) was deleted in project :value2',
'activity_create_milestone' => 'Milestone :value1 was created for project :value2',
'activity_create_ticket' => 'Ticket :value1 for department :value2 was created',
'activity_update_ticket' => 'Ticket :value1 for department :value2 was updated',
'activity_create_contract' => 'New contract :value1 was created for client :value2',
'activity_update_contract' => 'Contract :value1 for client :value2 was updated',
'activity_sent_contract' => 'Contract :value1 was sent to :value2',
'activity_update_article' => 'Article :value1 in category :value2 was updated',
'activity_create_article' => 'Article :value1 was created in category :value2',
'activity_update_expense' => 'Expense :value1 for client :value2 was updated',
'activity_create_expense' => 'Expense :value1 for client :value2 was created',
'activity_payment_of' => 'Payment of :value1 was received for :value2',
'activity_team_removed' => 'Team member :value1 removed from project :value2',
'activity_update_milestone' => 'Milestone :value1 in project :value2 was updated',
'activity_convert_lead' => 'Lead :value1 converted to deal',
'activity_closed_ticket' => 'Ticket :value1 was closed on :value2',
'activity_convert_estimate' => 'Estimate :value1 valued at :value2 was converted to Invoice',
'activity_accepted_estimate' => 'Estimate :value1 valued at :value2 was accepted',
'activity_declined_estimate' => 'Estimate :value1 valued at :value2 was declined',
'activity_sent_creditnote' => 'Credit Note valued at :value1 for client :value2 was sent.',
'activity_sent_invoice' => 'Invoice valued at :value1 was sent to :value2',
'activity_sent_estimate' => 'Estimate valued at :value1 was sent to :value2',
'activity_rejected_contract' => 'Contract :value1 for client :value2 was rejected',
'activity_viewed_contract' => 'Contract :value1 was viewed',
'activity_close_project' => 'Project :value1 for client :value2 was closed',
'activity_delete_user' => 'Deleted user :value1',
'activity_update_payment' => 'Payment :value2 with amount :value1 was updated',
'activity_delete_invoice' => 'Invoice :value1 for client :value2 was deleted',
'activity_viewed_invoice' => 'Invoice :value1 was viewed by client',
'activity_viewed_estimate' => 'Estimate :value1 was viewed by client',
'activity_update_setting' => 'Modified application configuration settings',
'activity_delete_issue' => 'Issue :value1 was deleted in project :value2',
'activity_invoice_polite_reminder' => 'Polite reminder for invoice :value1 sent to :value2',
'activity_invoice_firm_reminder' => 'Second reminder for invoice :value1 sent to :value2',
'activity_invoice_final_reminder' => 'Final reminder for invoice :value1 sent to :value2',
'activity_delete_payment' => 'Transaction valued at :value1 for invoice :value2 was deleted',
'activity_delete_ticket' => 'Ticket :value1 was deleted',
'activity_delete_task' => 'Task :value1 with logged time :value2 was deleted',
'activity_update_user' => 'User :value1 was updated',
'activity_create_todo' => 'Todo :value1 created',
'activity_delete_project' => 'Project :value1 with cost :value2 was deleted',
'activity_delete_expense' => 'Expense :value1 with cost :value2 was deleted',
'activity_delete_deal' => 'Deal :value1 for client :value2 was deleted',
'activity_delete_lead' => 'Lead :value1 from source :value2 was deleted',

];
Loading

0 comments on commit 75f412e

Please sign in to comment.