@baseline-ui/translations 0.16.0 → 0.18.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/index.d.mts +22 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
declare type Messages = {
|
|
2
|
+
action: string;
|
|
2
3
|
addLink: string;
|
|
3
4
|
addSignature: string;
|
|
5
|
+
anonymous: string;
|
|
4
6
|
backgroundColor: string;
|
|
5
7
|
black: string;
|
|
6
8
|
blue: string;
|
|
@@ -11,29 +13,47 @@ declare type Messages = {
|
|
|
11
13
|
clearSignature: string;
|
|
12
14
|
close: string;
|
|
13
15
|
color: string;
|
|
16
|
+
comment: string;
|
|
17
|
+
commentAction: string;
|
|
18
|
+
commentEditorLabel: string;
|
|
19
|
+
commentOptions: string;
|
|
20
|
+
comments: string;
|
|
21
|
+
commentsCount: string;
|
|
22
|
+
commentThread: string;
|
|
14
23
|
copy: string;
|
|
15
24
|
createStamp: string;
|
|
16
25
|
customStamp: string;
|
|
26
|
+
cut: string;
|
|
17
27
|
darkBlue: string;
|
|
18
28
|
date: string;
|
|
19
29
|
delete: string;
|
|
30
|
+
deleteComment: string;
|
|
31
|
+
deleteCommentConfirmMessage: string;
|
|
20
32
|
done: string;
|
|
21
33
|
draw: string;
|
|
34
|
+
edit: string;
|
|
22
35
|
editLink: string;
|
|
23
36
|
fontColor: string;
|
|
24
37
|
fonts: string;
|
|
38
|
+
help: string;
|
|
25
39
|
image: string;
|
|
26
40
|
italic: string;
|
|
27
41
|
linkAnnotation: string;
|
|
28
42
|
loading: string;
|
|
43
|
+
nMoreComments: string;
|
|
44
|
+
openHelpDialog: string;
|
|
45
|
+
paste: string;
|
|
29
46
|
pause: string;
|
|
30
47
|
play: string;
|
|
31
48
|
preview: string;
|
|
32
49
|
readMore: string;
|
|
50
|
+
redo: string;
|
|
33
51
|
removeLink: string;
|
|
34
52
|
save: string;
|
|
35
53
|
saveSignature: string;
|
|
54
|
+
selectAll: string;
|
|
36
55
|
selectDragImage: string;
|
|
56
|
+
shortcut: string;
|
|
37
57
|
showMore: string;
|
|
38
58
|
signature: string;
|
|
39
59
|
signatures: string;
|
|
@@ -42,9 +62,11 @@ declare type Messages = {
|
|
|
42
62
|
stampText: string;
|
|
43
63
|
storeSignature: string;
|
|
44
64
|
time: string;
|
|
65
|
+
toolbarFocus: string;
|
|
45
66
|
type: string;
|
|
46
67
|
typeSomething: string;
|
|
47
68
|
underline: string;
|
|
69
|
+
undo: string;
|
|
48
70
|
useAnExistingStampDesign: string;
|
|
49
71
|
viewMoreResults: string;
|
|
50
72
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
declare type Messages = {
|
|
2
|
+
action: string;
|
|
2
3
|
addLink: string;
|
|
3
4
|
addSignature: string;
|
|
5
|
+
anonymous: string;
|
|
4
6
|
backgroundColor: string;
|
|
5
7
|
black: string;
|
|
6
8
|
blue: string;
|
|
@@ -11,29 +13,47 @@ declare type Messages = {
|
|
|
11
13
|
clearSignature: string;
|
|
12
14
|
close: string;
|
|
13
15
|
color: string;
|
|
16
|
+
comment: string;
|
|
17
|
+
commentAction: string;
|
|
18
|
+
commentEditorLabel: string;
|
|
19
|
+
commentOptions: string;
|
|
20
|
+
comments: string;
|
|
21
|
+
commentsCount: string;
|
|
22
|
+
commentThread: string;
|
|
14
23
|
copy: string;
|
|
15
24
|
createStamp: string;
|
|
16
25
|
customStamp: string;
|
|
26
|
+
cut: string;
|
|
17
27
|
darkBlue: string;
|
|
18
28
|
date: string;
|
|
19
29
|
delete: string;
|
|
30
|
+
deleteComment: string;
|
|
31
|
+
deleteCommentConfirmMessage: string;
|
|
20
32
|
done: string;
|
|
21
33
|
draw: string;
|
|
34
|
+
edit: string;
|
|
22
35
|
editLink: string;
|
|
23
36
|
fontColor: string;
|
|
24
37
|
fonts: string;
|
|
38
|
+
help: string;
|
|
25
39
|
image: string;
|
|
26
40
|
italic: string;
|
|
27
41
|
linkAnnotation: string;
|
|
28
42
|
loading: string;
|
|
43
|
+
nMoreComments: string;
|
|
44
|
+
openHelpDialog: string;
|
|
45
|
+
paste: string;
|
|
29
46
|
pause: string;
|
|
30
47
|
play: string;
|
|
31
48
|
preview: string;
|
|
32
49
|
readMore: string;
|
|
50
|
+
redo: string;
|
|
33
51
|
removeLink: string;
|
|
34
52
|
save: string;
|
|
35
53
|
saveSignature: string;
|
|
54
|
+
selectAll: string;
|
|
36
55
|
selectDragImage: string;
|
|
56
|
+
shortcut: string;
|
|
37
57
|
showMore: string;
|
|
38
58
|
signature: string;
|
|
39
59
|
signatures: string;
|
|
@@ -42,9 +62,11 @@ declare type Messages = {
|
|
|
42
62
|
stampText: string;
|
|
43
63
|
storeSignature: string;
|
|
44
64
|
time: string;
|
|
65
|
+
toolbarFocus: string;
|
|
45
66
|
type: string;
|
|
46
67
|
typeSomething: string;
|
|
47
68
|
underline: string;
|
|
69
|
+
undo: string;
|
|
48
70
|
useAnExistingStampDesign: string;
|
|
49
71
|
viewMoreResults: string;
|
|
50
72
|
};
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var utils = require('@baseline-ui/utils');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
// import-glob:/home/runner/work/baseline-ui/baseline-ui/packages/translations/src/intl/*.json
|
|
17
|
-
var __default = { ar: { addLink: "\u0625\u0636\u0627\u0641\u0629 \u0631\u0627\u0628\u0637", addSignature: "\u0625\u0636\u0627\u0641\u0629 \u062A\u0648\u0642\u064A\u0639", backgroundColor: "\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629", black: "\u0623\u0633\u0648\u062F", blue: "\u0623\u0632\u0631\u0642", bold: "\u0639\u0631\u064A\u0636", cancel: "\u0625\u0644\u063A\u0627\u0621", chat: "Chat", chooseColor: "\u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0644\u0648\u0646", clearSignature: "\u0645\u0633\u062D \u0627\u0644\u062A\u0648\u0642\u064A\u0639", close: "\u0625\u063A\u0644\u0627\u0642", color: "\u0627\u0644\u0644\u0648\u0646", copy: "\u0646\u0633\u062E", createStamp: "\u0625\u0646\u0634\u0627\u0621 \u062E\u062A\u0645", customStamp: "\u062E\u062A\u0645 \u0645\u062E\u0635\u0635", darkBlue: "\u0623\u0632\u0631\u0642 \u062F\u0627\u0643\u0646", date: "\u0627\u0644\u062A\u0627\u0631\u064A\u062E", delete: "\u062D\u0630\u0641", done: "\u062A\u0645", draw: "\u0631\u0633\u0645", editLink: "\u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0631\u0627\u0628\u0637", fontColor: "\u0644\u0648\u0646 \u0627\u0644\u062E\u0637", fonts: "\u0627\u0644\u062E\u0637\u0648\u0637", image: "\u0635\u0648\u0631\u0629", italic: "\u0645\u0627\u0626\u0644", linkAnnotation: "\u0631\u0627\u0628\u0637", loading: "\u062A\u062D\u0645\u064A\u0644", pause: "\u0625\u064A\u0642\u0627\u0641 \u0645\u0624\u0642\u062A", play: "\u062A\u0634\u063A\u064A\u0644", preview: "\u0645\u0639\u0627\u064A\u0646\u0629", readMore: "Read More", removeLink: "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0631\u0627\u0628\u0637", save: "\u062D\u0641\u0638", saveSignature: "\u062D\u0641\u0638 \u0627\u0644\u062A\u0648\u0642\u0639", selectDragImage: "\u062A\u062D\u062F\u064A\u062F \u0635\u0648\u0631\u0629 \u0623\u0648 \u0633\u062D\u0628\u0647\u0627", showMore: "\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F", signature: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639", signatures: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639\u0627\u062A", signHere: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639 \u0647\u0646\u0627", stampAnnotationTemplatesDialog: "\u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u062A\u0639\u0644\u064A\u0642 \u0627\u0644\u062A\u0648\u0636\u064A\u062D\u064A \u0644\u0644\u0623\u062E\u062A\u0627\u0645", stampText: "\u0646\u0635 \u0627\u0644\u062E\u062A\u0645", storeSignature: "\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0648\u0642\u064A\u0639", time: "\u0627\u0644\u062A\u0648\u0642\u064A\u062A", type: "\u0643\u062A\u0627\u0628\u0629", typeSomething: "Type something...", underline: "\u0645\u064F\u0633\u0637\u0651\u0631", useAnExistingStampDesign: "\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0635\u0645\u064A\u0645 \u0637\u0627\u0628\u0639 \u0645\u0648\u062C\u0648\u062F", viewMoreResults: "View More Results" }, cs: { addLink: "P\u0159idat odkaz", addSignature: "P\u0159idat podpis", backgroundColor: "Barva pozad\xED", black: "\u010Cern\xE1", blue: "Modr\xE1", bold: "Tu\u010Dn\xE9 p\xEDsmo", cancel: "Zru\u0161it", chat: "Chat", chooseColor: "Zvolte barvu", clearSignature: "Smazat podpis", close: "Zav\u0159\xEDt", color: "Barva", copy: "Kop\xEDrovat", createStamp: "Vytvo\u0159it raz\xEDtko", customStamp: "Vlastn\xED raz\xEDtko", darkBlue: "Tmav\u011B modr\xE1", date: "Datum", delete: "Smazat", done: "Hotovo", draw: "Kreslit", editLink: "Upravit odkaz", fontColor: "Barva p\xEDsma", fonts: "P\xEDsma", image: "Obr\xE1zek", italic: "Kurz\xEDva", linkAnnotation: "Odkaz", loading: "Na\u010D\xEDt\xE1n\xED", pause: "Pozastavit", play: "P\u0159ehr\xE1t", preview: "Uk\xE1zka", readMore: "Read More", removeLink: "Odstranit odkaz", save: "Ulo\u017Eit", saveSignature: "Ulo\u017Eit podpis", selectDragImage: "Vyberte nebo p\u0159et\xE1hn\u011Bte obr\xE1zek", showMore: "Zobrazit v\xEDce", signature: "Podpis", signatures: "Podpisy", signHere: "Podepi\u0161te zde", stampAnnotationTemplatesDialog: "\u0160ablony anotac\xED raz\xEDtka", stampText: "Text raz\xEDtka", storeSignature: "Ulo\u017Eit podpis", time: "\u010Cas", type: "Ps\xE1t", typeSomething: "Type something...", underline: "Podtr\u017Eeno", useAnExistingStampDesign: "Pou\u017E\xEDt st\xE1vaj\xEDc\xED n\xE1vrh raz\xEDtka", viewMoreResults: "View More Results" }, cy: { addLink: "Ychwanegu Dolen", addSignature: "Ychwanegu Llofnod", backgroundColor: "Lliw'r Cefndir", black: "Du", blue: "Glas", bold: "Trwm", cancel: "Canslo", chat: "Chat", chooseColor: "Dewiswch Liw", clearSignature: "Clirio'r Llofnod", close: "Cau", color: "Lliw", copy: "Cop\xEFo", createStamp: "Creu Stamp", customStamp: "Stamp Personol", darkBlue: "Glas Tywyll", date: "Dyddiad", delete: "Dileu", done: "Wedi Gorffen", draw: "\xC2 llaw", editLink: "Golygu Dolen", fontColor: "Lliw'r Ffont", fonts: "Ffontiau", image: "Delwedd", italic: "Italig", linkAnnotation: "Dolen", loading: "Wrthi'n Llwytho", pause: "Rhewi", play: "Chwarae", preview: "Rhagolwg", readMore: "Read More", removeLink: "Tynnu Dolen", save: "Cadw", saveSignature: "Cadw\u2019r Llofnod", selectDragImage: "Dewiswch neu Lusgwch Ddelwedd", showMore: "Dangos mwy", signature: "Llofnod", signatures: "Llofnodion", signHere: "Llofnodwch Yma", stampAnnotationTemplatesDialog: "Stampio Templedi Anodi", stampText: "Testun y Stamp", storeSignature: "Storio'r Llofnod", time: "Amser", type: "Teipio", typeSomething: "Type something...", underline: "Wedi tanlinellu", useAnExistingStampDesign: "Defnyddio dyluniad stamp cyfredol", viewMoreResults: "View More Results" }, da: { addLink: "Tilf\xF8j henvisning", addSignature: "Tilf\xF8j signatur", backgroundColor: "Baggrundsfarve", black: "Sort", blue: "Bl\xE5", bold: "Fed", cancel: "Annuller", chat: "Chat", chooseColor: "V\xE6lg farve", clearSignature: "Slet signatur", close: "Luk", color: "Farve", copy: "Kopier", createStamp: "Opret stempel", customStamp: "Specielt stempel", darkBlue: "M\xF8rkebl\xE5", date: "Dato", delete: "Slet", done: "F\xE6rdig", draw: "Tegn", editLink: "Rediger link", fontColor: "Skriftfarve", fonts: "Skrifter", image: "Billede", italic: "Kursiv", linkAnnotation: "Henvisning", loading: "Indl\xE6ser", pause: "Pause", play: "Afspil", preview: "Vis", readMore: "Read More", removeLink: "Fjern henvisning", save: "Arkiver", saveSignature: "Arkiver underskrift", selectDragImage: "V\xE6lg eller tr\xE6k billede", showMore: "Vis mere", signature: "Signatur", signatures: "Signaturer", signHere: "Underskriv her", stampAnnotationTemplatesDialog: "Stempel annoteringsskabeloner", stampText: "Stempeltekst", storeSignature: "Arkiver signatur", time: "Tid", type: "Skriv", typeSomething: "Type something...", underline: "Understreget", useAnExistingStampDesign: "Brug et eksisterende stempeldesign", viewMoreResults: "View More Results" }, de: { addLink: "Link erstellen", addSignature: "Unterschrift hinzuf\xFCgen", backgroundColor: "Hintergrundfarbe", black: "Schwarz", blue: "Blau", bold: "Fett", cancel: "Abbrechen", chat: "Chat", chooseColor: "Farbe w\xE4hlen", clearSignature: "Unterschrift entfernen", close: "Schlie\xDFen", color: "Farbe", copy: "Kopieren", createStamp: "Stempel erstellen", customStamp: "Eigener Stempel", darkBlue: "Dunkelblau", date: "Datum", delete: "L\xF6schen", done: "Fertig", draw: "Zeichnen", editLink: "Link bearbeiten", fontColor: "Schriftfarbe", fonts: "Schriftarten", image: "Bild", italic: "Kursiv", linkAnnotation: "Hyperlink", loading: "Laden", pause: "Pause", play: "Abspielen", preview: "Vorschau", readMore: "Read More", removeLink: "Link entfernen", save: "Sichern", saveSignature: "Unterschrift sichern", selectDragImage: "Bild ausw\xE4hlen oder hierher ziehen", showMore: "Mehr", signature: "Unterschrift", signatures: "Unterschriften", signHere: "Hier unterschreiben", stampAnnotationTemplatesDialog: "Vorlagen f\xFCr Stempelannotationen", stampText: "Stempel-Text", storeSignature: "Signatur speichern", time: "Zeit", type: "Eingeben", typeSomething: "Type something...", underline: "Unterstrichen", useAnExistingStampDesign: "Bestehendes Stempel-Design nutzen", viewMoreResults: "View More Results" }, el: { addLink: "\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", addSignature: "\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", backgroundColor: "\u03A7\u03C1\u03CE\u03BC\u03B1 \u03C6\u03CC\u03BD\u03C4\u03BF\u03C5", black: "\u039C\u03B1\u03CD\u03C1\u03BF", blue: "\u039C\u03C0\u03BB\u03B5", bold: "\u0388\u03BD\u03C4\u03BF\u03BD\u03B1", cancel: "\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7", chat: "Chat", chooseColor: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C7\u03C1\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2", clearSignature: "\u0395\u03BA\u03BA\u03B1\u03B8\u03AC\u03C1\u03B9\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", close: "\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF", color: "\u03A7\u03C1\u03CE\u03BC\u03B1", copy: "\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE", createStamp: "\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", customStamp: "\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03B7 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1", darkBlue: "\u03A3\u03BA\u03BF\u03CD\u03C1\u03BF \u03BC\u03C0\u03BB\u03B5", date: "\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1", delete: "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE", done: "\u03A4\u03AD\u03BB\u03BF\u03C2", draw: "\u03A3\u03C7\u03B5\u03B4\u03AF\u03B1\u03C3\u03B7", editLink: "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", fontColor: "\u03A7\u03C1\u03CE\u03BC\u03B1 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2", fonts: "\u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AD\u03C2", image: "\u0395\u03B9\u03BA\u03CC\u03BD\u03B1", italic: "\u03A0\u03BB\u03AC\u03B3\u03B9\u03B1", linkAnnotation: "\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03C2", loading: "\u0393\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7", pause: "\u03A0\u03B1\u03CD\u03C3\u03B7", play: "\u0391\u03BD\u03B1\u03C0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE", preview: "\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7", readMore: "Read More", removeLink: "\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", save: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7", saveSignature: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", selectDragImage: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03AE \u03C3\u03CD\u03C1\u03C3\u03B9\u03BC\u03BF \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2", showMore: "\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03C9\u03BD", signature: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE", signatures: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AD\u03C2", signHere: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE \u03B5\u03B4\u03CE", stampAnnotationTemplatesDialog: "\u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1 \u03C3\u03C7\u03BF\u03BB\u03B9\u03B1\u03C3\u03BC\u03BF\u03CD \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", stampText: "\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", storeSignature: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", time: "\u038F\u03C1\u03B1", type: "\u03A0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03CC\u03B3\u03B7\u03C3\u03B7", typeSomething: "Type something...", underline: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF", useAnExistingStampDesign: "\u03A7\u03C1\u03AE\u03C3\u03B7 \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03BD\u03C4\u03BF\u03C2 \u03C3\u03C7\u03B5\u03B4\u03AF\u03BF\u03C5 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", viewMoreResults: "View More Results" }, "en-GB": { addLink: "Add Link", addSignature: "Add Signature", backgroundColor: "Background Colour", black: "Black", blue: "Blue", bold: "Bold", cancel: "Cancel", chat: "Chat", chooseColor: "Choose Colour", clearSignature: "Clear Signature", close: "Close", color: "Colour", copy: "Copy", createStamp: "Create Stamp", customStamp: "Custom Stamp", darkBlue: "Dark Blue", date: "Date", delete: "Delete", done: "Done", draw: "Draw", editLink: "Edit Link", fontColor: "Font Colour", fonts: "Fonts", image: "Image", italic: "Italic", linkAnnotation: "Link", loading: "Loading", pause: "Pause", play: "Play", preview: "Preview", readMore: "Read More", removeLink: "Remove Link", save: "Save", saveSignature: "Save Signature", selectDragImage: "Select or Drag Image", showMore: "Show More", signature: "Signature", signatures: "Signatures", signHere: "Sign Here", stampAnnotationTemplatesDialog: "Stamp Annotation Templates", stampText: "Stamp Text", storeSignature: "Store Signature", time: "Time", type: "Type", typeSomething: "Type something...", underline: "Underlined", useAnExistingStampDesign: "Use an existing stamp design", viewMoreResults: "View More Results" }, en: { addLink: "Add Link", addSignature: "Add Signature", backgroundColor: "Background Color", black: "Black", blue: "Blue", bold: "Bold", cancel: "Cancel", chat: "Chat", chooseColor: "Choose Color", clearSignature: "Clear Signature", close: "Close", color: "Color", copy: "Copy", createStamp: "Create Stamp", customStamp: "Custom Stamp", darkBlue: "Dark Blue", date: "Date", delete: "Delete", done: "Done", draw: "Draw", editLink: "Edit Link", fontColor: "Font Color", fonts: "Fonts", image: "Image", italic: "Italic", linkAnnotation: "Link", loading: "Loading", pause: "Pause", play: "Play", preview: "Preview", readMore: "Read More", removeLink: "Remove Link", save: "Save", saveSignature: "Save Signature", selectDragImage: "Select or Drag Image", showMore: "Show More", signature: "Signature", signatures: "Signatures", signHere: "Sign Here", stampAnnotationTemplatesDialog: "Stamp Annotation Templates", stampText: "Stamp Text", storeSignature: "Store Signature", time: "Time", type: "Type", typeSomething: "Type something...", underline: "Underlined", useAnExistingStampDesign: "Use an existing stamp design", viewMoreResults: "View More Results" }, es: { addLink: "A\xF1adir enlace", addSignature: "A\xF1adir firma", backgroundColor: "Color de fondo", black: "Negro", blue: "Azul", bold: "Negrita", cancel: "Cancelar", chat: "Chat", chooseColor: "Seleccionar color", clearSignature: "Borrar firma", close: "Cerrar", color: "Color", copy: "Copiar", createStamp: "Crear sello", customStamp: "Sello personalizado", darkBlue: "Azul oscuro", date: "Fecha", delete: "Eliminar", done: "OK", draw: "Dibujar", editLink: "Editar enlace", fontColor: "Color", fonts: "Tipos de letra", image: "Imagen", italic: "Cursiva", linkAnnotation: "Enlace", loading: "Cargando", pause: "Pausa", play: "Reproducir", preview: "Previsualizar", readMore: "Read More", removeLink: "Eliminar enlace", save: "Guardar", saveSignature: "Guardar firma", selectDragImage: "Seleccione o arrastre una imagen", showMore: "Ver m\xE1s", signature: "Firma", signatures: "Firmas", signHere: "Firmar aqu\xED", stampAnnotationTemplatesDialog: "Plantillas de sellos de anotaci\xF3n", stampText: "Texto del sello", storeSignature: "Almacenar firma", time: "Hora", type: "Escribir", typeSomething: "Type something...", underline: "Subrayado", useAnExistingStampDesign: "Usar un dise\xF1o de sello existente", viewMoreResults: "View More Results" }, fi: { addLink: "Lis\xE4\xE4 linkki", addSignature: "Lis\xE4\xE4 allekirjoitus", backgroundColor: "Taustav\xE4ri", black: "Musta", blue: "Sininen", bold: "Lihavoitu", cancel: "Kumoa", chat: "Chat", chooseColor: "Valitse v\xE4ri", clearSignature: "Tyhjenn\xE4 allekirjoitus", close: "Sulje", color: "V\xE4ri", copy: "Kopioi", createStamp: "Luo leima", customStamp: "Oma leimasin", darkBlue: "Tummansininen", date: "P\xE4iv\xE4m\xE4\xE4r\xE4", delete: "Poista", done: "Valmis", draw: "Piirr\xE4", editLink: "Muokkaa linkki\xE4", fontColor: "Kirjasinv\xE4ri", fonts: "Kirjasimet", image: "Kuva", italic: "Kursiivi", linkAnnotation: "Linkki", loading: "Ladataan", pause: "Keskeyt\xE4", play: "Toista", preview: "Esikatselu", readMore: "Read More", removeLink: "Poista linkki", save: "Tallenna", saveSignature: "Tallenna allekirjoitus", selectDragImage: "Valitse tai raahaa kuva", showMore: "N\xE4yt\xE4 lis\xE4\xE4", signature: "Allekirjoitus", signatures: "Allekirjoitukset", signHere: "Allekirjoitus t\xE4h\xE4n", stampAnnotationTemplatesDialog: "Leimamerkint\xE4mallit", stampText: "Leiman teksti", storeSignature: "Tallenna allekirjoitus", time: "Aika", type: "Sy\xF6t\xE4", typeSomething: "Type something...", underline: "Alleviivaus", useAnExistingStampDesign: "K\xE4yt\xE4 valmista leimasinta", viewMoreResults: "View More Results" }, "fr-CA": { addLink: "Ajouter un lien", addSignature: "Ajouter une signature", backgroundColor: "Couleur de l\u2019arri\xE8re-plan", black: "Noir", blue: "Bleu", bold: "Gras", cancel: "Annuler", chat: "Chat", chooseColor: "Choisir une couleur", clearSignature: "Effacer la signature", close: "Fermer", color: "Couleur", copy: "Copier", createStamp: "Cr\xE9er un tampon", customStamp: "Tampon personnalis\xE9", darkBlue: "Bleu fonc\xE9", date: "Date", delete: "Supprimer", done: "Termin\xE9", draw: "Dessin", editLink: "Modifier le lien", fontColor: "Couleur de police", fonts: "Polices", image: "Image", italic: "Italique", linkAnnotation: "Lien", loading: "Chargement", pause: "Pause", play: "Lecture", preview: "Aper\xE7u", readMore: "Read More", removeLink: "Supprimer le lien", save: "Enregistrer", saveSignature: "Enregistrer la signature", selectDragImage: "S\xE9lectionnez ou d\xE9posez une image", showMore: "Afficher plus", signature: "Signature", signatures: "Signatures", signHere: "Signature", stampAnnotationTemplatesDialog: "Mod\xE8les de tampon d\u2019annotation", stampText: "Texte du tampon", storeSignature: "Stocker la signature", time: "Heure", type: "Saisie", typeSomething: "Type something...", underline: "Soulign\xE9e", useAnExistingStampDesign: "Utiliser un mod\xE8le de tampon existant", viewMoreResults: "View More Results" }, fr: { addLink: "Ajouter un lien", addSignature: "Ajouter une signature", backgroundColor: "Couleur de l\u2019arri\xE8re-plan", black: "Noir", blue: "Bleu", bold: "Gras", cancel: "Annuler", chat: "Chat", chooseColor: "Choisir une couleur", clearSignature: "Effacer la signature", close: "Fermer", color: "Couleur", copy: "Copier", createStamp: "Cr\xE9er un tampon", customStamp: "Tampon personnalis\xE9", darkBlue: "Bleu fonc\xE9", date: "Date", delete: "Supprimer", done: "Termin\xE9", draw: "Dessin", editLink: "Modifier le lien", fontColor: "Couleur de police", fonts: "Polices", image: "Image", italic: "Italique", linkAnnotation: "Lien", loading: "Chargement", pause: "Pause", play: "Lecture", preview: "Aper\xE7u", readMore: "Read More", removeLink: "Supprimer le lien", save: "Enregistrer", saveSignature: "Enregistrer la signature", selectDragImage: "S\xE9lectionnez ou d\xE9posez une image", showMore: "Afficher plus", signature: "Signature", signatures: "Signatures", signHere: "Signer ici", stampAnnotationTemplatesDialog: "Mod\xE8les d'annotation par tampon", stampText: "Texte du tampon", storeSignature: "Stocker la signature", time: "Heure", type: "Saisie", typeSomething: "Type something...", underline: "Soulign\xE9e", useAnExistingStampDesign: "Utiliser un mod\xE8le de tampon existant", viewMoreResults: "View More Results" }, he: { addLink: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", addSignature: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05D7\u05EA\u05D9\u05DE\u05D4", backgroundColor: "\u05E6\u05D1\u05E2 \u05E8\u05E7\u05E2", black: "\u05E9\u05D7\u05D5\u05E8", blue: "\u05DB\u05D7\u05D5\u05DC", bold: "\u05DE\u05D5\u05D3\u05D2\u05E9", cancel: "\u05D1\u05D9\u05D8\u05D5\u05DC", chat: "Chat", chooseColor: "\u05D1\u05D7\u05D9\u05E8\u05EA \u05E6\u05D1\u05E2", clearSignature: "\u05DE\u05D7\u05D9\u05E7\u05EA \u05D4\u05D7\u05EA\u05D9\u05DE\u05D4", close: "\u05E1\u05D2\u05D9\u05E8\u05D4", color: "\u05E6\u05D1\u05E2", copy: "\u05D4\u05E2\u05EA\u05E7\u05D4", createStamp: "\u05D9\u05E6\u05D9\u05E8\u05EA \u05D7\u05D5\u05EA\u05DE\u05EA", customStamp: "\u05D7\u05D5\u05EA\u05DE\u05EA \u05DE\u05D5\u05EA\u05D0\u05DE\u05EA \u05D0\u05D9\u05E9\u05D9\u05EA", darkBlue: "\u05DB\u05D7\u05D5\u05DC \u05DB\u05D4\u05D4", date: "\u05EA\u05D0\u05E8\u05D9\u05DA", delete: "\u05DE\u05D7\u05D9\u05E7\u05D4", done: "\u05E1\u05D9\u05D5\u05DD", draw: "\u05E6\u05D9\u05D5\u05E8", editLink: "\u05E2\u05E8\u05D9\u05DB\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", fontColor: "\u05E6\u05D1\u05E2 \u05D2\u05D5\u05E4\u05DF", fonts: "\u05D2\u05D5\u05E4\u05E0\u05D9\u05DD", image: "\u05EA\u05DE\u05D5\u05E0\u05D4", italic: "\u05E0\u05D8\u05D5\u05D9", linkAnnotation: "\u05E7\u05D9\u05E9\u05D5\u05E8", loading: "\u05D8\u05D5\u05E2\u05DF", pause: "\u05D4\u05E9\u05D4\u05D9\u05D4", play: "\u05D4\u05E4\u05E2\u05DC\u05D4", preview: "\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4", readMore: "Read More", removeLink: "\u05D4\u05E1\u05E8\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", save: "\u05E9\u05DE\u05D9\u05E8\u05D4", saveSignature: "\u05E9\u05DE\u05D9\u05E8\u05EA \u05D4\u05D7\u05EA\u05D9\u05DE\u05D4", selectDragImage: "\u05D1\u05D7\u05D9\u05E8\u05D4 \u05D0\u05D5 \u05D2\u05E8\u05D9\u05E8\u05D4 \u05E9\u05DC \u05EA\u05DE\u05D5\u05E0\u05D4", showMore: "\u05D4\u05E6\u05D2\u05EA \u05E4\u05E8\u05D9\u05D8\u05D9\u05DD \u05E0\u05D5\u05E1\u05E4\u05D9\u05DD", signature: "\u05D7\u05EA\u05D9\u05DE\u05D4", signatures: "\u05D7\u05EA\u05D9\u05DE\u05D5\u05EA", signHere: "\u05D9\u05E9 \u05DC\u05D7\u05EA\u05D5\u05DD \u05DB\u05D0\u05DF", stampAnnotationTemplatesDialog: "\u05EA\u05D1\u05E0\u05D9\u05D5\u05EA \u05D0\u05E0\u05D5\u05D8\u05E6\u05D9\u05D5\u05EA \u05DC\u05D7\u05D5\u05EA\u05DE\u05D5\u05EA", stampText: "\u05D8\u05E7\u05E1\u05D8 \u05D7\u05D5\u05EA\u05DE\u05EA", storeSignature: "\u05E9\u05DE\u05D9\u05E8\u05EA \u05D7\u05EA\u05D9\u05DE\u05D4", time: "\u05E9\u05E2\u05D4", type: "\u05D4\u05E7\u05DC\u05D3\u05D4", typeSomething: "Type something...", underline: "\u05E2\u05DD \u05E7\u05D5 \u05EA\u05D7\u05EA\u05D5\u05DF", useAnExistingStampDesign: "\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05E2\u05D9\u05E6\u05D5\u05D1 \u05E7\u05D9\u05D9\u05DD \u05E9\u05DC \u05D7\u05D5\u05EA\u05DE\u05EA", viewMoreResults: "View More Results" }, hr: { addLink: "Dodaj poveznicu", addSignature: "Dodaj potpis", backgroundColor: "Boja pozadine", black: "Crna", blue: "Plava", bold: "Podebljano", cancel: "Otka\u017Ei", chat: "Chat", chooseColor: "Odaberi boju", clearSignature: "O\u010Disti potpis", close: "Zatvori", color: "Boja", copy: "Kopiraj", createStamp: "Napravi pe\u010Dat", customStamp: "Prilago\u0111en pe\u010Dat", darkBlue: "Tamno plava", date: "Datum", delete: "Obri\u0161i", done: "Izvr\u0161eno", draw: "Crtanje", editLink: "Uredi poveznicu", fontColor: "Boja fonta", fonts: "Fontovi", image: "Slika", italic: "Kurziv", linkAnnotation: "Poveznica", loading: "U\u010Ditavanje", pause: "Pauziraj", play: "Pusti", preview: "Pregled", readMore: "Read More", removeLink: "Ukloni poveznicu", save: "Spremi", saveSignature: "Spremi potpis", selectDragImage: "Odaberi ili povuci sliku", showMore: "Prika\u017Ei vi\u0161e", signature: "Potpis", signatures: "Potpisi", signHere: "Potpisati ovdje", stampAnnotationTemplatesDialog: "Predlo\u0161ci \u017Eigova", stampText: "Tekst pe\u010Data", storeSignature: "Pohrani potpis", time: "Vrijeme", type: "Vrsta", typeSomething: "Type something...", underline: "Podcrtani", useAnExistingStampDesign: "Koristi postoje\u0107i dizajn pe\u010Data", viewMoreResults: "View More Results" }, id: { addLink: "Tambah Tautan", addSignature: "Tambah Tanda Tangan", backgroundColor: "Warna Latar Belakang", black: "Hitam", blue: "Biru", bold: "Tebal", cancel: "Batalkan", chat: "Chat", chooseColor: "Pilih Warna", clearSignature: "Bersihkan Tanda Tangan", close: "Tutup", color: "Warna", copy: "Salin", createStamp: "Buat Stempel", customStamp: "Stempel Khusus", darkBlue: "Biru Tua", date: "Tanggal", delete: "Hapus", done: "Selesai", draw: "Gambar", editLink: "Edit Tautan", fontColor: "Warna Font", fonts: "Font", image: "Gambar", italic: "Miring", linkAnnotation: "Tautan", loading: "Memuat", pause: "Jeda", play: "Putar", preview: "Pratinjau", readMore: "Read More", removeLink: "Hapus Tautan", save: "Simpan", saveSignature: "Simpan Tanda Tangan", selectDragImage: "Pilih atau Seret Gambar", showMore: "Lebih banyak", signature: "Tanda Tangan", signatures: "Tanda Tangan", signHere: "Tandai Di Sini", stampAnnotationTemplatesDialog: "Template Anotasi Stempel", stampText: "Teks Stempel", storeSignature: "Simpan Tanda Tangan", time: "Waktu", type: "Ketik", typeSomething: "Type something...", underline: "Bergaris Bawah", useAnExistingStampDesign: "Gunakan desain stempel yang ada", viewMoreResults: "View More Results" }, it: { addLink: "Aggiungi link", addSignature: "Aggiungi firma", backgroundColor: "Colore di sfondo", black: "Nero", blue: "Blu", bold: "Grassetto", cancel: "Annulla", chat: "Chat", chooseColor: "Seleziona colore", clearSignature: "Cancella firma", close: "Chiudi", color: "Colore", copy: "Copia", createStamp: "Crea timbro", customStamp: "Timbro personalizzato", darkBlue: "Blu scuro", date: "Data", delete: "Elimina", done: "Fine", draw: "Disegna", editLink: "Modifica link", fontColor: "Colore font", fonts: "Font", image: "Immagine", italic: "Corsivo", linkAnnotation: "Link", loading: "Caricamento", pause: "Pausa", play: "Riproduci", preview: "Anteprima", readMore: "Read More", removeLink: "Rimuovi link", save: "Salva", saveSignature: "Salva firma", selectDragImage: "Seleziona o trascina immagine", showMore: "Mostra di pi\xF9", signature: "Firma", signatures: "Firme", signHere: "Firma qui", stampAnnotationTemplatesDialog: "Modelli di annotazioni timbro", stampText: "Testo del timbro", storeSignature: "Memorizza firma", time: "Ora", type: "Scrivi", typeSomething: "Type something...", underline: "Sottolineato", useAnExistingStampDesign: "Usa design di timbro esistente", viewMoreResults: "View More Results" }, ja: { addLink: "\u30EA\u30F3\u30AF\u3092\u8FFD\u52A0", addSignature: "\u7F72\u540D\u3092\u8FFD\u52A0", backgroundColor: "\u80CC\u666F\u30AB\u30E9\u30FC", black: "\u30D6\u30E9\u30C3\u30AF", blue: "\u30D6\u30EB\u30FC", bold: "\u30DC\u30FC\u30EB\u30C9", cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB", chat: "Chat", chooseColor: "\u30AB\u30E9\u30FC\u3092\u9078\u629E", clearSignature: "\u7F72\u540D\u3092\u6D88\u53BB", close: "\u9589\u3058\u308B", color: "\u30AB\u30E9\u30FC", copy: "\u30B3\u30D4\u30FC", createStamp: "\u30B9\u30BF\u30F3\u30D7\u3092\u4F5C\u6210", customStamp: "\u30AB\u30B9\u30BF\u30E0\u30B9\u30BF\u30F3\u30D7", darkBlue: "\u30C0\u30FC\u30AF\u30D6\u30EB\u30FC", date: "\u65E5\u4ED8", delete: "\u524A\u9664", done: "\u5B8C\u4E86", draw: "\u81EA\u7B46", editLink: "\u30EA\u30F3\u30AF\u3092\u7DE8\u96C6", fontColor: "\u30D5\u30A9\u30F3\u30C8\u30AB\u30E9\u30FC", fonts: "\u30D5\u30A9\u30F3\u30C8", image: "\u30A4\u30E1\u30FC\u30B8", italic: "\u30A4\u30BF\u30EA\u30C3\u30AF", linkAnnotation: "\u30EA\u30F3\u30AF", loading: "\u8AAD\u307F\u8FBC\u307F\u4E2D", pause: "\u4E00\u6642\u505C\u6B62", play: "\u518D\u751F", preview: "\u30D7\u30EC\u30D3\u30E5\u30FC", readMore: "Read More", removeLink: "\u30EA\u30F3\u30AF\u3092\u524A\u9664", save: "\u4FDD\u5B58", saveSignature: "\u7F72\u540D\u3092\u4FDD\u5B58", selectDragImage: "\u30A4\u30E1\u30FC\u30B8\u3092\u9078\u629E\u307E\u305F\u306F\u30C9\u30E9\u30C3\u30B0", showMore: "\u3055\u3089\u306B\u8868\u793A", signature: "\u7F72\u540D", signatures: "\u7F72\u540D", signHere: "\u3053\u3061\u3089\u306B\u7F72\u540D\u3092", stampAnnotationTemplatesDialog: "\u30B9\u30BF\u30F3\u30D7\u6CE8\u91C8\u306E\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8", stampText: "\u30B9\u30BF\u30F3\u30D7\u306E\u30C6\u30AD\u30B9\u30C8", storeSignature: "\u30B9\u30C8\u30A2\u306E\u7F72\u540D", time: "\u6642\u523B", type: "\u30BF\u30A4\u30D7\u5165\u529B", typeSomething: "Type something...", underline: "\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3", useAnExistingStampDesign: "\u65E2\u5B58\u306E\u30B9\u30BF\u30F3\u30D7\u30C7\u30B6\u30A4\u30F3\u3092\u4F7F\u7528", viewMoreResults: "View More Results" }, ko: { addLink: "\uB9C1\uD06C \uCD94\uAC00", addSignature: "\uC11C\uBA85 \uCD94\uAC00", backgroundColor: "\uBC30\uACBD \uC0C9\uC0C1", black: "\uAC80\uC740\uC0C9", blue: "\uD30C\uB780\uC0C9", bold: "\uBCFC\uB4DC\uCCB4", cancel: "\uCDE8\uC18C", chat: "Chat", chooseColor: "\uC0C9\uC0C1 \uC120\uD0DD", clearSignature: "\uC11C\uBA85 \uC9C0\uC6B0\uAE30", close: "\uB2EB\uAE30", color: "\uC0C9\uC0C1", copy: "\uBCF5\uC0AC", createStamp: "\uC2A4\uD0EC\uD504 \uC0DD\uC131", customStamp: "\uC0AC\uC6A9\uC790\uC9C0\uC815 \uC2A4\uD0EC\uD504", darkBlue: "\uAC80\uD478\uB978\uC0C9", date: "\uB0A0\uC9DC", delete: "\uC0AD\uC81C", done: "\uC644\uB8CC", draw: "\uADF8\uB9AC\uAE30", editLink: "\uB9C1\uD06C \uD3B8\uC9D1", fontColor: "\uC11C\uCCB4 \uC0C9\uC0C1", fonts: "\uC11C\uCCB4", image: "\uC774\uBBF8\uC9C0", italic: "\uC774\uD0E4\uB9AD\uCCB4", linkAnnotation: "\uB9C1\uD06C", loading: "\uBD88\uB7EC\uC624\uB294 \uC911", pause: "\uC77C\uC2DC\uC815\uC9C0", play: "\uC7AC\uC0DD", preview: "\uBBF8\uB9AC\uBCF4\uAE30", readMore: "Read More", removeLink: "\uB9C1\uD06C \uC81C\uAC70", save: "\uC800\uC7A5", saveSignature: "\uC11C\uBA85 \uC800\uC7A5", selectDragImage: "\uC774\uBBF8\uC9C0 \uC120\uD0DD \uB610\uB294 \uADF8\uB9AC\uAE30", showMore: "\uC790\uC138\uD788 \uBCF4\uAE30", signature: "\uC11C\uBA85", signatures: "\uC11C\uBA85", signHere: "\uC774\uACF3\uC5D0 \uC11C\uBA85", stampAnnotationTemplatesDialog: "\uC2A4\uD0EC\uD504 \uC8FC\uC11D \uD15C\uD50C\uB9BF", stampText: "\uD14D\uC2A4\uD2B8 \uC2A4\uD0EC\uD504", storeSignature: "\uC11C\uBA85 \uC800\uC7A5", time: "\uC2DC\uAC04", type: "\uD0C0\uC790", typeSomething: "Type something...", underline: "\uBC11\uC904", useAnExistingStampDesign: "\uAE30\uC874 \uC2A4\uD0EC\uD504 \uB514\uC790\uC778 \uC0AC\uC6A9", viewMoreResults: "View More Results" }, ms: { addLink: "Tambah Pautan", addSignature: "Tambah Tandatangan", backgroundColor: "Warna Latar Belakang", black: "Hitam", blue: "Biru", bold: "Tebal", cancel: "Batal", chat: "Chat", chooseColor: "Pilih Warna", clearSignature: "Kosongkan Tandatangan", close: "Tutup", color: "Warna", copy: "Salin", createStamp: "Cipta Cap", customStamp: "Cap Tersuai", darkBlue: "Biru Gelap", date: "Tarikh", delete: "Padam", done: "Selesai", draw: "Lukis", editLink: "Edit Pautan", fontColor: "Warna Fon", fonts: "Fon", image: "Imej", italic: "Italik", linkAnnotation: "Pautan", loading: "Memuatkan", pause: "Jeda", play: "Main", preview: "Pratonton", readMore: "Read More", removeLink: "Alih Keluar Pautan", save: "Simpan", saveSignature: "Simpan Tandatangan", selectDragImage: "Pilih atau Seret Imej", showMore: "Tunjukkan lagi", signature: "Tandatangan", signatures: "Tandatangan", signHere: "Tandatangan Di Sini", stampAnnotationTemplatesDialog: "Templat Anotasi Cap", stampText: "Teks Cap", storeSignature: "Simpan Tandatangan", time: "Masa", type: "Taip", typeSomething: "Type something...", underline: "Bergaris Bawah", useAnExistingStampDesign: "Gunakan reka bentuk cap yang sedia ada", viewMoreResults: "View More Results" }, "nb-NO": { addLink: "Legg til lenke", addSignature: "Legg til signatur", backgroundColor: "Bakgrunnsfarge", black: "Sort", blue: "Bl\xE5", bold: "Fet", cancel: "Avbryt", chat: "Chat", chooseColor: "Velg farge", clearSignature: "Fjern signatur", close: "Lukk", color: "Farge", copy: "Kopier", createStamp: "Opprett stempel", customStamp: "Tilpasset stempel", darkBlue: "M\xF8rkebl\xE5", date: "Dato", delete: "Slett", done: "Ferdig", draw: "Tegn", editLink: "Rediger lenke", fontColor: "Skriftfarge", fonts: "Fonter", image: "Bilde", italic: "Kursiv", linkAnnotation: "Lenke", loading: "Laster inn", pause: "Pause", play: "Spill av", preview: "Forh\xE5ndsvis", readMore: "Read More", removeLink: "Fjern lenke", save: "Lagre", saveSignature: "Lagre signatur", selectDragImage: "Velg eller dra bilde", showMore: "Vis mer", signature: "Signatur", signatures: "Signaturer", signHere: "Signer her", stampAnnotationTemplatesDialog: "Mal for kommentarstempel", stampText: "Stempeltekst", storeSignature: "Lagre signatur", time: "Tid", type: "Skriv", typeSomething: "Type something...", underline: "Understreket", useAnExistingStampDesign: "Bruk et eksisterende stempeldesign", viewMoreResults: "View More Results" }, nl: { addLink: "Voeg koppeling toe", addSignature: "Voeg handtekening toe", backgroundColor: "Achtergrondkleur", black: "Zwart", blue: "Blauw", bold: "Vet", cancel: "Annuleer", chat: "Chat", chooseColor: "Kies kleur", clearSignature: "Wis handtekening", close: "Sluit", color: "Kleur", copy: "Kopieer", createStamp: "Maak stempel", customStamp: "Aangepaste stempel", darkBlue: "Donkerblauw", date: "Datum", delete: "Verwijder", done: "Gereed", draw: "Teken", editLink: "Wijzig koppeling", fontColor: "Letterkleur", fonts: "Lettertypen", image: "Afbeelding", italic: "Cursief", linkAnnotation: "Koppeling", loading: "Laden", pause: "Pauzeer", play: "Speel af", preview: "Voorvertoning", readMore: "Read More", removeLink: "Verwijder koppeling", save: "Bewaar", saveSignature: "Bewaar handtekening", selectDragImage: "Selecteer of sleep afbeelding", showMore: "Toon meer", signature: "Handtekening", signatures: "Handtekeningen", signHere: "Teken hier", stampAnnotationTemplatesDialog: "Stempelsjablonen", stampText: "Stempeltekst", storeSignature: "Bewaar handtekening", time: "Tijd", type: "Typ", typeSomething: "Type something...", underline: "Onderstreept", useAnExistingStampDesign: "Gebruik een bestaand stempelontwerp", viewMoreResults: "View More Results" }, pl: { addLink: "Dodaj \u0142\u0105cze", addSignature: "Dodaj podpis", backgroundColor: "Kolor t\u0142a", black: "Czarny", blue: "Niebieski", bold: "Pogrubienie", cancel: "Anuluj", chat: "Chat", chooseColor: "Wybierz kolor", clearSignature: "Wyma\u017C podpis", close: "Zamknij", color: "Kolor", copy: "Kopiuj", createStamp: "Utw\xF3rz piecz\u0119\u0107", customStamp: "Niestandardowa piecz\u0119\u0107", darkBlue: "Ciemnoniebieski", date: "Data", delete: "Usu\u0144", done: "Gotowe", draw: "Narysuj", editLink: "Edytuj \u0142\u0105cze", fontColor: "Kolor czcionki", fonts: "Czcionki", image: "Obraz", italic: "Kursywa", linkAnnotation: "\u0141\u0105cze", loading: "\u0141adowanie", pause: "Wstrzymaj", play: "Odtwarzaj", preview: "Podgl\u0105d", readMore: "Read More", removeLink: "Usu\u0144 \u0142\u0105cze", save: "Zachowaj", saveSignature: "Zachowaj podpis", selectDragImage: "Wybierz lub przeci\u0105gnij obraz", showMore: "Poka\u017C wi\u0119cej", signature: "Podpis", signatures: "Podpisy", signHere: "Podpisz tutaj", stampAnnotationTemplatesDialog: "Szablony adnotacji p\u0119dzla", stampText: "Tekst piecz\u0119ci", storeSignature: "Zapisz podpis", time: "Czas", type: "Wpisz", typeSomething: "Type something...", underline: "Podkre\u015Blenie", useAnExistingStampDesign: "U\u017Cyj istniej\u0105cego projektu piecz\u0119ci", viewMoreResults: "View More Results" }, "pt-PT": { addLink: "Adicionar link", addSignature: "Adicionar assinatura", backgroundColor: "Cor de fundo", black: "Preto", blue: "Azul", bold: "Negrito", cancel: "Cancelar", chat: "Chat", chooseColor: "Seleccionar cor", clearSignature: "Limpar assinatura", close: "Fechar", color: "Cor", copy: "Copiar", createStamp: "Criar selo", customStamp: "Carimbo personalizado", darkBlue: "Azul escuro", date: "Data", delete: "Apagar", done: "Feito", draw: "Desenho", editLink: "Editar link", fontColor: "Cor da letra", fonts: "Tipos de letra", image: "Imagem", italic: "It\xE1lico", linkAnnotation: "Hiperliga\xE7\xE3o", loading: "A carregar", pause: "Pausar", play: "Reproduzir", preview: "Pr\xE9-visualizar", readMore: "Read More", removeLink: "Remover link", save: "Guardar", saveSignature: "Guardar assinatura", selectDragImage: "Selecionar ou arrastar imagem", showMore: "Mostrar mais", signature: "Assinatura", signatures: "Assinaturas", signHere: "Assinar aqui", stampAnnotationTemplatesDialog: "Modelos de anota\xE7\xE3o de carimbo", stampText: "Texto de selo", storeSignature: "Armazenar assinatura", time: "Hora", type: "Digitar", typeSomething: "Type something...", underline: "Sublinhado", useAnExistingStampDesign: "Usar um design de carimbo existente", viewMoreResults: "View More Results" }, pt: { addLink: "Adicionar Link", addSignature: "Adicionar Assinatura", backgroundColor: "Cor de Fundo", black: "Preto", blue: "Azul", bold: "Negrito", cancel: "Cancelar", chat: "Chat", chooseColor: "Escolher Cor", clearSignature: "Limpar Assinatura", close: "Fechar", color: "Cor", copy: "Copiar", createStamp: "Criar Carimbo", customStamp: "Carimbo Personalizado", darkBlue: "Azul-escuro", date: "Data", delete: "Apagar", done: "OK", draw: "Desenhar", editLink: "Editar Link", fontColor: "Cor da Fonte", fonts: "Fontes", image: "Imagem", italic: "It\xE1lico", linkAnnotation: "Link", loading: "Carregando", pause: "Pausar", play: "Reproduzir", preview: "Pr\xE9-visualizar", readMore: "Read More", removeLink: "Remover Link", save: "Salvar", saveSignature: "Salvar Assinatura", selectDragImage: "Selecionar ou Arrastar Imagem", showMore: "Mostrar mais", signature: "Assinatura", signatures: "Assinaturas", signHere: "Assine Aqui", stampAnnotationTemplatesDialog: "Modelos de Anota\xE7\xE3o de Carimbo", stampText: "Texto do Carimbo", storeSignature: "Armazenar Assinatura", time: "Hora", type: "Digitar", typeSomething: "Type something...", underline: "Sublinhado", useAnExistingStampDesign: "Usar um design de carimbo existente", viewMoreResults: "View More Results" }, ru: { addLink: "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", addSignature: "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", backgroundColor: "\u0426\u0432\u0435\u0442 \u0444\u043E\u043D\u0430", black: "\u0427\u0435\u0440\u043D\u044B\u0439", blue: "\u0421\u0438\u043D\u0438\u0439", bold: "\u0416\u0438\u0440\u043D\u044B\u0439", cancel: "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C", chat: "Chat", chooseColor: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0432\u0435\u0442", clearSignature: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", close: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C", color: "\u0426\u0432\u0435\u0442", copy: "\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C", createStamp: "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043F\u0435\u0447\u0430\u0442\u044C", customStamp: "\u0421\u0432\u043E\u044F \u043F\u0435\u0447\u0430\u0442\u044C", darkBlue: "\u0422\u0435\u043C\u043D\u043E-\u0441\u0438\u043D\u0438\u0439", date: "\u0414\u0430\u0442\u0430", delete: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C", done: "\u0413\u043E\u0442\u043E\u0432\u043E", draw: "\u041E\u0442 \u0440\u0443\u043A\u0438", editLink: "\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", fontColor: "\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430", fonts: "\u0428\u0440\u0438\u0444\u0442\u044B", image: "\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435", italic: "\u041A\u0443\u0440\u0441\u0438\u0432", linkAnnotation: "\u0421\u0441\u044B\u043B\u043A\u0430", loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430", pause: "\u041F\u0430\u0443\u0437\u0430", play: "\u0412\u043E\u0441\u043F\u0440.", preview: "\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440", readMore: "Read More", removeLink: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", save: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C", saveSignature: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", selectDragImage: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0441\u044E\u0434\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435", showMore: "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435", signature: "\u041F\u043E\u0434\u043F\u0438\u0441\u044C", signatures: "\u041F\u043E\u0434\u043F\u0438\u0441\u0438", signHere: "\u041C\u0435\u0441\u0442\u043E \u043F\u043E\u0434\u043F\u0438\u0441\u0438", stampAnnotationTemplatesDialog: "\u0428\u0430\u0431\u043B\u043E\u043D\u044B \u0448\u0442\u0430\u043C\u043F\u043E\u0432", stampText: "\u0422\u0435\u043A\u0441\u0442 \u043F\u0435\u0447\u0430\u0442\u0438", storeSignature: "\u0417\u0430\u043F\u043E\u043C\u043D\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", time: "\u0412\u0440\u0435\u043C\u044F", type: "\u0421 \u043A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u044B", typeSomething: "Type something...", underline: "\u0422\u043E\u043B\u044C\u043A\u043E \u0441\u043D\u0438\u0437\u0443", useAnExistingStampDesign: "\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043F\u0435\u0447\u0430\u0442\u044C", viewMoreResults: "View More Results" }, sk: { addLink: "Prida\u0165 odkaz", addSignature: "Prida\u0165 podpis", backgroundColor: "Farba pozadia", black: "\u010Cierna", blue: "Modr\xE1", bold: "Tu\u010Dn\xE9 p\xEDsmo", cancel: "Zru\u0161i\u0165", chat: "Chat", chooseColor: "Zvo\u013Ete farbu", clearSignature: "Zmaza\u0165 podpis", close: "Zavrie\u0165", color: "Farba", copy: "Kop\xEDrova\u0165", createStamp: "Vytvori\u0165 raz\xEDtko", customStamp: "Vlastn\xE9 raz\xEDtko", darkBlue: "Tmavomodr\xE1", date: "D\xE1tum", delete: "Zmaza\u0165", done: "Hotovo", draw: "Kresli\u0165", editLink: "Upravi\u0165 odkaz", fontColor: "Farba p\xEDsma", fonts: "P\xEDsma", image: "Obr\xE1zok", italic: "Kurz\xEDva", linkAnnotation: "Odkaz", loading: "Na\u010D\xEDtavam", pause: "Pozastavi\u0165", play: "Prehra\u0165", preview: "Uk\xE1\u017Eka", readMore: "Read More", removeLink: "Odstr\xE1ni\u0165 odkaz", save: "Ulo\u017Ei\u0165", saveSignature: "Ulo\u017Ei\u0165 podpis", selectDragImage: "Vyberte alebo pretiahnite obr\xE1zok", showMore: "Zobrazi\u0165 viac", signature: "Podpis", signatures: "Podpisy", signHere: "Podp\xED\u0161te tu", stampAnnotationTemplatesDialog: "\u0160abl\xF3ny pe\u010Diatok", stampText: "Text raz\xEDtka", storeSignature: "Ulo\u017Ei\u0165 podpis", time: "\u010Cas", type: "P\xEDsa\u0165", typeSomething: "Type something...", underline: "Pod\u010Diarknut\xFD", useAnExistingStampDesign: "Pou\u017Ei\u0165 existuj\xFAci n\xE1vrh raz\xEDtka", viewMoreResults: "View More Results" }, sl: { addLink: "Dodaj povezavo", addSignature: "Dodaj podpis", backgroundColor: "Barva ozadja", black: "\u010Crna", blue: "Modra", bold: "Odebeljeno", cancel: "Prekli\u010Di", chat: "Chat", chooseColor: "Izberi barvo", clearSignature: "Po\u010Disti podpis", close: "Zapri", color: "Barva", copy: "Kopiraj", createStamp: "Ustvari \u0161tampiljko", customStamp: "\u0160tampiljka po meri", darkBlue: "Temno Modra", date: "Datum", delete: "Izbri\u0161i", done: "Kon\u010Daj", draw: "Ri\u0161i", editLink: "Uredi povezavo", fontColor: "Barva pisave", fonts: "Pisave", image: "Slika", italic: "Po\u0161evno", linkAnnotation: "Povezava", loading: "Nalagam", pause: "Za\u010Dasno ustavi", play: "Predvajaj", preview: "Predogled", readMore: "Read More", removeLink: "Odstrani povezavo", save: "Shrani", saveSignature: "Shrani podpis", selectDragImage: "Izberi ali povle\u010Di sliko", showMore: "Prika\u017Ei ve\u010D", signature: "Podpis", signatures: "Podpisi", signHere: "Podpi\u0161ite tukaj", stampAnnotationTemplatesDialog: "Predloge \u017Eigov", stampText: "Besedilo \u0161tampiljke", storeSignature: "Shrani podpis", time: "\u010Cas", type: "Tipkaj", typeSomething: "Type something...", underline: "Pod\u010Drtano", useAnExistingStampDesign: "Uporabi obstoje\u010Do \u0161tampiljko", viewMoreResults: "View More Results" }, sv: { addLink: "L\xE4gg till l\xE4nk", addSignature: "L\xE4gg till signatur", backgroundColor: "Bakgrundsf\xE4rg", black: "Svart", blue: "Bl\xE5tt", bold: "Fet", cancel: "Avbryt", chat: "Chat", chooseColor: "V\xE4lj f\xE4rg", clearSignature: "Rensa signatur", close: "St\xE4ng", color: "F\xE4rg", copy: "Kopiera", createStamp: "Skapa st\xE4mpel", customStamp: "Anpassad st\xE4mpel", darkBlue: "M\xF6rkbl\xE5tt", date: "Datum", delete: "Radera", done: "Klar", draw: "Rita", editLink: "Redigera l\xE4nk", fontColor: "Textf\xE4rg", fonts: "Typsnitt", image: "Bild", italic: "Kursiv", linkAnnotation: "L\xE4nk", loading: "L\xE4ser in", pause: "Pausa", play: "Spela", preview: "F\xF6rhandsvisa", readMore: "Read More", removeLink: "Ta bort l\xE4nk", save: "Spara", saveSignature: "Spara signatur", selectDragImage: "V\xE4lj eller dra bild", showMore: "Visa fler", signature: "Underskrift", signatures: "Underskrifter", signHere: "Signera h\xE4r", stampAnnotationTemplatesDialog: "Mallar f\xF6r st\xE4mpelanteckningar", stampText: "St\xE4mpeltext", storeSignature: "Lagra signatur", time: "Tid", type: "Typ", typeSomething: "Type something...", underline: "Understruken", useAnExistingStampDesign: "Anv\xE4nd en befintlig st\xE4mpeldesign", viewMoreResults: "View More Results" }, th: { addLink: "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E25\u0E34\u0E07\u0E01\u0E4C", addSignature: "\u0E25\u0E07\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", backgroundColor: "\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07", black: "\u0E2A\u0E35\u0E14\u0E33", blue: "\u0E2A\u0E35\u0E19\u0E49\u0E33\u0E40\u0E07\u0E34\u0E19", bold: "\u0E15\u0E31\u0E27\u0E2B\u0E19\u0E32", cancel: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01", chat: "Chat", chooseColor: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2A\u0E35", clearSignature: "\u0E25\u0E1A\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", close: "\u0E1B\u0E34\u0E14", color: "\u0E2A\u0E35", copy: "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01", createStamp: "\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E15\u0E23\u0E32\u0E1B\u0E23\u0E30\u0E17\u0E31\u0E1A", customStamp: "\u0E41\u0E15\u0E48\u0E07\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C", darkBlue: "\u0E19\u0E49\u0E33\u0E40\u0E07\u0E34\u0E19\u0E40\u0E02\u0E49\u0E21", date: "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48", delete: "\u0E25\u0E1A", done: "\u0E40\u0E2A\u0E23\u0E47\u0E08", draw: "\u0E27\u0E32\u0E14", editLink: "\u0E41\u0E01\u0E49\u0E44\u0E02\u0E25\u0E34\u0E07\u0E01\u0E4C", fontColor: "\u0E2A\u0E35\u0E41\u0E1A\u0E1A\u0E2D\u0E31\u0E01\u0E29\u0E23", fonts: "\u0E41\u0E1A\u0E1A\u0E2D\u0E31\u0E01\u0E29\u0E23", image: "\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E", italic: "\u0E15\u0E31\u0E27\u0E40\u0E2D\u0E19", linkAnnotation: "\u0E25\u0E34\u0E07\u0E01\u0E4C", loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14", pause: "\u0E2B\u0E22\u0E38\u0E14\u0E0A\u0E31\u0E48\u0E27\u0E04\u0E23\u0E32\u0E27", play: "\u0E40\u0E25\u0E48\u0E19", preview: "\u0E14\u0E39\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07", readMore: "Read More", removeLink: "\u0E25\u0E1A\u0E25\u0E34\u0E07\u0E01\u0E4C", save: "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01", saveSignature: "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", selectDragImage: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2B\u0E23\u0E37\u0E2D\u0E25\u0E32\u0E01\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E", showMore: "\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E1E\u0E34\u0E48\u0E21", signature: "\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", signatures: "\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", signHere: "\u0E25\u0E07\u0E0A\u0E37\u0E48\u0E2D\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48", stampAnnotationTemplatesDialog: "\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E47\u0E15\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C\u0E42\u0E19\u0E49\u0E15", stampText: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E02\u0E2D\u0E07\u0E15\u0E23\u0E32\u0E1B\u0E23\u0E30\u0E17\u0E31\u0E1A", storeSignature: "\u0E40\u0E01\u0E47\u0E1A\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", time: "\u0E40\u0E27\u0E25\u0E32", type: "\u0E1E\u0E34\u0E21\u0E1E\u0E4C", typeSomething: "Type something...", underline: "\u0E02\u0E35\u0E14\u0E40\u0E2A\u0E49\u0E19\u0E43\u0E15\u0E49", useAnExistingStampDesign: "\u0E43\u0E0A\u0E49\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C\u0E17\u0E35\u0E48\u0E2D\u0E2D\u0E01\u0E41\u0E1A\u0E1A\u0E44\u0E27\u0E49", viewMoreResults: "View More Results" }, tr: { addLink: "Ba\u011Flant\u0131 Ekle", addSignature: "\u0130mza Ekle", backgroundColor: "Arkaplan Rengi", black: "Siyah", blue: "Mavi", bold: "Kal\u0131n", cancel: "Vazge\xE7", chat: "Chat", chooseColor: "Renk Se\xE7", clearSignature: "\u0130mzay\u0131 Sil", close: "Kapat", color: "Renk", copy: "Kopyala", createStamp: "Damga Yarat", customStamp: "Ki\u015Fisel Damga", darkBlue: "Koyu Mavi", date: "Tarih", delete: "Sil", done: "Bitti", draw: "\xC7iz", editLink: "Ba\u011Flat\u0131y\u0131 D\xFCzenle", fontColor: "Yaz\u0131 Tipi Rengi", fonts: "Fontlar", image: "Resim", italic: "\u0130talik", linkAnnotation: "Ba\u011Flant\u0131", loading: "Y\xFCkleniyor", pause: "Duraklat", play: "\xC7al", preview: "\xD6n \u0130zleme", readMore: "Read More", removeLink: "Ba\u011Flant\u0131y\u0131 Kald\u0131r", save: "Kaydet", saveSignature: "\u0130mzay\u0131 Kaydet", selectDragImage: "Bir Resim Se\xE7 veya S\xFCr\xFCkle", showMore: "Daha fazla g\xF6ster", signature: "\u0130mza", signatures: "\u0130mzalar", signHere: "Buray\u0131 \u0130mzala", stampAnnotationTemplatesDialog: "Damga Not \u015Eablonlar\u0131", stampText: "Damga Metni", storeSignature: "\u0130mzay\u0131 Ar\u015Fivle", time: "Saat", type: "Yaz", typeSomething: "Type something...", underline: "Alt\u0131 \xC7izgili", useAnExistingStampDesign: "Mevcut bir damga tasar\u0131m\u0131 kullan", viewMoreResults: "View More Results" }, uk: { addLink: "\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", addSignature: "\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", backgroundColor: "\u041A\u043E\u043B\u0456\u0440 \u0442\u043B\u0430", black: "\u0427\u043E\u0440\u043D\u0438\u0439", blue: "\u0421\u0438\u043D\u0456\u0439", bold: "\u0416\u0438\u0440\u043D\u0438\u0439", cancel: "\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438", chat: "Chat", chooseColor: "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043E\u043B\u0456\u0440", clearSignature: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", close: "\u0417\u0430\u043A\u0440\u0438\u0442\u0438", color: "\u041A\u043E\u043B\u0456\u0440", copy: "\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438", createStamp: "\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0448\u0442\u0430\u043C\u043F", customStamp: "\u0412\u043B\u0430\u0441\u043D\u0438\u0439 \u0448\u0442\u0430\u043C\u043F", darkBlue: "\u0422\u0435\u043C\u043D\u043E-\u0441\u0438\u043D\u0456\u0439", date: "\u0414\u0430\u0442\u0430", delete: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438", done: "\u0413\u043E\u0442\u043E\u0432\u043E", draw: "\u041C\u0430\u043B\u044E\u0432\u0430\u0442\u0438", editLink: "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", fontColor: "\u041A\u043E\u043B\u0456\u0440 \u0448\u0440\u0438\u0444\u0442\u0443", fonts: "\u0428\u0440\u0438\u0444\u0442\u0438", image: "\u0417\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F", italic: "\u041A\u0443\u0440\u0441\u0438\u0432", linkAnnotation: "\u041F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", loading: "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F", pause: "\u041F\u0430\u0443\u0437\u0430", play: "\u0413\u0440\u0430\u0442\u0438", preview: "\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434", readMore: "Read More", removeLink: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", save: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438", saveSignature: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", selectDragImage: "\u041E\u0431\u0440\u0430\u0442\u0438 \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0442\u0438 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F", showMore: "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0431\u0456\u043B\u044C\u0448\u0435", signature: "\u041F\u0456\u0434\u043F\u0438\u0441", signatures: "\u041F\u0456\u0434\u043F\u0438\u0441\u0438", signHere: "\u041F\u0456\u0434\u043F\u0438\u0441\u0443\u0432\u0430\u0442\u0438 \u0442\u0443\u0442", stampAnnotationTemplatesDialog: "\u0428\u0430\u0431\u043B\u043E\u043D \u0448\u0442\u0430\u043C\u043F\u0456\u0432-\u043F\u0440\u0438\u043C\u0456\u0442\u043E\u043A", stampText: "\u0428\u0442\u0430\u043C\u043F \u0442\u0435\u043A\u0441\u0442\u0443", storeSignature: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", time: "\u0427\u0430\u0441", type: "\u041D\u0430\u0431\u0438\u0440\u0430\u0442\u0438", typeSomething: "Type something...", underline: "\u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043D\u044F", useAnExistingStampDesign: "\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438 \u0456\u0441\u043D\u0443\u044E\u0447\u0438\u0439 \u0434\u0438\u0437\u0430\u0439\u043D", viewMoreResults: "View More Results" }, "zh-Hans": { addLink: "\u6DFB\u52A0\u94FE\u63A5", addSignature: "\u6DFB\u52A0\u7B7E\u540D", backgroundColor: "\u80CC\u666F\u989C\u8272", black: "\u9ED1\u8272", blue: "\u84DD\u8272", bold: "\u52A0\u7C97", cancel: "\u53D6\u6D88", chat: "Chat", chooseColor: "\u9009\u62E9\u989C\u8272", clearSignature: "\u6E05\u9664\u7B7E\u540D", close: "\u5173\u95ED", color: "\u989C\u8272", copy: "\u62F7\u8D1D", createStamp: "\u521B\u5EFA\u5370\u7AE0", customStamp: "\u81EA\u5B9A\u4E49\u5370\u7AE0", darkBlue: "\u6DF1\u84DD", date: "\u65E5\u671F", delete: "\u5220\u9664", done: "\u5B8C\u6210", draw: "\u7ED8\u5236\u7B7E\u540D", editLink: "\u7F16\u8F91\u94FE\u63A5", fontColor: "\u5B57\u4F53\u989C\u8272", fonts: "\u5B57\u4F53", image: "\u56FE\u50CF", italic: "\u659C\u4F53", linkAnnotation: "\u94FE\u63A5", loading: "\u6B63\u5728\u52A0\u8F7D", pause: "\u6682\u505C", play: "\u64AD\u653E", preview: "\u9884\u89C8", readMore: "Read More", removeLink: "\u79FB\u9664\u94FE\u63A5", save: "\u4FDD\u5B58", saveSignature: "\u4FDD\u5B58\u7B7E\u540D", selectDragImage: "\u9009\u62E9\u6216\u62D6\u52A8\u56FE\u50CF", showMore: "\u5206\u4EAB\u66F4\u591A", signature: "\u7B7E\u540D", signatures: "\u7B7E\u540D", signHere: "\u5728\u6B64\u7B7E\u540D", stampAnnotationTemplatesDialog: "\u5370\u7AE0\u6279\u6CE8\u6A21\u677F", stampText: "\u5370\u7AE0\u6587\u672C", storeSignature: "\u5B58\u50A8\u7B7E\u540D", time: "\u65F6\u95F4", type: "\u8F93\u5165", typeSomething: "Type something...", underline: "\u4E0B\u5212\u7EBF", useAnExistingStampDesign: "\u4F7F\u7528\u73B0\u6709\u5370\u7AE0\u8BBE\u8BA1", viewMoreResults: "View More Results" }, "zh-Hant": { addLink: "\u52A0\u5165\u9023\u7D50", addSignature: "\u52A0\u4E0A\u7C3D\u540D", backgroundColor: "\u80CC\u666F\u984F\u8272", black: "\u9ED1\u8272", blue: "\u85CD\u8272", bold: "\u7C97\u9AD4", cancel: "\u53D6\u6D88", chat: "Chat", chooseColor: "\u9078\u64C7\u984F\u8272", clearSignature: "\u6E05\u9664\u7C3D\u540D", close: "\u95DC\u9589", color: "\u984F\u8272", copy: "\u8907\u88FD", createStamp: "\u81EA\u8A02\u5370\u7AE0", customStamp: "\u81EA\u8A02\u6C34\u5370", darkBlue: "\u6DF1\u85CD\u8272", date: "\u65E5\u671F", delete: "\u522A\u9664", done: "\u5B8C\u6210", draw: "\u624B\u7E6A", editLink: "\u7DE8\u8F2F\u9023\u7D50", fontColor: "\u5B57\u5F62\u984F\u8272", fonts: "\u5B57\u9AD4", image: "\u5716\u50CF", italic: "\u659C\u9AD4", linkAnnotation: "\u9023\u7D50", loading: "\u6B63\u5728\u8F09\u5165", pause: "\u66AB\u505C", play: "\u64AD\u653E", preview: "\u9810\u89BD", readMore: "Read More", removeLink: "\u522A\u9664\u9023\u7D50", save: "\u5132\u5B58", saveSignature: "\u5132\u5B58\u7C3D\u540D", selectDragImage: "\u9078\u53D6\u6216\u62D6\u66F3\u5716\u50CF", showMore: "\u986F\u793A\u8F03\u591A", signature: "\u7C3D\u540D", signatures: "\u7C3D\u540D", signHere: "\u5728\u6B64\u7C3D\u540D", stampAnnotationTemplatesDialog: "\u5716\u7AE0\u8A3B\u89E3\u7BC4\u672C", stampText: "\u5370\u7AE0\u6587\u5B57", storeSignature: "\u5132\u5B58\u7C3D\u540D", time: "\u6642\u9593", type: "\u9375\u5165", typeSomething: "Type something...", underline: "\u5E95\u7DDA", useAnExistingStampDesign: "\u4F7F\u7528\u73FE\u6709\u7684\u5716\u7AE0\u8A2D\u8A08", viewMoreResults: "View More Results" } };
|
|
17
|
+
var __default = { ar: { action: "\u0625\u062C\u0631\u0627\u0621", addLink: "\u0625\u0636\u0627\u0641\u0629 \u0631\u0627\u0628\u0637", addSignature: "\u0625\u0636\u0627\u0641\u0629 \u062A\u0648\u0642\u064A\u0639", anonymous: "\u0645\u062C\u0647\u0648\u0644", backgroundColor: "\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629", black: "\u0623\u0633\u0648\u062F", blue: "\u0623\u0632\u0631\u0642", bold: "\u0639\u0631\u064A\u0636", cancel: "\u0625\u0644\u063A\u0627\u0621", chat: "Chat", chooseColor: "\u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0644\u0648\u0646", clearSignature: "\u0645\u0633\u062D \u0627\u0644\u062A\u0648\u0642\u064A\u0639", close: "\u0625\u063A\u0644\u0627\u0642", color: "\u0627\u0644\u0644\u0648\u0646", comment: "\u062A\u0639\u0644\u064A\u0642", commentAction: "\u0636\u0639 \u062A\u0639\u0644\u064A\u0642\u064B\u0627", commentEditorLabel: "\u0623\u0636\u0641 \u062A\u0639\u0644\u064A\u0642\u0643\u2026", commentOptions: "\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0639\u0644\u064A\u0642", comments: "\u062A\u0639\u0644\u064A\u0642\u0627\u062A", commentsCount: "{arg0, plural,\none {{arg0} \u062A\u0639\u0644\u064A\u0642}\ntwo {{arg0} \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u0627\u062A}\nfew {{arg0} \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u0627\u062A}\nmany {{arg0} \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u0627\u062A}\nother {{arg0} \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u0627\u062A}\n=0 {{arg0} \u062A\u0639\u0644\u064A\u0642}\n}", commentThread: "\u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u0627\u062A", copy: "\u0646\u0633\u062E", createStamp: "\u0625\u0646\u0634\u0627\u0621 \u062E\u062A\u0645", customStamp: "\u062E\u062A\u0645 \u0645\u062E\u0635\u0635", cut: "\u0642\u0635", darkBlue: "\u0623\u0632\u0631\u0642 \u062F\u0627\u0643\u0646", date: "\u0627\u0644\u062A\u0627\u0631\u064A\u062E", delete: "\u062D\u0630\u0641", deleteComment: "\u062D\u0630\u0641 \u0627\u0644\u062A\u0639\u0644\u064A\u0642", deleteCommentConfirmMessage: "\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u062D\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u061F", done: "\u062A\u0645", draw: "\u0631\u0633\u0645", edit: "\u062A\u062D\u0631\u064A\u0631", editLink: "\u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0631\u0627\u0628\u0637", fontColor: "\u0644\u0648\u0646 \u0627\u0644\u062E\u0637", fonts: "\u0627\u0644\u062E\u0637\u0648\u0637", help: "\u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629", image: "\u0635\u0648\u0631\u0629", italic: "\u0645\u0627\u0626\u0644", linkAnnotation: "\u0631\u0627\u0628\u0637", loading: "\u062A\u062D\u0645\u064A\u0644", nMoreComments: "{arg0, plural,\none {{arg0} \u062A\u0639\u0644\u064A\u0642 \u0625\u0636\u0627\u0641\u064A}\ntwo {{arg0} \u062A\u0639\u0644\u064A\u0642\u0627\u062A \u0625\u0636\u0627\u0641\u064A\u0629}\nfew {{arg0} \u062A\u0639\u0644\u064A\u0642\u0627\u062A \u0625\u0636\u0627\u0641\u064A\u0629}\nmany {{arg0} \u062A\u0639\u0644\u064A\u0642\u0627\u062A \u0625\u0636\u0627\u0641\u064A\u0629}\nother {{arg0} \u062A\u0639\u0644\u064A\u0642\u0627\u062A \u0625\u0636\u0627\u0641\u064A\u0629}\n=0 {{arg0} \u062A\u0639\u0644\u064A\u0642 \u0625\u0636\u0627\u0641\u064A}\n}", openHelpDialog: "\u0641\u062A\u062D \u0645\u0631\u0628\u0639 \u062D\u0648\u0627\u0631 \u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629", paste: "\u0644\u0635\u0642", pause: "\u0625\u064A\u0642\u0627\u0641 \u0645\u0624\u0642\u062A", play: "\u062A\u0634\u063A\u064A\u0644", preview: "\u0645\u0639\u0627\u064A\u0646\u0629", readMore: "Read More", redo: "\u0625\u0639\u0627\u062F\u0629", removeLink: "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0631\u0627\u0628\u0637", save: "\u062D\u0641\u0638", saveSignature: "\u062D\u0641\u0638 \u0627\u0644\u062A\u0648\u0642\u0639", selectAll: "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644", selectDragImage: "\u062A\u062D\u062F\u064A\u062F \u0635\u0648\u0631\u0629 \u0623\u0648 \u0633\u062D\u0628\u0647\u0627", shortcut: "\u0627\u062E\u062A\u0635\u0627\u0631", showMore: "\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F", signature: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639", signatures: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639\u0627\u062A", signHere: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639 \u0647\u0646\u0627", stampAnnotationTemplatesDialog: "\u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u062A\u0639\u0644\u064A\u0642 \u0627\u0644\u062A\u0648\u0636\u064A\u062D\u064A \u0644\u0644\u0623\u062E\u062A\u0627\u0645", stampText: "\u0646\u0635 \u0627\u0644\u062E\u062A\u0645", storeSignature: "\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0648\u0642\u064A\u0639", time: "\u0627\u0644\u062A\u0648\u0642\u064A\u062A", toolbarFocus: "\u062A\u0631\u0643\u064A\u0632 \u0634\u0631\u064A\u0637 \u0627\u0644\u0623\u062F\u0648\u0627\u062A", type: "\u0643\u062A\u0627\u0628\u0629", typeSomething: "Type something...", underline: "\u0645\u064F\u0633\u0637\u0651\u0631", undo: "\u062A\u0631\u0627\u062C\u0639", useAnExistingStampDesign: "\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0635\u0645\u064A\u0645 \u0637\u0627\u0628\u0639 \u0645\u0648\u062C\u0648\u062F", viewMoreResults: "View More Results" }, cs: { action: "Akce", addLink: "P\u0159idat odkaz", addSignature: "P\u0159idat podpis", anonymous: "Anonymn\xED", backgroundColor: "Barva pozad\xED", black: "\u010Cern\xE1", blue: "Modr\xE1", bold: "Tu\u010Dn\xE9 p\xEDsmo", cancel: "Zru\u0161it", chat: "Chat", chooseColor: "Zvolte barvu", clearSignature: "Smazat podpis", close: "Zav\u0159\xEDt", color: "Barva", comment: "Koment\xE1\u0159", commentAction: "Komentovat", commentEditorLabel: "P\u0159idat koment\xE1\u0159\u2026", commentOptions: "Mo\u017Enosti koment\xE1\u0159e", comments: "Koment\xE1\u0159e", commentsCount: "{arg0, plural,\none {{arg0} koment\xE1\u0159}\nfew {{arg0} koment\xE1\u0159e}\nother {{arg0} koment\xE1\u0159\u016F}\n}", commentThread: "Vl\xE1kno koment\xE1\u0159\u016F", copy: "Kop\xEDrovat", createStamp: "Vytvo\u0159it raz\xEDtko", customStamp: "Vlastn\xED raz\xEDtko", cut: "Vyjmout", darkBlue: "Tmav\u011B modr\xE1", date: "Datum", delete: "Smazat", deleteComment: "Odstr\xE1nit koment\xE1\u0159", deleteCommentConfirmMessage: "Opravdu chcete smazat tento koment\xE1\u0159?", done: "Hotovo", draw: "Kreslit", edit: "\xDApravy", editLink: "Upravit odkaz", fontColor: "Barva p\xEDsma", fonts: "P\xEDsma", help: "Pomoc", image: "Obr\xE1zek", italic: "Kurz\xEDva", linkAnnotation: "Odkaz", loading: "Na\u010D\xEDt\xE1n\xED", nMoreComments: "{arg0, plural,\none {{arg0} dal\u0161\xED koment\xE1\u0159}\nfew {{arg0} dal\u0161\xED koment\xE1\u0159e}\nother {{arg0} dal\u0161\xEDch koment\xE1\u0159\u016F}\n}", openHelpDialog: "Otev\u0159\xEDt dialogov\xE9 okno n\xE1pov\u011Bdy", paste: "Vlo\u017Eit", pause: "Pozastavit", play: "P\u0159ehr\xE1t", preview: "Uk\xE1zka", readMore: "Read More", redo: "Opakovat", removeLink: "Odstranit odkaz", save: "Ulo\u017Eit", saveSignature: "Ulo\u017Eit podpis", selectAll: "Vybrat v\u0161e", selectDragImage: "Vyberte nebo p\u0159et\xE1hn\u011Bte obr\xE1zek", shortcut: "zkratka", showMore: "Zobrazit v\xEDce", signature: "Podpis", signatures: "Podpisy", signHere: "Podepi\u0161te zde", stampAnnotationTemplatesDialog: "\u0160ablony anotac\xED raz\xEDtka", stampText: "Text raz\xEDtka", storeSignature: "Ulo\u017Eit podpis", time: "\u010Cas", toolbarFocus: "Fokus na panelu n\xE1stroj\u016F", type: "Ps\xE1t", typeSomething: "Type something...", underline: "Podtr\u017Eeno", undo: "Zru\u0161it", useAnExistingStampDesign: "Pou\u017E\xEDt st\xE1vaj\xEDc\xED n\xE1vrh raz\xEDtka", viewMoreResults: "View More Results" }, cy: { action: "Gweithred", addLink: "Ychwanegu Dolen", addSignature: "Ychwanegu Llofnod", anonymous: "Dienw", backgroundColor: "Lliw'r Cefndir", black: "Du", blue: "Glas", bold: "Trwm", cancel: "Canslo", chat: "Chat", chooseColor: "Dewiswch Liw", clearSignature: "Clirio'r Llofnod", close: "Cau", color: "Lliw", comment: "Sylw", commentAction: "Gwneud sylw", commentEditorLabel: "Ychwanegwch eich sylw\u2026", commentOptions: "Opsiynau Sylwadau", comments: "Sylwadau", commentsCount: "{arg0, plural,\none {{arg0} sylw}\ntwo {{arg0} sylw}\nfew {{arg0} sylw}\nmany {{arg0} sylw}\nother {{arg0} sylw}\n=0 {{arg0} sylw}\n}", commentThread: "Trywydd sylwadau", copy: "Cop\xEFo", createStamp: "Creu Stamp", customStamp: "Stamp Personol", cut: "Torri", darkBlue: "Glas Tywyll", date: "Dyddiad", delete: "Dileu", deleteComment: "Dileu'r Sylw", deleteCommentConfirmMessage: "Ydych chi'n si\u0175r eich bod eisiau dileu'r sylw hwn?", done: "Wedi Gorffen", draw: "\xC2 llaw", edit: "Golygu", editLink: "Golygu Dolen", fontColor: "Lliw'r Ffont", fonts: "Ffontiau", help: "Help", image: "Delwedd", italic: "Italig", linkAnnotation: "Dolen", loading: "Wrthi'n Llwytho", nMoreComments: "{arg0, plural,\none {{arg0} sylw arall}\ntwo {{arg0} sylw arall}\nfew {{arg0} sylw arall}\nmany {{arg0} sylw arall}\nother {{arg0} sylw arall}\n=0 {{arg0} sylw arall}\n}", openHelpDialog: "Agor Deialog Cymorth", paste: "Gludo", pause: "Rhewi", play: "Chwarae", preview: "Rhagolwg", readMore: "Read More", redo: "Ail-wneud", removeLink: "Tynnu Dolen", save: "Cadw", saveSignature: "Cadw\u2019r Llofnod", selectAll: "Dewis y Cwbl", selectDragImage: "Dewiswch neu Lusgwch Ddelwedd", shortcut: "llwybr byr", showMore: "Dangos mwy", signature: "Llofnod", signatures: "Llofnodion", signHere: "Llofnodwch Yma", stampAnnotationTemplatesDialog: "Stampio Templedi Anodi", stampText: "Testun y Stamp", storeSignature: "Storio'r Llofnod", time: "Amser", toolbarFocus: "Ffocws Bar Offer", type: "Teipio", typeSomething: "Type something...", underline: "Wedi tanlinellu", undo: "Dad-wneud", useAnExistingStampDesign: "Defnyddio dyluniad stamp cyfredol", viewMoreResults: "View More Results" }, da: { action: "Handling", addLink: "Tilf\xF8j henvisning", addSignature: "Tilf\xF8j signatur", anonymous: "Anonym", backgroundColor: "Baggrundsfarve", black: "Sort", blue: "Bl\xE5", bold: "Fed", cancel: "Annuller", chat: "Chat", chooseColor: "V\xE6lg farve", clearSignature: "Slet signatur", close: "Luk", color: "Farve", comment: "Kommentar", commentAction: "Kommenter", commentEditorLabel: "Tilf\xF8j din kommentar\u2026", commentOptions: "Kommentarmuligheder", comments: "Kommentarer", commentsCount: "{arg0, plural,\none {{arg0} kommentar}\nother {{arg0} kommentarer}\n}", commentThread: "Kommentartr\xE5d", copy: "Kopier", createStamp: "Opret stempel", customStamp: "Specielt stempel", cut: "Klip", darkBlue: "M\xF8rkebl\xE5", date: "Dato", delete: "Slet", deleteComment: "Slet kommentar", deleteCommentConfirmMessage: "Er du sikker p\xE5 du vil slette denne kommentar?", done: "F\xE6rdig", draw: "Tegn", edit: "Rediger", editLink: "Rediger link", fontColor: "Skriftfarve", fonts: "Skrifter", help: "Hj\xE6lp", image: "Billede", italic: "Kursiv", linkAnnotation: "Henvisning", loading: "Indl\xE6ser", nMoreComments: "{arg0, plural,\none {{arg0} mere kommentar}\nother {{arg0} flere kommentarer}\n}", openHelpDialog: "\xC5bn hj\xE6lpedialog", paste: "S\xE6t ind", pause: "Pause", play: "Afspil", preview: "Vis", readMore: "Read More", redo: "Gentag", removeLink: "Fjern henvisning", save: "Arkiver", saveSignature: "Arkiver underskrift", selectAll: "V\xE6lg alt", selectDragImage: "V\xE6lg eller tr\xE6k billede", shortcut: "genvej", showMore: "Vis mere", signature: "Signatur", signatures: "Signaturer", signHere: "Underskriv her", stampAnnotationTemplatesDialog: "Stempel annoteringsskabeloner", stampText: "Stempeltekst", storeSignature: "Arkiver signatur", time: "Tid", toolbarFocus: "Fokuser p\xE5 v\xE6rkt\xF8jslinjen", type: "Skriv", typeSomething: "Type something...", underline: "Understreget", undo: "Fortryd", useAnExistingStampDesign: "Brug et eksisterende stempeldesign", viewMoreResults: "View More Results" }, de: { action: "Aktion", addLink: "Link erstellen", addSignature: "Unterschrift hinzuf\xFCgen", anonymous: "Anonymer Benutzer", backgroundColor: "Hintergrundfarbe", black: "Schwarz", blue: "Blau", bold: "Fett", cancel: "Abbrechen", chat: "Chat", chooseColor: "Farbe w\xE4hlen", clearSignature: "Unterschrift entfernen", close: "Schlie\xDFen", color: "Farbe", comment: "Kommentar", commentAction: "Kommentieren", commentEditorLabel: "Kommentar einf\xFCgen\u2026", commentOptions: "Kommentaroptionen", comments: "Kommentare", commentsCount: "{arg0, plural,\none {{arg0} Kommentar}\nother {{arg0} Kommentare}\n}", commentThread: "Kommentar-Thread", copy: "Kopieren", createStamp: "Stempel erstellen", customStamp: "Eigener Stempel", cut: "Ausschneiden", darkBlue: "Dunkelblau", date: "Datum", delete: "L\xF6schen", deleteComment: "Kommentar l\xF6schen", deleteCommentConfirmMessage: "M\xF6chten Sie diesen Kommentar wirklich l\xF6schen?", done: "Fertig", draw: "Zeichnen", edit: "Bearbeiten", editLink: "Link bearbeiten", fontColor: "Schriftfarbe", fonts: "Schriftarten", help: "Hilfe", image: "Bild", italic: "Kursiv", linkAnnotation: "Hyperlink", loading: "Laden", nMoreComments: "{arg0, plural,\none {{arg0} weiterer Kommentar}\nother {{arg0} weitere Kommentare}\n}", openHelpDialog: "Hilfedialog \xF6ffnen", paste: "Einsetzen", pause: "Pause", play: "Abspielen", preview: "Vorschau", readMore: "Read More", redo: "Wiederholen", removeLink: "Link entfernen", save: "Sichern", saveSignature: "Unterschrift sichern", selectAll: "Alles ausw\xE4hlen", selectDragImage: "Bild ausw\xE4hlen oder hierher ziehen", shortcut: "Verkn\xFCpfung", showMore: "Mehr", signature: "Unterschrift", signatures: "Unterschriften", signHere: "Hier unterschreiben", stampAnnotationTemplatesDialog: "Vorlagen f\xFCr Stempelannotationen", stampText: "Stempel-Text", storeSignature: "Signatur speichern", time: "Zeit", toolbarFocus: "Fokus auf die Symbolleiste", type: "Eingeben", typeSomething: "Type something...", underline: "Unterstrichen", undo: "R\xFCckg\xE4ngig machen", useAnExistingStampDesign: "Bestehendes Stempel-Design nutzen", viewMoreResults: "View More Results" }, el: { action: "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B1", addLink: "\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", addSignature: "\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", anonymous: "\u0391\u03BD\u03CE\u03BD\u03C5\u03BC\u03BF\u03C2", backgroundColor: "\u03A7\u03C1\u03CE\u03BC\u03B1 \u03C6\u03CC\u03BD\u03C4\u03BF\u03C5", black: "\u039C\u03B1\u03CD\u03C1\u03BF", blue: "\u039C\u03C0\u03BB\u03B5", bold: "\u0388\u03BD\u03C4\u03BF\u03BD\u03B1", cancel: "\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7", chat: "Chat", chooseColor: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C7\u03C1\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2", clearSignature: "\u0395\u03BA\u03BA\u03B1\u03B8\u03AC\u03C1\u03B9\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", close: "\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF", color: "\u03A7\u03C1\u03CE\u03BC\u03B1", comment: "\u03A3\u03C7\u03CC\u03BB\u03B9\u03BF", commentAction: "\u03A3\u03C7\u03BF\u03BB\u03B9\u03AC\u03C3\u03C4\u03B5", commentEditorLabel: "\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C4\u03BF\u03C5 \u03C3\u03C7\u03BF\u03BB\u03AF\u03BF\u03C5 \u03C3\u03B1\u03C2\u2026", commentOptions: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2 \u03C3\u03C7\u03BF\u03BB\u03AF\u03B5\u03C9\u03BD", comments: "\u03A3\u03C7\u03CC\u03BB\u03B9\u03B1", commentsCount: "{arg0, plural,\none {{arg0} \u03C3\u03C7\u03BF\u03BB\u03AF\u03BF\u03C5}\nother {{arg0} \u03C3\u03C7\u03BF\u03BB\u03AF\u03C9\u03BD}\n}", commentThread: "\u039D\u03AE\u03BC\u03B1 \u03C3\u03C7\u03BF\u03BB\u03AF\u03C9\u03BD", copy: "\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE", createStamp: "\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", customStamp: "\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03B7 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1", cut: "\u0391\u03C0\u03BF\u03BA\u03BF\u03C0\u03AE", darkBlue: "\u03A3\u03BA\u03BF\u03CD\u03C1\u03BF \u03BC\u03C0\u03BB\u03B5", date: "\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1", delete: "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE", deleteComment: "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03C3\u03C7\u03BF\u03BB\u03AF\u03BF\u03C5", deleteCommentConfirmMessage: "\u0395\u03AF\u03C3\u03C4\u03B5 \u03B2\u03AD\u03B2\u03B1\u03B9\u03BF\u03B9 \u03CC\u03C4\u03B9 \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C8\u03B5\u03C4\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03C3\u03C7\u03CC\u03BB\u03B9\u03BF", done: "\u03A4\u03AD\u03BB\u03BF\u03C2", draw: "\u03A3\u03C7\u03B5\u03B4\u03AF\u03B1\u03C3\u03B7", edit: "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1", editLink: "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", fontColor: "\u03A7\u03C1\u03CE\u03BC\u03B1 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2", fonts: "\u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AD\u03C2", help: "\u0392\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1", image: "\u0395\u03B9\u03BA\u03CC\u03BD\u03B1", italic: "\u03A0\u03BB\u03AC\u03B3\u03B9\u03B1", linkAnnotation: "\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03C2", loading: "\u0393\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7", nMoreComments: "{arg0, plural,\none {{arg0} \u03B1\u03BA\u03CC\u03BC\u03B7 \u03C3\u03C7\u03CC\u03BB\u03B9\u03BF}\nother {{arg0} \u03B1\u03BA\u03CC\u03BC\u03B7 \u03C3\u03C7\u03CC\u03BB\u03B9\u03B1}\n}", openHelpDialog: "\u0386\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1 \u03B4\u03B9\u03B1\u03BB\u03CC\u03B3\u03BF\u03C5 \u03B2\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1\u03C2", paste: "\u0395\u03C0\u03B9\u03BA\u03CC\u03BB\u03BB\u03B7\u03C3\u03B7", pause: "\u03A0\u03B1\u03CD\u03C3\u03B7", play: "\u0391\u03BD\u03B1\u03C0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE", preview: "\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7", readMore: "Read More", redo: "\u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7", removeLink: "\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", save: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7", saveSignature: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", selectAll: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD", selectDragImage: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03AE \u03C3\u03CD\u03C1\u03C3\u03B9\u03BC\u03BF \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2", shortcut: "\u03C3\u03C5\u03BD\u03C4\u03CC\u03BC\u03B5\u03C5\u03C3\u03B7", showMore: "\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03C9\u03BD", signature: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE", signatures: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AD\u03C2", signHere: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE \u03B5\u03B4\u03CE", stampAnnotationTemplatesDialog: "\u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1 \u03C3\u03C7\u03BF\u03BB\u03B9\u03B1\u03C3\u03BC\u03BF\u03CD \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", stampText: "\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", storeSignature: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", time: "\u038F\u03C1\u03B1", toolbarFocus: "\u0395\u03C3\u03C4\u03AF\u03B1\u03C3\u03B7 \u03C3\u03C4\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03C9\u03BD", type: "\u03A0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03CC\u03B3\u03B7\u03C3\u03B7", typeSomething: "Type something...", underline: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF", undo: "\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7", useAnExistingStampDesign: "\u03A7\u03C1\u03AE\u03C3\u03B7 \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03BD\u03C4\u03BF\u03C2 \u03C3\u03C7\u03B5\u03B4\u03AF\u03BF\u03C5 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", viewMoreResults: "View More Results" }, "en-GB": { action: "Action", addLink: "Add Link", addSignature: "Add Signature", anonymous: "Anonymous", backgroundColor: "Background Colour", black: "Black", blue: "Blue", bold: "Bold", cancel: "Cancel", chat: "Chat", chooseColor: "Choose Colour", clearSignature: "Clear Signature", close: "Close", color: "Colour", comment: "Comment", commentAction: "Comment", commentEditorLabel: "Add your comment\u2026", commentOptions: "Comment Options", comments: "Comments", commentsCount: "{arg0, plural,\none {{arg0} comment}\nother {{arg0} comments}\n}", commentThread: "Comment thread", copy: "Copy", createStamp: "Create Stamp", customStamp: "Custom Stamp", cut: "Cut", darkBlue: "Dark Blue", date: "Date", delete: "Delete", deleteComment: "Delete Comment", deleteCommentConfirmMessage: "Are you sure you want to delete this comment?", done: "Done", draw: "Draw", edit: "Edit", editLink: "Edit Link", fontColor: "Font Colour", fonts: "Fonts", help: "Help", image: "Image", italic: "Italic", linkAnnotation: "Link", loading: "Loading", nMoreComments: "{arg0, plural,\none {{arg0} more comment}\nother {{arg0} more comments}\n}", openHelpDialog: "Open Help Dialogue", paste: "Paste", pause: "Pause", play: "Play", preview: "Preview", readMore: "Read More", redo: "Redo", removeLink: "Remove Link", save: "Save", saveSignature: "Save Signature", selectAll: "Select All", selectDragImage: "Select or Drag Image", shortcut: "shortcut", showMore: "Show More", signature: "Signature", signatures: "Signatures", signHere: "Sign Here", stampAnnotationTemplatesDialog: "Stamp Annotation Templates", stampText: "Stamp Text", storeSignature: "Store Signature", time: "Time", toolbarFocus: "Toolbar Focus", type: "Type", typeSomething: "Type something...", underline: "Underlined", undo: "Undo", useAnExistingStampDesign: "Use an existing stamp design", viewMoreResults: "View More Results" }, en: { action: "Action", addLink: "Add Link", addSignature: "Add Signature", anonymous: "Anonymous", backgroundColor: "Background Color", black: "Black", blue: "Blue", bold: "Bold", cancel: "Cancel", chat: "Chat", chooseColor: "Choose Color", clearSignature: "Clear Signature", close: "Close", color: "Color", comment: "Comment", commentAction: "Comment", commentEditorLabel: "Add your comment\u2026", commentOptions: "Comment Options", comments: "Comments", commentsCount: "{arg0, plural,\none {{arg0} comment}\nother {{arg0} comments}\n}", commentThread: "Comment thread", copy: "Copy", createStamp: "Create Stamp", customStamp: "Custom Stamp", cut: "Cut", darkBlue: "Dark Blue", date: "Date", delete: "Delete", deleteComment: "Delete Comment", deleteCommentConfirmMessage: "Are you sure you want to delete this comment?", done: "Done", draw: "Draw", edit: "Edit", editLink: "Edit Link", fontColor: "Font Color", fonts: "Fonts", help: "Help", image: "Image", italic: "Italic", linkAnnotation: "Link", loading: "Loading", nMoreComments: "{arg0, plural,\none {{arg0} more comment}\nother {{arg0} more comments}\n}", openHelpDialog: "Open Help Dialog", paste: "Paste", pause: "Pause", play: "Play", preview: "Preview", readMore: "Read More", redo: "Redo", removeLink: "Remove Link", save: "Save", saveSignature: "Save Signature", selectAll: "Select All", selectDragImage: "Select or Drag Image", shortcut: "shortcut", showMore: "Show More", signature: "Signature", signatures: "Signatures", signHere: "Sign Here", stampAnnotationTemplatesDialog: "Stamp Annotation Templates", stampText: "Stamp Text", storeSignature: "Store Signature", time: "Time", toolbarFocus: "Toolbar Focus", type: "Type", typeSomething: "Type something...", underline: "Underlined", undo: "Undo", useAnExistingStampDesign: "Use an existing stamp design", viewMoreResults: "View More Results" }, es: { action: "Acci\xF3n", addLink: "A\xF1adir enlace", addSignature: "A\xF1adir firma", anonymous: "An\xF3nimo", backgroundColor: "Color de fondo", black: "Negro", blue: "Azul", bold: "Negrita", cancel: "Cancelar", chat: "Chat", chooseColor: "Seleccionar color", clearSignature: "Borrar firma", close: "Cerrar", color: "Color", comment: "Comentario", commentAction: "Comentar", commentEditorLabel: "Escriba la respuesta\u2026", commentOptions: "Opciones de comentario", comments: "Comentarios", commentsCount: "{arg0, plural,\none {{arg0} comentario}\nother {{arg0} comentarios}\n}", commentThread: "Hilo de comentarios", copy: "Copiar", createStamp: "Crear sello", customStamp: "Sello personalizado", cut: "Cortar", darkBlue: "Azul oscuro", date: "Fecha", delete: "Eliminar", deleteComment: "Eliminar comentario", deleteCommentConfirmMessage: "\xBFSeguro que desea eliminar este comentario?", done: "OK", draw: "Dibujar", edit: "Editar", editLink: "Editar enlace", fontColor: "Color", fonts: "Tipos de letra", help: "Ayuda", image: "Imagen", italic: "Cursiva", linkAnnotation: "Enlace", loading: "Cargando", nMoreComments: "{arg0, plural,\none {{arg0} comentario m\xE1s}\nother {{arg0} comentarios m\xE1s}\n}", openHelpDialog: "Abrir di\xE1logo de ayuda", paste: "Pegar", pause: "Pausa", play: "Reproducir", preview: "Previsualizar", readMore: "Read More", redo: "Rehacer", removeLink: "Eliminar enlace", save: "Guardar", saveSignature: "Guardar firma", selectAll: "Seleccionar todo", selectDragImage: "Seleccione o arrastre una imagen", shortcut: "atajo", showMore: "Ver m\xE1s", signature: "Firma", signatures: "Firmas", signHere: "Firmar aqu\xED", stampAnnotationTemplatesDialog: "Plantillas de sellos de anotaci\xF3n", stampText: "Texto del sello", storeSignature: "Almacenar firma", time: "Hora", toolbarFocus: "Enfoque en la barra de herramientas", type: "Escribir", typeSomething: "Type something...", underline: "Subrayado", undo: "Deshacer", useAnExistingStampDesign: "Usar un dise\xF1o de sello existente", viewMoreResults: "View More Results" }, fi: { action: "Toiminto", addLink: "Lis\xE4\xE4 linkki", addSignature: "Lis\xE4\xE4 allekirjoitus", anonymous: "Anonyymi", backgroundColor: "Taustav\xE4ri", black: "Musta", blue: "Sininen", bold: "Lihavoitu", cancel: "Kumoa", chat: "Chat", chooseColor: "Valitse v\xE4ri", clearSignature: "Tyhjenn\xE4 allekirjoitus", close: "Sulje", color: "V\xE4ri", comment: "Kommentti", commentAction: "Kommentoi", commentEditorLabel: "Lis\xE4\xE4 kommenttisi\u2026", commentOptions: "Kommentointivaihtoehdot", comments: "Kommentit", commentsCount: "{arg0, plural,\none {{arg0} kommentti}\nother {{arg0} kommenttia}\n}", commentThread: "Kommenttis\xE4ie", copy: "Kopioi", createStamp: "Luo leima", customStamp: "Oma leimasin", cut: "Leikkaa", darkBlue: "Tummansininen", date: "P\xE4iv\xE4m\xE4\xE4r\xE4", delete: "Poista", deleteComment: "Poista kommentti", deleteCommentConfirmMessage: "Haluatko varmasti poistaa t\xE4m\xE4n kommentin?", done: "Valmis", draw: "Piirr\xE4", edit: "Muokkaa", editLink: "Muokkaa linkki\xE4", fontColor: "Kirjasinv\xE4ri", fonts: "Kirjasimet", help: "Ohje", image: "Kuva", italic: "Kursiivi", linkAnnotation: "Linkki", loading: "Ladataan", nMoreComments: "{arg0, plural,\none {Viel\xE4 {arg0} kommentti}\nother {Viel\xE4 {arg0} kommenttia}\n}", openHelpDialog: "Avaa ohjedialogi", paste: "Sijoita", pause: "Keskeyt\xE4", play: "Toista", preview: "Esikatselu", readMore: "Read More", redo: "Tee sittenkin", removeLink: "Poista linkki", save: "Tallenna", saveSignature: "Tallenna allekirjoitus", selectAll: "Valitse kaikki", selectDragImage: "Valitse tai raahaa kuva", shortcut: "pikan\xE4pp\xE4in", showMore: "N\xE4yt\xE4 lis\xE4\xE4", signature: "Allekirjoitus", signatures: "Allekirjoitukset", signHere: "Allekirjoitus t\xE4h\xE4n", stampAnnotationTemplatesDialog: "Leimamerkint\xE4mallit", stampText: "Leiman teksti", storeSignature: "Tallenna allekirjoitus", time: "Aika", toolbarFocus: "Ty\xF6kalurivin kohdistus", type: "Sy\xF6t\xE4", typeSomething: "Type something...", underline: "Alleviivaus", undo: "Peru", useAnExistingStampDesign: "K\xE4yt\xE4 valmista leimasinta", viewMoreResults: "View More Results" }, "fr-CA": { action: "Action", addLink: "Ajouter un lien", addSignature: "Ajouter une signature", anonymous: "Anonyme", backgroundColor: "Couleur de l\u2019arri\xE8re-plan", black: "Noir", blue: "Bleu", bold: "Gras", cancel: "Annuler", chat: "Chat", chooseColor: "Choisir une couleur", clearSignature: "Effacer la signature", close: "Fermer", color: "Couleur", comment: "Commentaire", commentAction: "Commentaire", commentEditorLabel: "Ajoutez votre commentaire\u2026", commentOptions: "Options de commentaire", comments: "Commentaires", commentsCount: "{arg0, plural,\none {{arg0}\xA0commentaire}\nother {{arg0}\xA0commentaires}\n}", commentThread: "Fil de commentaires", copy: "Copier", createStamp: "Cr\xE9er un tampon", customStamp: "Tampon personnalis\xE9", cut: "Couper", darkBlue: "Bleu fonc\xE9", date: "Date", delete: "Supprimer", deleteComment: "Supprimer le commentaire", deleteCommentConfirmMessage: "Voulez-vous vraiment supprimer ce commentaire?", done: "Termin\xE9", draw: "Dessin", edit: "Modifier", editLink: "Modifier le lien", fontColor: "Couleur de police", fonts: "Polices", help: "Aide", image: "Image", italic: "Italique", linkAnnotation: "Lien", loading: "Chargement", nMoreComments: "{arg0, plural,\none {{arg0} autre commentaire}\nother {{arg0} autres commentaires}\n}", openHelpDialog: "Ouvrir la bo\xEEte de dialogue d'aide", paste: "Coller", pause: "Pause", play: "Lecture", preview: "Aper\xE7u", readMore: "Read More", redo: "R\xE9tablir", removeLink: "Supprimer le lien", save: "Enregistrer", saveSignature: "Enregistrer la signature", selectAll: "Tout s\xE9lectionner", selectDragImage: "S\xE9lectionnez ou d\xE9posez une image", shortcut: "raccourci", showMore: "Afficher plus", signature: "Signature", signatures: "Signatures", signHere: "Signature", stampAnnotationTemplatesDialog: "Mod\xE8les de tampon d\u2019annotation", stampText: "Texte du tampon", storeSignature: "Stocker la signature", time: "Heure", toolbarFocus: "Focus sur la barre d'outils", type: "Saisie", typeSomething: "Type something...", underline: "Soulign\xE9e", undo: "Annuler", useAnExistingStampDesign: "Utiliser un mod\xE8le de tampon existant", viewMoreResults: "View More Results" }, fr: { action: "Action", addLink: "Ajouter un lien", addSignature: "Ajouter une signature", anonymous: "Anonyme", backgroundColor: "Couleur de l\u2019arri\xE8re-plan", black: "Noir", blue: "Bleu", bold: "Gras", cancel: "Annuler", chat: "Chat", chooseColor: "Choisir une couleur", clearSignature: "Effacer la signature", close: "Fermer", color: "Couleur", comment: "Commentaire", commentAction: "Commenter", commentEditorLabel: "Ajoutez votre commentaire\u2026", commentOptions: "Options de commentaire", comments: "Commentaires", commentsCount: "{arg0, plural,\none {{arg0}\xA0commentaire}\nother {{arg0}\xA0commentaires}\n}", commentThread: "Fil de commentaires", copy: "Copier", createStamp: "Cr\xE9er un tampon", customStamp: "Tampon personnalis\xE9", cut: "Couper", darkBlue: "Bleu fonc\xE9", date: "Date", delete: "Supprimer", deleteComment: "Supprimer le commentaire", deleteCommentConfirmMessage: "Voulez-vous vraiment supprimer ce commentaire\xA0?", done: "Termin\xE9", draw: "Dessin", edit: "Modifier", editLink: "Modifier le lien", fontColor: "Couleur de police", fonts: "Polices", help: "Aide", image: "Image", italic: "Italique", linkAnnotation: "Lien", loading: "Chargement", nMoreComments: "{arg0, plural,\none {{arg0} autre commentaire}\nother {{arg0} autres commentaires}\n}", openHelpDialog: "Ouvrir le dialogue d'aide", paste: "Coller", pause: "Pause", play: "Lecture", preview: "Aper\xE7u", readMore: "Read More", redo: "R\xE9tablir", removeLink: "Supprimer le lien", save: "Enregistrer", saveSignature: "Enregistrer la signature", selectAll: "Tout s\xE9lectionner", selectDragImage: "S\xE9lectionnez ou d\xE9posez une image", shortcut: "raccourci", showMore: "Afficher plus", signature: "Signature", signatures: "Signatures", signHere: "Signer ici", stampAnnotationTemplatesDialog: "Mod\xE8les d'annotation par tampon", stampText: "Texte du tampon", storeSignature: "Stocker la signature", time: "Heure", toolbarFocus: "Focus sur la barre d'outils", type: "Saisie", typeSomething: "Type something...", underline: "Soulign\xE9e", undo: "Annuler", useAnExistingStampDesign: "Utiliser un mod\xE8le de tampon existant", viewMoreResults: "View More Results" }, he: { action: "\u05E4\u05E2\u05D5\u05DC\u05D4", addLink: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", addSignature: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05D7\u05EA\u05D9\u05DE\u05D4", anonymous: "\u05D0\u05E0\u05D5\u05E0\u05D9\u05DE\u05D9", backgroundColor: "\u05E6\u05D1\u05E2 \u05E8\u05E7\u05E2", black: "\u05E9\u05D7\u05D5\u05E8", blue: "\u05DB\u05D7\u05D5\u05DC", bold: "\u05DE\u05D5\u05D3\u05D2\u05E9", cancel: "\u05D1\u05D9\u05D8\u05D5\u05DC", chat: "Chat", chooseColor: "\u05D1\u05D7\u05D9\u05E8\u05EA \u05E6\u05D1\u05E2", clearSignature: "\u05DE\u05D7\u05D9\u05E7\u05EA \u05D4\u05D7\u05EA\u05D9\u05DE\u05D4", close: "\u05E1\u05D2\u05D9\u05E8\u05D4", color: "\u05E6\u05D1\u05E2", comment: "\u05D4\u05E2\u05E8\u05D4", commentAction: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05D4\u05E2\u05E8\u05D4", commentEditorLabel: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05D4\u05E2\u05E8\u05D4\u2026", commentOptions: "\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05E2\u05E8\u05D5\u05EA", comments: "\u05D4\u05E2\u05E8\u05D5\u05EA", commentsCount: "{arg0, plural,\none {\u05D4\u05E2\u05E8\u05D4 {arg0}}\ntwo {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA}\nmany {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA}\nother {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA}\n}", commentThread: "\u05E9\u05E8\u05E9\u05D5\u05E8 \u05E9\u05DC \u05D4\u05E2\u05E8\u05D4", copy: "\u05D4\u05E2\u05EA\u05E7\u05D4", createStamp: "\u05D9\u05E6\u05D9\u05E8\u05EA \u05D7\u05D5\u05EA\u05DE\u05EA", customStamp: "\u05D7\u05D5\u05EA\u05DE\u05EA \u05DE\u05D5\u05EA\u05D0\u05DE\u05EA \u05D0\u05D9\u05E9\u05D9\u05EA", cut: "\u05D7\u05D9\u05EA\u05D5\u05DA", darkBlue: "\u05DB\u05D7\u05D5\u05DC \u05DB\u05D4\u05D4", date: "\u05EA\u05D0\u05E8\u05D9\u05DA", delete: "\u05DE\u05D7\u05D9\u05E7\u05D4", deleteComment: "\u05DE\u05D7\u05D9\u05E7\u05EA \u05D4\u05E2\u05E8\u05D4", deleteCommentConfirmMessage: "\u05D1\u05E8\u05E6\u05D5\u05E0\u05DA \u05D1\u05D0\u05DE\u05EA \u05DC\u05DE\u05D7\u05D5\u05E7 \u05D0\u05EA \u05D4\u05D4\u05E2\u05E8\u05D4 \u05D4\u05D6\u05D5?", done: "\u05E1\u05D9\u05D5\u05DD", draw: "\u05E6\u05D9\u05D5\u05E8", edit: "\u05E2\u05E8\u05D9\u05DB\u05D4", editLink: "\u05E2\u05E8\u05D9\u05DB\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", fontColor: "\u05E6\u05D1\u05E2 \u05D2\u05D5\u05E4\u05DF", fonts: "\u05D2\u05D5\u05E4\u05E0\u05D9\u05DD", help: "\u05E2\u05D6\u05E8\u05D4", image: "\u05EA\u05DE\u05D5\u05E0\u05D4", italic: "\u05E0\u05D8\u05D5\u05D9", linkAnnotation: "\u05E7\u05D9\u05E9\u05D5\u05E8", loading: "\u05D8\u05D5\u05E2\u05DF", nMoreComments: "{arg0, plural,\none {\u05D4\u05E2\u05E8\u05D4 {arg0} \u05E0\u05D5\u05E1\u05E4\u05EA}\ntwo {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA \u05E0\u05D5\u05E1\u05E4\u05D5\u05EA}\nmany {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA \u05E0\u05D5\u05E1\u05E4\u05D5\u05EA}\nother {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA \u05E0\u05D5\u05E1\u05E4\u05D5\u05EA}\n}", openHelpDialog: "\u05E4\u05EA\u05D7 \u05EA\u05D9\u05D1\u05EA \u05D3\u05D5-\u05E9\u05D9\u05D7 \u05DC\u05E2\u05D6\u05E8\u05D4", paste: "\u05D4\u05D3\u05D1\u05E7\u05D4", pause: "\u05D4\u05E9\u05D4\u05D9\u05D4", play: "\u05D4\u05E4\u05E2\u05DC\u05D4", preview: "\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4", readMore: "Read More", redo: "\u05D1\u05D9\u05E6\u05D5\u05E2 \u05DE\u05D7\u05D3\u05E9", removeLink: "\u05D4\u05E1\u05E8\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", save: "\u05E9\u05DE\u05D9\u05E8\u05D4", saveSignature: "\u05E9\u05DE\u05D9\u05E8\u05EA \u05D4\u05D7\u05EA\u05D9\u05DE\u05D4", selectAll: "\u05D1\u05D7\u05D9\u05E8\u05EA \u05DB\u05DC \u05D4\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD", selectDragImage: "\u05D1\u05D7\u05D9\u05E8\u05D4 \u05D0\u05D5 \u05D2\u05E8\u05D9\u05E8\u05D4 \u05E9\u05DC \u05EA\u05DE\u05D5\u05E0\u05D4", shortcut: "\u05E7\u05D9\u05E6\u05D5\u05E8 \u05D3\u05E8\u05DA", showMore: "\u05D4\u05E6\u05D2\u05EA \u05E4\u05E8\u05D9\u05D8\u05D9\u05DD \u05E0\u05D5\u05E1\u05E4\u05D9\u05DD", signature: "\u05D7\u05EA\u05D9\u05DE\u05D4", signatures: "\u05D7\u05EA\u05D9\u05DE\u05D5\u05EA", signHere: "\u05D9\u05E9 \u05DC\u05D7\u05EA\u05D5\u05DD \u05DB\u05D0\u05DF", stampAnnotationTemplatesDialog: "\u05EA\u05D1\u05E0\u05D9\u05D5\u05EA \u05D0\u05E0\u05D5\u05D8\u05E6\u05D9\u05D5\u05EA \u05DC\u05D7\u05D5\u05EA\u05DE\u05D5\u05EA", stampText: "\u05D8\u05E7\u05E1\u05D8 \u05D7\u05D5\u05EA\u05DE\u05EA", storeSignature: "\u05E9\u05DE\u05D9\u05E8\u05EA \u05D7\u05EA\u05D9\u05DE\u05D4", time: "\u05E9\u05E2\u05D4", toolbarFocus: "\u05DE\u05D9\u05E7\u05D5\u05D3 \u05E1\u05E8\u05D2\u05DC \u05D4\u05DB\u05DC\u05D9\u05DD", type: "\u05D4\u05E7\u05DC\u05D3\u05D4", typeSomething: "Type something...", underline: "\u05E2\u05DD \u05E7\u05D5 \u05EA\u05D7\u05EA\u05D5\u05DF", undo: "\u05D1\u05D9\u05D8\u05D5\u05DC \u05E4\u05E2\u05D5\u05DC\u05D4", useAnExistingStampDesign: "\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05E2\u05D9\u05E6\u05D5\u05D1 \u05E7\u05D9\u05D9\u05DD \u05E9\u05DC \u05D7\u05D5\u05EA\u05DE\u05EA", viewMoreResults: "View More Results" }, hr: { action: "Akcija", addLink: "Dodaj poveznicu", addSignature: "Dodaj potpis", anonymous: "Anonimni korisnik", backgroundColor: "Boja pozadine", black: "Crna", blue: "Plava", bold: "Podebljano", cancel: "Otka\u017Ei", chat: "Chat", chooseColor: "Odaberi boju", clearSignature: "O\u010Disti potpis", close: "Zatvori", color: "Boja", comment: "Komentar", commentAction: "Komentiraj", commentEditorLabel: "Dodaj komentar\u2026", commentOptions: "Opcije komentara", comments: "Komentari", commentsCount: "{arg0, plural,\none {{arg0} komentar}\nfew {{arg0} komentara}\nother {{arg0} komentara}\n}", commentThread: "Nit komentara", copy: "Kopiraj", createStamp: "Napravi pe\u010Dat", customStamp: "Prilago\u0111en pe\u010Dat", cut: "Izre\u017Ei", darkBlue: "Tamno plava", date: "Datum", delete: "Obri\u0161i", deleteComment: "Obri\u0161i komentar", deleteCommentConfirmMessage: "Jeste li sigurni da \u017Eelite obrisati ovaj komentar?", done: "Izvr\u0161eno", draw: "Crtanje", edit: "Uredi", editLink: "Uredi poveznicu", fontColor: "Boja fonta", fonts: "Fontovi", help: "Pomo\u0107", image: "Slika", italic: "Kurziv", linkAnnotation: "Poveznica", loading: "U\u010Ditavanje", nMoreComments: "{arg0, plural,\none {{arg0} komentar vi\u0161e}\nfew {{arg0} komentara vi\u0161e}\nother {{arg0} komentara vi\u0161e}\n}", openHelpDialog: "Otvori dijalog pomo\u0107i", paste: "Zalijepi", pause: "Pauziraj", play: "Pusti", preview: "Pregled", readMore: "Read More", redo: "Ponovi", removeLink: "Ukloni poveznicu", save: "Spremi", saveSignature: "Spremi potpis", selectAll: "Odaberi sve", selectDragImage: "Odaberi ili povuci sliku", shortcut: "pre\u010Dac", showMore: "Prika\u017Ei vi\u0161e", signature: "Potpis", signatures: "Potpisi", signHere: "Potpisati ovdje", stampAnnotationTemplatesDialog: "Predlo\u0161ci \u017Eigova", stampText: "Tekst pe\u010Data", storeSignature: "Pohrani potpis", time: "Vrijeme", toolbarFocus: "Fokus na alatnoj traci", type: "Vrsta", typeSomething: "Type something...", underline: "Podcrtani", undo: "Vrati", useAnExistingStampDesign: "Koristi postoje\u0107i dizajn pe\u010Data", viewMoreResults: "View More Results" }, id: { action: "Aksi", addLink: "Tambah Tautan", addSignature: "Tambah Tanda Tangan", anonymous: "Anonim", backgroundColor: "Warna Latar Belakang", black: "Hitam", blue: "Biru", bold: "Tebal", cancel: "Batalkan", chat: "Chat", chooseColor: "Pilih Warna", clearSignature: "Bersihkan Tanda Tangan", close: "Tutup", color: "Warna", comment: "Komentar", commentAction: "Komentari", commentEditorLabel: "Tambah komentar Anda\u2026", commentOptions: "Opsi Komentar", comments: "Komentar", commentsCount: "{arg0, plural,\nother {{arg0} Komentar}\n}", commentThread: "Utas komentar", copy: "Salin", createStamp: "Buat Stempel", customStamp: "Stempel Khusus", cut: "Potong", darkBlue: "Biru Tua", date: "Tanggal", delete: "Hapus", deleteComment: "Hapus Komentar", deleteCommentConfirmMessage: "Apakah Anda yakin ingin menghapus komentar ini?", done: "Selesai", draw: "Gambar", edit: "Edit", editLink: "Edit Tautan", fontColor: "Warna Font", fonts: "Font", help: "Bantuan", image: "Gambar", italic: "Miring", linkAnnotation: "Tautan", loading: "Memuat", nMoreComments: "{arg0, plural,\nother {{arg0} komentar lainnya}\n}", openHelpDialog: "Buka Dialog Bantuan", paste: "Tempel", pause: "Jeda", play: "Putar", preview: "Pratinjau", readMore: "Read More", redo: "Ulangi", removeLink: "Hapus Tautan", save: "Simpan", saveSignature: "Simpan Tanda Tangan", selectAll: "Pilih Semua", selectDragImage: "Pilih atau Seret Gambar", shortcut: "pintasan", showMore: "Lebih banyak", signature: "Tanda Tangan", signatures: "Tanda Tangan", signHere: "Tandai Di Sini", stampAnnotationTemplatesDialog: "Template Anotasi Stempel", stampText: "Teks Stempel", storeSignature: "Simpan Tanda Tangan", time: "Waktu", toolbarFocus: "Fokus pada Toolbar", type: "Ketik", typeSomething: "Type something...", underline: "Bergaris Bawah", undo: "Kembalikan", useAnExistingStampDesign: "Gunakan desain stempel yang ada", viewMoreResults: "View More Results" }, it: { action: "Azione", addLink: "Aggiungi link", addSignature: "Aggiungi firma", anonymous: "Anonimo", backgroundColor: "Colore di sfondo", black: "Nero", blue: "Blu", bold: "Grassetto", cancel: "Annulla", chat: "Chat", chooseColor: "Seleziona colore", clearSignature: "Cancella firma", close: "Chiudi", color: "Colore", comment: "Commento", commentAction: "Commenta", commentEditorLabel: "Aggiungi il tuo commento\u2026", commentOptions: "Opzioni commento", comments: "Commenti", commentsCount: "{arg0, plural,\none {{arg0} commento}\nother {{arg0} commenti}\n}", commentThread: "Thread di commenti", copy: "Copia", createStamp: "Crea timbro", customStamp: "Timbro personalizzato", cut: "Taglia", darkBlue: "Blu scuro", date: "Data", delete: "Elimina", deleteComment: "Elimina commento", deleteCommentConfirmMessage: "Sei sicuro di voler eliminare questo commento?", done: "Fine", draw: "Disegna", edit: "Modifica", editLink: "Modifica link", fontColor: "Colore font", fonts: "Font", help: "Aiuto", image: "Immagine", italic: "Corsivo", linkAnnotation: "Link", loading: "Caricamento", nMoreComments: "{arg0, plural,\none {{arg0} altro commento}\nother {Altri {arg0} commenti}\n}", openHelpDialog: "Apri la finestra di dialogo dell'aiuto", paste: "Incolla", pause: "Pausa", play: "Riproduci", preview: "Anteprima", readMore: "Read More", redo: "Ripristina", removeLink: "Rimuovi link", save: "Salva", saveSignature: "Salva firma", selectAll: "Seleziona pagina", selectDragImage: "Seleziona o trascina immagine", shortcut: "scorciatoia", showMore: "Mostra di pi\xF9", signature: "Firma", signatures: "Firme", signHere: "Firma qui", stampAnnotationTemplatesDialog: "Modelli di annotazioni timbro", stampText: "Testo del timbro", storeSignature: "Memorizza firma", time: "Ora", toolbarFocus: "Focalizzazione sulla barra degli strumenti", type: "Scrivi", typeSomething: "Type something...", underline: "Sottolineato", undo: "Annulla", useAnExistingStampDesign: "Usa design di timbro esistente", viewMoreResults: "View More Results" }, ja: { action: "\u30A2\u30AF\u30B7\u30E7\u30F3", addLink: "\u30EA\u30F3\u30AF\u3092\u8FFD\u52A0", addSignature: "\u7F72\u540D\u3092\u8FFD\u52A0", anonymous: "\u533F\u540D", backgroundColor: "\u80CC\u666F\u30AB\u30E9\u30FC", black: "\u30D6\u30E9\u30C3\u30AF", blue: "\u30D6\u30EB\u30FC", bold: "\u30DC\u30FC\u30EB\u30C9", cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB", chat: "Chat", chooseColor: "\u30AB\u30E9\u30FC\u3092\u9078\u629E", clearSignature: "\u7F72\u540D\u3092\u6D88\u53BB", close: "\u9589\u3058\u308B", color: "\u30AB\u30E9\u30FC", comment: "\u30B3\u30E1\u30F3\u30C8", commentAction: "\u30B3\u30E1\u30F3\u30C8\u3059\u308B", commentEditorLabel: "\u30B3\u30E1\u30F3\u30C8\u3092\u8FFD\u52A0\u2026", commentOptions: "\u30B3\u30E1\u30F3\u30C8\u30AA\u30D7\u30B7\u30E7\u30F3", comments: "\u30B3\u30E1\u30F3\u30C8", commentsCount: "{arg0, plural,\nother {{arg0}\u4EF6\u306E\u30B3\u30E1\u30F3\u30C8}\n}", commentThread: "\u30B3\u30E1\u30F3\u30C8\u30B9\u30EC\u30C3\u30C9", copy: "\u30B3\u30D4\u30FC", createStamp: "\u30B9\u30BF\u30F3\u30D7\u3092\u4F5C\u6210", customStamp: "\u30AB\u30B9\u30BF\u30E0\u30B9\u30BF\u30F3\u30D7", cut: "\u30AB\u30C3\u30C8", darkBlue: "\u30C0\u30FC\u30AF\u30D6\u30EB\u30FC", date: "\u65E5\u4ED8", delete: "\u524A\u9664", deleteComment: "\u30B3\u30E1\u30F3\u30C8\u3092\u524A\u9664", deleteCommentConfirmMessage: "\u3053\u306E\u30B3\u30E1\u30F3\u30C8\u3092\u524A\u9664\u3057\u3066\u3088\u308D\u3057\u3044\u3067\u3059\u304B?", done: "\u5B8C\u4E86", draw: "\u81EA\u7B46", edit: "\u7DE8\u96C6", editLink: "\u30EA\u30F3\u30AF\u3092\u7DE8\u96C6", fontColor: "\u30D5\u30A9\u30F3\u30C8\u30AB\u30E9\u30FC", fonts: "\u30D5\u30A9\u30F3\u30C8", help: "\u30D8\u30EB\u30D7", image: "\u30A4\u30E1\u30FC\u30B8", italic: "\u30A4\u30BF\u30EA\u30C3\u30AF", linkAnnotation: "\u30EA\u30F3\u30AF", loading: "\u8AAD\u307F\u8FBC\u307F\u4E2D", nMoreComments: "{arg0, plural,\nother {\u3042\u3068{arg0}\u4EF6\u306E\u30B3\u30E1\u30F3\u30C8}\n}", openHelpDialog: "\u30D8\u30EB\u30D7\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u958B\u304F", paste: "\u30DA\u30FC\u30B9\u30C8", pause: "\u4E00\u6642\u505C\u6B62", play: "\u518D\u751F", preview: "\u30D7\u30EC\u30D3\u30E5\u30FC", readMore: "Read More", redo: "\u3084\u308A\u76F4\u3059", removeLink: "\u30EA\u30F3\u30AF\u3092\u524A\u9664", save: "\u4FDD\u5B58", saveSignature: "\u7F72\u540D\u3092\u4FDD\u5B58", selectAll: "\u3059\u3079\u3066\u3092\u9078\u629E", selectDragImage: "\u30A4\u30E1\u30FC\u30B8\u3092\u9078\u629E\u307E\u305F\u306F\u30C9\u30E9\u30C3\u30B0", shortcut: "\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8", showMore: "\u3055\u3089\u306B\u8868\u793A", signature: "\u7F72\u540D", signatures: "\u7F72\u540D", signHere: "\u3053\u3061\u3089\u306B\u7F72\u540D\u3092", stampAnnotationTemplatesDialog: "\u30B9\u30BF\u30F3\u30D7\u6CE8\u91C8\u306E\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8", stampText: "\u30B9\u30BF\u30F3\u30D7\u306E\u30C6\u30AD\u30B9\u30C8", storeSignature: "\u30B9\u30C8\u30A2\u306E\u7F72\u540D", time: "\u6642\u523B", toolbarFocus: "\u30C4\u30FC\u30EB\u30D0\u30FC\u306E\u30D5\u30A9\u30FC\u30AB\u30B9", type: "\u30BF\u30A4\u30D7\u5165\u529B", typeSomething: "Type something...", underline: "\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3", undo: "\u53D6\u308A\u6D88\u3059", useAnExistingStampDesign: "\u65E2\u5B58\u306E\u30B9\u30BF\u30F3\u30D7\u30C7\u30B6\u30A4\u30F3\u3092\u4F7F\u7528", viewMoreResults: "View More Results" }, ko: { action: "\uB3D9\uC791", addLink: "\uB9C1\uD06C \uCD94\uAC00", addSignature: "\uC11C\uBA85 \uCD94\uAC00", anonymous: "\uC775\uBA85", backgroundColor: "\uBC30\uACBD \uC0C9\uC0C1", black: "\uAC80\uC740\uC0C9", blue: "\uD30C\uB780\uC0C9", bold: "\uBCFC\uB4DC\uCCB4", cancel: "\uCDE8\uC18C", chat: "Chat", chooseColor: "\uC0C9\uC0C1 \uC120\uD0DD", clearSignature: "\uC11C\uBA85 \uC9C0\uC6B0\uAE30", close: "\uB2EB\uAE30", color: "\uC0C9\uC0C1", comment: "\uCF54\uBA58\uD2B8", commentAction: "\uCF54\uBA58\uD2B8\uB2EC\uAE30", commentEditorLabel: "\uCF54\uBA58\uD2B8 \uB2EC\uAE30\u2026", commentOptions: "\uCF54\uBA58\uD2B8 \uC635\uC158", comments: "\uCF54\uBA58\uD2B8", commentsCount: "{arg0, plural,\nother {{arg0}\uAC1C\uC758 \uCF54\uBA58\uD2B8}\n}", commentThread: "\uCF54\uBA58\uD2B8 \uC2A4\uB808\uB4DC", copy: "\uBCF5\uC0AC", createStamp: "\uC2A4\uD0EC\uD504 \uC0DD\uC131", customStamp: "\uC0AC\uC6A9\uC790\uC9C0\uC815 \uC2A4\uD0EC\uD504", cut: "\uC798\uB77C\uB0B4\uAE30", darkBlue: "\uAC80\uD478\uB978\uC0C9", date: "\uB0A0\uC9DC", delete: "\uC0AD\uC81C", deleteComment: "\uCF54\uBA58\uD2B8 \uC0AD\uC81C", deleteCommentConfirmMessage: "\uC815\uB9D0 \uCF54\uBA58\uD2B8\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?", done: "\uC644\uB8CC", draw: "\uADF8\uB9AC\uAE30", edit: "\uD3B8\uC9D1", editLink: "\uB9C1\uD06C \uD3B8\uC9D1", fontColor: "\uC11C\uCCB4 \uC0C9\uC0C1", fonts: "\uC11C\uCCB4", help: "\uB3C4\uC6C0\uB9D0", image: "\uC774\uBBF8\uC9C0", italic: "\uC774\uD0E4\uB9AD\uCCB4", linkAnnotation: "\uB9C1\uD06C", loading: "\uBD88\uB7EC\uC624\uB294 \uC911", nMoreComments: "{arg0, plural,\nother {{arg0}\uAC1C \uC774\uC0C1\uC758 \uCF54\uBA58\uD2B8}\n}", openHelpDialog: "\uB3C4\uC6C0\uB9D0 \uB300\uD654 \uC0C1\uC790 \uC5F4\uAE30", paste: "\uBD99\uC5EC\uB123\uAE30", pause: "\uC77C\uC2DC\uC815\uC9C0", play: "\uC7AC\uC0DD", preview: "\uBBF8\uB9AC\uBCF4\uAE30", readMore: "Read More", redo: "\uC2E4\uD589\uBCF5\uADC0", removeLink: "\uB9C1\uD06C \uC81C\uAC70", save: "\uC800\uC7A5", saveSignature: "\uC11C\uBA85 \uC800\uC7A5", selectAll: "\uBAA8\uB450 \uC120\uD0DD", selectDragImage: "\uC774\uBBF8\uC9C0 \uC120\uD0DD \uB610\uB294 \uADF8\uB9AC\uAE30", shortcut: "\uB2E8\uCD95\uD0A4", showMore: "\uC790\uC138\uD788 \uBCF4\uAE30", signature: "\uC11C\uBA85", signatures: "\uC11C\uBA85", signHere: "\uC774\uACF3\uC5D0 \uC11C\uBA85", stampAnnotationTemplatesDialog: "\uC2A4\uD0EC\uD504 \uC8FC\uC11D \uD15C\uD50C\uB9BF", stampText: "\uD14D\uC2A4\uD2B8 \uC2A4\uD0EC\uD504", storeSignature: "\uC11C\uBA85 \uC800\uC7A5", time: "\uC2DC\uAC04", toolbarFocus: "\uD234\uBC14 \uD3EC\uCEE4\uC2A4", type: "\uD0C0\uC790", typeSomething: "Type something...", underline: "\uBC11\uC904", undo: "\uC2E4\uD589\uCDE8\uC18C", useAnExistingStampDesign: "\uAE30\uC874 \uC2A4\uD0EC\uD504 \uB514\uC790\uC778 \uC0AC\uC6A9", viewMoreResults: "View More Results" }, ms: { action: "Tindakan", addLink: "Tambah Pautan", addSignature: "Tambah Tandatangan", anonymous: "Awanama", backgroundColor: "Warna Latar Belakang", black: "Hitam", blue: "Biru", bold: "Tebal", cancel: "Batal", chat: "Chat", chooseColor: "Pilih Warna", clearSignature: "Kosongkan Tandatangan", close: "Tutup", color: "Warna", comment: "Komen", commentAction: "Komen", commentEditorLabel: "Tambahkan komen anda\u2026", commentOptions: "Pilihan Komen", comments: "Komen", commentsCount: "{arg0, plural,\nother {{arg0} Komen}\n}", commentThread: "Jalur komen", copy: "Salin", createStamp: "Cipta Cap", customStamp: "Cap Tersuai", cut: "Potong", darkBlue: "Biru Gelap", date: "Tarikh", delete: "Padam", deleteComment: "Padam Komen", deleteCommentConfirmMessage: "Adakah anda pasti anda ingin memadamkan komen ini?", done: "Selesai", draw: "Lukis", edit: "Edit", editLink: "Edit Pautan", fontColor: "Warna Fon", fonts: "Fon", help: "Bantuan", image: "Imej", italic: "Italik", linkAnnotation: "Pautan", loading: "Memuatkan", nMoreComments: "{arg0, plural,\nother {{arg0} lagi komen}\n}", openHelpDialog: "Buka Dialog Bantuan", paste: "Tampal", pause: "Jeda", play: "Main", preview: "Pratonton", readMore: "Read More", redo: "Buat Semula", removeLink: "Alih Keluar Pautan", save: "Simpan", saveSignature: "Simpan Tandatangan", selectAll: "Pilih Semua", selectDragImage: "Pilih atau Seret Imej", shortcut: "pintasan", showMore: "Tunjukkan lagi", signature: "Tandatangan", signatures: "Tandatangan", signHere: "Tandatangan Di Sini", stampAnnotationTemplatesDialog: "Templat Anotasi Cap", stampText: "Teks Cap", storeSignature: "Simpan Tandatangan", time: "Masa", toolbarFocus: "Fokus pada Toolbar", type: "Taip", typeSomething: "Type something...", underline: "Bergaris Bawah", undo: "Buat Asal", useAnExistingStampDesign: "Gunakan reka bentuk cap yang sedia ada", viewMoreResults: "View More Results" }, "nb-NO": { action: "Handling", addLink: "Legg til lenke", addSignature: "Legg til signatur", anonymous: "Anonym", backgroundColor: "Bakgrunnsfarge", black: "Sort", blue: "Bl\xE5", bold: "Fet", cancel: "Avbryt", chat: "Chat", chooseColor: "Velg farge", clearSignature: "Fjern signatur", close: "Lukk", color: "Farge", comment: "Kommentar", commentAction: "Kommenter", commentEditorLabel: "Legg til din kommentar\u2026", commentOptions: "Kommentaralternativer", comments: "Kommentarer", commentsCount: "{arg0, plural,\none {{arg0} kommentar}\nother {{arg0} kommentarer}\n}", commentThread: "Kommentartr\xE5d", copy: "Kopier", createStamp: "Opprett stempel", customStamp: "Tilpasset stempel", cut: "Klipp ut", darkBlue: "M\xF8rkebl\xE5", date: "Dato", delete: "Slett", deleteComment: "Slett kommentar", deleteCommentConfirmMessage: "Er du sikker at du vil slette denne kommentaren?", done: "Ferdig", draw: "Tegn", edit: "Rediger", editLink: "Rediger lenke", fontColor: "Skriftfarge", fonts: "Fonter", help: "Hjelp", image: "Bilde", italic: "Kursiv", linkAnnotation: "Lenke", loading: "Laster inn", nMoreComments: "{arg0, plural,\none {{arg0} kommentar til}\nother {{arg0} flere kommenterer}\n}", openHelpDialog: "\xC5pne hjelpedialog", paste: "Lim inn", pause: "Pause", play: "Spill av", preview: "Forh\xE5ndsvis", readMore: "Read More", redo: "Gj\xF8r om igjen", removeLink: "Fjern lenke", save: "Lagre", saveSignature: "Lagre signatur", selectAll: "Velg alle", selectDragImage: "Velg eller dra bilde", shortcut: "snarvei", showMore: "Vis mer", signature: "Signatur", signatures: "Signaturer", signHere: "Signer her", stampAnnotationTemplatesDialog: "Mal for kommentarstempel", stampText: "Stempeltekst", storeSignature: "Lagre signatur", time: "Tid", toolbarFocus: "Fokus p\xE5 verkt\xF8ylinjen", type: "Skriv", typeSomething: "Type something...", underline: "Understreket", undo: "Angre", useAnExistingStampDesign: "Bruk et eksisterende stempeldesign", viewMoreResults: "View More Results" }, nl: { action: "Actie", addLink: "Voeg koppeling toe", addSignature: "Voeg handtekening toe", anonymous: "Anoniem", backgroundColor: "Achtergrondkleur", black: "Zwart", blue: "Blauw", bold: "Vet", cancel: "Annuleer", chat: "Chat", chooseColor: "Kies kleur", clearSignature: "Wis handtekening", close: "Sluit", color: "Kleur", comment: "Opmerking", commentAction: "Plaats opmerking", commentEditorLabel: "Voeg je opmerking toe\u2026", commentOptions: "Opties voor opmerkingen", comments: "Opmerkingen", commentsCount: "{arg0, plural,\none {{arg0} opmerking}\nother {{arg0} opmerkingen}\n}", commentThread: "Opmerkingen", copy: "Kopieer", createStamp: "Maak stempel", customStamp: "Aangepaste stempel", cut: "Knip", darkBlue: "Donkerblauw", date: "Datum", delete: "Verwijder", deleteComment: "Verwijder opmerking", deleteCommentConfirmMessage: "Weet je zeker dat je deze opmerking wilt verwijderen?", done: "Gereed", draw: "Teken", edit: "Wijzig", editLink: "Wijzig koppeling", fontColor: "Letterkleur", fonts: "Lettertypen", help: "Help", image: "Afbeelding", italic: "Cursief", linkAnnotation: "Koppeling", loading: "Laden", nMoreComments: "{arg0, plural,\none {Nog {arg0} opmerking}\nother {Nog {arg0} opmerkingen}\n}", openHelpDialog: "Helpdialoog openen", paste: "Plak", pause: "Pauzeer", play: "Speel af", preview: "Voorvertoning", readMore: "Read More", redo: "Opnieuw", removeLink: "Verwijder koppeling", save: "Bewaar", saveSignature: "Bewaar handtekening", selectAll: "Selecteer alles", selectDragImage: "Selecteer of sleep afbeelding", shortcut: "sneltoets", showMore: "Toon meer", signature: "Handtekening", signatures: "Handtekeningen", signHere: "Teken hier", stampAnnotationTemplatesDialog: "Stempelsjablonen", stampText: "Stempeltekst", storeSignature: "Bewaar handtekening", time: "Tijd", toolbarFocus: "Focus op de werkbalk", type: "Typ", typeSomething: "Type something...", underline: "Onderstreept", undo: "Herstel", useAnExistingStampDesign: "Gebruik een bestaand stempelontwerp", viewMoreResults: "View More Results" }, pl: { action: "Akcja", addLink: "Dodaj \u0142\u0105cze", addSignature: "Dodaj podpis", anonymous: "Anonim", backgroundColor: "Kolor t\u0142a", black: "Czarny", blue: "Niebieski", bold: "Pogrubienie", cancel: "Anuluj", chat: "Chat", chooseColor: "Wybierz kolor", clearSignature: "Wyma\u017C podpis", close: "Zamknij", color: "Kolor", comment: "Komentarz", commentAction: "Skomentuj", commentEditorLabel: "Dodaj komentarz\u2026", commentOptions: "Opcje komentowania", comments: "Komentarze", commentsCount: "{arg0, plural,\none {{arg0} komentarz}\nfew {{arg0} komentarze}\nmany {{arg0} komentarzy}\nother {{arg0} komentarza}\n}", commentThread: "W\u0105tek komentarzy", copy: "Kopiuj", createStamp: "Utw\xF3rz piecz\u0119\u0107", customStamp: "Niestandardowa piecz\u0119\u0107", cut: "Wytnij", darkBlue: "Ciemnoniebieski", date: "Data", delete: "Usu\u0144", deleteComment: "Usu\u0144 komentarz", deleteCommentConfirmMessage: "Czy na pewno chcesz usun\u0105\u0107 ten komentarz?", done: "Gotowe", draw: "Narysuj", edit: "Edytuj", editLink: "Edytuj \u0142\u0105cze", fontColor: "Kolor czcionki", fonts: "Czcionki", help: "Pomoc", image: "Obraz", italic: "Kursywa", linkAnnotation: "\u0141\u0105cze", loading: "\u0141adowanie", nMoreComments: "{arg0, plural,\none {Jeszcze {arg0} komentarz}\nfew {Jeszcze {arg0} komentarze}\nmany {Jeszcze {arg0} komentarzy}\nother {Jeszcze {arg0} komentarza}\n}", openHelpDialog: "Otw\xF3rz okno dialogowe pomocy", paste: "Wklej", pause: "Wstrzymaj", play: "Odtwarzaj", preview: "Podgl\u0105d", readMore: "Read More", redo: "Pon\xF3w", removeLink: "Usu\u0144 \u0142\u0105cze", save: "Zachowaj", saveSignature: "Zachowaj podpis", selectAll: "Zaznacz wszystko", selectDragImage: "Wybierz lub przeci\u0105gnij obraz", shortcut: "skr\xF3t", showMore: "Poka\u017C wi\u0119cej", signature: "Podpis", signatures: "Podpisy", signHere: "Podpisz tutaj", stampAnnotationTemplatesDialog: "Szablony adnotacji p\u0119dzla", stampText: "Tekst piecz\u0119ci", storeSignature: "Zapisz podpis", time: "Czas", toolbarFocus: "Skupienie na pasku narz\u0119dzi", type: "Wpisz", typeSomething: "Type something...", underline: "Podkre\u015Blenie", undo: "Cofnij", useAnExistingStampDesign: "U\u017Cyj istniej\u0105cego projektu piecz\u0119ci", viewMoreResults: "View More Results" }, "pt-PT": { action: "A\xE7\xE3o", addLink: "Adicionar link", addSignature: "Adicionar assinatura", anonymous: "An\xF3nimo", backgroundColor: "Cor de fundo", black: "Preto", blue: "Azul", bold: "Negrito", cancel: "Cancelar", chat: "Chat", chooseColor: "Seleccionar cor", clearSignature: "Limpar assinatura", close: "Fechar", color: "Cor", comment: "Coment\xE1rio", commentAction: "Comentar", commentEditorLabel: "Adicione o seu coment\xE1rio\u2026", commentOptions: "Op\xE7\xF5es de coment\xE1rio", comments: "Coment\xE1rios", commentsCount: "{arg0, plural,\none {{arg0} coment\xE1rio}\nother {{arg0} coment\xE1rios}\n}", commentThread: "T\xF3pico de coment\xE1rios", copy: "Copiar", createStamp: "Criar selo", customStamp: "Carimbo personalizado", cut: "Cortar", darkBlue: "Azul escuro", date: "Data", delete: "Apagar", deleteComment: "Apagar coment\xE1rio", deleteCommentConfirmMessage: "Tem a certeza de que pretende apagar este coment\xE1rio?", done: "Feito", draw: "Desenho", edit: "Editar", editLink: "Editar link", fontColor: "Cor da letra", fonts: "Tipos de letra", help: "Ajuda", image: "Imagem", italic: "It\xE1lico", linkAnnotation: "Hiperliga\xE7\xE3o", loading: "A carregar", nMoreComments: "{arg0, plural,\none {Mais {arg0} coment\xE1rio}\nother {Mais {arg0} coment\xE1rios}\n}", openHelpDialog: "Abrir caixa de di\xE1logo de ajuda", paste: "Colar", pause: "Pausar", play: "Reproduzir", preview: "Pr\xE9-visualizar", readMore: "Read More", redo: "Refazer", removeLink: "Remover link", save: "Guardar", saveSignature: "Guardar assinatura", selectAll: "Selecionar tudo", selectDragImage: "Selecionar ou arrastar imagem", shortcut: "atalho", showMore: "Mostrar mais", signature: "Assinatura", signatures: "Assinaturas", signHere: "Assinar aqui", stampAnnotationTemplatesDialog: "Modelos de anota\xE7\xE3o de carimbo", stampText: "Texto de selo", storeSignature: "Armazenar assinatura", time: "Hora", toolbarFocus: "Foco na barra de ferramentas", type: "Digitar", typeSomething: "Type something...", underline: "Sublinhado", undo: "Desfazer", useAnExistingStampDesign: "Usar um design de carimbo existente", viewMoreResults: "View More Results" }, pt: { action: "A\xE7\xE3o", addLink: "Adicionar Link", addSignature: "Adicionar Assinatura", anonymous: "An\xF4nimo", backgroundColor: "Cor de Fundo", black: "Preto", blue: "Azul", bold: "Negrito", cancel: "Cancelar", chat: "Chat", chooseColor: "Escolher Cor", clearSignature: "Limpar Assinatura", close: "Fechar", color: "Cor", comment: "Coment\xE1rio", commentAction: "Comentar", commentEditorLabel: "Adicione um coment\xE1rio\u2026", commentOptions: "Op\xE7\xF5es de Coment\xE1rio", comments: "Coment\xE1rios", commentsCount: "{arg0, plural,\none {{arg0} coment\xE1rio}\nother {{arg0} coment\xE1rios}\n}", commentThread: "Conversa do coment\xE1rio", copy: "Copiar", createStamp: "Criar Carimbo", customStamp: "Carimbo Personalizado", cut: "Cortar", darkBlue: "Azul-escuro", date: "Data", delete: "Apagar", deleteComment: "Apagar Coment\xE1rio", deleteCommentConfirmMessage: "Tem certeza de que deseja apagar este coment\xE1rio?", done: "OK", draw: "Desenhar", edit: "Editar", editLink: "Editar Link", fontColor: "Cor da Fonte", fonts: "Fontes", help: "Ajuda", image: "Imagem", italic: "It\xE1lico", linkAnnotation: "Link", loading: "Carregando", nMoreComments: "{arg0, plural,\none {Mais {arg0} coment\xE1rio}\nother {Mais {arg0} coment\xE1rios}\n}", openHelpDialog: "Abrir di\xE1logo de ajuda", paste: "Colar", pause: "Pausar", play: "Reproduzir", preview: "Pr\xE9-visualizar", readMore: "Read More", redo: "Refazer", removeLink: "Remover Link", save: "Salvar", saveSignature: "Salvar Assinatura", selectAll: "Selecionar Tudo", selectDragImage: "Selecionar ou Arrastar Imagem", shortcut: "atalho", showMore: "Mostrar mais", signature: "Assinatura", signatures: "Assinaturas", signHere: "Assine Aqui", stampAnnotationTemplatesDialog: "Modelos de Anota\xE7\xE3o de Carimbo", stampText: "Texto do Carimbo", storeSignature: "Armazenar Assinatura", time: "Hora", toolbarFocus: "Foco na barra de ferramentas", type: "Digitar", typeSomething: "Type something...", underline: "Sublinhado", undo: "Desfazer", useAnExistingStampDesign: "Usar um design de carimbo existente", viewMoreResults: "View More Results" }, ru: { action: "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435", addLink: "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", addSignature: "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", anonymous: "\u0410\u043D\u043E\u043D\u0438\u043C", backgroundColor: "\u0426\u0432\u0435\u0442 \u0444\u043E\u043D\u0430", black: "\u0427\u0435\u0440\u043D\u044B\u0439", blue: "\u0421\u0438\u043D\u0438\u0439", bold: "\u0416\u0438\u0440\u043D\u044B\u0439", cancel: "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C", chat: "Chat", chooseColor: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0432\u0435\u0442", clearSignature: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", close: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C", color: "\u0426\u0432\u0435\u0442", comment: "\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439", commentAction: "\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C", commentEditorLabel: "\u0414\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439\u2026", commentOptions: "\u041E\u043F\u0446\u0438\u0438 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F", comments: "\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0438", commentsCount: "{arg0, plural,\none {{arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439}\nfew {{arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F}\nmany {{arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0435\u0432}\nother {{arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F}\n}", commentThread: "\u0412\u0435\u0442\u043A\u0430 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0435\u0432", copy: "\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C", createStamp: "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043F\u0435\u0447\u0430\u0442\u044C", customStamp: "\u0421\u0432\u043E\u044F \u043F\u0435\u0447\u0430\u0442\u044C", cut: "\u0412\u044B\u0440\u0435\u0437\u0430\u0442\u044C", darkBlue: "\u0422\u0435\u043C\u043D\u043E-\u0441\u0438\u043D\u0438\u0439", date: "\u0414\u0430\u0442\u0430", delete: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C", deleteComment: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439", deleteCommentConfirmMessage: "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439?", done: "\u0413\u043E\u0442\u043E\u0432\u043E", draw: "\u041E\u0442 \u0440\u0443\u043A\u0438", edit: "\u041F\u0440\u0430\u0432\u0438\u0442\u044C", editLink: "\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", fontColor: "\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430", fonts: "\u0428\u0440\u0438\u0444\u0442\u044B", help: "\u0421\u043F\u0440\u0430\u0432\u043A\u0430", image: "\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435", italic: "\u041A\u0443\u0440\u0441\u0438\u0432", linkAnnotation: "\u0421\u0441\u044B\u043B\u043A\u0430", loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430", nMoreComments: "{arg0, plural,\none {\u0415\u0449\u0435 {arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439}\nfew {\u0415\u0449\u0435 {arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F}\nmany {\u0415\u0449\u0435 {arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0435\u0432}\nother {\u0415\u0449\u0435 {arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F}\n}", openHelpDialog: "\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 \u043F\u043E\u043C\u043E\u0449\u0438", paste: "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C", pause: "\u041F\u0430\u0443\u0437\u0430", play: "\u0412\u043E\u0441\u043F\u0440.", preview: "\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440", readMore: "Read More", redo: "\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C", removeLink: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", save: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C", saveSignature: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", selectAll: "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435", selectDragImage: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0441\u044E\u0434\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435", shortcut: "\u044F\u0440\u043B\u044B\u043A", showMore: "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435", signature: "\u041F\u043E\u0434\u043F\u0438\u0441\u044C", signatures: "\u041F\u043E\u0434\u043F\u0438\u0441\u0438", signHere: "\u041C\u0435\u0441\u0442\u043E \u043F\u043E\u0434\u043F\u0438\u0441\u0438", stampAnnotationTemplatesDialog: "\u0428\u0430\u0431\u043B\u043E\u043D\u044B \u0448\u0442\u0430\u043C\u043F\u043E\u0432", stampText: "\u0422\u0435\u043A\u0441\u0442 \u043F\u0435\u0447\u0430\u0442\u0438", storeSignature: "\u0417\u0430\u043F\u043E\u043C\u043D\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", time: "\u0412\u0440\u0435\u043C\u044F", toolbarFocus: "\u0424\u043E\u043A\u0443\u0441 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432", type: "\u0421 \u043A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u044B", typeSomething: "Type something...", underline: "\u0422\u043E\u043B\u044C\u043A\u043E \u0441\u043D\u0438\u0437\u0443", undo: "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C", useAnExistingStampDesign: "\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043F\u0435\u0447\u0430\u0442\u044C", viewMoreResults: "View More Results" }, sk: { action: "Akcia", addLink: "Prida\u0165 odkaz", addSignature: "Prida\u0165 podpis", anonymous: "Anonymn\xFD", backgroundColor: "Farba pozadia", black: "\u010Cierna", blue: "Modr\xE1", bold: "Tu\u010Dn\xE9 p\xEDsmo", cancel: "Zru\u0161i\u0165", chat: "Chat", chooseColor: "Zvo\u013Ete farbu", clearSignature: "Zmaza\u0165 podpis", close: "Zavrie\u0165", color: "Farba", comment: "Koment\xE1r", commentAction: "Komentova\u0165", commentEditorLabel: "Prida\u0165 koment\xE1r\u2026", commentOptions: "Mo\u017Enosti koment\xE1ra", comments: "Koment\xE1re", commentsCount: "{arg0, plural,\n}", commentThread: "Vl\xE1kno koment\xE1rov", copy: "Kop\xEDrova\u0165", createStamp: "Vytvori\u0165 raz\xEDtko", customStamp: "Vlastn\xE9 raz\xEDtko", cut: "Vystrihn\xFA\u0165", darkBlue: "Tmavomodr\xE1", date: "D\xE1tum", delete: "Zmaza\u0165", deleteComment: "Odstr\xE1ni\u0165 koment\xE1r", deleteCommentConfirmMessage: "Naozaj chcete zmaza\u0165 tento koment\xE1r?", done: "Hotovo", draw: "Kresli\u0165", edit: "Upravi\u0165", editLink: "Upravi\u0165 odkaz", fontColor: "Farba p\xEDsma", fonts: "P\xEDsma", help: "Pomoc", image: "Obr\xE1zok", italic: "Kurz\xEDva", linkAnnotation: "Odkaz", loading: "Na\u010D\xEDtavam", nMoreComments: "{arg0, plural,\none {{arg0} \u010Fal\u0161\xED koment\xE1r}\nfew {{arg0} \u010Fal\u0161ie koment\xE1re}\nother {{arg0} \u010Fal\u0161\xEDch koment\xE1rov}\n}", openHelpDialog: "Otvori\u0165 dial\xF3gov\xE9 okno n\xE1pomoci", paste: "Vlo\u017Ei\u0165", pause: "Pozastavi\u0165", play: "Prehra\u0165", preview: "Uk\xE1\u017Eka", readMore: "Read More", redo: "Opakova\u0165", removeLink: "Odstr\xE1ni\u0165 odkaz", save: "Ulo\u017Ei\u0165", saveSignature: "Ulo\u017Ei\u0165 podpis", selectAll: "Vybra\u0165 v\u0161etko", selectDragImage: "Vyberte alebo pretiahnite obr\xE1zok", shortcut: "skratka", showMore: "Zobrazi\u0165 viac", signature: "Podpis", signatures: "Podpisy", signHere: "Podp\xED\u0161te tu", stampAnnotationTemplatesDialog: "\u0160abl\xF3ny pe\u010Diatok", stampText: "Text raz\xEDtka", storeSignature: "Ulo\u017Ei\u0165 podpis", time: "\u010Cas", toolbarFocus: "Fokus na paneli n\xE1strojov", type: "P\xEDsa\u0165", typeSomething: "Type something...", underline: "Pod\u010Diarknut\xFD", undo: "Zru\u0161i\u0165", useAnExistingStampDesign: "Pou\u017Ei\u0165 existuj\xFAci n\xE1vrh raz\xEDtka", viewMoreResults: "View More Results" }, sl: { action: "Dejanje", addLink: "Dodaj povezavo", addSignature: "Dodaj podpis", anonymous: "Anonimen", backgroundColor: "Barva ozadja", black: "\u010Crna", blue: "Modra", bold: "Odebeljeno", cancel: "Prekli\u010Di", chat: "Chat", chooseColor: "Izberi barvo", clearSignature: "Po\u010Disti podpis", close: "Zapri", color: "Barva", comment: "Komentar", commentAction: "Komentiraj", commentEditorLabel: "Dodaj komentar\u2026", commentOptions: "Nastavitve komentarja", comments: "Komentarji", commentsCount: "{arg0, plural,\none {{arg0} komentar}\nother {{arg0} komentarjev}\nfew {{arg0} komentarjev}\n}", commentThread: "Komentarji", copy: "Kopiraj", createStamp: "Ustvari \u0161tampiljko", customStamp: "\u0160tampiljka po meri", cut: "Izre\u017Ei", darkBlue: "Temno Modra", date: "Datum", delete: "Izbri\u0161i", deleteComment: "Izbri\u0161i komentar", deleteCommentConfirmMessage: "Ali ste prepri\u010Dani, da \u017Eelite izbrisati ta komentar?", done: "Kon\u010Daj", draw: "Ri\u0161i", edit: "Uredi", editLink: "Uredi povezavo", fontColor: "Barva pisave", fonts: "Pisave", help: "Pomo\u010D", image: "Slika", italic: "Po\u0161evno", linkAnnotation: "Povezava", loading: "Nalagam", nMoreComments: "{arg0, plural,\none {{arg0} preostali komentar}\nother {{arg0} preostalih komentarjev}\nfew {{arg0} preostalih komentarjev}\n}", openHelpDialog: "Odpri pogovorno okno za pomo\u010D", paste: "Prilepi", pause: "Za\u010Dasno ustavi", play: "Predvajaj", preview: "Predogled", readMore: "Read More", redo: "Uveljavi", removeLink: "Odstrani povezavo", save: "Shrani", saveSignature: "Shrani podpis", selectAll: "Izberi vse", selectDragImage: "Izberi ali povle\u010Di sliko", shortcut: "bli\u017Enjica", showMore: "Prika\u017Ei ve\u010D", signature: "Podpis", signatures: "Podpisi", signHere: "Podpi\u0161ite tukaj", stampAnnotationTemplatesDialog: "Predloge \u017Eigov", stampText: "Besedilo \u0161tampiljke", storeSignature: "Shrani podpis", time: "\u010Cas", toolbarFocus: "Fokus na orodni vrstici", type: "Tipkaj", typeSomething: "Type something...", underline: "Pod\u010Drtano", undo: "Razveljavi", useAnExistingStampDesign: "Uporabi obstoje\u010Do \u0161tampiljko", viewMoreResults: "View More Results" }, sv: { action: "\xC5tg\xE4rd", addLink: "L\xE4gg till l\xE4nk", addSignature: "L\xE4gg till signatur", anonymous: "Anonym", backgroundColor: "Bakgrundsf\xE4rg", black: "Svart", blue: "Bl\xE5tt", bold: "Fet", cancel: "Avbryt", chat: "Chat", chooseColor: "V\xE4lj f\xE4rg", clearSignature: "Rensa signatur", close: "St\xE4ng", color: "F\xE4rg", comment: "Kommentar", commentAction: "Kommentera", commentEditorLabel: "L\xE4gg till din kommentar\u2026", commentOptions: "Kommentarsalternativ", comments: "Kommentarer", commentsCount: "{arg0, plural,\none {{arg0} kommentar}\nother {{arg0} kommentarer}\n}", commentThread: "Kommentarstr\xE5d", copy: "Kopiera", createStamp: "Skapa st\xE4mpel", customStamp: "Anpassad st\xE4mpel", cut: "Klipp ut", darkBlue: "M\xF6rkbl\xE5tt", date: "Datum", delete: "Radera", deleteComment: "Radera kommentar", deleteCommentConfirmMessage: "Vill du radera kommentaren?", done: "Klar", draw: "Rita", edit: "Redigera", editLink: "Redigera l\xE4nk", fontColor: "Textf\xE4rg", fonts: "Typsnitt", help: "Hj\xE4lp", image: "Bild", italic: "Kursiv", linkAnnotation: "L\xE4nk", loading: "L\xE4ser in", nMoreComments: "{arg0, plural,\none {{arg0} ytterligare kommentar}\nother {{arg0} ytterligare kommentarer}\n}", openHelpDialog: "\xD6ppna hj\xE4lpdialogen", paste: "Klistra in", pause: "Pausa", play: "Spela", preview: "F\xF6rhandsvisa", readMore: "Read More", redo: "G\xF6r om", removeLink: "Ta bort l\xE4nk", save: "Spara", saveSignature: "Spara signatur", selectAll: "Markera allt", selectDragImage: "V\xE4lj eller dra bild", shortcut: "genv\xE4g", showMore: "Visa fler", signature: "Underskrift", signatures: "Underskrifter", signHere: "Signera h\xE4r", stampAnnotationTemplatesDialog: "Mallar f\xF6r st\xE4mpelanteckningar", stampText: "St\xE4mpeltext", storeSignature: "Lagra signatur", time: "Tid", toolbarFocus: "Fokus p\xE5 verktygsf\xE4ltet", type: "Typ", typeSomething: "Type something...", underline: "Understruken", undo: "\xC5ngra", useAnExistingStampDesign: "Anv\xE4nd en befintlig st\xE4mpeldesign", viewMoreResults: "View More Results" }, th: { action: "\u0E01\u0E32\u0E23\u0E01\u0E23\u0E30\u0E17\u0E33", addLink: "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E25\u0E34\u0E07\u0E01\u0E4C", addSignature: "\u0E25\u0E07\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", anonymous: "\u0E19\u0E34\u0E23\u0E19\u0E32\u0E21", backgroundColor: "\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07", black: "\u0E2A\u0E35\u0E14\u0E33", blue: "\u0E2A\u0E35\u0E19\u0E49\u0E33\u0E40\u0E07\u0E34\u0E19", bold: "\u0E15\u0E31\u0E27\u0E2B\u0E19\u0E32", cancel: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01", chat: "Chat", chooseColor: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2A\u0E35", clearSignature: "\u0E25\u0E1A\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", close: "\u0E1B\u0E34\u0E14", color: "\u0E2A\u0E35", comment: "\u0E04\u0E27\u0E32\u0E21\u0E04\u0E34\u0E14\u0E40\u0E2B\u0E47\u0E19", commentAction: "\u0E43\u0E2B\u0E49\u0E04\u0E27\u0E32\u0E21\u0E40\u0E2B\u0E47\u0E19", commentEditorLabel: "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E04\u0E27\u0E32\u0E21\u0E04\u0E34\u0E14\u0E40\u0E2B\u0E47\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u2026", commentOptions: "\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E02\u0E2D\u0E07\u0E04\u0E27\u0E32\u0E21\u0E04\u0E34\u0E14\u0E40\u0E2B\u0E47\u0E19", comments: "\u0E04\u0E27\u0E32\u0E21\u0E04\u0E34\u0E14\u0E40\u0E2B\u0E47\u0E19", commentsCount: "{arg0, plural,\nother {{arg0} \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21}\n}", commentThread: "\u0E2B\u0E31\u0E27\u0E02\u0E49\u0E2D\u0E04\u0E2D\u0E21\u0E40\u0E21\u0E49\u0E19\u0E17\u0E4C", copy: "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01", createStamp: "\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E15\u0E23\u0E32\u0E1B\u0E23\u0E30\u0E17\u0E31\u0E1A", customStamp: "\u0E41\u0E15\u0E48\u0E07\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C", cut: "\u0E15\u0E31\u0E14", darkBlue: "\u0E19\u0E49\u0E33\u0E40\u0E07\u0E34\u0E19\u0E40\u0E02\u0E49\u0E21", date: "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48", delete: "\u0E25\u0E1A", deleteComment: "\u0E25\u0E14\u0E04\u0E27\u0E32\u0E21\u0E04\u0E34\u0E14\u0E40\u0E2B\u0E47\u0E19", deleteCommentConfirmMessage: "\u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E17\u0E35\u0E48\u0E08\u0E30\u0E25\u0E1A\u0E04\u0E2D\u0E21\u0E40\u0E21\u0E49\u0E19\u0E17\u0E4C\u0E19\u0E35\u0E49", done: "\u0E40\u0E2A\u0E23\u0E47\u0E08", draw: "\u0E27\u0E32\u0E14", edit: "\u0E41\u0E01\u0E49\u0E44\u0E02", editLink: "\u0E41\u0E01\u0E49\u0E44\u0E02\u0E25\u0E34\u0E07\u0E01\u0E4C", fontColor: "\u0E2A\u0E35\u0E41\u0E1A\u0E1A\u0E2D\u0E31\u0E01\u0E29\u0E23", fonts: "\u0E41\u0E1A\u0E1A\u0E2D\u0E31\u0E01\u0E29\u0E23", help: "\u0E04\u0E27\u0E32\u0E21\u0E0A\u0E48\u0E27\u0E22\u0E40\u0E2B\u0E25\u0E37\u0E2D", image: "\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E", italic: "\u0E15\u0E31\u0E27\u0E40\u0E2D\u0E19", linkAnnotation: "\u0E25\u0E34\u0E07\u0E01\u0E4C", loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14", nMoreComments: "{arg0, plural,\nother {{arg0} \u0E04\u0E2D\u0E21\u0E40\u0E21\u0E49\u0E19\u0E17\u0E4C}\n}", openHelpDialog: "\u0E40\u0E1B\u0E34\u0E14\u0E01\u0E25\u0E48\u0E2D\u0E07\u0E42\u0E15\u0E49\u0E15\u0E2D\u0E1A\u0E0A\u0E48\u0E27\u0E22\u0E40\u0E2B\u0E25\u0E37\u0E2D", paste: "\u0E27\u0E32\u0E07", pause: "\u0E2B\u0E22\u0E38\u0E14\u0E0A\u0E31\u0E48\u0E27\u0E04\u0E23\u0E32\u0E27", play: "\u0E40\u0E25\u0E48\u0E19", preview: "\u0E14\u0E39\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07", readMore: "Read More", redo: "\u0E17\u0E33\u0E0B\u0E49\u0E33", removeLink: "\u0E25\u0E1A\u0E25\u0E34\u0E07\u0E01\u0E4C", save: "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01", saveSignature: "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", selectAll: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14", selectDragImage: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2B\u0E23\u0E37\u0E2D\u0E25\u0E32\u0E01\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E", shortcut: "\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14", showMore: "\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E1E\u0E34\u0E48\u0E21", signature: "\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", signatures: "\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", signHere: "\u0E25\u0E07\u0E0A\u0E37\u0E48\u0E2D\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48", stampAnnotationTemplatesDialog: "\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E47\u0E15\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C\u0E42\u0E19\u0E49\u0E15", stampText: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E02\u0E2D\u0E07\u0E15\u0E23\u0E32\u0E1B\u0E23\u0E30\u0E17\u0E31\u0E1A", storeSignature: "\u0E40\u0E01\u0E47\u0E1A\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", time: "\u0E40\u0E27\u0E25\u0E32", toolbarFocus: "\u0E42\u0E1F\u0E01\u0E31\u0E2A\u0E17\u0E35\u0E48\u0E41\u0E16\u0E1A\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D", type: "\u0E1E\u0E34\u0E21\u0E1E\u0E4C", typeSomething: "Type something...", underline: "\u0E02\u0E35\u0E14\u0E40\u0E2A\u0E49\u0E19\u0E43\u0E15\u0E49", undo: "\u0E16\u0E2D\u0E19\u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07\u0E01\u0E25\u0E31\u0E1A", useAnExistingStampDesign: "\u0E43\u0E0A\u0E49\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C\u0E17\u0E35\u0E48\u0E2D\u0E2D\u0E01\u0E41\u0E1A\u0E1A\u0E44\u0E27\u0E49", viewMoreResults: "View More Results" }, tr: { action: "Eylem", addLink: "Ba\u011Flant\u0131 Ekle", addSignature: "\u0130mza Ekle", anonymous: "Anonim", backgroundColor: "Arkaplan Rengi", black: "Siyah", blue: "Mavi", bold: "Kal\u0131n", cancel: "Vazge\xE7", chat: "Chat", chooseColor: "Renk Se\xE7", clearSignature: "\u0130mzay\u0131 Sil", close: "Kapat", color: "Renk", comment: "Yorum", commentAction: "Yorum Ekle", commentEditorLabel: "Yorum ekleyin\u2026", commentOptions: "Yorum se\xE7enekleri", comments: "Yorumlar", commentsCount: "{arg0, plural,\none {{arg0} yorum}\nother {{arg0} yorum}\n}", commentThread: "Yorumlar", copy: "Kopyala", createStamp: "Damga Yarat", customStamp: "Ki\u015Fisel Damga", cut: "Kes", darkBlue: "Koyu Mavi", date: "Tarih", delete: "Sil", deleteComment: "Yorumu Sil", deleteCommentConfirmMessage: "Bu yorumu silmek istedi\u011Finizden emin misiniz?", done: "Bitti", draw: "\xC7iz", edit: "D\xFCzenle", editLink: "Ba\u011Flat\u0131y\u0131 D\xFCzenle", fontColor: "Yaz\u0131 Tipi Rengi", fonts: "Fontlar", help: "Yard\u0131m", image: "Resim", italic: "\u0130talik", linkAnnotation: "Ba\u011Flant\u0131", loading: "Y\xFCkleniyor", nMoreComments: "{arg0, plural,\none {{arg0} fazla yorum}\nother {{arg0} fazla yorum}\n}", openHelpDialog: "Yard\u0131m Diyalog Kutusunu A\xE7", paste: "Yap\u0131\u015Ft\u0131r", pause: "Duraklat", play: "\xC7al", preview: "\xD6n \u0130zleme", readMore: "Read More", redo: "Yinele", removeLink: "Ba\u011Flant\u0131y\u0131 Kald\u0131r", save: "Kaydet", saveSignature: "\u0130mzay\u0131 Kaydet", selectAll: "T\xFCm\xFCn\xFC Se\xE7", selectDragImage: "Bir Resim Se\xE7 veya S\xFCr\xFCkle", shortcut: "k\u0131sayol", showMore: "Daha fazla g\xF6ster", signature: "\u0130mza", signatures: "\u0130mzalar", signHere: "Buray\u0131 \u0130mzala", stampAnnotationTemplatesDialog: "Damga Not \u015Eablonlar\u0131", stampText: "Damga Metni", storeSignature: "\u0130mzay\u0131 Ar\u015Fivle", time: "Saat", toolbarFocus: "Ara\xE7 \xC7ubu\u011Fu Odak", type: "Yaz", typeSomething: "Type something...", underline: "Alt\u0131 \xC7izgili", undo: "Geri Al", useAnExistingStampDesign: "Mevcut bir damga tasar\u0131m\u0131 kullan", viewMoreResults: "View More Results" }, uk: { action: "\u0414\u0456\u044F", addLink: "\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", addSignature: "\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", anonymous: "\u0410\u043D\u043E\u043D\u0456\u043C\u043D\u0438\u0439 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447", backgroundColor: "\u041A\u043E\u043B\u0456\u0440 \u0442\u043B\u0430", black: "\u0427\u043E\u0440\u043D\u0438\u0439", blue: "\u0421\u0438\u043D\u0456\u0439", bold: "\u0416\u0438\u0440\u043D\u0438\u0439", cancel: "\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438", chat: "Chat", chooseColor: "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043E\u043B\u0456\u0440", clearSignature: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", close: "\u0417\u0430\u043A\u0440\u0438\u0442\u0438", color: "\u041A\u043E\u043B\u0456\u0440", comment: "\u041A\u043E\u043C\u0435\u043D\u0442\u0430\u0440", commentAction: "\u041A\u043E\u043C\u0435\u043D\u0442\u0443\u0432\u0430\u0442\u0438", commentEditorLabel: "\u0414\u043E\u0434\u0430\u0442\u0438", commentOptions: "\u041E\u043F\u0446\u0456\u0457 \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456\u0432", comments: "\u041A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456", commentsCount: "{arg0, plural,\none {{arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440}\nfew {{arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456}\nmany {{arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456\u0432}\nother {{arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456}\n}", commentThread: "\u041B\u0430\u043D\u0446\u044E\u0436\u043E\u043A \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456\u0432", copy: "\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438", createStamp: "\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0448\u0442\u0430\u043C\u043F", customStamp: "\u0412\u043B\u0430\u0441\u043D\u0438\u0439 \u0448\u0442\u0430\u043C\u043F", cut: "\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438", darkBlue: "\u0422\u0435\u043C\u043D\u043E-\u0441\u0438\u043D\u0456\u0439", date: "\u0414\u0430\u0442\u0430", delete: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438", deleteComment: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u0440\u0438\u043C\u0456\u0442\u043A\u0443", deleteCommentConfirmMessage: "\u0412\u0438 \u043D\u0430\u0441\u043F\u0440\u0430\u0432\u0434\u0456 \u0445\u043E\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0446\u0435\u0439 \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440?", done: "\u0413\u043E\u0442\u043E\u0432\u043E", draw: "\u041C\u0430\u043B\u044E\u0432\u0430\u0442\u0438", edit: "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438", editLink: "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", fontColor: "\u041A\u043E\u043B\u0456\u0440 \u0448\u0440\u0438\u0444\u0442\u0443", fonts: "\u0428\u0440\u0438\u0444\u0442\u0438", help: "\u0414\u043E\u0432\u0456\u0434\u043A\u0430", image: "\u0417\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F", italic: "\u041A\u0443\u0440\u0441\u0438\u0432", linkAnnotation: "\u041F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", loading: "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F", nMoreComments: "{arg0, plural,\none {\u0429\u0435 {arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440}\nfew {\u0429\u0435 {arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0438}\nmany {\u0429\u0435 {arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456\u0432}\nother {\u0429\u0435 {arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0438}\n}", openHelpDialog: "\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0434\u0456\u0430\u043B\u043E\u0433 \u0434\u043E\u0432\u0456\u0434\u043A\u0438", paste: "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438", pause: "\u041F\u0430\u0443\u0437\u0430", play: "\u0413\u0440\u0430\u0442\u0438", preview: "\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434", readMore: "Read More", redo: "\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0438", removeLink: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", save: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438", saveSignature: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", selectAll: "\u041E\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0435", selectDragImage: "\u041E\u0431\u0440\u0430\u0442\u0438 \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0442\u0438 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F", shortcut: "\u044F\u0440\u043B\u0438\u043A", showMore: "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0431\u0456\u043B\u044C\u0448\u0435", signature: "\u041F\u0456\u0434\u043F\u0438\u0441", signatures: "\u041F\u0456\u0434\u043F\u0438\u0441\u0438", signHere: "\u041F\u0456\u0434\u043F\u0438\u0441\u0443\u0432\u0430\u0442\u0438 \u0442\u0443\u0442", stampAnnotationTemplatesDialog: "\u0428\u0430\u0431\u043B\u043E\u043D \u0448\u0442\u0430\u043C\u043F\u0456\u0432-\u043F\u0440\u0438\u043C\u0456\u0442\u043E\u043A", stampText: "\u0428\u0442\u0430\u043C\u043F \u0442\u0435\u043A\u0441\u0442\u0443", storeSignature: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", time: "\u0427\u0430\u0441", toolbarFocus: "\u0424\u043E\u043A\u0443\u0441 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0456 \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0456\u0432", type: "\u041D\u0430\u0431\u0438\u0440\u0430\u0442\u0438", typeSomething: "Type something...", underline: "\u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043D\u044F", undo: "\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438", useAnExistingStampDesign: "\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438 \u0456\u0441\u043D\u0443\u044E\u0447\u0438\u0439 \u0434\u0438\u0437\u0430\u0439\u043D", viewMoreResults: "View More Results" }, "zh-Hans": { action: "\u64CD\u4F5C", addLink: "\u6DFB\u52A0\u94FE\u63A5", addSignature: "\u6DFB\u52A0\u7B7E\u540D", anonymous: "\u533F\u540D", backgroundColor: "\u80CC\u666F\u989C\u8272", black: "\u9ED1\u8272", blue: "\u84DD\u8272", bold: "\u52A0\u7C97", cancel: "\u53D6\u6D88", chat: "Chat", chooseColor: "\u9009\u62E9\u989C\u8272", clearSignature: "\u6E05\u9664\u7B7E\u540D", close: "\u5173\u95ED", color: "\u989C\u8272", comment: "\u6CE8\u91CA", commentAction: "\u6DFB\u52A0\u6CE8\u91CA", commentEditorLabel: "\u6DFB\u52A0\u60A8\u7684\u6CE8\u91CA\u2026", commentOptions: "\u6CE8\u91CA\u9009\u9879", comments: "\u6CE8\u91CA", commentsCount: "{arg0, plural,\nother {{arg0} \u4E2A\u6CE8\u91CA}\n}", commentThread: "\u6CE8\u91CA\u4F1A\u8BDD", copy: "\u62F7\u8D1D", createStamp: "\u521B\u5EFA\u5370\u7AE0", customStamp: "\u81EA\u5B9A\u4E49\u5370\u7AE0", cut: "\u526A\u5207", darkBlue: "\u6DF1\u84DD", date: "\u65E5\u671F", delete: "\u5220\u9664", deleteComment: "\u5220\u9664\u6CE8\u91CA", deleteCommentConfirmMessage: "\u60A8\u786E\u5B9A\u8981\u5220\u9664\u6B64\u8BC4\u8BBA\u5417\uFF1F", done: "\u5B8C\u6210", draw: "\u7ED8\u5236\u7B7E\u540D", edit: "\u7F16\u8F91", editLink: "\u7F16\u8F91\u94FE\u63A5", fontColor: "\u5B57\u4F53\u989C\u8272", fonts: "\u5B57\u4F53", help: "\u5E2E\u52A9", image: "\u56FE\u50CF", italic: "\u659C\u4F53", linkAnnotation: "\u94FE\u63A5", loading: "\u6B63\u5728\u52A0\u8F7D", nMoreComments: "{arg0, plural,\nother {\u53E6\u5916 {arg0} \u6761\u6CE8\u91CA}\n}", openHelpDialog: "\u6253\u5F00\u5E2E\u52A9\u5BF9\u8BDD\u6846", paste: "\u7C98\u8D34", pause: "\u6682\u505C", play: "\u64AD\u653E", preview: "\u9884\u89C8", readMore: "Read More", redo: "\u91CD\u505A", removeLink: "\u79FB\u9664\u94FE\u63A5", save: "\u4FDD\u5B58", saveSignature: "\u4FDD\u5B58\u7B7E\u540D", selectAll: "\u5168\u9009", selectDragImage: "\u9009\u62E9\u6216\u62D6\u52A8\u56FE\u50CF", shortcut: "\u5FEB\u6377\u65B9\u5F0F", showMore: "\u5206\u4EAB\u66F4\u591A", signature: "\u7B7E\u540D", signatures: "\u7B7E\u540D", signHere: "\u5728\u6B64\u7B7E\u540D", stampAnnotationTemplatesDialog: "\u5370\u7AE0\u6279\u6CE8\u6A21\u677F", stampText: "\u5370\u7AE0\u6587\u672C", storeSignature: "\u5B58\u50A8\u7B7E\u540D", time: "\u65F6\u95F4", toolbarFocus: "\u5DE5\u5177\u680F\u7126\u70B9", type: "\u8F93\u5165", typeSomething: "Type something...", underline: "\u4E0B\u5212\u7EBF", undo: "\u64A4\u9500", useAnExistingStampDesign: "\u4F7F\u7528\u73B0\u6709\u5370\u7AE0\u8BBE\u8BA1", viewMoreResults: "View More Results" }, "zh-Hant": { action: "\u64CD\u4F5C", addLink: "\u52A0\u5165\u9023\u7D50", addSignature: "\u52A0\u4E0A\u7C3D\u540D", anonymous: "\u533F\u540D\u8005", backgroundColor: "\u80CC\u666F\u984F\u8272", black: "\u9ED1\u8272", blue: "\u85CD\u8272", bold: "\u7C97\u9AD4", cancel: "\u53D6\u6D88", chat: "Chat", chooseColor: "\u9078\u64C7\u984F\u8272", clearSignature: "\u6E05\u9664\u7C3D\u540D", close: "\u95DC\u9589", color: "\u984F\u8272", comment: "\u8A55\u8A3B", commentAction: "\u8A55\u8A3B", commentEditorLabel: "\u6DFB\u52A0\u8A55\u8A3B\u2026", commentOptions: "\u8A55\u8A3B\u9078\u9805", comments: "\u8A55\u8A3B", commentsCount: "{arg0, plural,\nother {{arg0}\u5247}\n}", commentThread: "\u8A55\u8A3B\u4E32", copy: "\u8907\u88FD", createStamp: "\u81EA\u8A02\u5370\u7AE0", customStamp: "\u81EA\u8A02\u6C34\u5370", cut: "\u526A\u4E0B", darkBlue: "\u6DF1\u85CD\u8272", date: "\u65E5\u671F", delete: "\u522A\u9664", deleteComment: "\u522A\u9664\u8A55\u8A3B", deleteCommentConfirmMessage: "\u60A8\u662F\u5426\u78BA\u5B9A\u8981\u522A\u9664\u9019\u5247\u8A55\u8A3B\uFF1F", done: "\u5B8C\u6210", draw: "\u624B\u7E6A", edit: "\u7DE8\u8F2F", editLink: "\u7DE8\u8F2F\u9023\u7D50", fontColor: "\u5B57\u5F62\u984F\u8272", fonts: "\u5B57\u9AD4", help: "\u8F14\u52A9\u8AAA\u660E", image: "\u5716\u50CF", italic: "\u659C\u9AD4", linkAnnotation: "\u9023\u7D50", loading: "\u6B63\u5728\u8F09\u5165", nMoreComments: "{arg0, plural,\nother {\u5176\u4ED6{arg0}\u5247\u8A55\u8A3B}\n}", openHelpDialog: "\u958B\u555F\u5E6B\u52A9\u5C0D\u8A71\u6846", paste: "\u8CBC\u4E0A", pause: "\u66AB\u505C", play: "\u64AD\u653E", preview: "\u9810\u89BD", readMore: "Read More", redo: "\u91CD\u4F5C", removeLink: "\u522A\u9664\u9023\u7D50", save: "\u5132\u5B58", saveSignature: "\u5132\u5B58\u7C3D\u540D", selectAll: "\u9078\u53D6\u5168\u90E8", selectDragImage: "\u9078\u53D6\u6216\u62D6\u66F3\u5716\u50CF", shortcut: "\u5FEB\u6377\u65B9\u5F0F", showMore: "\u986F\u793A\u8F03\u591A", signature: "\u7C3D\u540D", signatures: "\u7C3D\u540D", signHere: "\u5728\u6B64\u7C3D\u540D", stampAnnotationTemplatesDialog: "\u5716\u7AE0\u8A3B\u89E3\u7BC4\u672C", stampText: "\u5370\u7AE0\u6587\u5B57", storeSignature: "\u5132\u5B58\u7C3D\u540D", time: "\u6642\u9593", toolbarFocus: "\u5DE5\u5177\u6B04\u7126\u9EDE", type: "\u9375\u5165", typeSomething: "Type something...", underline: "\u5E95\u7DDA", undo: "\u5FA9\u539F", useAnExistingStampDesign: "\u4F7F\u7528\u73FE\u6709\u7684\u5716\u7AE0\u8A2D\u8A08", viewMoreResults: "View More Results" } };
|
|
18
18
|
|
|
19
19
|
// src/index.ts
|
|
20
20
|
var messages = utils.cleanKeyFromGlobImport(__default);
|
package/dist/index.mjs
CHANGED
|
@@ -12,7 +12,7 @@ import { cleanKeyFromGlobImport } from '@baseline-ui/utils';
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
// import-glob:/home/runner/work/baseline-ui/baseline-ui/packages/translations/src/intl/*.json
|
|
15
|
-
var __default = { ar: { addLink: "\u0625\u0636\u0627\u0641\u0629 \u0631\u0627\u0628\u0637", addSignature: "\u0625\u0636\u0627\u0641\u0629 \u062A\u0648\u0642\u064A\u0639", backgroundColor: "\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629", black: "\u0623\u0633\u0648\u062F", blue: "\u0623\u0632\u0631\u0642", bold: "\u0639\u0631\u064A\u0636", cancel: "\u0625\u0644\u063A\u0627\u0621", chat: "Chat", chooseColor: "\u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0644\u0648\u0646", clearSignature: "\u0645\u0633\u062D \u0627\u0644\u062A\u0648\u0642\u064A\u0639", close: "\u0625\u063A\u0644\u0627\u0642", color: "\u0627\u0644\u0644\u0648\u0646", copy: "\u0646\u0633\u062E", createStamp: "\u0625\u0646\u0634\u0627\u0621 \u062E\u062A\u0645", customStamp: "\u062E\u062A\u0645 \u0645\u062E\u0635\u0635", darkBlue: "\u0623\u0632\u0631\u0642 \u062F\u0627\u0643\u0646", date: "\u0627\u0644\u062A\u0627\u0631\u064A\u062E", delete: "\u062D\u0630\u0641", done: "\u062A\u0645", draw: "\u0631\u0633\u0645", editLink: "\u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0631\u0627\u0628\u0637", fontColor: "\u0644\u0648\u0646 \u0627\u0644\u062E\u0637", fonts: "\u0627\u0644\u062E\u0637\u0648\u0637", image: "\u0635\u0648\u0631\u0629", italic: "\u0645\u0627\u0626\u0644", linkAnnotation: "\u0631\u0627\u0628\u0637", loading: "\u062A\u062D\u0645\u064A\u0644", pause: "\u0625\u064A\u0642\u0627\u0641 \u0645\u0624\u0642\u062A", play: "\u062A\u0634\u063A\u064A\u0644", preview: "\u0645\u0639\u0627\u064A\u0646\u0629", readMore: "Read More", removeLink: "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0631\u0627\u0628\u0637", save: "\u062D\u0641\u0638", saveSignature: "\u062D\u0641\u0638 \u0627\u0644\u062A\u0648\u0642\u0639", selectDragImage: "\u062A\u062D\u062F\u064A\u062F \u0635\u0648\u0631\u0629 \u0623\u0648 \u0633\u062D\u0628\u0647\u0627", showMore: "\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F", signature: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639", signatures: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639\u0627\u062A", signHere: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639 \u0647\u0646\u0627", stampAnnotationTemplatesDialog: "\u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u062A\u0639\u0644\u064A\u0642 \u0627\u0644\u062A\u0648\u0636\u064A\u062D\u064A \u0644\u0644\u0623\u062E\u062A\u0627\u0645", stampText: "\u0646\u0635 \u0627\u0644\u062E\u062A\u0645", storeSignature: "\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0648\u0642\u064A\u0639", time: "\u0627\u0644\u062A\u0648\u0642\u064A\u062A", type: "\u0643\u062A\u0627\u0628\u0629", typeSomething: "Type something...", underline: "\u0645\u064F\u0633\u0637\u0651\u0631", useAnExistingStampDesign: "\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0635\u0645\u064A\u0645 \u0637\u0627\u0628\u0639 \u0645\u0648\u062C\u0648\u062F", viewMoreResults: "View More Results" }, cs: { addLink: "P\u0159idat odkaz", addSignature: "P\u0159idat podpis", backgroundColor: "Barva pozad\xED", black: "\u010Cern\xE1", blue: "Modr\xE1", bold: "Tu\u010Dn\xE9 p\xEDsmo", cancel: "Zru\u0161it", chat: "Chat", chooseColor: "Zvolte barvu", clearSignature: "Smazat podpis", close: "Zav\u0159\xEDt", color: "Barva", copy: "Kop\xEDrovat", createStamp: "Vytvo\u0159it raz\xEDtko", customStamp: "Vlastn\xED raz\xEDtko", darkBlue: "Tmav\u011B modr\xE1", date: "Datum", delete: "Smazat", done: "Hotovo", draw: "Kreslit", editLink: "Upravit odkaz", fontColor: "Barva p\xEDsma", fonts: "P\xEDsma", image: "Obr\xE1zek", italic: "Kurz\xEDva", linkAnnotation: "Odkaz", loading: "Na\u010D\xEDt\xE1n\xED", pause: "Pozastavit", play: "P\u0159ehr\xE1t", preview: "Uk\xE1zka", readMore: "Read More", removeLink: "Odstranit odkaz", save: "Ulo\u017Eit", saveSignature: "Ulo\u017Eit podpis", selectDragImage: "Vyberte nebo p\u0159et\xE1hn\u011Bte obr\xE1zek", showMore: "Zobrazit v\xEDce", signature: "Podpis", signatures: "Podpisy", signHere: "Podepi\u0161te zde", stampAnnotationTemplatesDialog: "\u0160ablony anotac\xED raz\xEDtka", stampText: "Text raz\xEDtka", storeSignature: "Ulo\u017Eit podpis", time: "\u010Cas", type: "Ps\xE1t", typeSomething: "Type something...", underline: "Podtr\u017Eeno", useAnExistingStampDesign: "Pou\u017E\xEDt st\xE1vaj\xEDc\xED n\xE1vrh raz\xEDtka", viewMoreResults: "View More Results" }, cy: { addLink: "Ychwanegu Dolen", addSignature: "Ychwanegu Llofnod", backgroundColor: "Lliw'r Cefndir", black: "Du", blue: "Glas", bold: "Trwm", cancel: "Canslo", chat: "Chat", chooseColor: "Dewiswch Liw", clearSignature: "Clirio'r Llofnod", close: "Cau", color: "Lliw", copy: "Cop\xEFo", createStamp: "Creu Stamp", customStamp: "Stamp Personol", darkBlue: "Glas Tywyll", date: "Dyddiad", delete: "Dileu", done: "Wedi Gorffen", draw: "\xC2 llaw", editLink: "Golygu Dolen", fontColor: "Lliw'r Ffont", fonts: "Ffontiau", image: "Delwedd", italic: "Italig", linkAnnotation: "Dolen", loading: "Wrthi'n Llwytho", pause: "Rhewi", play: "Chwarae", preview: "Rhagolwg", readMore: "Read More", removeLink: "Tynnu Dolen", save: "Cadw", saveSignature: "Cadw\u2019r Llofnod", selectDragImage: "Dewiswch neu Lusgwch Ddelwedd", showMore: "Dangos mwy", signature: "Llofnod", signatures: "Llofnodion", signHere: "Llofnodwch Yma", stampAnnotationTemplatesDialog: "Stampio Templedi Anodi", stampText: "Testun y Stamp", storeSignature: "Storio'r Llofnod", time: "Amser", type: "Teipio", typeSomething: "Type something...", underline: "Wedi tanlinellu", useAnExistingStampDesign: "Defnyddio dyluniad stamp cyfredol", viewMoreResults: "View More Results" }, da: { addLink: "Tilf\xF8j henvisning", addSignature: "Tilf\xF8j signatur", backgroundColor: "Baggrundsfarve", black: "Sort", blue: "Bl\xE5", bold: "Fed", cancel: "Annuller", chat: "Chat", chooseColor: "V\xE6lg farve", clearSignature: "Slet signatur", close: "Luk", color: "Farve", copy: "Kopier", createStamp: "Opret stempel", customStamp: "Specielt stempel", darkBlue: "M\xF8rkebl\xE5", date: "Dato", delete: "Slet", done: "F\xE6rdig", draw: "Tegn", editLink: "Rediger link", fontColor: "Skriftfarve", fonts: "Skrifter", image: "Billede", italic: "Kursiv", linkAnnotation: "Henvisning", loading: "Indl\xE6ser", pause: "Pause", play: "Afspil", preview: "Vis", readMore: "Read More", removeLink: "Fjern henvisning", save: "Arkiver", saveSignature: "Arkiver underskrift", selectDragImage: "V\xE6lg eller tr\xE6k billede", showMore: "Vis mere", signature: "Signatur", signatures: "Signaturer", signHere: "Underskriv her", stampAnnotationTemplatesDialog: "Stempel annoteringsskabeloner", stampText: "Stempeltekst", storeSignature: "Arkiver signatur", time: "Tid", type: "Skriv", typeSomething: "Type something...", underline: "Understreget", useAnExistingStampDesign: "Brug et eksisterende stempeldesign", viewMoreResults: "View More Results" }, de: { addLink: "Link erstellen", addSignature: "Unterschrift hinzuf\xFCgen", backgroundColor: "Hintergrundfarbe", black: "Schwarz", blue: "Blau", bold: "Fett", cancel: "Abbrechen", chat: "Chat", chooseColor: "Farbe w\xE4hlen", clearSignature: "Unterschrift entfernen", close: "Schlie\xDFen", color: "Farbe", copy: "Kopieren", createStamp: "Stempel erstellen", customStamp: "Eigener Stempel", darkBlue: "Dunkelblau", date: "Datum", delete: "L\xF6schen", done: "Fertig", draw: "Zeichnen", editLink: "Link bearbeiten", fontColor: "Schriftfarbe", fonts: "Schriftarten", image: "Bild", italic: "Kursiv", linkAnnotation: "Hyperlink", loading: "Laden", pause: "Pause", play: "Abspielen", preview: "Vorschau", readMore: "Read More", removeLink: "Link entfernen", save: "Sichern", saveSignature: "Unterschrift sichern", selectDragImage: "Bild ausw\xE4hlen oder hierher ziehen", showMore: "Mehr", signature: "Unterschrift", signatures: "Unterschriften", signHere: "Hier unterschreiben", stampAnnotationTemplatesDialog: "Vorlagen f\xFCr Stempelannotationen", stampText: "Stempel-Text", storeSignature: "Signatur speichern", time: "Zeit", type: "Eingeben", typeSomething: "Type something...", underline: "Unterstrichen", useAnExistingStampDesign: "Bestehendes Stempel-Design nutzen", viewMoreResults: "View More Results" }, el: { addLink: "\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", addSignature: "\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", backgroundColor: "\u03A7\u03C1\u03CE\u03BC\u03B1 \u03C6\u03CC\u03BD\u03C4\u03BF\u03C5", black: "\u039C\u03B1\u03CD\u03C1\u03BF", blue: "\u039C\u03C0\u03BB\u03B5", bold: "\u0388\u03BD\u03C4\u03BF\u03BD\u03B1", cancel: "\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7", chat: "Chat", chooseColor: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C7\u03C1\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2", clearSignature: "\u0395\u03BA\u03BA\u03B1\u03B8\u03AC\u03C1\u03B9\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", close: "\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF", color: "\u03A7\u03C1\u03CE\u03BC\u03B1", copy: "\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE", createStamp: "\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", customStamp: "\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03B7 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1", darkBlue: "\u03A3\u03BA\u03BF\u03CD\u03C1\u03BF \u03BC\u03C0\u03BB\u03B5", date: "\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1", delete: "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE", done: "\u03A4\u03AD\u03BB\u03BF\u03C2", draw: "\u03A3\u03C7\u03B5\u03B4\u03AF\u03B1\u03C3\u03B7", editLink: "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", fontColor: "\u03A7\u03C1\u03CE\u03BC\u03B1 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2", fonts: "\u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AD\u03C2", image: "\u0395\u03B9\u03BA\u03CC\u03BD\u03B1", italic: "\u03A0\u03BB\u03AC\u03B3\u03B9\u03B1", linkAnnotation: "\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03C2", loading: "\u0393\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7", pause: "\u03A0\u03B1\u03CD\u03C3\u03B7", play: "\u0391\u03BD\u03B1\u03C0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE", preview: "\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7", readMore: "Read More", removeLink: "\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", save: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7", saveSignature: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", selectDragImage: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03AE \u03C3\u03CD\u03C1\u03C3\u03B9\u03BC\u03BF \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2", showMore: "\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03C9\u03BD", signature: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE", signatures: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AD\u03C2", signHere: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE \u03B5\u03B4\u03CE", stampAnnotationTemplatesDialog: "\u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1 \u03C3\u03C7\u03BF\u03BB\u03B9\u03B1\u03C3\u03BC\u03BF\u03CD \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", stampText: "\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", storeSignature: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", time: "\u038F\u03C1\u03B1", type: "\u03A0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03CC\u03B3\u03B7\u03C3\u03B7", typeSomething: "Type something...", underline: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF", useAnExistingStampDesign: "\u03A7\u03C1\u03AE\u03C3\u03B7 \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03BD\u03C4\u03BF\u03C2 \u03C3\u03C7\u03B5\u03B4\u03AF\u03BF\u03C5 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", viewMoreResults: "View More Results" }, "en-GB": { addLink: "Add Link", addSignature: "Add Signature", backgroundColor: "Background Colour", black: "Black", blue: "Blue", bold: "Bold", cancel: "Cancel", chat: "Chat", chooseColor: "Choose Colour", clearSignature: "Clear Signature", close: "Close", color: "Colour", copy: "Copy", createStamp: "Create Stamp", customStamp: "Custom Stamp", darkBlue: "Dark Blue", date: "Date", delete: "Delete", done: "Done", draw: "Draw", editLink: "Edit Link", fontColor: "Font Colour", fonts: "Fonts", image: "Image", italic: "Italic", linkAnnotation: "Link", loading: "Loading", pause: "Pause", play: "Play", preview: "Preview", readMore: "Read More", removeLink: "Remove Link", save: "Save", saveSignature: "Save Signature", selectDragImage: "Select or Drag Image", showMore: "Show More", signature: "Signature", signatures: "Signatures", signHere: "Sign Here", stampAnnotationTemplatesDialog: "Stamp Annotation Templates", stampText: "Stamp Text", storeSignature: "Store Signature", time: "Time", type: "Type", typeSomething: "Type something...", underline: "Underlined", useAnExistingStampDesign: "Use an existing stamp design", viewMoreResults: "View More Results" }, en: { addLink: "Add Link", addSignature: "Add Signature", backgroundColor: "Background Color", black: "Black", blue: "Blue", bold: "Bold", cancel: "Cancel", chat: "Chat", chooseColor: "Choose Color", clearSignature: "Clear Signature", close: "Close", color: "Color", copy: "Copy", createStamp: "Create Stamp", customStamp: "Custom Stamp", darkBlue: "Dark Blue", date: "Date", delete: "Delete", done: "Done", draw: "Draw", editLink: "Edit Link", fontColor: "Font Color", fonts: "Fonts", image: "Image", italic: "Italic", linkAnnotation: "Link", loading: "Loading", pause: "Pause", play: "Play", preview: "Preview", readMore: "Read More", removeLink: "Remove Link", save: "Save", saveSignature: "Save Signature", selectDragImage: "Select or Drag Image", showMore: "Show More", signature: "Signature", signatures: "Signatures", signHere: "Sign Here", stampAnnotationTemplatesDialog: "Stamp Annotation Templates", stampText: "Stamp Text", storeSignature: "Store Signature", time: "Time", type: "Type", typeSomething: "Type something...", underline: "Underlined", useAnExistingStampDesign: "Use an existing stamp design", viewMoreResults: "View More Results" }, es: { addLink: "A\xF1adir enlace", addSignature: "A\xF1adir firma", backgroundColor: "Color de fondo", black: "Negro", blue: "Azul", bold: "Negrita", cancel: "Cancelar", chat: "Chat", chooseColor: "Seleccionar color", clearSignature: "Borrar firma", close: "Cerrar", color: "Color", copy: "Copiar", createStamp: "Crear sello", customStamp: "Sello personalizado", darkBlue: "Azul oscuro", date: "Fecha", delete: "Eliminar", done: "OK", draw: "Dibujar", editLink: "Editar enlace", fontColor: "Color", fonts: "Tipos de letra", image: "Imagen", italic: "Cursiva", linkAnnotation: "Enlace", loading: "Cargando", pause: "Pausa", play: "Reproducir", preview: "Previsualizar", readMore: "Read More", removeLink: "Eliminar enlace", save: "Guardar", saveSignature: "Guardar firma", selectDragImage: "Seleccione o arrastre una imagen", showMore: "Ver m\xE1s", signature: "Firma", signatures: "Firmas", signHere: "Firmar aqu\xED", stampAnnotationTemplatesDialog: "Plantillas de sellos de anotaci\xF3n", stampText: "Texto del sello", storeSignature: "Almacenar firma", time: "Hora", type: "Escribir", typeSomething: "Type something...", underline: "Subrayado", useAnExistingStampDesign: "Usar un dise\xF1o de sello existente", viewMoreResults: "View More Results" }, fi: { addLink: "Lis\xE4\xE4 linkki", addSignature: "Lis\xE4\xE4 allekirjoitus", backgroundColor: "Taustav\xE4ri", black: "Musta", blue: "Sininen", bold: "Lihavoitu", cancel: "Kumoa", chat: "Chat", chooseColor: "Valitse v\xE4ri", clearSignature: "Tyhjenn\xE4 allekirjoitus", close: "Sulje", color: "V\xE4ri", copy: "Kopioi", createStamp: "Luo leima", customStamp: "Oma leimasin", darkBlue: "Tummansininen", date: "P\xE4iv\xE4m\xE4\xE4r\xE4", delete: "Poista", done: "Valmis", draw: "Piirr\xE4", editLink: "Muokkaa linkki\xE4", fontColor: "Kirjasinv\xE4ri", fonts: "Kirjasimet", image: "Kuva", italic: "Kursiivi", linkAnnotation: "Linkki", loading: "Ladataan", pause: "Keskeyt\xE4", play: "Toista", preview: "Esikatselu", readMore: "Read More", removeLink: "Poista linkki", save: "Tallenna", saveSignature: "Tallenna allekirjoitus", selectDragImage: "Valitse tai raahaa kuva", showMore: "N\xE4yt\xE4 lis\xE4\xE4", signature: "Allekirjoitus", signatures: "Allekirjoitukset", signHere: "Allekirjoitus t\xE4h\xE4n", stampAnnotationTemplatesDialog: "Leimamerkint\xE4mallit", stampText: "Leiman teksti", storeSignature: "Tallenna allekirjoitus", time: "Aika", type: "Sy\xF6t\xE4", typeSomething: "Type something...", underline: "Alleviivaus", useAnExistingStampDesign: "K\xE4yt\xE4 valmista leimasinta", viewMoreResults: "View More Results" }, "fr-CA": { addLink: "Ajouter un lien", addSignature: "Ajouter une signature", backgroundColor: "Couleur de l\u2019arri\xE8re-plan", black: "Noir", blue: "Bleu", bold: "Gras", cancel: "Annuler", chat: "Chat", chooseColor: "Choisir une couleur", clearSignature: "Effacer la signature", close: "Fermer", color: "Couleur", copy: "Copier", createStamp: "Cr\xE9er un tampon", customStamp: "Tampon personnalis\xE9", darkBlue: "Bleu fonc\xE9", date: "Date", delete: "Supprimer", done: "Termin\xE9", draw: "Dessin", editLink: "Modifier le lien", fontColor: "Couleur de police", fonts: "Polices", image: "Image", italic: "Italique", linkAnnotation: "Lien", loading: "Chargement", pause: "Pause", play: "Lecture", preview: "Aper\xE7u", readMore: "Read More", removeLink: "Supprimer le lien", save: "Enregistrer", saveSignature: "Enregistrer la signature", selectDragImage: "S\xE9lectionnez ou d\xE9posez une image", showMore: "Afficher plus", signature: "Signature", signatures: "Signatures", signHere: "Signature", stampAnnotationTemplatesDialog: "Mod\xE8les de tampon d\u2019annotation", stampText: "Texte du tampon", storeSignature: "Stocker la signature", time: "Heure", type: "Saisie", typeSomething: "Type something...", underline: "Soulign\xE9e", useAnExistingStampDesign: "Utiliser un mod\xE8le de tampon existant", viewMoreResults: "View More Results" }, fr: { addLink: "Ajouter un lien", addSignature: "Ajouter une signature", backgroundColor: "Couleur de l\u2019arri\xE8re-plan", black: "Noir", blue: "Bleu", bold: "Gras", cancel: "Annuler", chat: "Chat", chooseColor: "Choisir une couleur", clearSignature: "Effacer la signature", close: "Fermer", color: "Couleur", copy: "Copier", createStamp: "Cr\xE9er un tampon", customStamp: "Tampon personnalis\xE9", darkBlue: "Bleu fonc\xE9", date: "Date", delete: "Supprimer", done: "Termin\xE9", draw: "Dessin", editLink: "Modifier le lien", fontColor: "Couleur de police", fonts: "Polices", image: "Image", italic: "Italique", linkAnnotation: "Lien", loading: "Chargement", pause: "Pause", play: "Lecture", preview: "Aper\xE7u", readMore: "Read More", removeLink: "Supprimer le lien", save: "Enregistrer", saveSignature: "Enregistrer la signature", selectDragImage: "S\xE9lectionnez ou d\xE9posez une image", showMore: "Afficher plus", signature: "Signature", signatures: "Signatures", signHere: "Signer ici", stampAnnotationTemplatesDialog: "Mod\xE8les d'annotation par tampon", stampText: "Texte du tampon", storeSignature: "Stocker la signature", time: "Heure", type: "Saisie", typeSomething: "Type something...", underline: "Soulign\xE9e", useAnExistingStampDesign: "Utiliser un mod\xE8le de tampon existant", viewMoreResults: "View More Results" }, he: { addLink: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", addSignature: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05D7\u05EA\u05D9\u05DE\u05D4", backgroundColor: "\u05E6\u05D1\u05E2 \u05E8\u05E7\u05E2", black: "\u05E9\u05D7\u05D5\u05E8", blue: "\u05DB\u05D7\u05D5\u05DC", bold: "\u05DE\u05D5\u05D3\u05D2\u05E9", cancel: "\u05D1\u05D9\u05D8\u05D5\u05DC", chat: "Chat", chooseColor: "\u05D1\u05D7\u05D9\u05E8\u05EA \u05E6\u05D1\u05E2", clearSignature: "\u05DE\u05D7\u05D9\u05E7\u05EA \u05D4\u05D7\u05EA\u05D9\u05DE\u05D4", close: "\u05E1\u05D2\u05D9\u05E8\u05D4", color: "\u05E6\u05D1\u05E2", copy: "\u05D4\u05E2\u05EA\u05E7\u05D4", createStamp: "\u05D9\u05E6\u05D9\u05E8\u05EA \u05D7\u05D5\u05EA\u05DE\u05EA", customStamp: "\u05D7\u05D5\u05EA\u05DE\u05EA \u05DE\u05D5\u05EA\u05D0\u05DE\u05EA \u05D0\u05D9\u05E9\u05D9\u05EA", darkBlue: "\u05DB\u05D7\u05D5\u05DC \u05DB\u05D4\u05D4", date: "\u05EA\u05D0\u05E8\u05D9\u05DA", delete: "\u05DE\u05D7\u05D9\u05E7\u05D4", done: "\u05E1\u05D9\u05D5\u05DD", draw: "\u05E6\u05D9\u05D5\u05E8", editLink: "\u05E2\u05E8\u05D9\u05DB\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", fontColor: "\u05E6\u05D1\u05E2 \u05D2\u05D5\u05E4\u05DF", fonts: "\u05D2\u05D5\u05E4\u05E0\u05D9\u05DD", image: "\u05EA\u05DE\u05D5\u05E0\u05D4", italic: "\u05E0\u05D8\u05D5\u05D9", linkAnnotation: "\u05E7\u05D9\u05E9\u05D5\u05E8", loading: "\u05D8\u05D5\u05E2\u05DF", pause: "\u05D4\u05E9\u05D4\u05D9\u05D4", play: "\u05D4\u05E4\u05E2\u05DC\u05D4", preview: "\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4", readMore: "Read More", removeLink: "\u05D4\u05E1\u05E8\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", save: "\u05E9\u05DE\u05D9\u05E8\u05D4", saveSignature: "\u05E9\u05DE\u05D9\u05E8\u05EA \u05D4\u05D7\u05EA\u05D9\u05DE\u05D4", selectDragImage: "\u05D1\u05D7\u05D9\u05E8\u05D4 \u05D0\u05D5 \u05D2\u05E8\u05D9\u05E8\u05D4 \u05E9\u05DC \u05EA\u05DE\u05D5\u05E0\u05D4", showMore: "\u05D4\u05E6\u05D2\u05EA \u05E4\u05E8\u05D9\u05D8\u05D9\u05DD \u05E0\u05D5\u05E1\u05E4\u05D9\u05DD", signature: "\u05D7\u05EA\u05D9\u05DE\u05D4", signatures: "\u05D7\u05EA\u05D9\u05DE\u05D5\u05EA", signHere: "\u05D9\u05E9 \u05DC\u05D7\u05EA\u05D5\u05DD \u05DB\u05D0\u05DF", stampAnnotationTemplatesDialog: "\u05EA\u05D1\u05E0\u05D9\u05D5\u05EA \u05D0\u05E0\u05D5\u05D8\u05E6\u05D9\u05D5\u05EA \u05DC\u05D7\u05D5\u05EA\u05DE\u05D5\u05EA", stampText: "\u05D8\u05E7\u05E1\u05D8 \u05D7\u05D5\u05EA\u05DE\u05EA", storeSignature: "\u05E9\u05DE\u05D9\u05E8\u05EA \u05D7\u05EA\u05D9\u05DE\u05D4", time: "\u05E9\u05E2\u05D4", type: "\u05D4\u05E7\u05DC\u05D3\u05D4", typeSomething: "Type something...", underline: "\u05E2\u05DD \u05E7\u05D5 \u05EA\u05D7\u05EA\u05D5\u05DF", useAnExistingStampDesign: "\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05E2\u05D9\u05E6\u05D5\u05D1 \u05E7\u05D9\u05D9\u05DD \u05E9\u05DC \u05D7\u05D5\u05EA\u05DE\u05EA", viewMoreResults: "View More Results" }, hr: { addLink: "Dodaj poveznicu", addSignature: "Dodaj potpis", backgroundColor: "Boja pozadine", black: "Crna", blue: "Plava", bold: "Podebljano", cancel: "Otka\u017Ei", chat: "Chat", chooseColor: "Odaberi boju", clearSignature: "O\u010Disti potpis", close: "Zatvori", color: "Boja", copy: "Kopiraj", createStamp: "Napravi pe\u010Dat", customStamp: "Prilago\u0111en pe\u010Dat", darkBlue: "Tamno plava", date: "Datum", delete: "Obri\u0161i", done: "Izvr\u0161eno", draw: "Crtanje", editLink: "Uredi poveznicu", fontColor: "Boja fonta", fonts: "Fontovi", image: "Slika", italic: "Kurziv", linkAnnotation: "Poveznica", loading: "U\u010Ditavanje", pause: "Pauziraj", play: "Pusti", preview: "Pregled", readMore: "Read More", removeLink: "Ukloni poveznicu", save: "Spremi", saveSignature: "Spremi potpis", selectDragImage: "Odaberi ili povuci sliku", showMore: "Prika\u017Ei vi\u0161e", signature: "Potpis", signatures: "Potpisi", signHere: "Potpisati ovdje", stampAnnotationTemplatesDialog: "Predlo\u0161ci \u017Eigova", stampText: "Tekst pe\u010Data", storeSignature: "Pohrani potpis", time: "Vrijeme", type: "Vrsta", typeSomething: "Type something...", underline: "Podcrtani", useAnExistingStampDesign: "Koristi postoje\u0107i dizajn pe\u010Data", viewMoreResults: "View More Results" }, id: { addLink: "Tambah Tautan", addSignature: "Tambah Tanda Tangan", backgroundColor: "Warna Latar Belakang", black: "Hitam", blue: "Biru", bold: "Tebal", cancel: "Batalkan", chat: "Chat", chooseColor: "Pilih Warna", clearSignature: "Bersihkan Tanda Tangan", close: "Tutup", color: "Warna", copy: "Salin", createStamp: "Buat Stempel", customStamp: "Stempel Khusus", darkBlue: "Biru Tua", date: "Tanggal", delete: "Hapus", done: "Selesai", draw: "Gambar", editLink: "Edit Tautan", fontColor: "Warna Font", fonts: "Font", image: "Gambar", italic: "Miring", linkAnnotation: "Tautan", loading: "Memuat", pause: "Jeda", play: "Putar", preview: "Pratinjau", readMore: "Read More", removeLink: "Hapus Tautan", save: "Simpan", saveSignature: "Simpan Tanda Tangan", selectDragImage: "Pilih atau Seret Gambar", showMore: "Lebih banyak", signature: "Tanda Tangan", signatures: "Tanda Tangan", signHere: "Tandai Di Sini", stampAnnotationTemplatesDialog: "Template Anotasi Stempel", stampText: "Teks Stempel", storeSignature: "Simpan Tanda Tangan", time: "Waktu", type: "Ketik", typeSomething: "Type something...", underline: "Bergaris Bawah", useAnExistingStampDesign: "Gunakan desain stempel yang ada", viewMoreResults: "View More Results" }, it: { addLink: "Aggiungi link", addSignature: "Aggiungi firma", backgroundColor: "Colore di sfondo", black: "Nero", blue: "Blu", bold: "Grassetto", cancel: "Annulla", chat: "Chat", chooseColor: "Seleziona colore", clearSignature: "Cancella firma", close: "Chiudi", color: "Colore", copy: "Copia", createStamp: "Crea timbro", customStamp: "Timbro personalizzato", darkBlue: "Blu scuro", date: "Data", delete: "Elimina", done: "Fine", draw: "Disegna", editLink: "Modifica link", fontColor: "Colore font", fonts: "Font", image: "Immagine", italic: "Corsivo", linkAnnotation: "Link", loading: "Caricamento", pause: "Pausa", play: "Riproduci", preview: "Anteprima", readMore: "Read More", removeLink: "Rimuovi link", save: "Salva", saveSignature: "Salva firma", selectDragImage: "Seleziona o trascina immagine", showMore: "Mostra di pi\xF9", signature: "Firma", signatures: "Firme", signHere: "Firma qui", stampAnnotationTemplatesDialog: "Modelli di annotazioni timbro", stampText: "Testo del timbro", storeSignature: "Memorizza firma", time: "Ora", type: "Scrivi", typeSomething: "Type something...", underline: "Sottolineato", useAnExistingStampDesign: "Usa design di timbro esistente", viewMoreResults: "View More Results" }, ja: { addLink: "\u30EA\u30F3\u30AF\u3092\u8FFD\u52A0", addSignature: "\u7F72\u540D\u3092\u8FFD\u52A0", backgroundColor: "\u80CC\u666F\u30AB\u30E9\u30FC", black: "\u30D6\u30E9\u30C3\u30AF", blue: "\u30D6\u30EB\u30FC", bold: "\u30DC\u30FC\u30EB\u30C9", cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB", chat: "Chat", chooseColor: "\u30AB\u30E9\u30FC\u3092\u9078\u629E", clearSignature: "\u7F72\u540D\u3092\u6D88\u53BB", close: "\u9589\u3058\u308B", color: "\u30AB\u30E9\u30FC", copy: "\u30B3\u30D4\u30FC", createStamp: "\u30B9\u30BF\u30F3\u30D7\u3092\u4F5C\u6210", customStamp: "\u30AB\u30B9\u30BF\u30E0\u30B9\u30BF\u30F3\u30D7", darkBlue: "\u30C0\u30FC\u30AF\u30D6\u30EB\u30FC", date: "\u65E5\u4ED8", delete: "\u524A\u9664", done: "\u5B8C\u4E86", draw: "\u81EA\u7B46", editLink: "\u30EA\u30F3\u30AF\u3092\u7DE8\u96C6", fontColor: "\u30D5\u30A9\u30F3\u30C8\u30AB\u30E9\u30FC", fonts: "\u30D5\u30A9\u30F3\u30C8", image: "\u30A4\u30E1\u30FC\u30B8", italic: "\u30A4\u30BF\u30EA\u30C3\u30AF", linkAnnotation: "\u30EA\u30F3\u30AF", loading: "\u8AAD\u307F\u8FBC\u307F\u4E2D", pause: "\u4E00\u6642\u505C\u6B62", play: "\u518D\u751F", preview: "\u30D7\u30EC\u30D3\u30E5\u30FC", readMore: "Read More", removeLink: "\u30EA\u30F3\u30AF\u3092\u524A\u9664", save: "\u4FDD\u5B58", saveSignature: "\u7F72\u540D\u3092\u4FDD\u5B58", selectDragImage: "\u30A4\u30E1\u30FC\u30B8\u3092\u9078\u629E\u307E\u305F\u306F\u30C9\u30E9\u30C3\u30B0", showMore: "\u3055\u3089\u306B\u8868\u793A", signature: "\u7F72\u540D", signatures: "\u7F72\u540D", signHere: "\u3053\u3061\u3089\u306B\u7F72\u540D\u3092", stampAnnotationTemplatesDialog: "\u30B9\u30BF\u30F3\u30D7\u6CE8\u91C8\u306E\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8", stampText: "\u30B9\u30BF\u30F3\u30D7\u306E\u30C6\u30AD\u30B9\u30C8", storeSignature: "\u30B9\u30C8\u30A2\u306E\u7F72\u540D", time: "\u6642\u523B", type: "\u30BF\u30A4\u30D7\u5165\u529B", typeSomething: "Type something...", underline: "\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3", useAnExistingStampDesign: "\u65E2\u5B58\u306E\u30B9\u30BF\u30F3\u30D7\u30C7\u30B6\u30A4\u30F3\u3092\u4F7F\u7528", viewMoreResults: "View More Results" }, ko: { addLink: "\uB9C1\uD06C \uCD94\uAC00", addSignature: "\uC11C\uBA85 \uCD94\uAC00", backgroundColor: "\uBC30\uACBD \uC0C9\uC0C1", black: "\uAC80\uC740\uC0C9", blue: "\uD30C\uB780\uC0C9", bold: "\uBCFC\uB4DC\uCCB4", cancel: "\uCDE8\uC18C", chat: "Chat", chooseColor: "\uC0C9\uC0C1 \uC120\uD0DD", clearSignature: "\uC11C\uBA85 \uC9C0\uC6B0\uAE30", close: "\uB2EB\uAE30", color: "\uC0C9\uC0C1", copy: "\uBCF5\uC0AC", createStamp: "\uC2A4\uD0EC\uD504 \uC0DD\uC131", customStamp: "\uC0AC\uC6A9\uC790\uC9C0\uC815 \uC2A4\uD0EC\uD504", darkBlue: "\uAC80\uD478\uB978\uC0C9", date: "\uB0A0\uC9DC", delete: "\uC0AD\uC81C", done: "\uC644\uB8CC", draw: "\uADF8\uB9AC\uAE30", editLink: "\uB9C1\uD06C \uD3B8\uC9D1", fontColor: "\uC11C\uCCB4 \uC0C9\uC0C1", fonts: "\uC11C\uCCB4", image: "\uC774\uBBF8\uC9C0", italic: "\uC774\uD0E4\uB9AD\uCCB4", linkAnnotation: "\uB9C1\uD06C", loading: "\uBD88\uB7EC\uC624\uB294 \uC911", pause: "\uC77C\uC2DC\uC815\uC9C0", play: "\uC7AC\uC0DD", preview: "\uBBF8\uB9AC\uBCF4\uAE30", readMore: "Read More", removeLink: "\uB9C1\uD06C \uC81C\uAC70", save: "\uC800\uC7A5", saveSignature: "\uC11C\uBA85 \uC800\uC7A5", selectDragImage: "\uC774\uBBF8\uC9C0 \uC120\uD0DD \uB610\uB294 \uADF8\uB9AC\uAE30", showMore: "\uC790\uC138\uD788 \uBCF4\uAE30", signature: "\uC11C\uBA85", signatures: "\uC11C\uBA85", signHere: "\uC774\uACF3\uC5D0 \uC11C\uBA85", stampAnnotationTemplatesDialog: "\uC2A4\uD0EC\uD504 \uC8FC\uC11D \uD15C\uD50C\uB9BF", stampText: "\uD14D\uC2A4\uD2B8 \uC2A4\uD0EC\uD504", storeSignature: "\uC11C\uBA85 \uC800\uC7A5", time: "\uC2DC\uAC04", type: "\uD0C0\uC790", typeSomething: "Type something...", underline: "\uBC11\uC904", useAnExistingStampDesign: "\uAE30\uC874 \uC2A4\uD0EC\uD504 \uB514\uC790\uC778 \uC0AC\uC6A9", viewMoreResults: "View More Results" }, ms: { addLink: "Tambah Pautan", addSignature: "Tambah Tandatangan", backgroundColor: "Warna Latar Belakang", black: "Hitam", blue: "Biru", bold: "Tebal", cancel: "Batal", chat: "Chat", chooseColor: "Pilih Warna", clearSignature: "Kosongkan Tandatangan", close: "Tutup", color: "Warna", copy: "Salin", createStamp: "Cipta Cap", customStamp: "Cap Tersuai", darkBlue: "Biru Gelap", date: "Tarikh", delete: "Padam", done: "Selesai", draw: "Lukis", editLink: "Edit Pautan", fontColor: "Warna Fon", fonts: "Fon", image: "Imej", italic: "Italik", linkAnnotation: "Pautan", loading: "Memuatkan", pause: "Jeda", play: "Main", preview: "Pratonton", readMore: "Read More", removeLink: "Alih Keluar Pautan", save: "Simpan", saveSignature: "Simpan Tandatangan", selectDragImage: "Pilih atau Seret Imej", showMore: "Tunjukkan lagi", signature: "Tandatangan", signatures: "Tandatangan", signHere: "Tandatangan Di Sini", stampAnnotationTemplatesDialog: "Templat Anotasi Cap", stampText: "Teks Cap", storeSignature: "Simpan Tandatangan", time: "Masa", type: "Taip", typeSomething: "Type something...", underline: "Bergaris Bawah", useAnExistingStampDesign: "Gunakan reka bentuk cap yang sedia ada", viewMoreResults: "View More Results" }, "nb-NO": { addLink: "Legg til lenke", addSignature: "Legg til signatur", backgroundColor: "Bakgrunnsfarge", black: "Sort", blue: "Bl\xE5", bold: "Fet", cancel: "Avbryt", chat: "Chat", chooseColor: "Velg farge", clearSignature: "Fjern signatur", close: "Lukk", color: "Farge", copy: "Kopier", createStamp: "Opprett stempel", customStamp: "Tilpasset stempel", darkBlue: "M\xF8rkebl\xE5", date: "Dato", delete: "Slett", done: "Ferdig", draw: "Tegn", editLink: "Rediger lenke", fontColor: "Skriftfarge", fonts: "Fonter", image: "Bilde", italic: "Kursiv", linkAnnotation: "Lenke", loading: "Laster inn", pause: "Pause", play: "Spill av", preview: "Forh\xE5ndsvis", readMore: "Read More", removeLink: "Fjern lenke", save: "Lagre", saveSignature: "Lagre signatur", selectDragImage: "Velg eller dra bilde", showMore: "Vis mer", signature: "Signatur", signatures: "Signaturer", signHere: "Signer her", stampAnnotationTemplatesDialog: "Mal for kommentarstempel", stampText: "Stempeltekst", storeSignature: "Lagre signatur", time: "Tid", type: "Skriv", typeSomething: "Type something...", underline: "Understreket", useAnExistingStampDesign: "Bruk et eksisterende stempeldesign", viewMoreResults: "View More Results" }, nl: { addLink: "Voeg koppeling toe", addSignature: "Voeg handtekening toe", backgroundColor: "Achtergrondkleur", black: "Zwart", blue: "Blauw", bold: "Vet", cancel: "Annuleer", chat: "Chat", chooseColor: "Kies kleur", clearSignature: "Wis handtekening", close: "Sluit", color: "Kleur", copy: "Kopieer", createStamp: "Maak stempel", customStamp: "Aangepaste stempel", darkBlue: "Donkerblauw", date: "Datum", delete: "Verwijder", done: "Gereed", draw: "Teken", editLink: "Wijzig koppeling", fontColor: "Letterkleur", fonts: "Lettertypen", image: "Afbeelding", italic: "Cursief", linkAnnotation: "Koppeling", loading: "Laden", pause: "Pauzeer", play: "Speel af", preview: "Voorvertoning", readMore: "Read More", removeLink: "Verwijder koppeling", save: "Bewaar", saveSignature: "Bewaar handtekening", selectDragImage: "Selecteer of sleep afbeelding", showMore: "Toon meer", signature: "Handtekening", signatures: "Handtekeningen", signHere: "Teken hier", stampAnnotationTemplatesDialog: "Stempelsjablonen", stampText: "Stempeltekst", storeSignature: "Bewaar handtekening", time: "Tijd", type: "Typ", typeSomething: "Type something...", underline: "Onderstreept", useAnExistingStampDesign: "Gebruik een bestaand stempelontwerp", viewMoreResults: "View More Results" }, pl: { addLink: "Dodaj \u0142\u0105cze", addSignature: "Dodaj podpis", backgroundColor: "Kolor t\u0142a", black: "Czarny", blue: "Niebieski", bold: "Pogrubienie", cancel: "Anuluj", chat: "Chat", chooseColor: "Wybierz kolor", clearSignature: "Wyma\u017C podpis", close: "Zamknij", color: "Kolor", copy: "Kopiuj", createStamp: "Utw\xF3rz piecz\u0119\u0107", customStamp: "Niestandardowa piecz\u0119\u0107", darkBlue: "Ciemnoniebieski", date: "Data", delete: "Usu\u0144", done: "Gotowe", draw: "Narysuj", editLink: "Edytuj \u0142\u0105cze", fontColor: "Kolor czcionki", fonts: "Czcionki", image: "Obraz", italic: "Kursywa", linkAnnotation: "\u0141\u0105cze", loading: "\u0141adowanie", pause: "Wstrzymaj", play: "Odtwarzaj", preview: "Podgl\u0105d", readMore: "Read More", removeLink: "Usu\u0144 \u0142\u0105cze", save: "Zachowaj", saveSignature: "Zachowaj podpis", selectDragImage: "Wybierz lub przeci\u0105gnij obraz", showMore: "Poka\u017C wi\u0119cej", signature: "Podpis", signatures: "Podpisy", signHere: "Podpisz tutaj", stampAnnotationTemplatesDialog: "Szablony adnotacji p\u0119dzla", stampText: "Tekst piecz\u0119ci", storeSignature: "Zapisz podpis", time: "Czas", type: "Wpisz", typeSomething: "Type something...", underline: "Podkre\u015Blenie", useAnExistingStampDesign: "U\u017Cyj istniej\u0105cego projektu piecz\u0119ci", viewMoreResults: "View More Results" }, "pt-PT": { addLink: "Adicionar link", addSignature: "Adicionar assinatura", backgroundColor: "Cor de fundo", black: "Preto", blue: "Azul", bold: "Negrito", cancel: "Cancelar", chat: "Chat", chooseColor: "Seleccionar cor", clearSignature: "Limpar assinatura", close: "Fechar", color: "Cor", copy: "Copiar", createStamp: "Criar selo", customStamp: "Carimbo personalizado", darkBlue: "Azul escuro", date: "Data", delete: "Apagar", done: "Feito", draw: "Desenho", editLink: "Editar link", fontColor: "Cor da letra", fonts: "Tipos de letra", image: "Imagem", italic: "It\xE1lico", linkAnnotation: "Hiperliga\xE7\xE3o", loading: "A carregar", pause: "Pausar", play: "Reproduzir", preview: "Pr\xE9-visualizar", readMore: "Read More", removeLink: "Remover link", save: "Guardar", saveSignature: "Guardar assinatura", selectDragImage: "Selecionar ou arrastar imagem", showMore: "Mostrar mais", signature: "Assinatura", signatures: "Assinaturas", signHere: "Assinar aqui", stampAnnotationTemplatesDialog: "Modelos de anota\xE7\xE3o de carimbo", stampText: "Texto de selo", storeSignature: "Armazenar assinatura", time: "Hora", type: "Digitar", typeSomething: "Type something...", underline: "Sublinhado", useAnExistingStampDesign: "Usar um design de carimbo existente", viewMoreResults: "View More Results" }, pt: { addLink: "Adicionar Link", addSignature: "Adicionar Assinatura", backgroundColor: "Cor de Fundo", black: "Preto", blue: "Azul", bold: "Negrito", cancel: "Cancelar", chat: "Chat", chooseColor: "Escolher Cor", clearSignature: "Limpar Assinatura", close: "Fechar", color: "Cor", copy: "Copiar", createStamp: "Criar Carimbo", customStamp: "Carimbo Personalizado", darkBlue: "Azul-escuro", date: "Data", delete: "Apagar", done: "OK", draw: "Desenhar", editLink: "Editar Link", fontColor: "Cor da Fonte", fonts: "Fontes", image: "Imagem", italic: "It\xE1lico", linkAnnotation: "Link", loading: "Carregando", pause: "Pausar", play: "Reproduzir", preview: "Pr\xE9-visualizar", readMore: "Read More", removeLink: "Remover Link", save: "Salvar", saveSignature: "Salvar Assinatura", selectDragImage: "Selecionar ou Arrastar Imagem", showMore: "Mostrar mais", signature: "Assinatura", signatures: "Assinaturas", signHere: "Assine Aqui", stampAnnotationTemplatesDialog: "Modelos de Anota\xE7\xE3o de Carimbo", stampText: "Texto do Carimbo", storeSignature: "Armazenar Assinatura", time: "Hora", type: "Digitar", typeSomething: "Type something...", underline: "Sublinhado", useAnExistingStampDesign: "Usar um design de carimbo existente", viewMoreResults: "View More Results" }, ru: { addLink: "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", addSignature: "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", backgroundColor: "\u0426\u0432\u0435\u0442 \u0444\u043E\u043D\u0430", black: "\u0427\u0435\u0440\u043D\u044B\u0439", blue: "\u0421\u0438\u043D\u0438\u0439", bold: "\u0416\u0438\u0440\u043D\u044B\u0439", cancel: "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C", chat: "Chat", chooseColor: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0432\u0435\u0442", clearSignature: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", close: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C", color: "\u0426\u0432\u0435\u0442", copy: "\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C", createStamp: "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043F\u0435\u0447\u0430\u0442\u044C", customStamp: "\u0421\u0432\u043E\u044F \u043F\u0435\u0447\u0430\u0442\u044C", darkBlue: "\u0422\u0435\u043C\u043D\u043E-\u0441\u0438\u043D\u0438\u0439", date: "\u0414\u0430\u0442\u0430", delete: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C", done: "\u0413\u043E\u0442\u043E\u0432\u043E", draw: "\u041E\u0442 \u0440\u0443\u043A\u0438", editLink: "\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", fontColor: "\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430", fonts: "\u0428\u0440\u0438\u0444\u0442\u044B", image: "\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435", italic: "\u041A\u0443\u0440\u0441\u0438\u0432", linkAnnotation: "\u0421\u0441\u044B\u043B\u043A\u0430", loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430", pause: "\u041F\u0430\u0443\u0437\u0430", play: "\u0412\u043E\u0441\u043F\u0440.", preview: "\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440", readMore: "Read More", removeLink: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", save: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C", saveSignature: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", selectDragImage: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0441\u044E\u0434\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435", showMore: "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435", signature: "\u041F\u043E\u0434\u043F\u0438\u0441\u044C", signatures: "\u041F\u043E\u0434\u043F\u0438\u0441\u0438", signHere: "\u041C\u0435\u0441\u0442\u043E \u043F\u043E\u0434\u043F\u0438\u0441\u0438", stampAnnotationTemplatesDialog: "\u0428\u0430\u0431\u043B\u043E\u043D\u044B \u0448\u0442\u0430\u043C\u043F\u043E\u0432", stampText: "\u0422\u0435\u043A\u0441\u0442 \u043F\u0435\u0447\u0430\u0442\u0438", storeSignature: "\u0417\u0430\u043F\u043E\u043C\u043D\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", time: "\u0412\u0440\u0435\u043C\u044F", type: "\u0421 \u043A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u044B", typeSomething: "Type something...", underline: "\u0422\u043E\u043B\u044C\u043A\u043E \u0441\u043D\u0438\u0437\u0443", useAnExistingStampDesign: "\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043F\u0435\u0447\u0430\u0442\u044C", viewMoreResults: "View More Results" }, sk: { addLink: "Prida\u0165 odkaz", addSignature: "Prida\u0165 podpis", backgroundColor: "Farba pozadia", black: "\u010Cierna", blue: "Modr\xE1", bold: "Tu\u010Dn\xE9 p\xEDsmo", cancel: "Zru\u0161i\u0165", chat: "Chat", chooseColor: "Zvo\u013Ete farbu", clearSignature: "Zmaza\u0165 podpis", close: "Zavrie\u0165", color: "Farba", copy: "Kop\xEDrova\u0165", createStamp: "Vytvori\u0165 raz\xEDtko", customStamp: "Vlastn\xE9 raz\xEDtko", darkBlue: "Tmavomodr\xE1", date: "D\xE1tum", delete: "Zmaza\u0165", done: "Hotovo", draw: "Kresli\u0165", editLink: "Upravi\u0165 odkaz", fontColor: "Farba p\xEDsma", fonts: "P\xEDsma", image: "Obr\xE1zok", italic: "Kurz\xEDva", linkAnnotation: "Odkaz", loading: "Na\u010D\xEDtavam", pause: "Pozastavi\u0165", play: "Prehra\u0165", preview: "Uk\xE1\u017Eka", readMore: "Read More", removeLink: "Odstr\xE1ni\u0165 odkaz", save: "Ulo\u017Ei\u0165", saveSignature: "Ulo\u017Ei\u0165 podpis", selectDragImage: "Vyberte alebo pretiahnite obr\xE1zok", showMore: "Zobrazi\u0165 viac", signature: "Podpis", signatures: "Podpisy", signHere: "Podp\xED\u0161te tu", stampAnnotationTemplatesDialog: "\u0160abl\xF3ny pe\u010Diatok", stampText: "Text raz\xEDtka", storeSignature: "Ulo\u017Ei\u0165 podpis", time: "\u010Cas", type: "P\xEDsa\u0165", typeSomething: "Type something...", underline: "Pod\u010Diarknut\xFD", useAnExistingStampDesign: "Pou\u017Ei\u0165 existuj\xFAci n\xE1vrh raz\xEDtka", viewMoreResults: "View More Results" }, sl: { addLink: "Dodaj povezavo", addSignature: "Dodaj podpis", backgroundColor: "Barva ozadja", black: "\u010Crna", blue: "Modra", bold: "Odebeljeno", cancel: "Prekli\u010Di", chat: "Chat", chooseColor: "Izberi barvo", clearSignature: "Po\u010Disti podpis", close: "Zapri", color: "Barva", copy: "Kopiraj", createStamp: "Ustvari \u0161tampiljko", customStamp: "\u0160tampiljka po meri", darkBlue: "Temno Modra", date: "Datum", delete: "Izbri\u0161i", done: "Kon\u010Daj", draw: "Ri\u0161i", editLink: "Uredi povezavo", fontColor: "Barva pisave", fonts: "Pisave", image: "Slika", italic: "Po\u0161evno", linkAnnotation: "Povezava", loading: "Nalagam", pause: "Za\u010Dasno ustavi", play: "Predvajaj", preview: "Predogled", readMore: "Read More", removeLink: "Odstrani povezavo", save: "Shrani", saveSignature: "Shrani podpis", selectDragImage: "Izberi ali povle\u010Di sliko", showMore: "Prika\u017Ei ve\u010D", signature: "Podpis", signatures: "Podpisi", signHere: "Podpi\u0161ite tukaj", stampAnnotationTemplatesDialog: "Predloge \u017Eigov", stampText: "Besedilo \u0161tampiljke", storeSignature: "Shrani podpis", time: "\u010Cas", type: "Tipkaj", typeSomething: "Type something...", underline: "Pod\u010Drtano", useAnExistingStampDesign: "Uporabi obstoje\u010Do \u0161tampiljko", viewMoreResults: "View More Results" }, sv: { addLink: "L\xE4gg till l\xE4nk", addSignature: "L\xE4gg till signatur", backgroundColor: "Bakgrundsf\xE4rg", black: "Svart", blue: "Bl\xE5tt", bold: "Fet", cancel: "Avbryt", chat: "Chat", chooseColor: "V\xE4lj f\xE4rg", clearSignature: "Rensa signatur", close: "St\xE4ng", color: "F\xE4rg", copy: "Kopiera", createStamp: "Skapa st\xE4mpel", customStamp: "Anpassad st\xE4mpel", darkBlue: "M\xF6rkbl\xE5tt", date: "Datum", delete: "Radera", done: "Klar", draw: "Rita", editLink: "Redigera l\xE4nk", fontColor: "Textf\xE4rg", fonts: "Typsnitt", image: "Bild", italic: "Kursiv", linkAnnotation: "L\xE4nk", loading: "L\xE4ser in", pause: "Pausa", play: "Spela", preview: "F\xF6rhandsvisa", readMore: "Read More", removeLink: "Ta bort l\xE4nk", save: "Spara", saveSignature: "Spara signatur", selectDragImage: "V\xE4lj eller dra bild", showMore: "Visa fler", signature: "Underskrift", signatures: "Underskrifter", signHere: "Signera h\xE4r", stampAnnotationTemplatesDialog: "Mallar f\xF6r st\xE4mpelanteckningar", stampText: "St\xE4mpeltext", storeSignature: "Lagra signatur", time: "Tid", type: "Typ", typeSomething: "Type something...", underline: "Understruken", useAnExistingStampDesign: "Anv\xE4nd en befintlig st\xE4mpeldesign", viewMoreResults: "View More Results" }, th: { addLink: "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E25\u0E34\u0E07\u0E01\u0E4C", addSignature: "\u0E25\u0E07\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", backgroundColor: "\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07", black: "\u0E2A\u0E35\u0E14\u0E33", blue: "\u0E2A\u0E35\u0E19\u0E49\u0E33\u0E40\u0E07\u0E34\u0E19", bold: "\u0E15\u0E31\u0E27\u0E2B\u0E19\u0E32", cancel: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01", chat: "Chat", chooseColor: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2A\u0E35", clearSignature: "\u0E25\u0E1A\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", close: "\u0E1B\u0E34\u0E14", color: "\u0E2A\u0E35", copy: "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01", createStamp: "\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E15\u0E23\u0E32\u0E1B\u0E23\u0E30\u0E17\u0E31\u0E1A", customStamp: "\u0E41\u0E15\u0E48\u0E07\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C", darkBlue: "\u0E19\u0E49\u0E33\u0E40\u0E07\u0E34\u0E19\u0E40\u0E02\u0E49\u0E21", date: "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48", delete: "\u0E25\u0E1A", done: "\u0E40\u0E2A\u0E23\u0E47\u0E08", draw: "\u0E27\u0E32\u0E14", editLink: "\u0E41\u0E01\u0E49\u0E44\u0E02\u0E25\u0E34\u0E07\u0E01\u0E4C", fontColor: "\u0E2A\u0E35\u0E41\u0E1A\u0E1A\u0E2D\u0E31\u0E01\u0E29\u0E23", fonts: "\u0E41\u0E1A\u0E1A\u0E2D\u0E31\u0E01\u0E29\u0E23", image: "\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E", italic: "\u0E15\u0E31\u0E27\u0E40\u0E2D\u0E19", linkAnnotation: "\u0E25\u0E34\u0E07\u0E01\u0E4C", loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14", pause: "\u0E2B\u0E22\u0E38\u0E14\u0E0A\u0E31\u0E48\u0E27\u0E04\u0E23\u0E32\u0E27", play: "\u0E40\u0E25\u0E48\u0E19", preview: "\u0E14\u0E39\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07", readMore: "Read More", removeLink: "\u0E25\u0E1A\u0E25\u0E34\u0E07\u0E01\u0E4C", save: "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01", saveSignature: "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", selectDragImage: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2B\u0E23\u0E37\u0E2D\u0E25\u0E32\u0E01\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E", showMore: "\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E1E\u0E34\u0E48\u0E21", signature: "\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", signatures: "\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", signHere: "\u0E25\u0E07\u0E0A\u0E37\u0E48\u0E2D\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48", stampAnnotationTemplatesDialog: "\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E47\u0E15\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C\u0E42\u0E19\u0E49\u0E15", stampText: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E02\u0E2D\u0E07\u0E15\u0E23\u0E32\u0E1B\u0E23\u0E30\u0E17\u0E31\u0E1A", storeSignature: "\u0E40\u0E01\u0E47\u0E1A\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", time: "\u0E40\u0E27\u0E25\u0E32", type: "\u0E1E\u0E34\u0E21\u0E1E\u0E4C", typeSomething: "Type something...", underline: "\u0E02\u0E35\u0E14\u0E40\u0E2A\u0E49\u0E19\u0E43\u0E15\u0E49", useAnExistingStampDesign: "\u0E43\u0E0A\u0E49\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C\u0E17\u0E35\u0E48\u0E2D\u0E2D\u0E01\u0E41\u0E1A\u0E1A\u0E44\u0E27\u0E49", viewMoreResults: "View More Results" }, tr: { addLink: "Ba\u011Flant\u0131 Ekle", addSignature: "\u0130mza Ekle", backgroundColor: "Arkaplan Rengi", black: "Siyah", blue: "Mavi", bold: "Kal\u0131n", cancel: "Vazge\xE7", chat: "Chat", chooseColor: "Renk Se\xE7", clearSignature: "\u0130mzay\u0131 Sil", close: "Kapat", color: "Renk", copy: "Kopyala", createStamp: "Damga Yarat", customStamp: "Ki\u015Fisel Damga", darkBlue: "Koyu Mavi", date: "Tarih", delete: "Sil", done: "Bitti", draw: "\xC7iz", editLink: "Ba\u011Flat\u0131y\u0131 D\xFCzenle", fontColor: "Yaz\u0131 Tipi Rengi", fonts: "Fontlar", image: "Resim", italic: "\u0130talik", linkAnnotation: "Ba\u011Flant\u0131", loading: "Y\xFCkleniyor", pause: "Duraklat", play: "\xC7al", preview: "\xD6n \u0130zleme", readMore: "Read More", removeLink: "Ba\u011Flant\u0131y\u0131 Kald\u0131r", save: "Kaydet", saveSignature: "\u0130mzay\u0131 Kaydet", selectDragImage: "Bir Resim Se\xE7 veya S\xFCr\xFCkle", showMore: "Daha fazla g\xF6ster", signature: "\u0130mza", signatures: "\u0130mzalar", signHere: "Buray\u0131 \u0130mzala", stampAnnotationTemplatesDialog: "Damga Not \u015Eablonlar\u0131", stampText: "Damga Metni", storeSignature: "\u0130mzay\u0131 Ar\u015Fivle", time: "Saat", type: "Yaz", typeSomething: "Type something...", underline: "Alt\u0131 \xC7izgili", useAnExistingStampDesign: "Mevcut bir damga tasar\u0131m\u0131 kullan", viewMoreResults: "View More Results" }, uk: { addLink: "\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", addSignature: "\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", backgroundColor: "\u041A\u043E\u043B\u0456\u0440 \u0442\u043B\u0430", black: "\u0427\u043E\u0440\u043D\u0438\u0439", blue: "\u0421\u0438\u043D\u0456\u0439", bold: "\u0416\u0438\u0440\u043D\u0438\u0439", cancel: "\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438", chat: "Chat", chooseColor: "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043E\u043B\u0456\u0440", clearSignature: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", close: "\u0417\u0430\u043A\u0440\u0438\u0442\u0438", color: "\u041A\u043E\u043B\u0456\u0440", copy: "\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438", createStamp: "\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0448\u0442\u0430\u043C\u043F", customStamp: "\u0412\u043B\u0430\u0441\u043D\u0438\u0439 \u0448\u0442\u0430\u043C\u043F", darkBlue: "\u0422\u0435\u043C\u043D\u043E-\u0441\u0438\u043D\u0456\u0439", date: "\u0414\u0430\u0442\u0430", delete: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438", done: "\u0413\u043E\u0442\u043E\u0432\u043E", draw: "\u041C\u0430\u043B\u044E\u0432\u0430\u0442\u0438", editLink: "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", fontColor: "\u041A\u043E\u043B\u0456\u0440 \u0448\u0440\u0438\u0444\u0442\u0443", fonts: "\u0428\u0440\u0438\u0444\u0442\u0438", image: "\u0417\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F", italic: "\u041A\u0443\u0440\u0441\u0438\u0432", linkAnnotation: "\u041F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", loading: "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F", pause: "\u041F\u0430\u0443\u0437\u0430", play: "\u0413\u0440\u0430\u0442\u0438", preview: "\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434", readMore: "Read More", removeLink: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", save: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438", saveSignature: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", selectDragImage: "\u041E\u0431\u0440\u0430\u0442\u0438 \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0442\u0438 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F", showMore: "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0431\u0456\u043B\u044C\u0448\u0435", signature: "\u041F\u0456\u0434\u043F\u0438\u0441", signatures: "\u041F\u0456\u0434\u043F\u0438\u0441\u0438", signHere: "\u041F\u0456\u0434\u043F\u0438\u0441\u0443\u0432\u0430\u0442\u0438 \u0442\u0443\u0442", stampAnnotationTemplatesDialog: "\u0428\u0430\u0431\u043B\u043E\u043D \u0448\u0442\u0430\u043C\u043F\u0456\u0432-\u043F\u0440\u0438\u043C\u0456\u0442\u043E\u043A", stampText: "\u0428\u0442\u0430\u043C\u043F \u0442\u0435\u043A\u0441\u0442\u0443", storeSignature: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", time: "\u0427\u0430\u0441", type: "\u041D\u0430\u0431\u0438\u0440\u0430\u0442\u0438", typeSomething: "Type something...", underline: "\u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043D\u044F", useAnExistingStampDesign: "\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438 \u0456\u0441\u043D\u0443\u044E\u0447\u0438\u0439 \u0434\u0438\u0437\u0430\u0439\u043D", viewMoreResults: "View More Results" }, "zh-Hans": { addLink: "\u6DFB\u52A0\u94FE\u63A5", addSignature: "\u6DFB\u52A0\u7B7E\u540D", backgroundColor: "\u80CC\u666F\u989C\u8272", black: "\u9ED1\u8272", blue: "\u84DD\u8272", bold: "\u52A0\u7C97", cancel: "\u53D6\u6D88", chat: "Chat", chooseColor: "\u9009\u62E9\u989C\u8272", clearSignature: "\u6E05\u9664\u7B7E\u540D", close: "\u5173\u95ED", color: "\u989C\u8272", copy: "\u62F7\u8D1D", createStamp: "\u521B\u5EFA\u5370\u7AE0", customStamp: "\u81EA\u5B9A\u4E49\u5370\u7AE0", darkBlue: "\u6DF1\u84DD", date: "\u65E5\u671F", delete: "\u5220\u9664", done: "\u5B8C\u6210", draw: "\u7ED8\u5236\u7B7E\u540D", editLink: "\u7F16\u8F91\u94FE\u63A5", fontColor: "\u5B57\u4F53\u989C\u8272", fonts: "\u5B57\u4F53", image: "\u56FE\u50CF", italic: "\u659C\u4F53", linkAnnotation: "\u94FE\u63A5", loading: "\u6B63\u5728\u52A0\u8F7D", pause: "\u6682\u505C", play: "\u64AD\u653E", preview: "\u9884\u89C8", readMore: "Read More", removeLink: "\u79FB\u9664\u94FE\u63A5", save: "\u4FDD\u5B58", saveSignature: "\u4FDD\u5B58\u7B7E\u540D", selectDragImage: "\u9009\u62E9\u6216\u62D6\u52A8\u56FE\u50CF", showMore: "\u5206\u4EAB\u66F4\u591A", signature: "\u7B7E\u540D", signatures: "\u7B7E\u540D", signHere: "\u5728\u6B64\u7B7E\u540D", stampAnnotationTemplatesDialog: "\u5370\u7AE0\u6279\u6CE8\u6A21\u677F", stampText: "\u5370\u7AE0\u6587\u672C", storeSignature: "\u5B58\u50A8\u7B7E\u540D", time: "\u65F6\u95F4", type: "\u8F93\u5165", typeSomething: "Type something...", underline: "\u4E0B\u5212\u7EBF", useAnExistingStampDesign: "\u4F7F\u7528\u73B0\u6709\u5370\u7AE0\u8BBE\u8BA1", viewMoreResults: "View More Results" }, "zh-Hant": { addLink: "\u52A0\u5165\u9023\u7D50", addSignature: "\u52A0\u4E0A\u7C3D\u540D", backgroundColor: "\u80CC\u666F\u984F\u8272", black: "\u9ED1\u8272", blue: "\u85CD\u8272", bold: "\u7C97\u9AD4", cancel: "\u53D6\u6D88", chat: "Chat", chooseColor: "\u9078\u64C7\u984F\u8272", clearSignature: "\u6E05\u9664\u7C3D\u540D", close: "\u95DC\u9589", color: "\u984F\u8272", copy: "\u8907\u88FD", createStamp: "\u81EA\u8A02\u5370\u7AE0", customStamp: "\u81EA\u8A02\u6C34\u5370", darkBlue: "\u6DF1\u85CD\u8272", date: "\u65E5\u671F", delete: "\u522A\u9664", done: "\u5B8C\u6210", draw: "\u624B\u7E6A", editLink: "\u7DE8\u8F2F\u9023\u7D50", fontColor: "\u5B57\u5F62\u984F\u8272", fonts: "\u5B57\u9AD4", image: "\u5716\u50CF", italic: "\u659C\u9AD4", linkAnnotation: "\u9023\u7D50", loading: "\u6B63\u5728\u8F09\u5165", pause: "\u66AB\u505C", play: "\u64AD\u653E", preview: "\u9810\u89BD", readMore: "Read More", removeLink: "\u522A\u9664\u9023\u7D50", save: "\u5132\u5B58", saveSignature: "\u5132\u5B58\u7C3D\u540D", selectDragImage: "\u9078\u53D6\u6216\u62D6\u66F3\u5716\u50CF", showMore: "\u986F\u793A\u8F03\u591A", signature: "\u7C3D\u540D", signatures: "\u7C3D\u540D", signHere: "\u5728\u6B64\u7C3D\u540D", stampAnnotationTemplatesDialog: "\u5716\u7AE0\u8A3B\u89E3\u7BC4\u672C", stampText: "\u5370\u7AE0\u6587\u5B57", storeSignature: "\u5132\u5B58\u7C3D\u540D", time: "\u6642\u9593", type: "\u9375\u5165", typeSomething: "Type something...", underline: "\u5E95\u7DDA", useAnExistingStampDesign: "\u4F7F\u7528\u73FE\u6709\u7684\u5716\u7AE0\u8A2D\u8A08", viewMoreResults: "View More Results" } };
|
|
15
|
+
var __default = { ar: { action: "\u0625\u062C\u0631\u0627\u0621", addLink: "\u0625\u0636\u0627\u0641\u0629 \u0631\u0627\u0628\u0637", addSignature: "\u0625\u0636\u0627\u0641\u0629 \u062A\u0648\u0642\u064A\u0639", anonymous: "\u0645\u062C\u0647\u0648\u0644", backgroundColor: "\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629", black: "\u0623\u0633\u0648\u062F", blue: "\u0623\u0632\u0631\u0642", bold: "\u0639\u0631\u064A\u0636", cancel: "\u0625\u0644\u063A\u0627\u0621", chat: "Chat", chooseColor: "\u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0644\u0648\u0646", clearSignature: "\u0645\u0633\u062D \u0627\u0644\u062A\u0648\u0642\u064A\u0639", close: "\u0625\u063A\u0644\u0627\u0642", color: "\u0627\u0644\u0644\u0648\u0646", comment: "\u062A\u0639\u0644\u064A\u0642", commentAction: "\u0636\u0639 \u062A\u0639\u0644\u064A\u0642\u064B\u0627", commentEditorLabel: "\u0623\u0636\u0641 \u062A\u0639\u0644\u064A\u0642\u0643\u2026", commentOptions: "\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0639\u0644\u064A\u0642", comments: "\u062A\u0639\u0644\u064A\u0642\u0627\u062A", commentsCount: "{arg0, plural,\none {{arg0} \u062A\u0639\u0644\u064A\u0642}\ntwo {{arg0} \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u0627\u062A}\nfew {{arg0} \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u0627\u062A}\nmany {{arg0} \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u0627\u062A}\nother {{arg0} \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u0627\u062A}\n=0 {{arg0} \u062A\u0639\u0644\u064A\u0642}\n}", commentThread: "\u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u0627\u062A", copy: "\u0646\u0633\u062E", createStamp: "\u0625\u0646\u0634\u0627\u0621 \u062E\u062A\u0645", customStamp: "\u062E\u062A\u0645 \u0645\u062E\u0635\u0635", cut: "\u0642\u0635", darkBlue: "\u0623\u0632\u0631\u0642 \u062F\u0627\u0643\u0646", date: "\u0627\u0644\u062A\u0627\u0631\u064A\u062E", delete: "\u062D\u0630\u0641", deleteComment: "\u062D\u0630\u0641 \u0627\u0644\u062A\u0639\u0644\u064A\u0642", deleteCommentConfirmMessage: "\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u062D\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u061F", done: "\u062A\u0645", draw: "\u0631\u0633\u0645", edit: "\u062A\u062D\u0631\u064A\u0631", editLink: "\u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0631\u0627\u0628\u0637", fontColor: "\u0644\u0648\u0646 \u0627\u0644\u062E\u0637", fonts: "\u0627\u0644\u062E\u0637\u0648\u0637", help: "\u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629", image: "\u0635\u0648\u0631\u0629", italic: "\u0645\u0627\u0626\u0644", linkAnnotation: "\u0631\u0627\u0628\u0637", loading: "\u062A\u062D\u0645\u064A\u0644", nMoreComments: "{arg0, plural,\none {{arg0} \u062A\u0639\u0644\u064A\u0642 \u0625\u0636\u0627\u0641\u064A}\ntwo {{arg0} \u062A\u0639\u0644\u064A\u0642\u0627\u062A \u0625\u0636\u0627\u0641\u064A\u0629}\nfew {{arg0} \u062A\u0639\u0644\u064A\u0642\u0627\u062A \u0625\u0636\u0627\u0641\u064A\u0629}\nmany {{arg0} \u062A\u0639\u0644\u064A\u0642\u0627\u062A \u0625\u0636\u0627\u0641\u064A\u0629}\nother {{arg0} \u062A\u0639\u0644\u064A\u0642\u0627\u062A \u0625\u0636\u0627\u0641\u064A\u0629}\n=0 {{arg0} \u062A\u0639\u0644\u064A\u0642 \u0625\u0636\u0627\u0641\u064A}\n}", openHelpDialog: "\u0641\u062A\u062D \u0645\u0631\u0628\u0639 \u062D\u0648\u0627\u0631 \u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629", paste: "\u0644\u0635\u0642", pause: "\u0625\u064A\u0642\u0627\u0641 \u0645\u0624\u0642\u062A", play: "\u062A\u0634\u063A\u064A\u0644", preview: "\u0645\u0639\u0627\u064A\u0646\u0629", readMore: "Read More", redo: "\u0625\u0639\u0627\u062F\u0629", removeLink: "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0631\u0627\u0628\u0637", save: "\u062D\u0641\u0638", saveSignature: "\u062D\u0641\u0638 \u0627\u0644\u062A\u0648\u0642\u0639", selectAll: "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644", selectDragImage: "\u062A\u062D\u062F\u064A\u062F \u0635\u0648\u0631\u0629 \u0623\u0648 \u0633\u062D\u0628\u0647\u0627", shortcut: "\u0627\u062E\u062A\u0635\u0627\u0631", showMore: "\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F", signature: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639", signatures: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639\u0627\u062A", signHere: "\u0627\u0644\u062A\u0648\u0642\u064A\u0639 \u0647\u0646\u0627", stampAnnotationTemplatesDialog: "\u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u062A\u0639\u0644\u064A\u0642 \u0627\u0644\u062A\u0648\u0636\u064A\u062D\u064A \u0644\u0644\u0623\u062E\u062A\u0627\u0645", stampText: "\u0646\u0635 \u0627\u0644\u062E\u062A\u0645", storeSignature: "\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0648\u0642\u064A\u0639", time: "\u0627\u0644\u062A\u0648\u0642\u064A\u062A", toolbarFocus: "\u062A\u0631\u0643\u064A\u0632 \u0634\u0631\u064A\u0637 \u0627\u0644\u0623\u062F\u0648\u0627\u062A", type: "\u0643\u062A\u0627\u0628\u0629", typeSomething: "Type something...", underline: "\u0645\u064F\u0633\u0637\u0651\u0631", undo: "\u062A\u0631\u0627\u062C\u0639", useAnExistingStampDesign: "\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0635\u0645\u064A\u0645 \u0637\u0627\u0628\u0639 \u0645\u0648\u062C\u0648\u062F", viewMoreResults: "View More Results" }, cs: { action: "Akce", addLink: "P\u0159idat odkaz", addSignature: "P\u0159idat podpis", anonymous: "Anonymn\xED", backgroundColor: "Barva pozad\xED", black: "\u010Cern\xE1", blue: "Modr\xE1", bold: "Tu\u010Dn\xE9 p\xEDsmo", cancel: "Zru\u0161it", chat: "Chat", chooseColor: "Zvolte barvu", clearSignature: "Smazat podpis", close: "Zav\u0159\xEDt", color: "Barva", comment: "Koment\xE1\u0159", commentAction: "Komentovat", commentEditorLabel: "P\u0159idat koment\xE1\u0159\u2026", commentOptions: "Mo\u017Enosti koment\xE1\u0159e", comments: "Koment\xE1\u0159e", commentsCount: "{arg0, plural,\none {{arg0} koment\xE1\u0159}\nfew {{arg0} koment\xE1\u0159e}\nother {{arg0} koment\xE1\u0159\u016F}\n}", commentThread: "Vl\xE1kno koment\xE1\u0159\u016F", copy: "Kop\xEDrovat", createStamp: "Vytvo\u0159it raz\xEDtko", customStamp: "Vlastn\xED raz\xEDtko", cut: "Vyjmout", darkBlue: "Tmav\u011B modr\xE1", date: "Datum", delete: "Smazat", deleteComment: "Odstr\xE1nit koment\xE1\u0159", deleteCommentConfirmMessage: "Opravdu chcete smazat tento koment\xE1\u0159?", done: "Hotovo", draw: "Kreslit", edit: "\xDApravy", editLink: "Upravit odkaz", fontColor: "Barva p\xEDsma", fonts: "P\xEDsma", help: "Pomoc", image: "Obr\xE1zek", italic: "Kurz\xEDva", linkAnnotation: "Odkaz", loading: "Na\u010D\xEDt\xE1n\xED", nMoreComments: "{arg0, plural,\none {{arg0} dal\u0161\xED koment\xE1\u0159}\nfew {{arg0} dal\u0161\xED koment\xE1\u0159e}\nother {{arg0} dal\u0161\xEDch koment\xE1\u0159\u016F}\n}", openHelpDialog: "Otev\u0159\xEDt dialogov\xE9 okno n\xE1pov\u011Bdy", paste: "Vlo\u017Eit", pause: "Pozastavit", play: "P\u0159ehr\xE1t", preview: "Uk\xE1zka", readMore: "Read More", redo: "Opakovat", removeLink: "Odstranit odkaz", save: "Ulo\u017Eit", saveSignature: "Ulo\u017Eit podpis", selectAll: "Vybrat v\u0161e", selectDragImage: "Vyberte nebo p\u0159et\xE1hn\u011Bte obr\xE1zek", shortcut: "zkratka", showMore: "Zobrazit v\xEDce", signature: "Podpis", signatures: "Podpisy", signHere: "Podepi\u0161te zde", stampAnnotationTemplatesDialog: "\u0160ablony anotac\xED raz\xEDtka", stampText: "Text raz\xEDtka", storeSignature: "Ulo\u017Eit podpis", time: "\u010Cas", toolbarFocus: "Fokus na panelu n\xE1stroj\u016F", type: "Ps\xE1t", typeSomething: "Type something...", underline: "Podtr\u017Eeno", undo: "Zru\u0161it", useAnExistingStampDesign: "Pou\u017E\xEDt st\xE1vaj\xEDc\xED n\xE1vrh raz\xEDtka", viewMoreResults: "View More Results" }, cy: { action: "Gweithred", addLink: "Ychwanegu Dolen", addSignature: "Ychwanegu Llofnod", anonymous: "Dienw", backgroundColor: "Lliw'r Cefndir", black: "Du", blue: "Glas", bold: "Trwm", cancel: "Canslo", chat: "Chat", chooseColor: "Dewiswch Liw", clearSignature: "Clirio'r Llofnod", close: "Cau", color: "Lliw", comment: "Sylw", commentAction: "Gwneud sylw", commentEditorLabel: "Ychwanegwch eich sylw\u2026", commentOptions: "Opsiynau Sylwadau", comments: "Sylwadau", commentsCount: "{arg0, plural,\none {{arg0} sylw}\ntwo {{arg0} sylw}\nfew {{arg0} sylw}\nmany {{arg0} sylw}\nother {{arg0} sylw}\n=0 {{arg0} sylw}\n}", commentThread: "Trywydd sylwadau", copy: "Cop\xEFo", createStamp: "Creu Stamp", customStamp: "Stamp Personol", cut: "Torri", darkBlue: "Glas Tywyll", date: "Dyddiad", delete: "Dileu", deleteComment: "Dileu'r Sylw", deleteCommentConfirmMessage: "Ydych chi'n si\u0175r eich bod eisiau dileu'r sylw hwn?", done: "Wedi Gorffen", draw: "\xC2 llaw", edit: "Golygu", editLink: "Golygu Dolen", fontColor: "Lliw'r Ffont", fonts: "Ffontiau", help: "Help", image: "Delwedd", italic: "Italig", linkAnnotation: "Dolen", loading: "Wrthi'n Llwytho", nMoreComments: "{arg0, plural,\none {{arg0} sylw arall}\ntwo {{arg0} sylw arall}\nfew {{arg0} sylw arall}\nmany {{arg0} sylw arall}\nother {{arg0} sylw arall}\n=0 {{arg0} sylw arall}\n}", openHelpDialog: "Agor Deialog Cymorth", paste: "Gludo", pause: "Rhewi", play: "Chwarae", preview: "Rhagolwg", readMore: "Read More", redo: "Ail-wneud", removeLink: "Tynnu Dolen", save: "Cadw", saveSignature: "Cadw\u2019r Llofnod", selectAll: "Dewis y Cwbl", selectDragImage: "Dewiswch neu Lusgwch Ddelwedd", shortcut: "llwybr byr", showMore: "Dangos mwy", signature: "Llofnod", signatures: "Llofnodion", signHere: "Llofnodwch Yma", stampAnnotationTemplatesDialog: "Stampio Templedi Anodi", stampText: "Testun y Stamp", storeSignature: "Storio'r Llofnod", time: "Amser", toolbarFocus: "Ffocws Bar Offer", type: "Teipio", typeSomething: "Type something...", underline: "Wedi tanlinellu", undo: "Dad-wneud", useAnExistingStampDesign: "Defnyddio dyluniad stamp cyfredol", viewMoreResults: "View More Results" }, da: { action: "Handling", addLink: "Tilf\xF8j henvisning", addSignature: "Tilf\xF8j signatur", anonymous: "Anonym", backgroundColor: "Baggrundsfarve", black: "Sort", blue: "Bl\xE5", bold: "Fed", cancel: "Annuller", chat: "Chat", chooseColor: "V\xE6lg farve", clearSignature: "Slet signatur", close: "Luk", color: "Farve", comment: "Kommentar", commentAction: "Kommenter", commentEditorLabel: "Tilf\xF8j din kommentar\u2026", commentOptions: "Kommentarmuligheder", comments: "Kommentarer", commentsCount: "{arg0, plural,\none {{arg0} kommentar}\nother {{arg0} kommentarer}\n}", commentThread: "Kommentartr\xE5d", copy: "Kopier", createStamp: "Opret stempel", customStamp: "Specielt stempel", cut: "Klip", darkBlue: "M\xF8rkebl\xE5", date: "Dato", delete: "Slet", deleteComment: "Slet kommentar", deleteCommentConfirmMessage: "Er du sikker p\xE5 du vil slette denne kommentar?", done: "F\xE6rdig", draw: "Tegn", edit: "Rediger", editLink: "Rediger link", fontColor: "Skriftfarve", fonts: "Skrifter", help: "Hj\xE6lp", image: "Billede", italic: "Kursiv", linkAnnotation: "Henvisning", loading: "Indl\xE6ser", nMoreComments: "{arg0, plural,\none {{arg0} mere kommentar}\nother {{arg0} flere kommentarer}\n}", openHelpDialog: "\xC5bn hj\xE6lpedialog", paste: "S\xE6t ind", pause: "Pause", play: "Afspil", preview: "Vis", readMore: "Read More", redo: "Gentag", removeLink: "Fjern henvisning", save: "Arkiver", saveSignature: "Arkiver underskrift", selectAll: "V\xE6lg alt", selectDragImage: "V\xE6lg eller tr\xE6k billede", shortcut: "genvej", showMore: "Vis mere", signature: "Signatur", signatures: "Signaturer", signHere: "Underskriv her", stampAnnotationTemplatesDialog: "Stempel annoteringsskabeloner", stampText: "Stempeltekst", storeSignature: "Arkiver signatur", time: "Tid", toolbarFocus: "Fokuser p\xE5 v\xE6rkt\xF8jslinjen", type: "Skriv", typeSomething: "Type something...", underline: "Understreget", undo: "Fortryd", useAnExistingStampDesign: "Brug et eksisterende stempeldesign", viewMoreResults: "View More Results" }, de: { action: "Aktion", addLink: "Link erstellen", addSignature: "Unterschrift hinzuf\xFCgen", anonymous: "Anonymer Benutzer", backgroundColor: "Hintergrundfarbe", black: "Schwarz", blue: "Blau", bold: "Fett", cancel: "Abbrechen", chat: "Chat", chooseColor: "Farbe w\xE4hlen", clearSignature: "Unterschrift entfernen", close: "Schlie\xDFen", color: "Farbe", comment: "Kommentar", commentAction: "Kommentieren", commentEditorLabel: "Kommentar einf\xFCgen\u2026", commentOptions: "Kommentaroptionen", comments: "Kommentare", commentsCount: "{arg0, plural,\none {{arg0} Kommentar}\nother {{arg0} Kommentare}\n}", commentThread: "Kommentar-Thread", copy: "Kopieren", createStamp: "Stempel erstellen", customStamp: "Eigener Stempel", cut: "Ausschneiden", darkBlue: "Dunkelblau", date: "Datum", delete: "L\xF6schen", deleteComment: "Kommentar l\xF6schen", deleteCommentConfirmMessage: "M\xF6chten Sie diesen Kommentar wirklich l\xF6schen?", done: "Fertig", draw: "Zeichnen", edit: "Bearbeiten", editLink: "Link bearbeiten", fontColor: "Schriftfarbe", fonts: "Schriftarten", help: "Hilfe", image: "Bild", italic: "Kursiv", linkAnnotation: "Hyperlink", loading: "Laden", nMoreComments: "{arg0, plural,\none {{arg0} weiterer Kommentar}\nother {{arg0} weitere Kommentare}\n}", openHelpDialog: "Hilfedialog \xF6ffnen", paste: "Einsetzen", pause: "Pause", play: "Abspielen", preview: "Vorschau", readMore: "Read More", redo: "Wiederholen", removeLink: "Link entfernen", save: "Sichern", saveSignature: "Unterschrift sichern", selectAll: "Alles ausw\xE4hlen", selectDragImage: "Bild ausw\xE4hlen oder hierher ziehen", shortcut: "Verkn\xFCpfung", showMore: "Mehr", signature: "Unterschrift", signatures: "Unterschriften", signHere: "Hier unterschreiben", stampAnnotationTemplatesDialog: "Vorlagen f\xFCr Stempelannotationen", stampText: "Stempel-Text", storeSignature: "Signatur speichern", time: "Zeit", toolbarFocus: "Fokus auf die Symbolleiste", type: "Eingeben", typeSomething: "Type something...", underline: "Unterstrichen", undo: "R\xFCckg\xE4ngig machen", useAnExistingStampDesign: "Bestehendes Stempel-Design nutzen", viewMoreResults: "View More Results" }, el: { action: "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B1", addLink: "\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", addSignature: "\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", anonymous: "\u0391\u03BD\u03CE\u03BD\u03C5\u03BC\u03BF\u03C2", backgroundColor: "\u03A7\u03C1\u03CE\u03BC\u03B1 \u03C6\u03CC\u03BD\u03C4\u03BF\u03C5", black: "\u039C\u03B1\u03CD\u03C1\u03BF", blue: "\u039C\u03C0\u03BB\u03B5", bold: "\u0388\u03BD\u03C4\u03BF\u03BD\u03B1", cancel: "\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7", chat: "Chat", chooseColor: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C7\u03C1\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2", clearSignature: "\u0395\u03BA\u03BA\u03B1\u03B8\u03AC\u03C1\u03B9\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", close: "\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF", color: "\u03A7\u03C1\u03CE\u03BC\u03B1", comment: "\u03A3\u03C7\u03CC\u03BB\u03B9\u03BF", commentAction: "\u03A3\u03C7\u03BF\u03BB\u03B9\u03AC\u03C3\u03C4\u03B5", commentEditorLabel: "\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C4\u03BF\u03C5 \u03C3\u03C7\u03BF\u03BB\u03AF\u03BF\u03C5 \u03C3\u03B1\u03C2\u2026", commentOptions: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2 \u03C3\u03C7\u03BF\u03BB\u03AF\u03B5\u03C9\u03BD", comments: "\u03A3\u03C7\u03CC\u03BB\u03B9\u03B1", commentsCount: "{arg0, plural,\none {{arg0} \u03C3\u03C7\u03BF\u03BB\u03AF\u03BF\u03C5}\nother {{arg0} \u03C3\u03C7\u03BF\u03BB\u03AF\u03C9\u03BD}\n}", commentThread: "\u039D\u03AE\u03BC\u03B1 \u03C3\u03C7\u03BF\u03BB\u03AF\u03C9\u03BD", copy: "\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE", createStamp: "\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", customStamp: "\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03B7 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1", cut: "\u0391\u03C0\u03BF\u03BA\u03BF\u03C0\u03AE", darkBlue: "\u03A3\u03BA\u03BF\u03CD\u03C1\u03BF \u03BC\u03C0\u03BB\u03B5", date: "\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1", delete: "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE", deleteComment: "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03C3\u03C7\u03BF\u03BB\u03AF\u03BF\u03C5", deleteCommentConfirmMessage: "\u0395\u03AF\u03C3\u03C4\u03B5 \u03B2\u03AD\u03B2\u03B1\u03B9\u03BF\u03B9 \u03CC\u03C4\u03B9 \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C8\u03B5\u03C4\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03C3\u03C7\u03CC\u03BB\u03B9\u03BF", done: "\u03A4\u03AD\u03BB\u03BF\u03C2", draw: "\u03A3\u03C7\u03B5\u03B4\u03AF\u03B1\u03C3\u03B7", edit: "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1", editLink: "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", fontColor: "\u03A7\u03C1\u03CE\u03BC\u03B1 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2", fonts: "\u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AD\u03C2", help: "\u0392\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1", image: "\u0395\u03B9\u03BA\u03CC\u03BD\u03B1", italic: "\u03A0\u03BB\u03AC\u03B3\u03B9\u03B1", linkAnnotation: "\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03C2", loading: "\u0393\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7", nMoreComments: "{arg0, plural,\none {{arg0} \u03B1\u03BA\u03CC\u03BC\u03B7 \u03C3\u03C7\u03CC\u03BB\u03B9\u03BF}\nother {{arg0} \u03B1\u03BA\u03CC\u03BC\u03B7 \u03C3\u03C7\u03CC\u03BB\u03B9\u03B1}\n}", openHelpDialog: "\u0386\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1 \u03B4\u03B9\u03B1\u03BB\u03CC\u03B3\u03BF\u03C5 \u03B2\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1\u03C2", paste: "\u0395\u03C0\u03B9\u03BA\u03CC\u03BB\u03BB\u03B7\u03C3\u03B7", pause: "\u03A0\u03B1\u03CD\u03C3\u03B7", play: "\u0391\u03BD\u03B1\u03C0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE", preview: "\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7", readMore: "Read More", redo: "\u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7", removeLink: "\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5", save: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7", saveSignature: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", selectAll: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD", selectDragImage: "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03AE \u03C3\u03CD\u03C1\u03C3\u03B9\u03BC\u03BF \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2", shortcut: "\u03C3\u03C5\u03BD\u03C4\u03CC\u03BC\u03B5\u03C5\u03C3\u03B7", showMore: "\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03C9\u03BD", signature: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE", signatures: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AD\u03C2", signHere: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE \u03B5\u03B4\u03CE", stampAnnotationTemplatesDialog: "\u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1 \u03C3\u03C7\u03BF\u03BB\u03B9\u03B1\u03C3\u03BC\u03BF\u03CD \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", stampText: "\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", storeSignature: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2", time: "\u038F\u03C1\u03B1", toolbarFocus: "\u0395\u03C3\u03C4\u03AF\u03B1\u03C3\u03B7 \u03C3\u03C4\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03C9\u03BD", type: "\u03A0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03CC\u03B3\u03B7\u03C3\u03B7", typeSomething: "Type something...", underline: "\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF", undo: "\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7", useAnExistingStampDesign: "\u03A7\u03C1\u03AE\u03C3\u03B7 \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03BD\u03C4\u03BF\u03C2 \u03C3\u03C7\u03B5\u03B4\u03AF\u03BF\u03C5 \u03C3\u03C6\u03C1\u03B1\u03B3\u03AF\u03B4\u03B1\u03C2", viewMoreResults: "View More Results" }, "en-GB": { action: "Action", addLink: "Add Link", addSignature: "Add Signature", anonymous: "Anonymous", backgroundColor: "Background Colour", black: "Black", blue: "Blue", bold: "Bold", cancel: "Cancel", chat: "Chat", chooseColor: "Choose Colour", clearSignature: "Clear Signature", close: "Close", color: "Colour", comment: "Comment", commentAction: "Comment", commentEditorLabel: "Add your comment\u2026", commentOptions: "Comment Options", comments: "Comments", commentsCount: "{arg0, plural,\none {{arg0} comment}\nother {{arg0} comments}\n}", commentThread: "Comment thread", copy: "Copy", createStamp: "Create Stamp", customStamp: "Custom Stamp", cut: "Cut", darkBlue: "Dark Blue", date: "Date", delete: "Delete", deleteComment: "Delete Comment", deleteCommentConfirmMessage: "Are you sure you want to delete this comment?", done: "Done", draw: "Draw", edit: "Edit", editLink: "Edit Link", fontColor: "Font Colour", fonts: "Fonts", help: "Help", image: "Image", italic: "Italic", linkAnnotation: "Link", loading: "Loading", nMoreComments: "{arg0, plural,\none {{arg0} more comment}\nother {{arg0} more comments}\n}", openHelpDialog: "Open Help Dialogue", paste: "Paste", pause: "Pause", play: "Play", preview: "Preview", readMore: "Read More", redo: "Redo", removeLink: "Remove Link", save: "Save", saveSignature: "Save Signature", selectAll: "Select All", selectDragImage: "Select or Drag Image", shortcut: "shortcut", showMore: "Show More", signature: "Signature", signatures: "Signatures", signHere: "Sign Here", stampAnnotationTemplatesDialog: "Stamp Annotation Templates", stampText: "Stamp Text", storeSignature: "Store Signature", time: "Time", toolbarFocus: "Toolbar Focus", type: "Type", typeSomething: "Type something...", underline: "Underlined", undo: "Undo", useAnExistingStampDesign: "Use an existing stamp design", viewMoreResults: "View More Results" }, en: { action: "Action", addLink: "Add Link", addSignature: "Add Signature", anonymous: "Anonymous", backgroundColor: "Background Color", black: "Black", blue: "Blue", bold: "Bold", cancel: "Cancel", chat: "Chat", chooseColor: "Choose Color", clearSignature: "Clear Signature", close: "Close", color: "Color", comment: "Comment", commentAction: "Comment", commentEditorLabel: "Add your comment\u2026", commentOptions: "Comment Options", comments: "Comments", commentsCount: "{arg0, plural,\none {{arg0} comment}\nother {{arg0} comments}\n}", commentThread: "Comment thread", copy: "Copy", createStamp: "Create Stamp", customStamp: "Custom Stamp", cut: "Cut", darkBlue: "Dark Blue", date: "Date", delete: "Delete", deleteComment: "Delete Comment", deleteCommentConfirmMessage: "Are you sure you want to delete this comment?", done: "Done", draw: "Draw", edit: "Edit", editLink: "Edit Link", fontColor: "Font Color", fonts: "Fonts", help: "Help", image: "Image", italic: "Italic", linkAnnotation: "Link", loading: "Loading", nMoreComments: "{arg0, plural,\none {{arg0} more comment}\nother {{arg0} more comments}\n}", openHelpDialog: "Open Help Dialog", paste: "Paste", pause: "Pause", play: "Play", preview: "Preview", readMore: "Read More", redo: "Redo", removeLink: "Remove Link", save: "Save", saveSignature: "Save Signature", selectAll: "Select All", selectDragImage: "Select or Drag Image", shortcut: "shortcut", showMore: "Show More", signature: "Signature", signatures: "Signatures", signHere: "Sign Here", stampAnnotationTemplatesDialog: "Stamp Annotation Templates", stampText: "Stamp Text", storeSignature: "Store Signature", time: "Time", toolbarFocus: "Toolbar Focus", type: "Type", typeSomething: "Type something...", underline: "Underlined", undo: "Undo", useAnExistingStampDesign: "Use an existing stamp design", viewMoreResults: "View More Results" }, es: { action: "Acci\xF3n", addLink: "A\xF1adir enlace", addSignature: "A\xF1adir firma", anonymous: "An\xF3nimo", backgroundColor: "Color de fondo", black: "Negro", blue: "Azul", bold: "Negrita", cancel: "Cancelar", chat: "Chat", chooseColor: "Seleccionar color", clearSignature: "Borrar firma", close: "Cerrar", color: "Color", comment: "Comentario", commentAction: "Comentar", commentEditorLabel: "Escriba la respuesta\u2026", commentOptions: "Opciones de comentario", comments: "Comentarios", commentsCount: "{arg0, plural,\none {{arg0} comentario}\nother {{arg0} comentarios}\n}", commentThread: "Hilo de comentarios", copy: "Copiar", createStamp: "Crear sello", customStamp: "Sello personalizado", cut: "Cortar", darkBlue: "Azul oscuro", date: "Fecha", delete: "Eliminar", deleteComment: "Eliminar comentario", deleteCommentConfirmMessage: "\xBFSeguro que desea eliminar este comentario?", done: "OK", draw: "Dibujar", edit: "Editar", editLink: "Editar enlace", fontColor: "Color", fonts: "Tipos de letra", help: "Ayuda", image: "Imagen", italic: "Cursiva", linkAnnotation: "Enlace", loading: "Cargando", nMoreComments: "{arg0, plural,\none {{arg0} comentario m\xE1s}\nother {{arg0} comentarios m\xE1s}\n}", openHelpDialog: "Abrir di\xE1logo de ayuda", paste: "Pegar", pause: "Pausa", play: "Reproducir", preview: "Previsualizar", readMore: "Read More", redo: "Rehacer", removeLink: "Eliminar enlace", save: "Guardar", saveSignature: "Guardar firma", selectAll: "Seleccionar todo", selectDragImage: "Seleccione o arrastre una imagen", shortcut: "atajo", showMore: "Ver m\xE1s", signature: "Firma", signatures: "Firmas", signHere: "Firmar aqu\xED", stampAnnotationTemplatesDialog: "Plantillas de sellos de anotaci\xF3n", stampText: "Texto del sello", storeSignature: "Almacenar firma", time: "Hora", toolbarFocus: "Enfoque en la barra de herramientas", type: "Escribir", typeSomething: "Type something...", underline: "Subrayado", undo: "Deshacer", useAnExistingStampDesign: "Usar un dise\xF1o de sello existente", viewMoreResults: "View More Results" }, fi: { action: "Toiminto", addLink: "Lis\xE4\xE4 linkki", addSignature: "Lis\xE4\xE4 allekirjoitus", anonymous: "Anonyymi", backgroundColor: "Taustav\xE4ri", black: "Musta", blue: "Sininen", bold: "Lihavoitu", cancel: "Kumoa", chat: "Chat", chooseColor: "Valitse v\xE4ri", clearSignature: "Tyhjenn\xE4 allekirjoitus", close: "Sulje", color: "V\xE4ri", comment: "Kommentti", commentAction: "Kommentoi", commentEditorLabel: "Lis\xE4\xE4 kommenttisi\u2026", commentOptions: "Kommentointivaihtoehdot", comments: "Kommentit", commentsCount: "{arg0, plural,\none {{arg0} kommentti}\nother {{arg0} kommenttia}\n}", commentThread: "Kommenttis\xE4ie", copy: "Kopioi", createStamp: "Luo leima", customStamp: "Oma leimasin", cut: "Leikkaa", darkBlue: "Tummansininen", date: "P\xE4iv\xE4m\xE4\xE4r\xE4", delete: "Poista", deleteComment: "Poista kommentti", deleteCommentConfirmMessage: "Haluatko varmasti poistaa t\xE4m\xE4n kommentin?", done: "Valmis", draw: "Piirr\xE4", edit: "Muokkaa", editLink: "Muokkaa linkki\xE4", fontColor: "Kirjasinv\xE4ri", fonts: "Kirjasimet", help: "Ohje", image: "Kuva", italic: "Kursiivi", linkAnnotation: "Linkki", loading: "Ladataan", nMoreComments: "{arg0, plural,\none {Viel\xE4 {arg0} kommentti}\nother {Viel\xE4 {arg0} kommenttia}\n}", openHelpDialog: "Avaa ohjedialogi", paste: "Sijoita", pause: "Keskeyt\xE4", play: "Toista", preview: "Esikatselu", readMore: "Read More", redo: "Tee sittenkin", removeLink: "Poista linkki", save: "Tallenna", saveSignature: "Tallenna allekirjoitus", selectAll: "Valitse kaikki", selectDragImage: "Valitse tai raahaa kuva", shortcut: "pikan\xE4pp\xE4in", showMore: "N\xE4yt\xE4 lis\xE4\xE4", signature: "Allekirjoitus", signatures: "Allekirjoitukset", signHere: "Allekirjoitus t\xE4h\xE4n", stampAnnotationTemplatesDialog: "Leimamerkint\xE4mallit", stampText: "Leiman teksti", storeSignature: "Tallenna allekirjoitus", time: "Aika", toolbarFocus: "Ty\xF6kalurivin kohdistus", type: "Sy\xF6t\xE4", typeSomething: "Type something...", underline: "Alleviivaus", undo: "Peru", useAnExistingStampDesign: "K\xE4yt\xE4 valmista leimasinta", viewMoreResults: "View More Results" }, "fr-CA": { action: "Action", addLink: "Ajouter un lien", addSignature: "Ajouter une signature", anonymous: "Anonyme", backgroundColor: "Couleur de l\u2019arri\xE8re-plan", black: "Noir", blue: "Bleu", bold: "Gras", cancel: "Annuler", chat: "Chat", chooseColor: "Choisir une couleur", clearSignature: "Effacer la signature", close: "Fermer", color: "Couleur", comment: "Commentaire", commentAction: "Commentaire", commentEditorLabel: "Ajoutez votre commentaire\u2026", commentOptions: "Options de commentaire", comments: "Commentaires", commentsCount: "{arg0, plural,\none {{arg0}\xA0commentaire}\nother {{arg0}\xA0commentaires}\n}", commentThread: "Fil de commentaires", copy: "Copier", createStamp: "Cr\xE9er un tampon", customStamp: "Tampon personnalis\xE9", cut: "Couper", darkBlue: "Bleu fonc\xE9", date: "Date", delete: "Supprimer", deleteComment: "Supprimer le commentaire", deleteCommentConfirmMessage: "Voulez-vous vraiment supprimer ce commentaire?", done: "Termin\xE9", draw: "Dessin", edit: "Modifier", editLink: "Modifier le lien", fontColor: "Couleur de police", fonts: "Polices", help: "Aide", image: "Image", italic: "Italique", linkAnnotation: "Lien", loading: "Chargement", nMoreComments: "{arg0, plural,\none {{arg0} autre commentaire}\nother {{arg0} autres commentaires}\n}", openHelpDialog: "Ouvrir la bo\xEEte de dialogue d'aide", paste: "Coller", pause: "Pause", play: "Lecture", preview: "Aper\xE7u", readMore: "Read More", redo: "R\xE9tablir", removeLink: "Supprimer le lien", save: "Enregistrer", saveSignature: "Enregistrer la signature", selectAll: "Tout s\xE9lectionner", selectDragImage: "S\xE9lectionnez ou d\xE9posez une image", shortcut: "raccourci", showMore: "Afficher plus", signature: "Signature", signatures: "Signatures", signHere: "Signature", stampAnnotationTemplatesDialog: "Mod\xE8les de tampon d\u2019annotation", stampText: "Texte du tampon", storeSignature: "Stocker la signature", time: "Heure", toolbarFocus: "Focus sur la barre d'outils", type: "Saisie", typeSomething: "Type something...", underline: "Soulign\xE9e", undo: "Annuler", useAnExistingStampDesign: "Utiliser un mod\xE8le de tampon existant", viewMoreResults: "View More Results" }, fr: { action: "Action", addLink: "Ajouter un lien", addSignature: "Ajouter une signature", anonymous: "Anonyme", backgroundColor: "Couleur de l\u2019arri\xE8re-plan", black: "Noir", blue: "Bleu", bold: "Gras", cancel: "Annuler", chat: "Chat", chooseColor: "Choisir une couleur", clearSignature: "Effacer la signature", close: "Fermer", color: "Couleur", comment: "Commentaire", commentAction: "Commenter", commentEditorLabel: "Ajoutez votre commentaire\u2026", commentOptions: "Options de commentaire", comments: "Commentaires", commentsCount: "{arg0, plural,\none {{arg0}\xA0commentaire}\nother {{arg0}\xA0commentaires}\n}", commentThread: "Fil de commentaires", copy: "Copier", createStamp: "Cr\xE9er un tampon", customStamp: "Tampon personnalis\xE9", cut: "Couper", darkBlue: "Bleu fonc\xE9", date: "Date", delete: "Supprimer", deleteComment: "Supprimer le commentaire", deleteCommentConfirmMessage: "Voulez-vous vraiment supprimer ce commentaire\xA0?", done: "Termin\xE9", draw: "Dessin", edit: "Modifier", editLink: "Modifier le lien", fontColor: "Couleur de police", fonts: "Polices", help: "Aide", image: "Image", italic: "Italique", linkAnnotation: "Lien", loading: "Chargement", nMoreComments: "{arg0, plural,\none {{arg0} autre commentaire}\nother {{arg0} autres commentaires}\n}", openHelpDialog: "Ouvrir le dialogue d'aide", paste: "Coller", pause: "Pause", play: "Lecture", preview: "Aper\xE7u", readMore: "Read More", redo: "R\xE9tablir", removeLink: "Supprimer le lien", save: "Enregistrer", saveSignature: "Enregistrer la signature", selectAll: "Tout s\xE9lectionner", selectDragImage: "S\xE9lectionnez ou d\xE9posez une image", shortcut: "raccourci", showMore: "Afficher plus", signature: "Signature", signatures: "Signatures", signHere: "Signer ici", stampAnnotationTemplatesDialog: "Mod\xE8les d'annotation par tampon", stampText: "Texte du tampon", storeSignature: "Stocker la signature", time: "Heure", toolbarFocus: "Focus sur la barre d'outils", type: "Saisie", typeSomething: "Type something...", underline: "Soulign\xE9e", undo: "Annuler", useAnExistingStampDesign: "Utiliser un mod\xE8le de tampon existant", viewMoreResults: "View More Results" }, he: { action: "\u05E4\u05E2\u05D5\u05DC\u05D4", addLink: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", addSignature: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05D7\u05EA\u05D9\u05DE\u05D4", anonymous: "\u05D0\u05E0\u05D5\u05E0\u05D9\u05DE\u05D9", backgroundColor: "\u05E6\u05D1\u05E2 \u05E8\u05E7\u05E2", black: "\u05E9\u05D7\u05D5\u05E8", blue: "\u05DB\u05D7\u05D5\u05DC", bold: "\u05DE\u05D5\u05D3\u05D2\u05E9", cancel: "\u05D1\u05D9\u05D8\u05D5\u05DC", chat: "Chat", chooseColor: "\u05D1\u05D7\u05D9\u05E8\u05EA \u05E6\u05D1\u05E2", clearSignature: "\u05DE\u05D7\u05D9\u05E7\u05EA \u05D4\u05D7\u05EA\u05D9\u05DE\u05D4", close: "\u05E1\u05D2\u05D9\u05E8\u05D4", color: "\u05E6\u05D1\u05E2", comment: "\u05D4\u05E2\u05E8\u05D4", commentAction: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05D4\u05E2\u05E8\u05D4", commentEditorLabel: "\u05D4\u05D5\u05E1\u05E4\u05EA \u05D4\u05E2\u05E8\u05D4\u2026", commentOptions: "\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05E2\u05E8\u05D5\u05EA", comments: "\u05D4\u05E2\u05E8\u05D5\u05EA", commentsCount: "{arg0, plural,\none {\u05D4\u05E2\u05E8\u05D4 {arg0}}\ntwo {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA}\nmany {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA}\nother {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA}\n}", commentThread: "\u05E9\u05E8\u05E9\u05D5\u05E8 \u05E9\u05DC \u05D4\u05E2\u05E8\u05D4", copy: "\u05D4\u05E2\u05EA\u05E7\u05D4", createStamp: "\u05D9\u05E6\u05D9\u05E8\u05EA \u05D7\u05D5\u05EA\u05DE\u05EA", customStamp: "\u05D7\u05D5\u05EA\u05DE\u05EA \u05DE\u05D5\u05EA\u05D0\u05DE\u05EA \u05D0\u05D9\u05E9\u05D9\u05EA", cut: "\u05D7\u05D9\u05EA\u05D5\u05DA", darkBlue: "\u05DB\u05D7\u05D5\u05DC \u05DB\u05D4\u05D4", date: "\u05EA\u05D0\u05E8\u05D9\u05DA", delete: "\u05DE\u05D7\u05D9\u05E7\u05D4", deleteComment: "\u05DE\u05D7\u05D9\u05E7\u05EA \u05D4\u05E2\u05E8\u05D4", deleteCommentConfirmMessage: "\u05D1\u05E8\u05E6\u05D5\u05E0\u05DA \u05D1\u05D0\u05DE\u05EA \u05DC\u05DE\u05D7\u05D5\u05E7 \u05D0\u05EA \u05D4\u05D4\u05E2\u05E8\u05D4 \u05D4\u05D6\u05D5?", done: "\u05E1\u05D9\u05D5\u05DD", draw: "\u05E6\u05D9\u05D5\u05E8", edit: "\u05E2\u05E8\u05D9\u05DB\u05D4", editLink: "\u05E2\u05E8\u05D9\u05DB\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", fontColor: "\u05E6\u05D1\u05E2 \u05D2\u05D5\u05E4\u05DF", fonts: "\u05D2\u05D5\u05E4\u05E0\u05D9\u05DD", help: "\u05E2\u05D6\u05E8\u05D4", image: "\u05EA\u05DE\u05D5\u05E0\u05D4", italic: "\u05E0\u05D8\u05D5\u05D9", linkAnnotation: "\u05E7\u05D9\u05E9\u05D5\u05E8", loading: "\u05D8\u05D5\u05E2\u05DF", nMoreComments: "{arg0, plural,\none {\u05D4\u05E2\u05E8\u05D4 {arg0} \u05E0\u05D5\u05E1\u05E4\u05EA}\ntwo {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA \u05E0\u05D5\u05E1\u05E4\u05D5\u05EA}\nmany {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA \u05E0\u05D5\u05E1\u05E4\u05D5\u05EA}\nother {{arg0} \u05D4\u05E2\u05E8\u05D5\u05EA \u05E0\u05D5\u05E1\u05E4\u05D5\u05EA}\n}", openHelpDialog: "\u05E4\u05EA\u05D7 \u05EA\u05D9\u05D1\u05EA \u05D3\u05D5-\u05E9\u05D9\u05D7 \u05DC\u05E2\u05D6\u05E8\u05D4", paste: "\u05D4\u05D3\u05D1\u05E7\u05D4", pause: "\u05D4\u05E9\u05D4\u05D9\u05D4", play: "\u05D4\u05E4\u05E2\u05DC\u05D4", preview: "\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4", readMore: "Read More", redo: "\u05D1\u05D9\u05E6\u05D5\u05E2 \u05DE\u05D7\u05D3\u05E9", removeLink: "\u05D4\u05E1\u05E8\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8", save: "\u05E9\u05DE\u05D9\u05E8\u05D4", saveSignature: "\u05E9\u05DE\u05D9\u05E8\u05EA \u05D4\u05D7\u05EA\u05D9\u05DE\u05D4", selectAll: "\u05D1\u05D7\u05D9\u05E8\u05EA \u05DB\u05DC \u05D4\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD", selectDragImage: "\u05D1\u05D7\u05D9\u05E8\u05D4 \u05D0\u05D5 \u05D2\u05E8\u05D9\u05E8\u05D4 \u05E9\u05DC \u05EA\u05DE\u05D5\u05E0\u05D4", shortcut: "\u05E7\u05D9\u05E6\u05D5\u05E8 \u05D3\u05E8\u05DA", showMore: "\u05D4\u05E6\u05D2\u05EA \u05E4\u05E8\u05D9\u05D8\u05D9\u05DD \u05E0\u05D5\u05E1\u05E4\u05D9\u05DD", signature: "\u05D7\u05EA\u05D9\u05DE\u05D4", signatures: "\u05D7\u05EA\u05D9\u05DE\u05D5\u05EA", signHere: "\u05D9\u05E9 \u05DC\u05D7\u05EA\u05D5\u05DD \u05DB\u05D0\u05DF", stampAnnotationTemplatesDialog: "\u05EA\u05D1\u05E0\u05D9\u05D5\u05EA \u05D0\u05E0\u05D5\u05D8\u05E6\u05D9\u05D5\u05EA \u05DC\u05D7\u05D5\u05EA\u05DE\u05D5\u05EA", stampText: "\u05D8\u05E7\u05E1\u05D8 \u05D7\u05D5\u05EA\u05DE\u05EA", storeSignature: "\u05E9\u05DE\u05D9\u05E8\u05EA \u05D7\u05EA\u05D9\u05DE\u05D4", time: "\u05E9\u05E2\u05D4", toolbarFocus: "\u05DE\u05D9\u05E7\u05D5\u05D3 \u05E1\u05E8\u05D2\u05DC \u05D4\u05DB\u05DC\u05D9\u05DD", type: "\u05D4\u05E7\u05DC\u05D3\u05D4", typeSomething: "Type something...", underline: "\u05E2\u05DD \u05E7\u05D5 \u05EA\u05D7\u05EA\u05D5\u05DF", undo: "\u05D1\u05D9\u05D8\u05D5\u05DC \u05E4\u05E2\u05D5\u05DC\u05D4", useAnExistingStampDesign: "\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05E2\u05D9\u05E6\u05D5\u05D1 \u05E7\u05D9\u05D9\u05DD \u05E9\u05DC \u05D7\u05D5\u05EA\u05DE\u05EA", viewMoreResults: "View More Results" }, hr: { action: "Akcija", addLink: "Dodaj poveznicu", addSignature: "Dodaj potpis", anonymous: "Anonimni korisnik", backgroundColor: "Boja pozadine", black: "Crna", blue: "Plava", bold: "Podebljano", cancel: "Otka\u017Ei", chat: "Chat", chooseColor: "Odaberi boju", clearSignature: "O\u010Disti potpis", close: "Zatvori", color: "Boja", comment: "Komentar", commentAction: "Komentiraj", commentEditorLabel: "Dodaj komentar\u2026", commentOptions: "Opcije komentara", comments: "Komentari", commentsCount: "{arg0, plural,\none {{arg0} komentar}\nfew {{arg0} komentara}\nother {{arg0} komentara}\n}", commentThread: "Nit komentara", copy: "Kopiraj", createStamp: "Napravi pe\u010Dat", customStamp: "Prilago\u0111en pe\u010Dat", cut: "Izre\u017Ei", darkBlue: "Tamno plava", date: "Datum", delete: "Obri\u0161i", deleteComment: "Obri\u0161i komentar", deleteCommentConfirmMessage: "Jeste li sigurni da \u017Eelite obrisati ovaj komentar?", done: "Izvr\u0161eno", draw: "Crtanje", edit: "Uredi", editLink: "Uredi poveznicu", fontColor: "Boja fonta", fonts: "Fontovi", help: "Pomo\u0107", image: "Slika", italic: "Kurziv", linkAnnotation: "Poveznica", loading: "U\u010Ditavanje", nMoreComments: "{arg0, plural,\none {{arg0} komentar vi\u0161e}\nfew {{arg0} komentara vi\u0161e}\nother {{arg0} komentara vi\u0161e}\n}", openHelpDialog: "Otvori dijalog pomo\u0107i", paste: "Zalijepi", pause: "Pauziraj", play: "Pusti", preview: "Pregled", readMore: "Read More", redo: "Ponovi", removeLink: "Ukloni poveznicu", save: "Spremi", saveSignature: "Spremi potpis", selectAll: "Odaberi sve", selectDragImage: "Odaberi ili povuci sliku", shortcut: "pre\u010Dac", showMore: "Prika\u017Ei vi\u0161e", signature: "Potpis", signatures: "Potpisi", signHere: "Potpisati ovdje", stampAnnotationTemplatesDialog: "Predlo\u0161ci \u017Eigova", stampText: "Tekst pe\u010Data", storeSignature: "Pohrani potpis", time: "Vrijeme", toolbarFocus: "Fokus na alatnoj traci", type: "Vrsta", typeSomething: "Type something...", underline: "Podcrtani", undo: "Vrati", useAnExistingStampDesign: "Koristi postoje\u0107i dizajn pe\u010Data", viewMoreResults: "View More Results" }, id: { action: "Aksi", addLink: "Tambah Tautan", addSignature: "Tambah Tanda Tangan", anonymous: "Anonim", backgroundColor: "Warna Latar Belakang", black: "Hitam", blue: "Biru", bold: "Tebal", cancel: "Batalkan", chat: "Chat", chooseColor: "Pilih Warna", clearSignature: "Bersihkan Tanda Tangan", close: "Tutup", color: "Warna", comment: "Komentar", commentAction: "Komentari", commentEditorLabel: "Tambah komentar Anda\u2026", commentOptions: "Opsi Komentar", comments: "Komentar", commentsCount: "{arg0, plural,\nother {{arg0} Komentar}\n}", commentThread: "Utas komentar", copy: "Salin", createStamp: "Buat Stempel", customStamp: "Stempel Khusus", cut: "Potong", darkBlue: "Biru Tua", date: "Tanggal", delete: "Hapus", deleteComment: "Hapus Komentar", deleteCommentConfirmMessage: "Apakah Anda yakin ingin menghapus komentar ini?", done: "Selesai", draw: "Gambar", edit: "Edit", editLink: "Edit Tautan", fontColor: "Warna Font", fonts: "Font", help: "Bantuan", image: "Gambar", italic: "Miring", linkAnnotation: "Tautan", loading: "Memuat", nMoreComments: "{arg0, plural,\nother {{arg0} komentar lainnya}\n}", openHelpDialog: "Buka Dialog Bantuan", paste: "Tempel", pause: "Jeda", play: "Putar", preview: "Pratinjau", readMore: "Read More", redo: "Ulangi", removeLink: "Hapus Tautan", save: "Simpan", saveSignature: "Simpan Tanda Tangan", selectAll: "Pilih Semua", selectDragImage: "Pilih atau Seret Gambar", shortcut: "pintasan", showMore: "Lebih banyak", signature: "Tanda Tangan", signatures: "Tanda Tangan", signHere: "Tandai Di Sini", stampAnnotationTemplatesDialog: "Template Anotasi Stempel", stampText: "Teks Stempel", storeSignature: "Simpan Tanda Tangan", time: "Waktu", toolbarFocus: "Fokus pada Toolbar", type: "Ketik", typeSomething: "Type something...", underline: "Bergaris Bawah", undo: "Kembalikan", useAnExistingStampDesign: "Gunakan desain stempel yang ada", viewMoreResults: "View More Results" }, it: { action: "Azione", addLink: "Aggiungi link", addSignature: "Aggiungi firma", anonymous: "Anonimo", backgroundColor: "Colore di sfondo", black: "Nero", blue: "Blu", bold: "Grassetto", cancel: "Annulla", chat: "Chat", chooseColor: "Seleziona colore", clearSignature: "Cancella firma", close: "Chiudi", color: "Colore", comment: "Commento", commentAction: "Commenta", commentEditorLabel: "Aggiungi il tuo commento\u2026", commentOptions: "Opzioni commento", comments: "Commenti", commentsCount: "{arg0, plural,\none {{arg0} commento}\nother {{arg0} commenti}\n}", commentThread: "Thread di commenti", copy: "Copia", createStamp: "Crea timbro", customStamp: "Timbro personalizzato", cut: "Taglia", darkBlue: "Blu scuro", date: "Data", delete: "Elimina", deleteComment: "Elimina commento", deleteCommentConfirmMessage: "Sei sicuro di voler eliminare questo commento?", done: "Fine", draw: "Disegna", edit: "Modifica", editLink: "Modifica link", fontColor: "Colore font", fonts: "Font", help: "Aiuto", image: "Immagine", italic: "Corsivo", linkAnnotation: "Link", loading: "Caricamento", nMoreComments: "{arg0, plural,\none {{arg0} altro commento}\nother {Altri {arg0} commenti}\n}", openHelpDialog: "Apri la finestra di dialogo dell'aiuto", paste: "Incolla", pause: "Pausa", play: "Riproduci", preview: "Anteprima", readMore: "Read More", redo: "Ripristina", removeLink: "Rimuovi link", save: "Salva", saveSignature: "Salva firma", selectAll: "Seleziona pagina", selectDragImage: "Seleziona o trascina immagine", shortcut: "scorciatoia", showMore: "Mostra di pi\xF9", signature: "Firma", signatures: "Firme", signHere: "Firma qui", stampAnnotationTemplatesDialog: "Modelli di annotazioni timbro", stampText: "Testo del timbro", storeSignature: "Memorizza firma", time: "Ora", toolbarFocus: "Focalizzazione sulla barra degli strumenti", type: "Scrivi", typeSomething: "Type something...", underline: "Sottolineato", undo: "Annulla", useAnExistingStampDesign: "Usa design di timbro esistente", viewMoreResults: "View More Results" }, ja: { action: "\u30A2\u30AF\u30B7\u30E7\u30F3", addLink: "\u30EA\u30F3\u30AF\u3092\u8FFD\u52A0", addSignature: "\u7F72\u540D\u3092\u8FFD\u52A0", anonymous: "\u533F\u540D", backgroundColor: "\u80CC\u666F\u30AB\u30E9\u30FC", black: "\u30D6\u30E9\u30C3\u30AF", blue: "\u30D6\u30EB\u30FC", bold: "\u30DC\u30FC\u30EB\u30C9", cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB", chat: "Chat", chooseColor: "\u30AB\u30E9\u30FC\u3092\u9078\u629E", clearSignature: "\u7F72\u540D\u3092\u6D88\u53BB", close: "\u9589\u3058\u308B", color: "\u30AB\u30E9\u30FC", comment: "\u30B3\u30E1\u30F3\u30C8", commentAction: "\u30B3\u30E1\u30F3\u30C8\u3059\u308B", commentEditorLabel: "\u30B3\u30E1\u30F3\u30C8\u3092\u8FFD\u52A0\u2026", commentOptions: "\u30B3\u30E1\u30F3\u30C8\u30AA\u30D7\u30B7\u30E7\u30F3", comments: "\u30B3\u30E1\u30F3\u30C8", commentsCount: "{arg0, plural,\nother {{arg0}\u4EF6\u306E\u30B3\u30E1\u30F3\u30C8}\n}", commentThread: "\u30B3\u30E1\u30F3\u30C8\u30B9\u30EC\u30C3\u30C9", copy: "\u30B3\u30D4\u30FC", createStamp: "\u30B9\u30BF\u30F3\u30D7\u3092\u4F5C\u6210", customStamp: "\u30AB\u30B9\u30BF\u30E0\u30B9\u30BF\u30F3\u30D7", cut: "\u30AB\u30C3\u30C8", darkBlue: "\u30C0\u30FC\u30AF\u30D6\u30EB\u30FC", date: "\u65E5\u4ED8", delete: "\u524A\u9664", deleteComment: "\u30B3\u30E1\u30F3\u30C8\u3092\u524A\u9664", deleteCommentConfirmMessage: "\u3053\u306E\u30B3\u30E1\u30F3\u30C8\u3092\u524A\u9664\u3057\u3066\u3088\u308D\u3057\u3044\u3067\u3059\u304B?", done: "\u5B8C\u4E86", draw: "\u81EA\u7B46", edit: "\u7DE8\u96C6", editLink: "\u30EA\u30F3\u30AF\u3092\u7DE8\u96C6", fontColor: "\u30D5\u30A9\u30F3\u30C8\u30AB\u30E9\u30FC", fonts: "\u30D5\u30A9\u30F3\u30C8", help: "\u30D8\u30EB\u30D7", image: "\u30A4\u30E1\u30FC\u30B8", italic: "\u30A4\u30BF\u30EA\u30C3\u30AF", linkAnnotation: "\u30EA\u30F3\u30AF", loading: "\u8AAD\u307F\u8FBC\u307F\u4E2D", nMoreComments: "{arg0, plural,\nother {\u3042\u3068{arg0}\u4EF6\u306E\u30B3\u30E1\u30F3\u30C8}\n}", openHelpDialog: "\u30D8\u30EB\u30D7\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u958B\u304F", paste: "\u30DA\u30FC\u30B9\u30C8", pause: "\u4E00\u6642\u505C\u6B62", play: "\u518D\u751F", preview: "\u30D7\u30EC\u30D3\u30E5\u30FC", readMore: "Read More", redo: "\u3084\u308A\u76F4\u3059", removeLink: "\u30EA\u30F3\u30AF\u3092\u524A\u9664", save: "\u4FDD\u5B58", saveSignature: "\u7F72\u540D\u3092\u4FDD\u5B58", selectAll: "\u3059\u3079\u3066\u3092\u9078\u629E", selectDragImage: "\u30A4\u30E1\u30FC\u30B8\u3092\u9078\u629E\u307E\u305F\u306F\u30C9\u30E9\u30C3\u30B0", shortcut: "\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8", showMore: "\u3055\u3089\u306B\u8868\u793A", signature: "\u7F72\u540D", signatures: "\u7F72\u540D", signHere: "\u3053\u3061\u3089\u306B\u7F72\u540D\u3092", stampAnnotationTemplatesDialog: "\u30B9\u30BF\u30F3\u30D7\u6CE8\u91C8\u306E\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8", stampText: "\u30B9\u30BF\u30F3\u30D7\u306E\u30C6\u30AD\u30B9\u30C8", storeSignature: "\u30B9\u30C8\u30A2\u306E\u7F72\u540D", time: "\u6642\u523B", toolbarFocus: "\u30C4\u30FC\u30EB\u30D0\u30FC\u306E\u30D5\u30A9\u30FC\u30AB\u30B9", type: "\u30BF\u30A4\u30D7\u5165\u529B", typeSomething: "Type something...", underline: "\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3", undo: "\u53D6\u308A\u6D88\u3059", useAnExistingStampDesign: "\u65E2\u5B58\u306E\u30B9\u30BF\u30F3\u30D7\u30C7\u30B6\u30A4\u30F3\u3092\u4F7F\u7528", viewMoreResults: "View More Results" }, ko: { action: "\uB3D9\uC791", addLink: "\uB9C1\uD06C \uCD94\uAC00", addSignature: "\uC11C\uBA85 \uCD94\uAC00", anonymous: "\uC775\uBA85", backgroundColor: "\uBC30\uACBD \uC0C9\uC0C1", black: "\uAC80\uC740\uC0C9", blue: "\uD30C\uB780\uC0C9", bold: "\uBCFC\uB4DC\uCCB4", cancel: "\uCDE8\uC18C", chat: "Chat", chooseColor: "\uC0C9\uC0C1 \uC120\uD0DD", clearSignature: "\uC11C\uBA85 \uC9C0\uC6B0\uAE30", close: "\uB2EB\uAE30", color: "\uC0C9\uC0C1", comment: "\uCF54\uBA58\uD2B8", commentAction: "\uCF54\uBA58\uD2B8\uB2EC\uAE30", commentEditorLabel: "\uCF54\uBA58\uD2B8 \uB2EC\uAE30\u2026", commentOptions: "\uCF54\uBA58\uD2B8 \uC635\uC158", comments: "\uCF54\uBA58\uD2B8", commentsCount: "{arg0, plural,\nother {{arg0}\uAC1C\uC758 \uCF54\uBA58\uD2B8}\n}", commentThread: "\uCF54\uBA58\uD2B8 \uC2A4\uB808\uB4DC", copy: "\uBCF5\uC0AC", createStamp: "\uC2A4\uD0EC\uD504 \uC0DD\uC131", customStamp: "\uC0AC\uC6A9\uC790\uC9C0\uC815 \uC2A4\uD0EC\uD504", cut: "\uC798\uB77C\uB0B4\uAE30", darkBlue: "\uAC80\uD478\uB978\uC0C9", date: "\uB0A0\uC9DC", delete: "\uC0AD\uC81C", deleteComment: "\uCF54\uBA58\uD2B8 \uC0AD\uC81C", deleteCommentConfirmMessage: "\uC815\uB9D0 \uCF54\uBA58\uD2B8\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?", done: "\uC644\uB8CC", draw: "\uADF8\uB9AC\uAE30", edit: "\uD3B8\uC9D1", editLink: "\uB9C1\uD06C \uD3B8\uC9D1", fontColor: "\uC11C\uCCB4 \uC0C9\uC0C1", fonts: "\uC11C\uCCB4", help: "\uB3C4\uC6C0\uB9D0", image: "\uC774\uBBF8\uC9C0", italic: "\uC774\uD0E4\uB9AD\uCCB4", linkAnnotation: "\uB9C1\uD06C", loading: "\uBD88\uB7EC\uC624\uB294 \uC911", nMoreComments: "{arg0, plural,\nother {{arg0}\uAC1C \uC774\uC0C1\uC758 \uCF54\uBA58\uD2B8}\n}", openHelpDialog: "\uB3C4\uC6C0\uB9D0 \uB300\uD654 \uC0C1\uC790 \uC5F4\uAE30", paste: "\uBD99\uC5EC\uB123\uAE30", pause: "\uC77C\uC2DC\uC815\uC9C0", play: "\uC7AC\uC0DD", preview: "\uBBF8\uB9AC\uBCF4\uAE30", readMore: "Read More", redo: "\uC2E4\uD589\uBCF5\uADC0", removeLink: "\uB9C1\uD06C \uC81C\uAC70", save: "\uC800\uC7A5", saveSignature: "\uC11C\uBA85 \uC800\uC7A5", selectAll: "\uBAA8\uB450 \uC120\uD0DD", selectDragImage: "\uC774\uBBF8\uC9C0 \uC120\uD0DD \uB610\uB294 \uADF8\uB9AC\uAE30", shortcut: "\uB2E8\uCD95\uD0A4", showMore: "\uC790\uC138\uD788 \uBCF4\uAE30", signature: "\uC11C\uBA85", signatures: "\uC11C\uBA85", signHere: "\uC774\uACF3\uC5D0 \uC11C\uBA85", stampAnnotationTemplatesDialog: "\uC2A4\uD0EC\uD504 \uC8FC\uC11D \uD15C\uD50C\uB9BF", stampText: "\uD14D\uC2A4\uD2B8 \uC2A4\uD0EC\uD504", storeSignature: "\uC11C\uBA85 \uC800\uC7A5", time: "\uC2DC\uAC04", toolbarFocus: "\uD234\uBC14 \uD3EC\uCEE4\uC2A4", type: "\uD0C0\uC790", typeSomething: "Type something...", underline: "\uBC11\uC904", undo: "\uC2E4\uD589\uCDE8\uC18C", useAnExistingStampDesign: "\uAE30\uC874 \uC2A4\uD0EC\uD504 \uB514\uC790\uC778 \uC0AC\uC6A9", viewMoreResults: "View More Results" }, ms: { action: "Tindakan", addLink: "Tambah Pautan", addSignature: "Tambah Tandatangan", anonymous: "Awanama", backgroundColor: "Warna Latar Belakang", black: "Hitam", blue: "Biru", bold: "Tebal", cancel: "Batal", chat: "Chat", chooseColor: "Pilih Warna", clearSignature: "Kosongkan Tandatangan", close: "Tutup", color: "Warna", comment: "Komen", commentAction: "Komen", commentEditorLabel: "Tambahkan komen anda\u2026", commentOptions: "Pilihan Komen", comments: "Komen", commentsCount: "{arg0, plural,\nother {{arg0} Komen}\n}", commentThread: "Jalur komen", copy: "Salin", createStamp: "Cipta Cap", customStamp: "Cap Tersuai", cut: "Potong", darkBlue: "Biru Gelap", date: "Tarikh", delete: "Padam", deleteComment: "Padam Komen", deleteCommentConfirmMessage: "Adakah anda pasti anda ingin memadamkan komen ini?", done: "Selesai", draw: "Lukis", edit: "Edit", editLink: "Edit Pautan", fontColor: "Warna Fon", fonts: "Fon", help: "Bantuan", image: "Imej", italic: "Italik", linkAnnotation: "Pautan", loading: "Memuatkan", nMoreComments: "{arg0, plural,\nother {{arg0} lagi komen}\n}", openHelpDialog: "Buka Dialog Bantuan", paste: "Tampal", pause: "Jeda", play: "Main", preview: "Pratonton", readMore: "Read More", redo: "Buat Semula", removeLink: "Alih Keluar Pautan", save: "Simpan", saveSignature: "Simpan Tandatangan", selectAll: "Pilih Semua", selectDragImage: "Pilih atau Seret Imej", shortcut: "pintasan", showMore: "Tunjukkan lagi", signature: "Tandatangan", signatures: "Tandatangan", signHere: "Tandatangan Di Sini", stampAnnotationTemplatesDialog: "Templat Anotasi Cap", stampText: "Teks Cap", storeSignature: "Simpan Tandatangan", time: "Masa", toolbarFocus: "Fokus pada Toolbar", type: "Taip", typeSomething: "Type something...", underline: "Bergaris Bawah", undo: "Buat Asal", useAnExistingStampDesign: "Gunakan reka bentuk cap yang sedia ada", viewMoreResults: "View More Results" }, "nb-NO": { action: "Handling", addLink: "Legg til lenke", addSignature: "Legg til signatur", anonymous: "Anonym", backgroundColor: "Bakgrunnsfarge", black: "Sort", blue: "Bl\xE5", bold: "Fet", cancel: "Avbryt", chat: "Chat", chooseColor: "Velg farge", clearSignature: "Fjern signatur", close: "Lukk", color: "Farge", comment: "Kommentar", commentAction: "Kommenter", commentEditorLabel: "Legg til din kommentar\u2026", commentOptions: "Kommentaralternativer", comments: "Kommentarer", commentsCount: "{arg0, plural,\none {{arg0} kommentar}\nother {{arg0} kommentarer}\n}", commentThread: "Kommentartr\xE5d", copy: "Kopier", createStamp: "Opprett stempel", customStamp: "Tilpasset stempel", cut: "Klipp ut", darkBlue: "M\xF8rkebl\xE5", date: "Dato", delete: "Slett", deleteComment: "Slett kommentar", deleteCommentConfirmMessage: "Er du sikker at du vil slette denne kommentaren?", done: "Ferdig", draw: "Tegn", edit: "Rediger", editLink: "Rediger lenke", fontColor: "Skriftfarge", fonts: "Fonter", help: "Hjelp", image: "Bilde", italic: "Kursiv", linkAnnotation: "Lenke", loading: "Laster inn", nMoreComments: "{arg0, plural,\none {{arg0} kommentar til}\nother {{arg0} flere kommenterer}\n}", openHelpDialog: "\xC5pne hjelpedialog", paste: "Lim inn", pause: "Pause", play: "Spill av", preview: "Forh\xE5ndsvis", readMore: "Read More", redo: "Gj\xF8r om igjen", removeLink: "Fjern lenke", save: "Lagre", saveSignature: "Lagre signatur", selectAll: "Velg alle", selectDragImage: "Velg eller dra bilde", shortcut: "snarvei", showMore: "Vis mer", signature: "Signatur", signatures: "Signaturer", signHere: "Signer her", stampAnnotationTemplatesDialog: "Mal for kommentarstempel", stampText: "Stempeltekst", storeSignature: "Lagre signatur", time: "Tid", toolbarFocus: "Fokus p\xE5 verkt\xF8ylinjen", type: "Skriv", typeSomething: "Type something...", underline: "Understreket", undo: "Angre", useAnExistingStampDesign: "Bruk et eksisterende stempeldesign", viewMoreResults: "View More Results" }, nl: { action: "Actie", addLink: "Voeg koppeling toe", addSignature: "Voeg handtekening toe", anonymous: "Anoniem", backgroundColor: "Achtergrondkleur", black: "Zwart", blue: "Blauw", bold: "Vet", cancel: "Annuleer", chat: "Chat", chooseColor: "Kies kleur", clearSignature: "Wis handtekening", close: "Sluit", color: "Kleur", comment: "Opmerking", commentAction: "Plaats opmerking", commentEditorLabel: "Voeg je opmerking toe\u2026", commentOptions: "Opties voor opmerkingen", comments: "Opmerkingen", commentsCount: "{arg0, plural,\none {{arg0} opmerking}\nother {{arg0} opmerkingen}\n}", commentThread: "Opmerkingen", copy: "Kopieer", createStamp: "Maak stempel", customStamp: "Aangepaste stempel", cut: "Knip", darkBlue: "Donkerblauw", date: "Datum", delete: "Verwijder", deleteComment: "Verwijder opmerking", deleteCommentConfirmMessage: "Weet je zeker dat je deze opmerking wilt verwijderen?", done: "Gereed", draw: "Teken", edit: "Wijzig", editLink: "Wijzig koppeling", fontColor: "Letterkleur", fonts: "Lettertypen", help: "Help", image: "Afbeelding", italic: "Cursief", linkAnnotation: "Koppeling", loading: "Laden", nMoreComments: "{arg0, plural,\none {Nog {arg0} opmerking}\nother {Nog {arg0} opmerkingen}\n}", openHelpDialog: "Helpdialoog openen", paste: "Plak", pause: "Pauzeer", play: "Speel af", preview: "Voorvertoning", readMore: "Read More", redo: "Opnieuw", removeLink: "Verwijder koppeling", save: "Bewaar", saveSignature: "Bewaar handtekening", selectAll: "Selecteer alles", selectDragImage: "Selecteer of sleep afbeelding", shortcut: "sneltoets", showMore: "Toon meer", signature: "Handtekening", signatures: "Handtekeningen", signHere: "Teken hier", stampAnnotationTemplatesDialog: "Stempelsjablonen", stampText: "Stempeltekst", storeSignature: "Bewaar handtekening", time: "Tijd", toolbarFocus: "Focus op de werkbalk", type: "Typ", typeSomething: "Type something...", underline: "Onderstreept", undo: "Herstel", useAnExistingStampDesign: "Gebruik een bestaand stempelontwerp", viewMoreResults: "View More Results" }, pl: { action: "Akcja", addLink: "Dodaj \u0142\u0105cze", addSignature: "Dodaj podpis", anonymous: "Anonim", backgroundColor: "Kolor t\u0142a", black: "Czarny", blue: "Niebieski", bold: "Pogrubienie", cancel: "Anuluj", chat: "Chat", chooseColor: "Wybierz kolor", clearSignature: "Wyma\u017C podpis", close: "Zamknij", color: "Kolor", comment: "Komentarz", commentAction: "Skomentuj", commentEditorLabel: "Dodaj komentarz\u2026", commentOptions: "Opcje komentowania", comments: "Komentarze", commentsCount: "{arg0, plural,\none {{arg0} komentarz}\nfew {{arg0} komentarze}\nmany {{arg0} komentarzy}\nother {{arg0} komentarza}\n}", commentThread: "W\u0105tek komentarzy", copy: "Kopiuj", createStamp: "Utw\xF3rz piecz\u0119\u0107", customStamp: "Niestandardowa piecz\u0119\u0107", cut: "Wytnij", darkBlue: "Ciemnoniebieski", date: "Data", delete: "Usu\u0144", deleteComment: "Usu\u0144 komentarz", deleteCommentConfirmMessage: "Czy na pewno chcesz usun\u0105\u0107 ten komentarz?", done: "Gotowe", draw: "Narysuj", edit: "Edytuj", editLink: "Edytuj \u0142\u0105cze", fontColor: "Kolor czcionki", fonts: "Czcionki", help: "Pomoc", image: "Obraz", italic: "Kursywa", linkAnnotation: "\u0141\u0105cze", loading: "\u0141adowanie", nMoreComments: "{arg0, plural,\none {Jeszcze {arg0} komentarz}\nfew {Jeszcze {arg0} komentarze}\nmany {Jeszcze {arg0} komentarzy}\nother {Jeszcze {arg0} komentarza}\n}", openHelpDialog: "Otw\xF3rz okno dialogowe pomocy", paste: "Wklej", pause: "Wstrzymaj", play: "Odtwarzaj", preview: "Podgl\u0105d", readMore: "Read More", redo: "Pon\xF3w", removeLink: "Usu\u0144 \u0142\u0105cze", save: "Zachowaj", saveSignature: "Zachowaj podpis", selectAll: "Zaznacz wszystko", selectDragImage: "Wybierz lub przeci\u0105gnij obraz", shortcut: "skr\xF3t", showMore: "Poka\u017C wi\u0119cej", signature: "Podpis", signatures: "Podpisy", signHere: "Podpisz tutaj", stampAnnotationTemplatesDialog: "Szablony adnotacji p\u0119dzla", stampText: "Tekst piecz\u0119ci", storeSignature: "Zapisz podpis", time: "Czas", toolbarFocus: "Skupienie na pasku narz\u0119dzi", type: "Wpisz", typeSomething: "Type something...", underline: "Podkre\u015Blenie", undo: "Cofnij", useAnExistingStampDesign: "U\u017Cyj istniej\u0105cego projektu piecz\u0119ci", viewMoreResults: "View More Results" }, "pt-PT": { action: "A\xE7\xE3o", addLink: "Adicionar link", addSignature: "Adicionar assinatura", anonymous: "An\xF3nimo", backgroundColor: "Cor de fundo", black: "Preto", blue: "Azul", bold: "Negrito", cancel: "Cancelar", chat: "Chat", chooseColor: "Seleccionar cor", clearSignature: "Limpar assinatura", close: "Fechar", color: "Cor", comment: "Coment\xE1rio", commentAction: "Comentar", commentEditorLabel: "Adicione o seu coment\xE1rio\u2026", commentOptions: "Op\xE7\xF5es de coment\xE1rio", comments: "Coment\xE1rios", commentsCount: "{arg0, plural,\none {{arg0} coment\xE1rio}\nother {{arg0} coment\xE1rios}\n}", commentThread: "T\xF3pico de coment\xE1rios", copy: "Copiar", createStamp: "Criar selo", customStamp: "Carimbo personalizado", cut: "Cortar", darkBlue: "Azul escuro", date: "Data", delete: "Apagar", deleteComment: "Apagar coment\xE1rio", deleteCommentConfirmMessage: "Tem a certeza de que pretende apagar este coment\xE1rio?", done: "Feito", draw: "Desenho", edit: "Editar", editLink: "Editar link", fontColor: "Cor da letra", fonts: "Tipos de letra", help: "Ajuda", image: "Imagem", italic: "It\xE1lico", linkAnnotation: "Hiperliga\xE7\xE3o", loading: "A carregar", nMoreComments: "{arg0, plural,\none {Mais {arg0} coment\xE1rio}\nother {Mais {arg0} coment\xE1rios}\n}", openHelpDialog: "Abrir caixa de di\xE1logo de ajuda", paste: "Colar", pause: "Pausar", play: "Reproduzir", preview: "Pr\xE9-visualizar", readMore: "Read More", redo: "Refazer", removeLink: "Remover link", save: "Guardar", saveSignature: "Guardar assinatura", selectAll: "Selecionar tudo", selectDragImage: "Selecionar ou arrastar imagem", shortcut: "atalho", showMore: "Mostrar mais", signature: "Assinatura", signatures: "Assinaturas", signHere: "Assinar aqui", stampAnnotationTemplatesDialog: "Modelos de anota\xE7\xE3o de carimbo", stampText: "Texto de selo", storeSignature: "Armazenar assinatura", time: "Hora", toolbarFocus: "Foco na barra de ferramentas", type: "Digitar", typeSomething: "Type something...", underline: "Sublinhado", undo: "Desfazer", useAnExistingStampDesign: "Usar um design de carimbo existente", viewMoreResults: "View More Results" }, pt: { action: "A\xE7\xE3o", addLink: "Adicionar Link", addSignature: "Adicionar Assinatura", anonymous: "An\xF4nimo", backgroundColor: "Cor de Fundo", black: "Preto", blue: "Azul", bold: "Negrito", cancel: "Cancelar", chat: "Chat", chooseColor: "Escolher Cor", clearSignature: "Limpar Assinatura", close: "Fechar", color: "Cor", comment: "Coment\xE1rio", commentAction: "Comentar", commentEditorLabel: "Adicione um coment\xE1rio\u2026", commentOptions: "Op\xE7\xF5es de Coment\xE1rio", comments: "Coment\xE1rios", commentsCount: "{arg0, plural,\none {{arg0} coment\xE1rio}\nother {{arg0} coment\xE1rios}\n}", commentThread: "Conversa do coment\xE1rio", copy: "Copiar", createStamp: "Criar Carimbo", customStamp: "Carimbo Personalizado", cut: "Cortar", darkBlue: "Azul-escuro", date: "Data", delete: "Apagar", deleteComment: "Apagar Coment\xE1rio", deleteCommentConfirmMessage: "Tem certeza de que deseja apagar este coment\xE1rio?", done: "OK", draw: "Desenhar", edit: "Editar", editLink: "Editar Link", fontColor: "Cor da Fonte", fonts: "Fontes", help: "Ajuda", image: "Imagem", italic: "It\xE1lico", linkAnnotation: "Link", loading: "Carregando", nMoreComments: "{arg0, plural,\none {Mais {arg0} coment\xE1rio}\nother {Mais {arg0} coment\xE1rios}\n}", openHelpDialog: "Abrir di\xE1logo de ajuda", paste: "Colar", pause: "Pausar", play: "Reproduzir", preview: "Pr\xE9-visualizar", readMore: "Read More", redo: "Refazer", removeLink: "Remover Link", save: "Salvar", saveSignature: "Salvar Assinatura", selectAll: "Selecionar Tudo", selectDragImage: "Selecionar ou Arrastar Imagem", shortcut: "atalho", showMore: "Mostrar mais", signature: "Assinatura", signatures: "Assinaturas", signHere: "Assine Aqui", stampAnnotationTemplatesDialog: "Modelos de Anota\xE7\xE3o de Carimbo", stampText: "Texto do Carimbo", storeSignature: "Armazenar Assinatura", time: "Hora", toolbarFocus: "Foco na barra de ferramentas", type: "Digitar", typeSomething: "Type something...", underline: "Sublinhado", undo: "Desfazer", useAnExistingStampDesign: "Usar um design de carimbo existente", viewMoreResults: "View More Results" }, ru: { action: "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435", addLink: "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", addSignature: "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", anonymous: "\u0410\u043D\u043E\u043D\u0438\u043C", backgroundColor: "\u0426\u0432\u0435\u0442 \u0444\u043E\u043D\u0430", black: "\u0427\u0435\u0440\u043D\u044B\u0439", blue: "\u0421\u0438\u043D\u0438\u0439", bold: "\u0416\u0438\u0440\u043D\u044B\u0439", cancel: "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C", chat: "Chat", chooseColor: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0432\u0435\u0442", clearSignature: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", close: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C", color: "\u0426\u0432\u0435\u0442", comment: "\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439", commentAction: "\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C", commentEditorLabel: "\u0414\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439\u2026", commentOptions: "\u041E\u043F\u0446\u0438\u0438 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F", comments: "\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0438", commentsCount: "{arg0, plural,\none {{arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439}\nfew {{arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F}\nmany {{arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0435\u0432}\nother {{arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F}\n}", commentThread: "\u0412\u0435\u0442\u043A\u0430 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0435\u0432", copy: "\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C", createStamp: "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043F\u0435\u0447\u0430\u0442\u044C", customStamp: "\u0421\u0432\u043E\u044F \u043F\u0435\u0447\u0430\u0442\u044C", cut: "\u0412\u044B\u0440\u0435\u0437\u0430\u0442\u044C", darkBlue: "\u0422\u0435\u043C\u043D\u043E-\u0441\u0438\u043D\u0438\u0439", date: "\u0414\u0430\u0442\u0430", delete: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C", deleteComment: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439", deleteCommentConfirmMessage: "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439?", done: "\u0413\u043E\u0442\u043E\u0432\u043E", draw: "\u041E\u0442 \u0440\u0443\u043A\u0438", edit: "\u041F\u0440\u0430\u0432\u0438\u0442\u044C", editLink: "\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", fontColor: "\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430", fonts: "\u0428\u0440\u0438\u0444\u0442\u044B", help: "\u0421\u043F\u0440\u0430\u0432\u043A\u0430", image: "\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435", italic: "\u041A\u0443\u0440\u0441\u0438\u0432", linkAnnotation: "\u0421\u0441\u044B\u043B\u043A\u0430", loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430", nMoreComments: "{arg0, plural,\none {\u0415\u0449\u0435 {arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439}\nfew {\u0415\u0449\u0435 {arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F}\nmany {\u0415\u0449\u0435 {arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0435\u0432}\nother {\u0415\u0449\u0435 {arg0} \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F}\n}", openHelpDialog: "\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 \u043F\u043E\u043C\u043E\u0449\u0438", paste: "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C", pause: "\u041F\u0430\u0443\u0437\u0430", play: "\u0412\u043E\u0441\u043F\u0440.", preview: "\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440", readMore: "Read More", redo: "\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C", removeLink: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443", save: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C", saveSignature: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", selectAll: "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435", selectDragImage: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0441\u044E\u0434\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435", shortcut: "\u044F\u0440\u043B\u044B\u043A", showMore: "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435", signature: "\u041F\u043E\u0434\u043F\u0438\u0441\u044C", signatures: "\u041F\u043E\u0434\u043F\u0438\u0441\u0438", signHere: "\u041C\u0435\u0441\u0442\u043E \u043F\u043E\u0434\u043F\u0438\u0441\u0438", stampAnnotationTemplatesDialog: "\u0428\u0430\u0431\u043B\u043E\u043D\u044B \u0448\u0442\u0430\u043C\u043F\u043E\u0432", stampText: "\u0422\u0435\u043A\u0441\u0442 \u043F\u0435\u0447\u0430\u0442\u0438", storeSignature: "\u0417\u0430\u043F\u043E\u043C\u043D\u0438\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u044C", time: "\u0412\u0440\u0435\u043C\u044F", toolbarFocus: "\u0424\u043E\u043A\u0443\u0441 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432", type: "\u0421 \u043A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u044B", typeSomething: "Type something...", underline: "\u0422\u043E\u043B\u044C\u043A\u043E \u0441\u043D\u0438\u0437\u0443", undo: "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C", useAnExistingStampDesign: "\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043F\u0435\u0447\u0430\u0442\u044C", viewMoreResults: "View More Results" }, sk: { action: "Akcia", addLink: "Prida\u0165 odkaz", addSignature: "Prida\u0165 podpis", anonymous: "Anonymn\xFD", backgroundColor: "Farba pozadia", black: "\u010Cierna", blue: "Modr\xE1", bold: "Tu\u010Dn\xE9 p\xEDsmo", cancel: "Zru\u0161i\u0165", chat: "Chat", chooseColor: "Zvo\u013Ete farbu", clearSignature: "Zmaza\u0165 podpis", close: "Zavrie\u0165", color: "Farba", comment: "Koment\xE1r", commentAction: "Komentova\u0165", commentEditorLabel: "Prida\u0165 koment\xE1r\u2026", commentOptions: "Mo\u017Enosti koment\xE1ra", comments: "Koment\xE1re", commentsCount: "{arg0, plural,\n}", commentThread: "Vl\xE1kno koment\xE1rov", copy: "Kop\xEDrova\u0165", createStamp: "Vytvori\u0165 raz\xEDtko", customStamp: "Vlastn\xE9 raz\xEDtko", cut: "Vystrihn\xFA\u0165", darkBlue: "Tmavomodr\xE1", date: "D\xE1tum", delete: "Zmaza\u0165", deleteComment: "Odstr\xE1ni\u0165 koment\xE1r", deleteCommentConfirmMessage: "Naozaj chcete zmaza\u0165 tento koment\xE1r?", done: "Hotovo", draw: "Kresli\u0165", edit: "Upravi\u0165", editLink: "Upravi\u0165 odkaz", fontColor: "Farba p\xEDsma", fonts: "P\xEDsma", help: "Pomoc", image: "Obr\xE1zok", italic: "Kurz\xEDva", linkAnnotation: "Odkaz", loading: "Na\u010D\xEDtavam", nMoreComments: "{arg0, plural,\none {{arg0} \u010Fal\u0161\xED koment\xE1r}\nfew {{arg0} \u010Fal\u0161ie koment\xE1re}\nother {{arg0} \u010Fal\u0161\xEDch koment\xE1rov}\n}", openHelpDialog: "Otvori\u0165 dial\xF3gov\xE9 okno n\xE1pomoci", paste: "Vlo\u017Ei\u0165", pause: "Pozastavi\u0165", play: "Prehra\u0165", preview: "Uk\xE1\u017Eka", readMore: "Read More", redo: "Opakova\u0165", removeLink: "Odstr\xE1ni\u0165 odkaz", save: "Ulo\u017Ei\u0165", saveSignature: "Ulo\u017Ei\u0165 podpis", selectAll: "Vybra\u0165 v\u0161etko", selectDragImage: "Vyberte alebo pretiahnite obr\xE1zok", shortcut: "skratka", showMore: "Zobrazi\u0165 viac", signature: "Podpis", signatures: "Podpisy", signHere: "Podp\xED\u0161te tu", stampAnnotationTemplatesDialog: "\u0160abl\xF3ny pe\u010Diatok", stampText: "Text raz\xEDtka", storeSignature: "Ulo\u017Ei\u0165 podpis", time: "\u010Cas", toolbarFocus: "Fokus na paneli n\xE1strojov", type: "P\xEDsa\u0165", typeSomething: "Type something...", underline: "Pod\u010Diarknut\xFD", undo: "Zru\u0161i\u0165", useAnExistingStampDesign: "Pou\u017Ei\u0165 existuj\xFAci n\xE1vrh raz\xEDtka", viewMoreResults: "View More Results" }, sl: { action: "Dejanje", addLink: "Dodaj povezavo", addSignature: "Dodaj podpis", anonymous: "Anonimen", backgroundColor: "Barva ozadja", black: "\u010Crna", blue: "Modra", bold: "Odebeljeno", cancel: "Prekli\u010Di", chat: "Chat", chooseColor: "Izberi barvo", clearSignature: "Po\u010Disti podpis", close: "Zapri", color: "Barva", comment: "Komentar", commentAction: "Komentiraj", commentEditorLabel: "Dodaj komentar\u2026", commentOptions: "Nastavitve komentarja", comments: "Komentarji", commentsCount: "{arg0, plural,\none {{arg0} komentar}\nother {{arg0} komentarjev}\nfew {{arg0} komentarjev}\n}", commentThread: "Komentarji", copy: "Kopiraj", createStamp: "Ustvari \u0161tampiljko", customStamp: "\u0160tampiljka po meri", cut: "Izre\u017Ei", darkBlue: "Temno Modra", date: "Datum", delete: "Izbri\u0161i", deleteComment: "Izbri\u0161i komentar", deleteCommentConfirmMessage: "Ali ste prepri\u010Dani, da \u017Eelite izbrisati ta komentar?", done: "Kon\u010Daj", draw: "Ri\u0161i", edit: "Uredi", editLink: "Uredi povezavo", fontColor: "Barva pisave", fonts: "Pisave", help: "Pomo\u010D", image: "Slika", italic: "Po\u0161evno", linkAnnotation: "Povezava", loading: "Nalagam", nMoreComments: "{arg0, plural,\none {{arg0} preostali komentar}\nother {{arg0} preostalih komentarjev}\nfew {{arg0} preostalih komentarjev}\n}", openHelpDialog: "Odpri pogovorno okno za pomo\u010D", paste: "Prilepi", pause: "Za\u010Dasno ustavi", play: "Predvajaj", preview: "Predogled", readMore: "Read More", redo: "Uveljavi", removeLink: "Odstrani povezavo", save: "Shrani", saveSignature: "Shrani podpis", selectAll: "Izberi vse", selectDragImage: "Izberi ali povle\u010Di sliko", shortcut: "bli\u017Enjica", showMore: "Prika\u017Ei ve\u010D", signature: "Podpis", signatures: "Podpisi", signHere: "Podpi\u0161ite tukaj", stampAnnotationTemplatesDialog: "Predloge \u017Eigov", stampText: "Besedilo \u0161tampiljke", storeSignature: "Shrani podpis", time: "\u010Cas", toolbarFocus: "Fokus na orodni vrstici", type: "Tipkaj", typeSomething: "Type something...", underline: "Pod\u010Drtano", undo: "Razveljavi", useAnExistingStampDesign: "Uporabi obstoje\u010Do \u0161tampiljko", viewMoreResults: "View More Results" }, sv: { action: "\xC5tg\xE4rd", addLink: "L\xE4gg till l\xE4nk", addSignature: "L\xE4gg till signatur", anonymous: "Anonym", backgroundColor: "Bakgrundsf\xE4rg", black: "Svart", blue: "Bl\xE5tt", bold: "Fet", cancel: "Avbryt", chat: "Chat", chooseColor: "V\xE4lj f\xE4rg", clearSignature: "Rensa signatur", close: "St\xE4ng", color: "F\xE4rg", comment: "Kommentar", commentAction: "Kommentera", commentEditorLabel: "L\xE4gg till din kommentar\u2026", commentOptions: "Kommentarsalternativ", comments: "Kommentarer", commentsCount: "{arg0, plural,\none {{arg0} kommentar}\nother {{arg0} kommentarer}\n}", commentThread: "Kommentarstr\xE5d", copy: "Kopiera", createStamp: "Skapa st\xE4mpel", customStamp: "Anpassad st\xE4mpel", cut: "Klipp ut", darkBlue: "M\xF6rkbl\xE5tt", date: "Datum", delete: "Radera", deleteComment: "Radera kommentar", deleteCommentConfirmMessage: "Vill du radera kommentaren?", done: "Klar", draw: "Rita", edit: "Redigera", editLink: "Redigera l\xE4nk", fontColor: "Textf\xE4rg", fonts: "Typsnitt", help: "Hj\xE4lp", image: "Bild", italic: "Kursiv", linkAnnotation: "L\xE4nk", loading: "L\xE4ser in", nMoreComments: "{arg0, plural,\none {{arg0} ytterligare kommentar}\nother {{arg0} ytterligare kommentarer}\n}", openHelpDialog: "\xD6ppna hj\xE4lpdialogen", paste: "Klistra in", pause: "Pausa", play: "Spela", preview: "F\xF6rhandsvisa", readMore: "Read More", redo: "G\xF6r om", removeLink: "Ta bort l\xE4nk", save: "Spara", saveSignature: "Spara signatur", selectAll: "Markera allt", selectDragImage: "V\xE4lj eller dra bild", shortcut: "genv\xE4g", showMore: "Visa fler", signature: "Underskrift", signatures: "Underskrifter", signHere: "Signera h\xE4r", stampAnnotationTemplatesDialog: "Mallar f\xF6r st\xE4mpelanteckningar", stampText: "St\xE4mpeltext", storeSignature: "Lagra signatur", time: "Tid", toolbarFocus: "Fokus p\xE5 verktygsf\xE4ltet", type: "Typ", typeSomething: "Type something...", underline: "Understruken", undo: "\xC5ngra", useAnExistingStampDesign: "Anv\xE4nd en befintlig st\xE4mpeldesign", viewMoreResults: "View More Results" }, th: { action: "\u0E01\u0E32\u0E23\u0E01\u0E23\u0E30\u0E17\u0E33", addLink: "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E25\u0E34\u0E07\u0E01\u0E4C", addSignature: "\u0E25\u0E07\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", anonymous: "\u0E19\u0E34\u0E23\u0E19\u0E32\u0E21", backgroundColor: "\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07", black: "\u0E2A\u0E35\u0E14\u0E33", blue: "\u0E2A\u0E35\u0E19\u0E49\u0E33\u0E40\u0E07\u0E34\u0E19", bold: "\u0E15\u0E31\u0E27\u0E2B\u0E19\u0E32", cancel: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01", chat: "Chat", chooseColor: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2A\u0E35", clearSignature: "\u0E25\u0E1A\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", close: "\u0E1B\u0E34\u0E14", color: "\u0E2A\u0E35", comment: "\u0E04\u0E27\u0E32\u0E21\u0E04\u0E34\u0E14\u0E40\u0E2B\u0E47\u0E19", commentAction: "\u0E43\u0E2B\u0E49\u0E04\u0E27\u0E32\u0E21\u0E40\u0E2B\u0E47\u0E19", commentEditorLabel: "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E04\u0E27\u0E32\u0E21\u0E04\u0E34\u0E14\u0E40\u0E2B\u0E47\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u2026", commentOptions: "\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E02\u0E2D\u0E07\u0E04\u0E27\u0E32\u0E21\u0E04\u0E34\u0E14\u0E40\u0E2B\u0E47\u0E19", comments: "\u0E04\u0E27\u0E32\u0E21\u0E04\u0E34\u0E14\u0E40\u0E2B\u0E47\u0E19", commentsCount: "{arg0, plural,\nother {{arg0} \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21}\n}", commentThread: "\u0E2B\u0E31\u0E27\u0E02\u0E49\u0E2D\u0E04\u0E2D\u0E21\u0E40\u0E21\u0E49\u0E19\u0E17\u0E4C", copy: "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01", createStamp: "\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E15\u0E23\u0E32\u0E1B\u0E23\u0E30\u0E17\u0E31\u0E1A", customStamp: "\u0E41\u0E15\u0E48\u0E07\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C", cut: "\u0E15\u0E31\u0E14", darkBlue: "\u0E19\u0E49\u0E33\u0E40\u0E07\u0E34\u0E19\u0E40\u0E02\u0E49\u0E21", date: "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48", delete: "\u0E25\u0E1A", deleteComment: "\u0E25\u0E14\u0E04\u0E27\u0E32\u0E21\u0E04\u0E34\u0E14\u0E40\u0E2B\u0E47\u0E19", deleteCommentConfirmMessage: "\u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E17\u0E35\u0E48\u0E08\u0E30\u0E25\u0E1A\u0E04\u0E2D\u0E21\u0E40\u0E21\u0E49\u0E19\u0E17\u0E4C\u0E19\u0E35\u0E49", done: "\u0E40\u0E2A\u0E23\u0E47\u0E08", draw: "\u0E27\u0E32\u0E14", edit: "\u0E41\u0E01\u0E49\u0E44\u0E02", editLink: "\u0E41\u0E01\u0E49\u0E44\u0E02\u0E25\u0E34\u0E07\u0E01\u0E4C", fontColor: "\u0E2A\u0E35\u0E41\u0E1A\u0E1A\u0E2D\u0E31\u0E01\u0E29\u0E23", fonts: "\u0E41\u0E1A\u0E1A\u0E2D\u0E31\u0E01\u0E29\u0E23", help: "\u0E04\u0E27\u0E32\u0E21\u0E0A\u0E48\u0E27\u0E22\u0E40\u0E2B\u0E25\u0E37\u0E2D", image: "\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E", italic: "\u0E15\u0E31\u0E27\u0E40\u0E2D\u0E19", linkAnnotation: "\u0E25\u0E34\u0E07\u0E01\u0E4C", loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14", nMoreComments: "{arg0, plural,\nother {{arg0} \u0E04\u0E2D\u0E21\u0E40\u0E21\u0E49\u0E19\u0E17\u0E4C}\n}", openHelpDialog: "\u0E40\u0E1B\u0E34\u0E14\u0E01\u0E25\u0E48\u0E2D\u0E07\u0E42\u0E15\u0E49\u0E15\u0E2D\u0E1A\u0E0A\u0E48\u0E27\u0E22\u0E40\u0E2B\u0E25\u0E37\u0E2D", paste: "\u0E27\u0E32\u0E07", pause: "\u0E2B\u0E22\u0E38\u0E14\u0E0A\u0E31\u0E48\u0E27\u0E04\u0E23\u0E32\u0E27", play: "\u0E40\u0E25\u0E48\u0E19", preview: "\u0E14\u0E39\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07", readMore: "Read More", redo: "\u0E17\u0E33\u0E0B\u0E49\u0E33", removeLink: "\u0E25\u0E1A\u0E25\u0E34\u0E07\u0E01\u0E4C", save: "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01", saveSignature: "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", selectAll: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14", selectDragImage: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2B\u0E23\u0E37\u0E2D\u0E25\u0E32\u0E01\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E", shortcut: "\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14", showMore: "\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E1E\u0E34\u0E48\u0E21", signature: "\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", signatures: "\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", signHere: "\u0E25\u0E07\u0E0A\u0E37\u0E48\u0E2D\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48", stampAnnotationTemplatesDialog: "\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E47\u0E15\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C\u0E42\u0E19\u0E49\u0E15", stampText: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E02\u0E2D\u0E07\u0E15\u0E23\u0E32\u0E1B\u0E23\u0E30\u0E17\u0E31\u0E1A", storeSignature: "\u0E40\u0E01\u0E47\u0E1A\u0E25\u0E32\u0E22\u0E40\u0E0B\u0E47\u0E19", time: "\u0E40\u0E27\u0E25\u0E32", toolbarFocus: "\u0E42\u0E1F\u0E01\u0E31\u0E2A\u0E17\u0E35\u0E48\u0E41\u0E16\u0E1A\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D", type: "\u0E1E\u0E34\u0E21\u0E1E\u0E4C", typeSomething: "Type something...", underline: "\u0E02\u0E35\u0E14\u0E40\u0E2A\u0E49\u0E19\u0E43\u0E15\u0E49", undo: "\u0E16\u0E2D\u0E19\u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07\u0E01\u0E25\u0E31\u0E1A", useAnExistingStampDesign: "\u0E43\u0E0A\u0E49\u0E41\u0E2A\u0E15\u0E21\u0E1B\u0E4C\u0E17\u0E35\u0E48\u0E2D\u0E2D\u0E01\u0E41\u0E1A\u0E1A\u0E44\u0E27\u0E49", viewMoreResults: "View More Results" }, tr: { action: "Eylem", addLink: "Ba\u011Flant\u0131 Ekle", addSignature: "\u0130mza Ekle", anonymous: "Anonim", backgroundColor: "Arkaplan Rengi", black: "Siyah", blue: "Mavi", bold: "Kal\u0131n", cancel: "Vazge\xE7", chat: "Chat", chooseColor: "Renk Se\xE7", clearSignature: "\u0130mzay\u0131 Sil", close: "Kapat", color: "Renk", comment: "Yorum", commentAction: "Yorum Ekle", commentEditorLabel: "Yorum ekleyin\u2026", commentOptions: "Yorum se\xE7enekleri", comments: "Yorumlar", commentsCount: "{arg0, plural,\none {{arg0} yorum}\nother {{arg0} yorum}\n}", commentThread: "Yorumlar", copy: "Kopyala", createStamp: "Damga Yarat", customStamp: "Ki\u015Fisel Damga", cut: "Kes", darkBlue: "Koyu Mavi", date: "Tarih", delete: "Sil", deleteComment: "Yorumu Sil", deleteCommentConfirmMessage: "Bu yorumu silmek istedi\u011Finizden emin misiniz?", done: "Bitti", draw: "\xC7iz", edit: "D\xFCzenle", editLink: "Ba\u011Flat\u0131y\u0131 D\xFCzenle", fontColor: "Yaz\u0131 Tipi Rengi", fonts: "Fontlar", help: "Yard\u0131m", image: "Resim", italic: "\u0130talik", linkAnnotation: "Ba\u011Flant\u0131", loading: "Y\xFCkleniyor", nMoreComments: "{arg0, plural,\none {{arg0} fazla yorum}\nother {{arg0} fazla yorum}\n}", openHelpDialog: "Yard\u0131m Diyalog Kutusunu A\xE7", paste: "Yap\u0131\u015Ft\u0131r", pause: "Duraklat", play: "\xC7al", preview: "\xD6n \u0130zleme", readMore: "Read More", redo: "Yinele", removeLink: "Ba\u011Flant\u0131y\u0131 Kald\u0131r", save: "Kaydet", saveSignature: "\u0130mzay\u0131 Kaydet", selectAll: "T\xFCm\xFCn\xFC Se\xE7", selectDragImage: "Bir Resim Se\xE7 veya S\xFCr\xFCkle", shortcut: "k\u0131sayol", showMore: "Daha fazla g\xF6ster", signature: "\u0130mza", signatures: "\u0130mzalar", signHere: "Buray\u0131 \u0130mzala", stampAnnotationTemplatesDialog: "Damga Not \u015Eablonlar\u0131", stampText: "Damga Metni", storeSignature: "\u0130mzay\u0131 Ar\u015Fivle", time: "Saat", toolbarFocus: "Ara\xE7 \xC7ubu\u011Fu Odak", type: "Yaz", typeSomething: "Type something...", underline: "Alt\u0131 \xC7izgili", undo: "Geri Al", useAnExistingStampDesign: "Mevcut bir damga tasar\u0131m\u0131 kullan", viewMoreResults: "View More Results" }, uk: { action: "\u0414\u0456\u044F", addLink: "\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", addSignature: "\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", anonymous: "\u0410\u043D\u043E\u043D\u0456\u043C\u043D\u0438\u0439 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447", backgroundColor: "\u041A\u043E\u043B\u0456\u0440 \u0442\u043B\u0430", black: "\u0427\u043E\u0440\u043D\u0438\u0439", blue: "\u0421\u0438\u043D\u0456\u0439", bold: "\u0416\u0438\u0440\u043D\u0438\u0439", cancel: "\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438", chat: "Chat", chooseColor: "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043E\u043B\u0456\u0440", clearSignature: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", close: "\u0417\u0430\u043A\u0440\u0438\u0442\u0438", color: "\u041A\u043E\u043B\u0456\u0440", comment: "\u041A\u043E\u043C\u0435\u043D\u0442\u0430\u0440", commentAction: "\u041A\u043E\u043C\u0435\u043D\u0442\u0443\u0432\u0430\u0442\u0438", commentEditorLabel: "\u0414\u043E\u0434\u0430\u0442\u0438", commentOptions: "\u041E\u043F\u0446\u0456\u0457 \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456\u0432", comments: "\u041A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456", commentsCount: "{arg0, plural,\none {{arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440}\nfew {{arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456}\nmany {{arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456\u0432}\nother {{arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456}\n}", commentThread: "\u041B\u0430\u043D\u0446\u044E\u0436\u043E\u043A \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456\u0432", copy: "\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438", createStamp: "\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0448\u0442\u0430\u043C\u043F", customStamp: "\u0412\u043B\u0430\u0441\u043D\u0438\u0439 \u0448\u0442\u0430\u043C\u043F", cut: "\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438", darkBlue: "\u0422\u0435\u043C\u043D\u043E-\u0441\u0438\u043D\u0456\u0439", date: "\u0414\u0430\u0442\u0430", delete: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438", deleteComment: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u0440\u0438\u043C\u0456\u0442\u043A\u0443", deleteCommentConfirmMessage: "\u0412\u0438 \u043D\u0430\u0441\u043F\u0440\u0430\u0432\u0434\u0456 \u0445\u043E\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0446\u0435\u0439 \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440?", done: "\u0413\u043E\u0442\u043E\u0432\u043E", draw: "\u041C\u0430\u043B\u044E\u0432\u0430\u0442\u0438", edit: "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438", editLink: "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", fontColor: "\u041A\u043E\u043B\u0456\u0440 \u0448\u0440\u0438\u0444\u0442\u0443", fonts: "\u0428\u0440\u0438\u0444\u0442\u0438", help: "\u0414\u043E\u0432\u0456\u0434\u043A\u0430", image: "\u0417\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F", italic: "\u041A\u0443\u0440\u0441\u0438\u0432", linkAnnotation: "\u041F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", loading: "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F", nMoreComments: "{arg0, plural,\none {\u0429\u0435 {arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440}\nfew {\u0429\u0435 {arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0438}\nmany {\u0429\u0435 {arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0456\u0432}\nother {\u0429\u0435 {arg0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0438}\n}", openHelpDialog: "\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0434\u0456\u0430\u043B\u043E\u0433 \u0434\u043E\u0432\u0456\u0434\u043A\u0438", paste: "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438", pause: "\u041F\u0430\u0443\u0437\u0430", play: "\u0413\u0440\u0430\u0442\u0438", preview: "\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434", readMore: "Read More", redo: "\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0438", removeLink: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F", save: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438", saveSignature: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", selectAll: "\u041E\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0435", selectDragImage: "\u041E\u0431\u0440\u0430\u0442\u0438 \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0442\u0438 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F", shortcut: "\u044F\u0440\u043B\u0438\u043A", showMore: "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0431\u0456\u043B\u044C\u0448\u0435", signature: "\u041F\u0456\u0434\u043F\u0438\u0441", signatures: "\u041F\u0456\u0434\u043F\u0438\u0441\u0438", signHere: "\u041F\u0456\u0434\u043F\u0438\u0441\u0443\u0432\u0430\u0442\u0438 \u0442\u0443\u0442", stampAnnotationTemplatesDialog: "\u0428\u0430\u0431\u043B\u043E\u043D \u0448\u0442\u0430\u043C\u043F\u0456\u0432-\u043F\u0440\u0438\u043C\u0456\u0442\u043E\u043A", stampText: "\u0428\u0442\u0430\u043C\u043F \u0442\u0435\u043A\u0441\u0442\u0443", storeSignature: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043F\u0456\u0434\u043F\u0438\u0441", time: "\u0427\u0430\u0441", toolbarFocus: "\u0424\u043E\u043A\u0443\u0441 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0456 \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0456\u0432", type: "\u041D\u0430\u0431\u0438\u0440\u0430\u0442\u0438", typeSomething: "Type something...", underline: "\u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043D\u044F", undo: "\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438", useAnExistingStampDesign: "\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438 \u0456\u0441\u043D\u0443\u044E\u0447\u0438\u0439 \u0434\u0438\u0437\u0430\u0439\u043D", viewMoreResults: "View More Results" }, "zh-Hans": { action: "\u64CD\u4F5C", addLink: "\u6DFB\u52A0\u94FE\u63A5", addSignature: "\u6DFB\u52A0\u7B7E\u540D", anonymous: "\u533F\u540D", backgroundColor: "\u80CC\u666F\u989C\u8272", black: "\u9ED1\u8272", blue: "\u84DD\u8272", bold: "\u52A0\u7C97", cancel: "\u53D6\u6D88", chat: "Chat", chooseColor: "\u9009\u62E9\u989C\u8272", clearSignature: "\u6E05\u9664\u7B7E\u540D", close: "\u5173\u95ED", color: "\u989C\u8272", comment: "\u6CE8\u91CA", commentAction: "\u6DFB\u52A0\u6CE8\u91CA", commentEditorLabel: "\u6DFB\u52A0\u60A8\u7684\u6CE8\u91CA\u2026", commentOptions: "\u6CE8\u91CA\u9009\u9879", comments: "\u6CE8\u91CA", commentsCount: "{arg0, plural,\nother {{arg0} \u4E2A\u6CE8\u91CA}\n}", commentThread: "\u6CE8\u91CA\u4F1A\u8BDD", copy: "\u62F7\u8D1D", createStamp: "\u521B\u5EFA\u5370\u7AE0", customStamp: "\u81EA\u5B9A\u4E49\u5370\u7AE0", cut: "\u526A\u5207", darkBlue: "\u6DF1\u84DD", date: "\u65E5\u671F", delete: "\u5220\u9664", deleteComment: "\u5220\u9664\u6CE8\u91CA", deleteCommentConfirmMessage: "\u60A8\u786E\u5B9A\u8981\u5220\u9664\u6B64\u8BC4\u8BBA\u5417\uFF1F", done: "\u5B8C\u6210", draw: "\u7ED8\u5236\u7B7E\u540D", edit: "\u7F16\u8F91", editLink: "\u7F16\u8F91\u94FE\u63A5", fontColor: "\u5B57\u4F53\u989C\u8272", fonts: "\u5B57\u4F53", help: "\u5E2E\u52A9", image: "\u56FE\u50CF", italic: "\u659C\u4F53", linkAnnotation: "\u94FE\u63A5", loading: "\u6B63\u5728\u52A0\u8F7D", nMoreComments: "{arg0, plural,\nother {\u53E6\u5916 {arg0} \u6761\u6CE8\u91CA}\n}", openHelpDialog: "\u6253\u5F00\u5E2E\u52A9\u5BF9\u8BDD\u6846", paste: "\u7C98\u8D34", pause: "\u6682\u505C", play: "\u64AD\u653E", preview: "\u9884\u89C8", readMore: "Read More", redo: "\u91CD\u505A", removeLink: "\u79FB\u9664\u94FE\u63A5", save: "\u4FDD\u5B58", saveSignature: "\u4FDD\u5B58\u7B7E\u540D", selectAll: "\u5168\u9009", selectDragImage: "\u9009\u62E9\u6216\u62D6\u52A8\u56FE\u50CF", shortcut: "\u5FEB\u6377\u65B9\u5F0F", showMore: "\u5206\u4EAB\u66F4\u591A", signature: "\u7B7E\u540D", signatures: "\u7B7E\u540D", signHere: "\u5728\u6B64\u7B7E\u540D", stampAnnotationTemplatesDialog: "\u5370\u7AE0\u6279\u6CE8\u6A21\u677F", stampText: "\u5370\u7AE0\u6587\u672C", storeSignature: "\u5B58\u50A8\u7B7E\u540D", time: "\u65F6\u95F4", toolbarFocus: "\u5DE5\u5177\u680F\u7126\u70B9", type: "\u8F93\u5165", typeSomething: "Type something...", underline: "\u4E0B\u5212\u7EBF", undo: "\u64A4\u9500", useAnExistingStampDesign: "\u4F7F\u7528\u73B0\u6709\u5370\u7AE0\u8BBE\u8BA1", viewMoreResults: "View More Results" }, "zh-Hant": { action: "\u64CD\u4F5C", addLink: "\u52A0\u5165\u9023\u7D50", addSignature: "\u52A0\u4E0A\u7C3D\u540D", anonymous: "\u533F\u540D\u8005", backgroundColor: "\u80CC\u666F\u984F\u8272", black: "\u9ED1\u8272", blue: "\u85CD\u8272", bold: "\u7C97\u9AD4", cancel: "\u53D6\u6D88", chat: "Chat", chooseColor: "\u9078\u64C7\u984F\u8272", clearSignature: "\u6E05\u9664\u7C3D\u540D", close: "\u95DC\u9589", color: "\u984F\u8272", comment: "\u8A55\u8A3B", commentAction: "\u8A55\u8A3B", commentEditorLabel: "\u6DFB\u52A0\u8A55\u8A3B\u2026", commentOptions: "\u8A55\u8A3B\u9078\u9805", comments: "\u8A55\u8A3B", commentsCount: "{arg0, plural,\nother {{arg0}\u5247}\n}", commentThread: "\u8A55\u8A3B\u4E32", copy: "\u8907\u88FD", createStamp: "\u81EA\u8A02\u5370\u7AE0", customStamp: "\u81EA\u8A02\u6C34\u5370", cut: "\u526A\u4E0B", darkBlue: "\u6DF1\u85CD\u8272", date: "\u65E5\u671F", delete: "\u522A\u9664", deleteComment: "\u522A\u9664\u8A55\u8A3B", deleteCommentConfirmMessage: "\u60A8\u662F\u5426\u78BA\u5B9A\u8981\u522A\u9664\u9019\u5247\u8A55\u8A3B\uFF1F", done: "\u5B8C\u6210", draw: "\u624B\u7E6A", edit: "\u7DE8\u8F2F", editLink: "\u7DE8\u8F2F\u9023\u7D50", fontColor: "\u5B57\u5F62\u984F\u8272", fonts: "\u5B57\u9AD4", help: "\u8F14\u52A9\u8AAA\u660E", image: "\u5716\u50CF", italic: "\u659C\u9AD4", linkAnnotation: "\u9023\u7D50", loading: "\u6B63\u5728\u8F09\u5165", nMoreComments: "{arg0, plural,\nother {\u5176\u4ED6{arg0}\u5247\u8A55\u8A3B}\n}", openHelpDialog: "\u958B\u555F\u5E6B\u52A9\u5C0D\u8A71\u6846", paste: "\u8CBC\u4E0A", pause: "\u66AB\u505C", play: "\u64AD\u653E", preview: "\u9810\u89BD", readMore: "Read More", redo: "\u91CD\u4F5C", removeLink: "\u522A\u9664\u9023\u7D50", save: "\u5132\u5B58", saveSignature: "\u5132\u5B58\u7C3D\u540D", selectAll: "\u9078\u53D6\u5168\u90E8", selectDragImage: "\u9078\u53D6\u6216\u62D6\u66F3\u5716\u50CF", shortcut: "\u5FEB\u6377\u65B9\u5F0F", showMore: "\u986F\u793A\u8F03\u591A", signature: "\u7C3D\u540D", signatures: "\u7C3D\u540D", signHere: "\u5728\u6B64\u7C3D\u540D", stampAnnotationTemplatesDialog: "\u5716\u7AE0\u8A3B\u89E3\u7BC4\u672C", stampText: "\u5370\u7AE0\u6587\u5B57", storeSignature: "\u5132\u5B58\u7C3D\u540D", time: "\u6642\u9593", toolbarFocus: "\u5DE5\u5177\u6B04\u7126\u9EDE", type: "\u9375\u5165", typeSomething: "Type something...", underline: "\u5E95\u7DDA", undo: "\u5FA9\u539F", useAnExistingStampDesign: "\u4F7F\u7528\u73FE\u6709\u7684\u5716\u7AE0\u8A2D\u8A08", viewMoreResults: "View More Results" } };
|
|
16
16
|
|
|
17
17
|
// src/index.ts
|
|
18
18
|
var messages = cleanKeyFromGlobImport(__default);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baseline-ui/translations",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"source": "./src/index.ts",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"lodash": "^4.17.21",
|
|
16
|
-
"@baseline-ui/utils": "0.
|
|
16
|
+
"@baseline-ui/utils": "0.18.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/lodash": "^4.14.202",
|