42 lines
1.3 KiB
JavaScript
42 lines
1.3 KiB
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", {
|
|
"Accept": "Acceptare",
|
|
"Accept all": "Acceptare toate",
|
|
"Bulk actions": "Ac\u021biuni \xeen set",
|
|
"Cancel": "Anulare",
|
|
"Complete review": "Finalizare revizuire",
|
|
"Delete": "\u0218tergere",
|
|
"Edit": "Editare",
|
|
"Feedback actions": "Ac\u021biuni de feedback",
|
|
"Provide feedback": "Feedback",
|
|
"Provide feedback...": "Feedback...",
|
|
"Reject": "Respingere",
|
|
"Reject all": "Respingere toate",
|
|
"Revert": "Anulare modific\u0103ri",
|
|
"Revert all": "Anulare integral\u0103 modific\u0103ri",
|
|
"Review edits": "Revizuire edit\u0103ri",
|
|
"Save": "Salvare",
|
|
"Show edits": "Afi\u0219are edit\u0103ri",
|
|
"added {0}": "a ad\u0103ugat {0}",
|
|
"code block": "bloc de cod",
|
|
"comment": "comentariu",
|
|
"content": "con\u021binut",
|
|
"deleted {0}": "a \u0219ters {0}",
|
|
"heading": "titlu",
|
|
"horizontal rule": "regul\u0103 orizontal\u0103",
|
|
"image": "imagine",
|
|
"line break": "\u0219f\xe2r\u0219it de linie",
|
|
"list": "list\u0103",
|
|
"list item": "articol din list\u0103",
|
|
"modified {0}": "a modificat {0}",
|
|
"paragraph": "paragraf",
|
|
"quote": "ghilimele",
|
|
"replaced {0} with {1}": "a \xeenlocuit {0} cu {1}",
|
|
"table": "tabel",
|
|
"text": "text"
|
|
}); |