diff --git a/assets/base/i18n/de.json b/assets/base/i18n/de.json index 3aff133f3..861807523 100644 --- a/assets/base/i18n/de.json +++ b/assets/base/i18n/de.json @@ -651,6 +651,22 @@ "admin.manage_tokens.manageTokensTitle": "Persönliche Zugriffs-Token verwalten", "admin.manage_tokens.userAccessTokensDescription": "Persönliche Zugriffs-Token funktionieren ähnlich wie Sitzungs-Token und können von Integrationen zur Interaktion mit diesem Mattermost-Server verwendet werden. Token sind deaktiviert, falls der Benutzer deaktiviert ist. Lernen Sie mehr über Benutzer-Zugriffs-Token.", "admin.manage_tokens.userAccessTokensNone": "Keine persönlichen Zugriffs-Token.", + "admin.messageExport.createJob.help": "Initiates a Message Export job immediately.", + "admin.messageExport.createJob.title": "Run Message Export job now", + "admin.messageExport.description": "Message Export dumps all posts into a file that can be imported into third-party systems. The export task is scheduled to run once per day.", + "admin.messageExport.exportFormat.actiance": "Actiance XML", + "admin.messageExport.exportFormat.description": "The file format to write exported data in. Corresponds to the system that you want to import the data into.", + "admin.messageExport.exportFormat.title": "Export File Format:", + "admin.messageExport.exportFromTimestamp.description": "Posts older than this will not be exported. Expressed as the number of seconds since the Unix Epoch (January 1, 1970).", + "admin.messageExport.exportFromTimestamp.example": "E.g.: Tuesday October 24, 2017 @ 12pm UTC = 1508846400", + "admin.messageExport.exportFromTimestamp.title": "Creation Time of Oldest Post to Export:", + "admin.messageExport.exportJobStartTime.description": "Stellt die Startzeit für den täglich geplanten Job zur Datenaufbewahrung ein. Wählen Sie eine Zeit, in der weniger Benutzer ihr System benutzen. Muss ein 24-Stunden-Zeitstempel im Format HH:MM sein.", + "admin.messageExport.exportJobStartTime.example": "Z.B.: \"02:00\"", + "admin.messageExport.exportJobStartTime.title": "Message Export time:", + "admin.messageExport.exportLocation.description": "The directory on your hard drive to write export files to. Mattermost must have write access to this directory. Do not include a filename.", + "admin.messageExport.exportLocation.example": "E.g.: /var/mattermost/exports/", + "admin.messageExport.exportLocation.title": "Export Directory:", + "admin.messageExport.title": "Message Export (Beta)", "admin.metrics.enableDescription": "Wenn wahr, wird Mattermost Performance-Daten sammeln und profilieren. Bitte schauen Sie in die Dokumentation um mehr über die Konfiguration von Performanceüberwachung für Mattermost zu erfahren.", "admin.metrics.enableTitle": "Performance Monitoring aktivieren:", "admin.metrics.listenAddressDesc": "Die Adresse auf die der Server hören wird um die Performancemetriken auszugeben.", @@ -888,6 +904,8 @@ "admin.service.listenAddress": "Empfangs-Adresse:", "admin.service.listenDescription": "Die Adresse und Port an die gebunden und gehört wird. Bei Angabe von \":8065\" wird an alle Netzwerkkarten gebunden. Bei Angabe von \"127.0.0.1:8065\" wird nur an die Netzwerkkarte mit der IP Adresse gebunden. Wenn Sie einen Port eines niedrigen Levels wählen (auch \"System Ports\" oder \"Well Known Ports\" im Bereich 0-1023), müssen Sie Berechtigungen für das Binden an den Port haben. Auf Linux können Sie \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" verwenden um Mattermost das Binden an Well Known Ports zu erlauben.", "admin.service.listenExample": "Z.B.: \":8065\"", + "admin.service.messageExportDesc": "When true, the system will export all messages that are sent once per day.", + "admin.service.messageExportTitle": "Enable Message Export:", "admin.service.mfaDesc": "Wenn wahr, können Benutzer mit AD/LDAP- oder E-Mail-Anmeldung Multi-Faktor-Authentifizierung ihrem Konto mit Google-Authenticator hinzufügen.", "admin.service.mfaTitle": "Multi-Faktor-Authentifizierung einschalten:", "admin.service.mobileSessionDays": "Sessiondauer für mobile Anwendungen (Tage):", @@ -960,6 +978,7 @@ "admin.sidebar.logging": "Protokollierung", "admin.sidebar.login": "Anmelden", "admin.sidebar.logs": "Protokolle", + "admin.sidebar.message_export": "Message Export (Beta)", "admin.sidebar.metrics": "Performance Überwachung", "admin.sidebar.mfa": "MFA", "admin.sidebar.nativeAppLinks": "Mattermost-App-Links", @@ -1355,6 +1374,7 @@ "channel_notifications.sendDesktop": "Desktop-Benachrichtigungen senden", "channel_notifications.unreadInfo": "Der Kanalname wird fettgedruckt dargestellt wenn es ungelesene Nachrichten gibt. Auswählen von \"Nur für Erwähnungen\" wird die Fettschreibung der Kanäle nur durchführen wenn Sie erwähnt werden.", "channel_select.placeholder": "--- Wählen Sie einen Kanal ---", + "channel_switch_modal.deactivated": "Deaktivieren", "channel_switch_modal.dm": "(Direktnachricht)", "channel_switch_modal.failed_to_open": "Fehler beim Öffnen des Kanals.", "channel_switch_modal.not_found": "Keine Treffer.", @@ -1408,6 +1428,7 @@ "create_comment.file": "Datei wird hochgeladen", "create_comment.files": "Dateien werden hochgeladen", "create_post.comment": "Kommentar", + "create_post.deactivated": "You are viewing an archived channel with a deactivated user.", "create_post.error_message": "Ihre Mitteilung ist zu lang. Zeichenanzahl: {length}/{limit}", "create_post.post": "Senden", "create_post.shortcutsNotSupported": "Tastaturkürzel werden auf Ihrem Gerät nicht unterstützt.", @@ -1916,6 +1937,7 @@ "mobile.channel_info.alertTitleLeaveChannel": "{term} verlassen", "mobile.channel_info.alertYes": "Ja", "mobile.channel_info.delete_failed": "Der Kanal {displayName} konnte nicht gelöscht werden. Bitte überprüfen Sie Ihre Verbindung und versuchen es erneut.", + "mobile.channel_info.edit": "Edit Channel", "mobile.channel_info.privateChannel": "Privater Kanal", "mobile.channel_info.publicChannel": "Öffentlicher Kanal", "mobile.channel_list.alertMessageLeaveChannel": "Sind Sie sicher, dass Sie den {term} {name} verlassen möchten?", @@ -1950,6 +1972,8 @@ "mobile.commands.error_title": "Error Executing Command", "mobile.components.channels_list_view.yourChannels": "Ihre Kanäle:", "mobile.components.error_list.dismiss_all": "Alle verwerfen", + "mobile.components.select_server_view.connect": "Verbunden", + "mobile.components.select_server_view.connecting": "Verbinde...", "mobile.components.select_server_view.continue": "Weiter", "mobile.components.select_server_view.enterServerUrl": "Geben Sie die Server-URL ein", "mobile.components.select_server_view.proceed": "Fortfahren", @@ -1971,6 +1995,7 @@ "mobile.downloader.image_saved": "Image Saved", "mobile.downloader.video_saved": "Video Saved", "mobile.drawer.teamsTitle": "Teams", + "mobile.edit_channel": "Speichern", "mobile.edit_post.title": "Nachricht bearbeiten", "mobile.emoji_picker.activity": "AKTIVITÄTEN", "mobile.emoji_picker.custom": "BENUTZERDEFINIERT", @@ -2008,6 +2033,8 @@ "mobile.managed.secured_by": "Gesichert durch {vendor}", "mobile.markdown.code.copy_code": "Code kopieren", "mobile.markdown.code.plusMoreLines": "+{count, number} mehr Zeilen", + "mobile.markdown.image.error": "Image failed to load:", + "mobile.markdown.image.too_large": "Image exceeds max dimensions of {maxWidth} by {maxHeight}:", "mobile.markdown.link.copy_url": "Adresse (URL) kopieren", "mobile.mention.copy_mention": "Erwähnung kopieren", "mobile.more_dms.start": "Start", @@ -2059,6 +2086,13 @@ "mobile.post.retry": "Aktualisieren", "mobile.post_info.add_reaction": "Reaktion hinzufügen", "mobile.post_info.copy_post": "Nachricht kopieren", + "mobile.rename_channel.display_name_maxLength": "Dieses Feld muss kleiner als {maxLength, number} Zeichen sein", + "mobile.rename_channel.display_name_minLength": "Kanalname muss {minLength, number} oder mehr Zeichen enthalten.", + "mobile.rename_channel.display_name_required": "Channel name is required", + "mobile.rename_channel.name_lowercase": "Dürfen nur Kleinbuchstaben oder Ziffern sein", + "mobile.rename_channel.name_maxLength": "Dieses Feld muss kleiner als {maxLength, number} Zeichen sein", + "mobile.rename_channel.name_minLength": "Kanalname muss {minLength, number} oder mehr Zeichen enthalten.", + "mobile.rename_channel.name_required": "URL is required", "mobile.request.invalid_response": "Ungültige Antwort vom Server erhalten.", "mobile.retry_message": "Aktualisierung der Nachrichten fehlgeschlagen. Nach oben ziehen, um erneut zu versuchen.", "mobile.routes.channelInfo": "Info", diff --git a/assets/base/i18n/en.json b/assets/base/i18n/en.json index 39df9f3bd..03f5d9aca 100644 --- a/assets/base/i18n/en.json +++ b/assets/base/i18n/en.json @@ -651,6 +651,22 @@ "admin.manage_tokens.manageTokensTitle": "Manage Personal Access Tokens", "admin.manage_tokens.userAccessTokensDescription": "Personal access tokens function similarly to session tokens and can be used by integrations to interact with this Mattermost server. Tokens are disabled if the user is deactivated. Learn more about personal access tokens.", "admin.manage_tokens.userAccessTokensNone": "No personal access tokens.", + "admin.messageExport.createJob.help": "Initiates a Message Export job immediately.", + "admin.messageExport.createJob.title": "Run Message Export job now", + "admin.messageExport.description": "Message Export dumps all posts into a file that can be imported into third-party systems. The export task is scheduled to run once per day.", + "admin.messageExport.exportFormat.actiance": "Actiance XML", + "admin.messageExport.exportFormat.description": "The file format to write exported data in. Corresponds to the system that you want to import the data into.", + "admin.messageExport.exportFormat.title": "Export File Format:", + "admin.messageExport.exportFromTimestamp.description": "Posts older than this will not be exported. Expressed as the number of seconds since the Unix Epoch (January 1, 1970).", + "admin.messageExport.exportFromTimestamp.example": "E.g.: Tuesday October 24, 2017 @ 12pm UTC = 1508846400", + "admin.messageExport.exportFromTimestamp.title": "Creation Time of Oldest Post to Export:", + "admin.messageExport.exportJobStartTime.description": "Set the start time of the daily scheduled message export job. Choose a time when fewer people are using your system. Must be a 24-hour time stamp in the form HH:MM.", + "admin.messageExport.exportJobStartTime.example": "E.g.: \"02:00\"", + "admin.messageExport.exportJobStartTime.title": "Message Export time:", + "admin.messageExport.exportLocation.description": "The directory on your hard drive to write export files to. Mattermost must have write access to this directory. Do not include a filename.", + "admin.messageExport.exportLocation.example": "E.g.: /var/mattermost/exports/", + "admin.messageExport.exportLocation.title": "Export Directory:", + "admin.messageExport.title": "Message Export (Beta)", "admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see documentation to learn more about configuring performance monitoring for Mattermost.", "admin.metrics.enableTitle": "Enable Performance Monitoring:", "admin.metrics.listenAddressDesc": "The address the server will listen on to expose performance metrics.", @@ -888,6 +904,8 @@ "admin.service.listenAddress": "Listen Address:", "admin.service.listenDescription": "The address and port to which to bind and listen. Specifying \":8065\" will bind to all network interfaces. Specifying \"127.0.0.1:8065\" will only bind to the network interface having that IP address. If you choose a port of a lower level (called \"system ports\" or \"well-known ports\", in the range of 0-1023), you must have permissions to bind to that port. On Linux you can use: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" to allow Mattermost to bind to well-known ports.", "admin.service.listenExample": "E.g.: \":8065\"", + "admin.service.messageExportDesc": "When true, the system will export all messages that are sent once per day.", + "admin.service.messageExportTitle": "Enable Message Export:", "admin.service.mfaDesc": "When true, users with AD/LDAP or email login can add multi-factor authentication to their account using Google Authenticator.", "admin.service.mfaTitle": "Enable Multi-factor Authentication:", "admin.service.mobileSessionDays": "Session Length Mobile (days):", @@ -960,6 +978,7 @@ "admin.sidebar.logging": "Logging", "admin.sidebar.login": "Login", "admin.sidebar.logs": "Logs", + "admin.sidebar.message_export": "Message Export (Beta)", "admin.sidebar.metrics": "Performance Monitoring", "admin.sidebar.mfa": "MFA", "admin.sidebar.nativeAppLinks": "Mattermost App Links", @@ -1355,6 +1374,7 @@ "channel_notifications.sendDesktop": "Send desktop notifications", "channel_notifications.unreadInfo": "The channel name is bolded in the sidebar when there are unread messages. Selecting \"Only for mentions\" will bold the channel only when you are mentioned.", "channel_select.placeholder": "--- Select a channel ---", + "channel_switch_modal.deactivated": "Deactivated", "channel_switch_modal.dm": "(Direct Message)", "channel_switch_modal.failed_to_open": "Failed to open channel.", "channel_switch_modal.not_found": "No matches found.", @@ -1408,6 +1428,7 @@ "create_comment.file": "File uploading", "create_comment.files": "Files uploading", "create_post.comment": "Comment", + "create_post.deactivated": "You are viewing an archived channel with a deactivated user.", "create_post.error_message": "Your message is too long. Character count: {length}/{limit}", "create_post.post": "Post", "create_post.shortcutsNotSupported": "Keyboard shortcuts are not supported on your device.", @@ -1916,9 +1937,9 @@ "mobile.channel_info.alertTitleLeaveChannel": "Leave {term}", "mobile.channel_info.alertYes": "Yes", "mobile.channel_info.delete_failed": "We couldn't delete the channel {displayName}. Please check your connection and try again.", + "mobile.channel_info.edit": "Edit Channel", "mobile.channel_info.privateChannel": "Private Channel", "mobile.channel_info.publicChannel": "Public Channel", - "mobile.channel_info.edit": "Edit Channel", "mobile.channel_list.alertMessageLeaveChannel": "Are you sure you want to leave the {term} {name}?", "mobile.channel_list.alertNo": "No", "mobile.channel_list.alertTitleLeaveChannel": "Leave {term}", @@ -1953,9 +1974,10 @@ "mobile.components.error_list.dismiss_all": "Dismiss All", "mobile.components.select_server_view.connect": "Connect", "mobile.components.select_server_view.connecting": "Connecting...", + "mobile.components.select_server_view.continue": "Continue", "mobile.components.select_server_view.enterServerUrl": "Enter Server URL", + "mobile.components.select_server_view.proceed": "Proceed", "mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com", - "mobile.edit_channel": "Save", "mobile.create_channel": "Create", "mobile.create_channel.private": "New Private Channel", "mobile.create_channel.public": "New Public Channel", @@ -1973,6 +1995,7 @@ "mobile.downloader.image_saved": "Image Saved", "mobile.downloader.video_saved": "Video Saved", "mobile.drawer.teamsTitle": "Teams", + "mobile.edit_channel": "Save", "mobile.edit_post.title": "Editing Message", "mobile.emoji_picker.activity": "ACTIVITY", "mobile.emoji_picker.custom": "CUSTOM", @@ -2063,13 +2086,13 @@ "mobile.post.retry": "Refresh", "mobile.post_info.add_reaction": "Add Reaction", "mobile.post_info.copy_post": "Copy Post", - "mobile.rename_channel.display_name_required": "Channel name is required", "mobile.rename_channel.display_name_maxLength": "Channel name must be less than {maxLength, number} characters", "mobile.rename_channel.display_name_minLength": "Channel name must be {minLength, number} or more characters", - "mobile.rename_channel.name_required": "URL is required", + "mobile.rename_channel.display_name_required": "Channel name is required", + "mobile.rename_channel.name_lowercase": "URL be lowercase alphanumeric characters", "mobile.rename_channel.name_maxLength": "URL must be less than {maxLength, number} characters", "mobile.rename_channel.name_minLength": "URL must be {minLength, number} or more characters", - "mobile.rename_channel.name_lowercase": "URL be lowercase alphanumeric characters", + "mobile.rename_channel.name_required": "URL is required", "mobile.request.invalid_response": "Received invalid response from the server.", "mobile.retry_message": "Refreshing messages failed. Pull up to try again.", "mobile.routes.channelInfo": "Info", diff --git a/assets/base/i18n/es.json b/assets/base/i18n/es.json index a3609351e..256090586 100644 --- a/assets/base/i18n/es.json +++ b/assets/base/i18n/es.json @@ -651,6 +651,22 @@ "admin.manage_tokens.manageTokensTitle": "Gestionar Tokens de Acceso Personales", "admin.manage_tokens.userAccessTokensDescription": "Tokens de acceso personales funcionan similar a un token de sesión y pueden ser utilizado por integraciones para interactuar con este servidor de Mattermost. Los Tokens son desactivados si el usuario es inhabilitado. Conoce más acerca de tokens de acceso personales.", "admin.manage_tokens.userAccessTokensNone": "No hay tokens de acceso personales.", + "admin.messageExport.createJob.help": "Inicia el trabajo de Exportación de Mensajes inmediatamente.", + "admin.messageExport.createJob.title": "Ejecutar la Exportación de Mensajes de trabajo ahora", + "admin.messageExport.description": "La Exportación de mensajes vuelca todos los mensajes en un archivo que se pueden importar en sistemas de terceros. La tarea de exportación está programada para que se ejecute una vez al día.", + "admin.messageExport.exportFormat.actiance": "Actiance XML", + "admin.messageExport.exportFormat.description": "El formato de archivo para escribir los datos exportados. Corresponde al sistema que desea importar los datos.", + "admin.messageExport.exportFormat.title": "Exportar a formato de archivo:", + "admin.messageExport.exportFromTimestamp.description": "Los mensajes más antiguos a este valor no serán exportado. Se expresa como el número de segundos desde la época Unix (1 de enero de 1970).", + "admin.messageExport.exportFromTimestamp.example": "Ej.: Martes 24 de octubre de 2017 @ 12h UTC = 1508846400", + "admin.messageExport.exportFromTimestamp.title": "El Momento de la creación del mensaje más antiguo a Exportar:", + "admin.messageExport.exportJobStartTime.description": "Establece la hora de inicio diaria para la ejecución del trabajo de exportación de mensajes. Elige un momento en el que menos personas estén usando el sistema. Debe ser una hora en horario de 24 horas en la forma HH:MM.", + "admin.messageExport.exportJobStartTime.example": "Ej.: \"20:00\"", + "admin.messageExport.exportJobStartTime.title": "Hora para exportar los mensajes:", + "admin.messageExport.exportLocation.description": "El directorio en el disco duro para escribir los archivos de exportación. Mattermost debe tener acceso de escritura a este directorio. No incluir el nombre del archivo.", + "admin.messageExport.exportLocation.example": "Ej.: /var/mattermost/exports/", + "admin.messageExport.exportLocation.title": "Directorio de exportación:", + "admin.messageExport.title": "Exportación de Mensajes (Beta)", "admin.metrics.enableDescription": "Cuando es verdadero, Mattermost habilitará el monitoreo de desempeño, la recolección y la elaboración de perfiles. Por favor, consulta la documentación para obtener más información acerca de la configuración del monitoreo del rendimiento para Mattermost.", "admin.metrics.enableTitle": "Habilitar el Monitoreo de Desempeño:", "admin.metrics.listenAddressDesc": "La dirección del servidor que escuchará para mostrar las métricas de rendimiento.", @@ -888,6 +904,8 @@ "admin.service.listenAddress": "Dirección de escucha:", "admin.service.listenDescription": "La dirección y el puerto al que se debe enlazar y escuchar. Si se especifica \":8065\" se enlaza a todas las interfaces de red. Al especificar \"127.0.0.1:8065\" sólo se enlaza a la interfaz de red que tiene esa dirección IP. Si eliges un puerto de un nivel inferior (llamado \"puertos de sistema\" o \"puertos conocidos\", en el rango de 0-1023), debes tener permisos para enlazar a ese puerto. En Linux puedes usar: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" para permitir que Mattermost sea enlazado a los puertos conocidos.", "admin.service.listenExample": "Ej.: \":8065\"", + "admin.service.messageExportDesc": "Cuando es verdadero, el sistema exportará todos los mensajes que han sido enviados una vez al día.", + "admin.service.messageExportTitle": "Habilitar la Exportación de Mensajes:", "admin.service.mfaDesc": "Cuando es verdadero, los usuarios con inicio de sesión AD/LDAP o correo electrónico podrán agregar la autenticación de múltiples factores a su cuenta utilizando Google Authenticator.", "admin.service.mfaTitle": "Habilitar Autenticación de Múltiples Factores:", "admin.service.mobileSessionDays": "Duración de la sesión para móviles (días):", @@ -960,6 +978,7 @@ "admin.sidebar.logging": "Registros", "admin.sidebar.login": "Inicio de Sesión", "admin.sidebar.logs": "Registros", + "admin.sidebar.message_export": "Exportación de Mensajes (Beta)", "admin.sidebar.metrics": "Monitoreo de Desempeño", "admin.sidebar.mfa": "MFA", "admin.sidebar.nativeAppLinks": "Enlaces de Mattermost App", @@ -1355,6 +1374,7 @@ "channel_notifications.sendDesktop": "Enviar notificaciones de escritorio", "channel_notifications.unreadInfo": "El nombre del canal está en negritas en la barra lateral cuando hay mensajes sin leer. Al elegir \"Sólo para menciones\" sólo lo dejará en negritas cuando seas mencionado.", "channel_select.placeholder": "--- Selecciona un canal ---", + "channel_switch_modal.deactivated": "Desactivado", "channel_switch_modal.dm": "(Mensaje Directo)", "channel_switch_modal.failed_to_open": "No se pudo abrir el canal.", "channel_switch_modal.not_found": "No se encontró ninguna coincidencia.", @@ -1408,6 +1428,7 @@ "create_comment.file": "Cargando archivo", "create_comment.files": "Cargando archivos", "create_post.comment": "Comentario", + "create_post.deactivated": "Estás viendo un canal archivado con un usuario desactivado.", "create_post.error_message": "Tu mensaje es demasiado largo. Cantidad de caracteres: {length}/{limit}", "create_post.post": "Mensaje", "create_post.shortcutsNotSupported": "Los Accesos rápidos de teclado no son compatibles con su dispositivo.", @@ -1907,7 +1928,7 @@ "mobile.android.photos_permission_denied_title": "Acceso a la biblioteca de fotos es necesario", "mobile.android.videos_permission_denied_description": "Para subir los vídeos de tu biblioteca, por favor, cambia la configuración de permisos.", "mobile.android.videos_permission_denied_title": "Acceso a la biblioteca de vídeos es necesario", - "mobile.channel.markAsRead": "Mark As Read", + "mobile.channel.markAsRead": "Marcar como leído", "mobile.channel_drawer.search": "Saltar a...", "mobile.channel_info.alertMessageDeleteChannel": "¿Seguro quieres abandonar el {term} {name}?", "mobile.channel_info.alertMessageLeaveChannel": "¿Seguro quieres abandonar el {term} {name}?", @@ -1916,13 +1937,14 @@ "mobile.channel_info.alertTitleLeaveChannel": "Abandonar {term}", "mobile.channel_info.alertYes": "Sí", "mobile.channel_info.delete_failed": "No pudimos eliminar el canal {displayName}. Por favor revisa tu conexión e intenta de nuevo.", + "mobile.channel_info.edit": "Editar Canal", "mobile.channel_info.privateChannel": "Canal Privado", "mobile.channel_info.publicChannel": "Canal Público", "mobile.channel_list.alertMessageLeaveChannel": "¿Seguro quieres abandonar el {term} {name}?", "mobile.channel_list.alertNo": "No", "mobile.channel_list.alertTitleLeaveChannel": "Abandonar {term}", "mobile.channel_list.alertYes": "Sí", - "mobile.channel_list.channels": "CHANNELS", + "mobile.channel_list.channels": "CANALES", "mobile.channel_list.closeDM": "Cerrar Mensaje Directo", "mobile.channel_list.closeGM": "Cerrar Mensaje de Grupo", "mobile.channel_list.dm": "Mensaje Directo", @@ -1950,6 +1972,8 @@ "mobile.commands.error_title": "Error Ejecutando el Comando", "mobile.components.channels_list_view.yourChannels": "Tus canales:", "mobile.components.error_list.dismiss_all": "Descartar todo", + "mobile.components.select_server_view.connect": "Conectar", + "mobile.components.select_server_view.connecting": "Conectando...", "mobile.components.select_server_view.continue": "Continuar", "mobile.components.select_server_view.enterServerUrl": "URL del servidor", "mobile.components.select_server_view.proceed": "Continuar", @@ -1971,6 +1995,7 @@ "mobile.downloader.image_saved": "Imagen Guardada", "mobile.downloader.video_saved": "Vídeo Guardado", "mobile.drawer.teamsTitle": "Equipos", + "mobile.edit_channel": "Guardar", "mobile.edit_post.title": "Editando Mensaje", "mobile.emoji_picker.activity": "ACTIVIDAD", "mobile.emoji_picker.custom": "PERSONALIZADO", @@ -2008,6 +2033,8 @@ "mobile.managed.secured_by": "Asegurado por {vendor}", "mobile.markdown.code.copy_code": "Copiar código", "mobile.markdown.code.plusMoreLines": "+{count, number} más líneas", + "mobile.markdown.image.error": "No se pudo cargar la imagen:", + "mobile.markdown.image.too_large": "La imagen excede la dimensión máxima de {maxWidth} x {maxHeight}:", "mobile.markdown.link.copy_url": "Copiar URL", "mobile.mention.copy_mention": "Copiar Mención", "mobile.more_dms.start": "Comenzar", @@ -2059,6 +2086,13 @@ "mobile.post.retry": "Actualizar", "mobile.post_info.add_reaction": "Reaccionar", "mobile.post_info.copy_post": "Copiar Mensaje", + "mobile.rename_channel.display_name_maxLength": "El nombre del canal debe tener menos de {maxLength, number} caracteres", + "mobile.rename_channel.display_name_minLength": "El nombre del canal debe ser de {minLength, number} o más caracteres", + "mobile.rename_channel.display_name_required": "Se requiere el nombre del canal", + "mobile.rename_channel.name_lowercase": "URL sólo debe tener caracteres alfanuméricos", + "mobile.rename_channel.name_maxLength": "URL debe tener menos de {maxLength, number} caracteres", + "mobile.rename_channel.name_minLength": "URL debe ser de {minLength, number} o más caracteres", + "mobile.rename_channel.name_required": "Se necesita el URL", "mobile.request.invalid_response": "Se recibió una respuesta no válida del servidor.", "mobile.retry_message": "Error obteniendo los mensajes. Tira hacia arriba para reintentar.", "mobile.routes.channelInfo": "Información", diff --git a/assets/base/i18n/fr.json b/assets/base/i18n/fr.json index 12f07f973..3a452c733 100644 --- a/assets/base/i18n/fr.json +++ b/assets/base/i18n/fr.json @@ -651,6 +651,22 @@ "admin.manage_tokens.manageTokensTitle": "Gérer les jetons d'accès personnel", "admin.manage_tokens.userAccessTokensDescription": "La fonction des jetons d'accès personnel est similaire aux jetons de sessions et peut être utilisé par les intégrations pour interagir avec ce serveur Mattermost. Les jetons sont désactivés si l'utilisateur est désactivé. En savoir plus sur les jetons d'accès personnel.", "admin.manage_tokens.userAccessTokensNone": "Aucun jeton d'accès personnel.", + "admin.messageExport.createJob.help": "Initiates a Message Export job immediately.", + "admin.messageExport.createJob.title": "Run Message Export job now", + "admin.messageExport.description": "Message Export dumps all posts into a file that can be imported into third-party systems. The export task is scheduled to run once per day.", + "admin.messageExport.exportFormat.actiance": "Actiance XML", + "admin.messageExport.exportFormat.description": "The file format to write exported data in. Corresponds to the system that you want to import the data into.", + "admin.messageExport.exportFormat.title": "Export File Format:", + "admin.messageExport.exportFromTimestamp.description": "Posts older than this will not be exported. Expressed as the number of seconds since the Unix Epoch (January 1, 1970).", + "admin.messageExport.exportFromTimestamp.example": "E.g.: Tuesday October 24, 2017 @ 12pm UTC = 1508846400", + "admin.messageExport.exportFromTimestamp.title": "Creation Time of Oldest Post to Export:", + "admin.messageExport.exportJobStartTime.description": "Définit l'heure de début du job quotidien de conservation des données. Choisissez une heure lorsque moins de personnes utilisent le système. Doit être un horodatage de 24 heures sous le format HH:MM.", + "admin.messageExport.exportJobStartTime.example": "Ex. : \"02:00\"", + "admin.messageExport.exportJobStartTime.title": "Message Export time:", + "admin.messageExport.exportLocation.description": "The directory on your hard drive to write export files to. Mattermost must have write access to this directory. Do not include a filename.", + "admin.messageExport.exportLocation.example": "E.g.: /var/mattermost/exports/", + "admin.messageExport.exportLocation.title": "Export Directory:", + "admin.messageExport.title": "Message Export (Beta)", "admin.metrics.enableDescription": "Lorsqu'activé, Mattermost active la collecte des rapports de performance et de profilage. Veuillez vous référer à la documentation pour en savoir plus sur la configuration du suivi des performances de Mattermost.", "admin.metrics.enableTitle": "Activer le suivi des performances :", "admin.metrics.listenAddressDesc": "L'adresse d'écoute du serveur pour publier les mesures de performances.", @@ -888,6 +904,8 @@ "admin.service.listenAddress": "Adresse IP du serveur :", "admin.service.listenDescription": "L'adresse et le port sur laquelle se lier et écouter. Spécifier \":8065\" se lie sur toutes les interfaces réseau. Spécifier \"127.0.0.1:8065\" se lie uniquement sur l'interface réseau disposant de cette adresse IP. Si vous choisissez un port de bas niveau (également appelés \"ports systèmes\" ou \"ports bien connus\", dans l'intervalle 0-1023), vous devez disposer des permissions pour vous lier sur ces ports. Sous Linux, vous pouvez utiliser : \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" pour autoriser Mattermost à se lier sur ces ports bien connus.", "admin.service.listenExample": "Ex. : \":8065\"", + "admin.service.messageExportDesc": "When true, the system will export all messages that are sent once per day.", + "admin.service.messageExportTitle": "Enable Message Export:", "admin.service.mfaDesc": "Lorsqu'activé, les utilisateurs se connectant à l'aide de AD/LDAP ou d'une adresse e-mail peuvent ajouter l'authentification multi-facteurs (MFA) à leur compte en utilisant Google Authenticator.", "admin.service.mfaTitle": "Activité l’authentification multi-facteurs :", "admin.service.mobileSessionDays": "Durée de la session des applications mobiles (en jours) :", @@ -960,6 +978,7 @@ "admin.sidebar.logging": "Journalisation", "admin.sidebar.login": "S’identifier", "admin.sidebar.logs": "Journaux", + "admin.sidebar.message_export": "Message Export (Beta)", "admin.sidebar.metrics": "Suivi des performances", "admin.sidebar.mfa": "Authentification multi-facteurs (MFA)", "admin.sidebar.nativeAppLinks": "Liens des applications Mattermost", @@ -1355,6 +1374,7 @@ "channel_notifications.sendDesktop": "Envoyer des notifications de bureau", "channel_notifications.unreadInfo": "Le nom du canal est en gras dans la barre latérale lorsqu'il y a des messages non-plus. Choisir \"Seulement pour les mentions\" met en gras le canal seulement si vous être mentionné.", "channel_select.placeholder": "--- Sélectionnez un canal ---", + "channel_switch_modal.deactivated": "Désactiver", "channel_switch_modal.dm": "(Message personnel)", "channel_switch_modal.failed_to_open": "Impossible d'ouvrir le canal.", "channel_switch_modal.not_found": "Aucune correspondance trouvée.", @@ -1408,6 +1428,7 @@ "create_comment.file": "Téléchargement en cours", "create_comment.files": "Téléchargements en cours", "create_post.comment": "Commentaire", + "create_post.deactivated": "You are viewing an archived channel with a deactivated user.", "create_post.error_message": "Votre message est trop long. Nombre de caractères : {length}/{limit}", "create_post.post": "Message", "create_post.shortcutsNotSupported": "Les raccourcis clavier ne sont pas pris en charge sur votre appareil.", @@ -1916,6 +1937,7 @@ "mobile.channel_info.alertTitleLeaveChannel": "Quitter {term}", "mobile.channel_info.alertYes": "Oui", "mobile.channel_info.delete_failed": "Impossible de supprimer le canal {displayName}. Veuillez vérifier votre connexion et essayer à nouveau.", + "mobile.channel_info.edit": "Edit Channel", "mobile.channel_info.privateChannel": "Canal privé", "mobile.channel_info.publicChannel": "Canal public", "mobile.channel_list.alertMessageLeaveChannel": "Voulez-vous vraiment quitter le {term} {name} ?", @@ -1950,6 +1972,8 @@ "mobile.commands.error_title": "Error Executing Command", "mobile.components.channels_list_view.yourChannels": "Vos canaux :", "mobile.components.error_list.dismiss_all": "Annuler tout", + "mobile.components.select_server_view.connect": "Connecté", + "mobile.components.select_server_view.connecting": "Connexion en cours...", "mobile.components.select_server_view.continue": "Continuer", "mobile.components.select_server_view.enterServerUrl": "Spécifiez l'URL du serveur", "mobile.components.select_server_view.proceed": "Continuer", @@ -1971,6 +1995,7 @@ "mobile.downloader.image_saved": "Image Saved", "mobile.downloader.video_saved": "Video Saved", "mobile.drawer.teamsTitle": "Équipes", + "mobile.edit_channel": "Enregistrer", "mobile.edit_post.title": "Edition du message", "mobile.emoji_picker.activity": "ACTIVITÉ", "mobile.emoji_picker.custom": "PERSONNALISÉ", @@ -2008,6 +2033,8 @@ "mobile.managed.secured_by": "Sécurisé par {vendor}", "mobile.markdown.code.copy_code": "Copier le code", "mobile.markdown.code.plusMoreLines": "+{count, number} lignes supplémentaires", + "mobile.markdown.image.error": "Image failed to load:", + "mobile.markdown.image.too_large": "Image exceeds max dimensions of {maxWidth} by {maxHeight}:", "mobile.markdown.link.copy_url": "Copier l'URL", "mobile.mention.copy_mention": "Copier la mention", "mobile.more_dms.start": "Démarrer", @@ -2059,6 +2086,13 @@ "mobile.post.retry": "Rafraîchir", "mobile.post_info.add_reaction": "Ajouter une réaction", "mobile.post_info.copy_post": "Copier le message", + "mobile.rename_channel.display_name_maxLength": "Ce champ doit être inférieur à {maxLength, number} caractères", + "mobile.rename_channel.display_name_minLength": "Le nom de canal doit être d'au moins {minLength, number} caractères.", + "mobile.rename_channel.display_name_required": "Channel name is required", + "mobile.rename_channel.name_lowercase": "Doit être en caractères alphanumériques minuscules", + "mobile.rename_channel.name_maxLength": "Ce champ doit être inférieur à {maxLength, number} caractères", + "mobile.rename_channel.name_minLength": "Le nom de canal doit être d'au moins {minLength, number} caractères.", + "mobile.rename_channel.name_required": "URL is required", "mobile.request.invalid_response": "Réponse invalide reçue du serveur.", "mobile.retry_message": "Le rafraîchissement des messages a échoué. Tirez vers le haut pour essayer à nouveau.", "mobile.routes.channelInfo": "Information", diff --git a/assets/base/i18n/it.json b/assets/base/i18n/it.json index c9a0c961f..df1628be7 100644 --- a/assets/base/i18n/it.json +++ b/assets/base/i18n/it.json @@ -651,6 +651,22 @@ "admin.manage_tokens.manageTokensTitle": "Gestione Token di accesso personali", "admin.manage_tokens.userAccessTokensDescription": "I Token di accesso sono simili ai token di sessione e possono essere utilizzati dalle integrazioni per interagire con il server di Mattermost. I token sono disattivati se l'utente viene disattivato. Più informazioni sui token di accesso.", "admin.manage_tokens.userAccessTokensNone": "Nessun Token di accesso personale.", + "admin.messageExport.createJob.help": "Inizia un lavoro di esportazione messaggi immediatamente.", + "admin.messageExport.createJob.title": "Esegui il lavoro di esportazione messaggi ora", + "admin.messageExport.description": "Esportazione Messaggi salva tutte le pubblicazioni in un file che può essere importato in sistemi di terze parti. Il lavoro di esportazione è schedulato per l'esecuzione giornaliera.", + "admin.messageExport.exportFormat.actiance": "Actiance XML", + "admin.messageExport.exportFormat.description": "Il formato del file in cui scrivere i dati esportati. Corrisponde a quello richiesto dal sistema in cui si intende importare il file.", + "admin.messageExport.exportFormat.title": "Formato File Esportato:", + "admin.messageExport.exportFromTimestamp.description": "Le pubblicazioni più vecchie di questa data non verranno esportate. Valore espresso in secondi da Unix Epoch (1 Gennaio 1970).", + "admin.messageExport.exportFromTimestamp.example": "Es.: Giovedì 24 Ottobre, 2017 @ 12pm UTC = 1508846400", + "admin.messageExport.exportFromTimestamp.title": "Data di Creazione delle pubblicazioni più vecchie da Esportare:", + "admin.messageExport.exportJobStartTime.description": "Impostare l'ora di inizio del lavoro giornaliero di esportazione dei dati. Scegliere un ora in cui il sistema è utilizzato da poche persone. Deve essere un'ora valida in formato HH:MM.", + "admin.messageExport.exportJobStartTime.example": "Es.: \"20:00\"", + "admin.messageExport.exportJobStartTime.title": "Ora Esportazione Messaggi:", + "admin.messageExport.exportLocation.description": "La cartella sul disco fisso in cui salvare i dati esportati. Mattermost deve avere accesso in scrittura a questa cartella. Non includere il nome del file.", + "admin.messageExport.exportLocation.example": "Es.: /var/mattermost/exports/", + "admin.messageExport.exportLocation.title": "Cartella di Esportazione:", + "admin.messageExport.title": "Esportazione Messaggi (Beta)", "admin.metrics.enableDescription": "Quando abilitato, Mattermost abiliterà il monitoraggio e l'analisi delle prestazioni. Consultare la documentazione per ottenere maggiori informazioni su come configurare il monitoraggio delle prestazioni per Mattermost.", "admin.metrics.enableTitle": "Abilitare il monitor delle performance:", "admin.metrics.listenAddressDesc": "L'indirizzo su cui il server starà in ascolto per esporre le informazioni di performace.", @@ -888,6 +904,8 @@ "admin.service.listenAddress": "Indirizzo di ascolto:", "admin.service.listenDescription": "L'indirizzo e porta a cui associarsi e mettersi in ascolto. Specificando \":8065\" ci si associerà a tutte le interfaccie di rete. Specificando \"127.0.0.1:8065\" ci si assocerà solo all'interfaccia corrispondente a quell'indirizzo. Qualora venga scelta una porta di livello basso (chiamate \"porte di sistema\" o \"porte note\", nel range di 0-1023), si dovrà disporre dei permessi necessari per associarsi a quella porta. Su linux è possibile usare: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" per consentire a Mattermost di associarsi alle porte note.", "admin.service.listenExample": "Es. \":8065\"", + "admin.service.messageExportDesc": "Se vero, il sistema esporterà giornalmente tutti i messaggi inviati.", + "admin.service.messageExportTitle": "Attiva Esportazione Messaggi:", "admin.service.mfaDesc": "Se vero, gli utenti con login AD/LDAP o email possono aggiungere al loro account autenticazione multifattore utilizzando Google Authenticator.", "admin.service.mfaTitle": "Forza Autenticazione Multi-fattore:", "admin.service.mobileSessionDays": "Durata sessione mobile (giorni):", @@ -960,6 +978,7 @@ "admin.sidebar.logging": "Registrazione", "admin.sidebar.login": "Accesso", "admin.sidebar.logs": "Logs", + "admin.sidebar.message_export": "Esportazione Messaggi (Beta)", "admin.sidebar.metrics": "Monitoraggio prestazioni", "admin.sidebar.mfa": "AMF", "admin.sidebar.nativeAppLinks": "Collegamenti App Mattermost", @@ -1355,6 +1374,7 @@ "channel_notifications.sendDesktop": "Invia notifiche desktop", "channel_notifications.unreadInfo": "Il nome del canale è in grassetto nella barra laterale quando ci sono messaggi non letti. Selezionando \"Solo per le citazioni\" renderà in grassetto il canale sono quando sei citato.", "channel_select.placeholder": "--- Seleziona un canale ---", + "channel_switch_modal.deactivated": "Disattivato", "channel_switch_modal.dm": "(Messaggio diretto)", "channel_switch_modal.failed_to_open": "Impossibile aprire un canale.", "channel_switch_modal.not_found": "Nessuna corrispondenza trovata.", @@ -1408,6 +1428,7 @@ "create_comment.file": "Invio file", "create_comment.files": "Invio file in corso", "create_post.comment": "Commento", + "create_post.deactivated": "Stai visualizzando un canale archiviato con un utente disattivato.", "create_post.error_message": "Il tuo messaggio è troppo lungo. Conteggio caratteri: {length}/{limit}", "create_post.post": "Pubblica", "create_post.shortcutsNotSupported": "Le scorciatoie da tastiera non sono supportate sul tuo dispositivo.", @@ -1907,7 +1928,7 @@ "mobile.android.photos_permission_denied_title": "L'accesso alla libreria delle foto è richiesto", "mobile.android.videos_permission_denied_description": "Per caricare video dalla libreria modificare i permessi nelle impostazioni.", "mobile.android.videos_permission_denied_title": "L'accesso alla libreria dei video è richiesto", - "mobile.channel.markAsRead": "Mark As Read", + "mobile.channel.markAsRead": "Segna Come Letto", "mobile.channel_drawer.search": "Vai a...", "mobile.channel_info.alertMessageDeleteChannel": "Sei sicuro di voler eliminare questo {term} {name}?", "mobile.channel_info.alertMessageLeaveChannel": "Sei sicuro di voler tralasciare questo {term} {name}?", @@ -1916,13 +1937,14 @@ "mobile.channel_info.alertTitleLeaveChannel": "Tralascia {term}", "mobile.channel_info.alertYes": "Si", "mobile.channel_info.delete_failed": "Impossibile cancellare il canale {displayName}. Controlla la connessione e riprova.", + "mobile.channel_info.edit": "Modifica Canale", "mobile.channel_info.privateChannel": "Canale privato", "mobile.channel_info.publicChannel": "Canale Pubblico", "mobile.channel_list.alertMessageLeaveChannel": "Sei sicuro di voler tralasciare questo {term} {name}?", "mobile.channel_list.alertNo": "No", "mobile.channel_list.alertTitleLeaveChannel": "Tralascia {term}", "mobile.channel_list.alertYes": "Si", - "mobile.channel_list.channels": "CHANNELS", + "mobile.channel_list.channels": "CANALI", "mobile.channel_list.closeDM": "Chudi Messaggio Diretto", "mobile.channel_list.closeGM": "Chiudi Messaggio di Gruppo", "mobile.channel_list.dm": "Messaggio Diretto", @@ -1950,6 +1972,8 @@ "mobile.commands.error_title": "Errore durante l'esecuzione del comando", "mobile.components.channels_list_view.yourChannels": "I tuoi canali:", "mobile.components.error_list.dismiss_all": "Ignora Tutti", + "mobile.components.select_server_view.connect": "Connetti", + "mobile.components.select_server_view.connecting": "Connessione...", "mobile.components.select_server_view.continue": "Continua", "mobile.components.select_server_view.enterServerUrl": "Immetti URL Server", "mobile.components.select_server_view.proceed": "Procedi", @@ -1971,6 +1995,7 @@ "mobile.downloader.image_saved": "Immagine Salvata", "mobile.downloader.video_saved": "Video Salvato", "mobile.drawer.teamsTitle": "Gruppi", + "mobile.edit_channel": "Salva", "mobile.edit_post.title": "Modifica Messaggio", "mobile.emoji_picker.activity": "ATTIVITA'", "mobile.emoji_picker.custom": "PERSONALIZZATO", @@ -2008,6 +2033,8 @@ "mobile.managed.secured_by": "Verificato da {vendor}", "mobile.markdown.code.copy_code": "Copia codice", "mobile.markdown.code.plusMoreLines": "+{count, number} più righe", + "mobile.markdown.image.error": "Caricamento immagine fallito:", + "mobile.markdown.image.too_large": "L'immagine supera la dimensione massima consentita di {maxWidth}x{maxHeight}:", "mobile.markdown.link.copy_url": "Copia URL", "mobile.mention.copy_mention": "Copia citazione", "mobile.more_dms.start": "Inizio", @@ -2059,6 +2086,13 @@ "mobile.post.retry": "Aggiorna", "mobile.post_info.add_reaction": "Aggiungi reazione", "mobile.post_info.copy_post": "Copia pubblicazione", + "mobile.rename_channel.display_name_maxLength": "Il nome del canale deve essere al massimo di {maxLength, number} caratteri", + "mobile.rename_channel.display_name_minLength": "Il nome del canale deve essere lungo almeno {minLength, number} caratteri", + "mobile.rename_channel.display_name_required": "È richiesto il nome del canale", + "mobile.rename_channel.name_lowercase": "L'URL deve essere composto da caratteri alfanumerici minuscoli", + "mobile.rename_channel.name_maxLength": "L'URL deve essere al massimo di {maxLength, number} caratteri", + "mobile.rename_channel.name_minLength": "L'URL deve essere lungo almeno {minLength, number} caratteri", + "mobile.rename_channel.name_required": "URL richiesto", "mobile.request.invalid_response": "Risposta non valida ricevuta dal server.", "mobile.retry_message": "Aggiornamento messaggi fallito. Riprovare.", "mobile.routes.channelInfo": "Informazioni", @@ -2527,14 +2561,14 @@ "team_settings_modal.importTab": "Importa", "team_settings_modal.title": "Impostazioni gruppo", "team_sidebar.join": "Gruppi liberi a cui puoi accedere.", - "textbox.bold": "**bold**", + "textbox.bold": "**grassetto**", "textbox.edit": "Modifica messaggio", "textbox.help": "Aiuto", - "textbox.inlinecode": "`inline code`", - "textbox.italic": "_italic_", - "textbox.preformatted": "```preformatted```", + "textbox.inlinecode": "`linea di codice`", + "textbox.italic": "_corsivo_", + "textbox.preformatted": "```preformattato```", "textbox.preview": "Anteprima", - "textbox.quote": ">quote", + "textbox.quote": ">citazione", "textbox.strike": "barrato", "tutorial_intro.allSet": "Configurazione completata", "tutorial_intro.end": "Clicca \"Avanti\" per entrare in {channel}. Questo è il primo canale che i colleghi visualizzano all'accesso. Pubblica qui i messaggi che tutti dovranno vedere.", diff --git a/assets/base/i18n/ja.json b/assets/base/i18n/ja.json index 1a81389bf..18719e413 100644 --- a/assets/base/i18n/ja.json +++ b/assets/base/i18n/ja.json @@ -254,9 +254,9 @@ "admin.data_retention.confirmChangesModal.description.itemMessageDeletion": "全てのメッセージは{days}日後に完全に削除されます。", "admin.data_retention.confirmChangesModal.description.itemMessageIndefinite": "全てのメッセージは永遠に保持されます。", "admin.data_retention.confirmChangesModal.title": "データ保持ポリシーを確認する", - "admin.data_retention.createJob.help": "直ちにデータ保持削除ジョブを開始します。", + "admin.data_retention.createJob.help": "まもなくデータ保持削除処理を開始します。", "admin.data_retention.createJob.title": "今すぐ削除ジョブを実行する", - "admin.data_retention.deletionJobStartTime.description": "毎日スケジュールされているデータ保持ジョブの開始時間を設定します。システムを使用する人が少ない時間を選択してください。また、HH:MM形式の24時間表記を指定してください。", + "admin.data_retention.deletionJobStartTime.description": "毎日スケジュールされているデータ保持処理の開始時刻を設定します。システムを使用する人が少ない時間を選択してください。また、HH:MM形式の24時間表記を指定してください。", "admin.data_retention.deletionJobStartTime.example": "例: \"02:00\"", "admin.data_retention.deletionJobStartTime.title": "データ削除時間:", "admin.data_retention.enableFileDeletion.description": "Mattermostがチャンネルやダイレクトメッセージにアップロードされたファイルを保持する期間を設定してください。", @@ -651,6 +651,22 @@ "admin.manage_tokens.manageTokensTitle": "パーソナルアクセストークン管理", "admin.manage_tokens.userAccessTokensDescription": "パーソナルアクセストークンはセッショントークンと同様に機能し、統合機能がMattermostサーバーとやり取りするする統合機能で使用することができます。ユーザーが無効化されるとトークンんも無効になります。詳しくはパーソナルアクセストークンを参照してください。", "admin.manage_tokens.userAccessTokensNone": "パーソナルアクセストークンが存在しません。", + "admin.messageExport.createJob.help": "まもなくメッセージエクスポート処理を開始します。", + "admin.messageExport.createJob.title": "今すぐメッセージエクスポート処理を開始する", + "admin.messageExport.description": "メッセージエクスポートはすべての投稿をサードパーティシステムにインポート可能な形式でファイルに出力します。エクスポート処理は一日に一度実行されるようスケジュールされます。", + "admin.messageExport.exportFormat.actiance": "Actiance XML", + "admin.messageExport.exportFormat.description": "エクスポートデータのファイルフォーマットです。データのインポート先のシステムに合わせてください。", + "admin.messageExport.exportFormat.title": "エクスポートファイルフォーマット:", + "admin.messageExport.exportFromTimestamp.description": "これより古い投稿はエクスポートされません。ユニックス標準時(1970年1月1日)からの秒数として指定してください。", + "admin.messageExport.exportFromTimestamp.example": "例: 2017年10月24日(火) @ PM 12:00 UTC = 1508846400", + "admin.messageExport.exportFromTimestamp.title": "エクスポートする最も古い投稿の作成日時: ", + "admin.messageExport.exportJobStartTime.description": "毎日スケジュールされているメッセージエクスポート処理の開始時刻を設定してください。システムを使用する人が少ない時間を選択してください。また、HH:MM形式の24時間表記で指定してください。", + "admin.messageExport.exportJobStartTime.example": "例: \"02:00\"", + "admin.messageExport.exportJobStartTime.title": "メッセージエクスポート時刻:", + "admin.messageExport.exportLocation.description": "エクスポートファイルを書き込むハードディスク上のディレクトリです。Mattermostが書き込み可能なディレクトリである必要があります。ファイル名は含めないでください。", + "admin.messageExport.exportLocation.example": "例: /var/mattermost/exports/", + "admin.messageExport.exportLocation.title": "エクスポートディレクトリ:", + "admin.messageExport.title": "メッセージエクスポート(ベータ版)", "admin.metrics.enableDescription": "有効な場合、Mattermostはパフォーマンスのモニタリングやプロファイリングが有効になります。Mattermostのパフォーマンスモニタリングの設定について、詳しくはdocumentationを参照してください。", "admin.metrics.enableTitle": "パフォーマンスモニタリングを有効にする:", "admin.metrics.listenAddressDesc": "パフォーマンスメトリクスの公開先のサーバーが接続待ちをするアドレスです。", @@ -888,6 +904,8 @@ "admin.service.listenAddress": "接続待ちアドレス:", "admin.service.listenDescription": "使用するIPアドレスとポート番号を設定します。\":8065\"と入力することで全てのインターフェイスのIPアドレスでアクセスを待ちます。\"127.0.0.1:8065\"と指定することで、一つのIPアドレスでアクセスを待ちます。\"システムポート\"や\"ウェルノウンポート\"と呼ばれる 0~1023 までの範囲のポート番号を選んだ場合、そのポートを使用する権限が必要になります。Linuxでは、Mattermostがウェルノウンポートを使用するために \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" を利用することができます。", "admin.service.listenExample": "例: \":8065\"", + "admin.service.messageExportDesc": "有効な場合、システムは一日に一度、送信された全てのメッセージをエクスポートします。", + "admin.service.messageExportTitle": "メッセージエクスポートを有効にする:", "admin.service.mfaDesc": "有効な場合、AD/LDAPか電子メールログインのユーザーはGoogle Authenticatorを使用した多要素認証をアカウントに追加することができます。", "admin.service.mfaTitle": "多要素認証を有効にする:", "admin.service.mobileSessionDays": "モバイルのセッション維持期間 (日数):", @@ -960,6 +978,7 @@ "admin.sidebar.logging": "ログ", "admin.sidebar.login": "ログイン", "admin.sidebar.logs": "ログ", + "admin.sidebar.message_export": "メッセージエクスポート(ベータ版)", "admin.sidebar.metrics": "パフォーマンスモニタリング", "admin.sidebar.mfa": "多要素認証", "admin.sidebar.nativeAppLinks": "Mattermostアプリリンク", @@ -1355,6 +1374,7 @@ "channel_notifications.sendDesktop": "デスクトップ通知を送信する", "channel_notifications.unreadInfo": "未読のメッセージがある場合、チャンネル名がサイドバーに太字で表示されます。「あなたについての投稿のみ」を選択することで、あなたについての投稿がある場合のみ太字で表示されます。", "channel_select.placeholder": "--- チャンネルを選択してください ---", + "channel_switch_modal.deactivated": "無効にする", "channel_switch_modal.dm": "(ダイレクトメッセージ)", "channel_switch_modal.failed_to_open": "チャンネルを開けませんでした。", "channel_switch_modal.not_found": "一致するものは見つかりませんでした。", @@ -1408,6 +1428,7 @@ "create_comment.file": "ファイルのアップロード", "create_comment.files": "複数ファイルのアップロード", "create_post.comment": "コメント", + "create_post.deactivated": "無効化されたユーザーのいるアーカイブされたチャンネルを見ています。", "create_post.error_message": "メッセージが長すぎます。文字数: {length}/{limit}", "create_post.post": "投稿", "create_post.shortcutsNotSupported": "このデバイスではキーボードショートカットはサポートされていません。", @@ -1907,7 +1928,7 @@ "mobile.android.photos_permission_denied_title": "フォトライブラリーへのアクセスを要求しています", "mobile.android.videos_permission_denied_description": "ライブラリからビデオをアップロードするには権限設定を変更してください。", "mobile.android.videos_permission_denied_title": "ビデオライブラリーへのアクセスを要求しています", - "mobile.channel.markAsRead": "Mark As Read", + "mobile.channel.markAsRead": "既読にする", "mobile.channel_drawer.search": "移動する...", "mobile.channel_info.alertMessageDeleteChannel": "{term} {name} を本当に削除しますか?", "mobile.channel_info.alertMessageLeaveChannel": "{term} {name} から本当に脱退しますか?", @@ -1916,13 +1937,14 @@ "mobile.channel_info.alertTitleLeaveChannel": "{term}から脱退する", "mobile.channel_info.alertYes": "はい", "mobile.channel_info.delete_failed": "チャンネル {displayName} を削除できませんでした。接続を確認し、もう一度試してみてください。", + "mobile.channel_info.edit": "チャンネルを編集する", "mobile.channel_info.privateChannel": "非公開チャンネル", "mobile.channel_info.publicChannel": "公開チャンネル", "mobile.channel_list.alertMessageLeaveChannel": "{term} {name} から本当に脱退しますか?", "mobile.channel_list.alertNo": "いいえ", "mobile.channel_list.alertTitleLeaveChannel": "{term} から脱退する", "mobile.channel_list.alertYes": "はい", - "mobile.channel_list.channels": "CHANNELS", + "mobile.channel_list.channels": "チャンネル", "mobile.channel_list.closeDM": "ダイレクトメッセージを閉じる", "mobile.channel_list.closeGM": "グループメッセージを閉じる", "mobile.channel_list.dm": "ダイレクトメッセージ", @@ -1950,6 +1972,8 @@ "mobile.commands.error_title": "コマンド実行エラー", "mobile.components.channels_list_view.yourChannels": "あなたのチャンネル:", "mobile.components.error_list.dismiss_all": "すべて取り消す", + "mobile.components.select_server_view.connect": "接続する", + "mobile.components.select_server_view.connecting": "接続中...", "mobile.components.select_server_view.continue": "続ける", "mobile.components.select_server_view.enterServerUrl": "サーバーURLを入力してください", "mobile.components.select_server_view.proceed": "続行する", @@ -1971,6 +1995,7 @@ "mobile.downloader.image_saved": "画像が保存されました", "mobile.downloader.video_saved": "動画が保存されました", "mobile.drawer.teamsTitle": "チーム", + "mobile.edit_channel": "保存する", "mobile.edit_post.title": "メッセージ編集中", "mobile.emoji_picker.activity": "アクティビティ", "mobile.emoji_picker.custom": "カスタム", @@ -2008,6 +2033,8 @@ "mobile.managed.secured_by": "{vendor}により保護されました", "mobile.markdown.code.copy_code": "コードのコピー", "mobile.markdown.code.plusMoreLines": "+{count, number}行", + "mobile.markdown.image.error": "読み込みに失敗した画像:", + "mobile.markdown.image.too_large": "画像が {maxWidth} x {maxHeight} の上限を超えています:", "mobile.markdown.link.copy_url": "URL のコピー", "mobile.mention.copy_mention": "あなたについての投稿のコピー", "mobile.more_dms.start": "先頭", @@ -2059,6 +2086,13 @@ "mobile.post.retry": "更新", "mobile.post_info.add_reaction": "リアクションを追加する", "mobile.post_info.copy_post": "投稿のコピー", + "mobile.rename_channel.display_name_maxLength": "チャンネル名は {maxLength, number} 文字未満でなくてはなりません", + "mobile.rename_channel.display_name_minLength": "チャンネル名は {minLength, number} 文字以上でなくてはなりません", + "mobile.rename_channel.display_name_required": "チャンネル名が必要です", + "mobile.rename_channel.name_lowercase": "URLは小文字の英数字にしてください", + "mobile.rename_channel.name_maxLength": "URLは {maxLength, number} 文字未満でなくてはなりません", + "mobile.rename_channel.name_minLength": "URLは {minLength, number} 文字以上でなくてはなりません", + "mobile.rename_channel.name_required": "URLが必要です", "mobile.request.invalid_response": "サーバーから不正なレスポンスを受け取りました。", "mobile.retry_message": "メッセージを更新できませんでした。再度更新するには画面を引き上げてください。", "mobile.routes.channelInfo": "情報", diff --git a/assets/base/i18n/ko.json b/assets/base/i18n/ko.json index fb90cb654..d3649c4f4 100644 --- a/assets/base/i18n/ko.json +++ b/assets/base/i18n/ko.json @@ -651,6 +651,22 @@ "admin.manage_tokens.manageTokensTitle": "Manage Personal Access Tokens", "admin.manage_tokens.userAccessTokensDescription": "Personal access tokens function similarly to session tokens and can be used by integrations to interact with this Mattermost server. Tokens are disabled if the user is deactivated. Learn more about personal access tokens.", "admin.manage_tokens.userAccessTokensNone": "No personal access tokens.", + "admin.messageExport.createJob.help": "Initiates a Message Export job immediately.", + "admin.messageExport.createJob.title": "Run Message Export job now", + "admin.messageExport.description": "Message Export dumps all posts into a file that can be imported into third-party systems. The export task is scheduled to run once per day.", + "admin.messageExport.exportFormat.actiance": "Actiance XML", + "admin.messageExport.exportFormat.description": "The file format to write exported data in. Corresponds to the system that you want to import the data into.", + "admin.messageExport.exportFormat.title": "Export File Format:", + "admin.messageExport.exportFromTimestamp.description": "Posts older than this will not be exported. Expressed as the number of seconds since the Unix Epoch (January 1, 1970).", + "admin.messageExport.exportFromTimestamp.example": "E.g.: Tuesday October 24, 2017 @ 12pm UTC = 1508846400", + "admin.messageExport.exportFromTimestamp.title": "Creation Time of Oldest Post to Export:", + "admin.messageExport.exportJobStartTime.description": "Set the start time of the daily scheduled message export job. Choose a time when fewer people are using your system. Must be a 24-hour time stamp in the form HH:MM.", + "admin.messageExport.exportJobStartTime.example": "예시 \"2000\"", + "admin.messageExport.exportJobStartTime.title": "Message Export time:", + "admin.messageExport.exportLocation.description": "The directory on your hard drive to write export files to. Mattermost must have write access to this directory. Do not include a filename.", + "admin.messageExport.exportLocation.example": "E.g.: /var/mattermost/exports/", + "admin.messageExport.exportLocation.title": "Export Directory:", + "admin.messageExport.title": "Message Export (Beta)", "admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see documentation to learn more about configuring performance monitoring for Mattermost.", "admin.metrics.enableTitle": "Enable Performance Monitoring:", "admin.metrics.listenAddressDesc": "The address the server will listen on to expose performance metrics.", @@ -888,6 +904,8 @@ "admin.service.listenAddress": "Listen Address:", "admin.service.listenDescription": "The address and port to which to bind and listen. Specifying \":8065\" will bind to all network interfaces. Specifying \"127.0.0.1:8065\" will only bind to the network interface having that IP address. If you choose a port of a lower level (called \"system ports\" or \"well-known ports\", in the range of 0-1023), you must have permissions to bind to that port. On Linux you can use: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" to allow Mattermost to bind to well-known ports.", "admin.service.listenExample": "예시 \":8065\"", + "admin.service.messageExportDesc": "When true, the system will export all messages that are sent once per day.", + "admin.service.messageExportTitle": "Enable Message Export:", "admin.service.mfaDesc": "When true, users with AD/LDAP or email login can add multi-factor authentication to their account using Google Authenticator.", "admin.service.mfaTitle": "Enable Multi-factor Authentication:", "admin.service.mobileSessionDays": "Session length for mobile apps (days):", @@ -960,6 +978,7 @@ "admin.sidebar.logging": "로그", "admin.sidebar.login": "로그인", "admin.sidebar.logs": "서버 로그 보기", + "admin.sidebar.message_export": "Message Export (Beta)", "admin.sidebar.metrics": "Performance Monitoring", "admin.sidebar.mfa": "MFA", "admin.sidebar.nativeAppLinks": "Mattermost 애플리케이션 링크", @@ -1355,6 +1374,7 @@ "channel_notifications.sendDesktop": "데스크탑 알림 받기", "channel_notifications.unreadInfo": "읽지 않은 채널은 사이드바에서 굵은 글씨로 표시됩니다. \"멘션만\"을 선택하면 내가 멘션된 채널만 굵게 표시됩니다.", "channel_select.placeholder": "--- 채널을 선택하세요 ---", + "channel_switch_modal.deactivated": "Deactivated", "channel_switch_modal.dm": "(개인 메시지)", "channel_switch_modal.failed_to_open": "Failed to open channel.", "channel_switch_modal.not_found": "일치하는 채널이 없습니다.", @@ -1408,6 +1428,7 @@ "create_comment.file": "파일 업로드 중", "create_comment.files": "파일 업로드 중", "create_post.comment": "답글", + "create_post.deactivated": "You are viewing an archived channel with a deactivated user.", "create_post.error_message": "Your message is too long. Character count: {length}/{limit}", "create_post.post": "글", "create_post.shortcutsNotSupported": "Keyboard shortcuts are not supported on your device.", @@ -1916,6 +1937,7 @@ "mobile.channel_info.alertTitleLeaveChannel": "{term} 떠나기", "mobile.channel_info.alertYes": "네", "mobile.channel_info.delete_failed": "We couldn't delete the channel {displayName}. Please check your connection and try again.", + "mobile.channel_info.edit": "Edit Channel", "mobile.channel_info.privateChannel": "비공개 채널", "mobile.channel_info.publicChannel": "공개 채널", "mobile.channel_list.alertMessageLeaveChannel": "{term} {name}을 (를) 종료 하시겠습니까?", @@ -1950,6 +1972,8 @@ "mobile.commands.error_title": "Error Executing Command", "mobile.components.channels_list_view.yourChannels": "Your channels:", "mobile.components.error_list.dismiss_all": "Dismiss All", + "mobile.components.select_server_view.connect": "Connect", + "mobile.components.select_server_view.connecting": "연결", "mobile.components.select_server_view.continue": "계속하기", "mobile.components.select_server_view.enterServerUrl": "Enter Server URL", "mobile.components.select_server_view.proceed": "Proceed", @@ -1971,6 +1995,7 @@ "mobile.downloader.image_saved": "Image Saved", "mobile.downloader.video_saved": "Video Saved", "mobile.drawer.teamsTitle": "서비스 약관", + "mobile.edit_channel": "저장", "mobile.edit_post.title": "Editing Message", "mobile.emoji_picker.activity": "ACTIVITY", "mobile.emoji_picker.custom": "CUSTOM", @@ -2008,6 +2033,8 @@ "mobile.managed.secured_by": "Secured by {vendor}", "mobile.markdown.code.copy_code": "Copy Code", "mobile.markdown.code.plusMoreLines": "+{count, number} more lines", + "mobile.markdown.image.error": "Image failed to load:", + "mobile.markdown.image.too_large": "Image exceeds max dimensions of {maxWidth} by {maxHeight}:", "mobile.markdown.link.copy_url": "Copy URL", "mobile.mention.copy_mention": "Copy Mention", "mobile.more_dms.start": "Start", @@ -2059,6 +2086,13 @@ "mobile.post.retry": "Refresh", "mobile.post_info.add_reaction": "Add Reaction", "mobile.post_info.copy_post": "Copy Post", + "mobile.rename_channel.display_name_maxLength": "Channel name must be less than {maxLength, number} characters", + "mobile.rename_channel.display_name_minLength": "Channel name must be {minLength, number} or more characters", + "mobile.rename_channel.display_name_required": "Channel name is required", + "mobile.rename_channel.name_lowercase": "Must be lowercase alphanumeric characters", + "mobile.rename_channel.name_maxLength": "URL must be less than {maxLength, number} characters", + "mobile.rename_channel.name_minLength": "URL must be {minLength, number} or more characters", + "mobile.rename_channel.name_required": "URL is required", "mobile.request.invalid_response": "Received invalid response from the server.", "mobile.retry_message": "Refreshing messages failed. Pull up to try again.", "mobile.routes.channelInfo": "Info", diff --git a/assets/base/i18n/nl.json b/assets/base/i18n/nl.json index f1794dbe5..f3c2bcced 100644 --- a/assets/base/i18n/nl.json +++ b/assets/base/i18n/nl.json @@ -651,6 +651,22 @@ "admin.manage_tokens.manageTokensTitle": "Manage Personal Access Tokens", "admin.manage_tokens.userAccessTokensDescription": "Personal access tokens function similarly to session tokens and can be used by integrations to interact with this Mattermost server. Tokens are disabled if the user is deactivated. Learn more about personal access tokens.", "admin.manage_tokens.userAccessTokensNone": "No personal access tokens.", + "admin.messageExport.createJob.help": "Initiates a Message Export job immediately.", + "admin.messageExport.createJob.title": "Run Message Export job now", + "admin.messageExport.description": "Message Export dumps all posts into a file that can be imported into third-party systems. The export task is scheduled to run once per day.", + "admin.messageExport.exportFormat.actiance": "Actiance XML", + "admin.messageExport.exportFormat.description": "The file format to write exported data in. Corresponds to the system that you want to import the data into.", + "admin.messageExport.exportFormat.title": "Export File Format:", + "admin.messageExport.exportFromTimestamp.description": "Posts older than this will not be exported. Expressed as the number of seconds since the Unix Epoch (January 1, 1970).", + "admin.messageExport.exportFromTimestamp.example": "E.g.: Tuesday October 24, 2017 @ 12pm UTC = 1508846400", + "admin.messageExport.exportFromTimestamp.title": "Creation Time of Oldest Post to Export:", + "admin.messageExport.exportJobStartTime.description": "Set the start time of the daily scheduled message export job. Choose a time when fewer people are using your system. Must be a 24-hour time stamp in the form HH:MM.", + "admin.messageExport.exportJobStartTime.example": "Bijv.: \"2000\"", + "admin.messageExport.exportJobStartTime.title": "Message Export time:", + "admin.messageExport.exportLocation.description": "The directory on your hard drive to write export files to. Mattermost must have write access to this directory. Do not include a filename.", + "admin.messageExport.exportLocation.example": "E.g.: /var/mattermost/exports/", + "admin.messageExport.exportLocation.title": "Export Directory:", + "admin.messageExport.title": "Message Export (Beta)", "admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see documentation to learn more about configuring performance monitoring for Mattermost.", "admin.metrics.enableTitle": "Enable Performance Monitoring:", "admin.metrics.listenAddressDesc": "The address the server will listen on to expose performance metrics.", @@ -888,6 +904,8 @@ "admin.service.listenAddress": "Luister Adres:", "admin.service.listenDescription": "The address and port to which to bind and listen. Specifying \":8065\" will bind to all network interfaces. Specifying \"127.0.0.1:8065\" will only bind to the network interface having that IP address. If you choose a port of a lower level (called \"system ports\" or \"well-known ports\", in the range of 0-1023), you must have permissions to bind to that port. On Linux you can use: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" to allow Mattermost to bind to well-known ports.", "admin.service.listenExample": "Bijv.: \":8065\"", + "admin.service.messageExportDesc": "When true, the system will export all messages that are sent once per day.", + "admin.service.messageExportTitle": "Enable Message Export:", "admin.service.mfaDesc": "When true, users with AD/LDAP or email login can add multi-factor authentication to their account using Google Authenticator.", "admin.service.mfaTitle": "Aanzetten multi-factor authenticatie:", "admin.service.mobileSessionDays": "Sessie duur voor mobiel (dagen):", @@ -960,6 +978,7 @@ "admin.sidebar.logging": "Loggen", "admin.sidebar.login": "Login", "admin.sidebar.logs": "Logs", + "admin.sidebar.message_export": "Message Export (Beta)", "admin.sidebar.metrics": "Performance Monitoring", "admin.sidebar.mfa": "MFA", "admin.sidebar.nativeAppLinks": "Mattermost App Links", @@ -1355,6 +1374,7 @@ "channel_notifications.sendDesktop": "Stuur desktop meldingen", "channel_notifications.unreadInfo": "De kanaal-naam is vet in de navigatiekolom wanneer er ongelezen berichten zijn. Wanneer \"Enkel bij vermeldingen\" is geselecteerd, zal het kanaal enkel vet zijn wanneer uw naam vermeld is.", "channel_select.placeholder": "--- Selecteer een kanaal ---", + "channel_switch_modal.deactivated": "Deactivated", "channel_switch_modal.dm": "(Privé bericht)", "channel_switch_modal.failed_to_open": "Failed to open channel.", "channel_switch_modal.not_found": "Geen overeenkomsten gevonden.", @@ -1408,6 +1428,7 @@ "create_comment.file": "Bestand uploaden", "create_comment.files": "Bestand uploaden", "create_post.comment": "Commentaar", + "create_post.deactivated": "You are viewing an archived channel with a deactivated user.", "create_post.error_message": "Your message is too long. Character count: {length}/{limit}", "create_post.post": "Bericht", "create_post.shortcutsNotSupported": "Toetsenbord snelkoppelingen worden niet ondersteund op jouw apparaat.", @@ -1916,6 +1937,7 @@ "mobile.channel_info.alertTitleLeaveChannel": "Verlaat {term}", "mobile.channel_info.alertYes": "Ja", "mobile.channel_info.delete_failed": "We couldn't delete the channel {displayName}. Please check your connection and try again.", + "mobile.channel_info.edit": "Edit Channel", "mobile.channel_info.privateChannel": "Verlaat kanaal", "mobile.channel_info.publicChannel": "Publieke kanalen", "mobile.channel_list.alertMessageLeaveChannel": "Weet u zeker dat u deze {term} wilt verwijderen?", @@ -1950,6 +1972,8 @@ "mobile.commands.error_title": "Error Executing Command", "mobile.components.channels_list_view.yourChannels": "Your channels:", "mobile.components.error_list.dismiss_all": "Dismiss All", + "mobile.components.select_server_view.connect": "Connect", + "mobile.components.select_server_view.connecting": "Verbindingen", "mobile.components.select_server_view.continue": "doorgaan", "mobile.components.select_server_view.enterServerUrl": "Enter Server URL", "mobile.components.select_server_view.proceed": "Proceed", @@ -1971,6 +1995,7 @@ "mobile.downloader.image_saved": "Image Saved", "mobile.downloader.video_saved": "Video Saved", "mobile.drawer.teamsTitle": "Termen", + "mobile.edit_channel": "Opslaan", "mobile.edit_post.title": "Editing Message", "mobile.emoji_picker.activity": "ACTIVITY", "mobile.emoji_picker.custom": "CUSTOM", @@ -2008,6 +2033,8 @@ "mobile.managed.secured_by": "Secured by {vendor}", "mobile.markdown.code.copy_code": "Copy Code", "mobile.markdown.code.plusMoreLines": "+{count, number} more lines", + "mobile.markdown.image.error": "Image failed to load:", + "mobile.markdown.image.too_large": "Image exceeds max dimensions of {maxWidth} by {maxHeight}:", "mobile.markdown.link.copy_url": "Copy URL", "mobile.mention.copy_mention": "Copy Mention", "mobile.more_dms.start": "Start", @@ -2059,6 +2086,13 @@ "mobile.post.retry": "Refresh", "mobile.post_info.add_reaction": "Add Reaction", "mobile.post_info.copy_post": "Copy Post", + "mobile.rename_channel.display_name_maxLength": "Channel name must be less than {maxLength, number} characters", + "mobile.rename_channel.display_name_minLength": "Channel name must be {minLength, number} or more characters", + "mobile.rename_channel.display_name_required": "Channel name is required", + "mobile.rename_channel.name_lowercase": "Kan enkel kleine letters en nummers zijn", + "mobile.rename_channel.name_maxLength": "URL must be less than {maxLength, number} characters", + "mobile.rename_channel.name_minLength": "URL must be {minLength, number} or more characters", + "mobile.rename_channel.name_required": "URL is required", "mobile.request.invalid_response": "Received invalid response from the server.", "mobile.retry_message": "Refreshing messages failed. Pull up to try again.", "mobile.routes.channelInfo": "Info", diff --git a/assets/base/i18n/pl.json b/assets/base/i18n/pl.json index 4a8d803b6..b006de2ae 100644 --- a/assets/base/i18n/pl.json +++ b/assets/base/i18n/pl.json @@ -29,10 +29,10 @@ "activity_log.sessionsDescription": "Sesje tworzone są w momencie logowania w nowej przeglądarce na danym urządzeniu. Sesje pozwalają korzystać z Mattermost bez potrzeby ponownego logowania się przez czas określony przez Administratora systemu. Jeśli chcesz wylogować się wcześniej, użyj przycisku \"Wyloguj\" poniżej, co zakończy sesję.", "activity_log_modal.android": "Android", "activity_log_modal.androidNativeApp": "Natywna aplikacja dla Android", - "activity_log_modal.androidNativeClassicApp": "Android Native Classic App", + "activity_log_modal.androidNativeClassicApp": "Andridowa klasyczna natywna aplikacja", "activity_log_modal.desktop": "Natywna aplikacja desktopowa", "activity_log_modal.iphoneNativeApp": "Natywna aplikacja dla iPhone", - "activity_log_modal.iphoneNativeClassicApp": "iPhone Native Classic App", + "activity_log_modal.iphoneNativeClassicApp": "Andridowa klasyczna natywna aplikacja", "add_command.autocomplete": "Automatyczne uzupełnianie", "add_command.autocomplete.help": "(Opcjonalnie) Pokaż polecenia w liście autouzupełniania.", "add_command.autocompleteDescription": "Opis do listy autouzupełniania", @@ -651,6 +651,22 @@ "admin.manage_tokens.manageTokensTitle": "Manage Personal Access Tokens", "admin.manage_tokens.userAccessTokensDescription": "Personal access tokens function similarly to session tokens and can be used by integrations to interact with this Mattermost server. Tokens are disabled if the user is deactivated. Learn more about personal access tokens.", "admin.manage_tokens.userAccessTokensNone": "Brak osobistych tokenów dostępu.", + "admin.messageExport.createJob.help": "Initiates a Message Export job immediately.", + "admin.messageExport.createJob.title": "Run Message Export job now", + "admin.messageExport.description": "Message Export dumps all posts into a file that can be imported into third-party systems. The export task is scheduled to run once per day.", + "admin.messageExport.exportFormat.actiance": "Actiance XML", + "admin.messageExport.exportFormat.description": "The file format to write exported data in. Corresponds to the system that you want to import the data into.", + "admin.messageExport.exportFormat.title": "Export File Format:", + "admin.messageExport.exportFromTimestamp.description": "Posts older than this will not be exported. Expressed as the number of seconds since the Unix Epoch (January 1, 1970).", + "admin.messageExport.exportFromTimestamp.example": "E.g.: Tuesday October 24, 2017 @ 12pm UTC = 1508846400", + "admin.messageExport.exportFromTimestamp.title": "Creation Time of Oldest Post to Export:", + "admin.messageExport.exportJobStartTime.description": "Set the start time of the daily scheduled message export job. Choose a time when fewer people are using your system. Must be a 24-hour time stamp in the form HH:MM.", + "admin.messageExport.exportJobStartTime.example": "Np. \"2000\"", + "admin.messageExport.exportJobStartTime.title": "Message Export time:", + "admin.messageExport.exportLocation.description": "The directory on your hard drive to write export files to. Mattermost must have write access to this directory. Do not include a filename.", + "admin.messageExport.exportLocation.example": "E.g.: /var/mattermost/exports/", + "admin.messageExport.exportLocation.title": "Export Directory:", + "admin.messageExport.title": "Message Export (Beta)", "admin.metrics.enableDescription": "Jeśli włączone, Mattermost umożliwi monitorowanie wydajności oraz profilowanie. Zobacz proszę dokumentację aby dowiedzieć się więcej na temat konfiguracji monitoringu wydajności dla Mattermost.", "admin.metrics.enableTitle": "Włącz Monitorowanie Wydajności:", "admin.metrics.listenAddressDesc": "Adres na którym serwer będzie nasłuchiwał aby udostępnić metrykę wydajności.", @@ -888,6 +904,8 @@ "admin.service.listenAddress": "Adres nasłuchiwania:", "admin.service.listenDescription": "Adres z którym się powiązać i nasłuchiwać. Podanie \":8065\" powiąże ze wszystkimi interfejsami sieci. Podanie \"127.0.0.1:8065\" powiąże tylko z podanym adresem IP. Jeśli wybierzesz niższy port (zwane \"portami systemowymi\" lub \"dobrze znanymi portami\", w zakresie 0-1023), musisz mieć uprawnienia sudo żeby powiązać z takim portem. Na Linuksie możesz użyć: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" by pozwolić Mattermost na wiązanie z portami systemowymi.", "admin.service.listenExample": "Np. \":8065\"", + "admin.service.messageExportDesc": "When true, the system will export all messages that are sent once per day.", + "admin.service.messageExportTitle": "Enable Message Export:", "admin.service.mfaDesc": "Gdy włączone, użytkownicy z lodowaniem AD/LDAP albo email, mogą dodać do swojego konta uwierzytelnianie za pomocą Uwierzytelniania Google.", "admin.service.mfaTitle": "Włącz uwierzytelnianie wieloskładnikowe:", "admin.service.mobileSessionDays": "Długość sesji mobilnej (dni):", @@ -960,6 +978,7 @@ "admin.sidebar.logging": "Logowanie", "admin.sidebar.login": "Login", "admin.sidebar.logs": "Logi", + "admin.sidebar.message_export": "Message Export (Beta)", "admin.sidebar.metrics": "Monitorowanie Wydajności", "admin.sidebar.mfa": "MFA", "admin.sidebar.nativeAppLinks": "Link do aplikacji Mattermost", @@ -1355,6 +1374,7 @@ "channel_notifications.sendDesktop": "Wyświetlanie powiadomień na pulpicie", "channel_notifications.unreadInfo": "Nazwa kanału jest pogrubiona w pasku bocznym kanału jeśli są w nim nieprzeczytane wiadomości. Wybranie \"Tylko dla wzmianek\" pogrubi nazwę kanału tylko jeśli zostaniesz wspomniana/y.", "channel_select.placeholder": "--- Wybierz kanał ---", + "channel_switch_modal.deactivated": "Dezaktywuj", "channel_switch_modal.dm": "(Wiadomość bezpośrednia)", "channel_switch_modal.failed_to_open": "Otwarcie kanału nie powiodło się.", "channel_switch_modal.not_found": "Nie znaleziono dopasowań.", @@ -1408,6 +1428,7 @@ "create_comment.file": "Wysyłanie pliku", "create_comment.files": "Wysyłanie plików", "create_post.comment": "Komentarz", + "create_post.deactivated": "You are viewing an archived channel with a deactivated user.", "create_post.error_message": "Wiadomość jest zbyt długa. Ilość znaków: {length}/{limit}", "create_post.post": "Napisz", "create_post.shortcutsNotSupported": "Skróty klawiszowe nie są obsługiwane na twoim urządzeniu.", @@ -1916,6 +1937,7 @@ "mobile.channel_info.alertTitleLeaveChannel": "{term} - Opuść", "mobile.channel_info.alertYes": "Tak", "mobile.channel_info.delete_failed": "Nie można dołączyć do kanału {displayName}. Sprawdź swoje połączenie i spróbuj ponownie.", + "mobile.channel_info.edit": "Edit Channel", "mobile.channel_info.privateChannel": "Prywatny kanał", "mobile.channel_info.publicChannel": "Kanał publiczny", "mobile.channel_list.alertMessageLeaveChannel": "Jesteś pewien, że chcesz usunąć {term} {name}?", @@ -1950,6 +1972,8 @@ "mobile.commands.error_title": "Error Executing Command", "mobile.components.channels_list_view.yourChannels": "Twoje kanały:", "mobile.components.error_list.dismiss_all": "Odrzuć wszystkie", + "mobile.components.select_server_view.connect": "Połączono", + "mobile.components.select_server_view.connecting": "Łączenie...", "mobile.components.select_server_view.continue": "Kontynuuj", "mobile.components.select_server_view.enterServerUrl": "Wprowadź adres URL serwera", "mobile.components.select_server_view.proceed": "Kontynuuj", @@ -1971,6 +1995,7 @@ "mobile.downloader.image_saved": "Image Saved", "mobile.downloader.video_saved": "Video Saved", "mobile.drawer.teamsTitle": "Zespoły", + "mobile.edit_channel": "Zapisz", "mobile.edit_post.title": "Edycja Wiadomości", "mobile.emoji_picker.activity": "AKTYWNOŚCI", "mobile.emoji_picker.custom": "CUSTOM", @@ -2008,6 +2033,8 @@ "mobile.managed.secured_by": "Secured by {vendor}", "mobile.markdown.code.copy_code": "Copy Code", "mobile.markdown.code.plusMoreLines": "+{count, number} more lines", + "mobile.markdown.image.error": "Image failed to load:", + "mobile.markdown.image.too_large": "Image exceeds max dimensions of {maxWidth} by {maxHeight}:", "mobile.markdown.link.copy_url": "Copy URL", "mobile.mention.copy_mention": "Copy Mention", "mobile.more_dms.start": "Start", @@ -2059,6 +2086,13 @@ "mobile.post.retry": "Odśwież", "mobile.post_info.add_reaction": "Add Reaction", "mobile.post_info.copy_post": "Copy Post", + "mobile.rename_channel.display_name_maxLength": "Channel name must be less than {maxLength, number} characters", + "mobile.rename_channel.display_name_minLength": "Channel name must be {minLength, number} or more characters", + "mobile.rename_channel.display_name_required": "Channel name is required", + "mobile.rename_channel.name_lowercase": "Musi składać się z alfanumerycznych znaków z małej litery", + "mobile.rename_channel.name_maxLength": "URL must be less than {maxLength, number} characters", + "mobile.rename_channel.name_minLength": "URL must be {minLength, number} or more characters", + "mobile.rename_channel.name_required": "URL is required", "mobile.request.invalid_response": "Nieprawidłowa odpowiedź od serwera.", "mobile.retry_message": "Odświeżanie wiadomości nie powiodło się. Przeciągnij do góry, by spróbować ponownie.", "mobile.routes.channelInfo": "Informacje", @@ -2113,9 +2147,9 @@ "modal.manaul_status.button": "Tak, ustaw mój status na \"Online\"", "modal.manaul_status.message": "Czy chcesz zmienić status na \"Online\"?", "modal.manaul_status.title_": "Twój status został ustawiony na \"{status}\"", - "modal.manaul_status.title_away": "Twój status został ustawiony na \"{status}\"", + "modal.manaul_status.title_away": "Twój status został ustawiony na \"Zaraz wracam\"", "modal.manaul_status.title_dnd": "Your status is set to \"Do Not Disturb\"", - "modal.manaul_status.title_offline": "Twój status został ustawiony na \"{status}\"", + "modal.manaul_status.title_offline": "Twój status został ustawiony na \"Offline\"", "modal.manual_status.cancel_": "Nie, pozostaw \"{status}\"", "modal.manual_status.cancel_away": "No, keep it as \"Away\"", "modal.manual_status.cancel_dnd": "No, keep it as \"Do Not Disturb\"", diff --git a/assets/base/i18n/pt-BR.json b/assets/base/i18n/pt-BR.json index f7f3c338d..125109ca2 100644 --- a/assets/base/i18n/pt-BR.json +++ b/assets/base/i18n/pt-BR.json @@ -487,7 +487,7 @@ "admin.image.amazonS3IdDescription": "Obter essa credencial do seu administrador Amazon EC2.", "admin.image.amazonS3IdExample": "Ex.: \"AKIADTOVBGERKLCBV\"", "admin.image.amazonS3IdTitle": "Amazon S3 Access Key ID:", - "admin.image.amazonS3RegionDescription": "(Opcional) A região AWS que você selecionou quando criou o S3 bucket. Se a região não for configurada, o Mattermost irá tentar selecionar uma região apropriada na AWS, ou configurar para 'us-east-1' caso não ache.", + "admin.image.amazonS3RegionDescription": "A região AWS que você selecionou quando criou o S3 bucket. Se a região não for configurada, o Mattermost irá tentar selecionar uma região apropriada na AWS, ou configurar para 'us-east-1' caso não ache.", "admin.image.amazonS3RegionExample": "Ex.: \"us-east-1\"", "admin.image.amazonS3RegionTitle": "Amazon S3 Region:", "admin.image.amazonS3SSEDescription": "Quando verdadeiro, criptografa arquivos no Amazon S3 usando criptografia do lado do servidor com as chaves gerenciadas do Amazon S3. Veja a documentação para saber mais.", @@ -543,7 +543,7 @@ "admin.ldap.emailAttrEx": "Ex.: \"mail\" ou \"userPrincipalName\"", "admin.ldap.emailAttrTitle": "Atributo de E-mail:", "admin.ldap.enableDesc": "Quando verdadeiro, Mattermost permite login utilizando AD/LDAP", - "admin.ldap.enableSyncDesc": "When true, Mattermost periodically synchronizes users from AD/LDAP. When false, user attributes are updated from SAML during user login.", + "admin.ldap.enableSyncDesc": "Quando verdadeiro, Mattermost irá periodicamente sincronizar os usuários do AD/LDAP. Quando falso, os atributos dos usuários são atualizando do SAML quando o usuário fizer o login.", "admin.ldap.enableSyncTitle": "Ativar Sincronização com AD/LDAP:", "admin.ldap.enableTitle": "Ativar login with AD/LDAP:", "admin.ldap.firstnameAttrDesc": "(Opcional) O atributo no servidor AD/LDAP que será usado para preencher o primeiro nome dos usuários no Mattermost. Quando definido, os usuários não serão capazes de editar o seu primeiro nome, uma vez que é sincronizado com o servidor LDAP. Quando deixado em branco, os usuários poderão definir seu próprio primeiro nome em Configurações de Conta.", @@ -651,6 +651,22 @@ "admin.manage_tokens.manageTokensTitle": "Gerenciar Tokens de Acesso Individual", "admin.manage_tokens.userAccessTokensDescription": "Os tokens de acesso individual funcionam de forma semelhante aos tokens de sessão e podem ser usados por integrações para interagir com este servidor Mattermost. Tokens são desativados se o usuário está desativado. Saiba mais sobre tokens de acesso individual.", "admin.manage_tokens.userAccessTokensNone": "Não há tokens de acesso individual.", + "admin.messageExport.createJob.help": "Initiates a Message Export job immediately.", + "admin.messageExport.createJob.title": "Run Message Export job now", + "admin.messageExport.description": "Message Export dumps all posts into a file that can be imported into third-party systems. The export task is scheduled to run once per day.", + "admin.messageExport.exportFormat.actiance": "Actiance XML", + "admin.messageExport.exportFormat.description": "The file format to write exported data in. Corresponds to the system that you want to import the data into.", + "admin.messageExport.exportFormat.title": "Export File Format:", + "admin.messageExport.exportFromTimestamp.description": "Posts older than this will not be exported. Expressed as the number of seconds since the Unix Epoch (January 1, 1970).", + "admin.messageExport.exportFromTimestamp.example": "E.g.: Tuesday October 24, 2017 @ 12pm UTC = 1508846400", + "admin.messageExport.exportFromTimestamp.title": "Creation Time of Oldest Post to Export:", + "admin.messageExport.exportJobStartTime.description": "Ajuste a hora de início para exportação de mensagens diária. Escolha uma hora em que tenha menos pessoas utilizando o sistema. A hora em 24 horas e no formato HH:MM.", + "admin.messageExport.exportJobStartTime.example": "Ex.: \"02:00\"", + "admin.messageExport.exportJobStartTime.title": "Hora Exportação de Mensagem:", + "admin.messageExport.exportLocation.description": "The directory on your hard drive to write export files to. Mattermost must have write access to this directory. Do not include a filename.", + "admin.messageExport.exportLocation.example": "Ex.: /var/mattermost/exports/", + "admin.messageExport.exportLocation.title": "Diretório para Exportação:", + "admin.messageExport.title": "Exportação de Mensagem (Beta)", "admin.metrics.enableDescription": "Quando verdadeiro, Mattermost irá habilitar a coleta do monitoramento de performance e profiling. Por favor verifique documentação para ler mais sobre como configurar o monitoramento de performance para Mattermost.", "admin.metrics.enableTitle": "Habilitar Monitoramento de Performance:", "admin.metrics.listenAddressDesc": "O endereço que o servidor irá escutar para expor as métricas de performance.", @@ -732,7 +748,7 @@ "admin.plugins.settings.enable": "Ativar Plugins: ", "admin.plugins.settings.enableDesc": "Quando verdadeiro, ativa plugins no servidor Mattermost. Utilize plugins para integrar com sistemas de terceiros, estenda funcionalidades ou personalize a interface do seu servidor Mattermost. Veja a documentação para saber mais. ", "admin.plugins.settings.enableUploads": "Ativa Envio de Plugins: ", - "admin.plugins.settings.enableUploadsDesc": "Quando verdadeiro, ativa o envio de plugins pelo Administrador do Sistema em Plugins > Gerenciamento. Se você não planeja o envio de um plugin, defina como falso para controlar quais plugins são instalador no seu servidor. Veja a documentação para saber mais.", + "admin.plugins.settings.enableUploadsDesc": "Quando verdadeiro, ativa o envio de plugins pelo Administrador do Sistema em Plugins > Gerenciamento. Se você não planeja o upload de um plugin, defina como falso para controlar quais plugins são instalador no seu servidor. Veja a documentação para saber mais.", "admin.plugins.settings.title": "Configuração", "admin.privacy.showEmailDescription": "Quando falso, o endereço de email dos membros será ocultado para todos exceto para os Administradores do Sistema.", "admin.privacy.showEmailTitle": "Mostrar Endereços de Email: ", @@ -791,7 +807,7 @@ "admin.saml.emailAttrEx": "Ex.: \"Email\" ou \"PrimaryEmail\"", "admin.saml.emailAttrTitle": "Atributo de E-mail:", "admin.saml.enableDescription": "Quando verdadeiro, Mattermost irá permitir login usando SAML 2.0. Por favor veja a documentação para aprender mais sobre configurar SAML para o Mattermost.", - "admin.saml.enableSyncWithLdapDescription": "Quando verdadeiro, Mattermost sincroniza periodicamente os atributos dos usuários SAML, incluindo usuários desativados e removidos do AD/LDAP. Ative e configure as configurações de sincronização em Autenticação > AD/LDAP. Veja a documentação para saber mais.", + "admin.saml.enableSyncWithLdapDescription": "Quando verdadeiro, Mattermost sincroniza periodicamente os atributos dos usuários SAML, incluindo usuários desativados e removidos do AD/LDAP. Ative e configure as configurações de sincronização em Autenticação > AD/LDAP. Quando falso, os atributos do usuário serão atualizados durante o login. Veja a documentação para saber mais.", "admin.saml.enableSyncWithLdapTitle": "Habilitar sincronismo das contas SAML com AD/LDAP:", "admin.saml.enableTitle": "Ativar Login With SAML 2.0:", "admin.saml.encryptDescription": "Quando falso, Mattermost não irá descriptografar o SAML Assertions encriptado com o seu Provedor de Serviço de Certificado Público. Não recomendado para ambientes de produção. Apenas para teste.", @@ -888,6 +904,8 @@ "admin.service.listenAddress": "Endereço à Escutar:", "admin.service.listenDescription": "O endereço e a porta à qual se ligar e ouvir. Especificando \":8065\" irá ligar-se a todas as interfaces de rede. Especificando \"127.0.0.1:8065\" só irá ligar à interface de rede com esse endereço IP. Se você escolher uma porta de um nível mais baixo (chamadas de \"portas do sistema\" ou \"portas conhecidas\", na faixa de 0-1023), você deve ter permissões para se ligar a essa porta. No Linux, você pode usar: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" para permitir o Mattermost vincular a portas conhecidas.", "admin.service.listenExample": "Ex.: \":8065\"", + "admin.service.messageExportDesc": "When true, the system will export all messages that are sent once per day.", + "admin.service.messageExportTitle": "Enable Message Export:", "admin.service.mfaDesc": "Quando verdadeiro, usuários com AD/LDAP ou login por email poderão adicionar a autenticação multi-fator nas suas contas usando o Google Authenticator.", "admin.service.mfaTitle": "Ativar Autenticação Multi-Fator:", "admin.service.mobileSessionDays": "Tamanho da Sessão Móvel (dias):", @@ -960,6 +978,7 @@ "admin.sidebar.logging": "Logs", "admin.sidebar.login": "Login", "admin.sidebar.logs": "Logs", + "admin.sidebar.message_export": "Message Export (Beta)", "admin.sidebar.metrics": "Monitoramento de Performance", "admin.sidebar.mfa": "MFA", "admin.sidebar.nativeAppLinks": "Links Aplicativo Mattermost", @@ -1355,6 +1374,7 @@ "channel_notifications.sendDesktop": "Enviar notificações de desktop", "channel_notifications.unreadInfo": "O nome do canal fica em negrito na barra lateral quando houver mensagens não lidas. Selecionando \"Apenas menções\" o canal vai ficar em negrito apenas quando você for mencionado.", "channel_select.placeholder": "--- Selecione um canal ---", + "channel_switch_modal.deactivated": "Desativado", "channel_switch_modal.dm": "(Mensagem Direta)", "channel_switch_modal.failed_to_open": "Falha ao abrir o canal.", "channel_switch_modal.not_found": "Nenhum resultado encontrado.", @@ -1408,6 +1428,7 @@ "create_comment.file": "Enviando arquivo", "create_comment.files": "Enviando arquivos", "create_post.comment": "Comentário", + "create_post.deactivated": "You are viewing an archived channel with a deactivated user.", "create_post.error_message": "Sua mensagem é muito longa. Número de caracteres: {length}/{limit}", "create_post.post": "Post", "create_post.shortcutsNotSupported": "Atalhos do teclado não está disponível no seu dispositivo.", @@ -1907,7 +1928,7 @@ "mobile.android.photos_permission_denied_title": "Acesso a galeria de fotos é necessário", "mobile.android.videos_permission_denied_description": "Para enviar vides de sua galeria, por favor altere as permissões.", "mobile.android.videos_permission_denied_title": "Acesso a galeria de videis é necessário", - "mobile.channel.markAsRead": "Mark As Read", + "mobile.channel.markAsRead": "Marcar Como Lido", "mobile.channel_drawer.search": "Pular para...", "mobile.channel_info.alertMessageDeleteChannel": "Você tem certeza que quer excluir o {term} {name}?", "mobile.channel_info.alertMessageLeaveChannel": "Você tem certeza que quer deixar o {term} {name}?", @@ -1916,13 +1937,14 @@ "mobile.channel_info.alertTitleLeaveChannel": "Sair {term}", "mobile.channel_info.alertYes": "Sim", "mobile.channel_info.delete_failed": "Não foi possível apagar o canal {displayName}. Por favor verifique a sua conexão e tente novamente.", + "mobile.channel_info.edit": "Editar Canal", "mobile.channel_info.privateChannel": "Canal Privado", "mobile.channel_info.publicChannel": "Canal Público", "mobile.channel_list.alertMessageLeaveChannel": "Você tem certeza que quer deixar o {term} {name}?", "mobile.channel_list.alertNo": "Não", "mobile.channel_list.alertTitleLeaveChannel": "Sair {term}", "mobile.channel_list.alertYes": "Sim", - "mobile.channel_list.channels": "CHANNELS", + "mobile.channel_list.channels": "CANAIS", "mobile.channel_list.closeDM": "Fechar Mensagem Direta", "mobile.channel_list.closeGM": "Fechar Mensagem em Grupo", "mobile.channel_list.dm": "Mensagem Direta", @@ -1950,6 +1972,8 @@ "mobile.commands.error_title": "Erro ao Executar o Comando", "mobile.components.channels_list_view.yourChannels": "Seus canais:", "mobile.components.error_list.dismiss_all": "Descartar todos", + "mobile.components.select_server_view.connect": "Conectar", + "mobile.components.select_server_view.connecting": "Conectando...", "mobile.components.select_server_view.continue": "Continuar", "mobile.components.select_server_view.enterServerUrl": "Informe a URL do servidor", "mobile.components.select_server_view.proceed": "Prosseguir", @@ -1971,6 +1995,7 @@ "mobile.downloader.image_saved": "Imagem Salva", "mobile.downloader.video_saved": "Vídeo Salvo", "mobile.drawer.teamsTitle": "Equipes", + "mobile.edit_channel": "Salvar", "mobile.edit_post.title": "Editando a Mensagem", "mobile.emoji_picker.activity": "ATIVIDADE", "mobile.emoji_picker.custom": "PERSONALIZADO", @@ -2008,6 +2033,8 @@ "mobile.managed.secured_by": "Garantido por {vendor} ", "mobile.markdown.code.copy_code": "Copiar Código", "mobile.markdown.code.plusMoreLines": "mais +{count, number} linhas", + "mobile.markdown.image.error": "Imagem de falha de carregamento:", + "mobile.markdown.image.too_large": "A imagem excede as dimensões máximas de {maxWidth} por {maxHeight}:", "mobile.markdown.link.copy_url": "Copiar URL", "mobile.mention.copy_mention": "Copiar Menção", "mobile.more_dms.start": "Início", @@ -2059,6 +2086,13 @@ "mobile.post.retry": "Atualizar", "mobile.post_info.add_reaction": "Adicionar Reação", "mobile.post_info.copy_post": "Copiar Post", + "mobile.rename_channel.display_name_maxLength": "Nome do canal precisa ter menos de {maxLength, number} caracteres", + "mobile.rename_channel.display_name_minLength": "Nome do canal deve ter {minLength, number} caracteres ou mais", + "mobile.rename_channel.display_name_required": "Nome do canal é obrigatório", + "mobile.rename_channel.name_lowercase": "URL deve ter caracteres minúsculos alfanuméricos", + "mobile.rename_channel.name_maxLength": "URL deve ter menos de {maxLength, number} caracteres", + "mobile.rename_channel.name_minLength": "URL deve ter {minLength, number} caracteres ou mais", + "mobile.rename_channel.name_required": "URL é obrigatória", "mobile.request.invalid_response": "Recebido uma resposta inválida do servidor.", "mobile.retry_message": "Atualização de mensagens falharam. Puxe para tentar novamente.", "mobile.routes.channelInfo": "Informações", @@ -2300,7 +2334,7 @@ "rhs_root.unpin": "Desafixar do canal", "rhs_thread.rootPostDeletedMessage.body": "Uma parte desta thread foi apagada devido a política de retenção de dados. Você nao pode mais responder para esta thread.", "save_button.save": "Salvar", - "save_button.saving": "Saving", + "save_button.saving": "Salvando", "search_bar.search": "Procurar", "search_bar.usage": "