mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 13:19:16 +00:00
9 lines
146 B
JavaScript
9 lines
146 B
JavaScript
define(
|
|
"dijit/nls/he/common", ({
|
|
buttonOk: "אישור",
|
|
buttonCancel: "ביטול",
|
|
buttonSave: "שמירה",
|
|
itemClose: "סגירה"
|
|
})
|
|
);
|