Skip to content

Commit c5fa02a

Browse files
committed
Add Burmese translations
1 parent a8733b0 commit c5fa02a

File tree

8 files changed

+348
-0
lines changed

8 files changed

+348
-0
lines changed

src/resources/lang/my/backup.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
// --------------------------------------------------------
4+
// This is only a pointer file, not an actual language file
5+
// --------------------------------------------------------
6+
//
7+
// If you've copied this file to your /resources/lang/vendor/backpack/
8+
// folder, please delete it, it's no use there. You need to copy/publish the
9+
// actual language file, from the package.
10+
11+
// If a langfile with the same name exists in the package, load that one
12+
if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
13+
return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
14+
}
15+
16+
return [];

src/resources/lang/my/base.php

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Backpack\Base Language Lines
8+
|--------------------------------------------------------------------------
9+
*/
10+
11+
'registration_closed' => 'စာရင်းပိတ်လိုက်ပါပြီ။',
12+
'no_email_column' => 'အသုံးပြုသူနှင့် ဆက်စပ်နေသည့် အီးမေးလ်လိပ်စာမရှိပါ။',
13+
'first_page_you_see' => 'အကောင့်ဝင်ပြီးနောက် ပထမဆုံးစာမျက်နှာကို ပြထားသည်။',
14+
'login_status' => 'အကောင့်ဝင်ရောက်မှုအခြေအနေ',
15+
'logged_in' => 'သင် အကောင့်ဝင်ပြီးပါပြီ။',
16+
'toggle_navigation' => 'လမ်းကြောင်းပြောင်းခြင်း။',
17+
'administration' => 'စီမံခန့်ခွဲမှု',
18+
'user' => 'အသုံးပြုသူ',
19+
'logout' => 'အကောင့် ထွက်ပါ။',
20+
'login' => 'အကောင့် ၀င်ပါ။',
21+
'register' => 'အကောင့် ဆောက်ပါ။',
22+
'name' => 'နာမည်',
23+
'email_address' => 'အီးမေးလိပ်စာ',
24+
'password' => 'စကားဝှက်',
25+
'old_password' => 'စကားဝှက်အဟောင်း',
26+
'new_password' => 'စကားဝှက်အသစ်',
27+
'confirm_password' => 'စကားဝှက်အသစ်ကို အတည်ပြုပါ။',
28+
'remember_me' => 'ငါ့ကို မှတ်ထားပေးပါ။',
29+
'forgot_your_password' => 'သင့်စကားဝှက်ကို မေ့သွားပါသလား။',
30+
'reset_password' => 'စကားဝှက်ကို ပြန်လည်သတ်မှတ်ပါ။',
31+
'send_reset_link' => 'စကားဝှက်ပြန်လည်သတ်မှတ်သည့်လင့်ခ်ကို ပေးပို့ပါ။',
32+
'click_here_to_reset' => 'သင့်စကားဝှက်ကို ပြန်လည်သတ်မှတ်ရန် ဤနေရာကိုနှိပ်ပါ။',
33+
'change_password' => 'စကားဝှက်ကိုပြောင်းရန်',
34+
'unauthorized' => '၀င်ခွင့်မရှိပါ။',
35+
'dashboard' => 'ဒိုင်ခွက်',
36+
'handcrafted_by' => 'Handcrafted by',
37+
'powered_by' => 'Powered by',
38+
'my_account' => 'ငါ့အကောင့်',
39+
'update_account_info' => 'အကောင့်အချက်အလက်ကို အပ်ဒိတ်လုပ်ပါ။',
40+
'save' => 'မှတ်ပါ။',
41+
'cancel' => 'မလုပ်တော့ပါ။',
42+
'error' => 'အမှား',
43+
'success' => 'အောင်မြင်သည်။',
44+
'warning' => 'သတိ',
45+
'notice' => 'အသိပေးချက်',
46+
'old_password_incorrect' => 'စကားဝှက်ဟောင်းသည် မမှန်ပါ။',
47+
'password_dont_match' => 'စကားဝှက်များ မတိုက်ဆိုင်ပါ။',
48+
'password_empty' => 'သင့်စကားဝှက်ကို ထည့်သွင်းထားကြောင်း သေချာပါစေ။',
49+
'password_updated' => 'စကားဝှက်ကို အပ်ဒိတ်လုပ်ပြီးပါပြီ။',
50+
'account_updated' => 'သင့်အကောင့်ကို အောင်မြင်စွာ မွမ်းမံပြီးပါပြီ။',
51+
'unknown_error' => 'အမည်မသိ အမှားတစ်ခု ဖြစ်ပွားခဲ့သည်။ ထပ်စမ်းကြည့်ပါ။',
52+
'error_saving' => 'သိမ်းဆည်းနေစဉ် အမှားအယွင်းတစ်ခု ဖြစ်ပွားခဲ့သည်။ ထပ်စမ်းကြည့်ပါ။',
53+
'welcome' => 'ကြိုဆိုပါတယ်',
54+
'use_sidebar' => 'အကြောင်းအရာဖန်တီးရန်၊ တည်းဖြတ်ရန်နှင့် ဖျက်ရန် ဘယ်ဘက်ဘေးဘားကို အသုံးပြုပါ။',
55+
56+
'password_reset' => [
57+
'greeting' => 'မင်္ဂလာပါ',
58+
'subject' => 'စကားဝှက် ပြန်လည်သတ်မှတ်ခြင်း အသိပေးချက်',
59+
'line_1' => 'သင့်စကားဝှက်ပြန်လည်သတ်မှတ်ခြင်းတောင်းဆိုချက်ကို ကျွန်ုပ်တို့လက်ခံပြီးဖြစ်သောကြောင့် ဤအီးမေးလ်ကို ပေးပို့ခြင်းဖြစ်ပါသည်။',
60+
'line_2' => 'သင့်စကားဝှက်ကို ပြန်လည်သတ်မှတ်ရန် အောက်ပါခလုတ်ကို နှိပ်ပါ:',
61+
'button' => 'စကားဝှက်ကို ပြန်လည်သတ်မှတ်ပါ။',
62+
'notice' => 'စကားဝှက်ပြန်လည်သတ်မှတ်ရန် မတောင်းဆိုပါက ဤအီးမေးလ်ကို လျစ်လျူရှုပါ။',
63+
],
64+
65+
'step' => 'အဆင့်',
66+
'confirm_email' => 'သင့်အီးမေးလ်လိပ်စာကို အတည်ပြုပါ။',
67+
'choose_new_password' => 'စကားဝှက်အသစ်ကို ရွေးချယ်ခြင်း။',
68+
'confirm_new_password' => 'စကားဝှက်အသစ်ကို အတည်ပြုပါ။',
69+
'throttled' => 'သင့် စကားဝှက်သတ်မှတ်ချက်ကို မကြာခင်ကတောင်းထားပါသည်၊ အီးမေးလ် ကိုစစ်ပါ၊ အီးမေးလ်မရပါက နောက်မှ ပြန်စမ်းကြည့်ပါ။',
70+
'throttled_request' => 'သင်ကြိုးစားမှု ကန့်သတ်ချက်ကို ကျော်သွားပါပြီ။ မိနစ်အနည်းငယ်စောင့်ပြီး ထပ်စမ်းကြည့်ပါ။',
71+
72+
];

