chore: Rollup of all Q3 message changes (#5564)

Courtesy of Translatewiki
This commit is contained in:
Neil Fraser
2021-09-28 12:20:42 -07:00
committed by GitHub
parent cd5ea681f1
commit c9329ea8eb
166 changed files with 2495 additions and 2457 deletions

View File

@@ -2,13 +2,13 @@
'use strict';
Blockly.Msg["ADD_COMMENT"] = "Add Comment"; // untranslated
Blockly.Msg["ADD_COMMENT"] = "ማስታወሻ ያክሉ";
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Can't delete the variable '%1' because it's part of the definition of the function '%2'"; // untranslated
Blockly.Msg["CHANGE_VALUE_TITLE"] = "Change value:"; // untranslated
Blockly.Msg["CLEAN_UP"] = "Clean up Blocks"; // untranslated
Blockly.Msg["CLEAN_UP"] = "ብሎኮቹን ይሰድሩ";
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Collapsed blocks contain warnings."; // untranslated
Blockly.Msg["COLLAPSE_ALL"] = "Collapse Blocks"; // untranslated
Blockly.Msg["COLLAPSE_BLOCK"] = "Collapse Block"; // untranslated
Blockly.Msg["COLLAPSE_ALL"] = "የብሎኮቹን መረጃዎች ያሳጥሩ";
Blockly.Msg["COLLAPSE_BLOCK"] = "የብሎኩን መረጃ ያሳጥሩ";
Blockly.Msg["COLOUR_BLEND_COLOUR1"] = "colour 1"; // untranslated
Blockly.Msg["COLOUR_BLEND_COLOUR2"] = "colour 2"; // untranslated
Blockly.Msg["COLOUR_BLEND_HELPURL"] = "https://meyerweb.com/eric/tools/color-blend/#:::rgbp"; // untranslated
@@ -58,35 +58,22 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "repeat until"; // untransl
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "repeat while"; // untranslated
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "While a value is false, then do some statements."; // untranslated
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "While a value is true, then do some statements."; // untranslated
Blockly.Msg["DELETE_ALL_BLOCKS"] = "Delete all %1 blocks?"; // untranslated
Blockly.Msg["DELETE_BLOCK"] = "Delete Block"; // untranslated
Blockly.Msg["DELETE_ALL_BLOCKS"] = "%1 ያህል ብሎኮች ይሰረዙ?";
Blockly.Msg["DELETE_BLOCK"] = "ብሎኩን ይሰርዙ";
Blockly.Msg["DELETE_VARIABLE"] = "Delete the '%1' variable"; // untranslated
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "Delete %1 uses of the '%2' variable?"; // untranslated
Blockly.Msg["DELETE_X_BLOCKS"] = "Delete %1 Blocks"; // untranslated
Blockly.Msg["DELETE_X_BLOCKS"] = "%1 ብሎኮች ይሰርዙ";
Blockly.Msg["DIALOG_CANCEL"] = "ይቅር";
Blockly.Msg["DIALOG_OK"] = "እሺ";
Blockly.Msg["DISABLE_BLOCK"] = "Disable Block"; // untranslated
Blockly.Msg["DUPLICATE_BLOCK"] = "Duplicate"; // untranslated
Blockly.Msg["DUPLICATE_COMMENT"] = "Duplicate Comment"; // untranslated
Blockly.Msg["ENABLE_BLOCK"] = "Enable Block"; // untranslated
Blockly.Msg["EXPAND_ALL"] = "Expand Blocks"; // untranslated
Blockly.Msg["EXPAND_BLOCK"] = "Expand Block"; // untranslated
Blockly.Msg["EXTERNAL_INPUTS"] = "External Inputs"; // untranslated
Blockly.Msg["HELP"] = "Help"; // untranslated
Blockly.Msg["INLINE_INPUTS"] = "Inline Inputs"; // untranslated
Blockly.Msg["IOS_CANCEL"] = "Cancel"; // untranslated
Blockly.Msg["IOS_ERROR"] = "Error"; // untranslated
Blockly.Msg["IOS_OK"] = "OK"; // untranslated
Blockly.Msg["IOS_PROCEDURES_ADD_INPUT"] = "+ Add Input"; // untranslated
Blockly.Msg["IOS_PROCEDURES_ALLOW_STATEMENTS"] = "Allow statements"; // untranslated
Blockly.Msg["IOS_PROCEDURES_DUPLICATE_INPUTS_ERROR"] = "This function has duplicate inputs."; // untranslated
Blockly.Msg["IOS_PROCEDURES_INPUTS"] = "INPUTS"; // untranslated
Blockly.Msg["IOS_VARIABLES_ADD_BUTTON"] = "Add"; // untranslated
Blockly.Msg["IOS_VARIABLES_ADD_VARIABLE"] = "+ Add Variable"; // untranslated
Blockly.Msg["IOS_VARIABLES_DELETE_BUTTON"] = "Delete"; // untranslated
Blockly.Msg["IOS_VARIABLES_EMPTY_NAME_ERROR"] = "You can't use an empty variable name."; // untranslated
Blockly.Msg["IOS_VARIABLES_RENAME_BUTTON"] = "Rename"; // untranslated
Blockly.Msg["IOS_VARIABLES_VARIABLE_NAME"] = "Variable name"; // untranslated
Blockly.Msg["DISABLE_BLOCK"] = "ብሎኩን ለጊዜው ያጥፉ";
Blockly.Msg["DUPLICATE_BLOCK"] = "ቅጂ";
Blockly.Msg["DUPLICATE_COMMENT"] = "ማስታወሻውን ይቅዱ";
Blockly.Msg["ENABLE_BLOCK"] = "ብሎኩን ደግመው ያስጀምሩ";
Blockly.Msg["EXPAND_ALL"] = "የብሎኮቹን መረጃዎች ዳግም ያስረዝሙ";
Blockly.Msg["EXPAND_BLOCK"] = "የብሎኩን መረጃ ዳግም ያስረዝሙ";
Blockly.Msg["EXTERNAL_INPUTS"] = "የውጪ ግብዓቶች";
Blockly.Msg["HELP"] = "እገዛ";
Blockly.Msg["INLINE_INPUTS"] = "የውስጥ ግብዓቶች";
Blockly.Msg["LISTS_CREATE_EMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-empty-list"; // untranslated
Blockly.Msg["LISTS_CREATE_EMPTY_TITLE"] = "create empty list"; // untranslated
Blockly.Msg["LISTS_CREATE_EMPTY_TOOLTIP"] = "Returns a list, of length 0, containing no data records"; // untranslated
@@ -317,8 +304,8 @@ Blockly.Msg["PROCEDURES_MUTATORARG_TITLE"] = "input name:"; // untranslated
Blockly.Msg["PROCEDURES_MUTATORARG_TOOLTIP"] = "Add an input to the function."; // untranslated
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "inputs"; // untranslated
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Add, remove, or reorder inputs to this function."; // untranslated
Blockly.Msg["REDO"] = "Redo"; // untranslated
Blockly.Msg["REMOVE_COMMENT"] = "Remove Comment"; // untranslated
Blockly.Msg["REDO"] = "ከእንደገና";
Blockly.Msg["REMOVE_COMMENT"] = "ማስታወሻ ያጥፉ";
Blockly.Msg["RENAME_VARIABLE"] = "Rename variable..."; // untranslated
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Rename all '%1' variables to:"; // untranslated
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification"; // untranslated
@@ -389,9 +376,9 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_BOTH"] = "trim spaces from both sides of"; // u
Blockly.Msg["TEXT_TRIM_OPERATOR_LEFT"] = "trim spaces from left side of"; // untranslated
Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "trim spaces from right side of"; // untranslated
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Return a copy of the text with spaces removed from one or both ends."; // untranslated
Blockly.Msg["TODAY"] = "Today"; // untranslated
Blockly.Msg["UNDO"] = "Undo"; // untranslated
Blockly.Msg["UNNAMED_KEY"] = "unnamed"; // untranslated
Blockly.Msg["TODAY"] = "ዛሬ";
Blockly.Msg["UNDO"] = "ይቀልብሱ";
Blockly.Msg["UNNAMED_KEY"] = "ያልተሰየመ";
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "item"; // untranslated
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Create 'set %1'"; // untranslated
Blockly.Msg["VARIABLES_GET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#get"; // untranslated