add missing keys and placeholders to i18n
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled

This commit is contained in:
jelveh
2025-09-09 20:27:58 -07:00
parent eb6c23dd83
commit 7ff5786038
33 changed files with 2806 additions and 118 deletions
+80
View File
@@ -430,6 +430,86 @@ const ar = {
"billing.expanded": "موسع", // In English: "Expanded"
"billing.accelerated": "مسرع", // In English: "Accelerated"
"billing.enjoy_msg": "استمتع بـ %% من Cloud Storage بالإضافة إلى مزايا أخرى.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
};
+83 -1
View File
@@ -410,7 +410,89 @@ const bn = {
"billing.limited": "সীমিত",
"billing.expanded": "বিস্তৃত",
"billing.accelerated": "ত্বরান্বিত",
"billing.enjoy_msg": "%% ক্লাউড স্টোরেজ এবং অন্যান্য সুবিধা উপভোগ করুন।"
"billing.enjoy_msg": "%% ক্লাউড স্টোরেজ এবং অন্যান্য সুবিধা উপভোগ করুন।",
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
};
+81
View File
@@ -405,6 +405,87 @@ const br = {
"billing.expanded": "Expandido", // In English: "Expanded"
"billing.accelerated": "Aprimorado", // In English: "Accelerated"
"billing.enjoy_msg": "Aproveite %% de Armazenamento em Nuvem, além de outros benefícios.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+132
View File
@@ -402,6 +402,138 @@ const da = {
billing_expanded: 'Udvidet',
billing_accelerated: 'Accelereret',
billing_enjoy_msg: 'Nyd %% af Cloud-lager plus andre fordele.',
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"People with access": undefined, // In English: "People with access"
"Share With…": undefined, // In English: "Share With…"
"You can't share with yourself.": undefined, // In English: "You can't share with yourself."
"This user already has access to this item": undefined, // In English: "This user already has access to this item"
"billing.change_payment_method": undefined, // In English: "Change"
"billing.cancel": undefined, // In English: "Cancel"
"billing.download_invoice": undefined, // In English: "Download"
"billing.payment_method": undefined, // In English: "Payment Method"
"billing.payment_method_updated": undefined, // In English: "Payment method updated!"
"billing.confirm_payment_method": undefined, // In English: "Confirm Payment Method"
"billing.payment_history": undefined, // In English: "Payment History"
"billing.refunded": undefined, // In English: "Refunded"
"billing.paid": undefined, // In English: "Paid"
"billing.ok": undefined, // In English: "OK"
"billing.resume_subscription": undefined, // In English: "Resume Subscription"
"billing.subscription_cancelled": undefined, // In English: "Your subscription has been canceled."
"billing.subscription_cancelled_description": undefined, // In English: "You will still have access to your subscription until the end of this billing period."
"billing.offering.free": undefined, // In English: "Free"
"billing.offering.basic": undefined, // In English: "Basic"
"billing.offering.pro": undefined, // In English: "Professional"
"billing.offering.professional": undefined, // In English: "Professional"
"billing.offering.business": undefined, // In English: "Business"
"billing.cloud_storage": undefined, // In English: "Cloud Storage"
"billing.ai_access": undefined, // In English: "AI Access"
"billing.bandwidth": undefined, // In English: "Bandwidth"
"billing.apps_and_games": undefined, // In English: "Apps & Games"
"billing.upgrade_to_pro": undefined, // In English: "Upgrade to %strong%"
"billing.switch_to": undefined, // In English: "Switch to %strong%"
"billing.payment_setup": undefined, // In English: "Payment Setup"
"billing.back": undefined, // In English: "Back"
"billing.you_are_now_subscribed_to": undefined, // In English: "You are now subscribed to %strong% tier."
"billing.you_are_now_subscribed_to_without_tier": undefined, // In English: "You are now subscribed"
"billing.subscription_cancellation_confirmation": undefined, // In English: "Are you sure you want to cancel your subscription?"
"billing.subscription_setup": undefined, // In English: "Subscription Setup"
"billing.cancel_it": undefined, // In English: "Cancel It"
"billing.keep_it": undefined, // In English: "Keep It"
"billing.subscription_resumed": undefined, // In English: "Your %strong% subscription has been resumed!"
"billing.upgrade_now": undefined, // In English: "Upgrade Now"
"billing.upgrade": undefined, // In English: "Upgrade"
"billing.currently_on_free_plan": undefined, // In English: "You are currently on the free plan."
"billing.download_receipt": undefined, // In English: "Download Receipt"
"billing.subscription_check_error": undefined, // In English: "A problem occurred while checking your subscription status."
"billing.email_confirmation_needed": undefined, // In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
"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."
"billing.current_plan_until_end_of_period": undefined, // In English: "Your current plan until the end of this billing period."
"billing.current_plan": undefined, // In English: "Current plan"
"billing.cancelled_subscription_tier": undefined, // In English: "Cancelled Subscription (%%)"
"billing.manage": undefined, // In English: "Manage"
"billing.limited": undefined, // In English: "Limited"
"billing.expanded": undefined, // In English: "Expanded"
"billing.accelerated": undefined, // In English: "Accelerated"
"billing.enjoy_msg": undefined, // In English: "Enjoy %% of Cloud Storage plus other benefits."
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+81
View File
@@ -405,6 +405,87 @@ const de = {
"billing.expanded": "Erweitert", // In English: "Expanded"
"billing.accelerated": "Beschleunigt", // In English: "Accelerated"
"billing.enjoy_msg": "Genießen Sie %% des Cloud-Speichers und weitere Vorteile.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+80
View File
@@ -458,6 +458,86 @@ const es = {
'billing.accelerated': 'Acelerado', // In English: "Accelerated"
'billing.enjoy_msg':
'Disfruta %% de almacenamiento en la nube junto con otros beneficios.', // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
}
+84 -9
View File
@@ -362,9 +362,7 @@ const fa = {
"من کدهای بازیابی خود را در مکانی امن ذخیره کرده‌ام",
setup2fa_5_confirmation_2: "آماده فعال کردن احراز هویت دو مرحله ای هستم",
setup2fa_5_button: "فعال‌سازی احراز هویت دو مرحله‌ای",
// === 2FA Login ===
// === 2FA Login ===
login2fa_otp_title: "کد احراز هویت دو مرحله‌ای را وارد کنید",
login2fa_otp_instructions:
"کد ۶ رقمی را از اپلیکیشن احراز هویت خود وارد کنید",
@@ -375,8 +373,7 @@ const fa = {
login2fa_recovery_back: "بازگشت",
login2fa_recovery_placeholder: "XXXXXXX",
// Sharing
// Sharing
Editor: "ویرایشگر",
Viewer: "مشاهده گر",
"People with access": "افرادی که دسترسی دارند",
@@ -386,9 +383,7 @@ const fa = {
"شما نمی‌توانید با خودتان به اشتراک بگذارید",
"This user already has access to this item":
"این کاربر از قبل به این مورد دسترسی دارد",
// Billing
// Billing
"billing.change_payment_method": "تغییر روش پرداخت",
"billing.cancel": "لغو",
"billing.download_invoice": "دانلود فاکتور",
@@ -435,8 +430,88 @@ const fa = {
"billing.limited": "محدود",
"billing.expanded": "گسترش یافته",
"billing.accelerated": "تسریع شده",
"billing.enjoy_msg": "از %% فضای ذخیره‌سازی ابری به همراه سایر مزایا لذت ببرید."
"billing.enjoy_msg": "از %% فضای ذخیره‌سازی ابری به همراه سایر مزایا لذت ببرید.",
// =============================================================
// Missing translations
// =============================================================
"confirm_code_generic_title": undefined, // In English: "Enter Confirmation Code"
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
};
+80
View File
@@ -498,6 +498,86 @@ const fi = {
"billing.expanded": "Laajennettu", // In English: "Expanded"
"billing.accelerated": "Nopeutettu", // In English: "Accelerated"
"billing.enjoy_msg": "Nauti %% pilvitallennustilasta ja muista eduista.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
};
+80
View File
@@ -422,6 +422,86 @@ const en = {
"billing.expanded": "מורחב", // In English: "Expanded"
"billing.accelerated": "מואץ", // In English: "Accelerated"
"billing.enjoy_msg": "תהנו מ %% של אחסון ענן בנוסף להטבות נוספות", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
};
+79
View File
@@ -398,6 +398,85 @@ const hi = {
"billing.accelerated": "त्वरित ", // In English: "Accelerated"
"billing.enjoy_msg": "%% क्लाउड स्टोरेज का आनंद लें और अन्य लाभ प्राप्त करें।", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+80
View File
@@ -394,6 +394,86 @@ const hu = {
"billing.expanded": "Bővített", // In English: "Expanded"
"billing.accelerated": "Gyorsított", // In English: "Accelerated"
"billing.enjoy_msg": "Élvezd a %% Felhőtárhelyet és további előnyöket.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+80
View File
@@ -404,6 +404,86 @@ const hy = {
"billing.expanded": "Ընդլայնված",
"billing.accelerated": "Արագացված",
"billing.enjoy_msg": "Վայելեք %% ամպային պահեստավորում և այլ առավելություններ",
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+82 -1
View File
@@ -426,7 +426,88 @@ const id = {
"billing.limited": "Terbatas", // In English: "Limited"
"billing.expanded": "Diperluas", // In English: "Expanded"
"billing.accelerated": "Dipercepat", // In English: "Accelerated"
"billing.enjoy_msg": "Nikmati %% dari Penyimpanan Cloud dan manfaat lainnya." // In English: "Enjoy %% of Cloud Storage plus other benefits."
"billing.enjoy_msg": "Nikmati %% dari Penyimpanan Cloud dan manfaat lainnya.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
};
+81 -2
View File
@@ -435,8 +435,87 @@ const ig = {
"billing.limited": "Oke", // In English: "Limited"
"billing.expanded": "Gbasaa", // In English: "Expanded"
"billing.accelerated": "Ọsọ ọsọ", // In English: "Accelerated"
"billing.enjoy_msg":
"Nwee obi ụtọ na Nchekwa igwe ojii gbakwunyere uru ndị ọzọ", // In English: "Enjoy %% of Cloud Storage plus other benefits."
"billing.enjoy_msg": "Nwee obi ụtọ na Nchekwa igwe ojii gbakwunyere uru ndị ọzọ", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
};
+136 -55
View File
@@ -391,61 +391,142 @@ const it = {
Owner: "Proprietario", // In English: "Owner"
"You can't share with yourself.": "Non puoi condividere con te stesso", // In English: "You can't share with yourself."
"This user already has access to this item":
"Questo utente ha già accesso a questo file", // In English: "This user already has access to this item"
"billing.change_payment_method": "Modifica", // In English: "Change"
"billing.cancel": "Annulla", // In English: "Cancel"
"billing.download_invoice": "Scarica", // In English: "Download"
"billing.payment_method": "Metodo di pagamento", // In English: "Payment Method"
"billing.payment_method_updated": "Metodo di pagamento aggiornato!", // In English: "Payment method updated!"
"billing.confirm_payment_method": "Conferma metodo di pagamento", // In English: "Confirm Payment Method"
"billing.payment_history": "Storico dei pagamenti", // In English: "Payment History"
"billing.refunded": "Rimborsato", // In English: "Refunded"
"billing.paid": "Pagato", // In English: "Paid"
"billing.ok": "OK", // In English: "OK"
"billing.resume_subscription": "Riprendi abbonamento", // In English: "Resume Subscription"
"billing.subscription_cancelled": "Il tuo abbonamento è stato annullato.", // In English: "Your subscription has been canceled."
"billing.subscription_cancelled_description": "Avrai ancora accesso al tuo abbonamento fino alla fine di questo periodo di fatturazione.",
// In English: "You will still have access to your subscription until the end of this billing period."
"billing.offering.free": "Gratuito", // In English: "Free"
"billing.offering.pro": "Professionale", // In English: "Professional"
"billing.offering.professional": "Professionale", // In English: "Professional"
"billing.offering.business": "Business", // In English: "Business"
"billing.cloud_storage": "Archiviazione cloud", // In English: "Cloud Storage"
"billing.ai_access": "Accesso AI", // In English: "AI Access"
"billing.bandwidth": "Larghezza di banda", // In English: "Bandwidth"
"billing.apps_and_games": "App e Giochi", // In English: "Apps & Games"
"billing.upgrade_to_pro": "Passa al piano %strong%", // In English: "Upgrade to %strong%"
"billing.switch_to": "Passa a %strong%", // In English: "Switch to %strong%"
"billing.payment_setup": "Impostazioni di pagamento", // In English: "Payment Setup"
"billing.back": "Indietro", // In English: "Back"
"billing.you_are_now_subscribed_to": "Ora sei abbonato al piano %strong%.", // In English: "You are now subscribed to %strong% tier."
"billing.you_are_now_subscribed_to_without_tier": "Ora sei abbonato.", // In English: "You are now subscribed"
"billing.subscription_cancellation_confirmation": "Sei sicuro di voler annullare il tuo abbonamento?", // In English: "Are you sure you want to cancel your subscription?"
"billing.subscription_setup": "Impostazione abbonamento", // In English: "Subscription Setup"
"billing.cancel_it": "Annulla", // In English: "Cancel It"
"billing.keep_it": "Mantieni", // In English: "Keep It"
"billing.subscription_resumed": "Il tuo abbonamento %strong% è stato ripristinato!", // In English: "Your %strong% subscription has been resumed!"
"billing.upgrade_now": "Aggiorna ora", // In English: "Upgrade Now"
"billing.upgrade": "Aggiorna", // In English: "Upgrade"
"billing.currently_on_free_plan": "Attualmente sei nel piano gratuito.", // In English: "You are currently on the free plan."
"billing.download_receipt": "Scarica ricevuta", // In English: "Download Receipt"
"billing.subscription_check_error": "Si è verificato un problema durante il controllo dello stato dell'abbonamento.",
// In English: "A problem occurred while checking your subscription status."
"billing.email_confirmation_needed": "La tua email non è stata confermata. Ti invieremo un codice per completare la conferma.",
// In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
"billing.sub_cancelled_but_valid_until": "Hai annullato il tuo abbonamento. Passerà automaticamente al piano gratuito alla fine del periodo di fatturazione. Non ti verrà addebitato nuovamente a meno che non ti iscrivi di nuovo.",
// 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."
"billing.current_plan_until_end_of_period": "Il tuo piano attuale è valido fino alla fine del periodo di fatturazione.",
// In English: "Your current plan until the end of this billing period."
"billing.current_plan": "Piano attuale", // In English: "Current plan"
"billing.cancelled_subscription_tier": "Abbonamento annullato (%%)", // In English: "Cancelled Subscription (%%)"
"billing.manage": "Gestisci", // In English: "Manage"
"billing.limited": "Limitato", // In English: "Limited"
"billing.expanded": "Espanso", // In English: "Expanded"
"billing.accelerated": "Accelerato", // In English: "Accelerated"
"billing.enjoy_msg": "Goditi %% di spazio di archiviazione cloud e altri vantaggi.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
}
"Questo utente ha già accesso a questo file", // In English: "This user already has access to this item"
"billing.change_payment_method": "Modifica", // In English: "Change"
"billing.cancel": "Annulla", // In English: "Cancel"
"billing.download_invoice": "Scarica", // In English: "Download"
"billing.payment_method": "Metodo di pagamento", // In English: "Payment Method"
"billing.payment_method_updated": "Metodo di pagamento aggiornato!", // In English: "Payment method updated!"
"billing.confirm_payment_method": "Conferma metodo di pagamento", // In English: "Confirm Payment Method"
"billing.payment_history": "Storico dei pagamenti", // In English: "Payment History"
"billing.refunded": "Rimborsato", // In English: "Refunded"
"billing.paid": "Pagato", // In English: "Paid"
"billing.ok": "OK", // In English: "OK"
"billing.resume_subscription": "Riprendi abbonamento", // In English: "Resume Subscription"
"billing.subscription_cancelled": "Il tuo abbonamento è stato annullato.", // In English: "Your subscription has been canceled."
"billing.subscription_cancelled_description": "Avrai ancora accesso al tuo abbonamento fino alla fine di questo periodo di fatturazione.",
// In English: "You will still have access to your subscription until the end of this billing period."
"billing.offering.free": "Gratuito", // In English: "Free"
"billing.offering.pro": "Professionale", // In English: "Professional"
"billing.offering.professional": "Professionale", // In English: "Professional"
"billing.offering.business": "Business", // In English: "Business"
"billing.cloud_storage": "Archiviazione cloud", // In English: "Cloud Storage"
"billing.ai_access": "Accesso AI", // In English: "AI Access"
"billing.bandwidth": "Larghezza di banda", // In English: "Bandwidth"
"billing.apps_and_games": "App e Giochi", // In English: "Apps & Games"
"billing.upgrade_to_pro": "Passa al piano %strong%", // In English: "Upgrade to %strong%"
"billing.switch_to": "Passa a %strong%", // In English: "Switch to %strong%"
"billing.payment_setup": "Impostazioni di pagamento", // In English: "Payment Setup"
"billing.back": "Indietro", // In English: "Back"
"billing.you_are_now_subscribed_to": "Ora sei abbonato al piano %strong%.", // In English: "You are now subscribed to %strong% tier."
"billing.you_are_now_subscribed_to_without_tier": "Ora sei abbonato.", // In English: "You are now subscribed"
"billing.subscription_cancellation_confirmation": "Sei sicuro di voler annullare il tuo abbonamento?", // In English: "Are you sure you want to cancel your subscription?"
"billing.subscription_setup": "Impostazione abbonamento", // In English: "Subscription Setup"
"billing.cancel_it": "Annulla", // In English: "Cancel It"
"billing.keep_it": "Mantieni", // In English: "Keep It"
"billing.subscription_resumed": "Il tuo abbonamento %strong% è stato ripristinato!", // In English: "Your %strong% subscription has been resumed!"
"billing.upgrade_now": "Aggiorna ora", // In English: "Upgrade Now"
"billing.upgrade": "Aggiorna", // In English: "Upgrade"
"billing.currently_on_free_plan": "Attualmente sei nel piano gratuito.", // In English: "You are currently on the free plan."
"billing.download_receipt": "Scarica ricevuta", // In English: "Download Receipt"
"billing.subscription_check_error": "Si è verificato un problema durante il controllo dello stato dell'abbonamento.",
// In English: "A problem occurred while checking your subscription status."
"billing.email_confirmation_needed": "La tua email non è stata confermata. Ti invieremo un codice per completare la conferma.",
// In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
"billing.sub_cancelled_but_valid_until": "Hai annullato il tuo abbonamento. Passerà automaticamente al piano gratuito alla fine del periodo di fatturazione. Non ti verrà addebitato nuovamente a meno che non ti iscrivi di nuovo.",
// 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."
"billing.current_plan_until_end_of_period": "Il tuo piano attuale è valido fino alla fine del periodo di fatturazione.",
// In English: "Your current plan until the end of this billing period."
"billing.current_plan": "Piano attuale", // In English: "Current plan"
"billing.cancelled_subscription_tier": "Abbonamento annullato (%%)", // In English: "Cancelled Subscription (%%)"
"billing.manage": "Gestisci", // In English: "Manage"
"billing.limited": "Limitato", // In English: "Limited"
"billing.expanded": "Espanso", // In English: "Expanded"
"billing.accelerated": "Accelerato", // In English: "Accelerated"
"billing.enjoy_msg": "Goditi %% di spazio di archiviazione cloud e altri vantaggi.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
export default it;
+80
View File
@@ -408,6 +408,86 @@ const ja = {
"billing.expanded": "拡張", // In English: "Expanded"
"billing.accelerated": "高速化", // In English: "Accelerated"
"billing.enjoy_msg": "クラウドストレージの%%とその他の特典をお楽しみください。", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+81
View File
@@ -439,6 +439,87 @@ const ko = {
"billing.expanded": "확장됨", // In English: "Expanded"
"billing.accelerated": "가속됨", // In English: "Accelerated"
"billing.enjoy_msg": "클라우드 저장소 %% 등 다양한 혜택을 즐겨보세요", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
};
+82 -1
View File
@@ -435,7 +435,88 @@ const ku = {
"billing.limited": "Limited",
"billing.expanded": "بڵاوکراوەتەوە",
"billing.accelerated": "بە خێرایی",
"billing.enjoy_msg": "%% لە هەڵگرتنی هەور و سوودی تر وەربگرە"
"billing.enjoy_msg": "%% لە هەڵگرتنی هەور و سوودی تر وەربگرە",
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
};
+68 -1
View File
@@ -432,7 +432,74 @@ const nb = {
'not_found': "Fant ikke siden",
'not_found_description': "Beklager, vi finner ikke siden du leter etter.",
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"plural_suffix": undefined, // In English: "s"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"worker": undefined, // In English: "Worker"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+81
View File
@@ -405,6 +405,87 @@ const nl = {
"billing.expanded": 'Uitgebreid', // In English: 'Expanded"
"billing.accelerated": 'Versneld', // In English: 'Accelerated"
"billing.enjoy_msg": 'Geniet %% van Cloudopslag en meer voordelen.', // In English: 'Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+82
View File
@@ -406,6 +406,88 @@ const pl = {
"billing.expanded": 'Rozszerzona', // -> These adjectives are used to describe the "AI Access" and/or "Bandwidth"
"billing.accelerated": 'Przyspieszona', // /
"billing.enjoy_msg": 'Ciesz się pakietem %% pamięci w chmurze i innymi benefitami',
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"plural_suffix": undefined, // In English: "s"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+80
View File
@@ -407,6 +407,86 @@ const pt = {
"billing.expanded": "Expandido", // In English: "Expanded"
"billing.accelerated": "Acelerado", // In English: "Accelerated"
"billing.enjoy_msg": "Desfrute de %% de Armazenamento na Nuvem e outros benefícios.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+81
View File
@@ -402,6 +402,87 @@ const ro = {
"billing.expanded": "Extins",
"billing.accelerated": "Accelerat",
"billing.enjoy_msg": "Bucură-te de %% spațiu de stocare în cloud plus alte beneficii.",
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
}
+80
View File
@@ -442,6 +442,86 @@ const ru = {
"billing.expanded": 'Расширенный', // In English: "Expanded"
"billing.accelerated": 'Ускоренный', // In English: "Accelerated"
"billing.enjoy_msg": 'Пользуйтесь %% Облачным Хранилищем и остальными выгодами', // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
}
+82
View File
@@ -408,6 +408,88 @@ const sv = {
"billing.expanded": "Utökad", // In English: "Expanded"
"billing.accelerated": "Accelererad", // In English: "Accelerated"
"billing.enjoy_msg": "Njut av %% av Cloud Storage plus andra förmåner.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"plural_suffix": undefined, // In English: "s"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+81
View File
@@ -403,6 +403,87 @@ const ta = {
"billing.expanded": "விரிவாக்கப்பட்டது", // In English: "Expanded"
"billing.accelerated": "வேகப்படுத்தப்பட்டது", // In English: "Accelerated"
"billing.enjoy_msg": "%% கிளவுட் ஸ்டோரேஜ் மற்றும் பிற பலன்களை அனுபவிக்கவும்.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+81
View File
@@ -406,6 +406,87 @@ const th = {
"billing.expanded": "ขยาย", // In English: "Expanded"
"billing.accelerated": "เร่ง", // In English: "Accelerated"
"billing.enjoy_msg": "ขอให้สนุกกับพื้นที่จัดเก็บบนคลาด์ที่เพิ่มขึ้น %% ของคุณ", // In English: "Enjoy "" of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+81
View File
@@ -409,6 +409,87 @@ const tr = {
"billing.expanded": "Genişletilmiş", // In English: "Expanded"
"billing.accelerated": "Hızlandırılmış", // In English: "Accelerated"
"billing.enjoy_msg": "Diğer avantajların yanı sıra %% Bulut Depolamanın keyfini çıkarın.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+80
View File
@@ -392,6 +392,86 @@ const ua = {
"billing.accelerated": "Прискорений",
"billing.enjoy_msg": "Насолоджуйтесь %% хмарного сховища та іншими перевагами.",
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
}
+80
View File
@@ -436,6 +436,86 @@ const ur = {
"billing.accelerated": "تیز رفتار", // In English: "Accelerated"
"billing.enjoy_msg": "کلاؤڈ اسٹوریج کے %% حصے کے ساتھ دیگر فوائد کا لطف اٹھائیں۔", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
},
};
+81
View File
@@ -406,6 +406,87 @@ const vi = {
"billing.expanded": "Mở rộng", // In English: "Expanded"
"billing.accelerated": "Tăng tốc", // In English: "Accelerated"
"billing.enjoy_msg": "Tận hưởng %% Lưu trữ đám mây và các tiện ích khác.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+80
View File
@@ -406,6 +406,86 @@ const zh = {
"billing.expanded": '扩展', // In English: "Expanded"
"billing.accelerated": '加快', // In English: "Accelerated"
"billing.enjoy_msg": '请享受%%云存储服务及其他优惠。', // In English: "Enjoy %% of Cloud Storage plus other benefits."
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};
+126 -48
View File
@@ -356,55 +356,133 @@ const zhtw = {
"Owner": '所有者', // In English: "Owner"
"You can't share with yourself.": '您不能與自己分享。', // In English: "You can't share with yourself."
"This user already has access to this item": '該用戶已有訪問此項的權限', // In English: "This user already has access to this item"
"billing.change_payment_method": "更改", // Change
"billing.cancel": "取消", // Cancel
"billing.download_invoice": "下載發票", // Download
"billing.payment_method": "付款方式", // Payment Method
"billing.payment_method_updated": "付款方式已更新!", // Payment method updated!
"billing.confirm_payment_method": "確認付款方式", // Confirm Payment Method
"billing.payment_history": "付款記錄", // Payment History
"billing.refunded": "已退款", // Refunded
"billing.paid": "已付款", // Paid
"billing.ok": "確定", // OK
"billing.resume_subscription": "恢復訂閱", // Resume Subscription
"billing.subscription_cancelled": "您的訂閱已被取消。", // Your subscription has been canceled.
"billing.subscription_cancelled_description": "在本計費週期結束之前,您仍然可以使用您的訂閱。", // You will still have access to your subscription until the end of this billing period.
"billing.offering.free": "免費", // Free
"billing.offering.pro": "專業版", // Professional
"billing.offering.professional": "業版", // Professional
"billing.offering.business": "商業版", // Business
"billing.cloud_storage": "雲端儲存空間", // Cloud Storage
"billing.ai_access": "AI 使用權限", // AI Access
"billing.bandwidth": "頻寬", // Bandwidth
"billing.apps_and_games": "應用程式與遊戲", // Apps & Games
"billing.upgrade_to_pro": "升級到 %strong%", // Upgrade to %strong%
"billing.switch_to": "切換到 %strong%", // Switch to %strong%
"billing.payment_setup": "付款設定", // Payment Setup
"billing.back": "返回", // Back
"billing.you_are_now_subscribed_to": "您現在訂閱等級是 %strong%。", // You are now subscribed to %strong% tier.
"billing.you_are_now_subscribed_to_without_tier": "您現在是訂閱狀態", // You are now subscribed
"billing.subscription_cancellation_confirmation": "您確定要取消訂閱嗎?", // Are you sure you want to cancel your subscription?
"billing.subscription_setup": "訂閱設定", // Subscription Setup
"billing.cancel_it": "取消", // Cancel It
"billing.keep_it": "保留", // Keep It
"billing.subscription_resumed": "您的 %strong% 訂閱已恢復!", // Your %strong% subscription has been resumed!
"billing.upgrade_now": "立即升級", // Upgrade Now
"billing.upgrade": "升級", // Upgrade
"billing.currently_on_free_plan": "您目前使用的是免費方案。", // You are currently on the free plan.
"billing.download_receipt": "下載收據", // Download Receipt
"billing.subscription_check_error": "無法檢查您的訂閱狀態,請稍後再試。", // A problem occurred while checking your subscription status.
"billing.email_confirmation_needed": "您的電子郵件尚未確認。我們會向您發送驗證碼以進行確認。", // Your email has not been confirmed. We'll send you a code to confirm it now.
"billing.sub_cancelled_but_valid_until": "您已取消訂閱,訂閱將在計費週期結束後自動轉為免費方案。除非重新訂閱,否則不會再次收費。", // 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.
"billing.current_plan_until_end_of_period": "您的目前方案將持續到本計費週期結束。", // Your current plan until the end of this billing period.
"billing.current_plan": "目前方案", // Current plan
"billing.cancelled_subscription_tier": "已取消的訂閱(%%", // Cancelled Subscription (%%)
"billing.manage": "管理", // Manage
"billing.limited": "有限", // Limited
"billing.expanded": "擴展", // Expanded
"billing.accelerated": "加速", // Accelerated
"billing.enjoy_msg": "享受 %% 的雲端儲存空間及其他福利。", // Enjoy %% of Cloud Storage plus other benefits.
"billing.change_payment_method": "更改", // Change
"billing.cancel": "取消", // Cancel
"billing.download_invoice": "下載發票", // Download
"billing.payment_method": "付款方式", // Payment Method
"billing.payment_method_updated": "付款方式已更新!", // Payment method updated!
"billing.confirm_payment_method": "確認付款方式", // Confirm Payment Method
"billing.payment_history": "付款記錄", // Payment History
"billing.refunded": "已退款", // Refunded
"billing.paid": "已款", // Paid
"billing.ok": "確定", // OK
"billing.resume_subscription": "恢復訂閱", // Resume Subscription
"billing.subscription_cancelled": "您的訂閱已被取消。", // Your subscription has been canceled.
"billing.subscription_cancelled_description": "在本計費週期結束之前,您仍然可以使用您的訂閱。", // You will still have access to your subscription until the end of this billing period.
"billing.offering.free": "免費", // Free
"billing.offering.pro": "專業版", // Professional
"billing.offering.professional": "專業版", // Professional
"billing.offering.business": "業版", // Business
"billing.cloud_storage": "雲端儲存空間", // Cloud Storage
"billing.ai_access": "AI 使用權限", // AI Access
"billing.bandwidth": "頻寬", // Bandwidth
"billing.apps_and_games": "應用程式與遊戲", // Apps & Games
"billing.upgrade_to_pro": "升級到 %strong%", // Upgrade to %strong%
"billing.switch_to": "切換到 %strong%", // Switch to %strong%
"billing.payment_setup": "付款設定", // Payment Setup
"billing.back": "返回", // Back
"billing.you_are_now_subscribed_to": "您現在的訂閱等級是 %strong%。", // You are now subscribed to %strong% tier.
"billing.you_are_now_subscribed_to_without_tier": "您現在訂閱狀態", // You are now subscribed
"billing.subscription_cancellation_confirmation": "您確定要取消訂閱嗎?", // Are you sure you want to cancel your subscription?
"billing.subscription_setup": "訂閱設定", // Subscription Setup
"billing.cancel_it": "取消", // Cancel It
"billing.keep_it": "保留", // Keep It
"billing.subscription_resumed": "您的 %strong% 訂閱已恢復!", // Your %strong% subscription has been resumed!
"billing.upgrade_now": "立即升級", // Upgrade Now
"billing.upgrade": "升級", // Upgrade
"billing.currently_on_free_plan": "您目前使用的是免費方案。", // You are currently on the free plan.
"billing.download_receipt": "下載收據", // Download Receipt
"billing.subscription_check_error": "無法檢查您的訂閱狀態,請稍後再試。", // A problem occurred while checking your subscription status.
"billing.email_confirmation_needed": "您的電子郵件尚未確認。我們會向您發送驗證碼以進行確認。", // Your email has not been confirmed. We'll send you a code to confirm it now.
"billing.sub_cancelled_but_valid_until": "您已取消訂閱,訂閱將在計費週期結束後自動轉為免費方案。除非重新訂閱,否則不會再次收費。", // 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.
"billing.current_plan_until_end_of_period": "您的目前方案將持續到本計費週期結束。", // Your current plan until the end of this billing period.
"billing.current_plan": "目前方案", // Current plan
"billing.cancelled_subscription_tier": "已取消的訂閱(%%", // Cancelled Subscription (%%)
"billing.manage": "管理", // Manage
"billing.limited": "有限", // Limited
"billing.expanded": "擴展", // Expanded
"billing.accelerated": "加速", // Accelerated
"billing.enjoy_msg": "享受 %% 的雲端儲存空間及其他福利。", // Enjoy %% of Cloud Storage plus other benefits.
// =============================================================
// Missing translations
// =============================================================
"choose_publishing_option": undefined, // In English: "Choose how you want to publish your website:"
"create_desktop_shortcut": undefined, // In English: "Create Shortcut (Desktop)"
"create_desktop_shortcut_s": undefined, // In English: "Create Shortcuts (Desktop)"
"create_shortcut_s": undefined, // In English: "Create Shortcuts"
"minimize": undefined, // In English: "Minimize"
"reload_app": undefined, // In English: "Reload App"
"new_window": undefined, // In English: "New Window"
"open_trash": undefined, // In English: "Open Trash"
"pick_name_for_worker": undefined, // In English: "Pick a name for your worker:"
"publish_as_serverless_worker": undefined, // In English: "Publish as Worker"
"toolbar.enter_fullscreen": undefined, // In English: "Enter Full Screen"
"toolbar.github": undefined, // In English: "GitHub"
"toolbar.refer": undefined, // In English: "Refer"
"toolbar.save_account": undefined, // In English: "Save Account"
"toolbar.search": undefined, // In English: "Search"
"toolbar.qrcode": undefined, // In English: "QR Code"
"used_of": undefined, // In English: "{{used}} used of {{available}}"
"worker": undefined, // In English: "Worker"
"billing.offering.basic": undefined, // In English: "Basic"
"too_many_attempts": undefined, // In English: "Too many attempts. Please try again later."
"server_timeout": undefined, // In English: "The server took too long to respond. Please try again."
"signup_error": undefined, // In English: "An error occurred during signup. Please try again."
"welcome_title": undefined, // In English: "Welcome to your Personal Internet Computer"
"welcome_description": undefined, // In English: "Store files, play games, find awesome apps, and much more! All in one place, accessible from anywhere at any time."
"welcome_get_started": undefined, // In English: "Get Started"
"welcome_terms": undefined, // In English: "Terms"
"welcome_privacy": undefined, // In English: "Privacy"
"welcome_developers": undefined, // In English: "Developers"
"welcome_open_source": undefined, // In English: "Open Source"
"welcome_instant_login_title": undefined, // In English: "Instant Login!"
"alert_error_title": undefined, // In English: "Error!"
"alert_warning_title": undefined, // In English: "Warning!"
"alert_info_title": undefined, // In English: "Info"
"alert_success_title": undefined, // In English: "Success!"
"alert_confirm_title": undefined, // In English: "Are you sure?"
"alert_yes": undefined, // In English: "Yes"
"alert_no": undefined, // In English: "No"
"alert_retry": undefined, // In English: "Retry"
"alert_cancel": undefined, // In English: "Cancel"
"signup_confirm_password": undefined, // In English: "Confirm Password"
"login_email_username_required": undefined, // In English: "Email or username is required"
"login_password_required": undefined, // In English: "Password is required"
"window_title_open": undefined, // In English: "Open"
"window_title_change_password": undefined, // In English: "Change Password"
"window_title_select_font": undefined, // In English: "Select font…"
"window_title_session_list": undefined, // In English: "Session List!"
"window_title_set_new_password": undefined, // In English: "Set New Password"
"window_title_instant_login": undefined, // In English: "Instant Login!"
"window_title_publish_website": undefined, // In English: "Publish Website"
"window_title_publish_worker": undefined, // In English: "Publish Worker"
"window_title_authenticating": undefined, // In English: "Authenticating..."
"window_title_refer_friend": undefined, // In English: "Refer a friend!"
"desktop_show_desktop": undefined, // In English: "Show Desktop"
"desktop_show_open_windows": undefined, // In English: "Show Open Windows"
"desktop_exit_full_screen": undefined, // In English: "Exit Full Screen"
"desktop_enter_full_screen": undefined, // In English: "Enter Full Screen"
"desktop_position": undefined, // In English: "Position"
"desktop_position_left": undefined, // In English: "Left"
"desktop_position_bottom": undefined, // In English: "Bottom"
"desktop_position_right": undefined, // In English: "Right"
"item_shared_with_you": undefined, // In English: "A user has shared this item with you."
"item_shared_by_you": undefined, // In English: "You have shared this item with at least one other user."
"item_shortcut": undefined, // In English: "Shortcut"
"item_associated_websites": undefined, // In English: "Associated website"
"item_associated_websites_plural": undefined, // In English: "Associated websites"
"no_suitable_apps_found": undefined, // In English: "No suitable apps found"
"window_click_to_go_back": undefined, // In English: "Click to go back."
"window_click_to_go_forward": undefined, // In English: "Click to go forward."
"window_click_to_go_up": undefined, // In English: "Click to go one directory up."
"window_title_public": undefined, // In English: "Public"
"window_title_videos": undefined, // In English: "Videos"
"window_title_pictures": undefined, // In English: "Pictures"
"window_title_puter": undefined, // In English: "Puter"
"window_folder_empty": undefined, // In English: "This folder is empty"
"manage_your_subdomains": undefined, // In English: "Manage Your Subdomains"
"open_containing_folder": undefined, // In English: "Open Containing Folder"
}
};