Jump to content

Translations:Dolphin/Batch Rename/4/ko: Difference between revisions

From KDE UserBase Wiki
Peremen (talk | contribs)
Created page with "파일 이름에 '#' 기호를 입력하면 첫 번째 파일은 '1'로 시작하여 이후 파일마다 1씩 증가하는 숫자로 대체됩니다. 해시 기호를 여러..."
 
(No difference)

Latest revision as of 20:03, 31 May 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Dolphin/Batch Rename)
The '#' symbol anywhere within the file name will be replaced with a number, starting with '1' for the first file and continuing up for each file after that. Placing multiple hashes will add leading zeroes to the numbers.
:* # will be replaced by 1, 2, 3, 30, 150, etc
:* #### will be replaced by 0001, 0002, 0003, 0030, 0150, etc

파일 이름에 '#' 기호를 입력하면 첫 번째 파일은 '1'로 시작하여 이후 파일마다 1씩 증가하는 숫자로 대체됩니다. 해시 기호를 여러 개 입력하면 숫자 앞에 0을 붙입니다.

  • #을 입력하면 1, 2, 3, 30, 150 등으로 대체됩니다
  • ####을 입력하면 0001, 0002, 0003, 0030, 0150 등으로 대체됩니다