Skip to content

Commit a774a51

Browse files
authored
Added hyphen in quicktools and more strings for i18n (Acode-Foundation#1516)
1 parent a4b3c8b commit a774a51

33 files changed

+276
-120
lines changed

src/components/quickTools/items.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default [
4545
item("dollar", "letters", "insert", "$", "$"),
4646
item("modulo", "letters", "insert", "%", "%"),
4747
item("caret", "letters", "insert", "^", "^"),
48+
item("hyphen", "letters", "insert", "-", "-"),
4849
];
4950

5051
/**

src/lang/ar-ye.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,5 +421,10 @@
421421
"terminal": "Terminal",
422422
"allFileAccess": "All file access",
423423
"fonts": "Fonts",
424-
"sponsor": "راعي"
424+
"sponsor": "راعي",
425+
"downloads": "downloads",
426+
"reviews": "reviews",
427+
"overview": "Overview",
428+
"contributors": "Contributors",
429+
"quicktools:hyphen": "Insert hyphen symbol"
425430
}

src/lang/be-by.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,5 +422,10 @@
422422
"terminal": "Terminal",
423423
"allFileAccess": "All file access",
424424
"fonts": "Fonts",
425-
"sponsor": "Спонсар"
425+
"sponsor": "Спонсар",
426+
"downloads": "downloads",
427+
"reviews": "reviews",
428+
"overview": "Overview",
429+
"contributors": "Contributors",
430+
"quicktools:hyphen": "Insert hyphen symbol"
426431
}

src/lang/bn-bd.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,5 +421,10 @@
421421
"terminal": "Terminal",
422422
"allFileAccess": "All file access",
423423
"fonts": "Fonts",
424-
"sponsor": "স্পন্সর"
424+
"sponsor": "স্পন্সর",
425+
"downloads": "downloads",
426+
"reviews": "reviews",
427+
"overview": "Overview",
428+
"contributors": "Contributors",
429+
"quicktools:hyphen": "Insert hyphen symbol"
425430
}

src/lang/cs-cz.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,5 +421,10 @@
421421
"terminal": "Terminal",
422422
"allFileAccess": "All file access",
423423
"fonts": "Fonts",
424-
"sponsor": "Sponzor"
424+
"sponsor": "Sponzor",
425+
"downloads": "downloads",
426+
"reviews": "reviews",
427+
"overview": "Overview",
428+
"contributors": "Contributors",
429+
"quicktools:hyphen": "Insert hyphen symbol"
425430
}

src/lang/de-de.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,5 +421,10 @@
421421
"terminal": "Terminal",
422422
"allFileAccess": "Zugriff auf alle Dateien",
423423
"fonts": "Fonts",
424-
"sponsor": "Sponsor"
424+
"sponsor": "Sponsor",
425+
"downloads": "downloads",
426+
"reviews": "reviews",
427+
"overview": "Overview",
428+
"contributors": "Contributors",
429+
"quicktools:hyphen": "Insert hyphen symbol"
425430
}

src/lang/en-us.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,5 +421,10 @@
421421
"terminal": "Terminal",
422422
"allFileAccess": "All file access",
423423
"fonts": "Fonts",
424-
"sponsor": "Sponsor"
424+
"sponsor": "Sponsor",
425+
"downloads": "downloads",
426+
"reviews": "reviews",
427+
"overview": "Overview",
428+
"contributors": "Contributors",
429+
"quicktools:hyphen": "Insert hyphen symbol"
425430
}

src/lang/es-sv.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,5 +421,10 @@
421421
"terminal": "Terminal",
422422
"allFileAccess": "All file access",
423423
"fonts": "Fonts",
424-
"sponsor": "Patrocinador"
424+
"sponsor": "Patrocinador",
425+
"downloads": "downloads",
426+
"reviews": "reviews",
427+
"overview": "Overview",
428+
"contributors": "Contributors",
429+
"quicktools:hyphen": "Insert hyphen symbol"
425430
}

src/lang/fr-fr.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,5 +421,10 @@
421421
"terminal": "Terminal",
422422
"allFileAccess": "All file access",
423423
"fonts": "Fonts",
424-
"sponsor": "Parrainer"
424+
"sponsor": "Parrainer",
425+
"downloads": "downloads",
426+
"reviews": "reviews",
427+
"overview": "Overview",
428+
"contributors": "Contributors",
429+
"quicktools:hyphen": "Insert hyphen symbol"
425430
}

src/lang/he-il.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,5 +422,10 @@
422422
"terminal": "Terminal",
423423
"allFileAccess": "All file access",
424424
"fonts": "Fonts",
425-
"sponsor": "לָתֵת חָסוּת"
425+
"sponsor": "לָתֵת חָסוּת",
426+
"downloads": "downloads",
427+
"reviews": "reviews",
428+
"overview": "Overview",
429+
"contributors": "Contributors",
430+
"quicktools:hyphen": "Insert hyphen symbol"
426431
}

0 commit comments

Comments
 (0)