-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93002d1
commit eaa3310
Showing
18 changed files
with
462 additions
and
91 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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,60 @@ | ||
{ | ||
"login_local": "Local Sign In", | ||
"login_signin": "Sign In", | ||
"login_forgot_password": "Forgot password?", | ||
"login_remember": "Remember me", | ||
"login_signup": "Don't have an account? Sign Up", | ||
"login_password": "Password", | ||
"login_email": "Email Address", | ||
"login_oidc": "OIDC Sign In", | ||
"app_signin_silent": "Signing you in...", | ||
"app_signout_redirect": "Signing you out...", | ||
"app_loading": "Loading...", | ||
"app_error": "Oops... {{error}}", | ||
"type_environment": "Environment", | ||
"type_application": "Application", | ||
"type_location": "Location", | ||
"type_version": "Version", | ||
"type_date": "Date", | ||
"dashboard_title": "Dashboard", | ||
"dashboard_welcome": "Hello {{username}}, welcome to your dashboard", | ||
"dashboard_versions_title": "Total", | ||
"dashboard_versions_description": "Total number of versions", | ||
"dashboard_applications_title": "Applications", | ||
"dashboard_applications_description": "Unique applications", | ||
"dashboard_environments_title": "Environments", | ||
"dashboard_environments_description": "Unique environments", | ||
"dashboard_locations_title": "Locations", | ||
"dashboard_locations_description": "Unique locations", | ||
"table_version_timestamp": "Timestamp", | ||
"table_version_application": "Application", | ||
"table_version_environment": "Environment", | ||
"table_version_location": "Location", | ||
"table_version_version": "Version", | ||
"chart_title": "Deploy", | ||
"chart_subtitle": "{{type}} deploys per day", | ||
"chart_group_by": "Group by", | ||
"feed_title": "Feed", | ||
"feed_subtitle": "Live feed", | ||
"feed_item_deployed": "Deployed <b>{{item}}</b> to <b>{{target}}</b>", | ||
"profile_token": "Token dump", | ||
"settings_title": "Settings", | ||
"settings_subtitle": "Application settings", | ||
"settings_notifications": "Notifications", | ||
"settings_notifications_toggle": "Enable browser notifications", | ||
"versions_title": "Versions", | ||
"versions_subtitle": "List of versions", | ||
"form_version_title": "Add version", | ||
"form_version_description": "Fill out the form below to add a new version.", | ||
"form_version_submit": "Add version", | ||
"form_version_cancel": "Cancel", | ||
"menu_dashboard": "Dashboard", | ||
"menu_chart": "Chart", | ||
"menu_versions": "Versions", | ||
"menu_last": "Last", | ||
"menu_feed": "Feed", | ||
"menu_settings": "Settings", | ||
"app_my_account": "My Account", | ||
"app_profile": "Profile", | ||
"app_logout": "Logout" | ||
} |
This file contains 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,57 @@ | ||
{ | ||
"login_local": "Local Sign In", | ||
"login_signin": "Log In", | ||
"login_forgot_password": "Wachtwoord vergeten?", | ||
"login_remember": "Herinner me", | ||
"login_signup": "Heb je nog geen account? Registreer", | ||
"login_password": "Wachtwoord", | ||
"login_email": "E-mail adres", | ||
"login_oidc": "OIDC Log In", | ||
"app_loading": "Laden...", | ||
"app_error": "Oeps... {{error}}", | ||
"type_environment": "Omgeving", | ||
"type_application": "Applicatie", | ||
"type_location": "Locatie", | ||
"type_version": "Versie", | ||
"type_date": "Datum", | ||
"dashboard_title": "Dashboard", | ||
"dashboard_welcome": "Hallo {{username}}, welkom op je dashboard", | ||
"dashboard_versions_title": "Totaal", | ||
"dashboard_versions_description": "Totaal aantal versions", | ||
"dashboard_applications_title": "Applicaties", | ||
"dashboard_applications_description": "Unieke applicaties", | ||
"dashboard_environments_title": "Omgevingen", | ||
"dashboard_environments_description": "Unieke omgevingen", | ||
"dashboard_locations_title": "Locaties", | ||
"dashboard_locations_description": "Unieke locaties", | ||
"table_version_timestamp": "Datum", | ||
"table_version_application": "Applicatie", | ||
"table_version_environment": "Omgeving", | ||
"table_version_location": "Locatie", | ||
"table_version_version": "Versie", | ||
"chart_title": "Deploy", | ||
"chart_subtitle": "{{type}} deploys per dag", | ||
"chart_group_by": "Groepeer met", | ||
"feed_title": "Feed", | ||
"feed_subtitle": "Live feed", | ||
"feed_item_deployed": "Deployed <b>{{item}}</b> to <b>{{target}}</b>", | ||
"settings_title": "Instellingen", | ||
"settings_subtitle": "Applicatie instellingen", | ||
"settings_notifications": "Meldingen", | ||
"settings_notifications_toggle": "Zet browser meldingen aan", | ||
"versions_title": "Versies", | ||
"versions_subtitle": "Versielijst", | ||
"form_version_title": "Nieuwe versie", | ||
"form_version_description": "Vul het onderstaande formulier om een nieuwe versie aan te maken.", | ||
"form_version_submit": "Nieuwe versie", | ||
"form_version_cancel": "Annuleren", | ||
"menu_dashboard": "Dashboard", | ||
"menu_chart": "Grafiek", | ||
"menu_versions": "Versies", | ||
"menu_last": "Laatste", | ||
"menu_feed": "Feed", | ||
"menu_settings": "Instellingen", | ||
"app_my_account": "Mijn Account", | ||
"app_profile": "Profiel", | ||
"app_logout": "Uitloggen" | ||
} |
This file contains 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
Oops, something went wrong.