From 4499d19c7dc76daa6d1ab5263b73fe4933fee98c Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:12:21 +0200 Subject: [PATCH] New translations common.json (Spanish) --- public/locales/es/settings/common.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 public/locales/es/settings/common.json diff --git a/public/locales/es/settings/common.json b/public/locales/es/settings/common.json new file mode 100644 index 000000000..776816b2a --- /dev/null +++ b/public/locales/es/settings/common.json @@ -0,0 +1,14 @@ +{ + "title": "Settings", + "tooltip": "Settings", + "tabs": { + "common": "Common", + "customizations": "Customizations" + }, + "tips": { + "configTip": "Upload your config file by dragging and dropping it onto the page!" + }, + "credits": { + "madeWithLove": "Made with ❤️ by @" + } +} \ No newline at end of file