From 5e0eb827d305bb6a3ac17c393afa483da3f86fef Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Thu, 6 Oct 2022 16:43:04 +0200 Subject: [PATCH 1/4] Create Localizable.strings --- Xcodes/Resources/nl.lproj/Localizable.strings | 230 ++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 Xcodes/Resources/nl.lproj/Localizable.strings diff --git a/Xcodes/Resources/nl.lproj/Localizable.strings b/Xcodes/Resources/nl.lproj/Localizable.strings new file mode 100644 index 0000000..f8c46fb --- /dev/null +++ b/Xcodes/Resources/nl.lproj/Localizable.strings @@ -0,0 +1,230 @@ +// Menu +"Menu.About" = "Over Xcodes"; +"Menu.CheckForUpdates" = "Controleren op Updates..."; +"Menu.Acknowledgements" = "Xcodes Dankbetuigingen"; +"Menu.GitHubRepo" = "Xcodes GitHub Repo"; +"Menu.ReportABug" = "Bug Rapporteren"; +"Menu.RequestNewFeature" = "Nieuwe Feature Aanvragen"; + +// Common +"Install" = "Installeren"; +"InstallDescription" = "Installeer deze versie"; +"RevealInFinder" = "Toon in Finder"; +"Active" = "Actief"; +"MakeActive" = "Maak actief"; +"Open" = "Open"; +"OpenDescription" = "Open deze versie"; +"CopyPath" = "Kopieer Pad"; +"CreateSymLink" = "Creëer Symlink als Xcode.app"; +"Uninstall" = "Deinstalleren"; +"Selected" = "Geselecteerd"; +"Select" = "Selecteer"; +"Cancel" = "Annuleren"; +"Next" = "Volgende"; +"Continue" = "Doorgaan"; +"Close" = "Sluiten"; +"OK" = "OK"; + +// Info Pane +"IdenticalBuilds" = "Identieke Builds"; +"IdenticalBuilds.help" = "Soms zijn een prerelease en release versie exact hetzelfde. Xcodes toont deze versies automatisch samen."; + +"ReleaseDate" = "Release Datum"; +"ReleaseNotes" = "Release Notes"; +"ReleaseNotes.help" = "Toon Release Notes"; +"CopyReleaseNoteURL" = "Kopieer URL"; +"Compatibility" = "Compatibiliteit"; +"MacOSRequirement" = "Vereist macOS %@ of hoger"; +"SDKs" = "SDKs"; +"Compilers" = "Compilers"; +"DownloadSize" = "Download Grootte"; +"NoXcodeSelected" = "Geen Xcode Geselecteerd"; + +// Installation Steps +// When localizing. Items will be replaced in order. ie "Step 1 of 6: Downloading" +// So if changing order, make sure the positional specficier is retained. ex: "%3$@: Step %1$d of %2$d" +"InstallationStepDescription" = "Stap %1$d van %2$d: %3$@"; +"DownloadingPercentDescription" = "Downloaden: %d%% compleet"; +"StopInstallation" = "Stop installatie"; +"DownloadingError" = "Geen download informatie gevonden"; + +// About +"VersionWithBuild" = "Versie %@ (%@)"; +"GithubRepo" = "GitHub Repo"; +"Acknowledgements" = "Dankbetuigingen"; +"UnxipExperiment" = "Unxip Experiment"; +"License" = "Licentie"; + +// General Preference Pane +"General" = "Algemeen"; +"AppleID" = "Apple ID"; +"SignIn" = "Inloggen"; +"Notifications" = "Notificaties"; + +// Updates Preference Pane +"Updates" = "Updates"; +"Versions" = "Versies"; +"AutomaticInstallNewVersion" = "Installeer nieuwe versies van Xcode automatisch"; +"IncludePreRelease" = "Prerelease/beta versies toestaan"; +"AppUpdates" = "Xcodes.app Updates"; +"CheckForAppUpdates" = "Automatisch controleren op app updates"; +"CheckNow" = "Nu Controleren"; +"LastChecked" = "Laatste gecontroleerd: %@"; +"Never" = "Nooit"; + +// Advanced Preference Pane +"Advanced" = "Geavanceerd"; +"LocalCachePath" = "Lokaal Cache Pad"; +"LocalCachePathDescription" = "Xcodes cached beschikbare Xcode versies en download tijdelijk nieuwe versies naar een map"; +"Change" = "Wijzig"; +"Active/Select" = "Active/Select"; +"InstallDirectory" = "Installatie Map"; +"InstallPathDescription" = "Xcodes zoekt en installeert naar een enkele map. Standaard (en aanbevolen) is om dit in te stellen op /Applications. Wijzigingen die gemaakt worden in waar Xcode is opgeslagen kan resulteren in niet werkende apps/services. "; + +"OnSelectDoNothing" = "Behoud naam als Xcode-X.X.X.app"; +"OnSelectDoNothingDescription" = "Wanneer ingeschakeld, zal de bestandsnaam altijd het versienummer bevatten. Bijvoorbeeld Xcode-13.4.1.app"; +"AutomaticallyCreateSymbolicLink" = "Creëer automatisch een symbolic link naar Xcode.app"; +"AutomaticallyCreateSymbolicLinkDescription" = "Bij het actief maken/selecteren van een Xcode versie, probeer een symbolic link genaamd Xcode.app te maken in de installatie map"; +"OnSelectRenameXcode" = "Altijd hernoemen naar Xcode.app"; +"OnSelectRenameXcodeDescription" = "Wanneer ingeschakeld, zal automatisch de actieve Xcode hernoemd worden naar Xcode.app, de vorige Xcode.app zal hernoemd worden naar de desbetreffende versie."; + +"DataSource" = "Databron"; +"DataSourceDescription" = "De Apple databron scraped de Apple Developer website. Dit zal altijd de laatste nieuwe versies tonen die beschikbaar zijn, maar is meer foutgevoelig.\n\nXcode Releases is an unofficial list of Xcode releases. It's provided as well-formed data, contains extra information that is not readily available from Apple, and is less likely to break if Apple redesigns their developer website."; +"Downloader" = "Downloader"; +"DownloaderDescription" = "aria2 gebruikt tot 16 verbindingen om Xcode 3-5x sneller te downloaden dan met URLSession. Het is gebundeld als een executable samen met de broncode binnen Xcodes om te voldoen aan de GPLv2 licentie.\n\nURLSession is de standaard Apple API voor het maken van URL verzoeken."; +"PrivilegedHelper" = "Privileged Helper"; +"PrivilegedHelperDescription" = "Xcodes uses a separate privileged helper to perform tasks as root. These are things that would require sudo on the command line, including post-install steps and switching Xcode versions with xcode-select.\n\nYou'll be prompted for your macOS account password to install it."; +"HelperInstalled" = "Helper is geïnstalleerd"; +"HelperNotInstalled" = "Helper is niet geïnstalleerd"; +"InstallHelper" = "Installeer helper"; + +// Experiment Preference Pane +"Experiments" = "Experimenten"; +"FasterUnxip" = "Snellere Unxip"; +"UseUnxipExperiment" = "Bij unxipping, gebruik expiriment"; +"FasterUnxipDescription" = "Dankzij @_saagarjha, this experiment can increase unxipping speed by up to 70% for some systems.\n\nMore information on how this is accomplished can be seen on the unxip repo - https://github.com/saagarjha/unxip"; + +// Notifications +"AccessGranted" = "Toegang Verleend. Je krijgt notificaties van Xcodes."; +"AccessDenied" = "⚠️ Toegang Geweigerd ⚠️\n\nPlease open your Notification Settings and select Xcodes if you wish to allow access."; +"NotificationSettings" = "Notificatie Instellingen"; +"EnableNotifications" = "Notificaties Inschakelen"; + +// SignIn +"SignInWithApple" = "Log in met je Apple ID."; +"AppleID" = "AppleID:"; +"Password" = "Wachtwoord:"; +"Required" = "Vereist"; +"SignOut" = "Uitloggen"; + +// SMS/2FA +"DigitCodeDescription" = "Enter the %d digit code from one of your trusted devices:"; +"SendSMS" = "Verstuur SMS"; +"EnterDigitCodeDescription" = "Enter the %d digit code sent to %@: "; +"SelectTrustedPhone" = "Select a trusted phone number to receive a %d digit code via SMS:"; +"NoTrustedPhones" = "Your account doesn't have any trusted phone numbers, but they're required for two-factor authentication.\n\nSee https://support.apple.com/en-ca/HT204915."; + +// MainWindow +"UpdatedAt" = "Bijgewerkt op"; + +// ToolBar +"Login" = "Inloggen"; +"LoginDescription" = "Open Inloggen"; +"Refresh" = "Verversen"; +"RefreshDescription" = "Ververs Xcode Lijst"; +"All" = "Alles"; +"Release" = "Release"; +"ReleaseOnly" = "Alleen release"; +"Beta" = "Beta"; +"BetaOnly" = "Alleen beta"; +"Filter" = "Filter"; +"FilterAvailableDescription" = "Filter beschikbare versies"; +"FilterInstalledDescription" = "Filter geïnstalleerde versies"; +"Info" = "Info"; +"InfoDescription" = "Show or hide the info pane"; +"Preferences" = "Voorkeuren"; +"PreferencesDescription" = "Open Voorkeuren"; +"Search" = "Zoeken..."; +"SearchDescription" = "Zoek lijst"; + +// List +"ActiveVersionDescription" = "Dit is de actieve versie"; +"MakeActiveVersionDescription" = "Maak dit de actieve versie"; + +// Alerts +// Uninstall +"Alert.Uninstall.Title" = "Xcode %@ deinstalleren?"; +"Alert.Uninstall.Message" = "Het zal worden verplaatst naar de Prullenbak, maar deze zal niet geleegd worden."; +"Alert.Uninstall.Error.Title" = "Kan Xcode niet deinstalleren"; + +// Cancel Install +"Alert.CancelInstall.Title" = "Weet je zeker dat je de installatie van Xcode %@ wilt stoppen?"; +"Alert.CancelInstall.Message" = "Elke voortgang zal worden weggegooid."; +"Alert.CancelInstall.PrimaryButton" = "Stop Installatie"; + +// Privileged Helper +"Alert.PrivilegedHelper.Title" = "Privileged Helper"; +"Alert.PrivilegedHelper.Message" = "Xcodes gebruikt een separate privilged helper om taken uit te voeren als root. Dit zijn operaties die een sudo vereisen op de command line, inclusief post-installatie stappen en het wijzigen van Xcode versies met xcode-select.\n\nJe zult worden gevraagd om je macOS account wachtwoord om deze te installeren."; +"Alert.PrivilegedHelper.Error.Title" = "Kan helper niet installeren"; + +// Min MacOS Supported +"Alert.MinSupported.Title" = "Minimale vereisten niet voldaan"; +"Alert.MinSupported.Message" = "Xcode %@ requires MacOS %@, but you are running MacOS %@, do you still want to install it?"; + +// Install +"Alert.Install.Error.Title" = "Kan Xcode niet installeren"; +"Alert.InstallArchive.Error.Title" = "Kan gearchiveerde Xcode niet installeren"; + +// Update +"Alert.Update.Error.Title" = "Kan geselecteerde Xcode niet updaten"; + +// Active/Select +"Alert.Select.Error.Title" = "Kan Xcode niet selecteren"; + +// Symbolic Links +"Alert.SymLink.Title" = "Kan geen symbolic link maken"; +"Alert.SymLink.Message" = "Xcode.app bestaat en is geen symbolic link"; + +// Post install +"Alert.PostInstall.Title" = "Kan na-installatie stappen niet uitvoeren"; + +// InstallationErrors +"InstallationError.DamagedXIP" = "Het archief \"%@\" is beschadigd en kan niet worden uitgepakt."; +"InstallationError.NotEnoughFreeSpaceToExpandArchive" = "Het archief \"%@\" kan niet worden uitgepakt omdat het huidige volume niet voldoende vrije schijf ruimte heeft.\n\nMaak meer ruimte beschikbaar om het archief uit te pakken en installeer dan Xcode %@ opnieuw om de installatie voort te zetten."; +"InstallationError.FailedToMoveXcodeToApplications" = "Het is mislukt om Xcode te verplaatsen naar de %@ map."; +"InstallationError.FailedSecurityAssessment" = "Xcode %@ failed its security assessment with the following output:\n%@\nIt remains installed at %@ if you wish to use it anyways."; +"InstallationError.CodesignVerifyFailed" = "The downloaded Xcode failed code signing verification with the following output:\n%@"; +"InstallationError.UnexpectedCodeSigningIdentity" = "The downloaded Xcode doesn't have the expected code signing identity.\nGot:\n%@\n%@\nExpected:\n%@\n%@"; +"InstallationError.UnsupportedFileFormat" = "Xcodes heeft (nog) geen ondersteuning om Xcode te installeren vanaf het %@ bestandsformaat."; +"InstallationError.MissingSudoerPassword" = "Wachtwoord ontbreekt. Probeer het opnieuw."; +"InstallationError.UnavailableVersion" = "Kan versie %@ niet vinden."; +"InstallationError.NoNonPrereleaseVersionAvailable" = "Geen niet-prerelease versies beschikbaar."; +"InstallationError.NoPrereleaseVersionAvailable" = "Geen prerelease versies beschikbaar."; +"InstallationError.MissingUsernameOrPassword" = "Ontbrekende gebruikersnaam of wachtwoord. Probeer het opnieuw."; +"InstallationError.VersionAlreadyInstalled" = "%@ is al geïnstalleerd op %@"; +"InstallationError.InvalidVersion" = "%@ is geen geldig versie nummer."; +"InstallationError.VersionNotInstalled" = "%@ is niet geïnstalleerd."; +"InstallationError.PostInstallStepsNotPerformed.Installed" = "Installation was completed, but some post-install steps weren't performed automatically. These will be performed when you first launch Xcode %@."; +"InstallationError.PostInstallStepsNotPerformed.NotInstalled" = "Installation was completed, but some post-install steps weren't performed automatically. Xcodes performs these steps with a privileged helper, which appears to not be installed. You can install it from Preferences > Advanced.\n\nThese steps will be performed when you first launch Xcode %@."; + +// Installation Steps +"Downloading" = "Downloaden"; +"Unarchiving" = "Dearchiveren (Dit kan even duren)"; +"Moving" = "Verplaatsen naar %@"; +"TrashingArchive" = "Bezig met archief naar Prullenbak verplaatsen"; +"CheckingSecurity" = "Beveiliging verificatie"; +"Finishing" = "Finishing"; + +// Notifications +"Notification.NewVersionAvailable" = "Nieuwe versie beschikbaar"; +"Notification.FinishedInstalling" = "Installatie voltooid"; + + +"HelperClient.error" = "Kan niet communiceren met de privileged helper."; +///++ +// Notifications +"Notification.NewXcodeVersion.Title" = "Nieuwe Xcode versies"; +"Notification.NewXcodeVersion.Body" = "Nieuwe Xcode versies zijn beschikbaar om te downloaden."; + +// WWDC +"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 Happy WWDC %@! 👨🏽‍💻🧑🏻‍💻"; From 64d6b5d5dcae862227fc955d823e38ebe76054a5 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Fri, 7 Oct 2022 11:07:23 +0200 Subject: [PATCH 2/4] Update Localizable.strings --- Xcodes/Resources/nl.lproj/Localizable.strings | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Xcodes/Resources/nl.lproj/Localizable.strings b/Xcodes/Resources/nl.lproj/Localizable.strings index f8c46fb..2b52b12 100644 --- a/Xcodes/Resources/nl.lproj/Localizable.strings +++ b/Xcodes/Resources/nl.lproj/Localizable.strings @@ -69,7 +69,7 @@ "AppUpdates" = "Xcodes.app Updates"; "CheckForAppUpdates" = "Automatisch controleren op app updates"; "CheckNow" = "Nu Controleren"; -"LastChecked" = "Laatste gecontroleerd: %@"; +"LastChecked" = "Laatste controle: %@"; "Never" = "Nooit"; // Advanced Preference Pane @@ -89,11 +89,11 @@ "OnSelectRenameXcodeDescription" = "Wanneer ingeschakeld, zal automatisch de actieve Xcode hernoemd worden naar Xcode.app, de vorige Xcode.app zal hernoemd worden naar de desbetreffende versie."; "DataSource" = "Databron"; -"DataSourceDescription" = "De Apple databron scraped de Apple Developer website. Dit zal altijd de laatste nieuwe versies tonen die beschikbaar zijn, maar is meer foutgevoelig.\n\nXcode Releases is an unofficial list of Xcode releases. It's provided as well-formed data, contains extra information that is not readily available from Apple, and is less likely to break if Apple redesigns their developer website."; +"DataSourceDescription" = "De Apple databron scraped de Apple Developer website. Dit zal altijd de laatste nieuwe versies tonen die beschikbaar zijn, maar is meer foutgevoelig.\n\nXcode Releases is een onofficiële lijst van Xcode releases. Deze lijst wordt gepresenteerd als gevalideerde data en bevat extra informatie die niet beschikbaar is vanuit Apple. Deze databron is minder foutgevoelig en niet afhankelijk van wanneer Apple de developer website aanpast."; "Downloader" = "Downloader"; "DownloaderDescription" = "aria2 gebruikt tot 16 verbindingen om Xcode 3-5x sneller te downloaden dan met URLSession. Het is gebundeld als een executable samen met de broncode binnen Xcodes om te voldoen aan de GPLv2 licentie.\n\nURLSession is de standaard Apple API voor het maken van URL verzoeken."; "PrivilegedHelper" = "Privileged Helper"; -"PrivilegedHelperDescription" = "Xcodes uses a separate privileged helper to perform tasks as root. These are things that would require sudo on the command line, including post-install steps and switching Xcode versions with xcode-select.\n\nYou'll be prompted for your macOS account password to install it."; +"PrivilegedHelperDescription" = "Xcodes gebruikt een separate privilged helper om taken uit te voeren als root. Dit zijn operaties die een sudo vereisen op de command line, inclusief post-installatie stappen en het wijzigen van Xcode versies met xcode-select.\n\nJe zult worden gevraagd om je macOS account wachtwoord om deze te installeren."; "HelperInstalled" = "Helper is geïnstalleerd"; "HelperNotInstalled" = "Helper is niet geïnstalleerd"; "InstallHelper" = "Installeer helper"; @@ -102,11 +102,11 @@ "Experiments" = "Experimenten"; "FasterUnxip" = "Snellere Unxip"; "UseUnxipExperiment" = "Bij unxipping, gebruik expiriment"; -"FasterUnxipDescription" = "Dankzij @_saagarjha, this experiment can increase unxipping speed by up to 70% for some systems.\n\nMore information on how this is accomplished can be seen on the unxip repo - https://github.com/saagarjha/unxip"; +"FasterUnxipDescription" = "Dankzij @_saagarjha, kan met dit experiment het uitpakken van Xcode tot 70% sneller gaan op sommige systemen.\n\nMeer informatie over hoe dit mogelijk wordt gemaakt kan worden gevonden op de unxip repo - https://github.com/saagarjha/unxip"; // Notifications "AccessGranted" = "Toegang Verleend. Je krijgt notificaties van Xcodes."; -"AccessDenied" = "⚠️ Toegang Geweigerd ⚠️\n\nPlease open your Notification Settings and select Xcodes if you wish to allow access."; +"AccessDenied" = "⚠️ Toegang Geweigerd ⚠️\n\nOpen je Notificatie Instellingen en selecteer Xcodes om toegang te verlenen."; "NotificationSettings" = "Notificatie Instellingen"; "EnableNotifications" = "Notificaties Inschakelen"; @@ -118,11 +118,11 @@ "SignOut" = "Uitloggen"; // SMS/2FA -"DigitCodeDescription" = "Enter the %d digit code from one of your trusted devices:"; +"DigitCodeDescription" = "Voer de %d code in van een van je vertrouwde apparaten:"; "SendSMS" = "Verstuur SMS"; -"EnterDigitCodeDescription" = "Enter the %d digit code sent to %@: "; -"SelectTrustedPhone" = "Select a trusted phone number to receive a %d digit code via SMS:"; -"NoTrustedPhones" = "Your account doesn't have any trusted phone numbers, but they're required for two-factor authentication.\n\nSee https://support.apple.com/en-ca/HT204915."; +"EnterDigitCodeDescription" = "Voer de %d code in die is verstuurd naar %@: "; +"SelectTrustedPhone" = "Selecteer een vertrouwd telefoonnumer on een %d code te ontvangen via SMS:"; +"NoTrustedPhones" = "Je account heeft geen vertrouwde telefoonnummers, dit is nodig voor two-factor authenticatie.\n\nZie https://support.apple.com/HT204915."; // MainWindow "UpdatedAt" = "Bijgewerkt op"; @@ -169,7 +169,7 @@ // Min MacOS Supported "Alert.MinSupported.Title" = "Minimale vereisten niet voldaan"; -"Alert.MinSupported.Message" = "Xcode %@ requires MacOS %@, but you are running MacOS %@, do you still want to install it?"; +"Alert.MinSupported.Message" = "Xcode %@ vereist MacOS %@, maar jouw MacOS versie is %@, wil je doorgaan met installeren?"; // Install "Alert.Install.Error.Title" = "Kan Xcode niet installeren"; @@ -186,15 +186,15 @@ "Alert.SymLink.Message" = "Xcode.app bestaat en is geen symbolic link"; // Post install -"Alert.PostInstall.Title" = "Kan na-installatie stappen niet uitvoeren"; +"Alert.PostInstall.Title" = "Kan post-installatie stappen niet uitvoeren"; // InstallationErrors "InstallationError.DamagedXIP" = "Het archief \"%@\" is beschadigd en kan niet worden uitgepakt."; "InstallationError.NotEnoughFreeSpaceToExpandArchive" = "Het archief \"%@\" kan niet worden uitgepakt omdat het huidige volume niet voldoende vrije schijf ruimte heeft.\n\nMaak meer ruimte beschikbaar om het archief uit te pakken en installeer dan Xcode %@ opnieuw om de installatie voort te zetten."; "InstallationError.FailedToMoveXcodeToApplications" = "Het is mislukt om Xcode te verplaatsen naar de %@ map."; -"InstallationError.FailedSecurityAssessment" = "Xcode %@ failed its security assessment with the following output:\n%@\nIt remains installed at %@ if you wish to use it anyways."; -"InstallationError.CodesignVerifyFailed" = "The downloaded Xcode failed code signing verification with the following output:\n%@"; -"InstallationError.UnexpectedCodeSigningIdentity" = "The downloaded Xcode doesn't have the expected code signing identity.\nGot:\n%@\n%@\nExpected:\n%@\n%@"; +"InstallationError.FailedSecurityAssessment" = "De Xcode %@ veiligheidsbeoordeling was onsuccesvol en gaf de volgende melding:\n%@\nXcode blijft geïnstalleerd op %@ als je deze toch wilt gebruiken."; +"InstallationError.CodesignVerifyFailed" = "De gedownloade Xcode is mislukt voor verificatie van code-ondertekening met de volgende melding:\n%@"; +"InstallationError.UnexpectedCodeSigningIdentity" = "De gedownloade Xcode heeft niet de verwachte code-ondertekeningsidentiteit.\nVerkregen:\n%@\n%@\nVerwacht:\n%@\n%@"; "InstallationError.UnsupportedFileFormat" = "Xcodes heeft (nog) geen ondersteuning om Xcode te installeren vanaf het %@ bestandsformaat."; "InstallationError.MissingSudoerPassword" = "Wachtwoord ontbreekt. Probeer het opnieuw."; "InstallationError.UnavailableVersion" = "Kan versie %@ niet vinden."; @@ -204,8 +204,8 @@ "InstallationError.VersionAlreadyInstalled" = "%@ is al geïnstalleerd op %@"; "InstallationError.InvalidVersion" = "%@ is geen geldig versie nummer."; "InstallationError.VersionNotInstalled" = "%@ is niet geïnstalleerd."; -"InstallationError.PostInstallStepsNotPerformed.Installed" = "Installation was completed, but some post-install steps weren't performed automatically. These will be performed when you first launch Xcode %@."; -"InstallationError.PostInstallStepsNotPerformed.NotInstalled" = "Installation was completed, but some post-install steps weren't performed automatically. Xcodes performs these steps with a privileged helper, which appears to not be installed. You can install it from Preferences > Advanced.\n\nThese steps will be performed when you first launch Xcode %@."; +"InstallationError.PostInstallStepsNotPerformed.Installed" = "De installatie is voltooid, maar sommige post-installatie taken zijn niet uitgevoerd. Deze taken zullen worden uitgevoerd wanneer je Xcode %@ voor het eerst start."; +"InstallationError.PostInstallStepsNotPerformed.NotInstalled" = "De installatie is voltooid, maar sommige post-installatie taken zijn niet uitgevoerd. Xcodes voert deze taken uit door middel van de privileged helper, maar deze lijkt niet te zijn geïnstalleerd. Je kunt deze installeren vanaf Voorkeuren > Geavanceerd.\n\nDeze taken zullen worden uitgevoerd wanneer je Xcode %@ voor het eerst start."; // Installation Steps "Downloading" = "Downloaden"; From 90dbf4f010bd82385f9b439383236c2cd5784131 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Fri, 7 Oct 2022 11:12:11 +0200 Subject: [PATCH 3/4] Update project.pbxproj --- Xcodes.xcodeproj/project.pbxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Xcodes.xcodeproj/project.pbxproj b/Xcodes.xcodeproj/project.pbxproj index 63ea87c..531acba 100644 --- a/Xcodes.xcodeproj/project.pbxproj +++ b/Xcodes.xcodeproj/project.pbxproj @@ -289,6 +289,7 @@ CAFE4ABB25B7D54B0064FE51 /* UpdatesPreferencePane.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UpdatesPreferencePane.swift; sourceTree = ""; }; CAFFFED7259CDA5000903F81 /* XcodeListViewRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XcodeListViewRow.swift; sourceTree = ""; }; CAFFFEEE259CEAC400903F81 /* RingProgressViewStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RingProgressViewStyle.swift; sourceTree = ""; }; + E2AFDCCA28F024D000864ADD /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = ""; }; E81D7E9F2805250100A205FC /* Collection+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Collection+.swift"; sourceTree = ""; }; E872EE4F2808D4F100D3DD8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; E87DD6EA25D053FA00D86808 /* Progress+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Progress+.swift"; sourceTree = ""; }; @@ -721,6 +722,7 @@ de, uk, fi, + nl, ); mainGroup = CAD2E7952449574E00113D76; packageReferences = ( @@ -934,6 +936,7 @@ A0187D39285792D1002F46F9 /* de */, 7CBF284E28606D2C001AA66B /* uk */, 5AA8A6102877EDAD009ECDB0 /* fi */, + E2AFDCCA28F024D000864ADD /* nl */, ); name = Localizable.strings; sourceTree = ""; From 651fe480a0a244f5c20c16403dae02cd6ac80142 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Fri, 7 Oct 2022 11:14:53 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 965dcb8..1bb2e2f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The following languages are supported because of the following community users! |Hindi 🇮🇳 |[@KGurpreet](https://github.com/KGurpreet)|Chinese-Simplified 🇨🇳|[@megabitsenmzq](https://github.com/megabitsenmzq)| |Finnish 🇫🇮 |[@marcusziade](https://github.com/marcusziade)|Chinese-Traditional 🇹🇼|[@itszero](https://github.com/itszero)| |Ukranian 🇺🇦 |[@gelosi](https://github.com/gelosi)|Japanese 🇯🇵|[@tatsuz0u](https://github.com/tatsuz0u)| -|German 🇩🇪|[@drct](https://github.com/drct)|| +|German 🇩🇪|[@drct](https://github.com/drct)|Dutch 🇳🇱|[@jfversluis](https://github/com/jfversluis)| Want to add more languages? Simply create a PR with the updated strings file. ## Installation