File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1063,6 +1063,14 @@ edit_slug_error:
10631063 invalid : The slug cannot contain special characters, including slashes and spaces.
10641064 duplicate : This slug is used for another entry.
10651065
1066+ # Entry path editing in a nested collection
1067+ # Heading for the parent folder picker shown when the `meta.path` option is enabled
1068+ entry_parent_folder : Parent Folder
1069+ edit_path_error :
1070+ invalid : The path cannot contain relative segments such as “..”.
1071+ recursive : The entry cannot be moved into one of its own subfolders.
1072+ duplicate : This path is used for another entry.
1073+
10661074# Required field indicator
10671075required : Required
10681076
Original file line number Diff line number Diff line change @@ -1063,6 +1063,14 @@ edit_slug_error:
10631063 invalid : The slug cannot contain special characters, including slashes and spaces.
10641064 duplicate : This slug is used for another entry.
10651065
1066+ # Entry path editing in a nested collection
1067+ # Heading for the parent folder picker shown when the `meta.path` option is enabled
1068+ entry_parent_folder : Parent Folder
1069+ edit_path_error :
1070+ invalid : The path cannot contain relative segments such as “..”.
1071+ recursive : The entry cannot be moved into one of its own subfolders.
1072+ duplicate : This path is used for another entry.
1073+
10661074# Required field indicator
10671075required : Required
10681076
Original file line number Diff line number Diff line change @@ -1010,6 +1010,14 @@ edit_slug_error:
10101010 invalid : スラッグにはスラッシュや空白を含む特殊文字を使用できません。
10111011 duplicate : このスラッグは他のエントリーに使われています。
10121012
1013+ # Entry path editing in a nested collection
1014+ # Heading for the parent folder picker shown when the `meta.path` option is enabled
1015+ entry_parent_folder : 親フォルダー
1016+ edit_path_error :
1017+ invalid : パスに「..」などの相対パスを含めることはできません。
1018+ recursive : エントリーを自身のサブフォルダーへ移動することはできません。
1019+ duplicate : このパスは他のエントリーに使われています。
1020+
10131021# Required field indicator
10141022required : 必須
10151023
You can’t perform that action at this time.
0 commit comments