mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-17 10:36:41 +00:00
Added missing translations
This commit is contained in:
parent
3031589d4c
commit
b9a9e5c3a1
3 changed files with 32 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -147,6 +147,16 @@
|
|||
"tooltipUseCamera": "Использовать камеру",
|
||||
"tooltipOpenSettings": "Открыть настройки",
|
||||
"exposurePair": "Пара экспозиции",
|
||||
"whatsnew": "Что нового?",
|
||||
"changesInVersion": "Изменения в версии {version}:",
|
||||
"@changesInVersion": {
|
||||
"placeholders": {
|
||||
"version": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"close": "Закрыть",
|
||||
"films": "Плёнки",
|
||||
"filmsInUse": "Используемые плёнки",
|
||||
"filmsCustom": "Пользовательские плёнки",
|
||||
|
|
|
@ -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": "编辑照片",
|
||||
|
|
Loading…
Reference in a new issue