date format template + connection error message
This commit is contained in:
parent
7c7d3b72d0
commit
0da1233977
6 changed files with 25 additions and 6 deletions
|
@ -1,6 +1,9 @@
|
|||
{ // Base File
|
||||
// App info
|
||||
"app.name": "Cider",
|
||||
|
||||
"date.format": "${m} ${d}, ${y}",
|
||||
|
||||
// Dialogs
|
||||
"dialog.cancel": "Cancel",
|
||||
"dialog.ok": "OK",
|
||||
|
@ -9,6 +12,7 @@
|
|||
"notification.updatingLibrarySongs": "Updating library songs...",
|
||||
"notification.updatingLibraryAlbums": "Updating library albums...",
|
||||
"notification.updatingLibraryArtists": "Updating library artists...",
|
||||
"notification.connectionError": "There was a problem connecting to Apple Music.",
|
||||
|
||||
// Terms
|
||||
"term.appleMusic": "Apple Music",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue