Update Khmer (km) translations (#20375)

* feat: add missing Khmer translations for the view record page and chart widget.

* chore: update the missing Khmer language translations for multi-factor authentication and form components

* chore: update Khmer language translations for validation and email verification controller

* fix: fallback to default GITHUB_TOKEN if GH_ACCESS_TOKEN is not defined in workflow checkout

* feat: add and update Khmer language translations for various components and packages
This commit is contained in:
Chanthoeun Kim
2026-08-25 01:57:00 +09:30
committed by GitHub
parent e4d67d178e
commit e3fc6cf409
15 changed files with 245 additions and 0 deletions
@@ -118,10 +118,54 @@ return [
],
'color_picker' => [
'panel_label' => 'ឧបករណ៍ជ្រើសរើសពណ៌',
],
'date_time_picker' => [
'month_select' => [
'label' => 'ខែ',
],
'year_input' => [
'label' => 'ឆ្នាំ',
],
'hour_input' => [
'label' => 'ម៉ោង',
],
'minute_input' => [
'label' => 'នាទី',
],
'second_input' => [
'label' => 'វិនាទី',
],
],
'file_upload' => [
'actions' => [
'download' => [
'label' => 'ទាញយក',
],
'open' => [
'label' => 'បើកក្នុងផ្ទាំងថ្មី',
],
],
'editor' => [
'label' => 'កម្មវិធីកែសម្រួលរូបភាព',
'actions' => [
'cancel' => [
@@ -264,6 +308,18 @@ return [
],
'columns' => [
'actions' => [
'label' => 'សកម្មភាព',
],
'reorder' => [
'label' => 'តម្រៀបឡើងវិញ',
],
],
'fields' => [
'key' => [
@@ -326,6 +382,18 @@ return [
'repeater' => [
'columns' => [
'actions' => [
'label' => 'សកម្មភាព',
],
'reorder' => [
'label' => 'តម្រៀបឡើងវិញ',
],
],
'actions' => [
'add' => [
@@ -579,6 +647,10 @@ return [
'searching_message' => 'កំពុងស្វែងរក...',
],
'toolbar' => [
'label' => 'របារឧបករណ៍កម្មវិធីនិពន្ធ',
],
'tools' => [
'align_center' => 'តម្រឹមចំកណ្តាល',
'align_end' => 'តម្រឹមខាងចុង',
@@ -713,6 +785,8 @@ return [
'label' => 'លុប',
],
],
'tag_added' => 'បានបន្ថែម៖ :tag',
'tag_removed' => 'បានយកចេញ៖ :tag',
],
'text_input' => [
@@ -15,6 +15,11 @@ return [
],
'icon' => [
'true' => 'បាទ',
'false' => 'ទេ',
],
'key_value' => [
'columns' => [
@@ -6,6 +6,8 @@ return [
'heading' => 'ដំណឹង',
'unread_label' => 'ការជូនដំណឹងមិនទាន់អាន',
'actions' => [
'clear' => [
@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'បិទការជូនដំណឹង',
],
],
];
@@ -4,6 +4,10 @@ return [
'direction' => 'ltr',
'skip_to_content' => [
'label' => 'រំលងទៅកាន់មាតិកា',
],
'actions' => [
'billing' => [
@@ -16,6 +20,7 @@ return [
'open_database_notifications' => [
'label' => 'បើកការជូនដំណឹង',
'label_with_unread_count' => '{1} ការជូនដំណឹង, :count មិនទាន់អាន|[2,*] ការជូនដំណឹង, :count មិនទាន់អាន',
],
'open_user_menu' => [
@@ -36,6 +41,8 @@ return [
'theme_switcher' => [
'label' => 'រចនាបទ',
'dark' => [
'label' => 'បើកដំណើរការរចនាបទងងឹត',
],
@@ -52,6 +59,14 @@ return [
],
'navigation' => [
'label' => 'ការរុករករបារចំហៀង',
],
'topbar' => [
'label' => 'របារខាងលើ',
],
'avatar' => [
'alt' => 'រូបតំណាង នៃ :name',
],
@@ -14,6 +14,10 @@ return [
'label' => 'ក្រុម',
'group' => [
'label' => 'ក្រុម',
],
'block' => [
'label' => 'ការផ្តាច់ខ្លួន (ឬ)',
'or' => 'ឬ',
@@ -35,6 +39,8 @@ return [
'no_rules' => '(មិន​មាន​ច្បាប់)',
'max_rules_reached_tooltip' => 'អ្នកបានឈានដល់ចំនួនច្បាប់អតិបរមា :count ហើយ។',
'item_separators' => [
'and' => 'និង',
'or' => 'ឬ',
@@ -2,6 +2,33 @@
return [
'callout' => [
'statuses' => [
'danger' => 'កំហុស៖',
'info' => 'ចំណាំ៖',
'success' => 'ជោគជ័យ៖',
'warning' => 'ការព្រមាន៖',
],
],
'section' => [
'actions' => [
'collapse' => [
'label' => 'បង្រួមផ្នែក',
],
'expand' => [
'label' => 'ពង្រីកផ្នែក',
],
],
],
'wizard' => [
'actions' => [
@@ -16,6 +43,19 @@ return [
],
'header' => [
'step' => [
'statuses' => [
'completed' => 'បានបញ្ចប់',
'upcoming' => 'មិនទាន់បានបញ្ចប់',
],
],
],
],
];
@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'delete' => [
'label' => 'យកចេញ',
],
],
];
@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Breadcrumb',
];
@@ -0,0 +1,7 @@
<?php
return [
'aria_label' => 'តួអក្សរទី :position នៃ :count',
];
@@ -0,0 +1,7 @@
<?php
return [
'label' => 'កំពុងផ្ទុក...',
];
@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'បង្រួមផ្នែក',
],
'expand' => [
'label' => 'ពង្រីកផ្នែក',
],
],
];
@@ -0,0 +1,7 @@
<?php
return [
'label' => 'ផ្ទាំង',
];
@@ -10,6 +10,9 @@ return [
'apply' => [
'label' => 'អនុវត្ត',
],
'reorder' => [
'label' => 'តម្រៀបជួរឈរឡើងវិញ',
],
'reset' => [
'label' => 'កំណត់ឡើងវិញ',
],
@@ -23,6 +26,15 @@ return [
'label' => 'សកម្មភាព|សកម្មភាព',
],
'icon' => [
'boolean' => [
'true' => 'បាទ',
'false' => 'ទេ',
],
],
'text' => [
'actions' => [
@@ -105,6 +117,10 @@ return [
'label' => 'តម្រៀបកំណត់ត្រាឡើងវិញ',
],
'reorder_record' => [
'label' => 'តម្រៀបធាតុ :key ឡើងវិញ',
],
'filter' => [
'label' => 'តម្រង',
],
@@ -121,6 +137,10 @@ return [
'label' => 'បិទ/បើកជួរឈរ',
],
'toggle_record_content' => [
'label' => 'ពង្រីក/បង្រួមធាតុ :key',
],
],
'empty' => [
@@ -206,8 +226,12 @@ return [
],
'loading' => 'កំពុងផ្ទុក...',
'reorder_indicator' => 'អូស និងទម្លាក់កំណត់ត្រាតាមលំដាប់លំដោយ.',
'result_count' => '{0} គ្មានលទ្ធផល|{1} លទ្ធផល :count|[2,*] លទ្ធផល :count',
'selection_indicator' => [
'selected_count' => 'បានជ្រើសរើស 1 កំណត់ត្រា|:count រាប់កំណត់ត្រា បានជ្រើសរើស',
@@ -10,6 +10,10 @@ return [
],
'filter' => [
'label' => 'ត្រងទិន្នន័យគំនូសតាង',
],
'filters' => [
'actions' => [
@@ -26,4 +30,8 @@ return [
],
'empty' => [
'heading' => 'គ្មានទិន្នន័យត្រូវបង្ហាញទេ',
],
];