@stll/folio-core 0.1.3 → 0.2.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/dist/docx/index.d.ts +2 -0
- package/dist/docx/index.js +2 -0
- package/dist/docx/wrapTypes.d.ts +8 -1
- package/dist/docx/wrapTypes.js +0 -8
- package/dist/i18n/messages/catalogs.gen.d.ts +2776 -0
- package/dist/i18n/messages/catalogs.gen.js +2742 -0
- package/dist/i18n/messages/messages.gen.d.ts +166 -0
- package/dist/i18n/messages/messages.gen.js +0 -0
- package/dist/i18n/messages.d.ts +13 -0
- package/dist/i18n/messages.js +39 -0
- package/dist/layout-bridge/cellSelectionHighlight.d.ts +18 -0
- package/dist/layout-bridge/cellSelectionHighlight.js +36 -0
- package/dist/layout-bridge/headerFooterLayout.d.ts +50 -0
- package/dist/layout-bridge/headerFooterLayout.js +216 -0
- package/dist/layout-bridge/measuring/measureBlocksPipeline.d.ts +33 -0
- package/dist/layout-bridge/measuring/measureBlocksPipeline.js +0 -0
- package/dist/layout-bridge/sectionColumns.d.ts +11 -0
- package/dist/layout-bridge/sectionColumns.js +21 -0
- package/dist/layout-bridge/tableInsertHover.d.ts +42 -0
- package/dist/layout-bridge/tableInsertHover.js +102 -0
- package/dist/layout-engine/index.d.ts +2 -1
- package/dist/layout-engine/index.js +2 -1
- package/dist/layout-engine/measure/measureParagraph.js +40 -5
- package/dist/layout-engine/pmPageIndex.d.ts +24 -0
- package/dist/layout-engine/pmPageIndex.js +37 -0
- package/dist/layout-painter/imageLayout.d.ts +101 -0
- package/dist/layout-painter/imageLayout.js +161 -0
- package/dist/layout-painter/renderPage.d.ts +16 -1
- package/dist/layout-painter/renderPage.js +28 -1
- package/dist/layout-painter/renderParagraph.js +1 -1
- package/dist/layout-painter/sdtBoundary.d.ts +24 -1
- package/dist/layout-painter/sdtBoundary.js +40 -1
- package/dist/managers/AutoSaveManager.d.ts +89 -0
- package/dist/managers/AutoSaveManager.js +279 -0
- package/dist/managers/ClipboardManager.d.ts +31 -0
- package/dist/managers/ClipboardManager.js +147 -0
- package/dist/paged-layout/rangeProjection.d.ts +23 -1
- package/dist/paged-layout/rangeProjection.js +34 -1
- package/dist/prosemirror/cellDragSelection.d.ts +34 -0
- package/dist/prosemirror/cellDragSelection.js +69 -0
- package/dist/prosemirror/commands/sectionBreak.d.ts +15 -0
- package/dist/prosemirror/commands/sectionBreak.js +54 -0
- package/dist/prosemirror/commentIdAllocator.d.ts +32 -0
- package/dist/prosemirror/commentIdAllocator.js +35 -0
- package/dist/prosemirror/commentOps.d.ts +35 -0
- package/dist/prosemirror/commentOps.js +104 -0
- package/dist/prosemirror/conversion/toProseDoc.js +29 -6
- package/dist/prosemirror/extensions/index.d.ts +3 -0
- package/dist/prosemirror/extensions/index.js +3 -0
- package/dist/prosemirror/imageCommit.d.ts +42 -0
- package/dist/prosemirror/imageCommit.js +118 -0
- package/dist/prosemirror/paraText.d.ts +26 -0
- package/dist/prosemirror/paraText.js +73 -0
- package/dist/prosemirror/plugins/templateDirectives.d.ts +21 -1
- package/dist/prosemirror/plugins/templateDirectives.js +40 -1
- package/dist/prosemirror/queries.d.ts +46 -0
- package/dist/prosemirror/queries.js +74 -0
- package/dist/prosemirror/styles/styleResolver.d.ts +43 -1
- package/dist/prosemirror/styles/styleResolver.js +34 -0
- package/dist/prosemirror/tableResize.d.ts +49 -0
- package/dist/prosemirror/tableResize.js +162 -0
- package/dist/prosemirror/utils/extractTrackedChanges.d.ts +106 -0
- package/dist/prosemirror/utils/extractTrackedChanges.js +379 -0
- package/dist/prosemirror/utils/visualLineNavigation.d.ts +27 -0
- package/dist/prosemirror/utils/visualLineNavigation.js +217 -0
- package/dist/style-engine/index.d.ts +2 -2
- package/dist/style-engine/styleEngine.d.ts +14 -1
- package/dist/style-engine/styleEngine.js +15 -0
- package/dist/utils/colorResolver.d.ts +8 -1
- package/dist/utils/colorResolver.js +12 -1
- package/dist/utils/findVerticalScrollParent.d.ts +20 -0
- package/dist/utils/findVerticalScrollParent.js +30 -0
- package/dist/utils/fontResolver.d.ts +22 -3
- package/dist/utils/fontResolver.js +216 -31
- package/package.json +9 -1
|
@@ -0,0 +1,2742 @@
|
|
|
1
|
+
//#region src/i18n/messages/catalogs.gen.ts
|
|
2
|
+
const CATALOGS = {
|
|
3
|
+
"en": { "folio": {
|
|
4
|
+
"acceptChange": "Accept Change",
|
|
5
|
+
"accessDenied": "Access denied. You may not have permission to access this file.",
|
|
6
|
+
"alignCenter": "Center",
|
|
7
|
+
"alignLeft": "Align Left",
|
|
8
|
+
"alignRight": "Align Right",
|
|
9
|
+
"alignmentGroup": "Alignment",
|
|
10
|
+
"bold": "Bold",
|
|
11
|
+
"boldShortcut": "Bold (Ctrl+B)",
|
|
12
|
+
"bulletList": "Bullet List",
|
|
13
|
+
"checkingDocxEditDescription": "stella is still checking whether this DOCX can be edited safely. Try again when the document finishes loading.",
|
|
14
|
+
"checkingDocxEditTitle": "Checking document",
|
|
15
|
+
"clearDate": "Clear date",
|
|
16
|
+
"clipboardReadFailed": "Couldn't read the clipboard. Check clipboard permissions and try again.",
|
|
17
|
+
"comment": "Comment",
|
|
18
|
+
"comments": {
|
|
19
|
+
"addPlaceholder": "Add a comment...",
|
|
20
|
+
"cancel": "Cancel",
|
|
21
|
+
"hideAll": "Hide comments",
|
|
22
|
+
"moreReplies": "{count} more replies",
|
|
23
|
+
"noComments": "No comments yet.",
|
|
24
|
+
"reply": "Reply",
|
|
25
|
+
"replyPlaceholder": "Reply or add others with @",
|
|
26
|
+
"showAll": "All comments",
|
|
27
|
+
"unknownAuthor": "Unknown",
|
|
28
|
+
"visibility": "Comments"
|
|
29
|
+
},
|
|
30
|
+
"contentControlDateAriaLabel": "Pick a date",
|
|
31
|
+
"contentControlDropdownAriaLabel": "Dropdown options",
|
|
32
|
+
"contentControlDropdownNoOptions": "No options",
|
|
33
|
+
"copy": "Copy",
|
|
34
|
+
"copyLink": "Copy link",
|
|
35
|
+
"cut": "Cut",
|
|
36
|
+
"decreaseIndent": "Decrease Indent",
|
|
37
|
+
"delete": "Delete",
|
|
38
|
+
"deleteColumn": "Delete column",
|
|
39
|
+
"deleteRow": "Delete row",
|
|
40
|
+
"deleted": "Deleted",
|
|
41
|
+
"discardChanges": "Discard",
|
|
42
|
+
"dismiss": "Dismiss",
|
|
43
|
+
"displayText": "Display text",
|
|
44
|
+
"doneEditing": "Done editing",
|
|
45
|
+
"doubleClickFooter": "Double-click to add footer",
|
|
46
|
+
"doubleClickHeader": "Double-click to add header",
|
|
47
|
+
"editAuthRequired": "Refresh stella and sign in again before editing this document.",
|
|
48
|
+
"editDownloadFailed": "The document could not be downloaded for editing.",
|
|
49
|
+
"editLink": "Edit link",
|
|
50
|
+
"editOpenFailed": "The document could not be opened for editing.",
|
|
51
|
+
"editOpenFailedTitle": "Could not open DOCX",
|
|
52
|
+
"editPermissionDenied": "You do not have permission to edit this document.",
|
|
53
|
+
"editSaveFailedTitle": "Could not save DOCX",
|
|
54
|
+
"editSessionTakenOver": "Another tab, window, or device opened this document for editing, so this session was released. Unsaved local changes are preserved — reopen the doc to continue.",
|
|
55
|
+
"findReplace": {
|
|
56
|
+
"close": "Close search",
|
|
57
|
+
"find": "Find",
|
|
58
|
+
"findAndReplace": "Find and replace",
|
|
59
|
+
"findPlaceholder": "Search document...",
|
|
60
|
+
"findText": "Find text",
|
|
61
|
+
"matchCase": "Match case",
|
|
62
|
+
"matchCounter": "{current} / {total}",
|
|
63
|
+
"next": "Next match",
|
|
64
|
+
"nextShortcut": "Next match (Enter)",
|
|
65
|
+
"noResults": "No results",
|
|
66
|
+
"previous": "Previous match",
|
|
67
|
+
"previousShortcut": "Previous match (Shift+Enter)",
|
|
68
|
+
"replaceAll": "Replace all",
|
|
69
|
+
"replaceCurrent": "Replace current match",
|
|
70
|
+
"replacePlaceholder": "Replacement text...",
|
|
71
|
+
"replaceText": "Replacement text",
|
|
72
|
+
"wholeWords": "Whole words"
|
|
73
|
+
},
|
|
74
|
+
"finishEditing": "Finish editing",
|
|
75
|
+
"fontColor": "Font color",
|
|
76
|
+
"fontGroup": "Font",
|
|
77
|
+
"fontSize": "Font size",
|
|
78
|
+
"formatPainter": "Format Painter",
|
|
79
|
+
"formatPainterShortcut": "Format Painter (Ctrl+Shift+C)",
|
|
80
|
+
"formattingToolbar": "Formatting toolbar",
|
|
81
|
+
"hideDetails": "Hide details",
|
|
82
|
+
"historyGroup": "History",
|
|
83
|
+
"increaseIndent": "Increase Indent",
|
|
84
|
+
"insertColumnLeft": "Insert column left",
|
|
85
|
+
"insertColumnRight": "Insert column right",
|
|
86
|
+
"insertGroup": "Insert",
|
|
87
|
+
"insertImage": "Insert image",
|
|
88
|
+
"insertPageBreak": "Insert page break",
|
|
89
|
+
"insertRowAbove": "Insert row above",
|
|
90
|
+
"insertRowBelow": "Insert row below",
|
|
91
|
+
"insertTable": "Insert table",
|
|
92
|
+
"insertTableOfContents": "Insert table of contents",
|
|
93
|
+
"inserted": "Inserted",
|
|
94
|
+
"italic": "Italic",
|
|
95
|
+
"italicShortcut": "Italic (Ctrl+I)",
|
|
96
|
+
"justify": "Justify",
|
|
97
|
+
"listFormatting": "List formatting",
|
|
98
|
+
"listsGroup": "Lists",
|
|
99
|
+
"loadingDocument": "Loading document...",
|
|
100
|
+
"loadingEditor": "Loading editor...",
|
|
101
|
+
"lockFile": "Lock file",
|
|
102
|
+
"markupView": {
|
|
103
|
+
"allMarkup": "All Markup",
|
|
104
|
+
"noMarkup": "No Markup",
|
|
105
|
+
"original": "Original",
|
|
106
|
+
"simple": "Simple Markup"
|
|
107
|
+
},
|
|
108
|
+
"moreFormatting": "More formatting",
|
|
109
|
+
"networkError": "Network error. Please check your internet connection and try again.",
|
|
110
|
+
"nextChange": "Next Change",
|
|
111
|
+
"numberedList": "Numbered List",
|
|
112
|
+
"parseError": "The document could not be parsed. It may be corrupted or in an unsupported format.",
|
|
113
|
+
"paste": "Paste",
|
|
114
|
+
"pasteUnformatted": "Paste without formatting",
|
|
115
|
+
"previousChange": "Previous Change",
|
|
116
|
+
"printRedirect": "To print, download the document and open it in your word processor.",
|
|
117
|
+
"redo": "Redo",
|
|
118
|
+
"redoShortcut": "Redo (Ctrl+Y)",
|
|
119
|
+
"rejectChange": "Reject Change",
|
|
120
|
+
"removeLink": "Remove link",
|
|
121
|
+
"renderErrorDescription": "Something went wrong showing this part of the document. Reload the page — if it keeps happening, let us know.",
|
|
122
|
+
"ruler": {
|
|
123
|
+
"bottomMargin": "Bottom margin",
|
|
124
|
+
"firstLineIndent": "First line indent",
|
|
125
|
+
"horizontal": "Horizontal ruler",
|
|
126
|
+
"leftIndent": "Left indent",
|
|
127
|
+
"rightIndent": "Right indent",
|
|
128
|
+
"toggle": "Ruler",
|
|
129
|
+
"topMargin": "Top margin",
|
|
130
|
+
"vertical": "Vertical ruler"
|
|
131
|
+
},
|
|
132
|
+
"saveCheckpointFailedDescription": "The DOCX was created locally, but stella could not upload the checkpoint. Keep the editor open and try saving again.",
|
|
133
|
+
"saveCheckpointFailedTitle": "Could not upload save",
|
|
134
|
+
"saveEditorUnavailableDescription": "The editor is not ready yet. Wait for the document to finish loading, then try saving again.",
|
|
135
|
+
"saveEditorUnavailableTitle": "Editor not ready",
|
|
136
|
+
"saveSerializeFailedDescription": "Folio could not produce a safe DOCX file from the current edit. Your session is still open.",
|
|
137
|
+
"saveSerializeFailedTitle": "Could not create DOCX",
|
|
138
|
+
"savingDocument": "Saving...",
|
|
139
|
+
"selectAll": "Select all",
|
|
140
|
+
"showDetails": "Show details",
|
|
141
|
+
"somethingWentWrong": "Something went wrong",
|
|
142
|
+
"synced": "Synced",
|
|
143
|
+
"syncing": "Syncing",
|
|
144
|
+
"tableBordersAll": "All borders",
|
|
145
|
+
"tableBordersNone": "No borders",
|
|
146
|
+
"textDirection": "Text direction",
|
|
147
|
+
"textEditingMenu": "Text editing menu",
|
|
148
|
+
"textFormattingGroup": "Text formatting",
|
|
149
|
+
"toggleTrackChanges": "Toggle Track Changes",
|
|
150
|
+
"trackingOff": "Tracking: Off",
|
|
151
|
+
"trackingOn": "Tracking: On",
|
|
152
|
+
"tryAgain": "Try Again",
|
|
153
|
+
"underline": "Underline",
|
|
154
|
+
"underlineShortcut": "Underline (Ctrl+U)",
|
|
155
|
+
"undo": "Undo",
|
|
156
|
+
"undoShortcut": "Undo (Ctrl+Z)",
|
|
157
|
+
"unlockFile": "Unlock file",
|
|
158
|
+
"unlockForEditing": "Unlock to edit",
|
|
159
|
+
"unsupportedDocxEditDescription": "This DOCX contains structures Folio cannot safely rewrite. To avoid corrupting the file, download it and edit it in Word.",
|
|
160
|
+
"unsupportedDocxEditTitle": "Editing blocked",
|
|
161
|
+
"viewGroup": "View",
|
|
162
|
+
"zoomGroup": "Zoom"
|
|
163
|
+
} },
|
|
164
|
+
"de": { "folio": {
|
|
165
|
+
"acceptChange": "Änderung annehmen",
|
|
166
|
+
"accessDenied": "Zugriff verweigert. Möglicherweise haben Sie keine Berechtigung für diese Datei.",
|
|
167
|
+
"alignCenter": "Zentriert",
|
|
168
|
+
"alignLeft": "Linksbündig",
|
|
169
|
+
"alignRight": "Rechtsbündig",
|
|
170
|
+
"alignmentGroup": "Ausrichtung",
|
|
171
|
+
"bold": "Fett",
|
|
172
|
+
"boldShortcut": "Fett (Strg+B)",
|
|
173
|
+
"bulletList": "Aufzählung",
|
|
174
|
+
"checkingDocxEditDescription": "stella prüft noch, ob diese DOCX-Datei sicher bearbeitet werden kann. Versuchen Sie es erneut, sobald das Dokument vollständig geladen ist.",
|
|
175
|
+
"checkingDocxEditTitle": "Dokument wird geprüft",
|
|
176
|
+
"clearDate": "Datum löschen",
|
|
177
|
+
"clipboardReadFailed": "Zwischenablage konnte nicht gelesen werden. Prüfen Sie die Berechtigungen für die Zwischenablage und versuchen Sie es erneut.",
|
|
178
|
+
"comment": "Kommentar",
|
|
179
|
+
"comments": {
|
|
180
|
+
"addPlaceholder": "Kommentar hinzufügen...",
|
|
181
|
+
"cancel": "Abbrechen",
|
|
182
|
+
"hideAll": "Kommentare ausblenden",
|
|
183
|
+
"moreReplies": "{count} weitere Antworten",
|
|
184
|
+
"noComments": "Noch keine Kommentare.",
|
|
185
|
+
"reply": "Antworten",
|
|
186
|
+
"replyPlaceholder": "Antworten oder weitere mit @ hinzufügen",
|
|
187
|
+
"showAll": "Alle Kommentare",
|
|
188
|
+
"unknownAuthor": "Unbekannt",
|
|
189
|
+
"visibility": "Kommentare"
|
|
190
|
+
},
|
|
191
|
+
"contentControlDateAriaLabel": "Datum auswählen",
|
|
192
|
+
"contentControlDropdownAriaLabel": "Dropdown-Optionen",
|
|
193
|
+
"contentControlDropdownNoOptions": "Keine Optionen",
|
|
194
|
+
"copy": "Kopieren",
|
|
195
|
+
"copyLink": "Link kopieren",
|
|
196
|
+
"cut": "Ausschneiden",
|
|
197
|
+
"decreaseIndent": "Einzug verkleinern",
|
|
198
|
+
"delete": "Löschen",
|
|
199
|
+
"deleteColumn": "Spalte löschen",
|
|
200
|
+
"deleteRow": "Zeile löschen",
|
|
201
|
+
"deleted": "Gelöscht",
|
|
202
|
+
"discardChanges": "Verwerfen",
|
|
203
|
+
"dismiss": "Schließen",
|
|
204
|
+
"displayText": "Anzeigetext",
|
|
205
|
+
"doneEditing": "Bearbeitung abschließen",
|
|
206
|
+
"doubleClickFooter": "Zum Hinzufügen einer Fußzeile doppelklicken",
|
|
207
|
+
"doubleClickHeader": "Zum Hinzufügen einer Kopfzeile doppelklicken",
|
|
208
|
+
"editAuthRequired": "Aktualisieren Sie stella und melden Sie sich erneut an, bevor Sie dieses Dokument bearbeiten.",
|
|
209
|
+
"editDownloadFailed": "Das Dokument konnte nicht zur Bearbeitung heruntergeladen werden.",
|
|
210
|
+
"editLink": "Link bearbeiten",
|
|
211
|
+
"editOpenFailed": "Das Dokument konnte nicht zur Bearbeitung geöffnet werden.",
|
|
212
|
+
"editOpenFailedTitle": "DOCX-Datei konnte nicht geöffnet werden",
|
|
213
|
+
"editPermissionDenied": "Sie haben keine Berechtigung, dieses Dokument zu bearbeiten.",
|
|
214
|
+
"editSaveFailedTitle": "DOCX-Datei konnte nicht gespeichert werden",
|
|
215
|
+
"editSessionTakenOver": "Diese Bearbeitungssitzung wurde an anderer Stelle übernommen.",
|
|
216
|
+
"findReplace": {
|
|
217
|
+
"close": "Suche schließen",
|
|
218
|
+
"find": "Suchen",
|
|
219
|
+
"findAndReplace": "Suchen und ersetzen",
|
|
220
|
+
"findPlaceholder": "Dokument durchsuchen...",
|
|
221
|
+
"findText": "Suchtext",
|
|
222
|
+
"matchCase": "Groß-/Kleinschreibung",
|
|
223
|
+
"matchCounter": "{current} / {total}",
|
|
224
|
+
"next": "Nächster Treffer",
|
|
225
|
+
"nextShortcut": "Nächster Treffer (Enter)",
|
|
226
|
+
"noResults": "Keine Ergebnisse",
|
|
227
|
+
"previous": "Vorheriger Treffer",
|
|
228
|
+
"previousShortcut": "Vorheriger Treffer (Shift+Enter)",
|
|
229
|
+
"replaceAll": "Alle ersetzen",
|
|
230
|
+
"replaceCurrent": "Aktuellen Treffer ersetzen",
|
|
231
|
+
"replacePlaceholder": "Ersatztext...",
|
|
232
|
+
"replaceText": "Ersatztext",
|
|
233
|
+
"wholeWords": "Ganze Wörter"
|
|
234
|
+
},
|
|
235
|
+
"finishEditing": "Bearbeitung beenden",
|
|
236
|
+
"fontColor": "Schriftfarbe",
|
|
237
|
+
"fontGroup": "Schriftart",
|
|
238
|
+
"fontSize": "Schriftgröße",
|
|
239
|
+
"formatPainter": "Format übertragen",
|
|
240
|
+
"formatPainterShortcut": "Format übertragen (Strg+Umschalt+C)",
|
|
241
|
+
"formattingToolbar": "Formatierungsleiste",
|
|
242
|
+
"hideDetails": "Details ausblenden",
|
|
243
|
+
"historyGroup": "Verlauf",
|
|
244
|
+
"increaseIndent": "Einzug vergrößern",
|
|
245
|
+
"insertColumnLeft": "Spalte links einfügen",
|
|
246
|
+
"insertColumnRight": "Spalte rechts einfügen",
|
|
247
|
+
"insertGroup": "Einfügen",
|
|
248
|
+
"insertImage": "Bild einfügen",
|
|
249
|
+
"insertPageBreak": "Seitenumbruch einfügen",
|
|
250
|
+
"insertRowAbove": "Zeile oberhalb einfügen",
|
|
251
|
+
"insertRowBelow": "Zeile unterhalb einfügen",
|
|
252
|
+
"insertTable": "Tabelle einfügen",
|
|
253
|
+
"insertTableOfContents": "Inhaltsverzeichnis einfügen",
|
|
254
|
+
"inserted": "Eingefügt",
|
|
255
|
+
"italic": "Kursiv",
|
|
256
|
+
"italicShortcut": "Kursiv (Strg+I)",
|
|
257
|
+
"justify": "Blocksatz",
|
|
258
|
+
"listFormatting": "Listenformatierung",
|
|
259
|
+
"listsGroup": "Listen",
|
|
260
|
+
"loadingDocument": "Dokument wird geladen…",
|
|
261
|
+
"loadingEditor": "Editor wird geladen...",
|
|
262
|
+
"lockFile": "Datei sperren",
|
|
263
|
+
"markupView": {
|
|
264
|
+
"allMarkup": "Das gesamte Markup",
|
|
265
|
+
"noMarkup": "Kein Markup",
|
|
266
|
+
"original": "Originalversion",
|
|
267
|
+
"simple": "Einfaches Markup"
|
|
268
|
+
},
|
|
269
|
+
"moreFormatting": "Weitere Formatierung",
|
|
270
|
+
"networkError": "Netzwerkfehler. Bitte überprüfen Sie Ihre Internetverbindung und versuchen Sie es erneut.",
|
|
271
|
+
"nextChange": "Nächste Änderung",
|
|
272
|
+
"numberedList": "Nummerierte Liste",
|
|
273
|
+
"parseError": "Das Dokument konnte nicht verarbeitet werden. Möglicherweise ist es beschädigt oder liegt in einem nicht unterstützten Format vor.",
|
|
274
|
+
"paste": "Einfügen",
|
|
275
|
+
"pasteUnformatted": "Ohne Formatierung einfügen",
|
|
276
|
+
"previousChange": "Vorherige Änderung",
|
|
277
|
+
"printRedirect": "Zum Drucken laden Sie das Dokument herunter und öffnen Sie es in Ihrer Textverarbeitung.",
|
|
278
|
+
"redo": "Wiederholen",
|
|
279
|
+
"redoShortcut": "Wiederholen (Strg+Y)",
|
|
280
|
+
"rejectChange": "Änderung ablehnen",
|
|
281
|
+
"removeLink": "Link entfernen",
|
|
282
|
+
"renderErrorDescription": "Beim Rendern dieser Komponente ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, falls das Problem weiterhin besteht.",
|
|
283
|
+
"ruler": {
|
|
284
|
+
"bottomMargin": "Unterer Rand",
|
|
285
|
+
"firstLineIndent": "Erstzeileneinzug",
|
|
286
|
+
"horizontal": "Horizontales Lineal",
|
|
287
|
+
"leftIndent": "Linker Einzug",
|
|
288
|
+
"rightIndent": "Rechter Einzug",
|
|
289
|
+
"toggle": "Lineal",
|
|
290
|
+
"topMargin": "Oberer Rand",
|
|
291
|
+
"vertical": "Vertikales Lineal"
|
|
292
|
+
},
|
|
293
|
+
"saveCheckpointFailedDescription": "Die DOCX-Datei wurde lokal erstellt, aber stella konnte den Speicherpunkt nicht hochladen. Lassen Sie den Editor geöffnet und versuchen Sie erneut zu speichern.",
|
|
294
|
+
"saveCheckpointFailedTitle": "Speicherstand konnte nicht hochgeladen werden",
|
|
295
|
+
"saveEditorUnavailableDescription": "Der Editor ist noch nicht bereit. Warten Sie, bis das Dokument vollständig geladen ist, und versuchen Sie dann erneut zu speichern.",
|
|
296
|
+
"saveEditorUnavailableTitle": "Editor nicht bereit",
|
|
297
|
+
"saveSerializeFailedDescription": "Folio konnte aus der aktuellen Bearbeitung keine sichere DOCX-Datei erstellen. Ihre Sitzung ist weiterhin geöffnet.",
|
|
298
|
+
"saveSerializeFailedTitle": "DOCX-Datei konnte nicht erstellt werden",
|
|
299
|
+
"savingDocument": "Speichern...",
|
|
300
|
+
"selectAll": "Alle auswählen",
|
|
301
|
+
"showDetails": "Details anzeigen",
|
|
302
|
+
"somethingWentWrong": "Etwas ist schiefgelaufen",
|
|
303
|
+
"synced": "Synchronisiert",
|
|
304
|
+
"syncing": "Wird synchronisiert",
|
|
305
|
+
"tableBordersAll": "Alle Rahmenlinien",
|
|
306
|
+
"tableBordersNone": "Keine Rahmenlinien",
|
|
307
|
+
"textDirection": "Textrichtung",
|
|
308
|
+
"textEditingMenu": "Textbearbeitungsmenü",
|
|
309
|
+
"textFormattingGroup": "Textformatierung",
|
|
310
|
+
"toggleTrackChanges": "Änderungsnachverfolgung umschalten",
|
|
311
|
+
"trackingOff": "Nachverfolgung: Aus",
|
|
312
|
+
"trackingOn": "Nachverfolgung: Ein",
|
|
313
|
+
"tryAgain": "Erneut versuchen",
|
|
314
|
+
"underline": "Unterstrichen",
|
|
315
|
+
"underlineShortcut": "Unterstrichen (Strg+U)",
|
|
316
|
+
"undo": "Rückgängig",
|
|
317
|
+
"undoShortcut": "Rückgängig (Strg+Z)",
|
|
318
|
+
"unlockFile": "Datei entsperren",
|
|
319
|
+
"unlockForEditing": "Zum Bearbeiten entsperren",
|
|
320
|
+
"unsupportedDocxEditDescription": "Diese DOCX enthält Strukturen, die Folio nicht sicher umschreiben kann. Laden Sie sie herunter und bearbeiten Sie sie in Word, um eine Beschädigung der Datei zu vermeiden.",
|
|
321
|
+
"unsupportedDocxEditTitle": "Bearbeitung gesperrt",
|
|
322
|
+
"viewGroup": "Ansicht",
|
|
323
|
+
"zoomGroup": "Zoomstufe"
|
|
324
|
+
} },
|
|
325
|
+
"fr": { "folio": {
|
|
326
|
+
"acceptChange": "Accepter la modification",
|
|
327
|
+
"accessDenied": "Accès refusé. Vous n’avez peut-être pas l’autorisation d’accéder à ce fichier.",
|
|
328
|
+
"alignCenter": "Centrer",
|
|
329
|
+
"alignLeft": "Aligner à gauche",
|
|
330
|
+
"alignRight": "Aligner à droite",
|
|
331
|
+
"alignmentGroup": "Alignement",
|
|
332
|
+
"bold": "Gras",
|
|
333
|
+
"boldShortcut": "Gras (Ctrl+B)",
|
|
334
|
+
"bulletList": "Liste à puces",
|
|
335
|
+
"checkingDocxEditDescription": "stella vérifie encore si ce DOCX peut être modifié en toute sécurité. Réessayez une fois le document chargé.",
|
|
336
|
+
"checkingDocxEditTitle": "Vérification du document",
|
|
337
|
+
"clearDate": "Effacer la date",
|
|
338
|
+
"clipboardReadFailed": "Impossible de lire le presse-papiers. Vérifiez les autorisations du presse-papiers et réessayez.",
|
|
339
|
+
"comment": "Commenter",
|
|
340
|
+
"comments": {
|
|
341
|
+
"addPlaceholder": "Ajouter un commentaire...",
|
|
342
|
+
"cancel": "Annuler",
|
|
343
|
+
"hideAll": "Masquer les commentaires",
|
|
344
|
+
"moreReplies": "{count} réponses de plus",
|
|
345
|
+
"noComments": "Aucun commentaire pour le moment.",
|
|
346
|
+
"reply": "Répondre",
|
|
347
|
+
"replyPlaceholder": "Répondre ou ajouter d’autres personnes avec @",
|
|
348
|
+
"showAll": "Tous les commentaires",
|
|
349
|
+
"unknownAuthor": "Inconnu",
|
|
350
|
+
"visibility": "Commentaires"
|
|
351
|
+
},
|
|
352
|
+
"contentControlDateAriaLabel": "Choisir une date",
|
|
353
|
+
"contentControlDropdownAriaLabel": "Options de la liste déroulante",
|
|
354
|
+
"contentControlDropdownNoOptions": "Aucune option",
|
|
355
|
+
"copy": "Copier",
|
|
356
|
+
"copyLink": "Copier le lien",
|
|
357
|
+
"cut": "Couper",
|
|
358
|
+
"decreaseIndent": "Diminuer le retrait",
|
|
359
|
+
"delete": "Supprimer",
|
|
360
|
+
"deleteColumn": "Supprimer la colonne",
|
|
361
|
+
"deleteRow": "Supprimer la ligne",
|
|
362
|
+
"deleted": "Supprimé",
|
|
363
|
+
"discardChanges": "Abandonner",
|
|
364
|
+
"dismiss": "Ignorer",
|
|
365
|
+
"displayText": "Texte affiché",
|
|
366
|
+
"doneEditing": "Terminer la modification",
|
|
367
|
+
"doubleClickFooter": "Double-cliquez pour ajouter un pied de page",
|
|
368
|
+
"doubleClickHeader": "Double-cliquez pour ajouter un en-tête",
|
|
369
|
+
"editAuthRequired": "Actualisez stella et reconnectez-vous avant de modifier ce document.",
|
|
370
|
+
"editDownloadFailed": "Impossible de télécharger le document pour modification.",
|
|
371
|
+
"editLink": "Modifier le lien",
|
|
372
|
+
"editOpenFailed": "Impossible d’ouvrir le document pour modification.",
|
|
373
|
+
"editOpenFailedTitle": "Impossible d’ouvrir le DOCX",
|
|
374
|
+
"editPermissionDenied": "Vous n’avez pas l’autorisation de modifier ce document.",
|
|
375
|
+
"editSaveFailedTitle": "Impossible d’enregistrer le DOCX",
|
|
376
|
+
"editSessionTakenOver": "Cette session de modification a été reprise ailleurs.",
|
|
377
|
+
"findReplace": {
|
|
378
|
+
"close": "Fermer la recherche",
|
|
379
|
+
"find": "Rechercher",
|
|
380
|
+
"findAndReplace": "Rechercher et remplacer",
|
|
381
|
+
"findPlaceholder": "Rechercher dans le document...",
|
|
382
|
+
"findText": "Texte à rechercher",
|
|
383
|
+
"matchCase": "Respecter la casse",
|
|
384
|
+
"matchCounter": "{current} / {total}",
|
|
385
|
+
"next": "Occurrence suivante",
|
|
386
|
+
"nextShortcut": "Occurrence suivante (Entrée)",
|
|
387
|
+
"noResults": "Aucun résultat",
|
|
388
|
+
"previous": "Occurrence précédente",
|
|
389
|
+
"previousShortcut": "Occurrence précédente (Maj+Entrée)",
|
|
390
|
+
"replaceAll": "Tout remplacer",
|
|
391
|
+
"replaceCurrent": "Remplacer l’occurrence actuelle",
|
|
392
|
+
"replacePlaceholder": "Texte de remplacement...",
|
|
393
|
+
"replaceText": "Texte de remplacement",
|
|
394
|
+
"wholeWords": "Mots entiers"
|
|
395
|
+
},
|
|
396
|
+
"finishEditing": "Terminer la modification",
|
|
397
|
+
"fontColor": "Couleur de police",
|
|
398
|
+
"fontGroup": "Police",
|
|
399
|
+
"fontSize": "Taille de police",
|
|
400
|
+
"formatPainter": "Reproduire la mise en forme",
|
|
401
|
+
"formatPainterShortcut": "Reproduire la mise en forme (Ctrl+Maj+C)",
|
|
402
|
+
"formattingToolbar": "Barre d’outils de mise en forme",
|
|
403
|
+
"hideDetails": "Masquer les détails",
|
|
404
|
+
"historyGroup": "Historique",
|
|
405
|
+
"increaseIndent": "Augmenter le retrait",
|
|
406
|
+
"insertColumnLeft": "Insérer une colonne à gauche",
|
|
407
|
+
"insertColumnRight": "Insérer une colonne à droite",
|
|
408
|
+
"insertGroup": "Insérer",
|
|
409
|
+
"insertImage": "Insérer une image",
|
|
410
|
+
"insertPageBreak": "Insérer un saut de page",
|
|
411
|
+
"insertRowAbove": "Insérer une ligne au-dessus",
|
|
412
|
+
"insertRowBelow": "Insérer une ligne en dessous",
|
|
413
|
+
"insertTable": "Insérer un tableau",
|
|
414
|
+
"insertTableOfContents": "Insérer une table des matières",
|
|
415
|
+
"inserted": "Inséré",
|
|
416
|
+
"italic": "Italique",
|
|
417
|
+
"italicShortcut": "Italique (Ctrl+I)",
|
|
418
|
+
"justify": "Justifier",
|
|
419
|
+
"listFormatting": "Mise en forme des listes",
|
|
420
|
+
"listsGroup": "Listes",
|
|
421
|
+
"loadingDocument": "Chargement du document...",
|
|
422
|
+
"loadingEditor": "Chargement de l’éditeur...",
|
|
423
|
+
"lockFile": "Verrouiller le fichier",
|
|
424
|
+
"markupView": {
|
|
425
|
+
"allMarkup": "Toutes les marques",
|
|
426
|
+
"noMarkup": "Aucune marque",
|
|
427
|
+
"original": "Version d'origine",
|
|
428
|
+
"simple": "Marques simples"
|
|
429
|
+
},
|
|
430
|
+
"moreFormatting": "Plus de mise en forme",
|
|
431
|
+
"networkError": "Erreur réseau. Vérifiez votre connexion Internet et réessayez.",
|
|
432
|
+
"nextChange": "Modification suivante",
|
|
433
|
+
"numberedList": "Liste numérotée",
|
|
434
|
+
"parseError": "Le document n’a pas pu être analysé. Il est peut-être corrompu ou dans un format non pris en charge.",
|
|
435
|
+
"paste": "Coller",
|
|
436
|
+
"pasteUnformatted": "Coller sans mise en forme",
|
|
437
|
+
"previousChange": "Modification précédente",
|
|
438
|
+
"printRedirect": "Pour imprimer, téléchargez le document et ouvrez-le dans votre traitement de texte.",
|
|
439
|
+
"redo": "Rétablir",
|
|
440
|
+
"redoShortcut": "Rétablir (Ctrl+Y)",
|
|
441
|
+
"rejectChange": "Rejeter la modification",
|
|
442
|
+
"removeLink": "Supprimer le lien",
|
|
443
|
+
"renderErrorDescription": "Une erreur s'est produite lors du rendu de ce composant. Réessayez ou contactez le support si le problème persiste.",
|
|
444
|
+
"ruler": {
|
|
445
|
+
"bottomMargin": "Marge inférieure",
|
|
446
|
+
"firstLineIndent": "Retrait de première ligne",
|
|
447
|
+
"horizontal": "Règle horizontale",
|
|
448
|
+
"leftIndent": "Retrait à gauche",
|
|
449
|
+
"rightIndent": "Retrait à droite",
|
|
450
|
+
"toggle": "Règle",
|
|
451
|
+
"topMargin": "Marge supérieure",
|
|
452
|
+
"vertical": "Règle verticale"
|
|
453
|
+
},
|
|
454
|
+
"saveCheckpointFailedDescription": "Le DOCX a été créé localement, mais stella n’a pas pu téléverser le point de sauvegarde. Laissez l’éditeur ouvert et réessayez d’enregistrer.",
|
|
455
|
+
"saveCheckpointFailedTitle": "Impossible de téléverser la sauvegarde",
|
|
456
|
+
"saveEditorUnavailableDescription": "L’éditeur n’est pas encore prêt. Attendez la fin du chargement du document, puis réessayez d’enregistrer.",
|
|
457
|
+
"saveEditorUnavailableTitle": "Éditeur indisponible",
|
|
458
|
+
"saveSerializeFailedDescription": "Folio n’a pas pu produire de fichier DOCX sûr à partir de la modification actuelle. Votre session reste ouverte.",
|
|
459
|
+
"saveSerializeFailedTitle": "Impossible de créer le DOCX",
|
|
460
|
+
"savingDocument": "Enregistrement...",
|
|
461
|
+
"selectAll": "Tout sélectionner",
|
|
462
|
+
"showDetails": "Afficher les détails",
|
|
463
|
+
"somethingWentWrong": "Une erreur s’est produite",
|
|
464
|
+
"synced": "Synchronisé",
|
|
465
|
+
"syncing": "Synchronisation",
|
|
466
|
+
"tableBordersAll": "Toutes les bordures",
|
|
467
|
+
"tableBordersNone": "Aucune bordure",
|
|
468
|
+
"textDirection": "Sens du texte",
|
|
469
|
+
"textEditingMenu": "Menu d’édition de texte",
|
|
470
|
+
"textFormattingGroup": "Mise en forme du texte",
|
|
471
|
+
"toggleTrackChanges": "Activer le suivi des modifications",
|
|
472
|
+
"trackingOff": "Suivi : désactivé",
|
|
473
|
+
"trackingOn": "Suivi : activé",
|
|
474
|
+
"tryAgain": "Réessayer",
|
|
475
|
+
"underline": "Souligné",
|
|
476
|
+
"underlineShortcut": "Souligné (Ctrl+U)",
|
|
477
|
+
"undo": "Annuler",
|
|
478
|
+
"undoShortcut": "Annuler (Ctrl+Z)",
|
|
479
|
+
"unlockFile": "Déverrouiller le fichier",
|
|
480
|
+
"unlockForEditing": "Déverrouiller pour modifier",
|
|
481
|
+
"unsupportedDocxEditDescription": "Ce fichier DOCX contient des structures que Folio ne peut pas réécrire sans risque. Pour éviter de corrompre le fichier, téléchargez-le et modifiez-le dans Word.",
|
|
482
|
+
"unsupportedDocxEditTitle": "Modification bloquée",
|
|
483
|
+
"viewGroup": "Affichage",
|
|
484
|
+
"zoomGroup": "Niveau de zoom"
|
|
485
|
+
} },
|
|
486
|
+
"es": { "folio": {
|
|
487
|
+
"acceptChange": "Aceptar cambio",
|
|
488
|
+
"accessDenied": "Acceso denegado. Es posible que no tenga permiso para acceder a este archivo.",
|
|
489
|
+
"alignCenter": "Centrar",
|
|
490
|
+
"alignLeft": "Alinear a la izquierda",
|
|
491
|
+
"alignRight": "Alinear a la derecha",
|
|
492
|
+
"alignmentGroup": "Alineación",
|
|
493
|
+
"bold": "Negrita",
|
|
494
|
+
"boldShortcut": "Negrita (Ctrl+B)",
|
|
495
|
+
"bulletList": "Lista con viñetas",
|
|
496
|
+
"checkingDocxEditDescription": "stella sigue comprobando si este DOCX se puede editar de forma segura. Vuelve a intentarlo cuando el documento termine de cargarse.",
|
|
497
|
+
"checkingDocxEditTitle": "Comprobando el documento",
|
|
498
|
+
"clearDate": "Borrar fecha",
|
|
499
|
+
"clipboardReadFailed": "No se pudo leer el portapapeles. Comprueba los permisos del portapapeles e inténtalo de nuevo.",
|
|
500
|
+
"comment": "Comentario",
|
|
501
|
+
"comments": {
|
|
502
|
+
"addPlaceholder": "Añadir comentario...",
|
|
503
|
+
"cancel": "Cancelar",
|
|
504
|
+
"hideAll": "Ocultar comentarios",
|
|
505
|
+
"moreReplies": "{count} respuestas más",
|
|
506
|
+
"noComments": "Aún no hay comentarios.",
|
|
507
|
+
"reply": "Responder",
|
|
508
|
+
"replyPlaceholder": "Responder o añadir a otros con @",
|
|
509
|
+
"showAll": "Todos los comentarios",
|
|
510
|
+
"unknownAuthor": "Desconocido",
|
|
511
|
+
"visibility": "Comentarios"
|
|
512
|
+
},
|
|
513
|
+
"contentControlDateAriaLabel": "Elegir una fecha",
|
|
514
|
+
"contentControlDropdownAriaLabel": "Opciones desplegables",
|
|
515
|
+
"contentControlDropdownNoOptions": "Sin opciones",
|
|
516
|
+
"copy": "Copiar",
|
|
517
|
+
"copyLink": "Copiar enlace",
|
|
518
|
+
"cut": "Cortar",
|
|
519
|
+
"decreaseIndent": "Reducir sangría",
|
|
520
|
+
"delete": "Eliminar",
|
|
521
|
+
"deleteColumn": "Eliminar columna",
|
|
522
|
+
"deleteRow": "Eliminar fila",
|
|
523
|
+
"deleted": "Eliminado",
|
|
524
|
+
"discardChanges": "Descartar",
|
|
525
|
+
"dismiss": "Descartar",
|
|
526
|
+
"displayText": "Texto mostrado",
|
|
527
|
+
"doneEditing": "Terminar edición",
|
|
528
|
+
"doubleClickFooter": "Haz doble clic para añadir un pie de página",
|
|
529
|
+
"doubleClickHeader": "Haz doble clic para añadir un encabezado",
|
|
530
|
+
"editAuthRequired": "Actualiza stella e inicia sesión de nuevo antes de editar este documento.",
|
|
531
|
+
"editDownloadFailed": "No se pudo descargar el documento para editarlo.",
|
|
532
|
+
"editLink": "Editar enlace",
|
|
533
|
+
"editOpenFailed": "No se pudo abrir el documento para editarlo.",
|
|
534
|
+
"editOpenFailedTitle": "No se pudo abrir el DOCX",
|
|
535
|
+
"editPermissionDenied": "No tienes permiso para editar este documento.",
|
|
536
|
+
"editSaveFailedTitle": "No se pudo guardar el DOCX",
|
|
537
|
+
"editSessionTakenOver": "Esta sesión de edición se tomó en otro lugar.",
|
|
538
|
+
"findReplace": {
|
|
539
|
+
"close": "Cerrar búsqueda",
|
|
540
|
+
"find": "Buscar",
|
|
541
|
+
"findAndReplace": "Buscar y reemplazar",
|
|
542
|
+
"findPlaceholder": "Buscar en el documento...",
|
|
543
|
+
"findText": "Texto a buscar",
|
|
544
|
+
"matchCase": "Coincidir mayúsculas",
|
|
545
|
+
"matchCounter": "{current} / {total}",
|
|
546
|
+
"next": "Siguiente coincidencia",
|
|
547
|
+
"nextShortcut": "Siguiente coincidencia (Enter)",
|
|
548
|
+
"noResults": "Sin resultados",
|
|
549
|
+
"previous": "Coincidencia anterior",
|
|
550
|
+
"previousShortcut": "Coincidencia anterior (Shift+Enter)",
|
|
551
|
+
"replaceAll": "Reemplazar todo",
|
|
552
|
+
"replaceCurrent": "Reemplazar coincidencia actual",
|
|
553
|
+
"replacePlaceholder": "Texto de reemplazo...",
|
|
554
|
+
"replaceText": "Texto de reemplazo",
|
|
555
|
+
"wholeWords": "Palabras completas"
|
|
556
|
+
},
|
|
557
|
+
"finishEditing": "Terminar edición",
|
|
558
|
+
"fontColor": "Color de fuente",
|
|
559
|
+
"fontGroup": "Fuente",
|
|
560
|
+
"fontSize": "Tamaño de fuente",
|
|
561
|
+
"formatPainter": "Copiar formato",
|
|
562
|
+
"formatPainterShortcut": "Copiar formato (Ctrl+Shift+C)",
|
|
563
|
+
"formattingToolbar": "Barra de formato",
|
|
564
|
+
"hideDetails": "Ocultar detalles",
|
|
565
|
+
"historyGroup": "Historial",
|
|
566
|
+
"increaseIndent": "Aumentar sangría",
|
|
567
|
+
"insertColumnLeft": "Insertar columna a la izquierda",
|
|
568
|
+
"insertColumnRight": "Insertar columna a la derecha",
|
|
569
|
+
"insertGroup": "Insertar",
|
|
570
|
+
"insertImage": "Insertar imagen",
|
|
571
|
+
"insertPageBreak": "Insertar salto de página",
|
|
572
|
+
"insertRowAbove": "Insertar fila encima",
|
|
573
|
+
"insertRowBelow": "Insertar fila debajo",
|
|
574
|
+
"insertTable": "Insertar tabla",
|
|
575
|
+
"insertTableOfContents": "Insertar tabla de contenido",
|
|
576
|
+
"inserted": "Insertado",
|
|
577
|
+
"italic": "Cursiva",
|
|
578
|
+
"italicShortcut": "Cursiva (Ctrl+I)",
|
|
579
|
+
"justify": "Justificar",
|
|
580
|
+
"listFormatting": "Formato de lista",
|
|
581
|
+
"listsGroup": "Listas",
|
|
582
|
+
"loadingDocument": "Cargando el documento…",
|
|
583
|
+
"loadingEditor": "Cargando editor...",
|
|
584
|
+
"lockFile": "Bloquear archivo",
|
|
585
|
+
"markupView": {
|
|
586
|
+
"allMarkup": "Todas las revisiones",
|
|
587
|
+
"noMarkup": "Ninguna revisión",
|
|
588
|
+
"original": "Versión original",
|
|
589
|
+
"simple": "Revisión sencilla"
|
|
590
|
+
},
|
|
591
|
+
"moreFormatting": "Más formato",
|
|
592
|
+
"networkError": "Error de red. Comprueba tu conexión a internet y vuelve a intentarlo.",
|
|
593
|
+
"nextChange": "Cambio siguiente",
|
|
594
|
+
"numberedList": "Lista numerada",
|
|
595
|
+
"parseError": "No se pudo analizar el documento. Puede que esté dañado o en un formato no compatible.",
|
|
596
|
+
"paste": "Pegar",
|
|
597
|
+
"pasteUnformatted": "Pegar sin formato",
|
|
598
|
+
"previousChange": "Cambio anterior",
|
|
599
|
+
"printRedirect": "Para imprimir, descarga el documento y ábrelo en tu procesador de textos.",
|
|
600
|
+
"redo": "Rehacer",
|
|
601
|
+
"redoShortcut": "Rehacer (Ctrl+Y)",
|
|
602
|
+
"rejectChange": "Rechazar cambio",
|
|
603
|
+
"removeLink": "Eliminar enlace",
|
|
604
|
+
"renderErrorDescription": "Se produjo un error al renderizar este componente. Inténtalo de nuevo o contacta con soporte si el problema persiste.",
|
|
605
|
+
"ruler": {
|
|
606
|
+
"bottomMargin": "Margen inferior",
|
|
607
|
+
"firstLineIndent": "Sangría de primera línea",
|
|
608
|
+
"horizontal": "Regla horizontal",
|
|
609
|
+
"leftIndent": "Sangría izquierda",
|
|
610
|
+
"rightIndent": "Sangría derecha",
|
|
611
|
+
"toggle": "Regla",
|
|
612
|
+
"topMargin": "Margen superior",
|
|
613
|
+
"vertical": "Regla vertical"
|
|
614
|
+
},
|
|
615
|
+
"saveCheckpointFailedDescription": "El DOCX se creó localmente, pero stella no pudo subir el punto de control. Mantén el editor abierto e intenta guardar de nuevo.",
|
|
616
|
+
"saveCheckpointFailedTitle": "No se pudo subir el guardado",
|
|
617
|
+
"saveEditorUnavailableDescription": "El editor aún no está listo. Espera a que el documento termine de cargarse y vuelve a intentar guardar.",
|
|
618
|
+
"saveEditorUnavailableTitle": "El editor no está listo",
|
|
619
|
+
"saveSerializeFailedDescription": "Folio no pudo generar un archivo DOCX seguro a partir de la edición actual. Tu sesión sigue abierta.",
|
|
620
|
+
"saveSerializeFailedTitle": "No se pudo crear el DOCX",
|
|
621
|
+
"savingDocument": "Guardando...",
|
|
622
|
+
"selectAll": "Seleccionar todo",
|
|
623
|
+
"showDetails": "Mostrar detalles",
|
|
624
|
+
"somethingWentWrong": "Algo salió mal",
|
|
625
|
+
"synced": "Sincronizado",
|
|
626
|
+
"syncing": "Sincronizando",
|
|
627
|
+
"tableBordersAll": "Todos los bordes",
|
|
628
|
+
"tableBordersNone": "Sin bordes",
|
|
629
|
+
"textDirection": "Dirección del texto",
|
|
630
|
+
"textEditingMenu": "Menú de edición de texto",
|
|
631
|
+
"textFormattingGroup": "Formato de texto",
|
|
632
|
+
"toggleTrackChanges": "Activar o desactivar el control de cambios",
|
|
633
|
+
"trackingOff": "Control de cambios: desactivado",
|
|
634
|
+
"trackingOn": "Control de cambios: activado",
|
|
635
|
+
"tryAgain": "Reintentar",
|
|
636
|
+
"underline": "Subrayado",
|
|
637
|
+
"underlineShortcut": "Subrayado (Ctrl+U)",
|
|
638
|
+
"undo": "Deshacer",
|
|
639
|
+
"undoShortcut": "Deshacer (Ctrl+Z)",
|
|
640
|
+
"unlockFile": "Desbloquear archivo",
|
|
641
|
+
"unlockForEditing": "Desbloquear para editar",
|
|
642
|
+
"unsupportedDocxEditDescription": "Este DOCX contiene estructuras que Folio no puede reescribir de forma segura. Para no dañar el archivo, descárgalo y edítalo en Word.",
|
|
643
|
+
"unsupportedDocxEditTitle": "Edición bloqueada",
|
|
644
|
+
"viewGroup": "Vista",
|
|
645
|
+
"zoomGroup": "Nivel de zoom"
|
|
646
|
+
} },
|
|
647
|
+
"cs": { "folio": {
|
|
648
|
+
"acceptChange": "Přijmout změnu",
|
|
649
|
+
"accessDenied": "Přístup odepřen. Nemáte oprávnění k tomuto souboru.",
|
|
650
|
+
"alignCenter": "Na střed",
|
|
651
|
+
"alignLeft": "Vlevo",
|
|
652
|
+
"alignRight": "Vpravo",
|
|
653
|
+
"alignmentGroup": "Zarovnání",
|
|
654
|
+
"bold": "Tučné",
|
|
655
|
+
"boldShortcut": "Tučné (Ctrl+B)",
|
|
656
|
+
"bulletList": "Odrážkový seznam",
|
|
657
|
+
"checkingDocxEditDescription": "stella ještě ověřuje, jestli lze tento DOCX bezpečně upravovat. Zkuste to znovu, až se dokument načte.",
|
|
658
|
+
"checkingDocxEditTitle": "Kontrola dokumentu",
|
|
659
|
+
"clearDate": "Vymazat datum",
|
|
660
|
+
"clipboardReadFailed": "Nepodařilo se přečíst schránku. Zkontrolujte oprávnění ke schránce a zkuste to znovu.",
|
|
661
|
+
"comment": "Komentář",
|
|
662
|
+
"comments": {
|
|
663
|
+
"addPlaceholder": "Přidat komentář...",
|
|
664
|
+
"cancel": "Zrušit",
|
|
665
|
+
"hideAll": "Skrýt komentáře",
|
|
666
|
+
"moreReplies": "{count} dalších odpovědí",
|
|
667
|
+
"noComments": "Zatím žádné komentáře.",
|
|
668
|
+
"reply": "Odpovědět",
|
|
669
|
+
"replyPlaceholder": "Odpovědět nebo přidat další pomocí @",
|
|
670
|
+
"showAll": "Všechny komentáře",
|
|
671
|
+
"unknownAuthor": "Neznámý",
|
|
672
|
+
"visibility": "Komentáře"
|
|
673
|
+
},
|
|
674
|
+
"contentControlDateAriaLabel": "Vyberte datum",
|
|
675
|
+
"contentControlDropdownAriaLabel": "Možnosti rozbalovací nabídky",
|
|
676
|
+
"contentControlDropdownNoOptions": "Žádné možnosti",
|
|
677
|
+
"copy": "Kopírovat",
|
|
678
|
+
"copyLink": "Kopírovat odkaz",
|
|
679
|
+
"cut": "Vyjmout",
|
|
680
|
+
"decreaseIndent": "Zmenšit odsazení",
|
|
681
|
+
"delete": "Smazat",
|
|
682
|
+
"deleteColumn": "Smazat sloupec",
|
|
683
|
+
"deleteRow": "Smazat řádek",
|
|
684
|
+
"deleted": "Smazáno",
|
|
685
|
+
"discardChanges": "Zahodit",
|
|
686
|
+
"dismiss": "Zavřít",
|
|
687
|
+
"displayText": "Zobrazovaný text",
|
|
688
|
+
"doneEditing": "Dokončit úpravy",
|
|
689
|
+
"doubleClickFooter": "Dvojklikem přidáte zápatí",
|
|
690
|
+
"doubleClickHeader": "Dvojklikem přidáte záhlaví",
|
|
691
|
+
"editAuthRequired": "Před úpravou dokumentu obnovte Stellu a znovu se přihlaste.",
|
|
692
|
+
"editDownloadFailed": "Dokument se nepodařilo stáhnout pro úpravy.",
|
|
693
|
+
"editLink": "Upravit odkaz",
|
|
694
|
+
"editOpenFailed": "Dokument se nepodařilo otevřít pro úpravy.",
|
|
695
|
+
"editOpenFailedTitle": "DOCX se nepodařilo otevřít",
|
|
696
|
+
"editPermissionDenied": "Nemáte oprávnění tento dokument upravovat.",
|
|
697
|
+
"editSaveFailedTitle": "DOCX se nepodařilo uložit",
|
|
698
|
+
"editSessionTakenOver": "Tento dokument byl otevřen k úpravám v jiné kartě, okně nebo zařízení, takže byla tato relace ukončena. Neuložené místní změny zůstávají zachovány — otevřete dokument znovu a pokračujte.",
|
|
699
|
+
"findReplace": {
|
|
700
|
+
"close": "Zavřít hledání",
|
|
701
|
+
"find": "Najít",
|
|
702
|
+
"findAndReplace": "Najít a nahradit",
|
|
703
|
+
"findPlaceholder": "Hledat v dokumentu...",
|
|
704
|
+
"findText": "Hledaný text",
|
|
705
|
+
"matchCase": "Rozlišovat velikost",
|
|
706
|
+
"matchCounter": "{current} / {total}",
|
|
707
|
+
"next": "Další výskyt",
|
|
708
|
+
"nextShortcut": "Další výskyt (Enter)",
|
|
709
|
+
"noResults": "Žádné výsledky",
|
|
710
|
+
"previous": "Předchozí výskyt",
|
|
711
|
+
"previousShortcut": "Předchozí výskyt (Shift+Enter)",
|
|
712
|
+
"replaceAll": "Nahradit vše",
|
|
713
|
+
"replaceCurrent": "Nahradit aktuální výskyt",
|
|
714
|
+
"replacePlaceholder": "Text náhrady...",
|
|
715
|
+
"replaceText": "Text náhrady",
|
|
716
|
+
"wholeWords": "Celá slova"
|
|
717
|
+
},
|
|
718
|
+
"finishEditing": "Ukončit editaci",
|
|
719
|
+
"fontColor": "Barva písma",
|
|
720
|
+
"fontGroup": "Písmo",
|
|
721
|
+
"fontSize": "Velikost písma",
|
|
722
|
+
"formatPainter": "Kopírovat formát",
|
|
723
|
+
"formatPainterShortcut": "Kopírovat formát (Ctrl+Shift+C)",
|
|
724
|
+
"formattingToolbar": "Panel formátování",
|
|
725
|
+
"hideDetails": "Skrýt podrobnosti",
|
|
726
|
+
"historyGroup": "Historie",
|
|
727
|
+
"increaseIndent": "Zvětšit odsazení",
|
|
728
|
+
"insertColumnLeft": "Vložit sloupec vlevo",
|
|
729
|
+
"insertColumnRight": "Vložit sloupec vpravo",
|
|
730
|
+
"insertGroup": "Vložit",
|
|
731
|
+
"insertImage": "Vložit obrázek",
|
|
732
|
+
"insertPageBreak": "Vložit konec stránky",
|
|
733
|
+
"insertRowAbove": "Vložit řádek nad",
|
|
734
|
+
"insertRowBelow": "Vložit řádek pod",
|
|
735
|
+
"insertTable": "Vložit tabulku",
|
|
736
|
+
"insertTableOfContents": "Vložit obsah",
|
|
737
|
+
"inserted": "Vloženo",
|
|
738
|
+
"italic": "Kurzíva",
|
|
739
|
+
"italicShortcut": "Kurzíva (Ctrl+I)",
|
|
740
|
+
"justify": "Zarovnat do bloku",
|
|
741
|
+
"listFormatting": "Formátování seznamu",
|
|
742
|
+
"listsGroup": "Seznamy",
|
|
743
|
+
"loadingDocument": "Načítání dokumentu…",
|
|
744
|
+
"loadingEditor": "Načítání editoru...",
|
|
745
|
+
"lockFile": "Zamknout soubor",
|
|
746
|
+
"markupView": {
|
|
747
|
+
"allMarkup": "Všechny revize",
|
|
748
|
+
"noMarkup": "Žádná revize",
|
|
749
|
+
"original": "Původní",
|
|
750
|
+
"simple": "Jednoduché revize"
|
|
751
|
+
},
|
|
752
|
+
"moreFormatting": "Další formátování",
|
|
753
|
+
"networkError": "Chyba sítě. Zkontrolujte připojení k internetu a zkuste to znovu.",
|
|
754
|
+
"nextChange": "Následující změna",
|
|
755
|
+
"numberedList": "Číslovaný seznam",
|
|
756
|
+
"parseError": "Dokument se nepodařilo zpracovat. Může být poškozen nebo v nepodporovaném formátu.",
|
|
757
|
+
"paste": "Vložit",
|
|
758
|
+
"pasteUnformatted": "Vložit bez formátování",
|
|
759
|
+
"previousChange": "Předchozí změna",
|
|
760
|
+
"printRedirect": "Pro tisk stáhněte dokument a otevřete jej v textovém editoru.",
|
|
761
|
+
"redo": "Znovu",
|
|
762
|
+
"redoShortcut": "Znovu (Ctrl+Y)",
|
|
763
|
+
"rejectChange": "Odmítnout změnu",
|
|
764
|
+
"removeLink": "Odebrat odkaz",
|
|
765
|
+
"renderErrorDescription": "Při vykreslování této komponenty došlo k chybě. Zkuste to znovu nebo kontaktujte podporu, pokud problém přetrvává.",
|
|
766
|
+
"ruler": {
|
|
767
|
+
"bottomMargin": "Dolní okraj",
|
|
768
|
+
"firstLineIndent": "Odsazení prvního řádku",
|
|
769
|
+
"horizontal": "Vodorovné pravítko",
|
|
770
|
+
"leftIndent": "Odsazení zleva",
|
|
771
|
+
"rightIndent": "Odsazení zprava",
|
|
772
|
+
"toggle": "Pravítko",
|
|
773
|
+
"topMargin": "Horní okraj",
|
|
774
|
+
"vertical": "Svislé pravítko"
|
|
775
|
+
},
|
|
776
|
+
"saveCheckpointFailedDescription": "DOCX se lokálně vytvořil, ale Stelle se nepodařilo nahrát checkpoint. Nechte editor otevřený a zkuste uložit znovu.",
|
|
777
|
+
"saveCheckpointFailedTitle": "Uložení se nepodařilo nahrát",
|
|
778
|
+
"saveEditorUnavailableDescription": "Editor ještě není připravený. Počkejte, až se dokument načte, a zkuste uložit znovu.",
|
|
779
|
+
"saveEditorUnavailableTitle": "Editor není připravený",
|
|
780
|
+
"saveSerializeFailedDescription": "Folio nedokázalo z aktuální úpravy bezpečně vytvořit DOCX. Relace zůstává otevřená.",
|
|
781
|
+
"saveSerializeFailedTitle": "DOCX se nepodařilo vytvořit",
|
|
782
|
+
"savingDocument": "Ukládání...",
|
|
783
|
+
"selectAll": "Vybrat vše",
|
|
784
|
+
"showDetails": "Zobrazit podrobnosti",
|
|
785
|
+
"somethingWentWrong": "Něco se pokazilo",
|
|
786
|
+
"synced": "Synchronizováno",
|
|
787
|
+
"syncing": "Synchronizuji",
|
|
788
|
+
"tableBordersAll": "Všechna ohraničení",
|
|
789
|
+
"tableBordersNone": "Bez ohraničení",
|
|
790
|
+
"textDirection": "Směr textu",
|
|
791
|
+
"textEditingMenu": "Nabídka úprav textu",
|
|
792
|
+
"textFormattingGroup": "Formátování textu",
|
|
793
|
+
"toggleTrackChanges": "Přepnout sledování změn",
|
|
794
|
+
"trackingOff": "Sledování: Vypnuto",
|
|
795
|
+
"trackingOn": "Sledování: Zapnuto",
|
|
796
|
+
"tryAgain": "Zkusit znovu",
|
|
797
|
+
"underline": "Podtržené",
|
|
798
|
+
"underlineShortcut": "Podtržené (Ctrl+U)",
|
|
799
|
+
"undo": "Zpět",
|
|
800
|
+
"undoShortcut": "Zpět (Ctrl+Z)",
|
|
801
|
+
"unlockFile": "Odemknout soubor",
|
|
802
|
+
"unlockForEditing": "Odemknout pro možnost úprav",
|
|
803
|
+
"unsupportedDocxEditDescription": "Tento DOCX obsahuje struktury, které Folio neumí bezpečně přepsat. Aby se soubor nepoškodil, stáhněte ho a upravte ve Wordu.",
|
|
804
|
+
"unsupportedDocxEditTitle": "Úpravy zablokovány",
|
|
805
|
+
"viewGroup": "Zobrazení",
|
|
806
|
+
"zoomGroup": "Přiblížení"
|
|
807
|
+
} },
|
|
808
|
+
"ar": { "folio": {
|
|
809
|
+
"acceptChange": "قبول التغيير",
|
|
810
|
+
"accessDenied": "تم رفض الوصول. قد لا تملك الإذن للوصول إلى هذا الملف.",
|
|
811
|
+
"alignCenter": "توسيط",
|
|
812
|
+
"alignLeft": "محاذاة إلى اليسار",
|
|
813
|
+
"alignRight": "محاذاة إلى اليمين",
|
|
814
|
+
"alignmentGroup": "المحاذاة",
|
|
815
|
+
"bold": "عريض",
|
|
816
|
+
"boldShortcut": "عريض (Ctrl+B)",
|
|
817
|
+
"bulletList": "قائمة نقطية",
|
|
818
|
+
"checkingDocxEditDescription": "لا تزال stella تتحقق مما إذا كان يمكن تعديل ملف DOCX هذا بأمان. حاول مرة أخرى عند انتهاء تحميل المستند.",
|
|
819
|
+
"checkingDocxEditTitle": "جارٍ فحص المستند",
|
|
820
|
+
"clearDate": "مسح التاريخ",
|
|
821
|
+
"clipboardReadFailed": "تعذّرت قراءة الحافظة. تحقّق من أذونات الحافظة وحاول مرة أخرى.",
|
|
822
|
+
"comment": "تعليق",
|
|
823
|
+
"comments": {
|
|
824
|
+
"addPlaceholder": "أضف تعليقًا...",
|
|
825
|
+
"cancel": "إلغاء",
|
|
826
|
+
"hideAll": "إخفاء التعليقات",
|
|
827
|
+
"moreReplies": "{count} ردود إضافية",
|
|
828
|
+
"noComments": "لا توجد تعليقات بعد.",
|
|
829
|
+
"reply": "رد",
|
|
830
|
+
"replyPlaceholder": "رُدّ أو أضِف آخرين باستخدام @",
|
|
831
|
+
"showAll": "جميع التعليقات",
|
|
832
|
+
"unknownAuthor": "غير معروف",
|
|
833
|
+
"visibility": "التعليقات"
|
|
834
|
+
},
|
|
835
|
+
"contentControlDateAriaLabel": "اختر تاريخًا",
|
|
836
|
+
"contentControlDropdownAriaLabel": "خيارات القائمة المنسدلة",
|
|
837
|
+
"contentControlDropdownNoOptions": "لا توجد خيارات",
|
|
838
|
+
"copy": "نسخ",
|
|
839
|
+
"copyLink": "نسخ الرابط",
|
|
840
|
+
"cut": "قص",
|
|
841
|
+
"decreaseIndent": "إنقاص المسافة البادئة",
|
|
842
|
+
"delete": "حذف",
|
|
843
|
+
"deleteColumn": "حذف العمود",
|
|
844
|
+
"deleteRow": "حذف الصف",
|
|
845
|
+
"deleted": "محذوف",
|
|
846
|
+
"discardChanges": "تجاهل",
|
|
847
|
+
"dismiss": "تجاهل",
|
|
848
|
+
"displayText": "النص المعروض",
|
|
849
|
+
"doneEditing": "تم التعديل",
|
|
850
|
+
"doubleClickFooter": "انقر نقرًا مزدوجًا لإضافة تذييل الصفحة",
|
|
851
|
+
"doubleClickHeader": "انقر نقرًا مزدوجًا لإضافة رأس الصفحة",
|
|
852
|
+
"editAuthRequired": "أعد تحميل stella وسجّل الدخول مرة أخرى قبل تعديل هذا المستند.",
|
|
853
|
+
"editDownloadFailed": "تعذّر تنزيل المستند للتعديل.",
|
|
854
|
+
"editLink": "تعديل الرابط",
|
|
855
|
+
"editOpenFailed": "تعذّر فتح المستند للتعديل.",
|
|
856
|
+
"editOpenFailedTitle": "تعذّر فتح ملف DOCX",
|
|
857
|
+
"editPermissionDenied": "ليس لديك إذن لتعديل هذا المستند.",
|
|
858
|
+
"editSaveFailedTitle": "تعذّر حفظ ملف DOCX",
|
|
859
|
+
"editSessionTakenOver": "فتح علامة تبويب أو نافذة أو جهاز آخر هذا المستند للتعديل، لذا تم تحرير هذه الجلسة. تم الحفاظ على التغييرات المحلية غير المحفوظة؛ أعد فتح المستند للمتابعة.",
|
|
860
|
+
"findReplace": {
|
|
861
|
+
"close": "إغلاق البحث",
|
|
862
|
+
"find": "بحث",
|
|
863
|
+
"findAndReplace": "البحث والاستبدال",
|
|
864
|
+
"findPlaceholder": "البحث في المستند...",
|
|
865
|
+
"findText": "البحث عن نص",
|
|
866
|
+
"matchCase": "مطابقة حالة الأحرف",
|
|
867
|
+
"matchCounter": "{current} / {total}",
|
|
868
|
+
"next": "النتيجة التالية",
|
|
869
|
+
"nextShortcut": "النتيجة التالية (Enter)",
|
|
870
|
+
"noResults": "لا توجد نتائج",
|
|
871
|
+
"previous": "النتيجة السابقة",
|
|
872
|
+
"previousShortcut": "النتيجة السابقة (Shift+Enter)",
|
|
873
|
+
"replaceAll": "استبدال الكل",
|
|
874
|
+
"replaceCurrent": "استبدال النتيجة الحالية",
|
|
875
|
+
"replacePlaceholder": "نص الاستبدال...",
|
|
876
|
+
"replaceText": "نص الاستبدال",
|
|
877
|
+
"wholeWords": "الكلمات الكاملة"
|
|
878
|
+
},
|
|
879
|
+
"finishEditing": "إنهاء التعديل",
|
|
880
|
+
"fontColor": "لون الخط",
|
|
881
|
+
"fontGroup": "الخط",
|
|
882
|
+
"fontSize": "حجم الخط",
|
|
883
|
+
"formatPainter": "نسخ التنسيق",
|
|
884
|
+
"formatPainterShortcut": "نسخ التنسيق (Ctrl+Shift+C)",
|
|
885
|
+
"formattingToolbar": "شريط أدوات التنسيق",
|
|
886
|
+
"hideDetails": "إخفاء التفاصيل",
|
|
887
|
+
"historyGroup": "السجل",
|
|
888
|
+
"increaseIndent": "زيادة المسافة البادئة",
|
|
889
|
+
"insertColumnLeft": "إدراج عمود إلى اليسار",
|
|
890
|
+
"insertColumnRight": "إدراج عمود إلى اليمين",
|
|
891
|
+
"insertGroup": "إدراج",
|
|
892
|
+
"insertImage": "إدراج صورة",
|
|
893
|
+
"insertPageBreak": "إدراج فاصل صفحات",
|
|
894
|
+
"insertRowAbove": "إدراج صف أعلى",
|
|
895
|
+
"insertRowBelow": "إدراج صف أسفل",
|
|
896
|
+
"insertTable": "إدراج جدول",
|
|
897
|
+
"insertTableOfContents": "إدراج جدول المحتويات",
|
|
898
|
+
"inserted": "مُدرَج",
|
|
899
|
+
"italic": "مائل",
|
|
900
|
+
"italicShortcut": "مائل (Ctrl+I)",
|
|
901
|
+
"justify": "ضبط",
|
|
902
|
+
"listFormatting": "تنسيق القائمة",
|
|
903
|
+
"listsGroup": "القوائم",
|
|
904
|
+
"loadingDocument": "جارٍ تحميل المستند...",
|
|
905
|
+
"loadingEditor": "جارٍ تحميل المحرر...",
|
|
906
|
+
"lockFile": "قفل الملف",
|
|
907
|
+
"markupView": {
|
|
908
|
+
"allMarkup": "جميع التعديلات",
|
|
909
|
+
"noMarkup": "بدون تعديلات",
|
|
910
|
+
"original": "الأصلي",
|
|
911
|
+
"simple": "تعديلات مبسّطة"
|
|
912
|
+
},
|
|
913
|
+
"moreFormatting": "المزيد من التنسيق",
|
|
914
|
+
"networkError": "خطأ في الشبكة. يرجى التحقق من اتصالك بالإنترنت والمحاولة مرة أخرى.",
|
|
915
|
+
"nextChange": "التغيير التالي",
|
|
916
|
+
"numberedList": "قائمة مرقّمة",
|
|
917
|
+
"parseError": "تعذّر تحليل المستند. قد يكون تالفًا أو بتنسيق غير مدعوم.",
|
|
918
|
+
"paste": "لصق",
|
|
919
|
+
"pasteUnformatted": "لصق بدون تنسيق",
|
|
920
|
+
"previousChange": "التغيير السابق",
|
|
921
|
+
"printRedirect": "للطباعة، نزّل المستند وافتحه في معالج النصوص الخاص بك.",
|
|
922
|
+
"redo": "إعادة",
|
|
923
|
+
"redoShortcut": "إعادة (Ctrl+Y)",
|
|
924
|
+
"rejectChange": "رفض التغيير",
|
|
925
|
+
"removeLink": "إزالة الرابط",
|
|
926
|
+
"renderErrorDescription": "حدث خطأ ما أثناء عرض هذا الجزء من المستند. أعد تحميل الصفحة، وإذا استمر الأمر فأخبرنا بذلك.",
|
|
927
|
+
"ruler": {
|
|
928
|
+
"bottomMargin": "الهامش السفلي",
|
|
929
|
+
"firstLineIndent": "المسافة البادئة للسطر الأول",
|
|
930
|
+
"horizontal": "المسطرة الأفقية",
|
|
931
|
+
"leftIndent": "المسافة البادئة اليسرى",
|
|
932
|
+
"rightIndent": "المسافة البادئة اليمنى",
|
|
933
|
+
"toggle": "المسطرة",
|
|
934
|
+
"topMargin": "الهامش العلوي",
|
|
935
|
+
"vertical": "المسطرة العمودية"
|
|
936
|
+
},
|
|
937
|
+
"saveCheckpointFailedDescription": "تم إنشاء ملف DOCX محليًا، لكن تعذّر على stella رفع نقطة الحفظ. أبقِ المحرر مفتوحًا وحاول الحفظ مرة أخرى.",
|
|
938
|
+
"saveCheckpointFailedTitle": "تعذّر رفع الحفظ",
|
|
939
|
+
"saveEditorUnavailableDescription": "المحرر غير جاهز بعد. انتظر حتى ينتهي تحميل المستند، ثم حاول الحفظ مرة أخرى.",
|
|
940
|
+
"saveEditorUnavailableTitle": "المحرر غير جاهز",
|
|
941
|
+
"saveSerializeFailedDescription": "تعذّر على Folio إنتاج ملف DOCX آمن من التعديل الحالي. لا تزال جلستك مفتوحة.",
|
|
942
|
+
"saveSerializeFailedTitle": "تعذّر إنشاء ملف DOCX",
|
|
943
|
+
"savingDocument": "جارٍ الحفظ...",
|
|
944
|
+
"selectAll": "تحديد الكل",
|
|
945
|
+
"showDetails": "إظهار التفاصيل",
|
|
946
|
+
"somethingWentWrong": "حدث خطأ ما",
|
|
947
|
+
"synced": "تمت المزامنة",
|
|
948
|
+
"syncing": "جارٍ المزامنة",
|
|
949
|
+
"tableBordersAll": "كل الحدود",
|
|
950
|
+
"tableBordersNone": "بلا حدود",
|
|
951
|
+
"textDirection": "اتجاه النص",
|
|
952
|
+
"textEditingMenu": "قائمة تحرير النص",
|
|
953
|
+
"textFormattingGroup": "تنسيق النص",
|
|
954
|
+
"toggleTrackChanges": "تبديل تعقّب التغييرات",
|
|
955
|
+
"trackingOff": "التعقّب: مُعطّل",
|
|
956
|
+
"trackingOn": "التعقّب: مُفعّل",
|
|
957
|
+
"tryAgain": "حاول مرة أخرى",
|
|
958
|
+
"underline": "تسطير",
|
|
959
|
+
"underlineShortcut": "تسطير (Ctrl+U)",
|
|
960
|
+
"undo": "تراجع",
|
|
961
|
+
"undoShortcut": "تراجع (Ctrl+Z)",
|
|
962
|
+
"unlockFile": "إلغاء قفل الملف",
|
|
963
|
+
"unlockForEditing": "إلغاء القفل للتعديل",
|
|
964
|
+
"unsupportedDocxEditDescription": "يحتوي ملف DOCX هذا على بِنى لا يستطيع Folio إعادة كتابتها بأمان. لتجنّب إتلاف الملف، نزّله وعدّله في Word.",
|
|
965
|
+
"unsupportedDocxEditTitle": "التعديل محظور",
|
|
966
|
+
"viewGroup": "عرض",
|
|
967
|
+
"zoomGroup": "تكبير/تصغير"
|
|
968
|
+
} },
|
|
969
|
+
"et": { "folio": {
|
|
970
|
+
"acceptChange": "Nõustu muudatusega",
|
|
971
|
+
"accessDenied": "Juurdepääs keelatud. Teil ei pruugi olla õigust sellele failile juurde pääseda.",
|
|
972
|
+
"alignCenter": "Keskele",
|
|
973
|
+
"alignLeft": "Joonda vasakule",
|
|
974
|
+
"alignRight": "Joonda paremale",
|
|
975
|
+
"alignmentGroup": "Joondus",
|
|
976
|
+
"bold": "Paks",
|
|
977
|
+
"boldShortcut": "Paks (Ctrl+B)",
|
|
978
|
+
"bulletList": "Täpploend",
|
|
979
|
+
"checkingDocxEditDescription": "stella kontrollib veel, kas seda DOCX-i saab turvaliselt muuta. Proovige uuesti, kui dokument on laadimise lõpetanud.",
|
|
980
|
+
"checkingDocxEditTitle": "Dokumendi kontrollimine",
|
|
981
|
+
"clearDate": "Tühjenda kuupäev",
|
|
982
|
+
"clipboardReadFailed": "Lõikelauda ei õnnestunud lugeda. Kontrollige lõikelaua õigusi ja proovige uuesti.",
|
|
983
|
+
"comment": "Kommenteeri",
|
|
984
|
+
"comments": {
|
|
985
|
+
"addPlaceholder": "Lisa kommentaar…",
|
|
986
|
+
"cancel": "Tühista",
|
|
987
|
+
"hideAll": "Peida kommentaarid",
|
|
988
|
+
"moreReplies": "veel {count} vastust",
|
|
989
|
+
"noComments": "Kommentaare veel pole.",
|
|
990
|
+
"reply": "Vasta",
|
|
991
|
+
"replyPlaceholder": "Vasta või lisa teisi @ abil",
|
|
992
|
+
"showAll": "Kõik kommentaarid",
|
|
993
|
+
"unknownAuthor": "Tundmatu",
|
|
994
|
+
"visibility": "Kommentaarid"
|
|
995
|
+
},
|
|
996
|
+
"contentControlDateAriaLabel": "Vali kuupäev",
|
|
997
|
+
"contentControlDropdownAriaLabel": "Rippmenüü valikud",
|
|
998
|
+
"contentControlDropdownNoOptions": "Valikuid pole",
|
|
999
|
+
"copy": "Kopeeri",
|
|
1000
|
+
"copyLink": "Kopeeri link",
|
|
1001
|
+
"cut": "Lõika",
|
|
1002
|
+
"decreaseIndent": "Vähenda taanet",
|
|
1003
|
+
"delete": "Kustuta",
|
|
1004
|
+
"deleteColumn": "Kustuta veerg",
|
|
1005
|
+
"deleteRow": "Kustuta rida",
|
|
1006
|
+
"deleted": "Kustutatud",
|
|
1007
|
+
"discardChanges": "Loobu",
|
|
1008
|
+
"dismiss": "Sulge",
|
|
1009
|
+
"displayText": "Kuvatav tekst",
|
|
1010
|
+
"doneEditing": "Lõpeta muutmine",
|
|
1011
|
+
"doubleClickFooter": "Topeltklõpsa jaluse lisamiseks",
|
|
1012
|
+
"doubleClickHeader": "Topeltklõpsa päise lisamiseks",
|
|
1013
|
+
"editAuthRequired": "Värskenda stellat ja logi enne dokumendi muutmist uuesti sisse.",
|
|
1014
|
+
"editDownloadFailed": "Dokumenti ei saanud muutmiseks alla laadida.",
|
|
1015
|
+
"editLink": "Muuda linki",
|
|
1016
|
+
"editOpenFailed": "Dokumenti ei saanud muutmiseks avada.",
|
|
1017
|
+
"editOpenFailedTitle": "DOCX-i ei saanud avada",
|
|
1018
|
+
"editPermissionDenied": "Sul pole õigust seda dokumenti muuta.",
|
|
1019
|
+
"editSaveFailedTitle": "DOCX-i ei saanud salvestada",
|
|
1020
|
+
"editSessionTakenOver": "See muutmisseanss võeti mujal üle.",
|
|
1021
|
+
"findReplace": {
|
|
1022
|
+
"close": "Sulge otsing",
|
|
1023
|
+
"find": "Leia",
|
|
1024
|
+
"findAndReplace": "Leia ja asenda",
|
|
1025
|
+
"findPlaceholder": "Otsi dokumendist…",
|
|
1026
|
+
"findText": "Otsitav tekst",
|
|
1027
|
+
"matchCase": "Tõstutundlik",
|
|
1028
|
+
"matchCounter": "{current} / {total}",
|
|
1029
|
+
"next": "Järgmine vaste",
|
|
1030
|
+
"nextShortcut": "Järgmine vaste (Enter)",
|
|
1031
|
+
"noResults": "Tulemusi pole",
|
|
1032
|
+
"previous": "Eelmine vaste",
|
|
1033
|
+
"previousShortcut": "Eelmine vaste (Shift+Enter)",
|
|
1034
|
+
"replaceAll": "Asenda kõik",
|
|
1035
|
+
"replaceCurrent": "Asenda praegune vaste",
|
|
1036
|
+
"replacePlaceholder": "Asendustekst…",
|
|
1037
|
+
"replaceText": "Asendustekst",
|
|
1038
|
+
"wholeWords": "Terved sõnad"
|
|
1039
|
+
},
|
|
1040
|
+
"finishEditing": "Lõpeta muutmine",
|
|
1041
|
+
"fontColor": "Fondi värv",
|
|
1042
|
+
"fontGroup": "Fondid",
|
|
1043
|
+
"fontSize": "Fondi suurus",
|
|
1044
|
+
"formatPainter": "Vormingupintsel",
|
|
1045
|
+
"formatPainterShortcut": "Vormingupintsel (Ctrl+Shift+C)",
|
|
1046
|
+
"formattingToolbar": "Vormindusriba",
|
|
1047
|
+
"hideDetails": "Peida üksikasjad",
|
|
1048
|
+
"historyGroup": "Ajalugu",
|
|
1049
|
+
"increaseIndent": "Suurenda taanet",
|
|
1050
|
+
"insertColumnLeft": "Lisa veerg vasakule",
|
|
1051
|
+
"insertColumnRight": "Lisa veerg paremale",
|
|
1052
|
+
"insertGroup": "Lisa",
|
|
1053
|
+
"insertImage": "Lisa pilt",
|
|
1054
|
+
"insertPageBreak": "Lisa leheküljepiir",
|
|
1055
|
+
"insertRowAbove": "Lisa rida ülespoole",
|
|
1056
|
+
"insertRowBelow": "Lisa rida allapoole",
|
|
1057
|
+
"insertTable": "Lisa tabel",
|
|
1058
|
+
"insertTableOfContents": "Lisa sisukord",
|
|
1059
|
+
"inserted": "Lisatud",
|
|
1060
|
+
"italic": "Kaldkiri",
|
|
1061
|
+
"italicShortcut": "Kaldkiri (Ctrl+I)",
|
|
1062
|
+
"justify": "Rööpjoonda",
|
|
1063
|
+
"listFormatting": "Loendi vormindus",
|
|
1064
|
+
"listsGroup": "Loendid",
|
|
1065
|
+
"loadingDocument": "Dokumendi laadimine...",
|
|
1066
|
+
"loadingEditor": "Redaktori laadimine...",
|
|
1067
|
+
"lockFile": "Lukusta fail",
|
|
1068
|
+
"markupView": {
|
|
1069
|
+
"allMarkup": "Kogu märgistus",
|
|
1070
|
+
"noMarkup": "Märgistust pole",
|
|
1071
|
+
"original": "Algne",
|
|
1072
|
+
"simple": "Lihtmärgistus"
|
|
1073
|
+
},
|
|
1074
|
+
"moreFormatting": "Veel vormindust",
|
|
1075
|
+
"networkError": "Võrguviga. Kontrolli internetiühendust ja proovi uuesti.",
|
|
1076
|
+
"nextChange": "Järgmine muudatus",
|
|
1077
|
+
"numberedList": "Nummerdatud loend",
|
|
1078
|
+
"parseError": "Dokumenti ei õnnestunud sõeluda. See võib olla rikutud või toetamata vormingus.",
|
|
1079
|
+
"paste": "Kleebi",
|
|
1080
|
+
"pasteUnformatted": "Kleebi vorminduseta",
|
|
1081
|
+
"previousChange": "Eelmine muudatus",
|
|
1082
|
+
"printRedirect": "Printimiseks laadi dokument alla ja ava see oma tekstitöötlusprogrammis.",
|
|
1083
|
+
"redo": "Tee uuesti",
|
|
1084
|
+
"redoShortcut": "Tee uuesti (Ctrl+Y)",
|
|
1085
|
+
"rejectChange": "Lükka muudatus tagasi",
|
|
1086
|
+
"removeLink": "Eemalda link",
|
|
1087
|
+
"renderErrorDescription": "Selle komponendi kuvamisel tekkis viga. Proovige uuesti või võtke ühendust toega, kui probleem püsib.",
|
|
1088
|
+
"ruler": {
|
|
1089
|
+
"bottomMargin": "Alaveeris",
|
|
1090
|
+
"firstLineIndent": "Esimese rea taane",
|
|
1091
|
+
"horizontal": "Horisontaalne joonlaud",
|
|
1092
|
+
"leftIndent": "Vasak taane",
|
|
1093
|
+
"rightIndent": "Parem taane",
|
|
1094
|
+
"toggle": "Joonlaud",
|
|
1095
|
+
"topMargin": "Ülaveeris",
|
|
1096
|
+
"vertical": "Vertikaalne joonlaud"
|
|
1097
|
+
},
|
|
1098
|
+
"saveCheckpointFailedDescription": "DOCX loodi kohapeal, kuid stella ei saanud kontrollpunkti üles laadida. Hoia redaktor avatuna ja proovi uuesti salvestada.",
|
|
1099
|
+
"saveCheckpointFailedTitle": "Salvestust ei saanud üles laadida",
|
|
1100
|
+
"saveEditorUnavailableDescription": "Redaktor pole veel valmis. Oota, kuni dokument on laadinud, ja proovi siis uuesti salvestada.",
|
|
1101
|
+
"saveEditorUnavailableTitle": "Redaktor pole valmis",
|
|
1102
|
+
"saveSerializeFailedDescription": "Folio ei suutnud praegusest muudatusest turvalist DOCX-faili luua. Sinu seanss on endiselt avatud.",
|
|
1103
|
+
"saveSerializeFailedTitle": "DOCX-i ei saanud luua",
|
|
1104
|
+
"savingDocument": "Salvestamine...",
|
|
1105
|
+
"selectAll": "Vali kõik",
|
|
1106
|
+
"showDetails": "Näita üksikasju",
|
|
1107
|
+
"somethingWentWrong": "Midagi läks valesti",
|
|
1108
|
+
"synced": "Sünkroonitud",
|
|
1109
|
+
"syncing": "Sünkroonimine",
|
|
1110
|
+
"tableBordersAll": "Kõik äärised",
|
|
1111
|
+
"tableBordersNone": "Ääristeta",
|
|
1112
|
+
"textDirection": "Teksti suund",
|
|
1113
|
+
"textEditingMenu": "Tekstiredigeerimise menüü",
|
|
1114
|
+
"textFormattingGroup": "Teksti vormindus",
|
|
1115
|
+
"toggleTrackChanges": "Lülita muudatuste jälgimine",
|
|
1116
|
+
"trackingOff": "Jälgimine: väljas",
|
|
1117
|
+
"trackingOn": "Jälgimine: sees",
|
|
1118
|
+
"tryAgain": "Proovi uuesti",
|
|
1119
|
+
"underline": "Allakriipsutus",
|
|
1120
|
+
"underlineShortcut": "Allakriipsutus (Ctrl+U)",
|
|
1121
|
+
"undo": "Võta tagasi",
|
|
1122
|
+
"undoShortcut": "Võta tagasi (Ctrl+Z)",
|
|
1123
|
+
"unlockFile": "Ava fail",
|
|
1124
|
+
"unlockForEditing": "Ava muutmiseks",
|
|
1125
|
+
"unsupportedDocxEditDescription": "See DOCX sisaldab struktuure, mida Folio ei suuda turvaliselt ümber kirjutada. Faili rikkumise vältimiseks laadi see alla ja muuda Wordis.",
|
|
1126
|
+
"unsupportedDocxEditTitle": "Muutmine on blokeeritud",
|
|
1127
|
+
"viewGroup": "Vaade",
|
|
1128
|
+
"zoomGroup": "Suum"
|
|
1129
|
+
} },
|
|
1130
|
+
"he": { "folio": {
|
|
1131
|
+
"acceptChange": "Accept Change",
|
|
1132
|
+
"accessDenied": "Access denied. You may not have permission to access this file.",
|
|
1133
|
+
"alignCenter": "יישור למרכז",
|
|
1134
|
+
"alignLeft": "יישור לשמאל",
|
|
1135
|
+
"alignRight": "יישור לימין",
|
|
1136
|
+
"alignmentGroup": "יישור טקסט",
|
|
1137
|
+
"bold": "הדגש",
|
|
1138
|
+
"boldShortcut": "הדגש (Ctrl+B)",
|
|
1139
|
+
"bulletList": "רשימת תבליטים",
|
|
1140
|
+
"checkingDocxEditDescription": "stella is still checking whether this DOCX can be edited safely. Try again when the document finishes loading.",
|
|
1141
|
+
"checkingDocxEditTitle": "Checking document",
|
|
1142
|
+
"clearDate": "Clear date",
|
|
1143
|
+
"clipboardReadFailed": "Couldn't read the clipboard. Check clipboard permissions and try again.",
|
|
1144
|
+
"comment": "הערה",
|
|
1145
|
+
"comments": {
|
|
1146
|
+
"addPlaceholder": "הוסף תגובה...",
|
|
1147
|
+
"cancel": "ביטול",
|
|
1148
|
+
"hideAll": "Hide comments",
|
|
1149
|
+
"moreReplies": "{count} more replies",
|
|
1150
|
+
"noComments": "No comments yet.",
|
|
1151
|
+
"reply": "תגובה",
|
|
1152
|
+
"replyPlaceholder": "השב או הוסף אחרים עם @",
|
|
1153
|
+
"showAll": "All comments",
|
|
1154
|
+
"unknownAuthor": "לא ידוע",
|
|
1155
|
+
"visibility": "Comments"
|
|
1156
|
+
},
|
|
1157
|
+
"contentControlDateAriaLabel": "Pick a date",
|
|
1158
|
+
"contentControlDropdownAriaLabel": "Dropdown options",
|
|
1159
|
+
"contentControlDropdownNoOptions": "No options",
|
|
1160
|
+
"copy": "העתק",
|
|
1161
|
+
"copyLink": "העתק קישור",
|
|
1162
|
+
"cut": "גזור",
|
|
1163
|
+
"decreaseIndent": "הקטן הזחה",
|
|
1164
|
+
"delete": "מחיקה",
|
|
1165
|
+
"deleteColumn": "מחק עמודה",
|
|
1166
|
+
"deleteRow": "מחק שורה",
|
|
1167
|
+
"deleted": "נמחק",
|
|
1168
|
+
"discardChanges": "Discard",
|
|
1169
|
+
"dismiss": "סגירה",
|
|
1170
|
+
"displayText": "טקסט לתצוגה",
|
|
1171
|
+
"doneEditing": "Done editing",
|
|
1172
|
+
"doubleClickFooter": "Double-click to add footer",
|
|
1173
|
+
"doubleClickHeader": "Double-click to add header",
|
|
1174
|
+
"editAuthRequired": "Refresh stella and sign in again before editing this document.",
|
|
1175
|
+
"editDownloadFailed": "The document could not be downloaded for editing.",
|
|
1176
|
+
"editLink": "ערוך קישור",
|
|
1177
|
+
"editOpenFailed": "The document could not be opened for editing.",
|
|
1178
|
+
"editOpenFailedTitle": "Could not open DOCX",
|
|
1179
|
+
"editPermissionDenied": "You do not have permission to edit this document.",
|
|
1180
|
+
"editSaveFailedTitle": "Could not save DOCX",
|
|
1181
|
+
"editSessionTakenOver": "Another tab, window, or device opened this document for editing, so this session was released. Unsaved local changes are preserved — reopen the doc to continue.",
|
|
1182
|
+
"findReplace": {
|
|
1183
|
+
"close": "Close search",
|
|
1184
|
+
"find": "חפש",
|
|
1185
|
+
"findAndReplace": "Find and replace",
|
|
1186
|
+
"findPlaceholder": "Search document...",
|
|
1187
|
+
"findText": "חיפוש טקסט",
|
|
1188
|
+
"matchCase": "התאמה לאותיות רישיות",
|
|
1189
|
+
"matchCounter": "{current} / {total}",
|
|
1190
|
+
"next": "Next match",
|
|
1191
|
+
"nextShortcut": "Next match (Enter)",
|
|
1192
|
+
"noResults": "No results",
|
|
1193
|
+
"previous": "Previous match",
|
|
1194
|
+
"previousShortcut": "Previous match (Shift+Enter)",
|
|
1195
|
+
"replaceAll": "Replace all",
|
|
1196
|
+
"replaceCurrent": "החלף את התוצאה הנוכחית",
|
|
1197
|
+
"replacePlaceholder": "Replacement text...",
|
|
1198
|
+
"replaceText": "Replacement text",
|
|
1199
|
+
"wholeWords": "חיפוש לפי מילה שלמה"
|
|
1200
|
+
},
|
|
1201
|
+
"finishEditing": "Finish editing",
|
|
1202
|
+
"fontColor": "Font color",
|
|
1203
|
+
"fontGroup": "גופן",
|
|
1204
|
+
"fontSize": "גודל גופן",
|
|
1205
|
+
"formatPainter": "Format Painter",
|
|
1206
|
+
"formatPainterShortcut": "Format Painter (Ctrl+Shift+C)",
|
|
1207
|
+
"formattingToolbar": "סרגל כלים לעיצוב",
|
|
1208
|
+
"hideDetails": "הסתר פרטים",
|
|
1209
|
+
"historyGroup": "היסטוריה",
|
|
1210
|
+
"increaseIndent": "הגדל הזחה",
|
|
1211
|
+
"insertColumnLeft": "הוסף עמודה שמאלה",
|
|
1212
|
+
"insertColumnRight": "הוסף עמודה ימינה",
|
|
1213
|
+
"insertGroup": "הוספה",
|
|
1214
|
+
"insertImage": "הוספת תמונה",
|
|
1215
|
+
"insertPageBreak": "הוספת מעבר עמוד",
|
|
1216
|
+
"insertRowAbove": "הוסף שורה מעל",
|
|
1217
|
+
"insertRowBelow": "הוסף שורה מתחת",
|
|
1218
|
+
"insertTable": "הוספת טבלה",
|
|
1219
|
+
"insertTableOfContents": "הוספת תוכן עניינים",
|
|
1220
|
+
"inserted": "Inserted",
|
|
1221
|
+
"italic": "הטה",
|
|
1222
|
+
"italicShortcut": "הטה (Ctrl+I)",
|
|
1223
|
+
"justify": "יישור מלא",
|
|
1224
|
+
"listFormatting": "עיצוב רשימה",
|
|
1225
|
+
"listsGroup": "Lists",
|
|
1226
|
+
"loadingDocument": "טוען מסמך...",
|
|
1227
|
+
"loadingEditor": "Loading editor...",
|
|
1228
|
+
"lockFile": "Lock file",
|
|
1229
|
+
"markupView": {
|
|
1230
|
+
"allMarkup": "All Markup",
|
|
1231
|
+
"noMarkup": "No Markup",
|
|
1232
|
+
"original": "Original",
|
|
1233
|
+
"simple": "Simple Markup"
|
|
1234
|
+
},
|
|
1235
|
+
"moreFormatting": "More formatting",
|
|
1236
|
+
"networkError": "Network error. Please check your internet connection and try again.",
|
|
1237
|
+
"nextChange": "Next Change",
|
|
1238
|
+
"numberedList": "רשימה ממוספרת",
|
|
1239
|
+
"parseError": "The document could not be parsed. It may be corrupted or in an unsupported format.",
|
|
1240
|
+
"paste": "הדבק",
|
|
1241
|
+
"pasteUnformatted": "הדבק ללא עיצוב",
|
|
1242
|
+
"previousChange": "Previous Change",
|
|
1243
|
+
"printRedirect": "To print, download the document and open it in your word processor.",
|
|
1244
|
+
"redo": "בצע שוב",
|
|
1245
|
+
"redoShortcut": "בצע שוב (Ctrl+Y)",
|
|
1246
|
+
"rejectChange": "Reject Change",
|
|
1247
|
+
"removeLink": "הסר קישור",
|
|
1248
|
+
"renderErrorDescription": "Something went wrong showing this part of the document. Reload the page — if it keeps happening, let us know.",
|
|
1249
|
+
"ruler": {
|
|
1250
|
+
"bottomMargin": "שוליים תחתונים",
|
|
1251
|
+
"firstLineIndent": "כניסת שורה ראשונה",
|
|
1252
|
+
"horizontal": "סרגל אופקי",
|
|
1253
|
+
"leftIndent": "כניסה שמאלית",
|
|
1254
|
+
"rightIndent": "כניסה ימנית",
|
|
1255
|
+
"toggle": "Ruler",
|
|
1256
|
+
"topMargin": "שוליים עליונים",
|
|
1257
|
+
"vertical": "סרגל אנכי"
|
|
1258
|
+
},
|
|
1259
|
+
"saveCheckpointFailedDescription": "The DOCX was created locally, but stella could not upload the checkpoint. Keep the editor open and try saving again.",
|
|
1260
|
+
"saveCheckpointFailedTitle": "Could not upload save",
|
|
1261
|
+
"saveEditorUnavailableDescription": "The editor is not ready yet. Wait for the document to finish loading, then try saving again.",
|
|
1262
|
+
"saveEditorUnavailableTitle": "Editor not ready",
|
|
1263
|
+
"saveSerializeFailedDescription": "Folio could not produce a safe DOCX file from the current edit. Your session is still open.",
|
|
1264
|
+
"saveSerializeFailedTitle": "Could not create DOCX",
|
|
1265
|
+
"savingDocument": "Saving...",
|
|
1266
|
+
"selectAll": "Select all",
|
|
1267
|
+
"showDetails": "הצג פרטים",
|
|
1268
|
+
"somethingWentWrong": "משהו השתבש",
|
|
1269
|
+
"synced": "Synced",
|
|
1270
|
+
"syncing": "Syncing",
|
|
1271
|
+
"tableBordersAll": "כל המסגרות",
|
|
1272
|
+
"tableBordersNone": "ללא מסגרות",
|
|
1273
|
+
"textDirection": "כיוון טקסט",
|
|
1274
|
+
"textEditingMenu": "תפריט עריכת טקסט",
|
|
1275
|
+
"textFormattingGroup": "עיצוב טקסט",
|
|
1276
|
+
"toggleTrackChanges": "Toggle Track Changes",
|
|
1277
|
+
"trackingOff": "Tracking: Off",
|
|
1278
|
+
"trackingOn": "Tracking: On",
|
|
1279
|
+
"tryAgain": "נסה שוב",
|
|
1280
|
+
"underline": "קו תחתון",
|
|
1281
|
+
"underlineShortcut": "קו תחתון (Ctrl+U)",
|
|
1282
|
+
"undo": "בטל",
|
|
1283
|
+
"undoShortcut": "בטל (Ctrl+Z)",
|
|
1284
|
+
"unlockFile": "Unlock file",
|
|
1285
|
+
"unlockForEditing": "Unlock to edit",
|
|
1286
|
+
"unsupportedDocxEditDescription": "This DOCX contains structures Folio cannot safely rewrite. To avoid corrupting the file, download it and edit it in Word.",
|
|
1287
|
+
"unsupportedDocxEditTitle": "Editing blocked",
|
|
1288
|
+
"viewGroup": "תצוגה",
|
|
1289
|
+
"zoomGroup": "זום"
|
|
1290
|
+
} },
|
|
1291
|
+
"hi": { "folio": {
|
|
1292
|
+
"acceptChange": "Accept Change",
|
|
1293
|
+
"accessDenied": "Access denied. You may not have permission to access this file.",
|
|
1294
|
+
"alignCenter": "केंद्रित करें",
|
|
1295
|
+
"alignLeft": "बाएं संरेखित करें",
|
|
1296
|
+
"alignRight": "दाएं संरेखित करें",
|
|
1297
|
+
"alignmentGroup": "संरेखण",
|
|
1298
|
+
"bold": "बोल्ड",
|
|
1299
|
+
"boldShortcut": "बोल्ड (Ctrl+B)",
|
|
1300
|
+
"bulletList": "बुलेट सूची",
|
|
1301
|
+
"checkingDocxEditDescription": "stella is still checking whether this DOCX can be edited safely. Try again when the document finishes loading.",
|
|
1302
|
+
"checkingDocxEditTitle": "Checking document",
|
|
1303
|
+
"clearDate": "Clear date",
|
|
1304
|
+
"clipboardReadFailed": "Couldn't read the clipboard. Check clipboard permissions and try again.",
|
|
1305
|
+
"comment": "टिप्पणी",
|
|
1306
|
+
"comments": {
|
|
1307
|
+
"addPlaceholder": "एक टिप्पणी जोड़ें...",
|
|
1308
|
+
"cancel": "रद्द करें",
|
|
1309
|
+
"hideAll": "Hide comments",
|
|
1310
|
+
"moreReplies": "{count} more replies",
|
|
1311
|
+
"noComments": "No comments yet.",
|
|
1312
|
+
"reply": "जवाब दें",
|
|
1313
|
+
"replyPlaceholder": "जवाब दें या @ के साथ दूसरों को जोड़ें",
|
|
1314
|
+
"showAll": "All comments",
|
|
1315
|
+
"unknownAuthor": "अज्ञात",
|
|
1316
|
+
"visibility": "Comments"
|
|
1317
|
+
},
|
|
1318
|
+
"contentControlDateAriaLabel": "Pick a date",
|
|
1319
|
+
"contentControlDropdownAriaLabel": "Dropdown options",
|
|
1320
|
+
"contentControlDropdownNoOptions": "No options",
|
|
1321
|
+
"copy": "कॉपी करें",
|
|
1322
|
+
"copyLink": "लिंक कॉपी करें",
|
|
1323
|
+
"cut": "काटें",
|
|
1324
|
+
"decreaseIndent": "इंडेंट कम करें",
|
|
1325
|
+
"delete": "हटाएं",
|
|
1326
|
+
"deleteColumn": "स्तंभ हटाएं",
|
|
1327
|
+
"deleteRow": "पंक्ति हटाएं",
|
|
1328
|
+
"deleted": "हटाया गया",
|
|
1329
|
+
"discardChanges": "Discard",
|
|
1330
|
+
"dismiss": "खारिज करें",
|
|
1331
|
+
"displayText": "दिखाया जाने वाला टेक्स्ट",
|
|
1332
|
+
"doneEditing": "Done editing",
|
|
1333
|
+
"doubleClickFooter": "Double-click to add footer",
|
|
1334
|
+
"doubleClickHeader": "Double-click to add header",
|
|
1335
|
+
"editAuthRequired": "Refresh stella and sign in again before editing this document.",
|
|
1336
|
+
"editDownloadFailed": "The document could not be downloaded for editing.",
|
|
1337
|
+
"editLink": "लिंक संपादित करें",
|
|
1338
|
+
"editOpenFailed": "The document could not be opened for editing.",
|
|
1339
|
+
"editOpenFailedTitle": "Could not open DOCX",
|
|
1340
|
+
"editPermissionDenied": "You do not have permission to edit this document.",
|
|
1341
|
+
"editSaveFailedTitle": "Could not save DOCX",
|
|
1342
|
+
"editSessionTakenOver": "Another tab, window, or device opened this document for editing, so this session was released. Unsaved local changes are preserved — reopen the doc to continue.",
|
|
1343
|
+
"findReplace": {
|
|
1344
|
+
"close": "Close search",
|
|
1345
|
+
"find": "खोजें",
|
|
1346
|
+
"findAndReplace": "Find and replace",
|
|
1347
|
+
"findPlaceholder": "Search document...",
|
|
1348
|
+
"findText": "टेक्स्ट खोजें",
|
|
1349
|
+
"matchCase": "केस संवेदनशील",
|
|
1350
|
+
"matchCounter": "{current} / {total}",
|
|
1351
|
+
"next": "Next match",
|
|
1352
|
+
"nextShortcut": "Next match (Enter)",
|
|
1353
|
+
"noResults": "No results",
|
|
1354
|
+
"previous": "Previous match",
|
|
1355
|
+
"previousShortcut": "Previous match (Shift+Enter)",
|
|
1356
|
+
"replaceAll": "Replace all",
|
|
1357
|
+
"replaceCurrent": "वर्तमान मिलान को बदलें",
|
|
1358
|
+
"replacePlaceholder": "Replacement text...",
|
|
1359
|
+
"replaceText": "Replacement text",
|
|
1360
|
+
"wholeWords": "पूरा शब्द"
|
|
1361
|
+
},
|
|
1362
|
+
"finishEditing": "Finish editing",
|
|
1363
|
+
"fontColor": "Font color",
|
|
1364
|
+
"fontGroup": "फ़ॉन्ट",
|
|
1365
|
+
"fontSize": "फ़ॉन्ट का आकार",
|
|
1366
|
+
"formatPainter": "Format Painter",
|
|
1367
|
+
"formatPainterShortcut": "Format Painter (Ctrl+Shift+C)",
|
|
1368
|
+
"formattingToolbar": "प्रारूपण टूलबार",
|
|
1369
|
+
"hideDetails": "विवरण छिपाएं",
|
|
1370
|
+
"historyGroup": "इतिहास",
|
|
1371
|
+
"increaseIndent": "इंडेंट बढ़ाएं",
|
|
1372
|
+
"insertColumnLeft": "स्तंभ बाईं ओर डालें",
|
|
1373
|
+
"insertColumnRight": "स्तंभ दाईं ओर डालें",
|
|
1374
|
+
"insertGroup": "डालें",
|
|
1375
|
+
"insertImage": "चित्र डालें",
|
|
1376
|
+
"insertPageBreak": "पेज ब्रेक डालें",
|
|
1377
|
+
"insertRowAbove": "पंक्ति ऊपर डालें",
|
|
1378
|
+
"insertRowBelow": "पंक्ति नीचे डालें",
|
|
1379
|
+
"insertTable": "तालिका डालें",
|
|
1380
|
+
"insertTableOfContents": "विषय-सूची डालें",
|
|
1381
|
+
"inserted": "Inserted",
|
|
1382
|
+
"italic": "इटैलिक",
|
|
1383
|
+
"italicShortcut": "इटैलिक (Ctrl+I)",
|
|
1384
|
+
"justify": "दोनों ओर संरेखित करें",
|
|
1385
|
+
"listFormatting": "सूची प्रारूपण",
|
|
1386
|
+
"listsGroup": "Lists",
|
|
1387
|
+
"loadingDocument": "दस्तावेज़ लोड हो रहा है...",
|
|
1388
|
+
"loadingEditor": "Loading editor...",
|
|
1389
|
+
"lockFile": "Lock file",
|
|
1390
|
+
"markupView": {
|
|
1391
|
+
"allMarkup": "All Markup",
|
|
1392
|
+
"noMarkup": "No Markup",
|
|
1393
|
+
"original": "Original",
|
|
1394
|
+
"simple": "Simple Markup"
|
|
1395
|
+
},
|
|
1396
|
+
"moreFormatting": "More formatting",
|
|
1397
|
+
"networkError": "Network error. Please check your internet connection and try again.",
|
|
1398
|
+
"nextChange": "Next Change",
|
|
1399
|
+
"numberedList": "नंबर वाली सूची",
|
|
1400
|
+
"parseError": "The document could not be parsed. It may be corrupted or in an unsupported format.",
|
|
1401
|
+
"paste": "पेस्ट करें",
|
|
1402
|
+
"pasteUnformatted": "बिना प्रारूपण के पेस्ट करें",
|
|
1403
|
+
"previousChange": "Previous Change",
|
|
1404
|
+
"printRedirect": "To print, download the document and open it in your word processor.",
|
|
1405
|
+
"redo": "पुनः करें",
|
|
1406
|
+
"redoShortcut": "पुनः करें (Ctrl+Y)",
|
|
1407
|
+
"rejectChange": "Reject Change",
|
|
1408
|
+
"removeLink": "लिंक हटाएं",
|
|
1409
|
+
"renderErrorDescription": "Something went wrong showing this part of the document. Reload the page — if it keeps happening, let us know.",
|
|
1410
|
+
"ruler": {
|
|
1411
|
+
"bottomMargin": "तल मार्जिन",
|
|
1412
|
+
"firstLineIndent": "पहली लाइन का इंडेंट",
|
|
1413
|
+
"horizontal": "क्षैतिज रूलर",
|
|
1414
|
+
"leftIndent": "बायां इंडेंट",
|
|
1415
|
+
"rightIndent": "दायां इंडेंट",
|
|
1416
|
+
"toggle": "Ruler",
|
|
1417
|
+
"topMargin": "शीर्ष मार्जिन",
|
|
1418
|
+
"vertical": "लंबवत रूलर"
|
|
1419
|
+
},
|
|
1420
|
+
"saveCheckpointFailedDescription": "The DOCX was created locally, but stella could not upload the checkpoint. Keep the editor open and try saving again.",
|
|
1421
|
+
"saveCheckpointFailedTitle": "Could not upload save",
|
|
1422
|
+
"saveEditorUnavailableDescription": "The editor is not ready yet. Wait for the document to finish loading, then try saving again.",
|
|
1423
|
+
"saveEditorUnavailableTitle": "Editor not ready",
|
|
1424
|
+
"saveSerializeFailedDescription": "Folio could not produce a safe DOCX file from the current edit. Your session is still open.",
|
|
1425
|
+
"saveSerializeFailedTitle": "Could not create DOCX",
|
|
1426
|
+
"savingDocument": "Saving...",
|
|
1427
|
+
"selectAll": "Select all",
|
|
1428
|
+
"showDetails": "विवरण दिखाएं",
|
|
1429
|
+
"somethingWentWrong": "कुछ गलत हो गया",
|
|
1430
|
+
"synced": "Synced",
|
|
1431
|
+
"syncing": "Syncing",
|
|
1432
|
+
"tableBordersAll": "सभी बॉर्डर",
|
|
1433
|
+
"tableBordersNone": "कोई बॉर्डर नहीं",
|
|
1434
|
+
"textDirection": "टेक्स्ट की दिशा",
|
|
1435
|
+
"textEditingMenu": "टेक्स्ट संपादन मेनू",
|
|
1436
|
+
"textFormattingGroup": "टेक्स्ट प्रारूपण",
|
|
1437
|
+
"toggleTrackChanges": "Toggle Track Changes",
|
|
1438
|
+
"trackingOff": "Tracking: Off",
|
|
1439
|
+
"trackingOn": "Tracking: On",
|
|
1440
|
+
"tryAgain": "पुनः प्रयास करें",
|
|
1441
|
+
"underline": "रेखांकित",
|
|
1442
|
+
"underlineShortcut": "रेखांकित (Ctrl+U)",
|
|
1443
|
+
"undo": "पूर्ववत करें",
|
|
1444
|
+
"undoShortcut": "पूर्ववत करें (Ctrl+Z)",
|
|
1445
|
+
"unlockFile": "Unlock file",
|
|
1446
|
+
"unlockForEditing": "Unlock to edit",
|
|
1447
|
+
"unsupportedDocxEditDescription": "This DOCX contains structures Folio cannot safely rewrite. To avoid corrupting the file, download it and edit it in Word.",
|
|
1448
|
+
"unsupportedDocxEditTitle": "Editing blocked",
|
|
1449
|
+
"viewGroup": "देखें",
|
|
1450
|
+
"zoomGroup": "ज़ूम"
|
|
1451
|
+
} },
|
|
1452
|
+
"hu": { "folio": {
|
|
1453
|
+
"acceptChange": "Módosítás elfogadása",
|
|
1454
|
+
"accessDenied": "Hozzáférés megtagadva. Lehet, hogy nincs jogosultsága a fájl megnyitásához.",
|
|
1455
|
+
"alignCenter": "Középre",
|
|
1456
|
+
"alignLeft": "Balra igazítás",
|
|
1457
|
+
"alignRight": "Jobbra igazítás",
|
|
1458
|
+
"alignmentGroup": "Igazítás",
|
|
1459
|
+
"bold": "Félkövér",
|
|
1460
|
+
"boldShortcut": "Félkövér (Ctrl+B)",
|
|
1461
|
+
"bulletList": "Felsorolás",
|
|
1462
|
+
"checkingDocxEditDescription": "A stella még ellenőrzi, hogy ez a DOCX biztonságosan szerkeszthető-e. Próbálja újra, amikor a dokumentum betöltődött.",
|
|
1463
|
+
"checkingDocxEditTitle": "Dokumentum ellenőrzése",
|
|
1464
|
+
"clearDate": "Dátum törlése",
|
|
1465
|
+
"clipboardReadFailed": "A vágólap nem olvasható. Ellenőrizze a vágólap engedélyeit, és próbálja újra.",
|
|
1466
|
+
"comment": "Megjegyzés",
|
|
1467
|
+
"comments": {
|
|
1468
|
+
"addPlaceholder": "Megjegyzés hozzáadása…",
|
|
1469
|
+
"cancel": "Mégse",
|
|
1470
|
+
"hideAll": "Megjegyzések elrejtése",
|
|
1471
|
+
"moreReplies": "még {count} válasz",
|
|
1472
|
+
"noComments": "Még nincsenek megjegyzések.",
|
|
1473
|
+
"reply": "Válasz",
|
|
1474
|
+
"replyPlaceholder": "Válaszoljon, vagy adjon hozzá másokat a @ jellel",
|
|
1475
|
+
"showAll": "Összes megjegyzés",
|
|
1476
|
+
"unknownAuthor": "Ismeretlen",
|
|
1477
|
+
"visibility": "Megjegyzések"
|
|
1478
|
+
},
|
|
1479
|
+
"contentControlDateAriaLabel": "Dátum kiválasztása",
|
|
1480
|
+
"contentControlDropdownAriaLabel": "Legördülő lehetőségek",
|
|
1481
|
+
"contentControlDropdownNoOptions": "Nincsenek lehetőségek",
|
|
1482
|
+
"copy": "Másolás",
|
|
1483
|
+
"copyLink": "Hivatkozás másolása",
|
|
1484
|
+
"cut": "Kivágás",
|
|
1485
|
+
"decreaseIndent": "Behúzás csökkentése",
|
|
1486
|
+
"delete": "Törlés",
|
|
1487
|
+
"deleteColumn": "Oszlop törlése",
|
|
1488
|
+
"deleteRow": "Sor törlése",
|
|
1489
|
+
"deleted": "Törölve",
|
|
1490
|
+
"discardChanges": "Elvetés",
|
|
1491
|
+
"dismiss": "Elvetés",
|
|
1492
|
+
"displayText": "Megjelenített szöveg",
|
|
1493
|
+
"doneEditing": "Szerkesztés befejezése",
|
|
1494
|
+
"doubleClickFooter": "Kattintson duplán élőláb hozzáadásához",
|
|
1495
|
+
"doubleClickHeader": "Kattintson duplán élőfej hozzáadásához",
|
|
1496
|
+
"editAuthRequired": "Frissítse a Stellát, és a dokumentum szerkesztése előtt jelentkezzen be újra.",
|
|
1497
|
+
"editDownloadFailed": "Nem sikerült letölteni a dokumentumot szerkesztésre.",
|
|
1498
|
+
"editLink": "Hivatkozás szerkesztése",
|
|
1499
|
+
"editOpenFailed": "Nem sikerült megnyitni a dokumentumot szerkesztésre.",
|
|
1500
|
+
"editOpenFailedTitle": "A DOCX nem nyitható meg",
|
|
1501
|
+
"editPermissionDenied": "Nincs jogosultsága a dokumentum szerkesztéséhez.",
|
|
1502
|
+
"editSaveFailedTitle": "A DOCX nem menthető",
|
|
1503
|
+
"editSessionTakenOver": "Ezt a szerkesztési munkamenetet máshol vették át.",
|
|
1504
|
+
"findReplace": {
|
|
1505
|
+
"close": "Keresés bezárása",
|
|
1506
|
+
"find": "Keresés",
|
|
1507
|
+
"findAndReplace": "Keresés és csere",
|
|
1508
|
+
"findPlaceholder": "Keresés a dokumentumban…",
|
|
1509
|
+
"findText": "Keresett szöveg",
|
|
1510
|
+
"matchCase": "Kis- és nagybetű megkülönböztetése",
|
|
1511
|
+
"matchCounter": "{current} / {total}",
|
|
1512
|
+
"next": "Következő találat",
|
|
1513
|
+
"nextShortcut": "Következő találat (Enter)",
|
|
1514
|
+
"noResults": "Nincs találat",
|
|
1515
|
+
"previous": "Előző találat",
|
|
1516
|
+
"previousShortcut": "Előző találat (Shift+Enter)",
|
|
1517
|
+
"replaceAll": "Összes cseréje",
|
|
1518
|
+
"replaceCurrent": "Jelenlegi találat cseréje",
|
|
1519
|
+
"replacePlaceholder": "Csereszöveg…",
|
|
1520
|
+
"replaceText": "Csereszöveg",
|
|
1521
|
+
"wholeWords": "Csak ép szavak"
|
|
1522
|
+
},
|
|
1523
|
+
"finishEditing": "Szerkesztés befejezése",
|
|
1524
|
+
"fontColor": "Betűszín",
|
|
1525
|
+
"fontGroup": "Betűtípus",
|
|
1526
|
+
"fontSize": "Betűméret",
|
|
1527
|
+
"formatPainter": "Formátummásoló",
|
|
1528
|
+
"formatPainterShortcut": "Formátummásoló (Ctrl+Shift+C)",
|
|
1529
|
+
"formattingToolbar": "Formázási eszköztár",
|
|
1530
|
+
"hideDetails": "Részletek elrejtése",
|
|
1531
|
+
"historyGroup": "Előzmények",
|
|
1532
|
+
"increaseIndent": "Behúzás növelése",
|
|
1533
|
+
"insertColumnLeft": "Oszlop beszúrása balra",
|
|
1534
|
+
"insertColumnRight": "Oszlop beszúrása jobbra",
|
|
1535
|
+
"insertGroup": "Beszúrás",
|
|
1536
|
+
"insertImage": "Kép beszúrása",
|
|
1537
|
+
"insertPageBreak": "Oldaltörés beszúrása",
|
|
1538
|
+
"insertRowAbove": "Sor beszúrása fölé",
|
|
1539
|
+
"insertRowBelow": "Sor beszúrása alá",
|
|
1540
|
+
"insertTable": "Táblázat beszúrása",
|
|
1541
|
+
"insertTableOfContents": "Tartalomjegyzék beszúrása",
|
|
1542
|
+
"inserted": "Beszúrva",
|
|
1543
|
+
"italic": "Dőlt",
|
|
1544
|
+
"italicShortcut": "Dőlt (Ctrl+I)",
|
|
1545
|
+
"justify": "Sorkizárás",
|
|
1546
|
+
"listFormatting": "Listaformázás",
|
|
1547
|
+
"listsGroup": "Listák",
|
|
1548
|
+
"loadingDocument": "Dokumentum betöltése…",
|
|
1549
|
+
"loadingEditor": "Szerkesztő betöltése...",
|
|
1550
|
+
"lockFile": "Fájl zárolása",
|
|
1551
|
+
"markupView": {
|
|
1552
|
+
"allMarkup": "Az összes korrektúra",
|
|
1553
|
+
"noMarkup": "Nincs korrektúra",
|
|
1554
|
+
"original": "Az eredeti",
|
|
1555
|
+
"simple": "Az egyszerű korrektúra"
|
|
1556
|
+
},
|
|
1557
|
+
"moreFormatting": "További formázás",
|
|
1558
|
+
"networkError": "Hálózati hiba. Ellenőrizze az internetkapcsolatát, és próbálja újra.",
|
|
1559
|
+
"nextChange": "Következő módosítás",
|
|
1560
|
+
"numberedList": "Számozott lista",
|
|
1561
|
+
"parseError": "A dokumentumot nem sikerült feldolgozni. Lehet, hogy sérült, vagy nem támogatott formátumú.",
|
|
1562
|
+
"paste": "Beillesztés",
|
|
1563
|
+
"pasteUnformatted": "Beillesztés formázás nélkül",
|
|
1564
|
+
"previousChange": "Előző módosítás",
|
|
1565
|
+
"printRedirect": "A nyomtatáshoz töltse le a dokumentumot, és nyissa meg a szövegszerkesztőjében.",
|
|
1566
|
+
"redo": "Mégis",
|
|
1567
|
+
"redoShortcut": "Mégis (Ctrl+Y)",
|
|
1568
|
+
"rejectChange": "Módosítás elutasítása",
|
|
1569
|
+
"removeLink": "Hivatkozás eltávolítása",
|
|
1570
|
+
"renderErrorDescription": "Hiba történt az összetevő megjelenítése közben. Próbálja újra, vagy forduljon az ügyfélszolgálathoz, ha a probléma továbbra is fennáll.",
|
|
1571
|
+
"ruler": {
|
|
1572
|
+
"bottomMargin": "Alsó margó",
|
|
1573
|
+
"firstLineIndent": "Első sor behúzása",
|
|
1574
|
+
"horizontal": "Vízszintes vonalzó",
|
|
1575
|
+
"leftIndent": "Bal oldali behúzás",
|
|
1576
|
+
"rightIndent": "Jobb oldali behúzás",
|
|
1577
|
+
"toggle": "Vonalzó",
|
|
1578
|
+
"topMargin": "Felső margó",
|
|
1579
|
+
"vertical": "Függőleges vonalzó"
|
|
1580
|
+
},
|
|
1581
|
+
"saveCheckpointFailedDescription": "A DOCX helyben létrejött, de a stella nem tudta feltölteni a mentési pontot. Hagyja nyitva a szerkesztőt, és próbálja újra a mentést.",
|
|
1582
|
+
"saveCheckpointFailedTitle": "A mentés feltöltése sikertelen",
|
|
1583
|
+
"saveEditorUnavailableDescription": "A szerkesztő még nem áll készen. Várja meg, amíg a dokumentum betöltődik, majd próbálja újra a mentést.",
|
|
1584
|
+
"saveEditorUnavailableTitle": "A szerkesztő nem áll készen",
|
|
1585
|
+
"saveSerializeFailedDescription": "A Folio nem tudott biztonságos DOCX-fájlt létrehozni a jelenlegi szerkesztésből. A munkamenete továbbra is nyitva van.",
|
|
1586
|
+
"saveSerializeFailedTitle": "A DOCX létrehozása nem sikerült",
|
|
1587
|
+
"savingDocument": "Mentés...",
|
|
1588
|
+
"selectAll": "Összes kijelölése",
|
|
1589
|
+
"showDetails": "Részletek megjelenítése",
|
|
1590
|
+
"somethingWentWrong": "Hiba történt",
|
|
1591
|
+
"synced": "Szinkronizálva",
|
|
1592
|
+
"syncing": "Szinkronizálás",
|
|
1593
|
+
"tableBordersAll": "Minden szegély",
|
|
1594
|
+
"tableBordersNone": "Nincs szegély",
|
|
1595
|
+
"textDirection": "Szövegirány",
|
|
1596
|
+
"textEditingMenu": "Szövegszerkesztő menü",
|
|
1597
|
+
"textFormattingGroup": "Szövegformázás",
|
|
1598
|
+
"toggleTrackChanges": "Korrektúra be- és kikapcsolása",
|
|
1599
|
+
"trackingOff": "Korrektúra: ki",
|
|
1600
|
+
"trackingOn": "Korrektúra: be",
|
|
1601
|
+
"tryAgain": "Újrapróbálás",
|
|
1602
|
+
"underline": "Aláhúzás",
|
|
1603
|
+
"underlineShortcut": "Aláhúzás (Ctrl+U)",
|
|
1604
|
+
"undo": "Visszavonás",
|
|
1605
|
+
"undoShortcut": "Visszavonás (Ctrl+Z)",
|
|
1606
|
+
"unlockFile": "Fájl feloldása",
|
|
1607
|
+
"unlockForEditing": "Feloldás szerkesztéshez",
|
|
1608
|
+
"unsupportedDocxEditDescription": "Ez a DOCX olyan szerkezeteket tartalmaz, amelyeket a Folio nem tud biztonságosan átírni. A fájl sérülésének elkerülése érdekében töltse le, és szerkessze Wordben.",
|
|
1609
|
+
"unsupportedDocxEditTitle": "A szerkesztés letiltva",
|
|
1610
|
+
"viewGroup": "Nézet",
|
|
1611
|
+
"zoomGroup": "Nagyítás"
|
|
1612
|
+
} },
|
|
1613
|
+
"lt": { "folio": {
|
|
1614
|
+
"acceptChange": "Priimti pakeitimą",
|
|
1615
|
+
"accessDenied": "Prieiga atmesta. Galbūt neturite teisės pasiekti šio failo.",
|
|
1616
|
+
"alignCenter": "Centruoti",
|
|
1617
|
+
"alignLeft": "Lygiuoti kairėje",
|
|
1618
|
+
"alignRight": "Lygiuoti dešinėje",
|
|
1619
|
+
"alignmentGroup": "Lygiuotė",
|
|
1620
|
+
"bold": "Paryškintasis",
|
|
1621
|
+
"boldShortcut": "Paryškintasis (Ctrl+B)",
|
|
1622
|
+
"bulletList": "Ženklelių sąrašas",
|
|
1623
|
+
"checkingDocxEditDescription": "stella vis dar tikrina, ar šį DOCX galima saugiai redaguoti. Bandykite dar kartą, kai dokumentas baigs krautis.",
|
|
1624
|
+
"checkingDocxEditTitle": "Tikrinamas dokumentas",
|
|
1625
|
+
"clearDate": "Išvalyti datą",
|
|
1626
|
+
"clipboardReadFailed": "Nepavyko nuskaityti iškarpinės. Patikrinkite iškarpinės leidimus ir bandykite dar kartą.",
|
|
1627
|
+
"comment": "Komentaras",
|
|
1628
|
+
"comments": {
|
|
1629
|
+
"addPlaceholder": "Pridėti komentarą…",
|
|
1630
|
+
"cancel": "Atšaukti",
|
|
1631
|
+
"hideAll": "Slėpti komentarus",
|
|
1632
|
+
"moreReplies": "Dar {count} atsakymų",
|
|
1633
|
+
"noComments": "Komentarų kol kas nėra.",
|
|
1634
|
+
"reply": "Atsakyti",
|
|
1635
|
+
"replyPlaceholder": "Atsakykite arba pridėkite kitus naudodami @",
|
|
1636
|
+
"showAll": "Visi komentarai",
|
|
1637
|
+
"unknownAuthor": "Nežinomas",
|
|
1638
|
+
"visibility": "Komentarai"
|
|
1639
|
+
},
|
|
1640
|
+
"contentControlDateAriaLabel": "Pasirinkite datą",
|
|
1641
|
+
"contentControlDropdownAriaLabel": "Išskleidžiamojo sąrašo parinktys",
|
|
1642
|
+
"contentControlDropdownNoOptions": "Parinkčių nėra",
|
|
1643
|
+
"copy": "Kopijuoti",
|
|
1644
|
+
"copyLink": "Kopijuoti nuorodą",
|
|
1645
|
+
"cut": "Iškirpti",
|
|
1646
|
+
"decreaseIndent": "Sumažinti įtrauką",
|
|
1647
|
+
"delete": "Ištrinti",
|
|
1648
|
+
"deleteColumn": "Ištrinti stulpelį",
|
|
1649
|
+
"deleteRow": "Ištrinti eilutę",
|
|
1650
|
+
"deleted": "Ištrinta",
|
|
1651
|
+
"discardChanges": "Atmesti",
|
|
1652
|
+
"dismiss": "Atmesti",
|
|
1653
|
+
"displayText": "Rodomas tekstas",
|
|
1654
|
+
"doneEditing": "Baigti redagavimą",
|
|
1655
|
+
"doubleClickFooter": "Spustelėkite du kartus, kad pridėtumėte poraštę",
|
|
1656
|
+
"doubleClickHeader": "Spustelėkite du kartus, kad pridėtumėte antraštę",
|
|
1657
|
+
"editAuthRequired": "Atnaujinkite stella ir prieš redaguodami dokumentą prisijunkite iš naujo.",
|
|
1658
|
+
"editDownloadFailed": "Nepavyko atsisiųsti dokumento redagavimui.",
|
|
1659
|
+
"editLink": "Redaguoti nuorodą",
|
|
1660
|
+
"editOpenFailed": "Nepavyko atidaryti dokumento redagavimui.",
|
|
1661
|
+
"editOpenFailedTitle": "Nepavyko atidaryti DOCX",
|
|
1662
|
+
"editPermissionDenied": "Neturite teisės redaguoti šio dokumento.",
|
|
1663
|
+
"editSaveFailedTitle": "Nepavyko išsaugoti DOCX",
|
|
1664
|
+
"editSessionTakenOver": "Ši redagavimo sesija buvo perimta kitur.",
|
|
1665
|
+
"findReplace": {
|
|
1666
|
+
"close": "Uždaryti paiešką",
|
|
1667
|
+
"find": "Ieškoti",
|
|
1668
|
+
"findAndReplace": "Rasti ir pakeisti",
|
|
1669
|
+
"findPlaceholder": "Ieškoti dokumente…",
|
|
1670
|
+
"findText": "Ieškomas tekstas",
|
|
1671
|
+
"matchCase": "Skirti didžiąsias ir mažąsias raides",
|
|
1672
|
+
"matchCounter": "{current} / {total}",
|
|
1673
|
+
"next": "Kitas atitikmuo",
|
|
1674
|
+
"nextShortcut": "Kitas atitikmuo (Enter)",
|
|
1675
|
+
"noResults": "Rezultatų nėra",
|
|
1676
|
+
"previous": "Ankstesnis atitikmuo",
|
|
1677
|
+
"previousShortcut": "Ankstesnis atitikmuo (Shift+Enter)",
|
|
1678
|
+
"replaceAll": "Pakeisti viską",
|
|
1679
|
+
"replaceCurrent": "Pakeisti dabartinį atitikmenį",
|
|
1680
|
+
"replacePlaceholder": "Pakeičiantysis tekstas…",
|
|
1681
|
+
"replaceText": "Pakeičiantysis tekstas",
|
|
1682
|
+
"wholeWords": "Visi žodžiai"
|
|
1683
|
+
},
|
|
1684
|
+
"finishEditing": "Baigti redagavimą",
|
|
1685
|
+
"fontColor": "Šrifto spalva",
|
|
1686
|
+
"fontGroup": "Šriftas",
|
|
1687
|
+
"fontSize": "Šrifto dydis",
|
|
1688
|
+
"formatPainter": "Formato kopijavimas",
|
|
1689
|
+
"formatPainterShortcut": "Formato kopijavimas (Ctrl+Shift+C)",
|
|
1690
|
+
"formattingToolbar": "Formatavimo įrankių juosta",
|
|
1691
|
+
"hideDetails": "Slėpti detales",
|
|
1692
|
+
"historyGroup": "Istorija",
|
|
1693
|
+
"increaseIndent": "Padidinti įtrauką",
|
|
1694
|
+
"insertColumnLeft": "Įterpti stulpelį kairėje",
|
|
1695
|
+
"insertColumnRight": "Įterpti stulpelį dešinėje",
|
|
1696
|
+
"insertGroup": "Įterpti",
|
|
1697
|
+
"insertImage": "Įterpti paveikslėlį",
|
|
1698
|
+
"insertPageBreak": "Įterpti puslapio lūžį",
|
|
1699
|
+
"insertRowAbove": "Įterpti eilutę virš",
|
|
1700
|
+
"insertRowBelow": "Įterpti eilutę po",
|
|
1701
|
+
"insertTable": "Įterpti lentelę",
|
|
1702
|
+
"insertTableOfContents": "Įterpti turinį",
|
|
1703
|
+
"inserted": "Įterpta",
|
|
1704
|
+
"italic": "Kursyvas",
|
|
1705
|
+
"italicShortcut": "Kursyvas (Ctrl+I)",
|
|
1706
|
+
"justify": "Lygiuoti abipus",
|
|
1707
|
+
"listFormatting": "Sąrašo formatavimas",
|
|
1708
|
+
"listsGroup": "Sąrašai",
|
|
1709
|
+
"loadingDocument": "Įkeliamas dokumentas…",
|
|
1710
|
+
"loadingEditor": "Įkeliamas redaktorius...",
|
|
1711
|
+
"lockFile": "Užrakinti failą",
|
|
1712
|
+
"markupView": {
|
|
1713
|
+
"allMarkup": "Visi keitimai",
|
|
1714
|
+
"noMarkup": "Nėra keitimų",
|
|
1715
|
+
"original": "Pradinis",
|
|
1716
|
+
"simple": "Supaprastintas žymėjimas"
|
|
1717
|
+
},
|
|
1718
|
+
"moreFormatting": "Daugiau formatavimo",
|
|
1719
|
+
"networkError": "Tinklo klaida. Patikrinkite interneto ryšį ir bandykite dar kartą.",
|
|
1720
|
+
"nextChange": "Kitas keitimas",
|
|
1721
|
+
"numberedList": "Numeruotas sąrašas",
|
|
1722
|
+
"parseError": "Nepavyko apdoroti dokumento. Jis gali būti sugadintas arba nepalaikomo formato.",
|
|
1723
|
+
"paste": "Įklijuoti",
|
|
1724
|
+
"pasteUnformatted": "Įklijuoti be formatavimo",
|
|
1725
|
+
"previousChange": "Ankstesnis keitimas",
|
|
1726
|
+
"printRedirect": "Norėdami spausdinti, atsisiųskite dokumentą ir atidarykite jį savo teksto rengyklėje.",
|
|
1727
|
+
"redo": "Grąžinti",
|
|
1728
|
+
"redoShortcut": "Grąžinti (Ctrl+Y)",
|
|
1729
|
+
"rejectChange": "Atmesti keitimą",
|
|
1730
|
+
"removeLink": "Pašalinti nuorodą",
|
|
1731
|
+
"renderErrorDescription": "Atvaizduojant šį komponentą įvyko klaida. Bandykite dar kartą arba susisiekite su pagalba, jei problema kartojasi.",
|
|
1732
|
+
"ruler": {
|
|
1733
|
+
"bottomMargin": "Apatinė paraštė",
|
|
1734
|
+
"firstLineIndent": "Pirmosios eilutės įtrauka",
|
|
1735
|
+
"horizontal": "Horizontali liniuotė",
|
|
1736
|
+
"leftIndent": "Kairioji įtrauka",
|
|
1737
|
+
"rightIndent": "Dešinioji įtrauka",
|
|
1738
|
+
"toggle": "Liniuotė",
|
|
1739
|
+
"topMargin": "Viršutinė paraštė",
|
|
1740
|
+
"vertical": "Vertikali liniuotė"
|
|
1741
|
+
},
|
|
1742
|
+
"saveCheckpointFailedDescription": "DOCX buvo sukurtas vietiniame įrenginyje, tačiau stella nepavyko įkelti kontrolinio taško. Palikite redaktorių atidarytą ir bandykite išsaugoti dar kartą.",
|
|
1743
|
+
"saveCheckpointFailedTitle": "Nepavyko įkelti išsaugojimo",
|
|
1744
|
+
"saveEditorUnavailableDescription": "Redaktorius dar nepasiruošęs. Palaukite, kol dokumentas bus įkeltas, ir bandykite išsaugoti dar kartą.",
|
|
1745
|
+
"saveEditorUnavailableTitle": "Redaktorius nepasiruošęs",
|
|
1746
|
+
"saveSerializeFailedDescription": "Folio nepavyko sukurti saugaus DOCX failo iš dabartinio keitimo. Jūsų sesija vis dar atidaryta.",
|
|
1747
|
+
"saveSerializeFailedTitle": "Nepavyko sukurti DOCX",
|
|
1748
|
+
"savingDocument": "Įrašoma...",
|
|
1749
|
+
"selectAll": "Pasirinkti visus",
|
|
1750
|
+
"showDetails": "Rodyti detales",
|
|
1751
|
+
"somethingWentWrong": "Kažkas nepavyko",
|
|
1752
|
+
"synced": "Sinchronizuota",
|
|
1753
|
+
"syncing": "Sinchronizuojama",
|
|
1754
|
+
"tableBordersAll": "Visos kraštinės",
|
|
1755
|
+
"tableBordersNone": "Be kraštinių",
|
|
1756
|
+
"textDirection": "Teksto kryptis",
|
|
1757
|
+
"textEditingMenu": "Teksto redagavimo meniu",
|
|
1758
|
+
"textFormattingGroup": "Teksto formatavimas",
|
|
1759
|
+
"toggleTrackChanges": "Perjungti keitimų sekimą",
|
|
1760
|
+
"trackingOff": "Sekimas: išjungtas",
|
|
1761
|
+
"trackingOn": "Sekimas: įjungtas",
|
|
1762
|
+
"tryAgain": "Bandyti dar kartą",
|
|
1763
|
+
"underline": "Pabraukti",
|
|
1764
|
+
"underlineShortcut": "Pabraukti (Ctrl+U)",
|
|
1765
|
+
"undo": "Atšaukti",
|
|
1766
|
+
"undoShortcut": "Atšaukti (Ctrl+Z)",
|
|
1767
|
+
"unlockFile": "Atrakinti failą",
|
|
1768
|
+
"unlockForEditing": "Atrakinti redagavimui",
|
|
1769
|
+
"unsupportedDocxEditDescription": "Šiame DOCX yra struktūrų, kurių Folio negali saugiai perrašyti. Kad failas nesugadintumėte, atsisiųskite jį ir redaguokite programoje Word.",
|
|
1770
|
+
"unsupportedDocxEditTitle": "Redagavimas užblokuotas",
|
|
1771
|
+
"viewGroup": "Rodinys",
|
|
1772
|
+
"zoomGroup": "Mastelis"
|
|
1773
|
+
} },
|
|
1774
|
+
"lv": { "folio": {
|
|
1775
|
+
"acceptChange": "Pieņemt izmaiņu",
|
|
1776
|
+
"accessDenied": "Piekļuve liegta. Iespējams, jums nav tiesību piekļūt šim failam.",
|
|
1777
|
+
"alignCenter": "Centrēt",
|
|
1778
|
+
"alignLeft": "Līdzināt pa kreisi",
|
|
1779
|
+
"alignRight": "Līdzināt pa labi",
|
|
1780
|
+
"alignmentGroup": "Līdzinājums",
|
|
1781
|
+
"bold": "Treknraksts",
|
|
1782
|
+
"boldShortcut": "Treknraksts (Ctrl+B)",
|
|
1783
|
+
"bulletList": "Aizzīmju saraksts",
|
|
1784
|
+
"checkingDocxEditDescription": "stella vēl pārbauda, vai šo DOCX var droši rediģēt. Mēģiniet vēlreiz, kad dokuments būs pilnībā ielādēts.",
|
|
1785
|
+
"checkingDocxEditTitle": "Pārbauda dokumentu",
|
|
1786
|
+
"clearDate": "Notīrīt datumu",
|
|
1787
|
+
"clipboardReadFailed": "Neizdevās nolasīt starpliktuvi. Pārbaudiet starpliktuves atļaujas un mēģiniet vēlreiz.",
|
|
1788
|
+
"comment": "Komentārs",
|
|
1789
|
+
"comments": {
|
|
1790
|
+
"addPlaceholder": "Pievienot komentāru…",
|
|
1791
|
+
"cancel": "Atcelt",
|
|
1792
|
+
"hideAll": "Slēpt komentārus",
|
|
1793
|
+
"moreReplies": "vēl {count} atbildes",
|
|
1794
|
+
"noComments": "Vēl nav komentāru.",
|
|
1795
|
+
"reply": "Atbildēt",
|
|
1796
|
+
"replyPlaceholder": "Atbildiet vai pievienojiet citus ar @",
|
|
1797
|
+
"showAll": "Visi komentāri",
|
|
1798
|
+
"unknownAuthor": "Nezināms",
|
|
1799
|
+
"visibility": "Komentāri"
|
|
1800
|
+
},
|
|
1801
|
+
"contentControlDateAriaLabel": "Izvēlieties datumu",
|
|
1802
|
+
"contentControlDropdownAriaLabel": "Nolaižamā saraksta opcijas",
|
|
1803
|
+
"contentControlDropdownNoOptions": "Nav opciju",
|
|
1804
|
+
"copy": "Kopēt",
|
|
1805
|
+
"copyLink": "Kopēt saiti",
|
|
1806
|
+
"cut": "Izgriezt",
|
|
1807
|
+
"decreaseIndent": "Samazināt atkāpi",
|
|
1808
|
+
"delete": "Dzēst",
|
|
1809
|
+
"deleteColumn": "Dzēst kolonnu",
|
|
1810
|
+
"deleteRow": "Dzēst rindu",
|
|
1811
|
+
"deleted": "Dzēsts",
|
|
1812
|
+
"discardChanges": "Atmest",
|
|
1813
|
+
"dismiss": "Aizvērt",
|
|
1814
|
+
"displayText": "Attēlojamais teksts",
|
|
1815
|
+
"doneEditing": "Pabeigt rediģēšanu",
|
|
1816
|
+
"doubleClickFooter": "Veiciet dubultklikšķi, lai pievienotu kājeni",
|
|
1817
|
+
"doubleClickHeader": "Veiciet dubultklikšķi, lai pievienotu galveni",
|
|
1818
|
+
"editAuthRequired": "Atsvaidziniet stella un pirms dokumenta rediģēšanas pierakstieties vēlreiz.",
|
|
1819
|
+
"editDownloadFailed": "Neizdevās lejupielādēt dokumentu rediģēšanai.",
|
|
1820
|
+
"editLink": "Rediģēt saiti",
|
|
1821
|
+
"editOpenFailed": "Neizdevās atvērt dokumentu rediģēšanai.",
|
|
1822
|
+
"editOpenFailedTitle": "Neizdevās atvērt DOCX",
|
|
1823
|
+
"editPermissionDenied": "Jums nav tiesību rediģēt šo dokumentu.",
|
|
1824
|
+
"editSaveFailedTitle": "Neizdevās saglabāt DOCX",
|
|
1825
|
+
"editSessionTakenOver": "Šo rediģēšanas sesiju pārņēma citur.",
|
|
1826
|
+
"findReplace": {
|
|
1827
|
+
"close": "Aizvērt meklēšanu",
|
|
1828
|
+
"find": "Meklēt",
|
|
1829
|
+
"findAndReplace": "Meklēt un aizstāt",
|
|
1830
|
+
"findPlaceholder": "Meklēt dokumentā…",
|
|
1831
|
+
"findText": "Meklējamais teksts",
|
|
1832
|
+
"matchCase": "Reģistrjutīgs",
|
|
1833
|
+
"matchCounter": "{current} / {total}",
|
|
1834
|
+
"next": "Nākamā atbilstība",
|
|
1835
|
+
"nextShortcut": "Nākamā atbilstība (Enter)",
|
|
1836
|
+
"noResults": "Nav rezultātu",
|
|
1837
|
+
"previous": "Iepriekšējā atbilstība",
|
|
1838
|
+
"previousShortcut": "Iepriekšējā atbilstība (Shift+Enter)",
|
|
1839
|
+
"replaceAll": "Aizstāt visu",
|
|
1840
|
+
"replaceCurrent": "Aizstāt pašreizējo atbilstību",
|
|
1841
|
+
"replacePlaceholder": "Aizstājējteksts…",
|
|
1842
|
+
"replaceText": "Aizstājējteksts",
|
|
1843
|
+
"wholeWords": "Veseli vārdi"
|
|
1844
|
+
},
|
|
1845
|
+
"finishEditing": "Beigt rediģēšanu",
|
|
1846
|
+
"fontColor": "Fonta krāsa",
|
|
1847
|
+
"fontGroup": "Fonts",
|
|
1848
|
+
"fontSize": "Fonta lielums",
|
|
1849
|
+
"formatPainter": "Formāta otiņa",
|
|
1850
|
+
"formatPainterShortcut": "Formāta otiņa (Ctrl+Shift+C)",
|
|
1851
|
+
"formattingToolbar": "Formatēšanas rīkjosla",
|
|
1852
|
+
"hideDetails": "Slēpt detaļas",
|
|
1853
|
+
"historyGroup": "Vēsture",
|
|
1854
|
+
"increaseIndent": "Palielināt atkāpi",
|
|
1855
|
+
"insertColumnLeft": "Ievietot kolonnu pa kreisi",
|
|
1856
|
+
"insertColumnRight": "Ievietot kolonnu pa labi",
|
|
1857
|
+
"insertGroup": "Ievietot",
|
|
1858
|
+
"insertImage": "Ievietot attēlu",
|
|
1859
|
+
"insertPageBreak": "Ievietot lappuses pārtraukumu",
|
|
1860
|
+
"insertRowAbove": "Ievietot rindu virs",
|
|
1861
|
+
"insertRowBelow": "Ievietot rindu zem",
|
|
1862
|
+
"insertTable": "Ievietot tabulu",
|
|
1863
|
+
"insertTableOfContents": "Ievietot satura rādītāju",
|
|
1864
|
+
"inserted": "Ievietots",
|
|
1865
|
+
"italic": "Slīpraksts",
|
|
1866
|
+
"italicShortcut": "Slīpraksts (Ctrl+I)",
|
|
1867
|
+
"justify": "Izlīdzināt abās malās",
|
|
1868
|
+
"listFormatting": "Saraksta formatēšana",
|
|
1869
|
+
"listsGroup": "Saraksti",
|
|
1870
|
+
"loadingDocument": "Ielādē dokumentu…",
|
|
1871
|
+
"loadingEditor": "Ielādē redaktoru...",
|
|
1872
|
+
"lockFile": "Bloķēt failu",
|
|
1873
|
+
"markupView": {
|
|
1874
|
+
"allMarkup": "Visas atzīmes",
|
|
1875
|
+
"noMarkup": "Bez atzīmēm",
|
|
1876
|
+
"original": "Oriģināls",
|
|
1877
|
+
"simple": "Vienkāršas atzīmes"
|
|
1878
|
+
},
|
|
1879
|
+
"moreFormatting": "Papildu formatēšana",
|
|
1880
|
+
"networkError": "Tīkla kļūda. Lūdzu, pārbaudiet interneta savienojumu un mēģiniet vēlreiz.",
|
|
1881
|
+
"nextChange": "Nākamā izmaiņa",
|
|
1882
|
+
"numberedList": "Numurēts saraksts",
|
|
1883
|
+
"parseError": "Dokumentu neizdevās apstrādāt. Iespējams, tas ir bojāts vai neatbalstītā formātā.",
|
|
1884
|
+
"paste": "Ielīmēt",
|
|
1885
|
+
"pasteUnformatted": "Ielīmēt bez formatējuma",
|
|
1886
|
+
"previousChange": "Iepriekšējā izmaiņa",
|
|
1887
|
+
"printRedirect": "Lai drukātu, lejupielādējiet dokumentu un atveriet to savā tekstapstrādes programmā.",
|
|
1888
|
+
"redo": "Atkārtot",
|
|
1889
|
+
"redoShortcut": "Atkārtot (Ctrl+Y)",
|
|
1890
|
+
"rejectChange": "Noraidīt izmaiņu",
|
|
1891
|
+
"removeLink": "Noņemt saiti",
|
|
1892
|
+
"renderErrorDescription": "Renderējot šo komponentu, radās kļūda. Mēģiniet vēlreiz vai sazinieties ar atbalstu, ja problēma atkārtojas.",
|
|
1893
|
+
"ruler": {
|
|
1894
|
+
"bottomMargin": "Apakšējā mala",
|
|
1895
|
+
"firstLineIndent": "Pirmās rindas atkāpe",
|
|
1896
|
+
"horizontal": "Horizontālais lineāls",
|
|
1897
|
+
"leftIndent": "Kreisā atkāpe",
|
|
1898
|
+
"rightIndent": "Labā atkāpe",
|
|
1899
|
+
"toggle": "Lineāls",
|
|
1900
|
+
"topMargin": "Augšējā mala",
|
|
1901
|
+
"vertical": "Vertikālais lineāls"
|
|
1902
|
+
},
|
|
1903
|
+
"saveCheckpointFailedDescription": "DOCX tika izveidots lokāli, taču stella nevarēja augšupielādēt kontrolpunktu. Atstājiet redaktoru atvērtu un mēģiniet saglabāt vēlreiz.",
|
|
1904
|
+
"saveCheckpointFailedTitle": "Neizdevās augšupielādēt saglabāto",
|
|
1905
|
+
"saveEditorUnavailableDescription": "Redaktors vēl nav gatavs. Pagaidiet, līdz dokuments ir ielādēts, un tad mēģiniet saglabāt vēlreiz.",
|
|
1906
|
+
"saveEditorUnavailableTitle": "Redaktors nav gatavs",
|
|
1907
|
+
"saveSerializeFailedDescription": "Folio nevarēja no pašreizējās rediģēšanas izveidot drošu DOCX failu. Jūsu sesija joprojām ir atvērta.",
|
|
1908
|
+
"saveSerializeFailedTitle": "Neizdevās izveidot DOCX",
|
|
1909
|
+
"savingDocument": "Saglabā...",
|
|
1910
|
+
"selectAll": "Atlasīt visus",
|
|
1911
|
+
"showDetails": "Rādīt detaļas",
|
|
1912
|
+
"somethingWentWrong": "Kaut kas nogāja greizi",
|
|
1913
|
+
"synced": "Sinhronizēts",
|
|
1914
|
+
"syncing": "Sinhronizē",
|
|
1915
|
+
"tableBordersAll": "Visas apmales",
|
|
1916
|
+
"tableBordersNone": "Bez apmalēm",
|
|
1917
|
+
"textDirection": "Teksta virziens",
|
|
1918
|
+
"textEditingMenu": "Teksta rediģēšanas izvēlne",
|
|
1919
|
+
"textFormattingGroup": "Teksta formatēšana",
|
|
1920
|
+
"toggleTrackChanges": "Pārslēgt izmaiņu izsekošanu",
|
|
1921
|
+
"trackingOff": "Izsekošana: izslēgta",
|
|
1922
|
+
"trackingOn": "Izsekošana: ieslēgta",
|
|
1923
|
+
"tryAgain": "Mēģināt vēlreiz",
|
|
1924
|
+
"underline": "Pasvītrojums",
|
|
1925
|
+
"underlineShortcut": "Pasvītrojums (Ctrl+U)",
|
|
1926
|
+
"undo": "Atsaukt",
|
|
1927
|
+
"undoShortcut": "Atsaukt (Ctrl+Z)",
|
|
1928
|
+
"unlockFile": "Atbloķēt failu",
|
|
1929
|
+
"unlockForEditing": "Atbloķēt rediģēšanai",
|
|
1930
|
+
"unsupportedDocxEditDescription": "Šajā DOCX failā ir struktūras, ko Folio nevar droši pārrakstīt. Lai nesabojātu failu, lejupielādējiet to un rediģējiet programmā Word.",
|
|
1931
|
+
"unsupportedDocxEditTitle": "Rediģēšana bloķēta",
|
|
1932
|
+
"viewGroup": "Skats",
|
|
1933
|
+
"zoomGroup": "Tālummaiņa"
|
|
1934
|
+
} },
|
|
1935
|
+
"pl": { "folio": {
|
|
1936
|
+
"acceptChange": "Przyjmij zmianę",
|
|
1937
|
+
"accessDenied": "Brak dostępu. Możliwe, że nie masz uprawnień do tego pliku.",
|
|
1938
|
+
"alignCenter": "Wyśrodkuj",
|
|
1939
|
+
"alignLeft": "Wyrównaj do lewej",
|
|
1940
|
+
"alignRight": "Wyrównaj do prawej",
|
|
1941
|
+
"alignmentGroup": "Wyrównanie",
|
|
1942
|
+
"bold": "Pogrubienie",
|
|
1943
|
+
"boldShortcut": "Pogrubienie (Ctrl+B)",
|
|
1944
|
+
"bulletList": "Lista punktowana",
|
|
1945
|
+
"checkingDocxEditDescription": "stella nadal sprawdza, czy ten DOCX można bezpiecznie edytować. Spróbuj ponownie, gdy dokument się załaduje.",
|
|
1946
|
+
"checkingDocxEditTitle": "Sprawdzanie dokumentu",
|
|
1947
|
+
"clearDate": "Wyczyść datę",
|
|
1948
|
+
"clipboardReadFailed": "Nie udało się odczytać schowka. Sprawdź uprawnienia do schowka i spróbuj ponownie.",
|
|
1949
|
+
"comment": "Komentarz",
|
|
1950
|
+
"comments": {
|
|
1951
|
+
"addPlaceholder": "Dodaj komentarz...",
|
|
1952
|
+
"cancel": "Anuluj",
|
|
1953
|
+
"hideAll": "Ukryj komentarze",
|
|
1954
|
+
"moreReplies": "{count} więcej odpowiedzi",
|
|
1955
|
+
"noComments": "Brak komentarzy.",
|
|
1956
|
+
"reply": "Odpowiedz",
|
|
1957
|
+
"replyPlaceholder": "Odpowiedz lub dodaj inne osoby przez @",
|
|
1958
|
+
"showAll": "Wszystkie komentarze",
|
|
1959
|
+
"unknownAuthor": "Nieznany",
|
|
1960
|
+
"visibility": "Komentarze"
|
|
1961
|
+
},
|
|
1962
|
+
"contentControlDateAriaLabel": "Wybierz datę",
|
|
1963
|
+
"contentControlDropdownAriaLabel": "Opcje listy rozwijanej",
|
|
1964
|
+
"contentControlDropdownNoOptions": "Brak opcji",
|
|
1965
|
+
"copy": "Kopiuj",
|
|
1966
|
+
"copyLink": "Kopiuj link",
|
|
1967
|
+
"cut": "Wytnij",
|
|
1968
|
+
"decreaseIndent": "Zmniejsz wcięcie",
|
|
1969
|
+
"delete": "Usuń",
|
|
1970
|
+
"deleteColumn": "Usuń kolumnę",
|
|
1971
|
+
"deleteRow": "Usuń wiersz",
|
|
1972
|
+
"deleted": "Usunięto",
|
|
1973
|
+
"discardChanges": "Odrzuć",
|
|
1974
|
+
"dismiss": "Odrzuć",
|
|
1975
|
+
"displayText": "Tekst wyświetlany",
|
|
1976
|
+
"doneEditing": "Zakończ edycję",
|
|
1977
|
+
"doubleClickFooter": "Kliknij dwukrotnie, aby dodać stopkę",
|
|
1978
|
+
"doubleClickHeader": "Kliknij dwukrotnie, aby dodać nagłówek",
|
|
1979
|
+
"editAuthRequired": "Odśwież Stellę i zaloguj się ponownie przed edycją tego dokumentu.",
|
|
1980
|
+
"editDownloadFailed": "Nie udało się pobrać dokumentu do edycji.",
|
|
1981
|
+
"editLink": "Edytuj link",
|
|
1982
|
+
"editOpenFailed": "Nie udało się otworzyć dokumentu do edycji.",
|
|
1983
|
+
"editOpenFailedTitle": "Nie udało się otworzyć pliku DOCX",
|
|
1984
|
+
"editPermissionDenied": "Nie masz uprawnień do edycji tego dokumentu.",
|
|
1985
|
+
"editSaveFailedTitle": "Nie udało się zapisać pliku DOCX",
|
|
1986
|
+
"editSessionTakenOver": "Ta sesja edycji została przejęta gdzie indziej.",
|
|
1987
|
+
"findReplace": {
|
|
1988
|
+
"close": "Zamknij wyszukiwanie",
|
|
1989
|
+
"find": "Znajdź",
|
|
1990
|
+
"findAndReplace": "Znajdź i zamień",
|
|
1991
|
+
"findPlaceholder": "Szukaj w dokumencie...",
|
|
1992
|
+
"findText": "Szukany tekst",
|
|
1993
|
+
"matchCase": "Uwzględnij wielkość liter",
|
|
1994
|
+
"matchCounter": "{current} / {total}",
|
|
1995
|
+
"next": "Następne wystąpienie",
|
|
1996
|
+
"nextShortcut": "Następne wystąpienie (Enter)",
|
|
1997
|
+
"noResults": "Brak wyników",
|
|
1998
|
+
"previous": "Poprzednie wystąpienie",
|
|
1999
|
+
"previousShortcut": "Poprzednie wystąpienie (Shift+Enter)",
|
|
2000
|
+
"replaceAll": "Zamień wszystko",
|
|
2001
|
+
"replaceCurrent": "Zamień bieżące wystąpienie",
|
|
2002
|
+
"replacePlaceholder": "Tekst zamienny...",
|
|
2003
|
+
"replaceText": "Tekst zamienny",
|
|
2004
|
+
"wholeWords": "Całe słowa"
|
|
2005
|
+
},
|
|
2006
|
+
"finishEditing": "Zakończ edycję",
|
|
2007
|
+
"fontColor": "Kolor czcionki",
|
|
2008
|
+
"fontGroup": "Czcionka",
|
|
2009
|
+
"fontSize": "Rozmiar czcionki",
|
|
2010
|
+
"formatPainter": "Malarz formatów",
|
|
2011
|
+
"formatPainterShortcut": "Malarz formatów (Ctrl+Shift+C)",
|
|
2012
|
+
"formattingToolbar": "Pasek formatowania",
|
|
2013
|
+
"hideDetails": "Ukryj szczegóły",
|
|
2014
|
+
"historyGroup": "Historia",
|
|
2015
|
+
"increaseIndent": "Zwiększ wcięcie",
|
|
2016
|
+
"insertColumnLeft": "Wstaw kolumnę z lewej",
|
|
2017
|
+
"insertColumnRight": "Wstaw kolumnę z prawej",
|
|
2018
|
+
"insertGroup": "Wstaw",
|
|
2019
|
+
"insertImage": "Wstaw obraz",
|
|
2020
|
+
"insertPageBreak": "Wstaw podział strony",
|
|
2021
|
+
"insertRowAbove": "Wstaw wiersz powyżej",
|
|
2022
|
+
"insertRowBelow": "Wstaw wiersz poniżej",
|
|
2023
|
+
"insertTable": "Wstaw tabelę",
|
|
2024
|
+
"insertTableOfContents": "Wstaw spis treści",
|
|
2025
|
+
"inserted": "Wstawiono",
|
|
2026
|
+
"italic": "Kursywa",
|
|
2027
|
+
"italicShortcut": "Kursywa (Ctrl+I)",
|
|
2028
|
+
"justify": "Wyjustuj",
|
|
2029
|
+
"listFormatting": "Formatowanie listy",
|
|
2030
|
+
"listsGroup": "Listy",
|
|
2031
|
+
"loadingDocument": "Ładowanie dokumentu...",
|
|
2032
|
+
"loadingEditor": "Ładowanie edytora...",
|
|
2033
|
+
"lockFile": "Zablokuj plik",
|
|
2034
|
+
"markupView": {
|
|
2035
|
+
"allMarkup": "Cała adiustacja",
|
|
2036
|
+
"noMarkup": "Bez adiustacji",
|
|
2037
|
+
"original": "Oryginał",
|
|
2038
|
+
"simple": "Prosta adiustacja"
|
|
2039
|
+
},
|
|
2040
|
+
"moreFormatting": "Więcej formatowania",
|
|
2041
|
+
"networkError": "Błąd sieci. Sprawdź połączenie z internetem i spróbuj ponownie.",
|
|
2042
|
+
"nextChange": "Następna zmiana",
|
|
2043
|
+
"numberedList": "Lista numerowana",
|
|
2044
|
+
"parseError": "Nie udało się przetworzyć dokumentu. Może być uszkodzony lub w nieobsługiwanym formacie.",
|
|
2045
|
+
"paste": "Wklej",
|
|
2046
|
+
"pasteUnformatted": "Wklej bez formatowania",
|
|
2047
|
+
"previousChange": "Poprzednia zmiana",
|
|
2048
|
+
"printRedirect": "Aby wydrukować, pobierz dokument i otwórz go w edytorze tekstu.",
|
|
2049
|
+
"redo": "Ponów",
|
|
2050
|
+
"redoShortcut": "Ponów (Ctrl+Y)",
|
|
2051
|
+
"rejectChange": "Odrzuć zmianę",
|
|
2052
|
+
"removeLink": "Usuń link",
|
|
2053
|
+
"renderErrorDescription": "Wystąpił błąd podczas renderowania tego komponentu. Spróbuj ponownie albo skontaktuj się z pomocą techniczną, jeśli problem będzie się powtarzał.",
|
|
2054
|
+
"ruler": {
|
|
2055
|
+
"bottomMargin": "Margines dolny",
|
|
2056
|
+
"firstLineIndent": "Wcięcie pierwszego wiersza",
|
|
2057
|
+
"horizontal": "Linijka pozioma",
|
|
2058
|
+
"leftIndent": "Wcięcie z lewej",
|
|
2059
|
+
"rightIndent": "Wcięcie z prawej",
|
|
2060
|
+
"toggle": "Linijka",
|
|
2061
|
+
"topMargin": "Margines górny",
|
|
2062
|
+
"vertical": "Linijka pionowa"
|
|
2063
|
+
},
|
|
2064
|
+
"saveCheckpointFailedDescription": "Plik DOCX został utworzony lokalnie, ale stella nie mogła przesłać punktu kontrolnego. Pozostaw edytor otwarty i spróbuj zapisać ponownie.",
|
|
2065
|
+
"saveCheckpointFailedTitle": "Nie udało się przesłać zapisu",
|
|
2066
|
+
"saveEditorUnavailableDescription": "Edytor nie jest jeszcze gotowy. Poczekaj, aż dokument zakończy ładowanie, a następnie spróbuj zapisać ponownie.",
|
|
2067
|
+
"saveEditorUnavailableTitle": "Edytor nie jest gotowy",
|
|
2068
|
+
"saveSerializeFailedDescription": "Folio nie mogło utworzyć bezpiecznego pliku DOCX z bieżącej edycji. Twoja sesja jest nadal otwarta.",
|
|
2069
|
+
"saveSerializeFailedTitle": "Nie udało się utworzyć pliku DOCX",
|
|
2070
|
+
"savingDocument": "Zapisywanie...",
|
|
2071
|
+
"selectAll": "Zaznacz wszystkie",
|
|
2072
|
+
"showDetails": "Pokaż szczegóły",
|
|
2073
|
+
"somethingWentWrong": "Coś poszło nie tak",
|
|
2074
|
+
"synced": "Zsynchronizowano",
|
|
2075
|
+
"syncing": "Synchronizowanie",
|
|
2076
|
+
"tableBordersAll": "Wszystkie krawędzie",
|
|
2077
|
+
"tableBordersNone": "Bez krawędzi",
|
|
2078
|
+
"textDirection": "Kierunek tekstu",
|
|
2079
|
+
"textEditingMenu": "Menu edycji tekstu",
|
|
2080
|
+
"textFormattingGroup": "Formatowanie tekstu",
|
|
2081
|
+
"toggleTrackChanges": "Włącz/wyłącz śledzenie zmian",
|
|
2082
|
+
"trackingOff": "Śledzenie: wyłączone",
|
|
2083
|
+
"trackingOn": "Śledzenie: włączone",
|
|
2084
|
+
"tryAgain": "Spróbuj ponownie",
|
|
2085
|
+
"underline": "Podkreślenie",
|
|
2086
|
+
"underlineShortcut": "Podkreślenie (Ctrl+U)",
|
|
2087
|
+
"undo": "Cofnij",
|
|
2088
|
+
"undoShortcut": "Cofnij (Ctrl+Z)",
|
|
2089
|
+
"unlockFile": "Odblokuj plik",
|
|
2090
|
+
"unlockForEditing": "Odblokuj, aby edytować",
|
|
2091
|
+
"unsupportedDocxEditDescription": "Ten plik DOCX zawiera struktury, których Folio nie może bezpiecznie przepisać. Aby nie uszkodzić pliku, pobierz go i edytuj w programie Word.",
|
|
2092
|
+
"unsupportedDocxEditTitle": "Edycja zablokowana",
|
|
2093
|
+
"viewGroup": "Widok",
|
|
2094
|
+
"zoomGroup": "Powiększenie"
|
|
2095
|
+
} },
|
|
2096
|
+
"pt-BR": { "folio": {
|
|
2097
|
+
"acceptChange": "Aceitar alteração",
|
|
2098
|
+
"accessDenied": "Acesso negado. Você pode não ter permissão para acessar este arquivo.",
|
|
2099
|
+
"alignCenter": "Centro",
|
|
2100
|
+
"alignLeft": "Alinhar à esquerda",
|
|
2101
|
+
"alignRight": "Alinhar à direita",
|
|
2102
|
+
"alignmentGroup": "Alinhamento",
|
|
2103
|
+
"bold": "Negrito",
|
|
2104
|
+
"boldShortcut": "Negrito (Ctrl+B)",
|
|
2105
|
+
"bulletList": "Lista com marcadores",
|
|
2106
|
+
"checkingDocxEditDescription": "stella ainda está verificando se este DOCX pode ser editado com segurança. Tente novamente quando o documento terminar de carregar.",
|
|
2107
|
+
"checkingDocxEditTitle": "Verificando documento",
|
|
2108
|
+
"clearDate": "Limpar data",
|
|
2109
|
+
"clipboardReadFailed": "Não foi possível ler a área de transferência. Verifique as permissões da área de transferência e tente novamente.",
|
|
2110
|
+
"comment": "Comentário",
|
|
2111
|
+
"comments": {
|
|
2112
|
+
"addPlaceholder": "Adicione um comentário...",
|
|
2113
|
+
"cancel": "Cancelar",
|
|
2114
|
+
"hideAll": "Ocultar comentários",
|
|
2115
|
+
"moreReplies": "{count} mais respostas",
|
|
2116
|
+
"noComments": "Nenhum comentário ainda.",
|
|
2117
|
+
"reply": "Responder",
|
|
2118
|
+
"replyPlaceholder": "Responda ou adicione outras pessoas com @",
|
|
2119
|
+
"showAll": "Todos os comentários",
|
|
2120
|
+
"unknownAuthor": "Desconhecido",
|
|
2121
|
+
"visibility": "Comentários"
|
|
2122
|
+
},
|
|
2123
|
+
"contentControlDateAriaLabel": "Escolher uma data",
|
|
2124
|
+
"contentControlDropdownAriaLabel": "Opções da lista suspensa",
|
|
2125
|
+
"contentControlDropdownNoOptions": "Nenhuma opção",
|
|
2126
|
+
"copy": "Copiar",
|
|
2127
|
+
"copyLink": "Copiar link",
|
|
2128
|
+
"cut": "Cortar",
|
|
2129
|
+
"decreaseIndent": "Diminuir recuo",
|
|
2130
|
+
"delete": "Excluir",
|
|
2131
|
+
"deleteColumn": "Excluir coluna",
|
|
2132
|
+
"deleteRow": "Excluir linha",
|
|
2133
|
+
"deleted": "Excluído",
|
|
2134
|
+
"discardChanges": "Descartar",
|
|
2135
|
+
"dismiss": "Fechar",
|
|
2136
|
+
"displayText": "Exibir texto",
|
|
2137
|
+
"doneEditing": "Edição concluída",
|
|
2138
|
+
"doubleClickFooter": "Clique duas vezes para adicionar rodapé",
|
|
2139
|
+
"doubleClickHeader": "Clique duas vezes para adicionar cabeçalho",
|
|
2140
|
+
"editAuthRequired": "Atualize stella e faça login novamente antes de editar este documento.",
|
|
2141
|
+
"editDownloadFailed": "Não foi possível fazer download do documento para edição.",
|
|
2142
|
+
"editLink": "Editar link",
|
|
2143
|
+
"editOpenFailed": "Não foi possível abrir o documento para edição.",
|
|
2144
|
+
"editOpenFailedTitle": "Não foi possível abrir DOCX",
|
|
2145
|
+
"editPermissionDenied": "Você não tem permissão para editar este documento.",
|
|
2146
|
+
"editSaveFailedTitle": "Não foi possível salvar DOCX",
|
|
2147
|
+
"editSessionTakenOver": "Esta sessão de edição foi assumida em outro lugar.",
|
|
2148
|
+
"findReplace": {
|
|
2149
|
+
"close": "Fechar pesquisa",
|
|
2150
|
+
"find": "Localizar",
|
|
2151
|
+
"findAndReplace": "Localizar e substituir",
|
|
2152
|
+
"findPlaceholder": "Pesquisar documento...",
|
|
2153
|
+
"findText": "Encontrar texto",
|
|
2154
|
+
"matchCase": "Diferenciar maiúsculas/minúsculas",
|
|
2155
|
+
"matchCounter": "{current} / {total}",
|
|
2156
|
+
"next": "Próxima ocorrência",
|
|
2157
|
+
"nextShortcut": "Próxima ocorrência (Enter)",
|
|
2158
|
+
"noResults": "Nenhum resultado",
|
|
2159
|
+
"previous": "Ocorrência anterior",
|
|
2160
|
+
"previousShortcut": "Ocorrência anterior (Shift+Enter)",
|
|
2161
|
+
"replaceAll": "Substituir tudo",
|
|
2162
|
+
"replaceCurrent": "Substituir correspondência atual",
|
|
2163
|
+
"replacePlaceholder": "Texto de substituição...",
|
|
2164
|
+
"replaceText": "Texto de substituição",
|
|
2165
|
+
"wholeWords": "Palavras inteiras"
|
|
2166
|
+
},
|
|
2167
|
+
"finishEditing": "Concluir a edição",
|
|
2168
|
+
"fontColor": "Cor da fonte",
|
|
2169
|
+
"fontGroup": "Fonte",
|
|
2170
|
+
"fontSize": "Tamanho da fonte",
|
|
2171
|
+
"formatPainter": "Pincel de Formatação",
|
|
2172
|
+
"formatPainterShortcut": "Pincel de Formatação (Ctrl+Shift+C)",
|
|
2173
|
+
"formattingToolbar": "Barra de ferramentas de formatação",
|
|
2174
|
+
"hideDetails": "Ocultar detalhes",
|
|
2175
|
+
"historyGroup": "Histórico",
|
|
2176
|
+
"increaseIndent": "Aumentar recuo",
|
|
2177
|
+
"insertColumnLeft": "Inserir coluna à esquerda",
|
|
2178
|
+
"insertColumnRight": "Inserir coluna à direita",
|
|
2179
|
+
"insertGroup": "Inserir",
|
|
2180
|
+
"insertImage": "Inserir imagem",
|
|
2181
|
+
"insertPageBreak": "Inserir quebra de página",
|
|
2182
|
+
"insertRowAbove": "Inserir linha acima",
|
|
2183
|
+
"insertRowBelow": "Inserir linha abaixo",
|
|
2184
|
+
"insertTable": "Inserir tabela",
|
|
2185
|
+
"insertTableOfContents": "Inserir sumário",
|
|
2186
|
+
"inserted": "Inserido",
|
|
2187
|
+
"italic": "Itálico",
|
|
2188
|
+
"italicShortcut": "Itálico (Ctrl+I)",
|
|
2189
|
+
"justify": "Justificar",
|
|
2190
|
+
"listFormatting": "Formatação de lista",
|
|
2191
|
+
"listsGroup": "Listas",
|
|
2192
|
+
"loadingDocument": "Carregando documento...",
|
|
2193
|
+
"loadingEditor": "Carregando editor...",
|
|
2194
|
+
"lockFile": "Bloquear arquivo",
|
|
2195
|
+
"markupView": {
|
|
2196
|
+
"allMarkup": "Toda Marcação",
|
|
2197
|
+
"noMarkup": "Nenhuma Marcação",
|
|
2198
|
+
"original": "Versão original",
|
|
2199
|
+
"simple": "Marcação Simples"
|
|
2200
|
+
},
|
|
2201
|
+
"moreFormatting": "Mais formatação",
|
|
2202
|
+
"networkError": "Erro de rede. Verifique sua conexão com a Internet e tente novamente.",
|
|
2203
|
+
"nextChange": "Próxima alteração",
|
|
2204
|
+
"numberedList": "Lista numerada",
|
|
2205
|
+
"parseError": "O documento não pôde ser analisado. Ele pode estar corrompido ou em um formato não compatível.",
|
|
2206
|
+
"paste": "Colar",
|
|
2207
|
+
"pasteUnformatted": "Colar sem formatar",
|
|
2208
|
+
"previousChange": "Alteração anterior",
|
|
2209
|
+
"printRedirect": "Para imprimir, baixe o documento e abra-o no seu processador de texto.",
|
|
2210
|
+
"redo": "Refazer",
|
|
2211
|
+
"redoShortcut": "Refazer (Ctrl+Y)",
|
|
2212
|
+
"rejectChange": "Rejeitar alteração",
|
|
2213
|
+
"removeLink": "Remover link",
|
|
2214
|
+
"renderErrorDescription": "Ocorreu um erro ao renderizar este componente. Tente novamente ou entre em contato com o suporte se o problema persistir.",
|
|
2215
|
+
"ruler": {
|
|
2216
|
+
"bottomMargin": "Margem inferior",
|
|
2217
|
+
"firstLineIndent": "Recuo da primeira linha",
|
|
2218
|
+
"horizontal": "Régua horizontal",
|
|
2219
|
+
"leftIndent": "Recuo à esquerda",
|
|
2220
|
+
"rightIndent": "Recuo à direita",
|
|
2221
|
+
"toggle": "Régua",
|
|
2222
|
+
"topMargin": "Margem superior",
|
|
2223
|
+
"vertical": "Régua vertical"
|
|
2224
|
+
},
|
|
2225
|
+
"saveCheckpointFailedDescription": "O DOCX foi criado localmente, mas stella não conseguiu fazer upload do checkpoint. Mantenha o editor aberto e tente salvar novamente.",
|
|
2226
|
+
"saveCheckpointFailedTitle": "Não foi possível fazer upload do salvamento",
|
|
2227
|
+
"saveEditorUnavailableDescription": "O editor ainda não está pronto. Aguarde o documento terminar de carregar e tente salvar novamente.",
|
|
2228
|
+
"saveEditorUnavailableTitle": "Editor não está pronto",
|
|
2229
|
+
"saveSerializeFailedDescription": "O Folio não conseguiu produzir um arquivo DOCX seguro a partir da edição atual. Sua sessão ainda está aberta.",
|
|
2230
|
+
"saveSerializeFailedTitle": "Não foi possível criar DOCX",
|
|
2231
|
+
"savingDocument": "Salvando...",
|
|
2232
|
+
"selectAll": "Selecionar tudo",
|
|
2233
|
+
"showDetails": "Mostrar detalhes",
|
|
2234
|
+
"somethingWentWrong": "Algo deu errado",
|
|
2235
|
+
"synced": "Sincronizado",
|
|
2236
|
+
"syncing": "Sincronizando",
|
|
2237
|
+
"tableBordersAll": "Todas as bordas",
|
|
2238
|
+
"tableBordersNone": "Sem bordas",
|
|
2239
|
+
"textDirection": "Direção do texto",
|
|
2240
|
+
"textEditingMenu": "Menu de edição de texto",
|
|
2241
|
+
"textFormattingGroup": "Formatação de texto",
|
|
2242
|
+
"toggleTrackChanges": "Alternar controle de alterações",
|
|
2243
|
+
"trackingOff": "Controle: desativado",
|
|
2244
|
+
"trackingOn": "Controle: ativado",
|
|
2245
|
+
"tryAgain": "Tente novamente",
|
|
2246
|
+
"underline": "Sublinhado",
|
|
2247
|
+
"underlineShortcut": "Sublinhado (Ctrl+U)",
|
|
2248
|
+
"undo": "Desfazer",
|
|
2249
|
+
"undoShortcut": "Desfazer (Ctrl+Z)",
|
|
2250
|
+
"unlockFile": "Desbloquear arquivo",
|
|
2251
|
+
"unlockForEditing": "Desbloquear para editar",
|
|
2252
|
+
"unsupportedDocxEditDescription": "Este DOCX contém estruturas que o Folio não pode reescrever com segurança. Para evitar corromper o arquivo, baixe-o e edite-o no Word.",
|
|
2253
|
+
"unsupportedDocxEditTitle": "Edição bloqueada",
|
|
2254
|
+
"viewGroup": "Exibir",
|
|
2255
|
+
"zoomGroup": "Nível de zoom"
|
|
2256
|
+
} },
|
|
2257
|
+
"sk": { "folio": {
|
|
2258
|
+
"acceptChange": "Prijať zmenu",
|
|
2259
|
+
"accessDenied": "Prístup zamietnutý. Nemáte oprávnenie k tomuto súboru.",
|
|
2260
|
+
"alignCenter": "Na stred",
|
|
2261
|
+
"alignLeft": "Zarovnať doľava",
|
|
2262
|
+
"alignRight": "Zarovnať doprava",
|
|
2263
|
+
"alignmentGroup": "Zarovnanie",
|
|
2264
|
+
"bold": "Tučné",
|
|
2265
|
+
"boldShortcut": "Tučné (Ctrl+B)",
|
|
2266
|
+
"bulletList": "Odrážkový zoznam",
|
|
2267
|
+
"checkingDocxEditDescription": "stella ešte kontroluje, či možno tento DOCX bezpečne upravovať. Skúste to znova, keď sa dokument načíta.",
|
|
2268
|
+
"checkingDocxEditTitle": "Kontrola dokumentu",
|
|
2269
|
+
"clearDate": "Vymazať dátum",
|
|
2270
|
+
"clipboardReadFailed": "Nepodarilo sa prečítať schránku. Skontrolujte povolenia schránky a skúste to znova.",
|
|
2271
|
+
"comment": "Komentár",
|
|
2272
|
+
"comments": {
|
|
2273
|
+
"addPlaceholder": "Pridať komentár...",
|
|
2274
|
+
"cancel": "Zrušiť",
|
|
2275
|
+
"hideAll": "Skryť komentáre",
|
|
2276
|
+
"moreReplies": "{count} ďalších odpovedí",
|
|
2277
|
+
"noComments": "Zatiaľ žiadne komentáre.",
|
|
2278
|
+
"reply": "Odpovedať",
|
|
2279
|
+
"replyPlaceholder": "Odpovedať alebo pridať ďalších pomocou @",
|
|
2280
|
+
"showAll": "Všetky komentáre",
|
|
2281
|
+
"unknownAuthor": "Neznámy",
|
|
2282
|
+
"visibility": "Komentáre"
|
|
2283
|
+
},
|
|
2284
|
+
"contentControlDateAriaLabel": "Vyberte dátum",
|
|
2285
|
+
"contentControlDropdownAriaLabel": "Možnosti rozbaľovacieho zoznamu",
|
|
2286
|
+
"contentControlDropdownNoOptions": "Žiadne možnosti",
|
|
2287
|
+
"copy": "Kopírovať",
|
|
2288
|
+
"copyLink": "Kopírovať odkaz",
|
|
2289
|
+
"cut": "Vystrihnúť",
|
|
2290
|
+
"decreaseIndent": "Zmenšiť odsadenie",
|
|
2291
|
+
"delete": "Vymazať",
|
|
2292
|
+
"deleteColumn": "Vymazať stĺpec",
|
|
2293
|
+
"deleteRow": "Vymazať riadok",
|
|
2294
|
+
"deleted": "Odstránené",
|
|
2295
|
+
"discardChanges": "Zahodiť",
|
|
2296
|
+
"dismiss": "Zavrieť",
|
|
2297
|
+
"displayText": "Zobrazený text",
|
|
2298
|
+
"doneEditing": "Dokončiť úpravy",
|
|
2299
|
+
"doubleClickFooter": "Dvojklikom pridáte pätu",
|
|
2300
|
+
"doubleClickHeader": "Dvojklikom pridáte hlavičku",
|
|
2301
|
+
"editAuthRequired": "Pred úpravou dokumentu obnovte Stellu a znova sa prihláste.",
|
|
2302
|
+
"editDownloadFailed": "Dokument sa nepodarilo stiahnuť na úpravy.",
|
|
2303
|
+
"editLink": "Upraviť odkaz",
|
|
2304
|
+
"editOpenFailed": "Dokument sa nepodarilo otvoriť na úpravy.",
|
|
2305
|
+
"editOpenFailedTitle": "DOCX sa nepodarilo otvoriť",
|
|
2306
|
+
"editPermissionDenied": "Nemáte oprávnenie upravovať tento dokument.",
|
|
2307
|
+
"editSaveFailedTitle": "DOCX sa nepodarilo uložiť",
|
|
2308
|
+
"editSessionTakenOver": "Túto reláciu úprav prevzalo iné okno.",
|
|
2309
|
+
"findReplace": {
|
|
2310
|
+
"close": "Zavrieť hľadanie",
|
|
2311
|
+
"find": "Nájsť",
|
|
2312
|
+
"findAndReplace": "Nájsť a nahradiť",
|
|
2313
|
+
"findPlaceholder": "Hľadať v dokumente...",
|
|
2314
|
+
"findText": "Hľadaný text",
|
|
2315
|
+
"matchCase": "Rozlišovať veľkosť",
|
|
2316
|
+
"matchCounter": "{current} / {total}",
|
|
2317
|
+
"next": "Ďalší výskyt",
|
|
2318
|
+
"nextShortcut": "Ďalší výskyt (Enter)",
|
|
2319
|
+
"noResults": "Žiadne výsledky",
|
|
2320
|
+
"previous": "Predchádzajúci výskyt",
|
|
2321
|
+
"previousShortcut": "Predchádzajúci výskyt (Shift+Enter)",
|
|
2322
|
+
"replaceAll": "Nahradiť všetko",
|
|
2323
|
+
"replaceCurrent": "Nahradiť aktuálny výskyt",
|
|
2324
|
+
"replacePlaceholder": "Text náhrady...",
|
|
2325
|
+
"replaceText": "Text náhrady",
|
|
2326
|
+
"wholeWords": "Celé slová"
|
|
2327
|
+
},
|
|
2328
|
+
"finishEditing": "Ukončiť úpravy",
|
|
2329
|
+
"fontColor": "Farba písma",
|
|
2330
|
+
"fontGroup": "Písmo",
|
|
2331
|
+
"fontSize": "Veľkosť písma",
|
|
2332
|
+
"formatPainter": "Kopírovať formát",
|
|
2333
|
+
"formatPainterShortcut": "Kopírovať formát (Ctrl+Shift+C)",
|
|
2334
|
+
"formattingToolbar": "Panel formátovania",
|
|
2335
|
+
"hideDetails": "Skryť detaily",
|
|
2336
|
+
"historyGroup": "História",
|
|
2337
|
+
"increaseIndent": "Zväčšiť odsadenie",
|
|
2338
|
+
"insertColumnLeft": "Vložiť stĺpec vľavo",
|
|
2339
|
+
"insertColumnRight": "Vložiť stĺpec vpravo",
|
|
2340
|
+
"insertGroup": "Vložiť",
|
|
2341
|
+
"insertImage": "Vložiť obrázok",
|
|
2342
|
+
"insertPageBreak": "Vložiť zalomenie strany",
|
|
2343
|
+
"insertRowAbove": "Vložiť riadok nad",
|
|
2344
|
+
"insertRowBelow": "Vložiť riadok pod",
|
|
2345
|
+
"insertTable": "Vložiť tabuľku",
|
|
2346
|
+
"insertTableOfContents": "Vložiť obsah",
|
|
2347
|
+
"inserted": "Vložené",
|
|
2348
|
+
"italic": "Kurzíva",
|
|
2349
|
+
"italicShortcut": "Kurzíva (Ctrl+I)",
|
|
2350
|
+
"justify": "Zarovnať do bloku",
|
|
2351
|
+
"listFormatting": "Formátovanie zoznamu",
|
|
2352
|
+
"listsGroup": "Zoznamy",
|
|
2353
|
+
"loadingDocument": "Načitávanie dokumentu...",
|
|
2354
|
+
"loadingEditor": "Načítava sa editor...",
|
|
2355
|
+
"lockFile": "Zamknúť súbor",
|
|
2356
|
+
"markupView": {
|
|
2357
|
+
"allMarkup": "Všetky revízie",
|
|
2358
|
+
"noMarkup": "Bez revízií",
|
|
2359
|
+
"original": "Pôvodný",
|
|
2360
|
+
"simple": "Jednoduché revízie"
|
|
2361
|
+
},
|
|
2362
|
+
"moreFormatting": "Ďalšie formátovanie",
|
|
2363
|
+
"networkError": "Chyba siete. Skontrolujte internetové pripojenie a skúste znova.",
|
|
2364
|
+
"nextChange": "Ďalšia zmena",
|
|
2365
|
+
"numberedList": "Číslovaný zoznam",
|
|
2366
|
+
"parseError": "Dokument sa nepodarilo spracovať. Môže byť poškodený alebo v nepodporovanom formáte.",
|
|
2367
|
+
"paste": "Vložiť",
|
|
2368
|
+
"pasteUnformatted": "Vložiť bez formátovania",
|
|
2369
|
+
"previousChange": "Predchádzajúca zmena",
|
|
2370
|
+
"printRedirect": "Pre tlač stiahnite dokument a otvorte ho vo svojom textovom editore.",
|
|
2371
|
+
"redo": "Znovu",
|
|
2372
|
+
"redoShortcut": "Znovu (Ctrl+Y)",
|
|
2373
|
+
"rejectChange": "Odmietnuť zmenu",
|
|
2374
|
+
"removeLink": "Odstrániť odkaz",
|
|
2375
|
+
"renderErrorDescription": "Pri vykresľovaní tejto komponenty došlo k chybe. Skúste to znova alebo kontaktujte podporu, ak problém pretrváva.",
|
|
2376
|
+
"ruler": {
|
|
2377
|
+
"bottomMargin": "Dolný okraj",
|
|
2378
|
+
"firstLineIndent": "Odsadenie prvého riadka",
|
|
2379
|
+
"horizontal": "Vodorovné pravítko",
|
|
2380
|
+
"leftIndent": "Odsadenie zľava",
|
|
2381
|
+
"rightIndent": "Odsadenie sprava",
|
|
2382
|
+
"toggle": "Pravítko",
|
|
2383
|
+
"topMargin": "Horný okraj",
|
|
2384
|
+
"vertical": "Zvislé pravítko"
|
|
2385
|
+
},
|
|
2386
|
+
"saveCheckpointFailedDescription": "DOCX bol vytvorený lokálne, ale Stelle sa nepodarilo nahrať kontrolný bod. Nechajte editor otvorený a skúste uložiť znova.",
|
|
2387
|
+
"saveCheckpointFailedTitle": "Uloženie sa nepodarilo nahrať",
|
|
2388
|
+
"saveEditorUnavailableDescription": "Editor ešte nie je pripravený. Počkajte, kým sa dokument načíta, a skúste uložiť znova.",
|
|
2389
|
+
"saveEditorUnavailableTitle": "Editor nie je pripravený",
|
|
2390
|
+
"saveSerializeFailedDescription": "Folio nedokázalo z aktuálnej úpravy bezpečne vytvoriť DOCX. Relácia ostáva otvorená.",
|
|
2391
|
+
"saveSerializeFailedTitle": "Nepodarilo sa vytvoriť DOCX",
|
|
2392
|
+
"savingDocument": "Ukladá sa...",
|
|
2393
|
+
"selectAll": "Vybrať všetko",
|
|
2394
|
+
"showDetails": "Zobraziť detaily",
|
|
2395
|
+
"somethingWentWrong": "Niečo sa pokazilo",
|
|
2396
|
+
"synced": "Synchronizované",
|
|
2397
|
+
"syncing": "Synchronizuje sa",
|
|
2398
|
+
"tableBordersAll": "Všetky orámovania",
|
|
2399
|
+
"tableBordersNone": "Bez orámovania",
|
|
2400
|
+
"textDirection": "Smer textu",
|
|
2401
|
+
"textEditingMenu": "Menu úprav textu",
|
|
2402
|
+
"textFormattingGroup": "Formátovanie textu",
|
|
2403
|
+
"toggleTrackChanges": "Prepnúť sledovanie zmien",
|
|
2404
|
+
"trackingOff": "Sledovanie: vypnuté",
|
|
2405
|
+
"trackingOn": "Sledovanie: zapnuté",
|
|
2406
|
+
"tryAgain": "Skúsiť znova",
|
|
2407
|
+
"underline": "Podčiarknuté",
|
|
2408
|
+
"underlineShortcut": "Podčiarknuté (Ctrl+U)",
|
|
2409
|
+
"undo": "Späť",
|
|
2410
|
+
"undoShortcut": "Späť (Ctrl+Z)",
|
|
2411
|
+
"unlockFile": "Odomknúť súbor",
|
|
2412
|
+
"unlockForEditing": "Odomknúť pre úpravy",
|
|
2413
|
+
"unsupportedDocxEditDescription": "Tento DOCX obsahuje štruktúry, ktoré Folio nedokáže bezpečne prepísať. Aby sa súbor nepoškodil, stiahnite ho a upravte vo Worde.",
|
|
2414
|
+
"unsupportedDocxEditTitle": "Úpravy zablokované",
|
|
2415
|
+
"viewGroup": "Zobraziť",
|
|
2416
|
+
"zoomGroup": "Priblíženie"
|
|
2417
|
+
} },
|
|
2418
|
+
"tr": { "folio": {
|
|
2419
|
+
"acceptChange": "Accept Change",
|
|
2420
|
+
"accessDenied": "Access denied. You may not have permission to access this file.",
|
|
2421
|
+
"alignCenter": "Ortala",
|
|
2422
|
+
"alignLeft": "Sola hizala",
|
|
2423
|
+
"alignRight": "Sağa hizala",
|
|
2424
|
+
"alignmentGroup": "Hizalama",
|
|
2425
|
+
"bold": "Kalın",
|
|
2426
|
+
"boldShortcut": "Kalın (Ctrl+B)",
|
|
2427
|
+
"bulletList": "Madde işaretli liste",
|
|
2428
|
+
"checkingDocxEditDescription": "stella is still checking whether this DOCX can be edited safely. Try again when the document finishes loading.",
|
|
2429
|
+
"checkingDocxEditTitle": "Checking document",
|
|
2430
|
+
"clearDate": "Clear date",
|
|
2431
|
+
"clipboardReadFailed": "Couldn't read the clipboard. Check clipboard permissions and try again.",
|
|
2432
|
+
"comment": "Yorum",
|
|
2433
|
+
"comments": {
|
|
2434
|
+
"addPlaceholder": "Yorum ekle...",
|
|
2435
|
+
"cancel": "İptal",
|
|
2436
|
+
"hideAll": "Hide comments",
|
|
2437
|
+
"moreReplies": "{count} more replies",
|
|
2438
|
+
"noComments": "No comments yet.",
|
|
2439
|
+
"reply": "Yanıtla",
|
|
2440
|
+
"replyPlaceholder": "Yanıtla veya @ ile başkalarını ekle",
|
|
2441
|
+
"showAll": "All comments",
|
|
2442
|
+
"unknownAuthor": "Bilinmiyor",
|
|
2443
|
+
"visibility": "Comments"
|
|
2444
|
+
},
|
|
2445
|
+
"contentControlDateAriaLabel": "Pick a date",
|
|
2446
|
+
"contentControlDropdownAriaLabel": "Dropdown options",
|
|
2447
|
+
"contentControlDropdownNoOptions": "No options",
|
|
2448
|
+
"copy": "Kopyala",
|
|
2449
|
+
"copyLink": "Bağlantıyı kopyala",
|
|
2450
|
+
"cut": "Kes",
|
|
2451
|
+
"decreaseIndent": "Girintiyi azalt",
|
|
2452
|
+
"delete": "Sil",
|
|
2453
|
+
"deleteColumn": "Sütunu sil",
|
|
2454
|
+
"deleteRow": "Satırı sil",
|
|
2455
|
+
"deleted": "Silindi",
|
|
2456
|
+
"discardChanges": "Discard",
|
|
2457
|
+
"dismiss": "Kapat",
|
|
2458
|
+
"displayText": "Görüntülenen metin",
|
|
2459
|
+
"doneEditing": "Done editing",
|
|
2460
|
+
"doubleClickFooter": "Double-click to add footer",
|
|
2461
|
+
"doubleClickHeader": "Double-click to add header",
|
|
2462
|
+
"editAuthRequired": "Refresh stella and sign in again before editing this document.",
|
|
2463
|
+
"editDownloadFailed": "The document could not be downloaded for editing.",
|
|
2464
|
+
"editLink": "Bağlantıyı düzenle",
|
|
2465
|
+
"editOpenFailed": "The document could not be opened for editing.",
|
|
2466
|
+
"editOpenFailedTitle": "Could not open DOCX",
|
|
2467
|
+
"editPermissionDenied": "You do not have permission to edit this document.",
|
|
2468
|
+
"editSaveFailedTitle": "Could not save DOCX",
|
|
2469
|
+
"editSessionTakenOver": "Another tab, window, or device opened this document for editing, so this session was released. Unsaved local changes are preserved — reopen the doc to continue.",
|
|
2470
|
+
"findReplace": {
|
|
2471
|
+
"close": "Close search",
|
|
2472
|
+
"find": "Bul",
|
|
2473
|
+
"findAndReplace": "Find and replace",
|
|
2474
|
+
"findPlaceholder": "Search document...",
|
|
2475
|
+
"findText": "Metin ara",
|
|
2476
|
+
"matchCase": "Büyük/küçük harf eşleştir",
|
|
2477
|
+
"matchCounter": "{current} / {total}",
|
|
2478
|
+
"next": "Next match",
|
|
2479
|
+
"nextShortcut": "Next match (Enter)",
|
|
2480
|
+
"noResults": "No results",
|
|
2481
|
+
"previous": "Previous match",
|
|
2482
|
+
"previousShortcut": "Previous match (Shift+Enter)",
|
|
2483
|
+
"replaceAll": "Replace all",
|
|
2484
|
+
"replaceCurrent": "Mevcut eşleşmeyi değiştir",
|
|
2485
|
+
"replacePlaceholder": "Replacement text...",
|
|
2486
|
+
"replaceText": "Replacement text",
|
|
2487
|
+
"wholeWords": "Tam sözcük"
|
|
2488
|
+
},
|
|
2489
|
+
"finishEditing": "Finish editing",
|
|
2490
|
+
"fontColor": "Font color",
|
|
2491
|
+
"fontGroup": "Yazı tipi",
|
|
2492
|
+
"fontSize": "Yazı tipi boyutu",
|
|
2493
|
+
"formatPainter": "Format Painter",
|
|
2494
|
+
"formatPainterShortcut": "Format Painter (Ctrl+Shift+C)",
|
|
2495
|
+
"formattingToolbar": "Biçimlendirme araç çubuğu",
|
|
2496
|
+
"hideDetails": "Ayrıntıları gizle",
|
|
2497
|
+
"historyGroup": "Geçmiş",
|
|
2498
|
+
"increaseIndent": "Girintiyi artır",
|
|
2499
|
+
"insertColumnLeft": "Sola sütun ekle",
|
|
2500
|
+
"insertColumnRight": "Sağa sütun ekle",
|
|
2501
|
+
"insertGroup": "Ekle",
|
|
2502
|
+
"insertImage": "Görsel ekle",
|
|
2503
|
+
"insertPageBreak": "Sayfa sonu ekle",
|
|
2504
|
+
"insertRowAbove": "Üste satır ekle",
|
|
2505
|
+
"insertRowBelow": "Alta satır ekle",
|
|
2506
|
+
"insertTable": "Tablo ekle",
|
|
2507
|
+
"insertTableOfContents": "İçindekiler tablosu ekle",
|
|
2508
|
+
"inserted": "Inserted",
|
|
2509
|
+
"italic": "Eğik",
|
|
2510
|
+
"italicShortcut": "Eğik (Ctrl+I)",
|
|
2511
|
+
"justify": "İki yana yasla",
|
|
2512
|
+
"listFormatting": "Liste biçimlendirme",
|
|
2513
|
+
"listsGroup": "Lists",
|
|
2514
|
+
"loadingDocument": "Belge yükleniyor...",
|
|
2515
|
+
"loadingEditor": "Loading editor...",
|
|
2516
|
+
"lockFile": "Lock file",
|
|
2517
|
+
"markupView": {
|
|
2518
|
+
"allMarkup": "All Markup",
|
|
2519
|
+
"noMarkup": "No Markup",
|
|
2520
|
+
"original": "Original",
|
|
2521
|
+
"simple": "Simple Markup"
|
|
2522
|
+
},
|
|
2523
|
+
"moreFormatting": "More formatting",
|
|
2524
|
+
"networkError": "Network error. Please check your internet connection and try again.",
|
|
2525
|
+
"nextChange": "Next Change",
|
|
2526
|
+
"numberedList": "Numaralı liste",
|
|
2527
|
+
"parseError": "The document could not be parsed. It may be corrupted or in an unsupported format.",
|
|
2528
|
+
"paste": "Yapıştır",
|
|
2529
|
+
"pasteUnformatted": "Biçimlendirmeden yapıştır",
|
|
2530
|
+
"previousChange": "Previous Change",
|
|
2531
|
+
"printRedirect": "To print, download the document and open it in your word processor.",
|
|
2532
|
+
"redo": "Yinele",
|
|
2533
|
+
"redoShortcut": "Yinele (Ctrl+Y)",
|
|
2534
|
+
"rejectChange": "Reject Change",
|
|
2535
|
+
"removeLink": "Bağlantıyı kaldır",
|
|
2536
|
+
"renderErrorDescription": "Something went wrong showing this part of the document. Reload the page — if it keeps happening, let us know.",
|
|
2537
|
+
"ruler": {
|
|
2538
|
+
"bottomMargin": "Alt kenar boşluğu",
|
|
2539
|
+
"firstLineIndent": "İlk satır girintisi",
|
|
2540
|
+
"horizontal": "Yatay cetvel",
|
|
2541
|
+
"leftIndent": "Sol girinti",
|
|
2542
|
+
"rightIndent": "Sağ girinti",
|
|
2543
|
+
"toggle": "Ruler",
|
|
2544
|
+
"topMargin": "Üst kenar boşluğu",
|
|
2545
|
+
"vertical": "Dikey cetvel"
|
|
2546
|
+
},
|
|
2547
|
+
"saveCheckpointFailedDescription": "The DOCX was created locally, but stella could not upload the checkpoint. Keep the editor open and try saving again.",
|
|
2548
|
+
"saveCheckpointFailedTitle": "Could not upload save",
|
|
2549
|
+
"saveEditorUnavailableDescription": "The editor is not ready yet. Wait for the document to finish loading, then try saving again.",
|
|
2550
|
+
"saveEditorUnavailableTitle": "Editor not ready",
|
|
2551
|
+
"saveSerializeFailedDescription": "Folio could not produce a safe DOCX file from the current edit. Your session is still open.",
|
|
2552
|
+
"saveSerializeFailedTitle": "Could not create DOCX",
|
|
2553
|
+
"savingDocument": "Saving...",
|
|
2554
|
+
"selectAll": "Select all",
|
|
2555
|
+
"showDetails": "Ayrıntıları göster",
|
|
2556
|
+
"somethingWentWrong": "Bir şeyler ters gitti",
|
|
2557
|
+
"synced": "Synced",
|
|
2558
|
+
"syncing": "Syncing",
|
|
2559
|
+
"tableBordersAll": "Tüm kenarlıklar",
|
|
2560
|
+
"tableBordersNone": "Kenarlık yok",
|
|
2561
|
+
"textDirection": "Metin yönü",
|
|
2562
|
+
"textEditingMenu": "Metin düzenleme menüsü",
|
|
2563
|
+
"textFormattingGroup": "Metin biçimlendirme",
|
|
2564
|
+
"toggleTrackChanges": "Toggle Track Changes",
|
|
2565
|
+
"trackingOff": "Tracking: Off",
|
|
2566
|
+
"trackingOn": "Tracking: On",
|
|
2567
|
+
"tryAgain": "Tekrar dene",
|
|
2568
|
+
"underline": "Altı çizili",
|
|
2569
|
+
"underlineShortcut": "Altı çizili (Ctrl+U)",
|
|
2570
|
+
"undo": "Geri al",
|
|
2571
|
+
"undoShortcut": "Geri al (Ctrl+Z)",
|
|
2572
|
+
"unlockFile": "Unlock file",
|
|
2573
|
+
"unlockForEditing": "Unlock to edit",
|
|
2574
|
+
"unsupportedDocxEditDescription": "This DOCX contains structures Folio cannot safely rewrite. To avoid corrupting the file, download it and edit it in Word.",
|
|
2575
|
+
"unsupportedDocxEditTitle": "Editing blocked",
|
|
2576
|
+
"viewGroup": "Görünüm",
|
|
2577
|
+
"zoomGroup": "Yakınlaştırma"
|
|
2578
|
+
} },
|
|
2579
|
+
"zh-CN": { "folio": {
|
|
2580
|
+
"acceptChange": "Accept Change",
|
|
2581
|
+
"accessDenied": "Access denied. You may not have permission to access this file.",
|
|
2582
|
+
"alignCenter": "居中",
|
|
2583
|
+
"alignLeft": "左对齐",
|
|
2584
|
+
"alignRight": "右对齐",
|
|
2585
|
+
"alignmentGroup": "对齐",
|
|
2586
|
+
"bold": "加粗",
|
|
2587
|
+
"boldShortcut": "加粗(Ctrl+B)",
|
|
2588
|
+
"bulletList": "项目符号",
|
|
2589
|
+
"checkingDocxEditDescription": "stella is still checking whether this DOCX can be edited safely. Try again when the document finishes loading.",
|
|
2590
|
+
"checkingDocxEditTitle": "Checking document",
|
|
2591
|
+
"clearDate": "Clear date",
|
|
2592
|
+
"clipboardReadFailed": "Couldn't read the clipboard. Check clipboard permissions and try again.",
|
|
2593
|
+
"comment": "批注",
|
|
2594
|
+
"comments": {
|
|
2595
|
+
"addPlaceholder": "添加批注",
|
|
2596
|
+
"cancel": "取消",
|
|
2597
|
+
"hideAll": "Hide comments",
|
|
2598
|
+
"moreReplies": "{count} more replies",
|
|
2599
|
+
"noComments": "No comments yet.",
|
|
2600
|
+
"reply": "回复",
|
|
2601
|
+
"replyPlaceholder": "回复或使用 @ 提及他人...",
|
|
2602
|
+
"showAll": "All comments",
|
|
2603
|
+
"unknownAuthor": "未知",
|
|
2604
|
+
"visibility": "Comments"
|
|
2605
|
+
},
|
|
2606
|
+
"contentControlDateAriaLabel": "Pick a date",
|
|
2607
|
+
"contentControlDropdownAriaLabel": "Dropdown options",
|
|
2608
|
+
"contentControlDropdownNoOptions": "No options",
|
|
2609
|
+
"copy": "复制",
|
|
2610
|
+
"copyLink": "复制链接",
|
|
2611
|
+
"cut": "剪切",
|
|
2612
|
+
"decreaseIndent": "减少缩进",
|
|
2613
|
+
"delete": "删除",
|
|
2614
|
+
"deleteColumn": "删除列",
|
|
2615
|
+
"deleteRow": "删除行",
|
|
2616
|
+
"deleted": "删除",
|
|
2617
|
+
"discardChanges": "Discard",
|
|
2618
|
+
"dismiss": "忽略",
|
|
2619
|
+
"displayText": "显示文本",
|
|
2620
|
+
"doneEditing": "Done editing",
|
|
2621
|
+
"doubleClickFooter": "Double-click to add footer",
|
|
2622
|
+
"doubleClickHeader": "Double-click to add header",
|
|
2623
|
+
"editAuthRequired": "Refresh stella and sign in again before editing this document.",
|
|
2624
|
+
"editDownloadFailed": "The document could not be downloaded for editing.",
|
|
2625
|
+
"editLink": "编辑链接",
|
|
2626
|
+
"editOpenFailed": "The document could not be opened for editing.",
|
|
2627
|
+
"editOpenFailedTitle": "Could not open DOCX",
|
|
2628
|
+
"editPermissionDenied": "You do not have permission to edit this document.",
|
|
2629
|
+
"editSaveFailedTitle": "Could not save DOCX",
|
|
2630
|
+
"editSessionTakenOver": "Another tab, window, or device opened this document for editing, so this session was released. Unsaved local changes are preserved — reopen the doc to continue.",
|
|
2631
|
+
"findReplace": {
|
|
2632
|
+
"close": "Close search",
|
|
2633
|
+
"find": "查找",
|
|
2634
|
+
"findAndReplace": "Find and replace",
|
|
2635
|
+
"findPlaceholder": "Search document...",
|
|
2636
|
+
"findText": "查找文本",
|
|
2637
|
+
"matchCase": "区分大小写",
|
|
2638
|
+
"matchCounter": "{current} / {total}",
|
|
2639
|
+
"next": "Next match",
|
|
2640
|
+
"nextShortcut": "Next match (Enter)",
|
|
2641
|
+
"noResults": "No results",
|
|
2642
|
+
"previous": "Previous match",
|
|
2643
|
+
"previousShortcut": "Previous match (Shift+Enter)",
|
|
2644
|
+
"replaceAll": "Replace all",
|
|
2645
|
+
"replaceCurrent": "替换当前匹配项",
|
|
2646
|
+
"replacePlaceholder": "Replacement text...",
|
|
2647
|
+
"replaceText": "Replacement text",
|
|
2648
|
+
"wholeWords": "全字匹配"
|
|
2649
|
+
},
|
|
2650
|
+
"finishEditing": "Finish editing",
|
|
2651
|
+
"fontColor": "Font color",
|
|
2652
|
+
"fontGroup": "字体",
|
|
2653
|
+
"fontSize": "字号",
|
|
2654
|
+
"formatPainter": "Format Painter",
|
|
2655
|
+
"formatPainterShortcut": "Format Painter (Ctrl+Shift+C)",
|
|
2656
|
+
"formattingToolbar": "格式工具栏",
|
|
2657
|
+
"hideDetails": "隐藏详情",
|
|
2658
|
+
"historyGroup": "历史记录",
|
|
2659
|
+
"increaseIndent": "增加缩进",
|
|
2660
|
+
"insertColumnLeft": "在左侧插入列",
|
|
2661
|
+
"insertColumnRight": "在右侧插入列",
|
|
2662
|
+
"insertGroup": "插入",
|
|
2663
|
+
"insertImage": "插入图片",
|
|
2664
|
+
"insertPageBreak": "插入分页符",
|
|
2665
|
+
"insertRowAbove": "在上方插入行",
|
|
2666
|
+
"insertRowBelow": "在下方插入行",
|
|
2667
|
+
"insertTable": "插入表格",
|
|
2668
|
+
"insertTableOfContents": "插入目录",
|
|
2669
|
+
"inserted": "Inserted",
|
|
2670
|
+
"italic": "倾斜",
|
|
2671
|
+
"italicShortcut": "倾斜(Ctrl+I)",
|
|
2672
|
+
"justify": "两端对齐",
|
|
2673
|
+
"listFormatting": "列表格式",
|
|
2674
|
+
"listsGroup": "Lists",
|
|
2675
|
+
"loadingDocument": "正在加载文档...",
|
|
2676
|
+
"loadingEditor": "Loading editor...",
|
|
2677
|
+
"lockFile": "Lock file",
|
|
2678
|
+
"markupView": {
|
|
2679
|
+
"allMarkup": "All Markup",
|
|
2680
|
+
"noMarkup": "No Markup",
|
|
2681
|
+
"original": "Original",
|
|
2682
|
+
"simple": "Simple Markup"
|
|
2683
|
+
},
|
|
2684
|
+
"moreFormatting": "More formatting",
|
|
2685
|
+
"networkError": "Network error. Please check your internet connection and try again.",
|
|
2686
|
+
"nextChange": "Next Change",
|
|
2687
|
+
"numberedList": "编号",
|
|
2688
|
+
"parseError": "The document could not be parsed. It may be corrupted or in an unsupported format.",
|
|
2689
|
+
"paste": "粘贴",
|
|
2690
|
+
"pasteUnformatted": "粘贴为纯文本,不保留任何格式",
|
|
2691
|
+
"previousChange": "Previous Change",
|
|
2692
|
+
"printRedirect": "To print, download the document and open it in your word processor.",
|
|
2693
|
+
"redo": "恢复",
|
|
2694
|
+
"redoShortcut": "恢复(Ctrl+Y)",
|
|
2695
|
+
"rejectChange": "Reject Change",
|
|
2696
|
+
"removeLink": "删除链接",
|
|
2697
|
+
"renderErrorDescription": "Something went wrong showing this part of the document. Reload the page — if it keeps happening, let us know.",
|
|
2698
|
+
"ruler": {
|
|
2699
|
+
"bottomMargin": "下边距",
|
|
2700
|
+
"firstLineIndent": "首行缩进",
|
|
2701
|
+
"horizontal": "水平标尺",
|
|
2702
|
+
"leftIndent": "左缩进",
|
|
2703
|
+
"rightIndent": "右缩进",
|
|
2704
|
+
"toggle": "Ruler",
|
|
2705
|
+
"topMargin": "上边距",
|
|
2706
|
+
"vertical": "垂直标尺"
|
|
2707
|
+
},
|
|
2708
|
+
"saveCheckpointFailedDescription": "The DOCX was created locally, but stella could not upload the checkpoint. Keep the editor open and try saving again.",
|
|
2709
|
+
"saveCheckpointFailedTitle": "Could not upload save",
|
|
2710
|
+
"saveEditorUnavailableDescription": "The editor is not ready yet. Wait for the document to finish loading, then try saving again.",
|
|
2711
|
+
"saveEditorUnavailableTitle": "Editor not ready",
|
|
2712
|
+
"saveSerializeFailedDescription": "Folio could not produce a safe DOCX file from the current edit. Your session is still open.",
|
|
2713
|
+
"saveSerializeFailedTitle": "Could not create DOCX",
|
|
2714
|
+
"savingDocument": "Saving...",
|
|
2715
|
+
"selectAll": "Select all",
|
|
2716
|
+
"showDetails": "显示详情",
|
|
2717
|
+
"somethingWentWrong": "发生错误",
|
|
2718
|
+
"synced": "Synced",
|
|
2719
|
+
"syncing": "Syncing",
|
|
2720
|
+
"tableBordersAll": "所有框线",
|
|
2721
|
+
"tableBordersNone": "无框线",
|
|
2722
|
+
"textDirection": "文本方向",
|
|
2723
|
+
"textEditingMenu": "文本编辑菜单",
|
|
2724
|
+
"textFormattingGroup": "文本格式",
|
|
2725
|
+
"toggleTrackChanges": "Toggle Track Changes",
|
|
2726
|
+
"trackingOff": "Tracking: Off",
|
|
2727
|
+
"trackingOn": "Tracking: On",
|
|
2728
|
+
"tryAgain": "请重试",
|
|
2729
|
+
"underline": "下划线",
|
|
2730
|
+
"underlineShortcut": "下划线(Ctrl+U)",
|
|
2731
|
+
"undo": "撤销",
|
|
2732
|
+
"undoShortcut": "撤销(Ctrl+Z)",
|
|
2733
|
+
"unlockFile": "Unlock file",
|
|
2734
|
+
"unlockForEditing": "Unlock to edit",
|
|
2735
|
+
"unsupportedDocxEditDescription": "This DOCX contains structures Folio cannot safely rewrite. To avoid corrupting the file, download it and edit it in Word.",
|
|
2736
|
+
"unsupportedDocxEditTitle": "Editing blocked",
|
|
2737
|
+
"viewGroup": "视图",
|
|
2738
|
+
"zoomGroup": "缩放"
|
|
2739
|
+
} }
|
|
2740
|
+
};
|
|
2741
|
+
//#endregion
|
|
2742
|
+
export { CATALOGS };
|