-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): add polish translation to landing page
- Loading branch information
1 parent
d2e52da
commit 3cd90ad
Showing
3 changed files
with
63 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"Install": { | ||
"message": "Instalacja" | ||
}, | ||
|
||
"Loved by many engineers": { | ||
"message": "Uwielbiany przez inżynierów" | ||
}, | ||
|
||
"home.features.fast-and-fast.title": { | ||
"message": "Szybki, bez kompromisów" | ||
}, | ||
"home.features.fast-and-fast.description": { | ||
"message": "Rio szczyci się wydajnością dzięki wykorzystaniu najnowszych technologii, w tym języka Rust i zaawansowanych architektur renderingu." | ||
}, | ||
"home.features.24-bit-true-color.title": { | ||
"message": "24-bitowa głębia kolorów" | ||
}, | ||
"home.features.24-bit-true-color.description": { | ||
"message": "Zwykłe terminale są ograniczone do 256 kolorów. Rio wspiera głębię \"true color\" co oznacza że może wyświetlać aż 16 milionów kolorów." | ||
}, | ||
"home.features.images-in-terminal.title": { | ||
"message": "Obrazy w terminalu" | ||
}, | ||
"home.features.images-in-terminal.description": { | ||
"message": "Rio potrafi wyświetlać obrazy w terminalu za pomocą protokołów iTerm2 i kitty." | ||
}, | ||
"home.features.cross-platform.title": { | ||
"message": "Wieloplatformowy" | ||
}, | ||
"home.features.cross-platform.description": { | ||
"message": "Rio działa na wielu platformach: Windows, macOS, Linux i FreeBSD." | ||
}, | ||
"home.footer.install": { "message": "Instalacja" } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"item.label.Install": { | ||
"message": "Instalacja", | ||
"description": "Navbar item with label Install" | ||
}, | ||
"item.label.Config": { | ||
"message": "Konfiguracja", | ||
"description": "Navbar item with label Config" | ||
}, | ||
"item.label.Features": { | ||
"message": "Funkcjonalność", | ||
"description": "Navbar item with label Features" | ||
}, | ||
"item.label.Blog": { | ||
"message": "Blog", | ||
"description": "Navbar item with label Blog" | ||
}, | ||
"item.label.Discord": { | ||
"message": "Discord", | ||
"description": "Navbar item with label Discord" | ||
}, | ||
"item.label.GitHub": { | ||
"message": "GitHub", | ||
"description": "Navbar item with label GitHub" | ||
} | ||
} |