From 543fd67f35e45d086976a0e4ab0364b3671207f2 Mon Sep 17 00:00:00 2001 From: Terry Yiu <963907+tyiu@users.noreply.github.com> Date: Wed, 8 Feb 2023 19:17:24 -0500 Subject: [PATCH] Import japanese translations Changelog-Added: Japanese translations --- damus.xcodeproj/project.pbxproj | 7 + damus/de.lproj/InfoPlist.strings | 3 + damus/de.lproj/Localizable.strings | 77 +- damus/es-419.lproj/InfoPlist.strings | 3 + damus/es-419.lproj/Localizable.strings | 99 +- damus/ja.lproj/InfoPlist.strings | 12 + damus/ja.lproj/Localizable.strings | 725 +++++++++ damus/ja.lproj/Localizable.stringsdict | 136 ++ damus/pl-PL.lproj/InfoPlist.strings | 3 + damus/pl-PL.lproj/Localizable.strings | 99 +- damus/pl-PL.lproj/Localizable.stringsdict | 2 +- translations/de.xliff | 25 + translations/es_419.xliff | 34 + translations/ja.xliff | 1689 +++++++++++++++++++++ translations/pl_PL.xliff | 34 + 15 files changed, 2938 insertions(+), 10 deletions(-) create mode 100644 damus/ja.lproj/InfoPlist.strings create mode 100644 damus/ja.lproj/Localizable.strings create mode 100644 damus/ja.lproj/Localizable.stringsdict create mode 100644 translations/ja.xliff diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj index a3b38567..6fb0f259 100644 --- a/damus.xcodeproj/project.pbxproj +++ b/damus.xcodeproj/project.pbxproj @@ -253,6 +253,9 @@ 3A5CAE1D298DC0DB00B5334F /* zh-CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-CN"; path = "zh-CN.lproj/InfoPlist.strings"; sourceTree = ""; }; 3A5CAE1E298DC0DB00B5334F /* zh-CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-CN"; path = "zh-CN.lproj/Localizable.strings"; sourceTree = ""; }; 3A5CAE1F298DC0DB00B5334F /* zh-CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-CN"; path = "zh-CN.lproj/Localizable.stringsdict"; sourceTree = ""; }; + 3A66D927299472FA008B44F4 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = ""; }; + 3A66D928299472FA008B44F4 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = ""; }; + 3A66D929299472FA008B44F4 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ja; path = ja.lproj/Localizable.stringsdict; sourceTree = ""; }; 3A929C20297F2CF80090925E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "it-IT.lproj/InfoPlist.strings"; sourceTree = ""; }; 3A929C21297F2CF80090925E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "it-IT.lproj/Localizable.strings"; sourceTree = ""; }; 3A929C22297F2CF80090925E /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "it-IT"; path = "it-IT.lproj/Localizable.stringsdict"; sourceTree = ""; }; @@ -1095,6 +1098,7 @@ nl, "zh-CN", "el-GR", + ja, ); mainGroup = 4CE6DEDA27F7A08100C66700; packageReferences = ( @@ -1396,6 +1400,7 @@ 3A96D41C298DA94500388A2A /* nl */, 3A5CAE1F298DC0DB00B5334F /* zh-CN */, 3A25EF152992DA5D008ABE69 /* el-GR */, + 3A66D929299472FA008B44F4 /* ja */, ); name = Localizable.stringsdict; sourceTree = ""; @@ -1415,6 +1420,7 @@ 3A96D41A298DA94500388A2A /* nl */, 3A5CAE1D298DC0DB00B5334F /* zh-CN */, 3A25EF132992DA5D008ABE69 /* el-GR */, + 3A66D927299472FA008B44F4 /* ja */, ); name = InfoPlist.strings; sourceTree = ""; @@ -1434,6 +1440,7 @@ 3A96D41B298DA94500388A2A /* nl */, 3A5CAE1E298DC0DB00B5334F /* zh-CN */, 3A25EF142992DA5D008ABE69 /* el-GR */, + 3A66D928299472FA008B44F4 /* ja */, ); name = Localizable.strings; sourceTree = ""; diff --git a/damus/de.lproj/InfoPlist.strings b/damus/de.lproj/InfoPlist.strings index a8346f88..9bff2e1a 100644 --- a/damus/de.lproj/InfoPlist.strings +++ b/damus/de.lproj/InfoPlist.strings @@ -4,6 +4,9 @@ /* Bundle name */ "CFBundleName" = "damus"; +/* Privacy - Face ID Usage Description */ +"NSFaceIDUsageDescription" = "Lokale Authentifizierung für den Zugriff auf den privaten Schlüssel"; + /* Privacy - Photo Library Additions Usage Description */ "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 index 9f78e075..bfc2c980 100644 --- a/damus/de.lproj/Localizable.strings +++ b/damus/de.lproj/Localizable.strings @@ -76,12 +76,18 @@ Number of relay servers a user is connected. */ /* Label for section for adding a relay server. */ "Add Relay" = "Relay hinzufügen"; +/* Label to display relay contact user. */ +"Admin" = "Admin"; + /* Any amount of sats */ "Any" = "Beliebig"; /* Prompt for optional entry of API Key to use translation server. */ "API Key (optional)" = "API Schlüssel (optional)"; +/* Prompt for required entry of API Key to use translation server. */ +"API Key (required)" = "API-Schlüssel (benötigt)"; + /* 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?"; @@ -120,6 +126,9 @@ Number of relay servers a user is connected. */ /* Dropdown option label for Lightning wallet, Blue Wallet. */ "Blue Wallet" = "Blue Wallet"; +/* Accessibility label for boosts button */ +"Boosts" = "Boosts"; + /* Dropdown option label for Lightning wallet, Breez. */ "Breez" = "Breez"; @@ -147,6 +156,9 @@ Number of relay servers a user is connected. */ /* Section title for clearing cached data. */ "Clear Cache" = "Zwischenspeicher löschen"; +/* Label to display relay contact information. */ +"Contact" = "Kontakt"; + /* Label indicating that a user's key was copied. */ "Copied" = "Kopiert"; @@ -205,6 +217,9 @@ Number of relay servers a user is connected. */ /* Name of the app, shown on the first screen when user is not logged in. */ "Damus" = "Damus"; +/* Dropdown option for selecting DeepL as the translation service. */ +"DeepL (Proprietary, Higher Accuracy)" = "DeepL (Proprietär, bessere Genauigkeit)"; + /* Button to pay a Lightning invoice with the user's default Lightning wallet. */ "Default Wallet" = "Voreingestellte Wallet"; @@ -221,6 +236,9 @@ Number of relay servers a user is connected. */ /* Alert message to indicate this is a deleted account */ "Deleted Account" = "Gelöschtes Konto"; +/* Label to display relay description. */ +"Description" = "Beschreibung"; + /* Button to dismiss a text field alert. */ "Dismiss" = "Schließen"; @@ -258,6 +276,12 @@ Number of relay servers a user is connected. */ /* Button to follow a user. */ "Follow" = "Folgen"; +/* Button to follow a user back. */ +"Follow Back" = "Ebenfalls folgen"; + +/* Text on QR code view to prompt viewer looking at screen to follow the user. */ +"Follow me on nostr" = "Folge mir auf Nostr"; + /* Label describing followers of a user. */ "Followers" = "Follower"; @@ -271,6 +295,15 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text to indicate that button next to it is in a state that will follow a profile when tapped. */ "Follows" = "Folgt"; +/* Text to indicate that a user is following your profile. */ +"Follows you" = "Folgt dir"; + +/* Dropdown option for selecting Free plan for DeepL translation service. */ +"Free" = "kostenlos"; + +/* Button to navigate to DeepL website to get a translation API key. */ +"Get API Key" = "API-Schlüssel erhalten"; + /* Navigation bar title for Global view where posts from all connected relay servers appear. */ "Global" = "Allgemein"; @@ -314,15 +347,24 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button to complete account creation and start using the app. */ "Let's go!" = "Los geht’s!"; +/* Dropdown option for selecting LibreTranslate as the translation service. */ +"LibreTranslate (Open Source)" = "LibreTranslate (Open Source)"; + /* Placeholder text for entry of Lightning Address or LNURL. */ "Lightning Address or LNURL" = "Lightning-Adresse oder LNURL"; /* Indicates that the view is for paying a Lightning invoice. */ "Lightning Invoice" = "Lightning-Rechnung"; +/* Accessibility Label for Like button */ +"Like" = "Like"; + /* Dropdown option label for Lightning wallet, LNLink. */ "LNLink" = "LNLink"; +/* Face ID usage description shown when trying to access private key */ +"Local authentication to access private key" = "Lokale Authentifizierung für den Zugriff auf den privaten Schlüssel"; + /* Dropdown option label for system default for Lightning wallet. */ "Local default" = "System-Standard"; @@ -362,7 +404,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Indicates that there are no notes in the timeline to view. */ "Nothing to see here. Check back later!" = "Hier gibt es nichts zu sehen. Schau später wieder vorbei!"; -/* Navigation title for notifications. */ +/* Toolbar label for Notifications view. */ "Notifications" = "Benachrichtigungen"; /* String indicating that a given timestamp just occurred */ @@ -386,6 +428,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Dropdown option label for Lightning wallet, Phoenix. */ "Phoenix" = "Phoenix"; +/* Prompt selection of DeepL subscription plan to perform machine translations on notes */ +"Plan" = "Paket"; + /* Button to post a note. */ "Post" = "Teilen"; @@ -404,6 +449,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Title of the secure field that holds the user's private key. */ "Private Key" = "Privater Schlüssel"; +/* Dropdown option for selecting Pro plan for DeepL translation service. */ +"Pro" = "Pro"; + /* Sidebar menu label for Profile view. */ "Profile" = "Profil"; @@ -435,8 +483,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ Text field for relay server. Used for testing purposes. */ "Relay" = "Relay"; -/* Sidebar menu label for Relay servers view - Sidebar menu label for Relays view. */ +/* Sidebar menu label for Relays view. */ "Relays" = "Relays"; /* Description of what was done as a result of sending a report to relay servers. */ @@ -445,6 +492,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button label to remove all participants from a note reply. */ "Remove all" = "Alle entfernen"; +/* Accessibility label for reply button */ +"Reply" = "Antworten"; + /* Label to indicate that the user is replying to themself. */ "Reply to self" = "Antwort an sich selbst"; @@ -495,6 +545,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Context menu option to save an image. */ "Save Image" = "Bild sichern"; +/* Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. */ +"Scan the code" = "Code scannen"; + /* Navigation link to search hashtag. */ "Search hashtag: #%@" = "Hashtag suchen: #%@"; @@ -516,6 +569,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Prompt selection of LibreTranslate server to perform machine translations on notes */ "Server" = "Server"; +/* Prompt selection of translation service provider. */ +"Service" = "Dienst"; + /* Navigation title for Settings view. Sidebar menu label for accessing the app settings */ "Settings" = "Einstellungen"; @@ -539,9 +595,15 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Sidebar menu label to sign out of the account. */ "Sign out" = "Abmelden"; +/* Label to display relay software. */ +"Software" = "Software"; + /* Dropdown option label for Lightning wallet, Strike. */ "Strike" = "Strike"; +/* Label to display relay's supported NIPs. */ +"Supported NIPs" = "Unterstützte NIPs"; + /* Button to close out of alert that informs that the action to block a user was successful. */ "Thanks!" = "Danke!"; @@ -573,6 +635,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button to indicate that the note is in the process of being translated from a different language. */ "Translating from (lang)..." = "Übersetzung aus (lang)..."; +/* Section title for selecting the translation service. */ +"Translations" = "Übersetzungen"; + /* Text field prompt asking user to type the word DELETE to confirm that they want to proceed with deleting their account. The all caps lock DELETE word should not be translated. Everything else should. */ "Type DELETE to delete" = "Gib DELETE ein, um zu löschen"; @@ -607,6 +672,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "Benutzername"; +/* Label to display relay software version. */ +"Version" = "Version"; + /* Sidebar menu label for Wallet view. */ "Wallet" = "Wallet"; @@ -646,6 +714,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Footer text to inform user what will happen when the report is submitted. */ "Your report will be sent to the relays you are connected to" = "Die Meldung wird an Relays versendet, mit denen du verbunden bist"; +/* Accessibility label for zap button */ +"Zap" = "Zap"; + /* Dropdown option label for Lightning wallet, Zebedee. */ "Zebedee" = "Zebedee"; diff --git a/damus/es-419.lproj/InfoPlist.strings b/damus/es-419.lproj/InfoPlist.strings index a44f7a70..cb67cc98 100644 --- a/damus/es-419.lproj/InfoPlist.strings +++ b/damus/es-419.lproj/InfoPlist.strings @@ -4,6 +4,9 @@ /* Bundle name */ "CFBundleName" = "damus"; +/* Privacy - Face ID Usage Description */ +"NSFaceIDUsageDescription" = "Autenticación local para acceder a la clave privada"; + /* Privacy - Photo Library Additions Usage Description */ "NSPhotoLibraryAddUsageDescription" = "Si le concedes acceso a Damus a tus fotos, podrás guardar imágenes."; diff --git a/damus/es-419.lproj/Localizable.strings b/damus/es-419.lproj/Localizable.strings index 26de3ab6..fefe5f1d 100644 --- a/damus/es-419.lproj/Localizable.strings +++ b/damus/es-419.lproj/Localizable.strings @@ -76,12 +76,18 @@ Number of relay servers a user is connected. */ /* Label for section for adding a relay server. */ "Add Relay" = "Agregar relé"; +/* Label to display relay contact user. */ +"Admin" = "Administrador"; + /* Any amount of sats */ "Any" = "Cualquiera"; /* Prompt for optional entry of API Key to use translation server. */ "API Key (optional)" = "Clave de API (opcional)"; +/* Prompt for required entry of API Key to use translation server. */ +"API Key (required)" = "Clave de API (obligatorio)"; + /* Alert message to ask if user wants to repost a post. */ "Are you sure you want to repost this?" = "¿Seguro quieres volver a publicar esto?"; @@ -120,6 +126,9 @@ Number of relay servers a user is connected. */ /* Dropdown option label for Lightning wallet, Blue Wallet. */ "Blue Wallet" = "Blue Wallet"; +/* Accessibility label for boosts button */ +"Boosts" = "Boosts"; + /* Dropdown option label for Lightning wallet, Breez. */ "Breez" = "Breez"; @@ -147,6 +156,9 @@ Number of relay servers a user is connected. */ /* Section title for clearing cached data. */ "Clear Cache" = "Borrar caché"; +/* Label to display relay contact information. */ +"Contact" = "Contacto"; + /* Label indicating that a user's key was copied. */ "Copied" = "Copiada"; @@ -205,6 +217,9 @@ Number of relay servers a user is connected. */ /* Name of the app, shown on the first screen when user is not logged in. */ "Damus" = "Damus"; +/* Dropdown option for selecting DeepL as the translation service. */ +"DeepL (Proprietary, Higher Accuracy)" = "DeepL (Propietario, Mayor precisión)"; + /* Button to pay a Lightning invoice with the user's default Lightning wallet. */ "Default Wallet" = "Billetera predeterminada"; @@ -214,6 +229,16 @@ Number of relay servers a user is connected. */ Section title for deleting the user */ "Delete" = "Borrar"; +/* Alert for deleting the users account. + Button to delete the user's account. */ +"Delete Account" = "Eliminar cuenta"; + +/* Alert message to indicate this is a deleted account */ +"Deleted Account" = "Cuenta eliminada"; + +/* Label to display relay description. */ +"Description" = "Descripción"; + /* Button to dismiss a text field alert. */ "Dismiss" = "Descartar"; @@ -251,6 +276,12 @@ Number of relay servers a user is connected. */ /* Button to follow a user. */ "Follow" = "Seguir"; +/* Button to follow a user back. */ +"Follow Back" = "Seguir"; + +/* Text on QR code view to prompt viewer looking at screen to follow the user. */ +"Follow me on nostr" = "Sigueme en nostr"; + /* Label describing followers of a user. */ "Followers" = "Seguidores"; @@ -264,6 +295,15 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text to indicate that button next to it is in a state that will follow a profile when tapped. */ "Follows" = "Sigue"; +/* Text to indicate that a user is following your profile. */ +"Follows you" = "Te sigue"; + +/* Dropdown option for selecting Free plan for DeepL translation service. */ +"Free" = "Gratuito"; + +/* Button to navigate to DeepL website to get a translation API key. */ +"Get API Key" = "Obtener clave de API"; + /* Navigation bar title for Global view where posts from all connected relay servers appear. */ "Global" = "Global"; @@ -307,15 +347,24 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button to complete account creation and start using the app. */ "Let's go!" = "¡Vamos!"; +/* Dropdown option for selecting LibreTranslate as the translation service. */ +"LibreTranslate (Open Source)" = "LibreTranslate (Código abierto)"; + /* Placeholder text for entry of Lightning Address or LNURL. */ "Lightning Address or LNURL" = "Dirección de Lightning o LNURL"; /* Indicates that the view is for paying a Lightning invoice. */ "Lightning Invoice" = "Factura de Lightning"; +/* Accessibility Label for Like button */ +"Like" = "Me gusta"; + /* Dropdown option label for Lightning wallet, LNLink. */ "LNLink" = "LNLink"; +/* Face ID usage description shown when trying to access private key */ +"Local authentication to access private key" = "Autenticación local para acceder a la clave privada"; + /* Dropdown option label for system default for Lightning wallet. */ "Local default" = "Predeterminada del sistema"; @@ -337,6 +386,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Label for NIP-05 Verification section of user profile form. */ "NIP-05 Verification" = "Verificación NIP-05"; +/* Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key. */ +"No" = "No"; + /* Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists. */ "No block list found, create a new one? This will overwrite any previous block lists." = "No se encontró una lista de bloqueo. ¿Crear una nueva? Esto sobrescribirá las listas de bloqueo anteriores."; @@ -346,10 +398,13 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Dropdown option for selecting no translation service. */ "None" = "Ninguno"; +/* Alert user that they might be attempting to paste a private key and ask them to confirm. */ +"Note contains \"nsec1\" private key. Are you sure?" = "La nota incluye una clave privada \"nsec1\". ¿Estas seguro?"; + /* Indicates that there are no notes in the timeline to view. */ "Nothing to see here. Check back later!" = "Nada para ver aquí. ¡Vuelve a consultar luego!"; -/* Navigation title for notifications. */ +/* Toolbar label for Notifications view. */ "Notifications" = "Notificaciones"; /* String indicating that a given timestamp just occurred */ @@ -373,6 +428,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Dropdown option label for Lightning wallet, Phoenix. */ "Phoenix" = "Phoenix"; +/* Prompt selection of DeepL subscription plan to perform machine translations on notes */ +"Plan" = "Plan"; + /* Button to post a note. */ "Post" = "Publicar"; @@ -391,6 +449,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Title of the secure field that holds the user's private key. */ "Private Key" = "Clave privada"; +/* Dropdown option for selecting Pro plan for DeepL translation service. */ +"Pro" = "Pro"; + /* Sidebar menu label for Profile view. */ "Profile" = "Perfil"; @@ -422,8 +483,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ Text field for relay server. Used for testing purposes. */ "Relay" = "Relé"; -/* Sidebar menu label for Relay servers view - Sidebar menu label for Relays view. */ +/* Sidebar menu label for Relays view. */ "Relays" = "Relés"; /* Description of what was done as a result of sending a report to relay servers. */ @@ -432,6 +492,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button label to remove all participants from a note reply. */ "Remove all" = "Eliminar todo"; +/* Accessibility label for reply button */ +"Reply" = "Responder"; + /* Label to indicate that the user is replying to themself. */ "Reply to self" = "Respuesta a sí mismo"; @@ -482,6 +545,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Context menu option to save an image. */ "Save Image" = "Guardar imagen"; +/* Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. */ +"Scan the code" = "Escanea el código"; + /* Navigation link to search hashtag. */ "Search hashtag: #%@" = "Buscar hashtag: #%@"; @@ -503,6 +569,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Prompt selection of LibreTranslate server to perform machine translations on notes */ "Server" = "Servidor"; +/* Prompt selection of translation service provider. */ +"Service" = "Servicio"; + /* Navigation title for Settings view. Sidebar menu label for accessing the app settings */ "Settings" = "Configuración"; @@ -526,9 +595,15 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Sidebar menu label to sign out of the account. */ "Sign out" = "Cerrar sesión"; +/* Label to display relay software. */ +"Software" = "Software"; + /* Dropdown option label for Lightning wallet, Strike. */ "Strike" = "Strike"; +/* Label to display relay's supported NIPs. */ +"Supported NIPs" = "NIPs soportados"; + /* Button to close out of alert that informs that the action to block a user was successful. */ "Thanks!" = "¡Gracias!"; @@ -557,6 +632,15 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button to indicate that the note has been translated from a different language. */ "Translated from (lang)" = "Traducida del (lang)"; +/* Button to indicate that the note is in the process of being translated from a different language. */ +"Translating from (lang)..." = "Traduciendo del (lang)..."; + +/* Section title for selecting the translation service. */ +"Translations" = "Traducciones"; + +/* Text field prompt asking user to type the word DELETE to confirm that they want to proceed with deleting their account. The all caps lock DELETE word should not be translated. Everything else should. */ +"Type DELETE to delete" = "Escriba \"DELETE\" para eliminar"; + /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Escribe tu publicación aquí..."; @@ -588,6 +672,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "Nombre de usuario"; +/* Label to display relay software version. */ +"Version" = "Versión"; + /* Sidebar menu label for Wallet view. */ "Wallet" = "Billetera"; @@ -615,6 +702,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text of button that confirms to overwrite the existing mutelist. */ "Yes, Overwrite" = "Sí, sobrescribir"; +/* Button to proceed with posting a note even though it looks like they might be posting a private key. */ +"Yes, Post with Private Key" = "Sí, publicar con clave privada"; + /* You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself. */ "you" = "tú"; @@ -624,6 +714,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Footer text to inform user what will happen when the report is submitted. */ "Your report will be sent to the relays you are connected to" = "El reporte se enviará a los relés con los que tengas conexión"; +/* Accessibility label for zap button */ +"Zap" = "Zap"; + /* Dropdown option label for Lightning wallet, Zebedee. */ "Zebedee" = "Zebedee"; diff --git a/damus/ja.lproj/InfoPlist.strings b/damus/ja.lproj/InfoPlist.strings new file mode 100644 index 00000000..f618c36e --- /dev/null +++ b/damus/ja.lproj/InfoPlist.strings @@ -0,0 +1,12 @@ +/* Bundle display name */ +"CFBundleDisplayName" = "Damus"; + +/* Bundle name */ +"CFBundleName" = "damus"; + +/* Privacy - Face ID Usage Description */ +"NSFaceIDUsageDescription" = "秘密鍵にアクセスするためのローカル認証"; + +/* Privacy - Photo Library Additions Usage Description */ +"NSPhotoLibraryAddUsageDescription" = "Damusが画像を保存するためにあなたの写真にアクセスすることを許可する"; + diff --git a/damus/ja.lproj/Localizable.strings b/damus/ja.lproj/Localizable.strings new file mode 100644 index 00000000..1712cab1 --- /dev/null +++ b/damus/ja.lproj/Localizable.strings @@ -0,0 +1,725 @@ +/* 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 relay servers a user is connected. In source English, the first variable is the number of relay servers, and the second variable is 'Relay' or 'Relays'. */ +"%@ %@" = "%@ %@"; + +/* Alert message that informs a user was blocked. */ +"%@ has been blocked" = "%@ はブロックされています"; + +/* 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" = "%@. End-to-Endで暗号化されたプライベートなメッセージ。 あなたのDMに巨大IT企業を近づけません。"; + +/* 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 relay servers a user is connected. */ +"%lld" = "%lld"; + +/* Fraction of how many of the user's relay servers that are operational. */ +"%lld/%lld" = "%lld/%lld"; + +/* Placeholder for event mention. */ +"< e >" = "< e >"; + +/* Text indicating the zap amount. i.e. number of satoshis that were tipped to a user */ +"⚡️ %@" = "⚡️ %@"; + +/* 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" = "Relayを追加"; + +/* Label to display relay contact user. */ +"Admin" = "管理者"; + +/* Any amount of sats */ +"Any" = "Any"; + +/* Prompt for optional entry of API Key to use translation server. */ +"API Key (optional)" = "APIキー (任意)"; + +/* Prompt for required entry of API Key to use translation server. */ +"API Key (required)" = "APIキー (必須)"; + +/* 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." = "始める前に、あなたのアカウント情報を保存しておく必要があります。もし保存しなかった場合、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 チップ"; + +/* Dropdown option label for Lightning wallet, Blixt Wallet */ +"Blixt Wallet" = "Blixt Wallet"; + +/* Alert button to block a user. + Button to block a profile. + Context menu option for blocking users. */ +"Block" = "ブロック"; + +/* 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"; + +/* Accessibility label for boosts button */ +"Boosts" = "ブースト"; + +/* Dropdown option label for Lightning wallet, Breez. */ +"Breez" = "Breez"; + +/* Context menu option for broadcasting the user's note to all of the user's connected relay servers. */ +"Broadcast" = "ブロードキャスト"; + +/* 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 to display relay contact information. */ +"Contact" = "連絡先"; + +/* 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" = "Note IDをコピー"; + +/* Context menu option for copying the JSON text from the note. */ +"Copy Note JSON" = "Note 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" = "ユーザーの公開鍵をコピー"; + +/* 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" = "Damus"; + +/* Dropdown option for selecting DeepL as the translation service. */ +"DeepL (Proprietary, Higher Accuracy)" = "DeepL (プロプライエタリ, より高精度)"; + +/* Button to pay a Lightning invoice with the user's default Lightning wallet. */ +"Default Wallet" = "デフォルトウォレット"; + +/* 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" = "削除されたアカウント"; + +/* Label to display relay description. */ +"Description" = "詳細"; + +/* 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" = "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:" = "ログイン用のアカウントキーを入力してください:"; + +/* 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" = "EULA"; + +/* Button to follow a user. */ +"Follow" = "フォローする"; + +/* Button to follow a user back. */ +"Follow Back" = "フォローバックする"; + +/* Text on QR code view to prompt viewer looking at screen to follow the user. */ +"Follow me on nostr" = "nostrでフォローしてね"; + +/* 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" = "フォロー"; + +/* Text to indicate that a user is following your profile. */ +"Follows you" = "フォローされています"; + +/* Dropdown option for selecting Free plan for DeepL translation service. */ +"Free" = "Free"; + +/* Button to navigate to DeepL website to get a translation API key. */ +"Get API Key" = "APIキーを取得"; + +/* 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 DeepL translation API key. + Button to hide the LibreTranslate server API key. */ +"Hide API Key" = "APIキーを非表示にする"; + +/* 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" = "無効なキー"; + +/* 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!" = "Let's go!"; + +/* Dropdown option for selecting LibreTranslate as the translation service. */ +"LibreTranslate (Open Source)" = "LibreTranslate (オープンソース)"; + +/* Placeholder text for entry of Lightning Address or LNURL. */ +"Lightning Address or LNURL" = "Lightning Address または LNURL"; + +/* Indicates that the view is for paying a Lightning invoice. */ +"Lightning Invoice" = "Lightning Invoice"; + +/* Accessibility Label for Like button */ +"Like" = "いいね"; + +/* Dropdown option label for Lightning wallet, LNLink. */ +"LNLink" = "LNLink"; + +/* Face ID usage description shown when trying to access private key */ +"Local authentication to access private key" = "秘密鍵にアクセスするためのローカル認証"; + +/* 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秘密鍵を保存していることを確認してください。保存していない場合、アカウントへのアクセスを失うことになります。"; + +/* Dropdown option label for Lightning wallet, Muun. */ +"Muun" = "Muun"; + +/* Label for NIP-05 Verification section of user profile form. */ +"NIP-05 Verification" = "NIP-05検証"; + +/* Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key. */ +"No" = "中断する"; + +/* 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 service. */ +"None" = "利用しない"; + +/* Alert user that they might be attempting to paste a private key and ask them to confirm. */ +"Note contains \"nsec1\" private key. Are you sure?" = "投稿に \"nsec1\" 秘密鍵が含まれています。本当に続けますか?"; + +/* Indicates that there are no notes in the timeline to view. */ +"Nothing to see here. Check back later!" = "まだ何もないようです。また後で見に来てね!"; + +/* Toolbar label for Notifications view. */ +"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" = "Lightning invoiceを支払う"; + +/* Dropdown option label for Lightning wallet, Phoenix. */ +"Phoenix" = "Phoenix"; + +/* Prompt selection of DeepL subscription plan to perform machine translations on notes */ +"Plan" = "プラン"; + +/* 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" = "秘密鍵"; + +/* Dropdown option for selecting Pro plan for DeepL translation service. */ +"Pro" = "Pro"; + +/* 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" = "公開鍵"; + +/* Label indicating that the text is a user's public account key. */ +"Public Key" = "公開鍵"; + +/* Prompt to ask user if the key they entered is a 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" = "却下"; + +/* Label to display relay address. + Text field for relay server. Used for testing purposes. */ +"Relay" = "リレー"; + +/* 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" = "全て削除"; + +/* Accessibility label for reply button */ +"Reply" = "リプライ"; + +/* 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" = "サトシ"; + +/* Name of Bitcoin creator(s). */ +"Satoshi Nakamoto" = "サトシ・ナカモト"; + +/* Button for saving profile. */ +"Save" = "保存"; + +/* Context menu option to save an image. */ +"Save Image" = "画像を保存する"; + +/* Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. */ +"Scan the code" = "QRコードをスキャン"; + +/* 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" = "Lightningウォレットを選択"; + +/* 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" = "サーバー"; + +/* Prompt selection of translation service provider. */ +"Service" = "サービス"; + +/* Navigation title for Settings view. + Sidebar menu label for accessing the app settings */ +"Settings" = "設定"; + +/* Button to share a post + 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 show the DeepL translation API key. + Button to show the LibreTranslate server API key. */ +"Show API Key" = "APIキーを表示"; + +/* Toggle to show or hide selection of wallet. */ +"Show wallet selector" = "ウォレット選択を表示"; + +/* Sidebar menu label to sign out of the account. */ +"Sign out" = "サインアウト"; + +/* Label to display relay software. */ +"Software" = "ソフトウェア"; + +/* Dropdown option label for Lightning wallet, Strike. */ +"Strike" = "Strike"; + +/* Label to display relay's supported NIPs. */ +"Supported NIPs" = "対応しているNIP"; + +/* 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キーです。公開鍵または秘密鍵かどうかの判別が出来ません。公開鍵の場合は下のボタンをトグルしてください。"; + +/* 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で、これを友達に共有すれば、友達はあなたをフォローできます。クリックしてコピー。"; + +/* 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) から翻訳しています..."; + +/* Section title for selecting the translation service. */ +"Translations" = "翻訳サービス"; + +/* Text field prompt asking user to type the word DELETE to confirm that they want to proceed with deleting their account. The all caps lock DELETE word should not be translated. Everything else should. */ +"Type DELETE to delete" = "削除するには 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" = "ユーザー名"; + +/* Label to display relay software version. */ +"Version" = "バージョン"; + +/* 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." = "あなたがコントロールするSNSへようこそ。"; + +/* 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" = "はい、上書きします"; + +/* Button to proceed with posting a note even though it looks like they might be posting a private key. */ +"Yes, Post with Private Key" = "はい、秘密鍵を投稿します"; + +/* 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" = "あなたの通報は接続しているリレーに送信されました"; + +/* Accessibility label for zap button */ +"Zap" = "Zap"; + +/* 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/ja.lproj/Localizable.stringsdict b/damus/ja.lproj/Localizable.stringsdict new file mode 100644 index 00000000..aa772835 --- /dev/null +++ b/damus/ja.lproj/Localizable.stringsdict @@ -0,0 +1,136 @@ + + + + + collapsed_event_view_other_notes + + NOTES + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + %d その他のNote + + NSStringLocalizedFormatKey + ··· %#@NOTES@ ··· + + followers_count + + FOLLOWERS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + フォロワー + + NSStringLocalizedFormatKey + %#@FOLLOWERS@ + + reactions_count + + NSStringLocalizedFormatKey + %#@REACTIONS@ + REACTIONS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + リアクション + + + relays_count + + NSStringLocalizedFormatKey + %#@RELAYS@ + RELAYS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + リレー + + + replying_to_one_and_others + + NSStringLocalizedFormatKey + %@%#@OTHERS@ にリプライ + OTHERS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + & %d その他 + zero + + + + replying_to_two_and_others + + NSStringLocalizedFormatKey + %@, %@%#@OTHERS@ にリプライ + OTHERS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + & %d その他 + zero + + + + reposts_count + + NSStringLocalizedFormatKey + %#@REPOSTS@ + REPOSTS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + リポスト + + + sats_count + + NSStringLocalizedFormatKey + %1$#@SATS@ + SATS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + @ + other + %2$@ sats + + + zaps_count + + NSStringLocalizedFormatKey + %#@ZAPS@ + ZAPS + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + other + Zaps + + + + diff --git a/damus/pl-PL.lproj/InfoPlist.strings b/damus/pl-PL.lproj/InfoPlist.strings index d79fb77f..1e32453f 100644 --- a/damus/pl-PL.lproj/InfoPlist.strings +++ b/damus/pl-PL.lproj/InfoPlist.strings @@ -4,6 +4,9 @@ /* Bundle name */ "CFBundleName" = "damus"; +/* Privacy - Face ID Usage Description */ +"NSFaceIDUsageDescription" = "Lokalne uwierzytelnienie dostępu do klucza prywatnego"; + /* Privacy - Photo Library Additions Usage Description */ "NSPhotoLibraryAddUsageDescription" = "Nadanie Damusowi uprawnień by miał dostęp do Twoich zdjęć umożliwia zapisywanie obrazów."; diff --git a/damus/pl-PL.lproj/Localizable.strings b/damus/pl-PL.lproj/Localizable.strings index 19f9f3d0..64c52576 100644 --- a/damus/pl-PL.lproj/Localizable.strings +++ b/damus/pl-PL.lproj/Localizable.strings @@ -76,12 +76,18 @@ Number of relay servers a user is connected. */ /* Label for section for adding a relay server. */ "Add Relay" = "Dodaj przekaźnik"; +/* Label to display relay contact user. */ +"Admin" = "Admin"; + /* Any amount of sats */ "Any" = "Dowolny"; /* Prompt for optional entry of API Key to use translation server. */ "API Key (optional)" = "Klucz API (opcjonalny)"; +/* Prompt for required entry of API Key to use translation server. */ +"API Key (required)" = "Klucz API (wymagany)"; + /* Alert message to ask if user wants to repost a post. */ "Are you sure you want to repost this?" = "Na pewno chcesz podać dalej?"; @@ -120,6 +126,9 @@ Number of relay servers a user is connected. */ /* Dropdown option label for Lightning wallet, Blue Wallet. */ "Blue Wallet" = "Blue Wallet"; +/* Accessibility label for boosts button */ +"Boosts" = "Podbij"; + /* Dropdown option label for Lightning wallet, Breez. */ "Breez" = "Breez"; @@ -147,6 +156,9 @@ Number of relay servers a user is connected. */ /* Section title for clearing cached data. */ "Clear Cache" = "Pamięć podręczna"; +/* Label to display relay contact information. */ +"Contact" = "Kontakt"; + /* Label indicating that a user's key was copied. */ "Copied" = "Skopiowano"; @@ -205,6 +217,9 @@ Number of relay servers a user is connected. */ /* Name of the app, shown on the first screen when user is not logged in. */ "Damus" = "Damus"; +/* Dropdown option for selecting DeepL as the translation service. */ +"DeepL (Proprietary, Higher Accuracy)" = "DeepL (Własnościowy, wysoka dokładność)"; + /* Button to pay a Lightning invoice with the user's default Lightning wallet. */ "Default Wallet" = "Portfel domyślny"; @@ -214,6 +229,16 @@ Number of relay servers a user is connected. */ Section title for deleting the user */ "Delete" = "Usuń"; +/* Alert for deleting the users account. + Button to delete the user's account. */ +"Delete Account" = "Skasuj konto"; + +/* Alert message to indicate this is a deleted account */ +"Deleted Account" = "Konto skasowane"; + +/* Label to display relay description. */ +"Description" = "Opis"; + /* Button to dismiss a text field alert. */ "Dismiss" = "Odzruć"; @@ -251,6 +276,12 @@ Number of relay servers a user is connected. */ /* Button to follow a user. */ "Follow" = "Obserwuj"; +/* Button to follow a user back. */ +"Follow Back" = "Obserwuj"; + +/* Text on QR code view to prompt viewer looking at screen to follow the user. */ +"Follow me on nostr" = "Obserwuj mnie na nostr"; + /* Label describing followers of a user. */ "Followers" = "Obserwujący"; @@ -264,6 +295,15 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text to indicate that button next to it is in a state that will follow a profile when tapped. */ "Follows" = "Obserwuje"; +/* Text to indicate that a user is following your profile. */ +"Follows you" = "Obserwuje Cię"; + +/* Dropdown option for selecting Free plan for DeepL translation service. */ +"Free" = "Darmowy"; + +/* Button to navigate to DeepL website to get a translation API key. */ +"Get API Key" = "Pobierz klucz API"; + /* Navigation bar title for Global view where posts from all connected relay servers appear. */ "Global" = "Globalny"; @@ -307,15 +347,24 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button to complete account creation and start using the app. */ "Let's go!" = "Jedziemy!"; +/* Dropdown option for selecting LibreTranslate as the translation service. */ +"LibreTranslate (Open Source)" = "LibraTranslate (Otwarte Źródła)"; + /* Placeholder text for entry of Lightning Address or LNURL. */ "Lightning Address or LNURL" = "Address Lightning lub LNURL"; /* Indicates that the view is for paying a Lightning invoice. */ "Lightning Invoice" = "Faktura Lightning"; +/* Accessibility Label for Like button */ +"Like" = "Polub"; + /* Dropdown option label for Lightning wallet, LNLink. */ "LNLink" = "LNLink"; +/* Face ID usage description shown when trying to access private key */ +"Local authentication to access private key" = "Lokalne uwierzytelnienie dostępu do klucza prywatnego"; + /* Dropdown option label for system default for Lightning wallet. */ "Local default" = "Domyślny systemowy"; @@ -337,6 +386,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Label for NIP-05 Verification section of user profile form. */ "NIP-05 Verification" = "Weryfikacja NIP-05"; +/* Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key. */ +"No" = "Nie"; + /* 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 znaleziono listy zablokowanych, stworzyć nową? Nadpisać poprzednie listy."; @@ -346,10 +398,13 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Dropdown option for selecting no translation service. */ "None" = "Żaden"; +/* Alert user that they might be attempting to paste a private key and ask them to confirm. */ +"Note contains \"nsec1\" private key. Are you sure?" = "Treść zawiera klucz prywatny \"nsec1\". Jesteś pewien?"; + /* Indicates that there are no notes in the timeline to view. */ "Nothing to see here. Check back later!" = "Nic tu nie ma. Sprawdź później!"; -/* Navigation title for notifications. */ +/* Toolbar label for Notifications view. */ "Notifications" = "Powiadomienia"; /* String indicating that a given timestamp just occurred */ @@ -373,6 +428,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Dropdown option label for Lightning wallet, Phoenix. */ "Phoenix" = "Phoenix"; +/* Prompt selection of DeepL subscription plan to perform machine translations on notes */ +"Plan" = "Plan"; + /* Button to post a note. */ "Post" = "Napisz post"; @@ -391,6 +449,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Title of the secure field that holds the user's private key. */ "Private Key" = "Klucz prywatny"; +/* Dropdown option for selecting Pro plan for DeepL translation service. */ +"Pro" = "Profesjonalny"; + /* Sidebar menu label for Profile view. */ "Profile" = "Profil"; @@ -422,8 +483,7 @@ Part of a larger sentence to describe how many profiles a user is following. */ Text field for relay server. Used for testing purposes. */ "Relay" = "Przekaźnik"; -/* Sidebar menu label for Relay servers view - Sidebar menu label for Relays view. */ +/* Sidebar menu label for Relays view. */ "Relays" = "Przekaźniki"; /* Description of what was done as a result of sending a report to relay servers. */ @@ -432,6 +492,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button label to remove all participants from a note reply. */ "Remove all" = "Usuń wszystkie"; +/* Accessibility label for reply button */ +"Reply" = "Odpowiedz"; + /* Label to indicate that the user is replying to themself. */ "Reply to self" = "Odpowiedz sobie"; @@ -482,6 +545,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Context menu option to save an image. */ "Save Image" = "Zapisz obraz"; +/* Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. */ +"Scan the code" = "Skanuj kod"; + /* Navigation link to search hashtag. */ "Search hashtag: #%@" = "Szukaj hasztag: #%@"; @@ -503,6 +569,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Prompt selection of LibreTranslate server to perform machine translations on notes */ "Server" = "Serwer"; +/* Prompt selection of translation service provider. */ +"Service" = "Usługa"; + /* Navigation title for Settings view. Sidebar menu label for accessing the app settings */ "Settings" = "Ustawienia"; @@ -526,9 +595,15 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Sidebar menu label to sign out of the account. */ "Sign out" = "Wyloguj się"; +/* Label to display relay software. */ +"Software" = "Oprogramowanie"; + /* Dropdown option label for Lightning wallet, Strike. */ "Strike" = "Strike"; +/* Label to display relay's supported NIPs. */ +"Supported NIPs" = "Wspierane NIP"; + /* Button to close out of alert that informs that the action to block a user was successful. */ "Thanks!" = "Dzięki!"; @@ -557,6 +632,15 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Button to indicate that the note has been translated from a different language. */ "Translated from (lang)" = "Tłumaczenie z (lang)"; +/* Button to indicate that the note is in the process of being translated from a different language. */ +"Translating from (lang)..." = "Tłumaczę z (lang)..."; + +/* Section title for selecting the translation service. */ +"Translations" = "Tłumaczenia"; + +/* Text field prompt asking user to type the word DELETE to confirm that they want to proceed with deleting their account. The all caps lock DELETE word should not be translated. Everything else should. */ +"Type DELETE to delete" = "Napisz DELETE aby skasować"; + /* Text box prompt to ask user to type their post. */ "Type your post here..." = "Napisz swój post tutaj..."; @@ -588,6 +672,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ Label to prompt username entry. */ "Username" = "Nazwa użytkownika"; +/* Label to display relay software version. */ +"Version" = "Wersja"; + /* Sidebar menu label for Wallet view. */ "Wallet" = "Portfel"; @@ -615,6 +702,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Text of button that confirms to overwrite the existing mutelist. */ "Yes, Overwrite" = "Tak, nadpisz"; +/* Button to proceed with posting a note even though it looks like they might be posting a private key. */ +"Yes, Post with Private Key" = "Tak, wyślij pomimo to"; + /* 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" = "Ty"; @@ -624,6 +714,9 @@ Part of a larger sentence to describe how many profiles a user is following. */ /* Footer text to inform user what will happen when the report is submitted. */ "Your report will be sent to the relays you are connected to" = "Twoje zgłoszenie zostanie wysłane do przekaźników, do których jesteś podłączony"; +/* Accessibility label for zap button */ +"Zap" = "Zap"; + /* 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 index 599175cc..821a7e05 100644 --- a/damus/pl-PL.lproj/Localizable.stringsdict +++ b/damus/pl-PL.lproj/Localizable.stringsdict @@ -183,7 +183,7 @@ one Zap other - Zaps + Zapów diff --git a/translations/de.xliff b/translations/de.xliff index 44f12cda..56441978 100644 --- a/translations/de.xliff +++ b/translations/de.xliff @@ -18,6 +18,7 @@ Local authentication to access private key + Lokale Authentifizierung für den Zugriff auf den privaten Schlüssel Privacy - Face ID Usage Description @@ -133,6 +134,7 @@ Number of relay servers a user is connected. API Key (required) + API-Schlüssel (benötigt) Prompt for required entry of API Key to use translation server. @@ -193,6 +195,7 @@ Number of relay servers a user is connected. Admin + Admin Label to display relay contact user. @@ -278,6 +281,7 @@ Number of relay servers a user is connected. Boosts + Boosts Accessibility label for boosts button @@ -331,6 +335,7 @@ Number of relay servers a user is connected. Contact + Kontakt Label to display relay contact information. @@ -458,6 +463,7 @@ Number of relay servers a user is connected. DeepL (Proprietary, Higher Accuracy) + DeepL (Proprietär, bessere Genauigkeit) Dropdown option for selecting DeepL as the translation service. @@ -491,6 +497,7 @@ Number of relay servers a user is connected. Description + Beschreibung Label to display relay description. @@ -562,11 +569,13 @@ Number of relay servers a user is connected. Follow Back + Ebenfalls folgen Button to follow a user back. Follow me on nostr + Folge mir auf Nostr Text on QR code view to prompt viewer looking at screen to follow the user. @@ -597,16 +606,19 @@ Part of a larger sentence to describe how many profiles a user is following. Follows you + Folgt dir Text to indicate that a user is following your profile. Free + kostenlos Dropdown option for selecting Free plan for DeepL translation service. Get API Key + API-Schlüssel erhalten Button to navigate to DeepL website to get a translation API key. @@ -685,6 +697,7 @@ Part of a larger sentence to describe how many profiles a user is following. LibreTranslate (Open Source) + LibreTranslate (Open Source) Dropdown option for selecting LibreTranslate as the translation service. @@ -702,11 +715,13 @@ Part of a larger sentence to describe how many profiles a user is following. Like + Like Accessibility Label for Like button Local authentication to access private key + Lokale Authentifizierung für den Zugriff auf den privaten Schlüssel Face ID usage description shown when trying to access private key @@ -811,6 +826,7 @@ Part of a larger sentence to describe how many profiles a user is following. Plan + Paket Prompt selection of DeepL subscription plan to perform machine translations on notes @@ -852,6 +868,7 @@ Part of a larger sentence to describe how many profiles a user is following. Pro + Pro Dropdown option for selecting Pro plan for DeepL translation service. @@ -937,6 +954,7 @@ Part of a larger sentence to describe how many profiles a user is following. Reply + Antworten Accessibility label for reply button @@ -1034,6 +1052,7 @@ Part of a larger sentence to describe how many profiles a user is following. Scan the code + Code scannen Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. @@ -1081,6 +1100,7 @@ Part of a larger sentence to describe how many profiles a user is following. Service + Dienst Prompt selection of translation service provider. @@ -1127,6 +1147,7 @@ Part of a larger sentence to describe how many profiles a user is following. Software + Software Label to display relay software. @@ -1138,6 +1159,7 @@ Part of a larger sentence to describe how many profiles a user is following. Supported NIPs + Unterstützte NIPs Label to display relay's supported NIPs. @@ -1204,6 +1226,7 @@ Part of a larger sentence to describe how many profiles a user is following. Translations + Übersetzungen Section title for selecting the translation service. @@ -1270,6 +1293,7 @@ Part of a larger sentence to describe how many profiles a user is following. Version + Version Label to display relay software version. @@ -1341,6 +1365,7 @@ Part of a larger sentence to describe how many profiles a user is following. Zap + Zap Accessibility label for zap button diff --git a/translations/es_419.xliff b/translations/es_419.xliff index c61b90b4..f8c48153 100644 --- a/translations/es_419.xliff +++ b/translations/es_419.xliff @@ -18,6 +18,7 @@ Local authentication to access private key + Autenticación local para acceder a la clave privada Privacy - Face ID Usage Description @@ -133,6 +134,7 @@ Number of relay servers a user is connected. API Key (required) + Clave de API (obligatorio) Prompt for required entry of API Key to use translation server. @@ -193,6 +195,7 @@ Number of relay servers a user is connected. Admin + Administrador Label to display relay contact user. @@ -278,6 +281,7 @@ Number of relay servers a user is connected. Boosts + Boosts Accessibility label for boosts button @@ -331,6 +335,7 @@ Number of relay servers a user is connected. Contact + Contacto Label to display relay contact information. @@ -458,6 +463,7 @@ Number of relay servers a user is connected. DeepL (Proprietary, Higher Accuracy) + DeepL (Propietario, Mayor precisión) Dropdown option for selecting DeepL as the translation service. @@ -478,17 +484,20 @@ Number of relay servers a user is connected. Delete Account + Eliminar cuenta Alert for deleting the users account. Button to delete the user's account. Deleted Account + Cuenta eliminada Alert message to indicate this is a deleted account Description + Descripción Label to display relay description. @@ -560,11 +569,13 @@ Number of relay servers a user is connected. Follow Back + Seguir Button to follow a user back. Follow me on nostr + Sigueme en nostr Text on QR code view to prompt viewer looking at screen to follow the user. @@ -595,16 +606,19 @@ Part of a larger sentence to describe how many profiles a user is following. Follows you + Te sigue Text to indicate that a user is following your profile. Free + Gratuito Dropdown option for selecting Free plan for DeepL translation service. Get API Key + Obtener clave de API Button to navigate to DeepL website to get a translation API key. @@ -683,6 +697,7 @@ Part of a larger sentence to describe how many profiles a user is following. LibreTranslate (Open Source) + LibreTranslate (Código abierto) Dropdown option for selecting LibreTranslate as the translation service. @@ -700,11 +715,13 @@ Part of a larger sentence to describe how many profiles a user is following. Like + Me gusta Accessibility Label for Like button Local authentication to access private key + Autenticación local para acceder a la clave privada Face ID usage description shown when trying to access private key @@ -749,6 +766,7 @@ Part of a larger sentence to describe how many profiles a user is following. No + No Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key. @@ -766,6 +784,7 @@ Part of a larger sentence to describe how many profiles a user is following. Note contains "nsec1" private key. Are you sure? + La nota incluye una clave privada "nsec1". ¿Estas seguro? Alert user that they might be attempting to paste a private key and ask them to confirm. @@ -807,6 +826,7 @@ Part of a larger sentence to describe how many profiles a user is following. Plan + Plan Prompt selection of DeepL subscription plan to perform machine translations on notes @@ -848,6 +868,7 @@ Part of a larger sentence to describe how many profiles a user is following. Pro + Pro Dropdown option for selecting Pro plan for DeepL translation service. @@ -933,6 +954,7 @@ Part of a larger sentence to describe how many profiles a user is following. Reply + Responder Accessibility label for reply button @@ -1030,6 +1052,7 @@ Part of a larger sentence to describe how many profiles a user is following. Scan the code + Escanea el código Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. @@ -1077,6 +1100,7 @@ Part of a larger sentence to describe how many profiles a user is following. Service + Servicio Prompt selection of translation service provider. @@ -1123,6 +1147,7 @@ Part of a larger sentence to describe how many profiles a user is following. Software + Software Label to display relay software. @@ -1134,6 +1159,7 @@ Part of a larger sentence to describe how many profiles a user is following. Supported NIPs + NIPs soportados Label to display relay's supported NIPs. @@ -1194,16 +1220,19 @@ Part of a larger sentence to describe how many profiles a user is following. Translating from (lang)... + Traduciendo del (lang)... Button to indicate that the note is in the process of being translated from a different language. Translations + Traducciones Section title for selecting the translation service. Type DELETE to delete + Escriba "DELETE" para eliminar Text field prompt asking user to type the word DELETE to confirm that they want to proceed with deleting their account. The all caps lock DELETE word should not be translated. Everything else should. @@ -1264,6 +1293,7 @@ Part of a larger sentence to describe how many profiles a user is following. Version + Versión Label to display relay software version. @@ -1317,6 +1347,7 @@ Part of a larger sentence to describe how many profiles a user is following. Yes, Post with Private Key + Sí, publicar con clave privada Button to proceed with posting a note even though it looks like they might be posting a private key. @@ -1334,6 +1365,7 @@ Part of a larger sentence to describe how many profiles a user is following. Zap + Zap Accessibility label for zap button @@ -1642,11 +1674,13 @@ Part of a larger sentence to describe how many profiles a user is following. Zap + Zap Part of a larger sentence to describe how many zap payments there are on a post. Zaps + Zaps Part of a larger sentence to describe how many zap payments there are on a post. diff --git a/translations/ja.xliff b/translations/ja.xliff new file mode 100644 index 00000000..f7ddcd04 --- /dev/null +++ b/translations/ja.xliff @@ -0,0 +1,1689 @@ + + +
+ +
+ + + Damus + Damus + + Bundle display name + + + damus + damus + + Bundle name + + + Local authentication to access private key + 秘密鍵にアクセスするためのローカル認証 + + Privacy - Face ID Usage Description + + + Granting Damus access to your photos allows you to save images. + Damusが画像を保存するためにあなたの写真にアクセスすることを許可する + + Privacy - Photo Library Additions Usage Description + + +
+ +
+ +
+ + + + 61b6edf1108e6f396680a33b02486a70_tr + Blank space to separate profile picture from profile editor form. + + + %@ + %@ + + 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 relay servers a user is connected. In source English, the first variable is the number of relay servers, and the second variable is 'Relay' or 'Relays'. + + + %@ has been blocked + %@ はブロックされています + + Alert message that informs a user was blocked. + + + %@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction. + %@. アカウントの作成には、電話番号もメールアドレスも名前も必要ありません。すぐに始められます。 + + Explanation of what is done to keep personally identifiable information private. There is a heading that precedes this explanation which is a variable to this string. + + + %@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs + %@. End-to-Endで暗号化されたプライベートなメッセージ。 あなたのDMに巨大IT企業を近づけません。 + + Explanation of what is done to keep private data encrypted. There is a heading that precedes this explanation which is a variable to this string. + + + %@. Tip your friend's posts and stack sats with Bitcoin⚡️, the native currency of the internet. + %@. 友達の投稿にチップを送ろう。インターネットのネイティブ通貨:ビットコイン⚡️で。 + + Explanation of what can be done by users to earn money. There is a heading that precedes this explanation which is a variable to this string. + + + %lld + %lld + + Number of zap payments on a post. +Number of relay servers a user is connected. + + + %lld/%lld + %lld/%lld + + Fraction of how many of the user's relay servers that are operational. + + + '%@' at '%@' will be used for verification + '%@' at '%@' は認証に使用されています + + Description of how the nip05 identifier would be used for verification. + + + '%@' is an invalid NIP-05 identifier. It should look like an email. + '%@' は無効なNIP-05識別子です。emailのような見た目であるべきです。 + + Description of why the nip05 identifier is invalid. + + + (Profile.displayName(profile: profile, pubkey: whos))'s Followers + (Profile.displayName(profile: profile, pubkey: whos))のフォロワー + + Navigation bar title for view that shows who is following a user. + + + (who) following + (who) がフォロー中 + + Navigation bar title for view that shows who a user is following. + + + < e > + < e > + + Placeholder for event mention. + + + @ + @ + + Prefix character to username. + + + API Key (optional) + APIキー (任意) + + Prompt for optional entry of API Key to use translation server. + + + API Key (required) + APIキー (必須) + + Prompt for required entry of API Key to use translation server. + + + About + 自己紹介 + + Label to prompt for about text entry for user to describe about themself. + + + About Me + 自己紹介 + + Label for About Me section of user profile form. + + + Absolute Boss + 絶対的なボス + + Placeholder text for About Me description. + + + Accept + 許可 + + Button to accept the end user license agreement before being allowed into the app. + + + Account ID + アカウントID + + Label to indicate the public ID of the account. + + + Actions + アクション + + Title for confirmation dialog to either share, report, or block a profile. + + + Add + 追加 + + Button to add recommended relay server. + Button to confirm adding user inputted relay. + + + Add Relay + Relayを追加 + + Label for section for adding a relay server. + + + Add all + 全て追加 + + Button label to re-add all original participants as profiles to reply to in a note + + + Admin + 管理者 + + Label to display relay contact user. + + + Any + Any + + Any amount of sats + + + Are you sure you want to repost this? + 本当にリポストしますか? + + Alert message to ask if user wants to repost a post. + + + + Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus. + 始める前に、あなたのアカウント情報を保存しておく必要があります。もし保存しなかった場合、Damusをアンインストールすると今後ログインできなくなります。 + + Reminder to user that they should save their account information. + + + Bitcoin Beach + Bitcoin Beach + + Dropdown option label for Lightning wallet, Bitcoin Beach. + + + Bitcoin Lightning Tips + Bitcoin Lightning チップ + + Label for Bitcoin Lightning Tips section of user profile form. + + + Blixt Wallet + Blixt Wallet + + Dropdown option label for Lightning wallet, Blixt Wallet + + + Block + ブロック + + 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 User + ユーザーをブロック + + Title of alert for blocking a user. + + + Blocked + ブロック中 + + Sidebar menu label for Profile view. + + + Blocked Users + ブロックしたユーザー + + Navigation title of view to see list of blocked users. + + + Blue Wallet + Blue Wallet + + Dropdown option label for Lightning wallet, Blue Wallet. + + + Boosts + ブースト + + Accessibility label for boosts button + + + Breez + Breez + + Dropdown option label for Lightning wallet, Breez. + + + Broadcast + ブロードキャスト + + Context menu option for broadcasting the user's note to all of the user's connected relay servers. + + + Cancel + キャンセル + + Alert button to cancel out of alert for blocking a user. + Button to cancel out of alert that creates a new mutelist. + Button to cancel out of posting a note. + Button to cancel out of reposting a post. + Button to cancel out of view adding user inputted relay. + Cancel deleting the user. + Cancel out of logging out the user. + + + Cash App + Cash App + + Dropdown option label for Lightning wallet, Cash App. + + + Chat + チャット + + Navigation bar title for Chatroom view. + + + Clear + 削除 + + Button for clearing cached data. + + + Clear Cache + キャッシュを削除 + + Section title for clearing cached data. + + + Contact + 連絡先 + + Label to display relay contact information. + + + Copied + コピー完了 + + Label indicating that a user's key was copied. + + + Copy + コピー + + Button to copy a relay server address. + + + Copy Account ID + アカウントIDをコピー + + Context menu option for copying the ID of the account that created the note. + + + Copy Image + 画像をコピー + + Context menu option to copy an image into clipboard. + Context menu option to copy an image to clipboard. + + + Copy Image URL + 画像URLをコピー + + Context menu option to copy the URL of an image into clipboard. + + + Copy LNURL + LNURLをコピー + + Context menu option for copying a user's Lightning URL. + + + Copy Note ID + Note IDをコピー + + Context menu option for copying the ID of the note. + + + Copy Note JSON + Note JSONをコピー + + Context menu option for copying the JSON text from the note. + + + Copy Report ID + 通報IDをコピー + + Button to copy report ID. + + + Copy Text + テキストをコピー + + Context menu option for copying the text from an note. + + + Copy User Pubkey + ユーザーの公開鍵をコピー + + Context menu option for copying the ID of the user who created the note. + + + Copy invoice + インボイスをコピー + + Title of section for copying a Lightning invoice identifier. + + + Could not find user to block... + ブロック対象のユーザーが見つかりませんでした... + + Alert message to indicate that the blocked user could not be found. + + + Create + 作成 + + Button to create account. + + + Create Account + アカウントを作成 + + Button to create an account. + + + Create new mutelist + 新しいミュートリストを作成する + + Title of alert prompting the user to create a new mutelist. + + + Creator(s) of Bitcoin. Absolute legend. + ビットコインの発明者(達)。紛れもないレジェンド。 + + Example description about Bitcoin creator(s), Satoshi Nakamoto. + + + Custom + カスタム + + Dropdown option for selecting a custom translation server. + + + DMs + メッセージ + + Navigation title for DMs view, where DM is the English abbreviation for Direct Message. + Navigation title for view of DMs, where DM is an English abbreviation for Direct Message. + + + Damus + Damus + + Name of the app, shown on the first screen when user is not logged in. + + + DeepL (Proprietary, Higher Accuracy) + DeepL (プロプライエタリ, より高精度) + + Dropdown option for selecting DeepL as the translation service. + + + Default Wallet + デフォルトウォレット + + Button to pay a Lightning invoice with the user's default Lightning wallet. + + + Delete + 削除 + + Button for deleting the users account. + Button to delete a relay server that the user connects to. + Button to remove a user from their blocklist. + Section title for deleting the user + + + Delete Account + アカウントを削除 + + Alert for deleting the users account. + Button to delete the user's account. + + + Deleted Account + 削除されたアカウント + + Alert message to indicate this is a deleted account + + + Description + 詳細 + + Label to display relay description. + + + Dismiss + 却下 + + Button to dismiss a text field alert. + + + Display Name + 表示名 + + Label to prompt display name entry. + + + Done + 完了 + + Button to dismiss wallet selection view for paying Lightning invoice. + + + EULA + EULA + + Label indicating that the below text is the EULA, an acronym for End User License Agreement. + + + Earn Money + Earn Money + + Heading indicating that this application allows users to earn money. + + + Edit + 編集 + + Button to edit user's profile. + + + Edit participants + 参加者を編集 + + Text indicating that the view is used for editing which participants are replied to in a note. + + + Encrypted + 暗号化されています + + Heading indicating that this application keeps private messaging end-to-end encrypted. + + + Enter your account key to login: + ログイン用のアカウントキーを入力してください: + + Prompt for user to enter an account key to login. + + + Error: %@ + エラー: %@ + + Error message indicating why saving keys failed. + + + Follow + フォローする + + Button to follow a user. + + + Follow Back + フォローバックする + + Button to follow a user back. + + + Follow me on nostr + nostrでフォローしてね + + Text on QR code view to prompt viewer looking at screen to follow the user. + + + Followers + フォロワー + + Label describing followers of a user. + + + Following + フォロー中 + + Text to indicate that the button next to it is in a state that indicates that it is in the process of following a profile. +Part of a larger sentence to describe how many profiles a user is following. + + + Following... + フォローしています... + + Label to indicate that the user is in the process of following another user. + + + Follows + フォロー + + Text to indicate that button next to it is in a state that will follow a profile when tapped. + + + Follows you + フォローされています + + Text to indicate that a user is following your profile. + + + Free + Free + + Dropdown option for selecting Free plan for DeepL translation service. + + + Get API Key + APIキーを取得 + + Button to navigate to DeepL website to get a translation API key. + + + Global + グローバル + + Navigation bar title for Global view where posts from all connected relay servers appear. + + + Goto post %@ + 投稿へ %@ + + Navigation link to go to post referenced by hex code. + + + Goto profile %@ + プロフィールへ %@ + + Navigation link to go to profile. + + + Hide + 非表示 + + Button to hide a post from a user who has been blocked. + + + Hide API Key + APIキーを非表示にする + + Button to hide the DeepL translation API key. + Button to hide the LibreTranslate server API key. + + + Home + ホーム + + Navigation bar title for Home view where posts and replies appear from those who the user is following. + + + Illegal content + 違法なコンテンツ + + Button for user to report that the account or content has illegal content. + + + Invalid key + 無効なキー + + Error message indicating that an invalid account key was entered for login. + + + It's spam + これはスパムです + + Button for user to report that the account or content has spam. + + + LNLink + LNLink + + Dropdown option label for Lightning wallet, LNLink. + + + Left Handed + 左利きモード + + Moves the post button to the left side of the screen + + + Let's go! + Let's go! + + Button to complete account creation and start using the app. + + + LibreTranslate (Open Source) + LibreTranslate (オープンソース) + + Dropdown option for selecting LibreTranslate as the translation service. + + + Lightning Address or LNURL + Lightning Address または LNURL + + Placeholder text for entry of Lightning Address or LNURL. + + + Lightning Invoice + Lightning Invoice + + Indicates that the view is for paying a Lightning invoice. + + + Like + いいね + + Accessibility Label for Like button + + + Local authentication to access private key + 秘密鍵にアクセスするためのローカル認証 + + Face ID usage description shown when trying to access private key + + + Local default + ローカルのデフォルト + + Dropdown option label for system default for Lightning wallet. + + + Login + ログイン + + Button to log into account. + Button to log into an account. + + + Logout + ログアウト + + Alert for logging out the user. + Button for logging out the user. + Button to close the alert that informs that the current account has been deleted. + + + Make sure your nsec account key is saved before you logout or you will lose access to this account + ログアウト前にあなたのnsec秘密鍵を保存していることを確認してください。保存していない場合、アカウントへのアクセスを失うことになります。 + + Reminder message in alert to get customer to verify that their private security account key is saved saved before logging out. + + + Muun + Muun + + Dropdown option label for Lightning wallet, Muun. + + + NIP-05 Verification + NIP-05検証 + + Label for NIP-05 Verification section of user profile form. + + + No + 中断する + + Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key. + + + No block list found, create a new one? This will overwrite any previous block lists. + ブロックリストが見つかりませんでした。新しく作成しますか?これは以前のブロックリストを上書きします。 + + Alert message prompt that asks if the user wants to create a new block list, overwriting previous block lists. + + + None + 利用しない + + Dropdown option for selecting no translation service. + + + Note contains "nsec1" private key. Are you sure? + 投稿に "nsec1" 秘密鍵が含まれています。本当に続けますか? + + Alert user that they might be attempting to paste a private key and ask them to confirm. + + + Nothing to see here. Check back later! + まだ何もないようです。また後で見に来てね! + + Indicates that there are no notes in the timeline to view. + + + Notifications + 通知 + + Navigation title for notifications. + + + Nudity or explicit content + ヌードまたは露骨なコンテンツ + + Button for user to report that the account or content has nudity or explicit content. + + + Pay + 支払う + + Button to pay a Lightning invoice. + + + Pay the Lightning invoice + Lightning invoiceを支払う + + Navigation bar title for view to pay Lightning invoice. + + + Phoenix + Phoenix + + Dropdown option label for Lightning wallet, Phoenix. + + + Plan + プラン + + Prompt selection of DeepL subscription plan to perform machine translations on notes + + + Post + 投稿する + + Button to post a note. + + + Post from a user you've blocked + あなたがブロックしたユーザーの投稿 + + Text to indicate that what is being shown is a post from a user who has been blocked. + + + Posts + 投稿 + + Label for filter for seeing only posts (instead of posts and replies). + + + Posts & Replies + 投稿とリプライ + + Label for filter for seeing posts and replies (instead of only posts). + + + Private + プライベート + + Heading indicating that this application keeps personally identifiable information private. A sentence describing what is done to keep data private comes after this heading. + + + Private Key + 秘密鍵 + + Title of the secure field that holds the user's private key. + + + Pro + Pro + + Dropdown option for selecting Pro plan for DeepL translation service. + + + Profile + プロフィール + + Sidebar menu label for Profile view. + + + Profile Picture + プロフィール画像 + + Label for Profile Picture section of user profile form. + + + Public Account ID + パブリックアカウントID + + Section title for the user's public account ID. + + + Public Key + 公開鍵 + + Label indicating that the text is a user's public account key. + + + Public Key? + 公開鍵ですか? + + Prompt to ask user if the key they entered is a public key. + + + Public key + 公開鍵 + + Label indicating that the text is a user's public account key. + + + Reactions + リアクション + + Navigation bar title for Reactions view. + + + Recommended Relays + 推奨のリレーサーバー + + Section title for recommend relay servers that could be added as part of configuration + + + Reject + 却下 + + Button to reject the end user license agreement, which disallows the user from being let into the app. + + + Relay + リレー + + Label to display relay address. + Text field for relay server. Used for testing purposes. + + + Relays + リレー + + Sidebar menu label for Relay servers view + Sidebar menu label for Relays view. + + + Relays have been notified and clients will be able to use this information to filter content. Thank you! + リレーに通報が通知され、クライアントはこの情報を使ってコンテンツをフィルタリングすることができるようになります。ありがとうございます! + + Description of what was done as a result of sending a report to relay servers. + + + Remove all + 全て削除 + + Button label to remove all participants from a note reply. + + + Reply + リプライ + + Accessibility label for reply button + + + Reply to self + 自分にリプライ + + Label to indicate that the user is replying to themself. + + + Replying to %1$@ & %2$@ + %1$@ と %2$@ にリプライ + + Label to indicate that the user is replying to 2 users. + + + Replying to: + リプライ先: + + Indicating that the user is replying to the following listed people. + + + Report + 通報 + + Button to report a profile. + Context menu option for reporting content. + + + Report ID: + 通報ID: + + Label indicating that the text underneath is the identifier of the report that was sent to relay servers. + + + Report sent! + 通報が送信されました! + + Message indicating that a report was successfully sent to relay servers. + + + Repost + リポスト + + Button to confirm reposting a post. + Title of alert for confirming to repost a post. + + + Reposted + リポストされました + + Text indicating that the post was reposted (i.e. re-shared). + + + Reposts + リポスト + + Navigation bar title for Reposts view. + + + Requests + リクエスト + + Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message. + + + Retry + リトライ + + Button to retry completing account creation after an error occurred. + + + River + River + + Dropdown option label for Lightning wallet, River + + + Satoshi Nakamoto + サトシ・ナカモト + + Name of Bitcoin creator(s). + + + Save + 保存 + + Button for saving profile. + + + Save Image + 画像を保存する + + Context menu option to save an image. + + + Scan the code + QRコードをスキャン + + Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. + + + Search hashtag: #%@ + ハッシュタグを検索: #%@ + + Navigation link to search hashtag. + + + Search... + 検索する... + + Placeholder text to prompt entry of search query. + + + Secret Account Login Key + ログイン用秘密鍵 + + Section title for user's secret account login key. + + + Select a Lightning wallet + Lightningウォレットを選択 + + Title of section for selecting a Lightning wallet to pay a Lightning invoice. + + + Select default wallet + デフォルトのウォレットを選択 + + Prompt selection of user's default wallet + + + Send a message to start the conversation... + 会話を開始するにはメッセージを送信してください... + + Text prompt for user to send a message to the other user. + + + Server + サーバー + + Prompt selection of LibreTranslate server to perform machine translations on notes + + + Service + サービス + + Prompt selection of translation service provider. + + + Settings + 設定 + + Navigation title for Settings view. + Sidebar menu label for accessing the app settings + + + Share + 共有 + + Button to share a post + Button to share an image. + Button to share the link to a profile. + + + Show + 表示 + + Button to show a post from a user who has been blocked. + Toggle to show or hide user's secret account login key. + + + Show API Key + APIキーを表示 + + Button to show the DeepL translation API key. + Button to show the LibreTranslate server API key. + + + Show wallet selector + ウォレット選択を表示 + + Toggle to show or hide selection of wallet. + + + Sign out + サインアウト + + Sidebar menu label to sign out of the account. + + + Software + ソフトウェア + + Label to display relay software. + + + Strike + Strike + + Dropdown option label for Lightning wallet, Strike. + + + Supported NIPs + 対応しているNIP + + Label to display relay's supported NIPs. + + + Thanks! + ありがとう! + + Button to close out of alert that informs that the action to block a user was successful. + + + They are impersonating someone + 誰かになりすましています + + Button for user to report that the account is impersonating someone. + + + This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective. + これは公開鍵で、投稿などの操作は一切できません。入力された公開鍵の視点で投稿を見るために使用します。 + + Warning that the inputted account key is a public key and the result of what happens because of it. + + + This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key. + これは古い形式のnostrキーです。公開鍵または秘密鍵かどうかの判別が出来ません。公開鍵の場合は下のボタンをトグルしてください。 + + Warning that the inputted account key for login is an old-style and asking user to verify if it is a public key. + + + This is your account ID, you can give this to your friends so that they can follow you. Click to copy. + これはあなたのアカウントIDで、これを友達に共有すれば、友達はあなたをフォローできます。クリックしてコピー。 + + Label to describe that a public key is the user's account ID and what they can do with it. + + + This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe! + これがあなたの秘密鍵です。アカウントにアクセスするにはこれが必要になります。誰にも共有しないでください!パスワードマネージャーに保存して、安全に管理してください! + + Label to describe that a private key is the user's secret account key and what they should do with it. + + + Thread + スレッド + + Navigation bar title for note thread. + Navigation bar title for threaded event detail view. + + + Translate Note + 翻訳する + + Button to translate note from different language. + + + Translated from (lang) + (lang) からの翻訳 + + Button to indicate that the note has been translated from a different language. + + + Translating from (lang)... + (lang) から翻訳しています... + + Button to indicate that the note is in the process of being translated from a different language. + + + Translations + 翻訳サービス + + Section title for selecting the translation service. + + + Type DELETE to delete + 削除するには DELETE と入力してください + + Text field prompt asking user to type the word DELETE to confirm that they want to proceed with deleting their account. The all caps lock DELETE word should not be translated. Everything else should. + + + Type your post here... + 投稿をここに入力... + + Text box prompt to ask user to type their post. + + + URL + URL + + Example URL to LibreTranslate server + + + Unfollow + フォロー解除 + + Button to unfollow a user. + + + Unfollowing + フォロー解除中 + + 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. + + + Unfollows + フォロー解除 + + Text to indicate that the button next to it is in a state that will unfollow a profile when tapped. + + + User blocked + ユーザーをブロックしました + + Alert message to indicate the user has been blocked + + + User has been blocked + ユーザーはブロックされています + + Alert message that informs a user was blocked. + + + Username + ユーザー名 + + Label for Username section of user profile form. + Label to prompt username entry. + + + Version + バージョン + + Label to display relay software version. + + + Wallet + ウォレット + + Sidebar menu label for Wallet view. + + + Wallet Selector + ウォレットを選択 + + Section title for selection of wallet. + + + Wallet of Satoshi + Wallet of Satoshi + + Dropdown option label for Lightning wallet, Wallet of Satoshi. + + + Website + ウェブサイト + + Label for Website section of user profile form. + + + Welcome to the social network %@ control. + あなたがコントロールするSNSへようこそ。 + + Welcoming message to the reader. The variable is 'you', the reader. + + + Welcome, %@! + ようこそ, %@! + + Text to welcome user. + + + What do you want to report? + 通報したい項目は何ですか? + + Header text to prompt user what issue they want to report. + + + Yes, Overwrite + はい、上書きします + + Text of button that confirms to overwrite the existing mutelist. + + + Yes, Post with Private Key + はい、秘密鍵を投稿します + + Button to proceed with posting a note even though it looks like they might be posting a private key. + + + Your Name + あなたの名前 + + Label for Your Name section of user profile form. + + + Your report will be sent to the relays you are connected to + あなたの通報は接続しているリレーに送信されました + + Footer text to inform user what will happen when the report is submitted. + + + Zap + Zap + + Accessibility label for zap button + + + Zebedee + Zebedee + + Dropdown option label for Lightning wallet, Zebedee. + + + Zeus LN + Zeus LN + + Dropdown option label for Lightning wallet, Zeus LN. + + + collapsed_event_view_other_notes + collapsed_event_view_other_notes + + Text to indicate that the thread was collapsed and that there are other notes to view if tapped. (Key in .stringsdict) + + + followers_count + followers_count + + Part of a larger sentence to describe how many people are following a user. (Key in .stringsdict) + + + https://example.com/pic.jpg + https://example.com/pic.jpg + + Placeholder example text for profile picture URL. + + + https://jb55.com + https://jb55.com + + Placeholder example text for website URL for user profile. + + + jb55@jb55.com + jb55@jb55.com + + Placeholder example text for identifier used for NIP-05 verification. + + + none + 該当なし + + No search results. + + + now + たった今 + + String indicating that a given timestamp just occurred + + + nsec1... + nsec1... + + Prompt for user to enter in an account key to login. This text shows the characters the key could start with if it was a private key. + + + optional + 任意 + + Label indicating that a form input is optional. + + + reactions_count + reactions_count + + Part of a larger sentence to describe how many reactions there are on a post. (Key in .stringsdict) + + + relays_count + relays_count + + Part of a larger sentence to describe how many relay servers a user is connected. (Key in .stringsdict) + + + replying_to_one_and_others + replying_to_one_and_others + + Label to indicate that the user is replying to 1 user and others. (Key in .stringsdict) + + + replying_to_two_and_others + replying_to_two_and_others + + Label to indicate that the user is replying to 2 users and others. (Key in .stringsdict) + + + reposts_count + reposts_count + + Part of a larger sentence to describe how many reposts there are. (Key in .stringsdict) + + + satoshi + サトシ + + Example username of Bitcoin creator(s), Satoshi Nakamoto. + + + sats_count + sats_count + + Amount of sats. (Key in .stringsdict) + + + u{00A0} + u{00A0} + + Non-breaking space character to fill in blank space next to event action button icons. + + + wss://some.relay.com + wss://some.relay.com + + Placeholder example for relay server address. + + + you + あなた + + You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself. + + + zaps_count + zaps_count + + Part of a larger sentence to describe how many zap payments there are on a post. (Key in .stringsdict) + + + ⚡️ %@ + ⚡️ %@ + + Text indicating the zap amount. i.e. number of satoshis that were tipped to a user + + +
+ +
+ +
+ + + %d other note + %d その他のNote + + Text to indicate that the thread was collapsed and that there are other notes to view if tapped. + + + %d other notes + %d その他のNote + + Text to indicate that the thread was collapsed and that there are other notes to view if tapped. + + + ··· %#@NOTES@ ··· + ··· %#@NOTES@ ··· + + Text to indicate that the thread was collapsed and that there are other notes to view if tapped. + + + Follower + フォロワー + + Part of a larger sentence to describe how many people are following a user. + + + Followers + フォロワー + + Part of a larger sentence to describe how many people are following a user. + + + %#@FOLLOWERS@ + %#@FOLLOWERS@ + + Part of a larger sentence to describe how many people are following a user. + + + %#@REACTIONS@ + %#@REACTIONS@ + + Part of a larger sentence to describe how many reactions there are on a post. + + + Reaction + リアクション + + Part of a larger sentence to describe how many reactions there are on a post. + + + Reactions + リアクション + + Part of a larger sentence to describe how many reactions there are on a post. + + + %#@RELAYS@ + %#@RELAYS@ + + Part of a larger sentence to describe how many relay servers a user is connected. + + + Relay + リレー + + Part of a larger sentence to describe how many relay servers a user is connected. + + + Relays + リレー + + Part of a larger sentence to describe how many relay servers a user is connected. + + + Replying to %@%#@OTHERS@ + %@%#@OTHERS@ にリプライ + + Label to indicate that the user is replying to 1 user and others. + + + & %d other + & %d その他 + + Label to indicate that the user is replying to 1 user and others. + + + & %d others + & %d その他 + + Label to indicate that the user is replying to 1 user and others. + + + + Label to indicate that the user is replying to 1 user and others. + + + Replying to %@, %@%#@OTHERS@ + %@, %@%#@OTHERS@ にリプライ + + Label to indicate that the user is replying to 2 users and others. + + + & %d other + & %d その他 + + Label to indicate that the user is replying to 2 users and others. + + + & %d others + & %d その他 + + Label to indicate that the user is replying to 2 users and others. + + + + Label to indicate that the user is replying to 2 users and others. + + + %#@REPOSTS@ + %#@REPOSTS@ + + Part of a larger sentence to describe how many reposts there are. + + + Repost + リポスト + + Part of a larger sentence to describe how many reposts there are. + + + Reposts + リポスト + + Part of a larger sentence to describe how many reposts there are. + + + %1$#@SATS@ + %1$#@SATS@ + + Amount of sats. + + + %2$@ sat + %2$@ sat + + Amount of sats. + + + %2$@ sats + %2$@ sats + + Amount of sats. + + + %#@ZAPS@ + %#@ZAPS@ + + Part of a larger sentence to describe how many zap payments there are on a post. + + + Zap + Zap + + Part of a larger sentence to describe how many zap payments there are on a post. + + + Zaps + Zaps + + Part of a larger sentence to describe how many zap payments there are on a post. + + +
+
\ No newline at end of file diff --git a/translations/pl_PL.xliff b/translations/pl_PL.xliff index 2f34dc7f..b3c4ab70 100644 --- a/translations/pl_PL.xliff +++ b/translations/pl_PL.xliff @@ -18,6 +18,7 @@ Local authentication to access private key + Lokalne uwierzytelnienie dostępu do klucza prywatnego Privacy - Face ID Usage Description @@ -133,6 +134,7 @@ Number of relay servers a user is connected. API Key (required) + Klucz API (wymagany) Prompt for required entry of API Key to use translation server. @@ -193,6 +195,7 @@ Number of relay servers a user is connected. Admin + Admin Label to display relay contact user. @@ -278,6 +281,7 @@ Number of relay servers a user is connected. Boosts + Podbij Accessibility label for boosts button @@ -331,6 +335,7 @@ Number of relay servers a user is connected. Contact + Kontakt Label to display relay contact information. @@ -458,6 +463,7 @@ Number of relay servers a user is connected. DeepL (Proprietary, Higher Accuracy) + DeepL (Własnościowy, wysoka dokładność) Dropdown option for selecting DeepL as the translation service. @@ -478,17 +484,20 @@ Number of relay servers a user is connected. Delete Account + Skasuj konto Alert for deleting the users account. Button to delete the user's account. Deleted Account + Konto skasowane Alert message to indicate this is a deleted account Description + Opis Label to display relay description. @@ -560,11 +569,13 @@ Number of relay servers a user is connected. Follow Back + Obserwuj Button to follow a user back. Follow me on nostr + Obserwuj mnie na nostr Text on QR code view to prompt viewer looking at screen to follow the user. @@ -595,16 +606,19 @@ Part of a larger sentence to describe how many profiles a user is following. Follows you + Obserwuje Cię Text to indicate that a user is following your profile. Free + Darmowy Dropdown option for selecting Free plan for DeepL translation service. Get API Key + Pobierz klucz API Button to navigate to DeepL website to get a translation API key. @@ -683,6 +697,7 @@ Part of a larger sentence to describe how many profiles a user is following. LibreTranslate (Open Source) + LibraTranslate (Otwarte Źródła) Dropdown option for selecting LibreTranslate as the translation service. @@ -700,11 +715,13 @@ Part of a larger sentence to describe how many profiles a user is following. Like + Polub Accessibility Label for Like button Local authentication to access private key + Lokalne uwierzytelnienie dostępu do klucza prywatnego Face ID usage description shown when trying to access private key @@ -749,6 +766,7 @@ Part of a larger sentence to describe how many profiles a user is following. No + Nie Button to cancel out of posting a note after being alerted that it looks like they might be posting a private key. @@ -766,6 +784,7 @@ Part of a larger sentence to describe how many profiles a user is following. Note contains "nsec1" private key. Are you sure? + Treść zawiera klucz prywatny "nsec1". Jesteś pewien? Alert user that they might be attempting to paste a private key and ask them to confirm. @@ -807,6 +826,7 @@ Part of a larger sentence to describe how many profiles a user is following. Plan + Plan Prompt selection of DeepL subscription plan to perform machine translations on notes @@ -848,6 +868,7 @@ Part of a larger sentence to describe how many profiles a user is following. Pro + Profesjonalny Dropdown option for selecting Pro plan for DeepL translation service. @@ -933,6 +954,7 @@ Part of a larger sentence to describe how many profiles a user is following. Reply + Odpowiedz Accessibility label for reply button @@ -1030,6 +1052,7 @@ Part of a larger sentence to describe how many profiles a user is following. Scan the code + Skanuj kod Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. @@ -1077,6 +1100,7 @@ Part of a larger sentence to describe how many profiles a user is following. Service + Usługa Prompt selection of translation service provider. @@ -1123,6 +1147,7 @@ Part of a larger sentence to describe how many profiles a user is following. Software + Oprogramowanie Label to display relay software. @@ -1134,6 +1159,7 @@ Part of a larger sentence to describe how many profiles a user is following. Supported NIPs + Wspierane NIP Label to display relay's supported NIPs. @@ -1194,16 +1220,19 @@ Part of a larger sentence to describe how many profiles a user is following. Translating from (lang)... + Tłumaczę z (lang)... Button to indicate that the note is in the process of being translated from a different language. Translations + Tłumaczenia Section title for selecting the translation service. Type DELETE to delete + Napisz DELETE aby skasować Text field prompt asking user to type the word DELETE to confirm that they want to proceed with deleting their account. The all caps lock DELETE word should not be translated. Everything else should. @@ -1264,6 +1293,7 @@ Part of a larger sentence to describe how many profiles a user is following. Version + Wersja Label to display relay software version. @@ -1317,6 +1347,7 @@ Part of a larger sentence to describe how many profiles a user is following. Yes, Post with Private Key + Tak, wyślij pomimo to Button to proceed with posting a note even though it looks like they might be posting a private key. @@ -1334,6 +1365,7 @@ Part of a larger sentence to describe how many profiles a user is following. Zap + Zap Accessibility label for zap button @@ -1642,11 +1674,13 @@ Part of a larger sentence to describe how many profiles a user is following. Zap + Zap Part of a larger sentence to describe how many zap payments there are on a post. Zaps + Zapów Part of a larger sentence to describe how many zap payments there are on a post.