From 2e351b7cd11312ed7b2346418ad095544fa0d62f Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:18:46 +0900 Subject: [PATCH] New translations common.json (Galician) --- public/locales/gl/settings/common.json | 38 ++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 public/locales/gl/settings/common.json diff --git a/public/locales/gl/settings/common.json b/public/locales/gl/settings/common.json new file mode 100644 index 000000000..8ff0e555a --- /dev/null +++ b/public/locales/gl/settings/common.json @@ -0,0 +1,38 @@ +{ + "title": "", + "tooltip": "", + "tabs": { + "common": "", + "customizations": "" + }, + "tips": { + "configTip": "" + }, + "credits": { + "madeWithLove": "", + "thirdPartyContent": "", + "thirdPartyContentTable": { + "dependencyName": "", + "dependencyVersion": "" + } + }, + "grow": "", + "layout": { + "preview": { + "title": "", + "subtitle": "" + }, + "divider": "", + "main": "", + "sidebar": "", + "cannotturnoff": "", + "dashboardlayout": "", + "enablersidebar": "", + "enablelsidebar": "", + "enablesearchbar": "", + "enabledocker": "", + "enableping": "", + "enablelsidebardesc": "", + "enablersidebardesc": "" + } +}