Localisation updates from https://translatewiki.net.

This commit is contained in:
Siebrand Mazeland 2015-07-23 18:47:11 +02:00
parent 83abc988a7
commit 7835b89cf5
5 changed files with 32 additions and 15 deletions

View file

@ -4,7 +4,8 @@
"Metalhead64",
"M165437",
"Dan-yell",
"아라"
"아라",
"Octycs"
]
},
"VARIABLES_DEFAULT_NAME": "Element",
@ -32,7 +33,7 @@
"RENAME_VARIABLE": "Variable umbenennen...",
"RENAME_VARIABLE_TITLE": "Alle \"%1\" Variablen umbenennen in:",
"COLOUR_PICKER_HELPURL": "https://de.wikipedia.org/wiki/Farbe",
"COLOUR_PICKER_TOOLTIP": "Wählen eine Farbe von der Palette.",
"COLOUR_PICKER_TOOLTIP": "Wähle eine Farbe aus der Palette.",
"COLOUR_RANDOM_TITLE": "zufällige Farbe",
"COLOUR_RANDOM_TOOLTIP": "Wähle eine Farbe nach dem Zufallsprinzip.",
"COLOUR_RGB_HELPURL": "https://de.wikipedia.org/wiki/RGB-Farbraum",

View file

@ -3,7 +3,8 @@
"authors": [
"Kenrick95",
"아라",
"Mirws"
"Mirws",
"Marwan Mohamad"
]
},
"VARIABLES_DEFAULT_NAME": "item",
@ -13,16 +14,16 @@
"REMOVE_COMMENT": "Hapus komentar",
"EXTERNAL_INPUTS": "Input-input eksternal",
"INLINE_INPUTS": "Input inline",
"DELETE_BLOCK": "Hapus blok",
"DELETE_X_BLOCKS": "Hapus %1 blok",
"COLLAPSE_BLOCK": "Tutup blok",
"COLLAPSE_ALL": "Tutup blok",
"EXPAND_BLOCK": "Kembangkan blok",
"DELETE_BLOCK": "Hapus Blok",
"DELETE_X_BLOCKS": "Hapus %1 Blok",
"COLLAPSE_BLOCK": "Ciutkan Blok",
"COLLAPSE_ALL": "Ciutkan Blok",
"EXPAND_BLOCK": "Kembangkan Blok",
"EXPAND_ALL": "Kembangkan blok-blok",
"DISABLE_BLOCK": "Nonaktifkan blok",
"ENABLE_BLOCK": "Aktifkan blok",
"DISABLE_BLOCK": "Nonaktifkan Blok",
"ENABLE_BLOCK": "Aktifkan Blok",
"HELP": "Bantuan",
"CHAT": "Chatting dengan kolaborator Anda dengan mengetikkan di kotak ini!",
"CHAT": "Chatting dengan kolaborator anda dengan mengetikkan di kotak ini!",
"AUTH": "Silakan mengotorisasi aplikasi ini untuk memungkinkan pekerjaan Anda dapat disimpan dan digunakan bersama.",
"ME": "Saya",
"CHANGE_VALUE_TITLE": "Ubah nilai:",
@ -286,6 +287,11 @@
"LISTS_GET_SUBLIST_END_FROM_END": "ke # dari akhir",
"LISTS_GET_SUBLIST_END_LAST": "ke yang paling akhir",
"LISTS_GET_SUBLIST_TOOLTIP": "Membuat salinan dari bagian tertentu dari list.",
"LISTS_SPLIT_LIST_FROM_TEXT": "membuat daftar dari teks",
"LISTS_SPLIT_TEXT_FROM_LIST": "buat teks dari daftar",
"LISTS_SPLIT_WITH_DELIMITER": "dengan pembatas",
"LISTS_SPLIT_TOOLTIP_SPLIT": "Membagi teks ke dalam daftar teks, pisahkan pada setiap pembatas.",
"LISTS_SPLIT_TOOLTIP_JOIN": "Gabung daftar teks menjadi satu teks, yang dipisahkan oleh pembatas.",
"VARIABLES_GET_TOOLTIP": "Mengembalikan nilai variabel ini.",
"VARIABLES_GET_CREATE_SET": "Membuat 'tetapkan %1'",
"VARIABLES_SET": "tetapkan %1 untuk %2",
@ -300,13 +306,16 @@
"PROCEDURES_DEFRETURN_HELPURL": "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29",
"PROCEDURES_DEFRETURN_RETURN": "kembali",
"PROCEDURES_DEFRETURN_TOOLTIP": "Menciptakan sebuah fungsi dengan satu output.",
"PROCEDURES_ALLOW_STATEMENTS": "memungkinkan pernyataan",
"PROCEDURES_DEF_DUPLICATE_WARNING": "Peringatan: Fungsi ini memiliki parameter duplikat.",
"PROCEDURES_CALLNORETURN_HELPURL": "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29",
"PROCEDURES_CALLNORETURN_TOOLTIP": "Menjalankan fungsi '%1' yang ditetapkan pengguna.",
"PROCEDURES_CALLRETURN_HELPURL": "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29",
"PROCEDURES_CALLRETURN_TOOLTIP": "Menjalankan fungsi '%1' yang ditetapkan pengguna dan menggunakan outputnya.",
"PROCEDURES_MUTATORCONTAINER_TITLE": "input",
"PROCEDURES_MUTATORCONTAINER_TOOLTIP": "Menambah, menghapus, atau menyusun ulang masukan untuk fungsi ini.",
"PROCEDURES_MUTATORARG_TITLE": "masukan Nama:",
"PROCEDURES_MUTATORARG_TOOLTIP": "Tambahkan masukan ke fungsi.",
"PROCEDURES_HIGHLIGHT_DEF": "Sorot definisi fungsi",
"PROCEDURES_CREATE_DO": "Buat '%1'",
"PROCEDURES_IFRETURN_TOOLTIP": "Jika nilai yang benar, kemudian kembalikan nilai kedua.",

