This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
forked from yankodimitrov/SwiftPasscodeLock
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Localization improvements yankodimitrov#49 * Russian localization We're translating our app to more languages, so more to come * Swift 3
- Loading branch information
Showing
10 changed files
with
73 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
/* | ||
PasscodeLock.strings | ||
PasscodeLock | ||
|
||
Перевёл Ярослав Ерохин github/ysoftware | ||
Created by Yanko Dimitrov on 8/28/15. | ||
Copyright (c) 2015 Yanko Dimitrov. All rights reserved. | ||
*/ | ||
|
||
/* Enter Passcode State */ | ||
"PasscodeLockEnterTitle" = "Введите пароль"; | ||
"PasscodeLockEnterDescription" = "Введите пароль, чтобы войти."; | ||
|
||
/* Set Passcode State */ | ||
"PasscodeLockSetTitle" = "Введите пароль"; | ||
"PasscodeLockSetDescription" = "Введите новый пароль."; | ||
|
||
/* Confirm Passcode State */ | ||
"PasscodeLockConfirmTitle" = "Подтвердите пароль"; | ||
"PasscodeLockConfirmDescription" = "Введите пароль ещё раз."; | ||
|
||
/* Change Passcode State */ | ||
"PasscodeLockChangeTitle" = "Введите старый пароль."; | ||
"PasscodeLockChangeDescription" = "Введите ваш старый пароль."; | ||
|
||
/* Passcode Mismatch State */ | ||
"PasscodeLockMismatchTitle" = "Попробуйте ещё раз."; | ||
"PasscodeLockMismatchDescription" = "Пароли должны совпадать."; | ||
|
||
/* Cancel Button Title */ | ||
"PasscodeLockCancelButtonTitle" = "Отмена"; | ||
|
||
/* Delete Button Title */ | ||
"PasscodeLockDeleteButtonTitle" = "Удалить"; | ||
|
||
/* Touch ID Reason */ | ||
"PasscodeLockTouchIDReason" = "Необходимо подтвердить личность."; | ||
|
||
/* Touch ID Fallback Button */ | ||
"PasscodeLockTouchIDButton" = "Ввести пароль."; |