15 lines
584 B
JavaScript
15 lines
584 B
JavaScript
/*!
|
|
* TinyMCE Language Pack
|
|
*
|
|
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
*/
|
|
tinymce.addI18n("vi", {
|
|
"Embed iframe": "Nh\xfang iframe",
|
|
"Enable scrollbar": "B\xe2\u0323t thanh cu\xf4\u0323n",
|
|
"Insert/edit iframe": "Ch\xe8n/ch\u1ec9nh s\u1eeda iframe",
|
|
"Long description URL": "URL n\xf4\u0323i dung m\xf4 ta\u0309 da\u0300i",
|
|
"Page Embed": "Nh\xfang trang",
|
|
"Scrollbar": "Thanh cu\u1ed9n",
|
|
"Show iframe border": "Hi\xea\u0309n thi\u0323 vi\xea\u0300n iframe"
|
|
}); |