|
23 | 23 | "notificationContent": "새로운 기사가 추가되었습니다!", |
24 | 24 | "notificationTitleJournal": "저널 목록이 업데이트되었습니다", |
25 | 25 | "notificationTitleQuery": "쿼리가 업데이트되었습니다", |
26 | | - "numberPublications": "{count, 복수형, =0{게재된 논문 없음} =1{게재된 논문 1편} 기타{게재된 논문 {count}편}}", |
| 26 | + "numberPublications": "{count, plural, =0{게재된 논문 없음} =1{게재된 논문 1편} other{게재된 논문 {count}편}}", |
27 | 27 | "@numberPublications": { |
28 | 28 | "placeholders": { |
29 | 29 | "count": {} |
|
104 | 104 | "description": "Place holder text in the search input widget." |
105 | 105 | }, |
106 | 106 | "filter": "출판물 카드 필터링", |
107 | | - "filterResultsEmpty": "필터 조건에 맞는 출판물이 없습니다.", |
| 107 | + "filterResultsEmpty": "필터 조건에 맞는 출판물이 없습니다", |
108 | 108 | "filterDownloads": "다운로드 필터", |
109 | 109 | "filterFavorites": "즐겨찾기 필터", |
110 | 110 | "emptyDOIError": "DOI를 입력해 주세요", |
|
171 | 171 | "copyTitle": "제목 복사", |
172 | 172 | "copyUrl": "URL 복사", |
173 | 173 | "copiedToClipboard": "클립보드에 복사되었습니다!", |
174 | | - "doicopied": "DOI가 클립보드에 복사되었습니다.", |
| 174 | + "doicopied": "DOI가 클립보드에 복사되었습니다", |
175 | 175 | "@doicopied": { |
176 | 176 | "description": "Snackbar shown when the Copy DOI button is pressed." |
177 | 177 | }, |
178 | 178 | "issnCopied": "ISSN이 클립보드에 복사되었습니다", |
179 | | - "apiQueryCopied": "API 요청이 클립보드에 복사되었습니다.", |
| 179 | + "apiQueryCopied": "API 요청이 클립보드에 복사되었습니다", |
180 | 180 | "viewarticle": "기사 보기", |
181 | 181 | "articleViewer": "논문 뷰어", |
182 | 182 | "openExternalBrowser": "외부 브라우저에서 열기", |
|
211 | 211 | "displaySettings": "디스플레이 설정", |
212 | 212 | "appearance": "외관", |
213 | 213 | "theme": "테마", |
214 | | - "light": "Light", |
215 | | - "dark": "Dark", |
| 214 | + "light": "밝은 테마", |
| 215 | + "dark": "어두운 테마", |
216 | 216 | "systemtheme": "시스템 테마", |
217 | 217 | "system": "시스템", |
218 | 218 | "pdfTheme": "PDF 뷰어 테마", |
|
234 | 234 | "licenseInfo": "라이선스 정보", |
235 | 235 | "optionsMenu": "옵션 메뉴", |
236 | 236 | "favoriteButton": "즐겨찾기 버튼", |
237 | | - "unpaywallarticle": "이 기사는 Unpaywall을 통해 제공되었습니다.", |
| 237 | + "unpaywallarticle": "이 기사는 Unpaywall을 통해 제공되었습니다", |
238 | 238 | "@unpaywallarticle": { |
239 | 239 | "description": "Snackbar shown when an article was fetched from Unpaywall." |
240 | 240 | }, |
|
268 | 268 | } |
269 | 269 | } |
270 | 270 | }, |
271 | | - "lastUpdatedMinutes": "{분, 복수, 하나{마지막 업데이트: 1분 전} 기타{마지막 업데이트: {minutes}분 전}}", |
| 271 | + "lastUpdatedMinutes": "{minutes, plural, one{마지막 업데이트: 1분 전} other{마지막 업데이트: {minutes}분 전}}", |
272 | 272 | "@lastUpdatedMinutes": { |
273 | 273 | "placeholders": { |
274 | 274 | "minutes": { |
275 | 275 | "type": "int" |
276 | 276 | } |
277 | 277 | } |
278 | 278 | }, |
279 | | - "lastUpdatedHours": "{시간, 복수형, 하나{마지막 업데이트: 1시간 전} 기타{마지막 업데이트: {hours}시간 전}}", |
| 279 | + "lastUpdatedHours": "{hours, plural, one{마지막 업데이트 1시간 전} other{마지막 업데이트 {hours}시간 전}}", |
280 | 280 | "@lastUpdatedHours": { |
281 | 281 | "placeholders": { |
282 | 282 | "hours": { |
283 | 283 | "type": "int" |
284 | 284 | } |
285 | 285 | } |
286 | 286 | }, |
287 | | - "lastUpdatedDays": "{days, 복수형, one{마지막 업데이트: 1일 전} other{마지막 업데이트: {days}일 전}}", |
| 287 | + "lastUpdatedDays": "{days, plural, one{마지막 업데이트: 1일 전} other{마지막 업데이트: {days}일 전}}", |
288 | 288 | "@lastUpdatedDays": { |
289 | 289 | "placeholders": { |
290 | 290 | "days": { |
|
451 | 451 | "aiProvider": "AI 제공업체", |
452 | 452 | "pleaseSelectProvider": "제공업체를 선택해 주세요", |
453 | 453 | "apiKeyLabel": "{providerName} API 키", |
454 | | - "pleaseEnterAiAPIKey": "{providerName}용 API 키를 입력해 주세요.", |
| 454 | + "pleaseEnterAiAPIKey": "{providerName}용 API 키를 입력해 주세요", |
455 | 455 | "overrideBaseUrl": "기본 URL 재정의", |
456 | 456 | "customBaseUrl": "사용자 지정 기본 URL", |
457 | 457 | "pleaseEnterBaseUrl": "기본 URL을 입력해 주세요", |
|
529 | 529 | "checkEmail": "이메일을 확인해 주세요.", |
530 | 530 | "checkEmailDescription": "확인 링크가 발송되었습니다. 로그인하기 전에 계정을 확인해 주세요.", |
531 | 531 | "emailNotVerifiedError": "동기화하기 전에 이메일 주소를 확인해 주세요.", |
532 | | - "waitResendEmail": "이메일을 다시 보내려면 잠시 기다려 주십시오.", |
| 532 | + "waitResendEmail": "이메일을 다시 보내려면 {cooldown}초 동안 기다려 주세요.", |
533 | 533 | "resendEmail": "인증 이메일 다시 보내기", |
534 | 534 | "close": "닫기", |
535 | 535 | "email": "이메일", |
|
0 commit comments