chore(localization): add localization for skill level tags (#43)
* chore(localization): add localization for skill level tags * chore(localization): lowercase the skill level symbols
This commit is contained in:
committed by
GitHub
parent
f6c12658ce
commit
20a1a0915f
@@ -73,5 +73,8 @@
|
||||
"deliveryKeyInvalidLabel": "Ihr Delivery API Zugangsschlüssel ist ungültig.",
|
||||
"spaceOrTokenInvalid": "Dieser Space existiert nicht, oder Ihr Access Token kommt nicht von diesem Space.",
|
||||
"somethingWentWrongLabel": "Irgendetwas lief falsch.",
|
||||
"previewKeyInvalidLabel": "Ihr Preview API Zugangsschlüssel ist ungültig."
|
||||
"previewKeyInvalidLabel": "Ihr Preview API Zugangsschlüssel ist ungültig.",
|
||||
"beginnerLabel": "Anfänger",
|
||||
"intermediateLabel": "Fortgeschrittener",
|
||||
"advancedLabel": "Profi"
|
||||
}
|
||||
|
||||
@@ -74,5 +74,8 @@
|
||||
"deliveryKeyInvalidLabel": "Your Delivery API key is invalid.",
|
||||
"spaceOrTokenInvalid": "This space does not exist or your access token is not associated with your space.",
|
||||
"somethingWentWrongLabel": "Something went wrong",
|
||||
"previewKeyInvalidLabel": "Your Preview API key is invalid."
|
||||
"previewKeyInvalidLabel": "Your Preview API key is invalid.",
|
||||
"beginnerLabel": "Beginner",
|
||||
"intermediateLabel": "Intermediate",
|
||||
"advancedLabel": "Advanced"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user