web/i18n: update string name formatting

This commit is contained in:
wukko
2024-08-20 21:17:33 +06:00
parent 05abf9ad3e
commit 265ab77948
9 changed files with 22 additions and 22 deletions

View File

@@ -1,9 +1,9 @@
{
"linkArea": "link input area",
"clearInput": "clear input",
"link_area": "link input area",
"clear_input": "clear input",
"download": "download",
"downloadThink": "processing the link...",
"downloadCheck": "verifying download...",
"downloadDone": "downloading done",
"downloadError": "downloading error"
"download.think": "processing the link...",
"download.check": "verifying download...",
"download.done": "downloading done",
"download.error": "downloading error"
}

View File

@@ -1,3 +1,3 @@
{
"tabPanel": "tabs panel"
"tab_panel": "tabs panel"
}