mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 14:20:22 +08:00
Updated plural suffix problem related to showing the number of items when you use Explorer
This commit is contained in:
parent
1063b6c1ab
commit
e8b57debe9
@ -148,7 +148,7 @@ const ko = {
|
||||
image: "이미지",
|
||||
incorrect_password: "잘못된 비밀번호",
|
||||
invite_link: "초대 링크",
|
||||
item: "item",
|
||||
item: "개 항목",
|
||||
items_in_trash_cannot_be_renamed: `이 항목은 휴지통에 있기 때문에 이름을 바꿀 수 없습니다. 이 항목의 이름을 바꾸려면 먼저 휴지통에서 끌어내십시오.`,
|
||||
jpeg_image: "JPEG 이미지",
|
||||
keep_in_taskbar: "작업 표시줄에 유지",
|
||||
@ -163,9 +163,9 @@ const ko = {
|
||||
looks_good: "좋아 보입니다!",
|
||||
manage_sessions: "세션 관리",
|
||||
menubar_style: "메뉴 표시줄 스타일",
|
||||
menubar_style_desktop: "Desktop",
|
||||
menubar_style_system: "System",
|
||||
menubar_style_window: "Window",
|
||||
menubar_style_desktop: "바탕화면",
|
||||
menubar_style_system: "시스템",
|
||||
menubar_style_window: "윈도우",
|
||||
modified: "수정한 날짜",
|
||||
move: "이동",
|
||||
moving_file: "이동 중 %%",
|
||||
@ -208,7 +208,7 @@ const ko = {
|
||||
pick_name_for_website: "웹사이트 이름을 선택하세요:",
|
||||
picture: "사진",
|
||||
pictures: "사진",
|
||||
plural_suffix: "들",
|
||||
plural_suffix: " ",
|
||||
powered_by_puter_js: `제공: {{link=docs}}Puter.js{{/link}}`,
|
||||
preparing: "준비 중...",
|
||||
preparing_for_upload: "업로드 준비 중...",
|
||||
|
Loading…
Reference in New Issue
Block a user