aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/km.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 17:54:04 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 17:54:04 +0100
commit317f8f8f0651488f226b5280a8f036c7c135c639 (patch)
tree97bd4889ab2822a00d4b0f0d5cde38b59f9f41de /sources/lang/km.js
parent1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c (diff)
downloadpiedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.tar.gz
piedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.tar.zst
piedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.zip
Add oembed4.7.3
Diffstat (limited to 'sources/lang/km.js')
-rw-r--r--sources/lang/km.js23
1 files changed, 20 insertions, 3 deletions
diff --git a/sources/lang/km.js b/sources/lang/km.js
index 5006686..b9908d9 100644
--- a/sources/lang/km.js
+++ b/sources/lang/km.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -86,7 +86,7 @@ CKEDITOR.lang[ 'km' ] = {
86 alignMiddle: 'កណ្តាល', 86 alignMiddle: 'កណ្តាល',
87 alignBottom: 'ខាងក្រោម', 87 alignBottom: 'ខាងក្រោម',
88 alignNone: 'គ្មាន', 88 alignNone: 'គ្មាន',
89 invalidValue : 'តម្លៃ​មិន​ត្រឹម​ត្រូវ។', 89 invalidValue: 'តម្លៃ​មិន​ត្រឹម​ត្រូវ។',
90 invalidHeight: 'តម្លៃ​កំពស់​ត្រូវ​តែ​ជា​លេខ។', 90 invalidHeight: 'តម្លៃ​កំពស់​ត្រូវ​តែ​ជា​លេខ។',
91 invalidWidth: 'តម្លៃ​ទទឹង​ត្រូវ​តែ​ជា​លេខ។', 91 invalidWidth: 'តម្លៃ​ទទឹង​ត្រូវ​តែ​ជា​លេខ។',
92 invalidCssLength: 'តម្លៃ​កំណត់​សម្រាប់​វាល "%1" ត្រូវ​តែ​ជា​លេខ​វិជ្ជមាន​ ដោយ​ភ្ជាប់ឬ​មិន​ភ្ជាប់​ជាមួយ​នឹង​ឯកតា​រង្វាស់​របស់ CSS (px, %, in, cm, mm, em, ex, pt ឬ pc) ។', 92 invalidCssLength: 'តម្លៃ​កំណត់​សម្រាប់​វាល "%1" ត្រូវ​តែ​ជា​លេខ​វិជ្ជមាន​ ដោយ​ភ្ជាប់ឬ​មិន​ភ្ជាប់​ជាមួយ​នឹង​ឯកតា​រង្វាស់​របស់ CSS (px, %, in, cm, mm, em, ex, pt ឬ pc) ។',
@@ -95,6 +95,23 @@ CKEDITOR.lang[ 'km' ] = {
95 cssLengthTooltip: 'បញ្ចូល​លេខ​សម្រាប់​តម្លៃ​ជា​ភិចសែល ឬ​លេខ​ដែល​មាន​ឯកតា​ត្រឹមត្រូវ​របស់ CSS (px, %, in, cm, mm, em, ex, pt ឬ pc) ។', 95 cssLengthTooltip: 'បញ្ចូល​លេខ​សម្រាប់​តម្លៃ​ជា​ភិចសែល ឬ​លេខ​ដែល​មាន​ឯកតា​ត្រឹមត្រូវ​របស់ CSS (px, %, in, cm, mm, em, ex, pt ឬ pc) ។',
96 96
97 // Put the voice-only part of the label in the span. 97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, មិន​មាន</span>' 98 unavailable: '%1<span class="cke_accessibility">, មិន​មាន</span>',
99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: {
102 8: 'លុបថយក្រោយ',
103 13: 'Enter', // MISSING
104 16: 'Shift', // MISSING
105 17: 'Ctrl', // MISSING
106 18: 'Alt', // MISSING
107 32: 'Space', // MISSING
108 35: 'ចុង',
109 36: 'ផ្ទះ',
110 46: 'លុប',
111 224: 'Command' // MISSING
112 },
113
114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Keyboard shortcut' // MISSING
99 } 116 }
100}; 117};