Skip to content

Commit

Permalink
chore: update i18n (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Nov 15, 2018
1 parent ce89286 commit 300f77f
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion public/js/langs/fr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/he.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/zh.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/lang/fr/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,5 +395,5 @@
'storage_title' => 'Espace de stockage',
'storage_account_info' => 'Limite de votre compte : :accountLimit Mo / Votre utilisation actuelle : :currentAccountSize Mo (:percentUsage %)',
'storage_upgrade_notice' => 'Mettez à niveau votre compte pour pouvoir télécharger des documents.',
'storage_description' => 'Here you can see all the documents uploaded about your contacts.',
'storage_description' => 'Ici vous pouvez voir tous les documents téléchargés sur vos contacts.',
];
4 changes: 2 additions & 2 deletions resources/lang/he/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@

'linkedin_profile' => 'LinkedIn',

'product_changes' => 'Product changes',
'product_view_details' => 'View details',
'product_changes' => 'שינויים במוצר',
'product_view_details' => 'הצגת פרטים',
];
4 changes: 2 additions & 2 deletions resources/lang/he/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
'import_report_number_contacts_skipped' => 'מספר אנשי הקשר שדולגו',
'import_report_status_imported' => 'יובאו',
'import_report_status_skipped' => 'דולגו',
'import_vcard_parse_error' => 'Error when parsing the vCard entry',
'import_vcard_parse_error' => 'שגיאה בעת ניתוח רשומת vCard',
'import_vcard_contact_exist' => 'איש הקשר כבר קיים',
'import_vcard_contact_no_firstname' => 'אין שם פרטי (חובה)',
'import_vcard_file_not_found' => 'הקובץ לא נמצא',
Expand Down Expand Up @@ -395,5 +395,5 @@
'storage_title' => 'אחסון',
'storage_account_info' => 'מגבלת החשבון שלך: :accountLimit מ״ב / הניצולת הנוכחית שלך: :currentAccountSize מ״ב (:percentUsage%)',
'storage_upgrade_notice' => 'ניתן לשדרג את החשבון שלך כדי לאפשר העלאת מסמכים.',
'storage_description' => 'Here you can see all the documents uploaded about your contacts.',
'storage_description' => 'כאן ניתן לצפות בכל המסמכים שהועלו על אנשי הקשר שלך.',
];
2 changes: 1 addition & 1 deletion resources/lang/zh/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'edit' => '编辑',
'upload' => '上传',
'download' => '下载',
'save_close' => 'Save and close',
'save_close' => '保存并关闭',
'close' => '关闭',
'create' => '创建',
'remove' => '删除',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/zh/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@

'linkedin_profile' => '领英®',

'product_changes' => 'Product changes',
'product_view_details' => 'View details',
'product_changes' => '更新日志',
'product_view_details' => '查看详情',
];
14 changes: 7 additions & 7 deletions resources/lang/zh/people.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
'age_exact_birthdate' => '出生:date',

// Last called
'last_called' => 'Last called: :date',
'last_called_empty' => 'Last called: unknown',
'last_activity_date' => 'Last activity together: :date',
'last_activity_date_empty' => 'Last activity together: unknown',
'last_called' => '最近通话: :date',
'last_called_empty' => '最近通话: 未知',
'last_activity_date' => '最近一起的活动: :date',
'last_activity_date_empty' => '最近一起的活动: 未知',

// additional information
'information_edit_success' => '记录更新成功',
Expand Down Expand Up @@ -315,9 +315,9 @@

// tags
'tag_edit' => '编辑标签',
'tag_add' => 'Add tags',
'tag_add_search' => 'Add or search tags',
'tag_no_tags' => 'No tags yet',
'tag_add' => '添加标签',
'tag_add_search' => '添加或搜索标签',
'tag_no_tags' => '还没有标签',

// Introductions
'introductions_sidebar_title' => '你们是如何认识的?',
Expand Down
12 changes: 6 additions & 6 deletions resources/lang/zh/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'sidebar_settings' => '帐户设置',
'sidebar_personalization' => '个性化',
'sidebar_settings_storage' => 'Storage',
'sidebar_settings_storage' => '存储空间',
'sidebar_settings_export' => '导出数据',
'sidebar_settings_users' => '用户',
'sidebar_settings_subscriptions' => '订阅',
Expand Down Expand Up @@ -221,7 +221,7 @@
'import_report_number_contacts_skipped' => '跳过的联系人数',
'import_report_status_imported' => '导入',
'import_report_status_skipped' => '跳过',
'import_vcard_parse_error' => 'Error when parsing the vCard entry',
'import_vcard_parse_error' => '分析 vcard 项时出错',
'import_vcard_contact_exist' => '联系人已存在',
'import_vcard_contact_no_firstname' => '无名字 (必填)',
'import_vcard_file_not_found' => '文件不存在',
Expand Down Expand Up @@ -392,8 +392,8 @@
'personalization_life_event_type_first_word' => '第一次发言',
'personalization_life_event_type_first_kiss' => '初吻',

'storage_title' => 'Storage',
'storage_account_info' => 'Your account limit: :accountLimit Mb / Your current usage: :currentAccountSize Mb (:percentUsage%)',
'storage_upgrade_notice' => 'Upgrade your account to be able to upload documents.',
'storage_description' => 'Here you can see all the documents uploaded about your contacts.',
'storage_title' => '存储空间',
'storage_account_info' => '您的账户容量: :accountLimit Mb / 您目前已使用: :currentAccountSize Mb (:percentUsage%)',
'storage_upgrade_notice' => '升级您的帐户, 以便能够上传文档。',
'storage_description' => '在这里, 您可以看到上传的有关您的联系人的所有文档。',
];

0 comments on commit 300f77f

Please sign in to comment.