settings-sync: fix localization issues in the Troubleshooting dialog

GitOrigin-RevId: 2b9d051f1922a401da740bbec649d2ae592fec44
This commit is contained in:
Kirill Likhodedov
2023-02-13 17:16:38 +01:00
committed by intellij-monorepo-bot
parent 2dc8084f4a
commit 4fd8aa24e8
2 changed files with 3 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ troubleshooting.dialog.download.full.history.button=Download Full History
troubleshooting.dialog.download.full.history.success.message=Settings server history downloaded
troubleshooting.dialog.error.download.file.failed=Failed to Download the File
troubleshooting.dialog.error.loading.info.failed=Failed to Load Information from Server
troubleshooting.dialog.downloading.settings.from.server.progress.title=Downloading settings from server...
troubleshooting.dialog.downloading.settings.from.server.progress.title=Downloading Settings from Server...
troubleshooting.dialog.successfully.downloaded.message=Downloaded the file
troubleshooting.dialog.error.check.log.file.for.errors=Check the log file for errors
troubleshooting.dialog.error.wrong.configuration=Settings Sync Troubleshooting doesn't work for (0}
@@ -112,6 +112,7 @@ troubleshooting.dialog.machineInfo.label=Machine:
troubleshooting.dialog.username.label=User name:
troubleshooting.dialog.hostname.label=Host name:
troubleshooting.dialog.configFolder.label=Config folder:
troubleshooting.dialog.files=Files:
history.dialog.title=Settings Sync History
history.error.message=Cannot find the settings sync storage

View File

@@ -157,7 +157,7 @@ internal class SettingsSyncTroubleshootingAction : DumbAwareAction() {
emailRow(userData)
appInfoRow()
row("Files: ") {}
row(SettingsSyncBundle.message("troubleshooting.dialog.files")) {}
generateFileSubTree(this, rootNode)
}
}