mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Merge master to develop (#1189)
* Merge master into develop (#1063) - pick up translation changes - clean up trailing spaces * Rebuild for translations * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Cherrypick a fix for #1069 and rebuild (#1075) * Fix #1069 (#1073) * rebuild * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Rebuild compressed files * Add some translatewiki annotations back into msg/messages.js * Rebuild msg files
This commit is contained in:
@@ -14,12 +14,14 @@
|
||||
"Chrumps",
|
||||
"Woytecr",
|
||||
"Liuxinyu970226",
|
||||
"Krottyianock"
|
||||
"Krottyianock",
|
||||
"Mazab IZW",
|
||||
"Teeed"
|
||||
]
|
||||
},
|
||||
"VARIABLES_DEFAULT_NAME": "element",
|
||||
"TODAY": "Dzisiaj",
|
||||
"DUPLICATE_BLOCK": "Duplikuj",
|
||||
"DUPLICATE_BLOCK": "Powiel",
|
||||
"ADD_COMMENT": "Dodaj komentarz",
|
||||
"REMOVE_COMMENT": "Usuń komentarz",
|
||||
"EXTERNAL_INPUTS": "Zewnętrzne wejścia",
|
||||
@@ -86,11 +88,19 @@
|
||||
"CONTROLS_IF_IF_TOOLTIP": "Dodaj, usuń lub zmień kolejność bloków, żeby zmodyfikować ten blok „jeśli”.",
|
||||
"CONTROLS_IF_ELSEIF_TOOLTIP": "Dodaj warunek do bloku „jeśli”.",
|
||||
"CONTROLS_IF_ELSE_TOOLTIP": "Dodaj ostatni warunek do bloku „jeśli”, gdy żaden wcześniejszy nie był spełniony.",
|
||||
"IOS_OK": "OK",
|
||||
"IOS_CANCEL": "Anuluj",
|
||||
"IOS_ERROR": "Błąd",
|
||||
"IOS_PROCEDURES_INPUTS": "WEJŚCIA",
|
||||
"IOS_PROCEDURES_ADD_INPUT": "+ Dodaj wejście",
|
||||
"IOS_VARIABLES_ADD_BUTTON": "Dodaj",
|
||||
"IOS_VARIABLES_RENAME_BUTTON": "Zmień nazwę",
|
||||
"IOS_VARIABLES_DELETE_BUTTON": "Skasuj",
|
||||
"LOGIC_COMPARE_HELPURL": "https://pl.wikipedia.org/wiki/Nierówność",
|
||||
"LOGIC_COMPARE_TOOLTIP_EQ": "Zwróć \"prawda\", jeśli oba wejścia są sobie równe.",
|
||||
"LOGIC_COMPARE_TOOLTIP_NEQ": "Zwróć \"prawda\", jeśli oba wejścia są sobie nierówne.",
|
||||
"LOGIC_COMPARE_TOOLTIP_LT": "Zwróć \"prawda\" jeśli pierwsze wejście jest większe od drugiego.",
|
||||
"LOGIC_COMPARE_TOOLTIP_LTE": "Zwróć \"prawda\", jeśli pierwsze wejście jest większe lub równe drugiemu.",
|
||||
"LOGIC_COMPARE_TOOLTIP_LT": "Zwróć \"prawda\" jeśli pierwsze wejście jest mniejsze od drugiego.",
|
||||
"LOGIC_COMPARE_TOOLTIP_LTE": "Zwróć \"prawda\", jeśli pierwsze wejście jest mniejsze lub równe drugiemu.",
|
||||
"LOGIC_COMPARE_TOOLTIP_GT": "Zwróć \"prawda\" jeśli pierwsze wejście jest większe od drugiego.",
|
||||
"LOGIC_COMPARE_TOOLTIP_GTE": "Zwróć \"prawda\", jeśli pierwsze wejście jest większe lub równe drugiemu.",
|
||||
"LOGIC_OPERATION_TOOLTIP_AND": "Zwróć \"prawda\" jeśli oba dane elementy mają wartość \"prawda\".",
|
||||
@@ -318,6 +328,7 @@
|
||||
"LISTS_SPLIT_WITH_DELIMITER": "z separatorem",
|
||||
"LISTS_SPLIT_TOOLTIP_SPLIT": "Rozdziela tekst na listę mniejszych tekstów, dzieląc na każdym separatorze.",
|
||||
"LISTS_SPLIT_TOOLTIP_JOIN": "Łączy listę tekstów w jeden tekst, rozdzielany separatorem.",
|
||||
"LISTS_REVERSE_MESSAGE0": "odwróć %1",
|
||||
"ORDINAL_NUMBER_SUFFIX": "",
|
||||
"VARIABLES_GET_TOOLTIP": "Zwraca wartość tej zmiennej.",
|
||||
"VARIABLES_GET_CREATE_SET": "Utwórz blok 'ustaw %1'",
|
||||
|
||||
Reference in New Issue
Block a user