mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +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:
34
msg/js/tr.js
34
msg/js/tr.js
@@ -7,7 +7,7 @@ goog.provide('Blockly.Msg.tr');
|
||||
goog.require('Blockly.Msg');
|
||||
|
||||
Blockly.Msg.ADD_COMMENT = "Yorum Ekle";
|
||||
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.CANNOT_DELETE_VARIABLE_PROCEDURE = "'%1' değişkeni, '%2' fonksiyonunun tanımının bir parçası olduğu için silinemez";
|
||||
Blockly.Msg.CHANGE_VALUE_TITLE = "Değeri değiştir:";
|
||||
Blockly.Msg.CLEAN_UP = "Blokları temizle";
|
||||
Blockly.Msg.COLLAPSE_ALL = "Blokları Daralt";
|
||||
@@ -74,19 +74,19 @@ Blockly.Msg.EXPAND_BLOCK = "Bloğu Genişlet";
|
||||
Blockly.Msg.EXTERNAL_INPUTS = "Harici Girişler";
|
||||
Blockly.Msg.HELP = "Yardım";
|
||||
Blockly.Msg.INLINE_INPUTS = "Satır içi girdiler";
|
||||
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_CANCEL = "İptal";
|
||||
Blockly.Msg.IOS_ERROR = "Hata";
|
||||
Blockly.Msg.IOS_OK = "OK";
|
||||
Blockly.Msg.IOS_PROCEDURES_ADD_INPUT = "+ Giriş Ekle";
|
||||
Blockly.Msg.IOS_PROCEDURES_ALLOW_STATEMENTS = "Açıklamalara izin ver";
|
||||
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.IOS_PROCEDURES_INPUTS = "Girdiler";
|
||||
Blockly.Msg.IOS_VARIABLES_ADD_BUTTON = "Ekle";
|
||||
Blockly.Msg.IOS_VARIABLES_ADD_VARIABLE = "+ Değişkeni ekle";
|
||||
Blockly.Msg.IOS_VARIABLES_DELETE_BUTTON = "Sil";
|
||||
Blockly.Msg.IOS_VARIABLES_EMPTY_NAME_ERROR = "Değişken adı kısmı boş bırakılamaz.";
|
||||
Blockly.Msg.IOS_VARIABLES_RENAME_BUTTON = "Yeniden adlandır";
|
||||
Blockly.Msg.IOS_VARIABLES_VARIABLE_NAME = "Değişken adı";
|
||||
Blockly.Msg.LISTS_CREATE_EMPTY_HELPURL = "https://github.com/google/blockly/wiki/Lists#create-empty-list";
|
||||
Blockly.Msg.LISTS_CREATE_EMPTY_TITLE = "Boş liste oluştur";
|
||||
Blockly.Msg.LISTS_CREATE_EMPTY_TOOLTIP = "Veri kaydı içermeyen uzunluğu 0 olan bir listeyi verir";
|
||||
@@ -144,7 +144,7 @@ Blockly.Msg.LISTS_REPEAT_TITLE = "%1 nesnenin %2 kez tekrarlandığı bir liste
|
||||
Blockly.Msg.LISTS_REPEAT_TOOLTIP = "Verilen bir değerin , belirli bir sayıda tekrarlanmasından oluşan bir liste yaratır .";
|
||||
Blockly.Msg.LISTS_REVERSE_HELPURL = "https://github.com/google/blockly/wiki/Lists#reversing-a-list"; // untranslated
|
||||
Blockly.Msg.LISTS_REVERSE_MESSAGE0 = "reverse %1"; // untranslated
|
||||
Blockly.Msg.LISTS_REVERSE_TOOLTIP = "Reverse a copy of a list."; // untranslated
|
||||
Blockly.Msg.LISTS_REVERSE_TOOLTIP = "Bir listenin bir kopyasını tersine çevirin.";
|
||||
Blockly.Msg.LISTS_SET_INDEX_HELPURL = "https://github.com/google/blockly/wiki/Lists#in-list--set"; // untranslated
|
||||
Blockly.Msg.LISTS_SET_INDEX_INPUT_TO = "olarak";
|
||||
Blockly.Msg.LISTS_SET_INDEX_INSERT = "e yerleştir";
|
||||
@@ -286,9 +286,9 @@ Blockly.Msg.NEW_VARIABLE_TITLE = "Yeni değişken ismi :";
|
||||
Blockly.Msg.ORDINAL_NUMBER_SUFFIX = "";
|
||||
Blockly.Msg.PROCEDURES_ALLOW_STATEMENTS = "Eğer ifadelerine izin ver";
|
||||
Blockly.Msg.PROCEDURES_BEFORE_PARAMS = "ile :";
|
||||
Blockly.Msg.PROCEDURES_CALLNORETURN_HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29";
|
||||
Blockly.Msg.PROCEDURES_CALLNORETURN_HELPURL = "https://en.wikipedia.org/wiki/Subroutine";
|
||||
Blockly.Msg.PROCEDURES_CALLNORETURN_TOOLTIP = "Kullanıcı tanımlı fonksiyonu çalıştır '%1' .";
|
||||
Blockly.Msg.PROCEDURES_CALLRETURN_HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29";
|
||||
Blockly.Msg.PROCEDURES_CALLRETURN_HELPURL = "https://en.wikipedia.org/wiki/Subroutine";
|
||||
Blockly.Msg.PROCEDURES_CALLRETURN_TOOLTIP = "Kullanıcı tanımlı fonksiyonu çalıştır '%1' ve çıktısını kullan .";
|
||||
Blockly.Msg.PROCEDURES_CALL_BEFORE_PARAMS = "ile :";
|
||||
Blockly.Msg.PROCEDURES_CREATE_DO = "'%1' oluştur";
|
||||
@@ -332,7 +332,7 @@ Blockly.Msg.TEXT_CHARAT_RANDOM = "Rastgele bir harf al";
|
||||
Blockly.Msg.TEXT_CHARAT_TAIL = "";
|
||||
Blockly.Msg.TEXT_CHARAT_TITLE = "in text %1 %2"; // untranslated
|
||||
Blockly.Msg.TEXT_CHARAT_TOOLTIP = "Belirli pozisyonda ki bir harfi döndürür.";
|
||||
Blockly.Msg.TEXT_COUNT_HELPURL = "https://github.com/google/blockly/wiki/Text#counting-substrings"; // untranslated
|
||||
Blockly.Msg.TEXT_COUNT_HELPURL = "https://github.com/google/blockly/wiki/Text#counting-substrings";
|
||||
Blockly.Msg.TEXT_COUNT_MESSAGE0 = "count %1 in %2"; // untranslated
|
||||
Blockly.Msg.TEXT_COUNT_TOOLTIP = "Count how many times some text occurs within some other text."; // untranslated
|
||||
Blockly.Msg.TEXT_CREATE_JOIN_ITEM_TOOLTIP = "Metine bir öğe ekle.";
|
||||
|
||||
Reference in New Issue
Block a user