Skip to content

Commit

Permalink
Merge pull request '[DE mobile] fix bug 71031' (#128) from fix/bug-71…
Browse files Browse the repository at this point in the history
…031 into hotfix/v8.2.2
  • Loading branch information
maxkadushkin committed Nov 22, 2024
2 parents 28c34a9 + a83fc53 commit f0edb0e
Show file tree
Hide file tree
Showing 43 changed files with 126 additions and 71 deletions.
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "موافق",
"textRenameFile": "إعادة تسمية الملف",
"textSwitchedMobileView": "تم التبديل إلى عرض المحمول",
"textSwitchedStandardView": "تم التبديل إلى العرض القياسي"
"textSwitchedStandardView": "تم التبديل إلى العرض القياسي",
"warnEmptyRequiredField": "قم بملء كل الحقول المطلوبة لارسال الاستمارة."
}
}
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@
"stayButtonText": "Bu səhifədə qalın",
"textCloseHistory": "Tarixçəni bağlayın",
"textOk": "OK",
"warnEmptyRequiredField": "Tələb olunan bütün sahələri doldurub formanı göndərin.",
"btnSend": "Send",
"textEnterNewFileName": "Enter a new file name",
"textRenameFile": "Rename File",
Expand Down
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@
"stayButtonText": "Застацца на старонцы",
"textCloseHistory": "Закрыць гісторыю",
"textOk": "Добра",
"warnEmptyRequiredField": "Запоўніце ўсе абавязковыя палі, патрэбныя для адпраўлення формы. ",
"btnSend": "Send",
"dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"textEnterNewFileName": "Enter a new file name",
Expand Down
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "OK",
"textRenameFile": "Rename File",
"textSwitchedMobileView": "Switched to Mobile view",
"textSwitchedStandardView": "Switched to Standard view"
"textSwitchedStandardView": "Switched to Standard view",
"warnEmptyRequiredField": "Fill all required fields to send form."
}
}
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textRenameFile": "Canvia el nom del fitxer",
"textSwitchedMobileView": "S'ha canviat a visualització mòbil",
"textSwitchedStandardView": "S'ha canviat a visualització estàndard",
"warnEmptyRequiredField": "Emplena tots els camps necessaris per enviar el formulari.",
"btnSend": "Send"
}
}
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textRenameFile": "Přejmenovat soubor",
"textSwitchedMobileView": "Přepnout na mobilní zobrazení",
"textSwitchedStandardView": "Přepnout na standartní zobrazení",
"warnEmptyRequiredField": "Pro odeslání formuláře vyplňte všechna požadovaná pole.",
"btnSend": "Send"
}
}
27 changes: 14 additions & 13 deletions apps/documenteditor/mobile/locale/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,20 @@
"txtOk": "Ok",
"txtProtected": "Once you enter the password and open the file, the current password will be reset"
},
"Toolbar": {
"warnEmptyRequiredField": "Udfyld alle obligatoriske felter for at sende formularen.",
"btnSend": "Send",
"dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"dlgLeaveTitleText": "You leave the application",
"leaveButtonText": "Leave this Page",
"stayButtonText": "Stay on this page",
"textCloseHistory": "Close History",
"textEnterNewFileName": "Enter a new file name",
"textOk": "OK",
"textRenameFile": "Rename File",
"textSwitchedMobileView": "Switched to Mobile view",
"textSwitchedStandardView": "Switched to Standard view"
},
"About": {
"textAbout": "About",
"textAddress": "Address",
Expand Down Expand Up @@ -801,18 +815,5 @@
"uploadImageTextText": "Uploading image...",
"uploadImageTitleText": "Uploading Image",
"waitText": "Please, wait..."
},
"Toolbar": {
"btnSend": "Send",
"dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"dlgLeaveTitleText": "You leave the application",
"leaveButtonText": "Leave this Page",
"stayButtonText": "Stay on this page",
"textCloseHistory": "Close History",
"textEnterNewFileName": "Enter a new file name",
"textOk": "OK",
"textRenameFile": "Rename File",
"textSwitchedMobileView": "Switched to Mobile view",
"textSwitchedStandardView": "Switched to Standard view"
}
}
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "OK",
"textRenameFile": "Datei umbenennen",
"textSwitchedMobileView": "Mobile Ansicht aktiviert",
"textSwitchedStandardView": "Standard-Ansicht aktiviert"
"textSwitchedStandardView": "Standard-Ansicht aktiviert",
"warnEmptyRequiredField": "Füllen Sie alle erforderlichen Felder aus, um das Formular zu senden."
}
}
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "Εντάξει",
"textRenameFile": "Μετονομασία αρχείου",
"textSwitchedMobileView": "Μετάβαση σε προβολή κινητού",
"textSwitchedStandardView": "Εναλλαγή σε τυπική προβολή"
"textSwitchedStandardView": "Εναλλαγή σε τυπική προβολή",
"warnEmptyRequiredField": "Συμπληρώστε όλα τα απαιτούμενα πεδία για την αποστολή της φόρμας."
}
}
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "OK",
"textRenameFile": "Rename File",
"textSwitchedMobileView": "Switched to Mobile view",
"textSwitchedStandardView": "Switched to Standard view"
"textSwitchedStandardView": "Switched to Standard view",
"warnEmptyRequiredField": "Fill all required fields to send form."
}
}
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "Aceptar",
"textRenameFile": "Renombrar archivo",
"textSwitchedMobileView": "Cambiado a vista móvil",
"textSwitchedStandardView": "Cambiado a vista estándar"
"textSwitchedStandardView": "Cambiado a vista estándar",
"warnEmptyRequiredField": "Rellene todos los campos obligatorios para enviar el formulario."
}
}
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textRenameFile": "Berrizendatu fitxategia",
"textSwitchedMobileView": "Mugikorreko ikuspegira aldatu da",
"textSwitchedStandardView": "Ikuspegi estandarrera aldatu da",
"warnEmptyRequiredField": "Bete derrigorrezko eremu guztiak formularioa bidaltzeko.",
"btnSend": "Send"
}
}
29 changes: 15 additions & 14 deletions apps/documenteditor/mobile/locale/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
}
},
"Settings": {
"textFillingForms": "Lomakkeiden täyttäminen",
"textSameAsSystem": "Sama kuin järjetelmässä",
"advDRMOptions": "Protected File",
"advDRMPassword": "Password",
Expand Down Expand Up @@ -184,7 +185,6 @@
"textExportAs": "Export As",
"textFastWV": "Fast Web View",
"textFeedback": "Feedback & Support",
"textFillingForms": "Filling forms",
"textFind": "Find",
"textFindAndReplace": "Find and Replace",
"textFindAndReplaceAll": "Find and Replace All",
Expand Down Expand Up @@ -270,6 +270,20 @@
"txtOk": "Ok",
"txtProtected": "Once you enter the password and open the file, the current password will be reset"
},
"Toolbar": {
"warnEmptyRequiredField": "Täytä kaikki vaaditut kentät lähettääksesi lomakkeen.",
"btnSend": "Send",
"dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"dlgLeaveTitleText": "You leave the application",
"leaveButtonText": "Leave this Page",
"stayButtonText": "Stay on this page",
"textCloseHistory": "Close History",
"textEnterNewFileName": "Enter a new file name",
"textOk": "OK",
"textRenameFile": "Rename File",
"textSwitchedMobileView": "Switched to Mobile view",
"textSwitchedStandardView": "Switched to Standard view"
},
"About": {
"textAbout": "About",
"textAddress": "Address",
Expand Down Expand Up @@ -801,18 +815,5 @@
"warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only. Contact %1 sales team for personal upgrade terms.",
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
"warnProcessRightsChange": "You don't have permission to edit this file."
},
"Toolbar": {
"btnSend": "Send",
"dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"dlgLeaveTitleText": "You leave the application",
"leaveButtonText": "Leave this Page",
"stayButtonText": "Stay on this page",
"textCloseHistory": "Close History",
"textEnterNewFileName": "Enter a new file name",
"textOk": "OK",
"textRenameFile": "Rename File",
"textSwitchedMobileView": "Switched to Mobile view",
"textSwitchedStandardView": "Switched to Standard view"
}
}
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "OK",
"textRenameFile": "Renommer le fichier",
"textSwitchedMobileView": "Passé à l'affichage mobile",
"textSwitchedStandardView": "Passé à l'affichage standard"
"textSwitchedStandardView": "Passé à l'affichage standard",
"warnEmptyRequiredField": "Veuillez remplir tous les champs obligatoires avant d'envoyer le formulaire."
}
}
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@
"stayButtonText": "Quedarse nesta páxina",
"textCloseHistory": "Pechar historial",
"textOk": "Aceptar",
"warnEmptyRequiredField": "Encha todos os campos obrigatorios para poder enviar o formulario.",
"btnSend": "Send",
"textEnterNewFileName": "Enter a new file name",
"textRenameFile": "Rename File",
Expand Down
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "בסדר",
"textRenameFile": "שינוי שם קובץ",
"textSwitchedMobileView": "החלפה לתצוגה ניידת",
"textSwitchedStandardView": "החלפה לתצוגה רגילה"
"textSwitchedStandardView": "החלפה לתצוגה רגילה",
"warnEmptyRequiredField": "מלא את כל השדות הדרושים כדי לשלוח טופס."
}
}
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textRenameFile": "Fájl Átnevezése",
"textSwitchedMobileView": "Váltás Mobil nézetre",
"textSwitchedStandardView": "Normál nézetre váltott",
"warnEmptyRequiredField": "Az űrlap elküldéséhez töltse ki az összes szükséges mezőt.",
"btnSend": "Send"
}
}
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/hy.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textRenameFile": "Վերանվանել ֆայլը",
"textSwitchedMobileView": " Փոխարկվել է բջջային տեսքի",
"textSwitchedStandardView": " Փոխարկվել է ստանդարտ տեսքի",
"warnEmptyRequiredField": "Լրացրել բոլոր անհրաժեշտ դաշտերը՝ ձևն ուղարկելու համար:",
"btnSend": "Send"
}
}
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textRenameFile": "Ganti Nama File",
"textSwitchedMobileView": "Beralih ke Tampilan seluler",
"textSwitchedStandardView": "Beralih ke Tampilan standar",
"warnEmptyRequiredField": "Isi semua ruas yang dibutuhkan untuk mengirim formulir.",
"btnSend": "Send"
}
}
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "OK",
"textRenameFile": "Rinomina file",
"textSwitchedMobileView": "Passato alla visualizzazione per dispositivi mobili",
"textSwitchedStandardView": "Passato alla visualizzazione standard"
"textSwitchedStandardView": "Passato alla visualizzazione standard",
"warnEmptyRequiredField": "Compila tutti i campi richiesti per inviare il modulo."
}
}
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "OK",
"textRenameFile": "ファイル名の変更",
"textSwitchedMobileView": "モバイルビューに切り替えました",
"textSwitchedStandardView": "標準ビューに切り替えました"
"textSwitchedStandardView": "標準ビューに切り替えました",
"warnEmptyRequiredField": "必須事項をすべて入力し、送信してください。"
}
}
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textRenameFile": "파일 이름 변경",
"textSwitchedMobileView": "모바일 보기로 전환되었습니다.",
"textSwitchedStandardView": "표준 보기로 전환되었습니다.",
"warnEmptyRequiredField": "양식을 보내려면 모든 필수 필드를 채우십시오.",
"btnSend": "Send"
}
}
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/lo.json
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@
"dlgLeaveTitleText": "ທ່ານໄດ້ອອກຈາກໜ້າຄໍາຮ້ອງສະຫມັກ",
"leaveButtonText": "ອອກຈາກໜ້ານີ້",
"stayButtonText": "ຢູ່ໃນໜ້ານີ້",
"warnEmptyRequiredField": "ຕື່ມຂໍ້ມູນໃສ່ທຸກຊ່ອງທີ່ຕ້ອງການເພື່ອສົ່ງແບບຟອມ.",
"btnSend": "Send",
"textCloseHistory": "Close History",
"textEnterNewFileName": "Enter a new file name",
Expand Down
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/lv.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@
"textOk": "Labi",
"textSwitchedMobileView": "Pārslēgts uz mobilo skatu",
"textSwitchedStandardView": "Pārslēgts uz standarta skatu",
"warnEmptyRequiredField": "Aizpildiet visus obligātos laukus, lai nosūtītu veidlapu.",
"btnSend": "Send",
"textEnterNewFileName": "Enter a new file name",
"textRenameFile": "Rename File"
Expand Down
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/ms.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@
"leaveButtonText": "Tinggalkan Halaman ini",
"stayButtonText": "Kekal pada Halaman ini",
"textOk": "Okey",
"warnEmptyRequiredField": "Isi semua medan diperlukan untuk menyerahkan borang.",
"btnSend": "Send",
"textCloseHistory": "Close History",
"textEnterNewFileName": "Enter a new file name",
Expand Down
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@
"dlgLeaveTitleText": "U verlaat de toepassing",
"leaveButtonText": "Pagina verlaten",
"stayButtonText": "Op deze pagina blijven",
"warnEmptyRequiredField": "Vul alle verplichte velden in om het formulier te verzenden.",
"btnSend": "Send",
"textCloseHistory": "Close History",
"textEnterNewFileName": "Enter a new file name",
Expand Down
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@
"textCloseHistory": "Zamknij historię",
"textEnterNewFileName": "Wprowadź nową nazwę pliku",
"textOk": "OK",
"warnEmptyRequiredField": "Wypełnij wszystkie wymagane pola, aby wysłać formularz.",
"btnSend": "Send",
"dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"dlgLeaveTitleText": "You leave the application",
Expand Down
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/pt-pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textRenameFile": "Mudar nome do ficheiro",
"textSwitchedMobileView": "Alterado para vista móvel",
"textSwitchedStandardView": "Alterado para a vista predefinida",
"warnEmptyRequiredField": "Preencha todos os campos obrigatórios para enviar o formulário.",
"btnSend": "Send"
}
}
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "OK",
"textRenameFile": "Renomear arquivo",
"textSwitchedMobileView": "Alterado para a visualização móvel",
"textSwitchedStandardView": "Alterado para a visualização padrão"
"textSwitchedStandardView": "Alterado para a visualização padrão",
"warnEmptyRequiredField": "Preencha todos os campos obrigatórios para enviar o formulário."
}
}
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "OK",
"textRenameFile": "Redenumire fișier",
"textSwitchedMobileView": "Comutat la vizualizarea mobilă",
"textSwitchedStandardView": "Comutat la vizualizarea standard"
"textSwitchedStandardView": "Comutat la vizualizarea standard",
"warnEmptyRequiredField": "Toate câmpurile din formular trebuie completate înainte de a-l trimite."
}
}
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "OK",
"textRenameFile": "Переименовать файл",
"textSwitchedMobileView": "Переключено на мобильный вид",
"textSwitchedStandardView": "Переключено на стандартный вид"
"textSwitchedStandardView": "Переключено на стандартный вид",
"warnEmptyRequiredField": "Заполните все обязательные поля для отправки формы."
}
}
3 changes: 2 additions & 1 deletion apps/documenteditor/mobile/locale/si.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
"textOk": "හරි",
"textRenameFile": "ගොනුව නම් කරන්න",
"textSwitchedMobileView": "ජංගම දැක්මට මාරු විය",
"textSwitchedStandardView": "සම්මත දැක්මට මාරු විය"
"textSwitchedStandardView": "සම්මත දැක්මට මාරු විය",
"warnEmptyRequiredField": "ආකෘතිපත්‍රය යැවීමට වුවමනා සියළුම ක්‍ෂේත්‍ර පුරවන්න."
}
}
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/locale/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@
"dlgLeaveTitleText": "Opúšťate aplikáciu",
"leaveButtonText": "Opustiť túto stránku",
"stayButtonText": "Zostať na tejto stránke",
"warnEmptyRequiredField": "Vyplňte všetky požadované polia, aby ste formulár mohli odoslať.",
"btnSend": "Send",
"textCloseHistory": "Close History",
"textEnterNewFileName": "Enter a new file name",
Expand Down
Loading

0 comments on commit f0edb0e

Please sign in to comment.