-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Paywalls
: adjusted German translations (#3476)
Special abbreviation style for German and some corrections to the German translation The updated translations are more precise. For instance, "Datenschutz" is a more commonly used term for "Privacy" in German. Similarly, changing "Lebensdauer" to "Lebenslang" for "Lifetime" is more accurate, as "Lebenslang" specifically implies 'for life'. The other changes follow a similar pattern of refining the language for better comprehension and context-appropriate usage in German.
- Loading branch information
Showing
3 changed files
with
95 additions
and
6 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
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
"OK" = "OK"; | ||
"All subscriptions" = "Alle Abonnements"; | ||
"Privacy" = "Privatsphäre"; | ||
"Privacy" = "Datenschutz"; | ||
"Privacy policy" = "Datenschutzrichtlinie"; | ||
"Purchases restored successfully!" = "Einkäufe erfolgreich wiederhergestellt!"; | ||
"Purchases restored successfully!" = "Käufe erfolgreich wiederhergestellt!"; | ||
"Restore" = "Wiederherstellen"; | ||
"Restore purchases" = "Einkäufe wiederherstellen"; | ||
"Restore purchases" = "Käufe wiederherstellen"; | ||
"Terms" = "Bedingungen"; | ||
"Terms and conditions" = "Geschäftsbedingungen"; | ||
"Terms and conditions" = "Nutzungsbedingungen"; | ||
"Annual" = "Jährlich"; | ||
"6 Month" = "6 Monate"; | ||
"3 Month" = "3 Monate"; | ||
"2 Month" = "2 Monate"; | ||
"Monthly" = "Monatlich"; | ||
"Weekly" = "Wöchentlich"; | ||
"Lifetime" = "Lebensdauer"; | ||
"Lifetime" = "Lebenslang"; | ||
"%d%% off" = "%d %% Rabatt"; | ||
"Continue" = "Weitermachen"; | ||
"Continue" = "Weiter"; | ||
"Default_offer_details_with_intro_offer" = "Starten Sie Ihre Testversion für {{ sub_offer_duration }} und dann für {{ total_price_and_per_month }}."; |
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