Skip to content

Commit 4477f8f

Browse files
authored
Merge pull request #1022 from akuumaa/issue-952
feat: Complete the German (Deutsch) translation of Puter #952
2 parents d98b6e3 + 05fef67 commit 4477f8f

File tree

1 file changed

+46
-49
lines changed
  • src/gui/src/i18n/translations

1 file changed

+46
-49
lines changed

src/gui/src/i18n/translations/de.js

+46-49
Original file line numberDiff line numberDiff line change
@@ -362,55 +362,52 @@ const de = {
362362
"You can't share with yourself.": "Du kannst nicht mit dir selbst teilen.", // In English: "You can't share with yourself."
363363
"This user already has access to this item": "Dieser Benutzer hat bereits Zugriff auf dieses Element", // In English: "This user already has access to this item"
364364

365-
// ----------------------------------------
366-
// Missing translations:
367-
// ----------------------------------------
368-
"billing.change_payment_method": undefined, // In English: "Change"
369-
"billing.cancel": undefined, // In English: "Cancel"
370-
"billing.download_invoice": undefined, // In English: "Download"
371-
"billing.payment_method": undefined, // In English: "Payment Method"
372-
"billing.payment_method_updated": undefined, // In English: "Payment method updated!"
373-
"billing.confirm_payment_method": undefined, // In English: "Confirm Payment Method"
374-
"billing.payment_history": undefined, // In English: "Payment History"
375-
"billing.refunded": undefined, // In English: "Refunded"
376-
"billing.paid": undefined, // In English: "Paid"
377-
"billing.ok": undefined, // In English: "OK"
378-
"billing.resume_subscription": undefined, // In English: "Resume Subscription"
379-
"billing.subscription_cancelled": undefined, // In English: "Your subscription has been canceled."
380-
"billing.subscription_cancelled_description": undefined, // In English: "You will still have access to your subscription until the end of this billing period."
381-
"billing.offering.free": undefined, // In English: "Free"
382-
"billing.offering.pro": undefined, // In English: "Professional"
383-
"billing.offering.business": undefined, // In English: "Business"
384-
"billing.cloud_storage": undefined, // In English: "Cloud Storage"
385-
"billing.ai_access": undefined, // In English: "AI Access"
386-
"billing.bandwidth": undefined, // In English: "Bandwidth"
387-
"billing.apps_and_games": undefined, // In English: "Apps & Games"
388-
"billing.upgrade_to_pro": undefined, // In English: "Upgrade to %strong%"
389-
"billing.switch_to": undefined, // In English: "Switch to %strong%"
390-
"billing.payment_setup": undefined, // In English: "Payment Setup"
391-
"billing.back": undefined, // In English: "Back"
392-
"billing.you_are_now_subscribed_to": undefined, // In English: "You are now subscribed to %strong% tier."
393-
"billing.you_are_now_subscribed_to_without_tier": undefined, // In English: "You are now subscribed"
394-
"billing.subscription_cancellation_confirmation": undefined, // In English: "Are you sure you want to cancel your subscription?"
395-
"billing.subscription_setup": undefined, // In English: "Subscription Setup"
396-
"billing.cancel_it": undefined, // In English: "Cancel It"
397-
"billing.keep_it": undefined, // In English: "Keep It"
398-
"billing.subscription_resumed": undefined, // In English: "Your %strong% subscription has been resumed!"
399-
"billing.upgrade_now": undefined, // In English: "Upgrade Now"
400-
"billing.upgrade": undefined, // In English: "Upgrade"
401-
"billing.currently_on_free_plan": undefined, // In English: "You are currently on the free plan."
402-
"billing.download_receipt": undefined, // In English: "Download Receipt"
403-
"billing.subscription_check_error": undefined, // In English: "A problem occurred while checking your subscription status."
404-
"billing.email_confirmation_needed": undefined, // In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
405-
"billing.sub_cancelled_but_valid_until": undefined, // In English: "You have cancelled your subscription and it will automatically switch to the free tier at the end of the billing period. You will not be charged again unless you re-subscribe."
406-
"billing.current_plan_until_end_of_period": undefined, // In English: "Your current plan until the end of this billing period."
407-
"billing.current_plan": undefined, // In English: "Current plan"
408-
"billing.cancelled_subscription_tier": undefined, // In English: "Cancelled Subscription (%%)"
409-
"billing.manage": undefined, // In English: "Manage"
410-
"billing.limited": undefined, // In English: "Limited"
411-
"billing.expanded": undefined, // In English: "Expanded"
412-
"billing.accelerated": undefined, // In English: "Accelerated"
413-
"billing.enjoy_msg": undefined, // In English: "Enjoy %% of Cloud Storage plus other benefits."
365+
"billing.change_payment_method": "Ändern", // In English: "Change"
366+
"billing.cancel": "Abbrechen", // In English: "Cancel"
367+
"billing.download_invoice": "Herunterladen", // In English: "Download"
368+
"billing.payment_method": "Zahlungsmethoden", // In English: "Payment Method"
369+
"billing.payment_method_updated": "Zahlungsmethoden wurden aktualisiert!", // In English: "Payment method updated!"
370+
"billing.confirm_payment_method": "Zahlungsmethode bestätigen", // In English: "Confirm Payment Method"
371+
"billing.payment_history": "Zahlungshistorie", // In English: "Payment History"
372+
"billing.refunded": "Rückerstattung", // In English: "Refunded"
373+
"billing.paid": "Bezahlt", // In English: "Paid"
374+
"billing.ok": "Ok", // In English: "OK"
375+
"billing.resume_subscription": "Abonnement fortsetzen", // In English: "Resume Subscription"
376+
"billing.subscription_cancelled": "Dein Abonnement wurde gekündigt.", // In English: "Your subscription has been canceled."
377+
"billing.subscription_cancelled_description": "Bis zum Ende des Abrechnungszeitraums haben Sie weiterhin Zugriff auf Ihr Abonnement.", // In English: "You will still have access to your subscription until the end of this billing period."
378+
"billing.offering.free": "Kostenlos", // In English: "Free"
379+
"billing.offering.pro": "Professionell", // In English: "Professional"
380+
"billing.offering.business": "Unternehmen", // In English: "Business"
381+
"billing.cloud_storage": "Cloud Speicher", // In English: "Cloud Storage"
382+
"billing.ai_access": "KI Zugang", // In English: "AI Access"
383+
"billing.bandwidth": "Bandbreite", // In English: "Bandwidth"
384+
"billing.apps_and_games": "Apps & Spiele", // In English: "Apps & Games"
385+
"billing.upgrade_to_pro": "Aktualisieren auf %strong%", // In English: "Upgrade to %strong%"
386+
"billing.switch_to": "Wechseln auf %strong%", // In English: "Switch to %strong%"
387+
"billing.payment_setup": "Einrichtung der Zahlung", // In English: "Payment Setup"
388+
"billing.back": "Zurück", // In English: "Back"
389+
"billing.you_are_now_subscribed_to": "Sie haben jetzt den %strong% Plan abonniert.", // In English: "You are now subscribed to %strong% tier."
390+
"billing.you_are_now_subscribed_to_without_tier": "Sie haben jetzt abonniert", // In English: "You are now subscribed"
391+
"billing.subscription_cancellation_confirmation": "Sind Sie sicher, dass Sie Ihr Abonnement kündigen möchten?", // In English: "Are you sure you want to cancel your subscription?"
392+
"billing.subscription_setup": "Abonnement Einrichtung", // In English: "Subscription Setup"
393+
"billing.cancel_it": "Abbrechen", // In English: "Cancel It"
394+
"billing.keep_it": "Behalten", // In English: "Keep It"
395+
"billing.subscription_resumed": "Ihr %strong%-Abonnement wurde fortgesetzt!", // In English: "Your %strong% subscription has been resumed!"
396+
"billing.upgrade_now": "Jetzt aktualisieren", // In English: "Upgrade Now"
397+
"billing.upgrade": "Aktualisieren", // In English: "Upgrade"
398+
"billing.currently_on_free_plan": "Sie sind derzeit im kostenlosen Abonnement.", // In English: "You are currently on the free plan."
399+
"billing.download_receipt": "Quittung herunterladen", // In English: "Download Receipt"
400+
"billing.subscription_check_error": "Bei der Überprüfung Ihres Abonnementstatus ist ein Problem aufgetreten.", // In English: "A problem occurred while checking your subscription status."
401+
"billing.email_confirmation_needed": "Ihre E-Mail wurde noch nicht bestätigt. Wir senden Ihnen jetzt einen Code zur Bestätigung.", // In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
402+
"billing.sub_cancelled_but_valid_until": "Sie haben Ihr Abonnement gekündigt und es wird am Ende des Abrechnungszeitraums automatisch auf die kostenlose Version umgestellt. Es wird Ihnen nicht erneut in Rechnung gestellt, es sei denn, Sie abonnieren es erneut.", // In English: "You have cancelled your subscription and it will automatically switch to the free tier at the end of the billing period. You will not be charged again unless you re-subscribe."
403+
"billing.current_plan_until_end_of_period": "Ihr aktueller Plan bis zum Ende dieses Abrechnungszeitraums.", // In English: "Your current plan until the end of this billing period."
404+
"billing.current_plan": "Aktueller Plan", // In English: "Current plan"
405+
"billing.cancelled_subscription_tier": "Abonnement abbrechen (%%)", // In English: "Cancelled Subscription (%%)"
406+
"billing.manage": "Verwalten", // In English: "Manage"
407+
"billing.limited": "Begrenzt", // In English: "Limited"
408+
"billing.expanded": "Erweitert", // In English: "Expanded"
409+
"billing.accelerated": "Beschleunigt", // In English: "Accelerated"
410+
"billing.enjoy_msg": "Genießen Sie %% des Cloud-Speichers und weitere Vorteile.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
414411
}
415412
};
416413

0 commit comments

Comments
 (0)