Skip to content

Commit

Permalink
Merge pull request #88 from alessiodam/alessiodam/pl-translation
Browse files Browse the repository at this point in the history
Add Polish translation
  • Loading branch information
Abstra208 authored Jan 12, 2025
2 parents a2a298c + 57794dc commit 53473f8
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
68 changes: 68 additions & 0 deletions Extension-React/public/_locales/pl/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"language_name": {
"message": "Polski"
},
"apply": {
"message": "Zastosuj"
},
"ignore": {
"message": "Ignoruj"
},
"syrup_logo": {
"message": "Logo Syrup"
},
"show_extension": {
"message": "Pokaż rozszerzenie"
},
"no_auto_apply_setup": {
"message": "Brak automatycznej konfiguracji dla tej strony."
},
"click_apply_to_try_them_all": {
"message": "Kliknij Zastosuj, aby wypróbować wszystkie."
},
"syrup_found_coupons": {
"message": "Syrup znalazł kupony!"
},
"got_it": {
"message": "Zrozumiałem"
},
"testing_coupons": {
"message": "Testowanie kuponów..."
},
"testing_coupon_current_of_total": {
"message": "Testowanie kuponu %currentIndex% z %total%"
},
"cancel": {
"message": "Anuluj"
},
"use_best": {
"message": "Użyj najlepszego"
},
"testing_cancelled": {
"message": "Testowanie anulowane."
},
"scan_was_stopped_no_coupons_applied": {
"message": "Skanowanie zostało przerwane. Nie zastosowano żadnych kuponów."
},
"we_found_the_best_coupon": {
"message": "Znaleźliśmy najlepszy kupon!"
},
"applied_coupon_and_saved_savings_new_total": {
"message": "Zastosowano kupon \"%bestCoupon%\" i zaoszczędzono %savings%. Nowa suma: %finalPrice%"
},
"no_better_price_found": {
"message": "Nie znaleziono lepszej ceny."
},
"all_coupons_tested_but_none_lowered_your_total": {
"message": "Przetestowano wszystkie kupony, ale żaden nie obniżył Twojej sumy."
},
"now_trying_best_so_far": {
"message": "Teraz testujemy \"%currentCoupon%\". Najlepsza cena do tej pory: %bestPriceSoFar%"
},
"best_price_so_far": {
"message": "Najlepsza cena do tej pory: $%bestPriceSoFar%"
},
"Theme": {
"message": "Motyw"
}
}
13 changes: 13 additions & 0 deletions Extension-React/public/_locales/pl/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"languageName": "Polski",
"Coupons": "Kupony",
"Theme": "Motyw",
"Light": "Jasny",
"Dark": "Ciemny",
"System": "Systemowy",
"No_coupons_found": "Nie znaleziono kuponów",
"Domain_invalid": "Nieprawidłowa domena",
"Settings": "Ustawienia",
"Language": "Język",
"Browser_domain": "Ta domena nie jest obsługiwana przez rozszerzenie"
}

0 comments on commit 53473f8

Please sign in to comment.