Skip to content

Commit 5dc6fb9

Browse files
committed
Add locale strings for entry path editing
1 parent 15d959f commit 5dc6fb9

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

src/lib/locales/en-CA.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
10671075
required: Required
10681076

src/lib/locales/en-GB.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
10671075
required: Required
10681076

src/lib/locales/ja.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
10141022
required: 必須
10151023

0 commit comments

Comments
 (0)