diff options
author | beatrix <beatrix.bitrot@gmail.com> | 2017-09-28 21:48:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-28 21:48:28 -0400 |
commit | c027a7bd4d7b5af21f4b201d656f7251fa3606a1 (patch) | |
tree | ce2c2327b26358c26cb899ea918988af373ca6d6 /config/locales/doorkeeper.nl.yml | |
parent | 210e6776fce016666ecfd248b2208c487f3440f9 (diff) | |
parent | 53f829dfa8bc376041a442dc84c22aa1cbfcb9d0 (diff) |
Merge pull request #157 from glitch-soc/merging-upstream
ABRACA-HRRRRRRRRRRRNGGGGGGGHHH!!!!!!!!!!!!!!!!!!!
Diffstat (limited to 'config/locales/doorkeeper.nl.yml')
-rw-r--r-- | config/locales/doorkeeper.nl.yml | 53 |
1 files changed, 29 insertions, 24 deletions
diff --git a/config/locales/doorkeeper.nl.yml b/config/locales/doorkeeper.nl.yml index 77cf2503b..f97aa8111 100644 --- a/config/locales/doorkeeper.nl.yml +++ b/config/locales/doorkeeper.nl.yml @@ -3,9 +3,10 @@ nl: activerecord: attributes: doorkeeper/application: - name: Naam + name: Naam toepassing redirect_uri: Redirect-URI - scopes: Scopes + scopes: Toestemmingen + website: Website toepassing errors: models: doorkeeper/application: @@ -26,27 +27,31 @@ nl: confirmations: destroy: Weet je het zeker? edit: - title: Applicatie bewerken + title: Toepassing bewerken form: error: Oops! Controleer het formulier op fouten help: native_redirect_uri: Gebruik %{native_redirect_uri} voor lokale tests redirect_uri: 'Gebruik één regel per URI. ' - scopes: Scopes met spaties van elkaar scheiden. Laat leeg om de standaardscopes te gebruiken. + scopes: Toestemmingen met spaties van elkaar scheiden. Laat leeg om de standaardtoestemmingen te gebruiken. index: + application: Toepassing callback_url: Callback-URL + delete: Verwijderen name: Naam - new: Nieuwe applicatie - title: Jouw applicaties + new: Nieuwe toepassing + scopes: Toestemmingen + show: Tonen + title: Jouw toepassingen new: - title: Nieuwe applicatie + title: Nieuwe toepassing show: actions: Acties - application_id: Applicatie-ID + application_id: Client-key callback_urls: Callback-URL's - scopes: Scopes - secret: Secret - title: 'Applicatie: %{name}' + scopes: Toestemmingen + secret: Client-secret + title: 'Toepassing: %{name}' authorizations: buttons: authorize: Autoriseren @@ -54,21 +59,21 @@ nl: error: title: Er is een fout opgetreden new: - able_to: Deze applicatie zal in staat zijn om + able_to: Deze toepassing zal in staat zijn om prompt: "%{client_name} autoriseren om uw account te gebruiken?" title: Autorisatie vereist show: - title: Autorisatie-code + title: Copy this authorization code and paste it to the application. authorized_applications: buttons: revoke: Intrekken confirmations: revoke: Weet je het zeker? index: - application: Applicatie + application: Toepassing created_at: Aangemaakt op date_format: "%d-%m-%Y %H:%M:%S" - title: Jouw geautoriseerde applicaties + title: Jouw geautoriseerde toepassingen errors: messages: access_denied: De resource-eigenaar of autorisatie-server weigerde het verzoek. @@ -87,28 +92,28 @@ nl: server_error: De autorisatieserver is is een onverwachte situatie tegengekomen die het verzoek verhinderde. temporarily_unavailable: De autorisatieserver is momenteel niet in staat het verzoek te behandelen als gevolg van een tijdelijke overbelasting of onderhoud aan de server. unauthorized_client: De client is niet bevoegd om dit verzoek op deze manier uit te voeren. - unsupported_grant_type: Het type autorisatie wordt niet door de autorisatieserver ondersteund + unsupported_grant_type: Het type autorisatie wordt niet door de autorisatieserver ondersteund unsupported_response_type: De autorisatieserver ondersteund dit antwoordtype niet flash: applications: create: - notice: Applicatie aangemaakt. + notice: Toepassing aangemaakt. destroy: - notice: Applicatie verwijderd. + notice: Toepassing verwijderd. update: - notice: Applicatie bewerkt. + notice: Toepassing bewerkt. authorized_applications: destroy: - notice: Applicatie ingetrokken. + notice: Toepassing ingetrokken. layouts: admin: nav: - applications: Applicaties + applications: Toepassingen home: Home oauth2_provider: OAuth2-provider application: title: OAuth-autorisatie vereist scopes: - follow: accounts te volgen, te negeren en te blokkeren. - read: jouw accountgegevens te lezen - write: namens jou berichten te plaatsen + follow: accounts volgen, negeren en blokkeren + read: berichten lezen + write: berichten plaatsen |