damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 95fb7bccf8c8dff5f9f4b517bdb45a2cc80561f0
parent 649973899415aa535c8de209816ac1a574b353d5
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  6 Apr 2023 08:35:24 -0700

Merge remote-tracking branch 'github/translations'

Diffstat:
Mdamus/Views/ImageView.swift | 2+-
Mdamus/cs.lproj/Localizable.strings | 0
Mdamus/de.lproj/Localizable.strings | 0
Mdamus/de.lproj/Localizable.stringsdict | 14+++++++-------
Mdamus/en-US.xcloc/Localized Contents/en-US.xliff | 151++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------
Mdamus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings | 0
Mdamus/fr-FR.lproj/Localizable.strings | 0
Mdamus/ja.lproj/Localizable.strings | 0
Mdamus/nl.lproj/Localizable.strings | 0
Mdamus/pl-PL.lproj/Localizable.strings | 0
Mdamus/pt-BR.lproj/InfoPlist.strings | 0
Mdamus/pt-BR.lproj/Localizable.strings | 0
Mdamus/sv-SE.lproj/Localizable.strings | 0
Mdamus/zh-CN.lproj/Localizable.strings | 0
Mdamus/zh-HK.lproj/Localizable.strings | 0
Mdamus/zh-TW.lproj/Localizable.strings | 0
16 files changed, 104 insertions(+), 63 deletions(-)

