@univerjs/docs-hyper-link-ui 0.10.12 → 0.10.13-nightly.202510290902
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.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/es/index.js +363 -267
- package/lib/es/locale/ru-RU.js +3 -3
- package/lib/index.js +363 -267
- package/lib/locale/ru-RU.js +3 -3
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/package.json +12 -12
- package/LICENSE +0 -176
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -7,14 +7,14 @@ const e = {
|
|
|
7
7
|
address: "Cсылки",
|
|
8
8
|
label: "Текст",
|
|
9
9
|
labelError: "Введите текст ссылки",
|
|
10
|
-
placeholder: "Пожалуйста, введите
|
|
11
|
-
addressError: "
|
|
10
|
+
placeholder: "Пожалуйста, введите ссылку",
|
|
11
|
+
addressError: "Пожалуйста, введите корректную ссылку"
|
|
12
12
|
},
|
|
13
13
|
info: {
|
|
14
14
|
copy: "Копировать",
|
|
15
15
|
edit: "Редактировать",
|
|
16
16
|
cancel: "Отменить ссылку",
|
|
17
|
-
coped: "
|
|
17
|
+
coped: "Ссылка скопирована в буфер обмена"
|
|
18
18
|
},
|
|
19
19
|
menu: {
|
|
20
20
|
tooltip: "Добавить ссылку"
|