-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄 Improve refactor json to js (#4521)
- Loading branch information
1 parent
2679125
commit 2d6feb6
Showing
4 changed files
with
129 additions
and
130 deletions.
There are no files selected for viewing
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,128 @@ | ||
export default { | ||
multi_label_selection: "Multi-label", | ||
ranking: "Ranking", | ||
label_selection: "Label", | ||
text: "Text", | ||
rating: "Rating", | ||
minimize: "Minimize", | ||
select: "Select", | ||
search: "Search", | ||
expand: "Expand", | ||
copied: "Copied", | ||
title: "Title", | ||
annotation: "Annotation", | ||
description: "Description", | ||
useMarkdown: "Use Markdown", | ||
visibleForAnnotators: "Visible for annotators", | ||
allowExtraMetadata: "Allow extra metadata", | ||
extraMetadata: "Extra metadata", | ||
dimension: "Dimension", | ||
visibleOptions: "Visible options", | ||
annotationGuidelines: "Annotation guidelines", | ||
noAnnotationGuidelines: "This dataset has no annotation guidelines", | ||
breadcrumbs: { | ||
home: "Home", | ||
datasetSettings: "settings", | ||
userSettings: "my settings", | ||
}, | ||
userSettings: { | ||
title: "My settings", | ||
}, | ||
settings: { | ||
title: "Dataset settings", | ||
seeYourDataset: "See your dataset", | ||
editFields: "Edit fields", | ||
editQuestions: "Edit questions", | ||
editMetadata: "Edit metadata properties", | ||
editVectors: "Edit vectors", | ||
deleteDataset: "Delete dataset", | ||
deleteWarning: "Be careful, this action is not reversible", | ||
deleteConfirmation: "Delete confirmation", | ||
deleteConfirmationMessage: | ||
"You are about to delete: <strong>{datasetName}</strong> from workspace <strong>{workspaceName}</strong>. This action cannot be undone", | ||
yesDelete: "Yes, delete", | ||
}, | ||
button: { | ||
ignore_and_continue: "Ignore and continue", | ||
}, | ||
to_submit_complete_required: "To submit complete \nrequired responses", | ||
some_records_failed_to_annotate: "Some records failed to annotate", | ||
changes_no_submit: "You didn't submit your changes", | ||
bulkAnnotation: { | ||
recordsSelected: "1 record selected | {count} records selected", | ||
recordsViewSettings: "Record size", | ||
fixedHeight: "Collapse records", | ||
defaultHeight: "Expand records", | ||
to_annotate_record_bulk_required: "No record selected", | ||
select_to_annotate: "Select all", | ||
pageSize: "Page size", | ||
}, | ||
shortcuts: { | ||
label: "Shortcuts", | ||
pagination: { | ||
go_to_previous_record: "Previous (←)", | ||
go_to_next_record: "Next (→)", | ||
}, | ||
}, | ||
questions_form: { | ||
discard: "Discard", | ||
submit: "Submit", | ||
draft: "Save as draft", | ||
}, | ||
sorting: { | ||
addOtherField: "+ Add another field", | ||
suggestion: { | ||
score: "Suggestion score", | ||
value: "Suggestion value", | ||
}, | ||
response: "Response value", | ||
record: "general", | ||
metadata: "metadata", | ||
}, | ||
suggestion: { | ||
filter: { | ||
value: "Suggestion values", | ||
score: "Score", | ||
agent: "Agent", | ||
}, | ||
plural: "Suggestions", | ||
"suggested-rank": "✨ Suggested rank", | ||
name: "✨ Suggestion", | ||
}, | ||
similarity: { | ||
"record-number": "Record number", | ||
findSimilar: "Find similar", | ||
similarTo: "Similar to", | ||
similarityScore: "Similarity Score", | ||
similarUsing: "similar using", | ||
expand: "Expand", | ||
collapse: "Collapse", | ||
}, | ||
status: "Status", | ||
filters: "Filters", | ||
filterBy: "Filter by...", | ||
fields: "Fields", | ||
questions: "Questions", | ||
metadata: "Metadata", | ||
vectors: "Vectors", | ||
dangerZone: "Danger zone", | ||
responses: "Responses", | ||
"reset-all": "Reset all", | ||
reset: "Reset", | ||
with: "with", | ||
find: "Find", | ||
cancel: "Cancel", | ||
focus_mode: "Focus view", | ||
bulk_mode: "Bulk view", | ||
update: "Update", | ||
youAreOnlineAgain: "You are online again", | ||
youAreOffline: "You are offline", | ||
argilla: { | ||
api: { | ||
"errors::UnauthorizedError": "Could not validate credentials", | ||
}, | ||
}, | ||
cloud: { | ||
title: "Cloud", | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.