Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: fix lint issue of locale files #764

Merged
merged 1 commit into from
Apr 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/locales/de.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"App": {
"Notifications": {
"DependencyName": "Abhängigkeit: {name}",
"DependencyDescription": "Die momentane {name} Version unterstützt nicht alle Funktionen von Mainsail. Aktualisiere {name} mindestens auf Version {neededVersion}.",
"DependencyName": "Abhängigkeit: {name}",
"DismissAll": "Dismiss all",
"MoonrakerWarnings": {
"MoonrakerComponent": "Moonraker: {component}",
"MoonrakerFailedComponentDescription": "Beim Laden der Moonraker-Komponenten wurde ein Fehler festgestellt. Bitte prüfe die Logdatei und behebe das Problem.",
"MoonrakerWarning": "Moonraker Warnung",
"UnparsedConfigOption": "Nicht erkannte Config-Option '{option}: {value}' in Abschnitt [{section}] entdeckt. Dies kann eine Option sein, die nicht mehr verfügbar ist, oder das Ergebnis eines Moduls sein, das nicht geladen werden konnte. In Zukunft wird dies zu einem Startfehler führen.",
"UnparsedConfigSection": "Nicht erkannter Config-Abschnitt [{section}] gefunden. Dies kann das Ergebnis einer Komponente sein, die nicht geladen werden konnte. In Zukunft wird dies zu einem Startfehler führen."
},
"KlipperWarnings": {
"DeprecatedOption": "Option '{option}' im Abschnitt '{section}' ist veraltet und wird in einem zukünftigen Release entfernt.",
"DeprecatedOptionHeadline": "Veralterte Klipper Option",
"DeprecatedValue": "Wert '{value}' in Option '{option}' im Abschnitt '{section}' ist veraltet und wird in einem zukünftigen Release entfernt.",
"DeprecatedValueHeadline": "Veralteter Klipper Wert",
"KlipperWarning": "Klipper Warnung"
},
"MoonrakerWarnings": {
"MoonrakerComponent": "Moonraker: {component}",
"MoonrakerFailedComponentDescription": "Beim Laden der Moonraker-Komponenten wurde ein Fehler festgestellt. Bitte prüfe die Logdatei und behebe das Problem.",
"MoonrakerWarning": "Moonraker Warnung",
"UnparsedConfigOption": "Nicht erkannte Config-Option '{option}: {value}' in Abschnitt [{section}] entdeckt. Dies kann eine Option sein, die nicht mehr verfügbar ist, oder das Ergebnis eines Moduls sein, das nicht geladen werden konnte. In Zukunft wird dies zu einem Startfehler führen.",
"UnparsedConfigSection": "Nicht erkannter Config-Abschnitt [{section}] gefunden. Dies kann das Ergebnis einer Komponente sein, die nicht geladen werden konnte. In Zukunft wird dies zu einem Startfehler führen."
},
"Never": "nie",
"NextReboot": "nächsten Reboot",
"NoNotification": "Keine Benachrichtigung vorhanden",
Expand Down
16 changes: 8 additions & 8 deletions src/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"App": {
"Notifications": {
"DependencyName": "Dependency: {name}",
"DependencyDescription": "The current {name} version does not support all features of Mainsail. Update {name} to at least {neededVersion}.",
"DependencyName": "Dependency: {name}",
"DismissAll": "Dismiss all",
"MoonrakerWarnings": {
"MoonrakerComponent": "Moonraker: {component}",
"MoonrakerFailedComponentDescription": "An error was detected while loading the moonraker component '{component}'. Please check the logfile and fix the issue.",
"MoonrakerWarning": "Moonraker warning",
"UnparsedConfigOption": "Unparsed config option '{option}: {value}' detected in section [{section}]. This may be an option no longer available or could be the result of a module that failed to load. In the future this will result in a startup error.",
"UnparsedConfigSection": "Unparsed config section [{section}] detected. This may be the result of a component that failed to load. In the future this will result in a startup error."
},
"KlipperWarnings": {
"DeprecatedOption": "Option '{option}' in section '{section}' is deprecated and will be removed in a future release.",
"DeprecatedOptionHeadline": "Deprecated Klipper Option",
"DeprecatedValue": "Value '{value}' in option '{option}' in section '{section}' is deprecated and will be removed in a future release.",
"DeprecatedValueHeadline": "Deprecated Klipper Value",
"KlipperWarning": "Klipper warning"
},
"MoonrakerWarnings": {
"MoonrakerComponent": "Moonraker: {component}",
"MoonrakerFailedComponentDescription": "An error was detected while loading the moonraker component '{component}'. Please check the logfile and fix the issue.",
"MoonrakerWarning": "Moonraker warning",
"UnparsedConfigOption": "Unparsed config option '{option}: {value}' detected in section [{section}]. This may be an option no longer available or could be the result of a module that failed to load. In the future this will result in a startup error.",
"UnparsedConfigSection": "Unparsed config section [{section}] detected. This may be the result of a component that failed to load. In the future this will result in a startup error."
},
"Never": "never",
"NextReboot": "next reboot",
"NoNotification": "No Notification available",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/hu.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"App": {
"Printers": "Nyomtatók",
"Notifications": {
"KlipperWarnings": {
"DeprecatedOption": "'{section}' / '{option}' opcióját leírtuk, és a következő verzióban már nem lesz benne.",
"DeprecatedValue": "'{section}' / '{option}' / Value '{value}' opcióját leírtuk, és a következő verzióban már nem lesz benne."
}
},
"Printers": "Nyomtatók",
"ThrottledStates": {
"DescriptionCurrentlyThrottled": "Az rPi ARM mag(ok) jelenleg túlterheltek.",
"DescriptionFrequencyCapped": "Az rPi ARM max frekvenciája jelenleg 1,2 GHz -re korlátozódik.",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/it.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"App": {
"Printers": "Stampanti",
"Notifications": {
"KlipperWarnings": {
"DeprecatedOption": "L'opzione '{option}' nella sezione '{section}' è obsoleta e sarà rimossa in una versione futura.",
"DeprecatedValue": "Il valore '{value}' in '{option}' nella sezione '{section}' è obsoleto e sarà rimosso in una versione futura."
}
},
"Printers": "Stampanti",
"ThrottledStates": {
"DescriptionCurrentlyThrottled": "Uno o più core ARM dell'rPI sono attualmente rallentati.",
"DescriptionFrequencyCapped": "La frequenza massima del processore ARM dell'rPI è attualmente limitata a 1,2 GHz.",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/nl.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"App": {
"Printers": "Printers",
"Notifications": {
"KlipperWarnings": {
"DeprecatedOption": "Optie '{option}' in sectie '{section}' is verouderd en wordt in een toekomstige versie verwijderd.",
"DeprecatedValue": "Waarde '{value}' in optie '{option}' in sectie '{section}' is verouderd en wordt in een toekomstige versie verwijderd."
}
},
"Printers": "Printers",
"ThrottledStates": {
"DescriptionCurrentlyThrottled": "rPi ARM core(s) worden momenteel gethrottled.",
"DescriptionFrequencyCapped": "rPi ARM max frequency is momenteel beperkt tot 1.2 GHz.",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/pl.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"App": {
"Printers": "Drukarki",
"Notifications": {
"KlipperWarnings": {
"DeprecatedOption": "Opcja '{option}' w sekcji '{section}' jest przestarzała i zostanie usunięta w przyszłych wydaniach.",
"DeprecatedValue": "Ustawienie '{value}' w opcji '{option}' w sekcji '{section}' jest przestarzała i zostanie usunięta w przyszłych wydaniach."
}
},
"Printers": "Drukarki",
"ThrottledStates": {
"DescriptionCurrentlyThrottled": "Częstotliwość rdzeni rPi jest aktualnie obniżona.",
"DescriptionFrequencyCapped": "Taktowanie rPi ograniczone do 1.2 GHz.",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"App": {
"Printers": "Принтер",
"Notifications": {
"KlipperWarnings": {
"DeprecatedOption": "Опция '{option}' в разделе '{section}' устарела и будет удалена в будущем выпуске.",
"DeprecatedValue": "Значение '{value}' в опции '{option}' в секции '{section}' устарело и будет удалено в будущем релизе."
}
},
"Printers": "Принтер",
"ThrottledStates": {
"DescriptionCurrentlyThrottled": "ARM-ядро(ядра) rPi в настоящее время дросселируется.",
"DescriptionFrequencyCapped": "Максимальная частота rPi ARM в настоящее время ограничена 1,2 ГГц.",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-tw.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"App": {
"Printers": "列印機組",
"Notifications": {
"KlipperWarnings": {
"DeprecatedOption": "{section}' 中的部分選項 '{option}' 已棄用,將在未來版本中刪除。",
"DeprecatedValue": "不推薦使用'{section}' 部分的選項'{option}' 中的值'{value}',並將在未來版本中刪除。"
}
},
"Printers": "列印機組",
"ThrottledStates": {
"DescriptionCurrentlyThrottled": "樹莓派ARM核心目前已被限制.",
"DescriptionFrequencyCapped": "樹莓派ARM最大頻率目前限制為1.2 GHz.",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"App": {
"Printers": "打印机组",
"Notifications": {
"KlipperWarnings": {
"DeprecatedOption": "选项 '{option}' 在章节 '{section}' 已经弃用,在未来版本会被移除.",
"DeprecatedValue": "数值 '{value}' 在选项 '{option}' 中的章节'{section}' 已经弃用,在未来版本会被移除."
}
},
"Printers": "打印机组",
"ThrottledStates": {
"DescriptionCurrentlyThrottled": "rPi ARM 核心当前被限制.",
"DescriptionFrequencyCapped": "rPi ARM 最高频率限制再 1.2 GHz.",
Expand Down