mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 10:28:50 +01:00
Merge branch 'master' into 'master'
Latest finnish translations See merge request nkming2/nc-photos!55
This commit is contained in:
commit
802322a887
2 changed files with 75 additions and 20 deletions
|
@ -301,6 +301,10 @@
|
|||
"@settingsLanguageTitle": {
|
||||
"description": "Set display language"
|
||||
},
|
||||
"settingsLanguageOptionSystemDefaultLabel": "Järjestelmän oletus",
|
||||
"@settingsLanguageOptionSystemDefaultLabel": {
|
||||
"description": "Follow the Android system language"
|
||||
},
|
||||
"settingsExifSupportTitle": "EXIF-tuki",
|
||||
"@settingsExifSupportTitle": {
|
||||
"description": "Title of the EXIF support setting"
|
||||
|
@ -1301,7 +1305,76 @@
|
|||
"@imageEditTitle": {
|
||||
"description": "Title of the image editor"
|
||||
},
|
||||
|
||||
"categoriesLabel": "Luokat",
|
||||
"searchLandingPeopleListEmptyText": "Paina kysymys-painiketta saadaksesi tietoa ominaisuuden asentamisesta",
|
||||
"@searchLandingPeopleListEmptyText": {
|
||||
"description": "Shown in the search landing page under the People section when there are no people"
|
||||
},
|
||||
"searchLandingCategoryVideosLabel": "Videot",
|
||||
"@searchLandingCategoryVideosLabel": {
|
||||
"description": "Search all videos"
|
||||
},
|
||||
"searchFilterButtonLabel": "SUODATTIMET",
|
||||
"@searchFilterButtonLabel": {
|
||||
"description": "Modify search filters"
|
||||
},
|
||||
"searchFilterDialogTitle": "Hakusuodattimet",
|
||||
"@searchFilterDialogTitle": {
|
||||
"description": "Dialog to modify search filters"
|
||||
},
|
||||
"applyButtonLabel": "KÄYTÄ",
|
||||
"@applyButtonLabel": {
|
||||
"description": "A confirmation button, typically in a dialog, that apply the current settings"
|
||||
},
|
||||
"searchFilterOptionAnyLabel": "Kaikki",
|
||||
"@searchFilterOptionAnyLabel": {
|
||||
"description": "This is the default option for all search filters. Filters with this value will be ignored"
|
||||
},
|
||||
"searchFilterOptionTrueLabel": "Tosi",
|
||||
"@searchFilterOptionTrueLabel": {
|
||||
"description": "Positive option for a boolean filter"
|
||||
},
|
||||
"searchFilterOptionFalseLabel": "Epätosi",
|
||||
"@searchFilterOptionFalseLabel": {
|
||||
"description": "Negative option for a boolean filter"
|
||||
},
|
||||
"searchFilterTypeLabel": "Tyyppi",
|
||||
"@searchFilterTypeLabel": {
|
||||
"description": "Filter search results by file type"
|
||||
},
|
||||
"searchFilterTypeOptionImageLabel": "Kuva",
|
||||
"@searchFilterTypeOptionImageLabel": {
|
||||
"description": "Filter search results by file type"
|
||||
},
|
||||
"searchFilterBubbleTypeImageText": "kuvat",
|
||||
"@searchFilterBubbleTypeImageText": {
|
||||
"description": "List of active search filters shown in the result page (by file type, image)"
|
||||
},
|
||||
"searchFilterTypeOptionVideoLabel": "Video",
|
||||
"@searchFilterTypeOptionVideoLabel": {
|
||||
"description": "Filter search results by file type"
|
||||
},
|
||||
"searchFilterBubbleTypeVideoText": "videot",
|
||||
"@searchFilterBubbleTypeVideoText": {
|
||||
"description": "List of active search filters shown in the result page (by file type, video)"
|
||||
},
|
||||
"searchFilterFavoriteLabel": "Suosikki",
|
||||
"@searchFilterFavoriteLabel": {
|
||||
"description": "Filter search results by whether it's in favorites"
|
||||
},
|
||||
"searchFilterBubbleFavoriteTrueText": "suosikit",
|
||||
"@searchFilterBubbleFavoriteTrueText": {
|
||||
"description": "List of active search filters shown in the result page (by favorites, true)"
|
||||
},
|
||||
"searchFilterBubbleFavoriteFalseText": "ei suosikeissa",
|
||||
"@searchFilterBubbleFavoriteFalseText": {
|
||||
"description": "List of active search filters shown in the result page (by favorites, false)"
|
||||
},
|
||||
"showAllButtonLabel": "NÄYTÄ KAIKKI",
|
||||
"@showAllButtonLabel": {
|
||||
"description": "A button to show all items of a certain item group (e.g., show all recognized faces)"
|
||||
},
|
||||
|
||||
"errorUnauthenticated": "Ei sallittu pääsyä. Kirjaudu sovellukseen uudelleen mikäli virhe toistuu",
|
||||
"@errorUnauthenticated": {
|
||||
"description": "Error message when server responds with HTTP401"
|
||||
|
|
|
@ -355,25 +355,7 @@
|
|||
],
|
||||
|
||||
"fi": [
|
||||
"settingsLanguageOptionSystemDefaultLabel",
|
||||
"categoriesLabel",
|
||||
"searchLandingPeopleListEmptyText",
|
||||
"searchLandingCategoryVideosLabel",
|
||||
"searchFilterButtonLabel",
|
||||
"searchFilterDialogTitle",
|
||||
"applyButtonLabel",
|
||||
"searchFilterOptionAnyLabel",
|
||||
"searchFilterOptionTrueLabel",
|
||||
"searchFilterOptionFalseLabel",
|
||||
"searchFilterTypeLabel",
|
||||
"searchFilterTypeOptionImageLabel",
|
||||
"searchFilterBubbleTypeImageText",
|
||||
"searchFilterTypeOptionVideoLabel",
|
||||
"searchFilterBubbleTypeVideoText",
|
||||
"searchFilterFavoriteLabel",
|
||||
"searchFilterBubbleFavoriteTrueText",
|
||||
"searchFilterBubbleFavoriteFalseText",
|
||||
"showAllButtonLabel"
|
||||
|
||||
],
|
||||
|
||||
"fr": [
|
||||
|
|
Loading…
Reference in a new issue