|
481 | 481 | "@errorCouldNotOpenLinkTitle": { |
482 | 482 | "description": "Error title when opening a link failed." |
483 | 483 | }, |
| 484 | + "@errorCouldNotReadFile": { |
| 485 | + "description": "Error message when an attached file could not be read.", |
| 486 | + "placeholders": { |
| 487 | + "filename": { |
| 488 | + "example": "foo.txt", |
| 489 | + "type": "String" |
| 490 | + } |
| 491 | + } |
| 492 | + }, |
484 | 493 | "@errorCouldNotShowUserProfile": { |
485 | 494 | "description": "Message that appears on the user profile page when the profile cannot be shown." |
486 | 495 | }, |
|
819 | 828 | "@loginPasswordLabel": { |
820 | 829 | "description": "Label for password input field." |
821 | 830 | }, |
| 831 | + "@loginRealmUrlHelpButton": { |
| 832 | + "description": "Tooltip for the 'help' icon button for the org-URL input in the login flow." |
| 833 | + }, |
| 834 | + "@loginRealmUrlHelperText": { |
| 835 | + "description": "Helper text below the Zulip organization URL entry field on the login page." |
| 836 | + }, |
822 | 837 | "@loginRealmUrlLabel": { |
823 | 838 | "description": "Label in login page for Zulip realm/org URL entry." |
824 | 839 | }, |
|
1645 | 1660 | "errorCouldNotFetchMessageSource": "No se pudo obtener el origen del mensaje.", |
1646 | 1661 | "errorCouldNotOpenLink": "No se pudo abrir el enlace: {url}", |
1647 | 1662 | "errorCouldNotOpenLinkTitle": "No se puede abrir el enlace", |
| 1663 | + "errorCouldNotReadFile": "No se ha podido leer el archivo: {filename}", |
1648 | 1664 | "errorCouldNotShowUserProfile": "No se pudo mostrar el perfil de usuario.", |
1649 | 1665 | "errorDeleteMessageFailedTitle": "No se pudo eliminar el mensaje", |
1650 | 1666 | "errorDialogContinue": "OK", |
|
1723 | 1739 | "loginMethodDividerSemanticLabel": "Alternativas de Inicio de Sesión", |
1724 | 1740 | "loginPageTitle": "Iniciar sesión", |
1725 | 1741 | "loginPasswordLabel": "Contraseña", |
| 1742 | + "loginRealmUrlHelpButton": "Ayuda", |
| 1743 | + "loginRealmUrlHelperText": "Esta es la dirección que debes utilizar para abrir Zulip en un navegador.", |
1726 | 1744 | "loginRealmUrlLabel": "URL de tu organización de Zulip", |
1727 | 1745 | "loginUsernameLabel": "Nombre de usuario", |
1728 | 1746 | "mainMenuMyProfile": "Mi perfil", |
|
0 commit comments