Files
Toju/toju-app/public/i18n/catalog/mobile.json
Myx ee293d7daf
Some checks failed
Deploy Web Apps / deploy (push) Successful in 5m52s
Build Android APK / build-android-apk (push) Failing after 23m15s
Queue Release Build / prepare (push) Successful in 1m42s
Queue Release Build / build-linux (push) Failing after 9m33s
Queue Release Build / build-windows (push) Successful in 26m5s
Queue Release Build / finalize (push) Has been skipped
feat: Rename to Toju and add translation
2026-06-05 17:17:29 +02:00

34 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",
"answer": "Answer",
"decline": "Decline",
"mute": "Mute",
"hangUp": "Hang up"
}
}
}