mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 05:26:48 +00:00
Update localization
This commit is contained in:
parent
b0c688d357
commit
df9819f285
@ -5037,7 +5037,7 @@ Any member of this group will be able to see messages in the channel.";
|
|||||||
"TwoFactorSetup.Password.Action" = "Create Password";
|
"TwoFactorSetup.Password.Action" = "Create Password";
|
||||||
|
|
||||||
"TwoFactorSetup.Email.Title" = "Recovery Email";
|
"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.Placeholder" = "Your email address";
|
||||||
"TwoFactorSetup.Email.Action" = "Continue";
|
"TwoFactorSetup.Email.Action" = "Continue";
|
||||||
"TwoFactorSetup.Email.SkipAction" = "Skip setting email";
|
"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";
|
"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.";
|
"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";
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -445,12 +445,12 @@ public final class WalletStrings: Equatable {
|
|||||||
public var Wallet_SecureStorageReset_Title: String { return self._s[215]! }
|
public var Wallet_SecureStorageReset_Title: String { return self._s[215]! }
|
||||||
public var Wallet_Receive_CommentHeader: String { return self._s[216]! }
|
public var Wallet_Receive_CommentHeader: String { return self._s[216]! }
|
||||||
public var Wallet_Info_ReceiveGrams: String { return self._s[217]! }
|
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 form = getPluralizationForm(self.lc, value)
|
||||||
let stringValue = walletStringsFormattedNumber(value, self.groupingSeparator)
|
let stringValue = walletStringsFormattedNumber(value, self.groupingSeparator)
|
||||||
return String(format: self._ps[0 * 6 + Int(form.rawValue)]!, stringValue)
|
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 form = getPluralizationForm(self.lc, value)
|
||||||
let stringValue = walletStringsFormattedNumber(value, self.groupingSeparator)
|
let stringValue = walletStringsFormattedNumber(value, self.groupingSeparator)
|
||||||
return String(format: self._ps[1 * 6 + Int(form.rawValue)]!, stringValue)
|
return String(format: self._ps[1 * 6 + Int(form.rawValue)]!, stringValue)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user