@eigenpal/docx-editor-i18n 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/de.js +167 -167
- package/dist/de.mjs +167 -167
- package/dist/en.js +11 -11
- package/dist/en.mjs +11 -11
- package/dist/he.js +647 -647
- package/dist/he.mjs +647 -647
- package/dist/index.js +2480 -2480
- package/dist/index.mjs +2480 -2480
- package/dist/pl.js +362 -362
- package/dist/pl.mjs +362 -362
- package/dist/pt-BR.js +212 -212
- package/dist/pt-BR.mjs +212 -212
- package/dist/tr.js +439 -439
- package/dist/tr.mjs +439 -439
- package/dist/zh-CN.js +642 -642
- package/dist/zh-CN.mjs +642 -642
- package/package.json +1 -1
package/dist/tr.js
CHANGED
|
@@ -29,150 +29,150 @@ module.exports = __toCommonJS(tr_exports);
|
|
|
29
29
|
var tr_default = {
|
|
30
30
|
_lang: "tr",
|
|
31
31
|
common: {
|
|
32
|
-
cancel: "
|
|
32
|
+
cancel: "İptal",
|
|
33
33
|
insert: "Ekle",
|
|
34
34
|
apply: "Uygula",
|
|
35
35
|
close: "Kapat",
|
|
36
36
|
delete: "Sil",
|
|
37
|
-
update: "
|
|
37
|
+
update: "Güncelle",
|
|
38
38
|
save: "Kaydet",
|
|
39
39
|
retry: "Yeniden dene",
|
|
40
|
-
send: "
|
|
41
|
-
edit: "
|
|
40
|
+
send: "Gönder",
|
|
41
|
+
edit: "Düzenle",
|
|
42
42
|
comment: "Yorum",
|
|
43
|
-
reply: "
|
|
43
|
+
reply: "Yanıtla",
|
|
44
44
|
accept: "Kabul et",
|
|
45
45
|
reject: "Reddet",
|
|
46
46
|
dismiss: "Kapat",
|
|
47
|
-
change: "
|
|
47
|
+
change: "Değiştir",
|
|
48
48
|
px: "px",
|
|
49
|
-
closeDialog: "
|
|
49
|
+
closeDialog: "İletişim kutusunu kapat",
|
|
50
50
|
clear: "Temizle"
|
|
51
51
|
},
|
|
52
52
|
toolbar: {
|
|
53
|
-
ariaLabel: "
|
|
53
|
+
ariaLabel: "Biçimlendirme araç çubuğu",
|
|
54
54
|
file: "Dosya",
|
|
55
|
-
format: "
|
|
55
|
+
format: "Biçim",
|
|
56
56
|
insert: "Ekle",
|
|
57
|
-
open: "
|
|
57
|
+
open: "Aç",
|
|
58
58
|
openShortcut: "Ctrl+O",
|
|
59
59
|
save: "Kaydet",
|
|
60
60
|
saveShortcut: "Ctrl+S",
|
|
61
|
-
print: "
|
|
61
|
+
print: "Yazdır",
|
|
62
62
|
printShortcut: "Ctrl+P",
|
|
63
|
-
pageSetup: "Sayfa
|
|
64
|
-
leftToRight: "Soldan
|
|
65
|
-
rightToLeft: "
|
|
66
|
-
image: "
|
|
63
|
+
pageSetup: "Sayfa yapısı",
|
|
64
|
+
leftToRight: "Soldan sağa metin",
|
|
65
|
+
rightToLeft: "Sağdan sola metin",
|
|
66
|
+
image: "Görsel",
|
|
67
67
|
table: "Tablo",
|
|
68
68
|
pageBreak: "Sayfa sonu",
|
|
69
|
-
tableOfContents: "
|
|
69
|
+
tableOfContents: "İçindekiler tablosu",
|
|
70
70
|
symbol: "Sembol",
|
|
71
|
-
help: "
|
|
71
|
+
help: "Yardım",
|
|
72
72
|
reportIssue: "Sorun bildir"
|
|
73
73
|
},
|
|
74
74
|
formattingBar: {
|
|
75
75
|
groups: {
|
|
76
|
-
history: "
|
|
77
|
-
zoom: "
|
|
76
|
+
history: "Geçmiş",
|
|
77
|
+
zoom: "Yakınlaştırma",
|
|
78
78
|
styles: "Stiller",
|
|
79
|
-
font: "
|
|
80
|
-
textFormatting: "Metin
|
|
79
|
+
font: "Yazı tipi",
|
|
80
|
+
textFormatting: "Metin biçimlendirme",
|
|
81
81
|
script: "Komut",
|
|
82
82
|
alignment: "Hizalama",
|
|
83
|
-
listFormatting: "Liste
|
|
84
|
-
image: "
|
|
83
|
+
listFormatting: "Liste biçimlendirme",
|
|
84
|
+
image: "Görsel",
|
|
85
85
|
table: "Tablo"
|
|
86
86
|
},
|
|
87
87
|
undo: "Geri al",
|
|
88
88
|
undoShortcut: "Geri al (Ctrl+Z)",
|
|
89
89
|
redo: "Yinele",
|
|
90
90
|
redoShortcut: "Yinele (Ctrl+Y)",
|
|
91
|
-
bold: "
|
|
92
|
-
boldShortcut: "
|
|
93
|
-
italic: "
|
|
94
|
-
italicShortcut: "
|
|
95
|
-
underline: "
|
|
96
|
-
underlineShortcut: "
|
|
97
|
-
strikethrough: "
|
|
98
|
-
fontColor: "
|
|
91
|
+
bold: "Kalın",
|
|
92
|
+
boldShortcut: "Kalın (Ctrl+B)",
|
|
93
|
+
italic: "Eğik",
|
|
94
|
+
italicShortcut: "Eğik (Ctrl+I)",
|
|
95
|
+
underline: "Altı çizili",
|
|
96
|
+
underlineShortcut: "Altı çizili (Ctrl+U)",
|
|
97
|
+
strikethrough: "Üstü çizili",
|
|
98
|
+
fontColor: "Yazı rengi",
|
|
99
99
|
highlightColor: "Vurgu rengi",
|
|
100
|
-
insertLink: "
|
|
101
|
-
insertLinkShortcut: "
|
|
102
|
-
superscript: "
|
|
103
|
-
superscriptShortcut: "
|
|
100
|
+
insertLink: "Bağlantı ekle",
|
|
101
|
+
insertLinkShortcut: "Bağlantı ekle (Ctrl+K)",
|
|
102
|
+
superscript: "Üst simge",
|
|
103
|
+
superscriptShortcut: "Üst simge (Ctrl+Shift+=)",
|
|
104
104
|
subscript: "Alt simge",
|
|
105
105
|
subscriptShortcut: "Alt simge (Ctrl+=)",
|
|
106
|
-
imageProperties: "
|
|
107
|
-
imagePropertiesShortcut: "
|
|
108
|
-
clearFormatting: "
|
|
106
|
+
imageProperties: "Görsel özellikleri",
|
|
107
|
+
imagePropertiesShortcut: "Görsel özellikleri (alternatif metin, kenarlık)...",
|
|
108
|
+
clearFormatting: "Biçimlendirmeyi temizle"
|
|
109
109
|
},
|
|
110
110
|
alignment: {
|
|
111
111
|
alignLeft: "Sola hizala",
|
|
112
112
|
alignLeftShortcut: "Ctrl+L",
|
|
113
113
|
center: "Ortala",
|
|
114
114
|
centerShortcut: "Ctrl+E",
|
|
115
|
-
alignRight: "
|
|
115
|
+
alignRight: "Sağa hizala",
|
|
116
116
|
alignRightShortcut: "Ctrl+R",
|
|
117
|
-
justify: "
|
|
117
|
+
justify: "İki yana yasla",
|
|
118
118
|
justifyShortcut: "Ctrl+J"
|
|
119
119
|
},
|
|
120
120
|
lists: {
|
|
121
|
-
ariaLabel: "Liste
|
|
121
|
+
ariaLabel: "Liste biçimlendirme",
|
|
122
122
|
typeAriaLabel: "Liste tipi",
|
|
123
123
|
indentationAriaLabel: "Liste girintilemesi",
|
|
124
|
-
bulletList: "Madde
|
|
125
|
-
numberedList: "
|
|
124
|
+
bulletList: "Madde işaretli liste",
|
|
125
|
+
numberedList: "Numaralı liste",
|
|
126
126
|
decreaseIndent: "Girintiyi azalt",
|
|
127
|
-
increaseIndent: "Girintiyi
|
|
127
|
+
increaseIndent: "Girintiyi artır"
|
|
128
128
|
},
|
|
129
129
|
lineSpacing: {
|
|
130
130
|
single: "Tek",
|
|
131
|
-
double: "
|
|
132
|
-
lineSpacingTitle: "
|
|
133
|
-
paragraphSpacing: "Paragraf
|
|
131
|
+
double: "Çift",
|
|
132
|
+
lineSpacingTitle: "Satır aralığı: {label}",
|
|
133
|
+
paragraphSpacing: "Paragraf aralığı"
|
|
134
134
|
},
|
|
135
135
|
styles: {
|
|
136
|
-
selectAriaLabel: "Paragraf stili
|
|
136
|
+
selectAriaLabel: "Paragraf stili seç",
|
|
137
137
|
normalText: "Normal metin",
|
|
138
|
-
title: "
|
|
139
|
-
subtitle: "Alt
|
|
140
|
-
heading1: "
|
|
141
|
-
heading2: "
|
|
142
|
-
heading3: "
|
|
138
|
+
title: "Başlık",
|
|
139
|
+
subtitle: "Alt başlık",
|
|
140
|
+
heading1: "Başlık 1",
|
|
141
|
+
heading2: "Başlık 2",
|
|
142
|
+
heading3: "Başlık 3"
|
|
143
143
|
},
|
|
144
144
|
font: {
|
|
145
|
-
selectAriaLabel: "
|
|
145
|
+
selectAriaLabel: "Yazı tipi ailesini seç",
|
|
146
146
|
sansSerif: "Sans Serif",
|
|
147
147
|
serif: "Serif",
|
|
148
|
-
monospace: "
|
|
148
|
+
monospace: "Eş aralıklı"
|
|
149
149
|
},
|
|
150
150
|
fontSize: {
|
|
151
|
-
decrease: "
|
|
152
|
-
increase: "
|
|
153
|
-
label: "
|
|
154
|
-
listLabel: "
|
|
151
|
+
decrease: "Yazı tipi boyutunu küçült",
|
|
152
|
+
increase: "Yazı tipi boyutunu büyüt",
|
|
153
|
+
label: "Yazı tipi boyutu",
|
|
154
|
+
listLabel: "Yazı tipi boyutları"
|
|
155
155
|
},
|
|
156
156
|
zoom: {
|
|
157
|
-
ariaLabel: "
|
|
157
|
+
ariaLabel: "Yakınlaştırma: {label}"
|
|
158
158
|
},
|
|
159
159
|
colorPicker: {
|
|
160
|
-
ariaLabel: "{type} renk
|
|
160
|
+
ariaLabel: "{type} renk seçici",
|
|
161
161
|
highlightColors: "Vurgu renkleri",
|
|
162
|
-
customColor: "
|
|
162
|
+
customColor: "Özel renk",
|
|
163
163
|
noColor: "Renk yok",
|
|
164
164
|
automatic: "Otomatik",
|
|
165
165
|
themeColors: "Tema renkleri",
|
|
166
166
|
standardColors: "Standart renkler",
|
|
167
167
|
colors: {
|
|
168
168
|
black: "Siyah",
|
|
169
|
-
darkRed: "Koyu
|
|
170
|
-
red: "
|
|
169
|
+
darkRed: "Koyu kırmızı",
|
|
170
|
+
red: "Kırmızı",
|
|
171
171
|
orange: "Turuncu",
|
|
172
|
-
yellow: "
|
|
173
|
-
darkYellow: "Koyu
|
|
174
|
-
green: "
|
|
175
|
-
darkGreen: "Koyu
|
|
172
|
+
yellow: "Sarı",
|
|
173
|
+
darkYellow: "Koyu sarı",
|
|
174
|
+
green: "Yeşil",
|
|
175
|
+
darkGreen: "Koyu yeşil",
|
|
176
176
|
teal: "Deniz mavisi",
|
|
177
177
|
darkTeal: "Koyu deniz mavisi",
|
|
178
178
|
blue: "Mavi",
|
|
@@ -184,229 +184,229 @@ var tr_default = {
|
|
|
184
184
|
grey25: "Gri %25",
|
|
185
185
|
grey10: "Gri %10",
|
|
186
186
|
white: "Beyaz",
|
|
187
|
-
lightRed: "
|
|
188
|
-
lightOrange: "
|
|
189
|
-
lightYellow: "
|
|
190
|
-
lightGreen: "
|
|
191
|
-
lightBlue: "
|
|
192
|
-
lightPurple: "
|
|
187
|
+
lightRed: "Açık kırmızı",
|
|
188
|
+
lightOrange: "Açık turuncu",
|
|
189
|
+
lightYellow: "Açık sarı",
|
|
190
|
+
lightGreen: "Açık yeşil",
|
|
191
|
+
lightBlue: "Açık mavi",
|
|
192
|
+
lightPurple: "Açık mor",
|
|
193
193
|
pink: "Pembe",
|
|
194
|
-
rose: "
|
|
195
|
-
gold: "
|
|
196
|
-
aqua: "Su
|
|
194
|
+
rose: "Gül rengi",
|
|
195
|
+
gold: "Altın",
|
|
196
|
+
aqua: "Su yeşili",
|
|
197
197
|
lavender: "Lavanta",
|
|
198
|
-
silver: "
|
|
198
|
+
silver: "Gümüş",
|
|
199
199
|
darkOrange: "Koyu turuncu",
|
|
200
200
|
darkGray: "Koyu gri",
|
|
201
201
|
gray: "Gri",
|
|
202
|
-
cyan: "
|
|
202
|
+
cyan: "Camgöbeği",
|
|
203
203
|
magenta: "Macenta",
|
|
204
|
-
paleGreen: "Soluk
|
|
205
|
-
lightCyan: "
|
|
206
|
-
skyBlue: "
|
|
207
|
-
lightBlue2: "
|
|
208
|
-
lightMagenta: "
|
|
209
|
-
brightGreen: "Parlak
|
|
204
|
+
paleGreen: "Soluk yeşil",
|
|
205
|
+
lightCyan: "Açık camgöbeği",
|
|
206
|
+
skyBlue: "Gökyüzü mavisi",
|
|
207
|
+
lightBlue2: "Açık mavi 2",
|
|
208
|
+
lightMagenta: "Açık macenta",
|
|
209
|
+
brightGreen: "Parlak yeşil",
|
|
210
210
|
violet: "Eflatun"
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
213
|
dialogs: {
|
|
214
214
|
findReplace: {
|
|
215
215
|
titleFind: "Bul",
|
|
216
|
-
titleFindReplace: "Bul ve
|
|
216
|
+
titleFindReplace: "Bul ve Değiştir",
|
|
217
217
|
findLabel: "Bul:",
|
|
218
218
|
findPlaceholder: "Bulunacak metni gir...",
|
|
219
219
|
findAriaLabel: "Metin ara",
|
|
220
|
-
findPrevious: "
|
|
221
|
-
findPreviousTitle: "
|
|
220
|
+
findPrevious: "Öncekini bul",
|
|
221
|
+
findPreviousTitle: "Öncekini bul (Shift+Enter)",
|
|
222
222
|
findNext: "Sonrakini bul",
|
|
223
223
|
findNextTitle: "Sonrakini bul (Enter)",
|
|
224
|
-
matchCount: "{total}
|
|
225
|
-
noResults: "
|
|
226
|
-
replaceLabel: "
|
|
224
|
+
matchCount: "{total} eşleşmeden {current}.",
|
|
225
|
+
noResults: "Sonuç bulunamadı",
|
|
226
|
+
replaceLabel: "Değiştir:",
|
|
227
227
|
replacePlaceholder: "Yeni metni gir...",
|
|
228
|
-
replaceAriaLabel: "Metni
|
|
229
|
-
replaceButton: "
|
|
230
|
-
replaceCurrentTitle: "Mevcut
|
|
231
|
-
replaceAllButton: "
|
|
232
|
-
replaceAllTitle: "
|
|
233
|
-
matchCase: "
|
|
234
|
-
wholeWords: "Tam
|
|
235
|
-
toggleReplace: "+
|
|
236
|
-
matchesFound: "{total}
|
|
228
|
+
replaceAriaLabel: "Metni değiştir",
|
|
229
|
+
replaceButton: "Değiştir",
|
|
230
|
+
replaceCurrentTitle: "Mevcut eşleşmeyi değiştir",
|
|
231
|
+
replaceAllButton: "Tümünü değiştir",
|
|
232
|
+
replaceAllTitle: "Tüm eşleşmeleri değiştir",
|
|
233
|
+
matchCase: "Büyük/küçük harf eşleştir",
|
|
234
|
+
wholeWords: "Tam sözcük",
|
|
235
|
+
toggleReplace: "+ Değiştir",
|
|
236
|
+
matchesFound: "{total} eşleşme"
|
|
237
237
|
},
|
|
238
238
|
hyperlink: {
|
|
239
|
-
titleEdit: "
|
|
240
|
-
titleInsert: "
|
|
239
|
+
titleEdit: "Köprüyü düzenle",
|
|
240
|
+
titleInsert: "Köprü ekle",
|
|
241
241
|
tabWebAddress: "Web adresi",
|
|
242
|
-
tabBookmark: "Yer
|
|
242
|
+
tabBookmark: "Yer işareti",
|
|
243
243
|
urlLabel: "URL",
|
|
244
244
|
urlPlaceholder: "https://ornek.com",
|
|
245
245
|
urlHint: "Bir web adresi, e-posta (mailto:) veya telefon (tel:) gir",
|
|
246
|
-
bookmarkLabel: "Yer
|
|
247
|
-
bookmarkPlaceholder: "Yer
|
|
248
|
-
displayTextLabel: "
|
|
249
|
-
displayTextPlaceholder: "
|
|
250
|
-
displayTextHint: "
|
|
251
|
-
tooltipLabel: "
|
|
252
|
-
tooltipPlaceholder: "
|
|
253
|
-
removeLink: "
|
|
254
|
-
invalidUrl: "
|
|
246
|
+
bookmarkLabel: "Yer işareti",
|
|
247
|
+
bookmarkPlaceholder: "Yer işareti seç...",
|
|
248
|
+
displayTextLabel: "Görüntülenen metin",
|
|
249
|
+
displayTextPlaceholder: "Görüntülenecek metin (opsiyonel)",
|
|
250
|
+
displayTextHint: "Seçili metni kullanmak için boş bırak",
|
|
251
|
+
tooltipLabel: "İpucu (opsiyonel)",
|
|
252
|
+
tooltipPlaceholder: "Üzerine gelince gösterilen metin",
|
|
253
|
+
removeLink: "Bağlantıyı kaldır",
|
|
254
|
+
invalidUrl: "Lütfen geçerli bir URL gir",
|
|
255
255
|
urlRequired: "URL gerekli"
|
|
256
256
|
},
|
|
257
257
|
insertTable: {
|
|
258
258
|
title: "Tablo ekle",
|
|
259
|
-
hoverToSelect: "Boyut
|
|
259
|
+
hoverToSelect: "Boyut seçmek için üstüne gel",
|
|
260
260
|
tableSize: "{cols} x {rows} Tablo",
|
|
261
261
|
orSpecifySize: "veya boyut belirt",
|
|
262
|
-
rowsLabel: "
|
|
263
|
-
columnsLabel: "
|
|
262
|
+
rowsLabel: "Satır:",
|
|
263
|
+
columnsLabel: "Sütun:",
|
|
264
264
|
insertButton: "Tablo ekle",
|
|
265
|
-
sizeSelector: "Tablo boyutu
|
|
266
|
-
autofit: "
|
|
267
|
-
columnWidthLabel: "
|
|
265
|
+
sizeSelector: "Tablo boyutu seçici",
|
|
266
|
+
autofit: "İçeriğe göre otomatik sığdır",
|
|
267
|
+
columnWidthLabel: "Sütun genişliği",
|
|
268
268
|
fixedWidth: "Sabit",
|
|
269
269
|
tableStyleLabel: "Tablo stili",
|
|
270
|
-
validationHint: "
|
|
270
|
+
validationHint: "Satır: {minRows}-{maxRows}, Sütun: {minCols}-{maxCols}"
|
|
271
271
|
},
|
|
272
272
|
splitCell: {
|
|
273
|
-
title: "
|
|
274
|
-
description: "
|
|
275
|
-
rowsLabel: "
|
|
276
|
-
columnsLabel: "
|
|
277
|
-
currentMinimum: "Mevcut
|
|
278
|
-
minValue: "En az {rows}
|
|
279
|
-
notOneByOne: "En az iki
|
|
273
|
+
title: "Hücreyi böl",
|
|
274
|
+
description: "Seçili hücrenin kaç satır ve sütuna bölüneceğini ayarla.",
|
|
275
|
+
rowsLabel: "Satır:",
|
|
276
|
+
columnsLabel: "Sütun:",
|
|
277
|
+
currentMinimum: "Mevcut yayılımdan en az: {rows} satır × {cols} sütun",
|
|
278
|
+
minValue: "En az {rows} satır ve {cols} sütun kullan.",
|
|
279
|
+
notOneByOne: "En az iki sonuç hücre seç."
|
|
280
280
|
},
|
|
281
281
|
insertImage: {
|
|
282
|
-
title: "
|
|
283
|
-
uploadAriaLabel: "
|
|
284
|
-
uploadText: "
|
|
285
|
-
uploadSubtext: "PNG, JPG, GIF
|
|
282
|
+
title: "Görsel ekle",
|
|
283
|
+
uploadAriaLabel: "Görsel yüklemek için tıkla veya sürükle",
|
|
284
|
+
uploadText: "Görsel seçmek için tıkla veya sürükle bırak",
|
|
285
|
+
uploadSubtext: "PNG, JPG, GIF — 10MB'a kadar",
|
|
286
286
|
dimensions: "Boyutlar",
|
|
287
|
-
widthLabel: "
|
|
288
|
-
heightLabel: "
|
|
289
|
-
aspectRatioLocked: "En boy
|
|
290
|
-
aspectRatioUnlocked: "En boy
|
|
287
|
+
widthLabel: "Genişlik:",
|
|
288
|
+
heightLabel: "Yükseklik:",
|
|
289
|
+
aspectRatioLocked: "En boy oranı kilitli",
|
|
290
|
+
aspectRatioUnlocked: "En boy oranı serbest",
|
|
291
291
|
altTextLabel: "Alternatif metin (opsiyonel)",
|
|
292
|
-
altTextPlaceholder: "
|
|
293
|
-
insertButton: "
|
|
294
|
-
invalidFile: "
|
|
295
|
-
fileTooLarge: "
|
|
296
|
-
readFailed: "
|
|
297
|
-
loadFailed: "
|
|
298
|
-
preview: "
|
|
292
|
+
altTextPlaceholder: "Erişilebilirlik için görseli açıkla",
|
|
293
|
+
insertButton: "Görseli ekle",
|
|
294
|
+
invalidFile: "Lütfen geçerli bir görsel seç",
|
|
295
|
+
fileTooLarge: "Görsel çok büyük (en fazla 10MB)",
|
|
296
|
+
readFailed: "Görsel okunamadı",
|
|
297
|
+
loadFailed: "Görsel yüklenemedi",
|
|
298
|
+
preview: "Önizleme"
|
|
299
299
|
},
|
|
300
300
|
insertSymbol: {
|
|
301
301
|
title: "Sembol ekle",
|
|
302
302
|
searchPlaceholder: "Sembol ara (karakter veya Unicode)...",
|
|
303
|
-
noResults: '"{query}"
|
|
303
|
+
noResults: '"{query}" için sembol bulunamadı',
|
|
304
304
|
decimal: "Onluk: {value}",
|
|
305
305
|
categories: {
|
|
306
|
-
common: "
|
|
306
|
+
common: "Sık kullanılan",
|
|
307
307
|
arrows: "Oklar",
|
|
308
308
|
math: "Matematik",
|
|
309
309
|
greek: "Yunanca",
|
|
310
|
-
shapes: "
|
|
310
|
+
shapes: "Şekiller",
|
|
311
311
|
punctuation: "Noktalama",
|
|
312
312
|
currency: "Para birimi",
|
|
313
|
-
music: "
|
|
313
|
+
music: "Müzik",
|
|
314
314
|
emoji: "Emoji"
|
|
315
315
|
},
|
|
316
|
-
noResultsEmpty: "Sembol
|
|
317
|
-
recent: "Son
|
|
316
|
+
noResultsEmpty: "Sembol bulunamadı",
|
|
317
|
+
recent: "Son kullanılanlar:"
|
|
318
318
|
},
|
|
319
319
|
imageProperties: {
|
|
320
|
-
title: "
|
|
320
|
+
title: "Görsel özellikleri",
|
|
321
321
|
altText: "Alternatif metin",
|
|
322
|
-
altTextPlaceholder: "
|
|
323
|
-
border: "
|
|
324
|
-
width: "
|
|
322
|
+
altTextPlaceholder: "Erişilebilirlik için bu görseli açıkla...",
|
|
323
|
+
border: "Kenarlık",
|
|
324
|
+
width: "Genişlik",
|
|
325
325
|
style: "Stil",
|
|
326
326
|
color: "Renk",
|
|
327
|
-
preview: "
|
|
327
|
+
preview: "Önizleme",
|
|
328
328
|
borderStyles: {
|
|
329
|
-
solid: "
|
|
330
|
-
dashed: "Kesik
|
|
331
|
-
dotted: "
|
|
332
|
-
double: "
|
|
329
|
+
solid: "Düz",
|
|
330
|
+
dashed: "Kesik çizgili",
|
|
331
|
+
dotted: "Noktalı",
|
|
332
|
+
double: "Çift",
|
|
333
333
|
groove: "Oluk",
|
|
334
|
-
ridge: "
|
|
335
|
-
inset: "
|
|
336
|
-
outset: "
|
|
334
|
+
ridge: "Tümsek",
|
|
335
|
+
inset: "Çukur",
|
|
336
|
+
outset: "Çıkıntı"
|
|
337
337
|
},
|
|
338
338
|
dimensions: "Boyutlar",
|
|
339
|
-
heightLabel: "
|
|
340
|
-
lockAspectRatio: "En boy
|
|
339
|
+
heightLabel: "Yükseklik:",
|
|
340
|
+
lockAspectRatio: "En boy oranını kilitle",
|
|
341
341
|
textWrapping: "Metin sarma",
|
|
342
|
-
widthLabel: "
|
|
342
|
+
widthLabel: "Genişlik:",
|
|
343
343
|
wrapOptions: {
|
|
344
|
-
behind: "Metnin
|
|
345
|
-
inFront: "Metnin
|
|
346
|
-
inline: "Metinle
|
|
347
|
-
topAndBottom: "
|
|
348
|
-
wrapLeft: "Metin sarma,
|
|
344
|
+
behind: "Metnin arkasında",
|
|
345
|
+
inFront: "Metnin önünde",
|
|
346
|
+
inline: "Metinle aynı satırda",
|
|
347
|
+
topAndBottom: "Üst ve alt",
|
|
348
|
+
wrapLeft: "Metin sarma, sağa yasla",
|
|
349
349
|
wrapRight: "Metin sarma, sola yasla"
|
|
350
350
|
}
|
|
351
351
|
},
|
|
352
352
|
imagePosition: {
|
|
353
|
-
title: "
|
|
353
|
+
title: "Görsel konumu",
|
|
354
354
|
horizontal: "Yatay",
|
|
355
355
|
vertical: "Dikey",
|
|
356
356
|
position: "Konum",
|
|
357
357
|
alignment: "Hizalama",
|
|
358
|
-
offset: "
|
|
359
|
-
offsetPx: "
|
|
358
|
+
offset: "Kaydırma",
|
|
359
|
+
offsetPx: "Kaydırma (px)",
|
|
360
360
|
align: "Hizala",
|
|
361
361
|
relativeTo: "Referans",
|
|
362
362
|
alignOptions: {
|
|
363
363
|
left: "Sol",
|
|
364
364
|
center: "Orta",
|
|
365
|
-
right: "
|
|
366
|
-
top: "
|
|
365
|
+
right: "Sağ",
|
|
366
|
+
top: "Üst",
|
|
367
367
|
bottom: "Alt"
|
|
368
368
|
},
|
|
369
369
|
relativeOptions: {
|
|
370
370
|
page: "Sayfa",
|
|
371
|
-
column: "
|
|
372
|
-
margin: "Kenar
|
|
371
|
+
column: "Sütun",
|
|
372
|
+
margin: "Kenar boşluğu",
|
|
373
373
|
character: "Karakter",
|
|
374
374
|
paragraph: "Paragraf",
|
|
375
|
-
line: "
|
|
375
|
+
line: "Satır"
|
|
376
376
|
}
|
|
377
377
|
},
|
|
378
378
|
pageSetup: {
|
|
379
|
-
title: "Sayfa
|
|
379
|
+
title: "Sayfa yapısı",
|
|
380
380
|
pageSize: "SAYFA BOYUTU",
|
|
381
381
|
sizeLabel: "Boyut",
|
|
382
|
-
custom: "
|
|
383
|
-
orientation: "
|
|
382
|
+
custom: "Özel",
|
|
383
|
+
orientation: "Yön",
|
|
384
384
|
portrait: "Dikey",
|
|
385
385
|
landscape: "Yatay",
|
|
386
|
-
margins: "KENAR
|
|
387
|
-
top: "
|
|
386
|
+
margins: "KENAR BOŞLUKLARI",
|
|
387
|
+
top: "Üst",
|
|
388
388
|
bottom: "Alt",
|
|
389
389
|
left: "Sol",
|
|
390
|
-
right: "
|
|
390
|
+
right: "Sağ",
|
|
391
391
|
pageSizes: {
|
|
392
|
-
letter: 'Letter (8.5"
|
|
393
|
-
a4: 'A4 (8.27"
|
|
394
|
-
legal: 'Legal (8.5"
|
|
395
|
-
a3: 'A3 (11.69"
|
|
396
|
-
a5: 'A5 (5.83"
|
|
397
|
-
b5: 'B5 (6.93"
|
|
398
|
-
executive: 'Executive (7.25"
|
|
392
|
+
letter: 'Letter (8.5" × 11")',
|
|
393
|
+
a4: 'A4 (8.27" × 11.69")',
|
|
394
|
+
legal: 'Legal (8.5" × 14")',
|
|
395
|
+
a3: 'A3 (11.69" × 16.54")',
|
|
396
|
+
a5: 'A5 (5.83" × 8.27")',
|
|
397
|
+
b5: 'B5 (6.93" × 9.84")',
|
|
398
|
+
executive: 'Executive (7.25" × 10.5")'
|
|
399
399
|
}
|
|
400
400
|
},
|
|
401
401
|
tableProperties: {
|
|
402
|
-
title: "Tablo
|
|
403
|
-
widthType: "
|
|
404
|
-
widthLabel: "
|
|
402
|
+
title: "Tablo özellikleri",
|
|
403
|
+
widthType: "Genişlik tipi",
|
|
404
|
+
widthLabel: "Genişlik",
|
|
405
405
|
alignmentLabel: "Hizalama",
|
|
406
406
|
widthTypes: {
|
|
407
407
|
auto: "Otomatik",
|
|
408
408
|
fixed: "Sabit (twip)",
|
|
409
|
-
percentage: "
|
|
409
|
+
percentage: "Yüzde"
|
|
410
410
|
},
|
|
411
411
|
units: {
|
|
412
412
|
fiftiethsPercent: "(% 1/50)",
|
|
@@ -415,42 +415,42 @@ var tr_default = {
|
|
|
415
415
|
alignOptions: {
|
|
416
416
|
left: "Sol",
|
|
417
417
|
center: "Orta",
|
|
418
|
-
right: "
|
|
418
|
+
right: "Sağ"
|
|
419
419
|
}
|
|
420
420
|
},
|
|
421
421
|
pasteSpecial: {
|
|
422
|
-
title: "
|
|
423
|
-
keepFormatting: "Kaynak
|
|
424
|
-
keepFormattingDescription: "Orijinal
|
|
422
|
+
title: "Özel yapıştır",
|
|
423
|
+
keepFormatting: "Kaynak biçimlendirmeyi koru",
|
|
424
|
+
keepFormattingDescription: "Orijinal biçimle yapıştır",
|
|
425
425
|
keepFormattingShortcut: "Ctrl+V",
|
|
426
|
-
plainText: "
|
|
427
|
-
plainTextDescription: "
|
|
426
|
+
plainText: "Düz metin olarak yapıştır",
|
|
427
|
+
plainTextDescription: "Biçimlendirmeden yapıştır",
|
|
428
428
|
plainTextShortcut: "Ctrl+Shift+V",
|
|
429
429
|
readingClipboard: "Pano okunuyor...",
|
|
430
|
-
preview: "
|
|
431
|
-
noContent: "
|
|
432
|
-
clipboardError: "Pano okunamad
|
|
430
|
+
preview: "Önizleme:",
|
|
431
|
+
noContent: "Yapıştırılacak içerik yok",
|
|
432
|
+
clipboardError: "Pano okunamadı. Lütfen Ctrl+V ile yapıştır."
|
|
433
433
|
},
|
|
434
434
|
footnoteProperties: {
|
|
435
|
-
title: "Dipnot ve son not
|
|
435
|
+
title: "Dipnot ve son not özellikleri",
|
|
436
436
|
footnotes: "Dipnotlar",
|
|
437
437
|
endnotes: "Son notlar",
|
|
438
438
|
position: "Konum",
|
|
439
|
-
numberFormat: "Numara
|
|
440
|
-
startAt: "
|
|
441
|
-
numbering: "
|
|
439
|
+
numberFormat: "Numara biçimi",
|
|
440
|
+
startAt: "Başlangıç",
|
|
441
|
+
numbering: "Numaralandırma",
|
|
442
442
|
footnotePositions: {
|
|
443
|
-
bottomOfPage: "Sayfa
|
|
444
|
-
belowText: "Metin
|
|
443
|
+
bottomOfPage: "Sayfa altı",
|
|
444
|
+
belowText: "Metin altı"
|
|
445
445
|
},
|
|
446
446
|
endnotePositions: {
|
|
447
447
|
endOfDocument: "Belge sonu",
|
|
448
|
-
endOfSection: "
|
|
448
|
+
endOfSection: "Bölüm sonu"
|
|
449
449
|
},
|
|
450
450
|
numberingOptions: {
|
|
451
|
-
continuous: "
|
|
452
|
-
restartSection: "Her
|
|
453
|
-
restartPage: "Her sayfada yeniden
|
|
451
|
+
continuous: "Sürekli",
|
|
452
|
+
restartSection: "Her bölümde yeniden başla",
|
|
453
|
+
restartPage: "Her sayfada yeniden başla"
|
|
454
454
|
},
|
|
455
455
|
formats: {
|
|
456
456
|
decimal: "1, 2, 3, ...",
|
|
@@ -458,229 +458,229 @@ var tr_default = {
|
|
|
458
458
|
upperRoman: "I, II, III, ...",
|
|
459
459
|
lowerAlpha: "a, b, c, ...",
|
|
460
460
|
upperAlpha: "A, B, C, ...",
|
|
461
|
-
symbols: "*,
|
|
461
|
+
symbols: "*, †, ‡, ..."
|
|
462
462
|
}
|
|
463
463
|
},
|
|
464
464
|
keyboardShortcuts: {
|
|
465
|
-
ariaLabel: "Klavye
|
|
466
|
-
searchPlaceholder: "
|
|
465
|
+
ariaLabel: "Klavye kısayolları",
|
|
466
|
+
searchPlaceholder: "Kısayolları ara...",
|
|
467
467
|
categories: {
|
|
468
|
-
editing: "
|
|
469
|
-
formatting: "
|
|
468
|
+
editing: "Düzenleme",
|
|
469
|
+
formatting: "Biçimlendirme",
|
|
470
470
|
navigation: "Gezinti",
|
|
471
471
|
clipboard: "Pano",
|
|
472
|
-
selection: "
|
|
473
|
-
view: "
|
|
472
|
+
selection: "Seçim",
|
|
473
|
+
view: "Görünüm",
|
|
474
474
|
file: "Dosya",
|
|
475
|
-
other: "
|
|
475
|
+
other: "Diğer"
|
|
476
476
|
},
|
|
477
477
|
shortcuts: {
|
|
478
478
|
save: "Kaydet",
|
|
479
479
|
saveDescription: "Belgeyi kaydet",
|
|
480
|
-
print: "
|
|
481
|
-
printDescription: "Belgeyi
|
|
480
|
+
print: "Yazdır",
|
|
481
|
+
printDescription: "Belgeyi yazdır",
|
|
482
482
|
undo: "Geri al",
|
|
483
|
-
undoDescription: "Son
|
|
483
|
+
undoDescription: "Son işlemi geri al",
|
|
484
484
|
redo: "Yinele",
|
|
485
|
-
redoDescription: "Son
|
|
485
|
+
redoDescription: "Son işlemi yinele",
|
|
486
486
|
delete: "Sil",
|
|
487
|
-
deleteDescription: "
|
|
487
|
+
deleteDescription: "Seçili metni sil",
|
|
488
488
|
find: "Bul",
|
|
489
489
|
findDescription: "Belgede metin ara",
|
|
490
|
-
findReplace: "Bul ve
|
|
491
|
-
findReplaceDescription: "Metin bul ve
|
|
490
|
+
findReplace: "Bul ve değiştir",
|
|
491
|
+
findReplaceDescription: "Metin bul ve değiştir",
|
|
492
492
|
cut: "Kes",
|
|
493
|
-
cutDescription: "
|
|
493
|
+
cutDescription: "Seçili metni kes",
|
|
494
494
|
copy: "Kopyala",
|
|
495
|
-
copyDescription: "
|
|
496
|
-
paste: "
|
|
497
|
-
pasteDescription: "Panodan
|
|
498
|
-
pastePlainText: "
|
|
499
|
-
pastePlainTextDescription: "
|
|
500
|
-
bold: "
|
|
501
|
-
boldDescription: "
|
|
502
|
-
italic: "
|
|
503
|
-
italicDescription: "
|
|
504
|
-
underline: "
|
|
505
|
-
underlineDescription: "
|
|
506
|
-
strikethrough: "
|
|
507
|
-
strikethroughDescription: "
|
|
495
|
+
copyDescription: "Seçili metni kopyala",
|
|
496
|
+
paste: "Yapıştır",
|
|
497
|
+
pasteDescription: "Panodan yapıştır",
|
|
498
|
+
pastePlainText: "Düz metin olarak yapıştır",
|
|
499
|
+
pastePlainTextDescription: "Biçimlendirmeden yapıştır",
|
|
500
|
+
bold: "Kalın",
|
|
501
|
+
boldDescription: "Kalını aç/kapa",
|
|
502
|
+
italic: "Eğik",
|
|
503
|
+
italicDescription: "Eğiği aç/kapa",
|
|
504
|
+
underline: "Altı çizili",
|
|
505
|
+
underlineDescription: "Altı çiziliyi aç/kapa",
|
|
506
|
+
strikethrough: "Üstü çizili",
|
|
507
|
+
strikethroughDescription: "Üstü çiziliyi aç/kapa",
|
|
508
508
|
subscript: "Alt simge",
|
|
509
|
-
subscriptDescription: "Alt simgeyi a
|
|
510
|
-
superscript: "
|
|
511
|
-
superscriptDescription: "
|
|
509
|
+
subscriptDescription: "Alt simgeyi aç/kapa",
|
|
510
|
+
superscript: "Üst simge",
|
|
511
|
+
superscriptDescription: "Üst simgeyi aç/kapa",
|
|
512
512
|
alignLeft: "Sola hizala",
|
|
513
|
-
alignLeftDescription: "
|
|
513
|
+
alignLeftDescription: "Paragrafı sola hizala",
|
|
514
514
|
alignCenter: "Ortala",
|
|
515
|
-
alignCenterDescription: "
|
|
516
|
-
alignRight: "
|
|
517
|
-
alignRightDescription: "
|
|
518
|
-
justify: "
|
|
519
|
-
justifyDescription: "
|
|
520
|
-
increaseIndent: "Girintiyi
|
|
521
|
-
increaseIndentDescription: "Paragraf girintisini
|
|
515
|
+
alignCenterDescription: "Paragrafı ortala",
|
|
516
|
+
alignRight: "Sağa hizala",
|
|
517
|
+
alignRightDescription: "Paragrafı sağa hizala",
|
|
518
|
+
justify: "İki yana yasla",
|
|
519
|
+
justifyDescription: "Paragrafı iki yana yasla",
|
|
520
|
+
increaseIndent: "Girintiyi artır",
|
|
521
|
+
increaseIndentDescription: "Paragraf girintisini artır",
|
|
522
522
|
decreaseIndent: "Girintiyi azalt",
|
|
523
523
|
decreaseIndentDescription: "Paragraf girintisini azalt",
|
|
524
|
-
selectAll: "
|
|
525
|
-
selectAllDescription: "
|
|
526
|
-
selectWord: "Kelimeyi
|
|
527
|
-
selectWordDescription: "Mevcut kelimeyi
|
|
528
|
-
selectParagraph: "
|
|
529
|
-
selectParagraphDescription: "Mevcut
|
|
530
|
-
extendSelectionByWord: "Kelime kelime
|
|
531
|
-
extendSelectionByWordDescription: "
|
|
532
|
-
extendSelectionToLineEdge: "
|
|
533
|
-
extendSelectionToLineEdgeDescription: "
|
|
524
|
+
selectAll: "Tümünü seç",
|
|
525
|
+
selectAllDescription: "Tüm içeriği seç",
|
|
526
|
+
selectWord: "Kelimeyi seç",
|
|
527
|
+
selectWordDescription: "Mevcut kelimeyi seç",
|
|
528
|
+
selectParagraph: "Paragrafı seç",
|
|
529
|
+
selectParagraphDescription: "Mevcut paragrafı seç",
|
|
530
|
+
extendSelectionByWord: "Kelime kelime seçim genişlet",
|
|
531
|
+
extendSelectionByWordDescription: "Seçimi sonraki/önceki kelimeye uzat",
|
|
532
|
+
extendSelectionToLineEdge: "Satır sonuna kadar seç",
|
|
533
|
+
extendSelectionToLineEdgeDescription: "Seçimi satır başı/sonuna uzat",
|
|
534
534
|
moveByWord: "Kelime kelime ilerle",
|
|
535
|
-
moveByWordDescription: "
|
|
536
|
-
moveToLineStart: "
|
|
537
|
-
moveToLineStartDescription: "
|
|
538
|
-
moveToLineEnd: "
|
|
539
|
-
moveToLineEndDescription: "
|
|
540
|
-
moveToDocumentStart: "Belge
|
|
541
|
-
moveToDocumentStartDescription: "
|
|
535
|
+
moveByWordDescription: "İmleci sonraki/önceki kelimeye taşı",
|
|
536
|
+
moveToLineStart: "Satır başına git",
|
|
537
|
+
moveToLineStartDescription: "İmleci satır başına taşı",
|
|
538
|
+
moveToLineEnd: "Satır sonuna git",
|
|
539
|
+
moveToLineEndDescription: "İmleci satır sonuna taşı",
|
|
540
|
+
moveToDocumentStart: "Belge başına git",
|
|
541
|
+
moveToDocumentStartDescription: "İmleci belge başına taşı",
|
|
542
542
|
moveToDocumentEnd: "Belge sonuna git",
|
|
543
|
-
moveToDocumentEndDescription: "
|
|
544
|
-
pageUp: "Bir sayfa
|
|
545
|
-
pageUpDescription: "Bir sayfa
|
|
546
|
-
pageDown: "Bir sayfa
|
|
547
|
-
pageDownDescription: "Bir sayfa
|
|
548
|
-
zoomIn: "
|
|
549
|
-
zoomInDescription: "
|
|
550
|
-
zoomOut: "
|
|
551
|
-
zoomOutDescription: "
|
|
552
|
-
resetZoom: "
|
|
553
|
-
resetZoomDescription: "
|
|
554
|
-
keyboardShortcuts: "Klavye
|
|
555
|
-
keyboardShortcutsDescription: "Bu
|
|
556
|
-
insertLink: "
|
|
557
|
-
insertLinkDescription: "
|
|
543
|
+
moveToDocumentEndDescription: "İmleci belge sonuna taşı",
|
|
544
|
+
pageUp: "Bir sayfa yukarı",
|
|
545
|
+
pageUpDescription: "Bir sayfa yukarı kaydır",
|
|
546
|
+
pageDown: "Bir sayfa aşağı",
|
|
547
|
+
pageDownDescription: "Bir sayfa aşağı kaydır",
|
|
548
|
+
zoomIn: "Yakınlaştır",
|
|
549
|
+
zoomInDescription: "Yakınlaştırma seviyesini artır",
|
|
550
|
+
zoomOut: "Uzaklaştır",
|
|
551
|
+
zoomOutDescription: "Yakınlaştırma seviyesini azalt",
|
|
552
|
+
resetZoom: "Yakınlaştırmayı sıfırla",
|
|
553
|
+
resetZoomDescription: "Yakınlaştırmayı %100'e döndür",
|
|
554
|
+
keyboardShortcuts: "Klavye kısayolları",
|
|
555
|
+
keyboardShortcutsDescription: "Bu yardım iletişim kutusunu göster",
|
|
556
|
+
insertLink: "Bağlantı ekle",
|
|
557
|
+
insertLinkDescription: "Köprü ekle veya düzenle"
|
|
558
558
|
},
|
|
559
|
-
noResults: '"{query}"
|
|
560
|
-
pressEscToClose: "Kapatmak
|
|
559
|
+
noResults: '"{query}" eşleşen kısayol yok',
|
|
560
|
+
pressEscToClose: "Kapatmak için {key} tuşuna bas",
|
|
561
561
|
or: "veya"
|
|
562
562
|
}
|
|
563
563
|
},
|
|
564
564
|
comments: {
|
|
565
|
-
resolved: "
|
|
566
|
-
resolve: "
|
|
567
|
-
reopen: "Yeniden
|
|
568
|
-
moreOptions: "Daha fazla
|
|
565
|
+
resolved: "Çözüldü",
|
|
566
|
+
resolve: "Çöz",
|
|
567
|
+
reopen: "Yeniden aç",
|
|
568
|
+
moreOptions: "Daha fazla seçenek",
|
|
569
569
|
unknown: "Bilinmiyor",
|
|
570
570
|
addComment: "Yorum ekle...",
|
|
571
|
-
replyPlaceholder: "
|
|
572
|
-
replyCount: "{count, plural, one {#
|
|
571
|
+
replyPlaceholder: "Yanıtla veya @ ile başkalarını ekle",
|
|
572
|
+
replyCount: "{count, plural, one {# yanıt} other {# yanıt}}"
|
|
573
573
|
},
|
|
574
574
|
trackedChanges: {
|
|
575
575
|
unknown: "Bilinmiyor",
|
|
576
|
-
replaced: "
|
|
576
|
+
replaced: "Değiştirildi",
|
|
577
577
|
with: "yerine",
|
|
578
578
|
added: "Eklendi",
|
|
579
579
|
deleted: "Silindi"
|
|
580
580
|
},
|
|
581
581
|
contextMenu: {
|
|
582
|
-
ariaLabel: "Yapay
|
|
583
|
-
textMenuAriaLabel: "Metin
|
|
584
|
-
customPromptPlaceholder: "
|
|
582
|
+
ariaLabel: "Yapay zekâ işlemleri menüsü",
|
|
583
|
+
textMenuAriaLabel: "Metin düzenleme menüsü",
|
|
584
|
+
customPromptPlaceholder: "Özel komut gir...",
|
|
585
585
|
cut: "Kes",
|
|
586
586
|
cutShortcut: "Ctrl+X",
|
|
587
587
|
copy: "Kopyala",
|
|
588
588
|
copyShortcut: "Ctrl+C",
|
|
589
|
-
paste: "
|
|
589
|
+
paste: "Yapıştır",
|
|
590
590
|
pasteShortcut: "Ctrl+V",
|
|
591
|
-
pastePlainText: "
|
|
591
|
+
pastePlainText: "Düz metin olarak yapıştır",
|
|
592
592
|
pastePlainTextShortcut: "Ctrl+Shift+V",
|
|
593
593
|
delete: "Sil",
|
|
594
594
|
deleteShortcut: "Del",
|
|
595
|
-
selectAll: "
|
|
595
|
+
selectAll: "Tümünü seç",
|
|
596
596
|
selectAllShortcut: "Ctrl+A",
|
|
597
|
-
selected: "
|
|
597
|
+
selected: "Seçili:",
|
|
598
598
|
aiActions: {
|
|
599
|
-
askAi: "Yapay
|
|
599
|
+
askAi: "Yapay zekâya sor",
|
|
600
600
|
rewrite: "Yeniden yaz",
|
|
601
|
-
expand: "
|
|
602
|
-
summarize: "
|
|
603
|
-
translate: "
|
|
604
|
-
explain: "
|
|
605
|
-
fixGrammar: "Dilbilgisini
|
|
601
|
+
expand: "Genişlet",
|
|
602
|
+
summarize: "Özetle",
|
|
603
|
+
translate: "Çevir",
|
|
604
|
+
explain: "Açıkla",
|
|
605
|
+
fixGrammar: "Dilbilgisini düzelt",
|
|
606
606
|
makeFormal: "Resmi yap",
|
|
607
607
|
makeCasual: "Samimi yap",
|
|
608
|
-
custom: "
|
|
608
|
+
custom: "Özel"
|
|
609
609
|
}
|
|
610
610
|
},
|
|
611
611
|
documentOutline: {
|
|
612
|
-
ariaLabel: "Belge ana
|
|
613
|
-
closeAriaLabel: "Ana
|
|
614
|
-
closeTitle: "Ana
|
|
612
|
+
ariaLabel: "Belge ana hattı",
|
|
613
|
+
closeAriaLabel: "Ana hattı kapat",
|
|
614
|
+
closeTitle: "Ana hattı kapat",
|
|
615
615
|
title: "Ana hat",
|
|
616
|
-
noHeadings: "
|
|
616
|
+
noHeadings: "Başlık bulunamadı. Burada görünmeleri için belgeye başlık ekle."
|
|
617
617
|
},
|
|
618
618
|
sidebar: {
|
|
619
|
-
ariaLabel: "
|
|
619
|
+
ariaLabel: "Açıklama kenar çubuğu"
|
|
620
620
|
},
|
|
621
621
|
viewer: {
|
|
622
622
|
pageIndicator: "{total} sayfadan {current}."
|
|
623
623
|
},
|
|
624
624
|
titleBar: {
|
|
625
|
-
untitled: "
|
|
626
|
-
documentNameAriaLabel: "Belge
|
|
627
|
-
menuBarAriaLabel: "
|
|
625
|
+
untitled: "Adsız",
|
|
626
|
+
documentNameAriaLabel: "Belge adı",
|
|
627
|
+
menuBarAriaLabel: "Menü çubuğu"
|
|
628
628
|
},
|
|
629
629
|
errors: {
|
|
630
|
-
loadingDocument: "Belge
|
|
631
|
-
noDocumentLoaded: "
|
|
632
|
-
failedToLoad: "Belge
|
|
633
|
-
unableToParse: "Belge
|
|
634
|
-
somethingWentWrong: "Bir
|
|
635
|
-
errorDescription: "Bu
|
|
630
|
+
loadingDocument: "Belge yükleniyor...",
|
|
631
|
+
noDocumentLoaded: "Yüklü belge yok",
|
|
632
|
+
failedToLoad: "Belge yüklenemedi",
|
|
633
|
+
unableToParse: "Belge ayrıştırılamadı",
|
|
634
|
+
somethingWentWrong: "Bir şeyler ters gitti",
|
|
635
|
+
errorDescription: "Bu bileşen oluşturulurken bir hata oluştu. Lütfen tekrar dene veya sorun devam ederse destek ile iletişime geç.",
|
|
636
636
|
errorLabel: "Hata:",
|
|
637
|
-
componentStack: "
|
|
637
|
+
componentStack: "Bileşen yığını:",
|
|
638
638
|
tryAgain: "Tekrar dene",
|
|
639
|
-
showDetails: "
|
|
640
|
-
hideDetails: "
|
|
641
|
-
unsavedChanges: "
|
|
639
|
+
showDetails: "Ayrıntıları göster",
|
|
640
|
+
hideDetails: "Ayrıntıları gizle",
|
|
641
|
+
unsavedChanges: "Kaydedilmemiş değişiklikleriniz var. Çıkmak istediğinden emin misin?"
|
|
642
642
|
},
|
|
643
643
|
table: {
|
|
644
|
-
insertRowAbove: "
|
|
645
|
-
insertRowBelow: "Alta
|
|
646
|
-
insertColumnLeft: "Sola
|
|
647
|
-
insertColumnRight: "
|
|
648
|
-
deleteRow: "
|
|
649
|
-
deleteColumn: "
|
|
644
|
+
insertRowAbove: "Üste satır ekle",
|
|
645
|
+
insertRowBelow: "Alta satır ekle",
|
|
646
|
+
insertColumnLeft: "Sola sütun ekle",
|
|
647
|
+
insertColumnRight: "Sağa sütun ekle",
|
|
648
|
+
deleteRow: "Satırı sil",
|
|
649
|
+
deleteColumn: "Sütunu sil",
|
|
650
650
|
deleteTable: "Tabloyu sil",
|
|
651
|
-
mergeCells: "
|
|
652
|
-
splitCell: "
|
|
653
|
-
editingTools: "Tablo
|
|
651
|
+
mergeCells: "Hücreleri birleştir",
|
|
652
|
+
splitCell: "Hücreyi böl",
|
|
653
|
+
editingTools: "Tablo düzenleme araçları",
|
|
654
654
|
label: "Tablo:",
|
|
655
|
-
cellFillColor: "
|
|
656
|
-
borderColor: "
|
|
657
|
-
borderWidth: "
|
|
658
|
-
unknownAction: "Bilinmeyen
|
|
655
|
+
cellFillColor: "Hücre dolgu rengi",
|
|
656
|
+
borderColor: "Kenarlık rengi",
|
|
657
|
+
borderWidth: "Kenarlık kalınlığı",
|
|
658
|
+
unknownAction: "Bilinmeyen işlem",
|
|
659
659
|
borders: {
|
|
660
|
-
all: "
|
|
661
|
-
outside: "
|
|
662
|
-
inside: "
|
|
663
|
-
none: "
|
|
664
|
-
remove: "
|
|
665
|
-
top: "
|
|
666
|
-
bottom: "Alt
|
|
667
|
-
left: "Sol
|
|
668
|
-
right: "
|
|
669
|
-
styleAriaLabel: "
|
|
670
|
-
tooltip: "
|
|
660
|
+
all: "Tüm kenarlıklar",
|
|
661
|
+
outside: "Dış kenarlıklar",
|
|
662
|
+
inside: "İç kenarlıklar",
|
|
663
|
+
none: "Kenarlık yok",
|
|
664
|
+
remove: "Kenarlıkları kaldır",
|
|
665
|
+
top: "Üst kenarlık",
|
|
666
|
+
bottom: "Alt kenarlık",
|
|
667
|
+
left: "Sol kenarlık",
|
|
668
|
+
right: "Sağ kenarlık",
|
|
669
|
+
styleAriaLabel: "Kenarlık stili",
|
|
670
|
+
tooltip: "Kenarlıklar"
|
|
671
671
|
},
|
|
672
|
-
moreOptions: "Daha fazla tablo
|
|
672
|
+
moreOptions: "Daha fazla tablo seçeneği",
|
|
673
673
|
styles: {
|
|
674
674
|
title: "Tablo stilleri",
|
|
675
675
|
label: "Stiller",
|
|
676
676
|
normalTable: "Normal tablo",
|
|
677
|
-
tableGrid: "
|
|
678
|
-
gridTableLight: "Izgara
|
|
677
|
+
tableGrid: "Izgaralı tablo",
|
|
678
|
+
gridTableLight: "Izgara — açık",
|
|
679
679
|
plainTable1: "Sade tablo 1",
|
|
680
680
|
plainTable2: "Sade tablo 2",
|
|
681
681
|
plainTable3: "Sade tablo 3",
|
|
682
682
|
plainTable4: "Sade tablo 4",
|
|
683
|
-
gridTable1Light: "Izgara 1
|
|
683
|
+
gridTable1Light: "Izgara 1 açık",
|
|
684
684
|
gridTable4Accent1: "Izgara 4 vurgu 1",
|
|
685
685
|
gridTable5Dark: "Izgara 5 koyu",
|
|
686
686
|
listTable3Accent2: "Liste 3 vurgu 2",
|
|
@@ -691,161 +691,161 @@ var tr_default = {
|
|
|
691
691
|
},
|
|
692
692
|
tableAdvanced: {
|
|
693
693
|
verticalAlignment: "Dikey hizalama",
|
|
694
|
-
top: "
|
|
694
|
+
top: "Üst",
|
|
695
695
|
middle: "Orta",
|
|
696
696
|
bottom: "Alt",
|
|
697
|
-
cellMargins: "
|
|
698
|
-
textDirection: "Metin
|
|
697
|
+
cellMargins: "Hücre kenar boşlukları",
|
|
698
|
+
textDirection: "Metin yönü",
|
|
699
699
|
textDirections: {
|
|
700
700
|
horizontal: "Yatay (LR)",
|
|
701
|
-
verticalRL: "Dikey (
|
|
702
|
-
verticalLR: "Dikey (alt
|
|
701
|
+
verticalRL: "Dikey (üst-alt, RL)",
|
|
702
|
+
verticalLR: "Dikey (alt-üst, LR)"
|
|
703
703
|
},
|
|
704
|
-
toggleNoWrap: "
|
|
705
|
-
rowHeight: "
|
|
704
|
+
toggleNoWrap: "Sarmamayı aç/kapa",
|
|
705
|
+
rowHeight: "Satır yüksekliği",
|
|
706
706
|
heightRules: {
|
|
707
707
|
auto: "Otomatik",
|
|
708
708
|
atLeast: "En az",
|
|
709
709
|
exact: "Tam"
|
|
710
710
|
},
|
|
711
711
|
rule: "Kural",
|
|
712
|
-
height: "
|
|
713
|
-
toggleHeaderRow: "
|
|
714
|
-
distributeColumns: "
|
|
715
|
-
autoFit: "
|
|
716
|
-
tableProperties: "Tablo
|
|
717
|
-
tableAlignment: "Tablo
|
|
712
|
+
height: "Yükseklik",
|
|
713
|
+
toggleHeaderRow: "Başlık satırını aç/kapa",
|
|
714
|
+
distributeColumns: "Sütunları eşit dağıt",
|
|
715
|
+
autoFit: "İçeriğe otomatik sığdır",
|
|
716
|
+
tableProperties: "Tablo özellikleri...",
|
|
717
|
+
tableAlignment: "Tablo hizalaması",
|
|
718
718
|
alignTableLeft: "Tabloyu sola hizala",
|
|
719
719
|
alignTableCenter: "Tabloyu ortala",
|
|
720
|
-
alignTableRight: "Tabloyu
|
|
721
|
-
tableOptionsMenu: "Tablo
|
|
722
|
-
tableOptions: "Tablo
|
|
720
|
+
alignTableRight: "Tabloyu sağa hizala",
|
|
721
|
+
tableOptionsMenu: "Tablo seçenekleri menüsü",
|
|
722
|
+
tableOptions: "Tablo seçenekleri"
|
|
723
723
|
},
|
|
724
724
|
imageTransform: {
|
|
725
|
-
tooltip: "
|
|
726
|
-
rotateClockwise: "Saat
|
|
727
|
-
rotateCounterClockwise: "Saat
|
|
728
|
-
flipHorizontal: "Yatay
|
|
729
|
-
flipVertical: "Dikey
|
|
725
|
+
tooltip: "Dönüştür",
|
|
726
|
+
rotateClockwise: "Saat yönünde döndür",
|
|
727
|
+
rotateCounterClockwise: "Saat yönünün tersine döndür",
|
|
728
|
+
flipHorizontal: "Yatay çevir",
|
|
729
|
+
flipVertical: "Dikey çevir"
|
|
730
730
|
},
|
|
731
731
|
imageWrap: {
|
|
732
|
-
inline: "Metinle
|
|
732
|
+
inline: "Metinle aynı satırda",
|
|
733
733
|
floatLeft: "Sol kareleme",
|
|
734
|
-
floatRight: "
|
|
735
|
-
topAndBottom: "
|
|
736
|
-
behindText: "Metnin
|
|
737
|
-
inFrontOfText: "Metnin
|
|
734
|
+
floatRight: "Sağ kareleme",
|
|
735
|
+
topAndBottom: "Üst ve alt",
|
|
736
|
+
behindText: "Metnin arkasında",
|
|
737
|
+
inFrontOfText: "Metnin önünde",
|
|
738
738
|
tooltipPrefix: "Sarma: {label}",
|
|
739
739
|
menu: {
|
|
740
|
-
inLineWithText: "Metinle
|
|
740
|
+
inLineWithText: "Metinle aynı satırda",
|
|
741
741
|
squareLeft: "Sol kareleme",
|
|
742
|
-
squareRight: "
|
|
743
|
-
behindText: "Metnin
|
|
744
|
-
inFrontOfText: "Metnin
|
|
745
|
-
ariaLabel: "
|
|
746
|
-
imageProperties: "
|
|
742
|
+
squareRight: "Sağ kareleme",
|
|
743
|
+
behindText: "Metnin arkasında",
|
|
744
|
+
inFrontOfText: "Metnin önünde",
|
|
745
|
+
ariaLabel: "Görsel düzeni seçenekleri",
|
|
746
|
+
imageProperties: "Görsel özellikleri…"
|
|
747
747
|
},
|
|
748
748
|
menuDesc: {
|
|
749
|
-
inLineWithText: "
|
|
750
|
-
squareLeft: "
|
|
751
|
-
squareRight: "
|
|
752
|
-
behindText: "
|
|
753
|
-
inFrontOfText: "
|
|
749
|
+
inLineWithText: "Görsel satır içinde harf gibi akar",
|
|
750
|
+
squareLeft: "Görsel sola yaslanır, metin sağa sarılır",
|
|
751
|
+
squareRight: "Görsel sağa yaslanır, metin sola sarılır",
|
|
752
|
+
behindText: "Görsel metnin arkasına yerleşir",
|
|
753
|
+
inFrontOfText: "Görsel metnin üzerine yerleşir"
|
|
754
754
|
}
|
|
755
755
|
},
|
|
756
756
|
responsePreview: {
|
|
757
757
|
loading: "{action}...",
|
|
758
758
|
result: "{action} sonucu",
|
|
759
759
|
closeEsc: "Kapat (Esc)",
|
|
760
|
-
editPrompt: "Kabul etmeden
|
|
761
|
-
changes: "
|
|
760
|
+
editPrompt: "Kabul etmeden önce sonucu düzenle:",
|
|
761
|
+
changes: "Değişiklikler:",
|
|
762
762
|
original: "Orijinal:",
|
|
763
763
|
new: "Yeni:",
|
|
764
|
-
cancelEdit: "
|
|
764
|
+
cancelEdit: "Düzenlemeyi iptal et"
|
|
765
765
|
},
|
|
766
766
|
commentMarkers: {
|
|
767
|
-
resolvedComment: "
|
|
767
|
+
resolvedComment: "Çözülen yorum",
|
|
768
768
|
comment: "Yorum"
|
|
769
769
|
},
|
|
770
770
|
editor: {
|
|
771
|
-
toggleCommentsSidebar: "Yorum kenar
|
|
772
|
-
showDocumentOutline: "Belge ana
|
|
773
|
-
editing: "
|
|
774
|
-
editingDescription: "Belgeyi
|
|
775
|
-
suggesting: "
|
|
776
|
-
suggestingDescription: "
|
|
777
|
-
viewing: "
|
|
778
|
-
viewingDescription: "Salt okunur,
|
|
779
|
-
failedToParse: "Belge
|
|
780
|
-
linkRemoved: "
|
|
781
|
-
linkCopied: "
|
|
771
|
+
toggleCommentsSidebar: "Yorum kenar çubuğunu aç/kapa",
|
|
772
|
+
showDocumentOutline: "Belge ana hattını göster",
|
|
773
|
+
editing: "Düzenleniyor",
|
|
774
|
+
editingDescription: "Belgeyi doğrudan düzenle",
|
|
775
|
+
suggesting: "Öneriliyor",
|
|
776
|
+
suggestingDescription: "Düzenlemeler öneri olur",
|
|
777
|
+
viewing: "Görüntüleniyor",
|
|
778
|
+
viewingDescription: "Salt okunur, düzenleme yok",
|
|
779
|
+
failedToParse: "Belge ayrıştırılamadı",
|
|
780
|
+
linkRemoved: "Bağlantı kaldırıldı",
|
|
781
|
+
linkCopied: "Bağlantı panoya kopyalandı",
|
|
782
782
|
failedToSave: "Belge kaydedilemedi"
|
|
783
783
|
},
|
|
784
784
|
hyperlinkPopup: {
|
|
785
|
-
displayTextPlaceholder: "
|
|
785
|
+
displayTextPlaceholder: "Görüntülenen metin",
|
|
786
786
|
urlPlaceholder: "https://ornek.com",
|
|
787
|
-
copyLink: "
|
|
788
|
-
editLink: "
|
|
789
|
-
removeLink: "
|
|
787
|
+
copyLink: "Bağlantıyı kopyala",
|
|
788
|
+
editLink: "Bağlantıyı düzenle",
|
|
789
|
+
removeLink: "Bağlantıyı kaldır"
|
|
790
790
|
},
|
|
791
791
|
headerFooter: {
|
|
792
|
-
header: "
|
|
792
|
+
header: "Üstbilgi",
|
|
793
793
|
footer: "Altbilgi",
|
|
794
|
-
options: "
|
|
795
|
-
insertPageNumber: "Mevcut sayfa
|
|
796
|
-
insertTotalPages: "Toplam sayfa
|
|
797
|
-
remove: "{label}
|
|
798
|
-
closeEditing: "{label}
|
|
794
|
+
options: "Seçenekler",
|
|
795
|
+
insertPageNumber: "Mevcut sayfa numarasını ekle",
|
|
796
|
+
insertTotalPages: "Toplam sayfa sayısını ekle",
|
|
797
|
+
remove: "{label} kaldır",
|
|
798
|
+
closeEditing: "{label} düzenlemeyi kapat"
|
|
799
799
|
},
|
|
800
800
|
image: {
|
|
801
|
-
placeholder: "
|
|
802
|
-
placeholderText: "[
|
|
803
|
-
editableAriaLabel: "
|
|
801
|
+
placeholder: "Görsel yer tutucu",
|
|
802
|
+
placeholderText: "[Görsel]",
|
|
803
|
+
editableAriaLabel: "Düzenlenebilir görsel"
|
|
804
804
|
},
|
|
805
805
|
ruler: {
|
|
806
806
|
horizontal: "Yatay cetvel",
|
|
807
807
|
vertical: "Dikey cetvel",
|
|
808
|
-
firstLineIndent: "
|
|
808
|
+
firstLineIndent: "İlk satır girintisi",
|
|
809
809
|
leftIndent: "Sol girinti",
|
|
810
|
-
rightIndent: "
|
|
811
|
-
topMargin: "
|
|
812
|
-
bottomMargin: "Alt kenar
|
|
810
|
+
rightIndent: "Sağ girinti",
|
|
811
|
+
topMargin: "Üst kenar boşluğu",
|
|
812
|
+
bottomMargin: "Alt kenar boşluğu"
|
|
813
813
|
},
|
|
814
814
|
print: {
|
|
815
|
-
label: "
|
|
816
|
-
allPages: "
|
|
815
|
+
label: "Yazdır",
|
|
816
|
+
allPages: "Tümü ({totalPages} sayfa)",
|
|
817
817
|
singlePage: "Sayfa {start}",
|
|
818
818
|
pageRange: "Sayfa {start}-{end}"
|
|
819
819
|
},
|
|
820
820
|
unsaved: {
|
|
821
821
|
unsaved: "Kaydedilmedi",
|
|
822
822
|
saved: "Kaydedildi",
|
|
823
|
-
unsavedTitle: "Belgede
|
|
824
|
-
savedTitle: "
|
|
825
|
-
unsavedAriaLabel: "
|
|
826
|
-
savedAriaLabel: "
|
|
823
|
+
unsavedTitle: "Belgede kaydedilmemiş değişiklikler var",
|
|
824
|
+
savedTitle: "Tüm değişiklikler kaydedildi",
|
|
825
|
+
unsavedAriaLabel: "Kaydedilmemiş değişiklikler",
|
|
826
|
+
savedAriaLabel: "Tüm değişiklikler kaydedildi"
|
|
827
827
|
},
|
|
828
828
|
loading: {
|
|
829
|
-
label: "
|
|
829
|
+
label: "Yükleniyor"
|
|
830
830
|
},
|
|
831
831
|
agentPanel: {
|
|
832
832
|
defaultTitle: "Asistan",
|
|
833
|
-
toggle: "
|
|
833
|
+
toggle: "Asistanı aç",
|
|
834
834
|
close: "Paneli kapat",
|
|
835
|
-
resizeHandle: "Asistan panelini yeniden
|
|
836
|
-
thinking: "Asistan
|
|
837
|
-
composerPlaceholder: "Asistana sor
|
|
838
|
-
send: "
|
|
835
|
+
resizeHandle: "Asistan panelini yeniden boyutlandır",
|
|
836
|
+
thinking: "Asistan düşünüyor",
|
|
837
|
+
composerPlaceholder: "Asistana sor…",
|
|
838
|
+
send: "Gönder",
|
|
839
839
|
timeline: {
|
|
840
|
-
working: "
|
|
841
|
-
summary: "{count, plural, one {#
|
|
842
|
-
earlier: "+ {count, plural, one {#
|
|
840
|
+
working: "Çalışıyor… {count, plural, one {# adım} other {# adım}}",
|
|
841
|
+
summary: "{count, plural, one {# adım} other {# adım}}",
|
|
842
|
+
earlier: "+ {count, plural, one {# önceki adım} other {# önceki adım}}"
|
|
843
843
|
}
|
|
844
844
|
},
|
|
845
845
|
imageOverlay: {
|
|
846
|
-
deleteImage: "
|
|
847
|
-
imageProperties: "
|
|
848
|
-
rotate: "
|
|
846
|
+
deleteImage: "Görseli sil",
|
|
847
|
+
imageProperties: "Görsel özellikleri",
|
|
848
|
+
rotate: "Döndür"
|
|
849
849
|
}
|
|
850
850
|
};
|
|
851
851
|
|