mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
139 lines
No EOL
4.6 KiB
Text
139 lines
No EOL
4.6 KiB
Text
{
|
|
"appTitle": "Fotos",
|
|
"translator": "Micha",
|
|
"@translator": {
|
|
"description": "Name of the translator(s) for this language"
|
|
},
|
|
"photosTabLabel": "Fotos",
|
|
"@photosTabLabel": {
|
|
"description": "Label of the tab that lists user photos"
|
|
},
|
|
"collectionsTooltip": "Verzamelingen",
|
|
"@collectionsTooltip": {
|
|
"description": "Groups of photos, e.g., albums, trash bin, etc"
|
|
},
|
|
"zoomTooltip": "Zoom",
|
|
"@zoomTooltip": {
|
|
"description": "Tooltip of the zoom button"
|
|
},
|
|
"refreshMenuLabel": "Ververs",
|
|
"@refreshMenuLabel": {
|
|
"description": "Label of the refresh entry in menu"
|
|
},
|
|
"settingsMenuLabel": "Instellingen",
|
|
"@settingsMenuLabel": {
|
|
"description": "Label of the settings entry in menu"
|
|
},
|
|
"selectionAppBarTitle": "{count, plural, other{{count} geselecteerd}}",
|
|
"@selectionAppBarTitle": {
|
|
"description": "Title of the contextual app bar that shows number of selected items",
|
|
"placeholders": {
|
|
"count": {
|
|
"example": "1"
|
|
}
|
|
}
|
|
},
|
|
"deleteSelectedSuccessNotification": "Alle items succesvol verwijderd",
|
|
"@deleteSelectedSuccessNotification": {
|
|
"description": "Inform user that the selected items are deleted successfully"
|
|
},
|
|
"archiveTooltip": "Archief",
|
|
"@archiveTooltip": {
|
|
"description": "Archive selected items"
|
|
},
|
|
"deleteProcessingNotification": "Verwijder item",
|
|
"@deleteProcessingNotification": {
|
|
"description": "Inform user that the item is being deleted"
|
|
},
|
|
"deleteSuccessNotification": "Item succesvol verwijderd",
|
|
"@deleteSuccessNotification": {
|
|
"description": "Inform user that the item is deleted successfully"
|
|
},
|
|
"deleteFailureNotification": "Verwijderen van items mislukt",
|
|
"@deleteFailureNotification": {
|
|
"description": "Inform user that the item cannot be deleted"
|
|
},
|
|
"removeSelectedFromAlbumFailureNotification": "Verwijderen van items uit het album mislukt",
|
|
"@removeSelectedFromAlbumFailureNotification": {
|
|
"description": "Inform user that the selected items cannot be removed from an album"
|
|
},
|
|
"addServerTooltip": "Server toevoegen",
|
|
"@addServerTooltip": {
|
|
"description": "Tooltip of the button that adds a new server"
|
|
},
|
|
"removeServerSuccessNotification": "{server} succesvol verwijderd",
|
|
"@removeServerSuccessNotification": {
|
|
"description": "Inform user that a server is removed successfully",
|
|
"placeholders": {
|
|
"server": {
|
|
"example": "http://www.example.com"
|
|
}
|
|
}
|
|
},
|
|
"createAlbumTooltip": "Nieuw album",
|
|
"@createAlbumTooltip": {
|
|
"description": "Tooltip of the button that creates a new album"
|
|
},
|
|
"albumSize": "{count, plural, =0{Empty} =1{1 item} other{{count} items}}",
|
|
"@albumSize": {
|
|
"description": "Number of items inside an album",
|
|
"placeholders": {
|
|
"count": {
|
|
"example": "1"
|
|
}
|
|
}
|
|
},
|
|
"albumArchiveLabel": "Archief",
|
|
"@albumArchiveLabel": {
|
|
"description": "A collection containing all archived photos"
|
|
},
|
|
"connectingToServer": "Verbinding maken met {server}",
|
|
"@connectingToServer": {
|
|
"description": "(deprecated, may be removed in the future) Inform user that the app is connecting to a server",
|
|
"placeholders": {
|
|
"server": {
|
|
"example": "http://www.example.com"
|
|
}
|
|
}
|
|
},
|
|
"connectingToServer2": "Wacht op authenticatie van de server",
|
|
"@connectingToServer2": {
|
|
"description": "Shown when the app is waiting for the user to sign in via an external browser"
|
|
},
|
|
"connectingToServerInstruction": "Log in via de geopende browser",
|
|
"@connectingToServerInstruction": {
|
|
"description": "Shown when the app is waiting for the user to sign in via an external browser"
|
|
},
|
|
"nameInputHint": "Naam",
|
|
"@nameInputHint": {
|
|
"description": "Hint of the text field expecting name data"
|
|
},
|
|
"nameInputInvalidEmpty": "Naam is vereist",
|
|
"@nameInputInvalidEmpty": {
|
|
"description": "Shown when a name input is required but value not given. This is intended to be a generic message and does not assume what this 'name' represents"
|
|
},
|
|
"skipButtonLabel": "Overslaan",
|
|
"@skipButtonLabel": {
|
|
"description": "Label of the skip button"
|
|
},
|
|
"confirmButtonLabel": "Bevestigen",
|
|
"@confirmButtonLabel": {
|
|
"description": "Label of the confirm button"
|
|
},
|
|
"signInHeaderText": "Inloggen op Nextcloud server",
|
|
"@signInHeaderText": {
|
|
"description": "(deprecated, may be removed in the future)"
|
|
},
|
|
"signIn2faHintText": "Gebruik een app wachtwoord als je 2FA hebt geconfigureerd op de server",
|
|
"@signIn2faHintText": {
|
|
"description": "(deprecated, may be removed in the future)"
|
|
},
|
|
"signInHeaderText2": "Nextcloud\nInlog",
|
|
"@signInHeaderText2": {
|
|
"description": "Sign in to Nextcloud server"
|
|
},
|
|
"serverAddressInputHint": "Server adres",
|
|
"@serverAddressInputHint": {
|
|
"description": "Hint of the text field expecting server address data"
|
|
}
|
|
} |