Skip to content

Commit

Permalink
Update language.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aminkt committed Sep 4, 2018
1 parent 88fc175 commit b62857c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ const languages = {
advance_default: 'Select an option',
regular_group: 'Menus'
},
// Persian
fa: {
select_all_btn: 'انتخاب تمام موارد',
remove_all_btn: 'حذف تمام موارد',
close_btn: 'بستن (دمنه Esc(',
not_found: 'موردی یافت نشد',
max_selected: 'شما تنها مجاز به انتخاب max_selected_limit items آیتم هستید',
advance_default: 'یک مورد را انتخاب کنید',
regular_group: 'منو ها'
},
// Japanese
ja: {
select_all_btn: 'すべての (または現在のタブ) 項目を選択',
Expand All @@ -30,4 +40,4 @@ const languages = {
regular_group: '複数のグループメニュー'
}
};
export default languages;
export default languages;

0 comments on commit b62857c

Please sign in to comment.