From fe0859a9b3be9aa92eafd365a717d34d21c004d6 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:15:46 +0900 Subject: [PATCH] New translations common.json (Galician) --- public/locales/gl/common.json | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 public/locales/gl/common.json diff --git a/public/locales/gl/common.json b/public/locales/gl/common.json new file mode 100644 index 000000000..90e3734ce --- /dev/null +++ b/public/locales/gl/common.json @@ -0,0 +1,39 @@ +{ + "save": "", + "about": "", + "cancel": "", + "close": "", + "delete": "", + "ok": "", + "edit": "", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", + "version": "", + "changePosition": "", + "remove": "", + "removeConfirm": "", + "createItem": "", + "sections": { + "settings": "", + "dangerZone": "" + }, + "secrets": { + "apiKey": "", + "username": "", + "password": "" + }, + "tip": "", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + }, + "loading": "", + "breakPoints": { + "small": "", + "medium": "", + "large": "" + } +} \ No newline at end of file