Skip to content

Commit

Permalink
Merge pull request #1730 from planetary-social/it/follows-notificatio…
Browse files Browse the repository at this point in the history
…n-strings

add localised strings for follows notifications
  • Loading branch information
joshuatbrown authored Jan 13, 2025
2 parents 33cfcea + 42e17d1 commit c29bcf1
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions Nos/Assets/Localization/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -9861,6 +9861,17 @@
}
}
},
"inNetwork" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "In Network"
}
}
}
},
"invalidKey" : {
"extractionState" : "manual",
"localizations" : {
Expand Down Expand Up @@ -13813,6 +13824,17 @@
}
}
},
"outOfNetwork" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Out of Network"
}
}
}
},
"outsideNetwork" : {
"extractionState" : "manual",
"localizations" : {
Expand Down Expand Up @@ -14062,7 +14084,7 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Your **@username** is your identity in the Nos community.\u2028\nChoose a name that reflects you or your organization. Make it memorable and distinct!"
"value" : "Your **@username** is your identity in the Nos community.\nChoose a name that reflects you or your organization. Make it memorable and distinct!"
}
},
"es" : {
Expand Down Expand Up @@ -18128,6 +18150,17 @@
}
}
},
"startedFollowingYou" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "started following you"
}
}
}
},
"startOver" : {
"extractionState" : "manual",
"localizations" : {
Expand Down Expand Up @@ -19309,7 +19342,7 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Well done, you've successfully claimed your **@username**!\u2028\nYou can share this name with other people in the Nostr and Fediverse communities to make it easy to find you."
"value" : "Well done, you've successfully claimed your **@username**!\nYou can share this name with other people in the Nostr and Fediverse communities to make it easy to find you."
}
},
"es" : {
Expand Down

0 comments on commit c29bcf1

Please sign in to comment.