mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 01:59:16 +00:00
7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
define(
|
|
"dijit/form/nls/ja/ComboBox", ({
|
|
previousMessage: "以前の選択項目",
|
|
nextMessage: "追加の選択項目"
|
|
})
|
|
);
|