Skip to content

Commit 192958e

Browse files
authored
Merge pull request #1042 from saud-saeed/main
Update Swedish translations in sv.js
2 parents 56f57e4 + 62f4318 commit 192958e

File tree

1 file changed

+47
-50
lines changed
  • src/gui/src/i18n/translations

1 file changed

+47
-50
lines changed

src/gui/src/i18n/translations/sv.js

+47-50
Original file line numberDiff line numberDiff line change
@@ -364,56 +364,53 @@ const sv = {
364364
"This user already has access to this item":
365365
"Den här användaren har redan åtkomst till det här objektet", // In English: "This user already has access to this item"
366366

367-
// ----------------------------------------
368-
// Missing translations:
369-
// ----------------------------------------
370-
"plural_suffix": undefined, // In English: "s"
371-
"billing.change_payment_method": undefined, // In English: "Change"
372-
"billing.cancel": undefined, // In English: "Cancel"
373-
"billing.download_invoice": undefined, // In English: "Download"
374-
"billing.payment_method": undefined, // In English: "Payment Method"
375-
"billing.payment_method_updated": undefined, // In English: "Payment method updated!"
376-
"billing.confirm_payment_method": undefined, // In English: "Confirm Payment Method"
377-
"billing.payment_history": undefined, // In English: "Payment History"
378-
"billing.refunded": undefined, // In English: "Refunded"
379-
"billing.paid": undefined, // In English: "Paid"
380-
"billing.ok": undefined, // In English: "OK"
381-
"billing.resume_subscription": undefined, // In English: "Resume Subscription"
382-
"billing.subscription_cancelled": undefined, // In English: "Your subscription has been canceled."
383-
"billing.subscription_cancelled_description": undefined, // In English: "You will still have access to your subscription until the end of this billing period."
384-
"billing.offering.free": undefined, // In English: "Free"
385-
"billing.offering.pro": undefined, // In English: "Professional"
386-
"billing.offering.business": undefined, // In English: "Business"
387-
"billing.cloud_storage": undefined, // In English: "Cloud Storage"
388-
"billing.ai_access": undefined, // In English: "AI Access"
389-
"billing.bandwidth": undefined, // In English: "Bandwidth"
390-
"billing.apps_and_games": undefined, // In English: "Apps & Games"
391-
"billing.upgrade_to_pro": undefined, // In English: "Upgrade to %strong%"
392-
"billing.switch_to": undefined, // In English: "Switch to %strong%"
393-
"billing.payment_setup": undefined, // In English: "Payment Setup"
394-
"billing.back": undefined, // In English: "Back"
395-
"billing.you_are_now_subscribed_to": undefined, // In English: "You are now subscribed to %strong% tier."
396-
"billing.you_are_now_subscribed_to_without_tier": undefined, // In English: "You are now subscribed"
397-
"billing.subscription_cancellation_confirmation": undefined, // In English: "Are you sure you want to cancel your subscription?"
398-
"billing.subscription_setup": undefined, // In English: "Subscription Setup"
399-
"billing.cancel_it": undefined, // In English: "Cancel It"
400-
"billing.keep_it": undefined, // In English: "Keep It"
401-
"billing.subscription_resumed": undefined, // In English: "Your %strong% subscription has been resumed!"
402-
"billing.upgrade_now": undefined, // In English: "Upgrade Now"
403-
"billing.upgrade": undefined, // In English: "Upgrade"
404-
"billing.currently_on_free_plan": undefined, // In English: "You are currently on the free plan."
405-
"billing.download_receipt": undefined, // In English: "Download Receipt"
406-
"billing.subscription_check_error": undefined, // In English: "A problem occurred while checking your subscription status."
407-
"billing.email_confirmation_needed": undefined, // In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
408-
"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."
409-
"billing.current_plan_until_end_of_period": undefined, // In English: "Your current plan until the end of this billing period."
410-
"billing.current_plan": undefined, // In English: "Current plan"
411-
"billing.cancelled_subscription_tier": undefined, // In English: "Cancelled Subscription (%%)"
412-
"billing.manage": undefined, // In English: "Manage"
413-
"billing.limited": undefined, // In English: "Limited"
414-
"billing.expanded": undefined, // In English: "Expanded"
415-
"billing.accelerated": undefined, // In English: "Accelerated"
416-
"billing.enjoy_msg": undefined, // In English: "Enjoy %% of Cloud Storage plus other benefits."
367+
"plural_suffix": "", // In English: "s" (Plural suffix is context dependent in Swedish, it can be "or", "ar", "er", "en" or just no suffix)
368+
"billing.change_payment_method": "Ändra", // In English: "Change"
369+
"billing.cancel": "Avbryt", // In English: "Cancel"
370+
"billing.download_invoice": "Ladda ner", // In English: "Download"
371+
"billing.payment_method": "Betalningsmetod", // In English: "Payment Method"
372+
"billing.payment_method_updated": "Betalningsmetod uppdaterad!", // In English: "Payment method updated!"
373+
"billing.confirm_payment_method": "Bekräfta Betalningsmetod", // In English: "Confirm Payment Method"
374+
"billing.payment_history": "Betalningshistorik", // In English: "Payment History"
375+
"billing.refunded": "Återbetalas", // In English: "Refunded"
376+
"billing.paid": "Betalt", // In English: "Paid"
377+
"billing.ok": "OK", // In English: "OK"
378+
"billing.resume_subscription": "Återuppta Prenumeration", // In English: "Resume Subscription"
379+
"billing.subscription_cancelled": "Din prenumeration har avbrutits.", // In English: "Your subscription has been canceled."
380+
"billing.subscription_cancelled_description": "Du har fortfarande tillgång till din prenumeration fram till slutet av denna faktureringsperiod.", // In English: "You will still have access to your subscription until the end of this billing period."
381+
"billing.offering.free": "Gratis", // In English: "Free"
382+
"billing.offering.pro": "Professionell", // In English: "Professional"
383+
"billing.offering.business": "Företag", // In English: "Business"
384+
"billing.cloud_storage": "Molnlagring", // In English: "Cloud Storage"
385+
"billing.ai_access": "AI Tillgång", // In English: "AI Access"
386+
"billing.bandwidth": "Bandbredd", // In English: "Bandwidth"
387+
"billing.apps_and_games": "Appar & Spel", // In English: "Apps & Games"
388+
"billing.upgrade_to_pro": "Uppgradera till %strong%", // In English: "Upgrade to %strong%"
389+
"billing.switch_to": "Byt till %strong%", // In English: "Switch to %strong%"
390+
"billing.payment_setup": "Betalningsinställningar", // In English: "Payment Setup"
391+
"billing.back": "Tillbaka", // In English: "Back"
392+
"billing.you_are_now_subscribed_to": "Du prenumererar nu på %strong% tier.", // In English: "You are now subscribed to %strong% tier."
393+
"billing.you_are_now_subscribed_to_without_tier": "Du är nu prenumererad", // In English: "You are now subscribed"
394+
"billing.subscription_cancellation_confirmation": "Är du säker på att du vill avsluta din prenumeration?", // In English: "Are you sure you want to cancel your subscription?"
395+
"billing.subscription_setup": "Prenumerationsinställningar", // In English: "Subscription Setup"
396+
"billing.cancel_it": "Avbryt det", // In English: "Cancel It"
397+
"billing.keep_it": "Behåll det", // In English: "Keep It"
398+
"billing.subscription_resumed": "Din %strong% prenumeration har återupptagits!", // In English: "Your %strong% subscription has been resumed!"
399+
"billing.upgrade_now": "Uppgradera nu", // In English: "Upgrade Now"
400+
"billing.upgrade": "Uppgradera", // In English: "Upgrade"
401+
"billing.currently_on_free_plan": "Du har för närvarande den kostnadsfria planen.", // In English: "You are currently on the free plan."
402+
"billing.download_receipt": "Ladda ner Kvitto", // In English: "Download Receipt"
403+
"billing.subscription_check_error": "Ett problem uppstod när du kontrollerade din prenumerationsstatus.", // In English: "A problem occurred while checking your subscription status."
404+
"billing.email_confirmation_needed": "Din e-post har inte bekräftats. Vi skickar dig en kod för att bekräfta den nu.", // 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": "Du har sagt upp din prenumeration och den byter automatiskt till gratisnivån i slutet av faktureringsperioden. Du kommer inte att debiteras igen om du inte prenumererar på nytt.", // 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": "Din nuvarande plan fram till slutet av denna faktureringsperiod.", // In English: "Your current plan until the end of this billing period."
407+
"billing.current_plan": "Nuvarande plan", // In English: "Current plan"
408+
"billing.cancelled_subscription_tier": "Avbruten Prenumeration (%%)", // In English: "Cancelled Subscription (%%)"
409+
"billing.manage": "Hantera", // In English: "Manage"
410+
"billing.limited": "Begränsad", // In English: "Limited"
411+
"billing.expanded": "Utökad", // In English: "Expanded"
412+
"billing.accelerated": "Accelererad", // In English: "Accelerated"
413+
"billing.enjoy_msg": "Njut av %% av Cloud Storage plus andra förmåner.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
417414
}
418415
};
419416

0 commit comments

Comments
 (0)