mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-27 16:20:37 +00:00
52 lines
1001 B
JSON
52 lines
1001 B
JSON
{
|
|
"common": {
|
|
"cancel": "",
|
|
"unknown": ""
|
|
},
|
|
"headings": {
|
|
"addServer": "",
|
|
"home": "",
|
|
"links": "",
|
|
"servers": "",
|
|
"settings": ""
|
|
},
|
|
"addServer": {
|
|
"address": "",
|
|
"validation": {
|
|
"empty": "",
|
|
"invalid": "",
|
|
"invalidProduct": "",
|
|
"noConnection": ""
|
|
}
|
|
},
|
|
"home": {
|
|
"offline": "",
|
|
"retry": ""
|
|
},
|
|
"settings": {
|
|
"version": "",
|
|
"keepAwake": "",
|
|
"rotationLock": "",
|
|
"expoVersion": ""
|
|
},
|
|
"links": {
|
|
"website": "",
|
|
"documentation": "",
|
|
"source": "",
|
|
"feature": "",
|
|
"issue": ""
|
|
},
|
|
"alerts": {
|
|
"deleteServer": {
|
|
"title": "",
|
|
"description": "",
|
|
"confirm": ""
|
|
},
|
|
"resetApplication": {
|
|
"title": "",
|
|
"description": "",
|
|
"confirm": ""
|
|
}
|
|
}
|
|
}
|