dtable-ui-component 5.3.0 → 5.3.1-beta

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 (239) hide show
  1. package/assets/dtable-font/dtable-font.eot +0 -0
  2. package/assets/dtable-font/dtable-font.svg +116 -0
  3. package/assets/dtable-font/dtable-font.ttf +0 -0
  4. package/assets/dtable-font/dtable-font.woff +0 -0
  5. package/assets/dtable-font/dtable-font.woff2 +0 -0
  6. package/assets/dtable-font.css +238 -6
  7. package/lib/CheckboxEditor/index.css +3 -20
  8. package/lib/CheckboxEditor/index.js +98 -35
  9. package/lib/CheckboxFormatter/index.js +6 -9
  10. package/lib/CollaboratorEditor/index.css +12 -35
  11. package/lib/CollaboratorEditor/index.js +18 -212
  12. package/lib/CollaboratorEditor/{mb-collaborator-editor-popover → mb-collaborator-editor}/index.js +26 -29
  13. package/lib/CollaboratorEditor/pc-collaborator-editor/index.js +257 -0
  14. package/lib/CollaboratorItem/index.css +1 -1
  15. package/lib/CollaboratorItem/index.js +6 -2
  16. package/lib/DTableCustomizeCollaboratorSelect/index.css +1 -1
  17. package/lib/DTableCustomizeCollaboratorSelect/index.js +1 -1
  18. package/lib/DTableCustomizeSelect/index.css +2 -2
  19. package/lib/DTableCustomizeSelect/index.js +1 -1
  20. package/lib/DTableFiltersPopover/utils/index.js +1 -7
  21. package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +1 -1
  22. package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +1 -1
  23. package/lib/DTableFiltersPopover/widgets/filter-calendar.js +2 -2
  24. package/lib/DTableFiltersPopover/widgets/filter-list/index.css +2 -2
  25. package/lib/DTableSelect/index.js +3 -1
  26. package/lib/DTableSelect/utils.js +1 -1
  27. package/lib/DateEditor/index.js +14 -51
  28. package/lib/DateEditor/pc-date-editor-popover.js +145 -12
  29. package/lib/DeleteTip/index.js +50 -0
  30. package/lib/Department-editor/department-single-select.js +1 -1
  31. package/lib/Department-editor/index.js +3 -4
  32. package/lib/DepartmentSingleSelectFormatter/index.js +2 -1
  33. package/lib/DigitalSignEditor/constants.js +7 -0
  34. package/lib/DigitalSignEditor/index.css +69 -0
  35. package/lib/DigitalSignEditor/index.js +182 -0
  36. package/lib/DigitalSignEditor/service.js +38 -0
  37. package/lib/DigitalSignEditor/signature-board/index.css +35 -0
  38. package/lib/DigitalSignEditor/signature-board/index.js +135 -0
  39. package/lib/DigitalSignEditor/signature-board/signature-tool.js +396 -0
  40. package/lib/DigitalSignEditor/utils.js +29 -0
  41. package/lib/DurationEditor/index.js +111 -0
  42. package/lib/EmailEditor/index.js +59 -0
  43. package/lib/FileEditor/addition-previewer/index.css +1 -0
  44. package/lib/FileEditor/addition-previewer/index.js +52 -0
  45. package/lib/FileEditor/addition-previewer/local-file-addition/index.css +1 -0
  46. package/lib/FileEditor/addition-previewer/local-file-addition/index.js +252 -0
  47. package/lib/FileEditor/constants.js +7 -0
  48. package/lib/FileEditor/files-previewer/file-previewer/dropdown-menu.js +74 -0
  49. package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.css +5 -0
  50. package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.js +77 -0
  51. package/lib/FileEditor/files-previewer/file-previewer/index.css +88 -0
  52. package/lib/FileEditor/files-previewer/file-previewer/index.js +167 -0
  53. package/lib/FileEditor/files-previewer/index.css +56 -0
  54. package/lib/FileEditor/files-previewer/index.js +277 -0
  55. package/lib/FileEditor/index.css +6 -0
  56. package/lib/FileEditor/index.js +244 -11
  57. package/lib/FileEditor/utils.js +22 -0
  58. package/lib/FileItemFormatter/index.js +19 -20
  59. package/lib/FileUploader/index.css +9 -0
  60. package/lib/FileUploader/index.js +268 -14
  61. package/lib/FormulaFormatter/index.js +2 -1
  62. package/lib/FormulaFormatter/utils.js +0 -31
  63. package/lib/GeolocationEditor/country-editor.js +319 -0
  64. package/lib/GeolocationEditor/index.css +641 -0
  65. package/lib/GeolocationEditor/index.js +241 -0
  66. package/lib/GeolocationEditor/location-editor.js +368 -0
  67. package/lib/GeolocationEditor/map-editor/index.js +456 -0
  68. package/lib/GeolocationEditor/map-editor/large-editor/index.css +137 -0
  69. package/lib/GeolocationEditor/map-editor/large-editor/index.js +461 -0
  70. package/lib/GeolocationEditor/map-editor-utils.js +153 -0
  71. package/lib/GeolocationEditor/map-selection-editor/index.js +455 -0
  72. package/lib/GeolocationEditor/map-selection-editor/large-editor/index.css +1 -0
  73. package/lib/GeolocationEditor/map-selection-editor/large-editor/index.js +447 -0
  74. package/lib/GeolocationEditor/parse-geolocation.js +282 -0
  75. package/lib/GeolocationEditor/province-city-editor.js +292 -0
  76. package/lib/GeolocationEditor/province-editor.js +226 -0
  77. package/lib/GeolocationEditor/selector-header-item.js +28 -0
  78. package/lib/GeolocationEditor/selector-list.js +33 -0
  79. package/lib/GeolocationEditor/with-ref.js +27 -0
  80. package/lib/ImageEditor/addition-previewer/image-link/index.css +45 -0
  81. package/lib/ImageEditor/addition-previewer/image-link/index.js +73 -0
  82. package/lib/ImageEditor/addition-previewer/index.css +106 -0
  83. package/lib/ImageEditor/addition-previewer/index.js +63 -0
  84. package/lib/ImageEditor/addition-previewer/local-image-addition/index.css +125 -0
  85. package/lib/ImageEditor/addition-previewer/local-image-addition/index.js +254 -0
  86. package/lib/ImageEditor/constants.js +7 -0
  87. package/lib/ImageEditor/images-previewer/image-preview/index.css +59 -0
  88. package/lib/ImageEditor/images-previewer/image-preview/index.js +155 -0
  89. package/lib/ImageEditor/images-previewer/index.css +18 -0
  90. package/lib/ImageEditor/images-previewer/index.js +140 -0
  91. package/lib/ImageEditor/index.css +24 -0
  92. package/lib/ImageEditor/index.js +194 -0
  93. package/lib/ImageThumbnail/index.css +20 -0
  94. package/lib/ImageThumbnail/index.js +136 -0
  95. package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
  96. package/lib/MultipleSelectEditor/index.js +16 -177
  97. package/lib/NumberEditor/index.js +64 -77
  98. package/lib/RoleStatusEditor/index.css +3 -3
  99. package/lib/RoleStatusEditor/index.js +1 -1
  100. package/lib/RowExpandDialog/body/index.css +21 -0
  101. package/lib/RowExpandDialog/body/index.js +279 -0
  102. package/lib/RowExpandDialog/column-content/index.css +43 -0
  103. package/lib/RowExpandDialog/column-content/index.js +50 -0
  104. package/lib/RowExpandDialog/constants.js +114 -0
  105. package/lib/RowExpandDialog/header/index.css +31 -0
  106. package/lib/RowExpandDialog/header/index.js +33 -0
  107. package/lib/RowExpandDialog/index.css +24 -0
  108. package/lib/RowExpandDialog/index.js +268 -0
  109. package/lib/RowExpandDialog/utils.js +83 -0
  110. package/lib/RowExpandEditor/RowExpandAddBtn/index.css +22 -0
  111. package/lib/RowExpandEditor/RowExpandAddBtn/index.js +24 -0
  112. package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.css +18 -0
  113. package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +43 -0
  114. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.css +5 -0
  115. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +232 -0
  116. package/lib/RowExpandEditor/RowExpandDateEditor/index.js +130 -0
  117. package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +129 -0
  118. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.css +13 -0
  119. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +208 -0
  120. package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +105 -0
  121. package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +2 -0
  122. package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +125 -0
  123. package/lib/RowExpandEditor/RowExpandFileEditor/index.css +1 -0
  124. package/lib/RowExpandEditor/RowExpandFileEditor/index.js +146 -0
  125. package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.css +17 -0
  126. package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +165 -0
  127. package/lib/RowExpandEditor/RowExpandImageEditor/index.css +6 -0
  128. package/lib/RowExpandEditor/RowExpandImageEditor/index.js +170 -0
  129. package/lib/RowExpandEditor/RowExpandLongTextEditor/index.css +6 -0
  130. package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +124 -0
  131. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.css +44 -0
  132. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +224 -0
  133. package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +105 -0
  134. package/lib/RowExpandEditor/RowExpandRateEditor/index.css +13 -0
  135. package/lib/RowExpandEditor/RowExpandRateEditor/index.js +152 -0
  136. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.css +58 -0
  137. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +192 -0
  138. package/lib/RowExpandEditor/RowExpandTextEditor/index.css +4 -0
  139. package/lib/RowExpandEditor/RowExpandTextEditor/index.js +127 -0
  140. package/lib/RowExpandEditor/RowExpandUrlEditor/index.css +31 -0
  141. package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +130 -0
  142. package/lib/RowExpandEditor/constants.js +44 -0
  143. package/lib/RowExpandEditor/index.css +0 -0
  144. package/lib/RowExpandEditor/index.js +32 -0
  145. package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +27 -0
  146. package/lib/{RowExpandEmailFormatter → RowExpandFormatter/RowExpandEmailFormatter}/index.css +1 -1
  147. package/lib/{RowExpandEmailFormatter → RowExpandFormatter/RowExpandEmailFormatter}/index.js +1 -1
  148. package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/index.css +6 -6
  149. package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/index.js +3 -1
  150. package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/row-expand-file-item-formatter.js +10 -11
  151. package/lib/{RowExpandFormulaFormatter → RowExpandFormatter/RowExpandFormulaFormatter}/index.js +11 -10
  152. package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/index.css +6 -6
  153. package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/index.js +1 -1
  154. package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/row-expand-image-item-formatter.js +3 -3
  155. package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/collaborator-item-formatter.js +1 -1
  156. package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/index.js +5 -5
  157. package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/utils.js +1 -1
  158. package/lib/{RowExpandRateFormatter → RowExpandFormatter/RowExpandRateFormatter}/index.css +1 -1
  159. package/lib/RowExpandFormatter/RowExpandUrlFormatter/index.css +1 -0
  160. package/lib/{RowExpandUrlFormatter → RowExpandFormatter/RowExpandUrlFormatter}/index.js +4 -3
  161. package/lib/RowExpandFormatter/constants.js +60 -0
  162. package/lib/RowExpandFormatter/index.css +26 -0
  163. package/lib/RowExpandFormatter/index.js +84 -100
  164. package/lib/SingleSelectEditor/index.js +16 -156
  165. package/lib/TextEditor/index.js +113 -42
  166. package/lib/UploadProgress/index.js +38 -0
  167. package/lib/UrlEditor/index.js +62 -0
  168. package/lib/common/editor-base.js +53 -0
  169. package/lib/constants/file.js +96 -0
  170. package/lib/constants/index.js +34 -2
  171. package/lib/constants/key-codes.js +109 -0
  172. package/lib/css/cell-editor.css +18 -2
  173. package/lib/hooks/index.js +16 -0
  174. package/lib/index.js +74 -46
  175. package/lib/lang/index.js +16 -14
  176. package/lib/locales/de.json +163 -0
  177. package/lib/locales/en.json +163 -0
  178. package/lib/locales/es.json +163 -0
  179. package/lib/locales/fr.json +163 -0
  180. package/lib/locales/pt.json +163 -0
  181. package/lib/locales/ru.json +163 -0
  182. package/lib/locales/zh-CN.json +163 -0
  183. package/lib/select-editor/index.js +6 -6
  184. package/lib/select-editor/{mb-select-editor-popover → mb-select-editor}/index.js +3 -3
  185. package/lib/select-editor/pc-select-editor/index.css +85 -0
  186. package/lib/select-editor/pc-select-editor/index.js +290 -0
  187. package/lib/utils/cell-comparer.js +35 -0
  188. package/lib/utils/cell.js +55 -0
  189. package/lib/utils/column-utils.js +25 -0
  190. package/lib/utils/editor-utils.js +1 -6
  191. package/lib/utils/get-event-transfer.js +75 -0
  192. package/lib/utils/object-utils.js +61 -0
  193. package/lib/utils/url.js +119 -8
  194. package/lib/utils/utils.js +89 -2
  195. package/package.json +3 -2
  196. package/lib/CollaboratorEditor/pc-collaborator-editor-popover/index.js +0 -97
  197. package/lib/FileEditor/pc-files-addition/index.js +0 -1
  198. package/lib/FileEditor/pc-files-addition/pc-file-uploaded-item.js +0 -1
  199. package/lib/FileEditor/pc-files-preview/index.js +0 -1
  200. package/lib/FileEditor/pc-files-preview/pc-file-item-preview.js +0 -1
  201. package/lib/FileItemFormatter/assets/file/192/excel.png +0 -0
  202. package/lib/FileItemFormatter/assets/file/192/file.png +0 -0
  203. package/lib/FileItemFormatter/assets/file/192/music.png +0 -0
  204. package/lib/FileItemFormatter/assets/file/192/pdf.png +0 -0
  205. package/lib/FileItemFormatter/assets/file/192/pic.png +0 -0
  206. package/lib/FileItemFormatter/assets/file/192/ppt.png +0 -0
  207. package/lib/FileItemFormatter/assets/file/192/txt.png +0 -0
  208. package/lib/FileItemFormatter/assets/file/192/video.png +0 -0
  209. package/lib/FileItemFormatter/assets/file/192/word.png +0 -0
  210. package/lib/FileItemFormatter/assets/file/24/excel.png +0 -0
  211. package/lib/FileItemFormatter/assets/file/24/file.png +0 -0
  212. package/lib/FileItemFormatter/assets/file/24/music.png +0 -0
  213. package/lib/FileItemFormatter/assets/file/24/pdf.png +0 -0
  214. package/lib/FileItemFormatter/assets/file/24/pic.png +0 -0
  215. package/lib/FileItemFormatter/assets/file/24/ppt.png +0 -0
  216. package/lib/FileItemFormatter/assets/file/24/txt.png +0 -0
  217. package/lib/FileItemFormatter/assets/file/24/video.png +0 -0
  218. package/lib/FileItemFormatter/assets/file/24/word.png +0 -0
  219. package/lib/FileItemFormatter/assets/folder/folder-192.png +0 -0
  220. package/lib/FileItemFormatter/assets/folder/folder-24.png +0 -0
  221. package/lib/FileItemFormatter/utils.js +0 -99
  222. package/lib/MultipleSelectEditor/index.css +0 -9
  223. package/lib/RowExpandUrlFormatter/index.css +0 -1
  224. package/lib/SingleSelectEditor/index.css +0 -14
  225. package/lib/locals/de.js +0 -103
  226. package/lib/locals/en.js +0 -104
  227. package/lib/locals/es.js +0 -103
  228. package/lib/locals/fr.js +0 -103
  229. package/lib/locals/pt.js +0 -103
  230. package/lib/locals/ru.js +0 -103
  231. package/lib/locals/zh-CN.js +0 -104
  232. package/lib/select-editor/pc-select-editor-popover/index.css +0 -71
  233. package/lib/select-editor/pc-select-editor-popover/index.js +0 -122
  234. /package/lib/CollaboratorEditor/{mb-collaborator-editor-popover → mb-collaborator-editor}/index.css +0 -0
  235. /package/lib/CollaboratorEditor/{pc-collaborator-editor-popover → pc-collaborator-editor}/index.css +0 -0
  236. /package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/index.css +0 -0
  237. /package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/value-display-utils.js +0 -0
  238. /package/lib/{RowExpandRateFormatter → RowExpandFormatter/RowExpandRateFormatter}/index.js +0 -0
  239. /package/lib/select-editor/{mb-select-editor-popover → mb-select-editor}/index.css +0 -0
