mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-26 15:06:43 +00:00
added missing translations
This commit is contained in:
parent
c86eeb9987
commit
6cb7ec7bae
5 changed files with 60 additions and 5 deletions
|
@ -176,5 +176,16 @@
|
|||
"location": "Standort",
|
||||
"noMapsAppFound": "Keine Kartenanwendung gefunden.",
|
||||
"logbook": "Fototagebuch",
|
||||
"noPhotos": "Keine Fotos"
|
||||
"noPhotos": "Keine Fotos",
|
||||
"continuePurchase": "Weiter",
|
||||
"monthly": "Monatlich",
|
||||
"lifetime": "Für immer",
|
||||
"pricePerMonth": "{price}/Monat",
|
||||
"@pricePerMonth": {
|
||||
"placeholders": {
|
||||
"price": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -176,5 +176,16 @@
|
|||
"location": "Location",
|
||||
"noMapsAppFound": "No maps application found.",
|
||||
"logbook": "Logbook",
|
||||
"noPhotos": "No photos"
|
||||
"noPhotos": "No photos",
|
||||
"continuePurchase": "Continue",
|
||||
"monthly": "Monthly",
|
||||
"lifetime": "Lifetime",
|
||||
"pricePerMonth": "{price}/month",
|
||||
"@pricePerMonth": {
|
||||
"placeholders": {
|
||||
"price": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -167,5 +167,16 @@
|
|||
"location": "Emplacement",
|
||||
"noMapsAppFound": "Aucune application de cartes trouvée.",
|
||||
"logbook": "Carnet photo",
|
||||
"noPhotos": "Aucune photo"
|
||||
"noPhotos": "Aucune photo",
|
||||
"continuePurchase": "Continuer",
|
||||
"monthly": "Mensuel",
|
||||
"lifetime": "Pour toujours",
|
||||
"pricePerMonth": "{price}/mois",
|
||||
"@pricePerMonth": {
|
||||
"placeholders": {
|
||||
"price": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -166,5 +166,16 @@
|
|||
"location": "Местоположение",
|
||||
"noMapsAppFound": "Приложение карт не найдено.",
|
||||
"logbook": "Фотожурнал",
|
||||
"noPhotos": "Нет фотографий"
|
||||
"noPhotos": "Нет фотографий",
|
||||
"continuePurchase": "Продолжить",
|
||||
"monthly": "Ежемесячно",
|
||||
"lifetime": "Навсегда",
|
||||
"pricePerMonth": "{price}/месяц",
|
||||
"@pricePerMonth": {
|
||||
"placeholders": {
|
||||
"price": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -164,5 +164,16 @@
|
|||
"location": "位置",
|
||||
"noMapsAppFound": "未找到地图应用程序。",
|
||||
"logbook": "拍照日志",
|
||||
"noPhotos": "没有照片"
|
||||
"noPhotos": "没有照片",
|
||||
"continuePurchase": "继续",
|
||||
"monthly": "月付",
|
||||
"lifetime": "永久",
|
||||
"pricePerMonth": "{price}/月",
|
||||
"@pricePerMonth": {
|
||||
"placeholders": {
|
||||
"price": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue