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,3 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"date.format": "${d} ${m}, ${y}",
|
||||||
|
|
||||||
"home.friendsListeningTo": "Bruv's Listening To"
|
"home.friendsListeningTo": "Bruv's Listening To"
|
||||||
}
|
}
|
|
@ -1,6 +1,9 @@
|
||||||
{ // Base File
|
{ // Base File
|
||||||
// App info
|
// App info
|
||||||
"app.name": "Cider",
|
"app.name": "Cider",
|
||||||
|
|
||||||
|
"date.format": "${m} ${d}, ${y}",
|
||||||
|
|
||||||
// Dialogs
|
// Dialogs
|
||||||
"dialog.cancel": "Cancel",
|
"dialog.cancel": "Cancel",
|
||||||
"dialog.ok": "OK",
|
"dialog.ok": "OK",
|
||||||
|
@ -9,6 +12,7 @@
|
||||||
"notification.updatingLibrarySongs": "Updating library songs...",
|
"notification.updatingLibrarySongs": "Updating library songs...",
|
||||||
"notification.updatingLibraryAlbums": "Updating library albums...",
|
"notification.updatingLibraryAlbums": "Updating library albums...",
|
||||||
"notification.updatingLibraryArtists": "Updating library artists...",
|
"notification.updatingLibraryArtists": "Updating library artists...",
|
||||||
|
"notification.connectionError": "There was a problem connecting to Apple Music.",
|
||||||
|
|
||||||
// Terms
|
// Terms
|
||||||
"term.appleMusic": "Apple Music",
|
"term.appleMusic": "Apple Music",
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
// App info
|
// App info
|
||||||
"app.name": "Cider",
|
"app.name": "Cider",
|
||||||
|
|
||||||
|
"date.format": "${y}年${m}月${d}日",
|
||||||
|
|
||||||
// Dialogs
|
// Dialogs
|
||||||
"dialog.cancel": "キャンセル",
|
"dialog.cancel": "キャンセル",
|
||||||
"dialog.ok": "OK",
|
"dialog.ok": "OK",
|
||||||
|
@ -9,6 +12,7 @@
|
||||||
"notification.updatingLibrarySongs": "ライブラリの更新中...",
|
"notification.updatingLibrarySongs": "ライブラリの更新中...",
|
||||||
"notification.updatingLibraryAlbums": "ライブラリの更新中...",
|
"notification.updatingLibraryAlbums": "ライブラリの更新中...",
|
||||||
"notification.updatingLibraryArtists": "ライブラリの更新中...",
|
"notification.updatingLibraryArtists": "ライブラリの更新中...",
|
||||||
|
"notification.connectionError": "Apple Musicに接続できません。",
|
||||||
|
|
||||||
// Terms
|
// Terms
|
||||||
"term.appleMusic": "Apple Music", // Follows brand term
|
"term.appleMusic": "Apple Music", // Follows brand term
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
// App info
|
// App info
|
||||||
"app.name": "Cider",
|
"app.name": "Cider",
|
||||||
|
|
||||||
|
"date.format": "${y}年${m}月${d}日",
|
||||||
|
|
||||||
// Dialogs
|
// Dialogs
|
||||||
"dialog.cancel": "取消",
|
"dialog.cancel": "取消",
|
||||||
"dialog.ok": "确定",
|
"dialog.ok": "确定",
|
||||||
|
@ -9,6 +12,7 @@
|
||||||
"notification.updatingLibrarySongs": "正在更新资料库的歌曲信息...",
|
"notification.updatingLibrarySongs": "正在更新资料库的歌曲信息...",
|
||||||
"notification.updatingLibraryAlbums": "正在更新资料库的专辑信息...",
|
"notification.updatingLibraryAlbums": "正在更新资料库的专辑信息...",
|
||||||
"notification.updatingLibraryArtists": "正在更新资料库的艺人信息...",
|
"notification.updatingLibraryArtists": "正在更新资料库的艺人信息...",
|
||||||
|
"notification.connectionError": "无法连接到 Apple Music。",
|
||||||
|
|
||||||
// Terms
|
// Terms
|
||||||
"term.appleMusic": "Apple Music", // Follows brand term
|
"term.appleMusic": "Apple Music", // Follows brand term
|
||||||
|
@ -71,9 +75,9 @@
|
||||||
"term.showLess": "显示更少",
|
"term.showLess": "显示更少",
|
||||||
"term.topSongs" : "热门歌曲",
|
"term.topSongs" : "热门歌曲",
|
||||||
"term.latestReleases": "最新发行",
|
"term.latestReleases": "最新发行",
|
||||||
"term.time.added": "添加日期",
|
"term.time.added": "添加于",
|
||||||
"term.time.released": "发行日期",
|
"term.time.released": "发行于",
|
||||||
"term.time.updated": "更新日期",
|
"term.time.updated": "更新于",
|
||||||
"term.fullscreenView": "全屏",
|
"term.fullscreenView": "全屏",
|
||||||
"term.defaultView": "默认",
|
"term.defaultView": "默认",
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
// App info
|
// App info
|
||||||
"app.name": "Cider",
|
"app.name": "Cider",
|
||||||
|
|
||||||
|
"date.format": "${y}年${m}月${d}日",
|
||||||
|
|
||||||
// Dialogs
|
// Dialogs
|
||||||
"dialog.cancel": "取消",
|
"dialog.cancel": "取消",
|
||||||
"dialog.ok": "確認",
|
"dialog.ok": "確認",
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
// App info
|
// App info
|
||||||
"app.name": "Cider",
|
"app.name": "Cider",
|
||||||
|
|
||||||
|
"date.format": "${y}年${m}月${d}日",
|
||||||
|
|
||||||
// Dialogs
|
// Dialogs
|
||||||
"dialog.cancel": "取消",
|
"dialog.cancel": "取消",
|
||||||
"dialog.ok": "OK",
|
"dialog.ok": "OK",
|
||||||
|
@ -10,6 +12,7 @@
|
||||||
"notification.updatingLibrarySongs": "正在更新資料庫的歌曲...",
|
"notification.updatingLibrarySongs": "正在更新資料庫的歌曲...",
|
||||||
"notification.updatingLibraryAlbums": "正在更新資料庫的專輯...",
|
"notification.updatingLibraryAlbums": "正在更新資料庫的專輯...",
|
||||||
"notification.updatingLibraryArtists": "正在更新資料庫的藝人...",
|
"notification.updatingLibraryArtists": "正在更新資料庫的藝人...",
|
||||||
|
"notification.connectionError": "無法連接到 Apple Music。",
|
||||||
// Terms
|
// Terms
|
||||||
"term.appleMusic": "Apple Music", // Follows brand term
|
"term.appleMusic": "Apple Music", // Follows brand term
|
||||||
"term.applePodcasts": "Apple Podcasts", // Follows brand term
|
"term.applePodcasts": "Apple Podcasts", // Follows brand term
|
||||||
|
@ -71,9 +74,9 @@
|
||||||
"term.showLess": "顯示更少",
|
"term.showLess": "顯示更少",
|
||||||
"term.topSongs" : "熱門歌曲",
|
"term.topSongs" : "熱門歌曲",
|
||||||
"term.latestReleases": "最新發行",
|
"term.latestReleases": "最新發行",
|
||||||
"term.time.added": "加入時間",
|
"term.time.added": "加入于",
|
||||||
"term.time.released": "發行時間",
|
"term.time.released": "發行于",
|
||||||
"term.time.updated": "更改時間",
|
"term.time.updated": "更改于",
|
||||||
"term.fullscreenView": "全螢幕顯示",
|
"term.fullscreenView": "全螢幕顯示",
|
||||||
"term.defaultView": "預設顯示",
|
"term.defaultView": "預設顯示",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue