Skip to content

Commit

Permalink
feat: update translation
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyadd committed Jul 11, 2024
1 parent cf19b25 commit b2afe99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ok": "OK",
"newVersion": "\uD83D\uDD25 Neue Version {latestVersion} verfügbar!",
"upToDate": "\uD83C\uDF89 Bereits aktuell",
"downloadAddress": "Download-Adresse:",
"downloadLink": "Download-Link:",
"protonPathNotFound": "Proton-Pfad nicht gefunden.\n\nBitte stelle sicher, dass Proton installiert ist und das Spiel Proton verwendet.\n\nAktueller Pfad: {protonPath}",
"trainerPathNotFound": "Trainerpfad nicht gefunden.\n\nAktueller Pfad: {trainerPath}",
"steamPathNotFound": "Steam Pfad nicht gefunden.\n\nDu kannst den Pfad in den Einstellungen angeben.\n\nAktueller Pfad: {steamPath}\n\nStandardpfad: {defaultPath}",
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ok": "OK",
"newVersion": "\uD83D\uDD25 New Version {latestVersion} available!",
"upToDate": "\uD83C\uDF89 Already up to date",
"downloadAddress": "Download Address:",
"downloadLink": "Download Link:",
"protonPathNotFound": "Proton path not found.\n\nPlease ensure Proton is installed and the game uses Proton.\n\nCurrent Path: {protonPath}",
"trainerPathNotFound": "Trainer path not found.\n\nCurrent Path: {trainerPath}",
"steamPathNotFound": "Steam path not found.\n\nYou can specify the path in the settings.\n\nCurrent Path: {steamPath}\n\nDefault Path: {defaultPath}",
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_zh.arb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ok": "确定",
"newVersion": "\uD83D\uDD25 新版本 {latestVersion} 可更新!",
"upToDate": "\uD83C\uDF89 已是最新版本",
"downloadAddress": "下载地址:",
"downloadLink": "下载地址:",
"protonPathNotFound": "未找到Proton路径。\n\n请确认已安装Proton并且游戏使用proton。\n\n当前路径为: {protonPath}",
"trainerPathNotFound": "未找到修改器路径。\n\n当前路径为: {trainerPath}",
"steamPathNotFound": "未找到Steam路径。\n\n您可以在设置中指定路径。\n\n当前路径为: {steamPath}\n\n默认路径为: {defaultPath}",
Expand Down
2 changes: 1 addition & 1 deletion lib/widget/custom_setting_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class _CustomSettingDialogState extends State<CustomSettingDialog> {
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
AppLocalizations.of(context)!.downloadAddress,
AppLocalizations.of(context)!.downloadLink,
style: const TextStyle(fontWeight: FontWeight.bold, fontSize: 22),
),
const SizedBox(width: 20),
Expand Down

0 comments on commit b2afe99

Please sign in to comment.