Update app_cs.arb (POEditor.com)

This commit is contained in:
ming 2023-05-31 16:34:26 +00:00
parent b2ef6d6ac1
commit 24393c91cb

View file

@ -155,7 +155,7 @@
}, },
"albumArchiveLabel": "Archiv", "albumArchiveLabel": "Archiv",
"@albumArchiveLabel": { "@albumArchiveLabel": {
"description": "Archive" "description": "A collection containing all archived photos"
}, },
"connectingToServer": "Připojování k\n{server}", "connectingToServer": "Připojování k\n{server}",
"@connectingToServer": { "@connectingToServer": {
@ -178,6 +178,10 @@
"@nameInputHint": { "@nameInputHint": {
"description": "Hint of the text field expecting name data" "description": "Hint of the text field expecting name data"
}, },
"nameInputInvalidEmpty": "",
"@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": "PŘESKOČIT", "skipButtonLabel": "PŘESKOČIT",
"@skipButtonLabel": { "@skipButtonLabel": {
"description": "Label of the skip button" "description": "Label of the skip button"
@ -418,6 +422,10 @@
"@settingsVersionTitle": { "@settingsVersionTitle": {
"description": "Title of the version data item" "description": "Title of the version data item"
}, },
"settingsServerVersionTitle": "",
"@settingsServerVersionTitle": {
"description": "This item will show the server software version, e.g., Nextcloud 25"
},
"settingsSourceCodeTitle": "Zdrojový kód", "settingsSourceCodeTitle": "Zdrojový kód",
"@settingsSourceCodeTitle": { "@settingsSourceCodeTitle": {
"description": "Title of the source code item" "description": "Title of the source code item"
@ -739,7 +747,7 @@
}, },
"changelogTitle": "Seznam změn", "changelogTitle": "Seznam změn",
"@changelogTitle": { "@changelogTitle": {
"description": "Title of the changelog dialog" "description": "Title of the changelog page"
}, },
"serverCertErrorDialogTitle": "Certifikát serveru je nedůvěryhodný", "serverCertErrorDialogTitle": "Certifikát serveru je nedůvěryhodný",
"@serverCertErrorDialogTitle": { "@serverCertErrorDialogTitle": {
@ -1036,7 +1044,7 @@
}, },
"homeFolderNotFoundDialogTitle": "Domovská složka nenalezena", "homeFolderNotFoundDialogTitle": "Domovská složka nenalezena",
"@homeFolderNotFoundDialogTitle": { "@homeFolderNotFoundDialogTitle": {
"description": "Aplikaci se nepodařilo najít domovskou složku při přihlášení" "description": "The app failed to scan the user's home folder on signing in"
}, },
"homeFolderNotFoundDialogContent": "Opravte prosím adresu URL WebDAV níže. Správnou adresu naleznete ve webovém rozhraní Nextcloud.", "homeFolderNotFoundDialogContent": "Opravte prosím adresu URL WebDAV níže. Správnou adresu naleznete ve webovém rozhraní Nextcloud.",
"@homeFolderNotFoundDialogContent": { "@homeFolderNotFoundDialogContent": {
@ -1368,6 +1376,33 @@
"@loopTooltip": { "@loopTooltip": {
"description": "Enable or disable loop in the video player" "description": "Enable or disable loop in the video player"
}, },
"createCollectionFailureNotification": "",
"@createCollectionFailureNotification": {
"description": "Inform user that a collection cannot be created"
},
"addItemToCollectionTooltip": "",
"@addItemToCollectionTooltip": {
"description": "Add one or more items to a collection"
},
"addItemToCollectionFailureNotification": "",
"@addItemToCollectionFailureNotification": {
"description": "Inform user that the item cannot be added to a collection"
},
"setCollectionCoverFailureNotification": "",
"@setCollectionCoverFailureNotification": {
"description": "Cannot set the opened item as the collection cover"
},
"exportCollectionTooltip": "",
"@exportCollectionTooltip": {
"description": "Export an arbitrary Collection (typical one with generated contents) as a new static Collection"
},
"exportCollectionDialogTitle": "",
"createCollectionDialogNextcloudAlbumLabel": "",
"@createCollectionDialogNextcloudAlbumLabel": {
"description": "Server-side albums that are available in Nextcloud 25+"
},
"createCollectionDialogNextcloudAlbumDescription": "",
"removeCollectionsFailedNotification": "",
"errorUnauthenticated": "Neověřený přístup. Pokud problém přetrvává, přihlaste se znovu", "errorUnauthenticated": "Neověřený přístup. Pokud problém přetrvává, přihlaste se znovu",
"@errorUnauthenticated": { "@errorUnauthenticated": {
"description": "Error message when server responds with HTTP401" "description": "Error message when server responds with HTTP401"