src/resources/lang/my/crud.php

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Backpack Crud Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are used by the CRUD interface.
11+
| You are free to change them to anything
12+
| you want to customize your views to better match your application.
13+
|
14+
*/
15+
16+
// Forms
17+
'save_action_save_and_new' => 'သိမ်းပြီး ဖန်တီးပါ။',
18+
'save_action_save_and_edit' => 'သိမ်းပြီး တည်းဖြတ်ပါ။',
19+
'save_action_save_and_back' => 'သိမ်းပြီး ပြန်သွားပါ။',
20+
'save_action_save_and_preview' => 'သိမ်းပြီး အစမ်းကြည့်ရှုပါ။',
21+
'save_action_changed_notification' => 'သိမ်းဆည်းပြီးနောက် မူလအမူအကျင့်ကို ပြောင်းလဲသွားပါပြီ။',
22+
23+
// Create form
24+
'add' => 'ထပ်လောင်း',
25+
'back_to_all' => 'Back to all ',
26+
'cancel' => 'မလုပ်တော့ပါ။',
27+
'add_a_new' => 'Add a new ',
28+
29+
// Edit form
30+
'edit' => 'တည်းဖြတ်ပါ။',
31+
'save' => 'မှတ်ပါ။',
32+
33+
// Translatable models
34+
'edit_translations' => 'ဘာသာပြန်ကို တည်းဖြတ်ပါ။',
35+
'language' => 'ဘာသာစကား',
36+
37+
// CRUD table view
38+
'all' => 'အားလုံး ',
39+
'in_the_database' => 'in the database',
40+
'list' => 'စာရင်း',
41+
'reset' => 'ပြန်လည်သတ်မှတ်ပါ။',
42+
'actions' => 'Actions',
43+
'preview' => 'ပြသခြင်း။',
44+
'delete' => 'ဖျက်ပါ။',
45+
'admin' => 'အုပ်ချုပ်ရေးမှူး',
46+
'details_row' => 'ဒါကအသေးစိတ်ကော်လံဖြစ်ပါတယ်။ လိုအပ်ရင် ပြင်ပေးပါ။',
47+
'details_row_loading_error' => 'အသေးစိတ်ကော်လံကို ဖတ်နေစဉ် အမှားဖြစ်သွားသည်။ ထပ်စမ်းကြည့်ပါ။',
48+
'clone' => 'ပွား',
49+
'clone_success' => '<strong>ဒေတာကို ကူးယူထားသည်။</strong><br>ကျွန်ုပ်သည် ဤဒေတာကဲ့သို့ တူညီသောအချက်အလက်များဖြင့် ဒေတာအသစ်ကို ထပ်ထည့်ပါသည်။',
50+
'clone_failure' => '<strong>ကူးယူခြင်း မအောင်မြင်ပါ။</strong><br>ဒေတာအသစ် မဖန်တီးနိုင်ခဲ့ပါ။ ထပ်စမ်းကြည့်ပါ။',
51+
52+
// Confirmation messages and bubbles
53+
'delete_confirm' => 'ဤဒေတာကို ဖျက်လိုသည်မှာ သေချာပါသလား။',
54+
'delete_confirmation_title' => 'ဒေတာကို ဖျက်လိုက်သည်။',
55+
'delete_confirmation_message' => 'ဒေတာကို အောင်မြင်စွာ ဖျက်လိုက်ပါပြီ။',
56+
'delete_confirmation_not_title' => 'ဖျက်၍မရပါ။',
57+
'delete_confirmation_not_message' => "အမှားအယွင်းတစ်ခု ဖြစ်ပွားခဲ့သည်။ ဒေတာကို ဖျက်မထားပါ။",
58+
'delete_confirmation_not_deleted_title' => 'ဖျက်၍မရပါ။',
59+
'delete_confirmation_not_deleted_message' => 'Nothing happened. Your item is safe.',
60+
61+
// Bulk actions
62+
'bulk_no_entries_selected_title' => 'ဒေတာကို ရွေးမထားပါ။',
63+
'bulk_no_entries_selected_message' => 'တစ်ခု ဒါမှမဟုတ် တစ်ခုထက်ပိုတာကိုရွေးပါ။',
64+
65+
// Bulk delete
66+
'bulk_delete_are_you_sure' => ':number ဒေတာကို ဖျက်လိုသည်မှာ သေချာပါသလား။',
67+
'bulk_delete_sucess_title' => 'ဒေတာကို ဖျက်လိုက်သည်။',
68+
'bulk_delete_sucess_message' => ' ဒေတာကို ဖျက်လိုက်ပါပြီ။',
69+
'bulk_delete_error_title' => 'ဖျက်ခြင်း မအောင်မြင်ပါ။',
70+
'bulk_delete_error_message' => 'ဒေတာတစ်ခုထက်ပို၍ ဖျက်၍မရပါ။',
71+
72+
// Bulk clone
73+
'bulk_clone_are_you_sure' => 'ဒီ :number ဒေတာတွေကို ပွားချင်တာသေချားလား။',
74+
'bulk_clone_sucess_title' => 'ပွားလိုက်ပါပြီ',
75+
'bulk_clone_sucess_message' => ' ပွားပြီးသွားပါပြီ',
76+
'bulk_clone_error_title' => 'ပွား၍မရ',
77+
'bulk_clone_error_message' => 'ဒေတာတစ်ခုထက်ပို၍ပွားမရပါ။',
78+
79+
// Ajax errors
80+
'ajax_error_title' => 'အမှား',
81+
'ajax_error_text' => 'စာမျက်နှာဖွင့်ရာတွင် အမှားအယွင်းရှိသည်။ ကျေးဇူးပြု၍ စာမျက်နှာကို ပြန်လည်စတင်ပါ။',
82+
83+
// DataTables translation
84+
'emptyTable' => 'ဇယားတွင်ဒေတာမရှိပါ။',
85+
'info' => 'Showing _START_ to _END_ of _TOTAL_ entries',
86+
'infoEmpty' => 'No entries',
87+
'infoFiltered' => '(filtered from _MAX_ total entries)',
88+
'infoPostFix' => '.',
89+
'thousands' => ',',
90+
'lengthMenu' => '_MENU_ entries per page',
91+
'loadingRecords' => 'Loading...',
92+
'processing' => 'Processing...',
93+
'search' => 'Search',
94+
'zeroRecords' => 'No matching entries found',
95+
'paginate' => [
96+
'first' => 'First',
97+
'last' => 'Last',
98+
'next' => 'Next',
99+
'previous' => 'Previous',
100+
],
101+
'aria' => [
102+
'sortAscending' => ': activate to sort column ascending',
103+
'sortDescending' => ': activate to sort column descending',
104+
],
105+
'export' => [
106+
'export' => 'တင်ပို့ခြင်း။',
107+
'copy' => 'ကော်ပီ',
108+
'excel' => 'Excel',
109+
'csv' => 'CSV',
110+
'pdf' => 'PDF',
111+
'print' => 'ပုံနှိပ်ခြင်း။',
112+
'column_visibility' => 'ကော်လံများကိုပြသပါ။',
113+
],
114+
115+
// global crud - errors
116+
'unauthorized_access' => 'ခွင့်ပြုချက်မရှိဘဲ ဝင်ရောက်ခွင့် - ဤစာမျက်နှာကို ကြည့်ရှုရန် သင့်တွင် လိုအပ်သော ခွင့်ပြုချက်များ မရှိပါ။',
117+
'please_fix' => 'အောက်ပါ အမှားကို ပြင်ပါ :',
118+
119+
// global crud - success / error notification bubbles
120+
'insert_success' => 'ဒေတာကို အောင်မြင်စွာ ထည့်သွင်းခဲ့သည်။',
121+
'update_success' => 'ဒေတာကို အောင်မြင်စွာ မွမ်းမံပြီးပါပြီ။',
122+
123+
// CRUD reorder view
124+
'reorder' => 'ပြန်စီပါ။',
125+
'reorder_text' => 'Use drag&drop to reorder.',
126+
'reorder_success_title' => 'ပြီးစီးခြင်း။',
127+
'reorder_success_message' => 'အော်ဒါကို သိမ်းလိုက်တယ်။',
128+
'reorder_error_title' => 'အမှား',
129+
'reorder_error_message' => 'အမျိုးအစားခွဲခြင်း အစီအစဉ်ကို မသိမ်းဆည်းပါ။',
130+
131+
// CRUD yes/no
132+
'yes' => 'ဟုတ်ကဲ့',
133+
'no' => 'မလုပ်ပါ',
134+
135+
// CRUD filters navbar view
136+
'filters' => 'စစ်ထုတ်မှု',
137+
'toggle_filters' => 'စစ်ထုတ်မှုပြောင်းခြင်း။',
138+
'remove_filters' => 'စစ်ထုတ်မှုအားလုံးကို ဖယ်ရှားပါ။',
139+
'apply' => 'လျှောက်ထားပါ။',
140+
141+
//filters language strings
142+
'today' => 'ဒီနေ့',
143+
'yesterday' => 'မနေ့က',
144+
'last_7_days' => 'လွန်ခဲ့သော ၇ ရက်',
145+
'last_30_days' => 'လွန်ခဲ့သော ရက် ၃၀',
146+
'this_month' => 'ဤလတွင်',
147+
'last_month' => 'ပြီးခဲ့သည့်လ',
148+
'custom_range' => 'စိတ်ကြိုက်',
149+
'weekLabel' => 'W',
150+
151+
// Fields
152+
'browse_uploads' => 'အပ်လုဒ်မှ ရွေးပါ။',
153+
'select_all' => 'အားလုံးကို ရွေးပါ။',
154+
'select_files' => 'ဖိုင်များစွာကို ရွေးပါ။',
155+
'select_file' => 'ဖိုင်ရွေးချယ်မှု',
156+
'clear' => 'ရှင်းလင်း',
157+
'page_link' => 'စာမျက်နှာလင့်ခ်',
158+
'page_link_placeholder' => 'http://example.com/your-desired-page',
159+
'internal_link' => 'အတွင်းပိုင်းလင့်ခ်',
160+
'internal_link_placeholder' => 'Internal slug. Ex: \'admin/page\' (no quotes) for \':url\'',
161+
'external_link' => 'ပြင်ပလင့်',
162+
'choose_file' => 'ဖိုင်များကို ရွေးပါ။',
163+
'new_item' => 'ပစ္စည်းထည့်ပါ။',
164+
'select_entry' => 'ကျေးဇူးပြု၍ အကြောင်းအရာတစ်ခုကို ရွေးပါ။',
165+
'select_entries' => 'အကြောင်းအရာများစွာကို ရွေးပါ။',
166+
167+
//Table field
168+
'table_cant_add' => 'အသစ်ထည့်၍မရပါ - :entity',
169+
'table_max_reached' => 'အများဆုံးနံပါတ် - :max ရောက်ရှိသွားပါပြီ။',
170+
171+
// File manager
172+
'file_manager' => 'File Manager',
173+
174+
// InlineCreateOperation
175+
'related_entry_created_success' => 'သက်ဆိုင်ရာဒေတာကို ပေါင်းထည့်ပြီး ရွေးလိုက်ပါပြီ။',
176+
'related_entry_created_error' => 'သက်ဆိုင်ရာဒေတာကို ထည့်၍မရပါ။',
177+
178+
// returned when no translations found in select inputs
179+
'empty_translations' => '(မရှိ)',
180+
];
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
// --------------------------------------------------------
4+
// This is only a pointer file, not an actual language file
5+
// --------------------------------------------------------
6+
//
7+
// If you've copied this file to your /resources/lang/vendor/backpack/
8+
// folder, please delete it, it's no use there. You need to copy/publish the
9+
// actual language file, from the package.
10+
11+
// If a langfile with the same name exists in the package, load that one
12+
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
13+
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
14+
}
15+
16+
return [];

0 commit comments

Comments
 (0)