Skip to content

Commit ec587c3

Browse files
committed
Translate application to Polish
1 parent 4516cc8 commit ec587c3

81 files changed

Lines changed: 793 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/about/i18n.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import { useI18n as useShopifyI18n } from '@shopify/react-i18n';
55
import type { TypedI18n } from '../i18n';
66
import type translations from './translations/en.json';
7+
import './translations/pl.json';
78

89
export function useI18n(): TypedI18n<typeof translations> {
910
// istanbul ignore next: babel-loader rewrites this line

src/about/translations/pl.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"title": "O {appName}",
3+
"description": "MicroPython dla inteligentnych hubów {lego} Powered Up.",
4+
"licenseButton": { "label": "Licencje oprogramowania" },
5+
"changelogButton": { "label": "Lista zmian" },
6+
"websiteButton": { "label": "Strona Pybricks" }
7+
}

src/activities/i18n.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import { useI18n as useShopifyI18n } from '@shopify/react-i18n';
55
import type { TypedI18n } from '../i18n';
66
import type translations from './translations/en.json';
7+
import './translations/pl.json';
78

89
export function useI18n(): TypedI18n<typeof translations> {
910
// istanbul ignore next: babel-loader rewrites this line
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"title": "Aktywności",
3+
"explorer": "Przeglądarka plików",
4+
"settings": "Ustawienia i pomoc"
5+
}

src/alerts/i18n.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import { useI18n as useShopifyI18n } from '@shopify/react-i18n';
55
import type { TypedI18n } from '../i18n';
66
import type translations from './translations/en.json';
7+
import './translations/pl.json';
78

89
export function useI18n(): TypedI18n<typeof translations> {
910
// istanbul ignore next: babel-loader rewrites this line

src/alerts/translations/pl.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"message": "Wystąpił nieoczekiwany błąd. Rozważ zgłoszenie go, abyśmy mogli przygotować lepszy komunikat.",
3+
"technicalInfo": "Rozwiń, aby zobaczyć szczegółowe informacje techniczne",
4+
"copyErrorMessage": "Kopiuj komunikat błędu",
5+
"reportBug": "Zgłoś błąd"
6+
}

src/app/alerts/i18n.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import { useI18n as useShopifyI18n } from '@shopify/react-i18n';
55
import type { TypedI18n } from '../../i18n';
66
import type translations from './translations/en.json';
7+
import './translations/pl.json';
78

89
export function useI18n(): TypedI18n<typeof translations> {
910
// istanbul ignore next: babel-loader rewrites this line
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"updateServerFailure": {
3+
"message": "Nie udało się połączyć z serwerem aktualizacji. Połączenie internetowe lub serwer mogą być niedostępne. Spróbuj ponownie później."
4+
}
5+
}

src/app/i18n.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import { useI18n as useShopifyI18n } from '@shopify/react-i18n';
55
import type { TypedI18n } from '../i18n';
66
import type translations from './translations/en.json';
7+
import './translations/pl.json';
78

89
export function useI18n(): TypedI18n<typeof translations> {
910
// istanbul ignore next: babel-loader rewrites this line

src/app/translations/pl.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"landmark": {
3+
"activities": "Aktywności",
4+
"editor": "Edytor",
5+
"terminal": "Terminal",
6+
"documentation": "Dokumentacja"
7+
}
8+
}

0 commit comments

Comments
 (0)