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
@@ -82,7 +82,7 @@ Popup {
NIconButton {
icon: "close"
tooltipText: I18n.tr("tooltips.close")
tooltipText: I18n.tr("common.close")
onClicked: root.close()
}
}
@@ -134,13 +134,13 @@ Popup {
}
NButton {
text: I18n.tr("settings.control-center.shortcuts.dialog.cancel", "Cancel")
text: I18n.tr("common.cancel", "Cancel")
outlined: true
onClicked: root.close()
}
NButton {
text: I18n.tr("settings.control-center.shortcuts.dialog.apply", "Apply")
text: I18n.tr("common.apply", "Apply")
icon: "check"
onClicked: {
if (settingsLoader.item && settingsLoader.item.saveSettings) {