@@ -0,0 +1,163 @@
1
+ {
2
+ "Add_an_option": "Add an option",
3
+ "Search_option": "Search option",
4
+ "No_options_available": "No options available",
5
+ "Current_option": "Current option",
6
+ "No_option": "No option",
7
+ "Choose_an_option": "Choose an option",
8
+ "Add_a_collaborator": "Add a collaborator",
9
+ "Search_collaborator": "Search collaborator",
10
+ "No_collaborators_available": "No collaborators available.",
11
+ "Done": "Done",
12
+ "Choose_a_collaborator": "Choose a collaborator",
13
+ "Please_input": "Please input",
14
+ "Please_select": "Please select",
15
+ "Clear": "Clear",
16
+ "Are_you_sure_you_want_to_delete_this_file": "Are you sure you want to delete this file?",
17
+ "Are_you_sure_you_want_to_delete_this_image": "Are you sure you want to delete this image?",
18
+ "Cancel": "Cancel",
19
+ "Delete": "Delete",
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": "Add filter",
28
+ "Submit": "Submit",
29
+ "No_filters": "No filters",
30
+ "Select_an_option": "Select an option",
31
+ "Add_collaborator": "Add collaborator",
32
+ "Add_a_creator": "Add a creator",
33
+ "Add_a_last_modifier": "Add a last modifier",
34
+ "Invalid_filter": "Invalid filter",
35
+ "Search_column": "Search column",
36
+ "No_results": "No results.",
37
+ "Select_option(s)": "Select option(s)",
38
+ "contains": "contains",
39
+ "does_not_contain": "does not contain",
40
+ "is": "is",
41
+ "is_not": "is not",
42
+ "equal": "=",
43
+ "not_equal": "≠",
44
+ "less": "<",
45
+ "greater": ">",
46
+ "less_or_equal": "≤",
47
+ "greater_or_equal": "≥",
48
+ "is_empty": "is empty",
49
+ "is_not_empty": "is not empty",
50
+ "is_within": "is within...",
51
+ "is_before": "is before...",
52
+ "is_after": "is after...",
53
+ "is_on_or_before": "is on or before...",
54
+ "is_on_or_after": "is on or after...",
55
+ "has_any_of": "has any of...",
56
+ "has_all_of": "has all of...",
57
+ "has_none_of": "has none of...",
58
+ "is_exactly": "is exactly...",
59
+ "is_current_user_ID": "is current user's ID",
60
+ "Current_date": "Current date",
61
+ "Specific_date": "Specific date",
62
+ "x_days_before_current_date": "X days before current date",
63
+ "x_days_after_current_date": "X days after current date",
64
+ "is_any_of": "is any of...",
65
+ "is_none_of": "is none of...",
66
+ "include_me": "include the current user",
67
+ "today": "today",
68
+ "tomorrow": "tomorrow",
69
+ "yesterday": "yesterday",
70
+ "one_week_ago": "one week ago",
71
+ "one_week_from_now": "one week from now",
72
+ "one_month_ago": "one month ago",
73
+ "one_month_from_now": "one month from now",
74
+ "number_of_days_ago": "number of days ago",
75
+ "number_of_days_from_now": "number of days from now",
76
+ "exact_date": "exact date",
77
+ "the_past_week": "last week",
78
+ "the_past_month": "last month",
79
+ "the_past_year": "last year",
80
+ "the_next_week": "the next week",
81
+ "the_next_month": "the next month",
82
+ "the_next_year": "the next year",
83
+ "the_next_numbers_of_days": "the next numbers of days...",
84
+ "the_past_numbers_of_days": "the past numbers of days...",
85
+ "this_week": "this week",
86
+ "this_month": "this month",
87
+ "this_year": "this year",
88
+ "last_week": "last week",
89
+ "last_month": "last month",
90
+ "last_year": "last year",
91
+ "URL_is_invalid": "URL is invalid",
92
+ "Select_department": "Select department",
93
+ "Default": "Default",
94
+ "Custom": "Custom",
95
+ "Recently_used": "Recently used",
96
+ "Digital_signature": "Digital signature",
97
+ "Please_sign_on_this_panel": "Please sign on this panel",
98
+ "Re-sign": "Re-sign",
99
+ "Saving": "Saving...",
100
+ "Save": "Save",
101
+ "All_files": "All files",
102
+ "Add_files": "Add files",
103
+ "Local_Files": "Local files",
104
+ "Indexing": "Indexing...",
105
+ "Network_Error": "Network error",
106
+ "Re_upload": "Re-upload",
107
+ "Drag_and_drop_to_add_a_file": "Drag and drop to add a file",
108
+ "Drag_and_drop_files_or_click_here_to_add": "Drag and drop files or click here to add",
109
+ "Upload": "Upload",
110
+ "Select": "Select",
111
+ "Download": "Download",
112
+ "Select_all": "Select all",
113
+ "1_file_selected": "1 file selected",
114
+ "Selected_xxx_files": "{{ count }} files selected",
115
+ "xxx_existing_file": "{{ count }} file",
116
+ "xxx_existing_files": "{{ count }} files",
117
+ "More_operations": "More operations",
118
+ "Rename": "Rename",
119
+ "No_options": "No options",
120
+ "Search_country": "Search country",
121
+ "Province/City/District_must_be_filled_in": "Province/City/District must be filled in.",
122
+ "Address_information": "Address information",
123
+ "Select_province_city_district": "Select province / city / district",
124
+ "Detailed_address": "Detailed address",
125
+ "Detailed_address_placeholder": "Enter the detailed address, such as road, house number, community",
126
+ "Auto_recognition": "Auto recognition",
127
+ "Try_pasting_addresses_such_as_provinces/cities/districts_roads_neighborhoods_etc_to_quickly_identify_the_address_information": "Try pasting addresses, such as provinces/cities/districts, roads, neighborhoods, etc., to quickly identify the address information ",
128
+ "Loading_geolocation_data": "Loading geolocation data",
129
+ "Province/City_must_be_filled_in": "Province/City must be filled in.",
130
+ "Select_province_city": "Select province / city",
131
+ "Try_pasting_addresses_such_as_provinces/cities_information_to_quickly_identify_the_address_information": "Try pasting addresses, such as provinces/cities information, to quickly identify the address information",
132
+ "Search_province": "Search province",
133
+ "Select_location": "Select",
134
+ "Positioning_failed": "Positioning failed",
135
+ "Address": "Address",
136
+ "Enter_longitude_and_latitude": "Enter longitude and latitude",
137
+ "Enter_latitude_and_longitude": "Enter latitude and longitude",
138
+ "The_map_plugin_is_not_properly_configured_contact_the_administrator": "The map plugin is not properly configured. Contact the administrator.",
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": "Add images",
144
+ "All_images": "All images",
145
+ "Local_Images": "Local images",
146
+ "Image_Link": "Image link",
147
+ "Enter_a_URL": "Enter a URL",
148
+ "Please_enter_the_correct_image_address": "Please enter the correct image address.",
149
+ "Drag_and_drop_to_add_an_image": "Drag and drop to add an image",
150
+ "Drag_and_drop_images_or_click_or_paste_here_to_add": "Drag and drop images or click or paste here to add",
151
+ "Save_failed": "Save failed",
152
+ "Permission_denied": "Permission denied.",
153
+ "Error": "Error.",
154
+ "Please_check_the_network": "Please check the network.",
155
+ "Close_expanded_record": "Close expanded record",
156
+ "Unknown": "Unknown",
157
+ "Edit_signature": "Edit signature",
158
+ "Edit_Location": "Edit location",
159
+ "Long_text_exceed_limit_message": "The content of the document has exceeded the limit of 100000 characters, and the content cannot be saved",
160
+ "Long_text_exceed_limit_suggest": "The content of the document has exceeded the limit of 100000 characters, and only the first 100000 characters are saved",
161
+ "Deleted_option": "deleted option",
162
+ "Input_does_not_meet_specifications": "Input does not meet specifications"
163
+ }
@@ -0,0 +1,163 @@
1
+ {
2
+ "Add_an_option": "Add an option",
3
+ "Search_option": "Search option",
4
+ "No_options_available": " No hay opciones disponibles",
5
+ "Current_option": "Opción actual",
6
+ "No_option": "Sin opciones",
7
+ "Choose_an_option": "Choose an option",
8
+ "Add_a_collaborator": "Add a collaborator",
9
+ "Search_collaborator": "Search collaborator",
10
+ "No_collaborators_available": "No hay colaboradores disponibles.",
11
+ "Done": "Hecho",
12
+ "Choose_a_collaborator": "Choose a collaborator",
13
+ "Please_input": "Por favor introduce",
14
+ "Please_select": "Seleccione",
15
+ "Clear": "Limpiar",
16
+ "Are_you_sure_you_want_to_delete_this_file": "¿Está seguro de querer eliminar este archivo?",
17
+ "Are_you_sure_you_want_to_delete_this_image": "¿Seguro que deseas borrar esta imagen?",
18
+ "Cancel": "Cancelar",
19
+ "Delete": "Borrar",
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": "Añadir filtro",
28
+ "Submit": "Enviar",
29
+ "No_filters": "Sin filtros",
30
+ "Select_an_option": "Elige una opción",
31
+ "Add_collaborator": "Añadir colaborador",
32
+ "Add_a_creator": "Añadir un creador",
33
+ "Add_a_last_modifier": "Añadir un último en modificar",
34
+ "Invalid_filter": "Filtro inválido",
35
+ "Search_column": "Search column",
36
+ "No_results": "Sin resultados.",
37
+ "Select_option(s)": "Elegir opción(es)",
38
+ "contains": "contiene",
39
+ "does_not_contain": "no contiene",
40
+ "is": "es",
41
+ "is_not": "no es",
42
+ "equal": "=",
43
+ "not_equal": "≠",
44
+ "less": "<",
45
+ "greater": ">",
46
+ "less_or_equal": "≤",
47
+ "greater_or_equal": "≥",
48
+ "is_empty": "está vacío",
49
+ "is_not_empty": "no está vacío",
50
+ "is_within": "está entre…",
51
+ "is_before": "antes de…",
52
+ "is_after": "después de…",
53
+ "is_on_or_before": "es el o antes de…",
54
+ "is_on_or_after": "es en o después de…",
55
+ "has_any_of": "tiene alguno de…",
56
+ "has_all_of": "tiene todos de…",
57
+ "has_none_of": "no tiene ninguno de…",
58
+ "is_exactly": "es exactamente…",
59
+ "is_current_user_ID": "es el ID del usuario actual",
60
+ "Current_date": "fecha actual",
61
+ "Specific_date": "Fecha específica",
62
+ "x_days_before_current_date": "X días antes de la fecha actual",
63
+ "x_days_after_current_date": "X días después de la fecha actual",
64
+ "is_any_of": "es cualquiera de…",
65
+ "is_none_of": "es ninguno de…",
66
+ "include_me": "incluir al usuario actual",
67
+ "today": "hoy",
68
+ "tomorrow": "mañana",
69
+ "yesterday": "ayer",
70
+ "one_week_ago": "hace una semana",
71
+ "one_week_from_now": "en una semana desde ahora",
72
+ "one_month_ago": "hace un mes",
73
+ "one_month_from_now": "en un mes desde ahora",
74
+ "number_of_days_ago": "hace este número de días",
75
+ "number_of_days_from_now": "días a partir de ahora mismo",
76
+ "exact_date": "fecha exacta",
77
+ "the_past_week": "última semana",
78
+ "the_past_month": "último mes",
79
+ "the_past_year": "último año",
80
+ "the_next_week": "la próxima semana",
81
+ "the_next_month": "el próximo mes",
82
+ "the_next_year": "el próximo año",
83
+ "the_next_numbers_of_days": "el próximo número de días…",
84
+ "the_past_numbers_of_days": "el pasado número de días…",
85
+ "this_week": "esta semana",
86
+ "this_month": "este mes",
87
+ "this_year": "este año",
88
+ "last_week": "la semana pasada",
89
+ "last_month": "el mes pasado",
90
+ "last_year": "el año pasado",
91
+ "URL_is_invalid": "URL no válida",
92
+ "Select_department": "Select department",
93
+ "Default": "Por defecto",
94
+ "Custom": "Personalizado",
95
+ "Recently_used": "Recently used",
96
+ "Digital_signature": "Firma digital",
97
+ "Please_sign_on_this_panel": "Por favor, firma en este recuadro",
98
+ "Re-sign": "Firmar de nuevo",
99
+ "Saving": "Guardando…",
100
+ "Save": "Guardar",
101
+ "All_files": "Todos los archivos",
102
+ "Add_files": "Añadir archivos",
103
+ "Local_Files": "Archivos locales",
104
+ "Indexing": "Indexando…",
105
+ "Network_Error": "Error de red",
106
+ "Re_upload": "Volver a subir",
107
+ "Drag_and_drop_to_add_a_file": "Arrastrar y soltar para añadir archivo",
108
+ "Drag_and_drop_files_or_click_here_to_add": "Arrastrar y soltar archivos o clic aquí para añadir",
109
+ "Upload": "Subir archivo",
110
+ "Select": "Elegir",
111
+ "Download": "Descargar",
112
+ "Select_all": "Seleccionar todo",
113
+ "1_file_selected": "1 archivo seleccionado",
114
+ "Selected_xxx_files": "{{ count }} archivos seleccionados",
115
+ "xxx_existing_file": "{{ count }} archivo",
116
+ "xxx_existing_files": "{{ count }} archivos",
117
+ "More_operations": "Más operaciones",
118
+ "Rename": "Renombrar",
119
+ "No_options": "Sin opciones",
120
+ "Search_country": "Search country",
121
+ "Province/City/District_must_be_filled_in": "Debes rellenar Provincia/Ciudad/Distrito",
122
+ "Address_information": "Información de dirección",
123
+ "Select_province_city_district": "Elige provincia/ciudad/distrito",
124
+ "Detailed_address": "Dirección detallada",
125
+ "Detailed_address_placeholder": "Introduzca la dirección completa incluyendo calle, casa, número, comunidad",
126
+ "Auto_recognition": "Identificación automática",
127
+ "Try_pasting_addresses_such_as_provinces/cities/districts_roads_neighborhoods_etc_to_quickly_identify_the_address_information": "Intenta pegar direcciones como provincias, ciudades, distritos, carreteras, calles, barrios, etc. para identificar la información de dirección.",
128
+ "Loading_geolocation_data": "Cargando geolocalización",
129
+ "Province/City_must_be_filled_in": "Debes rellenar el campo provincia/ciudad",
130
+ "Select_province_city": "Elige provincia / ciudad",
131
+ "Try_pasting_addresses_such_as_provinces/cities_information_to_quickly_identify_the_address_information": "Intenta pegar direcciones como provincias/ciudades/distritos, calles, barrios, etc. para identificar rápidamente la información de dirección",
132
+ "Search_province": "Search province",
133
+ "Select_location": "Elegir",
134
+ "Positioning_failed": "El posicionamiento ha fallado",
135
+ "Address": "Dirección",
136
+ "Enter_longitude_and_latitude": "Introduce longitud y latitud",
137
+ "Enter_latitude_and_longitude": "Introduce latitud y longitud",
138
+ "The_map_plugin_is_not_properly_configured_contact_the_administrator": "El plugin de mapas no está bien configurado. Contacta con el administrador.",
139
+ "Fill_in": "Rellenar",
140
+ "Search_failed_please_enter_detailed_address": "La búsqueda ha fallado, por favor introduce la dirección completa",
141
+ "This_map_type_currently_does_not_support_map_point_selection": "Este tipo de mapa no permite actualmente seleccionar un punto",
142
+ "Please_enter_the_address": "Introduce la dirección",
143
+ "Add_images": "Añadir imágenes",
144
+ "All_images": "Todas las imágeanes",
145
+ "Local_Images": "Imágenes locales",
146
+ "Image_Link": "Enlace de imagen",
147
+ "Enter_a_URL": "Añadir URL",
148
+ "Please_enter_the_correct_image_address": "Introduce la dirección de imagen correcta",
149
+ "Drag_and_drop_to_add_an_image": "Arrastrar y soltar para añadir una imagen",
150
+ "Drag_and_drop_images_or_click_or_paste_here_to_add": "Arrastra y suelta imágenes o haz clic o pega aquí para añadir",
151
+ "Save_failed": "No se ha podido guardar",
152
+ "Permission_denied": "No permitido",
153
+ "Error": "Error.",
154
+ "Please_check_the_network": "Comprueba la conexión",
155
+ "Close_expanded_record": "Cerrar registro expandido",
156
+ "Unknown": "Desconocido",
157
+ "Edit_signature": "Editar firma",
158
+ "Edit_Location": "Editar lugar",
159
+ "Long_text_exceed_limit_message": "El contenido del documento ha superado el límite de 100.000 caracteres y no puede ser guardado",
160
+ "Long_text_exceed_limit_suggest": "El contenido del documento excede el límite de 100.000 caracteres y solo se guardarán los primeros 100.000 caracteres.",
161
+ "Deleted_option": "Opciones borradas",
162
+ "Input_does_not_meet_specifications": "Input does not meet specifications"
163
+ }
@@ -0,0 +1,163 @@
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
+ }