mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Recompile after TranslateWiki push.
This commit is contained in:
14
msg/js/is.js
14
msg/js/is.js
@@ -7,9 +7,9 @@ goog.provide('Blockly.Msg.is');
|
||||
goog.require('Blockly.Msg');
|
||||
|
||||
Blockly.Msg.ADD_COMMENT = "Skrifa skýringu";
|
||||
Blockly.Msg.AUTH = "Please authorize this app to enable your work to be saved and to allow it to be shared by you."; // untranslated
|
||||
Blockly.Msg.AUTH = "Vinsamlegast heimilaðu þetta forrit svo að hægt sé að vista verk þitt og svo að þú megir deila því";
|
||||
Blockly.Msg.CHANGE_VALUE_TITLE = "Breyta gildi:";
|
||||
Blockly.Msg.CHAT = "Chat with your collaborator by typing in this box!"; // untranslated
|
||||
Blockly.Msg.CHAT = "Spjallaðu við félaga með því að skrifa í þennan reit!";
|
||||
Blockly.Msg.COLLAPSE_ALL = "Loka kubbum";
|
||||
Blockly.Msg.COLLAPSE_BLOCK = "Loka kubbi";
|
||||
Blockly.Msg.COLOUR_BLEND_COLOUR1 = "litur 1";
|
||||
@@ -256,11 +256,11 @@ Blockly.Msg.MATH_TRIG_TOOLTIP_ATAN = "Skilar arkartangensi tölu.";
|
||||
Blockly.Msg.MATH_TRIG_TOOLTIP_COS = "Skila kósínusi horns gefnu í gráðum.";
|
||||
Blockly.Msg.MATH_TRIG_TOOLTIP_SIN = "Skila sínusi horns gefnu í gráðum.";
|
||||
Blockly.Msg.MATH_TRIG_TOOLTIP_TAN = "Skila tangensi horns gefnu í gráðum.";
|
||||
Blockly.Msg.ME = "Me"; // untranslated
|
||||
Blockly.Msg.ME = "Mig";
|
||||
Blockly.Msg.NEW_VARIABLE = "Ný breyta...";
|
||||
Blockly.Msg.NEW_VARIABLE_TITLE = "Heiti nýrrar breytu:";
|
||||
Blockly.Msg.ORDINAL_NUMBER_SUFFIX = ""; // untranslated
|
||||
Blockly.Msg.PROCEDURES_ALLOW_STATEMENTS = "allow statements"; // untranslated
|
||||
Blockly.Msg.PROCEDURES_ALLOW_STATEMENTS = "leyfa setningar";
|
||||
Blockly.Msg.PROCEDURES_BEFORE_PARAMS = "með:";
|
||||
Blockly.Msg.PROCEDURES_CALLNORETURN_CALL = ""; // untranslated
|
||||
Blockly.Msg.PROCEDURES_CALLNORETURN_HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29";
|
||||
@@ -345,9 +345,9 @@ Blockly.Msg.TEXT_PROMPT_TYPE_TEXT = "biðja um texta með skilaboðum";
|
||||
Blockly.Msg.TEXT_TEXT_HELPURL = "https://en.wikipedia.org/wiki/String_(computer_science)";
|
||||
Blockly.Msg.TEXT_TEXT_TOOLTIP = "Stafur, orð eða textalína.";
|
||||
Blockly.Msg.TEXT_TRIM_HELPURL = "https://github.com/google/blockly/wiki/Text#trimming-removing-spaces"; // untranslated
|
||||
Blockly.Msg.TEXT_TRIM_OPERATOR_BOTH = "eyða bilum af báðum endum";
|
||||
Blockly.Msg.TEXT_TRIM_OPERATOR_LEFT = "eyða bilum af vinstri enda";
|
||||
Blockly.Msg.TEXT_TRIM_OPERATOR_RIGHT = "eyða bilum af hægri enda";
|
||||
Blockly.Msg.TEXT_TRIM_OPERATOR_BOTH = "eyða bilum báðum megin við";
|
||||
Blockly.Msg.TEXT_TRIM_OPERATOR_LEFT = "eyða bilum vinstra megin við";
|
||||
Blockly.Msg.TEXT_TRIM_OPERATOR_RIGHT = "eyða bilum hægra megin við";
|
||||
Blockly.Msg.TEXT_TRIM_TOOLTIP = "Skila afriti af textanum þar sem möguleg bil við báða enda hafa verið fjarlægð.";
|
||||
Blockly.Msg.VARIABLES_DEFAULT_NAME = "atriði";
|
||||
Blockly.Msg.VARIABLES_GET_CREATE_SET = "Búa til 'stilla %1'";
|
||||
|
||||
Reference in New Issue
Block a user