summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBugo2024-04-30 16:22:39 +0500
committerGitHub2024-04-30 13:22:39 +0200
commit681a427366755fec71ba65d45e36f7d1267cf387 (patch)
treea90cf2fd43e3ced12d86ba515731a356bd5673b4
parent749ddf85a21d8ed1bfedbe60dee676cdd8784e96 (diff)
downloadIT.starlight-681a427366755fec71ba65d45e36f7d1267cf387.tar.gz
IT.starlight-681a427366755fec71ba65d45e36f7d1267cf387.tar.bz2
IT.starlight-681a427366755fec71ba65d45e36f7d1267cf387.zip
Add translation for copy button (#1788)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r--.changeset/healthy-boxes-smoke.md5
-rw-r--r--packages/starlight/translations/ru.json5
2 files changed, 9 insertions, 1 deletions
diff --git a/.changeset/healthy-boxes-smoke.md b/.changeset/healthy-boxes-smoke.md
new file mode 100644
index 00000000..dae50cb1
--- /dev/null
+++ b/.changeset/healthy-boxes-smoke.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/starlight': patch
+---
+
+Adds Russian translations for Expressive Code labels
diff --git a/packages/starlight/translations/ru.json b/packages/starlight/translations/ru.json
index 6fbc96c2..eace5a8a 100644
--- a/packages/starlight/translations/ru.json
+++ b/packages/starlight/translations/ru.json
@@ -23,5 +23,8 @@
"aside.tip": "Π—Π½Π°Π»ΠΈ Π»ΠΈ Π²Ρ‹?",
"aside.caution": "ΠžΡΡ‚ΠΎΡ€ΠΎΠΆΠ½ΠΎ",
"aside.danger": "Опасно",
- "fileTree.directory": "ДирСктория"
+ "fileTree.directory": "ДирСктория",
+ "expressiveCode.copyButtonCopied": "Π‘ΠΊΠΎΠΏΠΈΡ€ΠΎΠ²Π°Π½ΠΎ!",
+ "expressiveCode.copyButtonTooltip": "ΠšΠΎΠΏΠΈΡ€ΠΎΠ²Π°Ρ‚ΡŒ",
+ "expressiveCode.terminalWindowFallbackTitle": "Окно Ρ‚Π΅Ρ€ΠΌΠΈΠ½Π°Π»Π°"
}