Added state selector for world
This commit is contained in:
@@ -38,6 +38,12 @@ export default defineI18nConfig(() => ({
|
||||
black: "Black",
|
||||
white: "White",
|
||||
},
|
||||
contentState: {
|
||||
selectOne: "Select a publication state",
|
||||
published: "Published",
|
||||
draft: "Draft",
|
||||
archived: "Archived",
|
||||
},
|
||||
greeting: "Connected as {user}",
|
||||
anonymousGreeting: "Preferences",
|
||||
backToProfile: "Back to profile",
|
||||
@@ -293,6 +299,12 @@ export default defineI18nConfig(() => ({
|
||||
black: "Noir",
|
||||
white: "Blanc",
|
||||
},
|
||||
contentState: {
|
||||
selectOne: "Modify l'état de publication",
|
||||
published: "Publié",
|
||||
draft: "Brouillon",
|
||||
archived: "Archivé",
|
||||
},
|
||||
greeting: "Connecté en tant que {user}",
|
||||
anonymousGreeting: "Préférences",
|
||||
backToProfile: "Retour au profil",
|
||||
|
||||
Reference in New Issue
Block a user