fix: translation fixes etc

This commit is contained in:
David Ralph
2021-04-16 12:19:07 +01:00
parent ea1a1fba2c
commit fe4d17eff3
11 changed files with 67 additions and 85 deletions

View File

@@ -46,7 +46,7 @@
"sass": "^1.32.8", "sass": "^1.32.8",
"sass-loader": "^11.0.1", "sass-loader": "^11.0.1",
"source-map-loader": "^2.0.1", "source-map-loader": "^2.0.1",
"webpack": "^5.31.2", "webpack": "^5.33.2",
"webpack-cli": "^4.6.0", "webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2" "webpack-dev-server": "^3.11.2"
}, },

View File

@@ -12,7 +12,7 @@ import '@fontsource/lexend-deca/latin-400.css';
import '@fontsource/montserrat/cyrillic-500.css'; import '@fontsource/montserrat/cyrillic-500.css';
// language // language
import merge from '@material-ui/utils/deepmerge'; import merge from '@material-ui/utils/esm/deepmerge';
const languagecode = localStorage.getItem('language') || 'en_GB'; const languagecode = localStorage.getItem('language') || 'en_GB';

View File

@@ -54,9 +54,9 @@
"marketplace": "Marktplatz" "marketplace": "Marktplatz"
}, },
"error_boundary": { "error_boundary": {
"title": "Error", "title": "Fehler",
"message": "Failed to load this component of Mue", "message": "Failed to load this component of Mue",
"refresh": "Refresh" "refresh": "Neuladen"
}, },
"settings": { "settings": {
"enabled": "Aktivieren", "enabled": "Aktivieren",
@@ -363,6 +363,7 @@
"quote": "Kopierte Zitate", "quote": "Kopierte Zitate",
"installed": "Erfolgreich installiert", "installed": "Erfolgreich installiert",
"uninstalled": "Erfolgreich entfernt", "uninstalled": "Erfolgreich entfernt",
"error": "Etwas ist schief gelaufen" "error": "Etwas ist schief gelaufen",
"imported": "Erfolgreich importiert"
} }
} }

View File

@@ -363,6 +363,7 @@
"quote": "Quote copied", "quote": "Quote copied",
"installed": "Successfully installed", "installed": "Successfully installed",
"uninstalled": "Successfully removed", "uninstalled": "Successfully removed",
"error": "Something went wrong" "error": "Something went wrong",
"imported": "Successfully imported"
} }
} }

View File

@@ -363,6 +363,7 @@
"quote": "Quote copied", "quote": "Quote copied",
"installed": "Successfully installed", "installed": "Successfully installed",
"uninstalled": "Successfully removed", "uninstalled": "Successfully removed",
"error": "Something went wrong" "error": "Something went wrong",
"imported": "Successfully imported"
} }
} }

View File

