-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Add Dutch UI translations #50995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add Dutch UI translations #50995
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,7 @@ | |
| "en": "영어", | ||
| "de": "독일어", | ||
| "ko": "한국어", | ||
| "nl": "네덜란드 사람", | ||
| "select": "언어 선택" | ||
| }, | ||
| "nav": { | ||
|
|
||
80 changes: 80 additions & 0 deletions
80
airflow-core/src/airflow/ui/src/i18n/locales/nl/common.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,80 @@ | ||
| { | ||
| "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": { | ||
| "zh-TW": "Traditioneel Chinees", | ||
| "en": "Engels", | ||
| "de": "Duits", | ||
| "ko": "Koreaans", | ||
| "nl": "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", | ||
| "deferred": "Uitgesteld", | ||
| "no_status": "Geen Status" | ||
| }, | ||
| "dagRun_one": "Dag Run", | ||
| "dagRun_other": "Dag Runs", | ||
| "taskInstance_one": "Task Instance", | ||
| "taskInstance_other": "Task Instances", | ||
| "assetEvent_one": "Asset Event", | ||
| "assetEvent_other": "Asset Events", | ||
| "triggered": "Triggered", | ||
| "pools": { | ||
| "open": "Open", | ||
| "running": "Lopend", | ||
| "queued": "Wachtend", | ||
| "scheduled": "Gepland", | ||
| "deferred": "Uitgesteld", | ||
| "pools_one": "pool", | ||
| "pools_other": "pools" | ||
| } | ||
| } |
38 changes: 38 additions & 0 deletions
38
airflow-core/src/airflow/ui/src/i18n/locales/nl/dashboard.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| { | ||
| "welcome": "Welkom", | ||
| "stats": { | ||
| "stats": "Statistieken", | ||
| "failedDags": "Mislukte Dags", | ||
| "runningDags": "Lopende Dags", | ||
| "activeDags": "Actieve Dags", | ||
| "queuedDags": "Dags in de wachtrij" | ||
| }, | ||
| "health": { | ||
| "health": "Status", | ||
| "metaDatabase": "MetaDatabase", | ||
| "scheduler": "Scheduler", | ||
| "triggerer": "Triggerer", | ||
| "dagProcessor": "Dag Processor", | ||
| "status": "Status", | ||
| "lastHeartbeat": "Laatste hartslag", | ||
| "healthy": "OK", | ||
| "unhealthy": "Fout" | ||
| }, | ||
| "importErrors": { | ||
| "searchByFile": "Zoek op bestand", | ||
| "dagImportError_one": "Dag leesfout", | ||
| "dagImportError_other": "Dag leesfouten", | ||
| "timestamp": "Tijd" | ||
| }, | ||
| "poolSlots": "Pool Slots", | ||
| "managePools": "Beheer Pools", | ||
| "history": "Geschiedenis", | ||
| "sortBy": { | ||
| "newestFirst": "Nieuwste eerst", | ||
| "oldestFirst": "Oudste eerst" | ||
| }, | ||
| "source": "Bron", | ||
| "group": "Groep", | ||
| "uri": "Uri", | ||
| "noAssetEvents": "Geen Asset Events gevonden." | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,7 @@ | |
| "en": "英文", | ||
| "de": "德文", | ||
| "ko": "韓國人", | ||
| "nl": "荷蘭語", | ||
| "select": "選擇語言" | ||
| }, | ||
| "nav": { | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mhm is this correct? Thisis not the "country code" but the name of the language. Does it need to be "Dutch"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jscheffl If all the names should be in English, then yes. However, to me it seems like the name in here should be the in represented language.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks correct to me