Browse Source
Merge pull request #403 from Ponkhy/main
Added german translation for tags manager
pull/404/head
Louis Lam
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
28 additions and
0 deletions
-
src/languages/de-DE.js
-
src/languages/en.js
|
|
@ -143,4 +143,18 @@ export default { |
|
|
|
Token: "Token", |
|
|
|
"Show URI": "URI Anzeigen", |
|
|
|
"Clear all statistics": "Lösche alle Statistiken", |
|
|
|
Tags: "Tags", |
|
|
|
"Add New below or Select...": "Füge neuen hinzu oder wähle aus...", |
|
|
|
"Tag with this name already exist.": "Ein Tag mit dem Namen existiert bereits.", |
|
|
|
"Tag with this value already exist.": "Ein Tag mit dem Wert existiert bereits.", |
|
|
|
color: "Farbe", |
|
|
|
"value (optional)": "Wert (Optional)", |
|
|
|
Gray: "Grau", |
|
|
|
Red: "Rot", |
|
|
|
Orange: "Orange", |
|
|
|
Green: "Grün", |
|
|
|
Blue: "Blau", |
|
|
|
Indigo: "Indigo", |
|
|
|
Purple: "Lila", |
|
|
|
Pink: "Pink", |
|
|
|
} |
|
|
|
|
|
@ -143,4 +143,18 @@ export default { |
|
|
|
Token: "Token", |
|
|
|
"Show URI": "Show URI", |
|
|
|
"Clear all statistics": "Clear all Statistics", |
|
|
|
Tags: "Tags", |
|
|
|
"Add New below or Select...": "Add New below or Select...", |
|
|
|
"Tag with this name already exist.": "Tag with this name already exist.", |
|
|
|
"Tag with this value already exist.": "Tag with this value already exist.", |
|
|
|
color: "color", |
|
|
|
"value (optional)": "value (optional)", |
|
|
|
Gray: "Gray", |
|
|
|
Red: "Red", |
|
|
|
Orange: "Orange", |
|
|
|
Green: "Green", |
|
|
|
Blue: "Blue", |
|
|
|
Indigo: "Indigo", |
|
|
|
Purple: "Purple", |
|
|
|
Pink: "Pink", |
|
|
|
} |
|
|
|