Update localization

This commit is contained in:
Ali 2019-11-05 22:21:32 +04:00
parent b0c688d357
commit df9819f285
5 changed files with 1752 additions and 1745 deletions

View File

@ -5037,7 +5037,7 @@ Any member of this group will be able to see messages in the channel.";
"TwoFactorSetup.Password.Action" = "Create Password";
"TwoFactorSetup.Email.Title" = "Recovery Email";
"TwoFactorSetup.Email.Text" = "You can set a recovery email to be able to reset you password and restore\n access to your Telegram account.";
"TwoFactorSetup.Email.Text" = "You can set a recovery email to be able to reset you password and restore access to your Telegram account.";
"TwoFactorSetup.Email.Placeholder" = "Your email address";
"TwoFactorSetup.Email.Action" = "Continue";
"TwoFactorSetup.Email.SkipAction" = "Skip setting email";
@ -5074,3 +5074,6 @@ Any member of this group will be able to see messages in the channel.";
"Widget.ApplicationLocked" = "Unlock the app to use the widget";
"Group.ErrorSupergroupConversionNotPossible" = "Sorry, you are a member of too many groups and channels. Please leave some before creating a new one.";
"ChatList.DeletedChats_1" = "Deleted 1 chat";
"ChatList.DeletedChats_any" = "Deleted %@ chats";

View File

@ -445,12 +445,12 @@ public final class WalletStrings: Equatable {
public var Wallet_SecureStorageReset_Title: String { return self._s[215]! }
public var Wallet_Receive_CommentHeader: String { return self._s[216]! }
public var Wallet_Info_ReceiveGrams: String { return self._s[217]! }
public func Wallet_Updated_MinutesAgo(_ value: Int32) -> String {
public func Wallet_Updated_HoursAgo(_ value: Int32) -> String {
let form = getPluralizationForm(self.lc, value)
let stringValue = walletStringsFormattedNumber(value, self.groupingSeparator)
return String(format: self._ps[0 * 6 + Int(form.rawValue)]!, stringValue)
}
public func Wallet_Updated_HoursAgo(_ value: Int32) -> String {
public func Wallet_Updated_MinutesAgo(_ value: Int32) -> String {
let form = getPluralizationForm(self.lc, value)
let stringValue = walletStringsFormattedNumber(value, self.groupingSeparator)
return String(format: self._ps[1 * 6 + Int(form.rawValue)]!, stringValue)