Skip to content

Commit

Permalink
added internationalization for sidebar and navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinvanschoren committed Nov 7, 2023
1 parent 36d9774 commit 4882b65
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions app/public/locales/en/common.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
Search: "Search datasets, models, benchmarks,…"
SearchShort: "Search"
sidebar:
explore: "Explore"
datasets: "Datasets"
tasks: "Tasks"
flows: "Flows"
runs: "Runs"
evaluations: "Evaluations"
collections: "Collections"
benchmarks: "Benchmarks"
task_suites: "Task suites"
run_studies: "Run studies"
measures: "Measures"
data_qualities: "Data qualities"
model_evaluations: "Model evaluations"
test_procedures: "Test procedures"
learn: "Learn"
docs: "Docs"
blog: "Blog"
apis: "APIs"
contribute: "Contribute"
meet_up: "Meet up"
about_us: "About us"
terms_citation: "Terms & Citation"
settings: "Settings"
settings:
select_theme: "Select a theme"
dark: "Dark"
light: "Light"
default: "Default"
indigo: "Indigo"
tooltips:
languages: "Languages"
create: "Create"
notifications: "Notifications"
account: "Account"
account:
profile: "Profile"
sign_in: "Sign in"
sign_out: "Sign out"
notifications:
new_notification: "New Notification"
new_notifications: "New Notifications"
no_notifications: "No notifications"
show_all: "Show all notifications"
languages:
english: "English"
french: "French"
german: "German"
dutch: "Dutch"
create:
title: "Create and share"
new_data: "New dataset"
new_data_text: "Share a new dataset."
new_task: "New task"
new_task_text: "Set a new challenge for the community."
new_collection: "New collection"
new_collection_text: "Organize your resources."
landing:
helmet: "Welcome"
openml: "OpenML"
Expand Down

0 comments on commit 4882b65

Please sign in to comment.