mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 15:29:15 +00:00
9 lines
152 B
JavaScript
9 lines
152 B
JavaScript
define(
|
|
"dijit/nls/ru/common", ({
|
|
buttonOk: "OK",
|
|
buttonCancel: "Отмена",
|
|
buttonSave: "Сохранить",
|
|
itemClose: "Закрыть"
|
|
})
|
|
);
|