Skip to content

Commit

Permalink
l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed Mar 5, 2025
1 parent ee748d8 commit a3ce840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/l10ngen/app_localizations_de.dart
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ class AppLocalizationsDe extends AppLocalizations {
String get editEntryLocationDialogChooseOnMap => 'Auf Karte wählen';

@override
String get editEntryLocationDialogImportGpx => 'Import GPX';
String get editEntryLocationDialogImportGpx => 'GPX importieren';

@override
String get editEntryLocationDialogLatitude => 'Breitengrad';
Expand Down
2 changes: 1 addition & 1 deletion lib/l10ngen/app_localizations_zh.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ class AppLocalizationsZh extends AppLocalizations {
String get editEntryLocationDialogLongitude => '经度';

@override
String get editEntryLocationDialogTimeShift => 'Time shift';
String get editEntryLocationDialogTimeShift => '时间时移';

@override
String get locationPickerUseThisLocationButton => '使用此位置';
Expand Down

0 comments on commit a3ce840

Please sign in to comment.