i18n: Large refactor of all translations keys to prepare the move to our new translation web platform.

This commit is contained in:
Lemmy
2026-01-05 22:03:09 -05:00
parent f3b9472d8b
commit 138e5a50af
207 changed files with 20575 additions and 41077 deletions
@@ -17,7 +17,7 @@ ColumnLayout {
NText {
Layout.fillWidth: true
text: I18n.tr("settings.system-monitor.cpu-section.label")
text: I18n.tr("bar.system-monitor.cpu-usage-label")
pointSize: Style.fontSizeM
}
@@ -39,7 +39,7 @@ ColumnLayout {
NText {
Layout.fillWidth: true
text: I18n.tr("settings.system-monitor.temperature-section.label")
text: I18n.tr("bar.system-monitor.cpu-temperature-label")
pointSize: Style.fontSizeM
}
@@ -62,7 +62,7 @@ ColumnLayout {
NText {
Layout.fillWidth: true
text: I18n.tr("settings.system-monitor.gpu-section.label")
text: I18n.tr("panels.system-monitor.gpu-section-label")
pointSize: Style.fontSizeM
}
@@ -84,7 +84,7 @@ ColumnLayout {
NText {
Layout.fillWidth: true
text: I18n.tr("settings.system-monitor.load-average-section.label")
text: I18n.tr("bar.system-monitor.load-average-label")
pointSize: Style.fontSizeM
}
@@ -106,7 +106,7 @@ ColumnLayout {
NText {
Layout.fillWidth: true
text: I18n.tr("settings.system-monitor.memory-section.label")
text: I18n.tr("bar.system-monitor.memory-usage-label")
pointSize: Style.fontSizeM
}
@@ -128,7 +128,7 @@ ColumnLayout {
NText {
Layout.fillWidth: true
text: I18n.tr("settings.system-monitor.disk-section.label")
text: I18n.tr("panels.system-monitor.disk-section-label")
pointSize: Style.fontSizeM
}
@@ -150,7 +150,7 @@ ColumnLayout {
NText {
Layout.fillWidth: true
text: I18n.tr("settings.system-monitor.network-section.label")
text: I18n.tr("common.network")
pointSize: Style.fontSizeM
}
@@ -167,6 +167,6 @@ ColumnLayout {
NLabel {
Layout.fillWidth: true
description: I18n.tr("settings.system-monitor.polling-section.description")
description: I18n.tr("panels.system-monitor.polling-section-description")
}
}