Skip to content

Commit aa00830

Browse files
authored
Merge pull request #996 from hutajoullach/main
Japanese translation issue number 967
2 parents 984b5d6 + 0ed5aae commit aa00830

File tree

1 file changed

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

1 file changed

+47
-47
lines changed

Diff for: src/gui/src/i18n/translations/ja.js

+47-47
Original file line numberDiff line numberDiff line change
@@ -367,53 +367,53 @@ const ja = {
367367
// ----------------------------------------
368368
// Missing translations:
369369
// ----------------------------------------
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."
370+
"plural_suffix": "", // In English: "s" //NOTE: There is duplicate key in line 353, but I was not sure if this is intentional, so I kept the translation here.
371+
"billing.change_payment_method": "変更", // In English: "Change"
372+
"billing.cancel": "キャンセル", // In English: "Cancel"
373+
"billing.download_invoice": "ダウンロード", // In English: "Download"
374+
"billing.payment_method": "支払い方法", // In English: "Payment Method"
375+
"billing.payment_method_updated": "支払い方法が更新されました!", // In English: "Payment method updated!"
376+
"billing.confirm_payment_method": "支払い方法の確認", // In English: "Confirm Payment Method"
377+
"billing.payment_history": "支払い履歴", // In English: "Payment History"
378+
"billing.refunded": "返金済み", // In English: "Refunded"
379+
"billing.paid": "支払い済み", // In English: "Paid"
380+
"billing.ok": "OK", // In English: "OK"
381+
"billing.resume_subscription": "サブスクリプションを再開", // In English: "Resume Subscription"
382+
"billing.subscription_cancelled": "サブスクリプションがキャンセルされました。", // In English: "Your subscription has been canceled."
383+
"billing.subscription_cancelled_description": "お支払い期間が終了するまで現在のサブスクリプションを利用することができます。", // In English: "You will still have access to your subscription until the end of this billing period."
384+
"billing.offering.free": "無料", // In English: "Free"
385+
"billing.offering.pro": "プロフェッショナル", // In English: "Professional"
386+
"billing.offering.business": "ビジネス", // In English: "Business"
387+
"billing.cloud_storage": "クラウドストレージ", // In English: "Cloud Storage"
388+
"billing.ai_access": "AI アクセス", // In English: "AI Access"
389+
"billing.bandwidth": "帯域幅", // In English: "Bandwidth"
390+
"billing.apps_and_games": "アプリ&ゲーム", // In English: "Apps & Games"
391+
"billing.upgrade_to_pro": "%strong%にアップグレード", // In English: "Upgrade to %strong%"
392+
"billing.switch_to": "%strong%に変更する", // In English: "Switch to %strong%"
393+
"billing.payment_setup": "支払いの設定", // In English: "Payment Setup"
394+
"billing.back": "戻る", // In English: "Back"
395+
"billing.you_are_now_subscribed_to": "%strong%プランに登録されました。", // In English: "You are now subscribed to %strong% tier."
396+
"billing.you_are_now_subscribed_to_without_tier": "サブスクリプションに登録されました", // In English: "You are now subscribed"
397+
"billing.subscription_cancellation_confirmation": "サブスクリプションをキャンセルしてもよろしいですか?", // In English: "Are you sure you want to cancel your subscription?"
398+
"billing.subscription_setup": "サブスクリプションの設定", // In English: "Subscription Setup"
399+
"billing.cancel_it": "キャンセルする", // In English: "Cancel It"
400+
"billing.keep_it": "継続する", // In English: "Keep It"
401+
"billing.subscription_resumed": "%strong%サブスクリプションが再開されました!", // In English: "Your %strong% subscription has been resumed!"
402+
"billing.upgrade_now": "今すぐアップグレード", // In English: "Upgrade Now"
403+
"billing.upgrade": "アップグレード", // In English: "Upgrade"
404+
"billing.currently_on_free_plan": "現在、無料プランをご利用中です。", // In English: "You are currently on the free plan."
405+
"billing.download_receipt": "領収書をダウンロード", // In English: "Download Receipt"
406+
"billing.subscription_check_error": "サブスクリプションの状態を確認中に問題が発生しました。", // In English: "A problem occurred while checking your subscription status."
407+
"billing.email_confirmation_needed": "メールアドレスが確認されていません。確認コードを送信します。", // 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": "サブスクリプションをキャンセルしました。お支払い期間の終了時に自動的に無料プランに切り替わります。再びご登録されない場合、再度ご請求が発生することはありません。", // 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": "現在のお支払い期間が終了するまでご利用可能プラン", // In English: "Your current plan until the end of this billing period."
410+
"billing.current_plan": "現在のプラン", // In English: "Current plan"
411+
"billing.cancelled_subscription_tier": "キャンセルされたサブスクリプション(%%)", // In English: "Cancelled Subscription (%%)"
412+
"billing.manage": "管理", // In English: "Manage"
413+
"billing.limited": "限定", // In English: "Limited"
414+
"billing.expanded": "拡張", // In English: "Expanded" //NOTE: The word "Expanded" in the context of billing was not very clear, so I added generic translation here.
415+
"billing.accelerated": "加速", // In English: "Accelerated" //NOTE: The word "Accelerated" in the context of billing was not very clear, so I added generic translation here.
416+
"billing.enjoy_msg": "%%のクラウドストレージと他の特典をお楽しみください。", // In English: "Enjoy %% of Cloud Storage plus other benefits."
417417
}
418418
};
419419

0 commit comments

Comments
 (0)