You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refine German translations and update non-localized UI elements (#5632)
# Refine German translations and update non-localized UI elements
- Corrected & added a few German translation in
argilla-frontend/translation/de.js
- Added a language aware placeholder to Label selection
(LabelSelection.component.vue & EntityLabelSelection.component.vue)
- $t('spanAnnotation.searchLabels') for filtering Labels in the span
Annotation
- The relatives dates in the created & updated field in the Dataset
Overview page where hardcoded to English
- BaseDate.vue -> timeAgo uses now `this.$i18n.locale`
- The argilla-frontend/docs/snippets/start_page.md sample code names the
default workspace `argilla` even though the server defaults to the
default workspace name `default` so I changed it.
- Set lang in app.vue dynamic to the actual language (important for the
screenreader)
**Type of change**
<!-- Please delete options that are not relevant. Remember to title the
PR according to the type of change -->
- Improvement (change adding some improvement to an existing
functionality)
**How Has This Been Tested**
Local front-end build.
**Checklist**
<!-- Please go over the list and make sure you've taken everything into
account -->
- I added relevant documentation
- I followed the style guidelines of this project
- I did a self-review of my code
- I made corresponding changes to the documentation
- I confirm My changes generate no new warnings
- I have added tests that prove my fix is effective or that my feature
works
- I have added relevant notes to the CHANGELOG.md file (See
https://keepachangelog.com/)
---------
Co-authored-by: Paul Bauriegel <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: argilla-frontend/components/features/annotation/container/questions/form/shared-components/label-selection/LabelSelection.component.vue
Copy file name to clipboardExpand all lines: argilla-frontend/components/features/annotation/container/questions/form/span/EntityLabelSelection.component.vue
minimumSubmittedResponses: "Erforderliche Mindestanzahl an eingereichten Antworten",
39
+
taskDistributionTooltip:
40
+
"Eine Aufgabe ist abgeschlossen, wenn alle Datensätze die \nMindestanzahl an eingereichten Antworten haben.",
33
41
noAnnotationGuidelines: "Dieser Datensatz hat keine Annotationsrichtlinien",
34
42
required: "Erforderlich",
35
43
optional: "Optional",
36
44
template: "Template",
37
45
noRecordsMessages: {
38
46
datasetEmptyForAnnotator:
39
-
"Der Datensatz ist leer. Bitten fragen Sie einen Admin, Einträge Hinzufügen und kommst du bald wieder.",
47
+
"Der Datensatz ist leer. Bitten Sie einen Administrator, Daten hochzuladen, und versuchen Sie es später erneut.",
40
48
datasetEmptyForAdmin:
41
-
"Der Datensatz ist leer. Du kannst Einträgen mit dem Python SDK hinzufügen, siehe <a href='https://docs.argilla.io/latest/how_to_guides/record/'>dokumentation</a> zum Hinzufügen von Einträgen.",
49
+
"Der Datensatz ist leer. Sie können Datensätze mit dem Python SDK hinzufügen. Siehe <a href='https://docs.argilla.io/latest/how_to_guides/record/'>Dokumentation</a> zum Hinzufügen von Einträgen.",
42
50
taskDistributionCompleted: "🎉 Die Aufgabe ist erledigt!",
43
51
noSubmittedRecords: "Sie haben noch keinen Datensatz eingereicht",
44
-
noRecordsFound: "Sie haben keine {status}, die Ihrer Anfrage entsprechen",
52
+
noRecordsFound: "Sie haben keine {status} Datensätze, welche Ihrer Anfrage entsprechen",
45
53
noRecords: "Sie haben keine {status} Datensätze",
46
54
noPendingRecordsToAnnotate: "🎉 Die Aufgabe ist erledigt!",
47
55
noDraftRecordsToReview:
48
-
"Sie haben keine Entwürfe von Aufzeichnungen zu prüfen",
56
+
"Sie haben keine Entwürfe zu prüfen",
49
57
},
50
58
breadcrumbs: {
51
-
home: "start",
52
-
datasetSettings: "einstellungen",
53
-
userSettings: "meine einstellungen",
59
+
home: "Start",
60
+
datasetSettings: "Einstellungen",
61
+
userSettings: "Meine Einstellungen",
54
62
},
55
63
datasets: {
56
64
left: "übrig",
@@ -74,11 +82,11 @@ export default {
74
82
lastName: "Nachname",
75
83
workspaces: "Arbeitsbereiche",
76
84
},
77
-
apiKey: "API key",
85
+
apiKey: "API-Key",
78
86
apiKeyDescription:
79
-
"API key Token erlauben es die Datensätze über das Python SDK zu verwalten.",
87
+
"API-Keys erlauben es die Datensätze über das Python SDK zu verwalten.",
0 commit comments