diff --git a/damus/Views/Events/ZapEvent.swift b/damus/Views/Events/ZapEvent.swift
index 9829feca..3c2fea68 100644
--- a/damus/Views/Events/ZapEvent.swift
+++ b/damus/Views/Events/ZapEvent.swift
@@ -21,7 +21,7 @@ struct ZapEvent: View {
if zap.private_request != nil {
Image(systemName: "lock.fill")
.foregroundColor(Color("DamusGreen"))
- .help("Only you can see this message and who sent it.")
+ .help(NSLocalizedString("Only you can see this message and who sent it.", comment: "Help text on green lock icon that explains that only the current user can see the message of a zap event and who sent the zap."))
}
}
diff --git a/damus/Views/Notifications/EventGroupView.swift b/damus/Views/Notifications/EventGroupView.swift
index 35511d72..9aa583bc 100644
--- a/damus/Views/Notifications/EventGroupView.swift
+++ b/damus/Views/Notifications/EventGroupView.swift
@@ -128,7 +128,7 @@ func reacting_to_text(profiles: Profiles, our_pubkey: String, group: EventGroupT
switch group.events.count {
case 0:
- return NSLocalizedString("??", comment: "")
+ return "??"
case 1:
let display_name = event_group_author_name(profiles: profiles, ind: 0, group: group)
diff --git a/damus/Views/Zaps/CustomizeZapView.swift b/damus/Views/Zaps/CustomizeZapView.swift
index e7748254..70cbbfac 100644
--- a/damus/Views/Zaps/CustomizeZapView.swift
+++ b/damus/Views/Zaps/CustomizeZapView.swift
@@ -84,17 +84,16 @@ struct CustomizeZapView: View {
var zap_type_desc: String {
switch zap_type {
case .pub:
- return "Everyone on can see that you zapped"
+ return NSLocalizedString("Everyone on can see that you zapped", comment: "Description of public zap type where the zap is sent publicly and identifies the user who sent it.")
case .anon:
- return "Noone can see that you zapped"
+ return NSLocalizedString("No one can see that you zapped", comment: "Description of anonymous zap type where the zap is sent anonymously and does not identify the user who sent it.")
case .priv:
let pk = event.pubkey
let prof = state.profiles.lookup(id: pk)
let name = Profile.displayName(profile: prof, pubkey: pk)
- return String(format: "Only '%@' can see that you zapped them",
- name)
+ return NSLocalizedString("Only '\(name)' can see that you zapped them", comment: "Description of private zap type where the zap is sent privately and does not identify the user to the public.")
case .non_zap:
- return "No zaps are sent, only a lightning payment."
+ return NSLocalizedString("No zaps are sent, only a lightning payment.", comment: "Description of non-zap type where sats are sent to the user's wallet as a regular Lightning payment, not as a zap.")
}
}
@@ -102,10 +101,10 @@ struct CustomizeZapView: View {
Picker(NSLocalizedString("Zap Type", comment: "Header text to indicate that the picker below it is to choose the type of zap to send."), selection: $zap_type) {
Text("Public", comment: "Picker option to indicate that a zap should be sent publicly and identify the user as who sent it.").tag(ZapType.pub)
Text("Private", comment: "Picker option to indicate that a zap should be sent privately and not identify the user to the public.").tag(ZapType.priv)
- Text("Anon", comment: "Picker option to indicate that a zap should be sent anonymously and not identify the user as who sent it.").tag(ZapType.anon)
+ Text("Anonymous", comment: "Picker option to indicate that a zap should be sent anonymously and not identify the user as who sent it.").tag(ZapType.anon)
Text("None", comment: "Picker option to indicate that sats should be sent to the user's wallet as a regular Lightning payment, not as a zap.").tag(ZapType.non_zap)
}
- .pickerStyle(.segmented)
+ .pickerStyle(.menu)
}
var AmountPicker: some View {
@@ -139,9 +138,9 @@ struct CustomizeZapView: View {
case .failed(let err):
switch err {
case .fetching_invoice:
- self.error = "Error fetching lightning invoice"
+ self.error = NSLocalizedString("Error fetching lightning invoice", comment: "Message to display when there was an error fetching a lightning invoice while attempting to zap.")
case .bad_lnurl:
- self.error = "Invalid lightning address"
+ self.error = NSLocalizedString("Invalid lightning address", comment: "Message to display when there was an error attempting to zap due to an invalid lightning address.")
}
break
case .got_zap_invoice(let inv):
diff --git a/damus/ar.lproj/Localizable.strings b/damus/ar.lproj/Localizable.strings
index f4f8d698..a9a296b9 100644
Binary files a/damus/ar.lproj/Localizable.strings and b/damus/ar.lproj/Localizable.strings differ
diff --git a/damus/ar.lproj/Localizable.stringsdict b/damus/ar.lproj/Localizable.stringsdict
index 0d64a2d2..239190b1 100644
--- a/damus/ar.lproj/Localizable.stringsdict
+++ b/damus/ar.lproj/Localizable.stringsdict
@@ -211,11 +211,11 @@
two%2$@ و %1$d مستخدمان آخران نشروا منشورا تمت الإشارة لك فيهfew
- %2$@ و %1$d مستخدم آخر نشر منشورا تمت الإشارة لك فيه
+ %2$@ و %1$d مستخدمون آخرون نشروا منشورا تمت الإشارة لك فيهmany
- %2$@ و %1$d مستخدمون آخرون نشروا منشورا تمت الإشارة لك فيه
+ %2$@ و %1$d مستخدم آخر نشروا منشورا تمت الإشارة لك فيهother
- %2$@ و %1$d مستخدمون آخرون نشروا منشورا تمت الإشارة لك فيه
+ %2$@ و %1$d مستخدم آخر نشروا منشورا تمت الإشارة لك فيهreposted_your_post_3
@@ -235,11 +235,11 @@
two%2$@ و %1$d مستخدمان آخران نشروا منشوركfew
- %2$@ و %1$d مستخدم آخر نشروا منشورك
+ %2$@ و %1$d مستخدمون آخرون نشروا منشوركmany
- %2$@ و %1$d مستخدمون آخرون نشروا منشورك
+ %2$@ و %1$d مستخدم آخر نشروا منشوركother
- %2$@ و %1$d مستخدمون آخرون نشروا منشورك
+ %2$@ و %1$d مستخدم آخر نشروا منشوركreposted_your_profile_3
@@ -259,11 +259,11 @@
two%2$@ و %1$d مستخدمان آخران نشروا حسابكfew
- %2$@ و %1$d مستخدم آخر نشر حسابك
+ %2$@ و %1$d مستخدمون آخرون نشروا حسابكmany
- %2$@ و %1$d مستخدمون آخرون نشروا حسابك
+ %2$@ و %1$d مستخدم آخر نشروا حسابكother
- %2$@ و %1$d مستخدمون آخرون نشروا حسابك
+ %2$@ و %1$d مستخدم آخر نشروا حسابكreposts_count
@@ -331,11 +331,11 @@
two%2$@ و %1$d مستخدمان آخران ومّضوا منشورا تمت الإشارة لك فيهfew
- %2$@ و %1$d مستخدم آخر ومّض منشورا تمت الإشارة لك فيه
+ %2$@ و %1$d مستخدم آخر ومّضوا منشورا تمت الإشارة لك فيهmany
- %2$@ و %1$d مستخدمون آخرون ومّضوا منشورا تمت الإشارة لك فيه
+ %2$@ و %1$d مستخدم آخر ومّضوا منشورا تمت الإشارة لك فيهother
- %2$@ و %1$d مستخدمون آخرون ومّضوا منشورا تمت الإشارة لك فيه
+ %2$@ و %1$d مستخدم آخر ومّضوا منشورا تمت الإشارة لك فيهzapped_your_post_3
@@ -355,11 +355,11 @@
two%2$@ و %1$d مستخدمان آخران ومّضوا منشوركfew
- %2$@ و %1$d مستخدم آخر ومّض منشورك
+ %2$@ و %1$d مستخدمون آخرون ومّضوا منشوركmany
- %2$@ و %1$d مستخدمون آخرون ومّضوا منشورك
+ %2$@ و %1$d مستخدم آخر ومّضوا منشوركother
- %2$@ و %1$d مستخدمون آخرون ومّضوا منشورك
+ %2$@ و %1$d مستخدم آخر ومّضوا منشوركzapped_your_profile_3
@@ -379,11 +379,11 @@
two%2$@ و %1$d مستخدمان آخران ومّضوا حسابكfew
- %2$@ و %1$d مستخدم آخر ومّض حسابك
+ %2$@ و %1$d مستخدمون آخرون ومّضوا حسابكmany
- %2$@ و %1$d مستخدمون آخرون ومّضوا حسابك
+ %2$@ و %1$d مستخدم آخر ومّضوا حسابكother
- %2$@ و %1$d مستخدمون آخرون ومّضوا حسابك
+ %2$@ و %1$d مستخدم آخر ومّضوا حسابكzaps_count
diff --git a/damus/cs.lproj/Localizable.strings b/damus/cs.lproj/Localizable.strings
index a96bfce8..2be49d04 100644
Binary files a/damus/cs.lproj/Localizable.strings and b/damus/cs.lproj/Localizable.strings differ
diff --git a/damus/de.lproj/Localizable.strings b/damus/de.lproj/Localizable.strings
index 2b70e178..1a5a0219 100644
Binary files a/damus/de.lproj/Localizable.strings and b/damus/de.lproj/Localizable.strings differ
diff --git a/damus/el-GR.lproj/Localizable.strings b/damus/el-GR.lproj/Localizable.strings
index f3cfdad9..8c2fd266 100644
Binary files a/damus/el-GR.lproj/Localizable.strings and b/damus/el-GR.lproj/Localizable.strings differ
diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff
index ba87f69d..20674ab9 100644
--- a/damus/en-US.xcloc/Localized Contents/en-US.xliff
+++ b/damus/en-US.xcloc/Localized Contents/en-US.xliff
@@ -83,11 +83,6 @@ Sentence composed of 2 variables to describe how many people are following a use
'%@' is an invalid NIP-05 identifier. It should look like an email.Description of why the nip05 identifier is invalid.
-
- ??
- ??
- No comment provided by engineer.
- API Key (optional)API Key (optional)
@@ -483,11 +478,21 @@ Sentence composed of 2 variables to describe how many people are following a use
Enter your account key to login:Prompt for user to enter an account key to login.
+
+ Error fetching lightning invoice
+ Error fetching lightning invoice
+ Message to display when there was an error fetching a lightning invoice while attempting to zap.
+ Error: %@Error: %@Error message indicating why saving keys failed.
+
+ Everyone on can see that you zapped
+ Everyone on can see that you zapped
+ Description of public zap type where the zap is sent publicly and identifies the user who sent it.
+ FilterFilter
@@ -574,6 +579,11 @@ Sentence composed of 2 variables to describe how many people are following a use
Invalid keyError message indicating that an invalid account key was entered for login.
+
+ Invalid lightning address
+ Invalid lightning address
+ Message to display when there was an error attempting to zap due to an invalid lightning address.
+ It's spamIt's spam
@@ -667,10 +677,15 @@ Sentence composed of 2 variables to describe how many people are following a use
No block list found, create a new one? This will overwrite any previous block lists.Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists.
-
- Non-Zap
- Non-Zap
- Picker option to indicate that sats should be sent to the user's wallet as a regular Lightning payment, not as a zap.
+
+ No one can see that you zapped
+ No one can see that you zapped
+ Description of anonymous zap type where the zap is sent anonymously and does not identify the user who sent it.
+
+
+ No zaps are sent, only a lightning payment.
+ No zaps are sent, only a lightning payment.
+ Description of non-zap type where sats are sent to the user's wallet as a regular Lightning payment, not as a zap.None
@@ -697,6 +712,16 @@ Sentence composed of 2 variables to describe how many people are following a use
Nudity or explicit contentButton for user to report that the account or content has nudity or explicit content.
+
+ Only '(name)' can see that you zapped them
+ Only '(name)' can see that you zapped them
+ Description of private zap type where the zap is sent privately and does not identify the user to the public.
+
+
+ Only you can see this message and who sent it.
+ Only you can see this message and who sent it.
+ Help text on green lock icon that explains that only the current user can see the message of a zap event and who sent the zap.
+ Paid RelayPaid Relay
@@ -757,7 +782,8 @@ Label for filter for seeing your posts and replies (instead of only your posts).
PrivatePrivate
- Heading indicating that this application keeps personally identifiable information private. A sentence describing what is done to keep data private comes after this heading.
+ Heading indicating that this application keeps personally identifiable information private. A sentence describing what is done to keep data private comes after this heading.
+Picker option to indicate that a zap should be sent privately and not identify the user to the public.Private Key
@@ -1002,6 +1028,11 @@ Label for filter for seeing your posts and replies (instead of only your posts).
Button to show the DeepL translation API key.
Button to show the LibreTranslate server API key.
+
+ Show more
+ Show more
+ Button to show entire note.
+ Show wallet selectorShow wallet selector
diff --git a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings
index 10543b39..152ab4dd 100644
Binary files a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings and b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings differ
diff --git a/damus/es-419.lproj/Localizable.strings b/damus/es-419.lproj/Localizable.strings
index e426441d..6319e9bf 100644
Binary files a/damus/es-419.lproj/Localizable.strings and b/damus/es-419.lproj/Localizable.strings differ
diff --git a/damus/es-419.lproj/Localizable.stringsdict b/damus/es-419.lproj/Localizable.stringsdict
index 6fce4a53..94cda06a 100644
--- a/damus/es-419.lproj/Localizable.stringsdict
+++ b/damus/es-419.lproj/Localizable.stringsdict
@@ -38,6 +38,60 @@
Seguidores
+ reacted_tagged_in_3
+
+ NSStringLocalizedFormatKey
+ %#@REACTED@
+ REACTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ y %1$d persona más reaccionaron a una publicación en la que te etiquetaron
+ many
+ %2$@ y %1$d personas más reaccionaron a una publicación en la que te etiquetaron
+ other
+ %2$@ y %1$d personas más reaccionaron a una publicación en la que te etiquetaron
+
+
+ reacted_your_post_3
+
+ NSStringLocalizedFormatKey
+ %#@REACTED@
+ REACTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ y %1$d persona más reaccionaron a tu publicación
+ many
+ %2$@ y %1$d personas más reaccionaron a tu publicación
+ other
+ %2$@ y %1$d personas más reaccionaron a tu publicación
+
+
+ reacted_your_profile_3
+
+ NSStringLocalizedFormatKey
+ %#@REACTED@
+ REACTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ y %1$d persona más reaccionaron a tu perfil
+ many
+ %2$@ y %1$d personas más reaccionaron a tu perfil
+ other
+ %2$@ y %1$d personas más reaccionaron a tu perfil
+
+ reactions_countNSStringLocalizedFormatKey
@@ -74,24 +128,6 @@
Relés
- replying_to_one_and_others
-
- NSStringLocalizedFormatKey
- %#@OTHERS@
- OTHERS
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Respondiendo a %2$@ y %1$d otro
- many
- Respondiendo a %2$@ y %1$d otros
- other
- Respondiendo a %2$@ y %1$d otros
-
- replying_to_two_and_othersNSStringLocalizedFormatKey
@@ -110,6 +146,60 @@
Respondiendo a %2$@, %3$@ y %1$d otros
+ reposted_tagged_in_3
+
+ NSStringLocalizedFormatKey
+ %#@REPOSTED@
+ REPOSTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ y %1$d persona más republicaron una publicación en la que te etiquetaron
+ many
+ %2$@ y %1$d personas más republicaron una publicación en la que te etiquetaron
+ other
+ %2$@ y %1$d personas más republicaron una publicación en la que te etiquetaron
+
+
+ reposted_your_post_3
+
+ NSStringLocalizedFormatKey
+ %#@REPOSTED@
+ REPOSTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ y %1$d persona más republicaron tu publicación
+ many
+ %2$@ y %1$d personas más republicaron tu publicación
+ other
+ %2$@ y %1$d personas más republicaron tu publicación
+
+
+ reposted_your_profile_3
+
+ NSStringLocalizedFormatKey
+ %#@REPOSTED@
+ REPOSTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ y %1$d persona más republicaron tu perfil
+ many
+ %2$@ y %1$d personas más republicaron tu perfil
+ other
+ %2$@ y %1$d personas más republicaron tu perfil
+
+ reposts_countNSStringLocalizedFormatKey
@@ -146,6 +236,60 @@
%2$@ sats
+ zapped_tagged_in_3
+
+ NSStringLocalizedFormatKey
+ %#@ZAPPED@
+ ZAPPED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ y %1$d persona más zapearon una publicación en la que te etiquetaron
+ many
+ %2$@ y %1$d personas más zapearon una publicación en la que te etiquetaron
+ other
+ %2$@ y %1$d personas más zapearon una publicación en la que te etiquetaron
+
+
+ zapped_your_post_3
+
+ NSStringLocalizedFormatKey
+ %#@ZAPPED@
+ ZAPPED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ y %1$d persona más zapearon tu publicación
+ many
+ %2$@ y %1$d personas más zapearon tu publicación
+ other
+ %2$@ y %1$d personas más zapearon tu publicación
+
+
+ zapped_your_profile_3
+
+ NSStringLocalizedFormatKey
+ %#@ZAPPED@
+ ZAPPED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ y %1$d persona más zapearon tu perfil
+ many
+ %2$@ y %1$d personas más zapearon tu perfil
+ other
+ %2$@ y %1$d personas más zapearon tu perfil
+
+ zaps_countNSStringLocalizedFormatKey
diff --git a/damus/fr-FR.lproj/Localizable.strings b/damus/fr-FR.lproj/Localizable.strings
index 74ff283c..66ed4d43 100644
Binary files a/damus/fr-FR.lproj/Localizable.strings and b/damus/fr-FR.lproj/Localizable.strings differ
diff --git a/damus/ja.lproj/Localizable.strings b/damus/ja.lproj/Localizable.strings
index fe7d5906..5d0801cc 100644
Binary files a/damus/ja.lproj/Localizable.strings and b/damus/ja.lproj/Localizable.strings differ
diff --git a/damus/nl.lproj/Localizable.strings b/damus/nl.lproj/Localizable.strings
index 595b6287..e58970ef 100644
Binary files a/damus/nl.lproj/Localizable.strings and b/damus/nl.lproj/Localizable.strings differ
diff --git a/damus/pl-PL.lproj/Localizable.strings b/damus/pl-PL.lproj/Localizable.strings
index 0358950a..00084baf 100644
Binary files a/damus/pl-PL.lproj/Localizable.strings and b/damus/pl-PL.lproj/Localizable.strings differ
diff --git a/damus/pl-PL.lproj/Localizable.stringsdict b/damus/pl-PL.lproj/Localizable.stringsdict
index 3993449c..6fcc2d62 100644
--- a/damus/pl-PL.lproj/Localizable.stringsdict
+++ b/damus/pl-PL.lproj/Localizable.stringsdict
@@ -42,6 +42,66 @@
Obserwujący
+ reacted_tagged_in_3
+
+ NSStringLocalizedFormatKey
+ %#@REACTED@
+ REACTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ i %1$d inna osoba zareagowała na wiadomość, w której jesteś oznaczony
+ few
+ %2$@ i %1$d inne osoby zareagowały na wiadomość, w której jesteś oznaczony
+ many
+ %2$@ i %1$d innych osób zareagowało na wiadomość, w której jesteś oznaczony
+ other
+ %2$@ i %1$d innych osób zareagowało na wiadomość, w której jesteś oznaczony
+
+
+ reacted_your_post_3
+
+ NSStringLocalizedFormatKey
+ %#@REACTED@
+ REACTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ i %1$d inna osoba zareagowała na Twoją wiadomość
+ few
+ %2$@ i %1$d inne osoby zareagowały na Twoją wiadomość
+ many
+ %2$@ i %1$d innych osób zareagowało na Twoją wiadomość
+ other
+ %2$@ i %1$d innych osób zareagowało na Twoją wiadomość
+
+
+ reacted_your_profile_3
+
+ NSStringLocalizedFormatKey
+ %#@REACTED@
+ REACTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ i %1$d inna osoba zareagowała na Twój profil
+ few
+ %2$@ i %1$d innych osób zareagowało na Twój profil
+ many
+ %2$@ i %1$d inne osoby zareagowało na Twój profil
+ other
+ %2$@ i %1$d inne osoby zareagowało na Twój profil
+
+ reactions_countNSStringLocalizedFormatKey
@@ -82,26 +142,6 @@
Przekaźników
- replying_to_one_and_others
-
- NSStringLocalizedFormatKey
- %#@OTHERS@
- OTHERS
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- W odpowiedzi do %2$@ i %1$d innej osobie
- few
- W odpowiedzi do %2$@ i %1$d others
- many
- W odpowiedzi do %2$@ i %1$d others
- other
- W odpowiedzi do %2$@ i %1$d innym osobom
-
- replying_to_two_and_othersNSStringLocalizedFormatKey
@@ -122,6 +162,66 @@
Replying to %2$@, %3$@ i %1$d innym osobom
+ reposted_tagged_in_3
+
+ NSStringLocalizedFormatKey
+ %#@REPOSTED@
+ REPOSTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ i %1$d inna osoba opublikowała wiadomość, w której jesteś oznaczony
+ few
+ %2$@ i %1$d inne osobe opublikowały wiadomość, w której jesteś oznaczony
+ many
+ %2$@ i %1$d innych osób opublikowało wiadomość, w której jesteś oznaczony
+ other
+ %2$@ i %1$d innych osób opublikowało wiadomość, w której jesteś oznaczony
+
+
+ reposted_your_post_3
+
+ NSStringLocalizedFormatKey
+ %#@REPOSTED@
+ REPOSTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ i %1$d inna osoba opublikowała Twoją wiadomość
+ few
+ %2$@ i %1$d inne osoby opublikowały Twoją wiadomość
+ many
+ %2$@ i %1$d innych osób opublikowało Twoją wiadomość
+ other
+ %2$@ i %1$d innych osób opublikowało Twoją wiadomość
+
+
+ reposted_your_profile_3
+
+ NSStringLocalizedFormatKey
+ %#@REPOSTED@
+ REPOSTED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ i %1$d inna osoba opublikowała Twój profil
+ few
+ %2$@ i %1$d inne osoby opublikowały Twój profil
+ many
+ %2$@ i %1$d innych osób opublikowało Twój profil
+ other
+ %2$@ i %1$d innych osób opublikowało Twój profil
+
+ reposts_countNSStringLocalizedFormatKey
@@ -162,6 +262,66 @@
%2$@ satoszy
+ zapped_tagged_in_3
+
+ NSStringLocalizedFormatKey
+ %#@ZAPPED@
+ ZAPPED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ i %1$d inna osoba zapuje wiadomość, w której jesteś oznaczony
+ few
+ %2$@ i %1$d inne osoby zapują wiadomość, w której jesteś oznaczony
+ many
+ %2$@ i %1$d innych osób zapuje wiadomość, w której jesteś oznaczony
+ other
+ %2$@ i %1$d innych osób zapuje wiadomość, w której jesteś oznaczony
+
+
+ zapped_your_post_3
+
+ NSStringLocalizedFormatKey
+ %#@ZAPPED@
+ ZAPPED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ i %1$d inna osoba zapuje Twoją wiadomość
+ few
+ %2$@ i %1$d inne osoby zapują Twoją wiadomość
+ many
+ %2$@ i %1$d innych osób zapuje Twoją wiadomość
+ other
+ %2$@ i %1$d innych osób zapuje Twoją wiadomość
+
+
+ zapped_your_profile_3
+
+ NSStringLocalizedFormatKey
+ %#@ZAPPED@
+ ZAPPED
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %2$@ i %1$d inna osoba zapuje Twój profil
+ few
+ %2$@ i %1$d inne osoby zapują Twój profil
+ many
+ %2$@ i %1$d innych osób zapuje Twój profil
+ other
+ %2$@ i %1$d innych osób zapuje Twój profil
+
+ zaps_countNSStringLocalizedFormatKey
diff --git a/damus/ru.lproj/Localizable.strings b/damus/ru.lproj/Localizable.strings
index efa1b8ba..fa4c9840 100644
Binary files a/damus/ru.lproj/Localizable.strings and b/damus/ru.lproj/Localizable.strings differ
diff --git a/damus/uk.lproj/Localizable.strings b/damus/uk.lproj/Localizable.strings
new file mode 100644
index 00000000..e2003a49
Binary files /dev/null and b/damus/uk.lproj/Localizable.strings differ