2018-01-04 12:48:31 +03:00
OC . L10N . register (
"oauth2" ,
{
2018-09-15 03:12:09 +03:00
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "리다이렉트 URL은 예시와 같이 완전한 URL으로 이루어져야 합니다. 예시: https://yourdomain.com/path" ,
2018-01-04 12:48:31 +03:00
"OAuth 2.0 clients" : "OAuth 2.0 클라이언트" ,
2018-11-17 04:12:47 +03:00
"Name" : "이름" ,
2018-06-27 13:06:12 +03:00
"Redirection URI" : "전환될 URI" ,
2018-11-17 04:12:47 +03:00
"Client Identifier" : "클라이언트 식별자" ,
2018-06-27 13:06:12 +03:00
"Secret" : "비밀 값" ,
2018-11-17 04:12:47 +03:00
"Add client" : "클라이언트 추가" ,
2019-03-21 04:13:49 +03:00
"Add" : "추가"
2018-01-04 12:48:31 +03:00
} ,
"nplurals=1; plural=0;" ) ;