Skip to content

Commit 75a258b

Browse files
📝 Sync translation files (TOML)
1 parent 49c1e75 commit 75a258b

41 files changed

Lines changed: 5207 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

frontend/editor/public/locales/ar-AR/translation.toml

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3969,6 +3969,7 @@ back = "رجوع"
39693969
backToFolder = "الرجوع إلى {{folder}}"
39703970
backToMyFiles = "الرجوع إلى ملفاتي"
39713971
breadcrumbs = "مسار المجلد"
3972+
bulkActions = "Actions"
39723973
cancel = "إلغاء"
39733974
classification = "التصنيف"
39743975
clearSelection = "مسح التحديد"
@@ -4142,6 +4143,11 @@ totalSize = "الحجم الإجمالي"
41424143
type = "النوع"
41434144
versionHistory = "رحلة الإصدارات"
41444145

4146+
[filesPage.filters]
4147+
activeCount = "{{count}} filters active"
4148+
clearAll = "Clear filters"
4149+
label = "Filters"
4150+
41454151
[filesPage.folderName]
41464152
cancel = "إلغاء"
41474153
error = "تعذّر حفظ المجلد. حاول مرة أخرى."
@@ -4176,6 +4182,7 @@ label = "Filter files by name"
41764182
placeholder = "Filter files…"
41774183

41784184
[filesPage.sort]
4185+
label = "Sort files"
41794186
modifiedAsc = "الأقدم أولاً"
41804187
modifiedDesc = "الأحدث أولاً"
41814188
nameAsc = "الاسم A→Z"
@@ -4305,11 +4312,14 @@ issues = "GitHub"
43054312
[formFill]
43064313
allSaved = "تم حفظ الكل"
43074314
analyzingFields = "Analysing form fields..."
4315+
applyFailed = "Could not apply the changes"
43084316
extractCsvError = "فشل استخراج CSV"
43094317
extractXlsxError = "فشل استخراج XLSX"
43104318
filled = "filled"
43114319
flattenAfterFilling = "تسطيح بعد التعبئة"
4320+
goToPage = "Go to this page"
43124321
noFields = "No fillable form fields found in this PDF."
4322+
page = "Page"
43134323
placeholderEnter = "Enter"
43144324
placeholderSelect = "Select"
43154325
requiredAbbreviation = "مطلوب"
@@ -4318,8 +4328,83 @@ rescanFields = "إعادة فحص الحقول"
43184328
rescanFormFields = "إعادة فحص حقول النموذج"
43194329
save = "حفظ"
43204330
saveShortcut = "Ctrl+S للحفظ"
4331+
skippedEdits_one = "1 change could not be applied:"
4332+
skippedEdits_other = "{{count}} changes could not be applied:"
4333+
skippedEditsTruncated = "{{count}} more not listed."
43214334
unsavedChanges = "تغييرات غير محفوظة"
43224335

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."
4406+
restore = "Restore"
4407+
43234408
[formFill.sidebar]
43244409
close = "إغلاق الشريط الجانبي"
43254410

@@ -4585,6 +4670,10 @@ desc = "تغيير قيود المستند وأذوناته"
45854670
tags = "permissions,restrictions,rights,access control,allow,deny,printing,copying,editing,modify permissions,security settings,user rights"
45864671
title = "تغيير الأذونات"
45874672

4673+
[home.classify]
4674+
desc = "Identify what kind of document this is and tag it."
4675+
title = "Classify"
4676+
45884677
[home.compare]
45894678
desc = "يقارن ويظهر الاختلافات بين مستندين PDF"
45904679
tags = "اختلاف"
@@ -5098,6 +5187,30 @@ openProcessor = "Open PDF Processor"
50985187
count = "{{remaining}} of {{total}}"
50995188
label = "Free credits"
51005189

