diff --git a/lib/l10n/intl_fr.arb b/lib/l10n/intl_fr.arb index 92b5a6f..913d0ed 100644 --- a/lib/l10n/intl_fr.arb +++ b/lib/l10n/intl_fr.arb @@ -148,6 +148,16 @@ "tooltipUseCamera": "Utiliser la caméra", "tooltipOpenSettings": "Ouvrir les paramètres", "exposurePair": "Paire d'exposition", + "whatsnew": "Quoi de neuf ?", + "changesInVersion": "Changements dans la version {version} :", + "@changesInVersion": { + "placeholders": { + "version": { + "type": "String" + } + } + }, + "close": "Fermer", "films": "Films", "filmsInUse": "Films en usage", "filmsCustom": "Films personnalisés", @@ -157,7 +167,7 @@ "filmFormulaExponential": "T=t^Rf", "filmFormulaExponentialRf": "Rf", "filmFormulaExponentialRfPlaceholder": "1.3", - "name": "Titre", + "name": "Nom", "addEquipmentProfileTitle": "Ajouter un profil", "editEquipmentProfileTitle": "Editer le profil", "editPhotoTitle": "Modifier la photo", diff --git a/lib/l10n/intl_ru.arb b/lib/l10n/intl_ru.arb index e6f7cad..bab8ab4 100644 --- a/lib/l10n/intl_ru.arb +++ b/lib/l10n/intl_ru.arb @@ -147,6 +147,16 @@ "tooltipUseCamera": "Использовать камеру", "tooltipOpenSettings": "Открыть настройки", "exposurePair": "Пара экспозиции", + "whatsnew": "Что нового?", + "changesInVersion": "Изменения в версии {version}:", + "@changesInVersion": { + "placeholders": { + "version": { + "type": "String" + } + } + }, + "close": "Закрыть", "films": "Плёнки", "filmsInUse": "Используемые плёнки", "filmsCustom": "Пользовательские плёнки", diff --git a/lib/l10n/intl_zh.arb b/lib/l10n/intl_zh.arb index 1473fcc..9c069ee 100644 --- a/lib/l10n/intl_zh.arb +++ b/lib/l10n/intl_zh.arb @@ -146,6 +146,16 @@ "tooltipUseCamera": "使用摄像头", "tooltipOpenSettings": "打开设置", "exposurePair": "曝光对", + "whatsnew": "有什么新功能?", + "changesInVersion": "版本 {version} 的更改:", + "@changesInVersion": { + "placeholders": { + "version": { + "type": "String" + } + } + }, + "close": "关闭", "films": "胶片", "filmsInUse": "使用的胶片", "filmsCustom": "自定义胶片", @@ -155,6 +165,7 @@ "filmFormulaExponential": "T=t^Rf", "filmFormulaExponentialRf": "Rf", "filmFormulaExponentialRfPlaceholder": "1.3", + "name": "名称", "addEquipmentProfileTitle": "添加设备", "editEquipmentProfileTitle": "编辑设备", "editPhotoTitle": "编辑照片",