|
| 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 | +]; |
0 commit comments