mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 21:49:20 +00:00
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
define(
|
|
"dijit/nls/tr/common", ({
|
|
buttonOk: "Tamam",
|
|
buttonCancel: "İptal",
|
|
buttonSave: "Kaydet",
|
|
itemClose: "Kapat"
|
|
})
|
|
);
|