DjVinnii commented on code in PR #50995: URL: https://github.com/apache/airflow/pull/50995#discussion_r2106827476
########## airflow-core/src/airflow/ui/src/i18n/locales/nl/common.json: ########## @@ -0,0 +1,78 @@ +{ + "defaultToGraphView": "Standaard grafiekweergave", + "defaultToGridView": "Standaard rasterweergave", + "logout": "Uitloggen", + "switchToDarkMode": "Schakel over naar Donkere Modus", + "switchToLightMode": "Schakel over naar Lichte Modus", + "timezone": "Tijdzone", + "user": "Gebruiker", + "language": { + "chinese": "Traditioneel Chinees", + "english": "Engels", + "dutch": "Nederlands", + "select": "Selecteer Taal" + }, + "nav": { + "home": "Home", + "assets": "Assets", + "browse": "Verken", + "admin": "Beheer", + "docs": "Documentatie", + "plugins": "Plugins" + }, + "browse": { + "auditLog": "Audit Log", + "xcoms": "XComs" + }, + "admin": { + "Variables": "Variabelen", + "Pools": "Pools", + "Providers": "Providers", + "Plugins": "Plugins", + "Connections": "Connecties", + "Config": "Configuratie" + }, + "timeRange": { + "duration": "Duur", + "lastHour": "Laatste Uur", + "last12Hours": "Laatste 12 Uur", + "last24Hours": "Laatste 24 Uur", + "pastWeek": "Laatste Week" + }, + "docs": { + "documentation": "Documentatie", + "githubRepo": "GitHub Repo", + "restApiReference": "REST API Referentie" + }, + "states": { + "queued": "Wachtend", + "running": "Lopend", + "success": "Succesvol", + "failed": "Mislukt", + "skipped": "Overgeslagen", + "removed": "Verwijderd", + "scheduled": "Gepland", + "restarting": "Herstartend", + "up_for_retry": "Wachtend op een nieuwe poging", + "up_for_reschedule": "Wachtend op herplanning", + "upstream_failed": "Upstream Mislukt", Review Comment: I totally agree! Initially I just copied the casing, but that isn't proper Dutch. I'll change it to sentencecase later today -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org