You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skippedEdits_one = "1 change could not be applied:"
4332
+
skippedEdits_other = "{{count}} changes could not be applied:"
4333
+
skippedEditsTruncated = "{{count}} more not listed."
4321
4334
unsavedChanges = "تغييرات غير محفوظة"
4322
4335
4336
+
[formFill.create]
4337
+
commit = "Add {{count}} field(s) to PDF"
4338
+
empty = "No fields drawn yet."
4339
+
failed = "Failed to add fields"
4340
+
goToField = "Go to this field"
4341
+
hint = "Pick a field type, then draw it on the page."
4342
+
placing = "Draw a {{type}} field on the page. Press Esc to stop."
4343
+
preview = "Hold to preview"
4344
+
previewHelp = "Hold to see the fields as they will look once added, without the editing outlines."
4345
+
removeField = "Remove field"
4346
+
4347
+
[formFill.editor]
4348
+
action = "Button action"
4349
+
actionHelp = "What the button does when clicked."
4350
+
actionNone = "None"
4351
+
actionPrint = "Print"
4352
+
actionReset = "Reset form"
4353
+
actionSubmit = "Submit to URL"
4354
+
actionUri = "Open URL"
4355
+
actionUrl = "URL"
4356
+
actionUrlHelp = "The address the button opens or submits to."
4357
+
addOption = "Add option"
4358
+
caption = "Button caption"
4359
+
captionHelp = "The text printed on the button face."
4360
+
defaultValue = "Default value"
4361
+
defaultValueHelp = "What the field contains before anyone fills it in. Leave blank for an empty field."
4362
+
fontSize = "Font size"
4363
+
fontSizeHelp = "Text size inside the field. Leave blank to let the reader size it to fit."
4364
+
label = "Label"
4365
+
labelHelp = "The wording shown to whoever fills the form. Leave it blank to fall back to the field name."
4366
+
maxLength = "Max length (comb)"
4367
+
maxLengthHelp = "Caps how many characters fit, drawn as evenly spaced boxes."
4368
+
multiline = "Multi-line"
4369
+
multilineHelp = "Allows more than one line of text and wraps at the field's edge."
4370
+
multiSelect = "Allow multiple selection"
4371
+
multiSelectHelp = "Lets more than one option be chosen at once."
4372
+
name = "Field name"
4373
+
nameHelp = "The field's internal name. Used when exporting data or filling the form from another system, so keep it unique and free of spaces."
4374
+
optionGap = "Option spacing"
4375
+
optionGapHelp = "Gap between buttons, in points. Leave blank to spread them evenly down the box."
4376
+
optionPlaceholder = "Option {{n}}"
4377
+
options = "Options"
4378
+
optionsEmpty = "Add at least one option."
4379
+
optionsHelp = "The choices offered in the list. Each one is stored as typed, so keep them short and distinct."
4380
+
optionSize = "Option size"
4381
+
optionSizeHelp = "Width and height of each button, in points. Leave blank to fit them to the box you drew."
4382
+
readOnly = "Read-only"
4383
+
readOnlyHelp = "Shows a value but stops anyone editing it."
4384
+
removeOption = "Remove option"
4385
+
required = "Required"
4386
+
requiredHelp = "The form cannot be submitted until this field is filled in."
4387
+
signatureNote = "Placeholder only - you don't sign here. It marks where a signature belongs so a PDF signer (Adobe Acrobat, a signing service, etc.) places the signature in this spot when the document is signed."
4388
+
tooltip = "Tooltip"
4389
+
tooltipHelp = "The hint shown when someone hovers the field in a PDF reader."
4390
+
type = "Type"
4391
+
typeHelp = "What kind of field this is. Changing it rebuilds the field, so its current value is not carried over."
4392
+
4393
+
[formFill.mode]
4394
+
create = "Create"
4395
+
fill = "Fill"
4396
+
label = "Form editor mode"
4397
+
modify = "Modify"
4398
+
4399
+
[formFill.modify]
4400
+
commit = "Save {{count}} change(s)"
4401
+
delete = "Delete"
4402
+
empty = "This PDF has no form fields yet."
4403
+
failed = "Failed to save changes"
4404
+
groupSizeHint = "Use Option size"
4405
+
hint = "Select a field to edit its properties, drag it on the page, or delete it."
0 commit comments