damus

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

commit 29f192c37778671fb3c94873db210b39a19713c5
parent 42200c347b9b6f4cd30b63942b6ec96e0a35b36b
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 16 Feb 2023 07:29:37 -0800

Merge remote-tracking branch 'tyiu/tyiu/translations'

Diffstat:
Mdamus.xcodeproj/project.pbxproj | 7+++++++
Adamus/cs.lproj/InfoPlist.strings | 12++++++++++++
Adamus/cs.lproj/Localizable.strings | 723+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adamus/cs.lproj/Localizable.stringsdict | 190+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Atranslations/cs.xliff | 1682+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 2614 insertions(+), 0 deletions(-)

diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj @@ -263,6 +263,9 @@ 3A66D927299472FA008B44F4 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 3A66D928299472FA008B44F4 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; }; 3A66D929299472FA008B44F4 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ja; path = ja.lproj/Localizable.stringsdict; sourceTree = "<group>"; }; + 3A8624D9299E82BE00BD8BE9 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/InfoPlist.strings; sourceTree = "<group>"; }; + 3A8624DA299E82BE00BD8BE9 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Localizable.strings; sourceTree = "<group>"; }; + 3A8624DB299E82BE00BD8BE9 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = cs; path = cs.lproj/Localizable.stringsdict; sourceTree = "<group>"; }; 3A929C20297F2CF80090925E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "it-IT.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; 3A929C21297F2CF80090925E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "it-IT.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3A929C22297F2CF80090925E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "it-IT"; path = "it-IT.lproj/Localizable.stringsdict"; sourceTree = "<group>"; }; @@ -1123,6 +1126,7 @@ "el-GR", ja, id, + cs, ); mainGroup = 4CE6DEDA27F7A08100C66700; packageReferences = ( @@ -1430,6 +1434,7 @@ 3A25EF152992DA5D008ABE69 /* el-GR */, 3A66D929299472FA008B44F4 /* ja */, 3A41E55B299D52BE001FA465 /* id */, + 3A8624DB299E82BE00BD8BE9 /* cs */, ); name = Localizable.stringsdict; sourceTree = "<group>"; @@ -1451,6 +1456,7 @@ 3A25EF132992DA5D008ABE69 /* el-GR */, 3A66D927299472FA008B44F4 /* ja */, 3A41E559299D52BE001FA465 /* id */, + 3A8624D9299E82BE00BD8BE9 /* cs */, ); name = InfoPlist.strings; sourceTree = "<group>"; @@ -1472,6 +1478,7 @@ 3A25EF142992DA5D008ABE69 /* el-GR */, 3A66D928299472FA008B44F4 /* ja */, 3A41E55A299D52BE001FA465 /* id */, + 3A8624DA299E82BE00BD8BE9 /* cs */, ); name = Localizable.strings; sourceTree = "<group>"; diff --git a/damus/cs.lproj/InfoPlist.strings b/damus/cs.lproj/InfoPlist.strings @@ -0,0 +1,12 @@ +/* Bundle display name */ +"CFBundleDisplayName" = "Damus"; + +/* Bundle name */ +"CFBundleName" = "damus"; + +/* Privacy - Face ID Usage Description */ +"NSFaceIDUsageDescription" = "Místní ověření pro přístup k privátnímu klíči"; + +/* Privacy - Photo Library Additions Usage Description */ +"NSPhotoLibraryAddUsageDescription" = "Udělení přístupu Damusu k fotografiím vám umožní ukládat obrázky."; + diff --git a/damus/cs.lproj/Localizable.strings b/damus/cs.lproj/Localizable.strings @@ -0,0 +1,723 @@ +/* Description of how the nip05 identifier would be used for verification. */ +"'%@' at '%@' will be used for verification" = "'%@' na '%@' se použije pro účely ověření"; + +/* Description of why the nip05 identifier is invalid. */ +"'%@' is an invalid NIP-05 identifier. It should look like an email." = "'%@' je neplatný identifikátor NIP-05. Měl by vypadat jako e-mail."; + +/* Navigation bar title for view that shows who is following a user. */ +"(Profile.displayName(profile: profile, pubkey: whos))'s Followers" = "Uživatele (Profile.displayName(profile: profile, pubkey: whos)) sledují"; + +/* Navigation bar title for view that shows who a user is following. */ +"(who) following" = "(who) sleduje"; + +/* 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'. */ +"%@ %@" = "%@ %@"; + +/* Alert message that informs a user was blocked. */ +"%@ has been blocked" = "%@ byl zablokován"; + +/* Explanation of what is done to keep personally identifiable information private. There is a heading that precedes this explanation which is a variable to this string. */ +"%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction." = "%@. Vytvoření účtu nevyžaduje telefonní číslo, e-mail ani jméno. Začněte ihned bez dřiny."; + +/* Explanation of what is done to keep private data encrypted. There is a heading that precedes this explanation which is a variable to this string. */ +"%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" = "%@. End-to-End šifrované soukromé zprávy. Udržujte Technologické Giganty mimo vaše soukromé zprávy."; + +/* Explanation of what can be done by users to earn money. There is a heading that precedes this explanation which is a variable to this string. */ +"%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet." = "%@. Dávejte odměny na příspěvky svých přátel a štosujte saty na Bitcoinu⚡️, nativní měně internetu."; + +/* Fraction of how many of the user's relay servers that are operational. */ +"%lld/%lld" = "%lld/%lld"; + +/* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ +"⚡️ %@" = "⚡️ %@"; + +/* Label to prompt for about text entry for user to describe about themself. */ +"About" = "Informace"; + +/* Label for About Me section of user profile form. */ +"About Me" = "O mně"; + +/* Placeholder text for About Me description. */ +"Absolute Boss" = "Absolutní šéf"; + +/* Button to accept the end user license agreement before being allowed into the app. */ +"Accept" = "Přijmout"; + +/* Label to indicate the public ID of the account. */ +"Account ID" = "ID účtu"; + +/* Title for confirmation dialog to either share, report, or block a profile. */ +"Actions" = "Akce"; + +/* Button to add recommended relay server. + Button to confirm adding user inputted relay. */ +"Add" = "Přidat"; + +/* Button label to re-add all original participants as profiles to reply to in a note */ +"Add all" = "Přidat všechny"; + +/* Label for section for adding a relay server. */ +"Add Relay" = "Přidat relé"; + +/* Label to display relay contact user. */ +"Admin" = "Administrátor"; + +/* Any amount of sats */ +"Any" = "Libovolná částka"; + +/* Prompt for optional entry of API Key to use translation server. */ +"API Key (optional)" = "Klíč API (volitelný)"; + +/* Prompt for required entry of API Key to use translation server. */ +"API Key (required)" = "Klíč API (volitelný)"; + +/* Alert message to ask if user wants to repost a post. */ +"Are you sure you want to repost this?" = "Opravdu to chcete přesdílet?"; + +/* Label for Banner Image section of user profile form. */ +"Banner Image" = "Obrázek pozadí"; + +/* Reminder to user that they should save their account information. */ +"Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus." = "Než začnete, musíte si uložit informace o svém účtu, jinak se v budoucnu nebudete moci přihlásit, pokud Damus někdy odinstalujete."; + +/* Dropdown option label for Lightning wallet, Bitcoin Beach. */ +"Bitcoin Beach" = "Bitcoin Beach"; + +/* Label for Bitcoin Lightning Tips section of user profile form. */ +"Bitcoin Lightning Tips" = "Lightning Bitcoin Odměny "; + +/* Dropdown option label for Lightning wallet, Blixt Wallet */ +"Blixt Wallet" = "Blixt Wallet"; + +/* Alert button to block a user. + Button to block a profile. + Context menu option for blocking users. */ +"Block" = "Zablokovat"; + +/* Alert message prompt to ask if a user should be blocked. */ +"Block %@?" = "Zablokovat %@?"; + +/* Title of alert for blocking a user. */ +"Block User" = "Zablokovaní uživatele"; + +/* Sidebar menu label for Profile view. */ +"Blocked" = "Blokováno"; + +/* Navigation title of view to see list of blocked users. */ +"Blocked Users" = "Zablokovaní uživatelé"; + +/* Dropdown option label for Lightning wallet, Blue Wallet. */ +"Blue Wallet" = "Blue Wallet"; + +/* Accessibility label for boosts button */ +"Boosts" = "Boosts"; + +/* Dropdown option label for Lightning wallet, Breez. */ +"Breez" = "Breez"; + +/* Context menu option for broadcasting the user's note to all of the user's connected relay servers. */ +"Broadcast" = "Převysílat"; + +/* Alert button to cancel out of alert for blocking a user. + Button to cancel out of alert that creates a new mutelist. + Button to cancel out of posting a note. + Button to cancel out of reposting a post. + Button to cancel out of view adding user inputted relay. + Cancel deleting the user. + Cancel out of logging out the user. */ +"Cancel" = "Zrušit"; + +/* Dropdown option label for Lightning wallet, Cash App. */ +"Cash App" = "Cash App"; + +/* Button for clearing cached data. */ +"Clear" = "Vyčistit"; + +/* Section title for clearing cached data. */ +"Clear Cache" = "Vyčistit mezipaměť"; + +/* Label to display relay contact information. */ +"Contact" = "Kontakt"; + +/* Label indicating that a user's key was copied. */ +"Copied" = "Zkopírováno"; + +/* Button to copy a relay server address. */ +"Copy" = "Kopírovat"; + +/* Context menu option for copying the ID of the account that created the note. */ +"Copy Account ID" = "Kopírovat ID účtu"; + +/* Context menu option to copy an image into clipboard. + Context menu option to copy an image to clipboard. */ +"Copy Image" = "Zkopírovat obrázek"; + +/* Context menu option to copy the URL of an image into clipboard. */ +"Copy Image URL" = "Zkopírovat adresu obrázku"; + +/* Title of section for copying a Lightning invoice identifier. */ +"Copy invoice" = "Zkopírovat fakturu"; + +/* Context menu option for copying a user's Lightning URL. */ +"Copy LNURL" = "Zkopírovat LNURL"; + +/* Context menu option for copying the ID of the note. */ +"Copy Note ID" = "Zkopírovat ID poznámky"; + +/* Context menu option for copying the JSON text from the note. */ +"Copy Note JSON" = "Zkopírovat JSON poznámky"; + +/* Button to copy report ID. */ +"Copy Report ID" = "Zkopírovat ID hlášení"; + +/* Context menu option for copying the text from an note. */ +"Copy Text" = "Zkopírovat text"; + +/* Context menu option for copying the ID of the user who created the note. */ +"Copy User Pubkey" = "Zkopírovat adresu uživatele"; + +/* Alert message to indicate that the blocked user could not be found. */ +"Could not find user to block..." = "Nepodařilo se najít uživatele k zablokování..."; + +/* Button to create account. */ +"Create" = "Vytvořit"; + +/* Button to create an account. */ +"Create Account" = "Vytvořit účet"; + +/* Title of alert prompting the user to create a new mutelist. */ +"Create new mutelist" = "Vytvoření nového seznamu umlčených"; + +/* Example description about Bitcoin creator(s), Satoshi Nakamoto. */ +"Creator(s) of Bitcoin. Absolute legend." = "Zakladatel(é) Bitcoinu. Absolutní legenda."; + +/* Dropdown option for selecting a custom translation server. */ +"Custom" = "Vlastní"; + +/* Name of the app, shown on the first screen when user is not logged in. */ +"Damus" = "Damus"; + +/* Dropdown option for selecting DeepL as the translation service. */ +"DeepL (Proprietary, Higher Accuracy)" = "DeepL (Vlastní, Největší presnost)"; + +/* Button to pay a Lightning invoice with the user's default Lightning wallet. */ +"Default Wallet" = "Výchozí peněženka"; + +/* Section title for zap configuration */ +"Default Zap Amount in sats" = "Výchozí množství Zapů v satech"; + +/* Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user */ +"Delete" = "Smazat"; + +/* Button to delete the user's account. */ +"Delete Account" = "Smazat účet"; + +/* Alert message to indicate this is a deleted account */ +"Deleted Account" = "Účet je smazán"; + +/* Label to display relay description. */ +"Description" = "Popis"; + +/* Button to dismiss a text field alert. */ +"Dismiss" = "Odmítnout"; + +/* Label to prompt display name entry. */ +"Display Name" = "Celé jméno"; + +/* Navigation title for DMs view, where DM is the English abbreviation for Direct Message. + Navigation title for view of DMs, where DM is an English abbreviation for Direct Message. */ +"DMs" = "Soukromé zprávy"; + +/* Button to dismiss wallet selection view for paying Lightning invoice. */ +"Done" = "Hotovo"; + +/* Heading indicating that this application allows users to earn money. */ +"Earn Money" = "Získejte peníze"; + +/* Button to edit user's profile. */ +"Edit" = "Upravit"; + +/* Text indicating that the view is used for editing which participants are replied to in a note. */ +"Edit participants" = "Upravit účastníky"; + +/* Heading indicating that this application keeps private messaging end-to-end encrypted. */ +"Encrypted" = "Šifrované"; + +/* Prompt for user to enter an account key to login. */ +"Enter your account key to login:" = "Pro přihlášení zadejte svůj klíč k účtu:"; + +/* Error message indicating why saving keys failed. */ +"Error: %@" = "Error: %@"; + +/* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ +"EULA" = "EULA"; + +/* No comment provided by engineer. */ +"Filter" = "Filtr"; + +/* Button to follow a user. */ +"Follow" = "Sledujte"; + +/* Button to follow a user back. */ +"Follow Back" = "Sledovat také"; + +/* Text on QR code view to prompt viewer looking at screen to follow the user. */ +"Follow me on nostr" = "Sledujte mě na nostru"; + +/* Label describing followers of a user. */ +"Followers" = "Sledující"; + +/* Text to indicate that the button next to it is in a state that indicates that it is in the process of following a profile. +Part of a larger sentence to describe how many profiles a user is following. */ +"Following" = "Sleduje"; + +/* Label to indicate that the user is in the process of following another user. */ +"Following..." = "Sleduje..."; + +/* Text to indicate that button next to it is in a state that will follow a profile when tapped. */ +"Follows" = "Sledující"; + +/* Text to indicate that a user is following your profile. */ +"Follows you" = "Sleduje vás"; + +/* Dropdown option for selecting Free plan for DeepL translation service. */ +"Free" = "Bezplatný"; + +/* Button to navigate to DeepL website to get a translation API key. */ +"Get API Key" = "Získat klíč API"; + +/* Navigation bar title for Global view where posts from all connected relay servers appear. */ +"Global" = "Globální"; + +/* Navigation link to go to post referenced by hex code. */ +"Goto post %@" = "Přejít na příspěvek %@"; + +/* Navigation link to go to profile. */ +"Goto profile %@" = "Přejít na profil %@"; + +/* Button to hide a post from a user who has been blocked. */ +"Hide" = "Skrýt"; + +/* Button to hide the DeepL translation API key. + Button to hide the LibreTranslate server API key. */ +"Hide API Key" = "Skrýt klíč API"; + +/* Navigation bar title for Home view where posts and replies appear from those who the user is following. */ +"Home" = "Domů"; + +/* Placeholder example text for profile picture URL. */ +"https://example.com/pic.jpg" = "https://priklad.webu.cz/fotka.jpg"; + +/* Placeholder example text for website URL for user profile. */ +"https://jb55.com" = "https://jb55.com"; + +/* Button for user to report that the account or content has illegal content. */ +"Illegal content" = "Nelegální obsah"; + +/* Error message indicating that an invalid account key was entered for login. */ +"Invalid key" = "Neplatný klíč"; + +/* Button for user to report that the account or content has spam. */ +"It's spam" = "Jde o spam"; + +/* Placeholder example text for identifier used for NIP-05 verification. */ +"jb55@jb55.com" = "jb55@jb55.com"; + +/* Moves the post button to the left side of the screen */ +"Left Handed" = "Pro leváky"; + +/* Button to complete account creation and start using the app. */ +"Let's go!" = "Jdeme na to!"; + +/* Dropdown option for selecting LibreTranslate as the translation service. */ +"LibreTranslate (Open Source)" = "LibreTranslate (Open Source)"; + +/* Placeholder text for entry of Lightning Address or LNURL. */ +"Lightning Address or LNURL" = "Lightning adresa nebo LNURL"; + +/* Indicates that the view is for paying a Lightning invoice. */ +"Lightning Invoice" = "Lightning faktura"; + +/* Accessibility Label for Like button */ +"Like" = "To se mi líbí"; + +/* Dropdown option label for Lightning wallet, LNLink. */ +"LNLink" = "LNLink"; + +/* Face ID usage description shown when trying to access private key */ +"Local authentication to access private key" = "Biometrické ověření pro přístup k soukromému klíči"; + +/* Dropdown option label for system default for Lightning wallet. */ +"Local default" = "Predeterminada del sistema"; + +/* Button to log into account. + Button to log into an account. */ +"Login" = "Přihlásit se"; + +/* Alert for logging out the user. + Button for logging out the user. + Button to close the alert that informs that the current account has been deleted. */ +"Logout" = "Odhlásit se"; + +/* Reminder message in alert to get customer to verify that their private security account key is saved saved before logging out. */ +"Make sure your nsec account key is saved before you logout or you will lose access to this account" = "Před odhlášením se ujistěte, jestli je váš nsec klíč účtu uložen. Jinak ztratíte přístup k tomuto účtu."; + +/* Dropdown option label for Lightning wallet, Muun. */ +"Muun" = "Muun"; + +/* Label for NIP-05 Verification section of user profile form. */ +"NIP-05 Verification" = "Ověření NIP-05"; + +/* Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key. */ +"No" = "Ne"; + +/* Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists. */ +"No block list found, create a new one? This will overwrite any previous block lists." = "Nebyl nalezen žádný seznam zablokovaných, chcete vytvořit nový? Tím se přepíší všechny předchozí seznamy zablokovaných."; + +/* No search results. */ +"none" = "žádné"; + +/* Dropdown option for selecting no translation service. */ +"None" = "Žádné"; + +/* Alert user that they might be attempting to paste a private key and ask them to confirm. */ +"Note contains \"nsec1\" private key. Are you sure?" = "Poznámka obsahuje \"nsec1\" soukromý klíč. Jste si jisti?"; + +/* Indicates that there are no notes in the timeline to view. */ +"Nothing to see here. Check back later!" = "Zde není nic k vidění. Zkontrolujte později!"; + +/* Toolbar label for Notifications view. */ +"Notifications" = "Upozornění"; + +/* String indicating that a given timestamp just occurred */ +"now" = "nyní"; + +/* Prompt for user to enter in an account key to login. This text shows the characters the key could start with if it was a private key. */ +"nsec1..." = "nsec1..."; + +/* Button for user to report that the account or content has nudity or explicit content. */ +"Nudity or explicit content" = "Nahota nebo explicitní obsah"; + +/* Label indicating that a form input is optional. */ +"optional" = "volitelné"; + +/* No comment provided by engineer. */ +"Paid Relay" = "Placené Relé"; + +/* Button to pay a Lightning invoice. */ +"Pay" = "Zaplatit"; + +/* Navigation bar title for view to pay Lightning invoice. */ +"Pay the Lightning invoice" = "Zaplaťtě Lightning fakturu"; + +/* Alert for deleting the users account. */ +"Permanently Delete Account" = "Trvale odstranit účet"; + +/* Dropdown option label for Lightning wallet, Phoenix. */ +"Phoenix" = "Phoenix"; + +/* Prompt selection of DeepL subscription plan to perform machine translations on notes */ +"Plan" = "Plan"; + +/* Button to post a note. */ +"Post" = "Zveřejnit"; + +/* Text to indicate that what is being shown is a post from a user who has been blocked. */ +"Post from a user you've blocked" = "Příspěvek od zablokovaného uživatele"; + +/* Label for filter for seeing only posts (instead of posts and replies). */ +"Posts" = "Příspěvky"; + +/* Label for filter for seeing posts and replies (instead of only posts). */ +"Posts & Replies" = "Příspěvky a odpovědi"; + +/* Heading indicating that this application keeps personally identifiable information private. A sentence describing what is done to keep data private comes after this heading. */ +"Private" = "Soukromé"; + +/* Title of the secure field that holds the user's private key. */ +"Private Key" = "Soukromý klíč"; + +/* Dropdown option for selecting Pro plan for DeepL translation service. */ +"Pro" = "Pro"; + +/* Sidebar menu label for Profile view. */ +"Profile" = "Profil"; + +/* Label for Profile Picture section of user profile form. */ +"Profile Picture" = "Profilová fotka"; + +/* Section title for the user's public account ID. */ +"Public Account ID" = "Veřejné ID účtu"; + +/* Label indicating that the text is a user's public account key. */ +"Public key" = "Veřejný klíč"; + +/* Label indicating that the text is a user's public account key. */ +"Public Key" = "Veřejný klíč"; + +/* Prompt to ask user if the key they entered is a public key. */ +"Public Key?" = "Je to veřejný klíč?"; + +/* Navigation bar title for Reactions view. */ +"Reactions" = "Reacciones"; + +/* Section title for recommend relay servers that could be added as part of configuration */ +"Recommended Relays" = "Doporučené Relé"; + +/* Button to reject the end user license agreement, which disallows the user from being let into the app. */ +"Reject" = "Zamítnout"; + +/* Label to display relay address. + Text field for relay server. Used for testing purposes. */ +"Relay" = "Relé"; + +/* Sidebar menu label for Relays view. */ +"Relays" = "Relé"; + +/* Description of what was done as a result of sending a report to relay servers. */ +"Relays have been notified and clients will be able to use this information to filter content. Thank you!" = "Relé byly informovány a klienti budou moci tyto informace použít k filtrování obsahu. Děkujeme!"; + +/* Button label to remove all participants from a note reply. */ +"Remove all" = "Odebrat všechny"; + +/* Accessibility label for reply button */ +"Reply" = "Odpovědět"; + +/* Label to indicate that the user is replying to themself. */ +"Reply to self" = "Odpovědět sobě"; + +/* Label to indicate that the user is replying to 2 users. */ +"Replying to %@ & %@" = "Reagovat na %1$@ a %2$@"; + +/* Indicating that the user is replying to the following listed people. */ +"Replying to:" = "Reagovat na:"; + +/* Button to report a profile. + Context menu option for reporting content. */ +"Report" = "Nahlásit"; + +/* Label indicating that the text underneath is the identifier of the report that was sent to relay servers. */ +"Report ID:" = "ID nahlášení:"; + +/* Message indicating that a report was successfully sent to relay servers. */ +"Report sent!" = "Nahlášeno!"; + +/* Button to confirm reposting a post. + Title of alert for confirming to repost a post. */ +"Repost" = "Přesdílet"; + +/* Text indicating that the post was reposted (i.e. re-shared). */ +"Reposted" = "Přesdíleno"; + +/* Navigation bar title for Reposts view. */ +"Reposts" = "Přesdílené"; + +/* Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message. */ +"Requests" = "Žádosti"; + +/* Button to retry completing account creation after an error occurred. */ +"Retry" = "Opakovat"; + +/* Dropdown option label for Lightning wallet, River */ +"River" = "River"; + +/* Example username of Bitcoin creator(s), Satoshi Nakamoto. */ +"satoshi" = "satoshi"; + +/* Name of Bitcoin creator(s). */ +"Satoshi Nakamoto" = "Satoshi Nakamoto"; + +/* Button for saving profile. */ +"Save" = "Uložit"; + +/* Context menu option to save an image. */ +"Save Image" = "Uložit obrázek"; + +/* Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. */ +"Scan the code" = "Naskenovat kód"; + +/* Navigation link to search hashtag. */ +"Search hashtag: #%@" = "Hledat hashtag: #%@"; + +/* Placeholder text to prompt entry of search query. */ +"Search..." = "Hledat..."; + +/* Section title for user's secret account login key. */ +"Secret Account Login Key" = "Tajný klíč pro přihlášení k účtu"; + +/* Title of section for selecting a Lightning wallet to pay a Lightning invoice. */ +"Select a Lightning wallet" = "Vyberte Lightning peněženku "; + +/* Prompt selection of user's default wallet */ +"Select default wallet" = "Vyberte výchozí peněženku"; + +/* Text prompt for user to send a message to the other user. */ +"Send a message to start the conversation..." = "Pošlete zprávu a zahajte konverzaci..."; + +/* Prompt selection of LibreTranslate server to perform machine translations on notes */ +"Server" = "Server"; + +/* Prompt selection of translation service provider. */ +"Service" = "Služba"; + +/* Navigation title for Settings view. + Sidebar menu label for accessing the app settings */ +"Settings" = "Nastavení"; + +/* Button to share a post + Button to share an image. + Button to share the link to a profile. */ +"Share" = "Sdílet"; + +/* Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key. */ +"Show" = "Zobrazit"; + +/* Button to show the DeepL translation API key. + Button to show the LibreTranslate server API key. */ +"Show API Key" = "Zobrazit klíč API"; + +/* Toggle to show or hide selection of wallet. */ +"Show wallet selector" = "Zobrazit výběr peněženky"; + +/* Sidebar menu label to sign out of the account. */ +"Sign out" = "Odhlásit"; + +/* Label to display relay software. */ +"Software" = "Software"; + +/* Dropdown option label for Lightning wallet, Strike. */ +"Strike" = "Strike"; + +/* Label to display relay's supported NIPs. */ +"Supported NIPs" = "Podporované NIP-y "; + +/* Button to close out of alert that informs that the action to block a user was successful. */ +"Thanks!" = "Děkuji!"; + +/* Button for user to report that the account is impersonating someone. */ +"They are impersonating someone" = "Za někoho se vydává"; + +/* No comment provided by engineer. */ +"This is a paid relay, you must pay for posts to be accepted." = "Jedná se o placené Relé, musíte zaplatit za příspěvky, které mají být přijaty."; + +/* Warning that the inputted account key is a public key and the result of what happens because of it. */ +"This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective." = " Jedná se o veřejný klíč, takže nebudete moci odesílat příspěvky ani nijak komunikovat. Slouží k zobrazení vašeho účtů z perspektivy sledujících."; + +/* Warning that the inputted account key for login is an old-style and asking user to verify if it is a public key. */ +"This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key." = "Jedná se o nostr klíč starého typu. Nejsme si jisti, zda se jedná o veřejný nebo soukromý klíč. Pokud se jedná o veřejný klíč, přepněte prosím tlačítko níže."; + +/* Label to describe that a public key is the user's account ID and what they can do with it. */ +"This is your account ID, you can give this to your friends so that they can follow you. Click to copy." = "Toto je vaše ID účtu, které můžete dát svým přátelům, aby vás mohli začít sledovat. Klikněte pro zkopírování."; + +/* Label to describe that a private key is the user's secret account key and what they should do with it. */ +"This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!" = "Toto je vaše tajné heslo, které potřebujete pro přístup ke svému účtu. Nikomu ho nesdělujte! Uložte jej do správce hesel a chraňte jej!"; + +/* Navigation bar title for note thread. */ +"Thread" = "Vlákno"; + +/* No comment provided by engineer. */ +"To filter your %@ feed, please choose applicable relays from the list below:" = "Chcete-li filtrovat %@ obsah, vyberte příslušné Relé z níže uvedeného seznamu:"; + +/* Button to translate note from different language. */ +"Translate Note" = "Přeložit poznámku"; + +/* Button to indicate that the note has been translated from a different language. */ +"Translated from (lang)" = "Přeloženo z jazyku (lang)"; + +/* Button to indicate that the note is in the process of being translated from a different language. */ +"Translating from (lang)..." = "Překládáno z jazyka (lang)..."; + +/* Section title for selecting the translation service. */ +"Translations" = "Překlady"; + +/* Text field prompt asking user to type the word DELETE to confirm that they want to proceed with deleting their account. The all caps lock DELETE word should not be translated. Everything else should. */ +"Type DELETE to delete" = "Napište \"DELETE\" pro smazání"; + +/* Text box prompt to ask user to type their post. */ +"Type your post here..." = "Escribe tu publicación aquí..."; + +/* Button to unfollow a user. */ +"Unfollow" = "Zrušit sledování"; + +/* Text to indicate that the button next to it is in a state that indicates that it is in the process of unfollowing a profile. */ +"Unfollowing" = "Rušení sledování"; + +/* Label to indicate that the user is in the process of unfollowing another user. */ +"Unfollowing..." = "Rušení sledování..."; + +/* Text to indicate that the button next to it is in a state that will unfollow a profile when tapped. */ +"Unfollows" = "Nesleduje"; + +/* Example URL to LibreTranslate server */ +"URL" = "URL"; + +/* Alert message to indicate the user has been blocked */ +"User blocked" = "Uživatel zablokován"; + +/* Alert message that informs a user was blocked. */ +"User has been blocked" = "Uživatel byl zablokován"; + +/* Label for Username section of user profile form. + Label to prompt username entry. */ +"Username" = "Uživatelské jméno"; + +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ +"Version" = "Verze"; + +/* Sidebar menu label for Wallet view. */ +"Wallet" = "Billetera"; + +/* Dropdown option label for Lightning wallet, Wallet of Satoshi. */ +"Wallet of Satoshi" = "Wallet of Satoshi"; + +/* Section title for selection of wallet. */ +"Wallet Selector" = "Výběr peněženek"; + +/* Label for Website section of user profile form. */ +"Website" = "Webová stránka"; + +/* Welcoming message to the reader. The variable is 'you', the reader. */ +"Welcome to the social network %@ control." = "Vítejte v sociální síti %@, kterou máte pod kontrolou."; + +/* Text to welcome user. */ +"Welcome, %@!" = "Vítáme vás, %@!"; + +/* Header text to prompt user what issue they want to report. */ +"What do you want to report?" = "Co chcete nahlásit?"; + +/* Placeholder example for relay server address. */ +"wss://some.relay.com" = "wss://vlastni.rele.com"; + +/* Text of button that confirms to overwrite the existing mutelist. */ +"Yes, Overwrite" = "Ano, přepsat"; + +/* Button to proceed with posting a note even though it looks like they might be posting a private key. */ +"Yes, Post with Private Key" = "Ano, publikovat se soukromým klíčem"; + +/* You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself. */ +"you" = "tú"; + +/* Label for Your Name section of user profile form. */ +"Your Name" = "Vaše jméno"; + +/* Footer text to inform user what will happen when the report is submitted. */ +"Your report will be sent to the relays you are connected to" = "Nahlášení bude odesláno na všechny relé, ke kterým jste připojen."; + +/* Accessibility label for zap button */ +"Zap" = "Zap"; + +/* Navigation bar title for the Zaps view. */ +"Zaps" = "Zapy"; + +/* Dropdown option label for Lightning wallet, Zebedee. */ +"Zebedee" = "Zebedee"; + +/* Dropdown option label for Lightning wallet, Zeus LN. */ +"Zeus LN" = "Zeus LN"; + diff --git a/damus/cs.lproj/Localizable.stringsdict b/damus/cs.lproj/Localizable.stringsdict @@ -0,0 +1,190 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>collapsed_event_view_other_notes</key> + <dict> + <key>NOTES</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>%d other notes</string> + <key>many</key> + <string>%d other notes</string> + <key>one</key> + <string>%d jiná poznámka</string> + <key>other</key> + <string>%d jiné poznámky</string> + </dict> + <key>NSStringLocalizedFormatKey</key> + <string>··· %#@NOTES@ ···</string> + </dict> + <key>followers_count</key> + <dict> + <key>FOLLOWERS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>Followers</string> + <key>many</key> + <string>Followers</string> + <key>one</key> + <string>Seguidor</string> + <key>other</key> + <string>Sledují</string> + </dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@FOLLOWERS@</string> + </dict> + <key>reactions_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@REACTIONS@</string> + <key>REACTIONS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>Reactions</string> + <key>many</key> + <string>Reactions</string> + <key>one</key> + <string>Reakce</string> + <key>other</key> + <string>Reakce</string> + </dict> + </dict> + <key>relays_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@RELAYS@</string> + <key>RELAYS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>Relays</string> + <key>many</key> + <string>Relays</string> + <key>one</key> + <string>Relé</string> + <key>other</key> + <string>Relé</string> + </dict> + </dict> + <key>replying_to_one_and_others</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>Odpověď na %@%#@OTHERS@</string> + <key>OTHERS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string> &amp; %d others</string> + <key>many</key> + <string> &amp; %d others</string> + <key>one</key> + <string> a %d další</string> + <key>other</key> + <string> a %d další</string> + <key>zero</key> + <string></string> + </dict> + </dict> + <key>replying_to_two_and_others</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>Odpovědět na %@, %@%#@OTHERS@</string> + <key>OTHERS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string> &amp; %d others</string> + <key>many</key> + <string> &amp; %d others</string> + <key>one</key> + <string> a %d další</string> + <key>other</key> + <string> a %d další</string> + <key>zero</key> + <string></string> + </dict> + </dict> + <key>reposts_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@REPOSTS@</string> + <key>REPOSTS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>Reposts</string> + <key>many</key> + <string>Reposts</string> + <key>one</key> + <string>Přesdílet</string> + <key>other</key> + <string>Přesdílené </string> + </dict> + </dict> + <key>sats_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%1$#@SATS@</string> + <key>SATS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>@</string> + <key>few</key> + <string>%2$@ sats</string> + <key>many</key> + <string>%2$@ sats</string> + <key>one</key> + <string>%2$@ sat</string> + <key>other</key> + <string>%2$@ satů</string> + </dict> + </dict> + <key>zaps_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>Zaps</string> + <key>many</key> + <string>Zaps</string> + <key>one</key> + <string>Zap</string> + <key>other</key> + <string>Zapů</string> + </dict> + </dict> +</dict> +</plist> diff --git a/translations/cs.xliff b/translations/cs.xliff @@ -0,0 +1,1681 @@ +<?xml version="1.0" ?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd"> + <file original="damus/en-US.lproj/InfoPlist.strings" source-language="en-US" target-language="cs" datatype="plaintext"> + <header> + <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> + </header> + <body> + <trans-unit id="CFBundleDisplayName" xml:space="preserve"> + <source>Damus</source> + <target>Damus</target> + + <note>Bundle display name</note> + </trans-unit> + <trans-unit id="CFBundleName" xml:space="preserve"> + <source>damus</source> + <target>damus</target> + + <note>Bundle name</note> + </trans-unit> + <trans-unit id="NSFaceIDUsageDescription" xml:space="preserve"> + <source>Local authentication to access private key</source> + <target>Místní ověření pro přístup k privátnímu klíči</target> + + <note>Privacy - Face ID Usage Description</note> + </trans-unit> + <trans-unit id="NSPhotoLibraryAddUsageDescription" xml:space="preserve"> + <source>Granting Damus access to your photos allows you to save images.</source> + <target>Udělení přístupu Damusu k fotografiím vám umožní ukládat obrázky.</target> + + <note>Privacy - Photo Library Additions Usage Description</note> + </trans-unit> + </body> + </file> + <file original="damus/en-US.lproj/Localizable.strings" source-language="en-US" target-language="cs" datatype="plaintext"> + <header> + <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> + </header> + <body> + <trans-unit id="%@ %@" xml:space="preserve"> + <source>%@ %@</source> + <target>%@ %@</target> + + <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 relay servers a user is connected. In source English, the first variable is the number of relay servers, and the second variable is 'Relay' or 'Relays'.</note> + </trans-unit> + <trans-unit id="%@ has been blocked" xml:space="preserve"> + <source>%@ has been blocked</source> + <target>%@ byl zablokován</target> + + <note>Alert message that informs a user was blocked.</note> + </trans-unit> + <trans-unit id="%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction." xml:space="preserve"> + <source>%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction.</source> + <target>%@. Vytvoření účtu nevyžaduje telefonní číslo, e-mail ani jméno. Začněte ihned bez dřiny.</target> + + <note>Explanation of what is done to keep personally identifiable information private. There is a heading that precedes this explanation which is a variable to this string.</note> + </trans-unit> + <trans-unit id="%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" xml:space="preserve"> + <source>%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs</source> + <target>%@. End-to-End šifrované soukromé zprávy. Udržujte Technologické Giganty mimo vaše soukromé zprávy.</target> + + <note>Explanation of what is done to keep private data encrypted. There is a heading that precedes this explanation which is a variable to this string.</note> + </trans-unit> + <trans-unit id="%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet." xml:space="preserve"> + <source>%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet.</source> + <target>%@. Dávejte odměny na příspěvky svých přátel a štosujte saty na Bitcoinu⚡️, nativní měně internetu.</target> + + <note>Explanation of what can be done by users to earn money. There is a heading that precedes this explanation which is a variable to this string.</note> + </trans-unit> + <trans-unit id="%lld/%lld" xml:space="preserve"> + <source>%lld/%lld</source> + <target>%lld/%lld</target> + + <note>Fraction of how many of the user's relay servers that are operational.</note> + </trans-unit> + <trans-unit id="'%@' at '%@' will be used for verification" xml:space="preserve"> + <source>'%@' at '%@' will be used for verification</source> + <target>'%@' na '%@' se použije pro účely ověření</target> + + <note>Description of how the nip05 identifier would be used for verification.</note> + </trans-unit> + <trans-unit id="'%@' is an invalid NIP-05 identifier. It should look like an email." xml:space="preserve"> + <source>'%@' is an invalid NIP-05 identifier. It should look like an email.</source> + <target>'%@' je neplatný identifikátor NIP-05. Měl by vypadat jako e-mail.</target> + + <note>Description of why the nip05 identifier is invalid.</note> + </trans-unit> + <trans-unit id="(Profile.displayName(profile: profile, pubkey: whos))'s Followers" xml:space="preserve"> + <source>(Profile.displayName(profile: profile, pubkey: whos))'s Followers</source> + <target>Uživatele (Profile.displayName(profile: profile, pubkey: whos)) sledují</target> + + <note>Navigation bar title for view that shows who is following a user.</note> + </trans-unit> + <trans-unit id="(who) following" xml:space="preserve"> + <source>(who) following</source> + <target>(who) sleduje</target> + + <note>Navigation bar title for view that shows who a user is following.</note> + </trans-unit> + <trans-unit id="API Key (optional)" xml:space="preserve"> + <source>API Key (optional)</source> + <target>Klíč API (volitelný)</target> + + <note>Prompt for optional entry of API Key to use translation server.</note> + </trans-unit> + <trans-unit id="API Key (required)" xml:space="preserve"> + <source>API Key (required)</source> + <target>Klíč API (volitelný)</target> + + <note>Prompt for required entry of API Key to use translation server.</note> + </trans-unit> + <trans-unit id="About" xml:space="preserve"> + <source>About</source> + <target>Informace</target> + + <note>Label to prompt for about text entry for user to describe about themself.</note> + </trans-unit> + <trans-unit id="About Me" xml:space="preserve"> + <source>About Me</source> + <target>O mně</target> + + <note>Label for About Me section of user profile form.</note> + </trans-unit> + <trans-unit id="Absolute Boss" xml:space="preserve"> + <source>Absolute Boss</source> + <target>Absolutní šéf</target> + + <note>Placeholder text for About Me description.</note> + </trans-unit> + <trans-unit id="Accept" xml:space="preserve"> + <source>Accept</source> + <target>Přijmout</target> + + <note>Button to accept the end user license agreement before being allowed into the app.</note> + </trans-unit> + <trans-unit id="Account ID" xml:space="preserve"> + <source>Account ID</source> + <target>ID účtu</target> + + <note>Label to indicate the public ID of the account.</note> + </trans-unit> + <trans-unit id="Actions" xml:space="preserve"> + <source>Actions</source> + <target>Akce</target> + + <note>Title for confirmation dialog to either share, report, or block a profile.</note> + </trans-unit> + <trans-unit id="Add" xml:space="preserve"> + <source>Add</source> + <target>Přidat</target> + + <note>Button to add recommended relay server. + Button to confirm adding user inputted relay.</note> + </trans-unit> + <trans-unit id="Add Relay" xml:space="preserve"> + <source>Add Relay</source> + <target>Přidat relé</target> + + <note>Label for section for adding a relay server.</note> + </trans-unit> + <trans-unit id="Add all" xml:space="preserve"> + <source>Add all</source> + <target>Přidat všechny</target> + + <note>Button label to re-add all original participants as profiles to reply to in a note</note> + </trans-unit> + <trans-unit id="Admin" xml:space="preserve"> + <source>Admin</source> + <target>Administrátor</target> + + <note>Label to display relay contact user.</note> + </trans-unit> + <trans-unit id="Any" xml:space="preserve"> + <source>Any</source> + <target>Libovolná částka</target> + + <note>Any amount of sats</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>Opravdu to chcete přesdílet?</target> + + <note>Alert message to ask if user wants to repost a post.</note> + </trans-unit> + <trans-unit id="Banner Image" xml:space="preserve"> + <source>Banner Image</source> + <target>Obrázek pozadí</target> + + <note>Label for Banner Image section of user profile form.</note> + </trans-unit> + <trans-unit id="Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus." xml:space="preserve"> + <source>Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus.</source> + <target>Než začnete, musíte si uložit informace o svém účtu, jinak se v budoucnu nebudete moci přihlásit, pokud Damus někdy odinstalujete.</target> + + <note>Reminder to user that they should save their account information.</note> + </trans-unit> + <trans-unit id="Bitcoin Beach" xml:space="preserve"> + <source>Bitcoin Beach</source> + <target>Bitcoin Beach</target> + + <note>Dropdown option label for Lightning wallet, Bitcoin Beach.</note> + </trans-unit> + <trans-unit id="Bitcoin Lightning Tips" xml:space="preserve"> + <source>Bitcoin Lightning Tips</source> + <target>Lightning Bitcoin Odměny </target> + + <note>Label for Bitcoin Lightning Tips section of user profile form.</note> + </trans-unit> + <trans-unit id="Blixt Wallet" xml:space="preserve"> + <source>Blixt Wallet</source> + <target>Blixt Wallet</target> + + <note>Dropdown option label for Lightning wallet, Blixt Wallet</note> + </trans-unit> + <trans-unit id="Block" xml:space="preserve"> + <source>Block</source> + <target>Zablokovat</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>Zablokovat %@?</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>Zablokovaní uživatele</target> + + <note>Title of alert for blocking a user.</note> + </trans-unit> + <trans-unit id="Blocked" xml:space="preserve"> + <source>Blocked</source> + <target>Blokováno</target> + + <note>Sidebar menu label for Profile view.</note> + </trans-unit> + <trans-unit id="Blocked Users" xml:space="preserve"> + <source>Blocked Users</source> + <target>Zablokovaní uživatelé</target> + + <note>Navigation title of view to see list of blocked users.</note> + </trans-unit> + <trans-unit id="Blue Wallet" xml:space="preserve"> + <source>Blue Wallet</source> + <target>Blue Wallet</target> + + <note>Dropdown option label for Lightning wallet, Blue Wallet.</note> + </trans-unit> + <trans-unit id="Boosts" xml:space="preserve"> + <source>Boosts</source> + <target>Boosts</target> + + <note>Accessibility label for boosts button</note> + </trans-unit> + <trans-unit id="Breez" xml:space="preserve"> + <source>Breez</source> + <target>Breez</target> + + <note>Dropdown option label for Lightning wallet, Breez.</note> + </trans-unit> + <trans-unit id="Broadcast" xml:space="preserve"> + <source>Broadcast</source> + <target>Převysílat</target> + + <note>Context menu option for broadcasting the user's note to all of the user's connected relay servers.</note> + </trans-unit> + <trans-unit id="Cancel" xml:space="preserve"> + <source>Cancel</source> + <target>Zrušit</target> + + <note>Alert button to cancel out of alert for blocking a user. + Button to cancel out of alert that creates a new mutelist. + Button to cancel out of posting a note. + Button to cancel out of reposting a post. + Button to cancel out of view adding user inputted relay. + Cancel deleting the user. + Cancel out of logging out the user.</note> + </trans-unit> + <trans-unit id="Cash App" xml:space="preserve"> + <source>Cash App</source> + <target>Cash App</target> + + <note>Dropdown option label for Lightning wallet, Cash App.</note> + </trans-unit> + <trans-unit id="Clear" xml:space="preserve"> + <source>Clear</source> + <target>Vyčistit</target> + + <note>Button for clearing cached data.</note> + </trans-unit> + <trans-unit id="Clear Cache" xml:space="preserve"> + <source>Clear Cache</source> + <target>Vyčistit mezipaměť</target> + + <note>Section title for clearing cached data.</note> + </trans-unit> + <trans-unit id="Contact" xml:space="preserve"> + <source>Contact</source> + <target>Kontakt</target> + + <note>Label to display relay contact information.</note> + </trans-unit> + <trans-unit id="Copied" xml:space="preserve"> + <source>Copied</source> + <target>Zkopírováno</target> + + <note>Label indicating that a user's key was copied.</note> + </trans-unit> + <trans-unit id="Copy" xml:space="preserve"> + <source>Copy</source> + <target>Kopírovat</target> + + <note>Button to copy a relay server address.</note> + </trans-unit> + <trans-unit id="Copy Account ID" xml:space="preserve"> + <source>Copy Account ID</source> + <target>Kopírovat ID účtu</target> + + <note>Context menu option for copying the ID of the account that created the note.</note> + </trans-unit> + <trans-unit id="Copy Image" xml:space="preserve"> + <source>Copy Image</source> + <target>Zkopírovat obrázek</target> + + <note>Context menu option to copy an image into clipboard. + Context menu option to copy an image to clipboard.</note> + </trans-unit> + <trans-unit id="Copy Image URL" xml:space="preserve"> + <source>Copy Image URL</source> + <target>Zkopírovat adresu obrázku</target> + + <note>Context menu option to copy the URL of an image into clipboard.</note> + </trans-unit> + <trans-unit id="Copy LNURL" xml:space="preserve"> + <source>Copy LNURL</source> + <target>Zkopírovat LNURL</target> + + <note>Context menu option for copying a user's Lightning URL.</note> + </trans-unit> + <trans-unit id="Copy Note ID" xml:space="preserve"> + <source>Copy Note ID</source> + <target>Zkopírovat ID poznámky</target> + + <note>Context menu option for copying the ID of the note.</note> + </trans-unit> + <trans-unit id="Copy Note JSON" xml:space="preserve"> + <source>Copy Note JSON</source> + <target>Zkopírovat JSON poznámky</target> + + <note>Context menu option for copying the JSON text from the note.</note> + </trans-unit> + <trans-unit id="Copy Report ID" xml:space="preserve"> + <source>Copy Report ID</source> + <target>Zkopírovat ID hlášení</target> + + <note>Button to copy report ID.</note> + </trans-unit> + <trans-unit id="Copy Text" xml:space="preserve"> + <source>Copy Text</source> + <target>Zkopírovat text</target> + + <note>Context menu option for copying the text from an note.</note> + </trans-unit> + <trans-unit id="Copy User Pubkey" xml:space="preserve"> + <source>Copy User Pubkey</source> + <target>Zkopírovat adresu uživatele</target> + + <note>Context menu option for copying the ID of the user who created the note.</note> + </trans-unit> + <trans-unit id="Copy invoice" xml:space="preserve"> + <source>Copy invoice</source> + <target>Zkopírovat fakturu</target> + + <note>Title of section for copying a Lightning invoice identifier.</note> + </trans-unit> + <trans-unit id="Could not find user to block..." xml:space="preserve"> + <source>Could not find user to block...</source> + <target>Nepodařilo se najít uživatele k zablokování...</target> + + <note>Alert message to indicate that the blocked user could not be found.</note> + </trans-unit> + <trans-unit id="Create" xml:space="preserve"> + <source>Create</source> + <target>Vytvořit</target> + + <note>Button to create account.</note> + </trans-unit> + <trans-unit id="Create Account" xml:space="preserve"> + <source>Create Account</source> + <target>Vytvořit účet</target> + + <note>Button to create an account.</note> + </trans-unit> + <trans-unit id="Create new mutelist" xml:space="preserve"> + <source>Create new mutelist</source> + <target>Vytvoření nového seznamu umlčených</target> + + <note>Title of alert prompting the user to create a new mutelist.</note> + </trans-unit> + <trans-unit id="Creator(s) of Bitcoin. Absolute legend." xml:space="preserve"> + <source>Creator(s) of Bitcoin. Absolute legend.</source> + <target>Zakladatel(é) Bitcoinu. Absolutní legenda.</target> + + <note>Example description about Bitcoin creator(s), Satoshi Nakamoto.</note> + </trans-unit> + <trans-unit id="Custom" xml:space="preserve"> + <source>Custom</source> + <target>Vlastní</target> + + <note>Dropdown option for selecting a custom translation server.</note> + </trans-unit> + <trans-unit id="DMs" xml:space="preserve"> + <source>DMs</source> + <target>Soukromé zprávy</target> + + <note>Navigation title for DMs view, where DM is the English abbreviation for Direct Message. + Navigation title for view of DMs, where DM is an English abbreviation for Direct Message.</note> + </trans-unit> + <trans-unit id="Damus" xml:space="preserve"> + <source>Damus</source> + <target>Damus</target> + + <note>Name of the app, shown on the first screen when user is not logged in.</note> + </trans-unit> + <trans-unit id="DeepL (Proprietary, Higher Accuracy)" xml:space="preserve"> + <source>DeepL (Proprietary, Higher Accuracy)</source> + <target>DeepL (Vlastní, Největší presnost)</target> + + <note>Dropdown option for selecting DeepL as the translation service.</note> + </trans-unit> + <trans-unit id="Default Wallet" xml:space="preserve"> + <source>Default Wallet</source> + <target>Výchozí peněženka</target> + + <note>Button to pay a Lightning invoice with the user's default Lightning wallet.</note> + </trans-unit> + <trans-unit id="Default Zap Amount in sats" xml:space="preserve"> + <source>Default Zap Amount in sats</source> + <target>Výchozí množství Zapů v satech</target> + + <note>Section title for zap configuration</note> + </trans-unit> + <trans-unit id="Delete" xml:space="preserve"> + <source>Delete</source> + <target>Smazat</target> + + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + <target>Smazat účet</target> + + <note>Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + <target>Účet je smazán</target> + + <note>Alert message to indicate this is a deleted account</note> + </trans-unit> + <trans-unit id="Description" xml:space="preserve"> + <source>Description</source> + <target>Popis</target> + + <note>Label to display relay description.</note> + </trans-unit> + <trans-unit id="Dismiss" xml:space="preserve"> + <source>Dismiss</source> + <target>Odmítnout</target> + + <note>Button to dismiss a text field alert.</note> + </trans-unit> + <trans-unit id="Display Name" xml:space="preserve"> + <source>Display Name</source> + <target>Celé jméno</target> + + <note>Label to prompt display name entry.</note> + </trans-unit> + <trans-unit id="Done" xml:space="preserve"> + <source>Done</source> + <target>Hotovo</target> + + <note>Button to dismiss wallet selection view for paying Lightning invoice.</note> + </trans-unit> + <trans-unit id="EULA" xml:space="preserve"> + <source>EULA</source> + <target>EULA</target> + + <note>Label indicating that the below text is the EULA, an acronym for End User License Agreement.</note> + </trans-unit> + <trans-unit id="Earn Money" xml:space="preserve"> + <source>Earn Money</source> + <target>Získejte peníze</target> + + <note>Heading indicating that this application allows users to earn money.</note> + </trans-unit> + <trans-unit id="Edit" xml:space="preserve"> + <source>Edit</source> + <target>Upravit</target> + + <note>Button to edit user's profile.</note> + </trans-unit> + <trans-unit id="Edit participants" xml:space="preserve"> + <source>Edit participants</source> + <target>Upravit účastníky</target> + + <note>Text indicating that the view is used for editing which participants are replied to in a note.</note> + </trans-unit> + <trans-unit id="Encrypted" xml:space="preserve"> + <source>Encrypted</source> + <target>Šifrované</target> + + <note>Heading indicating that this application keeps private messaging end-to-end encrypted.</note> + </trans-unit> + <trans-unit id="Enter your account key to login:" xml:space="preserve"> + <source>Enter your account key to login:</source> + <target>Pro přihlášení zadejte svůj klíč k účtu:</target> + + <note>Prompt for user to enter an account key to login.</note> + </trans-unit> + <trans-unit id="Error: %@" xml:space="preserve"> + <source>Error: %@</source> + <target>Error: %@</target> + + <note>Error message indicating why saving keys failed.</note> + </trans-unit> + <trans-unit id="Filter" xml:space="preserve"> + <source>Filter</source> + <target>Filtr</target> + + <note>No comment provided by engineer.</note> + </trans-unit> + <trans-unit id="Follow" xml:space="preserve"> + <source>Follow</source> + <target>Sledujte</target> + + <note>Button to follow a user.</note> + </trans-unit> + <trans-unit id="Follow Back" xml:space="preserve"> + <source>Follow Back</source> + <target>Sledovat také</target> + + <note>Button to follow a user back.</note> + </trans-unit> + <trans-unit id="Follow me on nostr" xml:space="preserve"> + <source>Follow me on nostr</source> + <target>Sledujte mě na nostru</target> + + <note>Text on QR code view to prompt viewer looking at screen to follow the user.</note> + </trans-unit> + <trans-unit id="Followers" xml:space="preserve"> + <source>Followers</source> + <target>Sledující</target> + + <note>Label describing followers of a user.</note> + </trans-unit> + <trans-unit id="Following" xml:space="preserve"> + <source>Following</source> + <target>Sleduje</target> + + <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of following a profile. +Part of a larger sentence to describe how many profiles a user is following.</note> + </trans-unit> + <trans-unit id="Following..." xml:space="preserve"> + <source>Following...</source> + <target>Sleduje...</target> + + <note>Label to indicate that the user is in the process of following another user.</note> + </trans-unit> + <trans-unit id="Follows" xml:space="preserve"> + <source>Follows</source> + <target>Sledující</target> + + <note>Text to indicate that button next to it is in a state that will follow a profile when tapped.</note> + </trans-unit> + <trans-unit id="Follows you" xml:space="preserve"> + <source>Follows you</source> + <target>Sleduje vás</target> + + <note>Text to indicate that a user is following your profile.</note> + </trans-unit> + <trans-unit id="Free" xml:space="preserve"> + <source>Free</source> + <target>Bezplatný</target> + + <note>Dropdown option for selecting Free plan for DeepL translation service.</note> + </trans-unit> + <trans-unit id="Get API Key" xml:space="preserve"> + <source>Get API Key</source> + <target>Získat klíč API</target> + + <note>Button to navigate to DeepL website to get a translation API key.</note> + </trans-unit> + <trans-unit id="Global" xml:space="preserve"> + <source>Global</source> + <target>Globální</target> + + <note>Navigation bar title for Global view where posts from all connected relay servers appear.</note> + </trans-unit> + <trans-unit id="Goto post %@" xml:space="preserve"> + <source>Goto post %@</source> + <target>Přejít na příspěvek %@</target> + + <note>Navigation link to go to post referenced by hex code.</note> + </trans-unit> + <trans-unit id="Goto profile %@" xml:space="preserve"> + <source>Goto profile %@</source> + <target>Přejít na profil %@</target> + + <note>Navigation link to go to profile.</note> + </trans-unit> + <trans-unit id="Hide" xml:space="preserve"> + <source>Hide</source> + <target>Skrýt</target> + + <note>Button to hide a post from a user who has been blocked.</note> + </trans-unit> + <trans-unit id="Hide API Key" xml:space="preserve"> + <source>Hide API Key</source> + <target>Skrýt klíč API</target> + + <note>Button to hide the DeepL translation API key. + Button to hide the LibreTranslate server API key.</note> + </trans-unit> + <trans-unit id="Home" xml:space="preserve"> + <source>Home</source> + <target>Domů</target> + + <note>Navigation bar title for Home view where posts and replies appear from those who the user is following.</note> + </trans-unit> + <trans-unit id="Illegal content" xml:space="preserve"> + <source>Illegal content</source> + <target>Nelegální obsah</target> + + <note>Button for user to report that the account or content has illegal content.</note> + </trans-unit> + <trans-unit id="Invalid key" xml:space="preserve"> + <source>Invalid key</source> + <target>Neplatný klíč</target> + + <note>Error message indicating that an invalid account key was entered for login.</note> + </trans-unit> + <trans-unit id="It's spam" xml:space="preserve"> + <source>It's spam</source> + <target>Jde o spam</target> + + <note>Button for user to report that the account or content has spam.</note> + </trans-unit> + <trans-unit id="LNLink" xml:space="preserve"> + <source>LNLink</source> + <target>LNLink</target> + + <note>Dropdown option label for Lightning wallet, LNLink.</note> + </trans-unit> + <trans-unit id="Left Handed" xml:space="preserve"> + <source>Left Handed</source> + <target>Pro leváky</target> + + <note>Moves the post button to the left side of the screen</note> + </trans-unit> + <trans-unit id="Let's go!" xml:space="preserve"> + <source>Let's go!</source> + <target>Jdeme na to!</target> + + <note>Button to complete account creation and start using the app.</note> + </trans-unit> + <trans-unit id="LibreTranslate (Open Source)" xml:space="preserve"> + <source>LibreTranslate (Open Source)</source> + <target>LibreTranslate (Open Source)</target> + + <note>Dropdown option for selecting LibreTranslate as the translation service.</note> + </trans-unit> + <trans-unit id="Lightning Address or LNURL" xml:space="preserve"> + <source>Lightning Address or LNURL</source> + <target>Lightning adresa nebo LNURL</target> + + <note>Placeholder text for entry of Lightning Address or LNURL.</note> + </trans-unit> + <trans-unit id="Lightning Invoice" xml:space="preserve"> + <source>Lightning Invoice</source> + <target>Lightning faktura</target> + + <note>Indicates that the view is for paying a Lightning invoice.</note> + </trans-unit> + <trans-unit id="Like" xml:space="preserve"> + <source>Like</source> + <target>To se mi líbí</target> + + <note>Accessibility Label for Like button</note> + </trans-unit> + <trans-unit id="Local authentication to access private key" xml:space="preserve"> + <source>Local authentication to access private key</source> + <target>Biometrické ověření pro přístup k soukromému klíči</target> + + <note>Face ID usage description shown when trying to access private key</note> + </trans-unit> + <trans-unit id="Local default" xml:space="preserve"> + <source>Local default</source> + <target>Predeterminada del sistema</target> + + <note>Dropdown option label for system default for Lightning wallet.</note> + </trans-unit> + <trans-unit id="Login" xml:space="preserve"> + <source>Login</source> + <target>Přihlásit se</target> + + <note>Button to log into account. + Button to log into an account.</note> + </trans-unit> + <trans-unit id="Logout" xml:space="preserve"> + <source>Logout</source> + <target>Odhlásit se</target> + + <note>Alert for logging out the user. + Button for logging out the user. + Button to close the alert that informs that the current account has been deleted.</note> + </trans-unit> + <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> + <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> + <target>Před odhlášením se ujistěte, jestli je váš nsec klíč účtu uložen. Jinak ztratíte přístup k tomuto účtu.</target> + + <note>Reminder message in alert to get customer to verify that their private security account key is saved saved before logging out.</note> + </trans-unit> + <trans-unit id="Muun" xml:space="preserve"> + <source>Muun</source> + <target>Muun</target> + + <note>Dropdown option label for Lightning wallet, Muun.</note> + </trans-unit> + <trans-unit id="NIP-05 Verification" xml:space="preserve"> + <source>NIP-05 Verification</source> + <target>Ověření NIP-05</target> + + <note>Label for NIP-05 Verification section of user profile form.</note> + </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + <target>Ne</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>Nebyl nalezen žádný seznam zablokovaných, chcete vytvořit nový? Tím se přepíší všechny předchozí seznamy zablokovaných.</target> + + <note>Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists.</note> + </trans-unit> + <trans-unit id="None" xml:space="preserve"> + <source>None</source> + <target>Žádné</target> + + <note>Dropdown option for selecting no translation service.</note> + </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + <target>Poznámka obsahuje &quot;nsec1&quot; soukromý klíč. Jste si jisti?</target> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> + <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> + <source>Nothing to see here. Check back later!</source> + <target>Zde není nic k vidění. Zkontrolujte později!</target> + + <note>Indicates that there are no notes in the timeline to view.</note> + </trans-unit> + <trans-unit id="Notifications" xml:space="preserve"> + <source>Notifications</source> + <target>Upozornění</target> + + <note>Toolbar label for Notifications view.</note> + </trans-unit> + <trans-unit id="Nudity or explicit content" xml:space="preserve"> + <source>Nudity or explicit content</source> + <target>Nahota nebo explicitní obsah</target> + + <note>Button for user to report that the account or content has nudity or explicit content.</note> + </trans-unit> + <trans-unit id="Paid Relay" xml:space="preserve"> + <source>Paid Relay</source> + <target>Placené Relé</target> + + <note>No comment provided by engineer.</note> + </trans-unit> + <trans-unit id="Pay" xml:space="preserve"> + <source>Pay</source> + <target>Zaplatit</target> + + <note>Button to pay a Lightning invoice.</note> + </trans-unit> + <trans-unit id="Pay the Lightning invoice" xml:space="preserve"> + <source>Pay the Lightning invoice</source> + <target>Zaplaťtě Lightning fakturu</target> + + <note>Navigation bar title for view to pay Lightning invoice.</note> + </trans-unit> + <trans-unit id="Permanently Delete Account" xml:space="preserve"> + <source>Permanently Delete Account</source> + <target>Trvale odstranit účet</target> + + <note>Alert for deleting the users account.</note> + </trans-unit> + <trans-unit id="Phoenix" xml:space="preserve"> + <source>Phoenix</source> + <target>Phoenix</target> + + <note>Dropdown option label for Lightning wallet, Phoenix.</note> + </trans-unit> + <trans-unit id="Plan" xml:space="preserve"> + <source>Plan</source> + <target>Plan</target> + + <note>Prompt selection of DeepL subscription plan to perform machine translations on notes</note> + </trans-unit> + <trans-unit id="Post" xml:space="preserve"> + <source>Post</source> + <target>Zveřejnit</target> + + <note>Button to post a note.</note> + </trans-unit> + <trans-unit id="Post from a user you've blocked" xml:space="preserve"> + <source>Post from a user you've blocked</source> + <target>Příspěvek od zablokovaného uživatele</target> + + <note>Text to indicate that what is being shown is a post from a user who has been blocked.</note> + </trans-unit> + <trans-unit id="Posts" xml:space="preserve"> + <source>Posts</source> + <target>Příspěvky</target> + + <note>Label for filter for seeing only posts (instead of posts and replies).</note> + </trans-unit> + <trans-unit id="Posts &amp; Replies" xml:space="preserve"> + <source>Posts &amp; Replies</source> + <target>Příspěvky a odpovědi</target> + + <note>Label for filter for seeing posts and replies (instead of only posts).</note> + </trans-unit> + <trans-unit id="Private" xml:space="preserve"> + <source>Private</source> + <target>Soukromé</target> + + <note>Heading indicating that this application keeps personally identifiable information private. A sentence describing what is done to keep data private comes after this heading.</note> + </trans-unit> + <trans-unit id="Private Key" xml:space="preserve"> + <source>Private Key</source> + <target>Soukromý klíč</target> + + <note>Title of the secure field that holds the user's private key.</note> + </trans-unit> + <trans-unit id="Pro" xml:space="preserve"> + <source>Pro</source> + <target>Pro</target> + + <note>Dropdown option for selecting Pro plan for DeepL translation service.</note> + </trans-unit> + <trans-unit id="Profile" xml:space="preserve"> + <source>Profile</source> + <target>Profil</target> + + <note>Sidebar menu label for Profile view.</note> + </trans-unit> + <trans-unit id="Profile Picture" xml:space="preserve"> + <source>Profile Picture</source> + <target>Profilová fotka</target> + + <note>Label for Profile Picture section of user profile form.</note> + </trans-unit> + <trans-unit id="Public Account ID" xml:space="preserve"> + <source>Public Account ID</source> + <target>Veřejné ID účtu</target> + + <note>Section title for the user's public account ID.</note> + </trans-unit> + <trans-unit id="Public Key" xml:space="preserve"> + <source>Public Key</source> + <target>Veřejný klíč</target> + + <note>Label indicating that the text is a user's public account key.</note> + </trans-unit> + <trans-unit id="Public Key?" xml:space="preserve"> + <source>Public Key?</source> + <target>Je to veřejný klíč?</target> + + <note>Prompt to ask user if the key they entered is a public key.</note> + </trans-unit> + <trans-unit id="Public key" xml:space="preserve"> + <source>Public key</source> + <target>Veřejný klíč</target> + + <note>Label indicating that the text is a user's public account key.</note> + </trans-unit> + <trans-unit id="Reactions" xml:space="preserve"> + <source>Reactions</source> + <target>Reacciones</target> + + <note>Navigation bar title for Reactions view.</note> + </trans-unit> + <trans-unit id="Recommended Relays" xml:space="preserve"> + <source>Recommended Relays</source> + <target>Doporučené Relé</target> + + <note>Section title for recommend relay servers that could be added as part of configuration</note> + </trans-unit> + <trans-unit id="Reject" xml:space="preserve"> + <source>Reject</source> + <target>Zamítnout</target> + + <note>Button to reject the end user license agreement, which disallows the user from being let into the app.</note> + </trans-unit> + <trans-unit id="Relay" xml:space="preserve"> + <source>Relay</source> + <target>Relé</target> + + <note>Label to display relay address. + Text field for relay server. Used for testing purposes.</note> + </trans-unit> + <trans-unit id="Relays" xml:space="preserve"> + <source>Relays</source> + <target>Relé</target> + + <note>Sidebar menu label for Relays view.</note> + </trans-unit> + <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> + <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> + <target>Relé byly informovány a klienti budou moci tyto informace použít k filtrování obsahu. Děkujeme!</target> + + <note>Description of what was done as a result of sending a report to relay servers.</note> + </trans-unit> + <trans-unit id="Remove all" xml:space="preserve"> + <source>Remove all</source> + <target>Odebrat všechny</target> + + <note>Button label to remove all participants from a note reply.</note> + </trans-unit> + <trans-unit id="Reply" xml:space="preserve"> + <source>Reply</source> + <target>Odpovědět</target> + + <note>Accessibility label for reply button</note> + </trans-unit> + <trans-unit id="Reply to self" xml:space="preserve"> + <source>Reply to self</source> + <target>Odpovědět sobě</target> + + <note>Label to indicate that the user is replying to themself.</note> + </trans-unit> + <trans-unit id="Replying to %@ &amp; %@" xml:space="preserve"> + <source>Replying to %1$@ &amp; %2$@</source> + <target>Reagovat na %1$@ a %2$@</target> + + <note>Label to indicate that the user is replying to 2 users.</note> + </trans-unit> + <trans-unit id="Replying to:" xml:space="preserve"> + <source>Replying to:</source> + <target>Reagovat na:</target> + + <note>Indicating that the user is replying to the following listed people.</note> + </trans-unit> + <trans-unit id="Report" xml:space="preserve"> + <source>Report</source> + <target>Nahlásit</target> + + <note>Button to report a profile. + Context menu option for reporting content.</note> + </trans-unit> + <trans-unit id="Report ID:" xml:space="preserve"> + <source>Report ID:</source> + <target>ID nahlášení:</target> + + <note>Label indicating that the text underneath is the identifier of the report that was sent to relay servers.</note> + </trans-unit> + <trans-unit id="Report sent!" xml:space="preserve"> + <source>Report sent!</source> + <target>Nahlášeno!</target> + + <note>Message indicating that a report was successfully sent to relay servers.</note> + </trans-unit> + <trans-unit id="Repost" xml:space="preserve"> + <source>Repost</source> + <target>Přesdílet</target> + + <note>Button to confirm reposting a post. + Title of alert for confirming to repost a post.</note> + </trans-unit> + <trans-unit id="Reposted" xml:space="preserve"> + <source>Reposted</source> + <target>Přesdíleno</target> + + <note>Text indicating that the post was reposted (i.e. re-shared).</note> + </trans-unit> + <trans-unit id="Reposts" xml:space="preserve"> + <source>Reposts</source> + <target>Přesdílené</target> + + <note>Navigation bar title for Reposts view.</note> + </trans-unit> + <trans-unit id="Requests" xml:space="preserve"> + <source>Requests</source> + <target>Žádosti</target> + + <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> + </trans-unit> + <trans-unit id="Retry" xml:space="preserve"> + <source>Retry</source> + <target>Opakovat</target> + + <note>Button to retry completing account creation after an error occurred.</note> + </trans-unit> + <trans-unit id="River" xml:space="preserve"> + <source>River</source> + <target>River</target> + + <note>Dropdown option label for Lightning wallet, River</note> + </trans-unit> + <trans-unit id="Satoshi Nakamoto" xml:space="preserve"> + <source>Satoshi Nakamoto</source> + <target>Satoshi Nakamoto</target> + + <note>Name of Bitcoin creator(s).</note> + </trans-unit> + <trans-unit id="Save" xml:space="preserve"> + <source>Save</source> + <target>Uložit</target> + + <note>Button for saving profile.</note> + </trans-unit> + <trans-unit id="Save Image" xml:space="preserve"> + <source>Save Image</source> + <target>Uložit obrázek</target> + + <note>Context menu option to save an image.</note> + </trans-unit> + <trans-unit id="Scan the code" xml:space="preserve"> + <source>Scan the code</source> + <target>Naskenovat kód</target> + + <note>Text on QR code view to prompt viewer to scan the QR code on screen with their device camera.</note> + </trans-unit> + <trans-unit id="Search hashtag: #%@" xml:space="preserve"> + <source>Search hashtag: #%@</source> + <target>Hledat hashtag: #%@</target> + + <note>Navigation link to search hashtag.</note> + </trans-unit> + <trans-unit id="Search..." xml:space="preserve"> + <source>Search...</source> + <target>Hledat...</target> + + <note>Placeholder text to prompt entry of search query.</note> + </trans-unit> + <trans-unit id="Secret Account Login Key" xml:space="preserve"> + <source>Secret Account Login Key</source> + <target>Tajný klíč pro přihlášení k účtu</target> + + <note>Section title for user's secret account login key.</note> + </trans-unit> + <trans-unit id="Select a Lightning wallet" xml:space="preserve"> + <source>Select a Lightning wallet</source> + <target>Vyberte Lightning peněženku </target> + + <note>Title of section for selecting a Lightning wallet to pay a Lightning invoice.</note> + </trans-unit> + <trans-unit id="Select default wallet" xml:space="preserve"> + <source>Select default wallet</source> + <target>Vyberte výchozí peněženku</target> + + <note>Prompt selection of user's default wallet</note> + </trans-unit> + <trans-unit id="Send a message to start the conversation..." xml:space="preserve"> + <source>Send a message to start the conversation...</source> + <target>Pošlete zprávu a zahajte konverzaci...</target> + + <note>Text prompt for user to send a message to the other user.</note> + </trans-unit> + <trans-unit id="Server" xml:space="preserve"> + <source>Server</source> + <target>Server</target> + + <note>Prompt selection of LibreTranslate server to perform machine translations on notes</note> + </trans-unit> + <trans-unit id="Service" xml:space="preserve"> + <source>Service</source> + <target>Služba</target> + + <note>Prompt selection of translation service provider.</note> + </trans-unit> + <trans-unit id="Settings" xml:space="preserve"> + <source>Settings</source> + <target>Nastavení</target> + + <note>Navigation title for Settings view. + Sidebar menu label for accessing the app settings</note> + </trans-unit> + <trans-unit id="Share" xml:space="preserve"> + <source>Share</source> + <target>Sdílet</target> + + <note>Button to share a post + Button to share an image. + Button to share the link to a profile.</note> + </trans-unit> + <trans-unit id="Show" xml:space="preserve"> + <source>Show</source> + <target>Zobrazit</target> + + <note>Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key.</note> + </trans-unit> + <trans-unit id="Show API Key" xml:space="preserve"> + <source>Show API Key</source> + <target>Zobrazit klíč API</target> + + <note>Button to show the DeepL translation API key. + Button to show the LibreTranslate server API key.</note> + </trans-unit> + <trans-unit id="Show wallet selector" xml:space="preserve"> + <source>Show wallet selector</source> + <target>Zobrazit výběr peněženky</target> + + <note>Toggle to show or hide selection of wallet.</note> + </trans-unit> + <trans-unit id="Sign out" xml:space="preserve"> + <source>Sign out</source> + <target>Odhlásit</target> + + <note>Sidebar menu label to sign out of the account.</note> + </trans-unit> + <trans-unit id="Software" xml:space="preserve"> + <source>Software</source> + <target>Software</target> + + <note>Label to display relay software.</note> + </trans-unit> + <trans-unit id="Strike" xml:space="preserve"> + <source>Strike</source> + <target>Strike</target> + + <note>Dropdown option label for Lightning wallet, Strike.</note> + </trans-unit> + <trans-unit id="Supported NIPs" xml:space="preserve"> + <source>Supported NIPs</source> + <target>Podporované NIP-y </target> + + <note>Label to display relay's supported NIPs.</note> + </trans-unit> + <trans-unit id="Thanks!" xml:space="preserve"> + <source>Thanks!</source> + <target>Děkuji!</target> + + <note>Button to close out of alert that informs that the action to block a user was successful.</note> + </trans-unit> + <trans-unit id="They are impersonating someone" xml:space="preserve"> + <source>They are impersonating someone</source> + <target>Za někoho se vydává</target> + + <note>Button for user to report that the account is impersonating someone.</note> + </trans-unit> + <trans-unit id="This is a paid relay, you must pay for posts to be accepted." xml:space="preserve"> + <source>This is a paid relay, you must pay for posts to be accepted.</source> + <target>Jedná se o placené Relé, musíte zaplatit za příspěvky, které mají být přijaty.</target> + + <note>No comment provided by engineer.</note> + </trans-unit> + <trans-unit id="This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective." xml:space="preserve"> + <source>This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective.</source> + <target> Jedná se o veřejný klíč, takže nebudete moci odesílat příspěvky ani nijak komunikovat. Slouží k zobrazení vašeho účtů z perspektivy sledujících.</target> + + <note>Warning that the inputted account key is a public key and the result of what happens because of it.</note> + </trans-unit> + <trans-unit id="This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key." xml:space="preserve"> + <source>This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key.</source> + <target>Jedná se o nostr klíč starého typu. Nejsme si jisti, zda se jedná o veřejný nebo soukromý klíč. Pokud se jedná o veřejný klíč, přepněte prosím tlačítko níže.</target> + + <note>Warning that the inputted account key for login is an old-style and asking user to verify if it is a public key.</note> + </trans-unit> + <trans-unit id="This is your account ID, you can give this to your friends so that they can follow you. Click to copy." xml:space="preserve"> + <source>This is your account ID, you can give this to your friends so that they can follow you. Click to copy.</source> + <target>Toto je vaše ID účtu, které můžete dát svým přátelům, aby vás mohli začít sledovat. Klikněte pro zkopírování.</target> + + <note>Label to describe that a public key is the user's account ID and what they can do with it.</note> + </trans-unit> + <trans-unit id="This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!" xml:space="preserve"> + <source>This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!</source> + <target>Toto je vaše tajné heslo, které potřebujete pro přístup ke svému účtu. Nikomu ho nesdělujte! Uložte jej do správce hesel a chraňte jej!</target> + + <note>Label to describe that a private key is the user's secret account key and what they should do with it.</note> + </trans-unit> + <trans-unit id="Thread" xml:space="preserve"> + <source>Thread</source> + <target>Vlákno</target> + + <note>Navigation bar title for note thread.</note> + </trans-unit> + <trans-unit id="To filter your %@ feed, please choose applicable relays from the list below:" xml:space="preserve"> + <source>To filter your %@ feed, please choose applicable relays from the list below:</source> + <target>Chcete-li filtrovat %@ obsah, vyberte příslušné Relé z níže uvedeného seznamu:</target> + + <note>No comment provided by engineer.</note> + </trans-unit> + <trans-unit id="Translate Note" xml:space="preserve"> + <source>Translate Note</source> + <target>Přeložit poznámku</target> + + <note>Button to translate note from different language.</note> + </trans-unit> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + <target>Přeloženo z jazyku (lang)</target> + + <note>Button to indicate that the note has been translated from a different language.</note> + </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + <target>Překládáno z jazyka (lang)...</target> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Translations" xml:space="preserve"> + <source>Translations</source> + <target>Překlady</target> + + <note>Section title for selecting the translation service.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + <target>Napište &quot;DELETE&quot; pro smazání</target> + + <note>Text field prompt asking user to type the word DELETE to confirm that they want to proceed with deleting their account. The all caps lock DELETE word should not be translated. Everything else should.</note> + </trans-unit> + <trans-unit id="Type your post here..." xml:space="preserve"> + <source>Type your post here...</source> + <target>Escribe tu publicación aquí...</target> + + <note>Text box prompt to ask user to type their post.</note> + </trans-unit> + <trans-unit id="URL" xml:space="preserve"> + <source>URL</source> + <target>URL</target> + + <note>Example URL to LibreTranslate server</note> + </trans-unit> + <trans-unit id="Unfollow" xml:space="preserve"> + <source>Unfollow</source> + <target>Zrušit sledování</target> + + <note>Button to unfollow a user.</note> + </trans-unit> + <trans-unit id="Unfollowing" xml:space="preserve"> + <source>Unfollowing</source> + <target>Rušení sledování</target> + + <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of unfollowing a profile.</note> + </trans-unit> + <trans-unit id="Unfollowing..." xml:space="preserve"> + <source>Unfollowing...</source> + <target>Rušení sledování...</target> + + <note>Label to indicate that the user is in the process of unfollowing another user.</note> + </trans-unit> + <trans-unit id="Unfollows" xml:space="preserve"> + <source>Unfollows</source> + <target>Nesleduje</target> + + <note>Text to indicate that the button next to it is in a state that will unfollow a profile when tapped.</note> + </trans-unit> + <trans-unit id="User blocked" xml:space="preserve"> + <source>User blocked</source> + <target>Uživatel zablokován</target> + + <note>Alert message to indicate the user has been blocked</note> + </trans-unit> + <trans-unit id="User has been blocked" xml:space="preserve"> + <source>User has been blocked</source> + <target>Uživatel byl zablokován</target> + + <note>Alert message that informs a user was blocked.</note> + </trans-unit> + <trans-unit id="Username" xml:space="preserve"> + <source>Username</source> + <target>Uživatelské jméno</target> + + <note>Label for Username section of user profile form. + Label to prompt username entry.</note> + </trans-unit> + <trans-unit id="Version" xml:space="preserve"> + <source>Version</source> + <target>Verze</target> + + <note>Label to display relay software version. + Section title for displaying the version number of the Damus app.</note> + </trans-unit> + <trans-unit id="Wallet" xml:space="preserve"> + <source>Wallet</source> + <target>Billetera</target> + + <note>Sidebar menu label for Wallet view.</note> + </trans-unit> + <trans-unit id="Wallet Selector" xml:space="preserve"> + <source>Wallet Selector</source> + <target>Výběr peněženek</target> + + <note>Section title for selection of wallet.</note> + </trans-unit> + <trans-unit id="Wallet of Satoshi" xml:space="preserve"> + <source>Wallet of Satoshi</source> + <target>Wallet of Satoshi</target> + + <note>Dropdown option label for Lightning wallet, Wallet of Satoshi.</note> + </trans-unit> + <trans-unit id="Website" xml:space="preserve"> + <source>Website</source> + <target>Webová stránka</target> + + <note>Label for Website section of user profile form.</note> + </trans-unit> + <trans-unit id="Welcome to the social network %@ control." xml:space="preserve"> + <source>Welcome to the social network %@ control.</source> + <target>Vítejte v sociální síti %@, kterou máte pod kontrolou.</target> + + <note>Welcoming message to the reader. The variable is 'you', the reader.</note> + </trans-unit> + <trans-unit id="Welcome, %@!" xml:space="preserve"> + <source>Welcome, %@!</source> + <target>Vítáme vás, %@!</target> + + <note>Text to welcome user.</note> + </trans-unit> + <trans-unit id="What do you want to report?" xml:space="preserve"> + <source>What do you want to report?</source> + <target>Co chcete nahlásit?</target> + + <note>Header text to prompt user what issue they want to report.</note> + </trans-unit> + <trans-unit id="Yes, Overwrite" xml:space="preserve"> + <source>Yes, Overwrite</source> + <target>Ano, přepsat</target> + + <note>Text of button that confirms to overwrite the existing mutelist.</note> + </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + <target>Ano, publikovat se soukromým klíčem</target> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> + <trans-unit id="Your Name" xml:space="preserve"> + <source>Your Name</source> + <target>Vaše jméno</target> + + <note>Label for Your Name section of user profile form.</note> + </trans-unit> + <trans-unit id="Your report will be sent to the relays you are connected to" xml:space="preserve"> + <source>Your report will be sent to the relays you are connected to</source> + <target>Nahlášení bude odesláno na všechny relé, ke kterým jste připojen.</target> + + <note>Footer text to inform user what will happen when the report is submitted.</note> + </trans-unit> + <trans-unit id="Zap" xml:space="preserve"> + <source>Zap</source> + <target>Zap</target> + + <note>Accessibility label for zap button</note> + </trans-unit> + <trans-unit id="Zaps" xml:space="preserve"> + <source>Zaps</source> + <target>Zapy</target> + + <note>Navigation bar title for the Zaps view.</note> + </trans-unit> + <trans-unit id="Zebedee" xml:space="preserve"> + <source>Zebedee</source> + <target>Zebedee</target> + + <note>Dropdown option label for Lightning wallet, Zebedee.</note> + </trans-unit> + <trans-unit id="Zeus LN" xml:space="preserve"> + <source>Zeus LN</source> + <target>Zeus LN</target> + + <note>Dropdown option label for Lightning wallet, Zeus LN.</note> + </trans-unit> + <trans-unit id="followers_count" translate="no" xml:space="preserve"> + <source>followers_count</source> + <target>followers_count</target> + + <note>Part of a larger sentence to describe how many people are following a user. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="https://example.com/pic.jpg" xml:space="preserve"> + <source>https://example.com/pic.jpg</source> + <target>https://priklad.webu.cz/fotka.jpg</target> + + <note>Placeholder example text for profile picture URL.</note> + </trans-unit> + <trans-unit id="https://jb55.com" xml:space="preserve"> + <source>https://jb55.com</source> + <target>https://jb55.com</target> + + <note>Placeholder example text for website URL for user profile.</note> + </trans-unit> + <trans-unit id="jb55@jb55.com" xml:space="preserve"> + <source>jb55@jb55.com</source> + <target>jb55@jb55.com</target> + + <note>Placeholder example text for identifier used for NIP-05 verification.</note> + </trans-unit> + <trans-unit id="none" xml:space="preserve"> + <source>none</source> + <target>žádné</target> + + <note>No search results.</note> + </trans-unit> + <trans-unit id="now" xml:space="preserve"> + <source>now</source> + <target>nyní</target> + + <note>String indicating that a given timestamp just occurred</note> + </trans-unit> + <trans-unit id="nsec1..." xml:space="preserve"> + <source>nsec1...</source> + <target>nsec1...</target> + + <note>Prompt for user to enter in an account key to login. This text shows the characters the key could start with if it was a private key.</note> + </trans-unit> + <trans-unit id="optional" xml:space="preserve"> + <source>optional</source> + <target>volitelné</target> + + <note>Label indicating that a form input is optional.</note> + </trans-unit> + <trans-unit id="reactions_count" translate="no" xml:space="preserve"> + <source>reactions_count</source> + <target>reactions_count</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="relays_count" translate="no" xml:space="preserve"> + <source>relays_count</source> + <target>relays_count</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="replying_to_one_and_others" translate="no" xml:space="preserve"> + <source>replying_to_one_and_others</source> + <target>replying_to_one_and_others</target> + + <note>Label to indicate that the user is replying to 1 user and others. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="replying_to_two_and_others" translate="no" xml:space="preserve"> + <source>replying_to_two_and_others</source> + <target>replying_to_two_and_others</target> + + <note>Label to indicate that the user is replying to 2 users and others. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="reposts_count" translate="no" xml:space="preserve"> + <source>reposts_count</source> + <target>reposts_count</target> + + <note>Part of a larger sentence to describe how many reposts there are. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="satoshi" xml:space="preserve"> + <source>satoshi</source> + <target>satoshi</target> + + <note>Example username of Bitcoin creator(s), Satoshi Nakamoto.</note> + </trans-unit> + <trans-unit id="sats_count" translate="no" xml:space="preserve"> + <source>sats_count</source> + <target>sats_count</target> + + <note>Amount of sats. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="wss://some.relay.com" xml:space="preserve"> + <source>wss://some.relay.com</source> + <target>wss://vlastni.rele.com</target> + + <note>Placeholder example for relay server address.</note> + </trans-unit> + <trans-unit id="you" xml:space="preserve"> + <source>you</source> + <target>tú</target> + + <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> + </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>Text indicating the zap amount. i.e. number of satoshis that were tipped to a user</note> + </trans-unit> + </body> + </file> + <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="cs" datatype="plaintext"> + <header> + <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> + </header> + <body> + <trans-unit id="/collapsed_event_view_other_notes:dict/NOTES:dict/one:dict/:string" xml:space="preserve"> + <source>%d other note</source> + <target>%d jiná poznámka</target> + + <note/> + </trans-unit> + <trans-unit id="/collapsed_event_view_other_notes:dict/NOTES:dict/other:dict/:string" xml:space="preserve"> + <source>%d other notes</source> + <target>%d jiné poznámky</target> + + <note/> + </trans-unit> + <trans-unit id="/collapsed_event_view_other_notes:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>··· %#@NOTES@ ···</source> + <target>··· %#@NOTES@ ···</target> + + <note/> + </trans-unit> + <trans-unit id="/followers_count:dict/FOLLOWERS:dict/one:dict/:string" xml:space="preserve"> + <source>Follower</source> + <target>Seguidor</target> + + <note>Part of a larger sentence to describe how many people are following a user.</note> + </trans-unit> + <trans-unit id="/followers_count:dict/FOLLOWERS:dict/other:dict/:string" xml:space="preserve"> + <source>Followers</source> + <target>Sledují</target> + + <note>Part of a larger sentence to describe how many people are following a user.</note> + </trans-unit> + <trans-unit id="/followers_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@FOLLOWERS@</source> + <target>%#@FOLLOWERS@</target> + + <note>Part of a larger sentence to describe how many people are following a user.</note> + </trans-unit> + <trans-unit id="/reactions_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@REACTIONS@</source> + <target>%#@REACTIONS@</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post.</note> + </trans-unit> + <trans-unit id="/reactions_count:dict/REACTIONS:dict/one:dict/:string" xml:space="preserve"> + <source>Reaction</source> + <target>Reakce</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post.</note> + </trans-unit> + <trans-unit id="/reactions_count:dict/REACTIONS:dict/other:dict/:string" xml:space="preserve"> + <source>Reactions</source> + <target>Reakce</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post.</note> + </trans-unit> + <trans-unit id="/relays_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@RELAYS@</source> + <target>%#@RELAYS@</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> + </trans-unit> + <trans-unit id="/relays_count:dict/RELAYS:dict/one:dict/:string" xml:space="preserve"> + <source>Relay</source> + <target>Relé</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> + </trans-unit> + <trans-unit id="/relays_count:dict/RELAYS:dict/other:dict/:string" xml:space="preserve"> + <source>Relays</source> + <target>Relé</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>Replying to %@%#@OTHERS@</source> + <target>Odpověď na %@%#@OTHERS@</target> + + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/one:dict/:string" xml:space="preserve"> + <source> &amp; %d other</source> + <target> a %d další</target> + + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/other:dict/:string" xml:space="preserve"> + <source> &amp; %d others</source> + <target> a %d další</target> + + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/zero:dict/:string" xml:space="preserve"> + <source/> + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>Replying to %@, %@%#@OTHERS@</source> + <target>Odpovědět na %@, %@%#@OTHERS@</target> + + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/one:dict/:string" xml:space="preserve"> + <source> &amp; %d other</source> + <target> a %d další</target> + + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/other:dict/:string" xml:space="preserve"> + <source> &amp; %d others</source> + <target> a %d další</target> + + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/zero:dict/:string" xml:space="preserve"> + <source/> + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/reposts_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@REPOSTS@</source> + <target>%#@REPOSTS@</target> + + <note>Part of a larger sentence to describe how many reposts there are.</note> + </trans-unit> + <trans-unit id="/reposts_count:dict/REPOSTS:dict/one:dict/:string" xml:space="preserve"> + <source>Repost</source> + <target>Přesdílet</target> + + <note>Part of a larger sentence to describe how many reposts there are.</note> + </trans-unit> + <trans-unit id="/reposts_count:dict/REPOSTS:dict/other:dict/:string" xml:space="preserve"> + <source>Reposts</source> + <target>Přesdílené </target> + + <note>Part of a larger sentence to describe how many reposts there are.</note> + </trans-unit> + <trans-unit id="/sats_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%1$#@SATS@</source> + <target>%1$#@SATS@</target> + + <note>Amount of sats.</note> + </trans-unit> + <trans-unit id="/sats_count:dict/SATS:dict/one:dict/:string" xml:space="preserve"> + <source>%2$@ sat</source> + <target>%2$@ sat</target> + + <note>Amount of sats.</note> + </trans-unit> + <trans-unit id="/sats_count:dict/SATS:dict/other:dict/:string" xml:space="preserve"> + <source>%2$@ sats</source> + <target>%2$@ satů</target> + + <note>Amount of sats.</note> + </trans-unit> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> + </trans-unit> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> + <target>Zap</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> + </trans-unit> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> + <target>Zapů</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> + </trans-unit> + </body> + </file> +</xliff>+ \ No newline at end of file