View file

@ -45,11 +45,11 @@
"COLOUR_BLEND_TITLE": "block text - A verb for blending two shades of paint.",
"COLOUR_BLEND_COLOUR1": "block input text - The first of two colours to [https://github.com/google/blockly/wiki/Colour#blending-colours blend].",
"COLOUR_BLEND_COLOUR2": "block input text - The second of two colours to [https://github.com/google/blockly/wiki/Colour#blending-colours blend].",
"COLOUR_BLEND_RATIO": "block input text - The proportion of the [https://github.com/google/blockly/wiki/Colour#blending-colours blend] containing the first color; the remaining proportion is of the second colour. For example, if the first colour is red and the second color blue, a ratio of 1 would yield pure red, a ratio of .5 would yield purple (equal amounts of red and blue), and a ratio of 0 would yield pure blue.",
"COLOUR_BLEND_RATIO": "block input text - The proportion of the [https://github.com/google/blockly/wiki/Colour#blending-colours blend] containing the first color; the remaining proportion is of the second colour. For example, if the first colour is red and the second color blue, a ratio of 1 would yield pure red, a ratio of .5 would yield purple (equal amounts of red and blue), and a ratio of 0 would yield pure blue.\n{{Identical|Ratio}}",
"COLOUR_BLEND_TOOLTIP": "tooltip - See [https://github.com/google/blockly/wiki/Colour#blending-colours https://github.com/google/blockly/wiki/Colour#blending-colours].",
"CONTROLS_REPEAT_HELPURL": "url - Describes 'repeat loops' in computer programs; consider using the translation of the page [https://en.wikipedia.org/wiki/Control_flow http://en.wikipedia.org/wiki/Control_flow].",
"CONTROLS_REPEAT_TITLE": "block input text - Title of [https://github.com/google/blockly/wiki/Loops#repeat repeat block].\n\nParameters:\n* %1 - the number of times the body of the loop should be repeated.",
"CONTROLS_REPEAT_INPUT_DO": "block text - Preceding the blocks in the body of the loop. See [https://github.com/google/blockly/wiki/Loops https://github.com/google/blockly/wiki/Loops].",
"CONTROLS_REPEAT_INPUT_DO": "block text - Preceding the blocks in the body of the loop. See [https://github.com/google/blockly/wiki/Loops https://github.com/google/blockly/wiki/Loops].\n{{Identical|Do}}",
"CONTROLS_REPEAT_TOOLTIP": "tooltip - See [https://github.com/google/blockly/wiki/Loops#repeat https://github.com/google/blockly/wiki/Loops#repeat].",
"CONTROLS_WHILEUNTIL_HELPURL": "url - Describes 'while loops' in computer programs; consider using the translation of [https://en.wikipedia.org/wiki/While_loop https://en.wikipedia.org/wiki/While_loop], if present, or [https://en.wikipedia.org/wiki/Control_flow https://en.wikipedia.org/wiki/Control_flow].",
"CONTROLS_WHILEUNTIL_OPERATOR_WHILE": "dropdown - Specifies that a loop should [https://github.com/google/blockly/wiki/Loops#repeat-while repeat while] the following condition is true.",

View file

