Просмотр исходного кода

Merge branch 'master' of https://github.com/lejianwen/rustdesk-api

ljw 1 год назад
Родитель
Сommit
3f9b370dd6
1 измененных файлов с 123 добавлено и 0 удалено
  1. 123 0
      resources/i18n/ko.toml

+ 123 - 0
resources/i18n/ko.toml

@@ -0,0 +1,123 @@
1
+[Test]
2
+description = "test"
3
+one = "테스트1 {{.P0}}"
4
+other = "테스트2 {{.P0}}"
5
+
6
+[ParamsError]
7
+description = "Params validation failed."
8
+one = "매개변수 검증에 실패했습니다."
9
+other = "매개변수 검증에 실패했습니다."
10
+
11
+[OperationFailed]
12
+description = "OperationFailed."
13
+one = "작업 실패."
14
+other = "작업 실패."
15
+
16
+[OperationSuccess]
17
+description = "OperationSuccess."
18
+one = "작업 성공."
19
+other = "작업 성공."
20
+
21
+[ItemExists]
22
+description = "Item already exists."
23
+one = "항목이 이미 존재합니다."
24
+other = "항목이 이미 존재합니다."
25
+
26
+[ItemNotFound]
27
+description = "Item not found."
28
+one = "항목을 찾을 수 없습니다."
29
+other = "항목을 찾을 수 없습니다."
30
+
31
+[NoAccess]
32
+description = "No access."
33
+one = "접근할 수 없습니다."
34
+other = "접근할 수 없습니다."
35
+
36
+[UsernameOrPasswordError]
37
+description = "Username or password error."
38
+one = "사용자 이름이나 비밀번호가 올바르지 않습니다."
39
+other = "사용자 이름이나 비밀번호가 올바르지 않습니다."
40
+
41
+[SystemError]
42
+description = "System error."
43
+one = "시스템 오류."
44
+other = "시스템 오류."
45
+
46
+[ConfigNotFound]
47
+description = "Config not found."
48
+one = "구성이 존재하지 않습니다."
49
+other = "구성이 존재하지 않습니다."
50
+
51
+#授权过期
52
+[OauthExpired]
53
+description = "Oauth expired."
54
+one = "인증이 만료되었습니다. 다시 승인해 주세요."
55
+other = "인증이 만료되었습니다. 다시 승인해 주세요."
56
+
57
+[OauthFailed]
58
+description = "Oauth failed."
59
+one = "인증에 실패했습니다."
60
+other = "인증에 실패했습니다."
61
+
62
+[OauthHasBindOtherUser]
63
+description = "Oauth has bind other user."
64
+one = "권한이 다른 사용자에게 바인딩되었습니다."
65
+other = "권한이 다른 사용자에게 바인딩되었습니다."
66
+
67
+[ParamIsEmpty]
68
+description = "Param is empty."
69
+one = "{{.P0}} 비어 있습니다."
70
+other = "{{.P0}} 비어 있습니다."
71
+
72
+[BindFail]
73
+description = "Bind fail."
74
+one = "바인딩 실패."
75
+other = "바인딩 실패."
76
+[BindSuccess]
77
+description = "Bind success."
78
+one = "바인딩 성공."
79
+other = "바인딩 성공."
80
+[OauthHasBeenSuccess]
81
+description = "Oauth has been success."
82
+one = "인증이 완료되었습니다."
83
+other = "인증이 완료되었습니다."
84
+[OauthSuccess]
85
+description = "Oauth success."
86
+one = "인증 성공."
87
+other = "인증 성공."
88
+[OauthRegisterSuccess]
89
+description = "Oauth register success."
90
+one = "인증 등록이 완료되었습니다."
91
+other = "인증 등록이 완료되었습니다."
92
+[OauthRegisterFailed]
93
+description = "Oauth register failed."
94
+one = "인증 등록에 실패했습니다."
95
+other = "인증 등록에 실패했습니다."
96
+[GetOauthTokenError]
97
+description = "Get oauth token error."
98
+one = "인증 토큰을 획득하지 못했습니다."
99
+other = "인증 토큰을 획득하지 못했습니다."
100
+[GetOauthUserInfoError]
101
+description = "Get oauth user info error."
102
+one = "인증된 사용자 정보를 획득하지 못했습니다."
103
+other = "인증된 사용자 정보를 획득하지 못했습니다."
104
+[DecodeOauthUserInfoError]
105
+description = "Decode oauth user info error."
106
+one = "인증된 사용자 정보를 구문 분석하지 못했습니다."
107
+other = "인증된 사용자 정보를 구문 분석하지 못했습니다."
108
+
109
+[OldPasswordError]
110
+description = "Old password error."
111
+one = "이전 비밀번호가 잘못되었습니다."
112
+other = "이전 비밀번호가 잘못되었습니다."
113
+
114
+
115
+[DefaultGroup]
116
+description = "Default group."
117
+one = "기본 그룹"
118
+other = "기본 그룹"
119
+
120
+[ShareGroup]
121
+description = "Share group."
122
+one = "공유 그룹"
123
+other = "공유 그룹"