clean up i18n
This commit is contained in:
parent
7997393fb3
commit
765b63d5cb
|
|
@ -21,17 +21,10 @@ notifications:
|
||||||
content: Content (Markdown is supported.)
|
content: Content (Markdown is supported.)
|
||||||
|
|
||||||
users:
|
users:
|
||||||
status:
|
|
||||||
normal: Normal
|
|
||||||
banned: Banned
|
|
||||||
admin: Admin
|
|
||||||
super-admin: Super Admin
|
|
||||||
operations:
|
operations:
|
||||||
non-existent: No such user.
|
non-existent: No such user.
|
||||||
no-permission: You have no permission to operate this user.
|
no-permission: You have no permission to operate this user.
|
||||||
invalid: Invalid action.
|
|
||||||
email:
|
email:
|
||||||
existed: :email is existed.
|
|
||||||
success: Email changed successfully.
|
success: Email changed successfully.
|
||||||
verification:
|
verification:
|
||||||
success: Account verification status toggled successfully.
|
success: Account verification status toggled successfully.
|
||||||
|
|
@ -43,33 +36,23 @@ users:
|
||||||
success: Score changed successfully.
|
success: Score changed successfully.
|
||||||
permission: Permission updated.
|
permission: Permission updated.
|
||||||
delete:
|
delete:
|
||||||
delete: Delete User
|
|
||||||
success: The account has been deleted successfully.
|
success: The account has been deleted successfully.
|
||||||
cant-super-admin: You can't delete a super admin.
|
|
||||||
cant-admin: You can't delete a admin account.
|
|
||||||
|
|
||||||
players:
|
players:
|
||||||
no-permission: You have no permission to operate this player.
|
no-permission: You have no permission to operate this player.
|
||||||
operations:
|
|
||||||
title: Operations
|
|
||||||
textures:
|
textures:
|
||||||
change: Change Textures
|
|
||||||
non-existent: No such texture tid.:tid
|
non-existent: No such texture tid.:tid
|
||||||
success: The textures of :player has been updated.
|
success: The textures of :player has been updated.
|
||||||
name:
|
name:
|
||||||
success: Player name has been updated to :player
|
success: Player name has been updated to :player
|
||||||
owner:
|
owner:
|
||||||
change: Change Owner
|
|
||||||
success: The player :player was transferred to user :user.
|
success: The player :player was transferred to user :user.
|
||||||
delete:
|
delete:
|
||||||
delete: Delete
|
|
||||||
success: The player has been deleted successfully.
|
success: The player has been deleted successfully.
|
||||||
|
|
||||||
customize:
|
customize:
|
||||||
change-color:
|
change-color:
|
||||||
title: Change Theme Color
|
title: Change Theme Color
|
||||||
success: Theme color updated.
|
|
||||||
|
|
||||||
colors:
|
colors:
|
||||||
navbar: Top Navigation Bar
|
navbar: Top Navigation Bar
|
||||||
sidebar:
|
sidebar:
|
||||||
|
|
@ -112,12 +95,7 @@ status:
|
||||||
plugins: Enabled Plugins (:amount)
|
plugins: Enabled Plugins (:amount)
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
name: Name
|
|
||||||
description: Description
|
|
||||||
author: Author
|
|
||||||
version: Version
|
|
||||||
readme: Read Me
|
readme: Read Me
|
||||||
dependencies: Dependencies
|
|
||||||
|
|
||||||
operations:
|
operations:
|
||||||
title: Operations
|
title: Operations
|
||||||
|
|
@ -139,8 +117,6 @@ plugins:
|
||||||
non-existent: The plugin :plugin does not exist.
|
non-existent: The plugin :plugin does not exist.
|
||||||
install-success: Plugin was installed.
|
install-success: Plugin was installed.
|
||||||
|
|
||||||
empty: No result
|
|
||||||
|
|
||||||
update:
|
update:
|
||||||
complete: Update completed
|
complete: Update completed
|
||||||
|
|
||||||
|
|
@ -165,10 +141,6 @@ update:
|
||||||
Low-speed connection between update source and your host will cause long-time loading at checking and downloading page.
|
Low-speed connection between update source and your host will cause long-time loading at checking and downloading page.
|
||||||
To change the default update source,
|
To change the default update source,
|
||||||
|
|
||||||
download:
|
|
||||||
downloading: Downloading update package...
|
|
||||||
size: "Size of package:"
|
|
||||||
|
|
||||||
errors:
|
errors:
|
||||||
connection: "Unable to access to current update source. Details: :error"
|
connection: "Unable to access to current update source. Details: :error"
|
||||||
spec: Current update source is not supported.
|
spec: Current update source is not supported.
|
||||||
|
|
@ -180,6 +152,4 @@ download:
|
||||||
shasum: File validation failed. Please download again.
|
shasum: File validation failed. Please download again.
|
||||||
unzip: Failed to unpack files.
|
unzip: Failed to unpack files.
|
||||||
|
|
||||||
report-reviewed: This report has been processed.
|
|
||||||
|
|
||||||
invalid-action: Invalid action
|
invalid-action: Invalid action
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user