Update en.json (POEditor.com)

This commit is contained in:
Deluan Quintão
2020-09-24 09:49:42 -04:00
parent a1c670b40d
commit 96b94106e6
+34 -34
View File
@@ -16,18 +16,18 @@
"compilation": "Compilation", "compilation": "Compilation",
"year": "Year", "year": "Year",
"size": "File size", "size": "File size",
"bitRate": "Bit rate",
"updatedAt": "Updated at", "updatedAt": "Updated at",
"bitRate": "Bit rate",
"discSubtitle": "Disc Subtitle", "discSubtitle": "Disc Subtitle",
"starred": "Starred" "starred": "Starred"
}, },
"actions": { "actions": {
"addToQueue": "Play Later", "addToQueue": "Play Later",
"addToPlaylist": "Add to Playlist",
"playNow": "Play Now", "playNow": "Play Now",
"playNext": "Play Next", "addToPlaylist": "Add to Playlist",
"shuffleAll": "Shuffle All", "shuffleAll": "Shuffle All",
"download": "Download" "download": "Download",
"playNext": "Play Next"
} }
}, },
"album": { "album": {
@@ -42,7 +42,7 @@
"genre": "Genre", "genre": "Genre",
"compilation": "Compilation", "compilation": "Compilation",
"year": "Year", "year": "Year",
"updatedAt":"Updated at" "updatedAt": "Updated at"
}, },
"actions": { "actions": {
"playAll": "Play", "playAll": "Play",
@@ -55,10 +55,10 @@
"lists": { "lists": {
"all": "All", "all": "All",
"random": "Random", "random": "Random",
"starred": "Starred",
"recentlyAdded": "Recently Added", "recentlyAdded": "Recently Added",
"recentlyPlayed": "Recently Played", "recentlyPlayed": "Recently Played",
"mostPlayed": "Most Played" "mostPlayed": "Most Played",
"starred": "Starred"
} }
}, },
"artist": { "artist": {
@@ -70,35 +70,15 @@
"playCount": "Plays" "playCount": "Plays"
} }
}, },
"playlist": {
"name": "Playlist |||| Playlists",
"fields": {
"name": "Name",
"comment": "Comment",
"duration": "Duration",
"songCount": "Songs",
"owner": "Owner",
"public": "Public",
"sync": "Auto-import",
"path": "Import from",
"updatedAt":"Updated at",
"createdAt": "Created at"
},
"actions": {
"selectPlaylist": "Select a playlist:",
"addNewPlaylist": "Create \"%{name}\"",
"export": "Export"
}
},
"user": { "user": {
"name": "User |||| Users", "name": "User |||| Users",
"fields": { "fields": {
"userName": "Username", "userName": "Username",
"name": "Name",
"password": "Password",
"isAdmin": "Is Admin", "isAdmin": "Is Admin",
"lastLoginAt": "Last Login At", "lastLoginAt": "Last Login At",
"updatedAt": "Updated at", "updatedAt": "Updated at",
"name": "Name",
"password": "Password",
"createdAt": "Created at" "createdAt": "Created at"
} }
}, },
@@ -121,6 +101,26 @@
"defaultBitRate": "Default Bit Rate", "defaultBitRate": "Default Bit Rate",
"command": "Command" "command": "Command"
} }
},
"playlist": {
"name": "Playlist |||| Playlists",
"fields": {
"name": "Name",
"duration": "Duration",
"owner": "Owner",
"public": "Public",
"updatedAt": "Updated at",
"createdAt": "Created at",
"songCount": "Songs",
"comment": "Comment",
"sync": "Auto-import",
"path": "Import from"
},
"actions": {
"selectPlaylist": "Select a playlist:",
"addNewPlaylist": "Create \"%{name}\"",
"export": "Export"
}
} }
}, },
"ra": { "ra": {
@@ -172,11 +172,11 @@
"show": "Show", "show": "Show",
"sort": "Sort", "sort": "Sort",
"undo": "Undo", "undo": "Undo",
"unselect": "Unselect",
"expand": "Expand", "expand": "Expand",
"close": "Close", "close": "Close",
"open_menu": "Open menu", "open_menu": "Open menu",
"close_menu": "Close menu" "close_menu": "Close menu",
"unselect": "Unselect"
}, },
"boolean": { "boolean": {
"true": "Yes", "true": "Yes",
@@ -263,7 +263,6 @@
"delete_user_content": "Are you sure you want to delete this user and all their data (including playlists and preferences)?" "delete_user_content": "Are you sure you want to delete this user and all their data (including playlists and preferences)?"
}, },
"menu": { "menu": {
"albumList": "Albums",
"library": "Library", "library": "Library",
"settings": "Settings", "settings": "Settings",
"version": "Version %{version}", "version": "Version %{version}",
@@ -275,7 +274,8 @@
"language": "Language", "language": "Language",
"defaultView": "Default View" "defaultView": "Default View"
} }
} },
"albumList": "Albums"
}, },
"player": { "player": {
"playListsText": "Play Queue", "playListsText": "Play Queue",
@@ -302,4 +302,4 @@
"shufflePlay": "Shuffle" "shufflePlay": "Shuffle"
} }
} }
} }