date format template + connection error message

This commit is contained in:
Maikiwi 2022-01-24 17:21:44 -08:00
parent 7c7d3b72d0
commit 0da1233977
6 changed files with 25 additions and 6 deletions

View file

@ -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",