We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd1245 commit b9b25e8Copy full SHA for b9b25e8
1 file changed
src/nls/root/strings.js
@@ -1871,6 +1871,16 @@ define({
1871
"DEMO_ALT_MORE_OPTIONS_ICON": "More options",
1872
"DEMO_ALT_CARD_IMAGE": "Card image",
1873
"DEMO_ALT_ROCKET": "Rocket",
1874
- "DEMO_ALT_ARROW": "Arrow"
+ "DEMO_ALT_ARROW": "Arrow",
1875
+
1876
+ "DEMO_JS_BUTTON_BACK": "Back",
1877
+ "DEMO_JS_BUTTON_PREVIOUS": "Previous",
1878
+ "DEMO_JS_BUTTON_NEXT": "Next",
1879
+ "DEMO_JS_BUTTON_TIP": "Tip",
1880
+ "DEMO_JS_BUTTON_FINISH": "Finish",
1881
+ "DEMO_JS_BUTTON_ONE_MORE": "One more thing",
1882
+ "DEMO_JS_BUTTON_START_AGAIN": "Start Again",
1883
+ "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 cards",
1884
+ "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 deleted"
1885
// demo end
1886
});
0 commit comments