Create Localizable.strings

This commit is contained in:
Gerald Versluis 2022-10-06 16:43:04 +02:00 committed by GitHub
parent 13e829ca88
commit 5e0eb827d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %@! 👨🏽‍💻🧑🏻‍💻";