Files
Toju/toju-app/public/i18n/catalog/mobile.json
T
2026-07-14 00:41:05 +02:00

35 lines
1.2 KiB
JSON

{
"mobile": {
"update": {
"statusLabels": {
"checking": "Checking",
"downloading": "Downloading",
"updateAvailable": "Update available",
"upToDate": "Up to date",
"unsupported": "Unsupported",
"error": "Error",
"idle": "Idle"
},
"messages": {
"waitingForCheck": "Waiting for the first store update check.",
"unsupported": "Store updates are only available in the packaged Android or iOS app.",
"checking": "Checking the app store for a newer release...",
"downloading": "Downloading the update from the app store...",
"updateAvailable": "Toju {{version}} is available in the app store.",
"upToDate": "Toju {{version}} is up to date.",
"storeInfoFailed": "The app store could not return release information. Confirm the app is published and try again.",
"checkFailed": "Unable to check for mobile app updates."
}
},
"notifications": {
"incomingCallsChannel": "Incoming calls",
"activeCallsChannel": "Active calls",
"messagesChannel": "Messages",
"answer": "Answer",
"decline": "Decline",
"mute": "Mute",
"hangUp": "Hang up"
}
}
}