Skip to content

Commit

Permalink
chore: update details collapsible text i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
kabrunko-dev committed Jan 15, 2024
1 parent ef21c21 commit ffbf7dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions scripts/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"badge.preview-playground": "Playgroundでプレビュー",
"badge.share-your-solutions": "解答を共有",
"badge.take-the-challenge": "挑戦する",
"details.by-tags": "By Tags",
"details.by-plain-text": "By Plain Text",
"details.by-tags": "タグ別",
"details.by-plain-text": "プレーンテキストによる",
"difficulty.easy": "初級",
"difficulty.extreme": "最上級",
"difficulty.hard": "上級",
Expand Down
4 changes: 2 additions & 2 deletions scripts/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"badge.share-your-solutions": "정답 공유하기",
"badge.take-the-challenge": "도전하기",
"badge.preview-playground": "Playground에서 미리보기",
"details.by-tags": "By Tags",
"details.by-plain-text": "By Plain Text",
"details.by-tags": "태그별",
"details.by-plain-text": "일반 텍스트로",
"difficulty.easy": "쉬움",
"difficulty.extreme": "매우 어려움",
"difficulty.hard": "어려움",
Expand Down
2 changes: 2 additions & 0 deletions scripts/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"badge.share-your-solutions": "Compartilhar suas Soluções",
"badge.take-the-challenge": "Fazer o Desafio",
"badge.preview-playground": "Pré-visualizar no Playground",
"details.by-tags": "Por Tags",
"details.by-plain-text": "Por Texto Simples",
"difficulty.easy": "fácil",
"difficulty.extreme": "extremo",
"difficulty.hard": "difícil",
Expand Down
4 changes: 2 additions & 2 deletions scripts/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"badge.share-your-solutions": "分享你的解答",
"badge.take-the-challenge": "接受挑战",
"badge.preview-playground": "在 Playground 中预览",
"details.by-tags": "By Tags",
"details.by-plain-text": "By Plain Text",
"details.by-tags": "按标签",
"details.by-plain-text": "通过纯文本",
"difficulty.easy": "简单",
"difficulty.extreme": "地狱",
"difficulty.hard": "困难",
Expand Down

0 comments on commit ffbf7dc

Please sign in to comment.