7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
define(
|
||
({
|
||
loadingState: "טעינה...",
|
||
errorState: "אירעה שגיאה"
|
||
})
|
||
);
|