From 7092349410f09ce3caeb6d0f2c7a1fed3d791ca0 Mon Sep 17 00:00:00 2001 From: lolametro <13728127+lolametro@users.noreply.github.com> Date: Wed, 7 Sep 2022 19:41:16 +0200 Subject: [PATCH] Create builds.json for DE --- public/locales/de/builds.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/locales/de/builds.json diff --git a/public/locales/de/builds.json b/public/locales/de/builds.json new file mode 100644 index 000000000..9568bda3b --- /dev/null +++ b/public/locales/de/builds.json @@ -0,0 +1,15 @@ +{ + "addBuild": "Ausrüstung hinzufügen", + "noBuilds": "Bisher keine Ausrüstung. Füge deine erste hinzu!", + "buildCard.info": "Info", + "buildCard.edit": "Bearbeiten", + + "forms.title": "Titel", + "forms.modes": "Modi", + "forms.weapons": "Waffen", + "forms.gear.HEAD": "Ausrüstung (Kopf)", + "forms.gear.CLOTHES": "Ausrüstung (Kleidung)", + "forms.gear.SHOES": "Ausrüstung (Schuhe)", + + "deleteConfirm": "Ausrüstung '{{title}}' löschen?" +}