mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
commit
dbc5ddcb27
12 changed files with 4 additions and 11 deletions
|
@ -11,7 +11,7 @@ description: Cake Wallet.
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.0+2
|
||||
version: 1.0.3+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.2.2 <3.0.0"
|
||||
|
|
|
@ -339,6 +339,5 @@
|
|||
"incorrect_seed" : "Der eingegebene Text ist ungültig.",
|
||||
|
||||
"biometric_auth_reason" : "Scannen Sie Ihren Fingerabdruck zur Authentifizierung",
|
||||
|
||||
"version" : "Ausführung ${currentVersion}"
|
||||
}
|
|
@ -339,6 +339,5 @@
|
|||
"incorrect_seed" : "The text entered is not valid.",
|
||||
|
||||
"biometric_auth_reason" : "Scan your fingerprint to authenticate",
|
||||
|
||||
"version" : "Version ${currentVersion}"
|
||||
}
|
|
@ -339,6 +339,5 @@
|
|||
"incorrect_seed" : "El texto ingresado no es válido.",
|
||||
|
||||
"biometric_auth_reason" : "Escanee su huella digital para autenticar",
|
||||
|
||||
"version" : "Versión ${currentVersion}"
|
||||
}
|
|
@ -339,6 +339,5 @@
|
|||
"incorrect_seed" : "दर्ज किया गया पाठ मान्य नहीं है।",
|
||||
|
||||
"biometric_auth_reason" : "प्रमाणित करने के लिए अपने फ़िंगरप्रिंट को स्कैन करें",
|
||||
|
||||
"version" : "संस्करण ${currentVersion}"
|
||||
}
|
|
@ -339,6 +339,5 @@
|
|||
"incorrect_seed" : "入力されたテキストは無効です。",
|
||||
|
||||
"biometric_auth_reason" : "प指紋をスキャンして認証する",
|
||||
|
||||
"version" : "バージョン ${currentVersion}"
|
||||
}
|
|
@ -339,6 +339,9 @@
|
|||
"incorrect_seed" : "입력하신 텍스트가 유효하지 않습니다.",
|
||||
|
||||
"biometric_auth_reason" : "지문을 스캔하여 인증",
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
>>>>>>> 4848485be8cbc34cbec847abbb76dabd075841ae
|
||||
"version" : "버전 ${currentVersion}"
|
||||
}
|
|
@ -339,6 +339,5 @@
|
|||
"incorrect_seed" : "De ingevoerde tekst is niet geldig.",
|
||||
|
||||
"biometric_auth_reason" : "Scan uw vingerafdruk om te verifiëren",
|
||||
|
||||
"version" : "Versie ${currentVersion}"
|
||||
}
|
|
@ -339,6 +339,5 @@
|
|||
"incorrect_seed" : "Wprowadzony tekst jest nieprawidłowy.",
|
||||
|
||||
"biometric_auth_reason" : "Zeskanuj swój odcisk palca, aby go uwierzytelnić",
|
||||
|
||||
"version" : "Wersja ${currentVersion}"
|
||||
}
|
|
@ -339,6 +339,5 @@
|
|||
"incorrect_seed" : "O texto digitado não é válido.",
|
||||
|
||||
"biometric_auth_reason" : "Digitalize sua impressão digital para autenticar",
|
||||
|
||||
"version" : "Versão ${currentVersion}"
|
||||
}
|
||||
|
|
|
@ -339,6 +339,5 @@
|
|||
"incorrect_seed" : "Введенный текст некорректный.",
|
||||
|
||||
"biometric_auth_reason" : "Отсканируйте свой отпечаток пальца для аутентификации",
|
||||
|
||||
"version" : "Версия ${currentVersion}"
|
||||
}
|
|
@ -339,6 +339,5 @@
|
|||
"incorrect_seed" : "输入的文字无效。",
|
||||
|
||||
"biometric_auth_reason" : "掃描指紋以進行身份驗證",
|
||||
|
||||
"version" : "版 ${currentVersion}"
|
||||
}
|
Loading…
Reference in a new issue