Translations:Dolphin/Batch Rename/4/zh-cn: Difference between revisions

From KDE UserBase Wiki
m (Created page with "文件名中的'#'符号会被数字替换掉,从第一个文件的'1'开始,后续文件累加数字。")
 
mNo edit summary
 
Line 1: Line 1:
文件名中的'#'符号会被数字替换掉,从第一个文件的'1'开始,后续文件累加数字。
文件名中的'#'符号会被数字替换掉,从第一个文件的'1'开始,后续文件累加数字。添加多个#号会在数字前置0。
:* # 会被替换成 1, 2, 3, 30, 150 等
:* #### 会被替换成 0001, 0002, 0003, 0030, 0150 等。

Latest revision as of 14:13, 28 July 2011

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'开始,后续文件累加数字。添加多个#号会在数字前置0。

  • # 会被替换成 1, 2, 3, 30, 150 等
  • #### 会被替换成 0001, 0002, 0003, 0030, 0150 等。