mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
🌐 Fix Internationalization issues
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
},
|
||||
"tip": "Tip: ",
|
||||
"time": {
|
||||
"seconds": "",
|
||||
"minutes": "",
|
||||
"hours": ""
|
||||
"seconds": "seconds",
|
||||
"minutes": "minutes",
|
||||
"hours": "hours"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"title": "Start"
|
||||
},
|
||||
"refreshData": {
|
||||
"title": ""
|
||||
"title": "Refresh data"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Remove"
|
||||
|
||||
Reference in New Issue
Block a user