Skip to content

Commit ff26948

Browse files
authored
Update 0-Full-Code
1 parent 9843d7f commit ff26948

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

0-Full-Code

+15-14
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ string TS6 = "auto"
2929
string LG = " Legend"
3030

3131
// Financial periods.
32-
string FQ = "Financial Quarter"
33-
string FY = "Financial Year"
34-
string TT = "Trailing Twelve Months"
32+
string FQ = "Finansal Çeyrek"
33+
string FY = "Finansal Yıl"
34+
string TT = "Takip Eden On İki Ay"
3535

3636
// Financial legends.
3737
string F_NA = "⸺"
@@ -285,17 +285,17 @@ string PER_TT = "Alanlar şunlardır: Değer, Dönem ve Kesinlik.\nPERIOD\n- 'Ma
285285

286286

287287
string GRP0 = "══════════    Position & Size    ══════════"
288-
string yPosInput = input.string("top" , "↕" , inline = "01", group = GRP0, options = ["top", "middle", "bottom"])
289-
string xPosInput = input.string("right" , "↔" , inline = "01", group = GRP0, options = ["left", "center", "right"], tooltip = POS_TT)
290-
int rowHeightInput = input.int(0 , "|" , inline = "02", group = GRP0, minval = 0, maxval = 100)
291-
int colWidthInput = input.int(0 , "—" , inline = "02", group = GRP0, minval = 0, maxval = 100, tooltip = WTH_TT)
292-
color textColorInput = input.color(LINK_WATER, "Text" , inline = "03", group = GRP0)
293-
string textSizeInput = input.string(TS6 , "" , inline = "03", group = GRP0, options = [TS1, TS2, TS3, TS4, TS5, TS6])
294-
color tableBgInput = input.color(BG_COL , BG , inline = "03", group = GRP0)
295-
color tableBgDnInput = input.color(BG_DN , "🡓" , inline = "03", group = GRP0, tooltip = BG_TT)
296-
string currencyInput = input.string("" , "Conversion" , inline = "04", group = GRP0, options = ["", "USD", "EUR", "CAD", "JPY", "GBP", "HKD", "CNY", "NZD", "RUB", "AUD", "CHF", "NOK", "SEK", "SGD", "TRY", "ZAR", "MYR", "KRW", "USDT", "INR"])
297-
bool showCurrencyInput = input.bool(true , "Show currencyInput" , inline = "04", group = GRP0)
298-
bool abbrValuesInput = input.bool(true , "Abbreviate large values", group = GRP0)
288+
string yPosInput = input.string("top" , "↕" , inline = "01", group = GRP0, options = ["top", "middle", "bottom"])
289+
string xPosInput = input.string("right" , "↔" , inline = "01", group = GRP0, options = ["left", "center", "right"], tooltip = POS_TT)
290+
int rowHeightInput = input.int(0 , "|" , inline = "02", group = GRP0, minval = 0, maxval = 100)
291+
int colWidthInput = input.int(0 , "—" , inline = "02", group = GRP0, minval = 0, maxval = 100, tooltip = WTH_TT)
292+
color textColorInput = input.color(LINK_WATER, "Yazı" , inline = "03", group = GRP0)
293+
string textSizeInput = input.string(TS6 , "" , inline = "03", group = GRP0, options = [TS1, TS2, TS3, TS4, TS5, TS6])
294+
color tableBgInput = input.color(BG_COL , BG , inline = "03", group = GRP0)
295+
color tableBgDnInput = input.color(BG_DN , "🡓" , inline = "03", group = GRP0, tooltip = BG_TT)
296+
string currencyInput = input.string("" , "Dönüştürün" , inline = "04", group = GRP0, options = ["", "USD", "EUR", "CAD", "JPY", "GBP", "HKD", "CNY", "NZD", "RUB", "AUD", "CHF", "NOK", "SEK", "SGD", "TRY", "ZAR", "MYR", "KRW", "USDT", "INR"])
297+
bool showCurrencyInput = input.bool(true , "Para Birimini Göster" , inline = "04", group = GRP0)
298+
bool abbrValuesInput = input.bool(true , "Büyük Değerleri Kısaltın", group = GRP0)
299299

300300
string GRP1 = "═════════════ Satır 1 ═════════════"
301301
string typeInput1 = input.string(F401 , "", inline = "11", group = GRP1,
@@ -851,4 +851,5 @@ printFinancial(7, display, typeInput7, periodInput7, precInput7, legendInput7, t
851851
printFinancial(8, display, typeInput8, periodInput8, precInput8, legendInput8, textSize8, bg8)
852852
printFinancial(9, display, typeInput9, periodInput9, precInput9, legendInput9, textSize9, bg9)
853853
bgcolor(color.new(tableBgInput, 100))
854+
854855
//#endregion

0 commit comments

Comments
 (0)