5190+
[notifications]
5191+
empty = "Nothing to report."
5192+
handoffUnavailable = "This browser will not let the processor pass the document to the editor. Open it from the editor instead."
5193+
noDocumentLinked = "This failure is not linked to a specific document, so there is nothing to open here."
5194+
notOnThisDevice = "This document is not on this device, so it cannot be opened here."
5195+
occurrences = "{{count}} times"
5196+
open = "Notifications"
5197+
title = "Notifications"
5198+
unread = "Unread"
5199+
5200+
[notifications.action]
5201+
failed = "That did not work. Try again in a moment."
5202+
unavailable = "Not available for this notification."
5203+
5204+
[notifications.detail]
5205+
copied = "Copied"
5206+
copy = "Copy error"
5207+
less = "Show less"
5208+
more = "Show full message"
5209+
5210+
[notifications.section]
5211+
earlier = "Earlier"
5212+
new = "New"
5213+
51015214
[oauth.error]
51025215
message = "لم تتم المصادقة بنجاح. يمكنك إغلاق هذه النافذة والمحاولة مجدداً."
51035216
title = "فشلت المصادقة"
@@ -7417,6 +7530,8 @@ acknowledge = "Acknowledge"
74177530
confirm = "Are you sure?"
74187531
dismiss = "Dismiss"
74197532
dismissSkipFile = "Skip this file"
7533+
viewFile = "View file"
7534+
viewInProcessor = "View in processor"
74207535

74217536
[portal.failures.debug]
74227537
copyJson = "Copy JSON"
@@ -7428,6 +7543,8 @@ showJson = "Show raw JSON ({{total}})"
74287543

74297544
[portal.failures.disabled]
74307545
closed = "This failure is already closed."
7546+
noDocument = "This failure was not recorded against a specific document, so there is nothing here to open."
7547+
unattended = "This file was fed by a folder, bucket or webhook, so nobody's browser is holding it to open."
74317548
unavailable = "Not available for this failure."
74327549

74337550
[portal.failures.empty]
@@ -9696,7 +9813,9 @@ toolNotAvailableLocally = "خادم Stirling-PDF الخاص بك غير متصل
96969813
expired = "لقد انتهت جلستك. يرجى تحديث الصفحة والمحاولة مرة أخرى"
96979814

96989815
[settings]
9816+
backToSections = "All settings"
96999817
close = "إغلاق"
9818+
title = "Settings"
97009819

97019820
[settings.ai]
97029821
documents = "المستندات و RAG"
@@ -10635,6 +10754,7 @@ ariaLabel = "Super search"
1063510754
filtersAriaLabel = "Search filters"
1063610755
hint = "Type to search"
1063710756
placeholder = "Search Stirling"
10757+
placeholderShort = "Search"
1063810758
showLess = "Show less"
1063910759
showMore = "Show {{count}} more"
1064010760

@@ -10831,6 +10951,7 @@ searchPlaceholder = "ابحث عن الأدوات..."
1083110951

1083210952
[toolPicker.subcategories]
1083310953
advancedFormatting = "تنسيق متقدم"
10954+
ai = "AI"
1083410955
automation = "أتمتة"
1083510956
developerTools = "أدوات المطوّر"
1083610957
documentReview = "مراجعة المستند"
@@ -11335,8 +11456,11 @@ columnDefault = "العمود {{index}}"
1133511456
convertToPdf = "التحويل إلى PDF"
1133611457
csvStats = "{{rows}} صفوف · {{columns}} أعمدة · {{size}}"
1133711458
emptyFile = "ملف فارغ"
11459+
htmlHidePreview = "Hide preview"
1133811460
htmlPreview = "معاينة HTML"
11461+
htmlPreviewMobileHidden = "HTML pages are laid out for desktop widths, so the preview is off by default here."
1133911462
htmlPreviewWarning = "معاينة HTML — قد لا يتم تحميل الموارد الخارجية · {{size}}"
11463+
htmlShowPreview = "Show preview anyway"
1134011464
invalidJson = "JSON غير صالح — عرض المحتوى الخام"
1134111465
lineNumbers = "أرقام الأسطر"
1134211466
loading = "جارٍ التحميل..."
@@ -11683,6 +11807,7 @@ exportAll = "تصدير PDF"
1168311807
exportSelected = "تصدير الصفحات المحددة"
1168411808
formFill = "تعبئة النموذج"
1168511809
hideToolbar = "Hide toolbar"
11810+
moreActions = "More actions"
1168611811
multiTool = "الأداة المتعددة"
1168711812
panMode = "وضع التحريك"
1168811813
print = "طباعة PDF"
@@ -11703,6 +11828,8 @@ selectAll = "تحديد الكل"
1170311828
selectByNumber = "تحديد حسب أرقام الصفحات"
1170411829
selectLanguage = "اختر اللغة"
1170511830
share = "مشاركة"
11831+
showAllTools = "Show all tools"
11832+
showFewerTools = "Collapse toolbar"
1170611833
showToolbar = "Show toolbar"
1170711834
toggleAnnotations = "تبديل ظهور الشروح"
1170811835
toggleAttachments = "تبديل عرض المرفقات"

0 commit comments

Comments
 (0)