@@ -46,7 +46,7 @@
"modals": { "modals": {
"main": { "main": {
"title": "Opciones", "title": "Opciones",
"loading": "Loading...", "loading": "Cargando...",
"file_upload_error": "File is over 2MB", "file_upload_error": "File is over 2MB",
"navbar": { "navbar": {
"settings": "Ajustes", "settings": "Ajustes",
@@ -56,7 +56,7 @@
"error_boundary": { "error_boundary": {
"title": "Error", "title": "Error",
"message": "Failed to load this component of Mue", "message": "Failed to load this component of Mue",
"refresh": "Refresh" "refresh": "Refrescar"
}, },
"settings": { "settings": {
"enabled": "Enabled", "enabled": "Enabled",
@@ -73,11 +73,11 @@
"title": "Digital", "title": "Digital",
"seconds": "Segundos", "seconds": "Segundos",
"twentyfourhour": "24 Horas", "twentyfourhour": "24 Horas",
"twelvehour": "12 hour", "twelvehour": "12 Horas",
"zero": "Sin ceros" "zero": "Sin ceros"
}, },
"analogue": { "analogue": {
"title": "Analógico", "analog": "Analógico",
"second_hand": "Seconds hand", "second_hand": "Seconds hand",
"minute_hand": "Minutes hand", "minute_hand": "Minutes hand",
"hour_hand": "Hours hand", "hour_hand": "Hours hand",
@@ -112,9 +112,9 @@
"custom_author": "Custom authour", "custom_author": "Custom authour",
"buttons": { "buttons": {
"title": "Buttons", "title": "Buttons",
"copy": "Copiar", "copy": "Botón de copiar",
"tweet": "Tweet", "tweet": "Botón de Tweet",
"favourite": "Favoritos" "favourite": "Botón de favoritos"
} }
}, },
"greeting": { "greeting": {
@@ -153,7 +153,7 @@
"api": "Fondos API", "api": "Fondos API",
"custom_background": "Fondo personalizado", "custom_background": "Fondo personalizado",
"custom_colour": "Color del fondo personalizado", "custom_colour": "Color del fondo personalizado",
"upload": "Subir", "upload": "Upload",
"add_colour": "Añadir color", "add_colour": "Añadir color",
"disabled": "Desactivado", "disabled": "Desactivado",
"loop_video": "Loop video", "loop_video": "Loop video",
@@ -199,7 +199,7 @@
"light": "Light", "light": "Light",
"dark": "Dark" "dark": "Dark"
}, },
"animations": "Animations", "animations": "Animaciones",
"navbar": { "navbar": {
"title": "Navbar", "title": "Navbar",
"notes": "Notes", "notes": "Notes",
@@ -259,7 +259,7 @@
"developer": "Developer" "developer": "Developer"
}, },
"language": { "language": {
"title": "Language", "language": "Lenguaje",
"quote": "Quote language" "quote": "Quote language"
}, },
"changelog": "Change Log", "changelog": "Change Log",
@@ -290,10 +290,6 @@
"reset": "Reiniciar", "reset": "Reiniciar",
"import": "Importar", "import": "Importar",
"export": "Exportar" "export": "Exportar"
},
"toasts": {
"reset": "Restablecido correctamente",
"imported": "Importado correctamente"
} }
}, },
"marketplace": { "marketplace": {
@@ -341,11 +337,8 @@
"title": "Error", "title": "Error",
"description": "No se pudo conectar con el servidor" "description": "No se pudo conectar con el servidor"
}, },
"read_blog": "Read on the blog here", "read_blog": "Leer en el blog aquí",
"contact_support": "Contact us here", "contact_support": "Contáctanos aquí"
"loading": "Cargando...",
"readblog": "Leer en el blog aquí",
"contactsupport": "Contáctanos aquí"
}, },
"welcome": { "welcome": {
"title": "Welcome to", "title": "Welcome to",
@@ -369,8 +362,8 @@
"toasts": { "toasts": {
"quote": "Cita copiada", "quote": "Cita copiada",
"installed": "Instalado correctamente", "installed": "Instalado correctamente",
"uninstalled": "Successfully removed", "uninstalled": "Retirado correctamente",
"error": "Something went wrong", "error": "Algo salió mal",
"removed": "Retirado correctamente" "imported": "Importado correctamente"
} }
} }

View File

@@ -54,9 +54,9 @@
"marketplace": "Marché" "marketplace": "Marché"
}, },
"error_boundary": { "error_boundary": {
"title": "Error", "title": "Erreur",
"message": "Failed to load this component of Mue", "message": "Failed to load this component of Mue",
"refresh": "Refresh" "refresh": "Rafraîchir"
}, },
"settings": { "settings": {
"enabled": "Enabled", "enabled": "Enabled",
@@ -73,7 +73,7 @@
"title": "Digital", "title": "Digital",
"seconds": "Secondes", "seconds": "Secondes",
"twentyfourhour": "24 heures", "twentyfourhour": "24 heures",
"twelvehour": "12 hour", "twelvehour": "12 heures",
"zero": "Complétion de zéros" "zero": "Complétion de zéros"
}, },
"analogue": { "analogue": {
@@ -362,8 +362,8 @@
"toasts": { "toasts": {
"quote": "Citation copiée", "quote": "Citation copiée",
"installed": "Installé avec succès", "installed": "Installé avec succès",
"uninstalled": "Successfully removed", "uninstalled": "Enlevé avec succès",
"error": "Quelque chose s'est mal passé", "error": "Quelque chose s'est mal passé",
"removed": "Enlevé avec succès" "imported": "Importé avec succès"
} }
} }

View File

