From 16ebcd7907922ed23cda03e3e305275239ff95cc Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 7 Mar 2018 14:18:31 -0500 Subject: [PATCH] Update translations --- config/locales/client.cs.yml | 5 ++++- config/locales/client.fr.yml | 7 ++++++- config/locales/client.sk.yml | 24 +++++++++++++++++++++++- config/locales/server.cs.yml | 4 +++- config/locales/server.fr.yml | 4 +++- 5 files changed, 39 insertions(+), 5 deletions(-) diff --git a/config/locales/client.cs.yml b/config/locales/client.cs.yml index c0f2fec..29868f8 100644 --- a/config/locales/client.cs.yml +++ b/config/locales/client.cs.yml @@ -5,4 +5,7 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -cs: {} +cs: + js: + explorer: + create: "Vytvořit nový" diff --git a/config/locales/client.fr.yml b/config/locales/client.fr.yml index ca92bfb..a84fac6 100644 --- a/config/locales/client.fr.yml +++ b/config/locales/client.fr.yml @@ -5,4 +5,9 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -fr: {} +fr: + js: + errors: + explorer: + no_semicolons: "Enlever les point-virgules de votre requête." + dirty: "Il faut sauvegarder la requête avant de l'exécuter." diff --git a/config/locales/client.sk.yml b/config/locales/client.sk.yml index bcc3a93..00e3e01 100644 --- a/config/locales/client.sk.yml +++ b/config/locales/client.sk.yml @@ -5,4 +5,26 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -sk: {} +sk: + js: + explorer: + admins_only: "Prieskumník údajov je dostupný iba administrátorom." + title: "Prieskumník údajov" + create: "Vztvoriť novú" + import: + label: "Import" + schema: + filter: "Hľadať" + types: + bool: + 'yes': "Áno" + 'no': "Nie" + export: "Exportovať" + save: "Uložiť zmeny" + edit: "Upraviť" + delete: "Zmazať" + download: "Stiahnuť výslekdy" + download_json: "JSON" + download_csv: "CSV" + column: "Stĺpec {{number}}" + save_params: "Predvolené" diff --git a/config/locales/server.cs.yml b/config/locales/server.cs.yml index c0f2fec..77fe54a 100644 --- a/config/locales/server.cs.yml +++ b/config/locales/server.cs.yml @@ -5,4 +5,6 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -cs: {} +cs: + site_settings: + data_explorer_enabled: "Povolit Data Explorer v /admin/plugins/explorer" diff --git a/config/locales/server.fr.yml b/config/locales/server.fr.yml index ca92bfb..1eefc88 100644 --- a/config/locales/server.fr.yml +++ b/config/locales/server.fr.yml @@ -5,4 +5,6 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -fr: {} +fr: + site_settings: + data_explorer_enabled: "Activer l'explorateur de données à /admin/plugins/explorer"