You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en.json
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -197,11 +197,11 @@
197
197
"title": "Relative path"
198
198
},
199
199
"slugify": {
200
-
"desc": "Standardize the slug of anchor links (pointing to heading title). Transform the slug into all lower case. Replace space with hyphen. Applicable only for anchor links in markdown link syntax.",
200
+
"desc": "Standardize links : transform it and replace space with hyphen. ",
201
201
"disable": "Disable",
202
202
"lower": "Lower",
203
-
"strict": "Convert all to alphanumeric and dashes, including unicode and non latin languages.",
204
-
"title": "Sluglify anchor in markdown links"
203
+
"strict": "Strict: Text without capital letters or special characters. ",
204
+
"title": "Sluglify markdown links"
205
205
},
206
206
"textBefore": {
207
207
"desc": "Add a string before the created path. Use {{- slash}} to create absolute path. This text will be happened only if a path should be generated.",
@@ -497,12 +497,6 @@
497
497
"desc": "Delete this part of the links created. Separate with a comma if several values are to be deleted.",
498
498
"title": "Deleting part of the link"
499
499
},
500
-
"slugify": {
501
-
"disable": "Disable",
502
-
"lower": "Lowercase",
503
-
"strict": "Strict: Text without capital letters or special characters.",
504
-
"title": "Link slugify"
505
-
},
506
500
"title": "Copy link",
507
501
"toUri": {
508
502
"desc": "Convert the link to a URI (substitute into percent-encoding)",
Copy file name to clipboardExpand all lines: fr.json
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -197,11 +197,11 @@
197
197
"title": "Chemin relatif"
198
198
},
199
199
"slugify": {
200
-
"desc": "Normaliser le lien (slug) des liens d'ancrage (pointant vers le titre de la rubrique). Transforme le texte en minuscules. Remplace l'espace par un tiret. Applicable uniquement aux liens d'ancrage dans la syntaxe de lien markdown.",
200
+
"desc": "Normaliser les liens : transformation et remplacement des espaces par un tiret.",
201
201
"disable": "Désactiver",
202
-
"lower": "Lower",
203
-
"strict": "Convertit tout en alphanumérique et tirets, y compris l'unicode et les langues non latine.",
204
-
"title": "Slugifier l'ancre des liens markdown"
202
+
"lower": "Minuscule",
203
+
"strict": "Strict : Texte sans majuscules ni caractères spéciaux.",
204
+
"title": "Slugifier les liens markdown"
205
205
},
206
206
"textBefore": {
207
207
"desc": "Ajouter un texte avant le chemin créé. Utiliser {{- slash}} pour créer un chemin absolu. Ce texte ne sera ajouté que si un chemin doit être généré.",
@@ -497,12 +497,6 @@
497
497
"desc": "Supprimer cette partie des liens créés. Séparer par une virgule si plusieurs valeurs doivent être supprimées.",
498
498
"title": "Suppression d'une partie du lien"
499
499
},
500
-
"slugify": {
501
-
"disable": "Désactiver",
502
-
"lower": "Minuscule",
503
-
"strict": "Strict : Texte sans majuscules ni caractères spéciaux.",
504
-
"title": "Slugifier le lien"
505
-
},
506
500
"title": "Copie de lien",
507
501
"toUri": {
508
502
"desc": "Convertir le lien en URI (remplacer par un encodage en \"percent-encoding\")",
Copy file name to clipboardExpand all lines: ru.json
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -197,11 +197,11 @@
197
197
"title": ""
198
198
},
199
199
"slugify": {
200
-
"desc": "Унифицировать slug для ссылок на якоря (указывающих на заголовки). Преобразует slug в нижний регистр. Заменяет пробелы на дефисы. Применяется только к ссылкам на якоря в синтаксисе Markdown.",
200
+
"desc": "Стандартизируйте ссылки: преобразуйте их и замените пробелы дефисами.",
201
201
"disable": "Отключить",
202
202
"lower": "Прописные",
203
-
"strict": "Преобразовать всё в алфавитно-цифровой формат с дефисами, включая юникод и нелатинские языки.",
204
-
"title": "Унификация ссылок-якорей в Markdown"
203
+
"strict": "Строго: текст без заглавных букв и специальных символов. ",
204
+
"title": "Преобразование ссылки"
205
205
},
206
206
"textBefore": {
207
207
"desc": "",
@@ -497,12 +497,6 @@
497
497
"desc": "Удалить эту часть созданных ссылок. Разделяйте запятыми, если нужно удалить несколько значений.",
498
498
"title": "Удаление части ссылки"
499
499
},
500
-
"slugify": {
501
-
"disable": "Отключить",
502
-
"lower": "Прописные буквы",
503
-
"strict": "Строго: текст без заглавных букв и специальных символов.",
504
-
"title": "Преобразование ссылки"
505
-
},
506
500
"title": "Копировать ссылку",
507
501
"toUri": {
508
502
"desc": "Преобразовать ссылку в URI (заменить на кодировку процентов)",
0 commit comments