@atlaskit/editor-core 158.0.1 → 159.0.0
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/CHANGELOG.md +6 -0
- package/dist/cjs/i18n/cs.js +42 -6
- package/dist/cjs/i18n/da.js +44 -8
- package/dist/cjs/i18n/de.js +45 -9
- package/dist/cjs/i18n/en_ZZ.js +328 -0
- package/dist/cjs/i18n/es.js +43 -7
- package/dist/cjs/i18n/et.js +2 -5
- package/dist/cjs/i18n/fi.js +44 -8
- package/dist/cjs/i18n/fr.js +42 -6
- package/dist/cjs/i18n/hu.js +44 -8
- package/dist/cjs/i18n/it.js +42 -6
- package/dist/cjs/i18n/ja.js +43 -7
- package/dist/cjs/i18n/ko.js +44 -8
- package/dist/cjs/i18n/nb.js +42 -6
- package/dist/cjs/i18n/nl.js +44 -8
- package/dist/cjs/i18n/pl.js +18 -6
- package/dist/cjs/i18n/pt_BR.js +42 -6
- package/dist/cjs/i18n/pt_PT.js +2 -5
- package/dist/cjs/i18n/ru.js +44 -8
- package/dist/cjs/i18n/sk.js +2 -5
- package/dist/cjs/i18n/sv.js +43 -7
- package/dist/cjs/i18n/th.js +42 -6
- package/dist/cjs/i18n/tr.js +44 -8
- package/dist/cjs/i18n/uk.js +42 -6
- package/dist/cjs/i18n/vi.js +42 -6
- package/dist/cjs/i18n/zh.js +39 -6
- package/dist/cjs/i18n/zh_TW.js +42 -6
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +42 -6
- package/dist/es2019/i18n/da.js +44 -8
- package/dist/es2019/i18n/de.js +45 -9
- package/dist/es2019/i18n/en_ZZ.js +320 -0
- package/dist/es2019/i18n/es.js +43 -7
- package/dist/es2019/i18n/et.js +2 -5
- package/dist/es2019/i18n/fi.js +44 -8
- package/dist/es2019/i18n/fr.js +42 -6
- package/dist/es2019/i18n/hu.js +44 -8
- package/dist/es2019/i18n/it.js +42 -6
- package/dist/es2019/i18n/ja.js +43 -7
- package/dist/es2019/i18n/ko.js +44 -8
- package/dist/es2019/i18n/nb.js +42 -6
- package/dist/es2019/i18n/nl.js +44 -8
- package/dist/es2019/i18n/pl.js +18 -6
- package/dist/es2019/i18n/pt_BR.js +42 -6
- package/dist/es2019/i18n/pt_PT.js +2 -5
- package/dist/es2019/i18n/ru.js +44 -8
- package/dist/es2019/i18n/sk.js +2 -5
- package/dist/es2019/i18n/sv.js +43 -7
- package/dist/es2019/i18n/th.js +42 -6
- package/dist/es2019/i18n/tr.js +44 -8
- package/dist/es2019/i18n/uk.js +42 -6
- package/dist/es2019/i18n/vi.js +42 -6
- package/dist/es2019/i18n/zh.js +39 -6
- package/dist/es2019/i18n/zh_TW.js +42 -6
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +42 -6
- package/dist/esm/i18n/da.js +44 -8
- package/dist/esm/i18n/de.js +45 -9
- package/dist/esm/i18n/en_ZZ.js +320 -0
- package/dist/esm/i18n/es.js +43 -7
- package/dist/esm/i18n/et.js +2 -5
- package/dist/esm/i18n/fi.js +44 -8
- package/dist/esm/i18n/fr.js +42 -6
- package/dist/esm/i18n/hu.js +44 -8
- package/dist/esm/i18n/it.js +42 -6
- package/dist/esm/i18n/ja.js +43 -7
- package/dist/esm/i18n/ko.js +44 -8
- package/dist/esm/i18n/nb.js +42 -6
- package/dist/esm/i18n/nl.js +44 -8
- package/dist/esm/i18n/pl.js +18 -6
- package/dist/esm/i18n/pt_BR.js +42 -6
- package/dist/esm/i18n/pt_PT.js +2 -5
- package/dist/esm/i18n/ru.js +44 -8
- package/dist/esm/i18n/sk.js +2 -5
- package/dist/esm/i18n/sv.js +43 -7
- package/dist/esm/i18n/th.js +42 -6
- package/dist/esm/i18n/tr.js +44 -8
- package/dist/esm/i18n/uk.js +42 -6
- package/dist/esm/i18n/vi.js +42 -6
- package/dist/esm/i18n/zh.js +39 -6
- package/dist/esm/i18n/zh_TW.js +42 -6
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +40 -4
- package/dist/types/i18n/da.d.ts +40 -4
- package/dist/types/i18n/de.d.ts +40 -4
- package/dist/types/i18n/en_ZZ.d.ts +320 -0
- package/dist/types/i18n/es.d.ts +40 -4
- package/dist/types/i18n/et.d.ts +1 -4
- package/dist/types/i18n/fi.d.ts +40 -4
- package/dist/types/i18n/fr.d.ts +40 -4
- package/dist/types/i18n/hu.d.ts +40 -4
- package/dist/types/i18n/it.d.ts +40 -4
- package/dist/types/i18n/ja.d.ts +40 -4
- package/dist/types/i18n/ko.d.ts +40 -4
- package/dist/types/i18n/nb.d.ts +40 -4
- package/dist/types/i18n/nl.d.ts +40 -4
- package/dist/types/i18n/pl.d.ts +16 -4
- package/dist/types/i18n/pt_BR.d.ts +40 -4
- package/dist/types/i18n/pt_PT.d.ts +1 -4
- package/dist/types/i18n/ru.d.ts +40 -4
- package/dist/types/i18n/sk.d.ts +1 -4
- package/dist/types/i18n/sv.d.ts +40 -4
- package/dist/types/i18n/th.d.ts +40 -4
- package/dist/types/i18n/tr.d.ts +40 -4
- package/dist/types/i18n/uk.d.ts +40 -4
- package/dist/types/i18n/vi.d.ts +40 -4
- package/dist/types/i18n/zh.d.ts +37 -4
- package/dist/types/i18n/zh_TW.d.ts +40 -4
- package/package.json +6 -6
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -8,15 +8,15 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Swedish
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Uppgift',
|
|
17
17
|
'fabric.editor.action.description': 'Skapa och tilldela åtgärdsuppgifter',
|
|
18
18
|
'fabric.editor.addAltText': 'Alternativ text',
|
|
19
|
-
'fabric.editor.alignCenter': '
|
|
19
|
+
'fabric.editor.alignCenter': 'Mittenjustera',
|
|
20
20
|
'fabric.editor.alignImageCenter': 'Centrera',
|
|
21
21
|
'fabric.editor.alignImageLeft': 'Vänsterjustera',
|
|
22
22
|
'fabric.editor.alignImageRight': 'Högerjustera',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': 'Verktygsfält för kommentarer',
|
|
30
30
|
'fabric.editor.backLink': 'Gå tillbaka',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': 'Inlinelänken är inuti {node} och det går inte att byta dess vy',
|
|
32
|
+
'fabric.editor.blockDescription': 'Visa mer information om en länk, inklusive en sammanfattning och åtgärder',
|
|
33
|
+
'fabric.editor.blockTitle': 'Kort',
|
|
32
34
|
'fabric.editor.blockquote': 'ett citattecken',
|
|
33
35
|
'fabric.editor.blockquote.description': 'Infoga citat',
|
|
34
36
|
'fabric.editor.blockquote2': 'Citat',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'Kortalternativ',
|
|
41
43
|
'fabric.editor.cellBackground': 'Cellbakgrund',
|
|
42
44
|
'fabric.editor.cellOptions': 'Cellalternativ',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv något …',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'Rensa alternativ text',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, one {Rensa celler} other {Rensa celler}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'Ta bort formatering',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'Stäng',
|
|
50
53
|
'fabric.editor.closeHelpDialog': 'Stäng hjälpdialog',
|
|
51
54
|
'fabric.editor.code': 'Kod',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, kod på',
|
|
52
56
|
'fabric.editor.codeblock': 'Kodstycke',
|
|
53
57
|
'fabric.editor.codeblock.description': 'Visa kod med syntaxmarkering',
|
|
54
58
|
'fabric.editor.collapseTable': 'Dölj tabell',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'Kopiera',
|
|
76
80
|
'fabric.editor.createComment': 'Kommentera',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'Du kan bara kommentera på text och rubriker',
|
|
82
|
+
'fabric.editor.customPanel': 'Anpassad panel',
|
|
83
|
+
'fabric.editor.customPanel.description': 'Lägg till en anteckning med en emoji och en färgad bakgrund',
|
|
78
84
|
'fabric.editor.date': 'Datum',
|
|
79
85
|
'fabric.editor.date.description': 'Lägg till ett datum med en kalender',
|
|
80
86
|
'fabric.editor.decision': 'Beslut',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Det här visningsalternativet är inte tillgängligt inuti {node}',
|
|
89
95
|
'fabric.editor.displayText': 'Text att visa',
|
|
90
96
|
'fabric.editor.distributeColumns': 'Fördela kolumner',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
98
|
+
'fabric.editor.ecombedDescription': 'Visa en interaktiv förhandsvisning av en länk',
|
|
91
99
|
'fabric.editor.edit': 'Redigera',
|
|
92
100
|
'fabric.editor.editAltText': 'Redigera alternativ text',
|
|
93
101
|
'fabric.editor.editDateText': 'Redigeringsdatum',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'Bjud in att redigera',
|
|
96
104
|
'fabric.editor.editStatusColor': 'Redigera statusfärg',
|
|
97
105
|
'fabric.editor.editStatusText': 'Redigera status',
|
|
106
|
+
'fabric.editor.editableContentLabel': 'Innehåll som kan redigeras',
|
|
98
107
|
'fabric.editor.editorHelp': 'Editor-hjälp',
|
|
108
|
+
'fabric.editor.editors': 'Redigerare',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'Hjälp',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alla',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prova att söka med en annan term eller upptäck nya appar för Atlassian-produkter.',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Utforska Atlassian Marketplace',
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'Bläddra',
|
|
125
|
+
'fabric.editor.embedTitle': 'Bädda in',
|
|
115
126
|
'fabric.editor.emoji': 'Emoji',
|
|
116
127
|
'fabric.editor.emoji.description': 'Använd emojis för att uttrycka idéer 🎉 och känslor 😄',
|
|
117
128
|
'fabric.editor.emptyLink': 'Ange en länk.',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Avbryt',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Är du säker?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Svävande verktygsfält har öppnats',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Svävande verktygsfält',
|
|
136
149
|
'fabric.editor.headerColumn': 'Rubrikkolumn',
|
|
137
150
|
'fabric.editor.headerRow': 'Rubrikrad',
|
|
138
151
|
'fabric.editor.heading1': 'Rubrik 1',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'Använd för att gruppera listobjekt',
|
|
148
161
|
'fabric.editor.heading6': 'Rubrik 6',
|
|
149
162
|
'fabric.editor.heading6Description': 'Använd för rubriker på låg nivå',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogg',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bugg',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ärende',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sida',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Uppgift',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Öppna hjälpdialogruta',
|
|
150
170
|
'fabric.editor.help': 'Hjälp',
|
|
151
171
|
'fabric.editor.help.description': 'Bläddra bland alla tangentbordsgenvägar och Markdown-alternativ',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'Tryck på {keyMap} för att när som helst öppna den här dialogrutan',
|
|
153
173
|
'fabric.editor.horizontalRule': 'Avgränsare',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'Separera innehåll med en horisontell linje',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Länketikett',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Förslag visas nedan när du skriver i fältet',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {inga resultat hittades} one {{count,number} resultat hittades} other {{count,number} resultat hittades}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Klistra in eller sök efter en länk',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'Info',
|
|
161
182
|
'fabric.editor.infoPanel': 'Informationspanel',
|
|
162
183
|
'fabric.editor.infoPanel.description': 'Markera information med en färgad panel',
|
|
184
|
+
'fabric.editor.inlineDescription': 'Visa länk som infogad text',
|
|
185
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
163
186
|
'fabric.editor.insertColumn': 'Infoga kolumn till höger',
|
|
164
187
|
'fabric.editor.insertMenu': 'Infoga',
|
|
165
188
|
'fabric.editor.insertRow': 'Infoga rad nedanför',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown',
|
|
181
204
|
'fabric.editor.matchCase': 'Matcha skiftläge',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'Lägg till länk',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Radera',
|
|
183
207
|
'fabric.editor.mention': 'Omnämnande',
|
|
184
208
|
'fabric.editor.mention.description': 'Nämn någon för att skicka en avisering till dem',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'lägg till-ikon',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'Omnämnande',
|
|
185
211
|
'fabric.editor.mergeCells': 'Sammanfoga celler',
|
|
186
212
|
'fabric.editor.moreFormatting': 'Mer formatering',
|
|
187
213
|
'fabric.editor.noResultsFound': 'Inga resultat',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'Anteckningspanel',
|
|
191
217
|
'fabric.editor.notePanel.description': 'Lägg till en anteckning i en färgad panel',
|
|
192
218
|
'fabric.editor.numberedColumn': 'Numrerad kolumn',
|
|
219
|
+
'fabric.editor.off': '{formattingType} av',
|
|
220
|
+
'fabric.editor.on': '{formattingType} på',
|
|
193
221
|
'fabric.editor.orderedList': 'Numrerad lista',
|
|
194
222
|
'fabric.editor.orderedList.description': 'Skapa en sorterad lista',
|
|
195
223
|
'fabric.editor.other': 'Annat ...',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'Sidåtgärder',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': 'Bakgrundsfärg',
|
|
197
226
|
'fabric.editor.panel.emoji': 'Lägg till emoji',
|
|
198
227
|
'fabric.editor.pastePlainText': 'Klistra in oformaterad text',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'Gör om',
|
|
205
234
|
'fabric.editor.remove': 'Ta bort',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, one {Radera kolumn} other {Radera kolumner}}',
|
|
236
|
+
'fabric.editor.removeEmoji': 'Ta bort emoji',
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, one {Radera rad} other {Radera rader}}',
|
|
208
238
|
'fabric.editor.replace': 'Ersätt',
|
|
209
239
|
'fabric.editor.replaceAll': 'Ersätt alla',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'Höger sidopanel',
|
|
213
243
|
'fabric.editor.saveButton': 'Spara',
|
|
214
244
|
'fabric.editor.selectLanguage': 'Välj språk',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'Enkel kolumn',
|
|
216
246
|
'fabric.editor.sortColumnASC': 'Sortera kolumn A → Ö',
|
|
217
247
|
'fabric.editor.sortColumnDESC': 'Sortera kolumn Ö → A',
|
|
218
248
|
'fabric.editor.splitCell': 'Dela cell',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'Genomstrykning',
|
|
224
254
|
'fabric.editor.subTask': 'Underordnad uppgift',
|
|
225
255
|
'fabric.editor.subscript': 'Nedsänkt',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'Nedsänkt text av, upphöjd text på',
|
|
226
257
|
'fabric.editor.success': 'Klart!',
|
|
227
258
|
'fabric.editor.successPanel': 'Framgångspanel',
|
|
228
259
|
'fabric.editor.successPanel.description': 'Lägg till ett tips i en färgad panel',
|
|
229
260
|
'fabric.editor.superscript': 'Upphöjd',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'Upphöjd text av, nedsänkt text på',
|
|
230
262
|
'fabric.editor.supportAltText': 'Alternativ text är användbart för de som använder skärmläsare på grund av visuella begränsningar.',
|
|
231
263
|
'fabric.editor.table': 'Tabell',
|
|
232
264
|
'fabric.editor.table.description': 'Infoga en tabell',
|
|
233
265
|
'fabric.editor.tableOptions': 'Tabellalternativ',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Om du tar bort den här tabellen
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Om du tar bort den här tabellen bryts alla diagram som är kopplade till den.',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Ta bort tabell och data',
|
|
236
268
|
'fabric.editor.task': 'Uppgift',
|
|
237
269
|
'fabric.editor.taskPlaceholder': 'Skriv din åtgärd och använd @ för att tilldela någon.',
|
|
270
|
+
'fabric.editor.text.formatting.off': 'Textformatering av',
|
|
238
271
|
'fabric.editor.textColor': 'Textfärg',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'Färre färger',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'Fler färger',
|
|
241
272
|
'fabric.editor.textStyles': 'Textstilar',
|
|
242
273
|
'fabric.editor.threeColumns': 'Tre kolumner',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolumner med sidopaneler',
|
|
244
275
|
'fabric.editor.time.ago': 'sedan',
|
|
245
276
|
'fabric.editor.time.updated': 'Uppdaterad',
|
|
246
277
|
'fabric.editor.time.viewed': 'Visad',
|
|
278
|
+
'fabric.editor.toolbarLabel': 'Verktygsfält för redigering',
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'Filer och bilder',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'en panel',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'en lista',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'en beslutslista',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': 'en staplad expanderingsslutpunkt',
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'ett åtgärdsobjekt',
|
|
253
286
|
'fabric.editor.twoColumns': 'Två kolumner',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'Autoförslagsresultat',
|
|
254
288
|
'fabric.editor.unableToOpenLink': 'Det gick inte att öppna länken',
|
|
255
289
|
'fabric.editor.underline': 'Understruken',
|
|
256
290
|
'fabric.editor.undo': 'Ångra',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'Punktlista',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'Skapa en osorterad lista',
|
|
260
294
|
'fabric.editor.url': 'Visa URL',
|
|
295
|
+
'fabric.editor.urlDescription': 'Visa länk som URL',
|
|
296
|
+
'fabric.editor.urlTitle': 'URL',
|
|
261
297
|
'fabric.editor.viewMore': 'Visa mer',
|
|
262
298
|
'fabric.editor.visit': 'Öppna länk i nytt fönster',
|
|
263
299
|
'fabric.editor.warning': 'Varning',
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Thai (Thailand)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'รายการการดำเนินการ',
|
|
17
17
|
'fabric.editor.action.description': 'สร้างและมอบหมายรายการการดำเนินการ',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': 'แถบเครื่องมือข้อความหมายเหตุ',
|
|
30
30
|
'fabric.editor.backLink': 'ย้อนกลับ',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': 'ลิงก์ในแท็กจะอยู่ภายใน {node} และไม่สามารถเปลี่ยนแปลงมุมมองได้',
|
|
32
|
+
'fabric.editor.blockDescription': 'แสดงข้อมูลเพิ่มเติมเกี่ยวกับลิงก์ รวมถึงข้อมูลสรุปและการดำเนินการ',
|
|
33
|
+
'fabric.editor.blockTitle': 'การ์ด',
|
|
32
34
|
'fabric.editor.blockquote': 'ข้อความอ้างอิง',
|
|
33
35
|
'fabric.editor.blockquote.description': 'ใส่เครื่องหมายคำพูดหรือการอ้างอิง',
|
|
34
36
|
'fabric.editor.blockquote2': 'ใส่เครื่องหมายคำพูด',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'ตัวเลือกการ์ด',
|
|
41
43
|
'fabric.editor.cellBackground': 'พื้นหลังช่องข้อมูล',
|
|
42
44
|
'fabric.editor.cellOptions': 'ตัวเลือกช่องข้อมูล',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'พิมพ์อะไรบางอย่าง...',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'ลบข้อความอธิบายรูปภาพ',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, other {ล้างเซลล์}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'ล้างการจัดรูปแบบ',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'ปิด',
|
|
50
53
|
'fabric.editor.closeHelpDialog': 'ปิดกรอบโต้ตอบความช่วยเหลือ',
|
|
51
54
|
'fabric.editor.code': 'รหัส',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, เปิดรหัส',
|
|
52
56
|
'fabric.editor.codeblock': 'รหัสย่อย',
|
|
53
57
|
'fabric.editor.codeblock.description': 'แสดงรหัสพร้อมการไฮไลท์โครงสร้างภาษา',
|
|
54
58
|
'fabric.editor.collapseTable': 'ย่อตาราง',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'คัดลอก',
|
|
76
80
|
'fabric.editor.createComment': 'ความคิดเห็น',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'คุณสามารถแสดงความคิดเห็นได้เฉพาะบนข้อความและหัวข้อเท่านั้น',
|
|
82
|
+
'fabric.editor.customPanel': 'แผงแบบกำหนดเอง',
|
|
83
|
+
'fabric.editor.customPanel.description': 'เพิ่มข้อความบันทึกพร้อมเอโมจิและพื้นหลังมีสีสัน',
|
|
78
84
|
'fabric.editor.date': 'วันที่',
|
|
79
85
|
'fabric.editor.date.description': 'เพิ่มวันที่โดยใช้ปฏิทิน',
|
|
80
86
|
'fabric.editor.decision': 'การตัดสินใจ',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': 'ตัวเลือกการแสดงนี้ไม่พร้อมใช้งานภายใน {node}',
|
|
89
95
|
'fabric.editor.displayText': 'ข้อความที่จะแสดง',
|
|
90
96
|
'fabric.editor.distributeColumns': 'แบ่งคอลัมน์',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'เอกสาร',
|
|
98
|
+
'fabric.editor.ecombedDescription': 'แสดงตัวอย่างแบบโต้ตอบของลิงก์',
|
|
91
99
|
'fabric.editor.edit': 'แก้ไข',
|
|
92
100
|
'fabric.editor.editAltText': 'แก้ไขข้อความอธิบายรูปภาพ',
|
|
93
101
|
'fabric.editor.editDateText': 'แก้ไขวันที่',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'เชิญให้แก้ไข',
|
|
96
104
|
'fabric.editor.editStatusColor': 'แก้ไขสีสถานะ',
|
|
97
105
|
'fabric.editor.editStatusText': 'แก้ไขสถานะ',
|
|
106
|
+
'fabric.editor.editableContentLabel': 'เนื้อหาที่แก้ไขได้',
|
|
98
107
|
'fabric.editor.editorHelp': 'ความช่วยเหลือจากบรรณาธิการ',
|
|
108
|
+
'fabric.editor.editors': 'บรรณาธิการ',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'ช่วยเหลือ',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'การดูแลระบบ',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'ทั้งหมด',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'ลองค้นหากับคำอื่นหรือค้นหาแอปใหม่สำหรับผลิตภัณฑ์ Atlassian',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'สำรวจ Atlassian Marketplace',
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'ค้นหา',
|
|
125
|
+
'fabric.editor.embedTitle': 'ปักหมุด',
|
|
115
126
|
'fabric.editor.emoji': 'เอโมจิ',
|
|
116
127
|
'fabric.editor.emoji.description': 'ใช้เอโมจิเพื่อแสดงไอเดีย 🎉 และอารมณ์ต่าง ๆ 😄',
|
|
117
128
|
'fabric.editor.emptyLink': 'โปรดป้อนลิงก์',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'ยกเลิก',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'คุณแน่ใจหรือไม่',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'ตกลง',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'มีการเปิดการควบคุมแถบเครื่องมือแบบลอยตัว',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'แถบเครื่องมือแบบลอยตัว',
|
|
136
149
|
'fabric.editor.headerColumn': 'คอลัมน์ส่วนหัว',
|
|
137
150
|
'fabric.editor.headerRow': 'แถวส่วนหัว',
|
|
138
151
|
'fabric.editor.heading1': 'หัวเรื่อง 1',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'ใช้ส่วนนี้สำหรับจัดกลุ่มรายการต่าง ๆ',
|
|
148
161
|
'fabric.editor.heading6': 'หัวเรื่อง 6',
|
|
149
162
|
'fabric.editor.heading6Description': 'ใช้ส่วนนี้สำหรับหัวเรื่องรอง',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'บล็อก',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'ข้อผิดพลาด',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'ปัญหา',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'หน้าข้อมูล',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'เรื่องราว',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'งาน',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'เปิดกรอบโต้ตอบความช่วยเหลือ',
|
|
150
170
|
'fabric.editor.help': 'ช่วยเหลือ',
|
|
151
171
|
'fabric.editor.help.description': 'เรียกใช้ปุ่มลัดบนคีย์บอร์ดและตัวเลือก markdown ทั้งหมด',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'กด {keyMap} เพื่อเปิดกรอบโต้ตอบนี้ได้ทุกเมื่อ',
|
|
153
173
|
'fabric.editor.horizontalRule': 'ตัวแบ่งคั่น',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'แบ่งคั่นเนื้อหาด้วยเส้นแนวนอน',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'ป้ายลิงก์',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'ข้อเสนอแนะจะปรากฏด้านล่างเมื่อคุณพิมพ์ลงในช่อง',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ไม่พบผลลัพธ์} other {พบผลลัพธ์ {count,number} รายการ}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'วางหรือค้นหาลิงก์',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'ข้อมูล',
|
|
161
182
|
'fabric.editor.infoPanel': 'แผงข้อมูล',
|
|
162
183
|
'fabric.editor.infoPanel.description': 'ไฮไลท์ข้อมูลในแผงสี',
|
|
184
|
+
'fabric.editor.inlineDescription': 'แสดงลิงก์เป็นข้อความอินไลน์',
|
|
185
|
+
'fabric.editor.inlineTitle': 'อินไลน์',
|
|
163
186
|
'fabric.editor.insertColumn': 'แทรกคอลัมน์ทางด้านขวา',
|
|
164
187
|
'fabric.editor.insertMenu': 'ใส่',
|
|
165
188
|
'fabric.editor.insertRow': 'แทรกแถวด้านล่าง',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown',
|
|
181
204
|
'fabric.editor.matchCase': 'รายการที่ตรงกัน',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'เพิ่มลิงก์',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'ลบ',
|
|
183
207
|
'fabric.editor.mention': 'กล่าวถึง',
|
|
184
208
|
'fabric.editor.mention.description': 'กล่าวถึงผู้ใช้เพื่อส่งการแจ้งเตือน',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'ไอคอนการเพิ่มรายการ',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'กล่าวถึง',
|
|
185
211
|
'fabric.editor.mergeCells': 'รวมช่องข้อมูล',
|
|
186
212
|
'fabric.editor.moreFormatting': 'การจัดรูปแบบเพิ่มเติม',
|
|
187
213
|
'fabric.editor.noResultsFound': 'ไม่พบผลลัพธ์',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'แผงข้อความบันทึก',
|
|
191
217
|
'fabric.editor.notePanel.description': 'เพิ่มข้อความบันทึกในแผงสี',
|
|
192
218
|
'fabric.editor.numberedColumn': 'คอลัมน์แบบมีตัวเลข',
|
|
219
|
+
'fabric.editor.off': 'ปิด {formattingType}',
|
|
220
|
+
'fabric.editor.on': 'เปิด {formattingType}',
|
|
193
221
|
'fabric.editor.orderedList': 'รายการแบบมีตัวเลข',
|
|
194
222
|
'fabric.editor.orderedList.description': 'สร้างรายการแบบมีเลขลำดับ',
|
|
195
223
|
'fabric.editor.other': 'อื่น ๆ...',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'การดำเนินการของหน้าข้อมูล',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': 'สีพื้นหลัง',
|
|
197
226
|
'fabric.editor.panel.emoji': 'เพิ่มเอโมจิ',
|
|
198
227
|
'fabric.editor.pastePlainText': 'วางข้อความธรรมดา',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'ทำซ้ำ',
|
|
205
234
|
'fabric.editor.remove': 'ลบออก',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, other {ลบคอลัมน์}}',
|
|
236
|
+
'fabric.editor.removeEmoji': 'ลบเอโมจิออก',
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, other {ลบแถว}}',
|
|
208
238
|
'fabric.editor.replace': 'แทนที่',
|
|
209
239
|
'fabric.editor.replaceAll': 'แทนที่ทั้งหมด',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'แถบด้านขวา',
|
|
213
243
|
'fabric.editor.saveButton': 'บันทึก',
|
|
214
244
|
'fabric.editor.selectLanguage': 'เลือกภาษา',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'คอลัมน์เดียว',
|
|
216
246
|
'fabric.editor.sortColumnASC': 'จัดเรียงคอลัมน์ A → Z',
|
|
217
247
|
'fabric.editor.sortColumnDESC': 'จัดเรียงคอลัมน์ Z → A',
|
|
218
248
|
'fabric.editor.splitCell': 'แยกช่องข้อมูล',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'ขีดฆ่า',
|
|
224
254
|
'fabric.editor.subTask': 'งานย่อย',
|
|
225
255
|
'fabric.editor.subscript': 'ตัวห้อย',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'ปิดตัวห้อย เปิดตัวห้อย',
|
|
226
257
|
'fabric.editor.success': 'สำเร็จ',
|
|
227
258
|
'fabric.editor.successPanel': 'แผงความสำเร็จ',
|
|
228
259
|
'fabric.editor.successPanel.description': 'เพิ่มเคล็ดลับในแผงสี',
|
|
229
260
|
'fabric.editor.superscript': 'ตัวยก',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'ปิดตัวยก เปิดตัวยก',
|
|
230
262
|
'fabric.editor.supportAltText': 'ข้อความอธิบายรูปภาพมีประโยชน์สำหรับผู้ที่กำลังใช้โปรแกรมอ่านออกเสียงบนหน้าจอเนื่องจากอาจมีข้อจำกัดทางด้านภาพ',
|
|
231
263
|
'fabric.editor.table': 'ตาราง',
|
|
232
264
|
'fabric.editor.table.description': 'แทรกตาราง',
|
|
233
265
|
'fabric.editor.tableOptions': 'ตัวเลือกตาราง',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'การลบตารางนี้จะเป็นการยุติแผนผังทั้งหมดที่เชื่อมโยงอยู่',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'ลบตารางและข้อมูล',
|
|
236
268
|
'fabric.editor.task': 'งาน',
|
|
237
269
|
'fabric.editor.taskPlaceholder': "พิมพ์ข้อความของคุณ ใช้ '@' เพื่อมอบหมายให้ผู้ใช้ที่คุณเลือก",
|
|
270
|
+
'fabric.editor.text.formatting.off': 'ปิดการใช้รูปแบบข้อความ',
|
|
238
271
|
'fabric.editor.textColor': 'สีข้อความ',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'สีน้อยลง',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'สีเพิ่มเติม',
|
|
241
272
|
'fabric.editor.textStyles': 'รูปแบบตัวอักษร',
|
|
242
273
|
'fabric.editor.threeColumns': 'สามคอลัมน์',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'สามคอลัมน์พร้อมแถบด้านข้าง',
|
|
244
275
|
'fabric.editor.time.ago': 'ที่แล้ว',
|
|
245
276
|
'fabric.editor.time.updated': 'อัปเดตแล้ว',
|
|
246
277
|
'fabric.editor.time.viewed': 'ดูแล้ว',
|
|
278
|
+
'fabric.editor.toolbarLabel': 'แถบเครื่องมือแก้ไข',
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'ไฟล์และรูปภาพ',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'แผง',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'รายการ',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'รายการตัดสินใจ',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': 'การขยายที่ซ้อนกัน',
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'รายการดำเนินการ',
|
|
253
286
|
'fabric.editor.twoColumns': 'สองคอลัมน์',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'ผลลัพธ์ TypeAhead',
|
|
254
288
|
'fabric.editor.unableToOpenLink': 'ไม่สามารถเปิดลิงก์นี้ได้',
|
|
255
289
|
'fabric.editor.underline': 'ขีดเส้นใต้',
|
|
256
290
|
'fabric.editor.undo': 'เลิกทำ',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'การแสดงรายการแบบไม่มีเลขลำดับ',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'สร้างรายการแบบไม่มีเลขลำดับ',
|
|
260
294
|
'fabric.editor.url': 'แสดง URL',
|
|
295
|
+
'fabric.editor.urlDescription': 'แสดงลิงก์เป็น URL',
|
|
296
|
+
'fabric.editor.urlTitle': 'URL',
|
|
261
297
|
'fabric.editor.viewMore': 'ดูเพิ่มเติม',
|
|
262
298
|
'fabric.editor.visit': 'เปิดลิงก์ในหน้าต่างใหม่',
|
|
263
299
|
'fabric.editor.warning': 'คำเตือน',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -8,20 +8,20 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Turkish (Turkey)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Yapılacaklar listesi',
|
|
17
17
|
'fabric.editor.action.description': 'Yapılacaklar listesi oluşturun ve atayın',
|
|
18
18
|
'fabric.editor.addAltText': 'Alternatif metin',
|
|
19
|
-
'fabric.editor.alignCenter': '
|
|
19
|
+
'fabric.editor.alignCenter': 'None',
|
|
20
20
|
'fabric.editor.alignImageCenter': 'Ortaya hizala',
|
|
21
21
|
'fabric.editor.alignImageLeft': 'Sola hizala',
|
|
22
22
|
'fabric.editor.alignImageRight': 'Sağa hizala',
|
|
23
23
|
'fabric.editor.alignLeft': 'Sola hizala',
|
|
24
|
-
'fabric.editor.alignRight': '
|
|
24
|
+
'fabric.editor.alignRight': 'None',
|
|
25
25
|
'fabric.editor.alignment': 'Metin hizalama',
|
|
26
26
|
'fabric.editor.altText': 'Alternatif metin',
|
|
27
27
|
'fabric.editor.alttext.validation': 'Lütfen alt (alternatif metin) özniteliğindeki özel karakterleri kaldırın.',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': 'Not ekleme araç çubuğu',
|
|
30
30
|
'fabric.editor.backLink': 'Geri dön',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': 'Satır içi bağlantı {node} düğümündedir ve görüntüsü değiştirilemez',
|
|
32
|
+
'fabric.editor.blockDescription': 'Bağlantı hakkında özet ve işlemler de dahil olmak üzere daha fazla bilgi gösterir',
|
|
33
|
+
'fabric.editor.blockTitle': 'Kart',
|
|
32
34
|
'fabric.editor.blockquote': 'alıntı',
|
|
33
35
|
'fabric.editor.blockquote.description': 'Alıntı veya atıf ekleyin',
|
|
34
36
|
'fabric.editor.blockquote2': 'Alıntı',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'Kart seçenekleri',
|
|
41
43
|
'fabric.editor.cellBackground': 'Hücre arka planı',
|
|
42
44
|
'fabric.editor.cellOptions': 'Hücre seçenekleri',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Bir şey yazın…',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'Alternatif metni temizle',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, one {Hücreyi temizle} other {Hücreleri temizle}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'Biçimlendirmeyi temizle',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'Kapat',
|
|
50
53
|
'fabric.editor.closeHelpDialog': 'Yardım iletişim kutusunu kapat',
|
|
51
54
|
'fabric.editor.code': 'Kod',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, Kod Açık',
|
|
52
56
|
'fabric.editor.codeblock': 'Kod parçacığı',
|
|
53
57
|
'fabric.editor.codeblock.description': 'Kodları söz dizimini vurgulayarak görüntüleyin',
|
|
54
58
|
'fabric.editor.collapseTable': 'Tabloyu daralt',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'Kopyala',
|
|
76
80
|
'fabric.editor.createComment': 'Yorum',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'Yalnızca metin ve başlıklarda yorum yapabilirsiniz',
|
|
82
|
+
'fabric.editor.customPanel': 'Özel panel',
|
|
83
|
+
'fabric.editor.customPanel.description': 'Emoji ve renkli arkaplan içeren bir not ekleyin',
|
|
78
84
|
'fabric.editor.date': 'Tarih',
|
|
79
85
|
'fabric.editor.date.description': 'Takvimi kullanarak tarih ekleyin',
|
|
80
86
|
'fabric.editor.decision': 'Karar',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} düğümünde bu görüntüleme seçeneği kullanılamıyor',
|
|
89
95
|
'fabric.editor.displayText': 'Görüntülenecek metin',
|
|
90
96
|
'fabric.editor.distributeColumns': 'Sütunları eşit dağıt',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'Belge',
|
|
98
|
+
'fabric.editor.ecombedDescription': 'Bağlantının etkileşimli önizlemesini gösterir',
|
|
91
99
|
'fabric.editor.edit': 'Düzenle',
|
|
92
100
|
'fabric.editor.editAltText': 'Alternatif metni düzenle',
|
|
93
101
|
'fabric.editor.editDateText': 'Tarihi Düzenle',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'Düzenlemek için davet edin',
|
|
96
104
|
'fabric.editor.editStatusColor': 'Durum Rengini Düzenle',
|
|
97
105
|
'fabric.editor.editStatusText': 'Durumu Düzenle',
|
|
106
|
+
'fabric.editor.editableContentLabel': 'Düzenlenebilir içerik',
|
|
98
107
|
'fabric.editor.editorHelp': 'Düzenleyici yardımı',
|
|
108
|
+
'fabric.editor.editors': 'Düzenleyiciler',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'Yardım',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Yönetim',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Tümü',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Farklı bir terim aramayı deneyin veya Atlassian ürünleri için yeni uygulamalar keşfedin.',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': "Atlassian Marketplace'i keşfedin",
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'Göz Atın',
|
|
125
|
+
'fabric.editor.embedTitle': 'Ekle',
|
|
115
126
|
'fabric.editor.emoji': 'Emoji',
|
|
116
127
|
'fabric.editor.emoji.description': 'Düşüncelerinizi 🎉 ve duygularınızı 😄 ifade etmek için emojiler kullanın',
|
|
117
128
|
'fabric.editor.emptyLink': 'Lütfen bir bağlantı girin.',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'İptal',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Emin misiniz?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'Tamam',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Kayan araç çubuğu denetimleri açıldı',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Kayan Araç Çubuğu',
|
|
136
149
|
'fabric.editor.headerColumn': 'Başlık sütunu',
|
|
137
150
|
'fabric.editor.headerRow': 'Başlık satırı',
|
|
138
151
|
'fabric.editor.heading1': 'Başlık 1',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'Liste ögelerini gruplandırmak için bu seçeneği kullanın',
|
|
148
161
|
'fabric.editor.heading6': 'Başlık 6',
|
|
149
162
|
'fabric.editor.heading6Description': 'En alt düzey başlıklar için bu seçeneği kullanın',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Hata',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Konu',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sayfa',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Hikaye',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Görev',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Yardım iletişim kutusunu aç',
|
|
150
170
|
'fabric.editor.help': 'Yardım',
|
|
151
171
|
'fabric.editor.help.description': 'Tüm klavye kısayollarına ve markdown seçeneklerine göz atın',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'Bu iletişim kutusunu istediğiniz zaman açmak için lütfen {keyMap} düğmesine basın',
|
|
153
173
|
'fabric.editor.horizontalRule': 'Ayırıcı',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'İçeriği yatay çizgiyle ayırın',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Bağlantı etiketi',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Alana yazmaya başladığınızda öneriler aşağıda görünecek',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {sonuç bulunamadı} one {{count,number} sonuç bulundu} other {{count,number} sonuç bulundu}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Bağlantıyı yapıştırın veya arayın',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'Bilgi',
|
|
161
182
|
'fabric.editor.infoPanel': 'Bilgi panosu',
|
|
162
183
|
'fabric.editor.infoPanel.description': 'Renkli bir panoda bilgileri vurgulayın',
|
|
184
|
+
'fabric.editor.inlineDescription': 'Bağlantıyı satır içi metin olarak gösterir',
|
|
185
|
+
'fabric.editor.inlineTitle': 'Satır içi',
|
|
163
186
|
'fabric.editor.insertColumn': 'Sağa sütun ekle',
|
|
164
187
|
'fabric.editor.insertMenu': 'Ekle',
|
|
165
188
|
'fabric.editor.insertRow': 'Aşağıya satır ekle',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown',
|
|
181
204
|
'fabric.editor.matchCase': 'Büyük/küçük harf eşleştir',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'Bağlantı ekle',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Sil',
|
|
183
207
|
'fabric.editor.mention': 'Bahsetme',
|
|
184
208
|
'fabric.editor.mention.description': 'Bildirim göndermek istediğiniz kullanıcıdan bahsedin',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'ekle-simgesi',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'Bahsetme',
|
|
185
211
|
'fabric.editor.mergeCells': 'Hücreleri birleştir',
|
|
186
212
|
'fabric.editor.moreFormatting': 'Diğer biçimlendirme seçenekleri',
|
|
187
213
|
'fabric.editor.noResultsFound': 'Sonuç yok',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'Not panosu',
|
|
191
217
|
'fabric.editor.notePanel.description': 'Renkli bir panoya not ekleyin',
|
|
192
218
|
'fabric.editor.numberedColumn': 'Numaralı sütun',
|
|
219
|
+
'fabric.editor.off': '{formattingType} Kapalı',
|
|
220
|
+
'fabric.editor.on': '{formattingType} Açık',
|
|
193
221
|
'fabric.editor.orderedList': 'Numaralı liste',
|
|
194
222
|
'fabric.editor.orderedList.description': 'Sıralı liste oluşturun',
|
|
195
223
|
'fabric.editor.other': 'Diğerleri...',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'Sayfa işlemleri',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': 'Arkaplan rengi',
|
|
197
226
|
'fabric.editor.panel.emoji': 'Emoji ekle',
|
|
198
227
|
'fabric.editor.pastePlainText': 'Düz metin olarak yapıştır',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'Yinele',
|
|
205
234
|
'fabric.editor.remove': 'Kaldır',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, one {Sütunu sil} other {Sütunları sil}}',
|
|
236
|
+
'fabric.editor.removeEmoji': "Emoji'yi kaldırın",
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, one {Satırı sil} other {Satırları sil}}',
|
|
208
238
|
'fabric.editor.replace': 'Değiştir',
|
|
209
239
|
'fabric.editor.replaceAll': 'Tümünü değiştir',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'Sağ kenar çubuğu',
|
|
213
243
|
'fabric.editor.saveButton': 'Kaydet',
|
|
214
244
|
'fabric.editor.selectLanguage': 'Dil seçin',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'Tek sütun',
|
|
216
246
|
'fabric.editor.sortColumnASC': "Sütunu A'dan Z'ye sırala",
|
|
217
247
|
'fabric.editor.sortColumnDESC': "Sütunu Z'den A'ya sırala",
|
|
218
248
|
'fabric.editor.splitCell': 'Hücreyi ayır',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'Üstü çizili',
|
|
224
254
|
'fabric.editor.subTask': 'Alt görev',
|
|
225
255
|
'fabric.editor.subscript': 'Alt simge',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'Alt Simge Kapalı, Üst Simge Açık',
|
|
226
257
|
'fabric.editor.success': 'Başarılı',
|
|
227
258
|
'fabric.editor.successPanel': 'Başarı panosu',
|
|
228
259
|
'fabric.editor.successPanel.description': 'Renkli bir panoya ipuçları ekleyin',
|
|
229
260
|
'fabric.editor.superscript': 'Üst simge',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'Üst Simge Kapalı, Alt Simge Açık',
|
|
230
262
|
'fabric.editor.supportAltText': 'Alternatif metin, görme güçlüğü çektiği için ekran okuyucu kullanan kişilere yardımcı olur.',
|
|
231
263
|
'fabric.editor.table': 'Tablo',
|
|
232
264
|
'fabric.editor.table.description': 'Tablo ekleyin',
|
|
233
265
|
'fabric.editor.tableOptions': 'Tablo seçenekleri',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Bu tablonun kaldırılması, bağlı
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Bu tablonun kaldırılması, tüm bağlı grafikleri de kaldırır.',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Tabloyu ve verileri kaldır',
|
|
236
268
|
'fabric.editor.task': 'Görev',
|
|
237
269
|
'fabric.editor.taskPlaceholder': "Yapılacak eylemi yazın, birine atamak için '@' kullanın.",
|
|
270
|
+
'fabric.editor.text.formatting.off': 'Metin Biçimlendirmesi Kapalı',
|
|
238
271
|
'fabric.editor.textColor': 'Metin rengi',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'Daha az renk',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'Daha fazla renk',
|
|
241
272
|
'fabric.editor.textStyles': 'Metin stilleri',
|
|
242
273
|
'fabric.editor.threeColumns': 'Üç sütun',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'Kenar çubuklu üç sütun',
|
|
244
275
|
'fabric.editor.time.ago': 'önce',
|
|
245
276
|
'fabric.editor.time.updated': 'Güncellendi:',
|
|
246
277
|
'fabric.editor.time.viewed': 'Görüntülendi:',
|
|
278
|
+
'fabric.editor.toolbarLabel': 'Düzenleyici araç çubuğu',
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'Dosyalar ve görseller',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'pano',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'bir liste',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'karar listesi',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': 'iç içe geçmiş genişletme',
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'eylem öğesi',
|
|
253
286
|
'fabric.editor.twoColumns': 'İki sütun',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'Otomatik tamamlama sonuçları',
|
|
254
288
|
'fabric.editor.unableToOpenLink': 'Bu bağlantı açılamıyor',
|
|
255
289
|
'fabric.editor.underline': 'Altı çizili',
|
|
256
290
|
'fabric.editor.undo': 'Geri al',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'Madde işaretli liste',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'Sırasız liste oluşturun',
|
|
260
294
|
'fabric.editor.url': "URL'yi göster",
|
|
295
|
+
'fabric.editor.urlDescription': 'Bağlantıyı URL olarak gösterir',
|
|
296
|
+
'fabric.editor.urlTitle': 'URL',
|
|
261
297
|
'fabric.editor.viewMore': 'Daha fazla göster',
|
|
262
298
|
'fabric.editor.visit': 'Bağlantıyı yeni pencerede aç',
|
|
263
299
|
'fabric.editor.warning': 'Uyarı',
|