mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
chore: Updated translations from Hosted Weblate (#76)
Co-authored-by: Allan Nordhøy <epost@anotheragency.no> Co-authored-by: gallegonovato <fran-carro@hotmail.es> Co-authored-by: stanol <stanol@users.noreply.hosted.weblate.org> Co-authored-by: Rogério Mendes <rogeriomendes.mg@gmail.com> Co-authored-by: PartyDonut <42371342+PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
1babf05834
commit
bb05da2aba
4 changed files with 468 additions and 76 deletions
|
|
@ -692,7 +692,7 @@
|
|||
"description": "Use for setting a certain value",
|
||||
"context": "Set 'time'"
|
||||
},
|
||||
"setIdentityTo": "Set identity to {name}",
|
||||
"setIdentityTo": "Change identity to {name}",
|
||||
"@setIdentityTo": {
|
||||
"description": "setIdentityTo",
|
||||
"placeholders": {
|
||||
|
|
@ -949,75 +949,91 @@
|
|||
}
|
||||
},
|
||||
"addToNewCollection": "New collection",
|
||||
"@addToNewCollection": {},
|
||||
"addItemsToCollection": "Add {itemLength} item(s) to collection",
|
||||
"addedToCollection": "Added to {collectionName} collection",
|
||||
"@addedToCollection":{
|
||||
"@addItemsToCollection": {
|
||||
"placeholders": {
|
||||
"collectionName":{
|
||||
"itemLength": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"addedToCollection": "Added to {collectionName} collection",
|
||||
"@addedToCollection": {
|
||||
"placeholders": {
|
||||
"collectionName": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"removedFromCollection": "Removed from {collectionName} collection",
|
||||
"@removedFromCollection":{
|
||||
"@removedFromCollection": {
|
||||
"placeholders": {
|
||||
"collectionName":{
|
||||
"collectionName": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"@addItemsToCollection": {
|
||||
"placeholders": {
|
||||
"itemLength":{
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"addToNewPlaylist": "New playlist",
|
||||
"@addToNewPlaylist": {},
|
||||
"addItemsToPlaylist": "Add {itemLength} item(s) to playlist",
|
||||
"addedToPlaylist": "Added to {playlistName} playlist",
|
||||
"@addedToPlaylist":{
|
||||
"placeholders": {
|
||||
"playlistName":{
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"@addItemsToPlaylist": {
|
||||
"placeholders": {
|
||||
"itemLength":{
|
||||
"itemLength": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"addedToPlaylist": "Added to {playlistName} playlist",
|
||||
"@addedToPlaylist": {
|
||||
"placeholders": {
|
||||
"playlistName": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"syncStatusEnqueued": "Enqueued",
|
||||
"@syncStatusEnqueued": {},
|
||||
"syncStatusRunning": "Running",
|
||||
"@syncStatusRunning": {},
|
||||
"syncStatusComplete": "Complete",
|
||||
"@syncStatusComplete": {},
|
||||
"syncStatusNotFound": "Not Found",
|
||||
"@syncStatusNotFound": {},
|
||||
"syncStatusFailed": "Failed",
|
||||
"@syncStatusFailed": {},
|
||||
"syncStatusCanceled": "Canceled",
|
||||
"@syncStatusCanceled": {},
|
||||
"syncStatusWaitingToRetry": "Waiting to retry",
|
||||
"@syncStatusWaitingToRetry": {},
|
||||
"syncStatusPaused": "Paused",
|
||||
"@syncStatusPaused": {},
|
||||
"syncStatusSynced": "Synced",
|
||||
"@syncStatusSynced": {},
|
||||
"syncStatusPartially": "Partially",
|
||||
"@syncStatusPartially": {},
|
||||
"syncOverlayDeleting": "Removing synced item",
|
||||
"@syncOverlayDeleting": {},
|
||||
"syncOverlaySyncing": "Syncing item details",
|
||||
"@syncOverlaySyncing": {},
|
||||
"syncSelectDownloadsFolder": "Select downloads folder",
|
||||
"@syncSelectDownloadsFolder": {},
|
||||
"syncNoFolderSetup": "No sync folder setup",
|
||||
"@syncNoFolderSetup": {},
|
||||
"syncRemoveUnableToDeleteItem": "Unable to remove synced item, somethin went wrong",
|
||||
"@syncRemoveUnableToDeleteItem": {},
|
||||
"syncAddItemForSyncing": "Added {item} for syncing",
|
||||
"@syncAddItemForSyncing":{
|
||||
"@syncAddItemForSyncing": {
|
||||
"placeholders": {
|
||||
"item":{
|
||||
"item": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
} ,
|
||||
},
|
||||
"startedSyncingItem": "Started syncing {item}",
|
||||
"@startedSyncingItem": {
|
||||
"placeholders": {
|
||||
"item":{
|
||||
"item": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
|
|
@ -1025,35 +1041,37 @@
|
|||
"unableToSyncItem": "Unable to sync {item}, something went wrong",
|
||||
"@unableToSyncItem": {
|
||||
"placeholders": {
|
||||
"item":{
|
||||
"item": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"aboutVersion": "Version: {version}",
|
||||
"@aboutVersion":{
|
||||
"@aboutVersion": {
|
||||
"placeholders": {
|
||||
"version":{
|
||||
"version": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"aboutBuild": "Build: {buildNumber}",
|
||||
"@aboutBuild":{
|
||||
"@aboutBuild": {
|
||||
"placeholders": {
|
||||
"buildNumber":{
|
||||
"buildNumber": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"aboutCreatedBy": "Created by DonutWare",
|
||||
"@aboutCreatedBy": {},
|
||||
"aboutSocials": "Socials",
|
||||
"@aboutSocials": {},
|
||||
"aboutLicenses": "Licenses",
|
||||
"@aboutLicenses": {},
|
||||
"subtitle": "Subtitle",
|
||||
"subtitleConfiguration": "Subtitle configuration",
|
||||
"off": "Off",
|
||||
"screenBrightness": "Screen brightness",
|
||||
"scale":"Scale",
|
||||
"playBackSettings": "Playback Settings"
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue