mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-10-30 07:53:33 +08:00
JamiStrings: unify
https://review.jami.net/c/jami-client-android/+/30551 https://review.jami.net/c/jami-client-ios/+/31199 https://review.jami.net/c/jami-client-ios/+/31247 https://review.jami.net/c/jami-docs/+/31201 all time → any time GitLab: #2026 Change-Id: I98dcc928c33d7a30a477dfb96a9bfe141bfc2a40
This commit is contained in:
committed by
ovari123@zoho.com
parent
c22260fb20
commit
e916179118
@ -118,10 +118,6 @@ Item {
|
||||
property string assignmentIndication: qsTr("Press the key to be assigned to push-to-talk shortcut")
|
||||
property string assign: qsTr("Assign")
|
||||
|
||||
// AdvancedChatSettings
|
||||
property string enableReadReceipts: qsTr("Enable read receipts")
|
||||
property string enableReadReceiptsTooltip: qsTr("Send and receive receipts indicating that messages have been displayed.")
|
||||
|
||||
// AdvancedVoiceMailSettings
|
||||
property string voiceMail: qsTr("Voicemail")
|
||||
property string voiceMailDialCode: qsTr("Voicemail dial code")
|
||||
@ -280,7 +276,6 @@ Item {
|
||||
property string cut: qsTr("Cut")
|
||||
property string copy: qsTr("Copy")
|
||||
property string paste: qsTr("Paste")
|
||||
property string language: qsTr("Language")
|
||||
|
||||
// ConversationContextMenu
|
||||
property string startAudioCall: qsTr("Start audio call")
|
||||
@ -429,8 +424,8 @@ Item {
|
||||
property string displayName: qsTr("Display name")
|
||||
|
||||
// accountSettingsPages
|
||||
property string customizeAccountDescription: qsTr("Your profile is only shared with your contacts.\nYour picture and your display name can be changed at all time in the settings of your account.")
|
||||
property string usernameAccountDescription: qsTr("A chosen username can help to be found more easily on Jami.\nIf a username is not chosen, a randomly generated 40-character identifier will be assigned to this account as a username. It is more difficult to be found and reached with this identifier.")
|
||||
property string customizeAccountDescription: qsTr("Your profile is only shared with your contacts. You can customize your profile at any time.")
|
||||
property string usernameAccountDescription: qsTr("A chosen username can help to be found more easily on Jami. If a username is not chosen, a randomly generated 40-character identifier will be assigned to this account as a username. It is more difficult to be found and reached with this identifier.")
|
||||
property string encryptAccountDescription: qsTr("Your Jami account is registered only on this device as an archive containing the keys of your account. Access to this archive can be protected with a password.")
|
||||
property string saveAccountTitle: qsTr("Backup account")
|
||||
property string saveAccountDescription: qsTr("This Jami account exists only on this device. The account will be lost if this device is lost or the application is uninstalled. It is recommended to make a backup of this account.")
|
||||
@ -511,8 +506,10 @@ Item {
|
||||
property string defaultSettings: qsTr("Default settings")
|
||||
|
||||
// ChatviewSettings
|
||||
property string enableTypingIndicator: qsTr("Enable typing indicators")
|
||||
property string enableTypingIndicator: qsTr("Typing indicator")
|
||||
property string enableTypingIndicatorDescription: qsTr("Send and receive typing indicators showing when messages are being typed.")
|
||||
property string enableReadReceipts: qsTr("Read receipts")
|
||||
property string enableReadReceiptsTooltip: qsTr("Send and request delivery and read receipts to be sent when messages are delivered or read.")
|
||||
property string displayHyperlinkPreviews: qsTr("Web link previews")
|
||||
property string displayHyperlinkPreviewsDescription: qsTr("Preview requires downloading content from third-party servers.")
|
||||
|
||||
@ -615,7 +612,7 @@ Item {
|
||||
property string linkDeviceEnterManually: qsTr("Alternatively, enter the authentication code manually.")
|
||||
property string linkDeviceEnterCodePlaceholder: qsTr("Enter authentication code")
|
||||
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 linkDeviceFoundAddress: qsTr("New device connected at the following IP address. Is that you? To continue the export account operation, click Confirm.")
|
||||
property string linkDeviceNewDeviceIP: qsTr("New device IP address: %1")
|
||||
property string linkDeviceCloseWarningTitle: qsTr("Do you want to exit?")
|
||||
property string linkDeviceCloseWarningMessage: qsTr("Exiting will cancel the import account operation.")
|
||||
|
||||
@ -435,11 +435,11 @@ Rectangle {
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.margins: JamiTheme.wizardViewPageBackButtonMargins
|
||||
Accessible.role: Accessible.ComboBox
|
||||
Accessible.name: JamiStrings.language
|
||||
Accessible.name: JamiStrings.userInterfaceLanguage
|
||||
Accessible.description: JamiStrings.languageComboBoxExplanation
|
||||
|
||||
labelText: JamiStrings.userInterfaceLanguage
|
||||
tipText: JamiStrings.language
|
||||
tipText: JamiStrings.userInterfaceLanguage
|
||||
comboModel: ListModel {
|
||||
id: langModel
|
||||
Component.onCompleted: {
|
||||
|
||||
Reference in New Issue
Block a user