Skip to content

Commit 8ab9cea

Browse files
nodejs-crowdincrowdin-botgithub-merge-queue[bot]
authored
[automated]: crowdin sync (#8078)
* chore: synced translations from crowdin * chore: automated format of translated files Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Crowdin Bot <[email protected]> Co-authored-by: github-merge-queue <[email protected]>
1 parent 5c813ca commit 8ab9cea

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

packages/i18n/src/locales/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@
229229
"label": "Choisir la langue"
230230
},
231231
"themeToggle": {
232-
"label": "Basculer en mode sombre"
232+
"light": "Basculer en mode clair",
233+
"dark": "Basculer en mode nuit"
233234
}
234235
},
235236
"metabar": {

packages/i18n/src/locales/ja.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"containers": {
44
"footer": {
55
"links": {
6-
"openJSFoundation": "OpenJS財団",
6+
"openJSFoundation": "OpenJS Foundation",
77
"trademarkPolicy": "商標ポリシー",
88
"privacyPolicy": "プライバシーポリシー",
99
"versionSupport": "バージョンサポート",
@@ -229,7 +229,8 @@
229229
"label": "言語を選択"
230230
},
231231
"themeToggle": {
232-
"label": "ダークモードに切り替え"
232+
"light": "ライトモードに切り替える",
233+
"dark": "ダークモードに切り替える"
233234
}
234235
},
235236
"metabar": {

packages/i18n/src/locales/ro.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@
229229
"label": "Alege limba"
230230
},
231231
"themeToggle": {
232-
"label": "Comută modul întunecat"
232+
"light": "Schimbă la modul luminos",
233+
"dark": "Schimbă la modul întunecat"
233234
}
234235
},
235236
"metabar": {

0 commit comments

Comments
 (0)