diff --git a/lib/l10n/intl_de.arb b/lib/l10n/intl_de.arb index c397307..e02ad8f 100644 --- a/lib/l10n/intl_de.arb +++ b/lib/l10n/intl_de.arb @@ -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" + } + } + } } diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index ce1a9e1..18be365 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -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" + } + } + } } diff --git a/lib/l10n/intl_fr.arb b/lib/l10n/intl_fr.arb index 901d38a..9c5214a 100644 --- a/lib/l10n/intl_fr.arb +++ b/lib/l10n/intl_fr.arb @@ -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" + } + } + } } diff --git a/lib/l10n/intl_ru.arb b/lib/l10n/intl_ru.arb index e276ccc..986c6d2 100644 --- a/lib/l10n/intl_ru.arb +++ b/lib/l10n/intl_ru.arb @@ -166,5 +166,16 @@ "location": "Местоположение", "noMapsAppFound": "Приложение карт не найдено.", "logbook": "Фотожурнал", - "noPhotos": "Нет фотографий" + "noPhotos": "Нет фотографий", + "continuePurchase": "Продолжить", + "monthly": "Ежемесячно", + "lifetime": "Навсегда", + "pricePerMonth": "{price}/месяц", + "@pricePerMonth": { + "placeholders": { + "price": { + "type": "String" + } + } + } } diff --git a/lib/l10n/intl_zh.arb b/lib/l10n/intl_zh.arb index 7ecbe52..d4612f3 100644 --- a/lib/l10n/intl_zh.arb +++ b/lib/l10n/intl_zh.arb @@ -164,5 +164,16 @@ "location": "位置", "noMapsAppFound": "未找到地图应用程序。", "logbook": "拍照日志", - "noPhotos": "没有照片" + "noPhotos": "没有照片", + "continuePurchase": "继续", + "monthly": "月付", + "lifetime": "永久", + "pricePerMonth": "{price}/月", + "@pricePerMonth": { + "placeholders": { + "price": { + "type": "String" + } + } + } }