added missing translations

This commit is contained in:
Vadim 2025-08-03 19:19:17 +02:00
parent c86eeb9987
commit 6cb7ec7bae
5 changed files with 60 additions and 5 deletions

View file

@ -176,5 +176,16 @@
"location": "Standort", "location": "Standort",
"noMapsAppFound": "Keine Kartenanwendung gefunden.", "noMapsAppFound": "Keine Kartenanwendung gefunden.",
"logbook": "Fototagebuch", "logbook": "Fototagebuch",
"noPhotos": "Keine Fotos" "noPhotos": "Keine Fotos",
"continuePurchase": "Weiter",
"monthly": "Monatlich",
"lifetime": "Für immer",
"pricePerMonth": "{price}/Monat",
"@pricePerMonth": {
"placeholders": {
"price": {
"type": "String"
}
}
}
} }

View file

@ -176,5 +176,16 @@
"location": "Location", "location": "Location",
"noMapsAppFound": "No maps application found.", "noMapsAppFound": "No maps application found.",
"logbook": "Logbook", "logbook": "Logbook",
"noPhotos": "No photos" "noPhotos": "No photos",
"continuePurchase": "Continue",
"monthly": "Monthly",
"lifetime": "Lifetime",
"pricePerMonth": "{price}/month",
"@pricePerMonth": {
"placeholders": {
"price": {
"type": "String"
}
}
}
} }

View file

@ -167,5 +167,16 @@
"location": "Emplacement", "location": "Emplacement",
"noMapsAppFound": "Aucune application de cartes trouvée.", "noMapsAppFound": "Aucune application de cartes trouvée.",
"logbook": "Carnet photo", "logbook": "Carnet photo",
"noPhotos": "Aucune photo" "noPhotos": "Aucune photo",
"continuePurchase": "Continuer",
"monthly": "Mensuel",
"lifetime": "Pour toujours",
"pricePerMonth": "{price}/mois",
"@pricePerMonth": {
"placeholders": {
"price": {
"type": "String"
}
}
}
} }

View file

@ -166,5 +166,16 @@
"location": "Местоположение", "location": "Местоположение",
"noMapsAppFound": "Приложение карт не найдено.", "noMapsAppFound": "Приложение карт не найдено.",
"logbook": "Фотожурнал", "logbook": "Фотожурнал",
"noPhotos": "Нет фотографий" "noPhotos": "Нет фотографий",
"continuePurchase": "Продолжить",
"monthly": "Ежемесячно",
"lifetime": "Навсегда",
"pricePerMonth": "{price}/месяц",
"@pricePerMonth": {
"placeholders": {
"price": {
"type": "String"
}
}
}
} }

View file

@ -164,5 +164,16 @@
"location": "位置", "location": "位置",
"noMapsAppFound": "未找到地图应用程序。", "noMapsAppFound": "未找到地图应用程序。",
"logbook": "拍照日志", "logbook": "拍照日志",
"noPhotos": "没有照片" "noPhotos": "没有照片",
"continuePurchase": "继续",
"monthly": "月付",
"lifetime": "永久",
"pricePerMonth": "{price}/月",
"@pricePerMonth": {
"placeholders": {
"price": {
"type": "String"
}
}
}
} }