diff --git a/damus/Views/ImageView.swift b/damus/Views/ImageView.swift @@ -9,7 +9,7 @@ import SwiftUI struct ImageView: View { var body: some View { - Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) + Text(verbatim: /*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) } } diff --git a/damus/cs.lproj/Localizable.strings b/damus/cs.lproj/Localizable.strings Binary files differ. diff --git a/damus/de.lproj/Localizable.strings b/damus/de.lproj/Localizable.strings Binary files differ. diff --git a/damus/de.lproj/Localizable.stringsdict b/damus/de.lproj/Localizable.stringsdict @@ -61,7 +61,7 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>%2$@ und %1$d andere:r reagierten auf einen Beitrag in dem Du markiert warst</string> + <string>%2$@ und %1$d andere*r reagierten auf einen Beitrag in dem Du markiert warst</string> <key>other</key> <string>%2$@ und %1$d andere reagierten auf einen Beitrag in dem Du markiert warst</string> </dict> @@ -77,7 +77,7 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>%2$@ und %1$d andere:r reagierten auf deinen Beitrag</string> + <string>%2$@ und %1$d andere*r reagierten auf deinen Beitrag</string> <key>other</key> <string>%2$@ und %1$d andere reagierten auf deinen Beitrag</string> </dict> @@ -93,7 +93,7 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>%2$@ und %1$d andere:r reagierten auf dein Profil</string> + <string>%2$@ und %1$d andere*r reagierten auf dein Profil</string> <key>other</key> <string>%2$@ und %1$d andere reagierten auf dein Profil</string> </dict> @@ -141,7 +141,7 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>Antwort an %2$@, %3$@ &amp; %1$d andere:r</string> + <string>Antwort an %2$@, %3$@ &amp; %1$d andere*r</string> <key>other</key> <string>Antwort an %2$@, %3$@ &amp; %1$d andere</string> </dict> @@ -157,7 +157,7 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>%2$@ und %1$d andere:r teilten einen Beitrag in dem Du markiert warst</string> + <string>%2$@ und %1$d andere*r teilten einen Beitrag in dem Du markiert warst</string> <key>other</key> <string>%2$@ und %1$d andere teilten ein Beitrag in dem Du markiert warst</string> </dict> @@ -173,7 +173,7 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>%2$@ und %1$d andere:r teilten deinen Beitrag</string> + <string>%2$@ und %1$d andere*r teilten deinen Beitrag</string> <key>other</key> <string>%2$@ und %1$d andere teilten deinen Beitrag</string> </dict> @@ -189,7 +189,7 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>%2$@ und %1$d andere:r teilten dein Profil</string> + <string>%2$@ und %1$d andere*r teilten dein Profil</string> <key>other</key> <string>%2$@ und %1$d andere teilten dein Profil</string> </dict> diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff @@ -53,10 +53,10 @@ <note>Sentence composed of 2 variables to describe how many reposts. In source English, the first variable is the number of reposts, and the second variable is 'Repost' or 'Reposts'. Sentence composed of 2 variables to describe how many people are following a user. In source English, the first variable is the number of followers, and the second variable is 'Follower' or 'Followers'.</note> </trans-unit> - <trans-unit id="%@ has been blocked" xml:space="preserve"> - <source>%@ has been blocked</source> - <target>%@ has been blocked</target> - <note>Alert message that informs a user was blocked.</note> + <trans-unit id="%@ has been muted" xml:space="preserve"> + <source>%@ has been muted</source> + <target>%@ has been muted</target> + <note>Alert message that informs a user was muted.</note> </trans-unit> <trans-unit id="%@ not found" xml:space="preserve"> <source>%@ not found</source> @@ -128,6 +128,11 @@ Sentence composed of 2 variables to describe how many people are following a use <target>Accept</target> <note>Button to accept the end user license agreement before being allowed into the app.</note> </trans-unit> + <trans-unit id="Accessibility" xml:space="preserve"> + <source>Accessibility</source> + <target>Accessibility</target> + <note>Section header for accessibility settings</note> + </trans-unit> <trans-unit id="Account ID" xml:space="preserve"> <source>Account ID</source> <target>Account ID</target> @@ -180,6 +185,11 @@ Sentence composed of 2 variables to describe how many people are following a use <target>Any</target> <note>Any amount of sats</note> </trans-unit> + <trans-unit id="Appearance" xml:space="preserve"> + <source>Appearance</source> + <target>Appearance</target> + <note>Section header for text and appearance settings</note> + </trans-unit> <trans-unit id="Are you sure you want to repost this?" xml:space="preserve"> <source>Are you sure you want to repost this?</source> <target>Are you sure you want to repost this?</target> @@ -210,33 +220,6 @@ Sentence composed of 2 variables to describe how many people are following a use <target>Bitcoin Lightning Tips</target> <note>Label for Bitcoin Lightning Tips section of user profile form.</note> </trans-unit> - <trans-unit id="Block" xml:space="preserve"> - <source>Block</source> - <target>Block</target> - <note>Alert button to block a user. - Button to block a profile. - Context menu option for blocking users.</note> - </trans-unit> - <trans-unit id="Block %@?" xml:space="preserve"> - <source>Block %@?</source> - <target>Block %@?</target> - <note>Alert message prompt to ask if a user should be blocked.</note> - </trans-unit> - <trans-unit id="Block User" xml:space="preserve"> - <source>Block User</source> - <target>Block User</target> - <note>Title of alert for blocking a user.</note> - </trans-unit> - <trans-unit id="Blocked" xml:space="preserve"> - <source>Blocked</source> - <target>Blocked</target> - <note>Sidebar menu label for Profile view.</note> - </trans-unit> - <trans-unit id="Blocked Users" xml:space="preserve"> - <source>Blocked Users</source> - <target>Blocked Users</target> - <note>Navigation title of view to see list of blocked users.</note> - </trans-unit> <trans-unit id="Bookmarks" xml:space="preserve"> <source>Bookmarks</source> <target>Bookmarks</target> @@ -257,7 +240,7 @@ Sentence composed of 2 variables to describe how many people are following a use <trans-unit id="Cancel" xml:space="preserve"> <source>Cancel</source> <target>Cancel</target> - <note>Alert button to cancel out of alert for blocking a user. + <note>Alert button to cancel out of alert for muting a user. Button to cancel a repost. Button to cancel out of alert that creates a new mutelist. Button to cancel out of posting a note. @@ -381,10 +364,10 @@ Sentence composed of 2 variables to describe how many people are following a use <target>Could not find the user you're looking for</target> <note>Indicates that there are no users found.</note> </trans-unit> - <trans-unit id="Could not find user to block..." xml:space="preserve"> - <source>Could not find user to block...</source> - <target>Could not find user to block...</target> - <note>Alert message to indicate that the blocked user could not be found.</note> + <trans-unit id="Could not find user to mute..." xml:space="preserve"> + <source>Could not find user to mute...</source> + <target>Could not find user to mute...</target> + <note>Alert message to indicate that the muted user could not be found.</note> </trans-unit> <trans-unit id="Create" xml:space="preserve"> <source>Create</source> @@ -447,7 +430,7 @@ Sentence composed of 2 variables to describe how many people are following a use <trans-unit id="Default Zap Amount in sats" xml:space="preserve"> <source>Default Zap Amount in sats</source> <target>Default Zap Amount in sats</target> - <note>Section title for zap configuration</note> + <note>No comment provided by engineer.</note> </trans-unit> <trans-unit id="Delete" xml:space="preserve"> <source>Delete</source> @@ -636,6 +619,11 @@ Sentence composed of 2 variables to describe how many people are following a use <target>It's spam</target> <note>Button for user to report that the account or content has spam.</note> </trans-unit> + <trans-unit id="Keys" xml:space="preserve"> + <source>Keys</source> + <target>Keys</target> + <note>Settings section for managing keys</note> + </trans-unit> <trans-unit id="Left Handed" xml:space="preserve"> <source>Left Handed</source> <target>Left Handed</target> @@ -729,6 +717,33 @@ Sentence composed of 2 variables to describe how many people are following a use <target>Mentions</target> <note>Setting to enable Mention Local Notification</note> </trans-unit> + <trans-unit id="Mute" xml:space="preserve"> + <source>Mute</source> + <target>Mute</target> + <note>Alert button to mute a user. + Button to mute a profile. + Context menu option for muting users.</note> + </trans-unit> + <trans-unit id="Mute %@?" xml:space="preserve"> + <source>Mute %@?</source> + <target>Mute %@?</target> + <note>Alert message prompt to ask if a user should be muted.</note> + </trans-unit> + <trans-unit id="Mute User" xml:space="preserve"> + <source>Mute User</source> + <target>Mute User</target> + <note>Title of alert for muting a user.</note> + </trans-unit> + <trans-unit id="Muted" xml:space="preserve"> + <source>Muted</source> + <target>Muted</target> + <note>Sidebar menu label for muted users view.</note> + </trans-unit> + <trans-unit id="Muted Users" xml:space="preserve"> + <source>Muted Users</source> + <target>Muted Users</target> + <note>Navigation title of view to see list of muted users.</note> + </trans-unit> <trans-unit id="NIP-05 Verification" xml:space="preserve"> <source>NIP-05 Verification</source> <target>NIP-05 Verification</target> @@ -739,10 +754,10 @@ Sentence composed of 2 variables to describe how many people are following a use <target>No</target> <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> </trans-unit> - <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> - <source>No block list found, create a new one? This will overwrite any previous block lists.</source> - <target>No block list found, create a new one? This will overwrite any previous block lists.</target> - <note>Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists.</note> + <trans-unit id="No mute list found, create a new one? This will overwrite any previous mute lists." xml:space="preserve"> + <source>No mute list found, create a new one? This will overwrite any previous mute lists.</source> + <target>No mute list found, create a new one? This will overwrite any previous mute lists.</target> + <note>Alert message prompt that asks if the user wants to create a new mute list, overwriting previous mute lists.</note> </trans-unit> <trans-unit id="No one can see that you zapped" xml:space="preserve"> <source>No one can see that you zapped</source> @@ -774,6 +789,11 @@ Sentence composed of 2 variables to describe how many people are following a use <target>Nothing to see here. Check back later!</target> <note>Indicates that there are no notes in the timeline to view.</note> </trans-unit> + <trans-unit id="Notification Preference" xml:space="preserve"> + <source>Notification Preference</source> + <target>Notification Preference</target> + <note>Section header for Notification Preferences</note> + </trans-unit> <trans-unit id="Notifications" xml:space="preserve"> <source>Notifications</source> <target>Notifications</target> @@ -1130,6 +1150,11 @@ Picker option to indicate that a zap should be sent privately and not identify t <target>Show more</target> <note>Button to show entire note.</note> </trans-unit> + <trans-unit id="Show only from users you follow" xml:space="preserve"> + <source>Show only from users you follow</source> + <target>Show only from users you follow</target> + <note>Setting to Show notifications only associated to users your follow</note> + </trans-unit> <trans-unit id="Show only preferred languages on Universe feed" xml:space="preserve"> <source>Show only preferred languages on Universe feed</source> <target>Show only preferred languages on Universe feed</target> @@ -1165,10 +1190,15 @@ Picker option to indicate that a zap should be sent privately and not identify t <target>Take Photo</target> <note>Option to take a photo with the camera</note> </trans-unit> + <trans-unit id="Text Truncation" xml:space="preserve"> + <source>Text Truncation</source> + <target>Text Truncation</target> + <note>Section header for damus text truncation user configuration</note> + </trans-unit> <trans-unit id="Thanks!" xml:space="preserve"> <source>Thanks!</source> <target>Thanks!</target> - <note>Button to close out of alert that informs that the action to block a user was successful.</note> + <note>Button to close out of alert that informs that the action to muted a user was successful.</note> </trans-unit> <trans-unit id="The address should either begin with LNURL or should look like an email address." xml:space="preserve"> <source>The address should either begin with LNURL or should look like an email address.</source> @@ -1220,11 +1250,26 @@ Picker option to indicate that a zap should be sent privately and not identify t <target>Translated from %@</target> <note>Button to indicate that the note has been translated from a different language.</note> </trans-unit> + <trans-unit id="Translation" xml:space="preserve"> + <source>Translation</source> + <target>Translation</target> + <note>Section header for text and appearance settings</note> + </trans-unit> <trans-unit id="Translations" xml:space="preserve"> <source>Translations</source> <target>Translations</target> <note>Section title for selecting the translation service.</note> </trans-unit> + <trans-unit id="Truncate notification mention text" xml:space="preserve"> + <source>Truncate notification mention text</source> + <target>Truncate notification mention text</target> + <note>Setting to truncate text in mention notifications</note> + </trans-unit> + <trans-unit id="Truncate timeline text" xml:space="preserve"> + <source>Truncate timeline text</source> + <target>Truncate timeline text</target> + <note>Setting to truncate text in timeline</note> + </trans-unit> <trans-unit id="Type %@ to delete" xml:space="preserve"> <source>Type %@ to delete</source> <target>Type %@ to delete</target> @@ -1255,15 +1300,15 @@ Picker option to indicate that a zap should be sent privately and not identify t <target>Universe 🛸</target> <note>Toolbar label for the universal view where posts from all connected relay servers appear.</note> </trans-unit> - <trans-unit id="User blocked" xml:space="preserve"> - <source>User blocked</source> - <target>User blocked</target> - <note>Alert message to indicate the user has been blocked</note> + <trans-unit id="User has been muted" xml:space="preserve"> + <source>User has been muted</source> + <target>User has been muted</target> + <note>Alert message that informs a user was d.</note> </trans-unit> - <trans-unit id="User has been blocked" xml:space="preserve"> - <source>User has been blocked</source> - <target>User has been blocked</target> - <note>Alert message that informs a user was blocked.</note> + <trans-unit id="User muted" xml:space="preserve"> + <source>User muted</source> + <target>User muted</target> + <note>Alert message to indicate the user has been muted</note> </trans-unit> <trans-unit id="Username" xml:space="preserve"> <source>Username</source> @@ -1299,11 +1344,6 @@ YOU WILL NO LONGER BE ABLE TO LOG INTO DAMUS USING THIS ACCOUNT KEY. <target>Wallet</target> <note>Sidebar menu label for Wallet view.</note> </trans-unit> - <trans-unit id="Wallet and others" xml:space="preserve"> - <source>Wallet and others</source> - <target>Wallet and others</target> - <note>Section header for miscellaneous user configuration</note> - </trans-unit> <trans-unit id="Website" xml:space="preserve"> <source>Website</source> <target>Website</target> @@ -1385,6 +1425,7 @@ YOU WILL NO LONGER BE ABLE TO LOG INTO DAMUS USING THIS ACCOUNT KEY. <source>Zaps</source> <target>Zaps</target> <note>Navigation bar title for the Zaps view. + Section header for zap settings Setting to enable Zap Local Notification</note> </trans-unit> <trans-unit id="https://example.com/pic.jpg" xml:space="preserve"> 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 Binary files differ. diff --git a/damus/fr-FR.lproj/Localizable.strings b/damus/fr-FR.lproj/Localizable.strings Binary files differ. diff --git a/damus/ja.lproj/Localizable.strings b/damus/ja.lproj/Localizable.strings Binary files differ. diff --git a/damus/nl.lproj/Localizable.strings b/damus/nl.lproj/Localizable.strings Binary files differ. diff --git a/damus/pl-PL.lproj/Localizable.strings b/damus/pl-PL.lproj/Localizable.strings Binary files differ. diff --git a/damus/pt-BR.lproj/InfoPlist.strings b/damus/pt-BR.lproj/InfoPlist.strings Binary files differ. diff --git a/damus/pt-BR.lproj/Localizable.strings b/damus/pt-BR.lproj/Localizable.strings Binary files differ. diff --git a/damus/sv-SE.lproj/Localizable.strings b/damus/sv-SE.lproj/Localizable.strings Binary files differ. diff --git a/damus/zh-CN.lproj/Localizable.strings b/damus/zh-CN.lproj/Localizable.strings Binary files differ. diff --git a/damus/zh-HK.lproj/Localizable.strings b/damus/zh-HK.lproj/Localizable.strings Binary files differ. diff --git a/damus/zh-TW.lproj/Localizable.strings b/damus/zh-TW.lproj/Localizable.strings Binary files differ.