clean up i18n
This commit is contained in:
parent
ade67fa6f8
commit
9b416897dc
|
|
@ -18,8 +18,4 @@ exception:
|
|||
|
||||
plugins:
|
||||
duplicate: The plugin [:dir1] has a duplicated plugin name definition which is same to plugin [:dir2]. Please check your plugins directory, remove one of them or use another name definition.
|
||||
directory: We can't approach the path for loading plugins specified by the PLUGINS_DIR in .env file. Please check your configuration. Error :msg
|
||||
boot: There is something wrong with plugin ":plugin".
|
||||
|
||||
cipher:
|
||||
unsupported: Unsupported password hashing method `:cipher`, please check your `.env` configuration
|
||||
|
|
|
|||
|
|
@ -46,8 +46,6 @@ wizard:
|
|||
confirm-pwd: Confirm password
|
||||
site-name: Site name
|
||||
site-name-notice: This will be shown on every page.
|
||||
secure: Security
|
||||
secure-notice: Generate random APP_KEY and SALT to make your site secured.
|
||||
|
||||
finish:
|
||||
title: Installation complete
|
||||
|
|
|
|||
|
|
@ -1,75 +1,19 @@
|
|||
general:
|
||||
filter: Filter
|
||||
my-upload: Uploaded by me
|
||||
sort: Sort
|
||||
search-textures: Search for textures...
|
||||
upload-new-skin: Upload new skin
|
||||
no-result: No result.
|
||||
|
||||
filter:
|
||||
now-showing: Now showing
|
||||
skin: Skin
|
||||
cape: Cape
|
||||
any-model: (Any Model)
|
||||
steve-model: (Steve Model)
|
||||
alex-model: (Alex Model)
|
||||
uploader: User (:name) uploaded
|
||||
clean-filter: Clean filter
|
||||
|
||||
sort:
|
||||
newest-uploaded: Newestly uploaded
|
||||
most-likes: Most likes
|
||||
|
||||
item:
|
||||
steve: (Steve)
|
||||
alex: (Alex)
|
||||
cape: (Cape)
|
||||
remove-from-closet: Remove from closet
|
||||
add-to-closet: Add to closet
|
||||
anonymous: Please login first
|
||||
private: Private
|
||||
|
||||
show:
|
||||
title: Texture Details
|
||||
anonymous: You must login to use closets.
|
||||
likes: People who liked this
|
||||
|
||||
detail: Details
|
||||
name: Texture Name
|
||||
edit-name: Edit Name
|
||||
model: Applicable Model
|
||||
size: File Size
|
||||
uploader: Uploader
|
||||
upload-at: Upload At
|
||||
|
||||
delete-texture: Delete Texture
|
||||
notice: The texture which was deleted or setted to private will be removed from the closet of everyone who had favorited it.
|
||||
notice-admin: You are able to delete this texture or make it private. The operations will make it removed from the closet of everyone who had favorited it.
|
||||
|
||||
comment: Comment
|
||||
|
||||
deleted: The requested texture was already deleted.
|
||||
contact-admin: Please contact the admins to remove this entry.
|
||||
private: The requested texture is private and only visible to the uploader and admins.
|
||||
|
||||
upload:
|
||||
title: Upload Texture
|
||||
|
||||
texture-name: Texture Name
|
||||
name-rule: Less than 32 characters and must not contain any special one.
|
||||
name-rule-regexp: Custom name rules are applied as :regexp
|
||||
texture-type: Texture Type
|
||||
select-file: Select File
|
||||
private-score-notice: It will spend you more scores for setting it as private. You will be charged :score scores for per KB storage.
|
||||
privacy-notice: Prevent it from being visible at skin library.
|
||||
set-as-private: Make it private
|
||||
|
||||
button: Upload
|
||||
|
||||
type-error: Incorrect mime type of uploaded file.
|
||||
invalid-size: Invalid :type file (width :width, height :height)
|
||||
invalid-hd-skin: Invalid HD skin (width and height should be divisible by 32)
|
||||
|
||||
lack-score: You don't have enough score to upload this texture.
|
||||
repeated: The texture is already uploaded by someone else. You can add it to your closet directly.
|
||||
success: Texture :name was uploaded successfully.
|
||||
|
|
@ -78,9 +22,6 @@ delete:
|
|||
success: The texture was deleted successfully.
|
||||
|
||||
privacy:
|
||||
change-privacy: Change privacy
|
||||
set-as-private: Set as private
|
||||
set-as-public: Set as public
|
||||
success: The texture was set to :privacy successfully.
|
||||
|
||||
rename:
|
||||
|
|
|
|||
|
|
@ -1,11 +1,3 @@
|
|||
used:
|
||||
title: Resources Used
|
||||
players: Registered players
|
||||
storage: Storage used
|
||||
|
||||
cur-score: Current Score
|
||||
score-notice: Click the score to show introduction.
|
||||
sign: Sign
|
||||
sign-success: Signed successfully. You got :score scores.
|
||||
announcement: Announcement
|
||||
no-unread: No new notifications.
|
||||
|
|
@ -38,19 +30,6 @@ score-intro:
|
|||
closet: :score socres = 1 closet item
|
||||
|
||||
closet:
|
||||
type-to-search: Type to search
|
||||
switch-category: Switch Category
|
||||
view: View in skin library
|
||||
more: More
|
||||
set-avatar: Set as avatar
|
||||
|
||||
use-as:
|
||||
button: Apply...
|
||||
reset: Clear selected
|
||||
title: Which player should be applied to?
|
||||
empty: It seems that you own no player...
|
||||
add: Add a new player
|
||||
|
||||
add:
|
||||
success: Added :name to closet successfully.
|
||||
repeated: You have already added this texture.
|
||||
|
|
@ -58,23 +37,13 @@ closet:
|
|||
lack-score: You don't have enough score to add it to closet.
|
||||
|
||||
rename:
|
||||
title: Rename item
|
||||
success: The item is successfully renamed to :name
|
||||
|
||||
remove:
|
||||
title: Remove from closet
|
||||
success: The texture was removed from closet successfully.
|
||||
non-existent: The texture does not exist in your closet.
|
||||
|
||||
player:
|
||||
player-name: Player Name
|
||||
edit: Edit
|
||||
operation: Delete
|
||||
edit-pname: Player name
|
||||
delete-texture: Textures
|
||||
delete-player: Player
|
||||
add-player: Add new player
|
||||
|
||||
login-notice: Now you can log in with player names you owned instead email address.
|
||||
|
||||
player-name-rule:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user