mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 01:47:30 +01:00
fix user locale handling (#190)
* fix some french translations add more translations fix langage preference setup * handle i18n for delete space or folder * fix content layout for help text
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
"logout": "Log out",
|
||||
"email": "Email Address",
|
||||
"password": "Password",
|
||||
"forgot_password": "Forgot Password",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"nick": "Name",
|
||||
@@ -324,5 +325,8 @@
|
||||
"follow_present_help": "If someone else is presenting this Space, the other members automatically follow the presentation. Switch following on or off with this button.",
|
||||
"export": "Export",
|
||||
"media": "Media",
|
||||
"tool_edit_text": "Edit Text"
|
||||
"tool_edit_text": "Edit Text",
|
||||
"tool_space_help_part_one": "Use the toolbar to add content.",
|
||||
"tool_space_help_part_two": "You can also drop images or sound and video files.",
|
||||
"tool_delete_space": "Really delete \"%s\"?"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user