damus

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

commit 1441d339a7c1d36e53d5d8b6aa0742600fb35522
parent 251713204145aa46103079db35a715c92dea24dd
Author: Terry Yiu <963907+tyiu@users.noreply.github.com>
Date:   Fri,  3 Feb 2023 15:56:54 -0500

Export and import translations, remove de_AT in favor of de, and move zh to zh-CN

Closes: #515

Diffstat:
Mdamus.xcodeproj/project.pbxproj | 28++++++++++++++--------------
Mdamus/ar.lproj/Localizable.strings | 16+++++++++-------
Mdamus/ar.lproj/Localizable.stringsdict | 92++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mdamus/de.lproj/InfoPlist.strings | 2+-
Mdamus/de.lproj/Localizable.strings | 24+++++++++++++-----------
Mdamus/de.lproj/Localizable.stringsdict | 12++++++------
Mdamus/en-US.lproj/Localizable.stringsdict | 10+++++-----
Mdamus/es-419.lproj/Localizable.strings | 12+++++++-----
Mdamus/es-419.lproj/Localizable.stringsdict | 10+++++-----
Mdamus/fr-FR.lproj/InfoPlist.strings | 2+-
Mdamus/fr-FR.lproj/Localizable.strings | 76+++++++++++++++++++++++++++++++++++++++-------------------------------------
Mdamus/fr-FR.lproj/Localizable.stringsdict | 10+++++-----
Mdamus/it-IT.lproj/Localizable.strings | 28+++++++++++++++-------------
Mdamus/it-IT.lproj/Localizable.stringsdict | 10+++++-----
Mdamus/lv-LV.lproj/InfoPlist.strings | 2+-
Mdamus/lv-LV.lproj/Localizable.strings | 72++++++++++++++++++++++++++++++++++--------------------------------------
Mdamus/lv-LV.lproj/Localizable.stringsdict | 32++++++++++++++++----------------
Adamus/nl.lproj/InfoPlist.strings | 9+++++++++
Adamus/nl.lproj/Localizable.strings | 644+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adamus/nl.lproj/Localizable.stringsdict | 154+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mdamus/pl-PL.lproj/Localizable.strings | 50++++++++++++++++++++++++++------------------------
Mdamus/pl-PL.lproj/Localizable.stringsdict | 22+++++++++++-----------
Mdamus/pt-PT.lproj/Localizable.strings | 12+++++++-----
Mdamus/pt-PT.lproj/Localizable.stringsdict | 10+++++-----
Mdamus/tr-TR.lproj/InfoPlist.strings | 3---
Mdamus/tr-TR.lproj/Localizable.strings | 62++++++++++++++++++++++++++------------------------------------
Mdamus/tr-TR.lproj/Localizable.stringsdict | 14+++++++-------
Adamus/zh-CN.lproj/InfoPlist.strings | 9+++++++++
Adamus/zh-CN.lproj/Localizable.strings | 644+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adamus/zh-CN.lproj/Localizable.stringsdict | 222+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mtranslations/ar.xliff | 125+++++++++++++++++++++++++++++++++++++++++++++++--------------------------------
Mtranslations/de.xliff | 137+++++++++++++++++++++++++++++++++++++++++++++++--------------------------------
Dtranslations/de_AT.xliff | 1508-------------------------------------------------------------------------------
Mtranslations/en-US.xcloc/Localized Contents/en-US.xliff | 117+++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
Mtranslations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings | 0
Mtranslations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.stringsdict | 10+++++-----
Mtranslations/es_419.xliff | 121++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
Mtranslations/fr_FR.xliff | 187+++++++++++++++++++++++++++++++++++++++++++++----------------------------------
Mtranslations/it_IT.xliff | 137+++++++++++++++++++++++++++++++++++++++++++++++--------------------------------
Mtranslations/lv_LV.xliff | 392+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
Atranslations/nl.xliff | 1542+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mtranslations/pl_PL.xliff | 167+++++++++++++++++++++++++++++++++++++++++++++----------------------------------
Mtranslations/pt_PT.xliff | 121++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
Mtranslations/tr_TR.xliff | 393++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------
Dtranslations/zh.xliff | 1508-------------------------------------------------------------------------------
Atranslations/zh_CN.xliff | 1542+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
46 files changed, 6368 insertions(+), 3932 deletions(-)

diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj @@ -234,15 +234,18 @@ 3A4F3321297CCFEE004B5F72 /* fr-FR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "fr-FR"; path = "fr-FR.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3A4F3322297CCFEE004B5F72 /* fr-FR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "fr-FR"; path = "fr-FR.lproj/Localizable.stringsdict"; sourceTree = "<group>"; }; 3A5C4575296A879E0032D398 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "es-419"; path = "es-419.lproj/Localizable.stringsdict"; sourceTree = "<group>"; }; - 3A5EA10F297CCF6C00569477 /* de-AT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "de-AT"; path = "de-AT.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; - 3A5EA110297CCF6C00569477 /* de-AT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "de-AT"; path = "de-AT.lproj/Localizable.strings"; sourceTree = "<group>"; }; - 3A5EA111297CCF6C00569477 /* de-AT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "de-AT"; path = "de-AT.lproj/Localizable.stringsdict"; sourceTree = "<group>"; }; + 3A5CAE1D298DC0DB00B5334F /* zh-CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-CN"; path = "zh-CN.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; + 3A5CAE1E298DC0DB00B5334F /* zh-CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-CN"; path = "zh-CN.lproj/Localizable.strings"; sourceTree = "<group>"; }; + 3A5CAE1F298DC0DB00B5334F /* zh-CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-CN"; path = "zh-CN.lproj/Localizable.stringsdict"; sourceTree = "<group>"; }; 3A929C20297F2CF80090925E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "it-IT.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; 3A929C21297F2CF80090925E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "it-IT.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3A929C22297F2CF80090925E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "it-IT"; path = "it-IT.lproj/Localizable.stringsdict"; sourceTree = "<group>"; }; 3A93342929884CA600D6A8F3 /* pl-PL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pl-PL"; path = "pl-PL.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; 3A93342A29884CA600D6A8F3 /* pl-PL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pl-PL"; path = "pl-PL.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3A93342B29884CA600D6A8F3 /* pl-PL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "pl-PL"; path = "pl-PL.lproj/Localizable.stringsdict"; sourceTree = "<group>"; }; + 3A96D41A298DA94500388A2A /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = "<group>"; }; + 3A96D41B298DA94500388A2A /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; }; + 3A96D41C298DA94500388A2A /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = nl; path = nl.lproj/Localizable.stringsdict; sourceTree = "<group>"; }; 3AA247FC297E3CFF0090C62D /* RepostsModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RepostsModel.swift; sourceTree = "<group>"; }; 3AA247FE297E3D900090C62D /* RepostsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepostsView.swift; sourceTree = "<group>"; }; 3AA24801297E3DC20090C62D /* RepostView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepostView.swift; sourceTree = "<group>"; }; @@ -259,9 +262,6 @@ 3AEB8003297CCEA800713A25 /* tr-TR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "tr-TR"; path = "tr-TR.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; 3AEB8004297CCEA800713A25 /* tr-TR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "tr-TR"; path = "tr-TR.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3AEB8005297CCEA900713A25 /* tr-TR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "tr-TR"; path = "tr-TR.lproj/Localizable.stringsdict"; sourceTree = "<group>"; }; - 3AF0BC09298C1F66008E2AB8 /* zh */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh; path = zh.lproj/InfoPlist.strings; sourceTree = "<group>"; }; - 3AF0BC0A298C1F66008E2AB8 /* zh */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh; path = zh.lproj/Localizable.strings; sourceTree = "<group>"; }; - 3AF0BC0B298C1F66008E2AB8 /* zh */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = zh; path = zh.lproj/Localizable.stringsdict; sourceTree = "<group>"; }; 3AF6336829884C6B0005672A /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; 3AF6336929884C6B0005672A /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3AF6336A29884C6B0005672A /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "pt-PT"; path = "pt-PT.lproj/Localizable.stringsdict"; sourceTree = "<group>"; }; @@ -1018,7 +1018,6 @@ Base, "es-419", "en-US", - "de-AT", "tr-TR", "fr-FR", "lv-LV", @@ -1026,8 +1025,9 @@ de, "pt-PT", "pl-PL", - zh, ar, + nl, + "zh-CN", ); mainGroup = 4CE6DEDA27F7A08100C66700; packageReferences = ( @@ -1305,7 +1305,6 @@ children = ( 3A5C4575296A879E0032D398 /* es-419 */, 3A2B8B0A296A8982009CC16D /* en-US */, - 3A5EA111297CCF6C00569477 /* de-AT */, 3AEB8005297CCEA900713A25 /* tr-TR */, 3A4F3322297CCFEE004B5F72 /* fr-FR */, 3A185A06297F2C3800F4BDC0 /* lv-LV */, @@ -1313,8 +1312,9 @@ 3AB5B86C2986D8A3006599D2 /* de */, 3AF6336A29884C6B0005672A /* pt-PT */, 3A93342B29884CA600D6A8F3 /* pl-PL */, - 3AF0BC0B298C1F66008E2AB8 /* zh */, 3AC524F0298C000B00693EBF /* ar */, + 3A96D41C298DA94500388A2A /* nl */, + 3A5CAE1F298DC0DB00B5334F /* zh-CN */, ); name = Localizable.stringsdict; sourceTree = "<group>"; @@ -1323,7 +1323,6 @@ isa = PBXVariantGroup; children = ( 3ACB685B297633BC00C46468 /* es-419 */, - 3A5EA10F297CCF6C00569477 /* de-AT */, 3AEB8003297CCEA800713A25 /* tr-TR */, 3A4F3320297CCFEE004B5F72 /* fr-FR */, 3A185A04297F2C3800F4BDC0 /* lv-LV */, @@ -1331,8 +1330,9 @@ 3AB5B86A2986D8A3006599D2 /* de */, 3AF6336829884C6B0005672A /* pt-PT */, 3A93342929884CA600D6A8F3 /* pl-PL */, - 3AF0BC09298C1F66008E2AB8 /* zh */, 3AC524EE298C000B00693EBF /* ar */, + 3A96D41A298DA94500388A2A /* nl */, + 3A5CAE1D298DC0DB00B5334F /* zh-CN */, ); name = InfoPlist.strings; sourceTree = "<group>"; @@ -1341,7 +1341,6 @@ isa = PBXVariantGroup; children = ( 3ACB685E297633BC00C46468 /* es-419 */, - 3A5EA110297CCF6C00569477 /* de-AT */, 3AEB8004297CCEA800713A25 /* tr-TR */, 3A4F3321297CCFEE004B5F72 /* fr-FR */, 3A185A05297F2C3800F4BDC0 /* lv-LV */, @@ -1349,8 +1348,9 @@ 3AB5B86B2986D8A3006599D2 /* de */, 3AF6336929884C6B0005672A /* pt-PT */, 3A93342A29884CA600D6A8F3 /* pl-PL */, - 3AF0BC0A298C1F66008E2AB8 /* zh */, 3AC524EF298C000B00693EBF /* ar */, + 3A96D41B298DA94500388A2A /* nl */, + 3A5CAE1E298DC0DB00B5334F /* zh-CN */, ); name = Localizable.strings; sourceTree = "<group>"; diff --git a/damus/ar.lproj/Localizable.strings b/damus/ar.lproj/Localizable.strings @@ -16,11 +16,10 @@ /* Prefix character to username. */ "@" = "@"; -/* Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key. */ +/* Abbreviated version of a nostr public key. */ "%@" = "%@"; -/* Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. +/* Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'. */ "%@ %@" = "%@ %@"; @@ -36,7 +35,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi /* 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 tip payments on a post. +/* Number of zap payments on a post. Number of profiles a user is following. */ "%lld" = "%lld"; @@ -46,6 +45,9 @@ Number of profiles a user is following. */ /* Placeholder for event mention. */ "< e >" = "< e >"; +/* No comment provided by engineer. */ +"⚡️ %@" = "⚡️ %@"; + /* Label to prompt for about text entry for user to describe about themself. */ "About" = "النبذة التعريفية"; @@ -500,7 +502,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Send a message to start the conversation..." = "أرسل رسالة لبدء المحادثة..."; /* Prompt selection of LibreTranslate server to perform machine translations on notes */ -"Server" = "سيرفر"; +"Server" = "خادم"; /* Navigation title for Settings view. Sidebar menu label for accessing the app settings */ @@ -521,7 +523,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Show wallet selector" = "هل تريد اختيار المحفظة عند كل عملية دفع؟"; /* Sidebar menu label to sign out of the account. */ -"Sign out" = "تسجيل الخروج"; +"Sign out" = "خروج"; /* Dropdown option label for Lightning wallet, Strike. */ "Strike" = "Strike"; @@ -552,7 +554,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Translate Note" = "ترجم المنشور"; /* Button to indicate that the note has been translated from a different language. */ -"Translated from (languageName!)" = "مُترجَم من (languageName!)"; +"Translated from (lang)" = "مُترجَم من (lang)"; /* Text box prompt to ask user to type their post. */ "Type your post here..." = "اكتب المنشور هنا..."; diff --git a/damus/ar.lproj/Localizable.stringsdict b/damus/ar.lproj/Localizable.stringsdict @@ -11,17 +11,17 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>few</key> - <string>%d other notes</string> + <string>%d منشورات اضافية</string> <key>many</key> - <string>%d other notes</string> + <string>%d منشورات اضافية</string> <key>one</key> - <string>%dمنشور اضافي</string> + <string>%d منشور اضافي</string> <key>other</key> - <string>%dمنشورات اضافية</string> + <string>%d منشورات اضافية</string> <key>two</key> - <string>%d other notes</string> + <string>%d منشوران</string> <key>zero</key> - <string>%d other notes</string> + <string>%d منشورات أخرى</string> </dict> <key>NSStringLocalizedFormatKey</key> <string>··· %#@NOTES@ ···</string> @@ -35,17 +35,17 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>few</key> - <string>Followers</string> + <string>المتابعون</string> <key>many</key> - <string>Followers</string> + <string>المتابعون</string> <key>one</key> <string>متابع</string> <key>other</key> <string>المتابعون</string> <key>two</key> - <string>Followers</string> + <string>متابعان</string> <key>zero</key> - <string>Followers</string> + <string>متابع</string> </dict> <key>NSStringLocalizedFormatKey</key> <string>%#@FOLLOWERS@</string> @@ -61,17 +61,17 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>few</key> - <string>Reactions</string> + <string>تفاعلات</string> <key>many</key> - <string>Reactions</string> + <string>تفاعل</string> <key>one</key> <string>تفاعل</string> <key>other</key> <string>تفاعل</string> <key>two</key> - <string>Reactions</string> + <string>تفاعل</string> <key>zero</key> - <string>Reactions</string> + <string>تفاعل</string> </dict> </dict> <key>relays_count</key> @@ -85,17 +85,17 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>few</key> - <string>Relays</string> + <string>موصّلات</string> <key>many</key> - <string>Relays</string> + <string>موصّلات</string> <key>one</key> - <string> موصّل</string> + <string> موصّل</string> <key>other</key> <string>موصّلات</string> <key>two</key> - <string>Relays</string> + <string>موصّلان</string> <key>zero</key> - <string>Relays</string> + <string>موصّل</string> </dict> </dict> <key>replying_to_one_and_others</key> @@ -109,15 +109,15 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>few</key> - <string> &amp; %d others</string> + <string> &amp; %d آخرون</string> <key>many</key> - <string> &amp; %d others</string> + <string> &amp; %d آخرون</string> <key>one</key> - <string>&amp; %dآخر</string> + <string>&amp; %d آخر</string> <key>other</key> - <string>&amp; %dآخرين</string> + <string>&amp; %d آخرون</string> <key>two</key> - <string> &amp; %d others</string> + <string> &amp; %d آخران</string> <key>zero</key> <string></string> </dict> @@ -133,15 +133,15 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>few</key> - <string> &amp; %d others</string> + <string> &amp; %d آخرون</string> <key>many</key> - <string> &amp; %d others</string> + <string> &amp; %d آخرون</string> <key>one</key> - <string>&amp; %dآخر</string> + <string>&amp; %d آخر</string> <key>other</key> - <string>&amp; %dآخرين</string> + <string>&amp; %d آخرون</string> <key>two</key> - <string> &amp; %d others</string> + <string> &amp; %d آخران</string> <key>zero</key> <string></string> </dict> @@ -157,17 +157,17 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>few</key> - <string>Reposts</string> + <string>اعادات نشر</string> <key>many</key> - <string>Reposts</string> + <string>اعادات نشر</string> <key>one</key> <string>اعادة نشر</string> <key>other</key> <string>اعادات نشر</string> <key>two</key> - <string>Reposts</string> + <string>اعادات نشر</string> <key>zero</key> - <string>Reposts</string> + <string>اعادات نشر</string> </dict> </dict> <key>sats_count</key> @@ -181,41 +181,41 @@ <key>NSStringFormatValueTypeKey</key> <string>@</string> <key>few</key> - <string>%2$@ sats</string> + <string>%2$@ ساتوشي</string> <key>many</key> - <string>%2$@ sats</string> + <string>%2$@ ساتوشي</string> <key>one</key> <string>%2$@ ساتوشي</string> <key>other</key> <string>%2$@ ساتوشي</string> <key>two</key> - <string>%2$@ sats</string> + <string>%2$@ ساتوشي</string> <key>zero</key> - <string>%2$@ sats</string> + <string>%2$@ ساتوشي</string> </dict> </dict> - <key>tips_count</key> + <key>zaps_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@TIPS@</string> - <key>TIPS</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> <dict> <key>NSStringFormatSpecTypeKey</key> <string>NSStringPluralRuleType</string> <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>few</key> - <string>Tips</string> + <string>Zaps</string> <key>many</key> - <string>Tips</string> + <string>Zaps</string> <key>one</key> - <string>اكرامية</string> + <string>Zap</string> <key>other</key> - <string>اكراميات</string> + <string>Zaps</string> <key>two</key> - <string>Tips</string> + <string>Zaps</string> <key>zero</key> - <string>Tips</string> + <string>Zaps</string> </dict> </dict> </dict> diff --git a/damus/de.lproj/InfoPlist.strings b/damus/de.lproj/InfoPlist.strings @@ -5,5 +5,5 @@ "CFBundleName" = "damus"; /* Privacy - Photo Library Additions Usage Description */ -"NSPhotoLibraryAddUsageDescription" = "Zum Speichern von Bildern braucht Damus Zugriff auf deine Fotos"; +"NSPhotoLibraryAddUsageDescription" = "Zum Speichern von Bildern braucht Damus Zugriff auf deine Fotos."; diff --git a/damus/de.lproj/Localizable.strings b/damus/de.lproj/Localizable.strings @@ -16,11 +16,10 @@ /* Prefix character to username. */ "@" = "@"; -/* Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key. */ +/* Abbreviated version of a nostr public key. */ "%@" = "%@"; -/* Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. +/* Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'. */ "%@ %@" = "%@ %@"; @@ -31,12 +30,12 @@ Sentence composed of 2 variables to describe how many profiles a user is followi "%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction." = "%@. Du brauchst für ein Konto keine Telefonnummer, E-Mail-Adresse oder Namen. Fang ganz reibungslos einfach an."; /* 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" = "%@. Ende-zu-Ende verschlüsselter privater Nachrichtenaustausch. Halte Big Tech aus deinen PNs heraus"; +"%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" = "%@. Ende-zu-Ende-verschlüsselter, privater Nachrichtenaustausch. Halte Big Tech aus deinen PNs heraus."; /* 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 tip payments on a post. +/* Number of zap payments on a post. Number of profiles a user is following. */ "%lld" = "%lld"; @@ -46,6 +45,9 @@ Number of profiles a user is following. */ /* Placeholder for event mention. */ "< e >" = "< e >"; +/* No comment provided by engineer. */ +"⚡️ %@" = "⚡️ %@"; + /* Label to prompt for about text entry for user to describe about themself. */ "About" = "Über"; @@ -81,7 +83,7 @@ Number of profiles a user is following. */ "API Key (optional)" = "API Schlüssel (optional)"; /* Alert message to ask if user wants to repost a post. */ -"Are you sure you want to repost this?" = "Bist du sicher dass Du den Beitrag teilen möchtest?"; +"Are you sure you want to repost this?" = "Bist du sicher, dass Du den Beitrag teilen möchtest?"; /* Label for Banner Image section of user profile form. */ "Banner Image" = "Bannerbild"; @@ -250,7 +252,7 @@ Number of profiles a user is following. */ "Follow" = "Folgen"; /* Label describing followers of a user. */ -"Followers" = "Gefolgte:r"; +"Followers" = "Follower"; /* 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. */ @@ -302,7 +304,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Left Handed" = "Linkshändig"; /* Button to complete account creation and start using the app. */ -"Let's go!" = "Los gehts!"; +"Let's go!" = "Los geht’s!"; /* Section title for selecting the server that hosts the LibreTranslate machine translation API. */ "LibreTranslate Translations" = "LibreTranslate Übersetzungen"; @@ -347,7 +349,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "None" = "Kein"; /* Indicates that there are no notes in the timeline to view. */ -"Nothing to see here. Check back later!" = "Hier gibts nichts zu sehen. Schau später wieder vorbei!"; +"Nothing to see here. Check back later!" = "Hier gibt es nichts zu sehen. Schau später wieder vorbei!"; /* Navigation title for notifications. */ "Notifications" = "Benachrichtigungen"; @@ -536,7 +538,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "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."; /* 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." = "Dies ist ein nostr-Schlüsse im veralteten Format. Wir sind nicht sicher ob es ein öffentlicher Schlüssel oder ein privater Schlüssel ist. Bitte betätige die untenstehende Schaltfläche wenn es ein öffentlicher Schlüssel ist."; +"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." = "Dies ist ein Nostr-Schlüssel im veralteten Format. Wir sind nicht sicher ob es ein öffentlicher Schlüssel oder ein privater Schlüssel ist. Bitte betätige die untenstehende Schaltfläche wenn es ein öffentlicher Schlüssel ist."; /* 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." = "Dies ist deine Konto-ID, die du an deine Freunde weitergeben kannst, damit sie dir folgen können. Zum Kopieren anklicken."; @@ -552,7 +554,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Translate Note" = "Notiz übersetzen"; /* Button to indicate that the note has been translated from a different language. */ -"Translated from (languageName!)" = "Übersetzt aus (languageName!)"; +"Translated from (lang)" = "Übersetzt aus (lang)"; /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Schreibe deinen Beitrag hier..."; diff --git a/damus/de.lproj/Localizable.stringsdict b/damus/de.lproj/Localizable.stringsdict @@ -27,7 +27,7 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>Gefolgte:r</string> + <string>Follower</string> <key>other</key> <string>Gefolgte</string> </dict> @@ -134,20 +134,20 @@ <string>%2$@ sats</string> </dict> </dict> - <key>tips_count</key> + <key>zaps_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@TIPS@</string> - <key>TIPS</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> <dict> <key>NSStringFormatSpecTypeKey</key> <string>NSStringPluralRuleType</string> <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>Trinkgeld</string> + <string>Zap</string> <key>other</key> - <string>Trinkgelder</string> + <string>Zaps</string> </dict> </dict> </dict> diff --git a/damus/en-US.lproj/Localizable.stringsdict b/damus/en-US.lproj/Localizable.stringsdict @@ -134,20 +134,20 @@ <string>%2$@ sats</string> </dict> </dict> - <key>tips_count</key> + <key>zaps_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@TIPS@</string> - <key>TIPS</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> <dict> <key>NSStringFormatSpecTypeKey</key> <string>NSStringPluralRuleType</string> <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>Tip</string> + <string>Zap</string> <key>other</key> - <string>Tips</string> + <string>Zaps</string> </dict> </dict> </dict> diff --git a/damus/es-419.lproj/Localizable.strings b/damus/es-419.lproj/Localizable.strings @@ -16,11 +16,10 @@ /* Prefix character to username. */ "@" = "@"; -/* Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key. */ +/* Abbreviated version of a nostr public key. */ "%@" = "%@"; -/* Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. +/* Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'. */ "%@ %@" = "%@ %@"; @@ -36,7 +35,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi /* 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 tip payments on a post. +/* Number of zap payments on a post. Number of profiles a user is following. */ "%lld" = "%lld"; @@ -46,6 +45,9 @@ Number of profiles a user is following. */ /* Placeholder for event mention. */ "< e >" = "< e >"; +/* No comment provided by engineer. */ +"⚡️ %@" = "⚡️ %@"; + /* Label to prompt for about text entry for user to describe about themself. */ "About" = "Información"; @@ -552,7 +554,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Translate Note" = "Traducir nota"; /* Button to indicate that the note has been translated from a different language. */ -"Translated from (languageName!)" = "Traducida del (languageName!)"; +"Translated from (lang)" = "Traducida del (lang)"; /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Escribe tu publicación aquí..."; diff --git a/damus/es-419.lproj/Localizable.stringsdict b/damus/es-419.lproj/Localizable.stringsdict @@ -134,20 +134,20 @@ <string>%2$@ sats</string> </dict> </dict> - <key>tips_count</key> + <key>zaps_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@TIPS@</string> - <key>TIPS</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> <dict> <key>NSStringFormatSpecTypeKey</key> <string>NSStringPluralRuleType</string> <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>Propina</string> + <string>Zap</string> <key>other</key> - <string>Propinas</string> + <string>Zaps</string> </dict> </dict> </dict> diff --git a/damus/fr-FR.lproj/InfoPlist.strings b/damus/fr-FR.lproj/InfoPlist.strings @@ -5,5 +5,5 @@ "CFBundleName" = "damus"; /* Privacy - Photo Library Additions Usage Description */ -"NSPhotoLibraryAddUsageDescription" = "Donner accès à Damus à vos photos vous permet d'enregistrer des images"; +"NSPhotoLibraryAddUsageDescription" = "Accorder à Damus l'accès à vos photos vous permet d'enregistrer des images."; diff --git a/damus/fr-FR.lproj/Localizable.strings b/damus/fr-FR.lproj/Localizable.strings @@ -16,11 +16,10 @@ /* Prefix character to username. */ "@" = "@"; -/* Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key. */ +/* Abbreviated version of a nostr public key. */ "%@" = "%@"; -/* Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. +/* Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'. */ "%@ %@" = "%@ %@"; @@ -31,12 +30,12 @@ Sentence composed of 2 variables to describe how many profiles a user is followi "%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction." = "%@. La création d'un compte ne nécessite pas de numéro de téléphone, d'e-mail ou de nom. Commencez tout de suite sans aucune friction."; /* 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" = "%@. Messagerie privée cryptée de bout en bout. Gardez Big Tech hors de vos DMs"; +"%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" = "%@. Messagerie privée cryptée de bout en bout. Gardez les Big Tech hors de vos DMs"; /* 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 empilez les sats avec Bitcoin⚡️, la monnaie native d'Internet."; +"%@. 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 tip payments on a post. +/* Number of zap payments on a post. Number of profiles a user is following. */ "%lld" = "%lld"; @@ -46,20 +45,23 @@ Number of profiles a user is following. */ /* Placeholder for event mention. */ "< e >" = "< e >"; +/* No comment provided by engineer. */ +"⚡️ %@" = "⚡️ %@"; + /* Label to prompt for about text entry for user to describe about themself. */ "About" = "À propos de"; /* Label for About Me section of user profile form. */ -"About Me" = "À Propos de Moi"; +"About Me" = "À propos de moi"; /* Placeholder text for About Me description. */ -"Absolute Boss" = "Patron Absolu"; +"Absolute Boss" = "Patron absolu"; /* Button to accept the end user license agreement before being allowed into the app. */ "Accept" = "Accepter"; /* Label to indicate the public ID of the account. */ -"Account ID" = "Identifiant de Compte"; +"Account ID" = "Identifiant de compte"; /* Title for confirmation dialog to either share, report, or block a profile. */ "Actions" = "Actions"; @@ -72,7 +74,7 @@ Number of profiles a user is following. */ "Add all" = "Tout ajouter"; /* Label for section for adding a relay server. */ -"Add Relay" = "Ajouter un Relais"; +"Add Relay" = "Ajouter un relais"; /* Any amount of sats */ "Any" = "Montant au choix"; @@ -84,7 +86,7 @@ Number of profiles a user is following. */ "Are you sure you want to repost this?" = "Êtes-vous sûr de vouloir republier ceci ?"; /* Label for Banner Image section of user profile form. */ -"Banner Image" = "Image Bannière"; +"Banner Image" = "Image de la bannière"; /* 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." = "Avant de commencer, vous devrez enregistrer les informations de votre compte, sinon vous ne pourrez plus vous connecter à l'avenir si vous désinstallez Damus."; @@ -143,7 +145,7 @@ Number of profiles a user is following. */ "Clear" = "Vider"; /* Section title for clearing cached data. */ -"Clear Cache" = "Vider le Cache"; +"Clear Cache" = "Vider le cache"; /* Label indicating that a user's key was copied. */ "Copied" = "Copié"; @@ -152,32 +154,32 @@ Number of profiles a user is following. */ "Copy" = "Copier"; /* Context menu option for copying the ID of the account that created the note. */ -"Copy Account ID" = "Copier l'Identifiant de Compte"; +"Copy Account ID" = "Copier l'identifiant de compte"; /* Context menu option to copy an image into clipboard. Context menu option to copy an image to clipboard. */ -"Copy Image" = "Copier l'Image"; +"Copy Image" = "Copier l'image"; /* Context menu option to copy the URL of an image into clipboard. */ -"Copy Image URL" = "Copier l'URL de l'Image"; +"Copy Image URL" = "Copier l'URL de l'image"; /* Title of section for copying a Lightning invoice identifier. */ -"Copy invoice" = "Copier la Facture"; +"Copy invoice" = "Copier la facture"; /* Context menu option for copying a user's Lightning URL. */ "Copy LNURL" = "Copier le LNURL"; /* Context menu option for copying the ID of the note. */ -"Copy Note ID" = "Copier l'Identifiant de la Note"; +"Copy Note ID" = "Copier l'identifiant de la note"; /* Context menu option for copying the JSON text from the note. */ -"Copy Note JSON" = "Copier le JSON de la Note"; +"Copy Note JSON" = "Copier le JSON de la note"; /* Button to copy report ID. */ "Copy Report ID" = "Copier l'ID du signalement"; /* Context menu option for copying the text from an note. */ -"Copy Text" = "Copier le Texte"; +"Copy Text" = "Copier le texte"; /* Context menu option for copying the ID of the user who created the note. */ "Copy User Pubkey" = "Copier la clé publique"; @@ -189,7 +191,7 @@ Number of profiles a user is following. */ "Create" = "Créer"; /* Button to create an account. */ -"Create Account" = "Créer un Compte"; +"Create Account" = "Créer un compte"; /* Title of alert prompting the user to create a new mutelist. */ "Create new mutelist" = "Créer une nouvelle liste muette"; @@ -216,7 +218,7 @@ Number of profiles a user is following. */ "Dismiss" = "Rejeter"; /* Label to prompt display name entry. */ -"Display Name" = "Afficher Nom"; +"Display Name" = "Afficher le nom"; /* 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. */ @@ -226,7 +228,7 @@ Number of profiles a user is following. */ "Done" = "Fini"; /* Heading indicating that this application allows users to earn money. */ -"Earn Money" = "Gagnes de l'argent"; +"Earn Money" = "Gagne de l'argent"; /* Button to edit user's profile. */ "Edit" = "Modifier"; @@ -260,7 +262,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Following..." = "Abonnements..."; /* Text to indicate that button next to it is in a state that will follow a profile when tapped. */ -"Follows" = "Suit"; +"Follows" = "S'abonner"; /* Navigation bar title for Global view where posts from all connected relay servers appear. */ "Global" = "Global"; @@ -287,7 +289,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "https://jb55.com" = "https://jb55.com"; /* Button for user to report that the account or content has illegal content. */ -"Illegal content" = "Contenu Illégal"; +"Illegal content" = "Contenu illégal"; /* Error message indicating that an invalid account key was entered for login. */ "Invalid key" = "Clé non valide"; @@ -401,19 +403,19 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Public Account ID" = "Identifiant publique de compte"; /* Label indicating that the text is a user's public account key. */ -"Public key" = "Clé Publique"; +"Public key" = "Clé publique"; /* Label indicating that the text is a user's public account key. */ -"Public Key" = "Clé Publique"; +"Public Key" = "Clé publique"; /* Prompt to ask user if the key they entered is a public key. */ -"Public Key?" = "Clé Publique?"; +"Public Key?" = "Clé publique?"; /* Navigation bar title for Reactions view. */ "Reactions" = "Réactions"; /* Section title for recommend relay servers that could be added as part of configuration */ -"Recommended Relays" = "Relais Recommandés"; +"Recommended Relays" = "Relais recommandés"; /* Button to reject the end user license agreement, which disallows the user from being let into the app. */ "Reject" = "Refuser"; @@ -479,7 +481,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Save" = "Enregistrer"; /* Context menu option to save an image. */ -"Save Image" = "Enregistrer Image"; +"Save Image" = "Enregistrer l'image"; /* Navigation link to search hashtag. */ "Search hashtag: #%@" = "Rechercher hashtag: #%@"; @@ -542,7 +544,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "This is your account ID, you can give this to your friends so that they can follow you. Click to copy." = "Ceci est votre identifiant de compte, vous pouvez le donner à vos amis afin qu'ils puissent vous suivre. Cliquez pour copier."; /* 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!" = "Il s'agit de votre clé de compte secrète. Vous en aurez besoin pour accéder à votre compte. Ne le partagez avec personne ! Enregistrez-le dans un gestionnaire de mots de passe et gardez-le en sécurité!"; +"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!" = "Il s'agit de votre clé de compte secrète. Vous en aurez besoin pour accéder à votre compte. Ne le partagez avec personne ! Enregistrez-la dans un gestionnaire de mots de passe et gardez-la en sécurité!"; /* Navigation bar title for note thread. Navigation bar title for threaded event detail view. */ @@ -552,7 +554,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Translate Note" = "Traduire la note"; /* Button to indicate that the note has been translated from a different language. */ -"Translated from (languageName!)" = "Traduit de (languageName!)"; +"Translated from (lang)" = "Traduit de (lang)"; /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Tapez votre message ici..."; @@ -564,13 +566,13 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Unfollow" = "Se désabonner"; /* 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" = "Ne plus suivre"; +"Unfollowing" = "Désabonnement"; /* Label to indicate that the user is in the process of unfollowing another user. */ -"Unfollowing..." = "Ne plus suivre..."; +"Unfollowing..." = "Désabonnement..."; /* Text to indicate that the button next to it is in a state that will unfollow a profile when tapped. */ -"Unfollows" = "Se désabonne de"; +"Unfollows" = "Se désabonner"; /* Example URL to LibreTranslate server */ "URL" = "URL"; @@ -595,10 +597,10 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Wallet Selector" = "Sélecteur de portefeuille"; /* Label for Website section of user profile form. */ -"Website" = "Site Internet"; +"Website" = "Site internet"; /* Welcoming message to the reader. The variable is 'you', the reader. */ -"Welcome to the social network %@ control." = "Bienvenue sur le réseau social %@ contrôle."; +"Welcome to the social network %@ control." = "Bienvenue dans le réseau social sur lequel %@ avez le contrôle."; /* Text to welcome user. */ "Welcome, %@!" = "Bienvenue, %@!"; @@ -616,7 +618,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "you" = "vous"; /* Label for Your Name section of user profile form. */ -"Your Name" = "Votre Nom"; +"Your Name" = "Votre nom"; /* 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" = "Votre signalement sera envoyé aux relais auxquels vous êtes connectés"; diff --git a/damus/fr-FR.lproj/Localizable.stringsdict b/damus/fr-FR.lproj/Localizable.stringsdict @@ -134,20 +134,20 @@ <string>%2$@ sats</string> </dict> </dict> - <key>tips_count</key> + <key>zaps_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@TIPS@</string> - <key>TIPS</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> <dict> <key>NSStringFormatSpecTypeKey</key> <string>NSStringPluralRuleType</string> <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>Pourboire</string> + <string>Zap</string> <key>other</key> - <string>Pourboires</string> + <string>Zaps</string> </dict> </dict> </dict> diff --git a/damus/it-IT.lproj/Localizable.strings b/damus/it-IT.lproj/Localizable.strings @@ -16,11 +16,10 @@ /* Prefix character to username. */ "@" = "@"; -/* Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key. */ +/* Abbreviated version of a nostr public key. */ "%@" = "%@"; -/* Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. +/* Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'. */ "%@ %@" = "%@ %@"; @@ -36,7 +35,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi /* 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 tip payments on a post. +/* Number of zap payments on a post. Number of profiles a user is following. */ "%lld" = "%lld"; @@ -46,6 +45,9 @@ Number of profiles a user is following. */ /* Placeholder for event mention. */ "< e >" = "< e >"; +/* No comment provided by engineer. */ +"⚡️ %@" = "⚡️ %@"; + /* Label to prompt for about text entry for user to describe about themself. */ "About" = "Informazioni"; @@ -72,7 +74,7 @@ Number of profiles a user is following. */ "Add all" = "Aggiungi tutto"; /* Label for section for adding a relay server. */ -"Add Relay" = "Aggiungi relè"; +"Add Relay" = "Aggiungi Relay"; /* Any amount of sats */ "Any" = "Qualsiasi"; @@ -107,7 +109,7 @@ Number of profiles a user is following. */ "Block %@?" = "Vuoi bloccare %@?"; /* Title of alert for blocking a user. */ -"Block User" = "Bloccare Utente"; +"Block User" = "Blocca Utente"; /* Sidebar menu label for Profile view. */ "Blocked" = "Bloccato"; @@ -338,7 +340,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "NIP-05 Verification" = "Verifica NIP-05"; /* 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"; +"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"; /* No search results. */ "none" = "Nessun risultato"; @@ -413,20 +415,20 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Reactions" = "Reazioni"; /* Section title for recommend relay servers that could be added as part of configuration */ -"Recommended Relays" = "Relè consigliati"; +"Recommended Relays" = "Relays consigliati"; /* Button to reject the end user license agreement, which disallows the user from being let into the app. */ "Reject" = "Rifiuta"; /* Text field for relay server. Used for testing purposes. */ -"Relay" = "Relè"; +"Relay" = "Relay"; /* Sidebar menu label for Relay servers view Sidebar menu label for Relays view. */ -"Relays" = "Relè"; +"Relays" = "Relays"; /* 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!" = "I relè sono stati notificati e i clients potranno sfruttare questa informazione per filtrare i contenuti. Grazie!"; +"Relays have been notified and clients will be able to use this information to filter content. Thank you!" = "I relays sono stati notificati e i clients potranno sfruttare questa informazione per filtrare i contenuti. Grazie!"; /* Button label to remove all participants from a note reply. */ "Remove all" = "Rimuovi tutto"; @@ -552,7 +554,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Translate Note" = "Nota sulla traduzione"; /* Button to indicate that the note has been translated from a different language. */ -"Translated from (languageName!)" = "Tradotto da (languageName!)"; +"Translated from (lang)" = "Tradotto da (lang)"; /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Scrivi il tuo post qui..."; @@ -604,7 +606,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Welcome, %@!" = "Benvenuto, %@!"; /* Header text to prompt user what issue they want to report. */ -"What do you want to report?" = "Che cosa vuoi reportare?"; +"What do you want to report?" = "Che cosa vuoi segnalare?"; /* Placeholder example for relay server address. */ "wss://some.relay.com" = "wss://qualche.relay.com"; diff --git a/damus/it-IT.lproj/Localizable.stringsdict b/damus/it-IT.lproj/Localizable.stringsdict @@ -134,20 +134,20 @@ <string>%2$@ sats</string> </dict> </dict> - <key>tips_count</key> + <key>zaps_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@TIPS@</string> - <key>TIPS</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> <dict> <key>NSStringFormatSpecTypeKey</key> <string>NSStringPluralRuleType</string> <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>Mancia</string> + <string>Zap</string> <key>other</key> - <string>Mance</string> + <string>Zaps</string> </dict> </dict> </dict> diff --git a/damus/lv-LV.lproj/InfoPlist.strings b/damus/lv-LV.lproj/InfoPlist.strings @@ -5,5 +5,5 @@ "CFBundleName" = "damus"; /* Privacy - Photo Library Additions Usage Description */ -"NSPhotoLibraryAddUsageDescription" = "Piešķir Damus piekļuvi saviem fotoattēliem, lai varat saglabāt attēlus."; +"NSPhotoLibraryAddUsageDescription" = "Atļauj Damus piekļuvi saviem fotoattēliem, lai varat saglabāt attēlus."; diff --git a/damus/lv-LV.lproj/Localizable.strings b/damus/lv-LV.lproj/Localizable.strings @@ -4,23 +4,19 @@ /* Description of how the nip05 identifier would be used for verification. */ "'%@' at '%@' will be used for verification" = "'%@' pie '%@' tiks izmantota priekš verifikācijas."; -/* Description of why the nip05 identifier is invalid. */ -"'%@' is an invalid nip05 identifier. It should look like an email." = "'%@' ir nederīgs nip05 identifikators. Tam vajadzētu būt kā e-pasta adresei."; - /* Navigation bar title for view that shows who is following a user. */ -"(Profile.displayName(profile: profile, pubkey: whos))'s Followers" = "(Profils.ParādāmaisVārds(profils: profils, kopAtslēga: kurš))'am Sekotāji"; +"(Profile.displayName(profile: profile, pubkey: whos))'s Followers" = "(Profile.displayName(profile: profile, pubkey: whos))'am Sekotāji"; /* Navigation bar title for view that shows who a user is following. */ -"(who) following" = "(kurš) seko"; +"(who) following" = "(who) seko"; /* Prefix character to username. */ "@" = "@"; -/* Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key. */ +/* 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 zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'. */ "%@ %@" = "%@ %@"; @@ -31,9 +27,9 @@ Sentence composed of 2 variables to describe how many profiles a user is followi "%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" = "%@. Pilnīga šifrēta privātā ziņojumapmaiņa. Esi privātajā iesūtnē bez lielo tekfirmu klātbūtnes."; /* 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 Satiņus ar BitMonētu⚡️, interneta digitālo valūtu."; +"%@. 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 zap payments on a post. Number of profiles a user is following. */ "%lld" = "%lld"; @@ -43,6 +39,9 @@ Number of profiles a user is following. */ /* Placeholder for event mention. */ "< e >" = "< e >"; +/* No comment provided by engineer. */ +"⚡️ %@" = "⚡️ %@"; + /* Label to prompt for about text entry for user to describe about themself. */ "About" = "Par"; @@ -69,7 +68,7 @@ Number of profiles a user is following. */ "Any" = "Jebkurš"; /* Alert message to ask if user wants to repost a post. */ -"Are you sure you want to repost this?" = "Vai tiešām vēlies šo ziņu pārpublicēt?"; +"Are you sure you want to repost this?" = "Vai tiešām vēlies pārpublicēt šo?"; /* Label for Banner Image section of user profile form. */ "Banner Image" = "Karoga Attēls"; @@ -81,7 +80,7 @@ Number of profiles a user is following. */ "Bitcoin Beach" = "Bitmonētas Pludmale"; /* Label for Bitcoin Lightning Tips section of user profile form. */ -"Bitcoin Lightning Tips" = "Bitmonētas Zibens Naudiņa"; +"Bitcoin Lightning Tips" = "Bitmonētas Zibens Sponsorējumi"; /* Dropdown option label for Lightning wallet, Blixt Wallet */ "Blixt Wallet" = "Blixt Maciņš"; @@ -95,9 +94,12 @@ Number of profiles a user is following. */ /* Context menu option for broadcasting the user's note to all of the user's connected relay servers. */ "Broadcast" = "Pārraidīt"; -/* Button to cancel out of posting a note. +/* Alert button to cancel out of alert for blocking a user. + Button to cancel out of alert that creates a new mutelist. + Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user. */ "Cancel" = "Atcelt"; @@ -144,9 +146,6 @@ Number of profiles a user is following. */ /* Context menu option for copying the text from an note. */ "Copy Text" = "Nokopēt Tekstu"; -/* Context menu option for copying the ID of the user who created the note. */ -"Copy User ID" = "Nokopēt Lietotāja ID"; - /* Button to create account. */ "Create" = "Izveidot"; @@ -162,7 +161,10 @@ Number of profiles a user is following. */ /* Button to pay a Lightning invoice with the user's default Lightning wallet. */ "Default Wallet" = "Noklusējuma Maciņš"; -/* Button to delete a relay server that the user connects to. */ +/* 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" = "Izdzēst"; /* Button to dismiss a text field alert. */ @@ -171,9 +173,6 @@ Number of profiles a user is following. */ /* Label to prompt display name entry. */ "Display Name" = "Parādāmais Vārds"; -/* DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message. */ -"DM Type" = "Privātās Iesūtnes Tips"; - /* 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" = "Privātās Ziņas"; @@ -199,9 +198,6 @@ Number of profiles a user is following. */ /* Error message indicating why saving keys failed. */ "Error: %@" = "Kļūda: %@"; -/* Filter state for seeing either only posts, or posts & replies. */ -"Filter State" = "Filtrēt Štatu"; - /* Button to follow a user. */ "Follow" = "Sekot"; @@ -219,7 +215,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Follows" = "Seko"; /* Navigation bar title for Global view where posts from all connected relay servers appear. */ -"Global" = "Globāls"; +"Global" = "Globāli"; /* Navigation link to go to post referenced by hex code. */ "Goto post %@" = "Ej uz ierakstu %@"; @@ -231,7 +227,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Home" = "Sākums"; /* Placeholder example text for profile picture URL. */ -"https://example.com/pic.jpg" = "https://paraugs.lv/att.jpg"; +"https://example.com/pic.jpg" = "https://paraugs.com/att.jpg"; /* Placeholder example text for website URL for user profile. */ "https://jb55.com" = "https://jb55.com"; @@ -266,7 +262,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Alert for logging out the user. Button for logging out the user. - Button to logout the user. */ + Button to close the alert that informs that the current account has been deleted. */ "Logout" = "Iziet"; /* Reminder message in alert to get customer to verify that their private security account key is saved saved before logging out. */ @@ -347,7 +343,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text field for relay server. Used for testing purposes. */ "Relay" = "Relejs"; -/* Sidebar menu label for Relay servers view */ +/* Sidebar menu label for Relay servers view + Sidebar menu label for Relays view. */ "Relays" = "Releji"; /* Button label to remove all participants from a note reply. */ @@ -372,9 +369,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* 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" = "Pieprasījumi"; -/* Section title for resetting the user */ -"Reset" = "Atiestatīt"; - /* Button to retry completing account creation after an error occurred. */ "Retry" = "Mēģiniet vēlreiz"; @@ -394,7 +388,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Save Image" = "Saglabāt Attēlu"; /* Navigation link to search hashtag. */ -"Search hashtag: #%@" = "Meklēt Režģbirku #%@"; +"Search hashtag: #%@" = "Meklēt atsauci #%@"; /* Placeholder text to prompt entry of search query. */ "Search..." = "Meklēt..."; @@ -415,10 +409,12 @@ Part of a larger sentence to describe how many profiles a user is following. */ Sidebar menu label for accessing the app settings */ "Settings" = "Uzstādījumi"; -/* Button to share an image. */ +/* Button to share an image. + Button to share the link to a profile. */ "Share" = "Dalīties"; -/* Toggle to show or hide user's secret account login key. */ +/* Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key. */ "Show" = "Parādīt"; /* Toggle to show or hide selection of wallet. */ @@ -434,13 +430,13 @@ Part of a larger sentence to describe how many profiles a user is following. */ "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." = "Šī ir publiskā atslēga, jūs nevarēsit rakstīt ziņas vai kādā citā veidā darboties. To izmanto, lai tikai skatītu kontus no to skatpunkta."; /* 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." = "Šī ir vecā parauga nostr atslēga. Mēs neesam pārliecināti, vai tā ir kopAtslēga vai slepenā atslēga. Lūdzu, pārslēdziet ar tālāk esošo pogu, ja šī ir publiskā atslēga."; +"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." = "Šī ir vecā parauga nostr atslēga. Mēs neesam pārliecināti, vai tā ir pubAtslēga vai slepenā atslēga. Lūdzu, pārslēdziet ar tālāk esošo pogu, ja šī ir publiskā atslēga."; /* 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." = "Šis ir jūsu konta ID. Varat to iedot draugiem, lai viņi varētu jums sekot. Noklikšķiniet, lai nokopētu."; /* 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!" = "Šī ir jūsu konta slepenā atslēga. Tā ir nepieciešama, lai piekļūtu savam kontam. Nedalies ar to nevienam! Saglabājiet to paroļu pārvaldniekā un glabājiet to drošībā!"; +"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!" = "Šī ir jūsu konta slepenā atslēga. Tā ir nepieciešama, lai piekļūtu savam kontam. Ar nevienu nedalies to! Saglabājiet to paroļu pārvaldniekā un glabājiet to drošībā!"; /* Navigation bar title for note thread. Navigation bar title for threaded event detail view. */ @@ -471,8 +467,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Sidebar menu label for Wallet view. */ "Wallet" = "Maciņš"; -/* Dropdown option label for Lightning wallet, Wallet Of Satoshi. */ -"Wallet Of Satoshi" = "Wallet Of Satoshi"; +/* Dropdown option label for Lightning wallet, Wallet of Satoshi. */ +"Wallet of Satoshi" = "Wallet of Satoshi"; /* Section title for selection of wallet. */ "Wallet Selector" = "Maciņu Atlasītājs"; @@ -487,7 +483,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Welcome, %@!" = "Laipni lūgts, %@!"; /* Placeholder example for relay server address. */ -"wss://some.relay.com" = "wss://cits.relejs.lv"; +"wss://some.relay.com" = "wss://cits.relejs.com"; /* 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" = "jūs"; diff --git a/damus/lv-LV.lproj/Localizable.stringsdict b/damus/lv-LV.lproj/Localizable.stringsdict @@ -18,7 +18,7 @@ <string>%d other notes</string> </dict> <key>NSStringLocalizedFormatKey</key> - <string>··· %#@PIEZĪMES@ ···</string> + <string>··· %#@NOTES@ ···</string> </dict> <key>followers_count</key> <dict> @@ -36,12 +36,12 @@ <string>Followers</string> </dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@SEKOTĀJI@</string> + <string>%#@FOLLOWERS@</string> </dict> <key>reactions_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@REAKCIJAS@</string> + <string>%#@REACTIONS@</string> <key>REACTIONS</key> <dict> <key>NSStringFormatSpecTypeKey</key> @@ -59,7 +59,7 @@ <key>relays_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@RELEJI@</string> + <string>%#@RELAYS@</string> <key>RELAYS</key> <dict> <key>NSStringFormatSpecTypeKey</key> @@ -77,7 +77,7 @@ <key>replying_to_one_and_others</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>Atbildot %@%#@CITIEM@</string> + <string>Atbildot %@%#@OTHERS@</string> <key>OTHERS</key> <dict> <key>NSStringFormatSpecTypeKey</key> @@ -95,7 +95,7 @@ <key>replying_to_two_and_others</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>Atbildot %@, %@%#@CITIEM@</string> + <string>Atbildot %@, %@%#@OTHERS@</string> <key>OTHERS</key> <dict> <key>NSStringFormatSpecTypeKey</key> @@ -113,7 +113,7 @@ <key>reposts_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@PĀRPUBLICĒJUMI@</string> + <string>%#@REPOSTS@</string> <key>REPOSTS</key> <dict> <key>NSStringFormatSpecTypeKey</key> @@ -131,7 +131,7 @@ <key>sats_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%1$#@SATIŅI@</string> + <string>%1$#@SATS@</string> <key>SATS</key> <dict> <key>NSStringFormatSpecTypeKey</key> @@ -139,29 +139,29 @@ <key>NSStringFormatValueTypeKey</key> <string>@</string> <key>one</key> - <string>%2$@ satiņš</string> + <string>%2$@ sats</string> <key>other</key> - <string>%2$@ satiņi</string> + <string>%2$@ sati</string> <key>zero</key> <string>%2$@ sats</string> </dict> </dict> - <key>tips_count</key> + <key>zaps_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@SPONSORĒJUMI@</string> - <key>TIPS</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> <dict> <key>NSStringFormatSpecTypeKey</key> <string>NSStringPluralRuleType</string> <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>Sponsorējums</string> + <string>Zap</string> <key>other</key> - <string>Sponsorējumi</string> + <string>Zaps</string> <key>zero</key> - <string>Tips</string> + <string>Zaps</string> </dict> </dict> </dict> diff --git a/damus/nl.lproj/InfoPlist.strings b/damus/nl.lproj/InfoPlist.strings @@ -0,0 +1,9 @@ +/* Bundle display name */ +"CFBundleDisplayName" = "Damus"; + +/* Bundle name */ +"CFBundleName" = "damus"; + +/* Privacy - Photo Library Additions Usage Description */ +"NSPhotoLibraryAddUsageDescription" = "Geef Damus toegang tot je foto's om afbeeldingen op te kunnen slaan."; + diff --git a/damus/nl.lproj/Localizable.strings b/damus/nl.lproj/Localizable.strings @@ -0,0 +1,644 @@ +/* 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"; + +/* Description of why the nip05 identifier is invalid. */ +"'%@' is an invalid NIP-05 identifier. It should look like an email." = "‘%@’ is een ongeldige NIP-05-identificatie. Het moet op e-mailadres lijken."; + +/* 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 volgers"; + +/* 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 zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. +Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'. */ +"%@ %@" = "%@ %@"; + +/* Alert message that informs a user was blocked. */ +"%@ has been blocked" = "%@ is geblokkeerd"; + +/* 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." = "%@. Bij het aanmaken van een account is geen telefoonnummer, e-mailadres of naam vereist. Je kunt dus snel aan de slag."; + +/* 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" = "%@. Eind-tot-eind versleutelde privéberichten: grote techbedrijven kijken niet mee."; + +/* 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 zap payments on a post. +Number of profiles a user is following. */ +"%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 >"; + +/* No comment provided by engineer. */ +"⚡️ %@" = "⚡️ %@"; + +/* Label to prompt for about text entry for user to describe about themself. */ +"About" = "Over"; + +/* Label for About Me section of user profile form. */ +"About Me" = "Over mijzelf"; + +/* Placeholder text for About Me description. */ +"Absolute Boss" = "De beste van de klas"; + +/* Button to accept the end user license agreement before being allowed into the app. */ +"Accept" = "Accepteer"; + +/* Label to indicate the public ID of the account. */ +"Account ID" = "Account-id"; + +/* Title for confirmation dialog to either share, report, or block a profile. */ +"Actions" = "Acties"; + +/* Button to add recommended relay server. + Button to confirm adding user inputted relay. */ +"Add" = "Voeg toe"; + +/* Button label to re-add all original participants as profiles to reply to in a note */ +"Add all" = "Voeg iedereen toe"; + +/* Label for section for adding a relay server. */ +"Add Relay" = "Voeg relay toe"; + +/* Any amount of sats */ +"Any" = "Elk"; + +/* Example URL to LibreTranslate server */ +"API Key (optional)" = "Api-sleutel (optioneel)"; + +/* Alert message to ask if user wants to repost a post. */ +"Are you sure you want to repost this?" = "Weet je zeker dat je dit wilt herplaatsen?"; + +/* Label for Banner Image section of user profile form. */ +"Banner Image" = "Profielomslag"; + +/* 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." = "Voordat je aan de slag kant, moet je je accountinformatie opslaan, anders kun je niet inloggen, zelfs niet als je Damus verwijdert."; + +/* 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-portefeuille"; + +/* Alert button to block a user. + Button to block a profile. + Context menu option for blocking users. */ +"Block" = "Blokkeer"; + +/* Alert message prompt to ask if a user should be blocked. */ +"Block %@?" = "Wil je %@ blokkeren?"; + +/* Title of alert for blocking a user. */ +"Block User" = "Blokkeer gebruiker"; + +/* Sidebar menu label for Profile view. */ +"Blocked" = "Geblokkeerd"; + +/* Navigation title of view to see list of blocked users. */ +"Blocked Users" = "Geblokkeerde gebruikers"; + +/* Dropdown option label for Lightning wallet, Blue Wallet. */ +"Blue Wallet" = "Blue-portefeuille"; + +/* 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" = "Uitzenden"; + +/* 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" = "Annuleer"; + +/* Dropdown option label for Lightning wallet, Cash App. */ +"Cash App" = "Cash-app"; + +/* Navigation bar title for Chatroom view. */ +"Chat" = "Chat"; + +/* Button for clearing cached data. */ +"Clear" = "Wis"; + +/* Section title for clearing cached data. */ +"Clear Cache" = "Wis cache"; + +/* Label indicating that a user's key was copied. */ +"Copied" = "Gekopieerd"; + +/* Button to copy a relay server address. */ +"Copy" = "Kopieer"; + +/* Context menu option for copying the ID of the account that created the note. */ +"Copy Account ID" = "Kopieer account-id"; + +/* Context menu option to copy an image into clipboard. + Context menu option to copy an image to clipboard. */ +"Copy Image" = "Kopieer afbeelding"; + +/* Context menu option to copy the URL of an image into clipboard. */ +"Copy Image URL" = "Kopieer afbeeldingslink"; + +/* Title of section for copying a Lightning invoice identifier. */ +"Copy invoice" = "Kopieer factuur"; + +/* Context menu option for copying a user's Lightning URL. */ +"Copy LNURL" = "Kopieer LNURL"; + +/* Context menu option for copying the ID of the note. */ +"Copy Note ID" = "Kopieer notitie-id"; + +/* Context menu option for copying the JSON text from the note. */ +"Copy Note JSON" = "Kopieer notitie-json"; + +/* Button to copy report ID. */ +"Copy Report ID" = "Kopieer meldings-id"; + +/* Context menu option for copying the text from an note. */ +"Copy Text" = "Kopieer tekst"; + +/* Context menu option for copying the ID of the user who created the note. */ +"Copy User Pubkey" = "Kopieer gebruikerssleutel"; + +/* Alert message to indicate that the blocked user could not be found. */ +"Could not find user to block..." = "Er is geen gebruiker gevonden…"; + +/* Button to create account. */ +"Create" = "Registreer"; + +/* Button to create an account. */ +"Create Account" = "Maak account aan"; + +/* Title of alert prompting the user to create a new mutelist. */ +"Create new mutelist" = "Maak nieuwe demplijst aan"; + +/* Example description about Bitcoin creator(s), Satoshi Nakamoto. */ +"Creator(s) of Bitcoin. Absolute legend." = "Maker(s) van Bitcoin. Een ware legende."; + +/* Dropdown option for selecting a custom translation server. */ +"Custom" = "Aangepast"; + +/* Name of the app, shown on the first screen when user is not logged in. */ +"Damus" = "Damus"; + +/* Button to pay a Lightning invoice with the user's default Lightning wallet. */ +"Default Wallet" = "Damus-portefeuille"; + +/* 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" = "Verwijder"; + +/* Alert for deleting the users account. + Button to delete the user's account. */ +"Delete Account" = "Verwijder account"; + +/* Alert message to indicate this is a deleted account */ +"Deleted Account" = "Verwijderd account"; + +/* Button to dismiss a text field alert. */ +"Dismiss" = "Negeer"; + +/* Label to prompt display name entry. */ +"Display Name" = "Weergavenaam"; + +/* 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" = "DM's"; + +/* Button to dismiss wallet selection view for paying Lightning invoice. */ +"Done" = "Klaar"; + +/* Heading indicating that this application allows users to earn money. */ +"Earn Money" = "Verdien geld"; + +/* Button to edit user's profile. */ +"Edit" = "Bewerk"; + +/* Text indicating that the view is used for editing which participants are replied to in a note. */ +"Edit participants" = "Bewerk deelnemers"; + +/* Heading indicating that this application keeps private messaging end-to-end encrypted. */ +"Encrypted" = "Versleuteld"; + +/* Prompt for user to enter an account key to login. */ +"Enter your account key to login:" = "Voer je accountsleutel in om in te loggen:"; + +/* Error message indicating why saving keys failed. */ +"Error: %@" = "Foutmelding: %@"; + +/* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ +"EULA" = "EULA"; + +/* Button to follow a user. */ +"Follow" = "Volg"; + +/* Label describing followers of a user. */ +"Followers" = "Volgers"; + +/* 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" = "Volgend"; + +/* Label to indicate that the user is in the process of following another user. */ +"Following..." = "Volgend…"; + +/* Text to indicate that button next to it is in a state that will follow a profile when tapped. */ +"Follows" = "Volgt"; + +/* Navigation bar title for Global view where posts from all connected relay servers appear. */ +"Global" = "Algemeen"; + +/* Navigation link to go to post referenced by hex code. */ +"Goto post %@" = "Ga naar bericht %@"; + +/* Navigation link to go to profile. */ +"Goto profile %@" = "Ga naar profiel %@"; + +/* Button to hide a post from a user who has been blocked. */ +"Hide" = "Verberg"; + +/* Button to hide the LibreTranslate server API key. */ +"Hide API Key" = "Verberg api-sleutel"; + +/* Navigation bar title for Home view where posts and replies appear from those who the user is following. */ +"Home" = "Startpagina"; + +/* Placeholder example text for profile picture URL. */ +"https://example.com/pic.jpg" = "https://voorbeeld.nl/foto.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" = "Illegale inhoud"; + +/* Error message indicating that an invalid account key was entered for login. */ +"Invalid key" = "Ongeldige sleutel"; + +/* Button for user to report that the account or content has spam. */ +"It's spam" = "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" = "Linkshandig"; + +/* Button to complete account creation and start using the app. */ +"Let's go!" = "Aan de slag!"; + +/* Section title for selecting the server that hosts the LibreTranslate machine translation API. */ +"LibreTranslate Translations" = "LibreTranslate-vertalingen"; + +/* Placeholder text for entry of Lightning Address or LNURL. */ +"Lightning Address or LNURL" = "Lightningadres of LNURL"; + +/* Indicates that the view is for paying a Lightning invoice. */ +"Lightning Invoice" = "Lightningfactuur"; + +/* Dropdown option label for Lightning wallet, LNLink. */ +"LNLink" = "LNLink"; + +/* Dropdown option label for system default for Lightning wallet. */ +"Local default" = "Lokaal standaard"; + +/* Button to log into account. + Button to log into an account. */ +"Login" = "Log in"; + +/* 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" = "Log uit"; + +/* 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" = "Zorg er voor dat je nsec-accountsleutel is opgeslagen voordat je uitlogt, anders verlies je toegang tot dit account"; + +/* Dropdown option label for Lightning wallet, Muun. */ +"Muun" = "Muun"; + +/* Label for NIP-05 Verification section of user profile form. */ +"NIP-05 Verification" = "NIP-05-verificatie"; + +/* 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." = "Er is geen blokkadelijst. Wil je een lijst aanmaken? Hierdoor worden vorige lijsten overschreven."; + +/* No search results. */ +"none" = "geen"; + +/* Dropdown option for selecting no translation server. */ +"None" = "Geen"; + +/* Indicates that there are no notes in the timeline to view. */ +"Nothing to see here. Check back later!" = "Er is hier nog niks te zien. Kijk later nog eens!"; + +/* Navigation title for notifications. */ +"Notifications" = "Meldingen"; + +/* String indicating that a given timestamp just occurred */ +"now" = "zojuist"; + +/* 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" = "Naaktheid of expliciete inhoud"; + +/* Label indicating that a form input is optional. */ +"optional" = "optioneel"; + +/* Button to pay a Lightning invoice. */ +"Pay" = "Betaal"; + +/* Navigation bar title for view to pay Lightning invoice. */ +"Pay the Lightning invoice" = "Betaal de Lightningfactuur"; + +/* Dropdown option label for Lightning wallet, Phoenix. */ +"Phoenix" = "Phoenix"; + +/* Button to post a note. */ +"Post" = "Bericht"; + +/* 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" = "Bericht van een geblokkeerde gebruiker"; + +/* Label for filter for seeing only posts (instead of posts and replies). */ +"Posts" = "Berichten"; + +/* Label for filter for seeing posts and replies (instead of only posts). */ +"Posts & Replies" = "Berichten en antwoorden"; + +/* 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" = "Privé"; + +/* Title of the secure field that holds the user's private key. */ +"Private Key" = "Privésleutel"; + +/* Sidebar menu label for Profile view. */ +"Profile" = "Profiel"; + +/* Label for Profile Picture section of user profile form. */ +"Profile Picture" = "Profielfoto"; + +/* Section title for the user's public account ID. */ +"Public Account ID" = "Openbare account-id"; + +/* Label indicating that the text is a user's public account key. */ +"Public key" = "Openbare sleutel"; + +/* Label indicating that the text is a user's public account key. */ +"Public Key" = "Openbare sleutel"; + +/* Prompt to ask user if the key they entered is a public key. */ +"Public Key?" = "Openbare sleutel?"; + +/* Navigation bar title for Reactions view. */ +"Reactions" = "Reacties"; + +/* Section title for recommend relay servers that could be added as part of configuration */ +"Recommended Relays" = "Aanbevolen relays"; + +/* Button to reject the end user license agreement, which disallows the user from being let into the app. */ +"Reject" = "Wijs af"; + +/* Text field for relay server. Used for testing purposes. */ +"Relay" = "Relay"; + +/* Sidebar menu label for Relay servers view + Sidebar menu label for Relays view. */ +"Relays" = "Relays"; + +/* 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!" = "De relays zijn op de hoogte gebracht en clients kunnen deze informatie gebruiken om inhoud te filteren. Dank!"; + +/* Button label to remove all participants from a note reply. */ +"Remove all" = "Verwijder allen"; + +/* Label to indicate that the user is replying to themself. */ +"Reply to self" = "Antwoord aan mijzelf"; + +/* Label to indicate that the user is replying to 2 users. */ +"Replying to %@ & %@" = "Antwoord aan %1$@ en %2$@"; + +/* Indicating that the user is replying to the following listed people. */ +"Replying to:" = "Antwoord aan:"; + +/* Button to report a profile. + Context menu option for reporting content. */ +"Report" = "Meld"; + +/* Label indicating that the text underneath is the identifier of the report that was sent to relay servers. */ +"Report ID:" = "Meldings-id:"; + +/* Message indicating that a report was successfully sent to relay servers. */ +"Report sent!" = "De melding is gemaakt!"; + +/* Button to confirm reposting a post. + Title of alert for confirming to repost a post. */ +"Repost" = "Herplaats"; + +/* Text indicating that the post was reposted (i.e. re-shared). */ +"Reposted" = "Herplaatst"; + +/* Navigation bar title for Reposts view. */ +"Reposts" = "Herplaatsingen"; + +/* 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" = "Verzoeken"; + +/* Button to retry completing account creation after an error occurred. */ +"Retry" = "Probeer opnieuw"; + +/* 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" = "Bewaar"; + +/* Context menu option to save an image. */ +"Save Image" = "Bewaar afbeelding"; + +/* Navigation link to search hashtag. */ +"Search hashtag: #%@" = "Zoek naar hashtag: #%@"; + +/* Placeholder text to prompt entry of search query. */ +"Search..." = "Zoek…"; + +/* Section title for user's secret account login key. */ +"Secret Account Login Key" = "Geheime inlogsleutel"; + +/* Title of section for selecting a Lightning wallet to pay a Lightning invoice. */ +"Select a Lightning wallet" = "Kies een Lightningportefeuille"; + +/* Prompt selection of user's default wallet */ +"Select default wallet" = "Kies de standaardportefeuille"; + +/* Text prompt for user to send a message to the other user. */ +"Send a message to start the conversation..." = "Begin het gesprek door een bericht te versturen…"; + +/* Prompt selection of LibreTranslate server to perform machine translations on notes */ +"Server" = "Server"; + +/* Navigation title for Settings view. + Sidebar menu label for accessing the app settings */ +"Settings" = "Instellingen"; + +/* Button to share an image. + Button to share the link to a profile. */ +"Share" = "Deel"; + +/* Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key. */ +"Show" = "Toon"; + +/* Button to hide the LibreTranslate server API key. */ +"Show API Key" = "Toon api-sleutel"; + +/* Toggle to show or hide selection of wallet. */ +"Show wallet selector" = "Toon portefeuillekeuze"; + +/* Sidebar menu label to sign out of the account. */ +"Sign out" = "Log uit"; + +/* Dropdown option label for Lightning wallet, Strike. */ +"Strike" = "Strike"; + +/* Button to close out of alert that informs that the action to block a user was successful. */ +"Thanks!" = "Bedankt!"; + +/* Button for user to report that the account is impersonating someone. */ +"They are impersonating someone" = "Dit account doet zich voor als iemand anders"; + +/* 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." = "Dit is een openbare sleutel waarmee geen berichten of antwoorden kunnen worden geplaatst. Deze wordt alléén gebruikt om accounts te tonen."; + +/* 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." = "Dit is een oude nostr-sleutel waarvan we niet weten of het een pubkey or privésleutel is. Druk op onderstaande knop als het een privésleutel betreft."; + +/* 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." = "Dit je account-id. Je kunt deze delen met je vrienden zodat ze je kunnen volgen. Druk om te kopiëren."; + +/* 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!" = "Dit is je geheime accountsleutel. Deze heb je nodig om in te loggen op je account - deel de sleutel dus met niemand! Bewaar hem eventueel in een wachtwoordbeheerder."; + +/* Navigation bar title for note thread. + Navigation bar title for threaded event detail view. */ +"Thread" = "Details"; + +/* Button to translate note from different language. */ +"Translate Note" = "Vertaal notitie"; + +/* Button to indicate that the note has been translated from a different language. */ +"Translated from (lang)" = "Vertaald uit het (lang)"; + +/* Button to indicate that the note is in the process of being translated from a different language. */ +"Translating from (lang)..." = "Bezig met vertalen uit (lang)…"; + +/* No comment provided by engineer. */ +"Type DELETE to delete" = "Typ DELETE om te verwijderen"; + +/* 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"; + +/* 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" = "Bezig met ontvolgen…"; + +/* Label to indicate that the user is in the process of unfollowing another user. */ +"Unfollowing..." = "Bezig met ontvolgen…"; + +/* Text to indicate that the button next to it is in a state that will unfollow a profile when tapped. */ +"Unfollows" = "Ontvolgt"; + +/* Example URL to LibreTranslate server */ +"URL" = "Url"; + +/* Alert message to indicate the user has been blocked */ +"User blocked" = "Geblokkeerd"; + +/* Alert message that informs a user was blocked. */ +"User has been blocked" = "De gebruiker is geblokkeerd"; + +/* Label for Username section of user profile form. + Label to prompt username entry. */ +"Username" = "Gebruikersnaam"; + +/* Sidebar menu label for Wallet view. */ +"Wallet" = "Portefeuille"; + +/* Dropdown option label for Lightning wallet, Wallet of Satoshi. */ +"Wallet of Satoshi" = "Portefeuille of Satoshi"; + +/* Section title for selection of wallet. */ +"Wallet Selector" = "Portefeuillekeuze"; + +/* 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." = "Welkom op het sociale netwerk waar %@ de baas bent."; + +/* Text to welcome user. */ +"Welcome, %@!" = "Welkom, %@!"; + +/* Header text to prompt user what issue they want to report. */ +"What do you want to report?" = "Waar wil je melding van maken?"; + +/* Placeholder example for relay server address. */ +"wss://some.relay.com" = "wss://een.relay.nl"; + +/* Text of button that confirms to overwrite the existing mutelist. */ +"Yes, Overwrite" = "Ja, overschrijven"; + +/* 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" = "jíj"; + +/* Label for Your Name section of user profile form. */ +"Your Name" = "Mijn naam"; + +/* 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" = "Je melding wordt verstuurd aan de relays waarmee je verbonden bent"; + +/* 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/nl.lproj/Localizable.stringsdict b/damus/nl.lproj/Localizable.stringsdict @@ -0,0 +1,154 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>collapsed_event_view_other_notes</key> + <dict> + <key>NOTES</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>one</key> + <string>%d andere notitie</string> + <key>other</key> + <string>%d andere notities</string> + </dict> + <key>NSStringLocalizedFormatKey</key> + <string>··· %#@NOTES@ ···</string> + </dict> + <key>followers_count</key> + <dict> + <key>FOLLOWERS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>one</key> + <string>Volger</string> + <key>other</key> + <string>Volgers</string> + </dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@FOLLOWERS@</string> + </dict> + <key>reactions_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@REACTIONS@</string> + <key>REACTIONS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>one</key> + <string>Reactie</string> + <key>other</key> + <string>Reacties</string> + </dict> + </dict> + <key>relays_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@RELAYS@</string> + <key>RELAYS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>one</key> + <string>Relay</string> + <key>other</key> + <string>Relays</string> + </dict> + </dict> + <key>replying_to_one_and_others</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>Antwoord aan %@%#@OTHERS@</string> + <key>OTHERS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>one</key> + <string>en %d andere gebruiker</string> + <key>other</key> + <string>en %d andere gebruikers</string> + <key>zero</key> + <string></string> + </dict> + </dict> + <key>replying_to_two_and_others</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>Antwoord aan %@ en %@%#@OTHERS@</string> + <key>OTHERS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>one</key> + <string>en %d andere gebruiker</string> + <key>other</key> + <string>en %d andere gebruikers</string> + <key>zero</key> + <string></string> + </dict> + </dict> + <key>reposts_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@REPOSTS@</string> + <key>REPOSTS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>one</key> + <string>Herplaatsing</string> + <key>other</key> + <string>Herplaatsingen</string> + </dict> + </dict> + <key>sats_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%1$#@SATS@</string> + <key>SATS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>@</string> + <key>one</key> + <string>%2$@ sat</string> + <key>other</key> + <string>%2$@ sats</string> + </dict> + </dict> + <key>zaps_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>one</key> + <string>Zap</string> + <key>other</key> + <string>Zaps</string> + </dict> + </dict> +</dict> +</plist> diff --git a/damus/pl-PL.lproj/Localizable.strings b/damus/pl-PL.lproj/Localizable.strings @@ -16,11 +16,10 @@ /* Prefix character to username. */ "@" = "@"; -/* Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key. */ +/* Abbreviated version of a nostr public key. */ "%@" = "%@"; -/* Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. +/* Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'. */ "%@ %@" = "%@ %@"; @@ -36,7 +35,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi /* 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 tip payments on a post. +/* Number of zap payments on a post. Number of profiles a user is following. */ "%lld" = "%lld"; @@ -46,6 +45,9 @@ Number of profiles a user is following. */ /* Placeholder for event mention. */ "< e >" = "< e >"; +/* No comment provided by engineer. */ +"⚡️ %@" = "⚡️ %@"; + /* Label to prompt for about text entry for user to describe about themself. */ "About" = "O programie"; @@ -72,7 +74,7 @@ Number of profiles a user is following. */ "Add all" = "Dodaj wszystkie"; /* Label for section for adding a relay server. */ -"Add Relay" = "Dodaj serwer"; +"Add Relay" = "Dodaj przekaźnik"; /* Any amount of sats */ "Any" = "Dowolny"; @@ -143,7 +145,7 @@ Number of profiles a user is following. */ "Clear" = "Wyczyść"; /* Section title for clearing cached data. */ -"Clear Cache" = "Wyczyść pamięć podręczną"; +"Clear Cache" = "Pamięć podręczna"; /* Label indicating that a user's key was copied. */ "Copied" = "Skopiowano"; @@ -192,7 +194,7 @@ Number of profiles a user is following. */ "Create Account" = "Utwórz konto"; /* Title of alert prompting the user to create a new mutelist. */ -"Create new mutelist" = "Stwórz nową listę wyciszeń"; +"Create new mutelist" = "Tworzenie nowej listy zablokowanych"; /* Example description about Bitcoin creator(s), Satoshi Nakamoto. */ "Creator(s) of Bitcoin. Absolute legend." = "Twórca/y Bitcoina. Absolutna legenda."; @@ -254,7 +256,7 @@ Number of profiles a user is 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. */ -"Following" = "Obserwowani"; +"Following" = "Obserwuje"; /* Label to indicate that the user is in the process of following another user. */ "Following..." = "Obserwowani..."; @@ -266,7 +268,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Global" = "Globalny"; /* Navigation link to go to post referenced by hex code. */ -"Goto post %@" = "Idź do wpisu %@"; +"Goto post %@" = "Idź do postu %@"; /* Navigation link to go to profile. */ "Goto profile %@" = "Idź do profilu %@"; @@ -338,7 +340,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "NIP-05 Verification" = "Weryfikacja NIP-05"; /* 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." = "Nie znaleziony listy zablokowanych, stworzyć nową? To nadpisze poprzednie listy."; +"No block list found, create a new one? This will overwrite any previous block lists." = "Nie znaleziono listy zablokowanych, stworzyć nową? Nadpisać poprzednie listy."; /* No search results. */ "none" = "brak wyników"; @@ -374,16 +376,16 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Phoenix" = "Phoenix"; /* Button to post a note. */ -"Post" = "Wpis"; +"Post" = "Napisz post"; /* 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" = "Wpis od użytkownika, którego zablokowałeś"; +"Post from a user you've blocked" = "Post od użytkownika, którego zablokowałeś"; /* Label for filter for seeing only posts (instead of posts and replies). */ -"Posts" = "Wpisy"; +"Posts" = "Posty"; /* Label for filter for seeing posts and replies (instead of only posts). */ -"Posts & Replies" = "Wpisy i odpowiedzi"; +"Posts & Replies" = "Posty i odpowiedzi"; /* 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" = "Prywatność"; @@ -398,7 +400,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Profile Picture" = "Zdjęcie profilowe"; /* Section title for the user's public account ID. */ -"Public Account ID" = "ID publicznego konta"; +"Public Account ID" = "Publiczny ID konta"; /* Label indicating that the text is a user's public account key. */ "Public key" = "Klucz publiczny"; @@ -413,20 +415,20 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Reactions" = "Reakcje"; /* Section title for recommend relay servers that could be added as part of configuration */ -"Recommended Relays" = "Serwery rekomendowane"; +"Recommended Relays" = "Polecane przekaźniki"; /* Button to reject the end user license agreement, which disallows the user from being let into the app. */ "Reject" = "Odrzuć"; /* Text field for relay server. Used for testing purposes. */ -"Relay" = "Serwer"; +"Relay" = "Przekaźnik"; /* Sidebar menu label for Relay servers view Sidebar menu label for Relays view. */ -"Relays" = "Serwery"; +"Relays" = "Przekaźniki"; /* 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!" = "Serwery zostały powiadomione a klienci będą mogli użyć tej informacji do filtrowania treści. Dziękuję!"; +"Relays have been notified and clients will be able to use this information to filter content. Thank you!" = "Przekaźniki zostały powiadomione a klienci będą mogli użyć tej informacji do filtrowania treści. Dziękuję!"; /* Button label to remove all participants from a note reply. */ "Remove all" = "Usuń wszystkie"; @@ -485,7 +487,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Search hashtag: #%@" = "Szukaj hasztag: #%@"; /* Placeholder text to prompt entry of search query. */ -"Search..." = "Szukanie..."; +"Search..." = "Szukaj.."; /* Section title for user's secret account login key. */ "Secret Account Login Key" = "Tajny klucz logowania do konta"; @@ -552,7 +554,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Translate Note" = "Tłumacz wpis"; /* Button to indicate that the note has been translated from a different language. */ -"Translated from (languageName!)" = "Tłumaczenie z (languageName!)"; +"Translated from (lang)" = "Tłumaczenie z (lang)"; /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Napisz swój post tutaj..."; @@ -576,7 +578,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "URL" = "URL"; /* Alert message to indicate the user has been blocked */ -"User blocked" = "Użytkownik zablokowany"; +"User blocked" = "Blokowanie użytkownika"; /* Alert message that informs a user was blocked. */ "User has been blocked" = "Użytkownik został zablokowany"; @@ -607,7 +609,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "What do you want to report?" = "Co chcesz zgłosić?"; /* Placeholder example for relay server address. */ -"wss://some.relay.com" = "wss://jakis.relay.com"; +"wss://some.relay.com" = "wss://jakis.przekaznik.com"; /* Text of button that confirms to overwrite the existing mutelist. */ "Yes, Overwrite" = "Tak, nadpisz"; @@ -619,7 +621,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Your Name" = "Twoje Imię"; /* 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" = "Twoje zgłoszenie zostanie wysłane na serwery, do których jesteś podłączony"; +"Your report will be sent to the relays you are connected to" = "Twoje zgłoszenie zostanie wysłane do przekaźników, do których jesteś podłączony"; /* Dropdown option label for Lightning wallet, Zebedee. */ "Zebedee" = "Zebedee"; diff --git a/damus/pl-PL.lproj/Localizable.stringsdict b/damus/pl-PL.lproj/Localizable.stringsdict @@ -77,15 +77,15 @@ <key>many</key> <string>Relays</string> <key>one</key> - <string>Serwer</string> + <string>Przekaźnik</string> <key>other</key> - <string>Serwery</string> + <string>Przekaźników</string> </dict> </dict> <key>replying_to_one_and_others</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>Odpowiadanie %@%#@OTHERS@</string> + <string>W odpowiedzi do %@%#@OTHERS@</string> <key>OTHERS</key> <dict> <key>NSStringFormatSpecTypeKey</key> @@ -107,7 +107,7 @@ <key>replying_to_two_and_others</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>Odpowiadanie %@, %@%#@OTHERS@</string> + <string>W odpowiedzi do %@, %@%#@OTHERS@</string> <key>OTHERS</key> <dict> <key>NSStringFormatSpecTypeKey</key> @@ -166,24 +166,24 @@ <string>%2$@ satów</string> </dict> </dict> - <key>tips_count</key> + <key>zaps_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@TIPS@</string> - <key>TIPS</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> <dict> <key>NSStringFormatSpecTypeKey</key> <string>NSStringPluralRuleType</string> <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>few</key> - <string>Tips</string> + <string>Zaps</string> <key>many</key> - <string>Tips</string> + <string>Zaps</string> <key>one</key> - <string>Napiwek</string> + <string>Zap</string> <key>other</key> - <string>Napiwki</string> + <string>Zaps</string> </dict> </dict> </dict> diff --git a/damus/pt-PT.lproj/Localizable.strings b/damus/pt-PT.lproj/Localizable.strings @@ -16,11 +16,10 @@ /* Prefix character to username. */ "@" = "@"; -/* Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key. */ +/* Abbreviated version of a nostr public key. */ "%@" = "%@"; -/* Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. +/* Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'. */ "%@ %@" = "%@ %@"; @@ -36,7 +35,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi /* 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 tip payments on a post. +/* Number of zap payments on a post. Number of profiles a user is following. */ "%lld" = "%lld"; @@ -46,6 +45,9 @@ Number of profiles a user is following. */ /* Placeholder for event mention. */ "< e >" = "< e >"; +/* No comment provided by engineer. */ +"⚡️ %@" = "⚡️ %@"; + /* Label to prompt for about text entry for user to describe about themself. */ "About" = "Acerca de"; @@ -552,7 +554,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Translate Note" = "Traduzir Note"; /* Button to indicate that the note has been translated from a different language. */ -"Translated from (languageName!)" = "Traduzido de (languageName!)"; +"Translated from (lang)" = "Traduzido de (lang)"; /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Escreva aqui o seu post..."; diff --git a/damus/pt-PT.lproj/Localizable.stringsdict b/damus/pt-PT.lproj/Localizable.stringsdict @@ -134,20 +134,20 @@ <string>%2$@ sats</string> </dict> </dict> - <key>tips_count</key> + <key>zaps_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@TIPS@</string> - <key>TIPS</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> <dict> <key>NSStringFormatSpecTypeKey</key> <string>NSStringPluralRuleType</string> <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>Grojeta</string> + <string>Zap</string> <key>other</key> - <string>Gorjetas</string> + <string>Zaps</string> </dict> </dict> </dict> diff --git a/damus/tr-TR.lproj/InfoPlist.strings b/damus/tr-TR.lproj/InfoPlist.strings @@ -4,6 +4,3 @@ /* Bundle name */ "CFBundleName" = "damus"; -/* Privacy - Photo Library Additions Usage Description */ -"NSPhotoLibraryAddUsageDescription" = "Damus'a fotoğraf kitaplığınıza erişim izni vermek, fotoğrafları kaydetmenize olanak tanır."; - diff --git a/damus/tr-TR.lproj/Localizable.strings b/damus/tr-TR.lproj/Localizable.strings @@ -4,9 +4,6 @@ /* 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"; -/* Description of why the nip05 identifier is invalid. */ -"'%@' is an invalid nip05 identifier. It should look like an email." = "'%@' geçersiz bir nip05 tanımlayıcısı. Tanımlayıcı, e-posta gibi gözükmeli. "; - /* 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))'nin Takipçileri"; @@ -16,11 +13,10 @@ /* Prefix character to username. */ "@" = "@"; -/* Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key. */ +/* 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 zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'. */ "%@ %@" = "%@ %@"; @@ -33,7 +29,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi /* 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 zap payments on a post. Number of profiles a user is following. */ "%lld" = "%lld"; @@ -43,6 +39,9 @@ Number of profiles a user is following. */ /* Placeholder for event mention. */ "< e >" = "< e >"; +/* No comment provided by engineer. */ +"⚡️ %@" = "⚡️ %@"; + /* Label to prompt for about text entry for user to describe about themself. */ "About" = "Hakkında"; @@ -92,9 +91,12 @@ Number of profiles a user is following. */ /* Context menu option for broadcasting the user's note to all of the user's connected relay servers. */ "Broadcast" = "Yayınla"; -/* Button to cancel out of posting a note. +/* Alert button to cancel out of alert for blocking a user. + Button to cancel out of alert that creates a new mutelist. + Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user. */ "Cancel" = "İptal Et"; @@ -141,9 +143,6 @@ Number of profiles a user is following. */ /* Context menu option for copying the text from an note. */ "Copy Text" = "Metni Kopyala"; -/* Context menu option for copying the ID of the user who created the note. */ -"Copy User ID" = "Hesap Kimliğini Kopyala"; - /* Button to create account. */ "Create" = "Yarat"; @@ -159,7 +158,10 @@ Number of profiles a user is following. */ /* Button to pay a Lightning invoice with the user's default Lightning wallet. */ "Default Wallet" = "Varsayılan Cüzdan"; -/* Button to delete a relay server that the user connects to. */ +/* 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" = "Sil"; /* Button to dismiss a text field alert. */ @@ -168,9 +170,6 @@ Number of profiles a user is following. */ /* Label to prompt display name entry. */ "Display Name" = "Görünür İsim"; -/* Navigation title for DM view, which is the English abbreviation for Direct Message. */ -"DM" = "DM"; - /* Button to dismiss wallet selection view for paying Lightning invoice. */ "Done" = "Tamam"; @@ -183,18 +182,12 @@ Number of profiles a user is following. */ /* Heading indicating that this application keeps private messaging end-to-end encrypted. */ "Encrypted" = "Şifreli"; -/* Navigation title for view of encrypted DMs, where DM is an English abbreviation for Direct Message. */ -"Encrypted DMs" = "Şifreli DM'ler"; - /* Prompt for user to enter an account key to login. */ "Enter your account key to login:" = "Giriş yapmak için hesap anahtarını gir:"; /* Error message indicating why saving keys failed. */ "Error: %@" = "Hata: %@"; -/* Filter state for seeing either only posts, or posts & replies. */ -"Filter State" = "Filtre Durumu"; - /* Button to follow a user. */ "Follow" = "Takip Et"; @@ -224,7 +217,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Home" = "Ev"; /* Placeholder example text for profile picture URL. */ -"https://example.com/pic.jpg" = "https://example.com/pic.jpg"; +"https://example.com/pic.jpg" = "https://ornek.com/resim.jpg"; /* Placeholder example text for website URL for user profile. */ "https://jb55.com" = "https://jb55.com"; @@ -259,7 +252,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Alert for logging out the user. Button for logging out the user. - Button to logout the user. */ + Button to close the alert that informs that the current account has been deleted. */ "Logout" = "Çıkış yap"; /* Reminder message in alert to get customer to verify that their private security account key is saved saved before logging out. */ @@ -310,11 +303,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* 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" = "Özel"; -/* Label to indicate that the text below is the user's private key used by only the user themself as a secret to login to access their account. */ -"Private Key" = "Özel Anahtar"; - /* Title of the secure field that holds the user's private key. */ -"PrivateKey" = "Özel Anahtar"; +"Private Key" = "Özel Anahtar"; /* Sidebar menu label for Profile view. */ "Profile" = "Profil"; @@ -343,7 +333,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text field for relay server. Used for testing purposes. */ "Relay" = "Röle"; -/* Sidebar menu label for Relay servers view */ +/* Sidebar menu label for Relay servers view + Sidebar menu label for Relays view. */ "Relays" = "Röleler"; /* Label to indicate that the user is replying to themself. */ @@ -362,9 +353,6 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text indicating that the post was reposted (i.e. re-shared). */ "Reposted" = "Yinelendi"; -/* Section title for resetting the user */ -"Reset" = "Sıfırla"; - /* Button to retry completing account creation after an error occurred. */ "Retry" = "Yeniden Dene"; @@ -405,10 +393,12 @@ Part of a larger sentence to describe how many profiles a user is following. */ Sidebar menu label for accessing the app settings */ "Settings" = "Ayarlar"; -/* Button to share an image. */ +/* Button to share an image. + Button to share the link to a profile. */ "Share" = "Paylaş"; -/* Toggle to show or hide user's secret account login key. */ +/* Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key. */ "Show" = "Göster"; /* Toggle to show or hide selection of wallet. */ @@ -461,8 +451,8 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Sidebar menu label for Wallet view. */ "Wallet" = "Cüzdan"; -/* Dropdown option label for Lightning wallet, Wallet Of Satoshi. */ -"Wallet Of Satoshi" = "Wallet Of Satoshi"; +/* Dropdown option label for Lightning wallet, Wallet of Satoshi. */ +"Wallet of Satoshi" = "Wallet of Satoshi"; /* Section title for selection of wallet. */ "Wallet Selector" = "Cüzdan Seçici"; @@ -477,7 +467,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ "Welcome, %@!" = "Hoş geldin, %@"; /* Placeholder example for relay server address. */ -"wss://some.relay.com" = "wss://some.relay.com"; +"wss://some.relay.com" = "wss://örnek.role.com"; /* 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" = "sen"; diff --git a/damus/tr-TR.lproj/Localizable.stringsdict b/damus/tr-TR.lproj/Localizable.stringsdict @@ -11,7 +11,7 @@ <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>1%d diğer not</string> + <string>%d diğer not</string> <key>other</key> <string>%d diğer notlar</string> </dict> @@ -69,7 +69,7 @@ <key>replying_to_one_and_others</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%@%#@OTHERS@'lara yanıt </string> + <string>%@%#@OTHERS@'lara yanıt</string> <key>OTHERS</key> <dict> <key>NSStringFormatSpecTypeKey</key> @@ -134,20 +134,20 @@ <string>%2$@ sat</string> </dict> </dict> - <key>tips_count</key> + <key>zaps_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@TIPS@</string> - <key>TIPS</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> <dict> <key>NSStringFormatSpecTypeKey</key> <string>NSStringPluralRuleType</string> <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>Bahşiş</string> + <string>Zap</string> <key>other</key> - <string>Bahşişler</string> + <string>Zaps</string> </dict> </dict> </dict> diff --git a/damus/zh-CN.lproj/InfoPlist.strings b/damus/zh-CN.lproj/InfoPlist.strings @@ -0,0 +1,9 @@ +/* Bundle display name */ +"CFBundleDisplayName" = "达摩"; + +/* Bundle name */ +"CFBundleName" = "达摩"; + +/* Privacy - Photo Library Additions Usage Description */ +"NSPhotoLibraryAddUsageDescription" = "允许达摩访问您的相册以便保存图片。"; + diff --git a/damus/zh-CN.lproj/Localizable.strings b/damus/zh-CN.lproj/Localizable.strings @@ -0,0 +1,644 @@ +/* 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 '%@' 将被用于认证"; + +/* Description of why the nip05 identifier is invalid. */ +"'%@' 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))的粉丝"; + +/* 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 zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. +Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'. */ +"%@ %@" = "%@ %@"; + +/* Alert message that informs a user was blocked. */ +"%@ has been blocked" = "%@被拉黑了"; + +/* 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." = "%@. 创建账户无需电话号码、电子邮箱或者姓名。立刻开启丝滑之旅。"; + +/* 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" = "%@. 端到端加密信息,保护你的私信不被科技巨头公司窥视"; + +/* 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 zap payments on a post. +Number of profiles a user is following. */ +"%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 >"; + +/* No comment provided by engineer. */ +"⚡️ %@" = "⚡️ %@"; + +/* Label to prompt for about text entry for user to describe about themself. */ +"About" = "关于"; + +/* Label for About Me section of user profile form. */ +"About Me" = "关于我"; + +/* Placeholder text for About Me description. */ +"Absolute Boss" = "三界一哥"; + +/* Button to accept the end user license agreement before being allowed into the app. */ +"Accept" = "接受"; + +/* Label to indicate the public ID of the account. */ +"Account ID" = "账号ID"; + +/* Title for confirmation dialog to either share, report, or block a profile. */ +"Actions" = "动态"; + +/* Button to add recommended relay server. + Button to confirm adding user inputted relay. */ +"Add" = "添加"; + +/* Button label to re-add all original participants as profiles to reply to in a note */ +"Add all" = "添加全部"; + +/* Label for section for adding a relay server. */ +"Add Relay" = "添加中继器"; + +/* Any amount of sats */ +"Any" = "任意"; + +/* Example URL to LibreTranslate server */ +"API Key (optional)" = "API Key (可选)"; + +/* Alert message to ask if user wants to repost a post. */ +"Are you sure you want to repost this?" = "确定转发吗?"; + +/* Label for Banner Image section of user profile form. */ +"Banner Image" = "主页背景图片"; + +/* 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." = "请先保存您的账户信息!否则您将在登出或卸载后无法重新登陆达摩。"; + +/* 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钱包"; + +/* Alert button to block a user. + Button to block a profile. + Context menu option for blocking users. */ +"Block" = "拉黑"; + +/* Alert message prompt to ask if a user should be blocked. */ +"Block %@?" = "拉黑%@?"; + +/* Title of alert for blocking a user. */ +"Block User" = "拉黑用户"; + +/* Sidebar menu label for Profile view. */ +"Blocked" = "已拉黑"; + +/* Navigation title of view to see list of blocked users. */ +"Blocked Users" = "拉黑用户"; + +/* Dropdown option label for Lightning wallet, Blue Wallet. */ +"Blue Wallet" = "Blue Wallet"; + +/* 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" = "广播"; + +/* 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" = "取消"; + +/* Dropdown option label for Lightning wallet, Cash App. */ +"Cash App" = "Cash App"; + +/* Navigation bar title for Chatroom view. */ +"Chat" = "聊天"; + +/* Button for clearing cached data. */ +"Clear" = "清除"; + +/* Section title for clearing cached data. */ +"Clear Cache" = "清除缓存"; + +/* Label indicating that a user's key was copied. */ +"Copied" = "已复制"; + +/* Button to copy a relay server address. */ +"Copy" = "复制"; + +/* Context menu option for copying the ID of the account that created the note. */ +"Copy Account ID" = "复制账户ID"; + +/* Context menu option to copy an image into clipboard. + Context menu option to copy an image to clipboard. */ +"Copy Image" = "复制图片"; + +/* Context menu option to copy the URL of an image into clipboard. */ +"Copy Image URL" = "复制图片URL地址"; + +/* Title of section for copying a Lightning invoice identifier. */ +"Copy invoice" = "复制发票"; + +/* Context menu option for copying a user's Lightning URL. */ +"Copy LNURL" = "复制LNURL"; + +/* Context menu option for copying the ID of the note. */ +"Copy Note ID" = "复制此条推文ID"; + +/* Context menu option for copying the JSON text from the note. */ +"Copy Note JSON" = "复制此条推文JSON"; + +/* Button to copy report ID. */ +"Copy Report ID" = "复制举报记录ID"; + +/* Context menu option for copying the text from an note. */ +"Copy Text" = "复制文本"; + +/* Context menu option for copying the ID of the user who created the note. */ +"Copy User Pubkey" = "复制用户公钥Pubkey"; + +/* Alert message to indicate that the blocked user could not be found. */ +"Could not find user to block..." = "找不到可拉黑用户"; + +/* Button to create account. */ +"Create" = "创建"; + +/* Button to create an account. */ +"Create Account" = "创建账户"; + +/* Title of alert prompting the user to create a new mutelist. */ +"Create new mutelist" = "创建新的屏蔽列表"; + +/* Example description about Bitcoin creator(s), Satoshi Nakamoto. */ +"Creator(s) of Bitcoin. Absolute legend." = "传奇的比特币创始人"; + +/* Dropdown option for selecting a custom translation server. */ +"Custom" = "自定义"; + +/* Name of the app, shown on the first screen when user is not logged in. */ +"Damus" = "达摩"; + +/* Button to pay a Lightning invoice with the user's default Lightning wallet. */ +"Default Wallet" = "默认钱包"; + +/* 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" = "删除"; + +/* Alert for deleting the users account. + Button to delete the user's account. */ +"Delete Account" = "删除账户"; + +/* Alert message to indicate this is a deleted account */ +"Deleted Account" = "已删除账户"; + +/* Button to dismiss a text field alert. */ +"Dismiss" = "忽略"; + +/* Label to prompt display name entry. */ +"Display Name" = "昵称"; + +/* 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" = "私信"; + +/* Button to dismiss wallet selection view for paying Lightning invoice. */ +"Done" = "完成"; + +/* Heading indicating that this application allows users to earn money. */ +"Earn Money" = "赚钱"; + +/* Button to edit user's profile. */ +"Edit" = "编辑"; + +/* Text indicating that the view is used for editing which participants are replied to in a note. */ +"Edit participants" = "编辑参加者列表"; + +/* Heading indicating that this application keeps private messaging end-to-end encrypted. */ +"Encrypted" = "已加密"; + +/* Prompt for user to enter an account key to login. */ +"Enter your account key to login:" = "输入您的账户key以登陆:"; + +/* Error message indicating why saving keys failed. */ +"Error: %@" = "错误:%@"; + +/* Label indicating that the below text is the EULA, an acronym for End User License Agreement. */ +"EULA" = "用户条款"; + +/* Button to follow a user. */ +"Follow" = "关注"; + +/* Label describing followers of a user. */ +"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" = "已关注"; + +/* Label to indicate that the user is in the process of following another user. */ +"Following..." = "关注中..."; + +/* Text to indicate that button next to it is in a state that will follow a profile when tapped. */ +"Follows" = "关注"; + +/* Navigation bar title for Global view where posts from all connected relay servers appear. */ +"Global" = "广场"; + +/* Navigation link to go to post referenced by hex code. */ +"Goto post %@" = "查看推文%@"; + +/* Navigation link to go to profile. */ +"Goto profile %@" = "查看用户%@"; + +/* Button to hide a post from a user who has been blocked. */ +"Hide" = "隐藏"; + +/* Button to hide the LibreTranslate server API key. */ +"Hide API Key" = "隐藏API Key"; + +/* Navigation bar title for Home view where posts and replies appear from those who the user is following. */ +"Home" = "主页"; + +/* 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" = "违规内容"; + +/* Error message indicating that an invalid account key was entered for login. */ +"Invalid key" = "无效的key"; + +/* Button for user to report that the account or content has spam. */ +"It's 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" = "左撇子界面"; + +/* Button to complete account creation and start using the app. */ +"Let's go!" = "开启旅程!"; + +/* Section title for selecting the server that hosts the LibreTranslate machine translation API. */ +"LibreTranslate Translations" = "LibreTranslate Translations"; + +/* Placeholder text for entry of Lightning Address or LNURL. */ +"Lightning Address or LNURL" = "闪电地址或LNURL"; + +/* Indicates that the view is for paying a Lightning invoice. */ +"Lightning Invoice" = "闪电发票"; + +/* Dropdown option label for Lightning wallet, LNLink. */ +"LNLink" = "LNLink"; + +/* Dropdown option label for system default for Lightning wallet. */ +"Local default" = "本地默认"; + +/* Button to log into account. + Button to log into an account. */ +"Login" = "登陆"; + +/* 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" = "登出"; + +/* 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" = "请确保您已经保存好nsec account key账户私钥!否则登出后您将无法重新访问您的账户。"; + +/* Dropdown option label for Lightning wallet, Muun. */ +"Muun" = "Muun"; + +/* Label for NIP-05 Verification section of user profile form. */ +"NIP-05 Verification" = "NIP-05认证"; + +/* 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." = "没有找到黑名单,是否创建新黑名单?先前的黑名单将被覆盖。"; + +/* No search results. */ +"none" = "无结果"; + +/* Dropdown option for selecting no translation server. */ +"None" = "无"; + +/* Indicates that there are no notes in the timeline to view. */ +"Nothing to see here. Check back later!" = "暂无内容,请稍后重试。"; + +/* Navigation title for notifications. */ +"Notifications" = "通知"; + +/* String indicating that a given timestamp just occurred */ +"now" = "现在"; + +/* 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" = "裸体或暴露的内容"; + +/* Label indicating that a form input is optional. */ +"optional" = "选填"; + +/* Button to pay a Lightning invoice. */ +"Pay" = "支付"; + +/* Navigation bar title for view to pay Lightning invoice. */ +"Pay the Lightning invoice" = "支付闪电发票"; + +/* Dropdown option label for Lightning wallet, Phoenix. */ +"Phoenix" = "Phoenix"; + +/* Button to post a note. */ +"Post" = "发布"; + +/* 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" = "该推文来自已拉黑用户"; + +/* Label for filter for seeing only posts (instead of posts and replies). */ +"Posts" = "推文"; + +/* Label for filter for seeing posts and replies (instead of only posts). */ +"Posts & Replies" = "推文与回复"; + +/* 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" = "私密"; + +/* Title of the secure field that holds the user's private key. */ +"Private Key" = "私钥"; + +/* Sidebar menu label for Profile view. */ +"Profile" = "我的档案"; + +/* Label for Profile Picture section of user profile form. */ +"Profile Picture" = "头像"; + +/* Section title for the user's public account ID. */ +"Public Account ID" = "公开账号ID"; + +/* Label indicating that the text is a user's public account key. */ +"Public key" = "公钥Public Key"; + +/* Label indicating that the text is a user's public account key. */ +"Public Key" = "公钥Public Key"; + +/* Prompt to ask user if the key they entered is a public key. */ +"Public Key?" = "输入的是公钥Public Key吗?"; + +/* Navigation bar title for Reactions view. */ +"Reactions" = "回应"; + +/* Section title for recommend relay servers that could be added as part of configuration */ +"Recommended Relays" = "推荐的中继器"; + +/* Button to reject the end user license agreement, which disallows the user from being let into the app. */ +"Reject" = "拒绝"; + +/* Text field for relay server. Used for testing purposes. */ +"Relay" = "中继器"; + +/* Sidebar menu label for Relay servers view + Sidebar menu label for Relays view. */ +"Relays" = "中继器"; + +/* 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!" = "已通知中继器。其他用户将可以使用该信息过滤内容。谢谢!"; + +/* Button label to remove all participants from a note reply. */ +"Remove all" = "移除全部"; + +/* Label to indicate that the user is replying to themself. */ +"Reply to self" = "自回复"; + +/* Label to indicate that the user is replying to 2 users. */ +"Replying to %@ & %@" = "正在回复%1$@ & %2$@"; + +/* Indicating that the user is replying to the following listed people. */ +"Replying to:" = "正在回复:"; + +/* Button to report a profile. + Context menu option for reporting content. */ +"Report" = "举报"; + +/* Label indicating that the text underneath is the identifier of the report that was sent to relay servers. */ +"Report ID:" = "举报记录ID:"; + +/* Message indicating that a report was successfully sent to relay servers. */ +"Report sent!" = "举报成功!"; + +/* Button to confirm reposting a post. + Title of alert for confirming to repost a post. */ +"Repost" = "转发"; + +/* Text indicating that the post was reposted (i.e. re-shared). */ +"Reposted" = "已转发"; + +/* Navigation bar title for Reposts view. */ +"Reposts" = "转发"; + +/* 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" = "请求"; + +/* Button to retry completing account creation after an error occurred. */ +"Retry" = "重试"; + +/* 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" = "保存"; + +/* Context menu option to save an image. */ +"Save Image" = "保存图片"; + +/* Navigation link to search hashtag. */ +"Search hashtag: #%@" = "热搜词:#%@"; + +/* Placeholder text to prompt entry of search query. */ +"Search..." = "搜索..."; + +/* Section title for user's secret account login key. */ +"Secret Account Login Key" = "账户私钥"; + +/* Title of section for selecting a Lightning wallet to pay a Lightning invoice. */ +"Select a Lightning wallet" = "选择一个闪电钱包"; + +/* Prompt selection of user's default wallet */ +"Select default wallet" = "选择默认钱包"; + +/* Text prompt for user to send a message to the other user. */ +"Send a message to start the conversation..." = "发送信息来开启聊天吧..."; + +/* Prompt selection of LibreTranslate server to perform machine translations on notes */ +"Server" = "服务器"; + +/* Navigation title for Settings view. + Sidebar menu label for accessing the app settings */ +"Settings" = "设置"; + +/* Button to share an image. + Button to share the link to a profile. */ +"Share" = "分享"; + +/* Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key. */ +"Show" = "显示"; + +/* Button to hide the LibreTranslate server API key. */ +"Show API Key" = "显示API Key"; + +/* Toggle to show or hide selection of wallet. */ +"Show wallet selector" = "显示钱包选择"; + +/* Sidebar menu label to sign out of the account. */ +"Sign out" = "登出"; + +/* Dropdown option label for Lightning wallet, Strike. */ +"Strike" = "Strike"; + +/* Button to close out of alert that informs that the action to block a user was successful. */ +"Thanks!" = "谢谢!"; + +/* Button for user to report that the account is impersonating someone. */ +"They are impersonating someone" = "抄袭模仿他人"; + +/* 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." = "这是一个公钥。您无法使用公钥发布推文或进行其他交互。您只可以从该用户视角查看此账户。"; + +/* 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." = "这是一个老式nostr key。系统无法确定这是公钥还是私钥。如果是公钥,请点击下面的按钮切换。"; + +/* 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." = "这是您的账号ID。您可以把账号ID分享给朋友来邀请他们关注您。点击复制"; + +/* 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!" = "这是您的秘密私钥。您需要用这个私钥来访问您的账户。您可以用密码管理器或者其他安全的方式保管您的私钥。切记不要把私钥透露给任何人!"; + +/* Navigation bar title for note thread. + Navigation bar title for threaded event detail view. */ +"Thread" = "推文链"; + +/* Button to translate note from different language. */ +"Translate Note" = "翻译推文"; + +/* Button to indicate that the note has been translated from a different language. */ +"Translated from (lang)" = "翻译自 (lang)"; + +/* Button to indicate that the note is in the process of being translated from a different language. */ +"Translating from (lang)..." = "正在从(lang)翻译..."; + +/* No comment provided by engineer. */ +"Type DELETE to delete" = "输入 DELETE 以删除"; + +/* 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" = "取消关注"; + +/* 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" = "取消关注"; + +/* Label to indicate that the user is in the process of unfollowing another user. */ +"Unfollowing..." = "取消关注..."; + +/* Text to indicate that the button next to it is in a state that will unfollow a profile when tapped. */ +"Unfollows" = "取消关注"; + +/* Example URL to LibreTranslate server */ +"URL" = "URL"; + +/* Alert message to indicate the user has been blocked */ +"User blocked" = "用户已被拉黑"; + +/* Alert message that informs a user was blocked. */ +"User has been blocked" = "用户已被拉黑"; + +/* Label for Username section of user profile form. + Label to prompt username entry. */ +"Username" = "用户名"; + +/* Sidebar menu label for Wallet view. */ +"Wallet" = "钱包"; + +/* Dropdown option label for Lightning wallet, Wallet of Satoshi. */ +"Wallet of Satoshi" = "Wallet of Satoshi"; + +/* Section title for selection of wallet. */ +"Wallet Selector" = "选择钱包"; + +/* Label for Website section of user profile form. */ +"Website" = "网站"; + +/* Welcoming message to the reader. The variable is 'you', the reader. */ +"Welcome to the social network %@ control." = "欢迎来到由%@控制的社交网络。"; + +/* Text to welcome user. */ +"Welcome, %@!" = "欢迎,%@!"; + +/* Header text to prompt user what issue they want to report. */ +"What do you want to report?" = "您希望举报什么问题?"; + +/* 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" = "确定覆盖"; + +/* 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" = "你"; + +/* Label for Your Name section of user profile form. */ +"Your Name" = "名字"; + +/* 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" = "您的举报将被发送到您已连接的中继器上"; + +/* 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/zh-CN.lproj/Localizable.stringsdict b/damus/zh-CN.lproj/Localizable.stringsdict @@ -0,0 +1,222 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>collapsed_event_view_other_notes</key> + <dict> + <key>NOTES</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>%d other notes</string> + <key>many</key> + <string>%d other notes</string> + <key>one</key> + <string>%d 条更多推文</string> + <key>other</key> + <string>%d 条更多推文</string> + <key>two</key> + <string>%d other notes</string> + <key>zero</key> + <string>%d other notes</string> + </dict> + <key>NSStringLocalizedFormatKey</key> + <string>··· %#@NOTES@ ···</string> + </dict> + <key>followers_count</key> + <dict> + <key>FOLLOWERS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>Followers</string> + <key>many</key> + <string>Followers</string> + <key>one</key> + <string>粉丝</string> + <key>other</key> + <string>粉丝</string> + <key>two</key> + <string>Followers</string> + <key>zero</key> + <string>Followers</string> + </dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@FOLLOWERS@</string> + </dict> + <key>reactions_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@REACTIONS@</string> + <key>REACTIONS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>Reactions</string> + <key>many</key> + <string>Reactions</string> + <key>one</key> + <string>回应</string> + <key>other</key> + <string>回应</string> + <key>two</key> + <string>Reactions</string> + <key>zero</key> + <string>Reactions</string> + </dict> + </dict> + <key>relays_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@RELAYS@</string> + <key>RELAYS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>Relays</string> + <key>many</key> + <string>Relays</string> + <key>one</key> + <string>中继器</string> + <key>other</key> + <string>中继器</string> + <key>two</key> + <string>Relays</string> + <key>zero</key> + <string>Relays</string> + </dict> + </dict> + <key>replying_to_one_and_others</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>正在回复%@%#@OTHERS@</string> + <key>OTHERS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string> &amp; %d others</string> + <key>many</key> + <string> &amp; %d others</string> + <key>one</key> + <string> &amp; %d 个其他用户</string> + <key>other</key> + <string> &amp; %d 个其他用户</string> + <key>two</key> + <string> &amp; %d others</string> + <key>zero</key> + <string></string> + </dict> + </dict> + <key>replying_to_two_and_others</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>正在回复%@, %@%#@OTHERS@</string> + <key>OTHERS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string> &amp; %d others</string> + <key>many</key> + <string> &amp; %d others</string> + <key>one</key> + <string> &amp; %d 个其他用户</string> + <key>other</key> + <string> &amp; %d 个其他用户</string> + <key>two</key> + <string> &amp; %d others</string> + <key>zero</key> + <string></string> + </dict> + </dict> + <key>reposts_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@REPOSTS@</string> + <key>REPOSTS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>Reposts</string> + <key>many</key> + <string>Reposts</string> + <key>one</key> + <string>转发</string> + <key>other</key> + <string>转发</string> + <key>two</key> + <string>Reposts</string> + <key>zero</key> + <string>Reposts</string> + </dict> + </dict> + <key>sats_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%1$#@SATS@</string> + <key>SATS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>@</string> + <key>few</key> + <string>%2$@ sats</string> + <key>many</key> + <string>%2$@ sats</string> + <key>one</key> + <string>%2$@ sat</string> + <key>other</key> + <string>%2$@ sats</string> + <key>two</key> + <string>%2$@ sats</string> + <key>zero</key> + <string>%2$@ sats</string> + </dict> + </dict> + <key>zaps_count</key> + <dict> + <key>NSStringLocalizedFormatKey</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> + <dict> + <key>NSStringFormatSpecTypeKey</key> + <string>NSStringPluralRuleType</string> + <key>NSStringFormatValueTypeKey</key> + <string>d</string> + <key>few</key> + <string>Zaps</string> + <key>many</key> + <string>Zaps</string> + <key>one</key> + <string>Zap</string> + <key>other</key> + <string>Zaps</string> + <key>two</key> + <string>Zaps</string> + <key>zero</key> + <string>Zaps</string> + </dict> + </dict> +</dict> +</plist> diff --git a/translations/ar.xliff b/translations/ar.xliff @@ -38,14 +38,13 @@ <source>%@</source> <target>%@</target> - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> + <note>Abbreviated version of a nostr public key.</note> </trans-unit> <trans-unit id="%@ %@" xml:space="preserve"> <source>%@ %@</source> <target>%@ %@</target> - <note>Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> </trans-unit> <trans-unit id="%@ has been blocked" xml:space="preserve"> @@ -76,7 +75,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi <source>%lld</source> <target>%lld</target> - <note>Number of tip payments on a post. + <note>Number of zap payments on a post. Number of profiles a user is following.</note> </trans-unit> <trans-unit id="%lld/%lld" xml:space="preserve"> @@ -283,6 +282,7 @@ Number of profiles a user is following.</note> Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user.</note> </trans-unit> <trans-unit id="Cash App" xml:space="preserve"> @@ -418,12 +418,6 @@ Number of profiles a user is following.</note> <note>Dropdown option for selecting a custom translation server.</note> </trans-unit> - <trans-unit id="DM Type" xml:space="preserve"> - <source>DM Type</source> - <target>خيار العرض</target> - - <note>DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message.</note> - </trans-unit> <trans-unit id="DMs" xml:space="preserve"> <source>DMs</source> <target>الرسائل الخاصة</target> @@ -447,8 +441,21 @@ Number of profiles a user is following.</note> <source>Delete</source> <target>حذف</target> - <note>Button to delete a relay server that the user connects to. - Button to remove a user from their blocklist.</note> + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + + <note>Alert message to indicate this is a deleted account</note> </trans-unit> <trans-unit id="Dismiss" xml:space="preserve"> <source>Dismiss</source> @@ -510,12 +517,6 @@ Number of profiles a user is following.</note> <note>Error message indicating why saving keys failed.</note> </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>اختيار المحتوى</target> - - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> <trans-unit id="Follow" xml:space="preserve"> <source>Follow</source> <target>متابعة</target> @@ -656,7 +657,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Alert for logging out the user. Button for logging out the user. - Button to logout the user.</note> + Button to close the alert that informs that the current account has been deleted.</note> </trans-unit> <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> @@ -676,6 +677,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Label for NIP-05 Verification section of user profile form.</note> </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> <source>No block list found, create a new one? This will overwrite any previous block lists.</source> <target>لم نعثر على قائمة حظر. هل تريد انشاء قائمة جديدة؟ سيتم استبدال أي قوائم سابقة ان وجدت</target> @@ -688,6 +694,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Dropdown option for selecting no translation server.</note> </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> <source>Nothing to see here. Check back later!</source> <target>لا جديد في هذه اللحظة. يرجى المعاودة لاحقا!</target> @@ -824,7 +835,8 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>Relays</source> <target>موصّلات</target> - <note>Sidebar menu label for Relay servers view</note> + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> </trans-unit> <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> @@ -900,12 +912,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>تسجيل الخروج</target> - - <note>Section title for resetting the user</note> - </trans-unit> <trans-unit id="Retry" xml:space="preserve"> <source>Retry</source> <target>اعادة المحاولة</target> @@ -974,7 +980,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Server" xml:space="preserve"> <source>Server</source> - <target>سيرفر</target> + <target>خادم</target> <note>Prompt selection of LibreTranslate server to perform machine translations on notes</note> </trans-unit> @@ -1013,7 +1019,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Sign out" xml:space="preserve"> <source>Sign out</source> - <target>تسجيل الخروج</target> + <target>خروج</target> <note>Sidebar menu label to sign out of the account.</note> </trans-unit> @@ -1072,12 +1078,22 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Button to translate note from different language.</note> </trans-unit> - <trans-unit id="Translated from (languageName!)" xml:space="preserve"> - <source>Translated from (languageName!)</source> - <target>مُترجَم من (languageName!)</target> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + <target>مُترجَم من (lang)</target> <note>Button to indicate that the note has been translated from a different language.</note> </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + + <note>No comment provided by engineer.</note> + </trans-unit> <trans-unit id="Type your post here..." xml:space="preserve"> <source>Type your post here...</source> <target>اكتب المنشور هنا...</target> @@ -1118,7 +1134,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>User blocked</source> <target>الحساب محظور</target> - <note>Alert message to indicate</note> + <note>Alert message to indicate the user has been blocked</note> </trans-unit> <trans-unit id="User has been blocked" xml:space="preserve"> <source>User has been blocked</source> @@ -1181,6 +1197,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text of button that confirms to overwrite the existing mutelist.</note> </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="Your Name" xml:space="preserve"> <source>Your Name</source> <target>الاسم</target> @@ -1301,12 +1322,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats. (Key in .stringsdict)</note> </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>tips_count</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> <trans-unit id="u{00A0}" xml:space="preserve"> <source>u{00A0}</source> <target>u{00A0}</target> @@ -1325,6 +1340,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>No comment provided by engineer.</note> + </trans-unit> </body> </file> <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="ar" datatype="plaintext"> @@ -1484,23 +1511,21 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats.</note> </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@TIPS@</target> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>اكرامية</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>اكراميات</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> </body> </file> diff --git a/translations/de.xliff b/translations/de.xliff @@ -18,7 +18,7 @@ </trans-unit> <trans-unit id="NSPhotoLibraryAddUsageDescription" xml:space="preserve"> <source>Granting Damus access to your photos allows you to save images.</source> - <target>Zum Speichern von Bildern braucht Damus Zugriff auf deine Fotos</target> + <target>Zum Speichern von Bildern braucht Damus Zugriff auf deine Fotos.</target> <note>Privacy - Photo Library Additions Usage Description</note> </trans-unit> @@ -38,14 +38,13 @@ <source>%@</source> <target>%@</target> - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> + <note>Abbreviated version of a nostr public key.</note> </trans-unit> <trans-unit id="%@ %@" xml:space="preserve"> <source>%@ %@</source> <target>%@ %@</target> - <note>Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> </trans-unit> <trans-unit id="%@ has been blocked" xml:space="preserve"> @@ -62,7 +61,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi </trans-unit> <trans-unit id="%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" xml:space="preserve"> <source>%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs</source> - <target>%@. Ende-zu-Ende verschlüsselter privater Nachrichtenaustausch. Halte Big Tech aus deinen PNs heraus</target> + <target>%@. Ende-zu-Ende-verschlüsselter, privater Nachrichtenaustausch. Halte Big Tech aus deinen PNs heraus.</target> <note>Explanation of what is done to keep private data encrypted. There is a heading that precedes this explanation which is a variable to this string.</note> </trans-unit> @@ -76,7 +75,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi <source>%lld</source> <target>%lld</target> - <note>Number of tip payments on a post. + <note>Number of zap payments on a post. Number of profiles a user is following.</note> </trans-unit> <trans-unit id="%lld/%lld" xml:space="preserve"> @@ -190,7 +189,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Are you sure you want to repost this?" xml:space="preserve"> <source>Are you sure you want to repost this?</source> - <target>Bist du sicher dass Du den Beitrag teilen möchtest?</target> + <target>Bist du sicher, dass Du den Beitrag teilen möchtest?</target> <note>Alert message to ask if user wants to repost a post.</note> </trans-unit> @@ -283,6 +282,7 @@ Number of profiles a user is following.</note> Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user.</note> </trans-unit> <trans-unit id="Cash App" xml:space="preserve"> @@ -418,12 +418,6 @@ Number of profiles a user is following.</note> <note>Dropdown option for selecting a custom translation server.</note> </trans-unit> - <trans-unit id="DM Type" xml:space="preserve"> - <source>DM Type</source> - <target>PN Typ</target> - - <note>DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message.</note> - </trans-unit> <trans-unit id="DMs" xml:space="preserve"> <source>DMs</source> <target>PNs</target> @@ -447,8 +441,21 @@ Number of profiles a user is following.</note> <source>Delete</source> <target>Löschen</target> - <note>Button to delete a relay server that the user connects to. - Button to remove a user from their blocklist.</note> + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + + <note>Alert message to indicate this is a deleted account</note> </trans-unit> <trans-unit id="Dismiss" xml:space="preserve"> <source>Dismiss</source> @@ -510,12 +517,6 @@ Number of profiles a user is following.</note> <note>Error message indicating why saving keys failed.</note> </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>Filter Einstellung</target> - - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> <trans-unit id="Follow" xml:space="preserve"> <source>Follow</source> <target>Folgen</target> @@ -524,7 +525,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Followers" xml:space="preserve"> <source>Followers</source> - <target>Gefolgte:r</target> + <target>Follower</target> <note>Label describing followers of a user.</note> </trans-unit> @@ -615,7 +616,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Let's go!" xml:space="preserve"> <source>Let's go!</source> - <target>Los gehts!</target> + <target>Los geht’s!</target> <note>Button to complete account creation and start using the app.</note> </trans-unit> @@ -656,7 +657,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Alert for logging out the user. Button for logging out the user. - Button to logout the user.</note> + Button to close the alert that informs that the current account has been deleted.</note> </trans-unit> <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> @@ -676,6 +677,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Label for NIP-05 Verification section of user profile form.</note> </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> <source>No block list found, create a new one? This will overwrite any previous block lists.</source> <target>Es wurde keine Blockier-Liste gefunden, soll eine neue erzeugt werden? Dies überschreibt eventuelle frühere Blockier-Listen.</target> @@ -688,9 +694,14 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Dropdown option for selecting no translation server.</note> </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> <source>Nothing to see here. Check back later!</source> - <target>Hier gibts nichts zu sehen. Schau später wieder vorbei!</target> + <target>Hier gibt es nichts zu sehen. Schau später wieder vorbei!</target> <note>Indicates that there are no notes in the timeline to view.</note> </trans-unit> @@ -824,7 +835,8 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>Relays</source> <target>Relays</target> - <note>Sidebar menu label for Relay servers view</note> + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> </trans-unit> <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> @@ -900,12 +912,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>Zurücksetzen</target> - - <note>Section title for resetting the user</note> - </trans-unit> <trans-unit id="Retry" xml:space="preserve"> <source>Retry</source> <target>Erneut versuchen</target> @@ -1043,7 +1049,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key." xml:space="preserve"> <source>This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key.</source> - <target>Dies ist ein nostr-Schlüsse im veralteten Format. Wir sind nicht sicher ob es ein öffentlicher Schlüssel oder ein privater Schlüssel ist. Bitte betätige die untenstehende Schaltfläche wenn es ein öffentlicher Schlüssel ist.</target> + <target>Dies ist ein Nostr-Schlüssel im veralteten Format. Wir sind nicht sicher ob es ein öffentlicher Schlüssel oder ein privater Schlüssel ist. Bitte betätige die untenstehende Schaltfläche wenn es ein öffentlicher Schlüssel ist.</target> <note>Warning that the inputted account key for login is an old-style and asking user to verify if it is a public key.</note> </trans-unit> @@ -1072,12 +1078,22 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Button to translate note from different language.</note> </trans-unit> - <trans-unit id="Translated from (languageName!)" xml:space="preserve"> - <source>Translated from (languageName!)</source> - <target>Übersetzt aus (languageName!)</target> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + <target>Übersetzt aus (lang)</target> <note>Button to indicate that the note has been translated from a different language.</note> </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + + <note>No comment provided by engineer.</note> + </trans-unit> <trans-unit id="Type your post here..." xml:space="preserve"> <source>Type your post here...</source> <target>Schreibe deinen Beitrag hier...</target> @@ -1118,7 +1134,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>User blocked</source> <target>Benutzer blockiert</target> - <note>Alert message to indicate</note> + <note>Alert message to indicate the user has been blocked</note> </trans-unit> <trans-unit id="User has been blocked" xml:space="preserve"> <source>User has been blocked</source> @@ -1181,6 +1197,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text of button that confirms to overwrite the existing mutelist.</note> </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="Your Name" xml:space="preserve"> <source>Your Name</source> <target>Dein Name</target> @@ -1301,12 +1322,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats. (Key in .stringsdict)</note> </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>tips_count</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> <trans-unit id="u{00A0}" xml:space="preserve"> <source>u{00A0}</source> <target>u{00A0}</target> @@ -1325,6 +1340,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>No comment provided by engineer.</note> + </trans-unit> </body> </file> <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="de" datatype="plaintext"> @@ -1352,7 +1379,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="/followers_count:dict/FOLLOWERS:dict/one:dict/:string" xml:space="preserve"> <source>Follower</source> - <target>Gefolgte:r</target> + <target>Follower</target> <note>Part of a larger sentence to describe how many people are following a user.</note> </trans-unit> @@ -1484,23 +1511,21 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats.</note> </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@TIPS@</target> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>Trinkgeld</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>Trinkgelder</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> </body> </file> diff --git a/translations/de_AT.xliff b/translations/de_AT.xliff @@ -1,1507 +0,0 @@ -<?xml version="1.0" ?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd"> - <file original="damus/en-US.lproj/InfoPlist.strings" source-language="en-US" target-language="de-AT" datatype="plaintext"> - <header> - <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> - </header> - <body> - <trans-unit id="CFBundleDisplayName" xml:space="preserve"> - <source>Damus</source> - <target>Damus</target> - - <note>Bundle display name</note> - </trans-unit> - <trans-unit id="CFBundleName" xml:space="preserve"> - <source>damus</source> - <target>damus</target> - - <note>Bundle name</note> - </trans-unit> - <trans-unit id="NSPhotoLibraryAddUsageDescription" xml:space="preserve"> - <source>Granting Damus access to your photos allows you to save images.</source> - <target>Damus Zugriff auf deine Fotos zu gewähren erlaubt dir Bilder zu sichern.</target> - - <note>Privacy - Photo Library Additions Usage Description</note> - </trans-unit> - </body> - </file> - <file original="damus/en-US.lproj/Localizable.strings" source-language="en-US" target-language="de-AT" datatype="plaintext"> - <header> - <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> - </header> - <body> - <trans-unit id=" " xml:space="preserve"> - <source> </source> - <target>61b6edf1108e6f396680a33b02486a70_tr</target> - <note>Blank space to separate profile picture from profile editor form.</note> - </trans-unit> - <trans-unit id="%@" xml:space="preserve"> - <source>%@</source> - <target>%@</target> - - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> - </trans-unit> - <trans-unit id="%@ %@" xml:space="preserve"> - <source>%@ %@</source> - <target>%@ %@</target> - - <note>Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. -Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> - </trans-unit> - <trans-unit id="%@ has been blocked" xml:space="preserve"> - <source>%@ has been blocked</source> - <target>%@ wurde blockiert</target> - - <note>Alert message that informs a user was blocked.</note> - </trans-unit> - <trans-unit id="%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction." xml:space="preserve"> - <source>%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction.</source> - <target>%@. Ein Konto zu erstellen benötigt keine Telefonnummer, Emailadresse oder Namen. Fang jetzt gleich ganz reibungslos an.</target> - - <note>Explanation of what is done to keep personally identifiable information private. There is a heading that precedes this explanation which is a variable to this string.</note> - </trans-unit> - <trans-unit id="%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" xml:space="preserve"> - <source>%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs</source> - <target>%@. End-zu-End verschlüsselter privater Nachrichtenaustausch. Halte Tech-Riesen aus deinen PNs heraus</target> - - <note>Explanation of what is done to keep private data encrypted. There is a heading that precedes this explanation which is a variable to this string.</note> - </trans-unit> - <trans-unit id="%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet." xml:space="preserve"> - <source>%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet.</source> - <target>%@. Belohne Beiträge deiner Freunde und sammle Sats mit Bitcoin⚡️, der eigenen Währung des Internets.</target> - - <note>Explanation of what can be done by users to earn money. There is a heading that precedes this explanation which is a variable to this string.</note> - </trans-unit> - <trans-unit id="%lld" xml:space="preserve"> - <source>%lld</source> - <target>%lld</target> - - <note>Number of tip payments on a post. -Number of profiles a user is following.</note> - </trans-unit> - <trans-unit id="%lld/%lld" xml:space="preserve"> - <source>%lld/%lld</source> - <target>%lld/%lld</target> - - <note>Fraction of how many of the user's relay servers that are operational.</note> - </trans-unit> - <trans-unit id="'%@' at '%@' will be used for verification" xml:space="preserve"> - <source>'%@' at '%@' will be used for verification</source> - <target>'%@' bei '%@' wird zur Verifizierung benutzt werden.</target> - - <note>Description of how the nip05 identifier would be used for verification.</note> - </trans-unit> - <trans-unit id="'%@' is an invalid NIP-05 identifier. It should look like an email." xml:space="preserve"> - <source>'%@' is an invalid NIP-05 identifier. It should look like an email.</source> - <target>%@' ist kein gülter NIP-05 identifier. Dieser sollte wie eine email aussehen. </target> - - <note>Description of why the nip05 identifier is invalid.</note> - </trans-unit> - <trans-unit id="(Profile.displayName(profile: profile, pubkey: whos))'s Followers" xml:space="preserve"> - <source>(Profile.displayName(profile: profile, pubkey: whos))'s Followers</source> - <target>(Profile.displayName(profile: profile, pubkey: whos)) Gefolgte</target> - - <note>Navigation bar title for view that shows who is following a user.</note> - </trans-unit> - <trans-unit id="(who) following" xml:space="preserve"> - <source>(who) following</source> - <target>(who) folgt</target> - - <note>Navigation bar title for view that shows who a user is following.</note> - </trans-unit> - <trans-unit id="&lt; e &gt;" xml:space="preserve"> - <source>&lt; e &gt;</source> - <target>&lt; e &gt;</target> - - <note>Placeholder for event mention.</note> - </trans-unit> - <trans-unit id="@" xml:space="preserve"> - <source>@</source> - <target>@</target> - - <note>Prefix character to username.</note> - </trans-unit> - <trans-unit id="API Key (optional)" xml:space="preserve"> - <source>API Key (optional)</source> - <target>API Schlüssel (optional)</target> - - <note>Example URL to LibreTranslate server</note> - </trans-unit> - <trans-unit id="About" xml:space="preserve"> - <source>About</source> - <target>Über</target> - - <note>Label to prompt for about text entry for user to describe about themself.</note> - </trans-unit> - <trans-unit id="About Me" xml:space="preserve"> - <source>About Me</source> - <target>Über mich</target> - - <note>Label for About Me section of user profile form.</note> - </trans-unit> - <trans-unit id="Absolute Boss" xml:space="preserve"> - <source>Absolute Boss</source> - <target>Absoluter Macher</target> - - <note>Placeholder text for About Me description.</note> - </trans-unit> - <trans-unit id="Accept" xml:space="preserve"> - <source>Accept</source> - <target>Zustimmen</target> - - <note>Button to accept the end user license agreement before being allowed into the app.</note> - </trans-unit> - <trans-unit id="Account ID" xml:space="preserve"> - <source>Account ID</source> - <target>Konto ID</target> - - <note>Label to indicate the public ID of the account.</note> - </trans-unit> - <trans-unit id="Actions" xml:space="preserve"> - <source>Actions</source> - <target>Handlungen</target> - - <note>Title for confirmation dialog to either share, report, or block a profile.</note> - </trans-unit> - <trans-unit id="Add" xml:space="preserve"> - <source>Add</source> - <target>Hinzufügen</target> - - <note>Button to add recommended relay server. - Button to confirm adding user inputted relay.</note> - </trans-unit> - <trans-unit id="Add Relay" xml:space="preserve"> - <source>Add Relay</source> - <target>Relay hinzufügen</target> - - <note>Label for section for adding a relay server.</note> - </trans-unit> - <trans-unit id="Add all" xml:space="preserve"> - <source>Add all</source> - <target>Alle hinzufügen</target> - - <note>Button label to re-add all original participants as profiles to reply to in a note</note> - </trans-unit> - <trans-unit id="Any" xml:space="preserve"> - <source>Any</source> - <target>beliebig</target> - - <note>Any amount of sats</note> - </trans-unit> - <trans-unit id="Are you sure you want to repost this?" xml:space="preserve"> - <source>Are you sure you want to repost this?</source> - <target>Bist du sicher dass Du den Beitrag auf deinem Profil teilen möchtest?</target> - - <note>Alert message to ask if user wants to repost a post.</note> - </trans-unit> - <trans-unit id="Banner Image" xml:space="preserve"> - <source>Banner Image</source> - <target>Bannerbild</target> - - <note>Label for Banner Image section of user profile form.</note> - </trans-unit> - <trans-unit id="Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus." xml:space="preserve"> - <source>Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus.</source> - <target>Bevor wir anfangen, Du wirst deine Kontodaten sichern müssen, sonst wirst du dich in der Zukunft nicht mehr anmelden können wenn du Damus jemals deinstallierst.</target> - - <note>Reminder to user that they should save their account information.</note> - </trans-unit> - <trans-unit id="Bitcoin Beach" xml:space="preserve"> - <source>Bitcoin Beach</source> - <target>Bitcoin Beach</target> - - <note>Dropdown option label for Lightning wallet, Bitcoin Beach.</note> - </trans-unit> - <trans-unit id="Bitcoin Lightning Tips" xml:space="preserve"> - <source>Bitcoin Lightning Tips</source> - <target>Bitcoin Lightning Zahlungen</target> - - <note>Label for Bitcoin Lightning Tips section of user profile form.</note> - </trans-unit> - <trans-unit id="Blixt Wallet" xml:space="preserve"> - <source>Blixt Wallet</source> - <target>Blixt Wallet</target> - - <note>Dropdown option label for Lightning wallet, Blixt Wallet</note> - </trans-unit> - <trans-unit id="Block" xml:space="preserve"> - <source>Block</source> - <target>Blockieren</target> - - <note>Alert button to block a user. - Button to block a profile. - Context menu option for blocking users.</note> - </trans-unit> - <trans-unit id="Block %@?" xml:space="preserve"> - <source>Block %@?</source> - <target>%@ blockieren?</target> - - <note>Alert message prompt to ask if a user should be blocked.</note> - </trans-unit> - <trans-unit id="Block User" xml:space="preserve"> - <source>Block User</source> - <target>Benutzer blockieren</target> - - <note>Title of alert for blocking a user.</note> - </trans-unit> - <trans-unit id="Blocked" xml:space="preserve"> - <source>Blocked</source> - <target>Blockiert</target> - - <note>Sidebar menu label for Profile view.</note> - </trans-unit> - <trans-unit id="Blocked Users" xml:space="preserve"> - <source>Blocked Users</source> - <target>Blockierte Benutzer</target> - - <note>Navigation title of view to see list of blocked users.</note> - </trans-unit> - <trans-unit id="Blue Wallet" xml:space="preserve"> - <source>Blue Wallet</source> - <target>Blue Wallet</target> - - <note>Dropdown option label for Lightning wallet, Blue Wallet.</note> - </trans-unit> - <trans-unit id="Breez" xml:space="preserve"> - <source>Breez</source> - <target>Breez</target> - - <note>Dropdown option label for Lightning wallet, Breez.</note> - </trans-unit> - <trans-unit id="Broadcast" xml:space="preserve"> - <source>Broadcast</source> - <target>Senden</target> - - <note>Context menu option for broadcasting the user's note to all of the user's connected relay servers.</note> - </trans-unit> - <trans-unit id="Cancel" xml:space="preserve"> - <source>Cancel</source> - <target>Abbrechen</target> - - <note>Alert button to cancel out of alert for blocking a user. - Button to cancel out of alert that creates a new mutelist. - Button to cancel out of posting a note. - Button to cancel out of reposting a post. - Button to cancel out of view adding user inputted relay. - Cancel out of logging out the user.</note> - </trans-unit> - <trans-unit id="Cash App" xml:space="preserve"> - <source>Cash App</source> - <target>Cash App</target> - - <note>Dropdown option label for Lightning wallet, Cash App.</note> - </trans-unit> - <trans-unit id="Chat" xml:space="preserve"> - <source>Chat</source> - <target>Unterhaltungen</target> - - <note>Navigation bar title for Chatroom view.</note> - </trans-unit> - <trans-unit id="Clear" xml:space="preserve"> - <source>Clear</source> - <target>Löschen</target> - - <note>Button for clearing cached data.</note> - </trans-unit> - <trans-unit id="Clear Cache" xml:space="preserve"> - <source>Clear Cache</source> - <target>Zwischenspeicher löschen</target> - - <note>Section title for clearing cached data.</note> - </trans-unit> - <trans-unit id="Copied" xml:space="preserve"> - <source>Copied</source> - <target>Kopiert</target> - - <note>Label indicating that a user's key was copied.</note> - </trans-unit> - <trans-unit id="Copy" xml:space="preserve"> - <source>Copy</source> - <target>Kopieren</target> - - <note>Button to copy a relay server address.</note> - </trans-unit> - <trans-unit id="Copy Account ID" xml:space="preserve"> - <source>Copy Account ID</source> - <target>Konto ID kopieren</target> - - <note>Context menu option for copying the ID of the account that created the note.</note> - </trans-unit> - <trans-unit id="Copy Image" xml:space="preserve"> - <source>Copy Image</source> - <target>Bild kopieren</target> - - <note>Context menu option to copy an image into clipboard. - Context menu option to copy an image to clipboard.</note> - </trans-unit> - <trans-unit id="Copy Image URL" xml:space="preserve"> - <source>Copy Image URL</source> - <target>Bild URL kopieren</target> - - <note>Context menu option to copy the URL of an image into clipboard.</note> - </trans-unit> - <trans-unit id="Copy LNURL" xml:space="preserve"> - <source>Copy LNURL</source> - <target>LNURL kopieren</target> - - <note>Context menu option for copying a user's Lightning URL.</note> - </trans-unit> - <trans-unit id="Copy Note ID" xml:space="preserve"> - <source>Copy Note ID</source> - <target>Notiz ID kopieren</target> - - <note>Context menu option for copying the ID of the note.</note> - </trans-unit> - <trans-unit id="Copy Note JSON" xml:space="preserve"> - <source>Copy Note JSON</source> - <target>Notiz JSON kopieren</target> - - <note>Context menu option for copying the JSON text from the note.</note> - </trans-unit> - <trans-unit id="Copy Report ID" xml:space="preserve"> - <source>Copy Report ID</source> - <target>Meldungs-ID kopieren</target> - - <note>Button to copy report ID.</note> - </trans-unit> - <trans-unit id="Copy Text" xml:space="preserve"> - <source>Copy Text</source> - <target>Text kopieren</target> - - <note>Context menu option for copying the text from an note.</note> - </trans-unit> - <trans-unit id="Copy User Pubkey" xml:space="preserve"> - <source>Copy User Pubkey</source> - <target>Öffentlichen Schlüssel des Benutzers kopieren</target> - - <note>Context menu option for copying the ID of the user who created the note.</note> - </trans-unit> - <trans-unit id="Copy invoice" xml:space="preserve"> - <source>Copy invoice</source> - <target>Zahlungsdaten kopieren</target> - - <note>Title of section for copying a Lightning invoice identifier.</note> - </trans-unit> - <trans-unit id="Could not find user to block..." xml:space="preserve"> - <source>Could not find user to block...</source> - <target>Der zu blockierende Benutzer konnte nicht gefunden werden...</target> - - <note>Alert message to indicate that the blocked user could not be found.</note> - </trans-unit> - <trans-unit id="Create" xml:space="preserve"> - <source>Create</source> - <target>Erstellen</target> - - <note>Button to create account.</note> - </trans-unit> - <trans-unit id="Create Account" xml:space="preserve"> - <source>Create Account</source> - <target>Konto erstellen</target> - - <note>Button to create an account.</note> - </trans-unit> - <trans-unit id="Create new mutelist" xml:space="preserve"> - <source>Create new mutelist</source> - <target>Neue Stummschaltungsliste</target> - - <note>Title of alert prompting the user to create a new mutelist.</note> - </trans-unit> - <trans-unit id="Creator(s) of Bitcoin. Absolute legend." xml:space="preserve"> - <source>Creator(s) of Bitcoin. Absolute legend.</source> - <target>Erfinder von Bitcoin. Absolute Legende(n).</target> - - <note>Example description about Bitcoin creator(s), Satoshi Nakamoto.</note> - </trans-unit> - <trans-unit id="Custom" xml:space="preserve"> - <source>Custom</source> - <target>Auswahl</target> - - <note>Dropdown option for selecting a custom translation server.</note> - </trans-unit> - <trans-unit id="DM Type" xml:space="preserve"> - <source>DM Type</source> - <target>PN Typ</target> - - <note>DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message.</note> - </trans-unit> - <trans-unit id="DMs" xml:space="preserve"> - <source>DMs</source> - <target>PNs</target> - - <note>Navigation title for DMs view, where DM is the English abbreviation for Direct Message. - Navigation title for view of DMs, where DM is an English abbreviation for Direct Message.</note> - </trans-unit> - <trans-unit id="Damus" xml:space="preserve"> - <source>Damus</source> - <target>Damus</target> - - <note>Name of the app, shown on the first screen when user is not logged in.</note> - </trans-unit> - <trans-unit id="Default Wallet" xml:space="preserve"> - <source>Default Wallet</source> - <target>Voreingestelltes Wallet</target> - - <note>Button to pay a Lightning invoice with the user's default Lightning wallet.</note> - </trans-unit> - <trans-unit id="Delete" xml:space="preserve"> - <source>Delete</source> - <target>Löschen</target> - - <note>Button to delete a relay server that the user connects to. - Button to remove a user from their blocklist.</note> - </trans-unit> - <trans-unit id="Dismiss" xml:space="preserve"> - <source>Dismiss</source> - <target>Schließen</target> - - <note>Button to dismiss a text field alert.</note> - </trans-unit> - <trans-unit id="Display Name" xml:space="preserve"> - <source>Display Name</source> - <target>Profilname</target> - - <note>Label to prompt display name entry.</note> - </trans-unit> - <trans-unit id="Done" xml:space="preserve"> - <source>Done</source> - <target>Fertig</target> - - <note>Button to dismiss wallet selection view for paying Lightning invoice.</note> - </trans-unit> - <trans-unit id="EULA" xml:space="preserve"> - <source>EULA</source> - <target>Endbenutzer-Lizenzvereinbarung</target> - - <note>Label indicating that the below text is the EULA, an acronym for End User License Agreement.</note> - </trans-unit> - <trans-unit id="Earn Money" xml:space="preserve"> - <source>Earn Money</source> - <target>Verdiene Geld</target> - - <note>Heading indicating that this application allows users to earn money.</note> - </trans-unit> - <trans-unit id="Edit" xml:space="preserve"> - <source>Edit</source> - <target>Bearbeiten</target> - - <note>Button to edit user's profile.</note> - </trans-unit> - <trans-unit id="Edit participants" xml:space="preserve"> - <source>Edit participants</source> - <target>Teilnehmer editieren</target> - - <note>Text indicating that the view is used for editing which participants are replied to in a note.</note> - </trans-unit> - <trans-unit id="Encrypted" xml:space="preserve"> - <source>Encrypted</source> - <target>Verschlüsselt</target> - - <note>Heading indicating that this application keeps private messaging end-to-end encrypted.</note> - </trans-unit> - <trans-unit id="Enter your account key to login:" xml:space="preserve"> - <source>Enter your account key to login:</source> - <target>Gib deinen Kontoschlüssel ein um dich anzumelden:</target> - - <note>Prompt for user to enter an account key to login.</note> - </trans-unit> - <trans-unit id="Error: %@" xml:space="preserve"> - <source>Error: %@</source> - <target>Fehler: %@</target> - - <note>Error message indicating why saving keys failed.</note> - </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>Filter Einstellung</target> - - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> - <trans-unit id="Follow" xml:space="preserve"> - <source>Follow</source> - <target>Folgen</target> - - <note>Button to follow a user.</note> - </trans-unit> - <trans-unit id="Followers" xml:space="preserve"> - <source>Followers</source> - <target>Gefolgte:r</target> - - <note>Label describing followers of a user.</note> - </trans-unit> - <trans-unit id="Following" xml:space="preserve"> - <source>Following</source> - <target>Gefolgt</target> - - <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of following a profile. -Part of a larger sentence to describe how many profiles a user is following.</note> - </trans-unit> - <trans-unit id="Following..." xml:space="preserve"> - <source>Following...</source> - <target>Folge…</target> - - <note>Label to indicate that the user is in the process of following another user.</note> - </trans-unit> - <trans-unit id="Follows" xml:space="preserve"> - <source>Follows</source> - <target>Folgt</target> - - <note>Text to indicate that button next to it is in a state that will follow a profile when tapped.</note> - </trans-unit> - <trans-unit id="Global" xml:space="preserve"> - <source>Global</source> - <target>Allgemein</target> - - <note>Navigation bar title for Global view where posts from all connected relay servers appear.</note> - </trans-unit> - <trans-unit id="Goto post %@" xml:space="preserve"> - <source>Goto post %@</source> - <target>Gehe zum Beitrag %@</target> - - <note>Navigation link to go to post referenced by hex code.</note> - </trans-unit> - <trans-unit id="Goto profile %@" xml:space="preserve"> - <source>Goto profile %@</source> - <target>Gehe zum Profil %@</target> - - <note>Navigation link to go to profile.</note> - </trans-unit> - <trans-unit id="Hide" xml:space="preserve"> - <source>Hide</source> - <target>Verstecken</target> - - <note>Button to hide a post from a user who has been blocked.</note> - </trans-unit> - <trans-unit id="Hide API Key" xml:space="preserve"> - <source>Hide API Key</source> - <target>API Schlüssel verstecken</target> - - <note>Button to hide the LibreTranslate server API key.</note> - </trans-unit> - <trans-unit id="Home" xml:space="preserve"> - <source>Home</source> - <target>Heim</target> - - <note>Navigation bar title for Home view where posts and replies appear from those who the user is following.</note> - </trans-unit> - <trans-unit id="Illegal content" xml:space="preserve"> - <source>Illegal content</source> - <target>Illegaler Inhalt</target> - - <note>Button for user to report that the account or content has illegal content.</note> - </trans-unit> - <trans-unit id="Invalid key" xml:space="preserve"> - <source>Invalid key</source> - <target>Ungültiger Schlüssel</target> - - <note>Error message indicating that an invalid account key was entered for login.</note> - </trans-unit> - <trans-unit id="It's spam" xml:space="preserve"> - <source>It's spam</source> - <target>Es ist Spam</target> - - <note>Button for user to report that the account or content has spam.</note> - </trans-unit> - <trans-unit id="LNLink" xml:space="preserve"> - <source>LNLink</source> - <target>LNLink</target> - - <note>Dropdown option label for Lightning wallet, LNLink.</note> - </trans-unit> - <trans-unit id="Left Handed" xml:space="preserve"> - <source>Left Handed</source> - <target>Linkshändig</target> - - <note>Moves the post button to the left side of the screen</note> - </trans-unit> - <trans-unit id="Let's go!" xml:space="preserve"> - <source>Let's go!</source> - <target>Lass uns loslegen!</target> - - <note>Button to complete account creation and start using the app.</note> - </trans-unit> - <trans-unit id="LibreTranslate Translations" xml:space="preserve"> - <source>LibreTranslate Translations</source> - <target>LibreTranslate Übersetzungen</target> - - <note>Section title for selecting the server that hosts the LibreTranslate machine translation API.</note> - </trans-unit> - <trans-unit id="Lightning Address or LNURL" xml:space="preserve"> - <source>Lightning Address or LNURL</source> - <target>Lightning-Adresse oder LNURL</target> - - <note>Placeholder text for entry of Lightning Address or LNURL.</note> - </trans-unit> - <trans-unit id="Lightning Invoice" xml:space="preserve"> - <source>Lightning Invoice</source> - <target>Lightning-Rechnung</target> - - <note>Indicates that the view is for paying a Lightning invoice.</note> - </trans-unit> - <trans-unit id="Local default" xml:space="preserve"> - <source>Local default</source> - <target>System-Standard</target> - - <note>Dropdown option label for system default for Lightning wallet.</note> - </trans-unit> - <trans-unit id="Login" xml:space="preserve"> - <source>Login</source> - <target>Einloggen</target> - - <note>Button to log into account. - Button to log into an account.</note> - </trans-unit> - <trans-unit id="Logout" xml:space="preserve"> - <source>Logout</source> - <target>Ausloggen</target> - - <note>Alert for logging out the user. - Button for logging out the user. - Button to logout the user.</note> - </trans-unit> - <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> - <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> - <target>Stelle sicher, dass du deinen nsec-Schlüssel gespeichert hast, sonst wirst du den Zugang zu deinem Konto verlieren.</target> - - <note>Reminder message in alert to get customer to verify that their private security account key is saved saved before logging out.</note> - </trans-unit> - <trans-unit id="Muun" xml:space="preserve"> - <source>Muun</source> - <target>Muun</target> - - <note>Dropdown option label for Lightning wallet, Muun.</note> - </trans-unit> - <trans-unit id="NIP-05 Verification" xml:space="preserve"> - <source>NIP-05 Verification</source> - <target>NIP-05-Verifizierung</target> - - <note>Label for NIP-05 Verification section of user profile form.</note> - </trans-unit> - <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> - <source>No block list found, create a new one? This will overwrite any previous block lists.</source> - <target>Es wurde keine Blockier-Liste gefunden, soll eine neue erzeugt werden? Dies wird eine frühere Blockier-Liste überschreiben.</target> - - <note>Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists.</note> - </trans-unit> - <trans-unit id="None" xml:space="preserve"> - <source>None</source> - <target>Keine</target> - - <note>Dropdown option for selecting no translation server.</note> - </trans-unit> - <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> - <source>Nothing to see here. Check back later!</source> - <target>Hier gibt es nichts zu sehen. Komm später wieder vorbei!</target> - - <note>Indicates that there are no notes in the timeline to view.</note> - </trans-unit> - <trans-unit id="Notifications" xml:space="preserve"> - <source>Notifications</source> - <target>Benachrichtigungen</target> - - <note>Navigation title for notifications.</note> - </trans-unit> - <trans-unit id="Nudity or explicit content" xml:space="preserve"> - <source>Nudity or explicit content</source> - <target>Nacktheit oder anstößige Inhalte</target> - - <note>Button for user to report that the account or content has nudity or explicit content.</note> - </trans-unit> - <trans-unit id="Pay" xml:space="preserve"> - <source>Pay</source> - <target>Bezahlen</target> - - <note>Button to pay a Lightning invoice.</note> - </trans-unit> - <trans-unit id="Pay the Lightning invoice" xml:space="preserve"> - <source>Pay the Lightning invoice</source> - <target>Bezahle die Lightning-Rechnung</target> - - <note>Navigation bar title for view to pay Lightning invoice.</note> - </trans-unit> - <trans-unit id="Phoenix" xml:space="preserve"> - <source>Phoenix</source> - <target>Phoenix</target> - - <note>Dropdown option label for Lightning wallet, Phoenix.</note> - </trans-unit> - <trans-unit id="Post" xml:space="preserve"> - <source>Post</source> - <target>Veröffentlichen</target> - - <note>Button to post a note.</note> - </trans-unit> - <trans-unit id="Post from a user you've blocked" xml:space="preserve"> - <source>Post from a user you've blocked</source> - <target>Nachricht von einem/e User/in den/die Du geblockt hast</target> - - <note>Text to indicate that what is being shown is a post from a user who has been blocked.</note> - </trans-unit> - <trans-unit id="Posts" xml:space="preserve"> - <source>Posts</source> - <target>Beiträge</target> - - <note>Label for filter for seeing only posts (instead of posts and replies).</note> - </trans-unit> - <trans-unit id="Posts &amp; Replies" xml:space="preserve"> - <source>Posts &amp; Replies</source> - <target>Beiträge &amp; Antworten</target> - - <note>Label for filter for seeing posts and replies (instead of only posts).</note> - </trans-unit> - <trans-unit id="Private" xml:space="preserve"> - <source>Private</source> - <target>Privat</target> - - <note>Heading indicating that this application keeps personally identifiable information private. A sentence describing what is done to keep data private comes after this heading.</note> - </trans-unit> - <trans-unit id="Private Key" xml:space="preserve"> - <source>Private Key</source> - <target>Privater Schlüssel</target> - - <note>Title of the secure field that holds the user's private key.</note> - </trans-unit> - <trans-unit id="Profile" xml:space="preserve"> - <source>Profile</source> - <target>Profil</target> - - <note>Sidebar menu label for Profile view.</note> - </trans-unit> - <trans-unit id="Profile Picture" xml:space="preserve"> - <source>Profile Picture</source> - <target>Profilbild</target> - - <note>Label for Profile Picture section of user profile form.</note> - </trans-unit> - <trans-unit id="Public Account ID" xml:space="preserve"> - <source>Public Account ID</source> - <target>Öffentliche Konto ID</target> - - <note>Section title for the user's public account ID.</note> - </trans-unit> - <trans-unit id="Public Key" xml:space="preserve"> - <source>Public Key</source> - <target>Öffentlicher Schlüssel</target> - - <note>Label indicating that the text is a user's public account key.</note> - </trans-unit> - <trans-unit id="Public Key?" xml:space="preserve"> - <source>Public Key?</source> - <target>Öffentlicher Schlüssel?</target> - - <note>Prompt to ask user if the key they entered is a public key.</note> - </trans-unit> - <trans-unit id="Public key" xml:space="preserve"> - <source>Public key</source> - <target>Öffentlicher Schlüssel</target> - - <note>Label indicating that the text is a user's public account key.</note> - </trans-unit> - <trans-unit id="Reactions" xml:space="preserve"> - <source>Reactions</source> - <target>Reaktionen</target> - - <note>Navigation bar title for Reactions view.</note> - </trans-unit> - <trans-unit id="Recommended Relays" xml:space="preserve"> - <source>Recommended Relays</source> - <target>Empfohlene Relays</target> - - <note>Section title for recommend relay servers that could be added as part of configuration</note> - </trans-unit> - <trans-unit id="Reject" xml:space="preserve"> - <source>Reject</source> - <target>Ablehnen</target> - - <note>Button to reject the end user license agreement, which disallows the user from being let into the app.</note> - </trans-unit> - <trans-unit id="Relay" xml:space="preserve"> - <source>Relay</source> - <target>Relay</target> - - <note>Text field for relay server. Used for testing purposes.</note> - </trans-unit> - <trans-unit id="Relays" xml:space="preserve"> - <source>Relays</source> - <target>Relays</target> - - <note>Sidebar menu label for Relay servers view</note> - </trans-unit> - <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> - <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> - <target>Relays wurden benachrichtigt und Anwendungen können diese Information nutzen, um Inhalte zu filtern. Vielen Dank!</target> - - <note>Description of what was done as a result of sending a report to relay servers.</note> - </trans-unit> - <trans-unit id="Remove all" xml:space="preserve"> - <source>Remove all</source> - <target>Alle entfernen</target> - - <note>Button label to remove all participants from a note reply.</note> - </trans-unit> - <trans-unit id="Reply to self" xml:space="preserve"> - <source>Reply to self</source> - <target>Antwort an sich selbst</target> - - <note>Label to indicate that the user is replying to themself.</note> - </trans-unit> - <trans-unit id="Replying to %@ &amp; %@" xml:space="preserve"> - <source>Replying to %1$@ &amp; %2$@</source> - <target>Antwort an %1$@ &amp; %2$@</target> - - <note>Label to indicate that the user is replying to 2 users.</note> - </trans-unit> - <trans-unit id="Replying to:" xml:space="preserve"> - <source>Replying to:</source> - <target>Antwort an:</target> - - <note>Indicating that the user is replying to the following listed people.</note> - </trans-unit> - <trans-unit id="Report" xml:space="preserve"> - <source>Report</source> - <target>Melden</target> - - <note>Button to report a profile. - Context menu option for reporting content.</note> - </trans-unit> - <trans-unit id="Report ID:" xml:space="preserve"> - <source>Report ID:</source> - <target>Meldungs-ID</target> - - <note>Label indicating that the text underneath is the identifier of the report that was sent to relay servers.</note> - </trans-unit> - <trans-unit id="Report sent!" xml:space="preserve"> - <source>Report sent!</source> - <target>Meldung versandt!</target> - - <note>Message indicating that a report was successfully sent to relay servers.</note> - </trans-unit> - <trans-unit id="Repost" xml:space="preserve"> - <source>Repost</source> - <target>Selbst teilen</target> - - <note>Button to confirm reposting a post. - Title of alert for confirming to repost a post.</note> - </trans-unit> - <trans-unit id="Reposted" xml:space="preserve"> - <source>Reposted</source> - <target>Selbst geteilt</target> - - <note>Text indicating that the post was reposted (i.e. re-shared).</note> - </trans-unit> - <trans-unit id="Reposts" xml:space="preserve"> - <source>Reposts</source> - <target>Geteilte Beiträge</target> - - <note>Navigation bar title for Reposts view.</note> - </trans-unit> - <trans-unit id="Requests" xml:space="preserve"> - <source>Requests</source> - <target>Anfragen</target> - - <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> - </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>Zurücksetzen</target> - - <note>Section title for resetting the user</note> - </trans-unit> - <trans-unit id="Retry" xml:space="preserve"> - <source>Retry</source> - <target>Erneut versuchen</target> - - <note>Button to retry completing account creation after an error occurred.</note> - </trans-unit> - <trans-unit id="River" xml:space="preserve"> - <source>River</source> - <target>River</target> - - <note>Dropdown option label for Lightning wallet, River</note> - </trans-unit> - <trans-unit id="Satoshi Nakamoto" xml:space="preserve"> - <source>Satoshi Nakamoto</source> - <target>Satoshi Nakamoto</target> - - <note>Name of Bitcoin creator(s).</note> - </trans-unit> - <trans-unit id="Save" xml:space="preserve"> - <source>Save</source> - <target>Speichern</target> - - <note>Button for saving profile.</note> - </trans-unit> - <trans-unit id="Save Image" xml:space="preserve"> - <source>Save Image</source> - <target>Bild sichern</target> - - <note>Context menu option to save an image.</note> - </trans-unit> - <trans-unit id="Search hashtag: #%@" xml:space="preserve"> - <source>Search hashtag: #%@</source> - <target>Hashtag suchen: #%@</target> - - <note>Navigation link to search hashtag.</note> - </trans-unit> - <trans-unit id="Search..." xml:space="preserve"> - <source>Search...</source> - <target>Suchen...</target> - - <note>Placeholder text to prompt entry of search query.</note> - </trans-unit> - <trans-unit id="Secret Account Login Key" xml:space="preserve"> - <source>Secret Account Login Key</source> - <target>Geheimer Konto Anmeldeschlüssel</target> - - <note>Section title for user's secret account login key.</note> - </trans-unit> - <trans-unit id="Select a Lightning wallet" xml:space="preserve"> - <source>Select a Lightning wallet</source> - <target>Wähle ein Lightning Wallet</target> - - <note>Title of section for selecting a Lightning wallet to pay a Lightning invoice.</note> - </trans-unit> - <trans-unit id="Select default wallet" xml:space="preserve"> - <source>Select default wallet</source> - <target>Wähle das voreingestellte Wallet</target> - - <note>Prompt selection of user's default wallet</note> - </trans-unit> - <trans-unit id="Send a message to start the conversation..." xml:space="preserve"> - <source>Send a message to start the conversation...</source> - <target>Sende eine Nachricht um eine Unterhaltung zu beginnen...</target> - - <note>Text prompt for user to send a message to the other user.</note> - </trans-unit> - <trans-unit id="Server" xml:space="preserve"> - <source>Server</source> - <target>Server</target> - - <note>Prompt selection of LibreTranslate server to perform machine translations on notes</note> - </trans-unit> - <trans-unit id="Settings" xml:space="preserve"> - <source>Settings</source> - <target>Einstellungen</target> - - <note>Navigation title for Settings view. - Sidebar menu label for accessing the app settings</note> - </trans-unit> - <trans-unit id="Share" xml:space="preserve"> - <source>Share</source> - <target>Teilen</target> - - <note>Button to share an image. - Button to share the link to a profile.</note> - </trans-unit> - <trans-unit id="Show" xml:space="preserve"> - <source>Show</source> - <target>Anzeigen</target> - - <note>Button to show a post from a user who has been blocked. - Toggle to show or hide user's secret account login key.</note> - </trans-unit> - <trans-unit id="Show API Key" xml:space="preserve"> - <source>Show API Key</source> - <target>API Schlüssel anzeigen</target> - - <note>Button to hide the LibreTranslate server API key.</note> - </trans-unit> - <trans-unit id="Show wallet selector" xml:space="preserve"> - <source>Show wallet selector</source> - <target>Wallet-Auswahl zeigen</target> - - <note>Toggle to show or hide selection of wallet.</note> - </trans-unit> - <trans-unit id="Sign out" xml:space="preserve"> - <source>Sign out</source> - <target>Abmelden</target> - - <note>Sidebar menu label to sign out of the account.</note> - </trans-unit> - <trans-unit id="Strike" xml:space="preserve"> - <source>Strike</source> - <target>Strike</target> - - <note>Dropdown option label for Lightning wallet, Strike.</note> - </trans-unit> - <trans-unit id="Thanks!" xml:space="preserve"> - <source>Thanks!</source> - <target>Danke!</target> - - <note>Button to close out of alert that informs that the action to block a user was successful.</note> - </trans-unit> - <trans-unit id="They are impersonating someone" xml:space="preserve"> - <source>They are impersonating someone</source> - <target>Sie gibt sich für jemand anderen aus</target> - - <note>Button for user to report that the account is impersonating someone.</note> - </trans-unit> - <trans-unit id="This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective." xml:space="preserve"> - <source>This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective.</source> - <target>Dies ist ein öffentlicher Schlüssel, mit dem Sie keine Beiträge verfassen oder in irgendeiner Weise interagieren können. Er wird verwendet, um Konten aus deren Perspektive zu betrachten.</target> - - <note>Warning that the inputted account key is a public key and the result of what happens because of it.</note> - </trans-unit> - <trans-unit id="This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key." xml:space="preserve"> - <source>This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key.</source> - <target>Dies ist ein Nostr-Schlüssel im alten Format. Es ist nicht eindeutig, ob es ein öffentlicher oder privater Schlüssel ist. Bitte aktiviere die Schaltfläche unten, wenn es ein öffentlicher Schlüssel ist.</target> - - <note>Warning that the inputted account key for login is an old-style and asking user to verify if it is a public key.</note> - </trans-unit> - <trans-unit id="This is your account ID, you can give this to your friends so that they can follow you. Click to copy." xml:space="preserve"> - <source>This is your account ID, you can give this to your friends so that they can follow you. Click to copy.</source> - <target>Dies ist deine Konto-ID, die du an deine Freunde weitergeben kannst, damit sie dir folgen können. Zum Kopieren anklicken.</target> - - <note>Label to describe that a public key is the user's account ID and what they can do with it.</note> - </trans-unit> - <trans-unit id="This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!" xml:space="preserve"> - <source>This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!</source> - <target>Dies ist dein geheimer, privater Schlüssel. Du benötigst ihn, um auf dein Konto zuzugreifen. Gib den privaten Schlüssel an niemanden weiter! Speichere ihn in einem Passwort-Manager und bewahre ihn sicher auf!</target> - - <note>Label to describe that a private key is the user's secret account key and what they should do with it.</note> - </trans-unit> - <trans-unit id="Thread" xml:space="preserve"> - <source>Thread</source> - <target>Thema</target> - - <note>Navigation bar title for note thread. - Navigation bar title for threaded event detail view.</note> - </trans-unit> - <trans-unit id="Translate Note" xml:space="preserve"> - <source>Translate Note</source> - <target>Note übersetzen</target> - - <note>Button to translate note from different language.</note> - </trans-unit> - <trans-unit id="Translated from (languageName!)" xml:space="preserve"> - <source>Translated from (languageName!)</source> - <target>Übersetzt aus (languageName!)</target> - - <note>Button to indicate that the note has been translated from a different language.</note> - </trans-unit> - <trans-unit id="Type your post here..." xml:space="preserve"> - <source>Type your post here...</source> - <target>Schreibe deinen Beitrag hier...</target> - - <note>Text box prompt to ask user to type their post.</note> - </trans-unit> - <trans-unit id="URL" xml:space="preserve"> - <source>URL</source> - <target>URL</target> - - <note>Example URL to LibreTranslate server</note> - </trans-unit> - <trans-unit id="Unfollow" xml:space="preserve"> - <source>Unfollow</source> - <target>Entfolgen</target> - - <note>Button to unfollow a user.</note> - </trans-unit> - <trans-unit id="Unfollowing" xml:space="preserve"> - <source>Unfollowing</source> - <target>Entfolgen...</target> - - <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of unfollowing a profile.</note> - </trans-unit> - <trans-unit id="Unfollowing..." xml:space="preserve"> - <source>Unfollowing...</source> - <target>Entfolgen...</target> - - <note>Label to indicate that the user is in the process of unfollowing another user.</note> - </trans-unit> - <trans-unit id="Unfollows" xml:space="preserve"> - <source>Unfollows</source> - <target>Entfolgen</target> - - <note>Text to indicate that the button next to it is in a state that will unfollow a profile when tapped.</note> - </trans-unit> - <trans-unit id="User blocked" xml:space="preserve"> - <source>User blocked</source> - <target>Benutzer blockiert</target> - - <note>Alert message to indicate</note> - </trans-unit> - <trans-unit id="User has been blocked" xml:space="preserve"> - <source>User has been blocked</source> - <target>Der Benutzer wurde blockiert</target> - - <note>Alert message that informs a user was blocked.</note> - </trans-unit> - <trans-unit id="Username" xml:space="preserve"> - <source>Username</source> - <target>Benutzername</target> - - <note>Label for Username section of user profile form. - Label to prompt username entry.</note> - </trans-unit> - <trans-unit id="Wallet" xml:space="preserve"> - <source>Wallet</source> - <target>Wallet</target> - - <note>Sidebar menu label for Wallet view.</note> - </trans-unit> - <trans-unit id="Wallet Selector" xml:space="preserve"> - <source>Wallet Selector</source> - <target>Wallet-Auswahl</target> - - <note>Section title for selection of wallet.</note> - </trans-unit> - <trans-unit id="Wallet of Satoshi" xml:space="preserve"> - <source>Wallet of Satoshi</source> - <target>Wallet of Satoshi</target> - - <note>Dropdown option label for Lightning wallet, Wallet of Satoshi.</note> - </trans-unit> - <trans-unit id="Website" xml:space="preserve"> - <source>Website</source> - <target>Website</target> - - <note>Label for Website section of user profile form.</note> - </trans-unit> - <trans-unit id="Welcome to the social network %@ control." xml:space="preserve"> - <source>Welcome to the social network %@ control.</source> - <target>Willkommen in dem sozialen Netzwerk das %@ kontrollierst.</target> - - <note>Welcoming message to the reader. The variable is 'you', the reader.</note> - </trans-unit> - <trans-unit id="Welcome, %@!" xml:space="preserve"> - <source>Welcome, %@!</source> - <target>Willkommen, %@!</target> - - <note>Text to welcome user.</note> - </trans-unit> - <trans-unit id="What do you want to report?" xml:space="preserve"> - <source>What do you want to report?</source> - <target>Was möchtest du melden?</target> - - <note>Header text to prompt user what issue they want to report.</note> - </trans-unit> - <trans-unit id="Yes, Overwrite" xml:space="preserve"> - <source>Yes, Overwrite</source> - <target>Ja, überschreiben</target> - - <note>Text of button that confirms to overwrite the existing mutelist.</note> - </trans-unit> - <trans-unit id="Your Name" xml:space="preserve"> - <source>Your Name</source> - <target>Dein Name</target> - - <note>Label for Your Name section of user profile form.</note> - </trans-unit> - <trans-unit id="Your report will be sent to the relays you are connected to" xml:space="preserve"> - <source>Your report will be sent to the relays you are connected to</source> - <target>Die Meldung wird an Relays versendet, mit denen du verbunden bist</target> - - <note>Footer text to inform user what will happen when the report is submitted.</note> - </trans-unit> - <trans-unit id="Zebedee" xml:space="preserve"> - <source>Zebedee</source> - <target>Zebedee</target> - - <note>Dropdown option label for Lightning wallet, Zebedee.</note> - </trans-unit> - <trans-unit id="Zeus LN" xml:space="preserve"> - <source>Zeus LN</source> - <target>Zeus LN</target> - - <note>Dropdown option label for Lightning wallet, Zeus LN.</note> - </trans-unit> - <trans-unit id="collapsed_event_view_other_notes" translate="no" xml:space="preserve"> - <source>collapsed_event_view_other_notes</source> - <target>collapsed_event_view_other_notes</target> - - <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="followers_count" translate="no" xml:space="preserve"> - <source>followers_count</source> - <target>followers_count</target> - - <note>Part of a larger sentence to describe how many people are following a user. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="https://example.com/pic.jpg" xml:space="preserve"> - <source>https://example.com/pic.jpg</source> - <target>https://beispiel.at/bild.jpg</target> - - <note>Placeholder example text for profile picture URL.</note> - </trans-unit> - <trans-unit id="https://jb55.com" xml:space="preserve"> - <source>https://jb55.com</source> - <target>https://jb55.com</target> - - <note>Placeholder example text for website URL for user profile.</note> - </trans-unit> - <trans-unit id="jb55@jb55.com" xml:space="preserve"> - <source>jb55@jb55.com</source> - <target>jb55@jb55.com</target> - - <note>Placeholder example text for identifier used for NIP-05 verification.</note> - </trans-unit> - <trans-unit id="none" xml:space="preserve"> - <source>none</source> - <target>keine</target> - - <note>No search results.</note> - </trans-unit> - <trans-unit id="now" xml:space="preserve"> - <source>now</source> - <target>jetzt</target> - - <note>String indicating that a given timestamp just occurred</note> - </trans-unit> - <trans-unit id="nsec1..." xml:space="preserve"> - <source>nsec1...</source> - <target>nsec1...</target> - - <note>Prompt for user to enter in an account key to login. This text shows the characters the key could start with if it was a private key.</note> - </trans-unit> - <trans-unit id="optional" xml:space="preserve"> - <source>optional</source> - <target>optional</target> - - <note>Label indicating that a form input is optional.</note> - </trans-unit> - <trans-unit id="reactions_count" translate="no" xml:space="preserve"> - <source>reactions_count</source> - <target>reactions_count</target> - - <note>Part of a larger sentence to describe how many reactions there are on a post. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="relays_count" translate="no" xml:space="preserve"> - <source>relays_count</source> - <target>relays_count</target> - - <note>Part of a larger sentence to describe how many relay servers a user is connected. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="replying_to_one_and_others" translate="no" xml:space="preserve"> - <source>replying_to_one_and_others</source> - <target>replying_to_one_and_others</target> - - <note>Label to indicate that the user is replying to 1 user and others. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="replying_to_two_and_others" translate="no" xml:space="preserve"> - <source>replying_to_two_and_others</source> - <target>replying_to_two_and_others</target> - - <note>Label to indicate that the user is replying to 2 users and others. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="reposts_count" translate="no" xml:space="preserve"> - <source>reposts_count</source> - <target>reposts_count</target> - - <note>Part of a larger sentence to describe how many reposts there are. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="satoshi" xml:space="preserve"> - <source>satoshi</source> - <target>satoshi</target> - - <note>Example username of Bitcoin creator(s), Satoshi Nakamoto.</note> - </trans-unit> - <trans-unit id="sats_count" translate="no" xml:space="preserve"> - <source>sats_count</source> - <target>sats_count</target> - - <note>Amount of sats. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>tips_count</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="u{00A0}" xml:space="preserve"> - <source>u{00A0}</source> - <target>u{00A0}</target> - - <note>Non-breaking space character to fill in blank space next to event action button icons.</note> - </trans-unit> - <trans-unit id="wss://some.relay.com" xml:space="preserve"> - <source>wss://some.relay.com</source> - <target>wss://ein.relay.at</target> - - <note>Placeholder example for relay server address.</note> - </trans-unit> - <trans-unit id="you" xml:space="preserve"> - <source>you</source> - <target>Du</target> - - <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> - </trans-unit> - </body> - </file> - <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="de-AT" datatype="plaintext"> - <header> - <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> - </header> - <body> - <trans-unit id="/collapsed_event_view_other_notes:dict/NOTES:dict/one:dict/:string" xml:space="preserve"> - <source>%d other note</source> - <target>1%d andere Notiz</target> - - <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> - </trans-unit> - <trans-unit id="/collapsed_event_view_other_notes:dict/NOTES:dict/other:dict/:string" xml:space="preserve"> - <source>%d other notes</source> - <target>1%d andere Notizen</target> - - <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> - </trans-unit> - <trans-unit id="/collapsed_event_view_other_notes:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>··· %#@NOTES@ ···</source> - <target>··· %#@NOTES@ ···</target> - - <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> - </trans-unit> - <trans-unit id="/followers_count:dict/FOLLOWERS:dict/one:dict/:string" xml:space="preserve"> - <source>Follower</source> - <target>Gefolgte:r</target> - - <note>Part of a larger sentence to describe how many people are following a user.</note> - </trans-unit> - <trans-unit id="/followers_count:dict/FOLLOWERS:dict/other:dict/:string" xml:space="preserve"> - <source>Followers</source> - <target>Gefolgte</target> - - <note>Part of a larger sentence to describe how many people are following a user.</note> - </trans-unit> - <trans-unit id="/followers_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@FOLLOWERS@</source> - <target>%#@FOLLOWERS@</target> - - <note>Part of a larger sentence to describe how many people are following a user.</note> - </trans-unit> - <trans-unit id="/reactions_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@REACTIONS@</source> - <target>%#@REACTIONS@</target> - - <note>Part of a larger sentence to describe how many reactions there are on a post.</note> - </trans-unit> - <trans-unit id="/reactions_count:dict/REACTIONS:dict/one:dict/:string" xml:space="preserve"> - <source>Reaction</source> - <target>Reaktion</target> - - <note>Part of a larger sentence to describe how many reactions there are on a post.</note> - </trans-unit> - <trans-unit id="/reactions_count:dict/REACTIONS:dict/other:dict/:string" xml:space="preserve"> - <source>Reactions</source> - <target>Reaktionen</target> - - <note>Part of a larger sentence to describe how many reactions there are on a post.</note> - </trans-unit> - <trans-unit id="/relays_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@RELAYS@</source> - <target>%#@RELAYS@</target> - - <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> - </trans-unit> - <trans-unit id="/relays_count:dict/RELAYS:dict/one:dict/:string" xml:space="preserve"> - <source>Relay</source> - <target>Relay</target> - - <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> - </trans-unit> - <trans-unit id="/relays_count:dict/RELAYS:dict/other:dict/:string" xml:space="preserve"> - <source>Relays</source> - <target>Relays</target> - - <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> - </trans-unit> - <trans-unit id="/replying_to_one_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>Replying to %@%#@OTHERS@</source> - <target>Antwort an %@%#@OTHERS@</target> - - <note>Label to indicate that the user is replying to 1 user and others.</note> - </trans-unit> - <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/one:dict/:string" xml:space="preserve"> - <source> &amp; %d other</source> - <target>&amp; 1%d andere</target> - - <note>Label to indicate that the user is replying to 1 user and others.</note> - </trans-unit> - <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/other:dict/:string" xml:space="preserve"> - <source> &amp; %d others</source> - <target>&amp; %d andere</target> - - <note>Label to indicate that the user is replying to 1 user and others.</note> - </trans-unit> - <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/zero:dict/:string" xml:space="preserve"> - <source/> - <note>Label to indicate that the user is replying to 1 user and others.</note> - </trans-unit> - <trans-unit id="/replying_to_two_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>Replying to %@, %@%#@OTHERS@</source> - <target>Antwort an %@, %@%#@OTHERS@</target> - - <note>Label to indicate that the user is replying to 2 users and others.</note> - </trans-unit> - <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/one:dict/:string" xml:space="preserve"> - <source> &amp; %d other</source> - <target>&amp; %d andere</target> - - <note>Label to indicate that the user is replying to 2 users and others.</note> - </trans-unit> - <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/other:dict/:string" xml:space="preserve"> - <source> &amp; %d others</source> - <target>&amp; %d andere</target> - - <note>Label to indicate that the user is replying to 2 users and others.</note> - </trans-unit> - <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/zero:dict/:string" xml:space="preserve"> - <source/> - <note>Label to indicate that the user is replying to 2 users and others.</note> - </trans-unit> - <trans-unit id="/reposts_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@REPOSTS@</source> - <target>%#@REPOSTS@</target> - - <note>Part of a larger sentence to describe how many reposts there are.</note> - </trans-unit> - <trans-unit id="/reposts_count:dict/REPOSTS:dict/one:dict/:string" xml:space="preserve"> - <source>Repost</source> - <target>geteilter Beitrag</target> - - <note>Part of a larger sentence to describe how many reposts there are.</note> - </trans-unit> - <trans-unit id="/reposts_count:dict/REPOSTS:dict/other:dict/:string" xml:space="preserve"> - <source>Reposts</source> - <target>geteilte Beiträge</target> - - <note>Part of a larger sentence to describe how many reposts there are.</note> - </trans-unit> - <trans-unit id="/sats_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%1$#@SATS@</source> - <target>%1$#@SATS@</target> - - <note>Amount of sats.</note> - </trans-unit> - <trans-unit id="/sats_count:dict/SATS:dict/one:dict/:string" xml:space="preserve"> - <source>%2$@ sat</source> - <target>%2$@ sat</target> - - <note>Amount of sats.</note> - </trans-unit> - <trans-unit id="/sats_count:dict/SATS:dict/other:dict/:string" xml:space="preserve"> - <source>%2$@ sats</source> - <target>%2$@ sats</target> - - <note>Amount of sats.</note> - </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@TIPS@</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> - </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>Trinkgeld</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> - </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>Trinkgelder</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> - </trans-unit> - </body> - </file> -</xliff>- \ No newline at end of file diff --git a/translations/en-US.xcloc/Localized Contents/en-US.xliff b/translations/en-US.xcloc/Localized Contents/en-US.xliff @@ -35,13 +35,12 @@ <trans-unit id="%@" xml:space="preserve"> <source>%@</source> <target>%@</target> - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> + <note>Abbreviated version of a nostr public key.</note> </trans-unit> <trans-unit id="%@ %@" xml:space="preserve"> <source>%@ %@</source> <target>%@ %@</target> - <note>Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> </trans-unit> <trans-unit id="%@ has been blocked" xml:space="preserve"> @@ -67,7 +66,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi <trans-unit id="%lld" xml:space="preserve"> <source>%lld</source> <target>%lld</target> - <note>Number of tip payments on a post. + <note>Number of zap payments on a post. Number of profiles a user is following.</note> </trans-unit> <trans-unit id="%lld/%lld" xml:space="preserve"> @@ -241,6 +240,7 @@ Number of profiles a user is following.</note> Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user.</note> </trans-unit> <trans-unit id="Cash App" xml:space="preserve"> @@ -354,11 +354,6 @@ Number of profiles a user is following.</note> <target>Custom</target> <note>Dropdown option for selecting a custom translation server.</note> </trans-unit> - <trans-unit id="DM Type" xml:space="preserve"> - <source>DM Type</source> - <target>DM Type</target> - <note>DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message.</note> - </trans-unit> <trans-unit id="DMs" xml:space="preserve"> <source>DMs</source> <target>DMs</target> @@ -378,8 +373,21 @@ Number of profiles a user is following.</note> <trans-unit id="Delete" xml:space="preserve"> <source>Delete</source> <target>Delete</target> - <note>Button to delete a relay server that the user connects to. - Button to remove a user from their blocklist.</note> + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + <target>Delete Account</target> + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + <target>Deleted Account</target> + <note>Alert message to indicate this is a deleted account</note> </trans-unit> <trans-unit id="Dismiss" xml:space="preserve"> <source>Dismiss</source> @@ -431,11 +439,6 @@ Number of profiles a user is following.</note> <target>Error: %@</target> <note>Error message indicating why saving keys failed.</note> </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>Filter State</target> - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> <trans-unit id="Follow" xml:space="preserve"> <source>Follow</source> <target>Follow</target> @@ -553,7 +556,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <target>Logout</target> <note>Alert for logging out the user. Button for logging out the user. - Button to logout the user.</note> + Button to close the alert that informs that the current account has been deleted.</note> </trans-unit> <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> @@ -570,6 +573,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <target>NIP-05 Verification</target> <note>Label for NIP-05 Verification section of user profile form.</note> </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + <target>No</target> + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> <source>No block list found, create a new one? This will overwrite any previous block lists.</source> <target>No block list found, create a new one? This will overwrite any previous block lists.</target> @@ -580,6 +588,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <target>None</target> <note>Dropdown option for selecting no translation server.</note> </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains "nsec1" private key. Are you sure?</source> + <target>Note contains "nsec1" private key. Are you sure?</target> + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> <source>Nothing to see here. Check back later!</source> <target>Nothing to see here. Check back later!</target> @@ -693,7 +706,8 @@ Part of a larger sentence to describe how many profiles a user is following.</no <trans-unit id="Relays" xml:space="preserve"> <source>Relays</source> <target>Relays</target> - <note>Sidebar menu label for Relay servers view</note> + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> </trans-unit> <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> @@ -757,11 +771,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <target>Requests</target> <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>Reset</target> - <note>Section title for resetting the user</note> - </trans-unit> <trans-unit id="Retry" xml:space="preserve"> <source>Retry</source> <target>Retry</target> @@ -901,11 +910,21 @@ Part of a larger sentence to describe how many profiles a user is following.</no <target>Translate Note</target> <note>Button to translate note from different language.</note> </trans-unit> - <trans-unit id="Translated from (languageName!)" xml:space="preserve"> - <source>Translated from (languageName!)</source> - <target>Translated from (languageName!)</target> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + <target>Translated from (lang)</target> <note>Button to indicate that the note has been translated from a different language.</note> </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + <target>Translating from (lang)...</target> + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + <target>Type DELETE to delete</target> + <note>No comment provided by engineer.</note> + </trans-unit> <trans-unit id="Type your post here..." xml:space="preserve"> <source>Type your post here...</source> <target>Type your post here...</target> @@ -939,7 +958,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <trans-unit id="User blocked" xml:space="preserve"> <source>User blocked</source> <target>User blocked</target> - <note>Alert message to indicate</note> + <note>Alert message to indicate the user has been blocked</note> </trans-unit> <trans-unit id="User has been blocked" xml:space="preserve"> <source>User has been blocked</source> @@ -992,6 +1011,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <target>Yes, Overwrite</target> <note>Text of button that confirms to overwrite the existing mutelist.</note> </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + <target>Yes, Post with Private Key</target> + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="Your Name" xml:space="preserve"> <source>Your Name</source> <target>Your Name</target> @@ -1092,11 +1116,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <target>sats_count</target> <note>Amount of sats. (Key in .stringsdict)</note> </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>tips_count</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> <trans-unit id="u{00A0}" xml:space="preserve"> <source>u{00A0}</source> <target>u{00A0}</target> @@ -1112,6 +1131,16 @@ Part of a larger sentence to describe how many profiles a user is following.</no <target>you</target> <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + <note>No comment provided by engineer.</note> + </trans-unit> </body> </file> <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="en-US" datatype="plaintext"> @@ -1249,20 +1278,20 @@ Part of a larger sentence to describe how many profiles a user is following.</no <target>%2$@ sats</target> <note>Amount of sats.</note> </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@TIPS@</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>Tip</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> + <target>Zap</target> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>Tips</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> + <target>Zaps</target> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> </body> </file> diff --git a/translations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/translations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings Binary files differ. diff --git a/translations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.stringsdict b/translations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.stringsdict @@ -134,20 +134,20 @@ <string>%2$@ sats</string> </dict> </dict> - <key>tips_count</key> + <key>zaps_count</key> <dict> <key>NSStringLocalizedFormatKey</key> - <string>%#@TIPS@</string> - <key>TIPS</key> + <string>%#@ZAPS@</string> + <key>ZAPS</key> <dict> <key>NSStringFormatSpecTypeKey</key> <string>NSStringPluralRuleType</string> <key>NSStringFormatValueTypeKey</key> <string>d</string> <key>one</key> - <string>Tip</string> + <string>Zap</string> <key>other</key> - <string>Tips</string> + <string>Zaps</string> </dict> </dict> </dict> diff --git a/translations/es_419.xliff b/translations/es_419.xliff @@ -38,14 +38,13 @@ <source>%@</source> <target>%@</target> - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> + <note>Abbreviated version of a nostr public key.</note> </trans-unit> <trans-unit id="%@ %@" xml:space="preserve"> <source>%@ %@</source> <target>%@ %@</target> - <note>Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> </trans-unit> <trans-unit id="%@ has been blocked" xml:space="preserve"> @@ -76,7 +75,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi <source>%lld</source> <target>%lld</target> - <note>Number of tip payments on a post. + <note>Number of zap payments on a post. Number of profiles a user is following.</note> </trans-unit> <trans-unit id="%lld/%lld" xml:space="preserve"> @@ -283,6 +282,7 @@ Number of profiles a user is following.</note> Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user.</note> </trans-unit> <trans-unit id="Cash App" xml:space="preserve"> @@ -418,12 +418,6 @@ Number of profiles a user is following.</note> <note>Dropdown option for selecting a custom translation server.</note> </trans-unit> - <trans-unit id="DM Type" xml:space="preserve"> - <source>DM Type</source> - <target>Tipo de mensaje directo</target> - - <note>DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message.</note> - </trans-unit> <trans-unit id="DMs" xml:space="preserve"> <source>DMs</source> <target>Mensajes directos</target> @@ -447,8 +441,21 @@ Number of profiles a user is following.</note> <source>Delete</source> <target>Borrar</target> - <note>Button to delete a relay server that the user connects to. - Button to remove a user from their blocklist.</note> + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + + <note>Alert message to indicate this is a deleted account</note> </trans-unit> <trans-unit id="Dismiss" xml:space="preserve"> <source>Dismiss</source> @@ -510,12 +517,6 @@ Number of profiles a user is following.</note> <note>Error message indicating why saving keys failed.</note> </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>Estado del filtro</target> - - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> <trans-unit id="Follow" xml:space="preserve"> <source>Follow</source> <target>Seguir</target> @@ -656,7 +657,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Alert for logging out the user. Button for logging out the user. - Button to logout the user.</note> + Button to close the alert that informs that the current account has been deleted.</note> </trans-unit> <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> @@ -676,6 +677,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Label for NIP-05 Verification section of user profile form.</note> </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> <source>No block list found, create a new one? This will overwrite any previous block lists.</source> <target>No se encontró una lista de bloqueo. ¿Crear una nueva? Esto sobrescribirá las listas de bloqueo anteriores.</target> @@ -688,6 +694,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Dropdown option for selecting no translation server.</note> </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> <source>Nothing to see here. Check back later!</source> <target>Nada para ver aquí. ¡Vuelve a consultar luego!</target> @@ -824,7 +835,8 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>Relays</source> <target>Relés</target> - <note>Sidebar menu label for Relay servers view</note> + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> </trans-unit> <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> @@ -900,12 +912,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>Reiniciar</target> - - <note>Section title for resetting the user</note> - </trans-unit> <trans-unit id="Retry" xml:space="preserve"> <source>Retry</source> <target>Reintentar</target> @@ -1072,12 +1078,22 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Button to translate note from different language.</note> </trans-unit> - <trans-unit id="Translated from (languageName!)" xml:space="preserve"> - <source>Translated from (languageName!)</source> - <target>Traducida del (languageName!)</target> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + <target>Traducida del (lang)</target> <note>Button to indicate that the note has been translated from a different language.</note> </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + + <note>No comment provided by engineer.</note> + </trans-unit> <trans-unit id="Type your post here..." xml:space="preserve"> <source>Type your post here...</source> <target>Escribe tu publicación aquí...</target> @@ -1118,7 +1134,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>User blocked</source> <target>Usuario bloqueado</target> - <note>Alert message to indicate</note> + <note>Alert message to indicate the user has been blocked</note> </trans-unit> <trans-unit id="User has been blocked" xml:space="preserve"> <source>User has been blocked</source> @@ -1181,6 +1197,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text of button that confirms to overwrite the existing mutelist.</note> </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="Your Name" xml:space="preserve"> <source>Your Name</source> <target>Tu nombre</target> @@ -1301,12 +1322,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats. (Key in .stringsdict)</note> </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>tips_count</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> <trans-unit id="u{00A0}" xml:space="preserve"> <source>u{00A0}</source> <target>u{00A0}</target> @@ -1325,6 +1340,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>No comment provided by engineer.</note> + </trans-unit> </body> </file> <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="es-419" datatype="plaintext"> @@ -1484,23 +1511,21 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats.</note> </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@TIPS@</target> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>Propina</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>Propinas</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> </body> </file> diff --git a/translations/fr_FR.xliff b/translations/fr_FR.xliff @@ -18,7 +18,7 @@ </trans-unit> <trans-unit id="NSPhotoLibraryAddUsageDescription" xml:space="preserve"> <source>Granting Damus access to your photos allows you to save images.</source> - <target>Donner accès à Damus à vos photos vous permet d'enregistrer des images</target> + <target>Accorder à Damus l'accès à vos photos vous permet d'enregistrer des images.</target> <note>Privacy - Photo Library Additions Usage Description</note> </trans-unit> @@ -38,14 +38,13 @@ <source>%@</source> <target>%@</target> - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> + <note>Abbreviated version of a nostr public key.</note> </trans-unit> <trans-unit id="%@ %@" xml:space="preserve"> <source>%@ %@</source> <target>%@ %@</target> - <note>Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> </trans-unit> <trans-unit id="%@ has been blocked" xml:space="preserve"> @@ -62,13 +61,13 @@ Sentence composed of 2 variables to describe how many profiles a user is followi </trans-unit> <trans-unit id="%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" xml:space="preserve"> <source>%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs</source> - <target>%@. Messagerie privée cryptée de bout en bout. Gardez Big Tech hors de vos DMs</target> + <target>%@. Messagerie privée cryptée de bout en bout. Gardez les Big Tech hors de vos DMs</target> <note>Explanation of what is done to keep private data encrypted. There is a heading that precedes this explanation which is a variable to this string.</note> </trans-unit> <trans-unit id="%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet." xml:space="preserve"> <source>%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet.</source> - <target>%@. Donnez un pourboire aux publications de vos amis et empilez les sats avec Bitcoin⚡️, la monnaie native d'Internet.</target> + <target>%@. Donnez un pourboire aux publications de vos amis et accumulez les sats avec Bitcoin⚡️, la monnaie native d'Internet.</target> <note>Explanation of what can be done by users to earn money. There is a heading that precedes this explanation which is a variable to this string.</note> </trans-unit> @@ -76,7 +75,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi <source>%lld</source> <target>%lld</target> - <note>Number of tip payments on a post. + <note>Number of zap payments on a post. Number of profiles a user is following.</note> </trans-unit> <trans-unit id="%lld/%lld" xml:space="preserve"> @@ -135,13 +134,13 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="About Me" xml:space="preserve"> <source>About Me</source> - <target>À Propos de Moi</target> + <target>À propos de moi</target> <note>Label for About Me section of user profile form.</note> </trans-unit> <trans-unit id="Absolute Boss" xml:space="preserve"> <source>Absolute Boss</source> - <target>Patron Absolu</target> + <target>Patron absolu</target> <note>Placeholder text for About Me description.</note> </trans-unit> @@ -153,7 +152,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Account ID" xml:space="preserve"> <source>Account ID</source> - <target>Identifiant de Compte</target> + <target>Identifiant de compte</target> <note>Label to indicate the public ID of the account.</note> </trans-unit> @@ -172,7 +171,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Add Relay" xml:space="preserve"> <source>Add Relay</source> - <target>Ajouter un Relais</target> + <target>Ajouter un relais</target> <note>Label for section for adding a relay server.</note> </trans-unit> @@ -196,7 +195,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Banner Image" xml:space="preserve"> <source>Banner Image</source> - <target>Image Bannière</target> + <target>Image de la bannière</target> <note>Label for Banner Image section of user profile form.</note> </trans-unit> @@ -283,6 +282,7 @@ Number of profiles a user is following.</note> Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user.</note> </trans-unit> <trans-unit id="Cash App" xml:space="preserve"> @@ -305,7 +305,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Clear Cache" xml:space="preserve"> <source>Clear Cache</source> - <target>Vider le Cache</target> + <target>Vider le cache</target> <note>Section title for clearing cached data.</note> </trans-unit> @@ -323,20 +323,20 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Copy Account ID" xml:space="preserve"> <source>Copy Account ID</source> - <target>Copier l'Identifiant de Compte</target> + <target>Copier l'identifiant de compte</target> <note>Context menu option for copying the ID of the account that created the note.</note> </trans-unit> <trans-unit id="Copy Image" xml:space="preserve"> <source>Copy Image</source> - <target>Copier l'Image</target> + <target>Copier l'image</target> <note>Context menu option to copy an image into clipboard. Context menu option to copy an image to clipboard.</note> </trans-unit> <trans-unit id="Copy Image URL" xml:space="preserve"> <source>Copy Image URL</source> - <target>Copier l'URL de l'Image</target> + <target>Copier l'URL de l'image</target> <note>Context menu option to copy the URL of an image into clipboard.</note> </trans-unit> @@ -348,13 +348,13 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Copy Note ID" xml:space="preserve"> <source>Copy Note ID</source> - <target>Copier l'Identifiant de la Note</target> + <target>Copier l'identifiant de la note</target> <note>Context menu option for copying the ID of the note.</note> </trans-unit> <trans-unit id="Copy Note JSON" xml:space="preserve"> <source>Copy Note JSON</source> - <target>Copier le JSON de la Note</target> + <target>Copier le JSON de la note</target> <note>Context menu option for copying the JSON text from the note.</note> </trans-unit> @@ -366,7 +366,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Copy Text" xml:space="preserve"> <source>Copy Text</source> - <target>Copier le Texte</target> + <target>Copier le texte</target> <note>Context menu option for copying the text from an note.</note> </trans-unit> @@ -378,7 +378,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Copy invoice" xml:space="preserve"> <source>Copy invoice</source> - <target>Copier la Facture</target> + <target>Copier la facture</target> <note>Title of section for copying a Lightning invoice identifier.</note> </trans-unit> @@ -396,7 +396,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Create Account" xml:space="preserve"> <source>Create Account</source> - <target>Créer un Compte</target> + <target>Créer un compte</target> <note>Button to create an account.</note> </trans-unit> @@ -418,12 +418,6 @@ Number of profiles a user is following.</note> <note>Dropdown option for selecting a custom translation server.</note> </trans-unit> - <trans-unit id="DM Type" xml:space="preserve"> - <source>DM Type</source> - <target>Type de message privé</target> - - <note>DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message.</note> - </trans-unit> <trans-unit id="DMs" xml:space="preserve"> <source>DMs</source> <target>Messages privés</target> @@ -447,8 +441,21 @@ Number of profiles a user is following.</note> <source>Delete</source> <target>Effacer</target> - <note>Button to delete a relay server that the user connects to. - Button to remove a user from their blocklist.</note> + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + + <note>Alert message to indicate this is a deleted account</note> </trans-unit> <trans-unit id="Dismiss" xml:space="preserve"> <source>Dismiss</source> @@ -458,7 +465,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Display Name" xml:space="preserve"> <source>Display Name</source> - <target>Afficher Nom</target> + <target>Afficher le nom</target> <note>Label to prompt display name entry.</note> </trans-unit> @@ -476,7 +483,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Earn Money" xml:space="preserve"> <source>Earn Money</source> - <target>Gagnes de l'argent</target> + <target>Gagne de l'argent</target> <note>Heading indicating that this application allows users to earn money.</note> </trans-unit> @@ -510,12 +517,6 @@ Number of profiles a user is following.</note> <note>Error message indicating why saving keys failed.</note> </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>État du filtre</target> - - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> <trans-unit id="Follow" xml:space="preserve"> <source>Follow</source> <target>S'abonner</target> @@ -543,7 +544,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Follows" xml:space="preserve"> <source>Follows</source> - <target>Suit</target> + <target>S'abonner</target> <note>Text to indicate that button next to it is in a state that will follow a profile when tapped.</note> </trans-unit> @@ -585,7 +586,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Illegal content" xml:space="preserve"> <source>Illegal content</source> - <target>Contenu Illégal</target> + <target>Contenu illégal</target> <note>Button for user to report that the account or content has illegal content.</note> </trans-unit> @@ -656,7 +657,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Alert for logging out the user. Button for logging out the user. - Button to logout the user.</note> + Button to close the alert that informs that the current account has been deleted.</note> </trans-unit> <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> @@ -676,6 +677,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Label for NIP-05 Verification section of user profile form.</note> </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> <source>No block list found, create a new one? This will overwrite any previous block lists.</source> <target>Aucune liste de blocage trouvée, voulez-vous en créer une nouvelle? Cela va écraser votre liste de blocage existante.</target> @@ -688,6 +694,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Dropdown option for selecting no translation server.</note> </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> <source>Nothing to see here. Check back later!</source> <target>Rien à voir ici. Revenez plus tard!</target> @@ -780,19 +791,19 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Public Key" xml:space="preserve"> <source>Public Key</source> - <target>Clé Publique</target> + <target>Clé publique</target> <note>Label indicating that the text is a user's public account key.</note> </trans-unit> <trans-unit id="Public Key?" xml:space="preserve"> <source>Public Key?</source> - <target>Clé Publique?</target> + <target>Clé publique?</target> <note>Prompt to ask user if the key they entered is a public key.</note> </trans-unit> <trans-unit id="Public key" xml:space="preserve"> <source>Public key</source> - <target>Clé Publique</target> + <target>Clé publique</target> <note>Label indicating that the text is a user's public account key.</note> </trans-unit> @@ -804,7 +815,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Recommended Relays" xml:space="preserve"> <source>Recommended Relays</source> - <target>Relais Recommandés</target> + <target>Relais recommandés</target> <note>Section title for recommend relay servers that could be added as part of configuration</note> </trans-unit> @@ -824,7 +835,8 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>Relays</source> <target>Relais</target> - <note>Sidebar menu label for Relay servers view</note> + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> </trans-unit> <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> @@ -900,12 +912,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>Réinitialiser</target> - - <note>Section title for resetting the user</note> - </trans-unit> <trans-unit id="Retry" xml:space="preserve"> <source>Retry</source> <target>Retenter</target> @@ -932,7 +938,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Save Image" xml:space="preserve"> <source>Save Image</source> - <target>Enregistrer Image</target> + <target>Enregistrer l'image</target> <note>Context menu option to save an image.</note> </trans-unit> @@ -1055,7 +1061,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!" xml:space="preserve"> <source>This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!</source> - <target>Il s'agit de votre clé de compte secrète. Vous en aurez besoin pour accéder à votre compte. Ne le partagez avec personne ! Enregistrez-le dans un gestionnaire de mots de passe et gardez-le en sécurité!</target> + <target>Il s'agit de votre clé de compte secrète. Vous en aurez besoin pour accéder à votre compte. Ne le partagez avec personne ! Enregistrez-la dans un gestionnaire de mots de passe et gardez-la en sécurité!</target> <note>Label to describe that a private key is the user's secret account key and what they should do with it.</note> </trans-unit> @@ -1072,12 +1078,22 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Button to translate note from different language.</note> </trans-unit> - <trans-unit id="Translated from (languageName!)" xml:space="preserve"> - <source>Translated from (languageName!)</source> - <target>Traduit de (languageName!)</target> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + <target>Traduit de (lang)</target> <note>Button to indicate that the note has been translated from a different language.</note> </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + + <note>No comment provided by engineer.</note> + </trans-unit> <trans-unit id="Type your post here..." xml:space="preserve"> <source>Type your post here...</source> <target>Tapez votre message ici...</target> @@ -1098,19 +1114,19 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Unfollowing" xml:space="preserve"> <source>Unfollowing</source> - <target>Ne plus suivre</target> + <target>Désabonnement</target> <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of unfollowing a profile.</note> </trans-unit> <trans-unit id="Unfollowing..." xml:space="preserve"> <source>Unfollowing...</source> - <target>Ne plus suivre...</target> + <target>Désabonnement...</target> <note>Label to indicate that the user is in the process of unfollowing another user.</note> </trans-unit> <trans-unit id="Unfollows" xml:space="preserve"> <source>Unfollows</source> - <target>Se désabonne de</target> + <target>Se désabonner</target> <note>Text to indicate that the button next to it is in a state that will unfollow a profile when tapped.</note> </trans-unit> @@ -1118,7 +1134,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>User blocked</source> <target>Utilisateur bloqué</target> - <note>Alert message to indicate</note> + <note>Alert message to indicate the user has been blocked</note> </trans-unit> <trans-unit id="User has been blocked" xml:space="preserve"> <source>User has been blocked</source> @@ -1153,13 +1169,13 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Website" xml:space="preserve"> <source>Website</source> - <target>Site Internet</target> + <target>Site internet</target> <note>Label for Website section of user profile form.</note> </trans-unit> <trans-unit id="Welcome to the social network %@ control." xml:space="preserve"> <source>Welcome to the social network %@ control.</source> - <target>Bienvenue sur le réseau social %@ contrôle.</target> + <target>Bienvenue dans le réseau social sur lequel %@ avez le contrôle.</target> <note>Welcoming message to the reader. The variable is 'you', the reader.</note> </trans-unit> @@ -1181,9 +1197,14 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text of button that confirms to overwrite the existing mutelist.</note> </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="Your Name" xml:space="preserve"> <source>Your Name</source> - <target>Votre Nom</target> + <target>Votre nom</target> <note>Label for Your Name section of user profile form.</note> </trans-unit> @@ -1301,12 +1322,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats. (Key in .stringsdict)</note> </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>tips_count</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> <trans-unit id="u{00A0}" xml:space="preserve"> <source>u{00A0}</source> <target>u{00A0}</target> @@ -1325,6 +1340,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>No comment provided by engineer.</note> + </trans-unit> </body> </file> <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="fr-FR" datatype="plaintext"> @@ -1484,23 +1511,21 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats.</note> </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@TIPS@</target> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>Pourboire</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>Pourboires</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> </body> </file> diff --git a/translations/it_IT.xliff b/translations/it_IT.xliff @@ -38,14 +38,13 @@ <source>%@</source> <target>%@</target> - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> + <note>Abbreviated version of a nostr public key.</note> </trans-unit> <trans-unit id="%@ %@" xml:space="preserve"> <source>%@ %@</source> <target>%@ %@</target> - <note>Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> </trans-unit> <trans-unit id="%@ has been blocked" xml:space="preserve"> @@ -76,7 +75,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi <source>%lld</source> <target>%lld</target> - <note>Number of tip payments on a post. + <note>Number of zap payments on a post. Number of profiles a user is following.</note> </trans-unit> <trans-unit id="%lld/%lld" xml:space="preserve"> @@ -172,7 +171,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Add Relay" xml:space="preserve"> <source>Add Relay</source> - <target>Aggiungi relè</target> + <target>Aggiungi Relay</target> <note>Label for section for adding a relay server.</note> </trans-unit> @@ -240,7 +239,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Block User" xml:space="preserve"> <source>Block User</source> - <target>Bloccare Utente</target> + <target>Blocca Utente</target> <note>Title of alert for blocking a user.</note> </trans-unit> @@ -283,6 +282,7 @@ Number of profiles a user is following.</note> Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user.</note> </trans-unit> <trans-unit id="Cash App" xml:space="preserve"> @@ -418,12 +418,6 @@ Number of profiles a user is following.</note> <note>Dropdown option for selecting a custom translation server.</note> </trans-unit> - <trans-unit id="DM Type" xml:space="preserve"> - <source>DM Type</source> - <target>Scrivi un DM</target> - - <note>DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message.</note> - </trans-unit> <trans-unit id="DMs" xml:space="preserve"> <source>DMs</source> <target>DM</target> @@ -447,8 +441,21 @@ Number of profiles a user is following.</note> <source>Delete</source> <target>Elimina</target> - <note>Button to delete a relay server that the user connects to. - Button to remove a user from their blocklist.</note> + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + + <note>Alert message to indicate this is a deleted account</note> </trans-unit> <trans-unit id="Dismiss" xml:space="preserve"> <source>Dismiss</source> @@ -510,12 +517,6 @@ Number of profiles a user is following.</note> <note>Error message indicating why saving keys failed.</note> </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>Filtra</target> - - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> <trans-unit id="Follow" xml:space="preserve"> <source>Follow</source> <target>Segui</target> @@ -656,7 +657,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Alert for logging out the user. Button for logging out the user. - Button to logout the user.</note> + Button to close the alert that informs that the current account has been deleted.</note> </trans-unit> <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> @@ -676,9 +677,14 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Label for NIP-05 Verification section of user profile form.</note> </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> <source>No block list found, create a new one? This will overwrite any previous block lists.</source> - <target>Nessuna lista degli utenti bloccati trovata, vuoi creane una nuova?Creandone una nuova, sovrascriverai eventuali liste di utenti bloccati in precedenza</target> + <target>Nessuna lista degli utenti bloccati trovata, vuoi creane una nuova? Creandone una nuova, sovrascriverai eventuali liste di utenti bloccati in precedenza</target> <note>Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists.</note> </trans-unit> @@ -688,6 +694,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Dropdown option for selecting no translation server.</note> </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> <source>Nothing to see here. Check back later!</source> <target>Niente da vedere qui. Controlla dopo!</target> @@ -804,7 +815,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Recommended Relays" xml:space="preserve"> <source>Recommended Relays</source> - <target>Relè consigliati</target> + <target>Relays consigliati</target> <note>Section title for recommend relay servers that could be added as part of configuration</note> </trans-unit> @@ -816,19 +827,20 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Relay" xml:space="preserve"> <source>Relay</source> - <target>Relè</target> + <target>Relay</target> <note>Text field for relay server. Used for testing purposes.</note> </trans-unit> <trans-unit id="Relays" xml:space="preserve"> <source>Relays</source> - <target>Relè</target> + <target>Relays</target> - <note>Sidebar menu label for Relay servers view</note> + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> </trans-unit> <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> - <target>I relè sono stati notificati e i clients potranno sfruttare questa informazione per filtrare i contenuti. Grazie!</target> + <target>I relays sono stati notificati e i clients potranno sfruttare questa informazione per filtrare i contenuti. Grazie!</target> <note>Description of what was done as a result of sending a report to relay servers.</note> </trans-unit> @@ -900,12 +912,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>Ricomincia</target> - - <note>Section title for resetting the user</note> - </trans-unit> <trans-unit id="Retry" xml:space="preserve"> <source>Retry</source> <target>Riprova</target> @@ -1072,12 +1078,22 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Button to translate note from different language.</note> </trans-unit> - <trans-unit id="Translated from (languageName!)" xml:space="preserve"> - <source>Translated from (languageName!)</source> - <target>Tradotto da (languageName!)</target> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + <target>Tradotto da (lang)</target> <note>Button to indicate that the note has been translated from a different language.</note> </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + + <note>No comment provided by engineer.</note> + </trans-unit> <trans-unit id="Type your post here..." xml:space="preserve"> <source>Type your post here...</source> <target>Scrivi il tuo post qui...</target> @@ -1118,7 +1134,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>User blocked</source> <target>Utente bloccato</target> - <note>Alert message to indicate</note> + <note>Alert message to indicate the user has been blocked</note> </trans-unit> <trans-unit id="User has been blocked" xml:space="preserve"> <source>User has been blocked</source> @@ -1171,7 +1187,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="What do you want to report?" xml:space="preserve"> <source>What do you want to report?</source> - <target>Che cosa vuoi reportare?</target> + <target>Che cosa vuoi segnalare?</target> <note>Header text to prompt user what issue they want to report.</note> </trans-unit> @@ -1181,6 +1197,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text of button that confirms to overwrite the existing mutelist.</note> </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="Your Name" xml:space="preserve"> <source>Your Name</source> <target>Nome</target> @@ -1301,12 +1322,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats. (Key in .stringsdict)</note> </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>tips_count</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> <trans-unit id="u{00A0}" xml:space="preserve"> <source>u{00A0}</source> <target>u{00A0}</target> @@ -1325,6 +1340,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>No comment provided by engineer.</note> + </trans-unit> </body> </file> <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="it-IT" datatype="plaintext"> @@ -1484,23 +1511,21 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats.</note> </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@TIPS@</target> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>Mancia</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>Mance</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> </body> </file> diff --git a/translations/lv_LV.xliff b/translations/lv_LV.xliff @@ -18,7 +18,7 @@ </trans-unit> <trans-unit id="NSPhotoLibraryAddUsageDescription" xml:space="preserve"> <source>Granting Damus access to your photos allows you to save images.</source> - <target>Piešķir Damus piekļuvi saviem fotoattēliem, lai varat saglabāt attēlus.</target> + <target>Atļauj Damus piekļuvi saviem fotoattēliem, lai varat saglabāt attēlus.</target> <note>Privacy - Photo Library Additions Usage Description</note> </trans-unit> @@ -38,16 +38,20 @@ <source>%@</source> <target>%@</target> - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> + <note>Abbreviated version of a nostr public key.</note> </trans-unit> <trans-unit id="%@ %@" xml:space="preserve"> <source>%@ %@</source> <target>%@ %@</target> - <note>Sentence composed of 2 variables to describe how many reposts. In source English, the first variable is the number of reposts, and the second variable is 'Repost' or 'Reposts'. + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> </trans-unit> + <trans-unit id="%@ has been blocked" xml:space="preserve"> + <source>%@ has been blocked</source> + + <note>Alert message that informs a user was blocked.</note> + </trans-unit> <trans-unit id="%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction." xml:space="preserve"> <source>%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction.</source> <target>Lai izveidotu kontu, nav nepieciešams tālruņa numurs, e-pasts vai vārds. Sāciet uzreiz bez aizkaves.</target> @@ -62,7 +66,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi </trans-unit> <trans-unit id="%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet." xml:space="preserve"> <source>%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet.</source> - <target>%@. Sponsorē draugu ziņas un krājiet Satiņus ar BitMonētu⚡️, interneta digitālo valūtu.</target> + <target>%@. Sponsorē draugu ziņas un krājiet Satus ar BitMonētu⚡️, interneta digitālo valūtu.</target> <note>Explanation of what can be done by users to earn money. There is a heading that precedes this explanation which is a variable to this string.</note> </trans-unit> @@ -70,7 +74,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi <source>%lld</source> <target>%lld</target> - <note>Number of reposts. + <note>Number of zap payments on a post. Number of profiles a user is following.</note> </trans-unit> <trans-unit id="%lld/%lld" xml:space="preserve"> @@ -85,21 +89,20 @@ Number of profiles a user is following.</note> <note>Description of how the nip05 identifier would be used for verification.</note> </trans-unit> - <trans-unit id="'%@' is an invalid nip05 identifier. It should look like an email." xml:space="preserve"> - <source>'%@' is an invalid nip05 identifier. It should look like an email.</source> - <target>'%@' ir nederīgs nip05 identifikators. Tam vajadzētu būt kā e-pasta adresei.</target> + <trans-unit id="'%@' is an invalid NIP-05 identifier. It should look like an email." xml:space="preserve"> + <source>'%@' is an invalid NIP-05 identifier. It should look like an email.</source> <note>Description of why the nip05 identifier is invalid.</note> </trans-unit> <trans-unit id="(Profile.displayName(profile: profile, pubkey: whos))'s Followers" xml:space="preserve"> <source>(Profile.displayName(profile: profile, pubkey: whos))'s Followers</source> - <target>(Profils.ParādāmaisVārds(profils: profils, kopAtslēga: kurš))'am Sekotāji</target> + <target>(Profile.displayName(profile: profile, pubkey: whos))'am Sekotāji</target> <note>Navigation bar title for view that shows who is following a user.</note> </trans-unit> <trans-unit id="(who) following" xml:space="preserve"> <source>(who) following</source> - <target>(kurš) seko</target> + <target>(who) seko</target> <note>Navigation bar title for view that shows who a user is following.</note> </trans-unit> @@ -115,6 +118,11 @@ Number of profiles a user is following.</note> <note>Prefix character to username.</note> </trans-unit> + <trans-unit id="API Key (optional)" xml:space="preserve"> + <source>API Key (optional)</source> + + <note>Example URL to LibreTranslate server</note> + </trans-unit> <trans-unit id="About" xml:space="preserve"> <source>About</source> <target>Par</target> @@ -133,12 +141,22 @@ Number of profiles a user is following.</note> <note>Placeholder text for About Me description.</note> </trans-unit> + <trans-unit id="Accept" xml:space="preserve"> + <source>Accept</source> + + <note>Button to accept the end user license agreement before being allowed into the app.</note> + </trans-unit> <trans-unit id="Account ID" xml:space="preserve"> <source>Account ID</source> <target>Konta ID</target> <note>Label to indicate the public ID of the account.</note> </trans-unit> + <trans-unit id="Actions" xml:space="preserve"> + <source>Actions</source> + + <note>Title for confirmation dialog to either share, report, or block a profile.</note> + </trans-unit> <trans-unit id="Add" xml:space="preserve"> <source>Add</source> <target>Pievieno</target> @@ -166,7 +184,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Are you sure you want to repost this?" xml:space="preserve"> <source>Are you sure you want to repost this?</source> - <target>Vai tiešām vēlies šo ziņu pārpublicēt?</target> + <target>Vai tiešām vēlies pārpublicēt šo?</target> <note>Alert message to ask if user wants to repost a post.</note> </trans-unit> @@ -190,7 +208,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Bitcoin Lightning Tips" xml:space="preserve"> <source>Bitcoin Lightning Tips</source> - <target>Bitmonētas Zibens Naudiņa</target> + <target>Bitmonētas Zibens Sponsorējumi</target> <note>Label for Bitcoin Lightning Tips section of user profile form.</note> </trans-unit> @@ -200,6 +218,33 @@ Number of profiles a user is following.</note> <note>Dropdown option label for Lightning wallet, Blixt Wallet</note> </trans-unit> + <trans-unit id="Block" xml:space="preserve"> + <source>Block</source> + + <note>Alert button to block a user. + Button to block a profile. + Context menu option for blocking users.</note> + </trans-unit> + <trans-unit id="Block %@?" xml:space="preserve"> + <source>Block %@?</source> + + <note>Alert message prompt to ask if a user should be blocked.</note> + </trans-unit> + <trans-unit id="Block User" xml:space="preserve"> + <source>Block User</source> + + <note>Title of alert for blocking a user.</note> + </trans-unit> + <trans-unit id="Blocked" xml:space="preserve"> + <source>Blocked</source> + + <note>Sidebar menu label for Profile view.</note> + </trans-unit> + <trans-unit id="Blocked Users" xml:space="preserve"> + <source>Blocked Users</source> + + <note>Navigation title of view to see list of blocked users.</note> + </trans-unit> <trans-unit id="Blue Wallet" xml:space="preserve"> <source>Blue Wallet</source> <target>Blue Maciņš</target> @@ -222,9 +267,12 @@ Number of profiles a user is following.</note> <source>Cancel</source> <target>Atcelt</target> - <note>Button to cancel out of posting a note. + <note>Alert button to cancel out of alert for blocking a user. + Button to cancel out of alert that creates a new mutelist. + Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user.</note> </trans-unit> <trans-unit id="Cash App" xml:space="preserve"> @@ -300,15 +348,19 @@ Number of profiles a user is following.</note> <note>Context menu option for copying the JSON text from the note.</note> </trans-unit> + <trans-unit id="Copy Report ID" xml:space="preserve"> + <source>Copy Report ID</source> + + <note>Button to copy report ID.</note> + </trans-unit> <trans-unit id="Copy Text" xml:space="preserve"> <source>Copy Text</source> <target>Nokopēt Tekstu</target> <note>Context menu option for copying the text from an note.</note> </trans-unit> - <trans-unit id="Copy User ID" xml:space="preserve"> - <source>Copy User ID</source> - <target>Nokopēt Lietotāja ID</target> + <trans-unit id="Copy User Pubkey" xml:space="preserve"> + <source>Copy User Pubkey</source> <note>Context menu option for copying the ID of the user who created the note.</note> </trans-unit> @@ -318,6 +370,11 @@ Number of profiles a user is following.</note> <note>Title of section for copying a Lightning invoice identifier.</note> </trans-unit> + <trans-unit id="Could not find user to block..." xml:space="preserve"> + <source>Could not find user to block...</source> + + <note>Alert message to indicate that the blocked user could not be found.</note> + </trans-unit> <trans-unit id="Create" xml:space="preserve"> <source>Create</source> <target>Izveidot</target> @@ -330,17 +387,21 @@ Number of profiles a user is following.</note> <note>Button to create an account.</note> </trans-unit> + <trans-unit id="Create new mutelist" xml:space="preserve"> + <source>Create new mutelist</source> + + <note>Title of alert prompting the user to create a new mutelist.</note> + </trans-unit> <trans-unit id="Creator(s) of Bitcoin. Absolute legend." xml:space="preserve"> <source>Creator(s) of Bitcoin. Absolute legend.</source> <target>Bitmonētas Radītājs(i). Pilnīgas Leģendas.</target> <note>Example description about Bitcoin creator(s), Satoshi Nakamoto.</note> </trans-unit> - <trans-unit id="DM Type" xml:space="preserve"> - <source>DM Type</source> - <target>Privātās Iesūtnes Tips</target> + <trans-unit id="Custom" xml:space="preserve"> + <source>Custom</source> - <note>DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message.</note> + <note>Dropdown option for selecting a custom translation server.</note> </trans-unit> <trans-unit id="DMs" xml:space="preserve"> <source>DMs</source> @@ -365,7 +426,21 @@ Number of profiles a user is following.</note> <source>Delete</source> <target>Izdzēst</target> - <note>Button to delete a relay server that the user connects to.</note> + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + + <note>Alert message to indicate this is a deleted account</note> </trans-unit> <trans-unit id="Dismiss" xml:space="preserve"> <source>Dismiss</source> @@ -385,6 +460,11 @@ Number of profiles a user is following.</note> <note>Button to dismiss wallet selection view for paying Lightning invoice.</note> </trans-unit> + <trans-unit id="EULA" xml:space="preserve"> + <source>EULA</source> + + <note>Label indicating that the below text is the EULA, an acronym for End User License Agreement.</note> + </trans-unit> <trans-unit id="Earn Money" xml:space="preserve"> <source>Earn Money</source> <target>Pelni Naudu</target> @@ -421,12 +501,6 @@ Number of profiles a user is following.</note> <note>Error message indicating why saving keys failed.</note> </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>Filtrēt Štatu</target> - - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> <trans-unit id="Follow" xml:space="preserve"> <source>Follow</source> <target>Sekot</target> @@ -460,7 +534,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Global" xml:space="preserve"> <source>Global</source> - <target>Globāls</target> + <target>Globāli</target> <note>Navigation bar title for Global view where posts from all connected relay servers appear.</note> </trans-unit> @@ -476,18 +550,38 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Navigation link to go to profile.</note> </trans-unit> + <trans-unit id="Hide" xml:space="preserve"> + <source>Hide</source> + + <note>Button to hide a post from a user who has been blocked.</note> + </trans-unit> + <trans-unit id="Hide API Key" xml:space="preserve"> + <source>Hide API Key</source> + + <note>Button to hide the LibreTranslate server API key.</note> + </trans-unit> <trans-unit id="Home" xml:space="preserve"> <source>Home</source> <target>Sākums</target> <note>Navigation bar title for Home view where posts and replies appear from those who the user is following.</note> </trans-unit> + <trans-unit id="Illegal content" xml:space="preserve"> + <source>Illegal content</source> + + <note>Button for user to report that the account or content has illegal content.</note> + </trans-unit> <trans-unit id="Invalid key" xml:space="preserve"> <source>Invalid key</source> <target>Nepareiza atslēga</target> <note>Error message indicating that an invalid account key was entered for login.</note> </trans-unit> + <trans-unit id="It's spam" xml:space="preserve"> + <source>It's spam</source> + + <note>Button for user to report that the account or content has spam.</note> + </trans-unit> <trans-unit id="LNLink" xml:space="preserve"> <source>LNLink</source> <target>ZibSaite</target> @@ -506,6 +600,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Button to complete account creation and start using the app.</note> </trans-unit> + <trans-unit id="LibreTranslate Translations" xml:space="preserve"> + <source>LibreTranslate Translations</source> + + <note>Section title for selecting the server that hosts the LibreTranslate machine translation API.</note> + </trans-unit> <trans-unit id="Lightning Address or LNURL" xml:space="preserve"> <source>Lightning Address or LNURL</source> <target>Zibens Adrese vai ZibSaite</target> @@ -537,7 +636,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Alert for logging out the user. Button for logging out the user. - Button to logout the user.</note> + Button to close the alert that informs that the current account has been deleted.</note> </trans-unit> <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> @@ -557,6 +656,26 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Label for NIP-05 Verification section of user profile form.</note> </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> + <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> + <source>No block list found, create a new one? This will overwrite any previous block lists.</source> + + <note>Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists.</note> + </trans-unit> + <trans-unit id="None" xml:space="preserve"> + <source>None</source> + + <note>Dropdown option for selecting no translation server.</note> + </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> <source>Nothing to see here. Check back later!</source> <target>Nav ko redzēt te. Ienāc šeit vēlāk.</target> @@ -569,6 +688,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Navigation title for notifications.</note> </trans-unit> + <trans-unit id="Nudity or explicit content" xml:space="preserve"> + <source>Nudity or explicit content</source> + + <note>Button for user to report that the account or content has nudity or explicit content.</note> + </trans-unit> <trans-unit id="Pay" xml:space="preserve"> <source>Pay</source> <target>Maksāt</target> @@ -593,6 +717,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Button to post a note.</note> </trans-unit> + <trans-unit id="Post from a user you've blocked" xml:space="preserve"> + <source>Post from a user you've blocked</source> + + <note>Text to indicate that what is being shown is a post from a user who has been blocked.</note> + </trans-unit> <trans-unit id="Posts" xml:space="preserve"> <source>Posts</source> <target>Ieraksti</target> @@ -665,6 +794,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Section title for recommend relay servers that could be added as part of configuration</note> </trans-unit> + <trans-unit id="Reject" xml:space="preserve"> + <source>Reject</source> + + <note>Button to reject the end user license agreement, which disallows the user from being let into the app.</note> + </trans-unit> <trans-unit id="Relay" xml:space="preserve"> <source>Relay</source> <target>Relejs</target> @@ -675,7 +809,13 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>Relays</source> <target>Releji</target> - <note>Sidebar menu label for Relay servers view</note> + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> + </trans-unit> + <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> + <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> + + <note>Description of what was done as a result of sending a report to relay servers.</note> </trans-unit> <trans-unit id="Remove all" xml:space="preserve"> <source>Remove all</source> @@ -701,6 +841,22 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Indicating that the user is replying to the following listed people.</note> </trans-unit> + <trans-unit id="Report" xml:space="preserve"> + <source>Report</source> + + <note>Button to report a profile. + Context menu option for reporting content.</note> + </trans-unit> + <trans-unit id="Report ID:" xml:space="preserve"> + <source>Report ID:</source> + + <note>Label indicating that the text underneath is the identifier of the report that was sent to relay servers.</note> + </trans-unit> + <trans-unit id="Report sent!" xml:space="preserve"> + <source>Report sent!</source> + + <note>Message indicating that a report was successfully sent to relay servers.</note> + </trans-unit> <trans-unit id="Repost" xml:space="preserve"> <source>Repost</source> <target>Pārpublicēt</target> @@ -714,18 +870,17 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text indicating that the post was reposted (i.e. re-shared).</note> </trans-unit> + <trans-unit id="Reposts" xml:space="preserve"> + <source>Reposts</source> + + <note>Navigation bar title for Reposts view.</note> + </trans-unit> <trans-unit id="Requests" xml:space="preserve"> <source>Requests</source> <target>Pieprasījumi</target> <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>Atiestatīt</target> - - <note>Section title for resetting the user</note> - </trans-unit> <trans-unit id="Retry" xml:space="preserve"> <source>Retry</source> <target>Mēģiniet vēlreiz</target> @@ -758,7 +913,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Search hashtag: #%@" xml:space="preserve"> <source>Search hashtag: #%@</source> - <target>Meklēt Režģbirku #%@</target> + <target>Meklēt atsauci #%@</target> <note>Navigation link to search hashtag.</note> </trans-unit> @@ -792,6 +947,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text prompt for user to send a message to the other user.</note> </trans-unit> + <trans-unit id="Server" xml:space="preserve"> + <source>Server</source> + + <note>Prompt selection of LibreTranslate server to perform machine translations on notes</note> + </trans-unit> <trans-unit id="Settings" xml:space="preserve"> <source>Settings</source> <target>Uzstādījumi</target> @@ -803,13 +963,20 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>Share</source> <target>Dalīties</target> - <note>Button to share an image.</note> + <note>Button to share an image. + Button to share the link to a profile.</note> </trans-unit> <trans-unit id="Show" xml:space="preserve"> <source>Show</source> <target>Parādīt</target> - <note>Toggle to show or hide user's secret account login key.</note> + <note>Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key.</note> + </trans-unit> + <trans-unit id="Show API Key" xml:space="preserve"> + <source>Show API Key</source> + + <note>Button to hide the LibreTranslate server API key.</note> </trans-unit> <trans-unit id="Show wallet selector" xml:space="preserve"> <source>Show wallet selector</source> @@ -829,6 +996,16 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Dropdown option label for Lightning wallet, Strike.</note> </trans-unit> + <trans-unit id="Thanks!" xml:space="preserve"> + <source>Thanks!</source> + + <note>Button to close out of alert that informs that the action to block a user was successful.</note> + </trans-unit> + <trans-unit id="They are impersonating someone" xml:space="preserve"> + <source>They are impersonating someone</source> + + <note>Button for user to report that the account is impersonating someone.</note> + </trans-unit> <trans-unit id="This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective." xml:space="preserve"> <source>This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective.</source> <target>Šī ir publiskā atslēga, jūs nevarēsit rakstīt ziņas vai kādā citā veidā darboties. To izmanto, lai tikai skatītu kontus no to skatpunkta.</target> @@ -837,7 +1014,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key." xml:space="preserve"> <source>This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key.</source> - <target>Šī ir vecā parauga nostr atslēga. Mēs neesam pārliecināti, vai tā ir kopAtslēga vai slepenā atslēga. Lūdzu, pārslēdziet ar tālāk esošo pogu, ja šī ir publiskā atslēga.</target> + <target>Šī ir vecā parauga nostr atslēga. Mēs neesam pārliecināti, vai tā ir pubAtslēga vai slepenā atslēga. Lūdzu, pārslēdziet ar tālāk esošo pogu, ja šī ir publiskā atslēga.</target> <note>Warning that the inputted account key for login is an old-style and asking user to verify if it is a public key.</note> </trans-unit> @@ -849,7 +1026,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!" xml:space="preserve"> <source>This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!</source> - <target>Šī ir jūsu konta slepenā atslēga. Tā ir nepieciešama, lai piekļūtu savam kontam. Nedalies ar to nevienam! Saglabājiet to paroļu pārvaldniekā un glabājiet to drošībā!</target> + <target>Šī ir jūsu konta slepenā atslēga. Tā ir nepieciešama, lai piekļūtu savam kontam. Ar nevienu nedalies to! Saglabājiet to paroļu pārvaldniekā un glabājiet to drošībā!</target> <note>Label to describe that a private key is the user's secret account key and what they should do with it.</note> </trans-unit> @@ -860,12 +1037,37 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Navigation bar title for note thread. Navigation bar title for threaded event detail view.</note> </trans-unit> + <trans-unit id="Translate Note" xml:space="preserve"> + <source>Translate Note</source> + + <note>Button to translate note from different language.</note> + </trans-unit> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + + <note>Button to indicate that the note has been translated from a different language.</note> + </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + + <note>No comment provided by engineer.</note> + </trans-unit> <trans-unit id="Type your post here..." xml:space="preserve"> <source>Type your post here...</source> <target>Rakstiet savu ziņu šeit...</target> <note>Text box prompt to ask user to type their post.</note> </trans-unit> + <trans-unit id="URL" xml:space="preserve"> + <source>URL</source> + + <note>Example URL to LibreTranslate server</note> + </trans-unit> <trans-unit id="Unfollow" xml:space="preserve"> <source>Unfollow</source> <target>Atsekot</target> @@ -890,6 +1092,16 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text to indicate that the button next to it is in a state that will unfollow a profile when tapped.</note> </trans-unit> + <trans-unit id="User blocked" xml:space="preserve"> + <source>User blocked</source> + + <note>Alert message to indicate the user has been blocked</note> + </trans-unit> + <trans-unit id="User has been blocked" xml:space="preserve"> + <source>User has been blocked</source> + + <note>Alert message that informs a user was blocked.</note> + </trans-unit> <trans-unit id="Username" xml:space="preserve"> <source>Username</source> <target>Lietotājvārds</target> @@ -903,18 +1115,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Sidebar menu label for Wallet view.</note> </trans-unit> - <trans-unit id="Wallet Of Satoshi" xml:space="preserve"> - <source>Wallet Of Satoshi</source> - <target>Wallet Of Satoshi</target> - - <note>Dropdown option label for Lightning wallet, Wallet Of Satoshi.</note> - </trans-unit> <trans-unit id="Wallet Selector" xml:space="preserve"> <source>Wallet Selector</source> <target>Maciņu Atlasītājs</target> <note>Section title for selection of wallet.</note> </trans-unit> + <trans-unit id="Wallet of Satoshi" xml:space="preserve"> + <source>Wallet of Satoshi</source> + <target>Wallet of Satoshi</target> + + <note>Dropdown option label for Lightning wallet, Wallet of Satoshi.</note> + </trans-unit> <trans-unit id="Website" xml:space="preserve"> <source>Website</source> <target>Mājaslapa</target> @@ -933,12 +1145,32 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text to welcome user.</note> </trans-unit> + <trans-unit id="What do you want to report?" xml:space="preserve"> + <source>What do you want to report?</source> + + <note>Header text to prompt user what issue they want to report.</note> + </trans-unit> + <trans-unit id="Yes, Overwrite" xml:space="preserve"> + <source>Yes, Overwrite</source> + + <note>Text of button that confirms to overwrite the existing mutelist.</note> + </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="Your Name" xml:space="preserve"> <source>Your Name</source> <target>Tavs Vārds</target> <note>Label for Your Name section of user profile form.</note> </trans-unit> + <trans-unit id="Your report will be sent to the relays you are connected to" xml:space="preserve"> + <source>Your report will be sent to the relays you are connected to</source> + + <note>Footer text to inform user what will happen when the report is submitted.</note> + </trans-unit> <trans-unit id="Zebedee" xml:space="preserve"> <source>Zebedee</source> <target>Zebedee</target> @@ -965,7 +1197,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="https://example.com/pic.jpg" xml:space="preserve"> <source>https://example.com/pic.jpg</source> - <target>https://paraugs.lv/att.jpg</target> + <target>https://paraugs.com/att.jpg</target> <note>Placeholder example text for profile picture URL.</note> </trans-unit> @@ -1047,12 +1279,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats. (Key in .stringsdict)</note> </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>sponsornaudas_skaits</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> <trans-unit id="u{00A0}" xml:space="preserve"> <source>u{00A0}</source> <target>u{00A0}</target> @@ -1061,7 +1287,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="wss://some.relay.com" xml:space="preserve"> <source>wss://some.relay.com</source> - <target>wss://cits.relejs.lv</target> + <target>wss://cits.relejs.com</target> <note>Placeholder example for relay server address.</note> </trans-unit> @@ -1071,6 +1297,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>No comment provided by engineer.</note> + </trans-unit> </body> </file> <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="lv-LV" datatype="plaintext"> @@ -1092,7 +1330,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="/collapsed_event_view_other_notes:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> <source>··· %#@NOTES@ ···</source> - <target>··· %#@PIEZĪMES@ ···</target> + <target>··· %#@NOTES@ ···</target> <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> </trans-unit> @@ -1110,13 +1348,13 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="/followers_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> <source>%#@FOLLOWERS@</source> - <target>%#@SEKOTĀJI@</target> + <target>%#@FOLLOWERS@</target> <note>Part of a larger sentence to describe how many people are following a user.</note> </trans-unit> <trans-unit id="/reactions_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> <source>%#@REACTIONS@</source> - <target>%#@REAKCIJAS@</target> + <target>%#@REACTIONS@</target> <note>Part of a larger sentence to describe how many reactions there are on a post.</note> </trans-unit> @@ -1134,7 +1372,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="/relays_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> <source>%#@RELAYS@</source> - <target>%#@RELEJI@</target> + <target>%#@RELAYS@</target> <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> </trans-unit> @@ -1152,7 +1390,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="/replying_to_one_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> <source>Replying to %@%#@OTHERS@</source> - <target>Atbildot %@%#@CITIEM@</target> + <target>Atbildot %@%#@OTHERS@</target> <note>Label to indicate that the user is replying to 1 user and others.</note> </trans-unit> @@ -1174,7 +1412,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="/replying_to_two_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> <source>Replying to %@, %@%#@OTHERS@</source> - <target>Atbildot %@, %@%#@CITIEM@</target> + <target>Atbildot %@, %@%#@OTHERS@</target> <note>Label to indicate that the user is replying to 2 users and others.</note> </trans-unit> @@ -1196,7 +1434,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="/reposts_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> <source>%#@REPOSTS@</source> - <target>%#@PĀRPUBLICĒJUMI@</target> + <target>%#@REPOSTS@</target> <note>Part of a larger sentence to describe how many reposts there are.</note> </trans-unit> @@ -1214,39 +1452,37 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="/sats_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> <source>%1$#@SATS@</source> - <target>%1$#@SATIŅI@</target> + <target>%1$#@SATS@</target> <note>Amount of sats.</note> </trans-unit> <trans-unit id="/sats_count:dict/SATS:dict/one:dict/:string" xml:space="preserve"> <source>%2$@ sat</source> - <target>%2$@ satiņš</target> + <target>%2$@ sats</target> <note>Amount of sats.</note> </trans-unit> <trans-unit id="/sats_count:dict/SATS:dict/other:dict/:string" xml:space="preserve"> <source>%2$@ sats</source> - <target>%2$@ satiņi</target> + <target>%2$@ sati</target> <note>Amount of sats.</note> </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@SPONSORĒJUMI@</target> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>Sponsorējums</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>Sponsorējumi</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> </body> </file> diff --git a/translations/nl.xliff b/translations/nl.xliff @@ -0,0 +1,1541 @@ +<?xml version="1.0" ?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd"> + <file original="damus/en-US.lproj/InfoPlist.strings" source-language="en-US" target-language="nl" datatype="plaintext"> + <header> + <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> + </header> + <body> + <trans-unit id="CFBundleDisplayName" xml:space="preserve"> + <source>Damus</source> + <target>Damus</target> + + <note>Bundle display name</note> + </trans-unit> + <trans-unit id="CFBundleName" xml:space="preserve"> + <source>damus</source> + <target>damus</target> + + <note>Bundle name</note> + </trans-unit> + <trans-unit id="NSPhotoLibraryAddUsageDescription" xml:space="preserve"> + <source>Granting Damus access to your photos allows you to save images.</source> + <target>Geef Damus toegang tot je foto's om afbeeldingen op te kunnen slaan.</target> + + <note>Privacy - Photo Library Additions Usage Description</note> + </trans-unit> + </body> + </file> + <file original="damus/en-US.lproj/Localizable.strings" source-language="en-US" target-language="nl" datatype="plaintext"> + <header> + <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> + </header> + <body> + <trans-unit id=" " xml:space="preserve"> + <source> </source> + <target>61b6edf1108e6f396680a33b02486a70_tr</target> + <note>Blank space to separate profile picture from profile editor form.</note> + </trans-unit> + <trans-unit id="%@" xml:space="preserve"> + <source>%@</source> + <target>%@</target> + + <note>Abbreviated version of a nostr public key.</note> + </trans-unit> + <trans-unit id="%@ %@" xml:space="preserve"> + <source>%@ %@</source> + <target>%@ %@</target> + + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. +Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> + </trans-unit> + <trans-unit id="%@ has been blocked" xml:space="preserve"> + <source>%@ has been blocked</source> + <target>%@ is geblokkeerd</target> + + <note>Alert message that informs a user was blocked.</note> + </trans-unit> + <trans-unit id="%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction." xml:space="preserve"> + <source>%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction.</source> + <target>%@. Bij het aanmaken van een account is geen telefoonnummer, e-mailadres of naam vereist. Je kunt dus snel aan de slag.</target> + + <note>Explanation of what is done to keep personally identifiable information private. There is a heading that precedes this explanation which is a variable to this string.</note> + </trans-unit> + <trans-unit id="%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" xml:space="preserve"> + <source>%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs</source> + <target>%@. Eind-tot-eind versleutelde privéberichten: grote techbedrijven kijken niet mee.</target> + + <note>Explanation of what is done to keep private data encrypted. There is a heading that precedes this explanation which is a variable to this string.</note> + </trans-unit> + <trans-unit id="%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet." xml:space="preserve"> + <source>%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet.</source> + <target>%@. Geef je vrienden een fooi met Bitcoin⚡️, dé internetvaluta.</target> + + <note>Explanation of what can be done by users to earn money. There is a heading that precedes this explanation which is a variable to this string.</note> + </trans-unit> + <trans-unit id="%lld" xml:space="preserve"> + <source>%lld</source> + <target>%lld</target> + + <note>Number of zap payments on a post. +Number of profiles a user is following.</note> + </trans-unit> + <trans-unit id="%lld/%lld" xml:space="preserve"> + <source>%lld/%lld</source> + <target>%lld/%lld</target> + + <note>Fraction of how many of the user's relay servers that are operational.</note> + </trans-unit> + <trans-unit id="'%@' at '%@' will be used for verification" xml:space="preserve"> + <source>'%@' at '%@' will be used for verification</source> + <target>‘%@’ op ‘%@’ wordt gebruikt ter verificatie</target> + + <note>Description of how the nip05 identifier would be used for verification.</note> + </trans-unit> + <trans-unit id="'%@' is an invalid NIP-05 identifier. It should look like an email." xml:space="preserve"> + <source>'%@' is an invalid NIP-05 identifier. It should look like an email.</source> + <target>‘%@’ is een ongeldige NIP-05-identificatie. Het moet op e-mailadres lijken.</target> + + <note>Description of why the nip05 identifier is invalid.</note> + </trans-unit> + <trans-unit id="(Profile.displayName(profile: profile, pubkey: whos))'s Followers" xml:space="preserve"> + <source>(Profile.displayName(profile: profile, pubkey: whos))'s Followers</source> + <target>(Profile.displayName(profile: profile, pubkey: whos))s volgers</target> + + <note>Navigation bar title for view that shows who is following a user.</note> + </trans-unit> + <trans-unit id="(who) following" xml:space="preserve"> + <source>(who) following</source> + <target>(who) volgt</target> + + <note>Navigation bar title for view that shows who a user is following.</note> + </trans-unit> + <trans-unit id="&lt; e &gt;" xml:space="preserve"> + <source>&lt; e &gt;</source> + <target>&lt; e &gt;</target> + + <note>Placeholder for event mention.</note> + </trans-unit> + <trans-unit id="@" xml:space="preserve"> + <source>@</source> + <target>@</target> + + <note>Prefix character to username.</note> + </trans-unit> + <trans-unit id="API Key (optional)" xml:space="preserve"> + <source>API Key (optional)</source> + <target>Api-sleutel (optioneel)</target> + + <note>Example URL to LibreTranslate server</note> + </trans-unit> + <trans-unit id="About" xml:space="preserve"> + <source>About</source> + <target>Over</target> + + <note>Label to prompt for about text entry for user to describe about themself.</note> + </trans-unit> + <trans-unit id="About Me" xml:space="preserve"> + <source>About Me</source> + <target>Over mijzelf</target> + + <note>Label for About Me section of user profile form.</note> + </trans-unit> + <trans-unit id="Absolute Boss" xml:space="preserve"> + <source>Absolute Boss</source> + <target>De beste van de klas</target> + + <note>Placeholder text for About Me description.</note> + </trans-unit> + <trans-unit id="Accept" xml:space="preserve"> + <source>Accept</source> + <target>Accepteer</target> + + <note>Button to accept the end user license agreement before being allowed into the app.</note> + </trans-unit> + <trans-unit id="Account ID" xml:space="preserve"> + <source>Account ID</source> + <target>Account-id</target> + + <note>Label to indicate the public ID of the account.</note> + </trans-unit> + <trans-unit id="Actions" xml:space="preserve"> + <source>Actions</source> + <target>Acties</target> + + <note>Title for confirmation dialog to either share, report, or block a profile.</note> + </trans-unit> + <trans-unit id="Add" xml:space="preserve"> + <source>Add</source> + <target>Voeg toe</target> + + <note>Button to add recommended relay server. + Button to confirm adding user inputted relay.</note> + </trans-unit> + <trans-unit id="Add Relay" xml:space="preserve"> + <source>Add Relay</source> + <target>Voeg relay toe</target> + + <note>Label for section for adding a relay server.</note> + </trans-unit> + <trans-unit id="Add all" xml:space="preserve"> + <source>Add all</source> + <target>Voeg iedereen toe</target> + + <note>Button label to re-add all original participants as profiles to reply to in a note</note> + </trans-unit> + <trans-unit id="Any" xml:space="preserve"> + <source>Any</source> + <target>Elk</target> + + <note>Any amount of sats</note> + </trans-unit> + <trans-unit id="Are you sure you want to repost this?" xml:space="preserve"> + <source>Are you sure you want to repost this?</source> + <target>Weet je zeker dat je dit wilt herplaatsen?</target> + + <note>Alert message to ask if user wants to repost a post.</note> + </trans-unit> + <trans-unit id="Banner Image" xml:space="preserve"> + <source>Banner Image</source> + <target>Profielomslag</target> + + <note>Label for Banner Image section of user profile form.</note> + </trans-unit> + <trans-unit id="Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus." xml:space="preserve"> + <source>Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus.</source> + <target>Voordat je aan de slag kant, moet je je accountinformatie opslaan, anders kun je niet inloggen, zelfs niet als je Damus verwijdert.</target> + + <note>Reminder to user that they should save their account information.</note> + </trans-unit> + <trans-unit id="Bitcoin Beach" xml:space="preserve"> + <source>Bitcoin Beach</source> + <target>Bitcoin Beach</target> + + <note>Dropdown option label for Lightning wallet, Bitcoin Beach.</note> + </trans-unit> + <trans-unit id="Bitcoin Lightning Tips" xml:space="preserve"> + <source>Bitcoin Lightning Tips</source> + <target>Bitcoin Lightning-tips</target> + + <note>Label for Bitcoin Lightning Tips section of user profile form.</note> + </trans-unit> + <trans-unit id="Blixt Wallet" xml:space="preserve"> + <source>Blixt Wallet</source> + <target>Blixt-portefeuille</target> + + <note>Dropdown option label for Lightning wallet, Blixt Wallet</note> + </trans-unit> + <trans-unit id="Block" xml:space="preserve"> + <source>Block</source> + <target>Blokkeer</target> + + <note>Alert button to block a user. + Button to block a profile. + Context menu option for blocking users.</note> + </trans-unit> + <trans-unit id="Block %@?" xml:space="preserve"> + <source>Block %@?</source> + <target>Wil je %@ blokkeren?</target> + + <note>Alert message prompt to ask if a user should be blocked.</note> + </trans-unit> + <trans-unit id="Block User" xml:space="preserve"> + <source>Block User</source> + <target>Blokkeer gebruiker</target> + + <note>Title of alert for blocking a user.</note> + </trans-unit> + <trans-unit id="Blocked" xml:space="preserve"> + <source>Blocked</source> + <target>Geblokkeerd</target> + + <note>Sidebar menu label for Profile view.</note> + </trans-unit> + <trans-unit id="Blocked Users" xml:space="preserve"> + <source>Blocked Users</source> + <target>Geblokkeerde gebruikers</target> + + <note>Navigation title of view to see list of blocked users.</note> + </trans-unit> + <trans-unit id="Blue Wallet" xml:space="preserve"> + <source>Blue Wallet</source> + <target>Blue-portefeuille</target> + + <note>Dropdown option label for Lightning wallet, Blue Wallet.</note> + </trans-unit> + <trans-unit id="Breez" xml:space="preserve"> + <source>Breez</source> + <target>Breez</target> + + <note>Dropdown option label for Lightning wallet, Breez.</note> + </trans-unit> + <trans-unit id="Broadcast" xml:space="preserve"> + <source>Broadcast</source> + <target>Uitzenden</target> + + <note>Context menu option for broadcasting the user's note to all of the user's connected relay servers.</note> + </trans-unit> + <trans-unit id="Cancel" xml:space="preserve"> + <source>Cancel</source> + <target>Annuleer</target> + + <note>Alert button to cancel out of alert for blocking a user. + Button to cancel out of alert that creates a new mutelist. + Button to cancel out of posting a note. + Button to cancel out of reposting a post. + Button to cancel out of view adding user inputted relay. + Cancel deleting the user. + Cancel out of logging out the user.</note> + </trans-unit> + <trans-unit id="Cash App" xml:space="preserve"> + <source>Cash App</source> + <target>Cash-app</target> + + <note>Dropdown option label for Lightning wallet, Cash App.</note> + </trans-unit> + <trans-unit id="Chat" xml:space="preserve"> + <source>Chat</source> + <target>Chat</target> + + <note>Navigation bar title for Chatroom view.</note> + </trans-unit> + <trans-unit id="Clear" xml:space="preserve"> + <source>Clear</source> + <target>Wis</target> + + <note>Button for clearing cached data.</note> + </trans-unit> + <trans-unit id="Clear Cache" xml:space="preserve"> + <source>Clear Cache</source> + <target>Wis cache</target> + + <note>Section title for clearing cached data.</note> + </trans-unit> + <trans-unit id="Copied" xml:space="preserve"> + <source>Copied</source> + <target>Gekopieerd</target> + + <note>Label indicating that a user's key was copied.</note> + </trans-unit> + <trans-unit id="Copy" xml:space="preserve"> + <source>Copy</source> + <target>Kopieer</target> + + <note>Button to copy a relay server address.</note> + </trans-unit> + <trans-unit id="Copy Account ID" xml:space="preserve"> + <source>Copy Account ID</source> + <target>Kopieer account-id</target> + + <note>Context menu option for copying the ID of the account that created the note.</note> + </trans-unit> + <trans-unit id="Copy Image" xml:space="preserve"> + <source>Copy Image</source> + <target>Kopieer afbeelding</target> + + <note>Context menu option to copy an image into clipboard. + Context menu option to copy an image to clipboard.</note> + </trans-unit> + <trans-unit id="Copy Image URL" xml:space="preserve"> + <source>Copy Image URL</source> + <target>Kopieer afbeeldingslink</target> + + <note>Context menu option to copy the URL of an image into clipboard.</note> + </trans-unit> + <trans-unit id="Copy LNURL" xml:space="preserve"> + <source>Copy LNURL</source> + <target>Kopieer LNURL</target> + + <note>Context menu option for copying a user's Lightning URL.</note> + </trans-unit> + <trans-unit id="Copy Note ID" xml:space="preserve"> + <source>Copy Note ID</source> + <target>Kopieer notitie-id</target> + + <note>Context menu option for copying the ID of the note.</note> + </trans-unit> + <trans-unit id="Copy Note JSON" xml:space="preserve"> + <source>Copy Note JSON</source> + <target>Kopieer notitie-json</target> + + <note>Context menu option for copying the JSON text from the note.</note> + </trans-unit> + <trans-unit id="Copy Report ID" xml:space="preserve"> + <source>Copy Report ID</source> + <target>Kopieer meldings-id</target> + + <note>Button to copy report ID.</note> + </trans-unit> + <trans-unit id="Copy Text" xml:space="preserve"> + <source>Copy Text</source> + <target>Kopieer tekst</target> + + <note>Context menu option for copying the text from an note.</note> + </trans-unit> + <trans-unit id="Copy User Pubkey" xml:space="preserve"> + <source>Copy User Pubkey</source> + <target>Kopieer gebruikerssleutel</target> + + <note>Context menu option for copying the ID of the user who created the note.</note> + </trans-unit> + <trans-unit id="Copy invoice" xml:space="preserve"> + <source>Copy invoice</source> + <target>Kopieer factuur</target> + + <note>Title of section for copying a Lightning invoice identifier.</note> + </trans-unit> + <trans-unit id="Could not find user to block..." xml:space="preserve"> + <source>Could not find user to block...</source> + <target>Er is geen gebruiker gevonden…</target> + + <note>Alert message to indicate that the blocked user could not be found.</note> + </trans-unit> + <trans-unit id="Create" xml:space="preserve"> + <source>Create</source> + <target>Registreer</target> + + <note>Button to create account.</note> + </trans-unit> + <trans-unit id="Create Account" xml:space="preserve"> + <source>Create Account</source> + <target>Maak account aan</target> + + <note>Button to create an account.</note> + </trans-unit> + <trans-unit id="Create new mutelist" xml:space="preserve"> + <source>Create new mutelist</source> + <target>Maak nieuwe demplijst aan</target> + + <note>Title of alert prompting the user to create a new mutelist.</note> + </trans-unit> + <trans-unit id="Creator(s) of Bitcoin. Absolute legend." xml:space="preserve"> + <source>Creator(s) of Bitcoin. Absolute legend.</source> + <target>Maker(s) van Bitcoin. Een ware legende.</target> + + <note>Example description about Bitcoin creator(s), Satoshi Nakamoto.</note> + </trans-unit> + <trans-unit id="Custom" xml:space="preserve"> + <source>Custom</source> + <target>Aangepast</target> + + <note>Dropdown option for selecting a custom translation server.</note> + </trans-unit> + <trans-unit id="DMs" xml:space="preserve"> + <source>DMs</source> + <target>DM's</target> + + <note>Navigation title for DMs view, where DM is the English abbreviation for Direct Message. + Navigation title for view of DMs, where DM is an English abbreviation for Direct Message.</note> + </trans-unit> + <trans-unit id="Damus" xml:space="preserve"> + <source>Damus</source> + <target>Damus</target> + + <note>Name of the app, shown on the first screen when user is not logged in.</note> + </trans-unit> + <trans-unit id="Default Wallet" xml:space="preserve"> + <source>Default Wallet</source> + <target>Damus-portefeuille</target> + + <note>Button to pay a Lightning invoice with the user's default Lightning wallet.</note> + </trans-unit> + <trans-unit id="Delete" xml:space="preserve"> + <source>Delete</source> + <target>Verwijder</target> + + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + <target>Verwijder account</target> + + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + <target>Verwijderd account</target> + + <note>Alert message to indicate this is a deleted account</note> + </trans-unit> + <trans-unit id="Dismiss" xml:space="preserve"> + <source>Dismiss</source> + <target>Negeer</target> + + <note>Button to dismiss a text field alert.</note> + </trans-unit> + <trans-unit id="Display Name" xml:space="preserve"> + <source>Display Name</source> + <target>Weergavenaam</target> + + <note>Label to prompt display name entry.</note> + </trans-unit> + <trans-unit id="Done" xml:space="preserve"> + <source>Done</source> + <target>Klaar</target> + + <note>Button to dismiss wallet selection view for paying Lightning invoice.</note> + </trans-unit> + <trans-unit id="EULA" xml:space="preserve"> + <source>EULA</source> + <target>EULA</target> + + <note>Label indicating that the below text is the EULA, an acronym for End User License Agreement.</note> + </trans-unit> + <trans-unit id="Earn Money" xml:space="preserve"> + <source>Earn Money</source> + <target>Verdien geld</target> + + <note>Heading indicating that this application allows users to earn money.</note> + </trans-unit> + <trans-unit id="Edit" xml:space="preserve"> + <source>Edit</source> + <target>Bewerk</target> + + <note>Button to edit user's profile.</note> + </trans-unit> + <trans-unit id="Edit participants" xml:space="preserve"> + <source>Edit participants</source> + <target>Bewerk deelnemers</target> + + <note>Text indicating that the view is used for editing which participants are replied to in a note.</note> + </trans-unit> + <trans-unit id="Encrypted" xml:space="preserve"> + <source>Encrypted</source> + <target>Versleuteld</target> + + <note>Heading indicating that this application keeps private messaging end-to-end encrypted.</note> + </trans-unit> + <trans-unit id="Enter your account key to login:" xml:space="preserve"> + <source>Enter your account key to login:</source> + <target>Voer je accountsleutel in om in te loggen:</target> + + <note>Prompt for user to enter an account key to login.</note> + </trans-unit> + <trans-unit id="Error: %@" xml:space="preserve"> + <source>Error: %@</source> + <target>Foutmelding: %@</target> + + <note>Error message indicating why saving keys failed.</note> + </trans-unit> + <trans-unit id="Follow" xml:space="preserve"> + <source>Follow</source> + <target>Volg</target> + + <note>Button to follow a user.</note> + </trans-unit> + <trans-unit id="Followers" xml:space="preserve"> + <source>Followers</source> + <target>Volgers</target> + + <note>Label describing followers of a user.</note> + </trans-unit> + <trans-unit id="Following" xml:space="preserve"> + <source>Following</source> + <target>Volgend</target> + + <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of following a profile. +Part of a larger sentence to describe how many profiles a user is following.</note> + </trans-unit> + <trans-unit id="Following..." xml:space="preserve"> + <source>Following...</source> + <target>Volgend…</target> + + <note>Label to indicate that the user is in the process of following another user.</note> + </trans-unit> + <trans-unit id="Follows" xml:space="preserve"> + <source>Follows</source> + <target>Volgt</target> + + <note>Text to indicate that button next to it is in a state that will follow a profile when tapped.</note> + </trans-unit> + <trans-unit id="Global" xml:space="preserve"> + <source>Global</source> + <target>Algemeen</target> + + <note>Navigation bar title for Global view where posts from all connected relay servers appear.</note> + </trans-unit> + <trans-unit id="Goto post %@" xml:space="preserve"> + <source>Goto post %@</source> + <target>Ga naar bericht %@</target> + + <note>Navigation link to go to post referenced by hex code.</note> + </trans-unit> + <trans-unit id="Goto profile %@" xml:space="preserve"> + <source>Goto profile %@</source> + <target>Ga naar profiel %@</target> + + <note>Navigation link to go to profile.</note> + </trans-unit> + <trans-unit id="Hide" xml:space="preserve"> + <source>Hide</source> + <target>Verberg</target> + + <note>Button to hide a post from a user who has been blocked.</note> + </trans-unit> + <trans-unit id="Hide API Key" xml:space="preserve"> + <source>Hide API Key</source> + <target>Verberg api-sleutel</target> + + <note>Button to hide the LibreTranslate server API key.</note> + </trans-unit> + <trans-unit id="Home" xml:space="preserve"> + <source>Home</source> + <target>Startpagina</target> + + <note>Navigation bar title for Home view where posts and replies appear from those who the user is following.</note> + </trans-unit> + <trans-unit id="Illegal content" xml:space="preserve"> + <source>Illegal content</source> + <target>Illegale inhoud</target> + + <note>Button for user to report that the account or content has illegal content.</note> + </trans-unit> + <trans-unit id="Invalid key" xml:space="preserve"> + <source>Invalid key</source> + <target>Ongeldige sleutel</target> + + <note>Error message indicating that an invalid account key was entered for login.</note> + </trans-unit> + <trans-unit id="It's spam" xml:space="preserve"> + <source>It's spam</source> + <target>Spam</target> + + <note>Button for user to report that the account or content has spam.</note> + </trans-unit> + <trans-unit id="LNLink" xml:space="preserve"> + <source>LNLink</source> + <target>LNLink</target> + + <note>Dropdown option label for Lightning wallet, LNLink.</note> + </trans-unit> + <trans-unit id="Left Handed" xml:space="preserve"> + <source>Left Handed</source> + <target>Linkshandig</target> + + <note>Moves the post button to the left side of the screen</note> + </trans-unit> + <trans-unit id="Let's go!" xml:space="preserve"> + <source>Let's go!</source> + <target>Aan de slag!</target> + + <note>Button to complete account creation and start using the app.</note> + </trans-unit> + <trans-unit id="LibreTranslate Translations" xml:space="preserve"> + <source>LibreTranslate Translations</source> + <target>LibreTranslate-vertalingen</target> + + <note>Section title for selecting the server that hosts the LibreTranslate machine translation API.</note> + </trans-unit> + <trans-unit id="Lightning Address or LNURL" xml:space="preserve"> + <source>Lightning Address or LNURL</source> + <target>Lightningadres of LNURL</target> + + <note>Placeholder text for entry of Lightning Address or LNURL.</note> + </trans-unit> + <trans-unit id="Lightning Invoice" xml:space="preserve"> + <source>Lightning Invoice</source> + <target>Lightningfactuur</target> + + <note>Indicates that the view is for paying a Lightning invoice.</note> + </trans-unit> + <trans-unit id="Local default" xml:space="preserve"> + <source>Local default</source> + <target>Lokaal standaard</target> + + <note>Dropdown option label for system default for Lightning wallet.</note> + </trans-unit> + <trans-unit id="Login" xml:space="preserve"> + <source>Login</source> + <target>Log in</target> + + <note>Button to log into account. + Button to log into an account.</note> + </trans-unit> + <trans-unit id="Logout" xml:space="preserve"> + <source>Logout</source> + <target>Log uit</target> + + <note>Alert for logging out the user. + Button for logging out the user. + Button to close the alert that informs that the current account has been deleted.</note> + </trans-unit> + <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> + <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> + <target>Zorg er voor dat je nsec-accountsleutel is opgeslagen voordat je uitlogt, anders verlies je toegang tot dit account</target> + + <note>Reminder message in alert to get customer to verify that their private security account key is saved saved before logging out.</note> + </trans-unit> + <trans-unit id="Muun" xml:space="preserve"> + <source>Muun</source> + <target>Muun</target> + + <note>Dropdown option label for Lightning wallet, Muun.</note> + </trans-unit> + <trans-unit id="NIP-05 Verification" xml:space="preserve"> + <source>NIP-05 Verification</source> + <target>NIP-05-verificatie</target> + + <note>Label for NIP-05 Verification section of user profile form.</note> + </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + <target>Nee</target> + + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> + <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> + <source>No block list found, create a new one? This will overwrite any previous block lists.</source> + <target>Er is geen blokkadelijst. Wil je een lijst aanmaken? Hierdoor worden vorige lijsten overschreven.</target> + + <note>Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists.</note> + </trans-unit> + <trans-unit id="None" xml:space="preserve"> + <source>None</source> + <target>Geen</target> + + <note>Dropdown option for selecting no translation server.</note> + </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + <target>De notitie bevat een ‘nsec1’-privésleutel. Weet je het zeker?</target> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> + <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> + <source>Nothing to see here. Check back later!</source> + <target>Er is hier nog niks te zien. Kijk later nog eens!</target> + + <note>Indicates that there are no notes in the timeline to view.</note> + </trans-unit> + <trans-unit id="Notifications" xml:space="preserve"> + <source>Notifications</source> + <target>Meldingen</target> + + <note>Navigation title for notifications.</note> + </trans-unit> + <trans-unit id="Nudity or explicit content" xml:space="preserve"> + <source>Nudity or explicit content</source> + <target>Naaktheid of expliciete inhoud</target> + + <note>Button for user to report that the account or content has nudity or explicit content.</note> + </trans-unit> + <trans-unit id="Pay" xml:space="preserve"> + <source>Pay</source> + <target>Betaal</target> + + <note>Button to pay a Lightning invoice.</note> + </trans-unit> + <trans-unit id="Pay the Lightning invoice" xml:space="preserve"> + <source>Pay the Lightning invoice</source> + <target>Betaal de Lightningfactuur</target> + + <note>Navigation bar title for view to pay Lightning invoice.</note> + </trans-unit> + <trans-unit id="Phoenix" xml:space="preserve"> + <source>Phoenix</source> + <target>Phoenix</target> + + <note>Dropdown option label for Lightning wallet, Phoenix.</note> + </trans-unit> + <trans-unit id="Post" xml:space="preserve"> + <source>Post</source> + <target>Bericht</target> + + <note>Button to post a note.</note> + </trans-unit> + <trans-unit id="Post from a user you've blocked" xml:space="preserve"> + <source>Post from a user you've blocked</source> + <target>Bericht van een geblokkeerde gebruiker</target> + + <note>Text to indicate that what is being shown is a post from a user who has been blocked.</note> + </trans-unit> + <trans-unit id="Posts" xml:space="preserve"> + <source>Posts</source> + <target>Berichten</target> + + <note>Label for filter for seeing only posts (instead of posts and replies).</note> + </trans-unit> + <trans-unit id="Posts &amp; Replies" xml:space="preserve"> + <source>Posts &amp; Replies</source> + <target>Berichten en antwoorden</target> + + <note>Label for filter for seeing posts and replies (instead of only posts).</note> + </trans-unit> + <trans-unit id="Private" xml:space="preserve"> + <source>Private</source> + <target>Privé</target> + + <note>Heading indicating that this application keeps personally identifiable information private. A sentence describing what is done to keep data private comes after this heading.</note> + </trans-unit> + <trans-unit id="Private Key" xml:space="preserve"> + <source>Private Key</source> + <target>Privésleutel</target> + + <note>Title of the secure field that holds the user's private key.</note> + </trans-unit> + <trans-unit id="Profile" xml:space="preserve"> + <source>Profile</source> + <target>Profiel</target> + + <note>Sidebar menu label for Profile view.</note> + </trans-unit> + <trans-unit id="Profile Picture" xml:space="preserve"> + <source>Profile Picture</source> + <target>Profielfoto</target> + + <note>Label for Profile Picture section of user profile form.</note> + </trans-unit> + <trans-unit id="Public Account ID" xml:space="preserve"> + <source>Public Account ID</source> + <target>Openbare account-id</target> + + <note>Section title for the user's public account ID.</note> + </trans-unit> + <trans-unit id="Public Key" xml:space="preserve"> + <source>Public Key</source> + <target>Openbare sleutel</target> + + <note>Label indicating that the text is a user's public account key.</note> + </trans-unit> + <trans-unit id="Public Key?" xml:space="preserve"> + <source>Public Key?</source> + <target>Openbare sleutel?</target> + + <note>Prompt to ask user if the key they entered is a public key.</note> + </trans-unit> + <trans-unit id="Public key" xml:space="preserve"> + <source>Public key</source> + <target>Openbare sleutel</target> + + <note>Label indicating that the text is a user's public account key.</note> + </trans-unit> + <trans-unit id="Reactions" xml:space="preserve"> + <source>Reactions</source> + <target>Reacties</target> + + <note>Navigation bar title for Reactions view.</note> + </trans-unit> + <trans-unit id="Recommended Relays" xml:space="preserve"> + <source>Recommended Relays</source> + <target>Aanbevolen relays</target> + + <note>Section title for recommend relay servers that could be added as part of configuration</note> + </trans-unit> + <trans-unit id="Reject" xml:space="preserve"> + <source>Reject</source> + <target>Wijs af</target> + + <note>Button to reject the end user license agreement, which disallows the user from being let into the app.</note> + </trans-unit> + <trans-unit id="Relay" xml:space="preserve"> + <source>Relay</source> + <target>Relay</target> + + <note>Text field for relay server. Used for testing purposes.</note> + </trans-unit> + <trans-unit id="Relays" xml:space="preserve"> + <source>Relays</source> + <target>Relays</target> + + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> + </trans-unit> + <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> + <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> + <target>De relays zijn op de hoogte gebracht en clients kunnen deze informatie gebruiken om inhoud te filteren. Dank!</target> + + <note>Description of what was done as a result of sending a report to relay servers.</note> + </trans-unit> + <trans-unit id="Remove all" xml:space="preserve"> + <source>Remove all</source> + <target>Verwijder allen</target> + + <note>Button label to remove all participants from a note reply.</note> + </trans-unit> + <trans-unit id="Reply to self" xml:space="preserve"> + <source>Reply to self</source> + <target>Antwoord aan mijzelf</target> + + <note>Label to indicate that the user is replying to themself.</note> + </trans-unit> + <trans-unit id="Replying to %@ &amp; %@" xml:space="preserve"> + <source>Replying to %1$@ &amp; %2$@</source> + <target>Antwoord aan %1$@ en %2$@</target> + + <note>Label to indicate that the user is replying to 2 users.</note> + </trans-unit> + <trans-unit id="Replying to:" xml:space="preserve"> + <source>Replying to:</source> + <target>Antwoord aan:</target> + + <note>Indicating that the user is replying to the following listed people.</note> + </trans-unit> + <trans-unit id="Report" xml:space="preserve"> + <source>Report</source> + <target>Meld</target> + + <note>Button to report a profile. + Context menu option for reporting content.</note> + </trans-unit> + <trans-unit id="Report ID:" xml:space="preserve"> + <source>Report ID:</source> + <target>Meldings-id:</target> + + <note>Label indicating that the text underneath is the identifier of the report that was sent to relay servers.</note> + </trans-unit> + <trans-unit id="Report sent!" xml:space="preserve"> + <source>Report sent!</source> + <target>De melding is gemaakt!</target> + + <note>Message indicating that a report was successfully sent to relay servers.</note> + </trans-unit> + <trans-unit id="Repost" xml:space="preserve"> + <source>Repost</source> + <target>Herplaats</target> + + <note>Button to confirm reposting a post. + Title of alert for confirming to repost a post.</note> + </trans-unit> + <trans-unit id="Reposted" xml:space="preserve"> + <source>Reposted</source> + <target>Herplaatst</target> + + <note>Text indicating that the post was reposted (i.e. re-shared).</note> + </trans-unit> + <trans-unit id="Reposts" xml:space="preserve"> + <source>Reposts</source> + <target>Herplaatsingen</target> + + <note>Navigation bar title for Reposts view.</note> + </trans-unit> + <trans-unit id="Requests" xml:space="preserve"> + <source>Requests</source> + <target>Verzoeken</target> + + <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> + </trans-unit> + <trans-unit id="Retry" xml:space="preserve"> + <source>Retry</source> + <target>Probeer opnieuw</target> + + <note>Button to retry completing account creation after an error occurred.</note> + </trans-unit> + <trans-unit id="River" xml:space="preserve"> + <source>River</source> + <target>River</target> + + <note>Dropdown option label for Lightning wallet, River</note> + </trans-unit> + <trans-unit id="Satoshi Nakamoto" xml:space="preserve"> + <source>Satoshi Nakamoto</source> + <target>Satoshi Nakamoto</target> + + <note>Name of Bitcoin creator(s).</note> + </trans-unit> + <trans-unit id="Save" xml:space="preserve"> + <source>Save</source> + <target>Bewaar</target> + + <note>Button for saving profile.</note> + </trans-unit> + <trans-unit id="Save Image" xml:space="preserve"> + <source>Save Image</source> + <target>Bewaar afbeelding</target> + + <note>Context menu option to save an image.</note> + </trans-unit> + <trans-unit id="Search hashtag: #%@" xml:space="preserve"> + <source>Search hashtag: #%@</source> + <target>Zoek naar hashtag: #%@</target> + + <note>Navigation link to search hashtag.</note> + </trans-unit> + <trans-unit id="Search..." xml:space="preserve"> + <source>Search...</source> + <target>Zoek…</target> + + <note>Placeholder text to prompt entry of search query.</note> + </trans-unit> + <trans-unit id="Secret Account Login Key" xml:space="preserve"> + <source>Secret Account Login Key</source> + <target>Geheime inlogsleutel</target> + + <note>Section title for user's secret account login key.</note> + </trans-unit> + <trans-unit id="Select a Lightning wallet" xml:space="preserve"> + <source>Select a Lightning wallet</source> + <target>Kies een Lightningportefeuille</target> + + <note>Title of section for selecting a Lightning wallet to pay a Lightning invoice.</note> + </trans-unit> + <trans-unit id="Select default wallet" xml:space="preserve"> + <source>Select default wallet</source> + <target>Kies de standaardportefeuille</target> + + <note>Prompt selection of user's default wallet</note> + </trans-unit> + <trans-unit id="Send a message to start the conversation..." xml:space="preserve"> + <source>Send a message to start the conversation...</source> + <target>Begin het gesprek door een bericht te versturen…</target> + + <note>Text prompt for user to send a message to the other user.</note> + </trans-unit> + <trans-unit id="Server" xml:space="preserve"> + <source>Server</source> + <target>Server</target> + + <note>Prompt selection of LibreTranslate server to perform machine translations on notes</note> + </trans-unit> + <trans-unit id="Settings" xml:space="preserve"> + <source>Settings</source> + <target>Instellingen</target> + + <note>Navigation title for Settings view. + Sidebar menu label for accessing the app settings</note> + </trans-unit> + <trans-unit id="Share" xml:space="preserve"> + <source>Share</source> + <target>Deel</target> + + <note>Button to share an image. + Button to share the link to a profile.</note> + </trans-unit> + <trans-unit id="Show" xml:space="preserve"> + <source>Show</source> + <target>Toon</target> + + <note>Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key.</note> + </trans-unit> + <trans-unit id="Show API Key" xml:space="preserve"> + <source>Show API Key</source> + <target>Toon api-sleutel</target> + + <note>Button to hide the LibreTranslate server API key.</note> + </trans-unit> + <trans-unit id="Show wallet selector" xml:space="preserve"> + <source>Show wallet selector</source> + <target>Toon portefeuillekeuze</target> + + <note>Toggle to show or hide selection of wallet.</note> + </trans-unit> + <trans-unit id="Sign out" xml:space="preserve"> + <source>Sign out</source> + <target>Log uit</target> + + <note>Sidebar menu label to sign out of the account.</note> + </trans-unit> + <trans-unit id="Strike" xml:space="preserve"> + <source>Strike</source> + <target>Strike</target> + + <note>Dropdown option label for Lightning wallet, Strike.</note> + </trans-unit> + <trans-unit id="Thanks!" xml:space="preserve"> + <source>Thanks!</source> + <target>Bedankt!</target> + + <note>Button to close out of alert that informs that the action to block a user was successful.</note> + </trans-unit> + <trans-unit id="They are impersonating someone" xml:space="preserve"> + <source>They are impersonating someone</source> + <target>Dit account doet zich voor als iemand anders</target> + + <note>Button for user to report that the account is impersonating someone.</note> + </trans-unit> + <trans-unit id="This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective." xml:space="preserve"> + <source>This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective.</source> + <target>Dit is een openbare sleutel waarmee geen berichten of antwoorden kunnen worden geplaatst. Deze wordt alléén gebruikt om accounts te tonen.</target> + + <note>Warning that the inputted account key is a public key and the result of what happens because of it.</note> + </trans-unit> + <trans-unit id="This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key." xml:space="preserve"> + <source>This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key.</source> + <target>Dit is een oude nostr-sleutel waarvan we niet weten of het een pubkey or privésleutel is. Druk op onderstaande knop als het een privésleutel betreft.</target> + + <note>Warning that the inputted account key for login is an old-style and asking user to verify if it is a public key.</note> + </trans-unit> + <trans-unit id="This is your account ID, you can give this to your friends so that they can follow you. Click to copy." xml:space="preserve"> + <source>This is your account ID, you can give this to your friends so that they can follow you. Click to copy.</source> + <target>Dit je account-id. Je kunt deze delen met je vrienden zodat ze je kunnen volgen. Druk om te kopiëren.</target> + + <note>Label to describe that a public key is the user's account ID and what they can do with it.</note> + </trans-unit> + <trans-unit id="This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!" xml:space="preserve"> + <source>This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!</source> + <target>Dit is je geheime accountsleutel. Deze heb je nodig om in te loggen op je account - deel de sleutel dus met niemand! Bewaar hem eventueel in een wachtwoordbeheerder.</target> + + <note>Label to describe that a private key is the user's secret account key and what they should do with it.</note> + </trans-unit> + <trans-unit id="Thread" xml:space="preserve"> + <source>Thread</source> + <target>Details</target> + + <note>Navigation bar title for note thread. + Navigation bar title for threaded event detail view.</note> + </trans-unit> + <trans-unit id="Translate Note" xml:space="preserve"> + <source>Translate Note</source> + <target>Vertaal notitie</target> + + <note>Button to translate note from different language.</note> + </trans-unit> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + <target>Vertaald uit het (lang)</target> + + <note>Button to indicate that the note has been translated from a different language.</note> + </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + <target>Bezig met vertalen uit (lang)…</target> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + <target>Typ DELETE om te verwijderen</target> + + <note>No comment provided by engineer.</note> + </trans-unit> + <trans-unit id="Type your post here..." xml:space="preserve"> + <source>Type your post here...</source> + <target>Typ een bericht…</target> + + <note>Text box prompt to ask user to type their post.</note> + </trans-unit> + <trans-unit id="URL" xml:space="preserve"> + <source>URL</source> + <target>Url</target> + + <note>Example URL to LibreTranslate server</note> + </trans-unit> + <trans-unit id="Unfollow" xml:space="preserve"> + <source>Unfollow</source> + <target>Ontvolg</target> + + <note>Button to unfollow a user.</note> + </trans-unit> + <trans-unit id="Unfollowing" xml:space="preserve"> + <source>Unfollowing</source> + <target>Bezig met ontvolgen…</target> + + <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of unfollowing a profile.</note> + </trans-unit> + <trans-unit id="Unfollowing..." xml:space="preserve"> + <source>Unfollowing...</source> + <target>Bezig met ontvolgen…</target> + + <note>Label to indicate that the user is in the process of unfollowing another user.</note> + </trans-unit> + <trans-unit id="Unfollows" xml:space="preserve"> + <source>Unfollows</source> + <target>Ontvolgt</target> + + <note>Text to indicate that the button next to it is in a state that will unfollow a profile when tapped.</note> + </trans-unit> + <trans-unit id="User blocked" xml:space="preserve"> + <source>User blocked</source> + <target>Geblokkeerd</target> + + <note>Alert message to indicate the user has been blocked</note> + </trans-unit> + <trans-unit id="User has been blocked" xml:space="preserve"> + <source>User has been blocked</source> + <target>De gebruiker is geblokkeerd</target> + + <note>Alert message that informs a user was blocked.</note> + </trans-unit> + <trans-unit id="Username" xml:space="preserve"> + <source>Username</source> + <target>Gebruikersnaam</target> + + <note>Label for Username section of user profile form. + Label to prompt username entry.</note> + </trans-unit> + <trans-unit id="Wallet" xml:space="preserve"> + <source>Wallet</source> + <target>Portefeuille</target> + + <note>Sidebar menu label for Wallet view.</note> + </trans-unit> + <trans-unit id="Wallet Selector" xml:space="preserve"> + <source>Wallet Selector</source> + <target>Portefeuillekeuze</target> + + <note>Section title for selection of wallet.</note> + </trans-unit> + <trans-unit id="Wallet of Satoshi" xml:space="preserve"> + <source>Wallet of Satoshi</source> + <target>Portefeuille of Satoshi</target> + + <note>Dropdown option label for Lightning wallet, Wallet of Satoshi.</note> + </trans-unit> + <trans-unit id="Website" xml:space="preserve"> + <source>Website</source> + <target>Website</target> + + <note>Label for Website section of user profile form.</note> + </trans-unit> + <trans-unit id="Welcome to the social network %@ control." xml:space="preserve"> + <source>Welcome to the social network %@ control.</source> + <target>Welkom op het sociale netwerk waar %@ de baas bent.</target> + + <note>Welcoming message to the reader. The variable is 'you', the reader.</note> + </trans-unit> + <trans-unit id="Welcome, %@!" xml:space="preserve"> + <source>Welcome, %@!</source> + <target>Welkom, %@!</target> + + <note>Text to welcome user.</note> + </trans-unit> + <trans-unit id="What do you want to report?" xml:space="preserve"> + <source>What do you want to report?</source> + <target>Waar wil je melding van maken?</target> + + <note>Header text to prompt user what issue they want to report.</note> + </trans-unit> + <trans-unit id="Yes, Overwrite" xml:space="preserve"> + <source>Yes, Overwrite</source> + <target>Ja, overschrijven</target> + + <note>Text of button that confirms to overwrite the existing mutelist.</note> + </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + <target>Ja, plaats met privésleutel</target> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> + <trans-unit id="Your Name" xml:space="preserve"> + <source>Your Name</source> + <target>Mijn naam</target> + + <note>Label for Your Name section of user profile form.</note> + </trans-unit> + <trans-unit id="Your report will be sent to the relays you are connected to" xml:space="preserve"> + <source>Your report will be sent to the relays you are connected to</source> + <target>Je melding wordt verstuurd aan de relays waarmee je verbonden bent</target> + + <note>Footer text to inform user what will happen when the report is submitted.</note> + </trans-unit> + <trans-unit id="Zebedee" xml:space="preserve"> + <source>Zebedee</source> + <target>Zebedee</target> + + <note>Dropdown option label for Lightning wallet, Zebedee.</note> + </trans-unit> + <trans-unit id="Zeus LN" xml:space="preserve"> + <source>Zeus LN</source> + <target>Zeus LN</target> + + <note>Dropdown option label for Lightning wallet, Zeus LN.</note> + </trans-unit> + <trans-unit id="collapsed_event_view_other_notes" translate="no" xml:space="preserve"> + <source>collapsed_event_view_other_notes</source> + <target>collapsed_event_view_other_notes</target> + + <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="followers_count" translate="no" xml:space="preserve"> + <source>followers_count</source> + <target>followers_count</target> + + <note>Part of a larger sentence to describe how many people are following a user. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="https://example.com/pic.jpg" xml:space="preserve"> + <source>https://example.com/pic.jpg</source> + <target>https://voorbeeld.nl/foto.jpg</target> + + <note>Placeholder example text for profile picture URL.</note> + </trans-unit> + <trans-unit id="https://jb55.com" xml:space="preserve"> + <source>https://jb55.com</source> + <target>https://jb55.com</target> + + <note>Placeholder example text for website URL for user profile.</note> + </trans-unit> + <trans-unit id="jb55@jb55.com" xml:space="preserve"> + <source>jb55@jb55.com</source> + <target>jb55@jb55.com</target> + + <note>Placeholder example text for identifier used for NIP-05 verification.</note> + </trans-unit> + <trans-unit id="none" xml:space="preserve"> + <source>none</source> + <target>geen</target> + + <note>No search results.</note> + </trans-unit> + <trans-unit id="now" xml:space="preserve"> + <source>now</source> + <target>zojuist</target> + + <note>String indicating that a given timestamp just occurred</note> + </trans-unit> + <trans-unit id="nsec1..." xml:space="preserve"> + <source>nsec1...</source> + <target>nsec1…</target> + + <note>Prompt for user to enter in an account key to login. This text shows the characters the key could start with if it was a private key.</note> + </trans-unit> + <trans-unit id="optional" xml:space="preserve"> + <source>optional</source> + <target>optioneel</target> + + <note>Label indicating that a form input is optional.</note> + </trans-unit> + <trans-unit id="reactions_count" translate="no" xml:space="preserve"> + <source>reactions_count</source> + <target>reactions_count</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="relays_count" translate="no" xml:space="preserve"> + <source>relays_count</source> + <target>relays_count</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="replying_to_one_and_others" translate="no" xml:space="preserve"> + <source>replying_to_one_and_others</source> + <target>replying_to_one_and_others</target> + + <note>Label to indicate that the user is replying to 1 user and others. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="replying_to_two_and_others" translate="no" xml:space="preserve"> + <source>replying_to_two_and_others</source> + <target>replying_to_two_and_others</target> + + <note>Label to indicate that the user is replying to 2 users and others. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="reposts_count" translate="no" xml:space="preserve"> + <source>reposts_count</source> + <target>reposts_count</target> + + <note>Part of a larger sentence to describe how many reposts there are. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="satoshi" xml:space="preserve"> + <source>satoshi</source> + <target>satoshi</target> + + <note>Example username of Bitcoin creator(s), Satoshi Nakamoto.</note> + </trans-unit> + <trans-unit id="sats_count" translate="no" xml:space="preserve"> + <source>sats_count</source> + <target>sats_count</target> + + <note>Amount of sats. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="u{00A0}" xml:space="preserve"> + <source>u{00A0}</source> + <target>u{00A0}</target> + + <note>Non-breaking space character to fill in blank space next to event action button icons.</note> + </trans-unit> + <trans-unit id="wss://some.relay.com" xml:space="preserve"> + <source>wss://some.relay.com</source> + <target>wss://een.relay.nl</target> + + <note>Placeholder example for relay server address.</note> + </trans-unit> + <trans-unit id="you" xml:space="preserve"> + <source>you</source> + <target>jíj</target> + + <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> + </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>No comment provided by engineer.</note> + </trans-unit> + </body> + </file> + <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="nl" datatype="plaintext"> + <header> + <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> + </header> + <body> + <trans-unit id="/collapsed_event_view_other_notes:dict/NOTES:dict/one:dict/:string" xml:space="preserve"> + <source>%d other note</source> + <target>%d andere notitie</target> + + <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> + </trans-unit> + <trans-unit id="/collapsed_event_view_other_notes:dict/NOTES:dict/other:dict/:string" xml:space="preserve"> + <source>%d other notes</source> + <target>%d andere notities</target> + + <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> + </trans-unit> + <trans-unit id="/collapsed_event_view_other_notes:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>··· %#@NOTES@ ···</source> + <target>··· %#@NOTES@ ···</target> + + <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> + </trans-unit> + <trans-unit id="/followers_count:dict/FOLLOWERS:dict/one:dict/:string" xml:space="preserve"> + <source>Follower</source> + <target>Volger</target> + + <note>Part of a larger sentence to describe how many people are following a user.</note> + </trans-unit> + <trans-unit id="/followers_count:dict/FOLLOWERS:dict/other:dict/:string" xml:space="preserve"> + <source>Followers</source> + <target>Volgers</target> + + <note>Part of a larger sentence to describe how many people are following a user.</note> + </trans-unit> + <trans-unit id="/followers_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@FOLLOWERS@</source> + <target>%#@FOLLOWERS@</target> + + <note>Part of a larger sentence to describe how many people are following a user.</note> + </trans-unit> + <trans-unit id="/reactions_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@REACTIONS@</source> + <target>%#@REACTIONS@</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post.</note> + </trans-unit> + <trans-unit id="/reactions_count:dict/REACTIONS:dict/one:dict/:string" xml:space="preserve"> + <source>Reaction</source> + <target>Reactie</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post.</note> + </trans-unit> + <trans-unit id="/reactions_count:dict/REACTIONS:dict/other:dict/:string" xml:space="preserve"> + <source>Reactions</source> + <target>Reacties</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post.</note> + </trans-unit> + <trans-unit id="/relays_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@RELAYS@</source> + <target>%#@RELAYS@</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> + </trans-unit> + <trans-unit id="/relays_count:dict/RELAYS:dict/one:dict/:string" xml:space="preserve"> + <source>Relay</source> + <target>Relay</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> + </trans-unit> + <trans-unit id="/relays_count:dict/RELAYS:dict/other:dict/:string" xml:space="preserve"> + <source>Relays</source> + <target>Relays</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>Replying to %@%#@OTHERS@</source> + <target>Antwoord aan %@%#@OTHERS@</target> + + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/one:dict/:string" xml:space="preserve"> + <source> &amp; %d other</source> + <target>en %d andere gebruiker</target> + + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/other:dict/:string" xml:space="preserve"> + <source> &amp; %d others</source> + <target>en %d andere gebruikers</target> + + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/zero:dict/:string" xml:space="preserve"> + <source/> + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>Replying to %@, %@%#@OTHERS@</source> + <target>Antwoord aan %@ en %@%#@OTHERS@</target> + + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/one:dict/:string" xml:space="preserve"> + <source> &amp; %d other</source> + <target>en %d andere gebruiker</target> + + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/other:dict/:string" xml:space="preserve"> + <source> &amp; %d others</source> + <target>en %d andere gebruikers</target> + + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/zero:dict/:string" xml:space="preserve"> + <source/> + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/reposts_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@REPOSTS@</source> + <target>%#@REPOSTS@</target> + + <note>Part of a larger sentence to describe how many reposts there are.</note> + </trans-unit> + <trans-unit id="/reposts_count:dict/REPOSTS:dict/one:dict/:string" xml:space="preserve"> + <source>Repost</source> + <target>Herplaatsing</target> + + <note>Part of a larger sentence to describe how many reposts there are.</note> + </trans-unit> + <trans-unit id="/reposts_count:dict/REPOSTS:dict/other:dict/:string" xml:space="preserve"> + <source>Reposts</source> + <target>Herplaatsingen</target> + + <note>Part of a larger sentence to describe how many reposts there are.</note> + </trans-unit> + <trans-unit id="/sats_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%1$#@SATS@</source> + <target>%1$#@SATS@</target> + + <note>Amount of sats.</note> + </trans-unit> + <trans-unit id="/sats_count:dict/SATS:dict/one:dict/:string" xml:space="preserve"> + <source>%2$@ sat</source> + <target>%2$@ sat</target> + + <note>Amount of sats.</note> + </trans-unit> + <trans-unit id="/sats_count:dict/SATS:dict/other:dict/:string" xml:space="preserve"> + <source>%2$@ sats</source> + <target>%2$@ sats</target> + + <note>Amount of sats.</note> + </trans-unit> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> + </trans-unit> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> + <target>Zap</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> + </trans-unit> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> + <target>Zaps</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> + </trans-unit> + </body> + </file> +</xliff>+ \ No newline at end of file diff --git a/translations/pl_PL.xliff b/translations/pl_PL.xliff @@ -38,14 +38,13 @@ <source>%@</source> <target>%@</target> - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> + <note>Abbreviated version of a nostr public key.</note> </trans-unit> <trans-unit id="%@ %@" xml:space="preserve"> <source>%@ %@</source> <target>%@ %@</target> - <note>Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> </trans-unit> <trans-unit id="%@ has been blocked" xml:space="preserve"> @@ -76,7 +75,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi <source>%lld</source> <target>%lld</target> - <note>Number of tip payments on a post. + <note>Number of zap payments on a post. Number of profiles a user is following.</note> </trans-unit> <trans-unit id="%lld/%lld" xml:space="preserve"> @@ -172,7 +171,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Add Relay" xml:space="preserve"> <source>Add Relay</source> - <target>Dodaj serwer</target> + <target>Dodaj przekaźnik</target> <note>Label for section for adding a relay server.</note> </trans-unit> @@ -283,6 +282,7 @@ Number of profiles a user is following.</note> Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user.</note> </trans-unit> <trans-unit id="Cash App" xml:space="preserve"> @@ -305,7 +305,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Clear Cache" xml:space="preserve"> <source>Clear Cache</source> - <target>Wyczyść pamięć podręczną</target> + <target>Pamięć podręczna</target> <note>Section title for clearing cached data.</note> </trans-unit> @@ -402,7 +402,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Create new mutelist" xml:space="preserve"> <source>Create new mutelist</source> - <target>Stwórz nową listę wyciszeń</target> + <target>Tworzenie nowej listy zablokowanych</target> <note>Title of alert prompting the user to create a new mutelist.</note> </trans-unit> @@ -418,12 +418,6 @@ Number of profiles a user is following.</note> <note>Dropdown option for selecting a custom translation server.</note> </trans-unit> - <trans-unit id="DM Type" xml:space="preserve"> - <source>DM Type</source> - <target>Rodzaj PW</target> - - <note>DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message.</note> - </trans-unit> <trans-unit id="DMs" xml:space="preserve"> <source>DMs</source> <target>PW</target> @@ -447,8 +441,21 @@ Number of profiles a user is following.</note> <source>Delete</source> <target>Usuń</target> - <note>Button to delete a relay server that the user connects to. - Button to remove a user from their blocklist.</note> + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + + <note>Alert message to indicate this is a deleted account</note> </trans-unit> <trans-unit id="Dismiss" xml:space="preserve"> <source>Dismiss</source> @@ -510,12 +517,6 @@ Number of profiles a user is following.</note> <note>Error message indicating why saving keys failed.</note> </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>Stan filtra</target> - - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> <trans-unit id="Follow" xml:space="preserve"> <source>Follow</source> <target>Obserwuj</target> @@ -530,7 +531,7 @@ Number of profiles a user is following.</note> </trans-unit> <trans-unit id="Following" xml:space="preserve"> <source>Following</source> - <target>Obserwowani</target> + <target>Obserwuje</target> <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of following a profile. Part of a larger sentence to describe how many profiles a user is following.</note> @@ -555,7 +556,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Goto post %@" xml:space="preserve"> <source>Goto post %@</source> - <target>Idź do wpisu %@</target> + <target>Idź do postu %@</target> <note>Navigation link to go to post referenced by hex code.</note> </trans-unit> @@ -656,7 +657,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Alert for logging out the user. Button for logging out the user. - Button to logout the user.</note> + Button to close the alert that informs that the current account has been deleted.</note> </trans-unit> <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> @@ -676,9 +677,14 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Label for NIP-05 Verification section of user profile form.</note> </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> <source>No block list found, create a new one? This will overwrite any previous block lists.</source> - <target>Nie znaleziony listy zablokowanych, stworzyć nową? To nadpisze poprzednie listy.</target> + <target>Nie znaleziono listy zablokowanych, stworzyć nową? Nadpisać poprzednie listy.</target> <note>Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists.</note> </trans-unit> @@ -688,6 +694,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Dropdown option for selecting no translation server.</note> </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> <source>Nothing to see here. Check back later!</source> <target>Nic tu nie ma. Sprawdź później!</target> @@ -726,25 +737,25 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Post" xml:space="preserve"> <source>Post</source> - <target>Wpis</target> + <target>Napisz post</target> <note>Button to post a note.</note> </trans-unit> <trans-unit id="Post from a user you've blocked" xml:space="preserve"> <source>Post from a user you've blocked</source> - <target>Wpis od użytkownika, którego zablokowałeś</target> + <target>Post od użytkownika, którego zablokowałeś</target> <note>Text to indicate that what is being shown is a post from a user who has been blocked.</note> </trans-unit> <trans-unit id="Posts" xml:space="preserve"> <source>Posts</source> - <target>Wpisy</target> + <target>Posty</target> <note>Label for filter for seeing only posts (instead of posts and replies).</note> </trans-unit> <trans-unit id="Posts &amp; Replies" xml:space="preserve"> <source>Posts &amp; Replies</source> - <target>Wpisy i odpowiedzi</target> + <target>Posty i odpowiedzi</target> <note>Label for filter for seeing posts and replies (instead of only posts).</note> </trans-unit> @@ -774,7 +785,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Public Account ID" xml:space="preserve"> <source>Public Account ID</source> - <target>ID publicznego konta</target> + <target>Publiczny ID konta</target> <note>Section title for the user's public account ID.</note> </trans-unit> @@ -804,7 +815,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Recommended Relays" xml:space="preserve"> <source>Recommended Relays</source> - <target>Serwery rekomendowane</target> + <target>Polecane przekaźniki</target> <note>Section title for recommend relay servers that could be added as part of configuration</note> </trans-unit> @@ -816,19 +827,20 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Relay" xml:space="preserve"> <source>Relay</source> - <target>Serwer</target> + <target>Przekaźnik</target> <note>Text field for relay server. Used for testing purposes.</note> </trans-unit> <trans-unit id="Relays" xml:space="preserve"> <source>Relays</source> - <target>Serwery</target> + <target>Przekaźniki</target> - <note>Sidebar menu label for Relay servers view</note> + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> </trans-unit> <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> - <target>Serwery zostały powiadomione a klienci będą mogli użyć tej informacji do filtrowania treści. Dziękuję!</target> + <target>Przekaźniki zostały powiadomione a klienci będą mogli użyć tej informacji do filtrowania treści. Dziękuję!</target> <note>Description of what was done as a result of sending a report to relay servers.</note> </trans-unit> @@ -900,12 +912,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>Reset</target> - - <note>Section title for resetting the user</note> - </trans-unit> <trans-unit id="Retry" xml:space="preserve"> <source>Retry</source> <target>Ponów</target> @@ -944,7 +950,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Search..." xml:space="preserve"> <source>Search...</source> - <target>Szukanie...</target> + <target>Szukaj..</target> <note>Placeholder text to prompt entry of search query.</note> </trans-unit> @@ -1072,12 +1078,22 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Button to translate note from different language.</note> </trans-unit> - <trans-unit id="Translated from (languageName!)" xml:space="preserve"> - <source>Translated from (languageName!)</source> - <target>Tłumaczenie z (languageName!)</target> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + <target>Tłumaczenie z (lang)</target> <note>Button to indicate that the note has been translated from a different language.</note> </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + + <note>No comment provided by engineer.</note> + </trans-unit> <trans-unit id="Type your post here..." xml:space="preserve"> <source>Type your post here...</source> <target>Napisz swój post tutaj...</target> @@ -1116,9 +1132,9 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="User blocked" xml:space="preserve"> <source>User blocked</source> - <target>Użytkownik zablokowany</target> + <target>Blokowanie użytkownika</target> - <note>Alert message to indicate</note> + <note>Alert message to indicate the user has been blocked</note> </trans-unit> <trans-unit id="User has been blocked" xml:space="preserve"> <source>User has been blocked</source> @@ -1181,6 +1197,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text of button that confirms to overwrite the existing mutelist.</note> </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="Your Name" xml:space="preserve"> <source>Your Name</source> <target>Twoje Imię</target> @@ -1189,7 +1210,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="Your report will be sent to the relays you are connected to" xml:space="preserve"> <source>Your report will be sent to the relays you are connected to</source> - <target>Twoje zgłoszenie zostanie wysłane na serwery, do których jesteś podłączony</target> + <target>Twoje zgłoszenie zostanie wysłane do przekaźników, do których jesteś podłączony</target> <note>Footer text to inform user what will happen when the report is submitted.</note> </trans-unit> @@ -1301,12 +1322,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats. (Key in .stringsdict)</note> </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>tips_count</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> <trans-unit id="u{00A0}" xml:space="preserve"> <source>u{00A0}</source> <target>u{00A0}</target> @@ -1315,7 +1330,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="wss://some.relay.com" xml:space="preserve"> <source>wss://some.relay.com</source> - <target>wss://jakis.relay.com</target> + <target>wss://jakis.przekaznik.com</target> <note>Placeholder example for relay server address.</note> </trans-unit> @@ -1325,6 +1340,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>No comment provided by engineer.</note> + </trans-unit> </body> </file> <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="pl-PL" datatype="plaintext"> @@ -1394,19 +1421,19 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="/relays_count:dict/RELAYS:dict/one:dict/:string" xml:space="preserve"> <source>Relay</source> - <target>Serwer</target> + <target>Przekaźnik</target> <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> </trans-unit> <trans-unit id="/relays_count:dict/RELAYS:dict/other:dict/:string" xml:space="preserve"> <source>Relays</source> - <target>Serwery</target> + <target>Przekaźników</target> <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> </trans-unit> <trans-unit id="/replying_to_one_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> <source>Replying to %@%#@OTHERS@</source> - <target>Odpowiadanie %@%#@OTHERS@</target> + <target>W odpowiedzi do %@%#@OTHERS@</target> <note>Label to indicate that the user is replying to 1 user and others.</note> </trans-unit> @@ -1428,7 +1455,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="/replying_to_two_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> <source>Replying to %@, %@%#@OTHERS@</source> - <target>Odpowiadanie %@, %@%#@OTHERS@</target> + <target>W odpowiedzi do %@, %@%#@OTHERS@</target> <note>Label to indicate that the user is replying to 2 users and others.</note> </trans-unit> @@ -1484,23 +1511,21 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats.</note> </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@TIPS@</target> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>Napiwek</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>Napiwki</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> </body> </file> diff --git a/translations/pt_PT.xliff b/translations/pt_PT.xliff @@ -38,14 +38,13 @@ <source>%@</source> <target>%@</target> - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> + <note>Abbreviated version of a nostr public key.</note> </trans-unit> <trans-unit id="%@ %@" xml:space="preserve"> <source>%@ %@</source> <target>%@ %@</target> - <note>Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> </trans-unit> <trans-unit id="%@ has been blocked" xml:space="preserve"> @@ -76,7 +75,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi <source>%lld</source> <target>%lld</target> - <note>Number of tip payments on a post. + <note>Number of zap payments on a post. Number of profiles a user is following.</note> </trans-unit> <trans-unit id="%lld/%lld" xml:space="preserve"> @@ -283,6 +282,7 @@ Number of profiles a user is following.</note> Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user.</note> </trans-unit> <trans-unit id="Cash App" xml:space="preserve"> @@ -418,12 +418,6 @@ Number of profiles a user is following.</note> <note>Dropdown option for selecting a custom translation server.</note> </trans-unit> - <trans-unit id="DM Type" xml:space="preserve"> - <source>DM Type</source> - <target>TIpo de MPs</target> - - <note>DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message.</note> - </trans-unit> <trans-unit id="DMs" xml:space="preserve"> <source>DMs</source> <target>MPs</target> @@ -447,8 +441,21 @@ Number of profiles a user is following.</note> <source>Delete</source> <target>Apagar</target> - <note>Button to delete a relay server that the user connects to. - Button to remove a user from their blocklist.</note> + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + + <note>Alert message to indicate this is a deleted account</note> </trans-unit> <trans-unit id="Dismiss" xml:space="preserve"> <source>Dismiss</source> @@ -510,12 +517,6 @@ Number of profiles a user is following.</note> <note>Error message indicating why saving keys failed.</note> </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>Estado do filtro</target> - - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> <trans-unit id="Follow" xml:space="preserve"> <source>Follow</source> <target>Seguir</target> @@ -656,7 +657,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Alert for logging out the user. Button for logging out the user. - Button to logout the user.</note> + Button to close the alert that informs that the current account has been deleted.</note> </trans-unit> <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> @@ -676,6 +677,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Label for NIP-05 Verification section of user profile form.</note> </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> <source>No block list found, create a new one? This will overwrite any previous block lists.</source> <target>Não foi encontrada nenhuma lista de bloqueios, criar uma nova lista? Isto irá substituir qualquer lista de bloqueios anterior.</target> @@ -688,6 +694,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Dropdown option for selecting no translation server.</note> </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> <source>Nothing to see here. Check back later!</source> <target>Não há nada para ver aqui. Volte mais tarde!</target> @@ -824,7 +835,8 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>Relays</source> <target>Relays</target> - <note>Sidebar menu label for Relay servers view</note> + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> </trans-unit> <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> @@ -900,12 +912,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>Repôr</target> - - <note>Section title for resetting the user</note> - </trans-unit> <trans-unit id="Retry" xml:space="preserve"> <source>Retry</source> <target>Tentar Novamente</target> @@ -1072,12 +1078,22 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Button to translate note from different language.</note> </trans-unit> - <trans-unit id="Translated from (languageName!)" xml:space="preserve"> - <source>Translated from (languageName!)</source> - <target>Traduzido de (languageName!)</target> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + <target>Traduzido de (lang)</target> <note>Button to indicate that the note has been translated from a different language.</note> </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + + <note>No comment provided by engineer.</note> + </trans-unit> <trans-unit id="Type your post here..." xml:space="preserve"> <source>Type your post here...</source> <target>Escreva aqui o seu post...</target> @@ -1118,7 +1134,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>User blocked</source> <target>Utilizador bloqueado</target> - <note>Alert message to indicate</note> + <note>Alert message to indicate the user has been blocked</note> </trans-unit> <trans-unit id="User has been blocked" xml:space="preserve"> <source>User has been blocked</source> @@ -1181,6 +1197,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text of button that confirms to overwrite the existing mutelist.</note> </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="Your Name" xml:space="preserve"> <source>Your Name</source> <target>O Seu Nome</target> @@ -1301,12 +1322,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats. (Key in .stringsdict)</note> </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>tips_count</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> <trans-unit id="u{00A0}" xml:space="preserve"> <source>u{00A0}</source> <target>u{00A0}</target> @@ -1325,6 +1340,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>No comment provided by engineer.</note> + </trans-unit> </body> </file> <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="pt-PT" datatype="plaintext"> @@ -1484,23 +1511,21 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats.</note> </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@TIPS@</target> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>Grojeta</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>Gorjetas</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> </body> </file> diff --git a/translations/tr_TR.xliff b/translations/tr_TR.xliff @@ -17,8 +17,7 @@ <note>Bundle name</note> </trans-unit> <trans-unit id="NSPhotoLibraryAddUsageDescription" xml:space="preserve"> - <source>&quot;Granting Damus access to your photo library allows you to save photos.</source> - <target>Damus'a fotoğraf kitaplığınıza erişim izni vermek, fotoğrafları kaydetmenize olanak tanır.</target> + <source>Granting Damus access to your photos allows you to save images.</source> <note>Privacy - Photo Library Additions Usage Description</note> </trans-unit> @@ -38,16 +37,20 @@ <source>%@</source> <target>%@</target> - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> + <note>Abbreviated version of a nostr public key.</note> </trans-unit> <trans-unit id="%@ %@" xml:space="preserve"> <source>%@ %@</source> <target>%@ %@</target> - <note>Sentence composed of 2 variables to describe how many reposts. In source English, the first variable is the number of reposts, and the second variable is 'Repost' or 'Reposts'. + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> </trans-unit> + <trans-unit id="%@ has been blocked" xml:space="preserve"> + <source>%@ has been blocked</source> + + <note>Alert message that informs a user was blocked.</note> + </trans-unit> <trans-unit id="%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction." xml:space="preserve"> <source>%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction.</source> <target>%@. Hesap oluşturmak için telefon numarası, e-posta veya isim gerekmez. Vakit kaybetmeden hemen hemen başlayın.</target> @@ -70,7 +73,7 @@ Sentence composed of 2 variables to describe how many profiles a user is followi <source>%lld</source> <target>%lld</target> - <note>Number of reposts. + <note>Number of zap payments on a post. Number of profiles a user is following.</note> </trans-unit> <trans-unit id="%lld/%lld" xml:space="preserve"> @@ -85,9 +88,8 @@ Number of profiles a user is following.</note> <note>Description of how the nip05 identifier would be used for verification.</note> </trans-unit> - <trans-unit id="'%@' is an invalid nip05 identifier. It should look like an email." xml:space="preserve"> - <source>'%@' is an invalid nip05 identifier. It should look like an email.</source> - <target>'%@' geçersiz bir nip05 tanımlayıcısı. Tanımlayıcı, e-posta gibi gözükmeli. </target> + <trans-unit id="'%@' is an invalid NIP-05 identifier. It should look like an email." xml:space="preserve"> + <source>'%@' is an invalid NIP-05 identifier. It should look like an email.</source> <note>Description of why the nip05 identifier is invalid.</note> </trans-unit> @@ -115,6 +117,11 @@ Number of profiles a user is following.</note> <note>Prefix character to username.</note> </trans-unit> + <trans-unit id="API Key (optional)" xml:space="preserve"> + <source>API Key (optional)</source> + + <note>Example URL to LibreTranslate server</note> + </trans-unit> <trans-unit id="About" xml:space="preserve"> <source>About</source> <target>Hakkında</target> @@ -133,12 +140,22 @@ Number of profiles a user is following.</note> <note>Placeholder text for About Me description.</note> </trans-unit> + <trans-unit id="Accept" xml:space="preserve"> + <source>Accept</source> + + <note>Button to accept the end user license agreement before being allowed into the app.</note> + </trans-unit> <trans-unit id="Account ID" xml:space="preserve"> <source>Account ID</source> <target>Hesap Kimliği</target> <note>Label to indicate the public ID of the account.</note> </trans-unit> + <trans-unit id="Actions" xml:space="preserve"> + <source>Actions</source> + + <note>Title for confirmation dialog to either share, report, or block a profile.</note> + </trans-unit> <trans-unit id="Add" xml:space="preserve"> <source>Add</source> <target>Ekle</target> @@ -152,6 +169,11 @@ Number of profiles a user is following.</note> <note>Label for section for adding a relay server.</note> </trans-unit> + <trans-unit id="Add all" xml:space="preserve"> + <source>Add all</source> + + <note>Button label to re-add all original participants as profiles to reply to in a note</note> + </trans-unit> <trans-unit id="Any" xml:space="preserve"> <source>Any</source> <target>Herhangi</target> @@ -194,6 +216,33 @@ Number of profiles a user is following.</note> <note>Dropdown option label for Lightning wallet, Blixt Wallet</note> </trans-unit> + <trans-unit id="Block" xml:space="preserve"> + <source>Block</source> + + <note>Alert button to block a user. + Button to block a profile. + Context menu option for blocking users.</note> + </trans-unit> + <trans-unit id="Block %@?" xml:space="preserve"> + <source>Block %@?</source> + + <note>Alert message prompt to ask if a user should be blocked.</note> + </trans-unit> + <trans-unit id="Block User" xml:space="preserve"> + <source>Block User</source> + + <note>Title of alert for blocking a user.</note> + </trans-unit> + <trans-unit id="Blocked" xml:space="preserve"> + <source>Blocked</source> + + <note>Sidebar menu label for Profile view.</note> + </trans-unit> + <trans-unit id="Blocked Users" xml:space="preserve"> + <source>Blocked Users</source> + + <note>Navigation title of view to see list of blocked users.</note> + </trans-unit> <trans-unit id="Blue Wallet" xml:space="preserve"> <source>Blue Wallet</source> <target>Blue Wallet</target> @@ -216,9 +265,12 @@ Number of profiles a user is following.</note> <source>Cancel</source> <target>İptal Et</target> - <note>Button to cancel out of posting a note. + <note>Alert button to cancel out of alert for blocking a user. + Button to cancel out of alert that creates a new mutelist. + Button to cancel out of posting a note. Button to cancel out of reposting a post. Button to cancel out of view adding user inputted relay. + Cancel deleting the user. Cancel out of logging out the user.</note> </trans-unit> <trans-unit id="Cash App" xml:space="preserve"> @@ -294,15 +346,19 @@ Number of profiles a user is following.</note> <note>Context menu option for copying the JSON text from the note.</note> </trans-unit> + <trans-unit id="Copy Report ID" xml:space="preserve"> + <source>Copy Report ID</source> + + <note>Button to copy report ID.</note> + </trans-unit> <trans-unit id="Copy Text" xml:space="preserve"> <source>Copy Text</source> <target>Metni Kopyala</target> <note>Context menu option for copying the text from an note.</note> </trans-unit> - <trans-unit id="Copy User ID" xml:space="preserve"> - <source>Copy User ID</source> - <target>Hesap Kimliğini Kopyala</target> + <trans-unit id="Copy User Pubkey" xml:space="preserve"> + <source>Copy User Pubkey</source> <note>Context menu option for copying the ID of the user who created the note.</note> </trans-unit> @@ -312,6 +368,11 @@ Number of profiles a user is following.</note> <note>Title of section for copying a Lightning invoice identifier.</note> </trans-unit> + <trans-unit id="Could not find user to block..." xml:space="preserve"> + <source>Could not find user to block...</source> + + <note>Alert message to indicate that the blocked user could not be found.</note> + </trans-unit> <trans-unit id="Create" xml:space="preserve"> <source>Create</source> <target>Yarat</target> @@ -324,17 +385,27 @@ Number of profiles a user is following.</note> <note>Button to create an account.</note> </trans-unit> + <trans-unit id="Create new mutelist" xml:space="preserve"> + <source>Create new mutelist</source> + + <note>Title of alert prompting the user to create a new mutelist.</note> + </trans-unit> <trans-unit id="Creator(s) of Bitcoin. Absolute legend." xml:space="preserve"> <source>Creator(s) of Bitcoin. Absolute legend.</source> <target>Bitcoin'in Yaratıcısı. Kral Adam.</target> <note>Example description about Bitcoin creator(s), Satoshi Nakamoto.</note> </trans-unit> - <trans-unit id="DM" xml:space="preserve"> - <source>DM</source> - <target>DM</target> + <trans-unit id="Custom" xml:space="preserve"> + <source>Custom</source> - <note>Navigation title for DM view, which is the English abbreviation for Direct Message.</note> + <note>Dropdown option for selecting a custom translation server.</note> + </trans-unit> + <trans-unit id="DMs" xml:space="preserve"> + <source>DMs</source> + + <note>Navigation title for DMs view, where DM is the English abbreviation for Direct Message. + Navigation title for view of DMs, where DM is an English abbreviation for Direct Message.</note> </trans-unit> <trans-unit id="Damus" xml:space="preserve"> <source>Damus</source> @@ -352,7 +423,21 @@ Number of profiles a user is following.</note> <source>Delete</source> <target>Sil</target> - <note>Button to delete a relay server that the user connects to.</note> + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + + <note>Alert message to indicate this is a deleted account</note> </trans-unit> <trans-unit id="Dismiss" xml:space="preserve"> <source>Dismiss</source> @@ -372,6 +457,11 @@ Number of profiles a user is following.</note> <note>Button to dismiss wallet selection view for paying Lightning invoice.</note> </trans-unit> + <trans-unit id="EULA" xml:space="preserve"> + <source>EULA</source> + + <note>Label indicating that the below text is the EULA, an acronym for End User License Agreement.</note> + </trans-unit> <trans-unit id="Earn Money" xml:space="preserve"> <source>Earn Money</source> <target>Para Kazan</target> @@ -384,18 +474,17 @@ Number of profiles a user is following.</note> <note>Button to edit user's profile.</note> </trans-unit> + <trans-unit id="Edit participants" xml:space="preserve"> + <source>Edit participants</source> + + <note>Text indicating that the view is used for editing which participants are replied to in a note.</note> + </trans-unit> <trans-unit id="Encrypted" xml:space="preserve"> <source>Encrypted</source> <target>Şifreli</target> <note>Heading indicating that this application keeps private messaging end-to-end encrypted.</note> </trans-unit> - <trans-unit id="Encrypted DMs" xml:space="preserve"> - <source>Encrypted DMs</source> - <target>Şifreli DM'ler</target> - - <note>Navigation title for view of encrypted DMs, where DM is an English abbreviation for Direct Message.</note> - </trans-unit> <trans-unit id="Enter your account key to login:" xml:space="preserve"> <source>Enter your account key to login:</source> <target>Giriş yapmak için hesap anahtarını gir:</target> @@ -408,12 +497,6 @@ Number of profiles a user is following.</note> <note>Error message indicating why saving keys failed.</note> </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>Filtre Durumu</target> - - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> <trans-unit id="Follow" xml:space="preserve"> <source>Follow</source> <target>Takip Et</target> @@ -463,18 +546,38 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Navigation link to go to profile.</note> </trans-unit> + <trans-unit id="Hide" xml:space="preserve"> + <source>Hide</source> + + <note>Button to hide a post from a user who has been blocked.</note> + </trans-unit> + <trans-unit id="Hide API Key" xml:space="preserve"> + <source>Hide API Key</source> + + <note>Button to hide the LibreTranslate server API key.</note> + </trans-unit> <trans-unit id="Home" xml:space="preserve"> <source>Home</source> <target>Ev</target> <note>Navigation bar title for Home view where posts and replies appear from those who the user is following.</note> </trans-unit> + <trans-unit id="Illegal content" xml:space="preserve"> + <source>Illegal content</source> + + <note>Button for user to report that the account or content has illegal content.</note> + </trans-unit> <trans-unit id="Invalid key" xml:space="preserve"> <source>Invalid key</source> <target>Hatalı anahtar</target> <note>Error message indicating that an invalid account key was entered for login.</note> </trans-unit> + <trans-unit id="It's spam" xml:space="preserve"> + <source>It's spam</source> + + <note>Button for user to report that the account or content has spam.</note> + </trans-unit> <trans-unit id="LNLink" xml:space="preserve"> <source>LNLink</source> <target>LNLink</target> @@ -493,6 +596,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Button to complete account creation and start using the app.</note> </trans-unit> + <trans-unit id="LibreTranslate Translations" xml:space="preserve"> + <source>LibreTranslate Translations</source> + + <note>Section title for selecting the server that hosts the LibreTranslate machine translation API.</note> + </trans-unit> <trans-unit id="Lightning Address or LNURL" xml:space="preserve"> <source>Lightning Address or LNURL</source> <target>Lightning Adresi ya da LNURL</target> @@ -524,7 +632,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Alert for logging out the user. Button for logging out the user. - Button to logout the user.</note> + Button to close the alert that informs that the current account has been deleted.</note> </trans-unit> <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> @@ -544,6 +652,26 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Label for NIP-05 Verification section of user profile form.</note> </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> + <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> + <source>No block list found, create a new one? This will overwrite any previous block lists.</source> + + <note>Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists.</note> + </trans-unit> + <trans-unit id="None" xml:space="preserve"> + <source>None</source> + + <note>Dropdown option for selecting no translation server.</note> + </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> <source>Nothing to see here. Check back later!</source> <target>Görülecek bir şey yok. Daha sonra tekrar kontrol et!</target> @@ -556,6 +684,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Navigation title for notifications.</note> </trans-unit> + <trans-unit id="Nudity or explicit content" xml:space="preserve"> + <source>Nudity or explicit content</source> + + <note>Button for user to report that the account or content has nudity or explicit content.</note> + </trans-unit> <trans-unit id="Pay" xml:space="preserve"> <source>Pay</source> <target>Öde</target> @@ -580,6 +713,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Button to post a note.</note> </trans-unit> + <trans-unit id="Post from a user you've blocked" xml:space="preserve"> + <source>Post from a user you've blocked</source> + + <note>Text to indicate that what is being shown is a post from a user who has been blocked.</note> + </trans-unit> <trans-unit id="Posts" xml:space="preserve"> <source>Posts</source> <target>Gönderiler</target> @@ -602,12 +740,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>Private Key</source> <target>Özel Anahtar</target> - <note>Label to indicate that the text below is the user's private key used by only the user themself as a secret to login to access their account.</note> - </trans-unit> - <trans-unit id="PrivateKey" xml:space="preserve"> - <source>PrivateKey</source> - <target>Özel Anahtar</target> - <note>Title of the secure field that holds the user's private key.</note> </trans-unit> <trans-unit id="Profile" xml:space="preserve"> @@ -658,6 +790,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Section title for recommend relay servers that could be added as part of configuration</note> </trans-unit> + <trans-unit id="Reject" xml:space="preserve"> + <source>Reject</source> + + <note>Button to reject the end user license agreement, which disallows the user from being let into the app.</note> + </trans-unit> <trans-unit id="Relay" xml:space="preserve"> <source>Relay</source> <target>Röle</target> @@ -668,7 +805,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>Relays</source> <target>Röleler</target> - <note>Sidebar menu label for Relay servers view</note> + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> + </trans-unit> + <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> + <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> + + <note>Description of what was done as a result of sending a report to relay servers.</note> + </trans-unit> + <trans-unit id="Remove all" xml:space="preserve"> + <source>Remove all</source> + + <note>Button label to remove all participants from a note reply.</note> </trans-unit> <trans-unit id="Reply to self" xml:space="preserve"> <source>Reply to self</source> @@ -688,6 +836,22 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Indicating that the user is replying to the following listed people.</note> </trans-unit> + <trans-unit id="Report" xml:space="preserve"> + <source>Report</source> + + <note>Button to report a profile. + Context menu option for reporting content.</note> + </trans-unit> + <trans-unit id="Report ID:" xml:space="preserve"> + <source>Report ID:</source> + + <note>Label indicating that the text underneath is the identifier of the report that was sent to relay servers.</note> + </trans-unit> + <trans-unit id="Report sent!" xml:space="preserve"> + <source>Report sent!</source> + + <note>Message indicating that a report was successfully sent to relay servers.</note> + </trans-unit> <trans-unit id="Repost" xml:space="preserve"> <source>Repost</source> <target>Yinele</target> @@ -701,11 +865,15 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text indicating that the post was reposted (i.e. re-shared).</note> </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>Sıfırla</target> + <trans-unit id="Reposts" xml:space="preserve"> + <source>Reposts</source> + + <note>Navigation bar title for Reposts view.</note> + </trans-unit> + <trans-unit id="Requests" xml:space="preserve"> + <source>Requests</source> - <note>Section title for resetting the user</note> + <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> </trans-unit> <trans-unit id="Retry" xml:space="preserve"> <source>Retry</source> @@ -773,6 +941,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text prompt for user to send a message to the other user.</note> </trans-unit> + <trans-unit id="Server" xml:space="preserve"> + <source>Server</source> + + <note>Prompt selection of LibreTranslate server to perform machine translations on notes</note> + </trans-unit> <trans-unit id="Settings" xml:space="preserve"> <source>Settings</source> <target>Ayarlar</target> @@ -784,13 +957,20 @@ Part of a larger sentence to describe how many profiles a user is following.</no <source>Share</source> <target>Paylaş</target> - <note>Button to share an image.</note> + <note>Button to share an image. + Button to share the link to a profile.</note> </trans-unit> <trans-unit id="Show" xml:space="preserve"> <source>Show</source> <target>Göster</target> - <note>Toggle to show or hide user's secret account login key.</note> + <note>Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key.</note> + </trans-unit> + <trans-unit id="Show API Key" xml:space="preserve"> + <source>Show API Key</source> + + <note>Button to hide the LibreTranslate server API key.</note> </trans-unit> <trans-unit id="Show wallet selector" xml:space="preserve"> <source>Show wallet selector</source> @@ -810,6 +990,16 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Dropdown option label for Lightning wallet, Strike.</note> </trans-unit> + <trans-unit id="Thanks!" xml:space="preserve"> + <source>Thanks!</source> + + <note>Button to close out of alert that informs that the action to block a user was successful.</note> + </trans-unit> + <trans-unit id="They are impersonating someone" xml:space="preserve"> + <source>They are impersonating someone</source> + + <note>Button for user to report that the account is impersonating someone.</note> + </trans-unit> <trans-unit id="This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective." xml:space="preserve"> <source>This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective.</source> <target>Bu herkese açık bir anahtardır, herhangi bir şekilde gönderi yapamaz veya etkileşimde bulunamazsınız. Bu, hesapları kendi bakış açılarından görüntülemek için kullanılır.</target> @@ -841,12 +1031,37 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Navigation bar title for note thread. Navigation bar title for threaded event detail view.</note> </trans-unit> + <trans-unit id="Translate Note" xml:space="preserve"> + <source>Translate Note</source> + + <note>Button to translate note from different language.</note> + </trans-unit> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + + <note>Button to indicate that the note has been translated from a different language.</note> + </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + + <note>No comment provided by engineer.</note> + </trans-unit> <trans-unit id="Type your post here..." xml:space="preserve"> <source>Type your post here...</source> <target>Gönderinizi buraya yazın...</target> <note>Text box prompt to ask user to type their post.</note> </trans-unit> + <trans-unit id="URL" xml:space="preserve"> + <source>URL</source> + + <note>Example URL to LibreTranslate server</note> + </trans-unit> <trans-unit id="Unfollow" xml:space="preserve"> <source>Unfollow</source> <target>Takipten Çık</target> @@ -871,6 +1086,16 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text to indicate that the button next to it is in a state that will unfollow a profile when tapped.</note> </trans-unit> + <trans-unit id="User blocked" xml:space="preserve"> + <source>User blocked</source> + + <note>Alert message to indicate the user has been blocked</note> + </trans-unit> + <trans-unit id="User has been blocked" xml:space="preserve"> + <source>User has been blocked</source> + + <note>Alert message that informs a user was blocked.</note> + </trans-unit> <trans-unit id="Username" xml:space="preserve"> <source>Username</source> <target>Kullanıcı Adı</target> @@ -884,18 +1109,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Sidebar menu label for Wallet view.</note> </trans-unit> - <trans-unit id="Wallet Of Satoshi" xml:space="preserve"> - <source>Wallet Of Satoshi</source> - <target>Wallet Of Satoshi</target> - - <note>Dropdown option label for Lightning wallet, Wallet Of Satoshi.</note> - </trans-unit> <trans-unit id="Wallet Selector" xml:space="preserve"> <source>Wallet Selector</source> <target>Cüzdan Seçici</target> <note>Section title for selection of wallet.</note> </trans-unit> + <trans-unit id="Wallet of Satoshi" xml:space="preserve"> + <source>Wallet of Satoshi</source> + <target>Wallet of Satoshi</target> + + <note>Dropdown option label for Lightning wallet, Wallet of Satoshi.</note> + </trans-unit> <trans-unit id="Website" xml:space="preserve"> <source>Website</source> <target>Websitesi</target> @@ -914,12 +1139,32 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Text to welcome user.</note> </trans-unit> + <trans-unit id="What do you want to report?" xml:space="preserve"> + <source>What do you want to report?</source> + + <note>Header text to prompt user what issue they want to report.</note> + </trans-unit> + <trans-unit id="Yes, Overwrite" xml:space="preserve"> + <source>Yes, Overwrite</source> + + <note>Text of button that confirms to overwrite the existing mutelist.</note> + </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> <trans-unit id="Your Name" xml:space="preserve"> <source>Your Name</source> <target>İsminiz</target> <note>Label for Your Name section of user profile form.</note> </trans-unit> + <trans-unit id="Your report will be sent to the relays you are connected to" xml:space="preserve"> + <source>Your report will be sent to the relays you are connected to</source> + + <note>Footer text to inform user what will happen when the report is submitted.</note> + </trans-unit> <trans-unit id="Zebedee" xml:space="preserve"> <source>Zebedee</source> <target>Zebedee</target> @@ -946,7 +1191,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="https://example.com/pic.jpg" xml:space="preserve"> <source>https://example.com/pic.jpg</source> - <target>https://example.com/pic.jpg</target> + <target>https://ornek.com/resim.jpg</target> <note>Placeholder example text for profile picture URL.</note> </trans-unit> @@ -1028,12 +1273,6 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats. (Key in .stringsdict)</note> </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>tips_count</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> <trans-unit id="u{00A0}" xml:space="preserve"> <source>u{00A0}</source> <target>u{00A0}</target> @@ -1042,7 +1281,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="wss://some.relay.com" xml:space="preserve"> <source>wss://some.relay.com</source> - <target>wss://some.relay.com</target> + <target>wss://örnek.role.com</target> <note>Placeholder example for relay server address.</note> </trans-unit> @@ -1052,6 +1291,18 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>No comment provided by engineer.</note> + </trans-unit> </body> </file> <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="tr-TR" datatype="plaintext"> @@ -1061,7 +1312,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no <body> <trans-unit id="/collapsed_event_view_other_notes:dict/NOTES:dict/one:dict/:string" xml:space="preserve"> <source>%d other note</source> - <target>1%d diğer not</target> + <target>%d diğer not</target> <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> </trans-unit> @@ -1133,7 +1384,7 @@ Part of a larger sentence to describe how many profiles a user is following.</no </trans-unit> <trans-unit id="/replying_to_one_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> <source>Replying to %@%#@OTHERS@</source> - <target>%@%#@OTHERS@'lara yanıt </target> + <target>%@%#@OTHERS@'lara yanıt</target> <note>Label to indicate that the user is replying to 1 user and others.</note> </trans-unit> @@ -1211,23 +1462,21 @@ Part of a larger sentence to describe how many profiles a user is following.</no <note>Amount of sats.</note> </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@TIPS@</target> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>Bahşiş</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>Bahşişler</target> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> </trans-unit> </body> </file> diff --git a/translations/zh.xliff b/translations/zh.xliff @@ -1,1507 +0,0 @@ -<?xml version="1.0" ?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd"> - <file original="damus/en-US.lproj/InfoPlist.strings" source-language="en-US" target-language="zh" datatype="plaintext"> - <header> - <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> - </header> - <body> - <trans-unit id="CFBundleDisplayName" xml:space="preserve"> - <source>Damus</source> - <target>大麦子</target> - - <note>Bundle display name</note> - </trans-unit> - <trans-unit id="CFBundleName" xml:space="preserve"> - <source>damus</source> - <target>大麦子</target> - - <note>Bundle name</note> - </trans-unit> - <trans-unit id="NSPhotoLibraryAddUsageDescription" xml:space="preserve"> - <source>Granting Damus access to your photos allows you to save images.</source> - <target>允许大麦子访问您的相册以便保存图片。</target> - - <note>Privacy - Photo Library Additions Usage Description</note> - </trans-unit> - </body> - </file> - <file original="damus/en-US.lproj/Localizable.strings" source-language="en-US" target-language="zh" datatype="plaintext"> - <header> - <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> - </header> - <body> - <trans-unit id=" " xml:space="preserve"> - <source> </source> - <target>61b6edf1108e6f396680a33b02486a70_tr</target> - <note>Blank space to separate profile picture from profile editor form.</note> - </trans-unit> - <trans-unit id="%@" xml:space="preserve"> - <source>%@</source> - <target>%@</target> - - <note>Amount of time that has passed since reply quote event occurred. -Abbreviated version of a nostr public key.</note> - </trans-unit> - <trans-unit id="%@ %@" xml:space="preserve"> - <source>%@ %@</source> - <target>%@ %@</target> - - <note>Sentence composed of 2 variables to describe how many tip payments there are on a post. In source English, the first variable is the number of tip payments, and the second variable is 'Tip' or 'Tips'. -Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> - </trans-unit> - <trans-unit id="%@ has been blocked" xml:space="preserve"> - <source>%@ has been blocked</source> - <target>%@被拉黑了</target> - - <note>Alert message that informs a user was blocked.</note> - </trans-unit> - <trans-unit id="%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction." xml:space="preserve"> - <source>%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction.</source> - <target>%@. 创建账户无需电话号码、电子邮箱或者姓名。立刻开启丝滑之旅。</target> - - <note>Explanation of what is done to keep personally identifiable information private. There is a heading that precedes this explanation which is a variable to this string.</note> - </trans-unit> - <trans-unit id="%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" xml:space="preserve"> - <source>%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs</source> - <target>%@. 端到端加密信息,保护你的私信不被科技巨头公司窥视</target> - - <note>Explanation of what is done to keep private data encrypted. There is a heading that precedes this explanation which is a variable to this string.</note> - </trans-unit> - <trans-unit id="%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet." xml:space="preserve"> - <source>%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet.</source> - <target>%@. 用互联网原生货币--比特币⚡️来打赏好友的推文并积攒财富。</target> - - <note>Explanation of what can be done by users to earn money. There is a heading that precedes this explanation which is a variable to this string.</note> - </trans-unit> - <trans-unit id="%lld" xml:space="preserve"> - <source>%lld</source> - <target>%lld</target> - - <note>Number of tip payments on a post. -Number of profiles a user is following.</note> - </trans-unit> - <trans-unit id="%lld/%lld" xml:space="preserve"> - <source>%lld/%lld</source> - <target>%lld/%lld</target> - - <note>Fraction of how many of the user's relay servers that are operational.</note> - </trans-unit> - <trans-unit id="'%@' at '%@' will be used for verification" xml:space="preserve"> - <source>'%@' at '%@' will be used for verification</source> - <target>'%@' at '%@' 将被用于认证</target> - - <note>Description of how the nip05 identifier would be used for verification.</note> - </trans-unit> - <trans-unit id="'%@' is an invalid NIP-05 identifier. It should look like an email." xml:space="preserve"> - <source>'%@' is an invalid NIP-05 identifier. It should look like an email.</source> - <target>输入的内容 '%@' 是无效NIP-05标识符。有效输入应当为email格式。</target> - - <note>Description of why the nip05 identifier is invalid.</note> - </trans-unit> - <trans-unit id="(Profile.displayName(profile: profile, pubkey: whos))'s Followers" xml:space="preserve"> - <source>(Profile.displayName(profile: profile, pubkey: whos))'s Followers</source> - <target>(Profile.displayName(profile: profile, pubkey: whos))的粉丝</target> - - <note>Navigation bar title for view that shows who is following a user.</note> - </trans-unit> - <trans-unit id="(who) following" xml:space="preserve"> - <source>(who) following</source> - <target>(who)关注</target> - - <note>Navigation bar title for view that shows who a user is following.</note> - </trans-unit> - <trans-unit id="&lt; e &gt;" xml:space="preserve"> - <source>&lt; e &gt;</source> - <target>&lt; e &gt;</target> - - <note>Placeholder for event mention.</note> - </trans-unit> - <trans-unit id="@" xml:space="preserve"> - <source>@</source> - <target>@</target> - - <note>Prefix character to username.</note> - </trans-unit> - <trans-unit id="API Key (optional)" xml:space="preserve"> - <source>API Key (optional)</source> - <target>API Key (可选)</target> - - <note>Example URL to LibreTranslate server</note> - </trans-unit> - <trans-unit id="About" xml:space="preserve"> - <source>About</source> - <target>关于</target> - - <note>Label to prompt for about text entry for user to describe about themself.</note> - </trans-unit> - <trans-unit id="About Me" xml:space="preserve"> - <source>About Me</source> - <target>关于我</target> - - <note>Label for About Me section of user profile form.</note> - </trans-unit> - <trans-unit id="Absolute Boss" xml:space="preserve"> - <source>Absolute Boss</source> - <target>三界一哥</target> - - <note>Placeholder text for About Me description.</note> - </trans-unit> - <trans-unit id="Accept" xml:space="preserve"> - <source>Accept</source> - <target>接受</target> - - <note>Button to accept the end user license agreement before being allowed into the app.</note> - </trans-unit> - <trans-unit id="Account ID" xml:space="preserve"> - <source>Account ID</source> - <target>账号ID</target> - - <note>Label to indicate the public ID of the account.</note> - </trans-unit> - <trans-unit id="Actions" xml:space="preserve"> - <source>Actions</source> - <target>动态</target> - - <note>Title for confirmation dialog to either share, report, or block a profile.</note> - </trans-unit> - <trans-unit id="Add" xml:space="preserve"> - <source>Add</source> - <target>添加</target> - - <note>Button to add recommended relay server. - Button to confirm adding user inputted relay.</note> - </trans-unit> - <trans-unit id="Add Relay" xml:space="preserve"> - <source>Add Relay</source> - <target>添加中继器</target> - - <note>Label for section for adding a relay server.</note> - </trans-unit> - <trans-unit id="Add all" xml:space="preserve"> - <source>Add all</source> - <target>添加全部</target> - - <note>Button label to re-add all original participants as profiles to reply to in a note</note> - </trans-unit> - <trans-unit id="Any" xml:space="preserve"> - <source>Any</source> - <target>任意</target> - - <note>Any amount of sats</note> - </trans-unit> - <trans-unit id="Are you sure you want to repost this?" xml:space="preserve"> - <source>Are you sure you want to repost this?</source> - <target>确定转发吗?</target> - - <note>Alert message to ask if user wants to repost a post.</note> - </trans-unit> - <trans-unit id="Banner Image" xml:space="preserve"> - <source>Banner Image</source> - <target>主页背景图片</target> - - <note>Label for Banner Image section of user profile form.</note> - </trans-unit> - <trans-unit id="Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus." xml:space="preserve"> - <source>Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus.</source> - <target>请先保存您的账户信息!否则您将在登出或卸载后无法重新登陆大麦子。</target> - - <note>Reminder to user that they should save their account information.</note> - </trans-unit> - <trans-unit id="Bitcoin Beach" xml:space="preserve"> - <source>Bitcoin Beach</source> - <target>Bitcoin Beach</target> - - <note>Dropdown option label for Lightning wallet, Bitcoin Beach.</note> - </trans-unit> - <trans-unit id="Bitcoin Lightning Tips" xml:space="preserve"> - <source>Bitcoin Lightning Tips</source> - <target>Bitcoin Lightning Tips</target> - - <note>Label for Bitcoin Lightning Tips section of user profile form.</note> - </trans-unit> - <trans-unit id="Blixt Wallet" xml:space="preserve"> - <source>Blixt Wallet</source> - <target>Blixt钱包</target> - - <note>Dropdown option label for Lightning wallet, Blixt Wallet</note> - </trans-unit> - <trans-unit id="Block" xml:space="preserve"> - <source>Block</source> - <target>拉黑</target> - - <note>Alert button to block a user. - Button to block a profile. - Context menu option for blocking users.</note> - </trans-unit> - <trans-unit id="Block %@?" xml:space="preserve"> - <source>Block %@?</source> - <target>拉黑%@?</target> - - <note>Alert message prompt to ask if a user should be blocked.</note> - </trans-unit> - <trans-unit id="Block User" xml:space="preserve"> - <source>Block User</source> - <target>拉黑用户</target> - - <note>Title of alert for blocking a user.</note> - </trans-unit> - <trans-unit id="Blocked" xml:space="preserve"> - <source>Blocked</source> - <target>已拉黑</target> - - <note>Sidebar menu label for Profile view.</note> - </trans-unit> - <trans-unit id="Blocked Users" xml:space="preserve"> - <source>Blocked Users</source> - <target>拉黑用户</target> - - <note>Navigation title of view to see list of blocked users.</note> - </trans-unit> - <trans-unit id="Blue Wallet" xml:space="preserve"> - <source>Blue Wallet</source> - <target>Blue Wallet</target> - - <note>Dropdown option label for Lightning wallet, Blue Wallet.</note> - </trans-unit> - <trans-unit id="Breez" xml:space="preserve"> - <source>Breez</source> - <target>Breez</target> - - <note>Dropdown option label for Lightning wallet, Breez.</note> - </trans-unit> - <trans-unit id="Broadcast" xml:space="preserve"> - <source>Broadcast</source> - <target>广播</target> - - <note>Context menu option for broadcasting the user's note to all of the user's connected relay servers.</note> - </trans-unit> - <trans-unit id="Cancel" xml:space="preserve"> - <source>Cancel</source> - <target>取消</target> - - <note>Alert button to cancel out of alert for blocking a user. - Button to cancel out of alert that creates a new mutelist. - Button to cancel out of posting a note. - Button to cancel out of reposting a post. - Button to cancel out of view adding user inputted relay. - Cancel out of logging out the user.</note> - </trans-unit> - <trans-unit id="Cash App" xml:space="preserve"> - <source>Cash App</source> - <target>Cash App</target> - - <note>Dropdown option label for Lightning wallet, Cash App.</note> - </trans-unit> - <trans-unit id="Chat" xml:space="preserve"> - <source>Chat</source> - <target>聊天</target> - - <note>Navigation bar title for Chatroom view.</note> - </trans-unit> - <trans-unit id="Clear" xml:space="preserve"> - <source>Clear</source> - <target>清除</target> - - <note>Button for clearing cached data.</note> - </trans-unit> - <trans-unit id="Clear Cache" xml:space="preserve"> - <source>Clear Cache</source> - <target>清除缓存</target> - - <note>Section title for clearing cached data.</note> - </trans-unit> - <trans-unit id="Copied" xml:space="preserve"> - <source>Copied</source> - <target>已复制</target> - - <note>Label indicating that a user's key was copied.</note> - </trans-unit> - <trans-unit id="Copy" xml:space="preserve"> - <source>Copy</source> - <target>复制</target> - - <note>Button to copy a relay server address.</note> - </trans-unit> - <trans-unit id="Copy Account ID" xml:space="preserve"> - <source>Copy Account ID</source> - <target>复制账户ID</target> - - <note>Context menu option for copying the ID of the account that created the note.</note> - </trans-unit> - <trans-unit id="Copy Image" xml:space="preserve"> - <source>Copy Image</source> - <target>复制图片</target> - - <note>Context menu option to copy an image into clipboard. - Context menu option to copy an image to clipboard.</note> - </trans-unit> - <trans-unit id="Copy Image URL" xml:space="preserve"> - <source>Copy Image URL</source> - <target>复制图片URL地址</target> - - <note>Context menu option to copy the URL of an image into clipboard.</note> - </trans-unit> - <trans-unit id="Copy LNURL" xml:space="preserve"> - <source>Copy LNURL</source> - <target>复制LNURL</target> - - <note>Context menu option for copying a user's Lightning URL.</note> - </trans-unit> - <trans-unit id="Copy Note ID" xml:space="preserve"> - <source>Copy Note ID</source> - <target>复制此条推文ID</target> - - <note>Context menu option for copying the ID of the note.</note> - </trans-unit> - <trans-unit id="Copy Note JSON" xml:space="preserve"> - <source>Copy Note JSON</source> - <target>复制此条推文JSON</target> - - <note>Context menu option for copying the JSON text from the note.</note> - </trans-unit> - <trans-unit id="Copy Report ID" xml:space="preserve"> - <source>Copy Report ID</source> - <target>复制举报记录ID</target> - - <note>Button to copy report ID.</note> - </trans-unit> - <trans-unit id="Copy Text" xml:space="preserve"> - <source>Copy Text</source> - <target>复制文本</target> - - <note>Context menu option for copying the text from an note.</note> - </trans-unit> - <trans-unit id="Copy User Pubkey" xml:space="preserve"> - <source>Copy User Pubkey</source> - <target>复制用户公钥Pubkey</target> - - <note>Context menu option for copying the ID of the user who created the note.</note> - </trans-unit> - <trans-unit id="Copy invoice" xml:space="preserve"> - <source>Copy invoice</source> - <target>复制发票</target> - - <note>Title of section for copying a Lightning invoice identifier.</note> - </trans-unit> - <trans-unit id="Could not find user to block..." xml:space="preserve"> - <source>Could not find user to block...</source> - <target>找不到可拉黑用户</target> - - <note>Alert message to indicate that the blocked user could not be found.</note> - </trans-unit> - <trans-unit id="Create" xml:space="preserve"> - <source>Create</source> - <target>创建</target> - - <note>Button to create account.</note> - </trans-unit> - <trans-unit id="Create Account" xml:space="preserve"> - <source>Create Account</source> - <target>创建账户</target> - - <note>Button to create an account.</note> - </trans-unit> - <trans-unit id="Create new mutelist" xml:space="preserve"> - <source>Create new mutelist</source> - <target>创建新的屏蔽列表</target> - - <note>Title of alert prompting the user to create a new mutelist.</note> - </trans-unit> - <trans-unit id="Creator(s) of Bitcoin. Absolute legend." xml:space="preserve"> - <source>Creator(s) of Bitcoin. Absolute legend.</source> - <target>传奇的比特币创始人</target> - - <note>Example description about Bitcoin creator(s), Satoshi Nakamoto.</note> - </trans-unit> - <trans-unit id="Custom" xml:space="preserve"> - <source>Custom</source> - <target>自定义</target> - - <note>Dropdown option for selecting a custom translation server.</note> - </trans-unit> - <trans-unit id="DM Type" xml:space="preserve"> - <source>DM Type</source> - <target>私信类别</target> - - <note>DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. DM is the English abbreviation for Direct Message.</note> - </trans-unit> - <trans-unit id="DMs" xml:space="preserve"> - <source>DMs</source> - <target>私信</target> - - <note>Navigation title for DMs view, where DM is the English abbreviation for Direct Message. - Navigation title for view of DMs, where DM is an English abbreviation for Direct Message.</note> - </trans-unit> - <trans-unit id="Damus" xml:space="preserve"> - <source>Damus</source> - <target>大麦子</target> - - <note>Name of the app, shown on the first screen when user is not logged in.</note> - </trans-unit> - <trans-unit id="Default Wallet" xml:space="preserve"> - <source>Default Wallet</source> - <target>默认钱包</target> - - <note>Button to pay a Lightning invoice with the user's default Lightning wallet.</note> - </trans-unit> - <trans-unit id="Delete" xml:space="preserve"> - <source>Delete</source> - <target>删除</target> - - <note>Button to delete a relay server that the user connects to. - Button to remove a user from their blocklist.</note> - </trans-unit> - <trans-unit id="Dismiss" xml:space="preserve"> - <source>Dismiss</source> - <target>忽略</target> - - <note>Button to dismiss a text field alert.</note> - </trans-unit> - <trans-unit id="Display Name" xml:space="preserve"> - <source>Display Name</source> - <target>昵称</target> - - <note>Label to prompt display name entry.</note> - </trans-unit> - <trans-unit id="Done" xml:space="preserve"> - <source>Done</source> - <target>完成</target> - - <note>Button to dismiss wallet selection view for paying Lightning invoice.</note> - </trans-unit> - <trans-unit id="EULA" xml:space="preserve"> - <source>EULA</source> - <target>用户条款</target> - - <note>Label indicating that the below text is the EULA, an acronym for End User License Agreement.</note> - </trans-unit> - <trans-unit id="Earn Money" xml:space="preserve"> - <source>Earn Money</source> - <target>赚钱</target> - - <note>Heading indicating that this application allows users to earn money.</note> - </trans-unit> - <trans-unit id="Edit" xml:space="preserve"> - <source>Edit</source> - <target>编辑</target> - - <note>Button to edit user's profile.</note> - </trans-unit> - <trans-unit id="Edit participants" xml:space="preserve"> - <source>Edit participants</source> - <target>编辑参加者列表</target> - - <note>Text indicating that the view is used for editing which participants are replied to in a note.</note> - </trans-unit> - <trans-unit id="Encrypted" xml:space="preserve"> - <source>Encrypted</source> - <target>已加密</target> - - <note>Heading indicating that this application keeps private messaging end-to-end encrypted.</note> - </trans-unit> - <trans-unit id="Enter your account key to login:" xml:space="preserve"> - <source>Enter your account key to login:</source> - <target>输入您的账户key以登陆:</target> - - <note>Prompt for user to enter an account key to login.</note> - </trans-unit> - <trans-unit id="Error: %@" xml:space="preserve"> - <source>Error: %@</source> - <target>错误:%@</target> - - <note>Error message indicating why saving keys failed.</note> - </trans-unit> - <trans-unit id="Filter State" xml:space="preserve"> - <source>Filter State</source> - <target>筛选</target> - - <note>Filter state for seeing either only posts, or posts &amp; replies.</note> - </trans-unit> - <trans-unit id="Follow" xml:space="preserve"> - <source>Follow</source> - <target>关注</target> - - <note>Button to follow a user.</note> - </trans-unit> - <trans-unit id="Followers" xml:space="preserve"> - <source>Followers</source> - <target>粉丝</target> - - <note>Label describing followers of a user.</note> - </trans-unit> - <trans-unit id="Following" xml:space="preserve"> - <source>Following</source> - <target>已关注</target> - - <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of following a profile. -Part of a larger sentence to describe how many profiles a user is following.</note> - </trans-unit> - <trans-unit id="Following..." xml:space="preserve"> - <source>Following...</source> - <target>关注中...</target> - - <note>Label to indicate that the user is in the process of following another user.</note> - </trans-unit> - <trans-unit id="Follows" xml:space="preserve"> - <source>Follows</source> - <target>关注</target> - - <note>Text to indicate that button next to it is in a state that will follow a profile when tapped.</note> - </trans-unit> - <trans-unit id="Global" xml:space="preserve"> - <source>Global</source> - <target>广场</target> - - <note>Navigation bar title for Global view where posts from all connected relay servers appear.</note> - </trans-unit> - <trans-unit id="Goto post %@" xml:space="preserve"> - <source>Goto post %@</source> - <target>查看推文%@</target> - - <note>Navigation link to go to post referenced by hex code.</note> - </trans-unit> - <trans-unit id="Goto profile %@" xml:space="preserve"> - <source>Goto profile %@</source> - <target>查看用户%@</target> - - <note>Navigation link to go to profile.</note> - </trans-unit> - <trans-unit id="Hide" xml:space="preserve"> - <source>Hide</source> - <target>隐藏</target> - - <note>Button to hide a post from a user who has been blocked.</note> - </trans-unit> - <trans-unit id="Hide API Key" xml:space="preserve"> - <source>Hide API Key</source> - <target>隐藏API Key</target> - - <note>Button to hide the LibreTranslate server API key.</note> - </trans-unit> - <trans-unit id="Home" xml:space="preserve"> - <source>Home</source> - <target>主页</target> - - <note>Navigation bar title for Home view where posts and replies appear from those who the user is following.</note> - </trans-unit> - <trans-unit id="Illegal content" xml:space="preserve"> - <source>Illegal content</source> - <target>违规内容</target> - - <note>Button for user to report that the account or content has illegal content.</note> - </trans-unit> - <trans-unit id="Invalid key" xml:space="preserve"> - <source>Invalid key</source> - <target>无效的key</target> - - <note>Error message indicating that an invalid account key was entered for login.</note> - </trans-unit> - <trans-unit id="It's spam" xml:space="preserve"> - <source>It's spam</source> - <target>这是垃圾信息</target> - - <note>Button for user to report that the account or content has spam.</note> - </trans-unit> - <trans-unit id="LNLink" xml:space="preserve"> - <source>LNLink</source> - <target>LNLink</target> - - <note>Dropdown option label for Lightning wallet, LNLink.</note> - </trans-unit> - <trans-unit id="Left Handed" xml:space="preserve"> - <source>Left Handed</source> - <target>左撇子界面</target> - - <note>Moves the post button to the left side of the screen</note> - </trans-unit> - <trans-unit id="Let's go!" xml:space="preserve"> - <source>Let's go!</source> - <target>开启旅程!</target> - - <note>Button to complete account creation and start using the app.</note> - </trans-unit> - <trans-unit id="LibreTranslate Translations" xml:space="preserve"> - <source>LibreTranslate Translations</source> - <target>LibreTranslate Translations</target> - - <note>Section title for selecting the server that hosts the LibreTranslate machine translation API.</note> - </trans-unit> - <trans-unit id="Lightning Address or LNURL" xml:space="preserve"> - <source>Lightning Address or LNURL</source> - <target>闪电地址或LNURL</target> - - <note>Placeholder text for entry of Lightning Address or LNURL.</note> - </trans-unit> - <trans-unit id="Lightning Invoice" xml:space="preserve"> - <source>Lightning Invoice</source> - <target>闪电发票</target> - - <note>Indicates that the view is for paying a Lightning invoice.</note> - </trans-unit> - <trans-unit id="Local default" xml:space="preserve"> - <source>Local default</source> - <target>本地默认</target> - - <note>Dropdown option label for system default for Lightning wallet.</note> - </trans-unit> - <trans-unit id="Login" xml:space="preserve"> - <source>Login</source> - <target>登陆</target> - - <note>Button to log into account. - Button to log into an account.</note> - </trans-unit> - <trans-unit id="Logout" xml:space="preserve"> - <source>Logout</source> - <target>登出</target> - - <note>Alert for logging out the user. - Button for logging out the user. - Button to logout the user.</note> - </trans-unit> - <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> - <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> - <target>请确保您已经保存好nsec account key账户私钥!否则登出后您将无法重新访问您的账户。</target> - - <note>Reminder message in alert to get customer to verify that their private security account key is saved saved before logging out.</note> - </trans-unit> - <trans-unit id="Muun" xml:space="preserve"> - <source>Muun</source> - <target>Muun</target> - - <note>Dropdown option label for Lightning wallet, Muun.</note> - </trans-unit> - <trans-unit id="NIP-05 Verification" xml:space="preserve"> - <source>NIP-05 Verification</source> - <target>NIP-05认证</target> - - <note>Label for NIP-05 Verification section of user profile form.</note> - </trans-unit> - <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> - <source>No block list found, create a new one? This will overwrite any previous block lists.</source> - <target>没有找到黑名单,是否创建新黑名单?先前的黑名单将被覆盖。</target> - - <note>Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists.</note> - </trans-unit> - <trans-unit id="None" xml:space="preserve"> - <source>None</source> - <target>无</target> - - <note>Dropdown option for selecting no translation server.</note> - </trans-unit> - <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> - <source>Nothing to see here. Check back later!</source> - <target>暂无内容,请稍后重试。</target> - - <note>Indicates that there are no notes in the timeline to view.</note> - </trans-unit> - <trans-unit id="Notifications" xml:space="preserve"> - <source>Notifications</source> - <target>通知</target> - - <note>Navigation title for notifications.</note> - </trans-unit> - <trans-unit id="Nudity or explicit content" xml:space="preserve"> - <source>Nudity or explicit content</source> - <target>裸体或暴露的内容</target> - - <note>Button for user to report that the account or content has nudity or explicit content.</note> - </trans-unit> - <trans-unit id="Pay" xml:space="preserve"> - <source>Pay</source> - <target>支付</target> - - <note>Button to pay a Lightning invoice.</note> - </trans-unit> - <trans-unit id="Pay the Lightning invoice" xml:space="preserve"> - <source>Pay the Lightning invoice</source> - <target>支付闪电发票</target> - - <note>Navigation bar title for view to pay Lightning invoice.</note> - </trans-unit> - <trans-unit id="Phoenix" xml:space="preserve"> - <source>Phoenix</source> - <target>Phoenix</target> - - <note>Dropdown option label for Lightning wallet, Phoenix.</note> - </trans-unit> - <trans-unit id="Post" xml:space="preserve"> - <source>Post</source> - <target>发布</target> - - <note>Button to post a note.</note> - </trans-unit> - <trans-unit id="Post from a user you've blocked" xml:space="preserve"> - <source>Post from a user you've blocked</source> - <target>该推文来自已拉黑用户</target> - - <note>Text to indicate that what is being shown is a post from a user who has been blocked.</note> - </trans-unit> - <trans-unit id="Posts" xml:space="preserve"> - <source>Posts</source> - <target>推文</target> - - <note>Label for filter for seeing only posts (instead of posts and replies).</note> - </trans-unit> - <trans-unit id="Posts &amp; Replies" xml:space="preserve"> - <source>Posts &amp; Replies</source> - <target>推文与回复</target> - - <note>Label for filter for seeing posts and replies (instead of only posts).</note> - </trans-unit> - <trans-unit id="Private" xml:space="preserve"> - <source>Private</source> - <target>私密</target> - - <note>Heading indicating that this application keeps personally identifiable information private. A sentence describing what is done to keep data private comes after this heading.</note> - </trans-unit> - <trans-unit id="Private Key" xml:space="preserve"> - <source>Private Key</source> - <target>私钥</target> - - <note>Title of the secure field that holds the user's private key.</note> - </trans-unit> - <trans-unit id="Profile" xml:space="preserve"> - <source>Profile</source> - <target>我的档案</target> - - <note>Sidebar menu label for Profile view.</note> - </trans-unit> - <trans-unit id="Profile Picture" xml:space="preserve"> - <source>Profile Picture</source> - <target>头像</target> - - <note>Label for Profile Picture section of user profile form.</note> - </trans-unit> - <trans-unit id="Public Account ID" xml:space="preserve"> - <source>Public Account ID</source> - <target>公开账号ID</target> - - <note>Section title for the user's public account ID.</note> - </trans-unit> - <trans-unit id="Public Key" xml:space="preserve"> - <source>Public Key</source> - <target>公钥Public Key</target> - - <note>Label indicating that the text is a user's public account key.</note> - </trans-unit> - <trans-unit id="Public Key?" xml:space="preserve"> - <source>Public Key?</source> - <target>输入的是公钥Public Key吗?</target> - - <note>Prompt to ask user if the key they entered is a public key.</note> - </trans-unit> - <trans-unit id="Public key" xml:space="preserve"> - <source>Public key</source> - <target>公钥Public Key</target> - - <note>Label indicating that the text is a user's public account key.</note> - </trans-unit> - <trans-unit id="Reactions" xml:space="preserve"> - <source>Reactions</source> - <target>回应</target> - - <note>Navigation bar title for Reactions view.</note> - </trans-unit> - <trans-unit id="Recommended Relays" xml:space="preserve"> - <source>Recommended Relays</source> - <target>推荐的中继器</target> - - <note>Section title for recommend relay servers that could be added as part of configuration</note> - </trans-unit> - <trans-unit id="Reject" xml:space="preserve"> - <source>Reject</source> - <target>拒绝</target> - - <note>Button to reject the end user license agreement, which disallows the user from being let into the app.</note> - </trans-unit> - <trans-unit id="Relay" xml:space="preserve"> - <source>Relay</source> - <target>中继器</target> - - <note>Text field for relay server. Used for testing purposes.</note> - </trans-unit> - <trans-unit id="Relays" xml:space="preserve"> - <source>Relays</source> - <target>中继器</target> - - <note>Sidebar menu label for Relay servers view</note> - </trans-unit> - <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> - <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> - <target>已通知中继器。其他用户将可以使用该信息过滤内容。谢谢!</target> - - <note>Description of what was done as a result of sending a report to relay servers.</note> - </trans-unit> - <trans-unit id="Remove all" xml:space="preserve"> - <source>Remove all</source> - <target>移除全部</target> - - <note>Button label to remove all participants from a note reply.</note> - </trans-unit> - <trans-unit id="Reply to self" xml:space="preserve"> - <source>Reply to self</source> - <target>自回复</target> - - <note>Label to indicate that the user is replying to themself.</note> - </trans-unit> - <trans-unit id="Replying to %@ &amp; %@" xml:space="preserve"> - <source>Replying to %1$@ &amp; %2$@</source> - <target>正在回复%1$@ &amp; %2$@</target> - - <note>Label to indicate that the user is replying to 2 users.</note> - </trans-unit> - <trans-unit id="Replying to:" xml:space="preserve"> - <source>Replying to:</source> - <target>正在回复:</target> - - <note>Indicating that the user is replying to the following listed people.</note> - </trans-unit> - <trans-unit id="Report" xml:space="preserve"> - <source>Report</source> - <target>举报</target> - - <note>Button to report a profile. - Context menu option for reporting content.</note> - </trans-unit> - <trans-unit id="Report ID:" xml:space="preserve"> - <source>Report ID:</source> - <target>举报记录ID:</target> - - <note>Label indicating that the text underneath is the identifier of the report that was sent to relay servers.</note> - </trans-unit> - <trans-unit id="Report sent!" xml:space="preserve"> - <source>Report sent!</source> - <target>举报成功!</target> - - <note>Message indicating that a report was successfully sent to relay servers.</note> - </trans-unit> - <trans-unit id="Repost" xml:space="preserve"> - <source>Repost</source> - <target>转发</target> - - <note>Button to confirm reposting a post. - Title of alert for confirming to repost a post.</note> - </trans-unit> - <trans-unit id="Reposted" xml:space="preserve"> - <source>Reposted</source> - <target>已转发</target> - - <note>Text indicating that the post was reposted (i.e. re-shared).</note> - </trans-unit> - <trans-unit id="Reposts" xml:space="preserve"> - <source>Reposts</source> - <target>转发</target> - - <note>Navigation bar title for Reposts view.</note> - </trans-unit> - <trans-unit id="Requests" xml:space="preserve"> - <source>Requests</source> - <target>请求</target> - - <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> - </trans-unit> - <trans-unit id="Reset" xml:space="preserve"> - <source>Reset</source> - <target>重置</target> - - <note>Section title for resetting the user</note> - </trans-unit> - <trans-unit id="Retry" xml:space="preserve"> - <source>Retry</source> - <target>重试</target> - - <note>Button to retry completing account creation after an error occurred.</note> - </trans-unit> - <trans-unit id="River" xml:space="preserve"> - <source>River</source> - <target>River</target> - - <note>Dropdown option label for Lightning wallet, River</note> - </trans-unit> - <trans-unit id="Satoshi Nakamoto" xml:space="preserve"> - <source>Satoshi Nakamoto</source> - <target>Satoshi Nakamoto</target> - - <note>Name of Bitcoin creator(s).</note> - </trans-unit> - <trans-unit id="Save" xml:space="preserve"> - <source>Save</source> - <target>保存</target> - - <note>Button for saving profile.</note> - </trans-unit> - <trans-unit id="Save Image" xml:space="preserve"> - <source>Save Image</source> - <target>保存图片</target> - - <note>Context menu option to save an image.</note> - </trans-unit> - <trans-unit id="Search hashtag: #%@" xml:space="preserve"> - <source>Search hashtag: #%@</source> - <target>热搜词:#%@</target> - - <note>Navigation link to search hashtag.</note> - </trans-unit> - <trans-unit id="Search..." xml:space="preserve"> - <source>Search...</source> - <target>搜索...</target> - - <note>Placeholder text to prompt entry of search query.</note> - </trans-unit> - <trans-unit id="Secret Account Login Key" xml:space="preserve"> - <source>Secret Account Login Key</source> - <target>账户私钥</target> - - <note>Section title for user's secret account login key.</note> - </trans-unit> - <trans-unit id="Select a Lightning wallet" xml:space="preserve"> - <source>Select a Lightning wallet</source> - <target>选择一个闪电钱包</target> - - <note>Title of section for selecting a Lightning wallet to pay a Lightning invoice.</note> - </trans-unit> - <trans-unit id="Select default wallet" xml:space="preserve"> - <source>Select default wallet</source> - <target>选择默认钱包</target> - - <note>Prompt selection of user's default wallet</note> - </trans-unit> - <trans-unit id="Send a message to start the conversation..." xml:space="preserve"> - <source>Send a message to start the conversation...</source> - <target>发送信息来开启聊天吧...</target> - - <note>Text prompt for user to send a message to the other user.</note> - </trans-unit> - <trans-unit id="Server" xml:space="preserve"> - <source>Server</source> - <target>服务器</target> - - <note>Prompt selection of LibreTranslate server to perform machine translations on notes</note> - </trans-unit> - <trans-unit id="Settings" xml:space="preserve"> - <source>Settings</source> - <target>设置</target> - - <note>Navigation title for Settings view. - Sidebar menu label for accessing the app settings</note> - </trans-unit> - <trans-unit id="Share" xml:space="preserve"> - <source>Share</source> - <target>分享</target> - - <note>Button to share an image. - Button to share the link to a profile.</note> - </trans-unit> - <trans-unit id="Show" xml:space="preserve"> - <source>Show</source> - <target>显示</target> - - <note>Button to show a post from a user who has been blocked. - Toggle to show or hide user's secret account login key.</note> - </trans-unit> - <trans-unit id="Show API Key" xml:space="preserve"> - <source>Show API Key</source> - <target>显示API Key</target> - - <note>Button to hide the LibreTranslate server API key.</note> - </trans-unit> - <trans-unit id="Show wallet selector" xml:space="preserve"> - <source>Show wallet selector</source> - <target>显示钱包选择</target> - - <note>Toggle to show or hide selection of wallet.</note> - </trans-unit> - <trans-unit id="Sign out" xml:space="preserve"> - <source>Sign out</source> - <target>登出</target> - - <note>Sidebar menu label to sign out of the account.</note> - </trans-unit> - <trans-unit id="Strike" xml:space="preserve"> - <source>Strike</source> - <target>Strike</target> - - <note>Dropdown option label for Lightning wallet, Strike.</note> - </trans-unit> - <trans-unit id="Thanks!" xml:space="preserve"> - <source>Thanks!</source> - <target>谢谢!</target> - - <note>Button to close out of alert that informs that the action to block a user was successful.</note> - </trans-unit> - <trans-unit id="They are impersonating someone" xml:space="preserve"> - <source>They are impersonating someone</source> - <target>抄袭模仿他人</target> - - <note>Button for user to report that the account is impersonating someone.</note> - </trans-unit> - <trans-unit id="This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective." xml:space="preserve"> - <source>This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective.</source> - <target>这是一个公钥。您无法使用公钥发布推文或进行其他交互。您只可以从该用户视角查看此账户。</target> - - <note>Warning that the inputted account key is a public key and the result of what happens because of it.</note> - </trans-unit> - <trans-unit id="This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key." xml:space="preserve"> - <source>This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key.</source> - <target>这是一个老式nostr key。系统无法确定这是公钥还是私钥。如果是公钥,请点击下面的按钮切换。</target> - - <note>Warning that the inputted account key for login is an old-style and asking user to verify if it is a public key.</note> - </trans-unit> - <trans-unit id="This is your account ID, you can give this to your friends so that they can follow you. Click to copy." xml:space="preserve"> - <source>This is your account ID, you can give this to your friends so that they can follow you. Click to copy.</source> - <target>这是您的账号ID。您可以把账号ID分享给朋友来邀请他们关注您。点击复制</target> - - <note>Label to describe that a public key is the user's account ID and what they can do with it.</note> - </trans-unit> - <trans-unit id="This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!" xml:space="preserve"> - <source>This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!</source> - <target>这是您的秘密私钥。您需要用这个私钥来访问您的账户。您可以用密码管理器或者其他安全的方式保管您的私钥。切记不要把私钥透露给任何人!</target> - - <note>Label to describe that a private key is the user's secret account key and what they should do with it.</note> - </trans-unit> - <trans-unit id="Thread" xml:space="preserve"> - <source>Thread</source> - <target>推文链</target> - - <note>Navigation bar title for note thread. - Navigation bar title for threaded event detail view.</note> - </trans-unit> - <trans-unit id="Translate Note" xml:space="preserve"> - <source>Translate Note</source> - <target>翻译推文</target> - - <note>Button to translate note from different language.</note> - </trans-unit> - <trans-unit id="Translated from (languageName!)" xml:space="preserve"> - <source>Translated from (languageName!)</source> - <target>翻译自 (languageName!)</target> - - <note>Button to indicate that the note has been translated from a different language.</note> - </trans-unit> - <trans-unit id="Type your post here..." xml:space="preserve"> - <source>Type your post here...</source> - <target>说点什么呢...</target> - - <note>Text box prompt to ask user to type their post.</note> - </trans-unit> - <trans-unit id="URL" xml:space="preserve"> - <source>URL</source> - <target>URL</target> - - <note>Example URL to LibreTranslate server</note> - </trans-unit> - <trans-unit id="Unfollow" xml:space="preserve"> - <source>Unfollow</source> - <target>取消关注</target> - - <note>Button to unfollow a user.</note> - </trans-unit> - <trans-unit id="Unfollowing" xml:space="preserve"> - <source>Unfollowing</source> - <target>取消关注</target> - - <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of unfollowing a profile.</note> - </trans-unit> - <trans-unit id="Unfollowing..." xml:space="preserve"> - <source>Unfollowing...</source> - <target>取消关注...</target> - - <note>Label to indicate that the user is in the process of unfollowing another user.</note> - </trans-unit> - <trans-unit id="Unfollows" xml:space="preserve"> - <source>Unfollows</source> - <target>取消关注</target> - - <note>Text to indicate that the button next to it is in a state that will unfollow a profile when tapped.</note> - </trans-unit> - <trans-unit id="User blocked" xml:space="preserve"> - <source>User blocked</source> - <target>用户已被拉黑</target> - - <note>Alert message to indicate</note> - </trans-unit> - <trans-unit id="User has been blocked" xml:space="preserve"> - <source>User has been blocked</source> - <target>用户已被拉黑</target> - - <note>Alert message that informs a user was blocked.</note> - </trans-unit> - <trans-unit id="Username" xml:space="preserve"> - <source>Username</source> - <target>用户名</target> - - <note>Label for Username section of user profile form. - Label to prompt username entry.</note> - </trans-unit> - <trans-unit id="Wallet" xml:space="preserve"> - <source>Wallet</source> - <target>钱包</target> - - <note>Sidebar menu label for Wallet view.</note> - </trans-unit> - <trans-unit id="Wallet Selector" xml:space="preserve"> - <source>Wallet Selector</source> - <target>选择钱包</target> - - <note>Section title for selection of wallet.</note> - </trans-unit> - <trans-unit id="Wallet of Satoshi" xml:space="preserve"> - <source>Wallet of Satoshi</source> - <target>Wallet of Satoshi</target> - - <note>Dropdown option label for Lightning wallet, Wallet of Satoshi.</note> - </trans-unit> - <trans-unit id="Website" xml:space="preserve"> - <source>Website</source> - <target>网站</target> - - <note>Label for Website section of user profile form.</note> - </trans-unit> - <trans-unit id="Welcome to the social network %@ control." xml:space="preserve"> - <source>Welcome to the social network %@ control.</source> - <target>欢迎来到由%@控制的社交网络。</target> - - <note>Welcoming message to the reader. The variable is 'you', the reader.</note> - </trans-unit> - <trans-unit id="Welcome, %@!" xml:space="preserve"> - <source>Welcome, %@!</source> - <target>欢迎,%@!</target> - - <note>Text to welcome user.</note> - </trans-unit> - <trans-unit id="What do you want to report?" xml:space="preserve"> - <source>What do you want to report?</source> - <target>您希望举报什么问题?</target> - - <note>Header text to prompt user what issue they want to report.</note> - </trans-unit> - <trans-unit id="Yes, Overwrite" xml:space="preserve"> - <source>Yes, Overwrite</source> - <target>确定覆盖</target> - - <note>Text of button that confirms to overwrite the existing mutelist.</note> - </trans-unit> - <trans-unit id="Your Name" xml:space="preserve"> - <source>Your Name</source> - <target>名字</target> - - <note>Label for Your Name section of user profile form.</note> - </trans-unit> - <trans-unit id="Your report will be sent to the relays you are connected to" xml:space="preserve"> - <source>Your report will be sent to the relays you are connected to</source> - <target>您的举报将被发送到您已连接的中继器上</target> - - <note>Footer text to inform user what will happen when the report is submitted.</note> - </trans-unit> - <trans-unit id="Zebedee" xml:space="preserve"> - <source>Zebedee</source> - <target>Zebedee</target> - - <note>Dropdown option label for Lightning wallet, Zebedee.</note> - </trans-unit> - <trans-unit id="Zeus LN" xml:space="preserve"> - <source>Zeus LN</source> - <target>Zeus LN</target> - - <note>Dropdown option label for Lightning wallet, Zeus LN.</note> - </trans-unit> - <trans-unit id="collapsed_event_view_other_notes" translate="no" xml:space="preserve"> - <source>collapsed_event_view_other_notes</source> - <target>collapsed_event_view_other_notes</target> - - <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="followers_count" translate="no" xml:space="preserve"> - <source>followers_count</source> - <target>followers_count</target> - - <note>Part of a larger sentence to describe how many people are following a user. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="https://example.com/pic.jpg" xml:space="preserve"> - <source>https://example.com/pic.jpg</source> - <target>https://example.com/pic.jpg</target> - - <note>Placeholder example text for profile picture URL.</note> - </trans-unit> - <trans-unit id="https://jb55.com" xml:space="preserve"> - <source>https://jb55.com</source> - <target>https://jb55.com</target> - - <note>Placeholder example text for website URL for user profile.</note> - </trans-unit> - <trans-unit id="jb55@jb55.com" xml:space="preserve"> - <source>jb55@jb55.com</source> - <target>jb55@jb55.com</target> - - <note>Placeholder example text for identifier used for NIP-05 verification.</note> - </trans-unit> - <trans-unit id="none" xml:space="preserve"> - <source>none</source> - <target>无结果</target> - - <note>No search results.</note> - </trans-unit> - <trans-unit id="now" xml:space="preserve"> - <source>now</source> - <target>现在</target> - - <note>String indicating that a given timestamp just occurred</note> - </trans-unit> - <trans-unit id="nsec1..." xml:space="preserve"> - <source>nsec1...</source> - <target>nsec1...</target> - - <note>Prompt for user to enter in an account key to login. This text shows the characters the key could start with if it was a private key.</note> - </trans-unit> - <trans-unit id="optional" xml:space="preserve"> - <source>optional</source> - <target>选填</target> - - <note>Label indicating that a form input is optional.</note> - </trans-unit> - <trans-unit id="reactions_count" translate="no" xml:space="preserve"> - <source>reactions_count</source> - <target>reactions_count</target> - - <note>Part of a larger sentence to describe how many reactions there are on a post. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="relays_count" translate="no" xml:space="preserve"> - <source>relays_count</source> - <target>relays_count</target> - - <note>Part of a larger sentence to describe how many relay servers a user is connected. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="replying_to_one_and_others" translate="no" xml:space="preserve"> - <source>replying_to_one_and_others</source> - <target>replying_to_one_and_others</target> - - <note>Label to indicate that the user is replying to 1 user and others. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="replying_to_two_and_others" translate="no" xml:space="preserve"> - <source>replying_to_two_and_others</source> - <target>replying_to_two_and_others</target> - - <note>Label to indicate that the user is replying to 2 users and others. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="reposts_count" translate="no" xml:space="preserve"> - <source>reposts_count</source> - <target>reposts_count</target> - - <note>Part of a larger sentence to describe how many reposts there are. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="satoshi" xml:space="preserve"> - <source>satoshi</source> - <target>satoshi</target> - - <note>Example username of Bitcoin creator(s), Satoshi Nakamoto.</note> - </trans-unit> - <trans-unit id="sats_count" translate="no" xml:space="preserve"> - <source>sats_count</source> - <target>sats_count</target> - - <note>Amount of sats. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="tips_count" translate="no" xml:space="preserve"> - <source>tips_count</source> - <target>tips_count</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post. (Key in .stringsdict)</note> - </trans-unit> - <trans-unit id="u{00A0}" xml:space="preserve"> - <source>u{00A0}</source> - <target>u{00A0}</target> - - <note>Non-breaking space character to fill in blank space next to event action button icons.</note> - </trans-unit> - <trans-unit id="wss://some.relay.com" xml:space="preserve"> - <source>wss://some.relay.com</source> - <target>wss://some.relay.com</target> - - <note>Placeholder example for relay server address.</note> - </trans-unit> - <trans-unit id="you" xml:space="preserve"> - <source>you</source> - <target>你</target> - - <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> - </trans-unit> - </body> - </file> - <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="zh" datatype="plaintext"> - <header> - <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> - </header> - <body> - <trans-unit id="/collapsed_event_view_other_notes:dict/NOTES:dict/one:dict/:string" xml:space="preserve"> - <source>%d other note</source> - <target>%d other note</target> - - <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> - </trans-unit> - <trans-unit id="/collapsed_event_view_other_notes:dict/NOTES:dict/other:dict/:string" xml:space="preserve"> - <source>%d other notes</source> - <target>%d other notes</target> - - <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> - </trans-unit> - <trans-unit id="/collapsed_event_view_other_notes:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>··· %#@NOTES@ ···</source> - <target>··· %#@NOTES@ ···</target> - - <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> - </trans-unit> - <trans-unit id="/followers_count:dict/FOLLOWERS:dict/one:dict/:string" xml:space="preserve"> - <source>Follower</source> - <target>粉丝</target> - - <note>Part of a larger sentence to describe how many people are following a user.</note> - </trans-unit> - <trans-unit id="/followers_count:dict/FOLLOWERS:dict/other:dict/:string" xml:space="preserve"> - <source>Followers</source> - <target>粉丝</target> - - <note>Part of a larger sentence to describe how many people are following a user.</note> - </trans-unit> - <trans-unit id="/followers_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@FOLLOWERS@</source> - <target>%#@FOLLOWERS@</target> - - <note>Part of a larger sentence to describe how many people are following a user.</note> - </trans-unit> - <trans-unit id="/reactions_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@REACTIONS@</source> - <target>%#@REACTIONS@</target> - - <note>Part of a larger sentence to describe how many reactions there are on a post.</note> - </trans-unit> - <trans-unit id="/reactions_count:dict/REACTIONS:dict/one:dict/:string" xml:space="preserve"> - <source>Reaction</source> - <target>回应</target> - - <note>Part of a larger sentence to describe how many reactions there are on a post.</note> - </trans-unit> - <trans-unit id="/reactions_count:dict/REACTIONS:dict/other:dict/:string" xml:space="preserve"> - <source>Reactions</source> - <target>回应</target> - - <note>Part of a larger sentence to describe how many reactions there are on a post.</note> - </trans-unit> - <trans-unit id="/relays_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@RELAYS@</source> - <target>%#@RELAYS@</target> - - <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> - </trans-unit> - <trans-unit id="/relays_count:dict/RELAYS:dict/one:dict/:string" xml:space="preserve"> - <source>Relay</source> - <target>中继器</target> - - <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> - </trans-unit> - <trans-unit id="/relays_count:dict/RELAYS:dict/other:dict/:string" xml:space="preserve"> - <source>Relays</source> - <target>中继器</target> - - <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> - </trans-unit> - <trans-unit id="/replying_to_one_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>Replying to %@%#@OTHERS@</source> - <target>正在回复%@%#@OTHERS@</target> - - <note>Label to indicate that the user is replying to 1 user and others.</note> - </trans-unit> - <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/one:dict/:string" xml:space="preserve"> - <source> &amp; %d other</source> - <target> &amp; %d other</target> - - <note>Label to indicate that the user is replying to 1 user and others.</note> - </trans-unit> - <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/other:dict/:string" xml:space="preserve"> - <source> &amp; %d others</source> - <target> &amp; %d others</target> - - <note>Label to indicate that the user is replying to 1 user and others.</note> - </trans-unit> - <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/zero:dict/:string" xml:space="preserve"> - <source/> - <note>Label to indicate that the user is replying to 1 user and others.</note> - </trans-unit> - <trans-unit id="/replying_to_two_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>Replying to %@, %@%#@OTHERS@</source> - <target>正在回复%@, %@%#@OTHERS@</target> - - <note>Label to indicate that the user is replying to 2 users and others.</note> - </trans-unit> - <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/one:dict/:string" xml:space="preserve"> - <source> &amp; %d other</source> - <target> &amp; %d other</target> - - <note>Label to indicate that the user is replying to 2 users and others.</note> - </trans-unit> - <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/other:dict/:string" xml:space="preserve"> - <source> &amp; %d others</source> - <target> &amp; %d others</target> - - <note>Label to indicate that the user is replying to 2 users and others.</note> - </trans-unit> - <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/zero:dict/:string" xml:space="preserve"> - <source/> - <note>Label to indicate that the user is replying to 2 users and others.</note> - </trans-unit> - <trans-unit id="/reposts_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@REPOSTS@</source> - <target>%#@REPOSTS@</target> - - <note>Part of a larger sentence to describe how many reposts there are.</note> - </trans-unit> - <trans-unit id="/reposts_count:dict/REPOSTS:dict/one:dict/:string" xml:space="preserve"> - <source>Repost</source> - <target>转发</target> - - <note>Part of a larger sentence to describe how many reposts there are.</note> - </trans-unit> - <trans-unit id="/reposts_count:dict/REPOSTS:dict/other:dict/:string" xml:space="preserve"> - <source>Reposts</source> - <target>转发</target> - - <note>Part of a larger sentence to describe how many reposts there are.</note> - </trans-unit> - <trans-unit id="/sats_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%1$#@SATS@</source> - <target>%1$#@SATS@</target> - - <note>Amount of sats.</note> - </trans-unit> - <trans-unit id="/sats_count:dict/SATS:dict/one:dict/:string" xml:space="preserve"> - <source>%2$@ sat</source> - <target>%2$@ sat</target> - - <note>Amount of sats.</note> - </trans-unit> - <trans-unit id="/sats_count:dict/SATS:dict/other:dict/:string" xml:space="preserve"> - <source>%2$@ sats</source> - <target>%2$@ sats</target> - - <note>Amount of sats.</note> - </trans-unit> - <trans-unit id="/tips_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> - <source>%#@TIPS@</source> - <target>%#@TIPS@</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> - </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/one:dict/:string" xml:space="preserve"> - <source>Tip</source> - <target>打赏</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> - </trans-unit> - <trans-unit id="/tips_count:dict/TIPS:dict/other:dict/:string" xml:space="preserve"> - <source>Tips</source> - <target>打赏</target> - - <note>Part of a larger sentence to describe how many tip payments there are on a post.</note> - </trans-unit> - </body> - </file> -</xliff>- \ No newline at end of file diff --git a/translations/zh_CN.xliff b/translations/zh_CN.xliff @@ -0,0 +1,1541 @@ +<?xml version="1.0" ?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd"> + <file original="damus/en-US.lproj/InfoPlist.strings" source-language="en-US" target-language="zh-CN" datatype="plaintext"> + <header> + <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> + </header> + <body> + <trans-unit id="CFBundleDisplayName" xml:space="preserve"> + <source>Damus</source> + <target>达摩</target> + + <note>Bundle display name</note> + </trans-unit> + <trans-unit id="CFBundleName" xml:space="preserve"> + <source>damus</source> + <target>达摩</target> + + <note>Bundle name</note> + </trans-unit> + <trans-unit id="NSPhotoLibraryAddUsageDescription" xml:space="preserve"> + <source>Granting Damus access to your photos allows you to save images.</source> + <target>允许达摩访问您的相册以便保存图片。</target> + + <note>Privacy - Photo Library Additions Usage Description</note> + </trans-unit> + </body> + </file> + <file original="damus/en-US.lproj/Localizable.strings" source-language="en-US" target-language="zh-CN" datatype="plaintext"> + <header> + <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> + </header> + <body> + <trans-unit id=" " xml:space="preserve"> + <source> </source> + <target>61b6edf1108e6f396680a33b02486a70_tr</target> + <note>Blank space to separate profile picture from profile editor form.</note> + </trans-unit> + <trans-unit id="%@" xml:space="preserve"> + <source>%@</source> + <target>%@</target> + + <note>Abbreviated version of a nostr public key.</note> + </trans-unit> + <trans-unit id="%@ %@" xml:space="preserve"> + <source>%@ %@</source> + <target>%@ %@</target> + + <note>Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. +Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.</note> + </trans-unit> + <trans-unit id="%@ has been blocked" xml:space="preserve"> + <source>%@ has been blocked</source> + <target>%@被拉黑了</target> + + <note>Alert message that informs a user was blocked.</note> + </trans-unit> + <trans-unit id="%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction." xml:space="preserve"> + <source>%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction.</source> + <target>%@. 创建账户无需电话号码、电子邮箱或者姓名。立刻开启丝滑之旅。</target> + + <note>Explanation of what is done to keep personally identifiable information private. There is a heading that precedes this explanation which is a variable to this string.</note> + </trans-unit> + <trans-unit id="%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" xml:space="preserve"> + <source>%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs</source> + <target>%@. 端到端加密信息,保护你的私信不被科技巨头公司窥视</target> + + <note>Explanation of what is done to keep private data encrypted. There is a heading that precedes this explanation which is a variable to this string.</note> + </trans-unit> + <trans-unit id="%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet." xml:space="preserve"> + <source>%@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet.</source> + <target>%@. 用互联网原生货币--比特币⚡️来打赏好友的推文并积攒财富。</target> + + <note>Explanation of what can be done by users to earn money. There is a heading that precedes this explanation which is a variable to this string.</note> + </trans-unit> + <trans-unit id="%lld" xml:space="preserve"> + <source>%lld</source> + <target>%lld</target> + + <note>Number of zap payments on a post. +Number of profiles a user is following.</note> + </trans-unit> + <trans-unit id="%lld/%lld" xml:space="preserve"> + <source>%lld/%lld</source> + <target>%lld/%lld</target> + + <note>Fraction of how many of the user's relay servers that are operational.</note> + </trans-unit> + <trans-unit id="'%@' at '%@' will be used for verification" xml:space="preserve"> + <source>'%@' at '%@' will be used for verification</source> + <target>'%@' at '%@' 将被用于认证</target> + + <note>Description of how the nip05 identifier would be used for verification.</note> + </trans-unit> + <trans-unit id="'%@' is an invalid NIP-05 identifier. It should look like an email." xml:space="preserve"> + <source>'%@' is an invalid NIP-05 identifier. It should look like an email.</source> + <target>输入的内容 '%@' 是无效NIP-05标识符。有效输入应当为email格式。</target> + + <note>Description of why the nip05 identifier is invalid.</note> + </trans-unit> + <trans-unit id="(Profile.displayName(profile: profile, pubkey: whos))'s Followers" xml:space="preserve"> + <source>(Profile.displayName(profile: profile, pubkey: whos))'s Followers</source> + <target>(Profile.displayName(profile: profile, pubkey: whos))的粉丝</target> + + <note>Navigation bar title for view that shows who is following a user.</note> + </trans-unit> + <trans-unit id="(who) following" xml:space="preserve"> + <source>(who) following</source> + <target>(who)关注</target> + + <note>Navigation bar title for view that shows who a user is following.</note> + </trans-unit> + <trans-unit id="&lt; e &gt;" xml:space="preserve"> + <source>&lt; e &gt;</source> + <target>&lt; e &gt;</target> + + <note>Placeholder for event mention.</note> + </trans-unit> + <trans-unit id="@" xml:space="preserve"> + <source>@</source> + <target>@</target> + + <note>Prefix character to username.</note> + </trans-unit> + <trans-unit id="API Key (optional)" xml:space="preserve"> + <source>API Key (optional)</source> + <target>API Key (可选)</target> + + <note>Example URL to LibreTranslate server</note> + </trans-unit> + <trans-unit id="About" xml:space="preserve"> + <source>About</source> + <target>关于</target> + + <note>Label to prompt for about text entry for user to describe about themself.</note> + </trans-unit> + <trans-unit id="About Me" xml:space="preserve"> + <source>About Me</source> + <target>关于我</target> + + <note>Label for About Me section of user profile form.</note> + </trans-unit> + <trans-unit id="Absolute Boss" xml:space="preserve"> + <source>Absolute Boss</source> + <target>三界一哥</target> + + <note>Placeholder text for About Me description.</note> + </trans-unit> + <trans-unit id="Accept" xml:space="preserve"> + <source>Accept</source> + <target>接受</target> + + <note>Button to accept the end user license agreement before being allowed into the app.</note> + </trans-unit> + <trans-unit id="Account ID" xml:space="preserve"> + <source>Account ID</source> + <target>账号ID</target> + + <note>Label to indicate the public ID of the account.</note> + </trans-unit> + <trans-unit id="Actions" xml:space="preserve"> + <source>Actions</source> + <target>动态</target> + + <note>Title for confirmation dialog to either share, report, or block a profile.</note> + </trans-unit> + <trans-unit id="Add" xml:space="preserve"> + <source>Add</source> + <target>添加</target> + + <note>Button to add recommended relay server. + Button to confirm adding user inputted relay.</note> + </trans-unit> + <trans-unit id="Add Relay" xml:space="preserve"> + <source>Add Relay</source> + <target>添加中继器</target> + + <note>Label for section for adding a relay server.</note> + </trans-unit> + <trans-unit id="Add all" xml:space="preserve"> + <source>Add all</source> + <target>添加全部</target> + + <note>Button label to re-add all original participants as profiles to reply to in a note</note> + </trans-unit> + <trans-unit id="Any" xml:space="preserve"> + <source>Any</source> + <target>任意</target> + + <note>Any amount of sats</note> + </trans-unit> + <trans-unit id="Are you sure you want to repost this?" xml:space="preserve"> + <source>Are you sure you want to repost this?</source> + <target>确定转发吗?</target> + + <note>Alert message to ask if user wants to repost a post.</note> + </trans-unit> + <trans-unit id="Banner Image" xml:space="preserve"> + <source>Banner Image</source> + <target>主页背景图片</target> + + <note>Label for Banner Image section of user profile form.</note> + </trans-unit> + <trans-unit id="Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus." xml:space="preserve"> + <source>Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus.</source> + <target>请先保存您的账户信息!否则您将在登出或卸载后无法重新登陆达摩。</target> + + <note>Reminder to user that they should save their account information.</note> + </trans-unit> + <trans-unit id="Bitcoin Beach" xml:space="preserve"> + <source>Bitcoin Beach</source> + <target>Bitcoin Beach</target> + + <note>Dropdown option label for Lightning wallet, Bitcoin Beach.</note> + </trans-unit> + <trans-unit id="Bitcoin Lightning Tips" xml:space="preserve"> + <source>Bitcoin Lightning Tips</source> + <target>Bitcoin Lightning Tips</target> + + <note>Label for Bitcoin Lightning Tips section of user profile form.</note> + </trans-unit> + <trans-unit id="Blixt Wallet" xml:space="preserve"> + <source>Blixt Wallet</source> + <target>Blixt钱包</target> + + <note>Dropdown option label for Lightning wallet, Blixt Wallet</note> + </trans-unit> + <trans-unit id="Block" xml:space="preserve"> + <source>Block</source> + <target>拉黑</target> + + <note>Alert button to block a user. + Button to block a profile. + Context menu option for blocking users.</note> + </trans-unit> + <trans-unit id="Block %@?" xml:space="preserve"> + <source>Block %@?</source> + <target>拉黑%@?</target> + + <note>Alert message prompt to ask if a user should be blocked.</note> + </trans-unit> + <trans-unit id="Block User" xml:space="preserve"> + <source>Block User</source> + <target>拉黑用户</target> + + <note>Title of alert for blocking a user.</note> + </trans-unit> + <trans-unit id="Blocked" xml:space="preserve"> + <source>Blocked</source> + <target>已拉黑</target> + + <note>Sidebar menu label for Profile view.</note> + </trans-unit> + <trans-unit id="Blocked Users" xml:space="preserve"> + <source>Blocked Users</source> + <target>拉黑用户</target> + + <note>Navigation title of view to see list of blocked users.</note> + </trans-unit> + <trans-unit id="Blue Wallet" xml:space="preserve"> + <source>Blue Wallet</source> + <target>Blue Wallet</target> + + <note>Dropdown option label for Lightning wallet, Blue Wallet.</note> + </trans-unit> + <trans-unit id="Breez" xml:space="preserve"> + <source>Breez</source> + <target>Breez</target> + + <note>Dropdown option label for Lightning wallet, Breez.</note> + </trans-unit> + <trans-unit id="Broadcast" xml:space="preserve"> + <source>Broadcast</source> + <target>广播</target> + + <note>Context menu option for broadcasting the user's note to all of the user's connected relay servers.</note> + </trans-unit> + <trans-unit id="Cancel" xml:space="preserve"> + <source>Cancel</source> + <target>取消</target> + + <note>Alert button to cancel out of alert for blocking a user. + Button to cancel out of alert that creates a new mutelist. + Button to cancel out of posting a note. + Button to cancel out of reposting a post. + Button to cancel out of view adding user inputted relay. + Cancel deleting the user. + Cancel out of logging out the user.</note> + </trans-unit> + <trans-unit id="Cash App" xml:space="preserve"> + <source>Cash App</source> + <target>Cash App</target> + + <note>Dropdown option label for Lightning wallet, Cash App.</note> + </trans-unit> + <trans-unit id="Chat" xml:space="preserve"> + <source>Chat</source> + <target>聊天</target> + + <note>Navigation bar title for Chatroom view.</note> + </trans-unit> + <trans-unit id="Clear" xml:space="preserve"> + <source>Clear</source> + <target>清除</target> + + <note>Button for clearing cached data.</note> + </trans-unit> + <trans-unit id="Clear Cache" xml:space="preserve"> + <source>Clear Cache</source> + <target>清除缓存</target> + + <note>Section title for clearing cached data.</note> + </trans-unit> + <trans-unit id="Copied" xml:space="preserve"> + <source>Copied</source> + <target>已复制</target> + + <note>Label indicating that a user's key was copied.</note> + </trans-unit> + <trans-unit id="Copy" xml:space="preserve"> + <source>Copy</source> + <target>复制</target> + + <note>Button to copy a relay server address.</note> + </trans-unit> + <trans-unit id="Copy Account ID" xml:space="preserve"> + <source>Copy Account ID</source> + <target>复制账户ID</target> + + <note>Context menu option for copying the ID of the account that created the note.</note> + </trans-unit> + <trans-unit id="Copy Image" xml:space="preserve"> + <source>Copy Image</source> + <target>复制图片</target> + + <note>Context menu option to copy an image into clipboard. + Context menu option to copy an image to clipboard.</note> + </trans-unit> + <trans-unit id="Copy Image URL" xml:space="preserve"> + <source>Copy Image URL</source> + <target>复制图片URL地址</target> + + <note>Context menu option to copy the URL of an image into clipboard.</note> + </trans-unit> + <trans-unit id="Copy LNURL" xml:space="preserve"> + <source>Copy LNURL</source> + <target>复制LNURL</target> + + <note>Context menu option for copying a user's Lightning URL.</note> + </trans-unit> + <trans-unit id="Copy Note ID" xml:space="preserve"> + <source>Copy Note ID</source> + <target>复制此条推文ID</target> + + <note>Context menu option for copying the ID of the note.</note> + </trans-unit> + <trans-unit id="Copy Note JSON" xml:space="preserve"> + <source>Copy Note JSON</source> + <target>复制此条推文JSON</target> + + <note>Context menu option for copying the JSON text from the note.</note> + </trans-unit> + <trans-unit id="Copy Report ID" xml:space="preserve"> + <source>Copy Report ID</source> + <target>复制举报记录ID</target> + + <note>Button to copy report ID.</note> + </trans-unit> + <trans-unit id="Copy Text" xml:space="preserve"> + <source>Copy Text</source> + <target>复制文本</target> + + <note>Context menu option for copying the text from an note.</note> + </trans-unit> + <trans-unit id="Copy User Pubkey" xml:space="preserve"> + <source>Copy User Pubkey</source> + <target>复制用户公钥Pubkey</target> + + <note>Context menu option for copying the ID of the user who created the note.</note> + </trans-unit> + <trans-unit id="Copy invoice" xml:space="preserve"> + <source>Copy invoice</source> + <target>复制发票</target> + + <note>Title of section for copying a Lightning invoice identifier.</note> + </trans-unit> + <trans-unit id="Could not find user to block..." xml:space="preserve"> + <source>Could not find user to block...</source> + <target>找不到可拉黑用户</target> + + <note>Alert message to indicate that the blocked user could not be found.</note> + </trans-unit> + <trans-unit id="Create" xml:space="preserve"> + <source>Create</source> + <target>创建</target> + + <note>Button to create account.</note> + </trans-unit> + <trans-unit id="Create Account" xml:space="preserve"> + <source>Create Account</source> + <target>创建账户</target> + + <note>Button to create an account.</note> + </trans-unit> + <trans-unit id="Create new mutelist" xml:space="preserve"> + <source>Create new mutelist</source> + <target>创建新的屏蔽列表</target> + + <note>Title of alert prompting the user to create a new mutelist.</note> + </trans-unit> + <trans-unit id="Creator(s) of Bitcoin. Absolute legend." xml:space="preserve"> + <source>Creator(s) of Bitcoin. Absolute legend.</source> + <target>传奇的比特币创始人</target> + + <note>Example description about Bitcoin creator(s), Satoshi Nakamoto.</note> + </trans-unit> + <trans-unit id="Custom" xml:space="preserve"> + <source>Custom</source> + <target>自定义</target> + + <note>Dropdown option for selecting a custom translation server.</note> + </trans-unit> + <trans-unit id="DMs" xml:space="preserve"> + <source>DMs</source> + <target>私信</target> + + <note>Navigation title for DMs view, where DM is the English abbreviation for Direct Message. + Navigation title for view of DMs, where DM is an English abbreviation for Direct Message.</note> + </trans-unit> + <trans-unit id="Damus" xml:space="preserve"> + <source>Damus</source> + <target>达摩</target> + + <note>Name of the app, shown on the first screen when user is not logged in.</note> + </trans-unit> + <trans-unit id="Default Wallet" xml:space="preserve"> + <source>Default Wallet</source> + <target>默认钱包</target> + + <note>Button to pay a Lightning invoice with the user's default Lightning wallet.</note> + </trans-unit> + <trans-unit id="Delete" xml:space="preserve"> + <source>Delete</source> + <target>删除</target> + + <note>Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user</note> + </trans-unit> + <trans-unit id="Delete Account" xml:space="preserve"> + <source>Delete Account</source> + <target>删除账户</target> + + <note>Alert for deleting the users account. + Button to delete the user's account.</note> + </trans-unit> + <trans-unit id="Deleted Account" xml:space="preserve"> + <source>Deleted Account</source> + <target>已删除账户</target> + + <note>Alert message to indicate this is a deleted account</note> + </trans-unit> + <trans-unit id="Dismiss" xml:space="preserve"> + <source>Dismiss</source> + <target>忽略</target> + + <note>Button to dismiss a text field alert.</note> + </trans-unit> + <trans-unit id="Display Name" xml:space="preserve"> + <source>Display Name</source> + <target>昵称</target> + + <note>Label to prompt display name entry.</note> + </trans-unit> + <trans-unit id="Done" xml:space="preserve"> + <source>Done</source> + <target>完成</target> + + <note>Button to dismiss wallet selection view for paying Lightning invoice.</note> + </trans-unit> + <trans-unit id="EULA" xml:space="preserve"> + <source>EULA</source> + <target>用户条款</target> + + <note>Label indicating that the below text is the EULA, an acronym for End User License Agreement.</note> + </trans-unit> + <trans-unit id="Earn Money" xml:space="preserve"> + <source>Earn Money</source> + <target>赚钱</target> + + <note>Heading indicating that this application allows users to earn money.</note> + </trans-unit> + <trans-unit id="Edit" xml:space="preserve"> + <source>Edit</source> + <target>编辑</target> + + <note>Button to edit user's profile.</note> + </trans-unit> + <trans-unit id="Edit participants" xml:space="preserve"> + <source>Edit participants</source> + <target>编辑参加者列表</target> + + <note>Text indicating that the view is used for editing which participants are replied to in a note.</note> + </trans-unit> + <trans-unit id="Encrypted" xml:space="preserve"> + <source>Encrypted</source> + <target>已加密</target> + + <note>Heading indicating that this application keeps private messaging end-to-end encrypted.</note> + </trans-unit> + <trans-unit id="Enter your account key to login:" xml:space="preserve"> + <source>Enter your account key to login:</source> + <target>输入您的账户key以登陆:</target> + + <note>Prompt for user to enter an account key to login.</note> + </trans-unit> + <trans-unit id="Error: %@" xml:space="preserve"> + <source>Error: %@</source> + <target>错误:%@</target> + + <note>Error message indicating why saving keys failed.</note> + </trans-unit> + <trans-unit id="Follow" xml:space="preserve"> + <source>Follow</source> + <target>关注</target> + + <note>Button to follow a user.</note> + </trans-unit> + <trans-unit id="Followers" xml:space="preserve"> + <source>Followers</source> + <target>粉丝</target> + + <note>Label describing followers of a user.</note> + </trans-unit> + <trans-unit id="Following" xml:space="preserve"> + <source>Following</source> + <target>已关注</target> + + <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of following a profile. +Part of a larger sentence to describe how many profiles a user is following.</note> + </trans-unit> + <trans-unit id="Following..." xml:space="preserve"> + <source>Following...</source> + <target>关注中...</target> + + <note>Label to indicate that the user is in the process of following another user.</note> + </trans-unit> + <trans-unit id="Follows" xml:space="preserve"> + <source>Follows</source> + <target>关注</target> + + <note>Text to indicate that button next to it is in a state that will follow a profile when tapped.</note> + </trans-unit> + <trans-unit id="Global" xml:space="preserve"> + <source>Global</source> + <target>广场</target> + + <note>Navigation bar title for Global view where posts from all connected relay servers appear.</note> + </trans-unit> + <trans-unit id="Goto post %@" xml:space="preserve"> + <source>Goto post %@</source> + <target>查看推文%@</target> + + <note>Navigation link to go to post referenced by hex code.</note> + </trans-unit> + <trans-unit id="Goto profile %@" xml:space="preserve"> + <source>Goto profile %@</source> + <target>查看用户%@</target> + + <note>Navigation link to go to profile.</note> + </trans-unit> + <trans-unit id="Hide" xml:space="preserve"> + <source>Hide</source> + <target>隐藏</target> + + <note>Button to hide a post from a user who has been blocked.</note> + </trans-unit> + <trans-unit id="Hide API Key" xml:space="preserve"> + <source>Hide API Key</source> + <target>隐藏API Key</target> + + <note>Button to hide the LibreTranslate server API key.</note> + </trans-unit> + <trans-unit id="Home" xml:space="preserve"> + <source>Home</source> + <target>主页</target> + + <note>Navigation bar title for Home view where posts and replies appear from those who the user is following.</note> + </trans-unit> + <trans-unit id="Illegal content" xml:space="preserve"> + <source>Illegal content</source> + <target>违规内容</target> + + <note>Button for user to report that the account or content has illegal content.</note> + </trans-unit> + <trans-unit id="Invalid key" xml:space="preserve"> + <source>Invalid key</source> + <target>无效的key</target> + + <note>Error message indicating that an invalid account key was entered for login.</note> + </trans-unit> + <trans-unit id="It's spam" xml:space="preserve"> + <source>It's spam</source> + <target>这是垃圾信息</target> + + <note>Button for user to report that the account or content has spam.</note> + </trans-unit> + <trans-unit id="LNLink" xml:space="preserve"> + <source>LNLink</source> + <target>LNLink</target> + + <note>Dropdown option label for Lightning wallet, LNLink.</note> + </trans-unit> + <trans-unit id="Left Handed" xml:space="preserve"> + <source>Left Handed</source> + <target>左撇子界面</target> + + <note>Moves the post button to the left side of the screen</note> + </trans-unit> + <trans-unit id="Let's go!" xml:space="preserve"> + <source>Let's go!</source> + <target>开启旅程!</target> + + <note>Button to complete account creation and start using the app.</note> + </trans-unit> + <trans-unit id="LibreTranslate Translations" xml:space="preserve"> + <source>LibreTranslate Translations</source> + <target>LibreTranslate Translations</target> + + <note>Section title for selecting the server that hosts the LibreTranslate machine translation API.</note> + </trans-unit> + <trans-unit id="Lightning Address or LNURL" xml:space="preserve"> + <source>Lightning Address or LNURL</source> + <target>闪电地址或LNURL</target> + + <note>Placeholder text for entry of Lightning Address or LNURL.</note> + </trans-unit> + <trans-unit id="Lightning Invoice" xml:space="preserve"> + <source>Lightning Invoice</source> + <target>闪电发票</target> + + <note>Indicates that the view is for paying a Lightning invoice.</note> + </trans-unit> + <trans-unit id="Local default" xml:space="preserve"> + <source>Local default</source> + <target>本地默认</target> + + <note>Dropdown option label for system default for Lightning wallet.</note> + </trans-unit> + <trans-unit id="Login" xml:space="preserve"> + <source>Login</source> + <target>登陆</target> + + <note>Button to log into account. + Button to log into an account.</note> + </trans-unit> + <trans-unit id="Logout" xml:space="preserve"> + <source>Logout</source> + <target>登出</target> + + <note>Alert for logging out the user. + Button for logging out the user. + Button to close the alert that informs that the current account has been deleted.</note> + </trans-unit> + <trans-unit id="Make sure your nsec account key is saved before you logout or you will lose access to this account" xml:space="preserve"> + <source>Make sure your nsec account key is saved before you logout or you will lose access to this account</source> + <target>请确保您已经保存好nsec account key账户私钥!否则登出后您将无法重新访问您的账户。</target> + + <note>Reminder message in alert to get customer to verify that their private security account key is saved saved before logging out.</note> + </trans-unit> + <trans-unit id="Muun" xml:space="preserve"> + <source>Muun</source> + <target>Muun</target> + + <note>Dropdown option label for Lightning wallet, Muun.</note> + </trans-unit> + <trans-unit id="NIP-05 Verification" xml:space="preserve"> + <source>NIP-05 Verification</source> + <target>NIP-05认证</target> + + <note>Label for NIP-05 Verification section of user profile form.</note> + </trans-unit> + <trans-unit id="No" xml:space="preserve"> + <source>No</source> + <target>否</target> + + <note>Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key.</note> + </trans-unit> + <trans-unit id="No block list found, create a new one? This will overwrite any previous block lists." xml:space="preserve"> + <source>No block list found, create a new one? This will overwrite any previous block lists.</source> + <target>没有找到黑名单,是否创建新黑名单?先前的黑名单将被覆盖。</target> + + <note>Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists.</note> + </trans-unit> + <trans-unit id="None" xml:space="preserve"> + <source>None</source> + <target>无</target> + + <note>Dropdown option for selecting no translation server.</note> + </trans-unit> + <trans-unit id="Note contains &quot;nsec1&quot; private key. Are you sure?" xml:space="preserve"> + <source>Note contains &quot;nsec1&quot; private key. Are you sure?</source> + <target>没有包含 &quot;nsec1&quot; 的私钥,你确定吗?</target> + + <note>Alert user that they might be attempting to paste a private key and ask them to confirm.</note> + </trans-unit> + <trans-unit id="Nothing to see here. Check back later!" xml:space="preserve"> + <source>Nothing to see here. Check back later!</source> + <target>暂无内容,请稍后重试。</target> + + <note>Indicates that there are no notes in the timeline to view.</note> + </trans-unit> + <trans-unit id="Notifications" xml:space="preserve"> + <source>Notifications</source> + <target>通知</target> + + <note>Navigation title for notifications.</note> + </trans-unit> + <trans-unit id="Nudity or explicit content" xml:space="preserve"> + <source>Nudity or explicit content</source> + <target>裸体或暴露的内容</target> + + <note>Button for user to report that the account or content has nudity or explicit content.</note> + </trans-unit> + <trans-unit id="Pay" xml:space="preserve"> + <source>Pay</source> + <target>支付</target> + + <note>Button to pay a Lightning invoice.</note> + </trans-unit> + <trans-unit id="Pay the Lightning invoice" xml:space="preserve"> + <source>Pay the Lightning invoice</source> + <target>支付闪电发票</target> + + <note>Navigation bar title for view to pay Lightning invoice.</note> + </trans-unit> + <trans-unit id="Phoenix" xml:space="preserve"> + <source>Phoenix</source> + <target>Phoenix</target> + + <note>Dropdown option label for Lightning wallet, Phoenix.</note> + </trans-unit> + <trans-unit id="Post" xml:space="preserve"> + <source>Post</source> + <target>发布</target> + + <note>Button to post a note.</note> + </trans-unit> + <trans-unit id="Post from a user you've blocked" xml:space="preserve"> + <source>Post from a user you've blocked</source> + <target>该推文来自已拉黑用户</target> + + <note>Text to indicate that what is being shown is a post from a user who has been blocked.</note> + </trans-unit> + <trans-unit id="Posts" xml:space="preserve"> + <source>Posts</source> + <target>推文</target> + + <note>Label for filter for seeing only posts (instead of posts and replies).</note> + </trans-unit> + <trans-unit id="Posts &amp; Replies" xml:space="preserve"> + <source>Posts &amp; Replies</source> + <target>推文与回复</target> + + <note>Label for filter for seeing posts and replies (instead of only posts).</note> + </trans-unit> + <trans-unit id="Private" xml:space="preserve"> + <source>Private</source> + <target>私密</target> + + <note>Heading indicating that this application keeps personally identifiable information private. A sentence describing what is done to keep data private comes after this heading.</note> + </trans-unit> + <trans-unit id="Private Key" xml:space="preserve"> + <source>Private Key</source> + <target>私钥</target> + + <note>Title of the secure field that holds the user's private key.</note> + </trans-unit> + <trans-unit id="Profile" xml:space="preserve"> + <source>Profile</source> + <target>我的档案</target> + + <note>Sidebar menu label for Profile view.</note> + </trans-unit> + <trans-unit id="Profile Picture" xml:space="preserve"> + <source>Profile Picture</source> + <target>头像</target> + + <note>Label for Profile Picture section of user profile form.</note> + </trans-unit> + <trans-unit id="Public Account ID" xml:space="preserve"> + <source>Public Account ID</source> + <target>公开账号ID</target> + + <note>Section title for the user's public account ID.</note> + </trans-unit> + <trans-unit id="Public Key" xml:space="preserve"> + <source>Public Key</source> + <target>公钥Public Key</target> + + <note>Label indicating that the text is a user's public account key.</note> + </trans-unit> + <trans-unit id="Public Key?" xml:space="preserve"> + <source>Public Key?</source> + <target>输入的是公钥Public Key吗?</target> + + <note>Prompt to ask user if the key they entered is a public key.</note> + </trans-unit> + <trans-unit id="Public key" xml:space="preserve"> + <source>Public key</source> + <target>公钥Public Key</target> + + <note>Label indicating that the text is a user's public account key.</note> + </trans-unit> + <trans-unit id="Reactions" xml:space="preserve"> + <source>Reactions</source> + <target>回应</target> + + <note>Navigation bar title for Reactions view.</note> + </trans-unit> + <trans-unit id="Recommended Relays" xml:space="preserve"> + <source>Recommended Relays</source> + <target>推荐的中继器</target> + + <note>Section title for recommend relay servers that could be added as part of configuration</note> + </trans-unit> + <trans-unit id="Reject" xml:space="preserve"> + <source>Reject</source> + <target>拒绝</target> + + <note>Button to reject the end user license agreement, which disallows the user from being let into the app.</note> + </trans-unit> + <trans-unit id="Relay" xml:space="preserve"> + <source>Relay</source> + <target>中继器</target> + + <note>Text field for relay server. Used for testing purposes.</note> + </trans-unit> + <trans-unit id="Relays" xml:space="preserve"> + <source>Relays</source> + <target>中继器</target> + + <note>Sidebar menu label for Relay servers view + Sidebar menu label for Relays view.</note> + </trans-unit> + <trans-unit id="Relays have been notified and clients will be able to use this information to filter content. Thank you!" xml:space="preserve"> + <source>Relays have been notified and clients will be able to use this information to filter content. Thank you!</source> + <target>已通知中继器。其他用户将可以使用该信息过滤内容。谢谢!</target> + + <note>Description of what was done as a result of sending a report to relay servers.</note> + </trans-unit> + <trans-unit id="Remove all" xml:space="preserve"> + <source>Remove all</source> + <target>移除全部</target> + + <note>Button label to remove all participants from a note reply.</note> + </trans-unit> + <trans-unit id="Reply to self" xml:space="preserve"> + <source>Reply to self</source> + <target>自回复</target> + + <note>Label to indicate that the user is replying to themself.</note> + </trans-unit> + <trans-unit id="Replying to %@ &amp; %@" xml:space="preserve"> + <source>Replying to %1$@ &amp; %2$@</source> + <target>正在回复%1$@ &amp; %2$@</target> + + <note>Label to indicate that the user is replying to 2 users.</note> + </trans-unit> + <trans-unit id="Replying to:" xml:space="preserve"> + <source>Replying to:</source> + <target>正在回复:</target> + + <note>Indicating that the user is replying to the following listed people.</note> + </trans-unit> + <trans-unit id="Report" xml:space="preserve"> + <source>Report</source> + <target>举报</target> + + <note>Button to report a profile. + Context menu option for reporting content.</note> + </trans-unit> + <trans-unit id="Report ID:" xml:space="preserve"> + <source>Report ID:</source> + <target>举报记录ID:</target> + + <note>Label indicating that the text underneath is the identifier of the report that was sent to relay servers.</note> + </trans-unit> + <trans-unit id="Report sent!" xml:space="preserve"> + <source>Report sent!</source> + <target>举报成功!</target> + + <note>Message indicating that a report was successfully sent to relay servers.</note> + </trans-unit> + <trans-unit id="Repost" xml:space="preserve"> + <source>Repost</source> + <target>转发</target> + + <note>Button to confirm reposting a post. + Title of alert for confirming to repost a post.</note> + </trans-unit> + <trans-unit id="Reposted" xml:space="preserve"> + <source>Reposted</source> + <target>已转发</target> + + <note>Text indicating that the post was reposted (i.e. re-shared).</note> + </trans-unit> + <trans-unit id="Reposts" xml:space="preserve"> + <source>Reposts</source> + <target>转发</target> + + <note>Navigation bar title for Reposts view.</note> + </trans-unit> + <trans-unit id="Requests" xml:space="preserve"> + <source>Requests</source> + <target>请求</target> + + <note>Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message.</note> + </trans-unit> + <trans-unit id="Retry" xml:space="preserve"> + <source>Retry</source> + <target>重试</target> + + <note>Button to retry completing account creation after an error occurred.</note> + </trans-unit> + <trans-unit id="River" xml:space="preserve"> + <source>River</source> + <target>River</target> + + <note>Dropdown option label for Lightning wallet, River</note> + </trans-unit> + <trans-unit id="Satoshi Nakamoto" xml:space="preserve"> + <source>Satoshi Nakamoto</source> + <target>Satoshi Nakamoto</target> + + <note>Name of Bitcoin creator(s).</note> + </trans-unit> + <trans-unit id="Save" xml:space="preserve"> + <source>Save</source> + <target>保存</target> + + <note>Button for saving profile.</note> + </trans-unit> + <trans-unit id="Save Image" xml:space="preserve"> + <source>Save Image</source> + <target>保存图片</target> + + <note>Context menu option to save an image.</note> + </trans-unit> + <trans-unit id="Search hashtag: #%@" xml:space="preserve"> + <source>Search hashtag: #%@</source> + <target>热搜词:#%@</target> + + <note>Navigation link to search hashtag.</note> + </trans-unit> + <trans-unit id="Search..." xml:space="preserve"> + <source>Search...</source> + <target>搜索...</target> + + <note>Placeholder text to prompt entry of search query.</note> + </trans-unit> + <trans-unit id="Secret Account Login Key" xml:space="preserve"> + <source>Secret Account Login Key</source> + <target>账户私钥</target> + + <note>Section title for user's secret account login key.</note> + </trans-unit> + <trans-unit id="Select a Lightning wallet" xml:space="preserve"> + <source>Select a Lightning wallet</source> + <target>选择一个闪电钱包</target> + + <note>Title of section for selecting a Lightning wallet to pay a Lightning invoice.</note> + </trans-unit> + <trans-unit id="Select default wallet" xml:space="preserve"> + <source>Select default wallet</source> + <target>选择默认钱包</target> + + <note>Prompt selection of user's default wallet</note> + </trans-unit> + <trans-unit id="Send a message to start the conversation..." xml:space="preserve"> + <source>Send a message to start the conversation...</source> + <target>发送信息来开启聊天吧...</target> + + <note>Text prompt for user to send a message to the other user.</note> + </trans-unit> + <trans-unit id="Server" xml:space="preserve"> + <source>Server</source> + <target>服务器</target> + + <note>Prompt selection of LibreTranslate server to perform machine translations on notes</note> + </trans-unit> + <trans-unit id="Settings" xml:space="preserve"> + <source>Settings</source> + <target>设置</target> + + <note>Navigation title for Settings view. + Sidebar menu label for accessing the app settings</note> + </trans-unit> + <trans-unit id="Share" xml:space="preserve"> + <source>Share</source> + <target>分享</target> + + <note>Button to share an image. + Button to share the link to a profile.</note> + </trans-unit> + <trans-unit id="Show" xml:space="preserve"> + <source>Show</source> + <target>显示</target> + + <note>Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key.</note> + </trans-unit> + <trans-unit id="Show API Key" xml:space="preserve"> + <source>Show API Key</source> + <target>显示API Key</target> + + <note>Button to hide the LibreTranslate server API key.</note> + </trans-unit> + <trans-unit id="Show wallet selector" xml:space="preserve"> + <source>Show wallet selector</source> + <target>显示钱包选择</target> + + <note>Toggle to show or hide selection of wallet.</note> + </trans-unit> + <trans-unit id="Sign out" xml:space="preserve"> + <source>Sign out</source> + <target>登出</target> + + <note>Sidebar menu label to sign out of the account.</note> + </trans-unit> + <trans-unit id="Strike" xml:space="preserve"> + <source>Strike</source> + <target>Strike</target> + + <note>Dropdown option label for Lightning wallet, Strike.</note> + </trans-unit> + <trans-unit id="Thanks!" xml:space="preserve"> + <source>Thanks!</source> + <target>谢谢!</target> + + <note>Button to close out of alert that informs that the action to block a user was successful.</note> + </trans-unit> + <trans-unit id="They are impersonating someone" xml:space="preserve"> + <source>They are impersonating someone</source> + <target>抄袭模仿他人</target> + + <note>Button for user to report that the account is impersonating someone.</note> + </trans-unit> + <trans-unit id="This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective." xml:space="preserve"> + <source>This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective.</source> + <target>这是一个公钥。您无法使用公钥发布推文或进行其他交互。您只可以从该用户视角查看此账户。</target> + + <note>Warning that the inputted account key is a public key and the result of what happens because of it.</note> + </trans-unit> + <trans-unit id="This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key." xml:space="preserve"> + <source>This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key.</source> + <target>这是一个老式nostr key。系统无法确定这是公钥还是私钥。如果是公钥,请点击下面的按钮切换。</target> + + <note>Warning that the inputted account key for login is an old-style and asking user to verify if it is a public key.</note> + </trans-unit> + <trans-unit id="This is your account ID, you can give this to your friends so that they can follow you. Click to copy." xml:space="preserve"> + <source>This is your account ID, you can give this to your friends so that they can follow you. Click to copy.</source> + <target>这是您的账号ID。您可以把账号ID分享给朋友来邀请他们关注您。点击复制</target> + + <note>Label to describe that a public key is the user's account ID and what they can do with it.</note> + </trans-unit> + <trans-unit id="This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!" xml:space="preserve"> + <source>This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!</source> + <target>这是您的秘密私钥。您需要用这个私钥来访问您的账户。您可以用密码管理器或者其他安全的方式保管您的私钥。切记不要把私钥透露给任何人!</target> + + <note>Label to describe that a private key is the user's secret account key and what they should do with it.</note> + </trans-unit> + <trans-unit id="Thread" xml:space="preserve"> + <source>Thread</source> + <target>推文链</target> + + <note>Navigation bar title for note thread. + Navigation bar title for threaded event detail view.</note> + </trans-unit> + <trans-unit id="Translate Note" xml:space="preserve"> + <source>Translate Note</source> + <target>翻译推文</target> + + <note>Button to translate note from different language.</note> + </trans-unit> + <trans-unit id="Translated from (lang)" xml:space="preserve"> + <source>Translated from (lang)</source> + <target>翻译自 (lang)</target> + + <note>Button to indicate that the note has been translated from a different language.</note> + </trans-unit> + <trans-unit id="Translating from (lang)..." xml:space="preserve"> + <source>Translating from (lang)...</source> + <target>正在从(lang)翻译...</target> + + <note>Button to indicate that the note is in the process of being translated from a different language.</note> + </trans-unit> + <trans-unit id="Type DELETE to delete" xml:space="preserve"> + <source>Type DELETE to delete</source> + <target>输入 DELETE 以删除</target> + + <note>No comment provided by engineer.</note> + </trans-unit> + <trans-unit id="Type your post here..." xml:space="preserve"> + <source>Type your post here...</source> + <target>说点什么呢...</target> + + <note>Text box prompt to ask user to type their post.</note> + </trans-unit> + <trans-unit id="URL" xml:space="preserve"> + <source>URL</source> + <target>URL</target> + + <note>Example URL to LibreTranslate server</note> + </trans-unit> + <trans-unit id="Unfollow" xml:space="preserve"> + <source>Unfollow</source> + <target>取消关注</target> + + <note>Button to unfollow a user.</note> + </trans-unit> + <trans-unit id="Unfollowing" xml:space="preserve"> + <source>Unfollowing</source> + <target>取消关注</target> + + <note>Text to indicate that the button next to it is in a state that indicates that it is in the process of unfollowing a profile.</note> + </trans-unit> + <trans-unit id="Unfollowing..." xml:space="preserve"> + <source>Unfollowing...</source> + <target>取消关注...</target> + + <note>Label to indicate that the user is in the process of unfollowing another user.</note> + </trans-unit> + <trans-unit id="Unfollows" xml:space="preserve"> + <source>Unfollows</source> + <target>取消关注</target> + + <note>Text to indicate that the button next to it is in a state that will unfollow a profile when tapped.</note> + </trans-unit> + <trans-unit id="User blocked" xml:space="preserve"> + <source>User blocked</source> + <target>用户已被拉黑</target> + + <note>Alert message to indicate the user has been blocked</note> + </trans-unit> + <trans-unit id="User has been blocked" xml:space="preserve"> + <source>User has been blocked</source> + <target>用户已被拉黑</target> + + <note>Alert message that informs a user was blocked.</note> + </trans-unit> + <trans-unit id="Username" xml:space="preserve"> + <source>Username</source> + <target>用户名</target> + + <note>Label for Username section of user profile form. + Label to prompt username entry.</note> + </trans-unit> + <trans-unit id="Wallet" xml:space="preserve"> + <source>Wallet</source> + <target>钱包</target> + + <note>Sidebar menu label for Wallet view.</note> + </trans-unit> + <trans-unit id="Wallet Selector" xml:space="preserve"> + <source>Wallet Selector</source> + <target>选择钱包</target> + + <note>Section title for selection of wallet.</note> + </trans-unit> + <trans-unit id="Wallet of Satoshi" xml:space="preserve"> + <source>Wallet of Satoshi</source> + <target>Wallet of Satoshi</target> + + <note>Dropdown option label for Lightning wallet, Wallet of Satoshi.</note> + </trans-unit> + <trans-unit id="Website" xml:space="preserve"> + <source>Website</source> + <target>网站</target> + + <note>Label for Website section of user profile form.</note> + </trans-unit> + <trans-unit id="Welcome to the social network %@ control." xml:space="preserve"> + <source>Welcome to the social network %@ control.</source> + <target>欢迎来到由%@控制的社交网络。</target> + + <note>Welcoming message to the reader. The variable is 'you', the reader.</note> + </trans-unit> + <trans-unit id="Welcome, %@!" xml:space="preserve"> + <source>Welcome, %@!</source> + <target>欢迎,%@!</target> + + <note>Text to welcome user.</note> + </trans-unit> + <trans-unit id="What do you want to report?" xml:space="preserve"> + <source>What do you want to report?</source> + <target>您希望举报什么问题?</target> + + <note>Header text to prompt user what issue they want to report.</note> + </trans-unit> + <trans-unit id="Yes, Overwrite" xml:space="preserve"> + <source>Yes, Overwrite</source> + <target>确定覆盖</target> + + <note>Text of button that confirms to overwrite the existing mutelist.</note> + </trans-unit> + <trans-unit id="Yes, Post with Private Key" xml:space="preserve"> + <source>Yes, Post with Private Key</source> + <target>确定,使用私钥发布</target> + + <note>Button to proceed with posting a note even though it looks like they might be posting a private key.</note> + </trans-unit> + <trans-unit id="Your Name" xml:space="preserve"> + <source>Your Name</source> + <target>名字</target> + + <note>Label for Your Name section of user profile form.</note> + </trans-unit> + <trans-unit id="Your report will be sent to the relays you are connected to" xml:space="preserve"> + <source>Your report will be sent to the relays you are connected to</source> + <target>您的举报将被发送到您已连接的中继器上</target> + + <note>Footer text to inform user what will happen when the report is submitted.</note> + </trans-unit> + <trans-unit id="Zebedee" xml:space="preserve"> + <source>Zebedee</source> + <target>Zebedee</target> + + <note>Dropdown option label for Lightning wallet, Zebedee.</note> + </trans-unit> + <trans-unit id="Zeus LN" xml:space="preserve"> + <source>Zeus LN</source> + <target>Zeus LN</target> + + <note>Dropdown option label for Lightning wallet, Zeus LN.</note> + </trans-unit> + <trans-unit id="collapsed_event_view_other_notes" translate="no" xml:space="preserve"> + <source>collapsed_event_view_other_notes</source> + <target>collapsed_event_view_other_notes</target> + + <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="followers_count" translate="no" xml:space="preserve"> + <source>followers_count</source> + <target>followers_count</target> + + <note>Part of a larger sentence to describe how many people are following a user. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="https://example.com/pic.jpg" xml:space="preserve"> + <source>https://example.com/pic.jpg</source> + <target>https://example.com/pic.jpg</target> + + <note>Placeholder example text for profile picture URL.</note> + </trans-unit> + <trans-unit id="https://jb55.com" xml:space="preserve"> + <source>https://jb55.com</source> + <target>https://jb55.com</target> + + <note>Placeholder example text for website URL for user profile.</note> + </trans-unit> + <trans-unit id="jb55@jb55.com" xml:space="preserve"> + <source>jb55@jb55.com</source> + <target>jb55@jb55.com</target> + + <note>Placeholder example text for identifier used for NIP-05 verification.</note> + </trans-unit> + <trans-unit id="none" xml:space="preserve"> + <source>none</source> + <target>无结果</target> + + <note>No search results.</note> + </trans-unit> + <trans-unit id="now" xml:space="preserve"> + <source>now</source> + <target>现在</target> + + <note>String indicating that a given timestamp just occurred</note> + </trans-unit> + <trans-unit id="nsec1..." xml:space="preserve"> + <source>nsec1...</source> + <target>nsec1...</target> + + <note>Prompt for user to enter in an account key to login. This text shows the characters the key could start with if it was a private key.</note> + </trans-unit> + <trans-unit id="optional" xml:space="preserve"> + <source>optional</source> + <target>选填</target> + + <note>Label indicating that a form input is optional.</note> + </trans-unit> + <trans-unit id="reactions_count" translate="no" xml:space="preserve"> + <source>reactions_count</source> + <target>reactions_count</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="relays_count" translate="no" xml:space="preserve"> + <source>relays_count</source> + <target>relays_count</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="replying_to_one_and_others" translate="no" xml:space="preserve"> + <source>replying_to_one_and_others</source> + <target>replying_to_one_and_others</target> + + <note>Label to indicate that the user is replying to 1 user and others. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="replying_to_two_and_others" translate="no" xml:space="preserve"> + <source>replying_to_two_and_others</source> + <target>replying_to_two_and_others</target> + + <note>Label to indicate that the user is replying to 2 users and others. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="reposts_count" translate="no" xml:space="preserve"> + <source>reposts_count</source> + <target>reposts_count</target> + + <note>Part of a larger sentence to describe how many reposts there are. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="satoshi" xml:space="preserve"> + <source>satoshi</source> + <target>satoshi</target> + + <note>Example username of Bitcoin creator(s), Satoshi Nakamoto.</note> + </trans-unit> + <trans-unit id="sats_count" translate="no" xml:space="preserve"> + <source>sats_count</source> + <target>sats_count</target> + + <note>Amount of sats. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="u{00A0}" xml:space="preserve"> + <source>u{00A0}</source> + <target>u{00A0}</target> + + <note>Non-breaking space character to fill in blank space next to event action button icons.</note> + </trans-unit> + <trans-unit id="wss://some.relay.com" xml:space="preserve"> + <source>wss://some.relay.com</source> + <target>wss://some.relay.com</target> + + <note>Placeholder example for relay server address.</note> + </trans-unit> + <trans-unit id="you" xml:space="preserve"> + <source>you</source> + <target>你</target> + + <note>You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself.</note> + </trans-unit> + <trans-unit id="zaps_count" translate="no" xml:space="preserve"> + <source>zaps_count</source> + <target>zaps_count</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict)</note> + </trans-unit> + <trans-unit id="⚡️ %@" xml:space="preserve"> + <source>⚡️ %@</source> + <target>⚡️ %@</target> + + <note>No comment provided by engineer.</note> + </trans-unit> + </body> + </file> + <file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="zh-CN" datatype="plaintext"> + <header> + <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="14.2" build-num="14C18"/> + </header> + <body> + <trans-unit id="/collapsed_event_view_other_notes:dict/NOTES:dict/one:dict/:string" xml:space="preserve"> + <source>%d other note</source> + <target>%d 条更多推文</target> + + <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> + </trans-unit> + <trans-unit id="/collapsed_event_view_other_notes:dict/NOTES:dict/other:dict/:string" xml:space="preserve"> + <source>%d other notes</source> + <target>%d 条更多推文</target> + + <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> + </trans-unit> + <trans-unit id="/collapsed_event_view_other_notes:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>··· %#@NOTES@ ···</source> + <target>··· %#@NOTES@ ···</target> + + <note>Text to indicate that the thread was collapsed and that there are other notes to view if tapped.</note> + </trans-unit> + <trans-unit id="/followers_count:dict/FOLLOWERS:dict/one:dict/:string" xml:space="preserve"> + <source>Follower</source> + <target>粉丝</target> + + <note>Part of a larger sentence to describe how many people are following a user.</note> + </trans-unit> + <trans-unit id="/followers_count:dict/FOLLOWERS:dict/other:dict/:string" xml:space="preserve"> + <source>Followers</source> + <target>粉丝</target> + + <note>Part of a larger sentence to describe how many people are following a user.</note> + </trans-unit> + <trans-unit id="/followers_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@FOLLOWERS@</source> + <target>%#@FOLLOWERS@</target> + + <note>Part of a larger sentence to describe how many people are following a user.</note> + </trans-unit> + <trans-unit id="/reactions_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@REACTIONS@</source> + <target>%#@REACTIONS@</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post.</note> + </trans-unit> + <trans-unit id="/reactions_count:dict/REACTIONS:dict/one:dict/:string" xml:space="preserve"> + <source>Reaction</source> + <target>回应</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post.</note> + </trans-unit> + <trans-unit id="/reactions_count:dict/REACTIONS:dict/other:dict/:string" xml:space="preserve"> + <source>Reactions</source> + <target>回应</target> + + <note>Part of a larger sentence to describe how many reactions there are on a post.</note> + </trans-unit> + <trans-unit id="/relays_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@RELAYS@</source> + <target>%#@RELAYS@</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> + </trans-unit> + <trans-unit id="/relays_count:dict/RELAYS:dict/one:dict/:string" xml:space="preserve"> + <source>Relay</source> + <target>中继器</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> + </trans-unit> + <trans-unit id="/relays_count:dict/RELAYS:dict/other:dict/:string" xml:space="preserve"> + <source>Relays</source> + <target>中继器</target> + + <note>Part of a larger sentence to describe how many relay servers a user is connected.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>Replying to %@%#@OTHERS@</source> + <target>正在回复%@%#@OTHERS@</target> + + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/one:dict/:string" xml:space="preserve"> + <source> &amp; %d other</source> + <target> &amp; %d 个其他用户</target> + + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/other:dict/:string" xml:space="preserve"> + <source> &amp; %d others</source> + <target> &amp; %d 个其他用户</target> + + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_one_and_others:dict/OTHERS:dict/zero:dict/:string" xml:space="preserve"> + <source/> + <note>Label to indicate that the user is replying to 1 user and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>Replying to %@, %@%#@OTHERS@</source> + <target>正在回复%@, %@%#@OTHERS@</target> + + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/one:dict/:string" xml:space="preserve"> + <source> &amp; %d other</source> + <target> &amp; %d 个其他用户</target> + + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/other:dict/:string" xml:space="preserve"> + <source> &amp; %d others</source> + <target> &amp; %d 个其他用户</target> + + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/replying_to_two_and_others:dict/OTHERS:dict/zero:dict/:string" xml:space="preserve"> + <source/> + <note>Label to indicate that the user is replying to 2 users and others.</note> + </trans-unit> + <trans-unit id="/reposts_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@REPOSTS@</source> + <target>%#@REPOSTS@</target> + + <note>Part of a larger sentence to describe how many reposts there are.</note> + </trans-unit> + <trans-unit id="/reposts_count:dict/REPOSTS:dict/one:dict/:string" xml:space="preserve"> + <source>Repost</source> + <target>转发</target> + + <note>Part of a larger sentence to describe how many reposts there are.</note> + </trans-unit> + <trans-unit id="/reposts_count:dict/REPOSTS:dict/other:dict/:string" xml:space="preserve"> + <source>Reposts</source> + <target>转发</target> + + <note>Part of a larger sentence to describe how many reposts there are.</note> + </trans-unit> + <trans-unit id="/sats_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%1$#@SATS@</source> + <target>%1$#@SATS@</target> + + <note>Amount of sats.</note> + </trans-unit> + <trans-unit id="/sats_count:dict/SATS:dict/one:dict/:string" xml:space="preserve"> + <source>%2$@ sat</source> + <target>%2$@ sat</target> + + <note>Amount of sats.</note> + </trans-unit> + <trans-unit id="/sats_count:dict/SATS:dict/other:dict/:string" xml:space="preserve"> + <source>%2$@ sats</source> + <target>%2$@ sats</target> + + <note>Amount of sats.</note> + </trans-unit> + <trans-unit id="/zaps_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve"> + <source>%#@ZAPS@</source> + <target>%#@ZAPS@</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> + </trans-unit> + <trans-unit id="/zaps_count:dict/ZAPS:dict/one:dict/:string" xml:space="preserve"> + <source>Zap</source> + <target>Zap</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> + </trans-unit> + <trans-unit id="/zaps_count:dict/ZAPS:dict/other:dict/:string" xml:space="preserve"> + <source>Zaps</source> + <target>Zaps</target> + + <note>Part of a larger sentence to describe how many zap payments there are on a post.</note> + </trans-unit> + </body> + </file> +</xliff>+ \ No newline at end of file