From a41acc12e750bfa2f87908f73fac39b198661d64 Mon Sep 17 00:00:00 2001 From: Terry Yiu <963907+tyiu@users.noreply.github.com> Date: Wed, 15 Feb 2023 10:54:45 -0500 Subject: [PATCH] Import translations --- damus.xcodeproj/project.pbxproj | 7 + damus/ar.lproj/Localizable.strings | 29 +- damus/de.lproj/Localizable.strings | 40 +- damus/el-GR.lproj/Localizable.strings | 42 +- damus/es-419.lproj/Localizable.strings | 40 +- damus/fr-FR.lproj/Localizable.strings | 25 +- damus/id.lproj/InfoPlist.strings | 12 + damus/id.lproj/Localizable.strings | 723 ++++++++++ damus/id.lproj/Localizable.stringsdict | 136 ++ damus/it-IT.lproj/InfoPlist.strings | 3 + damus/it-IT.lproj/Localizable.strings | 131 +- damus/ja.lproj/Localizable.strings | 44 +- damus/lv-LV.lproj/Localizable.strings | 19 - damus/nl.lproj/Localizable.strings | 25 +- damus/pl-PL.lproj/Localizable.strings | 40 +- damus/pt-PT.lproj/Localizable.strings | 19 - damus/tr-TR.lproj/Localizable.strings | 19 - damus/zh-CN.lproj/Localizable.strings | 31 +- translations/ar.xliff | 56 +- translations/de.xliff | 55 +- translations/el_GR.xliff | 57 +- translations/es_419.xliff | 55 +- translations/fr_FR.xliff | 50 +- translations/id.xliff | 1681 ++++++++++++++++++++++++ translations/it_IT.xliff | 89 +- translations/ja.xliff | 59 +- translations/lv_LV.xliff | 49 +- translations/nl.xliff | 50 +- translations/pl_PL.xliff | 55 +- translations/pt_PT.xliff | 49 +- translations/tr_TR.xliff | 49 +- translations/zh_CN.xliff | 52 +- 32 files changed, 2966 insertions(+), 825 deletions(-) create mode 100644 damus/id.lproj/InfoPlist.strings create mode 100644 damus/id.lproj/Localizable.strings create mode 100644 damus/id.lproj/Localizable.stringsdict create mode 100644 translations/id.xliff diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj index 27370dce..54a716c0 100644 --- a/damus.xcodeproj/project.pbxproj +++ b/damus.xcodeproj/project.pbxproj @@ -249,6 +249,9 @@ 3A25EF142992DA5D008ABE69 /* el-GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "el-GR"; path = "el-GR.lproj/Localizable.strings"; sourceTree = ""; }; 3A25EF152992DA5D008ABE69 /* el-GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "el-GR"; path = "el-GR.lproj/Localizable.stringsdict"; sourceTree = ""; }; 3A2B8B0A296A8982009CC16D /* en-US */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "en-US"; path = "en-US.lproj/Localizable.stringsdict"; sourceTree = ""; }; + 3A41E559299D52BE001FA465 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/InfoPlist.strings; sourceTree = ""; }; + 3A41E55A299D52BE001FA465 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/Localizable.strings; sourceTree = ""; }; + 3A41E55B299D52BE001FA465 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = id; path = id.lproj/Localizable.stringsdict; sourceTree = ""; }; 3A4F3320297CCFEE004B5F72 /* fr-FR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "fr-FR"; path = "fr-FR.lproj/InfoPlist.strings"; sourceTree = ""; }; 3A4F3321297CCFEE004B5F72 /* fr-FR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "fr-FR"; path = "fr-FR.lproj/Localizable.strings"; sourceTree = ""; }; 3A4F3322297CCFEE004B5F72 /* fr-FR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "fr-FR"; path = "fr-FR.lproj/Localizable.stringsdict"; sourceTree = ""; }; @@ -1116,6 +1119,7 @@ "zh-CN", "el-GR", ja, + id, ); mainGroup = 4CE6DEDA27F7A08100C66700; packageReferences = ( @@ -1421,6 +1425,7 @@ 3A5CAE1F298DC0DB00B5334F /* zh-CN */, 3A25EF152992DA5D008ABE69 /* el-GR */, 3A66D929299472FA008B44F4 /* ja */, + 3A41E55B299D52BE001FA465 /* id */, ); name = Localizable.stringsdict; sourceTree = ""; @@ -1441,6 +1446,7 @@ 3A5CAE1D298DC0DB00B5334F /* zh-CN */, 3A25EF132992DA5D008ABE69 /* el-GR */, 3A66D927299472FA008B44F4 /* ja */, + 3A41E559299D52BE001FA465 /* id */, ); name = InfoPlist.strings; sourceTree = ""; @@ -1461,6 +1467,7 @@ 3A5CAE1E298DC0DB00B5334F /* zh-CN */, 3A25EF142992DA5D008ABE69 /* el-GR */, 3A66D928299472FA008B44F4 /* ja */, + 3A41E55A299D52BE001FA465 /* id */, ); name = Localizable.strings; sourceTree = ""; diff --git a/damus/ar.lproj/Localizable.strings b/damus/ar.lproj/Localizable.strings index 4b226394..80769460 100644 --- a/damus/ar.lproj/Localizable.strings +++ b/damus/ar.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "سيتم التحقق من '%@' @ '%@'"; @@ -13,12 +10,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(who) يتابع"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. بسهولة مطلقة، أرسل و استقبل برقيات البتكوين ⚡️عملة الانترنت العالمية."; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -269,9 +253,6 @@ Number of relay servers a user is connected. */ /* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ "EULA" = "اتفاقية الاستخدام"; -/* No comment provided by engineer. */ -"EventDetailView" = "EventDetailView"; - /* No comment provided by engineer. */ "Filter" = "تصفية"; @@ -285,11 +266,11 @@ Number of relay servers a user is connected. */ "Follow me on nostr" = "تابعني على نوستر"; /* Label describing followers of a user. */ -"Followers" = "المتابعون"; +"Followers" = "المتابِعون"; /* 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" = "المتابَعين"; +"Following" = "المتابَعون"; /* Label to indicate that the user is in the process of following another user. */ "Following..." = "يتابع..."; @@ -657,9 +638,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "اكتب المنشور هنا..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "الغاء المتابعة"; @@ -685,7 +663,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "اسم المستخدم"; -/* Label to display relay software version. */ +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ "Version" = "الاصدار"; /* Sidebar menu label for Wallet view. */ diff --git a/damus/de.lproj/Localizable.strings b/damus/de.lproj/Localizable.strings index 9f28f8c8..1e5178c2 100644 --- a/damus/de.lproj/Localizable.strings +++ b/damus/de.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' bei '%@' wird zur Verifizierung benutzt werden."; @@ -13,12 +10,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(who) folgt"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. Belohne Beiträge deiner Freunde und sammle Sats mit Bitcoin⚡️, der eigenen Währung des Internets."; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -269,6 +253,9 @@ Number of relay servers a user is connected. */ /* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ "EULA" = "Endbenutzer-Lizenzvereinbarung"; +/* No comment provided by engineer. */ +"Filter" = "Filter"; + /* Button to follow a user. */ "Follow" = "Folgen"; @@ -415,12 +402,18 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Label indicating that a form input is optional. */ "optional" = "optional"; +/* No comment provided by engineer. */ +"Paid Relay" = "Kostenpflichtiger Relay"; + /* Button to pay a Lightning invoice. */ "Pay" = "Bezahlen"; /* Navigation bar title for view to pay Lightning invoice. */ "Pay the Lightning invoice" = "Bezahle die Lightning-Rechnung"; +/* Alert for deleting the users account. */ +"Permanently Delete Account" = "Konto dauerhaft löschen"; + /* Dropdown option label for Lightning wallet, Phoenix. */ "Phoenix" = "Phoenix"; @@ -606,6 +599,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button for user to report that the account is impersonating someone. */ "They are impersonating someone" = "Die geben sich für jemand anderen aus"; +/* No comment provided by engineer. */ +"This is a paid relay, you must pay for posts to be accepted." = "Das ist ein kostenpflichtiges Relay. Du musst bezahlen um Beiträge teilen zu können."; + /* 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." = "Dies ist ein öffentlicher Schlüssel, Du wirst keine Beiträge teilen oder oder auf irgendeine Weise interagieren können. Dies wird genutzt um andere Kontos aus deren Perspektive zu sehen."; @@ -621,6 +617,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Navigation bar title for note thread. */ "Thread" = "Thema"; +/* No comment provided by engineer. */ +"To filter your %@ feed, please choose applicable relays from the list below:" = "Um deinen %@-Feed zu filtern, wähle bitte passende Relays aus der Liste unten aus:"; + /* Button to translate note from different language. */ "Translate Note" = "Notiz übersetzen"; @@ -639,9 +638,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Schreibe deinen Beitrag hier..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "Entfolgen"; @@ -667,7 +663,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "Benutzername"; -/* Label to display relay software version. */ +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ "Version" = "Version"; /* Sidebar menu label for Wallet view. */ @@ -712,6 +709,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Accessibility label for zap button */ "Zap" = "Zap"; +/* Navigation bar title for the Zaps view. */ +"Zaps" = "Zaps"; + /* Dropdown option label for Lightning wallet, Zebedee. */ "Zebedee" = "Zebedee"; diff --git a/damus/el-GR.lproj/Localizable.strings b/damus/el-GR.lproj/Localizable.strings index 9657d8b7..b52c73c4 100644 --- a/damus/el-GR.lproj/Localizable.strings +++ b/damus/el-GR.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' at '%@' θα χρησιμοποιηθεί για επαλήθευση"; @@ -8,17 +5,11 @@ "'%@' is an invalid NIP-05 identifier. It should look like an email." = "'%@' είναι ένα λανθασμένο NIP-05 αναγνωριστικό. Θα πρέπει να έχει την μορφή email."; /* Navigation bar title for view that shows who is following a user. */ -"(Profile.displayName(profile: profile, pubkey: whos))'s Followers" = "(Profile.displayName(profile: profile, pubkey: whos))'s Ακόλουθοι"; +"(Profile.displayName(profile: profile, pubkey: whos))'s Followers" = "(Profile.displayName(profile: profile, pubkey: whos)) Ακόλουθοι"; /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(ποίους) ακολουθεί"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. Δώστε φιλοδώρημα στις δημοσιεύσεις των φίλων σας και μαζέψτε Bitcoin sats⚡️, το νόμισμα του ίντερνετ."; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -269,6 +253,9 @@ Number of relay servers a user is connected. */ /* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ "EULA" = "EULA"; +/* No comment provided by engineer. */ +"Filter" = "Φίλτρο"; + /* Button to follow a user. */ "Follow" = "Ακολουθήστε"; @@ -415,12 +402,18 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Label indicating that a form input is optional. */ "optional" = "προαιρετικό"; +/* No comment provided by engineer. */ +"Paid Relay" = "Διακομιστής Relay με πληρωμή"; + /* Button to pay a Lightning invoice. */ "Pay" = "Πληρωμή"; /* Navigation bar title for view to pay Lightning invoice. */ "Pay the Lightning invoice" = "Πληρωμή Lightning ποσού"; +/* Alert for deleting the users account. */ +"Permanently Delete Account" = "Οριστική διαγραφή λογαριασμού"; + /* Dropdown option label for Lightning wallet, Phoenix. */ "Phoenix" = "Phoenix"; @@ -606,6 +599,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button for user to report that the account is impersonating someone. */ "They are impersonating someone" = "Προσποιείται κάποιον άλλο"; +/* No comment provided by engineer. */ +"This is a paid relay, you must pay for posts to be accepted." = "Αυτός είναι ένας επί πληρωμή διακομιστής relay, πρέπει να πληρώσετε ώστε οι δημοσιεύσεις σας να εμφανιστούν."; + /* 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." = "Αυτό είναι ένα δημόσιο κλειδί, δεν θα έχετε την δυνατότητα να κάνετε δημοσιεύσεις ή να αλληλεπιδράσετε με κάποιο τρόπο. Αυτό το κλειδί είναι μόνο για προβολή / εύρεση λογαριασμών."; @@ -621,6 +617,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Navigation bar title for note thread. */ "Thread" = "Νήμα"; +/* No comment provided by engineer. */ +"To filter your %@ feed, please choose applicable relays from the list below:" = "Για να φιλτράρετε την ροή μηνυμάτων από ανεπιθύμητα στην κεντρική τροφοδοσία του %@, παρακαλώ επιλέξτε σχετικούς διακομιστές relays απο την παρακάτω λίστα:"; + /* Button to translate note from different language. */ "Translate Note" = "Μεταφρασμένο σχόλιο"; @@ -639,9 +638,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Πληκρολογίστε την δημοσίευσή σας εδώ..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "Διακοπή"; @@ -667,7 +663,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "Όνομα χρήστη"; -/* Label to display relay software version. */ +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ "Version" = "Έκδοση"; /* Sidebar menu label for Wallet view. */ @@ -712,6 +709,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Accessibility label for zap button */ "Zap" = "Zap"; +/* Navigation bar title for the Zaps view. */ +"Zaps" = "Zaps"; + /* Dropdown option label for Lightning wallet, Zebedee. */ "Zebedee" = "Zebedee"; diff --git a/damus/es-419.lproj/Localizable.strings b/damus/es-419.lproj/Localizable.strings index 1948dcb6..a0305a31 100644 --- a/damus/es-419.lproj/Localizable.strings +++ b/damus/es-419.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' en '%@' se usará con fines de verificación"; @@ -13,12 +10,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(who) sigue a"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. Deja propinas en las publicaciones de tus amigos y acumula sats con Bitcoin⚡️, la moneda nativa de internet."; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -269,6 +253,9 @@ Number of relay servers a user is connected. */ /* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ "EULA" = "CLUF"; +/* No comment provided by engineer. */ +"Filter" = "Filtro"; + /* Button to follow a user. */ "Follow" = "Seguir"; @@ -415,12 +402,18 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Label indicating that a form input is optional. */ "optional" = "opcional"; +/* No comment provided by engineer. */ +"Paid Relay" = "Relé de pago"; + /* Button to pay a Lightning invoice. */ "Pay" = "Pagar"; /* Navigation bar title for view to pay Lightning invoice. */ "Pay the Lightning invoice" = "Paga la factura de Lightning"; +/* Alert for deleting the users account. */ +"Permanently Delete Account" = "Cuenta eliminada permanentemente"; + /* Dropdown option label for Lightning wallet, Phoenix. */ "Phoenix" = "Phoenix"; @@ -606,6 +599,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button for user to report that the account is impersonating someone. */ "They are impersonating someone" = "Está suplantando a alguien"; +/* No comment provided by engineer. */ +"This is a paid relay, you must pay for posts to be accepted." = "Este es un relé de pago, debes de pagar para que acepte tus publicaciones."; + /* 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." = "Esta es una clave pública, por lo que no podrás hacer publicaciones ni interactuar de ningún modo. Se usa para ver cuentas desde su perspectiva."; @@ -621,6 +617,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Navigation bar title for note thread. */ "Thread" = "Hilo"; +/* No comment provided by engineer. */ +"To filter your %@ feed, please choose applicable relays from the list below:" = "Para filtrar tu feed de %@, elija los relés correspondientes de la lista siguiente:"; + /* Button to translate note from different language. */ "Translate Note" = "Traducir nota"; @@ -639,9 +638,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Escribe tu publicación aquí..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "Dejar de seguir"; @@ -667,7 +663,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "Nombre de usuario"; -/* Label to display relay software version. */ +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ "Version" = "Versión"; /* Sidebar menu label for Wallet view. */ @@ -712,6 +709,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Accessibility label for zap button */ "Zap" = "Zap"; +/* Navigation bar title for the Zaps view. */ +"Zaps" = "Zaps"; + /* Dropdown option label for Lightning wallet, Zebedee. */ "Zebedee" = "Zebedee"; diff --git a/damus/fr-FR.lproj/Localizable.strings b/damus/fr-FR.lproj/Localizable.strings index 34e7f758..4d4962d5 100644 --- a/damus/fr-FR.lproj/Localizable.strings +++ b/damus/fr-FR.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' à '@' sera utilisé pour la vérification"; @@ -13,12 +10,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(who) suit"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. Donnez un pourboire aux publications de vos amis et accumulez les sats avec Bitcoin⚡️, la monnaie native d'Internet."; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -269,9 +253,6 @@ Number of relay servers a user is connected. */ /* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ "EULA" = "CLUF"; -/* No comment provided by engineer. */ -"EventDetailView" = "EventDetailView"; - /* No comment provided by engineer. */ "Filter" = "Filtre"; @@ -657,9 +638,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Tapez votre message ici..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "Se désabonner"; @@ -685,7 +663,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "Nom d'utilisateur"; -/* Label to display relay software version. */ +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ "Version" = "Version"; /* Sidebar menu label for Wallet view. */ diff --git a/damus/id.lproj/InfoPlist.strings b/damus/id.lproj/InfoPlist.strings new file mode 100644 index 00000000..4ed3cb82 --- /dev/null +++ b/damus/id.lproj/InfoPlist.strings @@ -0,0 +1,12 @@ +/* Bundle display name */ +"CFBundleDisplayName" = "Damus"; + +/* Bundle name */ +"CFBundleName" = "damus"; + +/* Privacy - Face ID Usage Description */ +"NSFaceIDUsageDescription" = "Autentikasi lokal untuk mengakses kunci pribadi"; + +/* Privacy - Photo Library Additions Usage Description */ +"NSPhotoLibraryAddUsageDescription" = "Memberikan Damus izin untuk menyimpan gambar ke dalam galeri foto."; + diff --git a/damus/id.lproj/Localizable.strings b/damus/id.lproj/Localizable.strings new file mode 100644 index 00000000..44ca99cc --- /dev/null +++ b/damus/id.lproj/Localizable.strings @@ -0,0 +1,723 @@ +/* Description of how the nip05 identifier would be used for verification. */ +"'%@' at '%@' will be used for verification" = "'%@' pada '%@' akan digunakan untuk verifikasi"; + +/* Description of why the nip05 identifier is invalid. */ +"'%@' is an invalid NIP-05 identifier. It should look like an email." = "'%@' adalah pengenal NIP-05 yang tidak valid. Seharusnya terlihat seperti surel."; + +/* Navigation bar title for view that shows who is following a user. */ +"(Profile.displayName(profile: profile, pubkey: whos))'s Followers" = "(Profile.displayName(profile: profile, pubkey: whos))'s Pengikut"; + +/* Navigation bar title for view that shows who a user is following. */ +"(who) following" = "(who) Mengikuti"; + +/* 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'. */ +"%@ %@" = "%@ %@"; + +/* Alert message that informs a user was blocked. */ +"%@ has been blocked" = "%@ telah diblokir"; + +/* 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." = "%@. Membuat sebuah akun tidak memerlukan nomor telepon, surel atau nama. Mari bergabung tanpa perlu khawatir."; + +/* 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" = "%@. Pesan dienkripsi secara End-to-End. \"Big Tech\" tidak dapat membaca pesan anda."; + +/* 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." = "%@. Beri tip pada postingan teman anda dan stack sats dengan Bitcoin⚡️, mata uang asli dari internet."; + +/* 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" = "Tentang"; + +/* Label for About Me section of user profile form. */ +"About Me" = "Tentang Saya"; + +/* Placeholder text for About Me description. */ +"Absolute Boss" = "Absolute Boss"; + +/* Button to accept the end user license agreement before being allowed into the app. */ +"Accept" = "Terima"; + +/* Label to indicate the public ID of the account. */ +"Account ID" = "ID Akun"; + +/* Title for confirmation dialog to either share, report, or block a profile. */ +"Actions" = "Tindakan"; + +/* Button to add recommended relay server. + Button to confirm adding user inputted relay. */ +"Add" = "Tambah"; + +/* Button label to re-add all original participants as profiles to reply to in a note */ +"Add all" = "Tambahkan Semua"; + +/* Label for section for adding a relay server. */ +"Add Relay" = "Tambahkan Relay"; + +/* Label to display relay contact user. */ +"Admin" = "Admin"; + +/* Any amount of sats */ +"Any" = "Berapa pun"; + +/* Prompt for optional entry of API Key to use translation server. */ +"API Key (optional)" = "Kunci API (opsional)"; + +/* Prompt for required entry of API Key to use translation server. */ +"API Key (required)" = "Kunci API (diperlukan)"; + +/* Alert message to ask if user wants to repost a post. */ +"Are you sure you want to repost this?" = "Anda yakin ingin memposting ulang ini?"; + +/* Label for Banner Image section of user profile form. */ +"Banner Image" = "Gambar Banner"; + +/* 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." = "Sebelum kita mulai, anda perlu menyimpan informasi akun anda. Jika tidak, anda tidak akan dapat kembali masuk ke akun anda apabila anda menghapus Damus."; + +/* 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" = "Bitcoin Lightning Tips"; + +/* 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" = "Blokir"; + +/* Alert message prompt to ask if a user should be blocked. */ +"Block %@?" = "Blokir %@?"; + +/* Title of alert for blocking a user. */ +"Block User" = "Blokir Pengguna"; + +/* Sidebar menu label for Profile view. */ +"Blocked" = "Diblokir"; + +/* Navigation title of view to see list of blocked users. */ +"Blocked Users" = "Pengguna Diblokir"; + +/* Dropdown option label for Lightning wallet, Blue Wallet. */ +"Blue Wallet" = "Blue Wallet"; + +/* Accessibility label for boosts button */ +"Boosts" = "Tingkatkan"; + +/* 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" = "Siaran"; + +/* 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" = "Batal"; + +/* Dropdown option label for Lightning wallet, Cash App. */ +"Cash App" = "Cash App"; + +/* Button for clearing cached data. */ +"Clear" = "Kosongkan"; + +/* Section title for clearing cached data. */ +"Clear Cache" = "Kosongkan Cache"; + +/* Label to display relay contact information. */ +"Contact" = "Kontak"; + +/* Label indicating that a user's key was copied. */ +"Copied" = "Disalin"; + +/* Button to copy a relay server address. */ +"Copy" = "Salin"; + +/* Context menu option for copying the ID of the account that created the note. */ +"Copy Account ID" = "Salin ID Akun"; + +/* Context menu option to copy an image into clipboard. + Context menu option to copy an image to clipboard. */ +"Copy Image" = "Salin Gambar"; + +/* Context menu option to copy the URL of an image into clipboard. */ +"Copy Image URL" = "Salin URL Gambar"; + +/* Title of section for copying a Lightning invoice identifier. */ +"Copy invoice" = "Salin Faktur"; + +/* Context menu option for copying a user's Lightning URL. */ +"Copy LNURL" = "Salin LNURL"; + +/* Context menu option for copying the ID of the note. */ +"Copy Note ID" = "Salin ID Note"; + +/* Context menu option for copying the JSON text from the note. */ +"Copy Note JSON" = "Salin JSON Note"; + +/* Button to copy report ID. */ +"Copy Report ID" = "Salin ID Laporan"; + +/* Context menu option for copying the text from an note. */ +"Copy Text" = "Salin Text"; + +/* Context menu option for copying the ID of the user who created the note. */ +"Copy User Pubkey" = "Salin Kunci Publik Pengguna"; + +/* Alert message to indicate that the blocked user could not be found. */ +"Could not find user to block..." = "Tidak dapat menemukan pengguna untuk diblokir..."; + +/* Button to create account. */ +"Create" = "Buat"; + +/* Button to create an account. */ +"Create Account" = "Buat Akun"; + +/* Title of alert prompting the user to create a new mutelist. */ +"Create new mutelist" = "Buat daftar bisu baru"; + +/* Example description about Bitcoin creator(s), Satoshi Nakamoto. */ +"Creator(s) of Bitcoin. Absolute legend." = "Creator(s) of Bitcoin. Absolute legend."; + +/* Dropdown option for selecting a custom translation server. */ +"Custom" = "Kustom"; + +/* 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 (Kepemilikan, Lebih Akurat)"; + +/* Button to pay a Lightning invoice with the user's default Lightning wallet. */ +"Default Wallet" = "Dompet default"; + +/* Section title for zap configuration */ +"Default Zap Amount in sats" = "Jumlah Zap default dalam sats"; + +/* 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" = "Hapus"; + +/* Button to delete the user's account. */ +"Delete Account" = "Hapus Akun"; + +/* Alert message to indicate this is a deleted account */ +"Deleted Account" = "Akun Dihapus"; + +/* Label to display relay description. */ +"Description" = "Deskripsi"; + +/* Button to dismiss a text field alert. */ +"Dismiss" = "Abaikan"; + +/* Label to prompt display name entry. */ +"Display Name" = "Nama Tampilan"; + +/* 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" = "Pesan"; + +/* Button to dismiss wallet selection view for paying Lightning invoice. */ +"Done" = "Selesai"; + +/* Heading indicating that this application allows users to earn money. */ +"Earn Money" = "Dapatkan Uang"; + +/* Button to edit user's profile. */ +"Edit" = "Edit"; + +/* Text indicating that the view is used for editing which participants are replied to in a note. */ +"Edit participants" = "Edit Partisipan"; + +/* Heading indicating that this application keeps private messaging end-to-end encrypted. */ +"Encrypted" = "Terenkripsi"; + +/* Prompt for user to enter an account key to login. */ +"Enter your account key to login:" = "Masukkan Kunci Akun anda untuk masuk:"; + +/* Error message indicating why saving keys failed. */ +"Error: %@" = "Galat: %@"; + +/* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ +"EULA" = "EULA"; + +/* No comment provided by engineer. */ +"Filter" = "Saring"; + +/* Button to follow a user. */ +"Follow" = "Ikuti"; + +/* Button to follow a user back. */ +"Follow Back" = "Ikuti Balik"; + +/* Text on QR code view to prompt viewer looking at screen to follow the user. */ +"Follow me on nostr" = "Ikuti Saya di nostr"; + +/* Label describing followers of a user. */ +"Followers" = "Pengikut"; + +/* 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" = "Mengikuti"; + +/* Label to indicate that the user is in the process of following another user. */ +"Following..." = "Mengikuti..."; + +/* Text to indicate that button next to it is in a state that will follow a profile when tapped. */ +"Follows" = "Ikuti"; + +/* Text to indicate that a user is following your profile. */ +"Follows you" = "Mengikuti Anda"; + +/* Dropdown option for selecting Free plan for DeepL translation service. */ +"Free" = "Gratis"; + +/* Button to navigate to DeepL website to get a translation API key. */ +"Get API Key" = "Dapatkan Kunci API"; + +/* Navigation bar title for Global view where posts from all connected relay servers appear. */ +"Global" = "Global"; + +/* Navigation link to go to post referenced by hex code. */ +"Goto post %@" = "Buka Kiriman %@"; + +/* Navigation link to go to profile. */ +"Goto profile %@" = "Buka Profil %@"; + +/* Button to hide a post from a user who has been blocked. */ +"Hide" = "Sembunyikan"; + +/* Button to hide the DeepL translation API key. + Button to hide the LibreTranslate server API key. */ +"Hide API Key" = "Sembunyikan Kunci API"; + +/* Navigation bar title for Home view where posts and replies appear from those who the user is following. */ +"Home" = "Beranda"; + +/* Placeholder example text for profile picture URL. */ +"https://example.com/pic.jpg" = "https://example.com/pic.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" = "Konten ilegal"; + +/* Error message indicating that an invalid account key was entered for login. */ +"Invalid key" = "Kunci tidak valid"; + +/* Button for user to report that the account or content has spam. */ +"It's spam" = "Ini 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" = "Kidal"; + +/* Button to complete account creation and start using the app. */ +"Let's go!" = "Mulai!"; + +/* 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" = "Alamat Lightning atau LNURL"; + +/* Indicates that the view is for paying a Lightning invoice. */ +"Lightning Invoice" = "Faktur Lightning"; + +/* Accessibility Label for Like button */ +"Like" = "Suka"; + +/* 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" = "Autentikasi lokal untuk mengakses kunci pribadi"; + +/* Dropdown option label for system default for Lightning wallet. */ +"Local default" = "Default Lokal"; + +/* Button to log into account. + Button to log into an account. */ +"Login" = "Masuk"; + +/* 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" = "Keluar"; + +/* 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" = "Pastikan kunci akun nsec anda sudah tersimpan sebelum anda keluar atau anda akan kehilangan akses pada akun ini"; + +/* Dropdown option label for Lightning wallet, Muun. */ +"Muun" = "Muun"; + +/* Label for NIP-05 Verification section of user profile form. */ +"NIP-05 Verification" = "Verifikasi 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" = "Tidak"; + +/* 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." = "Daftar blokir tidak ditemukan, buat baru? Ini akan menimpa semua daftar blokir sebelumnya."; + +/* No search results. */ +"none" = "Nihil"; + +/* Dropdown option for selecting no translation service. */ +"None" = "Tidak Ada"; + +/* 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?" = "Note berisi kunci pribadi \"nsec1\". Apakah anda yakin?"; + +/* Indicates that there are no notes in the timeline to view. */ +"Nothing to see here. Check back later!" = "Tidak ada apa disini. Periksa kembali nanti!"; + +/* Toolbar label for Notifications view. */ +"Notifications" = "Notifikasi"; + +/* String indicating that a given timestamp just occurred */ +"now" = "Baru Saja"; + +/* 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" = "Konten dewasa atau eksplisit"; + +/* Label indicating that a form input is optional. */ +"optional" = "Opsional"; + +/* No comment provided by engineer. */ +"Paid Relay" = "Relay Berbayar"; + +/* Button to pay a Lightning invoice. */ +"Pay" = "Bayar"; + +/* Navigation bar title for view to pay Lightning invoice. */ +"Pay the Lightning invoice" = "Bayar Faktur Lightning"; + +/* Alert for deleting the users account. */ +"Permanently Delete Account" = "Hapus Permanen Akun"; + +/* Dropdown option label for Lightning wallet, Phoenix. */ +"Phoenix" = "Phoenix"; + +/* Prompt selection of DeepL subscription plan to perform machine translations on notes */ +"Plan" = "Paket"; + +/* Button to post a note. */ +"Post" = "Kirim"; + +/* 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" = "Kiriman dari pengguna yang anda blokir"; + +/* Label for filter for seeing only posts (instead of posts and replies). */ +"Posts" = "Kiriman"; + +/* Label for filter for seeing posts and replies (instead of only posts). */ +"Posts & Replies" = "Kiriman dan Balasan"; + +/* 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" = "Pribadi"; + +/* Title of the secure field that holds the user's private key. */ +"Private Key" = "Kunci Pribadi"; + +/* 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" = "Foto Profil"; + +/* Section title for the user's public account ID. */ +"Public Account ID" = "ID Akun Publik"; + +/* Label indicating that the text is a user's public account key. */ +"Public key" = "Kunci Publik"; + +/* Label indicating that the text is a user's public account key. */ +"Public Key" = "Kunci Publik"; + +/* Prompt to ask user if the key they entered is a public key. */ +"Public Key?" = "Kunci Publik?"; + +/* Navigation bar title for Reactions view. */ +"Reactions" = "Reaksi"; + +/* Section title for recommend relay servers that could be added as part of configuration */ +"Recommended Relays" = "Rekomendasi Relay"; + +/* Button to reject the end user license agreement, which disallows the user from being let into the app. */ +"Reject" = "Tolak"; + +/* Label to display relay address. + Text field for relay server. Used for testing purposes. */ +"Relay" = "Relay"; + +/* Sidebar menu label for Relays view. */ +"Relays" = "Relay"; + +/* 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!" = "Relay telah diberitahukan dan klien akan dapat menggunakan informasi ini untuk menyaring konten. Terima Kasih!"; + +/* Button label to remove all participants from a note reply. */ +"Remove all" = "Hapus Semua"; + +/* Accessibility label for reply button */ +"Reply" = "Balas"; + +/* Label to indicate that the user is replying to themself. */ +"Reply to self" = "Balas ke diri sendiri"; + +/* Label to indicate that the user is replying to 2 users. */ +"Replying to %@ & %@" = "Membalas ke %1$@ & %2$@"; + +/* Indicating that the user is replying to the following listed people. */ +"Replying to:" = "Membalas ke:"; + +/* Button to report a profile. + Context menu option for reporting content. */ +"Report" = "Lapor"; + +/* Label indicating that the text underneath is the identifier of the report that was sent to relay servers. */ +"Report ID:" = "ID Laporan:"; + +/* Message indicating that a report was successfully sent to relay servers. */ +"Report sent!" = "Laporan Terkirim!"; + +/* Button to confirm reposting a post. + Title of alert for confirming to repost a post. */ +"Repost" = "Posting Ulang"; + +/* Text indicating that the post was reposted (i.e. re-shared). */ +"Reposted" = "Diposting Ulang"; + +/* Navigation bar title for Reposts view. */ +"Reposts" = "Postingan Ulang"; + +/* 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" = "Permintaan"; + +/* Button to retry completing account creation after an error occurred. */ +"Retry" = "Ulangi"; + +/* 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" = "Simpan"; + +/* Context menu option to save an image. */ +"Save Image" = "Simpan Gambar"; + +/* Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. */ +"Scan the code" = "Pindai Kode"; + +/* Navigation link to search hashtag. */ +"Search hashtag: #%@" = "Cari Hashtag: #%@"; + +/* Placeholder text to prompt entry of search query. */ +"Search..." = "Cari..."; + +/* Section title for user's secret account login key. */ +"Secret Account Login Key" = "Kunci Login Akun Rahasia"; + +/* Title of section for selecting a Lightning wallet to pay a Lightning invoice. */ +"Select a Lightning wallet" = "Pilih Dompet Lightning"; + +/* Prompt selection of user's default wallet */ +"Select default wallet" = "Pilih Dompet Default"; + +/* Text prompt for user to send a message to the other user. */ +"Send a message to start the conversation..." = "Kirim pesan untuk memulai percakapan..."; + +/* Prompt selection of LibreTranslate server to perform machine translations on notes */ +"Server" = "Server"; + +/* Prompt selection of translation service provider. */ +"Service" = "Layanan"; + +/* Navigation title for Settings view. + Sidebar menu label for accessing the app settings */ +"Settings" = "Pengaturan"; + +/* Button to share a post + Button to share an image. + Button to share the link to a profile. */ +"Share" = "Bagikan"; + +/* Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key. */ +"Show" = "Tampilkan"; + +/* Button to show the DeepL translation API key. + Button to show the LibreTranslate server API key. */ +"Show API Key" = "Tampilkan Kunci API"; + +/* Toggle to show or hide selection of wallet. */ +"Show wallet selector" = "Tampilkan Pilihan Dompet"; + +/* Sidebar menu label to sign out of the account. */ +"Sign out" = "Keluar"; + +/* Label to display relay software. */ +"Software" = "Perangkat Lunak"; + +/* Dropdown option label for Lightning wallet, Strike. */ +"Strike" = "Strike"; + +/* Label to display relay's supported NIPs. */ +"Supported NIPs" = "NIP Didukung"; + +/* Button to close out of alert that informs that the action to block a user was successful. */ +"Thanks!" = "Terima Kasih!"; + +/* Button for user to report that the account is impersonating someone. */ +"They are impersonating someone" = "Dia Menirukan Seseorang"; + +/* No comment provided by engineer. */ +"This is a paid relay, you must pay for posts to be accepted." = "Ini merupakan relay berbayar, anda harus membayar untuk postingan agar diterima."; + +/* 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." = "Ini adalah kunci publik, anda tidak bisa membuat postingan atau berinteraksi. Ini digunakan untuk melihat akun anda."; + +/* 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." = "Ini merupakan kunci nostr versi lama. Kami tidak yakin jika ini adalah kunci publik atau kunci privat. Silakan aktifkan tombol di bawah ini jika ini adalah kunci publik."; + +/* 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." = "Ini adalah ID akun anda, anda dapat memberikan ini kepada teman anda agar mereka dapat mengikuti anda. Tekan untuk menyalin."; + +/* 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!" = "Ini adalah Kunci Rahasia Akun anda. Anda memerlukan ini untuk mengakses akun anda. Jangan Sebarkan Kunci ini kepada siapapun! Simpan Kunci ini dalam password manager dan jaga agar tetap aman!"; + +/* Navigation bar title for note thread. */ +"Thread" = "Utas"; + +/* No comment provided by engineer. */ +"To filter your %@ feed, please choose applicable relays from the list below:" = "Untuk menyaring feed anda, Silahkan Pilih Relay yang sesuai dari daftar di bawah ini:"; + +/* Button to translate note from different language. */ +"Translate Note" = "Terjemahkan Note"; + +/* Button to indicate that the note has been translated from a different language. */ +"Translated from (lang)" = "Diterjemahkan dari (lang)"; + +/* Button to indicate that the note is in the process of being translated from a different language. */ +"Translating from (lang)..." = "Menerjemahkan dari (lang)..."; + +/* Section title for selecting the translation service. */ +"Translations" = "Penerjemah"; + +/* 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" = "Ketik DELETE untuk menghapus"; + +/* Text box prompt to ask user to type their post. */ +"Type your post here..." = "Ketik Post Anda disini..."; + +/* Button to unfollow a user. */ +"Unfollow" = "Berhenti Ikuti"; + +/* 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" = "Berhenti Mengikuti"; + +/* Label to indicate that the user is in the process of unfollowing another user. */ +"Unfollowing..." = "Berhenti Mengikuti..."; + +/* Text to indicate that the button next to it is in a state that will unfollow a profile when tapped. */ +"Unfollows" = "Berhenti Mengikuti?"; + +/* Example URL to LibreTranslate server */ +"URL" = "URL"; + +/* Alert message to indicate the user has been blocked */ +"User blocked" = "Pengguna Diblokir"; + +/* Alert message that informs a user was blocked. */ +"User has been blocked" = "Pengguna telah diblokir"; + +/* Label for Username section of user profile form. + Label to prompt username entry. */ +"Username" = "Nama Pengguna"; + +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ +"Version" = "Versi"; + +/* Sidebar menu label for Wallet view. */ +"Wallet" = "Dompet"; + +/* Dropdown option label for Lightning wallet, Wallet of Satoshi. */ +"Wallet of Satoshi" = "Dompet Satoshi"; + +/* Section title for selection of wallet. */ +"Wallet Selector" = "Pilihan Dompet"; + +/* Label for Website section of user profile form. */ +"Website" = "Website"; + +/* Welcoming message to the reader. The variable is 'you', the reader. */ +"Welcome to the social network %@ control." = "Selamat Datang ke Jejaring Sosial yang %@ kontrol."; + +/* Text to welcome user. */ +"Welcome, %@!" = "Selamat Datang, %@!"; + +/* Header text to prompt user what issue they want to report. */ +"What do you want to report?" = "Apa yang ingin anda laporkan?"; + +/* Placeholder example for relay server address. */ +"wss://some.relay.com" = "wss://some.relay.com"; + +/* Text of button that confirms to overwrite the existing mutelist. */ +"Yes, Overwrite" = "Ya, Timpa"; + +/* Button to proceed with posting a note even though it looks like they might be posting a private key. */ +"Yes, Post with Private Key" = "Ya, Kirim dengan Kunci Privat"; + +/* 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" = "Anda"; + +/* Label for Your Name section of user profile form. */ +"Your Name" = "Nama Anda"; + +/* 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" = "Laporan anda akan dikirim ke relay yang bersangkutan."; + +/* Accessibility label for zap button */ +"Zap" = "Zap"; + +/* Navigation bar title for the Zaps view. */ +"Zaps" = "Zaps"; + +/* 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/id.lproj/Localizable.stringsdict b/damus/id.lproj/Localizable.stringsdict new file mode 100644 index 00000000..05594248 --- /dev/null +++ b/damus/id.lproj/Localizable.stringsdict @@ -0,0 +1,136 @@ + + + + + collapsed_event_view_other_notes + + NOTES + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + %d Note Lainnya + + NSStringLocalizedFormatKey + ··· %#@NOTES@ ··· + + followers_count + + FOLLOWERS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + Pengikut + + NSStringLocalizedFormatKey + %#@FOLLOWERS@ + + reactions_count + + NSStringLocalizedFormatKey + %#@REACTIONS@ + REACTIONS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + Reaksi + + + relays_count + + NSStringLocalizedFormatKey + %#@RELAYS@ + RELAYS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + Relay + + + replying_to_one_and_others + + NSStringLocalizedFormatKey + Membalas ke %@%#@OTHERS@ + OTHERS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + & %d lainnya + zero + + + + replying_to_two_and_others + + NSStringLocalizedFormatKey + Membalas ke %@, %@%#@OTHERS@ + OTHERS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + & %d lainnya + zero + + + + reposts_count + + NSStringLocalizedFormatKey + %#@REPOSTS@ + REPOSTS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + Postingan Ulang + + + sats_count + + NSStringLocalizedFormatKey + %1$#@SATS@ + SATS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + @ + other + %2$@ sats + + + zaps_count + + NSStringLocalizedFormatKey + %#@ZAPS@ + ZAPS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + Zaps + + + + diff --git a/damus/it-IT.lproj/InfoPlist.strings b/damus/it-IT.lproj/InfoPlist.strings index f4c20760..a1b52641 100644 --- a/damus/it-IT.lproj/InfoPlist.strings +++ b/damus/it-IT.lproj/InfoPlist.strings @@ -4,6 +4,9 @@ /* Bundle name */ "CFBundleName" = "damus"; +/* Privacy - Face ID Usage Description */ +"NSFaceIDUsageDescription" = "Autenticazione locale necessaria per accedere alla chiave privata"; + /* Privacy - Photo Library Additions Usage Description */ "NSPhotoLibraryAddUsageDescription" = "Dai il permesso a Damus di accedere alle tue foto per salvare immagini"; diff --git a/damus/it-IT.lproj/Localizable.strings b/damus/it-IT.lproj/Localizable.strings index 1d34abe5..97fc6512 100644 --- a/damus/it-IT.lproj/Localizable.strings +++ b/damus/it-IT.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' at '%@' sarà usato per la verifica"; @@ -13,12 +10,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(who) segui già"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. Paga i tuoi amici e accumula sats con Bitcoin⚡️, la moneta di internet."; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -76,12 +60,18 @@ Number of relay servers a user is connected. */ /* Label for section for adding a relay server. */ "Add Relay" = "Aggiungi Relay"; +/* Label to display relay contact user. */ +"Admin" = "Amministratore"; + /* Any amount of sats */ "Any" = "Qualsiasi"; /* Prompt for optional entry of API Key to use translation server. */ "API Key (optional)" = "API Key (facoltativo)"; +/* Prompt for required entry of API Key to use translation server. */ +"API Key (required)" = "Chiave API (richiesta)"; + /* Alert message to ask if user wants to repost a post. */ "Are you sure you want to repost this?" = "Sei sicuro di voler condividere questo post?"; @@ -120,6 +110,9 @@ Number of relay servers a user is connected. */ /* Dropdown option label for Lightning wallet, Blue Wallet. */ "Blue Wallet" = "Blue Wallet"; +/* Accessibility label for boosts button */ +"Boosts" = "Potenziamenti"; + /* Dropdown option label for Lightning wallet, Breez. */ "Breez" = "Breez"; @@ -144,6 +137,9 @@ Number of relay servers a user is connected. */ /* Section title for clearing cached data. */ "Clear Cache" = "Cancella Cache"; +/* Label to display relay contact information. */ +"Contact" = "Contatti"; + /* Label indicating that a user's key was copied. */ "Copied" = "Copiato"; @@ -202,6 +198,9 @@ Number of relay servers a user is connected. */ /* 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 (Proprietario, Accuratezza Elevata)"; + /* Button to pay a Lightning invoice with the user's default Lightning wallet. */ "Default Wallet" = "Portafoglio Predefinito"; @@ -211,6 +210,15 @@ Number of relay servers a user is connected. */ Section title for deleting the user */ "Delete" = "Elimina"; +/* Button to delete the user's account. */ +"Delete Account" = "Elimina Account"; + +/* Alert message to indicate this is a deleted account */ +"Deleted Account" = "Account Eliminato"; + +/* Label to display relay description. */ +"Description" = "Descrizione"; + /* Button to dismiss a text field alert. */ "Dismiss" = "Lascia stare"; @@ -245,9 +253,18 @@ Number of relay servers a user is connected. */ /* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ "EULA" = "EULA"; +/* No comment provided by engineer. */ +"Filter" = "Filtro"; + /* Button to follow a user. */ "Follow" = "Segui"; +/* Button to follow a user back. */ +"Follow Back" = "Segui anche tu"; + +/* Text on QR code view to prompt viewer looking at screen to follow the user. */ +"Follow me on nostr" = "Seguimi su nostr"; + /* Label describing followers of a user. */ "Followers" = "Seguaci"; @@ -261,6 +278,15 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text to indicate that button next to it is in a state that will follow a profile when tapped. */ "Follows" = "Segui"; +/* Text to indicate that a user is following your profile. */ +"Follows you" = "Seguono te"; + +/* Dropdown option for selecting Free plan for DeepL translation service. */ +"Free" = "Gratis"; + +/* Button to navigate to DeepL website to get a translation API key. */ +"Get API Key" = "Ottieni chiave API"; + /* Navigation bar title for Global view where posts from all connected relay servers appear. */ "Global" = "Globale"; @@ -304,15 +330,24 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button to complete account creation and start using the app. */ "Let's go!" = "Andiamo!"; +/* 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" = "Indirizzo Lightning o LNURL"; /* Indicates that the view is for paying a Lightning invoice. */ "Lightning Invoice" = "Fattura Lightning"; +/* Accessibility Label for Like button */ +"Like" = "Like"; + /* 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" = "Autenticazione locale necessaria per accedere alla chiave privata"; + /* Dropdown option label for system default for Lightning wallet. */ "Local default" = "Predefinito"; @@ -334,6 +369,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Label for NIP-05 Verification section of user profile form. */ "NIP-05 Verification" = "Verifica 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" = "No"; + /* 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." = "Nessuna lista degli utenti bloccati trovata, vuoi creane una nuova? Creandone una nuova, sovrascriverai eventuali liste di utenti bloccati in precedenza"; @@ -343,6 +381,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Dropdown option for selecting no translation service. */ "None" = "Nessuno"; +/* 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?" = "La nota contiene una chiave privata di tipo \"nsec1\". Sei sicuro?"; + /* Indicates that there are no notes in the timeline to view. */ "Nothing to see here. Check back later!" = "Niente da vedere qui. Controlla dopo!"; @@ -361,15 +402,24 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Label indicating that a form input is optional. */ "optional" = "facoltativo"; +/* No comment provided by engineer. */ +"Paid Relay" = "Paga il Relè"; + /* Button to pay a Lightning invoice. */ "Pay" = "Paga"; /* Navigation bar title for view to pay Lightning invoice. */ "Pay the Lightning invoice" = "Paga la fattura Lightning"; +/* Alert for deleting the users account. */ +"Permanently Delete Account" = "Elimina l'account in modo permanente"; + /* Dropdown option label for Lightning wallet, Phoenix. */ "Phoenix" = "Phoenix"; +/* Prompt selection of DeepL subscription plan to perform machine translations on notes */ +"Plan" = "Piano"; + /* Button to post a note. */ "Post" = "Post"; @@ -388,6 +438,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Title of the secure field that holds the user's private key. */ "Private Key" = "Chiave Privata"; +/* Dropdown option for selecting Pro plan for DeepL translation service. */ +"Pro" = "Pro"; + /* Sidebar menu label for Profile view. */ "Profile" = "Profilo"; @@ -428,6 +481,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button label to remove all participants from a note reply. */ "Remove all" = "Rimuovi tutto"; +/* Accessibility label for reply button */ +"Reply" = "Risposta"; + /* Label to indicate that the user is replying to themself. */ "Reply to self" = "Rispondi a te stesso"; @@ -478,6 +534,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Context menu option to save an image. */ "Save Image" = "Salva Immagine"; +/* Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. */ +"Scan the code" = "Scansiona il codice"; + /* Navigation link to search hashtag. */ "Search hashtag: #%@" = "Cerca hashtag: #%@"; @@ -499,6 +558,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Prompt selection of LibreTranslate server to perform machine translations on notes */ "Server" = "Server"; +/* Prompt selection of translation service provider. */ +"Service" = "Servizio"; + /* Navigation title for Settings view. Sidebar menu label for accessing the app settings */ "Settings" = "Impostazioni"; @@ -522,15 +584,24 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Sidebar menu label to sign out of the account. */ "Sign out" = "Esci"; +/* 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" = "NIP Supportati"; + /* Button to close out of alert that informs that the action to block a user was successful. */ "Thanks!" = "Grazie!"; /* Button for user to report that the account is impersonating someone. */ "They are impersonating someone" = "Stanno impersonando qualcuno"; +/* No comment provided by engineer. */ +"This is a paid relay, you must pay for posts to be accepted." = "Questo è un relè a pagamento, devi pagare per postare qui."; + /* 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." = "Questa è una chiave pubblica, non potrai postare o interagire in alcun modo. Puoi utilizzarla solo per vedere gli account"; @@ -546,18 +617,27 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Navigation bar title for note thread. */ "Thread" = "Thread"; +/* No comment provided by engineer. */ +"To filter your %@ feed, please choose applicable relays from the list below:" = "Per filtrare il tuo %@ feed, scegli un relè disponibile dalla lista sottostante:"; + /* Button to translate note from different language. */ "Translate Note" = "Nota sulla traduzione"; /* Button to indicate that the note has been translated from a different language. */ "Translated from (lang)" = "Tradotto da (lang)"; +/* Button to indicate that the note is in the process of being translated from a different language. */ +"Translating from (lang)..." = "Tradotto da (lang)..."; + +/* Section title for selecting the translation service. */ +"Translations" = "Traduzioni"; + +/* 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" = "Inserisci CANCELLA per cancellare"; + /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Scrivi il tuo post qui..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "Smetti di seguire"; @@ -583,6 +663,10 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "Nome utente"; +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ +"Version" = "Versione"; + /* Sidebar menu label for Wallet view. */ "Wallet" = "Portafoglio"; @@ -610,6 +694,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text of button that confirms to overwrite the existing mutelist. */ "Yes, Overwrite" = "Si, sovrascrivi"; +/* Button to proceed with posting a note even though it looks like they might be posting a private key. */ +"Yes, Post with Private Key" = "Si, posta con Chiave Privata"; + /* 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" = "tu"; @@ -619,6 +706,12 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* 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" = "Questo report sarà inviato a i relays a cui sei connesso"; +/* Accessibility label for zap button */ +"Zap" = "Zap"; + +/* Navigation bar title for the Zaps view. */ +"Zaps" = "Zaps"; + /* Dropdown option label for Lightning wallet, Zebedee. */ "Zebedee" = "Zebedee"; diff --git a/damus/ja.lproj/Localizable.strings b/damus/ja.lproj/Localizable.strings index 57c9780a..0f055a7c 100644 --- a/damus/ja.lproj/Localizable.strings +++ b/damus/ja.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' at '%@' は認証に使用されています"; @@ -13,12 +10,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(who) がフォロー中"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. 友達の投稿にチップを送ろう。インターネットのネイティブ通貨:ビットコイン⚡️で。"; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -74,7 +58,7 @@ Number of relay servers a user is connected. */ "Add all" = "全て追加"; /* Label for section for adding a relay server. */ -"Add Relay" = "Relayを追加"; +"Add Relay" = "リレーを追加"; /* Label to display relay contact user. */ "Admin" = "管理者"; @@ -269,6 +253,9 @@ Number of relay servers a user is connected. */ /* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ "EULA" = "EULA"; +/* No comment provided by engineer. */ +"Filter" = "フィルター"; + /* Button to follow a user. */ "Follow" = "フォローする"; @@ -415,12 +402,18 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Label indicating that a form input is optional. */ "optional" = "任意"; +/* No comment provided by engineer. */ +"Paid Relay" = "有料リレー"; + /* Button to pay a Lightning invoice. */ "Pay" = "支払う"; /* Navigation bar title for view to pay Lightning invoice. */ "Pay the Lightning invoice" = "Lightning invoiceを支払う"; +/* Alert for deleting the users account. */ +"Permanently Delete Account" = "アカウントの永久的な削除"; + /* Dropdown option label for Lightning wallet, Phoenix. */ "Phoenix" = "Phoenix"; @@ -470,7 +463,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Reactions" = "リアクション"; /* Section title for recommend relay servers that could be added as part of configuration */ -"Recommended Relays" = "推奨のリレーサーバー"; +"Recommended Relays" = "推奨のリレー"; /* Button to reject the end user license agreement, which disallows the user from being let into the app. */ "Reject" = "却下"; @@ -606,6 +599,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button for user to report that the account is impersonating someone. */ "They are impersonating someone" = "誰かになりすましています"; +/* No comment provided by engineer. */ +"This is a paid relay, you must pay for posts to be accepted." = "このリレーは有料です。投稿するには利用料の支払いが必要です。"; + /* 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." = "これは公開鍵で、投稿などの操作は一切できません。入力された公開鍵の視点で投稿を見るために使用します。"; @@ -621,6 +617,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Navigation bar title for note thread. */ "Thread" = "スレッド"; +/* No comment provided by engineer. */ +"To filter your %@ feed, please choose applicable relays from the list below:" = "%@ フィードをフィルタリングするには、以下のリストから該当するリレーを選択してください。"; + /* Button to translate note from different language. */ "Translate Note" = "翻訳する"; @@ -639,9 +638,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "投稿をここに入力..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "フォロー解除"; @@ -667,7 +663,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "ユーザー名"; -/* Label to display relay software version. */ +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ "Version" = "バージョン"; /* Sidebar menu label for Wallet view. */ @@ -712,6 +709,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Accessibility label for zap button */ "Zap" = "Zap"; +/* Navigation bar title for the Zaps view. */ +"Zaps" = "Zaps"; + /* Dropdown option label for Lightning wallet, Zebedee. */ "Zebedee" = "Zebedee"; diff --git a/damus/lv-LV.lproj/Localizable.strings b/damus/lv-LV.lproj/Localizable.strings index 02449007..0d5a4ea2 100644 --- a/damus/lv-LV.lproj/Localizable.strings +++ b/damus/lv-LV.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' pie '%@' tiks izmantota priekš verifikācijas."; @@ -13,12 +10,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(who) seko"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. Sponsorē draugu ziņas un krājiet Satus ar BitMonētu⚡️, interneta digitālo valūtu."; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -573,9 +557,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Rakstiet savu ziņu šeit..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "Atsekot"; diff --git a/damus/nl.lproj/Localizable.strings b/damus/nl.lproj/Localizable.strings index 05bf3c23..e0097a6d 100644 --- a/damus/nl.lproj/Localizable.strings +++ b/damus/nl.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "‘%@’ op ‘%@’ wordt gebruikt ter verificatie"; @@ -13,12 +10,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(who) volgt"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. Geef je vrienden een fooi met Bitcoin⚡️, dé internetvaluta."; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -269,9 +253,6 @@ Number of relay servers a user is connected. */ /* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ "EULA" = "EULA"; -/* No comment provided by engineer. */ -"EventDetailView" = "EventDetailView"; - /* No comment provided by engineer. */ "Filter" = "Filter"; @@ -657,9 +638,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Typ een bericht…"; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "Ontvolg"; @@ -685,7 +663,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "Gebruikersnaam"; -/* Label to display relay software version. */ +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ "Version" = "Versie"; /* Sidebar menu label for Wallet view. */ diff --git a/damus/pl-PL.lproj/Localizable.strings b/damus/pl-PL.lproj/Localizable.strings index 3467afc5..4a19c1f1 100644 --- a/damus/pl-PL.lproj/Localizable.strings +++ b/damus/pl-PL.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' pod adresem '%@' zostanie użyty do weryfikacji"; @@ -13,12 +10,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(who) obserwuje"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. Dawaj napiwki w reakcji na odpowiedzi znajomych i ciułaj satsy z Bitcoin⚡️, natywną walutą internetu."; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -269,6 +253,9 @@ Number of relay servers a user is connected. */ /* 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" = "Obserwuj"; @@ -415,12 +402,18 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Label indicating that a form input is optional. */ "optional" = "opcjonalne"; +/* No comment provided by engineer. */ +"Paid Relay" = "Płatny przekaźnik"; + /* Button to pay a Lightning invoice. */ "Pay" = "Zapłać"; /* Navigation bar title for view to pay Lightning invoice. */ "Pay the Lightning invoice" = "Zapłać fakturę Lightning"; +/* Alert for deleting the users account. */ +"Permanently Delete Account" = "Trwałe skasowanie konta"; + /* Dropdown option label for Lightning wallet, Phoenix. */ "Phoenix" = "Phoenix"; @@ -606,6 +599,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button for user to report that the account is impersonating someone. */ "They are impersonating someone" = "Podszywa się pod kogoś"; +/* No comment provided by engineer. */ +"This is a paid relay, you must pay for posts to be accepted." = "To jest płatny przekaźnik - musisz zapłacić, aby wysyłać posty."; + /* 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." = "To jest klucz publiczny, nie będziesz mógł pisać postów ani mieć żadnych interakcji. Jest używany tylko do odczytu z ich perspektywy."; @@ -621,6 +617,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Navigation bar title for note thread. */ "Thread" = "Wątek"; +/* No comment provided by engineer. */ +"To filter your %@ feed, please choose applicable relays from the list below:" = "Aby filtrować swój %@ kanał, wybierz stosowne przekaźniki z listy poniżej:"; + /* Button to translate note from different language. */ "Translate Note" = "Tłumacz wpis"; @@ -639,9 +638,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Napisz swój post tutaj..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "Przestań obserwować"; @@ -667,7 +663,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "Nazwa użytkownika"; -/* Label to display relay software version. */ +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ "Version" = "Wersja"; /* Sidebar menu label for Wallet view. */ @@ -712,6 +709,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* 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"; diff --git a/damus/pt-PT.lproj/Localizable.strings b/damus/pt-PT.lproj/Localizable.strings index 74b3b86b..aabd2a1b 100644 --- a/damus/pt-PT.lproj/Localizable.strings +++ b/damus/pt-PT.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' a '%@' será utilizado para verificação"; @@ -13,12 +10,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "Seguindo (quem)"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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ê uma gorjeta aos seus amigos e acumule sats com Bitcoin⚡️, a moeda nativa da Internet."; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -555,9 +539,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Escreva aqui o seu post..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "Deixar de Seguir"; diff --git a/damus/tr-TR.lproj/Localizable.strings b/damus/tr-TR.lproj/Localizable.strings index a6c8b482..efe3f4b1 100644 --- a/damus/tr-TR.lproj/Localizable.strings +++ b/damus/tr-TR.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' adresindeki '%@' doğrulama için kullanılacaktır"; @@ -10,12 +7,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(who)'nin Takip Ettikleri"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -29,16 +20,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. Arkadaşlarınızın gönderilerine bahşiş verin ve internetin yerel para birimi olan Bitcoin⚡️ ile sats biriktirin."; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -426,9 +410,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Gönderinizi buraya yazın..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "Takipten Çık"; diff --git a/damus/zh-CN.lproj/Localizable.strings b/damus/zh-CN.lproj/Localizable.strings index 16212422..5a981c2b 100644 --- a/damus/zh-CN.lproj/Localizable.strings +++ b/damus/zh-CN.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* Blank space to separate profile picture from profile editor form. */ -" " = "61b6edf1108e6f396680a33b02486a70_tr"; - /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' at '%@' 将被用于认证"; @@ -13,12 +10,6 @@ /* Navigation bar title for view that shows who a user is following. */ "(who) following" = "(who)关注"; -/* Prefix character to username. */ -"@" = "@"; - -/* Abbreviated version of a nostr public key. */ -"%@" = "%@"; - /* 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'. */ "%@ %@" = "%@ %@"; @@ -35,16 +26,9 @@ Sentence composed of 2 variables to describe how many relay servers a user is co /* 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." = "%@. 用互联网原生货币--比特币⚡️来打赏好友的推文并积攒财富。"; -/* Number of reposts. -Number of relay servers a user is connected. */ -"%lld" = "%lld"; - /* Fraction of how many of the user's relay servers that are operational. */ "%lld/%lld" = "%lld/%lld"; -/* Placeholder for event mention. */ -"< e >" = "< e >"; - /* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ "⚡️ %@" = "⚡️ %@"; @@ -214,6 +198,9 @@ Number of relay servers a user is connected. */ /* Name of the app, shown on the first screen when user is not logged in. */ "Damus" = "达摩"; +/* Dropdown option for selecting DeepL as the translation service. */ +"DeepL (Proprietary, Higher Accuracy)" = "DeepL(专有软件,准确性更高)"; + /* Button to pay a Lightning invoice with the user's default Lightning wallet. */ "Default Wallet" = "默认钱包"; @@ -651,9 +638,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text box prompt to ask user to type their post. */ "Type your post here..." = "说点什么呢..."; -/* Non-breaking space character to fill in blank space next to event action button icons. */ -"u{00A0}" = "u{00A0}"; - /* Button to unfollow a user. */ "Unfollow" = "取消关注"; @@ -679,7 +663,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "用户名"; -/* Label to display relay software version. */ +/* Label to display relay software version. + Section title for displaying the version number of the Damus app. */ "Version" = "版本"; /* Sidebar menu label for Wallet view. */ @@ -721,6 +706,12 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* 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" = "您的举报将被发送到您已连接的中继器上"; +/* Accessibility label for zap button */ +"Zap" = "电击"; + +/* Navigation bar title for the Zaps view. */ +"Zaps" = "电击"; + /* Dropdown option label for Lightning wallet, Zebedee. */ "Zebedee" = "Zebedee"; diff --git a/translations/ar.xliff b/translations/ar.xliff index beded790..0f769ac8 100644 --- a/translations/ar.xliff +++ b/translations/ar.xliff @@ -35,17 +35,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -77,13 +66,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -114,18 +96,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) مفتاح API (اختياري) @@ -467,6 +437,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete حذف @@ -554,12 +529,6 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - EventDetailView - - No comment provided by engineer. - Filter تصفية @@ -586,13 +555,13 @@ Number of relay servers a user is connected. Followers - المتابعون + المتابِعون Label describing followers of a user. Following - المتابَعين + المتابَعون 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. @@ -1322,7 +1291,8 @@ Part of a larger sentence to describe how many profiles a user is following.Version الاصدار - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1504,12 +1474,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://some.relay.com @@ -1567,7 +1531,7 @@ Part of a larger sentence to describe how many profiles a user is following. Followers - المتابعون + المتابِعون Part of a larger sentence to describe how many people are following a user. diff --git a/translations/de.xliff b/translations/de.xliff index 31667ac5..52d4dfc4 100644 --- a/translations/de.xliff +++ b/translations/de.xliff @@ -35,17 +35,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -77,13 +66,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -114,18 +96,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) API Schlüssel (optional) @@ -467,6 +437,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete Löschen @@ -554,13 +529,9 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - - No comment provided by engineer. - Filter + Filter No comment provided by engineer. @@ -811,6 +782,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -828,6 +800,7 @@ Part of a larger sentence to describe how many profiles a user is following. Permanently Delete Account + Konto dauerhaft löschen Alert for deleting the users account. @@ -1189,6 +1162,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -1224,6 +1198,7 @@ Part of a larger sentence to describe how many profiles a user is following. To filter your %@ feed, please choose applicable relays from the list below: + Um deinen %@-Feed zu filtern, wähle bitte passende Relays aus der Liste unten aus: No comment provided by engineer. @@ -1316,7 +1291,8 @@ Part of a larger sentence to describe how many profiles a user is following.Version Version - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1392,6 +1368,7 @@ Part of a larger sentence to describe how many profiles a user is following. Zaps + Zaps Navigation bar title for the Zaps view. @@ -1497,12 +1474,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://some.relay.com diff --git a/translations/el_GR.xliff b/translations/el_GR.xliff index adbe785d..1a41a7a4 100644 --- a/translations/el_GR.xliff +++ b/translations/el_GR.xliff @@ -35,17 +35,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -77,13 +66,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -104,7 +86,7 @@ Number of relay servers a user is connected. (Profile.displayName(profile: profile, pubkey: whos))'s Followers - (Profile.displayName(profile: profile, pubkey: whos))'s Ακόλουθοι + (Profile.displayName(profile: profile, pubkey: whos)) Ακόλουθοι Navigation bar title for view that shows who is following a user. @@ -114,18 +96,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) Κλειδί API (προαιρετικό) @@ -467,6 +437,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete Διαγραφή @@ -554,13 +529,9 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - - No comment provided by engineer. - Filter + Φίλτρο No comment provided by engineer. @@ -811,6 +782,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -828,6 +800,7 @@ Part of a larger sentence to describe how many profiles a user is following. Permanently Delete Account + Οριστική διαγραφή λογαριασμού Alert for deleting the users account. @@ -1189,6 +1162,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -1224,6 +1198,7 @@ Part of a larger sentence to describe how many profiles a user is following. To filter your %@ feed, please choose applicable relays from the list below: + Για να φιλτράρετε την ροή μηνυμάτων από ανεπιθύμητα στην κεντρική τροφοδοσία του %@, παρακαλώ επιλέξτε σχετικούς διακομιστές relays απο την παρακάτω λίστα: No comment provided by engineer. @@ -1316,7 +1291,8 @@ Part of a larger sentence to describe how many profiles a user is following.Version Έκδοση - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1392,6 +1368,7 @@ Part of a larger sentence to describe how many profiles a user is following. Zaps + Zaps Navigation bar title for the Zaps view. @@ -1497,12 +1474,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://some.relay.com diff --git a/translations/es_419.xliff b/translations/es_419.xliff index d21e04b7..c499bdd9 100644 --- a/translations/es_419.xliff +++ b/translations/es_419.xliff @@ -35,17 +35,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -77,13 +66,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -114,18 +96,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) Clave de API (opcional) @@ -467,6 +437,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete Borrar @@ -554,13 +529,9 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - - No comment provided by engineer. - Filter + Filtro No comment provided by engineer. @@ -811,6 +782,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -828,6 +800,7 @@ Part of a larger sentence to describe how many profiles a user is following. Permanently Delete Account + Cuenta eliminada permanentemente Alert for deleting the users account. @@ -1189,6 +1162,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -1224,6 +1198,7 @@ Part of a larger sentence to describe how many profiles a user is following. To filter your %@ feed, please choose applicable relays from the list below: + Para filtrar tu feed de %@, elija los relés correspondientes de la lista siguiente: No comment provided by engineer. @@ -1316,7 +1291,8 @@ Part of a larger sentence to describe how many profiles a user is following.Version Versión - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1392,6 +1368,7 @@ Part of a larger sentence to describe how many profiles a user is following. Zaps + Zaps Navigation bar title for the Zaps view. @@ -1497,12 +1474,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://algun.rele.com diff --git a/translations/fr_FR.xliff b/translations/fr_FR.xliff index 03359b6c..ffa5c999 100644 --- a/translations/fr_FR.xliff +++ b/translations/fr_FR.xliff @@ -35,17 +35,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -77,13 +66,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -114,18 +96,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) Clé d'API (optionnelle) @@ -467,6 +437,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete Effacer @@ -554,12 +529,6 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - EventDetailView - - No comment provided by engineer. - Filter Filtre @@ -1322,7 +1291,8 @@ Part of a larger sentence to describe how many profiles a user is following.Version Version - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1504,12 +1474,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://un.relais.com diff --git a/translations/id.xliff b/translations/id.xliff new file mode 100644 index 00000000..9b664f8a --- /dev/null +++ b/translations/id.xliff @@ -0,0 +1,1681 @@ + + +
+ +
+ + + Damus + Damus + + Bundle display name + + + damus + damus + + Bundle name + + + Local authentication to access private key + Autentikasi lokal untuk mengakses kunci pribadi + + Privacy - Face ID Usage Description + + + Granting Damus access to your photos allows you to save images. + Memberikan Damus izin untuk menyimpan gambar ke dalam galeri foto. + + Privacy - Photo Library Additions Usage Description + + +
+ +
+ +
+ + + %@ %@ + %@ %@ + + 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'. + + + %@ has been blocked + %@ telah diblokir + + Alert message that informs a user was blocked. + + + %@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction. + %@. Membuat sebuah akun tidak memerlukan nomor telepon, surel atau nama. Mari bergabung tanpa perlu khawatir. + + 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. + + + %@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs + %@. Pesan dienkripsi secara End-to-End. "Big Tech" tidak dapat membaca pesan anda. + + 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. + + + %@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet. + %@. Beri tip pada postingan teman anda dan stack sats dengan Bitcoin⚡️, mata uang asli dari internet. + + 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. + + + %lld/%lld + %lld/%lld + + Fraction of how many of the user's relay servers that are operational. + + + '%@' at '%@' will be used for verification + '%@' pada '%@' akan digunakan untuk verifikasi + + Description of how the nip05 identifier would be used for verification. + + + '%@' is an invalid NIP-05 identifier. It should look like an email. + '%@' adalah pengenal NIP-05 yang tidak valid. Seharusnya terlihat seperti surel. + + Description of why the nip05 identifier is invalid. + + + (Profile.displayName(profile: profile, pubkey: whos))'s Followers + (Profile.displayName(profile: profile, pubkey: whos))'s Pengikut + + Navigation bar title for view that shows who is following a user. + + + (who) following + (who) Mengikuti + + Navigation bar title for view that shows who a user is following. + + + API Key (optional) + Kunci API (opsional) + + Prompt for optional entry of API Key to use translation server. + + + API Key (required) + Kunci API (diperlukan) + + Prompt for required entry of API Key to use translation server. + + + About + Tentang + + Label to prompt for about text entry for user to describe about themself. + + + About Me + Tentang Saya + + Label for About Me section of user profile form. + + + Absolute Boss + Absolute Boss + + Placeholder text for About Me description. + + + Accept + Terima + + Button to accept the end user license agreement before being allowed into the app. + + + Account ID + ID Akun + + Label to indicate the public ID of the account. + + + Actions + Tindakan + + Title for confirmation dialog to either share, report, or block a profile. + + + Add + Tambah + + Button to add recommended relay server. + Button to confirm adding user inputted relay. + + + Add Relay + Tambahkan Relay + + Label for section for adding a relay server. + + + Add all + Tambahkan Semua + + Button label to re-add all original participants as profiles to reply to in a note + + + Admin + Admin + + Label to display relay contact user. + + + Any + Berapa pun + + Any amount of sats + + + Are you sure you want to repost this? + Anda yakin ingin memposting ulang ini? + + Alert message to ask if user wants to repost a post. + + + + 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. + Sebelum kita mulai, anda perlu menyimpan informasi akun anda. Jika tidak, anda tidak akan dapat kembali masuk ke akun anda apabila anda menghapus Damus. + + Reminder to user that they should save their account information. + + + Bitcoin Beach + Bitcoin Beach + + Dropdown option label for Lightning wallet, Bitcoin Beach. + + + Bitcoin Lightning Tips + Bitcoin Lightning Tips + + Label for Bitcoin Lightning Tips section of user profile form. + + + Blixt Wallet + Blixt Wallet + + Dropdown option label for Lightning wallet, Blixt Wallet + + + Block + Blokir + + Alert button to block a user. + Button to block a profile. + Context menu option for blocking users. + + + Block %@? + Blokir %@? + + Alert message prompt to ask if a user should be blocked. + + + Block User + Blokir Pengguna + + Title of alert for blocking a user. + + + Blocked + Diblokir + + Sidebar menu label for Profile view. + + + Blocked Users + Pengguna Diblokir + + Navigation title of view to see list of blocked users. + + + Blue Wallet + Blue Wallet + + Dropdown option label for Lightning wallet, Blue Wallet. + + + Boosts + Tingkatkan + + Accessibility label for boosts button + + + Breez + Breez + + Dropdown option label for Lightning wallet, Breez. + + + Broadcast + Siaran + + Context menu option for broadcasting the user's note to all of the user's connected relay servers. + + + Cancel + Batal + + 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. + + + Cash App + Cash App + + Dropdown option label for Lightning wallet, Cash App. + + + Clear + Kosongkan + + Button for clearing cached data. + + + Clear Cache + Kosongkan Cache + + Section title for clearing cached data. + + + Contact + Kontak + + Label to display relay contact information. + + + Copied + Disalin + + Label indicating that a user's key was copied. + + + Copy + Salin + + Button to copy a relay server address. + + + Copy Account ID + Salin ID Akun + + Context menu option for copying the ID of the account that created the note. + + + Copy Image + Salin Gambar + + Context menu option to copy an image into clipboard. + Context menu option to copy an image to clipboard. + + + Copy Image URL + Salin URL Gambar + + Context menu option to copy the URL of an image into clipboard. + + + Copy LNURL + Salin LNURL + + Context menu option for copying a user's Lightning URL. + + + Copy Note ID + Salin ID Note + + Context menu option for copying the ID of the note. + + + Copy Note JSON + Salin JSON Note + + Context menu option for copying the JSON text from the note. + + + Copy Report ID + Salin ID Laporan + + Button to copy report ID. + + + Copy Text + Salin Text + + Context menu option for copying the text from an note. + + + Copy User Pubkey + Salin Kunci Publik Pengguna + + Context menu option for copying the ID of the user who created the note. + + + Copy invoice + Salin Faktur + + Title of section for copying a Lightning invoice identifier. + + + Could not find user to block... + Tidak dapat menemukan pengguna untuk diblokir... + + Alert message to indicate that the blocked user could not be found. + + + Create + Buat + + Button to create account. + + + Create Account + Buat Akun + + Button to create an account. + + + Create new mutelist + Buat daftar bisu baru + + Title of alert prompting the user to create a new mutelist. + + + Creator(s) of Bitcoin. Absolute legend. + Creator(s) of Bitcoin. Absolute legend. + + Example description about Bitcoin creator(s), Satoshi Nakamoto. + + + Custom + Kustom + + Dropdown option for selecting a custom translation server. + + + DMs + Pesan + + 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. + + + Damus + Damus + + Name of the app, shown on the first screen when user is not logged in. + + + DeepL (Proprietary, Higher Accuracy) + DeepL (Kepemilikan, Lebih Akurat) + + Dropdown option for selecting DeepL as the translation service. + + + Default Wallet + Dompet default + + Button to pay a Lightning invoice with the user's default Lightning wallet. + + + Default Zap Amount in sats + Jumlah Zap default dalam sats + + Section title for zap configuration + + + Delete + Hapus + + 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 Account + Hapus Akun + + Button to delete the user's account. + + + Deleted Account + Akun Dihapus + + Alert message to indicate this is a deleted account + + + Description + Deskripsi + + Label to display relay description. + + + Dismiss + Abaikan + + Button to dismiss a text field alert. + + + Display Name + Nama Tampilan + + Label to prompt display name entry. + + + Done + Selesai + + Button to dismiss wallet selection view for paying Lightning invoice. + + + EULA + EULA + + Label indicating that the below text is the EULA, an acronym for End User License Agreement. + + + Earn Money + Dapatkan Uang + + Heading indicating that this application allows users to earn money. + + + Edit + Edit + + Button to edit user's profile. + + + Edit participants + Edit Partisipan + + Text indicating that the view is used for editing which participants are replied to in a note. + + + Encrypted + Terenkripsi + + Heading indicating that this application keeps private messaging end-to-end encrypted. + + + Enter your account key to login: + Masukkan Kunci Akun anda untuk masuk: + + Prompt for user to enter an account key to login. + + + Error: %@ + Galat: %@ + + Error message indicating why saving keys failed. + + + Filter + Saring + + No comment provided by engineer. + + + Follow + Ikuti + + Button to follow a user. + + + Follow Back + Ikuti Balik + + Button to follow a user back. + + + Follow me on nostr + Ikuti Saya di nostr + + Text on QR code view to prompt viewer looking at screen to follow the user. + + + Followers + Pengikut + + Label describing followers of a user. + + + Following + Mengikuti + + 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... + Mengikuti... + + Label to indicate that the user is in the process of following another user. + + + Follows + Ikuti + + Text to indicate that button next to it is in a state that will follow a profile when tapped. + + + Follows you + Mengikuti Anda + + Text to indicate that a user is following your profile. + + + Free + Gratis + + Dropdown option for selecting Free plan for DeepL translation service. + + + Get API Key + Dapatkan Kunci API + + Button to navigate to DeepL website to get a translation API key. + + + Global + Global + + Navigation bar title for Global view where posts from all connected relay servers appear. + + + Goto post %@ + Buka Kiriman %@ + + Navigation link to go to post referenced by hex code. + + + Goto profile %@ + Buka Profil %@ + + Navigation link to go to profile. + + + Hide + Sembunyikan + + Button to hide a post from a user who has been blocked. + + + Hide API Key + Sembunyikan Kunci API + + Button to hide the DeepL translation API key. + Button to hide the LibreTranslate server API key. + + + Home + Beranda + + Navigation bar title for Home view where posts and replies appear from those who the user is following. + + + Illegal content + Konten ilegal + + Button for user to report that the account or content has illegal content. + + + Invalid key + Kunci tidak valid + + Error message indicating that an invalid account key was entered for login. + + + It's spam + Ini Spam + + Button for user to report that the account or content has spam. + + + LNLink + LNLink + + Dropdown option label for Lightning wallet, LNLink. + + + Left Handed + Kidal + + Moves the post button to the left side of the screen + + + Let's go! + Mulai! + + Button to complete account creation and start using the app. + + + LibreTranslate (Open Source) + LibreTranslate (Open Source) + + Dropdown option for selecting LibreTranslate as the translation service. + + + Lightning Address or LNURL + Alamat Lightning atau LNURL + + Placeholder text for entry of Lightning Address or LNURL. + + + Lightning Invoice + Faktur Lightning + + Indicates that the view is for paying a Lightning invoice. + + + Like + Suka + + Accessibility Label for Like button + + + Local authentication to access private key + Autentikasi lokal untuk mengakses kunci pribadi + + Face ID usage description shown when trying to access private key + + + Local default + Default Lokal + + Dropdown option label for system default for Lightning wallet. + + + Login + Masuk + + Button to log into account. + Button to log into an account. + + + Logout + Keluar + + 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. + + + Make sure your nsec account key is saved before you logout or you will lose access to this account + Pastikan kunci akun nsec anda sudah tersimpan sebelum anda keluar atau anda akan kehilangan akses pada akun ini + + Reminder message in alert to get customer to verify that their private security account key is saved saved before logging out. + + + Muun + Muun + + Dropdown option label for Lightning wallet, Muun. + + + NIP-05 Verification + Verifikasi NIP-05 + + Label for NIP-05 Verification section of user profile form. + + + No + Tidak + + Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key. + + + No block list found, create a new one? This will overwrite any previous block lists. + Daftar blokir tidak ditemukan, buat baru? Ini akan menimpa semua daftar blokir sebelumnya. + + Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists. + + + None + Tidak Ada + + Dropdown option for selecting no translation service. + + + Note contains "nsec1" private key. Are you sure? + Note berisi kunci pribadi "nsec1". Apakah anda yakin? + + Alert user that they might be attempting to paste a private key and ask them to confirm. + + + Nothing to see here. Check back later! + Tidak ada apa disini. Periksa kembali nanti! + + Indicates that there are no notes in the timeline to view. + + + Notifications + Notifikasi + + Toolbar label for Notifications view. + + + Nudity or explicit content + Konten dewasa atau eksplisit + + Button for user to report that the account or content has nudity or explicit content. + + + + Pay + Bayar + + Button to pay a Lightning invoice. + + + Pay the Lightning invoice + Bayar Faktur Lightning + + Navigation bar title for view to pay Lightning invoice. + + + Permanently Delete Account + Hapus Permanen Akun + + Alert for deleting the users account. + + + Phoenix + Phoenix + + Dropdown option label for Lightning wallet, Phoenix. + + + Plan + Paket + + Prompt selection of DeepL subscription plan to perform machine translations on notes + + + Post + Kirim + + Button to post a note. + + + Post from a user you've blocked + Kiriman dari pengguna yang anda blokir + + Text to indicate that what is being shown is a post from a user who has been blocked. + + + Posts + Kiriman + + Label for filter for seeing only posts (instead of posts and replies). + + + Posts & Replies + Kiriman dan Balasan + + Label for filter for seeing posts and replies (instead of only posts). + + + Private + Pribadi + + 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 Key + Kunci Pribadi + + Title of the secure field that holds the user's private key. + + + Pro + Pro + + Dropdown option for selecting Pro plan for DeepL translation service. + + + Profile + Profil + + Sidebar menu label for Profile view. + + + Profile Picture + Foto Profil + + Label for Profile Picture section of user profile form. + + + Public Account ID + ID Akun Publik + + Section title for the user's public account ID. + + + Public Key + Kunci Publik + + Label indicating that the text is a user's public account key. + + + Public Key? + Kunci Publik? + + Prompt to ask user if the key they entered is a public key. + + + Public key + Kunci Publik + + Label indicating that the text is a user's public account key. + + + Reactions + Reaksi + + Navigation bar title for Reactions view. + + + Recommended Relays + Rekomendasi Relay + + Section title for recommend relay servers that could be added as part of configuration + + + Reject + Tolak + + Button to reject the end user license agreement, which disallows the user from being let into the app. + + + Relay + Relay + + Label to display relay address. + Text field for relay server. Used for testing purposes. + + + Relays + Relay + + Sidebar menu label for Relays view. + + + Relays have been notified and clients will be able to use this information to filter content. Thank you! + Relay telah diberitahukan dan klien akan dapat menggunakan informasi ini untuk menyaring konten. Terima Kasih! + + Description of what was done as a result of sending a report to relay servers. + + + Remove all + Hapus Semua + + Button label to remove all participants from a note reply. + + + Reply + Balas + + Accessibility label for reply button + + + Reply to self + Balas ke diri sendiri + + Label to indicate that the user is replying to themself. + + + Replying to %1$@ & %2$@ + Membalas ke %1$@ & %2$@ + + Label to indicate that the user is replying to 2 users. + + + Replying to: + Membalas ke: + + Indicating that the user is replying to the following listed people. + + + Report + Lapor + + Button to report a profile. + Context menu option for reporting content. + + + Report ID: + ID Laporan: + + Label indicating that the text underneath is the identifier of the report that was sent to relay servers. + + + Report sent! + Laporan Terkirim! + + Message indicating that a report was successfully sent to relay servers. + + + Repost + Posting Ulang + + Button to confirm reposting a post. + Title of alert for confirming to repost a post. + + + Reposted + Diposting Ulang + + Text indicating that the post was reposted (i.e. re-shared). + + + Reposts + Postingan Ulang + + Navigation bar title for Reposts view. + + + Requests + Permintaan + + 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. + + + Retry + Ulangi + + Button to retry completing account creation after an error occurred. + + + River + River + + Dropdown option label for Lightning wallet, River + + + Satoshi Nakamoto + Satoshi Nakamoto + + Name of Bitcoin creator(s). + + + Save + Simpan + + Button for saving profile. + + + Save Image + Simpan Gambar + + Context menu option to save an image. + + + Scan the code + Pindai Kode + + Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. + + + Search hashtag: #%@ + Cari Hashtag: #%@ + + Navigation link to search hashtag. + + + Search... + Cari... + + Placeholder text to prompt entry of search query. + + + Secret Account Login Key + Kunci Login Akun Rahasia + + Section title for user's secret account login key. + + + Select a Lightning wallet + Pilih Dompet Lightning + + Title of section for selecting a Lightning wallet to pay a Lightning invoice. + + + Select default wallet + Pilih Dompet Default + + Prompt selection of user's default wallet + + + Send a message to start the conversation... + Kirim pesan untuk memulai percakapan... + + Text prompt for user to send a message to the other user. + + + Server + Server + + Prompt selection of LibreTranslate server to perform machine translations on notes + + + Service + Layanan + + Prompt selection of translation service provider. + + + Settings + Pengaturan + + Navigation title for Settings view. + Sidebar menu label for accessing the app settings + + + Share + Bagikan + + Button to share a post + Button to share an image. + Button to share the link to a profile. + + + Show + Tampilkan + + Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key. + + + Show API Key + Tampilkan Kunci API + + Button to show the DeepL translation API key. + Button to show the LibreTranslate server API key. + + + Show wallet selector + Tampilkan Pilihan Dompet + + Toggle to show or hide selection of wallet. + + + Sign out + Keluar + + Sidebar menu label to sign out of the account. + + + Software + Perangkat Lunak + + Label to display relay software. + + + Strike + Strike + + Dropdown option label for Lightning wallet, Strike. + + + Supported NIPs + NIP Didukung + + Label to display relay's supported NIPs. + + + Thanks! + Terima Kasih! + + Button to close out of alert that informs that the action to block a user was successful. + + + They are impersonating someone + Dia Menirukan Seseorang + + Button for user to report that the account is impersonating someone. + + + + 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. + Ini adalah kunci publik, anda tidak bisa membuat postingan atau berinteraksi. Ini digunakan untuk melihat akun anda. + + Warning that the inputted account key is a public key and the result of what happens because of it. + + + 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. + Ini merupakan kunci nostr versi lama. Kami tidak yakin jika ini adalah kunci publik atau kunci privat. Silakan aktifkan tombol di bawah ini jika ini adalah kunci publik. + + 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 your account ID, you can give this to your friends so that they can follow you. Click to copy. + Ini adalah ID akun anda, anda dapat memberikan ini kepada teman anda agar mereka dapat mengikuti anda. Tekan untuk menyalin. + + Label to describe that a public key is the user's account ID and what they can 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! + Ini adalah Kunci Rahasia Akun anda. Anda memerlukan ini untuk mengakses akun anda. Jangan Sebarkan Kunci ini kepada siapapun! Simpan Kunci ini dalam password manager dan jaga agar tetap aman! + + Label to describe that a private key is the user's secret account key and what they should do with it. + + + Thread + Utas + + Navigation bar title for note thread. + + + To filter your %@ feed, please choose applicable relays from the list below: + Untuk menyaring feed anda, Silahkan Pilih Relay yang sesuai dari daftar di bawah ini: + + No comment provided by engineer. + + + Translate Note + Terjemahkan Note + + Button to translate note from different language. + + + Translated from (lang) + Diterjemahkan dari (lang) + + Button to indicate that the note has been translated from a different language. + + + Translating from (lang)... + Menerjemahkan dari (lang)... + + Button to indicate that the note is in the process of being translated from a different language. + + + Translations + Penerjemah + + Section title for selecting the translation service. + + + Type DELETE to delete + Ketik DELETE untuk menghapus + + 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 your post here... + Ketik Post Anda disini... + + Text box prompt to ask user to type their post. + + + URL + URL + + Example URL to LibreTranslate server + + + Unfollow + Berhenti Ikuti + + Button to unfollow a user. + + + Unfollowing + Berhenti Mengikuti + + 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... + Berhenti Mengikuti... + + Label to indicate that the user is in the process of unfollowing another user. + + + Unfollows + Berhenti Mengikuti? + + Text to indicate that the button next to it is in a state that will unfollow a profile when tapped. + + + User blocked + Pengguna Diblokir + + Alert message to indicate the user has been blocked + + + User has been blocked + Pengguna telah diblokir + + Alert message that informs a user was blocked. + + + Username + Nama Pengguna + + Label for Username section of user profile form. + Label to prompt username entry. + + + Version + Versi + + Label to display relay software version. + Section title for displaying the version number of the Damus app. + + + Wallet + Dompet + + Sidebar menu label for Wallet view. + + + Wallet Selector + Pilihan Dompet + + Section title for selection of wallet. + + + Wallet of Satoshi + Dompet Satoshi + + Dropdown option label for Lightning wallet, Wallet of Satoshi. + + + Website + Website + + Label for Website section of user profile form. + + + Welcome to the social network %@ control. + Selamat Datang ke Jejaring Sosial yang %@ kontrol. + + Welcoming message to the reader. The variable is 'you', the reader. + + + Welcome, %@! + Selamat Datang, %@! + + Text to welcome user. + + + What do you want to report? + Apa yang ingin anda laporkan? + + Header text to prompt user what issue they want to report. + + + Yes, Overwrite + Ya, Timpa + + Text of button that confirms to overwrite the existing mutelist. + + + Yes, Post with Private Key + Ya, Kirim dengan Kunci Privat + + Button to proceed with posting a note even though it looks like they might be posting a private key. + + + Your Name + Nama Anda + + Label for Your Name section of user profile form. + + + Your report will be sent to the relays you are connected to + Laporan anda akan dikirim ke relay yang bersangkutan. + + Footer text to inform user what will happen when the report is submitted. + + + Zap + Zap + + Accessibility label for zap button + + + Zaps + Zaps + + Navigation bar title for the Zaps view. + + + Zebedee + Zebedee + + Dropdown option label for Lightning wallet, Zebedee. + + + Zeus LN + Zeus LN + + Dropdown option label for Lightning wallet, Zeus LN. + + + followers_count + followers_count + + Part of a larger sentence to describe how many people are following a user. (Key in .stringsdict) + + + https://example.com/pic.jpg + https://example.com/pic.jpg + + Placeholder example text for profile picture URL. + + + https://jb55.com + https://jb55.com + + Placeholder example text for website URL for user profile. + + + jb55@jb55.com + jb55@jb55.com + + Placeholder example text for identifier used for NIP-05 verification. + + + none + Nihil + + No search results. + + + now + Baru Saja + + String indicating that a given timestamp just occurred + + + nsec1... + nsec1... + + 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. + + + optional + Opsional + + Label indicating that a form input is optional. + + + reactions_count + reactions_count + + Part of a larger sentence to describe how many reactions there are on a post. (Key in .stringsdict) + + + relays_count + relays_count + + Part of a larger sentence to describe how many relay servers a user is connected. (Key in .stringsdict) + + + replying_to_one_and_others + replying_to_one_and_others + + Label to indicate that the user is replying to 1 user and others. (Key in .stringsdict) + + + replying_to_two_and_others + replying_to_two_and_others + + Label to indicate that the user is replying to 2 users and others. (Key in .stringsdict) + + + reposts_count + reposts_count + + Part of a larger sentence to describe how many reposts there are. (Key in .stringsdict) + + + satoshi + satoshi + + Example username of Bitcoin creator(s), Satoshi Nakamoto. + + + sats_count + sats_count + + Amount of sats. (Key in .stringsdict) + + + wss://some.relay.com + wss://some.relay.com + + Placeholder example for relay server address. + + + you + Anda + + 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. + + + zaps_count + zaps_count + + Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict) + + + ⚡️ %@ + ⚡️ %@ + + Text indicating the zap amount. i.e. number of satoshis that were tipped to a user + + +
+ +
+ +
+ + + %d other note + %d Note Lainnya + + + + + %d other notes + %d Note Lainnya + + + + + ··· %#@NOTES@ ··· + ··· %#@NOTES@ ··· + + + + + Follower + Pengikut + + Part of a larger sentence to describe how many people are following a user. + + + Followers + Pengikut + + Part of a larger sentence to describe how many people are following a user. + + + %#@FOLLOWERS@ + %#@FOLLOWERS@ + + Part of a larger sentence to describe how many people are following a user. + + + %#@REACTIONS@ + %#@REACTIONS@ + + Part of a larger sentence to describe how many reactions there are on a post. + + + Reaction + Reaksi + + Part of a larger sentence to describe how many reactions there are on a post. + + + Reactions + Reaksi + + Part of a larger sentence to describe how many reactions there are on a post. + + + %#@RELAYS@ + %#@RELAYS@ + + Part of a larger sentence to describe how many relay servers a user is connected. + + + Relay + Relay + + Part of a larger sentence to describe how many relay servers a user is connected. + + + Relays + Relay + + Part of a larger sentence to describe how many relay servers a user is connected. + + + Replying to %@%#@OTHERS@ + Membalas ke %@%#@OTHERS@ + + Label to indicate that the user is replying to 1 user and others. + + + & %d other + & %d lainnya + + Label to indicate that the user is replying to 1 user and others. + + + & %d others + & %d lainnya + + Label to indicate that the user is replying to 1 user and others. + + + + Label to indicate that the user is replying to 1 user and others. + + + Replying to %@, %@%#@OTHERS@ + Membalas ke %@, %@%#@OTHERS@ + + Label to indicate that the user is replying to 2 users and others. + + + & %d other + & %d lainnya + + Label to indicate that the user is replying to 2 users and others. + + + & %d others + & %d lainnya + + Label to indicate that the user is replying to 2 users and others. + + + + Label to indicate that the user is replying to 2 users and others. + + + %#@REPOSTS@ + %#@REPOSTS@ + + Part of a larger sentence to describe how many reposts there are. + + + Repost + Postingan Ulang + + Part of a larger sentence to describe how many reposts there are. + + + Reposts + Postingan Ulang + + Part of a larger sentence to describe how many reposts there are. + + + %1$#@SATS@ + %1$#@SATS@ + + Amount of sats. + + + %2$@ sat + %2$@ sat + + Amount of sats. + + + %2$@ sats + %2$@ sats + + Amount of sats. + + + %#@ZAPS@ + %#@ZAPS@ + + Part of a larger sentence to describe how many zap payments there are on a post. + + + Zap + Zap + + Part of a larger sentence to describe how many zap payments there are on a post. + + + Zaps + Zaps + + Part of a larger sentence to describe how many zap payments there are on a post. + + +
+
\ No newline at end of file diff --git a/translations/it_IT.xliff b/translations/it_IT.xliff index a0fc6cc8..19a694ed 100644 --- a/translations/it_IT.xliff +++ b/translations/it_IT.xliff @@ -18,6 +18,7 @@
Local authentication to access private key + Autenticazione locale necessaria per accedere alla chiave privata Privacy - Face ID Usage Description @@ -34,17 +35,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -76,13 +66,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -113,18 +96,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) API Key (facoltativo) @@ -133,6 +104,7 @@ Number of relay servers a user is connected. API Key (required) + Chiave API (richiesta) Prompt for required entry of API Key to use translation server. @@ -193,6 +165,7 @@ Number of relay servers a user is connected.
Admin + Amministratore Label to display relay contact user. @@ -278,6 +251,7 @@ Number of relay servers a user is connected. Boosts + Potenziamenti Accessibility label for boosts button @@ -325,6 +299,7 @@ Number of relay servers a user is connected. Contact + Contatti Label to display relay contact information. @@ -452,6 +427,7 @@ Number of relay servers a user is connected. DeepL (Proprietary, Higher Accuracy) + DeepL (Proprietario, Accuratezza Elevata) Dropdown option for selecting DeepL as the translation service. @@ -461,6 +437,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete Elimina @@ -472,16 +453,19 @@ Number of relay servers a user is connected. Delete Account + Elimina Account Button to delete the user's account. Deleted Account + Account Eliminato Alert message to indicate this is a deleted account Description + Descrizione Label to display relay description. @@ -545,13 +529,9 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - - No comment provided by engineer. - Filter + Filtro No comment provided by engineer. @@ -563,11 +543,13 @@ Number of relay servers a user is connected. Follow Back + Segui anche tu Button to follow a user back. Follow me on nostr + Seguimi su nostr Text on QR code view to prompt viewer looking at screen to follow the user. @@ -598,16 +580,19 @@ Part of a larger sentence to describe how many profiles a user is following. Follows you + Seguono te Text to indicate that a user is following your profile. Free + Gratis Dropdown option for selecting Free plan for DeepL translation service. Get API Key + Ottieni chiave API Button to navigate to DeepL website to get a translation API key. @@ -686,6 +671,7 @@ Part of a larger sentence to describe how many profiles a user is following. LibreTranslate (Open Source) + LibreTranslate (Open Source) Dropdown option for selecting LibreTranslate as the translation service. @@ -703,11 +689,13 @@ Part of a larger sentence to describe how many profiles a user is following. Like + Like Accessibility Label for Like button Local authentication to access private key + Autenticazione locale necessaria per accedere alla chiave privata Face ID usage description shown when trying to access private key @@ -752,6 +740,7 @@ Part of a larger sentence to describe how many profiles a user is following. No + No Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key. @@ -769,6 +758,7 @@ Part of a larger sentence to describe how many profiles a user is following. Note contains "nsec1" private key. Are you sure? + La nota contiene una chiave privata di tipo "nsec1". Sei sicuro? Alert user that they might be attempting to paste a private key and ask them to confirm. @@ -792,6 +782,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -809,6 +800,7 @@ Part of a larger sentence to describe how many profiles a user is following. Permanently Delete Account + Elimina l'account in modo permanente Alert for deleting the users account. @@ -820,6 +812,7 @@ Part of a larger sentence to describe how many profiles a user is following. Plan + Piano Prompt selection of DeepL subscription plan to perform machine translations on notes @@ -861,6 +854,7 @@ Part of a larger sentence to describe how many profiles a user is following. Pro + Pro Dropdown option for selecting Pro plan for DeepL translation service. @@ -945,6 +939,7 @@ Part of a larger sentence to describe how many profiles a user is following. Reply + Risposta Accessibility label for reply button @@ -1042,6 +1037,7 @@ Part of a larger sentence to describe how many profiles a user is following. Scan the code + Scansiona il codice Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. @@ -1089,6 +1085,7 @@ Part of a larger sentence to describe how many profiles a user is following. Service + Servizio Prompt selection of translation service provider. @@ -1135,6 +1132,7 @@ Part of a larger sentence to describe how many profiles a user is following. Software + Software Label to display relay software. @@ -1146,6 +1144,7 @@ Part of a larger sentence to describe how many profiles a user is following. Supported NIPs + NIP Supportati Label to display relay's supported NIPs. @@ -1163,6 +1162,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -1198,6 +1198,7 @@ Part of a larger sentence to describe how many profiles a user is following. To filter your %@ feed, please choose applicable relays from the list below: + Per filtrare il tuo %@ feed, scegli un relè disponibile dalla lista sottostante: No comment provided by engineer. @@ -1215,16 +1216,19 @@ Part of a larger sentence to describe how many profiles a user is following. Translating from (lang)... + Tradotto da (lang)... Button to indicate that the note is in the process of being translated from a different language. Translations + Traduzioni Section title for selecting the translation service. Type DELETE to delete + Inserisci CANCELLA per cancellare 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. @@ -1285,8 +1289,10 @@ Part of a larger sentence to describe how many profiles a user is following. Version + Versione - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1338,6 +1344,7 @@ Part of a larger sentence to describe how many profiles a user is following. Yes, Post with Private Key + Si, posta con Chiave Privata Button to proceed with posting a note even though it looks like they might be posting a private key. @@ -1355,11 +1362,13 @@ Part of a larger sentence to describe how many profiles a user is following. Zap + Zap Accessibility label for zap button Zaps + Zaps Navigation bar title for the Zaps view. @@ -1465,12 +1474,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://qualche.relay.com @@ -1662,11 +1665,13 @@ Part of a larger sentence to describe how many profiles a user is following. Zap + Zap Part of a larger sentence to describe how many zap payments there are on a post. Zaps + Zaps Part of a larger sentence to describe how many zap payments there are on a post. diff --git a/translations/ja.xliff b/translations/ja.xliff index 4ba1830d..7b7d65a8 100644 --- a/translations/ja.xliff +++ b/translations/ja.xliff @@ -35,17 +35,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -77,13 +66,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -114,18 +96,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) APIキー (任意) @@ -183,7 +153,7 @@ Number of relay servers a user is connected. Add Relay - Relayを追加 + リレーを追加 Label for section for adding a relay server. @@ -467,6 +437,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete 削除 @@ -554,13 +529,9 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - - No comment provided by engineer. - Filter + フィルター No comment provided by engineer. @@ -811,6 +782,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -828,6 +800,7 @@ Part of a larger sentence to describe how many profiles a user is following. Permanently Delete Account + アカウントの永久的な削除 Alert for deleting the users account. @@ -929,7 +902,7 @@ Part of a larger sentence to describe how many profiles a user is following. Recommended Relays - 推奨のリレーサーバー + 推奨のリレー Section title for recommend relay servers that could be added as part of configuration @@ -1189,6 +1162,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -1224,6 +1198,7 @@ Part of a larger sentence to describe how many profiles a user is following. To filter your %@ feed, please choose applicable relays from the list below: + %@ フィードをフィルタリングするには、以下のリストから該当するリレーを選択してください。 No comment provided by engineer. @@ -1316,7 +1291,8 @@ Part of a larger sentence to describe how many profiles a user is following.Version バージョン - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1392,6 +1368,7 @@ Part of a larger sentence to describe how many profiles a user is following. Zaps + Zaps Navigation bar title for the Zaps view. @@ -1497,12 +1474,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://some.relay.com diff --git a/translations/lv_LV.xliff b/translations/lv_LV.xliff index f89b89ce..ff33160d 100644 --- a/translations/lv_LV.xliff +++ b/translations/lv_LV.xliff @@ -34,17 +34,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -76,13 +65,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -113,18 +95,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) API Atslēga (pēc izvēles) @@ -461,6 +431,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete Izdzēst @@ -547,11 +522,6 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - - No comment provided by engineer. - Filter @@ -1292,7 +1262,8 @@ Part of a larger sentence to describe how many profiles a user is following. Version - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1472,12 +1443,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://cits.relejs.com diff --git a/translations/nl.xliff b/translations/nl.xliff index 07f1bb02..00fc262e 100644 --- a/translations/nl.xliff +++ b/translations/nl.xliff @@ -35,17 +35,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -77,13 +66,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -114,18 +96,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) Api-sleutel (optioneel) @@ -467,6 +437,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete Verwijder @@ -554,12 +529,6 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - EventDetailView - - No comment provided by engineer. - Filter Filter @@ -1322,7 +1291,8 @@ Part of a larger sentence to describe how many profiles a user is following.Version Versie - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1504,12 +1474,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://een.relay.nl diff --git a/translations/pl_PL.xliff b/translations/pl_PL.xliff index debc3854..70f7ac85 100644 --- a/translations/pl_PL.xliff +++ b/translations/pl_PL.xliff @@ -35,17 +35,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -77,13 +66,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -114,18 +96,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) Klucz API (opcjonalny) @@ -467,6 +437,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete Usuń @@ -554,13 +529,9 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - - No comment provided by engineer. - Filter + Filtr No comment provided by engineer. @@ -811,6 +782,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -828,6 +800,7 @@ Part of a larger sentence to describe how many profiles a user is following. Permanently Delete Account + Trwałe skasowanie konta Alert for deleting the users account. @@ -1189,6 +1162,7 @@ Part of a larger sentence to describe how many profiles a user is following. @@ -1224,6 +1198,7 @@ Part of a larger sentence to describe how many profiles a user is following. To filter your %@ feed, please choose applicable relays from the list below: + Aby filtrować swój %@ kanał, wybierz stosowne przekaźniki z listy poniżej: No comment provided by engineer. @@ -1316,7 +1291,8 @@ Part of a larger sentence to describe how many profiles a user is following.Version Wersja - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1392,6 +1368,7 @@ Part of a larger sentence to describe how many profiles a user is following. Zaps + Zapy Navigation bar title for the Zaps view. @@ -1497,12 +1474,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://jakis.przekaznik.com diff --git a/translations/pt_PT.xliff b/translations/pt_PT.xliff index b6191429..4a94be79 100644 --- a/translations/pt_PT.xliff +++ b/translations/pt_PT.xliff @@ -34,17 +34,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -76,13 +65,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -113,18 +95,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) Chave API (opcional) @@ -461,6 +431,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete Apagar @@ -545,11 +520,6 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - - No comment provided by engineer. - Filter @@ -1286,7 +1256,8 @@ Part of a larger sentence to describe how many profiles a user is following. Version - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1465,12 +1436,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://some.relay.com diff --git a/translations/tr_TR.xliff b/translations/tr_TR.xliff index 3e52203c..9b3c00f5 100644 --- a/translations/tr_TR.xliff +++ b/translations/tr_TR.xliff @@ -33,17 +33,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -74,13 +63,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -110,18 +92,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) @@ -443,6 +413,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete Sil @@ -525,11 +500,6 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - - No comment provided by engineer. - Filter @@ -1241,7 +1211,8 @@ Part of a larger sentence to describe how many profiles a user is following. Version - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1417,12 +1388,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://örnek.role.com diff --git a/translations/zh_CN.xliff b/translations/zh_CN.xliff index a3343925..f029da98 100644 --- a/translations/zh_CN.xliff +++ b/translations/zh_CN.xliff @@ -35,17 +35,6 @@ - - - 61b6edf1108e6f396680a33b02486a70_tr - Blank space to separate profile picture from profile editor form. - - - %@ - %@ - - Abbreviated version of a nostr public key. - %@ %@ %@ %@ @@ -77,13 +66,6 @@ Sentence composed of 2 variables to describe how many relay servers a user is co 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. - - %lld - %lld - - Number of reposts. -Number of relay servers a user is connected. - %lld/%lld %lld/%lld @@ -114,18 +96,6 @@ Number of relay servers a user is connected. Navigation bar title for view that shows who a user is following. - - < e > - < e > - - Placeholder for event mention. - - - @ - @ - - Prefix character to username. - API Key (optional) API Key (可选) @@ -457,6 +427,7 @@ Number of relay servers a user is connected. DeepL (Proprietary, Higher Accuracy) + DeepL(专有软件,准确性更高) Dropdown option for selecting DeepL as the translation service. @@ -466,6 +437,11 @@ Number of relay servers a user is connected. Button to pay a Lightning invoice with the user's default Lightning wallet. + + Default Zap Amount in sats + + Section title for zap configuration + Delete 删除 @@ -553,11 +529,6 @@ Number of relay servers a user is connected. Error message indicating why saving keys failed. - - EventDetailView - - No comment provided by engineer. - Filter 筛选 @@ -1320,7 +1291,8 @@ Part of a larger sentence to describe how many profiles a user is following.Version 版本 - Label to display relay software version. + Label to display relay software version. + Section title for displaying the version number of the Damus app. Wallet @@ -1390,11 +1362,13 @@ Part of a larger sentence to describe how many profiles a user is following. Zap + 电击 Accessibility label for zap button Zaps + 电击 Navigation bar title for the Zaps view. @@ -1500,12 +1474,6 @@ Part of a larger sentence to describe how many profiles a user is following.Amount of sats. (Key in .stringsdict) - - u{00A0} - u{00A0} - - Non-breaking space character to fill in blank space next to event action button icons. - wss://some.relay.com wss://some.relay.com