@@ -46,7 +46,7 @@
"modals": { "modals": {
"main": { "main": {
"title": "Opties", "title": "Opties",
"loading": "Loading...", "loading": "Bezig met laden…",
"file_upload_error": "File is over 2MB", "file_upload_error": "File is over 2MB",
"navbar": { "navbar": {
"settings": "Instellingen", "settings": "Instellingen",
@@ -54,7 +54,7 @@
"marketplace": "Marktplaats" "marketplace": "Marktplaats"
}, },
"error_boundary": { "error_boundary": {
"title": "Error", "title": "Foutmelding",
"message": "Failed to load this component of Mue", "message": "Failed to load this component of Mue",
"refresh": "Refresh" "refresh": "Refresh"
}, },
@@ -72,8 +72,8 @@
"digital": { "digital": {
"title": "Digital", "title": "Digital",
"seconds": "Seconden tonen", "seconds": "Seconden tonen",
"twentyfourhour": "24 Hour", "twentyfourhour": "24-uursklok gebruiken",
"twelvehour": "12 hour", "twelvehour": "12-uursklok gebruiken",
"zero": "Nulopvulling" "zero": "Nulopvulling"
}, },
"analogue": { "analogue": {
@@ -363,6 +363,7 @@
"quote": "Het citaat is gekopieerd", "quote": "Het citaat is gekopieerd",
"installed": "De installatie is voltooid", "installed": "De installatie is voltooid",
"uninstalled": "Het verwijderen is voltooid", "uninstalled": "Het verwijderen is voltooid",
"error": "Er is iets misgegaan" "error": "Er is iets misgegaan",
"imported": "Het importeren is voltooid"
} }
} }

View File

@@ -46,7 +46,7 @@
"modals": { "modals": {
"main": { "main": {
"title": "Options", "title": "Options",
"loading": "Loading...", "loading": "Laster...",
"file_upload_error": "File is over 2MB", "file_upload_error": "File is over 2MB",
"navbar": { "navbar": {
"settings": "Instillinger", "settings": "Instillinger",
@@ -77,7 +77,7 @@
"zero": "Ekstra Null" "zero": "Ekstra Null"
}, },
"analogue": { "analogue": {
"title": "Analog", "title": "Analogue",
"second_hand": "Seconds hand", "second_hand": "Seconds hand",
"minute_hand": "Minutes hand", "minute_hand": "Minutes hand",
"hour_hand": "Hours hand", "hour_hand": "Hours hand",
@@ -239,7 +239,7 @@
}, },
"advanced": { "advanced": {
"title": "Advanced", "title": "Advanced",
"offline_mode": "Offline mode", "offline_mode": "Frakoblet Modus",
"data": "Data", "data": "Data",
"reset_modal": { "reset_modal": {
"title": "WARNING", "title": "WARNING",
@@ -251,8 +251,7 @@
"custom_css": "Custom CSS", "custom_css": "Custom CSS",
"custom_js": "Custom JS", "custom_js": "Custom JS",
"tab_name": "Tab name", "tab_name": "Tab name",
"experimental_warning": "Please note that the Mue team cannot provide support if you have experimental mode on. Please disable it first and see if the issue continues to occur before contacting support.", "experimental_warning": "Please note that the Mue team cannot provide support if you have experimental mode on. Please disable it first and see if the issue continues to occur before contacting support."
"offline": "Frakoblet Modus"
}, },
"experimental": { "experimental": {
"title": "Eksperimental", "title": "Eksperimental",
@@ -291,11 +290,6 @@
"reset": "Nullstill", "reset": "Nullstill",
"import": "Importer", "import": "Importer",
"export": "Eksporter" "export": "Eksporter"
},
"toasts": {
"reset": "Tilbakestillte vellykket",
"imported": "Successfully imported",
"error": "Noe gikk galt"
} }
}, },
"marketplace": { "marketplace": {
@@ -341,12 +335,10 @@
}, },
"error": { "error": {
"title": "Error", "title": "Error",
"description": "Could not connect to the server", "description": "Kan ikke koble til serveren."
"content": "Kan ikke koble til serveren."
}, },
"read_blog": "Read on the blog here", "read_blog": "Read on the blog here",
"contact_support": "Contact us here", "contact_support": "Contact us here"
"loading": "Laster..."
}, },
"welcome": { "welcome": {
"title": "Welcome to", "title": "Welcome to",
@@ -368,9 +360,10 @@
} }
}, },
"toasts": { "toasts": {
"quote": "Quote copied", "quote": "Sitat kopiert",
"installed": "Successfully installed", "installed": "Installert",
"uninstalled": "Successfully removed", "uninstalled": "Fjernet",
"error": "Something went wrong" "error": "Noe gikk galt",
"imported": "Successfully imported"
} }
} }

View File

