mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-17 07:53:24 +08:00
JamiStrings.qml: cleanup
other → {source, new}
Change-Id: I60f4b81a8fc2a47395f73768caed383e0a597b64
This commit is contained in:
committed by
ovari123@zoho.com
parent
7eeabbe1c6
commit
8a31aca346
@@ -71,19 +71,19 @@ Item {
|
||||
property string transferTo: qsTr("Transfer to")
|
||||
|
||||
// Device import/linking
|
||||
property string scanToImportAccount: qsTr("Scan this QR code on your other device to proceed with importing your account.")
|
||||
property string scanToImportAccount: qsTr("To continue the import account operation, scan the following QR code on the source device.")
|
||||
property string waitingForToken: qsTr("Please wait…")
|
||||
property string scanQRCode: qsTr("Scan QR code")
|
||||
property string connectingToDevice: qsTr("Action required.\nPlease confirm account on the source device.")
|
||||
property string connectingToDevice: qsTr("Action required. Please confirm account on the source device.")
|
||||
property string confirmAccountImport: qsTr("Authenticating device")
|
||||
property string transferringAccount: qsTr("Transferring account…")
|
||||
property string cantScanQRCode: qsTr("If you are unable to scan the QR code, enter this token on your other device to proceed.")
|
||||
property string cantScanQRCode: qsTr("If you are unable to scan the QR code, enter the following token on the source device.")
|
||||
property string optionConfirm: qsTr("Confirm")
|
||||
property string optionTryAgain: qsTr("Try again")
|
||||
property string importFailed: qsTr("Import failed")
|
||||
property string importFailed: qsTr("An error occurred while importing the account.")
|
||||
property string importFromAnotherAccount: qsTr("Import from another account")
|
||||
property string connectToAccount: qsTr("Connect to account")
|
||||
property string authenticationError: qsTr("An authentication error occurred. Please check credentials and try again.")
|
||||
property string authenticationError: qsTr("An authentication error occurred while linking the device. Please check credentials and try again.")
|
||||
|
||||
// AccountMigrationDialog
|
||||
property string authenticationRequired: qsTr("Authentication required")
|
||||
@@ -535,10 +535,10 @@ Item {
|
||||
property string enableAutoUpdates: qsTr("Enable/Disable automatic updates")
|
||||
property string updatesTitle: qsTr("Updates")
|
||||
property string updateDialogTitle: qsTr("Update")
|
||||
property string updateFound: qsTr("A new version of Jami is available.\nDo you want to update Jami now?\nTo continue, click Update.")
|
||||
property string updateNotFound: qsTr("No new version of Jami was found")
|
||||
property string updateCheckError: qsTr("An error occurred while checking for a new version.")
|
||||
property string updateNetworkError: qsTr("A network error occurred.")
|
||||
property string updateFound: qsTr("A new version of the Jami application is available. Do you want to update now? To continue, click Update.")
|
||||
property string updateNotFound: qsTr("The application is up to date.")
|
||||
property string updateCheckError: qsTr("An error occurred while checking for updates.")
|
||||
property string updateNetworkError: qsTr("A network error occurred while checking for updates.")
|
||||
property string updateSSLError: qsTr("An SSL error occurred.")
|
||||
property string updateDownloadCanceled: qsTr("Installer download was canceled by user.")
|
||||
property string updateDownloading: "Downloading"
|
||||
@@ -606,7 +606,7 @@ Item {
|
||||
property string linkDeviceScanQR: qsTr("On the new device, initiate a new account.\nSelect Add account -> Connect from another device.\nWhen ready, scan the QR code.")
|
||||
property string linkDeviceEnterManually: qsTr("Alternatively you could enter the authentication code manually.")
|
||||
property string linkDeviceEnterCodePlaceholder: qsTr("Enter authentication code")
|
||||
property string linkDeviceAllSet: qsTr("You are all set!\nYour account is successfully imported on the new device!")
|
||||
property string linkDeviceAllSet: qsTr("The account was imported successfully.")
|
||||
property string linkDeviceFoundAddress: qsTr("New device found at address below. Is that you?\nClicking on confirm will continue transfering account.")
|
||||
property string linkDeviceNewDeviceIP: qsTr("New device IP address: %1")
|
||||
property string linkDeviceCloseWarningTitle: qsTr("Do you want to exit?")
|
||||
|
||||
Reference in New Issue
Block a user