mirror of https://github.com/vector-im/riot-web
i18n
parent
c40141cc4f
commit
bdd3710f25
|
@ -16,6 +16,35 @@
|
|||
"Confirm adding phone number": "Confirm adding phone number",
|
||||
"Click the button below to confirm adding this phone number.": "Click the button below to confirm adding this phone number.",
|
||||
"Add Phone Number": "Add Phone Number",
|
||||
"common": {
|
||||
"error": "Error",
|
||||
"video": "Video",
|
||||
"people": "People",
|
||||
"analytics": "Analytics",
|
||||
"settings": "Settings",
|
||||
"no_results": "No results",
|
||||
"message_layout": "Message layout",
|
||||
"modern": "Modern",
|
||||
"success": "Success",
|
||||
"sticker": "Sticker",
|
||||
"offline": "Offline",
|
||||
"loading": "Loading…",
|
||||
"about": "About",
|
||||
"message": "Message",
|
||||
"unmute": "Unmute",
|
||||
"mute": "Mute",
|
||||
"security": "Security",
|
||||
"verification_cancelled": "Verification cancelled",
|
||||
"encryption_enabled": "Encryption enabled",
|
||||
"image": "Image",
|
||||
"reactions": "Reactions",
|
||||
"report_a_bug": "Report a bug",
|
||||
"forward_message": "Forward message",
|
||||
"suggestions": "Suggestions",
|
||||
"password": "Password",
|
||||
"username": "Username",
|
||||
"room_name": "Room name"
|
||||
},
|
||||
"Unable to load! Check your network connectivity and try again.": "Unable to load! Check your network connectivity and try again.",
|
||||
"Dismiss": "Dismiss",
|
||||
"Attachment": "Attachment",
|
||||
|
@ -3361,6 +3390,9 @@
|
|||
"Switch to light mode": "Switch to light mode",
|
||||
"Switch to dark mode": "Switch to dark mode",
|
||||
"Switch theme": "Switch theme",
|
||||
"a11y": {
|
||||
"user_menu": "User menu"
|
||||
},
|
||||
"Could not load user profile": "Could not load user profile",
|
||||
"Decrypted event source": "Decrypted event source",
|
||||
"Decrypted source unavailable": "Decrypted source unavailable",
|
||||
|
@ -3598,37 +3630,5 @@
|
|||
"Activate selected button": "Activate selected button",
|
||||
"New line": "New line",
|
||||
"Force complete": "Force complete",
|
||||
"Search (must be enabled)": "Search (must be enabled)",
|
||||
"common": {
|
||||
"error": "Error",
|
||||
"video": "Video",
|
||||
"people": "People",
|
||||
"analytics": "Analytics",
|
||||
"settings": "Settings",
|
||||
"no_results": "No results",
|
||||
"message_layout": "Message layout",
|
||||
"modern": "Modern",
|
||||
"success": "Success",
|
||||
"sticker": "Sticker",
|
||||
"offline": "Offline",
|
||||
"loading": "Loading…",
|
||||
"about": "About",
|
||||
"message": "Message",
|
||||
"unmute": "Unmute",
|
||||
"mute": "Mute",
|
||||
"security": "Security",
|
||||
"verification_cancelled": "Verification cancelled",
|
||||
"encryption_enabled": "Encryption enabled",
|
||||
"image": "Image",
|
||||
"reactions": "Reactions",
|
||||
"report_a_bug": "Report a bug",
|
||||
"forward_message": "Forward message",
|
||||
"suggestions": "Suggestions",
|
||||
"password": "Password",
|
||||
"username": "Username",
|
||||
"room_name": "Room name"
|
||||
},
|
||||
"a11y": {
|
||||
"user_menu": "User menu"
|
||||
}
|
||||
}
|
||||
"Search (must be enabled)": "Search (must be enabled)"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue