fix: typo
Massimo Melina committed
Mar 3, 2023 at 15:30 UTC
22aa564aa1003250a7263d8663cb319fd41feff8
3 files changed
+3
-3
admin/src/LangPage.ts
+1
-1
@@ -15,7 +15,7 @@ export default function LangPage() {
15
return error
16
return h(Fragment, {},
17
h(Alert, { severity: 'info' }, "Translation is limited to Front-end, it doesn't apply to Admin-panel"),
18
- h(Alert, { severity: 'info' }, "The front-end will automatically apply translation based on the language of the browser. You can force loading of a specific language by appending ?lang=CODE to the URL."),
18
+ h(Alert, { severity: 'info' }, "The front-end will automatically apply translation based on the language of the browser. You can force a specific language to load by appending by appending ?lang=CODE to the URL."),
19
h(Box, { mb: 1 },
20
h(Button, { variant: 'contained', startIcon: h(Upload), onClick: add }, "Add"),
21
),
langs/hfs-lang-it.json
+1
-1
@@ -63,7 +63,7 @@
63
"confirm_resume": "Vuoi riprendere questo upload?",
64
"file too large": "file troppo grande",
65
"Enter folder name": "Inserisci nome cartella",
66
- "Succesfully created": "Creazione riuscita",
66
+ "Successfully created": "Creazione riuscita",
67
"enter_folder": "Accedi alla nuova cartella",
68
"folder_exists": "Quseto nome esiste già",
69
langs/hfs-lang-ru.json
+1
-1
@@ -63,7 +63,7 @@
63
"file too large": "Недопустимый размер файла",
64
"Upload error": "Ошибка загрузки",
65
"Enter folder name": "Введите имя папки",
66
- "Succesfully created": "Успешно создано",
66
+ "Successfully created": "Успешно создано",
67
"enter_folder": "Перейти в папку",
68
"folder_exists": "Элемент уже существует",
69
"finished": "загружено",