27 lines
964 B
JavaScript
27 lines
964 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("ro", {
|
|
"Advanced Sort": "Ordonare avansat\u0103",
|
|
"Advanced sort...": "Ordonare avansat\u0103...",
|
|
"Alpha": "Alfabetic\u0103",
|
|
"Ascending": "Cresc\u0103tor",
|
|
"Column": "Coloan\u0103",
|
|
"Column {0}": "Coloan\u0103 {0}",
|
|
"Descending": "Descresc\u0103tor",
|
|
"None": "Nu se utilizeaz\u0103 (acest c\xe2mp)",
|
|
"Numeric": "Numeric\u0103",
|
|
"Order": "Ordine",
|
|
"Row": "R\xe2nd",
|
|
"Row numbering": "Numerotare r\xe2nduri",
|
|
"Row {0}": "R\xe2nd {0}",
|
|
"Selection": "Selec\u021bie",
|
|
"Sort": "Ordonare",
|
|
"Sort by": "Ordonare dup\u0103",
|
|
"Sort table by column ascending": "Ordonare tabel ascendent \xeen func\u021bie de coloane",
|
|
"Sort table by column descending": "Ordonare tabel descendent \xeen func\u021bie de coloane",
|
|
"Table": "Tabel"
|
|
}); |