mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-14 14:45:23 +00:00
one/other translation boilerplate duplication
This commit is contained in:
@@ -290,18 +290,23 @@
|
||||
"email": "Email"
|
||||
},
|
||||
"user_sessions_overview": {
|
||||
"approaching_session_limit_warning_description": "You've used {{num_sessions}} of {{count}} device slots. Once you reach your limit, you'll need to remove an existing device to add another.",
|
||||
"approaching_session_limit_warning_description:one": "You've used {{num_sessions}} of {{count}} device slots. Once you reach your limit, you'll need to remove an existing device to add another.",
|
||||
"approaching_session_limit_warning_description:other": "You've used {{num_sessions}} of {{count}} device slots. Once you reach your limit, you'll need to remove an existing device to add another.",
|
||||
"approaching_session_limit_warning_header": "Heads up, you're close to your device limit",
|
||||
"heading": "Where you're signed in",
|
||||
"hit_session_limit_warning_description": "You've used {{num_sessions}} of {{count}} device slots. When you try to sign-in again, you'll need to remove an existing device.",
|
||||
"hit_session_limit_warning_description:one": "You've used {{num_sessions}} of {{count}} device slots. When you try to sign-in again, you'll need to remove an existing device.",
|
||||
"hit_session_limit_warning_description:other": "You've used {{num_sessions}} of {{count}} device slots. When you try to sign-in again, you'll need to remove an existing device.",
|
||||
"hit_session_limit_warning_header": "You've hit the device limit",
|
||||
"no_active_sessions": {
|
||||
"default": "You are not signed in to any application.",
|
||||
"inactive_90_days": "All your sessions have been active in the last 90 days."
|
||||
},
|
||||
"num_sessions_filtered_header": "{{count}} devices match your filter ({{unfiltered_session_count}} total)",
|
||||
"num_sessions_header": "{{count}} devices",
|
||||
"session_limit_info": "You've used {{count}}/{{limit}} device slots"
|
||||
"num_sessions_filtered_header:one": "{{count}} devices match your filter ({{unfiltered_session_count}} total)",
|
||||
"num_sessions_filtered_header:other": "{{count}} devices match your filter ({{unfiltered_session_count}} total)",
|
||||
"num_sessions_header:one": "{{count}} devices",
|
||||
"num_sessions_header:other": "{{count}} devices",
|
||||
"session_limit_info:one": "You've used {{count}}/{{limit}} device slots",
|
||||
"session_limit_info:other": "You've used {{count}}/{{limit}} device slots"
|
||||
},
|
||||
"verify_email": {
|
||||
"code_expired_alert": {
|
||||
|
||||
Reference in New Issue
Block a user