forked from Abdallah-Alwarawreh/Syrup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: chrome based translation for modal
- Loading branch information
1 parent
0b3dbd8
commit 182d752
Showing
4 changed files
with
168 additions
and
25 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"language_name": { | ||
"message": "Deutsch" | ||
}, | ||
"apply": { | ||
"message": "Anwenden" | ||
}, | ||
"ignore": { | ||
"message": "Ignorieren" | ||
}, | ||
"syrup_logo": { | ||
"message": "Syrup Logo" | ||
}, | ||
"show_extension": { | ||
"message": "Erweiterung anzeigen" | ||
}, | ||
"no_auto_apply_setup": { | ||
"message": "Keine Seitenvoreinstellung für diese Seite." | ||
}, | ||
"click_apply_to_try_them_all": { | ||
"message": "Klicke auf \"Anwenden\", um alle zu scannen." | ||
}, | ||
"syrup_found_coupons": { | ||
"message": "Syrup hat Gutscheine gefunden!" | ||
}, | ||
"got_it": { | ||
"message": "Okay" | ||
}, | ||
"testing_coupons": { | ||
"message": "Teste Gutscheine..." | ||
}, | ||
"testing_coupon_current_of_total": { | ||
"message": "Teste Gutschein %currentIndex% von %total%" | ||
}, | ||
"cancel": { | ||
"message": "Abbrechen" | ||
}, | ||
"use_best": { | ||
"message": "Besten verwenden" | ||
}, | ||
"testing_cancelled": { | ||
"message": "Scan abgebrochen." | ||
}, | ||
"scan_was_stopped_no_coupons_applied": { | ||
"message": "Scan wurde abgebrochen. Keine Gutscheine angewendet." | ||
}, | ||
"we_found_the_best_coupon": { | ||
"message": "Wir haben den besten Gutschein gefunden!" | ||
}, | ||
"applied_coupon_and_saved_savings_new_total": { | ||
"message": "Gutschein \"%bestCoupon%\" angewendet und %savings% eingespart. Neuer Gesamtwert: %finalPrice%" | ||
}, | ||
"no_better_price_found": { | ||
"message": "Kein besserer Preis gefunden." | ||
}, | ||
"all_coupons_tested_but_none_lowered_your_total": { | ||
"message": "Alle Gutscheine getestet, aber kein Preis war besser." | ||
}, | ||
"now_trying_best_so_far": { | ||
"message": "Teste nun \"%currentCoupon%\". Bester Preis bis jetzt: %bestPriceSoFar%" | ||
}, | ||
"best_price_so_far": { | ||
"message": "Bester Preis bis jetzt: %bestPriceSoFar%" | ||
} | ||
} |
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,65 @@ | ||
{ | ||
"language_name": { | ||
"message": "English" | ||
}, | ||
"apply": { | ||
"message": "Apply" | ||
}, | ||
"ignore": { | ||
"message": "Ignore" | ||
}, | ||
"syrup_logo": { | ||
"message": "Syrup Logo" | ||
}, | ||
"show_extension": { | ||
"message": "Show Extension" | ||
}, | ||
"no_auto_apply_setup": { | ||
"message": "No auto-apply setup for this site." | ||
}, | ||
"click_apply_to_try_them_all": { | ||
"message": "Click Apply to try them all." | ||
}, | ||
"syrup_found_coupons": { | ||
"message": "Syrup found coupons!" | ||
}, | ||
"got_it": { | ||
"message": "Got it" | ||
}, | ||
"testing_coupons": { | ||
"message": "Testing Coupons..." | ||
}, | ||
"testing_coupon_current_of_total": { | ||
"message": "Testing coupon %currentIndex% of %total%" | ||
}, | ||
"cancel": { | ||
"message": "Cancel" | ||
}, | ||
"use_best": { | ||
"message": "Use Best" | ||
}, | ||
"testing_cancelled": { | ||
"message": "Testing Cancelled." | ||
}, | ||
"scan_was_stopped_no_coupons_applied": { | ||
"message": "Scan was stopped. No coupons applied." | ||
}, | ||
"we_found_the_best_coupon": { | ||
"message": "We found the best coupon!" | ||
}, | ||
"applied_coupon_and_saved_savings_new_total": { | ||
"message": "Applied coupon \"%bestCoupon%\" and saved %savings%. New total: %finalPrice%" | ||
}, | ||
"no_better_price_found": { | ||
"message": "No better price found." | ||
}, | ||
"all_coupons_tested_but_none_lowered_your_total": { | ||
"message": "All coupons tested, but none lowered your total." | ||
}, | ||
"now_trying_best_so_far": { | ||
"message": "Now trying \"%currentCoupon%\". Best price so far: %bestPriceSoFar%" | ||
}, | ||
"best_price_so_far": { | ||
"message": "Best price so far: $%bestPriceSoFar%" | ||
} | ||
} |
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