l10n
This commit is contained in:
parent
ee748d8920
commit
a3ce840d02
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
|
@ -1000,7 +1000,7 @@ class AppLocalizationsZh extends AppLocalizations {
|
|||
String get editEntryLocationDialogLongitude => '经度';
|
||||
|
||||
@override
|
||||
String get editEntryLocationDialogTimeShift => 'Time shift';
|
||||
String get editEntryLocationDialogTimeShift => '时间时移';
|
||||
|
||||
@override
|
||||
String get locationPickerUseThisLocationButton => '使用此位置';
|
||||
|
|
Loading…
Reference in a new issue