@ -50,6 +50,7 @@
"COLOUR_BLEND_COLOUR2": "renk 2",
"COLOUR_BLEND_RATIO": "oran",
"COLOUR_BLEND_TOOLTIP": "Verilen bir orana bağlı olarak iki rengi karıştırır. (0.0 - 1.0).",
"CONTROLS_REPEAT_HELPURL": "https://tr.wikipedia.org/wiki/For_d%C3%B6ng%C3%BCs%C3%BC",
"CONTROLS_REPEAT_TITLE": "%1 kez tekrarla",
"CONTROLS_REPEAT_INPUT_DO": "yap",
"CONTROLS_REPEAT_TOOLTIP": "Bazı işlemleri birkaç kez yap.",
@ -76,6 +77,7 @@
"CONTROLS_IF_IF_TOOLTIP": "If bloğuna ekle, kaldır veya yeniden düzenleme yap.",
"CONTROLS_IF_ELSEIF_TOOLTIP": "If bloğuna bir koşul ekleyin.",
"CONTROLS_IF_ELSE_TOOLTIP": "If bloğuna kalan durumları \"yakalayan\" bir son ekle.",
"LOGIC_COMPARE_HELPURL": "https://tr.wikipedia.org/wiki/E%C5%9Fitsizlikler",
"LOGIC_COMPARE_TOOLTIP_EQ": "Girilen iki değer birbirine eşitse \"True\" değerini verir.",
"LOGIC_COMPARE_TOOLTIP_NEQ": "Girilen iki değerde birbirine eşit değilse \"True\" değerini verir.",
"LOGIC_COMPARE_TOOLTIP_LT": "Girilen ilk değer ikinci değerden küçükse \"True\" değerini verir.",
@ -118,6 +120,7 @@
"MATH_ARITHMETIC_TOOLTIP_MULTIPLY": "İki sayının çarpımını döndür.",
"MATH_ARITHMETIC_TOOLTIP_DIVIDE": "İki sayının bölümünü döndür.",
"MATH_ARITHMETIC_TOOLTIP_POWER": "İlk sayinin ikincinin kuvvetine yükseltilmişini döndür.",
"MATH_SINGLE_HELPURL": "https://tr.wikipedia.org/wiki/Karek%C3%B6k",
"MATH_SINGLE_OP_ROOT": "Kare kök",
"MATH_SINGLE_TOOLTIP_ROOT": "Bir sayının karekökü nü döndür .",
"MATH_SINGLE_OP_ABSOLUTE": "Kesin",
@ -127,6 +130,7 @@
"MATH_SINGLE_TOOLTIP_LOG10": "Bir sayının 10 temelinde logaritmasını döndür .",
"MATH_SINGLE_TOOLTIP_EXP": "Bir sayının e ' inci kuvvetini döndür .",
"MATH_SINGLE_TOOLTIP_POW10": "Bir sayının 10. kuvvetini döndür .",
"MATH_TRIG_HELPURL": "https://tr.wikipedia.org/wiki/Trigonometrik_fonksiyonlar",
"MATH_TRIG_TOOLTIP_SIN": "Bir açının sinüsünü döndür(radyan olarak değil).",
"MATH_TRIG_TOOLTIP_COS": "Bir açının kosinüsünü döndür(radyan olarak değil).",
"MATH_TRIG_TOOLTIP_TAN": "Bir açının tanjantını döndür(radyan olarak değil).",
@ -172,8 +176,10 @@
"MATH_MODULO_TOOLTIP": "İki sayının bölümünden kalanı döndür.",
"MATH_CONSTRAIN_TITLE": "%1 i en düşük %2 en yüksek %3 ile sınırla",
"MATH_CONSTRAIN_TOOLTIP": "Bir sayıyı belirli iki sayı arasında sınırlandır(dahil).",
"MATH_RANDOM_INT_HELPURL": "https://tr.wikipedia.org/wiki/Rastgele_say%C4%B1_%C3%BCretimi",
"MATH_RANDOM_INT_TITLE": "%1 ile %2 arasında rastgele tam sayı üret",
"MATH_RANDOM_INT_TOOLTIP": "Herhangi iki sayı arasında , sayılar dahil olmak üzere , rastgele bir tam sayı döndür.",
"MATH_RANDOM_FLOAT_HELPURL": "https://tr.wikipedia.org/wiki/Rastgele_say%C4%B1_%C3%BCretimi",
"MATH_RANDOM_FLOAT_TITLE_RANDOM": "Rast gele kesirli sayı , yada parça",
"MATH_RANDOM_FLOAT_TOOLTIP": "0.0(dahil) ve 1.0 (hariç) sayıları arasında bir sayı döndür .",
"TEXT_TEXT_HELPURL": "https://en.wikipedia.org/wiki/String_(computer_science)",

View file

@ -3,7 +3,8 @@
"authors": [
"Gasolin",
"Wehwei",
"Liuxinyu970226"
"Liuxinyu970226",
"LNDDYL"
]
},
"VARIABLES_DEFAULT_NAME": "變量",
@ -290,7 +291,7 @@
"PROCEDURES_CALLRETURN_TOOLTIP": "執行使用者定義的函數 '%1' 並使用它的回傳值",
"PROCEDURES_MUTATORCONTAINER_TITLE": "參數",
"PROCEDURES_MUTATORARG_TITLE": "變量:",
"PROCEDURES_HIGHLIGHT_DEF": "高亮顯示函式定義",
"PROCEDURES_HIGHLIGHT_DEF": "反白顯示函式定義",
"PROCEDURES_CREATE_DO": "建立 '%1'",
"PROCEDURES_IFRETURN_TOOLTIP": "如果值為 真,則返回第二個值。",
"PROCEDURES_IFRETURN_WARNING": "警告: 此積木僅可在定義函式時使用。"