mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Update app_pt.arb (POEditor.com)
This commit is contained in:
parent
9c839237c0
commit
d1c1dd3bfe
1 changed files with 11 additions and 11 deletions
|
@ -178,7 +178,7 @@
|
||||||
"@nameInputHint": {
|
"@nameInputHint": {
|
||||||
"description": "Hint of the text field expecting name data"
|
"description": "Hint of the text field expecting name data"
|
||||||
},
|
},
|
||||||
"nameInputInvalidEmpty": "",
|
"nameInputInvalidEmpty": "Name is required",
|
||||||
"@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"
|
"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"
|
||||||
},
|
},
|
||||||
|
@ -422,7 +422,7 @@
|
||||||
"@settingsVersionTitle": {
|
"@settingsVersionTitle": {
|
||||||
"description": "Title of the version data item"
|
"description": "Title of the version data item"
|
||||||
},
|
},
|
||||||
"settingsServerVersionTitle": "",
|
"settingsServerVersionTitle": "Server",
|
||||||
"@settingsServerVersionTitle": {
|
"@settingsServerVersionTitle": {
|
||||||
"description": "This item will show the server software version, e.g., Nextcloud 25"
|
"description": "This item will show the server software version, e.g., Nextcloud 25"
|
||||||
},
|
},
|
||||||
|
@ -1376,33 +1376,33 @@
|
||||||
"@loopTooltip": {
|
"@loopTooltip": {
|
||||||
"description": "Enable or disable loop in the video player"
|
"description": "Enable or disable loop in the video player"
|
||||||
},
|
},
|
||||||
"createCollectionFailureNotification": "",
|
"createCollectionFailureNotification": "Failed creating collection",
|
||||||
"@createCollectionFailureNotification": {
|
"@createCollectionFailureNotification": {
|
||||||
"description": "Inform user that a collection cannot be created"
|
"description": "Inform user that a collection cannot be created"
|
||||||
},
|
},
|
||||||
"addItemToCollectionTooltip": "",
|
"addItemToCollectionTooltip": "Add to collection",
|
||||||
"@addItemToCollectionTooltip": {
|
"@addItemToCollectionTooltip": {
|
||||||
"description": "Add one or more items to a collection"
|
"description": "Add one or more items to a collection"
|
||||||
},
|
},
|
||||||
"addItemToCollectionFailureNotification": "",
|
"addItemToCollectionFailureNotification": "Failed adding to collection",
|
||||||
"@addItemToCollectionFailureNotification": {
|
"@addItemToCollectionFailureNotification": {
|
||||||
"description": "Inform user that the item cannot be added to a collection"
|
"description": "Inform user that the item cannot be added to a collection"
|
||||||
},
|
},
|
||||||
"setCollectionCoverFailureNotification": "",
|
"setCollectionCoverFailureNotification": "Failed setting collection cover",
|
||||||
"@setCollectionCoverFailureNotification": {
|
"@setCollectionCoverFailureNotification": {
|
||||||
"description": "Cannot set the opened item as the collection cover"
|
"description": "Cannot set the opened item as the collection cover"
|
||||||
},
|
},
|
||||||
"exportCollectionTooltip": "",
|
"exportCollectionTooltip": "Export",
|
||||||
"@exportCollectionTooltip": {
|
"@exportCollectionTooltip": {
|
||||||
"description": "Export an arbitrary Collection (typical one with generated contents) as a new static Collection"
|
"description": "Export an arbitrary Collection (typical one with generated contents) as a new static Collection"
|
||||||
},
|
},
|
||||||
"exportCollectionDialogTitle": "",
|
"exportCollectionDialogTitle": "Export collection",
|
||||||
"createCollectionDialogNextcloudAlbumLabel": "",
|
"createCollectionDialogNextcloudAlbumLabel": "Nextcloud album",
|
||||||
"@createCollectionDialogNextcloudAlbumLabel": {
|
"@createCollectionDialogNextcloudAlbumLabel": {
|
||||||
"description": "Server-side albums that are available in Nextcloud 25+"
|
"description": "Server-side albums that are available in Nextcloud 25+"
|
||||||
},
|
},
|
||||||
"createCollectionDialogNextcloudAlbumDescription": "",
|
"createCollectionDialogNextcloudAlbumDescription": "Server-side album, require Nextcloud 25 or above",
|
||||||
"removeCollectionsFailedNotification": "",
|
"removeCollectionsFailedNotification": "Failed to remove some collections",
|
||||||
"errorUnauthenticated": "Acesso não autenticado. Por favor faça login novamente se o problema persistir",
|
"errorUnauthenticated": "Acesso não autenticado. Por favor faça login novamente se o problema persistir",
|
||||||
"@errorUnauthenticated": {
|
"@errorUnauthenticated": {
|
||||||
"description": "Error message when server responds with HTTP401"
|
"description": "Error message when server responds with HTTP401"
|
||||||
|
|
Loading…
Reference in a new issue