The translation is temporarily closed for contributions due to maintenance, please come back later.
Zen

Source string Source string

Loading…

User avatar None

New source string

Monero CLI & GUI / GUI WalletEnglish

2 years ago
Browse all string changes
User avatar Mart-Bogdan

Translation comment

мені взагаілі здається що його можна не перекладати

Це стосується режиму роботи додатку.

    property string walletModeString: {
        var modeStr;
        if(appWindow.walletMode === 0){
          modeStr = qsTr("Simple mode") + translationManager.emptyString;
        } else if(appWindow.walletMode === 1){
          modeStr = qsTr("Simple mode") + " (bootstrap)" + translationManager.emptyString;
        } else if(appWindow.walletMode === 2){
          modeStr = "%1 (%2)".arg(qsTr("Advanced mode")).arg(persistentSettings.useRemoteNode ? qsTr("Remote node") : qsTr("Local node")) + translationManager.emptyString;
        }
        return modeStr + (persistentSettings.portable ? ", %1".arg(qsTr("portable")) : "");
    }
a year ago

Things to check

Long untranslated

The string has not been translated for a long time

Reset

Glossary

English English
No related strings found in the glossary.

String information

Key
SettingsInfo
Flags
qt-format, qt-plural-format, read-only
Source string location
../pages/settings/SettingsInfo.qml:53
String age
2 years ago
Last updated
7 months ago
Source string age
2 years ago
Translation file
string 326