mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-30 20:29:07 +00:00
09dbb250a7
From the task panel, change the "add" button to "remove" when a meeting link is already present. This will be updated to "update" once the external API supports updating an existing room.
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"app": {
|
|
"sideload": "Please load the add-in.",
|
|
"loading": "Loading..."
|
|
},
|
|
"unauth": {
|
|
"intro": "Easily add a {{app_name}} meeting link to your Outlook events.",
|
|
"proconnect_btn": "Sign in with ProConnect",
|
|
"proconnect_link": "What is ProConnect?",
|
|
"proconnect_link_title": "What is ProConnect? - new window"
|
|
},
|
|
"success": {
|
|
"close_window": "If this window does not close automatically, please close it manually."
|
|
},
|
|
"auth": {
|
|
"disconnect": "Sign out"
|
|
},
|
|
"meeting": {
|
|
"already_added": "A {{app_name}} meeting has already been added.",
|
|
"link_inserted": "Meeting link inserted successfully",
|
|
"generating": "Generating...",
|
|
"add_meeting": "Add a {{app_name}} meeting",
|
|
"remove_meeting": "Remove the {{app_name}} meeting",
|
|
"removing": "Removing...",
|
|
"error": {
|
|
"auth": "Your session has expired. Please try again.",
|
|
"retry": "An error occurred. Please try again.",
|
|
"details": "Error: {{message}}"
|
|
}
|
|
},
|
|
"meeting_message": {
|
|
"join": "Join the {{app_name}} meeting",
|
|
"phone_only": "Or call in (audio only)",
|
|
"phone_fr": "(FR) {{phone}}",
|
|
"pin_code": "Code {{pin}}"
|
|
}
|
|
}
|