This commit is contained in:
Nikola Petrov
2026-09-08 23:34:18 +02:00
parent 7f36d6f37c
commit 443a7c483a
12 changed files with 513 additions and 14 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"common": {
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"edit": "Edit",
"close": "Close",
"confirm": "Confirm",
"search": "Search",
"loading": "Loading..."
},
"app": {
"hello": "HELLO",
"world": "WORLD"
}
}
+16
View File
@@ -0,0 +1,16 @@
{
"common": {
"save": "Shrani",
"cancel": "Prekliči",
"delete": "Izbriši",
"edit": "Uredi",
"close": "Zapri",
"confirm": "Potrdi",
"search": "Iskanje",
"loading": "Nalaganje..."
},
"app": {
"hello": "ZDRAVO",
"world": "SVET"
}
}