mirror of
https://github.com/google/blockly.git
synced 2026-02-12 18:40:10 +01:00
Localisation updates from https://translatewiki.net.
This commit is contained in:
@@ -108,6 +108,12 @@
|
||||
"LOGIC_TERNARY_TOOLTIP": "Verificar le condition in 'test'. Si le condition es ver, retorna le valor de 'si ver'; si non, retorna le valor de 'si false'.",
|
||||
"MATH_NUMBER_HELPURL": "https://ia.wikipedia.org/wiki/Numero",
|
||||
"MATH_NUMBER_TOOLTIP": "Un numero.",
|
||||
"MATH_TRIG_SIN": "sin",
|
||||
"MATH_TRIG_COS": "cos",
|
||||
"MATH_TRIG_TAN": "tan",
|
||||
"MATH_TRIG_ASIN": "asin",
|
||||
"MATH_TRIG_ACOS": "acos",
|
||||
"MATH_TRIG_ATAN": "atan",
|
||||
"MATH_ARITHMETIC_HELPURL": "https://ia.wikipedia.org/wiki/Arithmetica",
|
||||
"MATH_ARITHMETIC_TOOLTIP_ADD": "Retornar le summa del duo numeros.",
|
||||
"MATH_ARITHMETIC_TOOLTIP_MINUS": "Retornar le differentia del duo numeros.",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"Nguyễn Mạnh An",
|
||||
"Qneutron",
|
||||
"SierraNguyen",
|
||||
"TARGET6tidiem",
|
||||
"Withoutaname"
|
||||
]
|
||||
},
|
||||
@@ -112,6 +113,12 @@
|
||||
"LOGIC_TERNARY_TOOLTIP": "Kiểm tra điều kiện. Nếu điều kiện đúng, hoàn trả giá trị từ mệnh đề \"nếu đúng\" nếu không đúng, hoàn trả giá trị từ mệnh đề \"nếu sai\".",
|
||||
"MATH_NUMBER_HELPURL": "https://vi.wikipedia.org/wiki/S%E1%BB%91",
|
||||
"MATH_NUMBER_TOOLTIP": "Một con số.",
|
||||
"MATH_TRIG_SIN": "sin",
|
||||
"MATH_TRIG_COS": "cos",
|
||||
"MATH_TRIG_TAN": "tan",
|
||||
"MATH_TRIG_ASIN": "asin",
|
||||
"MATH_TRIG_ACOS": "acos",
|
||||
"MATH_TRIG_ATAN": "atan",
|
||||
"MATH_ARITHMETIC_HELPURL": "https://vi.wikipedia.org/wiki/S%E1%BB%91_h%E1%BB%8Dc",
|
||||
"MATH_ARITHMETIC_TOOLTIP_ADD": "Hoàn trả tổng của hai con số.",
|
||||
"MATH_ARITHMETIC_TOOLTIP_MINUS": "Hoàn trả hiệu của hai con số.",
|
||||
|
||||
Reference in New Issue
Block a user