From 0f652f7d04fb4d866e66294eef86f71e4062db3e Mon Sep 17 00:00:00 2001 From: Slavena Ilieva <67437411+slavenai@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:44:47 +0200 Subject: [PATCH] feat(toolbar): add scroll buttons messages --- messages/toolbar/toolbar.ar.yml | 6 ++++++ messages/toolbar/toolbar.bg-BG.yml | 7 ++++++- messages/toolbar/toolbar.cs-CZ.yml | 7 ++++++- messages/toolbar/toolbar.da-DK.yml | 7 ++++++- messages/toolbar/toolbar.de-AT.yml | 8 +++++++- messages/toolbar/toolbar.de-CH.yml | 8 +++++++- messages/toolbar/toolbar.de-DE.yml | 8 +++++++- messages/toolbar/toolbar.de-LI.yml | 7 ++++++- messages/toolbar/toolbar.en-AU.yml | 7 ++++++- messages/toolbar/toolbar.en-CA.yml | 7 ++++++- messages/toolbar/toolbar.en-GB.yml | 7 ++++++- messages/toolbar/toolbar.en-US.yml | 7 ++++++- messages/toolbar/toolbar.es-AR.yml | 7 ++++++- messages/toolbar/toolbar.es-BO.yml | 7 ++++++- messages/toolbar/toolbar.es-CL.yml | 7 ++++++- messages/toolbar/toolbar.es-CO.yml | 7 ++++++- messages/toolbar/toolbar.es-CR.yml | 7 ++++++- messages/toolbar/toolbar.es-DO.yml | 7 ++++++- messages/toolbar/toolbar.es-EC.yml | 7 ++++++- messages/toolbar/toolbar.es-ES.yml | 7 ++++++- messages/toolbar/toolbar.es-GT.yml | 7 ++++++- messages/toolbar/toolbar.es-HN.yml | 7 ++++++- messages/toolbar/toolbar.es-MX.yml | 7 ++++++- messages/toolbar/toolbar.es-NI.yml | 7 ++++++- messages/toolbar/toolbar.es-PA.yml | 7 ++++++- messages/toolbar/toolbar.es-PE.yml | 7 ++++++- messages/toolbar/toolbar.es-PR.yml | 7 ++++++- messages/toolbar/toolbar.es-PY.yml | 7 ++++++- messages/toolbar/toolbar.es-US.yml | 7 ++++++- messages/toolbar/toolbar.es-UY.yml | 7 ++++++- messages/toolbar/toolbar.es-VE.yml | 7 ++++++- messages/toolbar/toolbar.fa-IR.yml | 7 ++++++- messages/toolbar/toolbar.fi-FI.yml | 7 ++++++- messages/toolbar/toolbar.fr-BE.yml | 6 ++++++ messages/toolbar/toolbar.fr-CA.yml | 6 ++++++ messages/toolbar/toolbar.fr-CD.yml | 6 ++++++ messages/toolbar/toolbar.fr-CH.yml | 6 ++++++ messages/toolbar/toolbar.fr-CI.yml | 6 ++++++ messages/toolbar/toolbar.fr-CM.yml | 6 ++++++ messages/toolbar/toolbar.fr-FR.yml | 6 ++++++ messages/toolbar/toolbar.fr-HT.yml | 6 ++++++ messages/toolbar/toolbar.fr-LU.yml | 6 ++++++ messages/toolbar/toolbar.fr-MA.yml | 6 ++++++ messages/toolbar/toolbar.fr-MC.yml | 6 ++++++ messages/toolbar/toolbar.fr-ML.yml | 6 ++++++ messages/toolbar/toolbar.fr-SN.yml | 6 ++++++ messages/toolbar/toolbar.he-IL.yml | 7 ++++++- messages/toolbar/toolbar.hy-AM.yml | 7 ++++++- messages/toolbar/toolbar.it-CH.yml | 7 ++++++- messages/toolbar/toolbar.it-IT.yml | 7 ++++++- messages/toolbar/toolbar.ja-JP.yml | 7 ++++++- messages/toolbar/toolbar.ka-GE.yml | 7 ++++++- messages/toolbar/toolbar.nb-NO.yml | 7 ++++++- messages/toolbar/toolbar.nl-BE.yml | 7 ++++++- messages/toolbar/toolbar.nl-NL.yml | 7 ++++++- messages/toolbar/toolbar.pl-PL.yml | 7 ++++++- messages/toolbar/toolbar.pt-BR.yml | 7 ++++++- messages/toolbar/toolbar.pt-PT.yml | 7 ++++++- messages/toolbar/toolbar.ro-RO.yml | 7 ++++++- messages/toolbar/toolbar.ru-RU.yml | 7 ++++++- messages/toolbar/toolbar.sk-SK.yml | 6 ++++++ messages/toolbar/toolbar.sv-SE.yml | 7 ++++++- messages/toolbar/toolbar.tr-TR.yml | 7 ++++++- messages/toolbar/toolbar.uk-UA.yml | 7 ++++++- messages/toolbar/toolbar.zh-CN.yml | 7 ++++++- messages/toolbar/toolbar.zh-HK.yml | 7 ++++++- messages/toolbar/toolbar.zh-TW.yml | 7 ++++++- 67 files changed, 405 insertions(+), 52 deletions(-) diff --git a/messages/toolbar/toolbar.ar.yml b/messages/toolbar/toolbar.ar.yml index 192e977c..ded69481 100644 --- a/messages/toolbar/toolbar.ar.yml +++ b/messages/toolbar/toolbar.ar.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: More tools + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.bg-BG.yml b/messages/toolbar/toolbar.bg-BG.yml index 0ed9f998..06454a00 100644 --- a/messages/toolbar/toolbar.bg-BG.yml +++ b/messages/toolbar/toolbar.bg-BG.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: Още инструменти \ No newline at end of file + moreToolsTitle: Още инструменти + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Плъзни наляво + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Плъзни надясно diff --git a/messages/toolbar/toolbar.cs-CZ.yml b/messages/toolbar/toolbar.cs-CZ.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.cs-CZ.yml +++ b/messages/toolbar/toolbar.cs-CZ.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.da-DK.yml b/messages/toolbar/toolbar.da-DK.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.da-DK.yml +++ b/messages/toolbar/toolbar.da-DK.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.de-AT.yml b/messages/toolbar/toolbar.de-AT.yml index e68726a9..6c87e6c8 100644 --- a/messages/toolbar/toolbar.de-AT.yml +++ b/messages/toolbar/toolbar.de-AT.yml @@ -1,4 +1,10 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: Mehr Werkzeuge + moreToolsTitle: Mehr Werkzeuge + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.de-CH.yml b/messages/toolbar/toolbar.de-CH.yml index e68726a9..6c87e6c8 100644 --- a/messages/toolbar/toolbar.de-CH.yml +++ b/messages/toolbar/toolbar.de-CH.yml @@ -1,4 +1,10 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: Mehr Werkzeuge + moreToolsTitle: Mehr Werkzeuge + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.de-DE.yml b/messages/toolbar/toolbar.de-DE.yml index e68726a9..6c87e6c8 100644 --- a/messages/toolbar/toolbar.de-DE.yml +++ b/messages/toolbar/toolbar.de-DE.yml @@ -1,4 +1,10 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: Mehr Werkzeuge + moreToolsTitle: Mehr Werkzeuge + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.de-LI.yml b/messages/toolbar/toolbar.de-LI.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.de-LI.yml +++ b/messages/toolbar/toolbar.de-LI.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.en-AU.yml b/messages/toolbar/toolbar.en-AU.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.en-AU.yml +++ b/messages/toolbar/toolbar.en-AU.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.en-CA.yml b/messages/toolbar/toolbar.en-CA.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.en-CA.yml +++ b/messages/toolbar/toolbar.en-CA.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.en-GB.yml b/messages/toolbar/toolbar.en-GB.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.en-GB.yml +++ b/messages/toolbar/toolbar.en-GB.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.en-US.yml b/messages/toolbar/toolbar.en-US.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.en-US.yml +++ b/messages/toolbar/toolbar.en-US.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-AR.yml b/messages/toolbar/toolbar.es-AR.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-AR.yml +++ b/messages/toolbar/toolbar.es-AR.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-BO.yml b/messages/toolbar/toolbar.es-BO.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-BO.yml +++ b/messages/toolbar/toolbar.es-BO.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-CL.yml b/messages/toolbar/toolbar.es-CL.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-CL.yml +++ b/messages/toolbar/toolbar.es-CL.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-CO.yml b/messages/toolbar/toolbar.es-CO.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-CO.yml +++ b/messages/toolbar/toolbar.es-CO.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-CR.yml b/messages/toolbar/toolbar.es-CR.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-CR.yml +++ b/messages/toolbar/toolbar.es-CR.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-DO.yml b/messages/toolbar/toolbar.es-DO.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-DO.yml +++ b/messages/toolbar/toolbar.es-DO.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-EC.yml b/messages/toolbar/toolbar.es-EC.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-EC.yml +++ b/messages/toolbar/toolbar.es-EC.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-ES.yml b/messages/toolbar/toolbar.es-ES.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-ES.yml +++ b/messages/toolbar/toolbar.es-ES.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-GT.yml b/messages/toolbar/toolbar.es-GT.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-GT.yml +++ b/messages/toolbar/toolbar.es-GT.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-HN.yml b/messages/toolbar/toolbar.es-HN.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-HN.yml +++ b/messages/toolbar/toolbar.es-HN.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-MX.yml b/messages/toolbar/toolbar.es-MX.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-MX.yml +++ b/messages/toolbar/toolbar.es-MX.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-NI.yml b/messages/toolbar/toolbar.es-NI.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-NI.yml +++ b/messages/toolbar/toolbar.es-NI.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-PA.yml b/messages/toolbar/toolbar.es-PA.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-PA.yml +++ b/messages/toolbar/toolbar.es-PA.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-PE.yml b/messages/toolbar/toolbar.es-PE.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-PE.yml +++ b/messages/toolbar/toolbar.es-PE.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-PR.yml b/messages/toolbar/toolbar.es-PR.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-PR.yml +++ b/messages/toolbar/toolbar.es-PR.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-PY.yml b/messages/toolbar/toolbar.es-PY.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-PY.yml +++ b/messages/toolbar/toolbar.es-PY.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-US.yml b/messages/toolbar/toolbar.es-US.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-US.yml +++ b/messages/toolbar/toolbar.es-US.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-UY.yml b/messages/toolbar/toolbar.es-UY.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-UY.yml +++ b/messages/toolbar/toolbar.es-UY.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.es-VE.yml b/messages/toolbar/toolbar.es-VE.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.es-VE.yml +++ b/messages/toolbar/toolbar.es-VE.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fa-IR.yml b/messages/toolbar/toolbar.fa-IR.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.fa-IR.yml +++ b/messages/toolbar/toolbar.fa-IR.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fi-FI.yml b/messages/toolbar/toolbar.fi-FI.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.fi-FI.yml +++ b/messages/toolbar/toolbar.fi-FI.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-BE.yml b/messages/toolbar/toolbar.fr-BE.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-BE.yml +++ b/messages/toolbar/toolbar.fr-BE.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-CA.yml b/messages/toolbar/toolbar.fr-CA.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-CA.yml +++ b/messages/toolbar/toolbar.fr-CA.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-CD.yml b/messages/toolbar/toolbar.fr-CD.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-CD.yml +++ b/messages/toolbar/toolbar.fr-CD.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-CH.yml b/messages/toolbar/toolbar.fr-CH.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-CH.yml +++ b/messages/toolbar/toolbar.fr-CH.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-CI.yml b/messages/toolbar/toolbar.fr-CI.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-CI.yml +++ b/messages/toolbar/toolbar.fr-CI.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-CM.yml b/messages/toolbar/toolbar.fr-CM.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-CM.yml +++ b/messages/toolbar/toolbar.fr-CM.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-FR.yml b/messages/toolbar/toolbar.fr-FR.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-FR.yml +++ b/messages/toolbar/toolbar.fr-FR.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-HT.yml b/messages/toolbar/toolbar.fr-HT.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-HT.yml +++ b/messages/toolbar/toolbar.fr-HT.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-LU.yml b/messages/toolbar/toolbar.fr-LU.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-LU.yml +++ b/messages/toolbar/toolbar.fr-LU.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-MA.yml b/messages/toolbar/toolbar.fr-MA.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-MA.yml +++ b/messages/toolbar/toolbar.fr-MA.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-MC.yml b/messages/toolbar/toolbar.fr-MC.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-MC.yml +++ b/messages/toolbar/toolbar.fr-MC.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-ML.yml b/messages/toolbar/toolbar.fr-ML.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-ML.yml +++ b/messages/toolbar/toolbar.fr-ML.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.fr-SN.yml b/messages/toolbar/toolbar.fr-SN.yml index 88fd3429..cd5e1b88 100644 --- a/messages/toolbar/toolbar.fr-SN.yml +++ b/messages/toolbar/toolbar.fr-SN.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Plus d'outils + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.he-IL.yml b/messages/toolbar/toolbar.he-IL.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.he-IL.yml +++ b/messages/toolbar/toolbar.he-IL.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.hy-AM.yml b/messages/toolbar/toolbar.hy-AM.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.hy-AM.yml +++ b/messages/toolbar/toolbar.hy-AM.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.it-CH.yml b/messages/toolbar/toolbar.it-CH.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.it-CH.yml +++ b/messages/toolbar/toolbar.it-CH.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.it-IT.yml b/messages/toolbar/toolbar.it-IT.yml index f6dd2ab0..b61beb15 100644 --- a/messages/toolbar/toolbar.it-IT.yml +++ b/messages/toolbar/toolbar.it-IT.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: Altri strumenti \ No newline at end of file + moreToolsTitle: Altri strumenti + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.ja-JP.yml b/messages/toolbar/toolbar.ja-JP.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.ja-JP.yml +++ b/messages/toolbar/toolbar.ja-JP.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.ka-GE.yml b/messages/toolbar/toolbar.ka-GE.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.ka-GE.yml +++ b/messages/toolbar/toolbar.ka-GE.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.nb-NO.yml b/messages/toolbar/toolbar.nb-NO.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.nb-NO.yml +++ b/messages/toolbar/toolbar.nb-NO.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.nl-BE.yml b/messages/toolbar/toolbar.nl-BE.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.nl-BE.yml +++ b/messages/toolbar/toolbar.nl-BE.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.nl-NL.yml b/messages/toolbar/toolbar.nl-NL.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.nl-NL.yml +++ b/messages/toolbar/toolbar.nl-NL.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.pl-PL.yml b/messages/toolbar/toolbar.pl-PL.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.pl-PL.yml +++ b/messages/toolbar/toolbar.pl-PL.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.pt-BR.yml b/messages/toolbar/toolbar.pt-BR.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.pt-BR.yml +++ b/messages/toolbar/toolbar.pt-BR.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.pt-PT.yml b/messages/toolbar/toolbar.pt-PT.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.pt-PT.yml +++ b/messages/toolbar/toolbar.pt-PT.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.ro-RO.yml b/messages/toolbar/toolbar.ro-RO.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.ro-RO.yml +++ b/messages/toolbar/toolbar.ro-RO.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.ru-RU.yml b/messages/toolbar/toolbar.ru-RU.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.ru-RU.yml +++ b/messages/toolbar/toolbar.ru-RU.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.sk-SK.yml b/messages/toolbar/toolbar.sk-SK.yml index 63a97e45..e617fbb2 100644 --- a/messages/toolbar/toolbar.sk-SK.yml +++ b/messages/toolbar/toolbar.sk-SK.yml @@ -2,3 +2,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar moreToolsTitle: Viac nástrojov + + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.sv-SE.yml b/messages/toolbar/toolbar.sv-SE.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.sv-SE.yml +++ b/messages/toolbar/toolbar.sv-SE.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.tr-TR.yml b/messages/toolbar/toolbar.tr-TR.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.tr-TR.yml +++ b/messages/toolbar/toolbar.tr-TR.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.uk-UA.yml b/messages/toolbar/toolbar.uk-UA.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.uk-UA.yml +++ b/messages/toolbar/toolbar.uk-UA.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.zh-CN.yml b/messages/toolbar/toolbar.zh-CN.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.zh-CN.yml +++ b/messages/toolbar/toolbar.zh-CN.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.zh-HK.yml b/messages/toolbar/toolbar.zh-HK.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.zh-HK.yml +++ b/messages/toolbar/toolbar.zh-HK.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right diff --git a/messages/toolbar/toolbar.zh-TW.yml b/messages/toolbar/toolbar.zh-TW.yml index 0390ce6f..3077c1f4 100644 --- a/messages/toolbar/toolbar.zh-TW.yml +++ b/messages/toolbar/toolbar.zh-TW.yml @@ -1,4 +1,9 @@ kendo: toolbar: # The title of the "more tools" button in a responsive ToolBar - moreToolsTitle: More tools \ No newline at end of file + moreToolsTitle: More tools + # The title for the **Previous Tool** button when the Toolbar is scrollable. + previousToolButton: Scroll left + + # The title for the **Next Tool** button when the Toolbar is scrollable. + nextToolButton: Scroll right