From 50fb0a3bbb24e89fc30542bf6f2e152ba1976c09 Mon Sep 17 00:00:00 2001 From: Benjamin Erhart Date: Thu, 13 Apr 2023 12:21:33 +0200 Subject: [PATCH] Updated translations: Added Afrikaans, added many InfoPlist translations, fixed Weblate fuckups. --- OnionShare.xcodeproj/project.pbxproj | 23 ++++ OnionShare/af.lproj/InfoPlist.strings | 8 +- OnionShare/bo.lproj/InfoPlist.strings | 1 - OnionShare/ca.lproj/InfoPlist.strings | 10 +- OnionShare/es.lproj/InfoPlist.strings | 10 +- OnionShare/nb-NO.lproj/InfoPlist.strings | 10 +- OnionShare/pl.lproj/InfoPlist.strings | 10 +- OnionShare/sw.lproj/InfoPlist.strings | 1 - OnionShare/tr.lproj/InfoPlist.strings | 10 +- OnionShare/uk.lproj/InfoPlist.strings | 10 +- OnionShare/zh-Hant.lproj/InfoPlist.strings | 10 +- Shared/af.lproj/Localizable.strings | 126 +++++++++++++++++---- Shared/es.lproj/Localizable.stringsdict | 4 +- Shared/fr.lproj/Localizable.stringsdict | 4 +- Shared/it.lproj/Localizable.strings | 88 ++++++++++++++ Shared/it.lproj/Localizable.stringsdict | 4 +- Shared/pl.lproj/Localizable.strings | 112 +++++++++++++++--- Shared/sw.lproj/Localizable.strings | 1 - Shared/sw.lproj/Localizable.stringsdict | 6 - 19 files changed, 353 insertions(+), 95 deletions(-) delete mode 100644 OnionShare/bo.lproj/InfoPlist.strings delete mode 100644 OnionShare/sw.lproj/InfoPlist.strings delete mode 100644 Shared/sw.lproj/Localizable.strings delete mode 100644 Shared/sw.lproj/Localizable.stringsdict diff --git a/OnionShare.xcodeproj/project.pbxproj b/OnionShare.xcodeproj/project.pbxproj index dff2792..3812200 100644 --- a/OnionShare.xcodeproj/project.pbxproj +++ b/OnionShare.xcodeproj/project.pbxproj @@ -65,6 +65,17 @@ A002D9B52772279C0011EFA0 /* .bartycrouch.toml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .bartycrouch.toml; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.yaml; }; A002D9BA2772287D0011EFA0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; A002D9BC277228940011EFA0 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; + A019CDAC29E80BF500FE5B7E /* af */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = af; path = af.lproj/Localizable.strings; sourceTree = ""; }; + A019CDAD29E80BF500FE5B7E /* af */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = af; path = af.lproj/Localizable.stringsdict; sourceTree = ""; }; + A019CDAE29E80CAF00FE5B7E /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = ""; }; + A019CDAF29E80D3A00FE5B7E /* af */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = af; path = af.lproj/InfoPlist.strings; sourceTree = ""; }; + A019CDB029E80D6000FE5B7E /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/InfoPlist.strings; sourceTree = ""; }; + A019CDB129E80D6E00FE5B7E /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; + A019CDB229E80D8200FE5B7E /* nb-NO */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "nb-NO"; path = "nb-NO.lproj/InfoPlist.strings"; sourceTree = ""; }; + A019CDB329E80DFF00FE5B7E /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; + A019CDB429E80E2C00FE5B7E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; + A019CDB529E80E4200FE5B7E /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/InfoPlist.strings; sourceTree = ""; }; + A019CDB629E80E5F00FE5B7E /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/InfoPlist.strings"; sourceTree = ""; }; A02704D7297FEB6F001D1C2E /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; A02704D8297FEB6F001D1C2E /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = fr; path = fr.lproj/Localizable.stringsdict; sourceTree = ""; }; A030F19827F35B4000BDD70D /* ActionExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ActionExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -359,6 +370,7 @@ vi, fa, "zh-Hant", + af, ); mainGroup = A06C48A72770D9D2005FCAD1; productRefGroup = A06C48B12770D9D2005FCAD1 /* Products */; @@ -558,6 +570,8 @@ A03A9FC729B611F1004FE2EE /* it */, A0879C9E29D1ACED002BB4BD /* fa */, A0879CA029D1ADA7002BB4BD /* zh-Hant */, + A019CDAC29E80BF500FE5B7E /* af */, + A019CDAE29E80CAF00FE5B7E /* pl */, ); name = Localizable.strings; sourceTree = ""; @@ -567,6 +581,14 @@ children = ( A0879CAA29D1B7E3002BB4BD /* en */, A0879CAC29D1B7E7002BB4BD /* de */, + A019CDAF29E80D3A00FE5B7E /* af */, + A019CDB029E80D6000FE5B7E /* ca */, + A019CDB129E80D6E00FE5B7E /* es */, + A019CDB229E80D8200FE5B7E /* nb-NO */, + A019CDB329E80DFF00FE5B7E /* pl */, + A019CDB429E80E2C00FE5B7E /* tr */, + A019CDB529E80E4200FE5B7E /* uk */, + A019CDB629E80E5F00FE5B7E /* zh-Hant */, ); name = InfoPlist.strings; sourceTree = ""; @@ -595,6 +617,7 @@ A06D948829A3AD8F003AFFD5 /* vi */, A0879C9F29D1ACED002BB4BD /* fa */, A0879CA129D1ADA7002BB4BD /* zh-Hant */, + A019CDAD29E80BF500FE5B7E /* af */, ); name = Localizable.stringsdict; sourceTree = ""; diff --git a/OnionShare/af.lproj/InfoPlist.strings b/OnionShare/af.lproj/InfoPlist.strings index 0241845..bb37bd9 100644 --- a/OnionShare/af.lproj/InfoPlist.strings +++ b/OnionShare/af.lproj/InfoPlist.strings @@ -1,5 +1,3 @@ - - /* InfoPlist.strings OnionShare @@ -7,6 +5,6 @@ Created by Benjamin Erhart on 27.03.23. */ -"NSCameraUsageDescription" = "Verleen asb. toegang tot u kamera indien u foto’s of video’s vir direkte deel wil skep."; -"NSMicrophoneUsageDescription" = "Verleen asb. toegang tot u mikrofoon indien u video’s vir direkte deel wil skep."; -"NSPhotoLibraryUsageDescription" = "Verleen asb. toegang tot u fotobiblioteek indien u foto’s wil deel."; +NSCameraUsageDescription = "Verleen asb. toegang tot u kamera indien u foto’s of video’s vir direkte deel wil skep."; +NSMicrophoneUsageDescription = "Verleen asb. toegang tot u mikrofoon indien u video’s vir direkte deel wil skep."; +NSPhotoLibraryUsageDescription = "Verleen asb. toegang tot u fotobiblioteek indien u foto’s wil deel."; diff --git a/OnionShare/bo.lproj/InfoPlist.strings b/OnionShare/bo.lproj/InfoPlist.strings deleted file mode 100644 index 8b13789..0000000 --- a/OnionShare/bo.lproj/InfoPlist.strings +++ /dev/null @@ -1 +0,0 @@ - diff --git a/OnionShare/ca.lproj/InfoPlist.strings b/OnionShare/ca.lproj/InfoPlist.strings index e0fff3d..b61a8ee 100644 --- a/OnionShare/ca.lproj/InfoPlist.strings +++ b/OnionShare/ca.lproj/InfoPlist.strings @@ -1,12 +1,10 @@ - - -"NSMicrophoneUsageDescription" = "Permeteu l'accés al micròfon si voleu crear vídeos per a compartir directament."; -/* +/* InfoPlist.strings OnionShare Created by Benjamin Erhart on 27.03.23. */ -"NSCameraUsageDescription" = "Permeteu l'accés a la càmera si voleu crear fotos i vídeos per a compartir directament."; -"NSPhotoLibraryUsageDescription" = "Permeteu l'accés a la fototeca si voleu compartir fotos."; +NSCameraUsageDescription = "Permeteu l'accés a la càmera si voleu crear fotos i vídeos per a compartir directament."; +NSMicrophoneUsageDescription = "Permeteu l'accés al micròfon si voleu crear vídeos per a compartir directament."; +NSPhotoLibraryUsageDescription = "Permeteu l'accés a la fototeca si voleu compartir fotos."; diff --git a/OnionShare/es.lproj/InfoPlist.strings b/OnionShare/es.lproj/InfoPlist.strings index 3fe5b89..a345af3 100644 --- a/OnionShare/es.lproj/InfoPlist.strings +++ b/OnionShare/es.lproj/InfoPlist.strings @@ -1,12 +1,10 @@ - - -/* +/* InfoPlist.strings OnionShare Created by Benjamin Erhart on 27.03.23. */ -"NSCameraUsageDescription" = "Por favor, permite el acceso a tu cámara, si quieres crear fotos o vídeos para compartir directamente."; -"NSMicrophoneUsageDescription" = "Por favor, permite el acceso a tú micrófono, si quieres crear vídeos para compartir directamente."; -"NSPhotoLibraryUsageDescription" = "Por favor, permite el acceso a tú biblioteca de fotos, si quieres compartir fotos."; +NSCameraUsageDescription = "Por favor, permite el acceso a tu cámara, si quieres crear fotos o vídeos para compartir directamente."; +NSMicrophoneUsageDescription = "Por favor, permite el acceso a tú micrófono, si quieres crear vídeos para compartir directamente."; +NSPhotoLibraryUsageDescription = "Por favor, permite el acceso a tú biblioteca de fotos, si quieres compartir fotos."; diff --git a/OnionShare/nb-NO.lproj/InfoPlist.strings b/OnionShare/nb-NO.lproj/InfoPlist.strings index 5c38437..df39f68 100644 --- a/OnionShare/nb-NO.lproj/InfoPlist.strings +++ b/OnionShare/nb-NO.lproj/InfoPlist.strings @@ -1,12 +1,10 @@ - - -"NSMicrophoneUsageDescription" = "Innvilg tilgang til mikrofonen din hvis du vil spille inn videoer for direkte deling."; -"NSPhotoLibraryUsageDescription" = "Innvilg tilgang til bildebiblioteket ditt hvis du vil dele bilder."; -/* +/* InfoPlist.strings OnionShare Created by Benjamin Erhart on 27.03.23. */ -"NSCameraUsageDescription" = "Innvilg tilgang til kameraet ditt hvis du vil knipse bilder eller spille inn video for direkte deling."; +NSCameraUsageDescription = "Innvilg tilgang til kameraet ditt hvis du vil knipse bilder eller spille inn video for direkte deling."; +NSMicrophoneUsageDescription = "Innvilg tilgang til mikrofonen din hvis du vil spille inn videoer for direkte deling."; +NSPhotoLibraryUsageDescription = "Innvilg tilgang til bildebiblioteket ditt hvis du vil dele bilder."; diff --git a/OnionShare/pl.lproj/InfoPlist.strings b/OnionShare/pl.lproj/InfoPlist.strings index d3f592f..8a3ecb0 100644 --- a/OnionShare/pl.lproj/InfoPlist.strings +++ b/OnionShare/pl.lproj/InfoPlist.strings @@ -1,12 +1,10 @@ - - -"NSMicrophoneUsageDescription" = "Zezwól na dostęp do mikrofonu, jeśli chcesz tworzyć filmy do bezpośredniego udostępniania."; -"NSPhotoLibraryUsageDescription" = "Zezwól na dostęp do swojej biblioteki zdjęć, jeśli chcesz udostępniać zdjęcia."; -/* +/* InfoPlist.strings OnionShare Created by Benjamin Erhart on 27.03.23. */ -"NSCameraUsageDescription" = "Zezwól na dostęp do aparatu, jeśli chcesz tworzyć zdjęcia lub filmy do bezpośredniego udostępniania."; +NSCameraUsageDescription = "Zezwól na dostęp do aparatu, jeśli chcesz tworzyć zdjęcia lub filmy do bezpośredniego udostępniania."; +NSMicrophoneUsageDescription = "Zezwól na dostęp do mikrofonu, jeśli chcesz tworzyć filmy do bezpośredniego udostępniania."; +NSPhotoLibraryUsageDescription = "Zezwól na dostęp do swojej biblioteki zdjęć, jeśli chcesz udostępniać zdjęcia."; diff --git a/OnionShare/sw.lproj/InfoPlist.strings b/OnionShare/sw.lproj/InfoPlist.strings deleted file mode 100644 index 8b13789..0000000 --- a/OnionShare/sw.lproj/InfoPlist.strings +++ /dev/null @@ -1 +0,0 @@ - diff --git a/OnionShare/tr.lproj/InfoPlist.strings b/OnionShare/tr.lproj/InfoPlist.strings index 5e926aa..b836e54 100644 --- a/OnionShare/tr.lproj/InfoPlist.strings +++ b/OnionShare/tr.lproj/InfoPlist.strings @@ -1,12 +1,10 @@ - - -/* +/* InfoPlist.strings OnionShare Created by Benjamin Erhart on 27.03.23. */ -"NSCameraUsageDescription" = "Doğrudan paylaşım için fotoğraf veya video oluşturmak istiyorsanız lütfen kameranıza erişime izin verin."; -"NSMicrophoneUsageDescription" = "Doğrudan paylaşım için videolar oluşturmak istiyorsanız lütfen mikrofonunuza erişime izin verin."; -"NSPhotoLibraryUsageDescription" = "Fotoğraf paylaşmak istiyorsanız lütfen fotoğraf kütüphanenize erişime izin verin."; +NSCameraUsageDescription = "Doğrudan paylaşım için fotoğraf veya video oluşturmak istiyorsanız lütfen kameranıza erişime izin verin."; +NSMicrophoneUsageDescription = "Doğrudan paylaşım için videolar oluşturmak istiyorsanız lütfen mikrofonunuza erişime izin verin."; +NSPhotoLibraryUsageDescription = "Fotoğraf paylaşmak istiyorsanız lütfen fotoğraf kütüphanenize erişime izin verin."; diff --git a/OnionShare/uk.lproj/InfoPlist.strings b/OnionShare/uk.lproj/InfoPlist.strings index aa34287..17b72ff 100644 --- a/OnionShare/uk.lproj/InfoPlist.strings +++ b/OnionShare/uk.lproj/InfoPlist.strings @@ -1,12 +1,10 @@ - - -/* +/* InfoPlist.strings OnionShare Created by Benjamin Erhart on 27.03.23. */ -"NSCameraUsageDescription" = "Дозвольте доступ до вашої камери, якщо ви хочете створювати світлини або відео для прямого поширення."; -"NSMicrophoneUsageDescription" = "Дозвольте доступ до вашого мікрофона, якщо ви хочете створювати відео для прямого поширення."; -"NSPhotoLibraryUsageDescription" = "Дозвольте доступ до вашої фототеки, якщо ви хочете поділитися світлинами."; +NSCameraUsageDescription = "Дозвольте доступ до вашої камери, якщо ви хочете створювати світлини або відео для прямого поширення."; +NSMicrophoneUsageDescription = "Дозвольте доступ до вашого мікрофона, якщо ви хочете створювати відео для прямого поширення."; +NSPhotoLibraryUsageDescription = "Дозвольте доступ до вашої фототеки, якщо ви хочете поділитися світлинами."; diff --git a/OnionShare/zh-Hant.lproj/InfoPlist.strings b/OnionShare/zh-Hant.lproj/InfoPlist.strings index e675bad..b4ab49d 100644 --- a/OnionShare/zh-Hant.lproj/InfoPlist.strings +++ b/OnionShare/zh-Hant.lproj/InfoPlist.strings @@ -1,12 +1,10 @@ - - -"NSPhotoLibraryUsageDescription" = "如要分享照片,請授權可存取照片庫。"; -"NSMicrophoneUsageDescription" = "如果要建立影片來直接分享,請授權可使用麥克風。"; -/* +/* InfoPlist.strings OnionShare Created by Benjamin Erhart on 27.03.23. */ -"NSCameraUsageDescription" = "如果要建立影片或拍照直接分享,請授權可存取攝影機。"; +NSCameraUsageDescription = "如果要建立影片或拍照直接分享,請授權可存取攝影機。"; +NSMicrophoneUsageDescription = "如果要建立影片來直接分享,請授權可使用麥克風。"; +NSPhotoLibraryUsageDescription = "如要分享照片,請授權可存取照片庫。"; diff --git a/Shared/af.lproj/Localizable.strings b/Shared/af.lproj/Localizable.strings index a106e3c..fc52c9f 100644 --- a/Shared/af.lproj/Localizable.strings +++ b/Shared/af.lproj/Localizable.strings @@ -1,57 +1,143 @@ - - /* %1$@ == '**' (Markdown!) */ "%1$@Anyone%1$@ with this address and private key can %1$@download%1$@ your files using the %1$@Tor Browser%1$@:" = "%1$@Enigeen%1$@ met hierdie adres en privaat sleutel kan u lêers %1$@aflaai%1$@ deur die %1$@Tor Blaaier%1$@:"; /* %1$@ == '**' (Markdown!) */ -"%1$@Anyone%1$@ with this address can %1$@download%1$@ your files using the %1$@Tor Browser%1$@:" = "%1$@Enigeen%1$@ met hierdie adres kan u lêers %1$@aflaai%1$@ deur die %1$@Tor Blaaier%1$@:"; +"%1$@Anyone%1$@ with this address and private key can %1$@visit your website%1$@ using the %1$@Tor Browser%1$@:" = "%1$@Enigeen%1$@ met hierdie adres en privaat sleutel kan %1$@u webwerf besoek%1$@ deur die %1$@Tor Blaaier%1$@:"; /* %1$@ == '**' (Markdown!) */ -"%1$@Anyone%1$@ with this address and private key can %1$@visit your website%1$@ using the %1$@Tor Browser%1$@:" = "%1$@Enigeen%1$@ met hierdie adres en privaat sleutel kan %1$@u webwerf besoek%1$@ deur die %1$@Tor Blaaier%1$@:"; +"%1$@Anyone%1$@ with this address can %1$@download%1$@ your files using the %1$@Tor Browser%1$@:" = "%1$@Enigeen%1$@ met hierdie adres kan u lêers %1$@aflaai%1$@ deur die %1$@Tor Blaaier%1$@:"; /* %1$@ == '**' (Markdown!) */ "%1$@Anyone%1$@ with this address can %1$@visit your website%1$@ using the %1$@Tor Browser%1$@:" = "%1$@Enigeen%1$@ met hierdie adres kan %1$@u webwerf besoek%1$@ deur die %1$@Tor Blaaier%1$@:"; + +/* No comment provided by engineer. */ "Access Token" = "Toegangsteken"; + +/* No comment provided by engineer. */ "Add Files" = "Voeg lêers toe"; + +/* No comment provided by engineer. */ "Add Folder" = "Voeg vouer toe"; + +/* No comment provided by engineer. */ "Add Photos" = "Voeg foto’s toe"; -"Cancel" = "Kanselleer"; -"Custom title" = "Pasgemaakte titel"; -"Menu" = "Kieslys"; -"Nothing here yet." = "Nog niks hier nie."; -"Private Key" = "Privaat sleutel"; -"Ready" = "Gereed"; -"Share" = "Deel"; -"Sharing" = "Deel tans"; -"Start Hosting" = "Begin huisves"; -"Start Sharing" = "Begin deel"; -"Starting…" = "Begin tans…"; -"Stop Sharing" = "Staak deel"; + +/* No comment provided by engineer. */ "Adding to %@…" = "Voeg tans toe tot %@…"; + +/* No comment provided by engineer. */ +"Cancel" = "Kanselleer"; + +/* No comment provided by engineer. */ "Couldn't add item!" = "Kon nie item toevoeg nie!"; + +/* No comment provided by engineer. */ +"Custom title" = "Pasgemaakte titel"; + +/* No comment provided by engineer. */ "Done" = "Gereed"; + +/* No comment provided by engineer. */ "Go to Orbot Settings" = "Gaan na Orbot-instellings"; + +/* No comment provided by engineer. */ "Go to the app to share!" = "Gaan na die toep om te deel!"; + +/* No comment provided by engineer. */ "Host" = "Gasheer"; + +/* No comment provided by engineer. */ "Hosting" = "Huisves tans"; + +/* No comment provided by engineer. */ +"Internal Tor error. Should not happen. Please reinstall!" = "Interne Tor-fout. Moet nie gebeur nie. Herinstalleer asb.!"; + +/* No comment provided by engineer. */ +"Menu" = "Kieslys"; + +/* No comment provided by engineer. */ "New files while running" = "Nuwe lêers tydens deel"; + +/* No comment provided by engineer. */ "No albums" = "Geen albums"; + +/* No comment provided by engineer. */ +"Nothing here yet." = "Nog niks hier nie."; + +/* No comment provided by engineer. */ "Orbot could not be opened!" = "Orbot kon nie geopen word nie!"; + +/* No comment provided by engineer. */ "Orbot Detected" = "Orbot bespeur"; + +/* No comment provided by engineer. */ "Orbot running, but not allowed to bypass." = "Orbot loop tans, maar mag nie omlei nie."; + +/* No comment provided by engineer. */ "Paste API token here" = "Plak API-teken hier"; + +/* No comment provided by engineer. */ +"Permit third-party resources (don't send Content Security Policy header)" = "Staan derdepartyhulpbronne toe (moenie inhoudsekerheidsbeleidkop stuur nie)"; + +/* No comment provided by engineer. */ "Please note, that this will only take effect, after you restart." = "Let wel dat dit slegs in werking tree nadat u herbegin het."; + +/* No comment provided by engineer. */ +"Private Key" = "Privaat sleutel"; + +/* No comment provided by engineer. */ "QR Code" = "QR-kode"; + +/* No comment provided by engineer. */ +"Ready" = "Gereed"; + +/* No comment provided by engineer. */ "Request API Access" = "Versoek API-toegang"; + +/* No comment provided by engineer. */ +"Share" = "Deel"; + +/* No comment provided by engineer. */ +"Sharing" = "Deel tans"; + +/* No comment provided by engineer. */ +"Start Hosting" = "Begin huisves"; + +/* No comment provided by engineer. */ +"Start Sharing" = "Begin deel"; + +/* No comment provided by engineer. */ +"Starting…" = "Begin tans…"; + +/* No comment provided by engineer. */ "Stop after files have been sent (disables download of individual files)" = "Stop nadat lêers verstuur is (dit deaktiveer aflaai van individuele lêers)"; + +/* No comment provided by engineer. */ "Stop Hosting" = "Staak huisvesting"; + +/* No comment provided by engineer. */ +"Stop Sharing" = "Staak deel"; + +/* No comment provided by engineer. */ "Tap here to change" = "Tik hier om te verander"; + +/* No comment provided by engineer. */ "The app needs to be open to work." = "Die toep moet oop wees om te werk."; + +/* No comment provided by engineer. */ "This is a public service (disables private key)" = "Dit is ’n openbare diens (deaktiveer privaat sleutel)"; + +/* No comment provided by engineer. */ "Use Bridges" = "Gebruik brûe"; -"You have Orbot installed and running, but we cannot bypass it." = "Orbot is geïnstalleer en loop tans, maar ons kan dit nie omlei nie."; -"You need to request API access with Orbot, in order for %@ to work while Orbot is running." = "U moet API-toegang met Orbot versoek sodat %@ kan werk terwyl Orbot loop."; -"Internal Tor error. Should not happen. Please reinstall!" = "Interne Tor-fout. Moet nie gebeur nie. Herinstalleer asb.!"; -"Permit third-party resources (don't send Content Security Policy header)" = "Staan derdepartyhulpbronne toe (moenie inhoudsekerheidsbeleidkop stuur nie)"; + +/* No comment provided by engineer. */ "You added files from elsewhere while already sharing." = "U het lêers van elders toegevoeg terwyl daar reeds gedeel word."; + +/* No comment provided by engineer. */ +"You have Orbot installed and running, but we cannot bypass it." = "Orbot is geïnstalleer en loop tans, maar ons kan dit nie omlei nie."; + +/* No comment provided by engineer. */ "You need to enable bypass mode in Orbot settings for %@ to work while Orbot is running." = "U moet omlei-modus in Orbot-instellings aktiveer vir %@ om te werk terwyl Orbot loop."; + +/* No comment provided by engineer. */ +"You need to request API access with Orbot, in order for %@ to work while Orbot is running." = "U moet API-toegang met Orbot versoek sodat %@ kan werk terwyl Orbot loop."; diff --git a/Shared/es.lproj/Localizable.stringsdict b/Shared/es.lproj/Localizable.stringsdict index cb84005..f720741 100644 --- a/Shared/es.lproj/Localizable.stringsdict +++ b/Shared/es.lproj/Localizable.stringsdict @@ -16,7 +16,7 @@ %u artículo one %u artículos - many + other %u artículos @@ -34,7 +34,7 @@ Tienes %1$u artículo listo para compartir. one Tienes %1$u artículos listos para compartir. - many + other Tienes %1$u artículos listos para compartir. diff --git a/Shared/fr.lproj/Localizable.stringsdict b/Shared/fr.lproj/Localizable.stringsdict index 1b564ee..e982b2f 100644 --- a/Shared/fr.lproj/Localizable.stringsdict +++ b/Shared/fr.lproj/Localizable.stringsdict @@ -16,7 +16,7 @@ %u élément one %u élément - many + other %u élément @@ -32,7 +32,7 @@ Vous avez %1$u élément prêt à être partagé. one Vous avez %1$u élément prêt à être partagé. - many + other Vous avez %1$u éléments prêt à être partagé. NSStringLocalizedFormatKey diff --git a/Shared/it.lproj/Localizable.strings b/Shared/it.lproj/Localizable.strings index 13ccc6a..14a4453 100644 --- a/Shared/it.lproj/Localizable.strings +++ b/Shared/it.lproj/Localizable.strings @@ -9,47 +9,135 @@ /* %1$@ == '**' (Markdown!) */ "%1$@Anyone%1$@ with this address can %1$@visit your website%1$@ using the %1$@Tor Browser%1$@:" = "%1$@Chiunque%1$@ con questo indirizzo può %1$@visitare il tuo sito web%1$@ usando %1$@Tor Browser%1$@:"; + +/* No comment provided by engineer. */ "Access Token" = "Token di accesso"; + +/* No comment provided by engineer. */ "Add Files" = "Aggiungi file"; + +/* No comment provided by engineer. */ "Add Folder" = "Aggiungi cartella"; + +/* No comment provided by engineer. */ "Add Photos" = "Aggiungi foto"; + +/* No comment provided by engineer. */ "Adding to %@…" = "Aggiungendo a %@…"; + +/* No comment provided by engineer. */ "Cancel" = "Annulla"; + +/* No comment provided by engineer. */ "Couldn't add item!" = "Impossibile aggiungere l'elemento!"; + +/* No comment provided by engineer. */ "Custom title" = "Titolo personalizzato"; + +/* No comment provided by engineer. */ "Done" = "Fatto"; + +/* No comment provided by engineer. */ "Go to Orbot Settings" = "Vai alle impostazioni di Orbot"; + +/* No comment provided by engineer. */ "Go to the app to share!" = "Vai all'app per condividere!"; + +/* No comment provided by engineer. */ "Host" = "Host"; + +/* No comment provided by engineer. */ "Hosting" = "Hosting"; + +/* No comment provided by engineer. */ "Internal Tor error. Should not happen. Please reinstall!" = "Errore di Tor interno. Questo non dovrebbe accadere. Reinstalla l'app per favore!"; + +/* No comment provided by engineer. */ "Menu" = "Menu"; + +/* No comment provided by engineer. */ "New files while running" = "Nuovi file durante l'esecuzione"; + +/* No comment provided by engineer. */ "No albums" = "Nessun album"; + +/* No comment provided by engineer. */ "Nothing here yet." = "Qui non c'è ancora nulla."; + +/* No comment provided by engineer. */ "Orbot could not be opened!" = "Non è stato possibile aprire Orbot!"; + +/* No comment provided by engineer. */ "Orbot Detected" = "Orbot rilevato"; + +/* No comment provided by engineer. */ "Orbot running, but not allowed to bypass." = "Orbot in esecuzione, ma non autorizzato a bypassare."; + +/* No comment provided by engineer. */ "Paste API token here" = "Incolla il token API qua"; + +/* No comment provided by engineer. */ "Permit third-party resources (don't send Content Security Policy header)" = "Consenti le risorse di terzi (non inviare l'intestazione Content Security Policy)."; + +/* No comment provided by engineer. */ "Please note, that this will only take effect, after you restart." = "Tieni presente che questo avrà effetto solo dopo il riavvio."; + +/* No comment provided by engineer. */ "Private Key" = "Chiave privata"; + +/* No comment provided by engineer. */ "QR Code" = "Codice QR"; + +/* No comment provided by engineer. */ "Ready" = "Pronto"; + +/* No comment provided by engineer. */ "Request API Access" = "Richiedi accesso API"; + +/* No comment provided by engineer. */ "Share" = "Condividi"; + +/* No comment provided by engineer. */ "Sharing" = "In condivisione"; + +/* No comment provided by engineer. */ "Start Hosting" = "Avvia hosting"; + +/* No comment provided by engineer. */ "Start Sharing" = "Avvia condivisione"; + +/* No comment provided by engineer. */ "Starting…" = "Avvio…"; + +/* No comment provided by engineer. */ "Stop after files have been sent (disables download of individual files)" = "Ferma quando i file sono stati inviati (disabilita il download di file individuali)"; + +/* No comment provided by engineer. */ "Stop Hosting" = "Ferma hosting"; + +/* No comment provided by engineer. */ "Stop Sharing" = "Ferma condivisione"; + +/* No comment provided by engineer. */ "Tap here to change" = "Tocca qua per cambiare"; + +/* No comment provided by engineer. */ "The app needs to be open to work." = "L'app deve essere aperta per funzionare."; + +/* No comment provided by engineer. */ "This is a public service (disables private key)" = "Questo è un servizio pubblico (disattiva la chiave privata)"; + +/* No comment provided by engineer. */ "Use Bridges" = "Usa bridge"; + +/* No comment provided by engineer. */ "You added files from elsewhere while already sharing." = "Hai aggiunto file da un altro luogo mentre stavi già condividendo."; + +/* No comment provided by engineer. */ "You have Orbot installed and running, but we cannot bypass it." = "Hai Orbot installato e in esecuzione ma non riusciamo a bypassarlo."; + +/* No comment provided by engineer. */ "You need to enable bypass mode in Orbot settings for %@ to work while Orbot is running." = "Devi attivare la modalità bypass nelle impostazioni di Orbot affinchè %@ funzioni mentre Orbot è in esecuzione."; + +/* No comment provided by engineer. */ "You need to request API access with Orbot, in order for %@ to work while Orbot is running." = "Devi richiedere l'accesso alla API con Orbot affinchè %@ funzioni mentre Orbot è in esecuzione."; diff --git a/Shared/it.lproj/Localizable.stringsdict b/Shared/it.lproj/Localizable.stringsdict index bc423f4..1d83858 100644 --- a/Shared/it.lproj/Localizable.stringsdict +++ b/Shared/it.lproj/Localizable.stringsdict @@ -16,7 +16,7 @@ Hai %1$u elementi pronti da condividere. one Hai %1$u elemento pronti da condividere. - many + other Hai %1$u elementi pronti da condividere. @@ -34,7 +34,7 @@ %u elementi one %u elemento - many + other %u elementi diff --git a/Shared/pl.lproj/Localizable.strings b/Shared/pl.lproj/Localizable.strings index 4fd2e3d..7da5198 100644 --- a/Shared/pl.lproj/Localizable.strings +++ b/Shared/pl.lproj/Localizable.strings @@ -1,57 +1,143 @@ +/* %1$@ == '**' (Markdown!) */ +"%1$@Anyone%1$@ with this address and private key can %1$@download%1$@ your files using the %1$@Tor Browser%1$@:" = "%1$@Każda osoba%1$@ posiadająca ten adres i klucz prywatny może %1$@pobierać%1$@ Twoje pliki za pomocą %1$@Tor Browser%1$@:"; - +/* %1$@ == '**' (Markdown!) */ +"%1$@Anyone%1$@ with this address and private key can %1$@visit your website%1$@ using the %1$@Tor Browser%1$@:" = "%1$@Każda osoba%1$@ posiadająca ten adres i klucz prywatny może %1$@odwiedzić Twoją stronę%1$@ za pomocą %1$@Tor Browser%1$@:"; /* %1$@ == '**' (Markdown!) */ "%1$@Anyone%1$@ with this address can %1$@download%1$@ your files using the %1$@Tor Browser%1$@:" = "%1$@Każda osoba%1$@ z tym adresem może %1$@pobierać%1$@ Twoje pliki za pomocą %1$@Tor Browser%1$@:"; /* %1$@ == '**' (Markdown!) */ "%1$@Anyone%1$@ with this address can %1$@visit your website%1$@ using the %1$@Tor Browser%1$@:" = "%1$@Każda osoba%1$@ posiadająca ten adres może %1$@odwiedzić Twoją stronę%1$@ za pomocą %1$@Tor Browser%1$@:"; + +/* No comment provided by engineer. */ "Access Token" = "Token dostępu"; + +/* No comment provided by engineer. */ "Add Files" = "Dodaj pliki"; + +/* No comment provided by engineer. */ "Add Folder" = "Dodaj folder"; + +/* No comment provided by engineer. */ "Add Photos" = "Dodaj zdjęcia"; + +/* No comment provided by engineer. */ "Adding to %@…" = "Dodawanie do %@…"; + +/* No comment provided by engineer. */ "Cancel" = "Anuluj"; + +/* No comment provided by engineer. */ "Couldn't add item!" = "Nie można dodać elementu!"; + +/* No comment provided by engineer. */ +"Custom title" = "Tytuł niestandardowy"; + +/* No comment provided by engineer. */ "Done" = "Gotowe"; + +/* No comment provided by engineer. */ "Go to Orbot Settings" = "Przejdź do ustawień Orbota"; + +/* No comment provided by engineer. */ "Go to the app to share!" = "Przejdź do aplikacji, aby udostępnić!"; + +/* No comment provided by engineer. */ "Host" = "Host"; + +/* No comment provided by engineer. */ +"Hosting" = "Hostowanie"; + +/* No comment provided by engineer. */ +"Internal Tor error. Should not happen. Please reinstall!" = "Wewnętrzny błąd Tor. Nie powinien wystąpić. Proszę przeinstalować!"; + +/* No comment provided by engineer. */ +"Menu" = "Menu"; + +/* No comment provided by engineer. */ "New files while running" = "Nowe pliki podczas pracy"; + +/* No comment provided by engineer. */ "No albums" = "Brak albumów"; + +/* No comment provided by engineer. */ "Nothing here yet." = "Nic tu nie ma."; + +/* No comment provided by engineer. */ "Orbot could not be opened!" = "Nie można otworzyć Orbota!"; + +/* No comment provided by engineer. */ "Orbot Detected" = "Wykryto Orbota"; + +/* No comment provided by engineer. */ "Orbot running, but not allowed to bypass." = "Orbot uruchomiony, ale nie dopuszczony do obejścia."; + +/* No comment provided by engineer. */ "Paste API token here" = "Wklej tutaj token API"; + +/* No comment provided by engineer. */ "Permit third-party resources (don't send Content Security Policy header)" = "Zezwól na zasoby innych stron (nie wysyłaj nagłówka Content Security Policy)"; + +/* No comment provided by engineer. */ +"Please note, that this will only take effect, after you restart." = "Pamiętaj, że zadziała to dopiero po ponownym uruchomieniu."; + +/* No comment provided by engineer. */ "Private Key" = "Klucz prywatny"; + +/* No comment provided by engineer. */ "QR Code" = "Kod QR"; + +/* No comment provided by engineer. */ "Ready" = "Gotowe"; + +/* No comment provided by engineer. */ "Request API Access" = "Poproś o dostęp do interfejsu API"; + +/* No comment provided by engineer. */ "Share" = "Udostępnij"; + +/* No comment provided by engineer. */ "Sharing" = "Udostępnianie"; -"Hosting" = "Hostowanie"; -"Stop after files have been sent (disables download of individual files)" = "Zatrzymaj po wysłaniu plików (wyłącza pobieranie pojedynczych plików)"; + +/* No comment provided by engineer. */ "Start Hosting" = "Rozpocznij hostowanie"; + +/* No comment provided by engineer. */ "Start Sharing" = "Rozpocznij udostępnianie"; + +/* No comment provided by engineer. */ "Starting…" = "Rozpoczynanie…"; + +/* No comment provided by engineer. */ +"Stop after files have been sent (disables download of individual files)" = "Zatrzymaj po wysłaniu plików (wyłącza pobieranie pojedynczych plików)"; + +/* No comment provided by engineer. */ "Stop Hosting" = "Zatrzymaj hostowanie"; + +/* No comment provided by engineer. */ "Stop Sharing" = "Zatrzymaj udostępnianie"; + +/* No comment provided by engineer. */ "Tap here to change" = "Stuknij tutaj, aby zmienić"; + +/* No comment provided by engineer. */ "The app needs to be open to work." = "Aby aplikacja działała, musi być otwarta."; + +/* No comment provided by engineer. */ "This is a public service (disables private key)" = "To jest usługa publiczna (wyłącza klucz prywatny)"; + +/* No comment provided by engineer. */ "Use Bridges" = "Użyj mostków"; + +/* No comment provided by engineer. */ "You added files from elsewhere while already sharing." = "Dodano pliki z innego miejsca, gdy już je udostępniono."; -"You need to enable bypass mode in Orbot settings for %@ to work while Orbot is running." = "Musisz włączyć tryb obejścia w ustawieniach Orbota, aby %@ działał podczas pracy Orbota."; + +/* No comment provided by engineer. */ "You have Orbot installed and running, but we cannot bypass it." = "Masz zainstalowanego i uruchomionego Orbota, ale bez dopuszczenia do obejścia."; -"You need to request API access with Orbot, in order for %@ to work while Orbot is running." = "Musisz poprosić Orbota o dostęp do interfejsu API, aby %@ działał, gdy Orbot jest uruchomiony."; -/* %1$@ == '**' (Markdown!) */ -"%1$@Anyone%1$@ with this address and private key can %1$@visit your website%1$@ using the %1$@Tor Browser%1$@:" = "%1$@Każda osoba%1$@ posiadająca ten adres i klucz prywatny może %1$@odwiedzić Twoją stronę%1$@ za pomocą %1$@Tor Browser%1$@:"; -/* %1$@ == '**' (Markdown!) */ -"%1$@Anyone%1$@ with this address and private key can %1$@download%1$@ your files using the %1$@Tor Browser%1$@:" = "%1$@Każda osoba%1$@ posiadająca ten adres i klucz prywatny może %1$@pobierać%1$@ Twoje pliki za pomocą %1$@Tor Browser%1$@:"; -"Custom title" = "Tytuł niestandardowy"; -"Internal Tor error. Should not happen. Please reinstall!" = "Wewnętrzny błąd Tor. Nie powinien wystąpić. Proszę przeinstalować!"; -"Menu" = "Menu"; -"Please note, that this will only take effect, after you restart." = "Pamiętaj, że zadziała to dopiero po ponownym uruchomieniu."; +/* No comment provided by engineer. */ +"You need to enable bypass mode in Orbot settings for %@ to work while Orbot is running." = "Musisz włączyć tryb obejścia w ustawieniach Orbota, aby %@ działał podczas pracy Orbota."; + +/* No comment provided by engineer. */ +"You need to request API access with Orbot, in order for %@ to work while Orbot is running." = "Musisz poprosić Orbota o dostęp do interfejsu API, aby %@ działał, gdy Orbot jest uruchomiony."; diff --git a/Shared/sw.lproj/Localizable.strings b/Shared/sw.lproj/Localizable.strings deleted file mode 100644 index 8b13789..0000000 --- a/Shared/sw.lproj/Localizable.strings +++ /dev/null @@ -1 +0,0 @@ - diff --git a/Shared/sw.lproj/Localizable.stringsdict b/Shared/sw.lproj/Localizable.stringsdict deleted file mode 100644 index 36a8706..0000000 --- a/Shared/sw.lproj/Localizable.stringsdict +++ /dev/null @@ -1,6 +0,0 @@ - - - - - -