dtable-ui-component 5.3.1-beta → 5.3.1

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.
Files changed (223) hide show
  1. package/lib/CheckboxEditor/index.css +20 -3
  2. package/lib/CheckboxEditor/index.js +35 -98
  3. package/lib/CheckboxFormatter/index.js +9 -6
  4. package/lib/CollaboratorEditor/index.css +35 -12
  5. package/lib/CollaboratorEditor/index.js +212 -18
  6. package/lib/CollaboratorEditor/{mb-collaborator-editor → mb-collaborator-editor-popover}/index.js +29 -26
  7. package/lib/CollaboratorEditor/pc-collaborator-editor-popover/index.js +97 -0
  8. package/lib/CollaboratorItem/index.css +1 -1
  9. package/lib/CollaboratorItem/index.js +2 -6
  10. package/lib/DTableFiltersPopover/utils/index.js +7 -1
  11. package/lib/DTableFiltersPopover/widgets/filter-calendar.js +2 -2
  12. package/lib/DTableSelect/index.js +1 -3
  13. package/lib/DateEditor/index.js +51 -14
  14. package/lib/DateEditor/pc-date-editor-popover.js +12 -145
  15. package/lib/Department-editor/department-single-select.js +1 -1
  16. package/lib/Department-editor/index.js +4 -3
  17. package/lib/DepartmentSingleSelectFormatter/index.js +1 -2
  18. package/lib/FileEditor/index.js +11 -244
  19. package/lib/FileEditor/pc-files-addition/index.js +1 -0
  20. package/lib/FileEditor/pc-files-addition/pc-file-uploaded-item.js +1 -0
  21. package/lib/FileEditor/pc-files-preview/index.js +1 -0
  22. package/lib/FileEditor/pc-files-preview/pc-file-item-preview.js +1 -0
  23. package/lib/FileItemFormatter/assets/file/192/excel.png +0 -0
  24. package/lib/FileItemFormatter/assets/file/192/file.png +0 -0
  25. package/lib/FileItemFormatter/assets/file/192/music.png +0 -0
  26. package/lib/FileItemFormatter/assets/file/192/pdf.png +0 -0
  27. package/lib/FileItemFormatter/assets/file/192/pic.png +0 -0
  28. package/lib/FileItemFormatter/assets/file/192/ppt.png +0 -0
  29. package/lib/FileItemFormatter/assets/file/192/txt.png +0 -0
  30. package/lib/FileItemFormatter/assets/file/192/video.png +0 -0
  31. package/lib/FileItemFormatter/assets/file/192/word.png +0 -0
  32. package/lib/FileItemFormatter/assets/file/24/excel.png +0 -0
  33. package/lib/FileItemFormatter/assets/file/24/file.png +0 -0
  34. package/lib/FileItemFormatter/assets/file/24/music.png +0 -0
  35. package/lib/FileItemFormatter/assets/file/24/pdf.png +0 -0
  36. package/lib/FileItemFormatter/assets/file/24/pic.png +0 -0
  37. package/lib/FileItemFormatter/assets/file/24/ppt.png +0 -0
  38. package/lib/FileItemFormatter/assets/file/24/txt.png +0 -0
  39. package/lib/FileItemFormatter/assets/file/24/video.png +0 -0
  40. package/lib/FileItemFormatter/assets/file/24/word.png +0 -0
  41. package/lib/FileItemFormatter/assets/folder/folder-192.png +0 -0
  42. package/lib/FileItemFormatter/assets/folder/folder-24.png +0 -0
  43. package/lib/FileItemFormatter/index.js +20 -19
  44. package/lib/FileItemFormatter/utils.js +99 -0
  45. package/lib/FileUploader/index.js +14 -268
  46. package/lib/FormulaFormatter/index.js +1 -2
  47. package/lib/FormulaFormatter/utils.js +31 -0
  48. package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
  49. package/lib/MultipleSelectEditor/index.css +9 -0
  50. package/lib/MultipleSelectEditor/index.js +177 -16
  51. package/lib/NumberEditor/index.js +77 -64
  52. package/lib/{RowExpandFormatter/RowExpandEmailFormatter → RowExpandEmailFormatter}/index.css +1 -1
  53. package/lib/{RowExpandFormatter/RowExpandEmailFormatter → RowExpandEmailFormatter}/index.js +1 -1
  54. package/lib/{RowExpandFormatter/RowExpandFileFormatter → RowExpandFileFormatter}/index.css +6 -6
  55. package/lib/{RowExpandFormatter/RowExpandFileFormatter → RowExpandFileFormatter}/index.js +1 -3
  56. package/lib/{RowExpandFormatter/RowExpandFileFormatter → RowExpandFileFormatter}/row-expand-file-item-formatter.js +11 -10
  57. package/lib/RowExpandFormatter/index.css +0 -26
  58. package/lib/RowExpandFormatter/index.js +100 -84
  59. package/lib/{RowExpandFormatter/RowExpandFormulaFormatter → RowExpandFormulaFormatter}/index.js +10 -11
  60. package/lib/{RowExpandFormatter/RowExpandImageFormatter → RowExpandImageFormatter}/index.css +6 -6
  61. package/lib/{RowExpandFormatter/RowExpandImageFormatter → RowExpandImageFormatter}/index.js +1 -1
  62. package/lib/{RowExpandFormatter/RowExpandImageFormatter → RowExpandImageFormatter}/row-expand-image-item-formatter.js +3 -3
  63. package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/collaborator-item-formatter.js +1 -1
  64. package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/index.js +5 -5
  65. package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/utils.js +1 -1
  66. package/lib/{RowExpandFormatter/RowExpandRateFormatter → RowExpandRateFormatter}/index.css +1 -1
  67. package/lib/RowExpandUrlFormatter/index.css +1 -0
  68. package/lib/{RowExpandFormatter/RowExpandUrlFormatter → RowExpandUrlFormatter}/index.js +3 -4
  69. package/lib/SingleSelectEditor/index.css +14 -0
  70. package/lib/SingleSelectEditor/index.js +156 -16
  71. package/lib/TextEditor/index.js +42 -113
  72. package/lib/constants/index.js +2 -34
  73. package/lib/css/cell-editor.css +2 -18
  74. package/lib/index.js +46 -74
  75. package/lib/lang/index.js +14 -16
  76. package/lib/locals/de.js +103 -0
  77. package/lib/locals/en.js +104 -0
  78. package/lib/locals/es.js +103 -0
  79. package/lib/locals/fr.js +103 -0
  80. package/lib/locals/pt.js +103 -0
  81. package/lib/locals/ru.js +103 -0
  82. package/lib/locals/zh-CN.js +104 -0
  83. package/lib/select-editor/index.js +6 -6
  84. package/lib/select-editor/{mb-select-editor → mb-select-editor-popover}/index.js +3 -3
  85. package/lib/select-editor/pc-select-editor-popover/index.css +71 -0
  86. package/lib/select-editor/pc-select-editor-popover/index.js +122 -0
  87. package/lib/utils/editor-utils.js +6 -1
  88. package/lib/utils/url.js +8 -119
  89. package/lib/utils/utils.js +2 -89
  90. package/package.json +2 -3
  91. package/lib/CollaboratorEditor/pc-collaborator-editor/index.js +0 -257
  92. package/lib/DeleteTip/index.js +0 -50
  93. package/lib/DigitalSignEditor/constants.js +0 -7
  94. package/lib/DigitalSignEditor/index.css +0 -69
  95. package/lib/DigitalSignEditor/index.js +0 -182
  96. package/lib/DigitalSignEditor/service.js +0 -38
  97. package/lib/DigitalSignEditor/signature-board/index.css +0 -35
  98. package/lib/DigitalSignEditor/signature-board/index.js +0 -135
  99. package/lib/DigitalSignEditor/signature-board/signature-tool.js +0 -396
  100. package/lib/DigitalSignEditor/utils.js +0 -29
  101. package/lib/DurationEditor/index.js +0 -111
  102. package/lib/EmailEditor/index.js +0 -59
  103. package/lib/FileEditor/addition-previewer/index.css +0 -1
  104. package/lib/FileEditor/addition-previewer/index.js +0 -52
  105. package/lib/FileEditor/addition-previewer/local-file-addition/index.css +0 -1
  106. package/lib/FileEditor/addition-previewer/local-file-addition/index.js +0 -252
  107. package/lib/FileEditor/constants.js +0 -7
  108. package/lib/FileEditor/files-previewer/file-previewer/dropdown-menu.js +0 -74
  109. package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.css +0 -5
  110. package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.js +0 -77
  111. package/lib/FileEditor/files-previewer/file-previewer/index.css +0 -88
  112. package/lib/FileEditor/files-previewer/file-previewer/index.js +0 -167
  113. package/lib/FileEditor/files-previewer/index.css +0 -56
  114. package/lib/FileEditor/files-previewer/index.js +0 -277
  115. package/lib/FileEditor/index.css +0 -6
  116. package/lib/FileEditor/utils.js +0 -22
  117. package/lib/FileUploader/index.css +0 -9
  118. package/lib/GeolocationEditor/country-editor.js +0 -319
  119. package/lib/GeolocationEditor/index.css +0 -641
  120. package/lib/GeolocationEditor/index.js +0 -241
  121. package/lib/GeolocationEditor/location-editor.js +0 -368
  122. package/lib/GeolocationEditor/map-editor/index.js +0 -456
  123. package/lib/GeolocationEditor/map-editor/large-editor/index.css +0 -137
  124. package/lib/GeolocationEditor/map-editor/large-editor/index.js +0 -461
  125. package/lib/GeolocationEditor/map-editor-utils.js +0 -153
  126. package/lib/GeolocationEditor/map-selection-editor/index.js +0 -455
  127. package/lib/GeolocationEditor/map-selection-editor/large-editor/index.css +0 -1
  128. package/lib/GeolocationEditor/map-selection-editor/large-editor/index.js +0 -447
  129. package/lib/GeolocationEditor/parse-geolocation.js +0 -282
  130. package/lib/GeolocationEditor/province-city-editor.js +0 -292
  131. package/lib/GeolocationEditor/province-editor.js +0 -226
  132. package/lib/GeolocationEditor/selector-header-item.js +0 -28
  133. package/lib/GeolocationEditor/selector-list.js +0 -33
  134. package/lib/GeolocationEditor/with-ref.js +0 -27
  135. package/lib/ImageEditor/addition-previewer/image-link/index.css +0 -45
  136. package/lib/ImageEditor/addition-previewer/image-link/index.js +0 -73
  137. package/lib/ImageEditor/addition-previewer/index.css +0 -106
  138. package/lib/ImageEditor/addition-previewer/index.js +0 -63
  139. package/lib/ImageEditor/addition-previewer/local-image-addition/index.css +0 -125
  140. package/lib/ImageEditor/addition-previewer/local-image-addition/index.js +0 -254
  141. package/lib/ImageEditor/constants.js +0 -7
  142. package/lib/ImageEditor/images-previewer/image-preview/index.css +0 -59
  143. package/lib/ImageEditor/images-previewer/image-preview/index.js +0 -155
  144. package/lib/ImageEditor/images-previewer/index.css +0 -18
  145. package/lib/ImageEditor/images-previewer/index.js +0 -140
  146. package/lib/ImageEditor/index.css +0 -24
  147. package/lib/ImageEditor/index.js +0 -194
  148. package/lib/ImageThumbnail/index.css +0 -20
  149. package/lib/ImageThumbnail/index.js +0 -136
  150. package/lib/RowExpandDialog/body/index.css +0 -21
  151. package/lib/RowExpandDialog/body/index.js +0 -279
  152. package/lib/RowExpandDialog/column-content/index.css +0 -43
  153. package/lib/RowExpandDialog/column-content/index.js +0 -50
  154. package/lib/RowExpandDialog/constants.js +0 -114
  155. package/lib/RowExpandDialog/header/index.css +0 -31
  156. package/lib/RowExpandDialog/header/index.js +0 -33
  157. package/lib/RowExpandDialog/index.css +0 -24
  158. package/lib/RowExpandDialog/index.js +0 -268
  159. package/lib/RowExpandDialog/utils.js +0 -83
  160. package/lib/RowExpandEditor/RowExpandAddBtn/index.css +0 -22
  161. package/lib/RowExpandEditor/RowExpandAddBtn/index.js +0 -24
  162. package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.css +0 -18
  163. package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +0 -43
  164. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.css +0 -5
  165. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +0 -232
  166. package/lib/RowExpandEditor/RowExpandDateEditor/index.js +0 -130
  167. package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +0 -129
  168. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.css +0 -13
  169. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +0 -208
  170. package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +0 -105
  171. package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +0 -2
  172. package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +0 -125
  173. package/lib/RowExpandEditor/RowExpandFileEditor/index.css +0 -1
  174. package/lib/RowExpandEditor/RowExpandFileEditor/index.js +0 -146
  175. package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.css +0 -17
  176. package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +0 -165
  177. package/lib/RowExpandEditor/RowExpandImageEditor/index.css +0 -6
  178. package/lib/RowExpandEditor/RowExpandImageEditor/index.js +0 -170
  179. package/lib/RowExpandEditor/RowExpandLongTextEditor/index.css +0 -6
  180. package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +0 -124
  181. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.css +0 -44
  182. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +0 -224
  183. package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +0 -105
  184. package/lib/RowExpandEditor/RowExpandRateEditor/index.css +0 -13
  185. package/lib/RowExpandEditor/RowExpandRateEditor/index.js +0 -152
  186. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.css +0 -58
  187. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +0 -192
  188. package/lib/RowExpandEditor/RowExpandTextEditor/index.css +0 -4
  189. package/lib/RowExpandEditor/RowExpandTextEditor/index.js +0 -127
  190. package/lib/RowExpandEditor/RowExpandUrlEditor/index.css +0 -31
  191. package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +0 -130
  192. package/lib/RowExpandEditor/constants.js +0 -44
  193. package/lib/RowExpandEditor/index.css +0 -0
  194. package/lib/RowExpandEditor/index.js +0 -32
  195. package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +0 -27
  196. package/lib/RowExpandFormatter/RowExpandUrlFormatter/index.css +0 -1
  197. package/lib/RowExpandFormatter/constants.js +0 -60
  198. package/lib/UploadProgress/index.js +0 -38
  199. package/lib/UrlEditor/index.js +0 -62
  200. package/lib/common/editor-base.js +0 -53
  201. package/lib/constants/file.js +0 -96
  202. package/lib/constants/key-codes.js +0 -109
  203. package/lib/hooks/index.js +0 -16
  204. package/lib/locales/de.json +0 -163
  205. package/lib/locales/en.json +0 -163
  206. package/lib/locales/es.json +0 -163
  207. package/lib/locales/fr.json +0 -163
  208. package/lib/locales/pt.json +0 -163
  209. package/lib/locales/ru.json +0 -163
  210. package/lib/locales/zh-CN.json +0 -163
  211. package/lib/select-editor/pc-select-editor/index.css +0 -85
  212. package/lib/select-editor/pc-select-editor/index.js +0 -290
  213. package/lib/utils/cell-comparer.js +0 -35
  214. package/lib/utils/cell.js +0 -55
  215. package/lib/utils/column-utils.js +0 -25
  216. package/lib/utils/get-event-transfer.js +0 -75
  217. package/lib/utils/object-utils.js +0 -61
  218. /package/lib/CollaboratorEditor/{mb-collaborator-editor → mb-collaborator-editor-popover}/index.css +0 -0
  219. /package/lib/CollaboratorEditor/{pc-collaborator-editor → pc-collaborator-editor-popover}/index.css +0 -0
  220. /package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/index.css +0 -0
  221. /package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/value-display-utils.js +0 -0
  222. /package/lib/{RowExpandFormatter/RowExpandRateFormatter → RowExpandRateFormatter}/index.js +0 -0
  223. /package/lib/select-editor/{mb-select-editor → mb-select-editor-popover}/index.css +0 -0
