mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
improve i18n
This commit is contained in:
@@ -250,6 +250,13 @@
|
||||
"filter_placeholder": "Filter",
|
||||
"search_placeholder": "Search",
|
||||
"refresh_tooltip": "Refresh",
|
||||
"actions": {
|
||||
"accept": "Accept",
|
||||
"invite": "Invite",
|
||||
"decline": "Decline",
|
||||
"delete_log": "Delete log",
|
||||
"decline_with_message": "Decline with message"
|
||||
},
|
||||
"filters": {
|
||||
"requestInvite": "Request Invite",
|
||||
"invite": "Invite",
|
||||
@@ -1954,7 +1961,22 @@
|
||||
"title": "Confirm",
|
||||
"confirm_button": "Confirm",
|
||||
"cancel_button": "Cancel",
|
||||
"message": "Continue {command}?"
|
||||
"message": "Continue {command}?",
|
||||
"logout": "Continue? Logout",
|
||||
"unfriend": "Continue? Unfriend",
|
||||
"clear_avatar_history": "Continue? Clear Avatar History",
|
||||
"select_avatar": "Continue? Select Avatar",
|
||||
"invite": "Continue? Invite",
|
||||
"invite_group": "Continue? Invite User(s) To Group",
|
||||
"delete_log": "Continue? Delete Log",
|
||||
"accept_friend_request": "Continue? Accept Friend Request",
|
||||
"send_invite": "Continue? Send Invite",
|
||||
"decline_type": "Continue? Decline {type}",
|
||||
"delete_type": "Continue? Trash2 {type}",
|
||||
"command_question": "Continue? {command}",
|
||||
"restart_required_title": "Restart Required",
|
||||
"restart_now": "Restart Now",
|
||||
"restart_later": "Later"
|
||||
},
|
||||
"status": {
|
||||
"title": "VRChat Status"
|
||||
@@ -1974,19 +1996,35 @@
|
||||
"instance": {
|
||||
"closed": "Instance closed",
|
||||
"removed_form_queue": "Removed instance {worldName} from queue",
|
||||
"not_allowed": "You're not allowed to access this instance"
|
||||
"not_allowed": "You're not allowed to access this instance",
|
||||
"create_failed": "Failed to create instance"
|
||||
},
|
||||
"avatar": {
|
||||
"change_moderation_failed": "Failed to change avatar moderation",
|
||||
"image_changed": "Avatar image changed",
|
||||
"image_invalid": "Current avatar image invalid"
|
||||
},
|
||||
"database": {
|
||||
"upgrade_complete": "Database upgrade complete"
|
||||
},
|
||||
"emoji": {
|
||||
"uploaded": "Emoji uploaded"
|
||||
},
|
||||
"file": {
|
||||
"not_image": "File isn't an image",
|
||||
"too_large": "File size too large"
|
||||
"too_large": "File size too large",
|
||||
"folder_missing": "Folder dosn't exist"
|
||||
},
|
||||
"group": {
|
||||
"load_failed": "Failed to load group"
|
||||
},
|
||||
"invite": {
|
||||
"self_sent": "Self invite sent",
|
||||
"sent": "Invite sent",
|
||||
"message_update_failed": "VRChat API didn't update message, try again"
|
||||
},
|
||||
"launch": {
|
||||
"invalid_path": "Invalid path, you must enter VRChat folder or launch.exe"
|
||||
},
|
||||
"print": {
|
||||
"uploaded": "Print uploaded"
|
||||
@@ -2014,17 +2052,22 @@
|
||||
},
|
||||
"world": {
|
||||
"image_changed": "World image changed",
|
||||
"image_invalid": "Current world image invalid"
|
||||
"image_invalid": "Current world image invalid",
|
||||
"load_failed": "Failed to load world"
|
||||
},
|
||||
"icon": {
|
||||
"uploaded": "Icon uploaded"
|
||||
},
|
||||
"user": {
|
||||
"moderated": "User moderated"
|
||||
"moderated": "User moderated",
|
||||
"load_failed": "Failed to load user"
|
||||
},
|
||||
"friend": {
|
||||
"load_failed": "Failed to load friends list, logging out"
|
||||
},
|
||||
"vrcplus": {
|
||||
"required": "VRCPlus required"
|
||||
},
|
||||
"screenshot_metadata": {
|
||||
"deleted": "Screenshot metadata deleted",
|
||||
"delete_failed": "Failed to delete screenshot metadata"
|
||||
@@ -2272,7 +2315,12 @@
|
||||
},
|
||||
"table": {
|
||||
"pagination": {
|
||||
"rows_per_page": "Rows per page"
|
||||
"rows_per_page": "Rows per page",
|
||||
"first": "First",
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"last": "Last",
|
||||
"more_pages": "More pages"
|
||||
},
|
||||
"feed": {
|
||||
"date": "Date",
|
||||
|
||||
Reference in New Issue
Block a user