translations PR 20170501 (#6291)
* translations PR 20170501 * Add polish to webapp
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
49481caf6d
Коммит
eaad4c02ad
24
i18n/ko.json
24
i18n/ko.json
@@ -3091,6 +3091,10 @@
|
||||
"id": "app.import.validate_user_channels_import_data.invalid_roles.error",
|
||||
"translation": "Invalid roles for User's Channel Membership."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.auth_data_and_password.error",
|
||||
"translation": "User AuthData and Password are mutually exclusive."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.auth_data_length.error",
|
||||
"translation": "User AuthData is too long."
|
||||
@@ -3119,6 +3123,10 @@
|
||||
"id": "app.import.validate_user_import_data.nickname_length.error",
|
||||
"translation": "User nickname is too long."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.pasword_length.error",
|
||||
"translation": "User Password has invalid length."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.position_length.error",
|
||||
"translation": "User Position is too long."
|
||||
@@ -4407,6 +4415,14 @@
|
||||
"id": "model.team_member.is_valid.user_id.app_error",
|
||||
"translation": "잘못된 유저 아이디입니다."
|
||||
},
|
||||
{
|
||||
"id": "model.token.is_valid.expiry",
|
||||
"translation": "Invalid token expiry"
|
||||
},
|
||||
{
|
||||
"id": "model.token.is_valid.size",
|
||||
"translation": "잘못된 토큰"
|
||||
},
|
||||
{
|
||||
"id": "model.user.is_valid.auth_data.app_error",
|
||||
"translation": "잘못된 인증 데이터입니다."
|
||||
@@ -4443,6 +4459,10 @@
|
||||
"id": "model.user.is_valid.nickname.app_error",
|
||||
"translation": "잘못된 닉네임입니다."
|
||||
},
|
||||
{
|
||||
"id": "model.user.is_valid.password_limit.app_error",
|
||||
"translation": "Unable to set a password over 72 characters due to the limitations of bcrypt."
|
||||
},
|
||||
{
|
||||
"id": "model.user.is_valid.position.app_error",
|
||||
"translation": "Invalid position: must not be longer than 35 characters."
|
||||
@@ -4591,10 +4611,6 @@
|
||||
"id": "store.sql.dialect_driver.panic",
|
||||
"translation": "Failed to create dialect specific driver %v"
|
||||
},
|
||||
{
|
||||
"id": "store.sql.drop_column.critical",
|
||||
"translation": "Failed to drop column %v"
|
||||
},
|
||||
{
|
||||
"id": "store.sql.incorrect_mac",
|
||||
"translation": "Incorrect MAC for the given ciphertext"
|
||||
|
||||
Ссылка в новой задаче
Block a user