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