diff --git a/locales/en-US.json b/locales/en-US.json index 1f33da67..9abfa79b 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -12,6 +12,8 @@ "nav.load_tt": "load saved query or example", "nav.wizard": "Wizard", "nav.wizard_tt": "a query builder", + "nav.styler": "Style", + "nav.styler_tt": "style the result based on a given tag", "nav.settings": "Settings", "nav.settings_tt": "various settings", "nav.help": "Help", @@ -177,6 +179,12 @@ "ffs.parse_error": "Sorry, this search cannot be understood.", "ffs.parse_error_expl": "Note that you must use quotation marks with strings containing spaces or special characters and that multiple search filters must be separated by appropriate boolean operators (and or or). Read the documentation for more information.", "ffs.typo": "Did you mean:", + "styler.title": "Auto Styler", + "styler.expl": "Style the query result based on the values of the specified tag", + "styler.placeholder": "Select a tag key", + "styler.palette": "Choose a palette:", + "styler.palette.sequential": "sequential", + "styler.palette.qualitative": "qualitative", "dialog.dismiss": "dismiss", "dialog.cancel": "cancel", "dialog.save": "save", diff --git a/locales/en.json b/locales/en.json index 39a13a22..e1914552 100644 --- a/locales/en.json +++ b/locales/en.json @@ -12,6 +12,8 @@ "nav.load_tt": "load saved query or example", "nav.wizard": "Wizard", "nav.wizard_tt": "a query builder", + "nav.styler": "Style", + "nav.styler_tt": "style the result based on a given tag", "nav.settings": "Settings", "nav.settings_tt": "various settings", "nav.help": "Help", @@ -211,6 +213,13 @@ "ffs.parse_error_expl": "Note that you must use quotation marks with strings containing spaces or special characters and that multiple search filters must be separated by appropriate boolean operators (and or or). Read the documentation for more information.", "ffs.typo": "Did you mean:", + "styler.title": "Auto Styler", + "styler.expl": "Style the query result based on the values of the specified tag", + "styler.placeholder": "Select a tag key", + "styler.palette": "Choose a palette:", + "styler.palette.sequential": "sequential", + "styler.palette.qualitative": "qualitative", + "dialog.dismiss": "dismiss", "dialog.cancel": "cancel", "dialog.save": "save", diff --git a/locales/pt.json b/locales/pt.json index 0996089e..bf8986d8 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -12,6 +12,8 @@ "nav.load_tt": "carregar consulta gravada ou exemplo", "nav.wizard": "Assistente", "nav.wizard_tt": "um construtor de consultas", + "nav.styler": "Style", + "nav.styler_tt": "style the result based on a given tag", "nav.settings": "Opções", "nav.settings_tt": "várias opções", "nav.help": "Ajuda", @@ -177,6 +179,12 @@ "ffs.parse_error": "Desculpe, a pesquisa não foi compreendida.", "ffs.parse_error_expl": "Note que tem de usar aspas duplas ao adicionar palavras/frases que tenham espaços ou caracteres especiais e que filtros múltiplos de pesquisa têm de ser separados pelos operadores boleanos apropriados (and ou or). Veja a documentação (em inglês) para mais informações.", "ffs.typo": "Será que queria dizer:", + "styler.title": "Auto Styler", + "styler.expl": "Style the query result based on the values of the specified tag", + "styler.placeholder": "Select a tag key", + "styler.palette": "Choose a palette:", + "styler.palette.sequential": "sequential", + "styler.palette.qualitative": "qualitative", "dialog.dismiss": "descartar", "dialog.cancel": "cancelar", "dialog.save": "Gravar", diff --git a/locales/zh-Hans.json b/locales/zh-Hans.json index 1f33da67..9abfa79b 100644 --- a/locales/zh-Hans.json +++ b/locales/zh-Hans.json @@ -12,6 +12,8 @@ "nav.load_tt": "load saved query or example", "nav.wizard": "Wizard", "nav.wizard_tt": "a query builder", + "nav.styler": "Style", + "nav.styler_tt": "style the result based on a given tag", "nav.settings": "Settings", "nav.settings_tt": "various settings", "nav.help": "Help", @@ -177,6 +179,12 @@ "ffs.parse_error": "Sorry, this search cannot be understood.", "ffs.parse_error_expl": "Note that you must use quotation marks with strings containing spaces or special characters and that multiple search filters must be separated by appropriate boolean operators (and or or). Read the documentation for more information.", "ffs.typo": "Did you mean:", + "styler.title": "Auto Styler", + "styler.expl": "Style the query result based on the values of the specified tag", + "styler.placeholder": "Select a tag key", + "styler.palette": "Choose a palette:", + "styler.palette.sequential": "sequential", + "styler.palette.qualitative": "qualitative", "dialog.dismiss": "dismiss", "dialog.cancel": "cancel", "dialog.save": "save",