Thimble-L10N - Pull new strings from Thimble

This commit is contained in:
Travis CI 2017-05-23 20:36:23 +00:00
Родитель 33095912a6
Коммит 50aeaa58bb
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -222,3 +222,5 @@ CONSOLE_CLEAR_TOOLTIP=De console wissen
CONSOLE_CLOSE_TOOLTIP=De console sluiten
# When a user logs an empty string to the console, this will show instead of nothing
CONSOLE_EMPTY_STRING=Lege tekenreeks
# Text that shows up when the console is empty with instructions on how to use it
CONSOLE_HELPTEXT=Voeg <code>console.log("Hallo wereld!");</code> toe aan uw JavaScript-bestand om de console te gebruiken.