@@ -46,7 +46,7 @@
"modals": { "modals": {
"main": { "main": {
"title": "Options", "title": "Options",
"loading": "Loading...", "loading": "Загрузка...",
"file_upload_error": "File is over 2MB", "file_upload_error": "File is over 2MB",
"navbar": { "navbar": {
"settings": "Settings", "settings": "Settings",
@@ -54,9 +54,9 @@
"marketplace": "Marketplace" "marketplace": "Marketplace"
}, },
"error_boundary": { "error_boundary": {
"title": "Error", "title": "Ошибка",
"message": "Failed to load this component of Mue", "message": "Failed to load this component of Mue",
"refresh": "Refresh" "refresh": "Обновить"
}, },
"settings": { "settings": {
"enabled": "Enabled", "enabled": "Enabled",
@@ -73,11 +73,11 @@
"title": "Digital", "title": "Digital",
"seconds": "Секунды", "seconds": "Секунды",
"twentyfourhour": "24 Часа", "twentyfourhour": "24 Часа",
"twelvehour": "12 hour", "twelvehour": "12 часов",
"zero": "Дополнительный ноль" "zero": "Дополнительный ноль"
}, },
"analogue": { "analogue": {
"title": "Аналоговое", "title": "Analogue",
"second_hand": "Seconds hand", "second_hand": "Seconds hand",
"minute_hand": "Minutes hand", "minute_hand": "Minutes hand",
"hour_hand": "Hours hand", "hour_hand": "Hours hand",
@@ -135,8 +135,7 @@
"title": "Buttons", "title": "Buttons",
"view": "Просмотр", "view": "Просмотр",
"favourite": "Любимые", "favourite": "Любимые",
"download": "Download", "download": "Download"
"refresh": "Обновить"
}, },
"effects": { "effects": {
"title": "Effects", "title": "Effects",
@@ -153,7 +152,7 @@
"title": "Source", "title": "Source",
"api": "API для фона", "api": "API для фона",
"custom_background": "Пользовательский фон", "custom_background": "Пользовательский фон",
"custom_colour": "Пользовательский цвет фона", "custom_colour": "Пользовательский цвет фон",
"upload": "Загрузить", "upload": "Загрузить",
"add_colour": "Добавить цвет", "add_colour": "Добавить цвет",
"disabled": "Выключен", "disabled": "Выключен",
@@ -291,11 +290,6 @@
"reset": "Сбросить", "reset": "Сбросить",
"import": "Импорт", "import": "Импорт",
"export": "Экспорт" "export": "Экспорт"
},
"toasts": {
"reset": "Сброшено!",
"imported": "Успешно импортировано",
"error": "Что-то пошло не так"
} }
}, },
"marketplace": { "marketplace": {
@@ -341,14 +335,10 @@
}, },
"error": { "error": {
"title": "Ошибка", "title": "Ошибка",
"description": "Could not connect to the server",
"content": "Не удалось подключиться к серверу" "content": "Не удалось подключиться к серверу"
}, },
"read_blog": "Read on the blog here", "read_blog": "Прочитайте об изменениях в блоге",
"contact_support": "Contact us here", "contact_support": "Связаться с нами"
"loading": "Загрузка...",
"readblog": "Прочитайте об изменениях в блоге",
"contactsupport": "Связаться с нами"
}, },
"welcome": { "welcome": {
"title": "Welcome to", "title": "Welcome to",
@@ -370,9 +360,10 @@
} }
}, },
"toasts": { "toasts": {
"quote": "Quote copied", "quote": "Цитата скопирована!",
"installed": "Successfully installed", "installed": "Успешно установлено",
"uninstalled": "Successfully removed", "uninstalled": "Успешно удалено",
"error": "Something went wrong" "error": "Что-то пошло не так",
"imported": "Успешно импортировано"
} }
} }

View File

@@ -54,9 +54,9 @@
"marketplace": "插件市场" "marketplace": "插件市场"
}, },
"error_boundary": { "error_boundary": {
"title": "Error", "title": "错误",
"message": "Failed to load this component of Mue", "message": "Failed to load this component of Mue",
"refresh": "Refresh" "refresh": "刷新"
}, },
"settings": { "settings": {
"enabled": "已启用", "enabled": "已启用",
@@ -72,8 +72,8 @@
"digital": { "digital": {
"title": "Digital", "title": "Digital",
"seconds": "显示秒", "seconds": "显示秒",
"twentyfourhour": "24 Hour", "twentyfourhour": "使用 24 小时制",
"twelvehour": "12 hour", "twelvehour": "12 小时制下显示",
"zero": "加零补足二位数字" "zero": "加零补足二位数字"
}, },
"analogue": { "analogue": {
@@ -363,6 +363,7 @@
"quote": "名言已复制", "quote": "名言已复制",
"installed": "安装成功", "installed": "安装成功",
"uninstalled": "卸载成功", "uninstalled": "卸载成功",
"error": "发生了错误" "error": "发生了错误",
"imported": "导入成功"
} }
} }