Skip to content

Commit

Permalink
i18n/pl/code.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszkrzaczkowski committed Nov 12, 2024
1 parent 1185ddb commit 20c3df0
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,29 @@
"theme.SearchBar.label": {
"message": "Search",
"description": "The ARIA label and placeholder for search button"
},
"theme.admonition.caution": {
"message": "caution",
"description": "The default label used for the Caution admonition (:::caution)"
},
"theme.admonition.danger": {
"message": "danger",
"description": "The default label used for the Danger admonition (:::danger)"
},
"theme.admonition.info": {
"message": "info",
"description": "The default label used for the Info admonition (:::info)"
},
"theme.admonition.note": {
"message": "note",
"description": "The default label used for the Note admonition (:::note)"
},
"theme.admonition.tip": {
"message": "tip",
"description": "The default label used for the Tip admonition (:::tip)"
},
"theme.admonition.warning": {
"message": "warning",
"description": "The default label used for the Warning admonition (:::warning)"
}
}
24 changes: 24 additions & 0 deletions i18n/pl/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,29 @@
"theme.SearchBar.label": {
"message": "Szukaj",
"description": "The ARIA label and placeholder for search button"
},
"theme.admonition.caution": {
"message": "uwaga",
"description": "The default label used for the Caution admonition (:::caution)"
},
"theme.admonition.danger": {
"message": "ważne",
"description": "The default label used for the Danger admonition (:::danger)"
},
"theme.admonition.info": {
"message": "informacja",
"description": "The default label used for the Info admonition (:::info)"
},
"theme.admonition.note": {
"message": "notatka",
"description": "The default label used for the Note admonition (:::note)"
},
"theme.admonition.tip": {
"message": "wskazówka",
"description": "The default label used for the Tip admonition (:::tip)"
},
"theme.admonition.warning": {
"message": "ostrzeżenie",
"description": "The default label used for the Warning admonition (:::warning)"
}
}

0 comments on commit 20c3df0

Please sign in to comment.