@@ -1,163 +0,0 @@
1
- {
2
- "Add_an_option": "Add an option",
3
- "Search_option": "Rechercher une option",
4
- "No_options_available": "Il n'y a pas d'options disponibles.",
5
- "Current_option": "Option actuelle",
6
- "No_option": "Aucune option",
7
- "Choose_an_option": "Choose an option",
8
- "Add_a_collaborator": "Add a collaborator",
9
- "Search_collaborator": "Rechercher des collaborateurs",
10
- "No_collaborators_available": "Aucun collaborateur n'est disponible.",
11
- "Done": "Fait",
12
- "Choose_a_collaborator": "Choose a collaborator",
13
- "Please_input": "Veuillez entrer",
14
- "Please_select": "Sélectionner",
15
- "Clear": "Effacer",
16
- "Are_you_sure_you_want_to_delete_this_file": "Êtes-vous sûr de vouloir supprimer ce fichier?",
17
- "Are_you_sure_you_want_to_delete_this_image": "Êtes-vous sûr de vouloir supprimer cette image?",
18
- "Cancel": "Annuler",
19
- "Delete": "Supprimer",
20
- "Search_department": "Rechercher un département",
21
- "No_departments_available": "Aucun département n'est disponible.",
22
- "Current_user_department": "Département de l'utilisateur actuel",
23
- "Current_user_department_and_sub": "Département et sous-départements de l'utilisateur actuel",
24
- "Specific_departments": "Départements spécifiques",
25
- "Deleted_department": "Département supprimé",
26
- "View_original_image": "View original image",
27
- "Add_filter": "Ajouter un filtre",
28
- "Submit": "Soumettre",
29
- "No_filters": "Aucun filtre",
30
- "Select_an_option": "Sélectionnner une option",
31
- "Add_collaborator": "Ajouter un collaborateur",
32
- "Add_a_creator": "Ajouter un createur",
33
- "Add_a_last_modifier": "Ajouter un dernier éditeur",
34
- "Invalid_filter": "Filtre invalide",
35
- "Search_column": "Rechercher une colonne",
36
- "No_results": "Aucun résultat",
37
- "Select_option(s)": "Sélectionner une/des option(s)",
38
- "contains": "contient",
39
- "does_not_contain": "ne contient pas",
40
- "is": "est égale à",
41
- "is_not": "est différente de",
42
- "equal": "=",
43
- "not_equal": "≠",
44
- "less": "<",
45
- "greater": ">",
46
- "less_or_equal": "≤",
47
- "greater_or_equal": "≥",
48
- "is_empty": "est vide",
49
- "is_not_empty": "n'est pas vide",
50
- "is_within": "est pendant",
51
- "is_before": "est avant",
52
- "is_after": "est après",
53
- "is_on_or_before": "est le ou avant",
54
- "is_on_or_after": "est le ou après",
55
- "has_any_of": "contient au moins un",
56
- "has_all_of": "contient tout",
57
- "has_none_of": "ne contient aucun ",
58
- "is_exactly": "est exactement",
59
- "is_current_user_ID": "est l'ID de l'utilisateur connecté",
60
- "Current_date": "Date actuelle",
61
- "Specific_date": "Date spécifique",
62
- "x_days_before_current_date": "Jours avant la date actuelle",
63
- "x_days_after_current_date": "Jours après la date actuelle",
64
- "is_any_of": "contient au moins une",
65
- "is_none_of": "ne contient aucun",
66
- "include_me": "Inclure l'utilisateur actuel",
67
- "today": "aujourd'hui",
68
- "tomorrow": "demain",
69
- "yesterday": "hier",
70
- "one_week_ago": "il y a une semaine",
71
- "one_week_from_now": "dans une semaine",
72
- "one_month_ago": "il y a un mois",
73
- "one_month_from_now": "dans un mois",
74
- "number_of_days_ago": "il y a tels jours",
75
- "number_of_days_from_now": "dans tels jours",
76
- "exact_date": "date exacte",
77
- "the_past_week": "la semaine dernière",
78
- "the_past_month": "le mois dernier",
79
- "the_past_year": "l'année dernière",
80
- "the_next_week": "la semaine prochaine",
81
- "the_next_month": "le mois prochain",
82
- "the_next_year": "l'année prochaine",
83
- "the_next_numbers_of_days": "au cours de tels prochains jours",
84
- "the_past_numbers_of_days": "au cours de tels derniers jours",
85
- "this_week": "cette semaine",
86
- "this_month": "ce mois",
87
- "this_year": "cette année",
88
- "last_week": "la semaine dernière",
89
- "last_month": "le mois dernier",
90
- "last_year": "l'année dernière",
91
- "URL_is_invalid": "L'URL est invalide.",
92
- "Select_department": "Sélectionner un département",
93
- "Default": "Simple",
94
- "Custom": "Personnalisé",
95
- "Recently_used": "Recently used",
96
- "Digital_signature": "Signature digitale",
97
- "Please_sign_on_this_panel": "Signer sur ce panneau",
98
- "Re-sign": "Resigner",
99
- "Saving": "L'enregistrement est en cours ...",
100
- "Save": "Enregistrer",
101
- "All_files": "Tous les fichiers",
102
- "Add_files": "Ajouter des fichiers",
103
- "Local_Files": "Fichiers locaux",
104
- "Indexing": "L'indexation est en cours.",
105
- "Network_Error": "Erreur réseau",
106
- "Re_upload": "Nouvel envoi",
107
- "Drag_and_drop_to_add_a_file": "Glisser-déposer pour ajouter un fichier",
108
- "Drag_and_drop_files_or_click_here_to_add": "Glisser-déposer des fichiers ou cliquer pour ajouter",
109
- "Upload": "Importer",
110
- "Select": "Sélectionner",
111
- "Download": "Téléchargement",
112
- "Select_all": "Sélectionner tout",
113
- "1_file_selected": "1 fichier sélectionné",
114
- "Selected_xxx_files": "{{ count }} fichiers sélectionnes",
115
- "xxx_existing_file": "{{ count }} fichier",
116
- "xxx_existing_files": "{{ count }} fichiers",
117
- "More_operations": "Autres opération",
118
- "Rename": "Renommer",
119
- "No_options": "Pas d'options",
120
- "Search_country": "Rechercher un pays",
121
- "Province/City/District_must_be_filled_in": "La province/ville/quartier doit être remplie.",
122
- "Address_information": "Information adresse",
123
- "Select_province_city_district": "Sélectionnez la province/la ville/le quartier",
124
- "Detailed_address": "Détails de l'adresse",
125
- "Detailed_address_placeholder": "Entrez l'adresse complète y compris la rue, le code postale et la ville.",
126
- "Auto_recognition": "Reconnaissance automatique",
127
- "Try_pasting_addresses_such_as_provinces/cities/districts_roads_neighborhoods_etc_to_quickly_identify_the_address_information": "Coller des adresses telles que les provinces/villes/districts, les rues, les quartiers, etc. pour identifier rapidement les informations sur les adresses",
128
- "Loading_geolocation_data": "En train de charger les données de géolocalisation ...",
129
- "Province/City_must_be_filled_in": "La province/ville doit être remplie.",
130
- "Select_province_city": "Sélectionnez la province/la ville",
131
- "Try_pasting_addresses_such_as_provinces/cities_information_to_quickly_identify_the_address_information": "Coller des adresses telles que les provinces/villes pour identifier rapidement les informations sur les adresses",
132
- "Search_province": "Rechercher une province",
133
- "Select_location": "Sélectionner",
134
- "Positioning_failed": "La localisation a échoué.",
135
- "Address": "Adresse",
136
- "Enter_longitude_and_latitude": "Entrer longitude et latitude",
137
- "Enter_latitude_and_longitude": "Entrer latitude et longitude",
138
- "The_map_plugin_is_not_properly_configured_contact_the_administrator": "Le plugin de carte n'est pas correctement configuré. Veuillez contacter l'administrateur.",
139
- "Fill_in": "Remplir",
140
- "Search_failed_please_enter_detailed_address": "La recherche a échoué. Veuillez entrer une adresse détailée.",
141
- "This_map_type_currently_does_not_support_map_point_selection": "Ce type de carte ne permet actuellement pas de sélectionner des points sur la carte.",
142
- "Please_enter_the_address": "Veuillez entrer l'adresse",
143
- "Add_images": "Ajouter des images",
144
- "All_images": "Toutes les images",
145
- "Local_Images": "Images locales",
146
- "Image_Link": "Lien d'une image",
147
- "Enter_a_URL": "Entrer l'URL",
148
- "Please_enter_the_correct_image_address": "Veuillez entrer l'adresse internet correcte de l'image.",
149
- "Drag_and_drop_to_add_an_image": "Glisser-déposer pour ajouter une image",
150
- "Drag_and_drop_images_or_click_or_paste_here_to_add": "Glisser-déposer ou cliquer pour ajouter une image",
151
- "Save_failed": "L'enregistrement a échoué.",
152
- "Permission_denied": "L'accès a été refusé.",
153
- "Error": "Erreur",
154
- "Please_check_the_network": "Vérifiez le réseau.",
155
- "Close_expanded_record": "Fermer les détails",
156
- "Unknown": "Inconnu",
157
- "Edit_signature": "Modifier la signature",
158
- "Edit_Location": "Modifier l'endroit",
159
- "Long_text_exceed_limit_message": "Le document a une longueur de plus de 100.000 caractères et ne peut donc pas être enregistré.",
160
- "Long_text_exceed_limit_suggest": "La longueur de ce document dépasse le maximum de 100.000 caractères. Seuls 100.000 sont enregistrés.",
161
- "Deleted_option": "L'option a été supprimée.",
162
- "Input_does_not_meet_specifications": "L'entrée n'est pas conforme à la spécification."
163
- }
@@ -1,163 +0,0 @@
1
- {
2
- "Add_an_option": "Add an option",
3
- "Search_option": "Search option",
4
- "No_options_available": "Sem opções disponíveis",
5
- "Current_option": "Opção atual",
6
- "No_option": "Nenhuma opção",
7
- "Choose_an_option": "Choose an option",
8
- "Add_a_collaborator": "Add a collaborator",
9
- "Search_collaborator": "Search collaborator",
10
- "No_collaborators_available": "Nenhum colaborador disponível.",
11
- "Done": "Feita",
12
- "Choose_a_collaborator": "Choose a collaborator",
13
- "Please_input": "Por favor, insira",
14
- "Please_select": "Por favor, selecione",
15
- "Clear": "Clara",
16
- "Are_you_sure_you_want_to_delete_this_file": "Tem certeza de que deseja excluir este arquivo?",
17
- "Are_you_sure_you_want_to_delete_this_image": "Tem certeza de que deseja apagar esta imagem?",
18
- "Cancel": "Cancelar",
19
- "Delete": "Excluir",
20
- "Search_department": "Search department",
21
- "No_departments_available": "No departments available",
22
- "Current_user_department": "Current user's department",
23
- "Current_user_department_and_sub": "Current user's department and sub-departments",
24
- "Specific_departments": "Specific departments",
25
- "Deleted_department": "Deleted department",
26
- "View_original_image": "View original image",
27
- "Add_filter": "Adicione o filtro",
28
- "Submit": "Enviar",
29
- "No_filters": "Sem filtros",
30
- "Select_an_option": "Selecione uma opção",
31
- "Add_collaborator": "Adicione o colaborador",
32
- "Add_a_creator": "Adicione um Criador",
33
- "Add_a_last_modifier": "Adicione um último modificador",
34
- "Invalid_filter": "Filtro inválido",
35
- "Search_column": "Search column",
36
- "No_results": "Sem resultados.",
37
- "Select_option(s)": "Selecione as opções)",
38
- "contains": "contém",
39
- "does_not_contain": "não contém",
40
- "is": "é",
41
- "is_not": "não é",
42
- "equal": "=",
43
- "not_equal": "≠",
44
- "less": "<",
45
- "greater": ">",
46
- "less_or_equal": "≤",
47
- "greater_or_equal": "≥",
48
- "is_empty": "está vazia",
49
- "is_not_empty": "não está vazio",
50
- "is_within": "está dentro...",
51
- "is_before": "é antes ...",
52
- "is_after": "está depois ...",
53
- "is_on_or_before": "está ligado ou antes ...",
54
- "is_on_or_after": "está ligado ou depois ...",
55
- "has_any_of": "tem algum de ...",
56
- "has_all_of": "tem tudo ...",
57
- "has_none_of": "não tem nada ...",
58
- "is_exactly": "é exatamente ...",
59
- "is_current_user_ID": "é o ID do usuário atual",
60
- "Current_date": "Data atual",
61
- "Specific_date": "Específico",
62
- "x_days_before_current_date": "X dias antes da data atual",
63
- "x_days_after_current_date": "X dias após a data atual",
64
- "is_any_of": "é algum de ...",
65
- "is_none_of": "não é de ...",
66
- "include_me": "Inclua o usuário atual",
67
- "today": "hoje",
68
- "tomorrow": "amanhã",
69
- "yesterday": "ontem",
70
- "one_week_ago": "uma semana atrás",
71
- "one_week_from_now": "uma semana daqui a",
72
- "one_month_ago": "um mês atrás",
73
- "one_month_from_now": "de agora um mês",
74
- "number_of_days_ago": "Número de dias atrás",
75
- "number_of_days_from_now": "Número de dias daqui a",
76
- "exact_date": "data exata",
77
- "the_past_week": "semana passada",
78
- "the_past_month": "mês passado",
79
- "the_past_year": "ano passado",
80
- "the_next_week": "a próxima semana",
81
- "the_next_month": "o próximo mês",
82
- "the_next_year": "no próximo ano",
83
- "the_next_numbers_of_days": "o próximo número de dias ...",
84
- "the_past_numbers_of_days": "O número passado de dias ...",
85
- "this_week": "essa semana",
86
- "this_month": "este mês",
87
- "this_year": "este ano",
88
- "last_week": "semana anterior",
89
- "last_month": "mês passado",
90
- "last_year": "ano passado",
91
- "URL_is_invalid": "URL é inválido",
92
- "Select_department": "Select department",
93
- "Default": "Padrão",
94
- "Custom": "Costume",
95
- "Recently_used": "Recently used",
96
- "Digital_signature": "Digital signature",
97
- "Please_sign_on_this_panel": "Por favor, assine este painel",
98
- "Re-sign": "Demitir-se",
99
- "Saving": "Salvando ...",
100
- "Save": "Salvar",
101
- "All_files": "Todos os arquivos",
102
- "Add_files": "Adicionar arquivos",
103
- "Local_Files": "Ficheiros locais",
104
- "Indexing": "Indexação ...",
105
- "Network_Error": "Erro de rede",
106
- "Re_upload": "Re-applar",
107
- "Drag_and_drop_to_add_a_file": "Arraste e solte para adicionar um arquivo",
108
- "Drag_and_drop_files_or_click_here_to_add": "Arraste e solte arquivos ou clique aqui para adicionar",
109
- "Upload": "Carregar",
110
- "Select": "Selecione",
111
- "Download": "Download",
112
- "Select_all": "Selecionar tudo",
113
- "1_file_selected": "1 arquivo selecionado",
114
- "Selected_xxx_files": "{{ count }} arquivos selecionados",
115
- "xxx_existing_file": "{{ count }} arquivo",
116
- "xxx_existing_files": "{{ count }} arquivos",
117
- "More_operations": "More operations",
118
- "Rename": "Renomear",
119
- "No_options": "Sem opções",
120
- "Search_country": "Search country",
121
- "Province/City/District_must_be_filled_in": "Província/cidade/distrito deve ser preenchido.",
122
- "Address_information": "Informação de Endereço",
123
- "Select_province_city_district": "Selecione Província / Cidade / Distrito",
124
- "Detailed_address": "Endereço detalhado",
125
- "Detailed_address_placeholder": "Digite o endereço detalhado, como estrada, número da casa, comunidade",
126
- "Auto_recognition": "Reconhecimento automático",
127
- "Try_pasting_addresses_such_as_provinces/cities/districts_roads_neighborhoods_etc_to_quickly_identify_the_address_information": "Tente colar endereços, como províncias/cidades/distritos, estradas, bairros, etc., para identificar rapidamente as informações do endereço",
128
- "Loading_geolocation_data": "Carregando dados de geolocalização",
129
- "Province/City_must_be_filled_in": "Província/cidade deve ser preenchida.",
130
- "Select_province_city": "Selecione Província / Cidade",
131
- "Try_pasting_addresses_such_as_provinces/cities_information_to_quickly_identify_the_address_information": "Tente colar endereços, como informações das províncias/cidades, para identificar rapidamente as informações do endereço",
132
- "Search_province": "Search province",
133
- "Select_location": "Selecione",
134
- "Positioning_failed": "Posicionamento falhou",
135
- "Address": "Endereço",
136
- "Enter_longitude_and_latitude": "Entre longitude e latitude",
137
- "Enter_latitude_and_longitude": "Entre na latitude e longitude",
138
- "The_map_plugin_is_not_properly_configured_contact_the_administrator": "O plug -in de mapa não está configurado corretamente. Entre em contato com o administrador.",
139
- "Fill_in": "Fill in",
140
- "Search_failed_please_enter_detailed_address": "Search failed, please enter detailed address",
141
- "This_map_type_currently_does_not_support_map_point_selection": "This map type currently does not support map point selection",
142
- "Please_enter_the_address": "Please enter the address",
143
- "Add_images": "Adicionar imagens",
144
- "All_images": "Todas as imagens",
145
- "Local_Images": "Imagens locais",
146
- "Image_Link": "Link de imagem",
147
- "Enter_a_URL": "Digite um URL",
148
- "Please_enter_the_correct_image_address": "Por favor, insira o endereço de imagem correto.",
149
- "Drag_and_drop_to_add_an_image": "Arraste e solte para adicionar uma imagem",
150
- "Drag_and_drop_images_or_click_or_paste_here_to_add": "Arraste e solte imagens ou clique ou cole aqui para adicionar",
151
- "Save_failed": "Falha ao salvar",
152
- "Permission_denied": "Permissão negada.",
153
- "Error": "Erro.",
154
- "Please_check_the_network": "Por favor verifique a rede.",
155
- "Close_expanded_record": "Recorde próximo e expandido",
156
- "Unknown": "Desconhecida",
157
- "Edit_signature": "Edit signature",
158
- "Edit_Location": "Editar localização",
159
- "Long_text_exceed_limit_message": "O conteúdo do documento excedeu o limite de 100000 caracteres e o conteúdo não pode ser salvo",
160
- "Long_text_exceed_limit_suggest": "O conteúdo do documento excedeu o limite de 100000 caracteres e apenas os primeiros 100000 caracteres são salvos",
161
- "Deleted_option": "opção excluída",
162
- "Input_does_not_meet_specifications": "Input does not meet specifications"
163
- }
@@ -1,163 +0,0 @@
1
- {
2
- "Add_an_option": "Add an option",
3
- "Search_option": "Поиск параметра",
4
- "No_options_available": "Нет доступных вариантов.",
5
- "Current_option": "Текущая опция",
6
- "No_option": "Нет опций",
7
- "Choose_an_option": "Choose an option",
8
- "Add_a_collaborator": "Add a collaborator",
9
- "Search_collaborator": "Поиск сотрудника",
10
- "No_collaborators_available": "Нет сотрудников.",
11
- "Done": "Выполнено",
12
- "Choose_a_collaborator": "Choose a collaborator",
13
- "Please_input": "Please input",
14
- "Please_select": "Please select",
15
- "Clear": "Очистить",
16
- "Are_you_sure_you_want_to_delete_this_file": "Вы уверены, что хотите удалить этот файл?",
17
- "Are_you_sure_you_want_to_delete_this_image": "Вы уверены, что хотите удалить это изображение?",
18
- "Cancel": "Отменить",
19
- "Delete": "Удалить",
20
- "Search_department": "Поиск отдела",
21
- "No_departments_available": "Нет доступных отделов",
22
- "Current_user_department": "Отдел текущего пользователя",
23
- "Current_user_department_and_sub": "Отдел текущего пользователя и его подразделения",
24
- "Specific_departments": "Указанные отделы",
25
- "Deleted_department": "Удаленный отдел",
26
- "View_original_image": "View original image",
27
- "Add_filter": "Добавить фильтр",
28
- "Submit": "Сохранить",
29
- "No_filters": "Нет фильтров",
30
- "Select_an_option": "Выберите опцию",
31
- "Add_collaborator": "Добавить сотрудника",
32
- "Add_a_creator": "Добавить создателя",
33
- "Add_a_last_modifier": "Добавить последний изменивший",
34
- "Invalid_filter": "Недопустимый фильтр",
35
- "Search_column": "Поиск столбца",
36
- "No_results": "Нет результатов.",
37
- "Select_option(s)": "Выберите опцию(и)",
38
- "contains": "содержит",
39
- "does_not_contain": "не содержит",
40
- "is": "является",
41
- "is_not": "не является",
42
- "equal": "=",
43
- "not_equal": "≠",
44
- "less": "<",
45
- "greater": ">",
46
- "less_or_equal": "≤",
47
- "greater_or_equal": "≥",
48
- "is_empty": "пусто",
49
- "is_not_empty": "не пусто",
50
- "is_within": "внутри...",
51
- "is_before": "раньше ...",
52
- "is_after": "после ...",
53
- "is_on_or_before": "сейчас или раньше ...",
54
- "is_on_or_after": "сейчас или после ...",
55
- "has_any_of": "имеет какой-либо из ...",
56
- "has_all_of": "есть все ...",
57
- "has_none_of": "не имеет ни одного из них...",
58
- "is_exactly": "точно ...",
59
- "is_current_user_ID": "это идентификатор текущего пользователя",
60
- "Current_date": "Текущая дата",
61
- "Specific_date": "Specific date",
62
- "x_days_before_current_date": "За X дней до текущей даты",
63
- "x_days_after_current_date": "X дней после текущей даты",
64
- "is_any_of": "любой из ...",
65
- "is_none_of": "кроме ...",
66
- "include_me": "включить текущего пользователя",
67
- "today": "Сегодня",
68
- "tomorrow": "завтра",
69
- "yesterday": "вчера",
70
- "one_week_ago": "неделю назад",
71
- "one_week_from_now": "через неделю",
72
- "one_month_ago": "месяц назад",
73
- "one_month_from_now": "через месяц",
74
- "number_of_days_ago": "количество дней назад",
75
- "number_of_days_from_now": "количество дней с этого момента",
76
- "exact_date": "точная дата",
77
- "the_past_week": "прошлая неделя",
78
- "the_past_month": "прошлый месяц",
79
- "the_past_year": "прошлый год",
80
- "the_next_week": "на следующей неделе",
81
- "the_next_month": "в следующем месяце",
82
- "the_next_year": "в следующем году",
83
- "the_next_numbers_of_days": "через дней...",
84
- "the_past_numbers_of_days": "до дней ...",
85
- "this_week": "на этой неделе",
86
- "this_month": "в этом месяце",
87
- "this_year": "в этом году",
88
- "last_week": "last week",
89
- "last_month": "last month",
90
- "last_year": "last year",
91
- "URL_is_invalid": "URL-адрес недействителен",
92
- "Select_department": "Выбрать отдел",
93
- "Default": "По умолчанию",
94
- "Custom": "Custom",
95
- "Recently_used": "Recently used",
96
- "Digital_signature": "Цифровая подпись",
97
- "Please_sign_on_this_panel": "Пожалуйста, распишитесь в этой панели",
98
- "Re-sign": "Переподписать",
99
- "Saving": "Сохранение...",
100
- "Save": "Сохранить",
101
- "All_files": "Все файлы",
102
- "Add_files": "Добавьте файлы",
103
- "Local_Files": "Локальные файлы",
104
- "Indexing": "Индексация...",
105
- "Network_Error": "Ошибка сети",
106
- "Re_upload": "Повторно загрузить",
107
- "Drag_and_drop_to_add_a_file": "Перетащите, чтобы добавить файл",
108
- "Drag_and_drop_files_or_click_here_to_add": "Перетащите файлы или нажмите здесь, чтобы добавить",
109
- "Upload": "Загрузить",
110
- "Select": "Выбирать",
111
- "Download": "Скачать",
112
- "Select_all": "Выбрать все",
113
- "1_file_selected": "Выбран 1 файл",
114
- "Selected_xxx_files": "Выбрано файлов: {{ count }} ",
115
- "xxx_existing_file": "{{ count }} файл(а/ов)",
116
- "xxx_existing_files": "{{ count }} файл(а/ов)",
117
- "More_operations": "Больше действий",
118
- "Rename": "Переименовать",
119
- "No_options": "Никаких вариантов",
120
- "Search_country": "Поиск страны",
121
- "Province/City/District_must_be_filled_in": "Поле \"Провинция/Город/Район\" обязательно для заполнения.",
122
- "Address_information": "Адресная информация",
123
- "Select_province_city_district": "Выберите область / город / район",
124
- "Detailed_address": "Подробный адрес",
125
- "Detailed_address_placeholder": "Введите подробный адрес, например улицу, номер дома, квартиру",
126
- "Auto_recognition": "Автоматическое распознавание",
127
- "Try_pasting_addresses_such_as_provinces/cities/districts_roads_neighborhoods_etc_to_quickly_identify_the_address_information": "Попробуйте вставить адреса, такие как провинции/города/районы, дороги, районы и т. Д., Чтобы быстро идентифицировать информацию об адресе",
128
- "Loading_geolocation_data": "Загрузка данных геолокации",
129
- "Province/City_must_be_filled_in": "Поле \"Провинция/Город\" обязательно для заполнения.",
130
- "Select_province_city": "Выберите провинцию / город",
131
- "Try_pasting_addresses_such_as_provinces/cities_information_to_quickly_identify_the_address_information": "Попробуйте ввести адреса, например, информацию о провинциях/городах, чтобы быстро найти нужную адресную информацию.",
132
- "Search_province": "Поиск провинции",
133
- "Select_location": "Выбирать",
134
- "Positioning_failed": "Позиционирование не удалось",
135
- "Address": "Адрес",
136
- "Enter_longitude_and_latitude": "Введите долготу и широту",
137
- "Enter_latitude_and_longitude": "Введите широту и долготу",
138
- "The_map_plugin_is_not_properly_configured_contact_the_administrator": "Плагин Карты не настроен должным образом. Обратитесь к администратору.",
139
- "Fill_in": "Заполнить",
140
- "Search_failed_please_enter_detailed_address": "Поиск не удался, пожалуйста, введите подробный адрес",
141
- "This_map_type_currently_does_not_support_map_point_selection": "В настоящее время этот тип карты не позволяет выбирать точки на карте",
142
- "Please_enter_the_address": "Пожалуйста, введите адрес",
143
- "Add_images": "Добавьте изображения",
144
- "All_images": "Все изображения",
145
- "Local_Images": "Локальные изображения",
146
- "Image_Link": "Ссылк на изображения",
147
- "Enter_a_URL": "Введите URL-адрес",
148
- "Please_enter_the_correct_image_address": "Пожалуйста, введите правильный адрес изображения.",
149
- "Drag_and_drop_to_add_an_image": "Перетащите изображение, чтобы добавить его",
150
- "Drag_and_drop_images_or_click_or_paste_here_to_add": "Перетащите изображения или нажмите сюда, чтобы добавить",
151
- "Save_failed": "Save failed",
152
- "Permission_denied": "В доступе отказано.",
153
- "Error": "Ошибка.",
154
- "Please_check_the_network": "Пожалуйста, проверьте сеть.",
155
- "Close_expanded_record": "Закрыть развернутую запись",
156
- "Unknown": "Неизвестный",
157
- "Edit_signature": "Редактировать подпись",
158
- "Edit_Location": "Изменить местоположение",
159
- "Long_text_exceed_limit_message": "Содержимое документа превысило лимит в 100000 символов, и сохранить его невозможно",
160
- "Long_text_exceed_limit_suggest": "Содержание документа превысило лимит в 100000 символов, поэтому сохранятся только первые 100000 символов",
161
- "Deleted_option": "удаленный параметр",
162
- "Input_does_not_meet_specifications": "Input does not meet specifications"
163
- }