Этот коммит содержится в:
Elias Nahum
2018-09-20 11:53:10 -03:00
коммит произвёл GitHub
родитель 3ea33b76f8
Коммит f1be975d7a
15 изменённых файлов: 1239 добавлений и 119 удалений

Просмотреть файл

@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "Konnte Emoji nicht erstellen. Es trat ein Fehler beim Umwandeln des GIF auf." "translation": "Konnte Emoji nicht erstellen. Es trat ein Fehler beim Umwandeln des GIF auf."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "Konnte Emoji nicht erstellen. Es trat ein Fehler beim Öffnen des Bildes auf." "translation": "Konnte Emoji nicht erstellen. Es trat ein Fehler beim Öffnen des Bildes auf."
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "Cluster-API-Endpunkt nicht gefunden." "translation": "Cluster-API-Endpunkt nicht gefunden."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Fehler beim Lesen der Datei unter: \"{{.FilePath}}\"" "translation": "Fehler beim Lesen der Datei unter: \"{{.FilePath}}\""
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "Der Kanal konnte nicht gelöscht werden" "translation": "Der Kanal konnte nicht gelöscht werden"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "Die Kanäle konnten nicht gelöscht werden" "translation": "Die Kanäle konnten nicht gelöscht werden"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "Die Kanalmitglieder konnten nicht entfernt werden" "translation": "Die Kanalmitglieder konnten nicht entfernt werden"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "Konnte die Kanal-Schemas nicht zurücksetzen." "translation": "Konnte die Kanal-Schemas nicht zurücksetzen."
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "Das des Datum der letzen Nachricht im Kanal konnte nicht zurücksetzt werden." "translation": "Das des Datum der letzen Nachricht im Kanal konnte nicht zurücksetzt werden."
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "Sie können einen archivierten Kanal nicht modifizieren." "translation": "Sie können einen archivierten Kanal nicht modifizieren."
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "Konnte die Transaktion nicht öffnen" "translation": "Konnte die Transaktion nicht öffnen"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Fehler beim Abrufen der aktuellen Kanalanzahl." "translation": "Fehler beim Abrufen der aktuellen Kanalanzahl."
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "Es trat ein Fehler beim Suchen nach Kanälen auf" "translation": "Es trat ein Fehler beim Suchen nach Kanälen auf"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "Der Kanal konnte nicht aktualisiert werden" "translation": "Der Kanal konnte nicht aktualisiert werden"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "Sie können einen archivierten Kanal nicht modifizieren." "translation": "Sie können einen archivierten Kanal nicht modifizieren."
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "Ein Kanal mit diesem Handle existiert bereits" "translation": "Ein Kanal mit diesem Handle existiert bereits"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "Es wurde schon ein Kanal mit dem Handle erstellt" "translation": "Es wurde schon ein Kanal mit dem Handle erstellt"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "Es trat ein Fehler beim Aktualisieren des Kanals auf" "translation": "Es trat ein Fehler beim Aktualisieren des Kanals auf"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "Der Zeitpunkt der letzten Betrachtung konnte nicht aktualisiert werden." "translation": "Der Zeitpunkt der letzten Betrachtung konnte nicht aktualisiert werden."

Просмотреть файл

@@ -179,14 +179,6 @@
"id": "api.channel.leave.last_member.app_error", "id": "api.channel.leave.last_member.app_error",
"translation": "You're the only member left, try removing the Private Channel instead of leaving." "translation": "You're the only member left, try removing the Private Channel instead of leaving."
}, },
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{ {
"id": "api.channel.leave.left", "id": "api.channel.leave.left",
"translation": "%v left the channel." "translation": "%v left the channel."
@@ -1016,10 +1008,6 @@
"id": "api.emoji.upload.image.app_error", "id": "api.emoji.upload.image.app_error",
"translation": "Unable to create emoji. File must be a PNG, JPEG, or GIF." "translation": "Unable to create emoji. File must be a PNG, JPEG, or GIF."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.large_image.decode_error", "id": "api.emoji.upload.large_image.decode_error",
"translation": "Unable to create emoji. An error occurred when trying to decode the image." "translation": "Unable to create emoji. An error occurred when trying to decode the image."
@@ -1036,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "Unable to create emoji. An error occurred when trying to encode the GIF image." "translation": "Unable to create emoji. An error occurred when trying to encode the GIF image."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "Unable to create the emoji. An error ocurred when trying to open the attached image." "translation": "Unable to create the emoji. An error ocurred when trying to open the attached image."
@@ -2458,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "Cluster API endpoint not found." "translation": "Cluster API endpoint not found."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Error reading the file at: \"{{.FilePath}}\"" "translation": "Error reading the file at: \"{{.FilePath}}\""

Просмотреть файл

@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "No se puede crear el emoticon. Se ha producido un error al intentar codificar la imagen GIF." "translation": "No se puede crear el emoticon. Se ha producido un error al intentar codificar la imagen GIF."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "No se puede crear el emoticon. Se ha producido un error al intentar abrir la imagen adjunta." "translation": "No se puede crear el emoticon. Se ha producido un error al intentar abrir la imagen adjunta."
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "No se encontró el endpoint del API para el agrupamiento de servidores." "translation": "No se encontró el endpoint del API para el agrupamiento de servidores."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Error leyendo el archivo: \"{{.FilePath}}\"" "translation": "Error leyendo el archivo: \"{{.FilePath}}\""
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "No pudimos eliminar el canal" "translation": "No pudimos eliminar el canal"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "No pudimos eliminar los canales" "translation": "No pudimos eliminar los canales"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "No pudimos eliminar al miembro del canal" "translation": "No pudimos eliminar al miembro del canal"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "No hemos podido restablecer los esquemas de los canales" "translation": "No hemos podido restablecer los esquemas de los canales"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "No se pudo reiniciar el canal a la última fecha del mensaje publicado" "translation": "No se pudo reiniciar el canal a la última fecha del mensaje publicado"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "No se puede modificar un canal archivado" "translation": "No se puede modificar un canal archivado"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "No se puede abrir la transacción" "translation": "No se puede abrir la transacción"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Falla obteniendo la cantidad de canales actual" "translation": "Falla obteniendo la cantidad de canales actual"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "Encontramos un error buscando en los canales" "translation": "Encontramos un error buscando en los canales"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "No pudimos actualizar el canal" "translation": "No pudimos actualizar el canal"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "No se puede modificar un canal archivado" "translation": "No se puede modificar un canal archivado"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "Un canal con este identificador ya existe" "translation": "Un canal con este identificador ya existe"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "Un canal con este identificador fue creado previamente" "translation": "Un canal con este identificador fue creado previamente"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "Encontramos un error actualizando el canal" "translation": "Encontramos un error actualizando el canal"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "No pudimos actualizar el tiempo de la última vista" "translation": "No pudimos actualizar el tiempo de la última vista"

Просмотреть файл

@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "Impossible de créer l'émoticône. Une erreur est survenue durant l'encodage de l'image GIF." "translation": "Impossible de créer l'émoticône. Une erreur est survenue durant l'encodage de l'image GIF."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "Impossible de créer l'émoticône. Une erreur est survenue lors de l'ouverture de l'image liée." "translation": "Impossible de créer l'émoticône. Une erreur est survenue lors de l'ouverture de l'image liée."
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "Le nœud d'API cluster est introuvable." "translation": "Le nœud d'API cluster est introuvable."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Erreur lors de la lecture du fichier : « {{.FilePath}} »" "translation": "Erreur lors de la lecture du fichier : « {{.FilePath}} »"
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "Impossible de supprimer le canal" "translation": "Impossible de supprimer le canal"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "Impossible de supprimer les canaux" "translation": "Impossible de supprimer les canaux"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "Impossible de retirer le membre du canal" "translation": "Impossible de retirer le membre du canal"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "Impossible de restaurer les schémas de permissions de canal" "translation": "Impossible de restaurer les schémas de permissions de canal"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "Impossible de réinitialiser la date de la dernière publication du canal." "translation": "Impossible de réinitialiser la date de la dernière publication du canal."
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "Impossible de modifier un canal archivé." "translation": "Impossible de modifier un canal archivé."
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "Impossible d'ouvrir la transaction" "translation": "Impossible d'ouvrir la transaction"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Échec lors de l'obtention du nombre de canaux courants" "translation": "Échec lors de l'obtention du nombre de canaux courants"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "Nous avons rencontré une erreur durant la recherche des canaux" "translation": "Nous avons rencontré une erreur durant la recherche des canaux"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "Impossible de mettre à jour le canal" "translation": "Impossible de mettre à jour le canal"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "Impossible de modifier un canal archivé." "translation": "Impossible de modifier un canal archivé."
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "Un canal avec cet identifiant existe déjà" "translation": "Un canal avec cet identifiant existe déjà"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "Un canal avec cet identifiant a déjà été créé" "translation": "Un canal avec cet identifiant a déjà été créé"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "Nous avons rencontré une erreur durant la mise à jour du canal" "translation": "Nous avons rencontré une erreur durant la mise à jour du canal"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "Impossible de mettre à jour la date de dernier affichage" "translation": "Impossible de mettre à jour la date de dernier affichage"

Просмотреть файл

@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "Impossibile creare l'emoji. Si è verificato un errore di codifica dell'immagine GIF." "translation": "Impossibile creare l'emoji. Si è verificato un errore di codifica dell'immagine GIF."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Impossibile creare l'emoji. L'immagine deve essere più picola di {{.MaxWidth}} per {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "Impossibile creare l'emoji. Si è verificato un errore aprendo l'immagine allegata." "translation": "Impossibile creare l'emoji. Si è verificato un errore aprendo l'immagine allegata."
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "Cluster API non trovate." "translation": "Cluster API non trovate."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Errore durante la lettura del file: \"{{.FilePath}}\"" "translation": "Errore durante la lettura del file: \"{{.FilePath}}\""
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "Non è stato possibile cancellare il canale" "translation": "Non è stato possibile cancellare il canale"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "Impossibile cancellare il canale" "translation": "Impossibile cancellare il canale"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "Non è possibile rimuovere il membro del canale" "translation": "Non è possibile rimuovere il membro del canale"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "Impossibile resettare gli schemi del canale" "translation": "Impossibile resettare gli schemi del canale"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "Impossibile reimpostare l'ultimo post del canale alla data" "translation": "Impossibile reimpostare l'ultimo post del canale alla data"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "Non puoi modificare un canale archiviato" "translation": "Non puoi modificare un canale archiviato"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "Impossibile aprire la transazione" "translation": "Impossibile aprire la transazione"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Impossibile recuperare il conteggio dei canali" "translation": "Impossibile recuperare il conteggio dei canali"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "Riscontrato un errore nella ricerca dei canali" "translation": "Riscontrato un errore nella ricerca dei canali"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "Non è possibile aggiornare il canale" "translation": "Non è possibile aggiornare il canale"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "Non puoi modificare un canale archiviato" "translation": "Non puoi modificare un canale archiviato"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "Un canale con quello pseudonimo esiste già" "translation": "Un canale con quello pseudonimo esiste già"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "Un canale con quello pseudonimo è stato creato precedentemente" "translation": "Un canale con quello pseudonimo è stato creato precedentemente"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "Riscontrato un errore nel aggiornamento del canale" "translation": "Riscontrato un errore nel aggiornamento del canale"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "Non è stato possibile aggiornare la data dell'ultima visualizzazione" "translation": "Non è stato possibile aggiornare la data dell'ultima visualizzazione"

Просмотреть файл

@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "絵文字を作成できません。GIF画像をエンコードする際にエラーが発生しました。" "translation": "絵文字を作成できません。GIF画像をエンコードする際にエラーが発生しました。"
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "絵文字を作成できませんでした。添付された画像を開く際にエラーが発生しました。" "translation": "絵文字を作成できませんでした。添付された画像を開く際にエラーが発生しました。"
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "クラスターAPIエンドポイントが見つかりませんでした。" "translation": "クラスターAPIエンドポイントが見つかりませんでした。"
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "ファイル読み込みエラー: \"{{.FilePath}}\"" "translation": "ファイル読み込みエラー: \"{{.FilePath}}\""
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "チャンネルを削除できませんでした" "translation": "チャンネルを削除できませんでした"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "チャンネルが削除できませんでした" "translation": "チャンネルが削除できませんでした"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "チャンネルのメンバーを削除できません" "translation": "チャンネルのメンバーを削除できません"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "チャンネルスキームをリセットできませんでした" "translation": "チャンネルスキームをリセットできませんでした"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "チャンネルの最新の投稿日付をリセットできませんでした。" "translation": "チャンネルの最新の投稿日付をリセットできませんでした。"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "アーカイブチャンネルは変更できません" "translation": "アーカイブチャンネルは変更できません"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "トランザクションを開けません" "translation": "トランザクションを開けません"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "現在のチャンネル数を取得できません" "translation": "現在のチャンネル数を取得できません"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "チャンネルを検索する際にエラーが発生しました" "translation": "チャンネルを検索する際にエラーが発生しました"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "チャンネルが更新できませんでした" "translation": "チャンネルが更新できませんでした"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "アーカイブチャンネルは編集できません" "translation": "アーカイブチャンネルは編集できません"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "そのハンドルを持つチャンネルは既に存在しています" "translation": "そのハンドルを持つチャンネルは既に存在しています"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "そのハンドルを持つチャンネルは以前に作成されました" "translation": "そのハンドルを持つチャンネルは以前に作成されました"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "チャンネルを更新する際にエラーが発生しました" "translation": "チャンネルを更新する際にエラーが発生しました"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "最終閲覧日時を更新できませんでした" "translation": "最終閲覧日時を更新できませんでした"

Просмотреть файл

@@ -233,7 +233,7 @@
}, },
{ {
"id": "api.channel.remove_channel_member.type.app_error", "id": "api.channel.remove_channel_member.type.app_error",
"translation": "Cannot remove user from a channel." "translation": "Unable to remove user from a channel."
}, },
{ {
"id": "api.channel.remove_member.removed", "id": "api.channel.remove_member.removed",
@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "이모지를 만들 수 없습니다. GIF 인코딩 중 오류가 발생했습니다." "translation": "이모지를 만들 수 없습니다. GIF 인코딩 중 오류가 발생했습니다."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "이모티콘을 생성할 수 없습니다. 첨부된 이미지를 여는 도중에 문제가 발생하였습니다." "translation": "이모티콘을 생성할 수 없습니다. 첨부된 이미지를 여는 도중에 문제가 발생하였습니다."
@@ -1034,11 +1038,11 @@
}, },
{ {
"id": "api.file.file_exists.exists_local.app_error", "id": "api.file.file_exists.exists_local.app_error",
"translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." "translation": "Unable to check if the file exists."
}, },
{ {
"id": "api.file.file_exists.s3.app_error", "id": "api.file.file_exists.s3.app_error",
"translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." "translation": "Unable to check if the file exists."
}, },
{ {
"id": "api.file.get_file.public_invalid.app_error", "id": "api.file.get_file.public_invalid.app_error",
@@ -2420,7 +2424,7 @@
}, },
{ {
"id": "app.channel.move_channel.members_do_not_match.error", "id": "app.channel.move_channel.members_do_not_match.error",
"translation": "Cannot move a channel unless all its members are already members of the destination team." "translation": "Unable to move a channel unless all its members are already members of the destination team."
}, },
{ {
"id": "app.channel.post_update_channel_purpose_message.post.error", "id": "app.channel.post_update_channel_purpose_message.post.error",
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "Cluster API endpoint not found." "translation": "Cluster API endpoint not found."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Error reading the file at: \"{{.FilePath}}\"" "translation": "Error reading the file at: \"{{.FilePath}}\""
@@ -2472,7 +2484,7 @@
}, },
{ {
"id": "app.import.import_channel.scheme_deleted.error", "id": "app.import.import_channel.scheme_deleted.error",
"translation": "Cannot set a channel to use a deleted scheme." "translation": "Unable to set a channel to use a deleted scheme."
}, },
{ {
"id": "app.import.import_channel.scheme_wrong_scope.error", "id": "app.import.import_channel.scheme_wrong_scope.error",
@@ -2576,7 +2588,7 @@
}, },
{ {
"id": "app.import.import_team.scheme_deleted.error", "id": "app.import.import_team.scheme_deleted.error",
"translation": "Cannot set a team to use a deleted scheme." "translation": "Unable to set a team to use a deleted scheme."
}, },
{ {
"id": "app.import.import_team.scheme_wrong_scope.error", "id": "app.import.import_team.scheme_wrong_scope.error",
@@ -3424,7 +3436,7 @@
}, },
{ {
"id": "ent.message_export.global_relay.close_zip_file.app_error", "id": "ent.message_export.global_relay.close_zip_file.app_error",
"translation": "Unable to close properly the zip file." "translation": "Unable to close the zip file."
}, },
{ {
"id": "ent.message_export.global_relay.create_file_in_zip.app_error", "id": "ent.message_export.global_relay.create_file_in_zip.app_error",
@@ -3624,7 +3636,7 @@
}, },
{ {
"id": "migrations.worker.run_migration.unknown_key", "id": "migrations.worker.run_migration.unknown_key",
"translation": "Cannot run migration job due to unknown migration key." "translation": "Unable to run migration job due to unknown migration key."
}, },
{ {
"id": "model.access.is_valid.access_token.app_error", "id": "model.access.is_valid.access_token.app_error",
@@ -4836,7 +4848,7 @@
}, },
{ {
"id": "store.sql_channel.get_for_post.app_error", "id": "store.sql_channel.get_for_post.app_error",
"translation": "We couldn't get the channel for the given post" "translation": "Unable to get the channel for the given post"
}, },
{ {
"id": "store.sql_channel.get_member.app_error", "id": "store.sql_channel.get_member.app_error",
@@ -4852,7 +4864,7 @@
}, },
{ {
"id": "store.sql_channel.get_member_for_post.app_error", "id": "store.sql_channel.get_member_for_post.app_error",
"translation": "We couldn't get the channel member for the given post" "translation": "Unable to get the channel member for the given post"
}, },
{ {
"id": "store.sql_channel.get_members.app_error", "id": "store.sql_channel.get_members.app_error",
@@ -4872,7 +4884,7 @@
}, },
{ {
"id": "store.sql_channel.get_unread.app_error", "id": "store.sql_channel.get_unread.app_error",
"translation": "We couldn't get the channel unread messages" "translation": "Unable to get the channel unread messages"
}, },
{ {
"id": "store.sql_channel.increment_mention_count.app_error", "id": "store.sql_channel.increment_mention_count.app_error",
@@ -4902,17 +4914,41 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "채널을 삭제하지 못했습니다." "translation": "채널을 삭제하지 못했습니다."
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "채널을 찾을 수 없습니다" "translation": "채널을 찾을 수 없습니다"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "채널을 찾을 수 없습니다" "translation": "채널을 찾을 수 없습니다"
}, },
{ {
"id": "store.sql_channel.pinned_posts.app_error", "id": "store.sql_channel.pinned_posts.app_error",
"translation": "We couldn't find the pinned posts" "translation": "Unable to find the pinned posts"
}, },
{ {
"id": "store.sql_channel.remove_member.app_error", "id": "store.sql_channel.remove_member.app_error",
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "We could not reset the channel schemes" "translation": "We could not reset the channel schemes"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "We could not reset the channel last post at date" "translation": "We could not reset the channel last post at date"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "You can not modify an archived channel" "translation": "You can not modify an archived channel"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "Unable to open transaction" "translation": "Unable to open transaction"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Failed to get current channel count" "translation": "Failed to get current channel count"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "We encountered an error updating the channel" "translation": "We encountered an error updating the channel"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "채널을 찾을 수 없습니다" "translation": "채널을 찾을 수 없습니다"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "You can not modify an archived channel" "translation": "You can not modify an archived channel"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "A channel with that handle already exists" "translation": "A channel with that handle already exists"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "A channel with that handle was previously created" "translation": "A channel with that handle was previously created"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "We encountered an error updating the channel" "translation": "We encountered an error updating the channel"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "We couldn't update the last viewed at time" "translation": "We couldn't update the last viewed at time"
@@ -5164,35 +5244,35 @@
}, },
{ {
"id": "store.sql_file_info.PermanentDeleteByUser.app_error", "id": "store.sql_file_info.PermanentDeleteByUser.app_error",
"translation": "We couldn't delete attachments of the user" "translation": "Unable to delete attachments of the user"
}, },
{ {
"id": "store.sql_file_info.attach_to_post.app_error", "id": "store.sql_file_info.attach_to_post.app_error",
"translation": "We couldn't attach the file info to the post" "translation": "Unable to attach the file info to the post"
}, },
{ {
"id": "store.sql_file_info.delete_for_post.app_error", "id": "store.sql_file_info.delete_for_post.app_error",
"translation": "We couldn't delete the file info to the post" "translation": "Unable to delete the file info to the post"
}, },
{ {
"id": "store.sql_file_info.get.app_error", "id": "store.sql_file_info.get.app_error",
"translation": "We couldn't get the file info" "translation": "Unable to get the file info"
}, },
{ {
"id": "store.sql_file_info.get_by_path.app_error", "id": "store.sql_file_info.get_by_path.app_error",
"translation": "We couldn't get the file info by path" "translation": "Unable to get the file info by path"
}, },
{ {
"id": "store.sql_file_info.get_for_post.app_error", "id": "store.sql_file_info.get_for_post.app_error",
"translation": "We couldn't get the file info for the post" "translation": "Unable to get the file info for the post"
}, },
{ {
"id": "store.sql_file_info.get_for_user_id.app_error", "id": "store.sql_file_info.get_for_user_id.app_error",
"translation": "We couldn't get the file info for the user" "translation": "Unable to get the file info for the user"
}, },
{ {
"id": "store.sql_file_info.permanent_delete.app_error", "id": "store.sql_file_info.permanent_delete.app_error",
"translation": "We couldn't permanently delete the file info" "translation": "Unable to permanently delete the file info"
}, },
{ {
"id": "store.sql_file_info.permanent_delete_batch.app_error", "id": "store.sql_file_info.permanent_delete_batch.app_error",
@@ -5200,7 +5280,7 @@
}, },
{ {
"id": "store.sql_file_info.save.app_error", "id": "store.sql_file_info.save.app_error",
"translation": "We couldn't save the file info" "translation": "Unable to save the file info"
}, },
{ {
"id": "store.sql_job.delete.app_error", "id": "store.sql_job.delete.app_error",
@@ -5216,11 +5296,11 @@
}, },
{ {
"id": "store.sql_job.get_count_by_status_and_type.app_error", "id": "store.sql_job.get_count_by_status_and_type.app_error",
"translation": "We couldn't get the job count by status and type" "translation": "Unable to get the job count by status and type"
}, },
{ {
"id": "store.sql_job.get_newest_job_by_status_and_type.app_error", "id": "store.sql_job.get_newest_job_by_status_and_type.app_error",
"translation": "We couldn't get the newest job by status and type" "translation": "Unable to get the newest job by status and type"
}, },
{ {
"id": "store.sql_job.save.app_error", "id": "store.sql_job.save.app_error",
@@ -5368,7 +5448,7 @@
}, },
{ {
"id": "store.sql_post.compliance_export.app_error", "id": "store.sql_post.compliance_export.app_error",
"translation": "We couldn't get the compliance export posts." "translation": "Unable to get the compliance export posts."
}, },
{ {
"id": "store.sql_post.delete.app_error", "id": "store.sql_post.delete.app_error",
@@ -5400,7 +5480,7 @@
}, },
{ {
"id": "store.sql_post.get_posts_batch_for_indexing.get.app_error", "id": "store.sql_post.get_posts_batch_for_indexing.get.app_error",
"translation": "We couldn't get the posts batch for indexing" "translation": "Unable to get the posts batch for indexing"
}, },
{ {
"id": "store.sql_post.get_posts_by_ids.app_error", "id": "store.sql_post.get_posts_by_ids.app_error",
@@ -5448,7 +5528,7 @@
}, },
{ {
"id": "store.sql_post.query_max_post_size.error", "id": "store.sql_post.query_max_post_size.error",
"translation": "We couldn't determine the maximum supported post size" "translation": "Unable to determine the maximum supported post size"
}, },
{ {
"id": "store.sql_post.save.app_error", "id": "store.sql_post.save.app_error",
@@ -5772,7 +5852,7 @@
}, },
{ {
"id": "store.sql_team.analytics_get_team_count_for_scheme.app_error", "id": "store.sql_team.analytics_get_team_count_for_scheme.app_error",
"translation": "We couldn't get the channel count for the scheme." "translation": "Unable to get the channel count for the scheme."
}, },
{ {
"id": "store.sql_team.analytics_team_count.app_error", "id": "store.sql_team.analytics_team_count.app_error",
@@ -5852,7 +5932,7 @@
}, },
{ {
"id": "store.sql_team.get_unread.app_error", "id": "store.sql_team.get_unread.app_error",
"translation": "We couldn't get the teams unread messages" "translation": "Unable to get the teams unread messages"
}, },
{ {
"id": "store.sql_team.migrate_team_members.commit_transaction.app_error", "id": "store.sql_team.migrate_team_members.commit_transaction.app_error",
@@ -5936,11 +6016,11 @@
}, },
{ {
"id": "store.sql_team.update_last_team_icon_update.app_error", "id": "store.sql_team.update_last_team_icon_update.app_error",
"translation": "We couldn't update the date of the last team icon update" "translation": "Unable to update the date of the last team icon update"
}, },
{ {
"id": "store.sql_user.analytics_daily_active_users.app_error", "id": "store.sql_user.analytics_daily_active_users.app_error",
"translation": "We couldn't get the active users during the requested period" "translation": "Unable to get the active users during the requested period"
}, },
{ {
"id": "store.sql_user.analytics_get_inactive_users_count.app_error", "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
@@ -5948,7 +6028,7 @@
}, },
{ {
"id": "store.sql_user.analytics_get_system_admin_count.app_error", "id": "store.sql_user.analytics_get_system_admin_count.app_error",
"translation": "We couldn't get the system admin count" "translation": "Unable to get the system admin count"
}, },
{ {
"id": "store.sql_user.analytics_unique_user_count.app_error", "id": "store.sql_user.analytics_unique_user_count.app_error",
@@ -6080,7 +6160,7 @@
}, },
{ {
"id": "store.sql_user.search.app_error", "id": "store.sql_user.search.app_error",
"translation": "We couldn't find any user maching the search parameters" "translation": "Unable to find any user maching the search parameters"
}, },
{ {
"id": "store.sql_user.update.app_error", "id": "store.sql_user.update.app_error",
@@ -6140,7 +6220,7 @@
}, },
{ {
"id": "store.sql_user.update_update.app_error", "id": "store.sql_user.update_update.app_error",
"translation": "We couldn't update the date of the last update of the user" "translation": "Unable to update the date of the last update of the user"
}, },
{ {
"id": "store.sql_user.verify_email.app_error", "id": "store.sql_user.verify_email.app_error",

Просмотреть файл

@@ -157,7 +157,7 @@
}, },
{ {
"id": "api.channel.delete_channel.type.invalid", "id": "api.channel.delete_channel.type.invalid",
"translation": "Cannot delete direct or group message channels" "translation": "Unable to delete direct or group message channels"
}, },
{ {
"id": "api.channel.join_channel.permissions.app_error", "id": "api.channel.join_channel.permissions.app_error",
@@ -233,7 +233,7 @@
}, },
{ {
"id": "api.channel.remove_channel_member.type.app_error", "id": "api.channel.remove_channel_member.type.app_error",
"translation": "Cannot remove user from a channel." "translation": "Unable to remove user from a channel."
}, },
{ {
"id": "api.channel.remove_member.removed", "id": "api.channel.remove_member.removed",
@@ -389,7 +389,7 @@
}, },
{ {
"id": "api.command_channel_purpose.direct_group.app_error", "id": "api.command_channel_purpose.direct_group.app_error",
"translation": "Cannot set purpose for direct message channels. Use /header to set the header instead." "translation": "Unable to set purpose for direct message channels. Use /header to set the header instead."
}, },
{ {
"id": "api.command_channel_purpose.hint", "id": "api.command_channel_purpose.hint",
@@ -558,8 +558,8 @@
{ {
"id": "api.command_groupmsg.invalid_user.app_error", "id": "api.command_groupmsg.invalid_user.app_error",
"translation": { "translation": {
"one": "We couldn't find the user: {{.Users}}", "one": "Unable to find the user: {{.Users}}",
"other": "We couldn't find the users: {{.Users}}" "other": "Unable to find the users: {{.Users}}"
} }
}, },
{ {
@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "Unable to create emoji. An error occurred when trying to encode the GIF image." "translation": "Unable to create emoji. An error occurred when trying to encode the GIF image."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "Unable to create the emoji. An error ocurred when trying to open the attached image." "translation": "Unable to create the emoji. An error ocurred when trying to open the attached image."
@@ -1034,11 +1038,11 @@
}, },
{ {
"id": "api.file.file_exists.exists_local.app_error", "id": "api.file.file_exists.exists_local.app_error",
"translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." "translation": "Unable to check if the file exists."
}, },
{ {
"id": "api.file.file_exists.s3.app_error", "id": "api.file.file_exists.s3.app_error",
"translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." "translation": "Unable to check if the file exists."
}, },
{ {
"id": "api.file.get_file.public_invalid.app_error", "id": "api.file.get_file.public_invalid.app_error",
@@ -1484,7 +1488,7 @@
}, },
{ {
"id": "api.server.start_server.forward80to443.enabled_but_listening_on_wrong_port", "id": "api.server.start_server.forward80to443.enabled_but_listening_on_wrong_port",
"translation": "Cannot forward port 80 to port 443 while listening on port %s: disable Forward80To443 if using a proxy server" "translation": "Unable to forward port 80 to port 443 while listening on port %s: disable Forward80To443 if using a proxy server"
}, },
{ {
"id": "api.server.start_server.rate_limiting_memory_store", "id": "api.server.start_server.rate_limiting_memory_store",
@@ -2420,7 +2424,7 @@
}, },
{ {
"id": "app.channel.move_channel.members_do_not_match.error", "id": "app.channel.move_channel.members_do_not_match.error",
"translation": "Cannot move a channel unless all its members are already members of the destination team." "translation": "Unable to move a channel unless all its members are already members of the destination team."
}, },
{ {
"id": "app.channel.post_update_channel_purpose_message.post.error", "id": "app.channel.post_update_channel_purpose_message.post.error",
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "Cluster API endpoint not found." "translation": "Cluster API endpoint not found."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Error reading the file at: \"{{.FilePath}}\"" "translation": "Error reading the file at: \"{{.FilePath}}\""
@@ -2472,7 +2484,7 @@
}, },
{ {
"id": "app.import.import_channel.scheme_deleted.error", "id": "app.import.import_channel.scheme_deleted.error",
"translation": "Cannot set a channel to use a deleted scheme." "translation": "Unable to set a channel to use a deleted scheme."
}, },
{ {
"id": "app.import.import_channel.scheme_wrong_scope.error", "id": "app.import.import_channel.scheme_wrong_scope.error",
@@ -2576,7 +2588,7 @@
}, },
{ {
"id": "app.import.import_team.scheme_deleted.error", "id": "app.import.import_team.scheme_deleted.error",
"translation": "Cannot set a team to use a deleted scheme." "translation": "Unable to set a team to use a deleted scheme."
}, },
{ {
"id": "app.import.import_team.scheme_wrong_scope.error", "id": "app.import.import_team.scheme_wrong_scope.error",
@@ -3424,7 +3436,7 @@
}, },
{ {
"id": "ent.message_export.global_relay.close_zip_file.app_error", "id": "ent.message_export.global_relay.close_zip_file.app_error",
"translation": "Unable to close properly the zip file." "translation": "Unable to close the zip file."
}, },
{ {
"id": "ent.message_export.global_relay.create_file_in_zip.app_error", "id": "ent.message_export.global_relay.create_file_in_zip.app_error",
@@ -3624,7 +3636,7 @@
}, },
{ {
"id": "migrations.worker.run_migration.unknown_key", "id": "migrations.worker.run_migration.unknown_key",
"translation": "Cannot run migration job due to unknown migration key." "translation": "Unable to run migration job due to unknown migration key."
}, },
{ {
"id": "model.access.is_valid.access_token.app_error", "id": "model.access.is_valid.access_token.app_error",
@@ -4836,7 +4848,7 @@
}, },
{ {
"id": "store.sql_channel.get_for_post.app_error", "id": "store.sql_channel.get_for_post.app_error",
"translation": "We couldn't get the channel for the given post" "translation": "Unable to get the channel for the given post"
}, },
{ {
"id": "store.sql_channel.get_member.app_error", "id": "store.sql_channel.get_member.app_error",
@@ -4852,7 +4864,7 @@
}, },
{ {
"id": "store.sql_channel.get_member_for_post.app_error", "id": "store.sql_channel.get_member_for_post.app_error",
"translation": "We couldn't get the channel member for the given post" "translation": "Unable to get the channel member for the given post"
}, },
{ {
"id": "store.sql_channel.get_members.app_error", "id": "store.sql_channel.get_members.app_error",
@@ -4872,7 +4884,7 @@
}, },
{ {
"id": "store.sql_channel.get_unread.app_error", "id": "store.sql_channel.get_unread.app_error",
"translation": "We couldn't get the channel unread messages" "translation": "Unable to get the channel unread messages"
}, },
{ {
"id": "store.sql_channel.increment_mention_count.app_error", "id": "store.sql_channel.increment_mention_count.app_error",
@@ -4902,17 +4914,41 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "Het kanaal kan niet verwijderd worden" "translation": "Het kanaal kan niet verwijderd worden"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "De kanalen kunnen niet verwijderd worden" "translation": "De kanalen kunnen niet verwijderd worden"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "Het kanaal lid kan niet verwijderd worden" "translation": "Het kanaal lid kan niet verwijderd worden"
}, },
{ {
"id": "store.sql_channel.pinned_posts.app_error", "id": "store.sql_channel.pinned_posts.app_error",
"translation": "We couldn't find the pinned posts" "translation": "Unable to find the pinned posts"
}, },
{ {
"id": "store.sql_channel.remove_member.app_error", "id": "store.sql_channel.remove_member.app_error",
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "We could not reset the channel schemes" "translation": "We could not reset the channel schemes"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "We could not reset the channel last post at date" "translation": "We could not reset the channel last post at date"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "You can not modify an archived channel" "translation": "You can not modify an archived channel"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "Kan transactie niet openen" "translation": "Kan transactie niet openen"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Fout bij het tellen van de kanalen" "translation": "Fout bij het tellen van de kanalen"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "Er is een fout opgetreden tijdens het bijwerken van het kanaal" "translation": "Er is een fout opgetreden tijdens het bijwerken van het kanaal"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "Het kanaal kan niet bijgewerkt worden" "translation": "Het kanaal kan niet bijgewerkt worden"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "You can not modify an archived channel" "translation": "You can not modify an archived channel"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "Een kanaal met dat 'handle' bestaat al" "translation": "Een kanaal met dat 'handle' bestaat al"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "Een kanaal met dat 'handle' is eerder aangemaakt" "translation": "Een kanaal met dat 'handle' is eerder aangemaakt"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "Er is een fout opgetreden tijdens het bijwerken van het kanaal" "translation": "Er is een fout opgetreden tijdens het bijwerken van het kanaal"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "De laatst bekeken tijd kon niet worden bijgewerkt" "translation": "De laatst bekeken tijd kon niet worden bijgewerkt"
@@ -5164,7 +5244,7 @@
}, },
{ {
"id": "store.sql_file_info.PermanentDeleteByUser.app_error", "id": "store.sql_file_info.PermanentDeleteByUser.app_error",
"translation": "We couldn't delete attachments of the user" "translation": "Unable to delete attachments of the user"
}, },
{ {
"id": "store.sql_file_info.attach_to_post.app_error", "id": "store.sql_file_info.attach_to_post.app_error",
@@ -5192,7 +5272,7 @@
}, },
{ {
"id": "store.sql_file_info.permanent_delete.app_error", "id": "store.sql_file_info.permanent_delete.app_error",
"translation": "We couldn't permanently delete the file info" "translation": "Unable to permanently delete the file info"
}, },
{ {
"id": "store.sql_file_info.permanent_delete_batch.app_error", "id": "store.sql_file_info.permanent_delete_batch.app_error",
@@ -5216,11 +5296,11 @@
}, },
{ {
"id": "store.sql_job.get_count_by_status_and_type.app_error", "id": "store.sql_job.get_count_by_status_and_type.app_error",
"translation": "We couldn't get the job count by status and type" "translation": "Unable to get the job count by status and type"
}, },
{ {
"id": "store.sql_job.get_newest_job_by_status_and_type.app_error", "id": "store.sql_job.get_newest_job_by_status_and_type.app_error",
"translation": "We couldn't get the newest job by status and type" "translation": "Unable to get the newest job by status and type"
}, },
{ {
"id": "store.sql_job.save.app_error", "id": "store.sql_job.save.app_error",
@@ -5368,7 +5448,7 @@
}, },
{ {
"id": "store.sql_post.compliance_export.app_error", "id": "store.sql_post.compliance_export.app_error",
"translation": "We couldn't get the compliance export posts." "translation": "Unable to get the compliance export posts."
}, },
{ {
"id": "store.sql_post.delete.app_error", "id": "store.sql_post.delete.app_error",
@@ -5400,7 +5480,7 @@
}, },
{ {
"id": "store.sql_post.get_posts_batch_for_indexing.get.app_error", "id": "store.sql_post.get_posts_batch_for_indexing.get.app_error",
"translation": "We couldn't get the posts batch for indexing" "translation": "Unable to get the posts batch for indexing"
}, },
{ {
"id": "store.sql_post.get_posts_by_ids.app_error", "id": "store.sql_post.get_posts_by_ids.app_error",
@@ -5448,7 +5528,7 @@
}, },
{ {
"id": "store.sql_post.query_max_post_size.error", "id": "store.sql_post.query_max_post_size.error",
"translation": "We couldn't determine the maximum supported post size" "translation": "Unable to determine the maximum supported post size"
}, },
{ {
"id": "store.sql_post.save.app_error", "id": "store.sql_post.save.app_error",
@@ -5772,7 +5852,7 @@
}, },
{ {
"id": "store.sql_team.analytics_get_team_count_for_scheme.app_error", "id": "store.sql_team.analytics_get_team_count_for_scheme.app_error",
"translation": "We couldn't get the channel count for the scheme." "translation": "Unable to get the channel count for the scheme."
}, },
{ {
"id": "store.sql_team.analytics_team_count.app_error", "id": "store.sql_team.analytics_team_count.app_error",
@@ -5852,7 +5932,7 @@
}, },
{ {
"id": "store.sql_team.get_unread.app_error", "id": "store.sql_team.get_unread.app_error",
"translation": "We couldn't get the teams unread messages" "translation": "Unable to get the teams unread messages"
}, },
{ {
"id": "store.sql_team.migrate_team_members.commit_transaction.app_error", "id": "store.sql_team.migrate_team_members.commit_transaction.app_error",
@@ -5936,11 +6016,11 @@
}, },
{ {
"id": "store.sql_team.update_last_team_icon_update.app_error", "id": "store.sql_team.update_last_team_icon_update.app_error",
"translation": "We couldn't update the date of the last team icon update" "translation": "Unable to update the date of the last team icon update"
}, },
{ {
"id": "store.sql_user.analytics_daily_active_users.app_error", "id": "store.sql_user.analytics_daily_active_users.app_error",
"translation": "We couldn't get the active users during the requested period" "translation": "Unable to get the active users during the requested period"
}, },
{ {
"id": "store.sql_user.analytics_get_inactive_users_count.app_error", "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
@@ -5948,7 +6028,7 @@
}, },
{ {
"id": "store.sql_user.analytics_get_system_admin_count.app_error", "id": "store.sql_user.analytics_get_system_admin_count.app_error",
"translation": "We couldn't get the system admin count" "translation": "Unable to get the system admin count"
}, },
{ {
"id": "store.sql_user.analytics_unique_user_count.app_error", "id": "store.sql_user.analytics_unique_user_count.app_error",
@@ -6080,7 +6160,7 @@
}, },
{ {
"id": "store.sql_user.search.app_error", "id": "store.sql_user.search.app_error",
"translation": "We couldn't find any user maching the search parameters" "translation": "Unable to find any user maching the search parameters"
}, },
{ {
"id": "store.sql_user.update.app_error", "id": "store.sql_user.update.app_error",
@@ -6140,7 +6220,7 @@
}, },
{ {
"id": "store.sql_user.update_update.app_error", "id": "store.sql_user.update_update.app_error",
"translation": "We couldn't update the date of the last update of the user" "translation": "Unable to update the date of the last update of the user"
}, },
{ {
"id": "store.sql_user.verify_email.app_error", "id": "store.sql_user.verify_email.app_error",

Просмотреть файл

@@ -157,7 +157,7 @@
}, },
{ {
"id": "api.channel.delete_channel.type.invalid", "id": "api.channel.delete_channel.type.invalid",
"translation": "Cannot delete direct or group message channels" "translation": "Unable to delete direct or group message channels"
}, },
{ {
"id": "api.channel.join_channel.permissions.app_error", "id": "api.channel.join_channel.permissions.app_error",
@@ -233,7 +233,7 @@
}, },
{ {
"id": "api.channel.remove_channel_member.type.app_error", "id": "api.channel.remove_channel_member.type.app_error",
"translation": "Cannot remove user from a channel." "translation": "Unable to remove user from a channel."
}, },
{ {
"id": "api.channel.remove_member.removed", "id": "api.channel.remove_member.removed",
@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "Nie można utworzyć emoji. Wystąpił błąd podczas kodowania obrazu GIF." "translation": "Nie można utworzyć emoji. Wystąpił błąd podczas kodowania obrazu GIF."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "Nie można utworzyć emoji. Wystąpił błąd podczas kodowania obrazu." "translation": "Nie można utworzyć emoji. Wystąpił błąd podczas kodowania obrazu."
@@ -1034,11 +1038,11 @@
}, },
{ {
"id": "api.file.file_exists.exists_local.app_error", "id": "api.file.file_exists.exists_local.app_error",
"translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." "translation": "Unable to check if the file exists."
}, },
{ {
"id": "api.file.file_exists.s3.app_error", "id": "api.file.file_exists.s3.app_error",
"translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." "translation": "Unable to check if the file exists."
}, },
{ {
"id": "api.file.get_file.public_invalid.app_error", "id": "api.file.get_file.public_invalid.app_error",
@@ -1484,7 +1488,7 @@
}, },
{ {
"id": "api.server.start_server.forward80to443.enabled_but_listening_on_wrong_port", "id": "api.server.start_server.forward80to443.enabled_but_listening_on_wrong_port",
"translation": "Cannot forward port 80 to port 443 while listening on port %s: disable Forward80To443 if using a proxy server" "translation": "Unable to forward port 80 to port 443 while listening on port %s: disable Forward80To443 if using a proxy server"
}, },
{ {
"id": "api.server.start_server.rate_limiting_memory_store", "id": "api.server.start_server.rate_limiting_memory_store",
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "Cluster API endpoint not found." "translation": "Cluster API endpoint not found."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Error reading the file at: \"{{.FilePath}}\"" "translation": "Error reading the file at: \"{{.FilePath}}\""
@@ -2472,7 +2484,7 @@
}, },
{ {
"id": "app.import.import_channel.scheme_deleted.error", "id": "app.import.import_channel.scheme_deleted.error",
"translation": "Cannot set a channel to use a deleted scheme." "translation": "Unable to set a channel to use a deleted scheme."
}, },
{ {
"id": "app.import.import_channel.scheme_wrong_scope.error", "id": "app.import.import_channel.scheme_wrong_scope.error",
@@ -2576,7 +2588,7 @@
}, },
{ {
"id": "app.import.import_team.scheme_deleted.error", "id": "app.import.import_team.scheme_deleted.error",
"translation": "Cannot set a team to use a deleted scheme." "translation": "Unable to set a team to use a deleted scheme."
}, },
{ {
"id": "app.import.import_team.scheme_wrong_scope.error", "id": "app.import.import_team.scheme_wrong_scope.error",
@@ -3424,7 +3436,7 @@
}, },
{ {
"id": "ent.message_export.global_relay.close_zip_file.app_error", "id": "ent.message_export.global_relay.close_zip_file.app_error",
"translation": "Unable to close properly the zip file." "translation": "Unable to close the zip file."
}, },
{ {
"id": "ent.message_export.global_relay.create_file_in_zip.app_error", "id": "ent.message_export.global_relay.create_file_in_zip.app_error",
@@ -3624,7 +3636,7 @@
}, },
{ {
"id": "migrations.worker.run_migration.unknown_key", "id": "migrations.worker.run_migration.unknown_key",
"translation": "Cannot run migration job due to unknown migration key." "translation": "Unable to run migration job due to unknown migration key."
}, },
{ {
"id": "model.access.is_valid.access_token.app_error", "id": "model.access.is_valid.access_token.app_error",
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "Nie mogliśmy usunąć kanału" "translation": "Nie mogliśmy usunąć kanału"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "Nie mogliśmy usunąć kanałów" "translation": "Nie mogliśmy usunąć kanałów"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "Nie mogliśmy usunąć uczestnika kanału" "translation": "Nie mogliśmy usunąć uczestnika kanału"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "We could not reset the channel schemes" "translation": "We could not reset the channel schemes"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "We could not reset the channel last post at date" "translation": "We could not reset the channel last post at date"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "You can not modify an archived channel" "translation": "You can not modify an archived channel"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "Nie można rozpocząć transakcji" "translation": "Nie można rozpocząć transakcji"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Nie udało się pobrać liczby obecnych kanałów" "translation": "Nie udało się pobrać liczby obecnych kanałów"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "Wystąpił błąd podczas przeszukiwania kanałów" "translation": "Wystąpił błąd podczas przeszukiwania kanałów"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "Nie mogliśmy zaktualizować kanału" "translation": "Nie mogliśmy zaktualizować kanału"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "You can not modify an archived channel" "translation": "You can not modify an archived channel"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "Kanał o taki uchwycie już istnieje" "translation": "Kanał o taki uchwycie już istnieje"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "Kanał z tym uchwytem wcześniej utworzone" "translation": "Kanał z tym uchwytem wcześniej utworzone"
@@ -5022,9 +5098,13 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "Wystąpił błąd podczas aktualizowania kanału" "translation": "Wystąpił błąd podczas aktualizowania kanału"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "We couldn't update the last viewed at time" "translation": "Unable to update the last viewed at time"
}, },
{ {
"id": "store.sql_channel.update_member.app_error", "id": "store.sql_channel.update_member.app_error",
@@ -5164,7 +5244,7 @@
}, },
{ {
"id": "store.sql_file_info.PermanentDeleteByUser.app_error", "id": "store.sql_file_info.PermanentDeleteByUser.app_error",
"translation": "We couldn't delete attachments of the user" "translation": "Unable to delete attachments of the user"
}, },
{ {
"id": "store.sql_file_info.attach_to_post.app_error", "id": "store.sql_file_info.attach_to_post.app_error",
@@ -5192,7 +5272,7 @@
}, },
{ {
"id": "store.sql_file_info.permanent_delete.app_error", "id": "store.sql_file_info.permanent_delete.app_error",
"translation": "We couldn't permanently delete the file info" "translation": "Unable to permanently delete the file info"
}, },
{ {
"id": "store.sql_file_info.permanent_delete_batch.app_error", "id": "store.sql_file_info.permanent_delete_batch.app_error",
@@ -5216,11 +5296,11 @@
}, },
{ {
"id": "store.sql_job.get_count_by_status_and_type.app_error", "id": "store.sql_job.get_count_by_status_and_type.app_error",
"translation": "We couldn't get the job count by status and type" "translation": "Unable to get the job count by status and type"
}, },
{ {
"id": "store.sql_job.get_newest_job_by_status_and_type.app_error", "id": "store.sql_job.get_newest_job_by_status_and_type.app_error",
"translation": "We couldn't get the newest job by status and type" "translation": "Unable to get the newest job by status and type"
}, },
{ {
"id": "store.sql_job.save.app_error", "id": "store.sql_job.save.app_error",
@@ -5368,7 +5448,7 @@
}, },
{ {
"id": "store.sql_post.compliance_export.app_error", "id": "store.sql_post.compliance_export.app_error",
"translation": "We couldn't get the compliance export posts." "translation": "Unable to get the compliance export posts."
}, },
{ {
"id": "store.sql_post.delete.app_error", "id": "store.sql_post.delete.app_error",
@@ -5400,7 +5480,7 @@
}, },
{ {
"id": "store.sql_post.get_posts_batch_for_indexing.get.app_error", "id": "store.sql_post.get_posts_batch_for_indexing.get.app_error",
"translation": "We couldn't get the posts batch for indexing" "translation": "Unable to get the posts batch for indexing"
}, },
{ {
"id": "store.sql_post.get_posts_by_ids.app_error", "id": "store.sql_post.get_posts_by_ids.app_error",
@@ -5448,7 +5528,7 @@
}, },
{ {
"id": "store.sql_post.query_max_post_size.error", "id": "store.sql_post.query_max_post_size.error",
"translation": "We couldn't determine the maximum supported post size" "translation": "Unable to determine the maximum supported post size"
}, },
{ {
"id": "store.sql_post.save.app_error", "id": "store.sql_post.save.app_error",
@@ -5772,7 +5852,7 @@
}, },
{ {
"id": "store.sql_team.analytics_get_team_count_for_scheme.app_error", "id": "store.sql_team.analytics_get_team_count_for_scheme.app_error",
"translation": "We couldn't get the channel count for the scheme." "translation": "Unable to get the channel count for the scheme."
}, },
{ {
"id": "store.sql_team.analytics_team_count.app_error", "id": "store.sql_team.analytics_team_count.app_error",
@@ -5936,11 +6016,11 @@
}, },
{ {
"id": "store.sql_team.update_last_team_icon_update.app_error", "id": "store.sql_team.update_last_team_icon_update.app_error",
"translation": "We couldn't update the date of the last team icon update" "translation": "Unable to update the date of the last team icon update"
}, },
{ {
"id": "store.sql_user.analytics_daily_active_users.app_error", "id": "store.sql_user.analytics_daily_active_users.app_error",
"translation": "We couldn't get the active users during the requested period" "translation": "Unable to get the active users during the requested period"
}, },
{ {
"id": "store.sql_user.analytics_get_inactive_users_count.app_error", "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
@@ -6080,7 +6160,7 @@
}, },
{ {
"id": "store.sql_user.search.app_error", "id": "store.sql_user.search.app_error",
"translation": "We couldn't find any user maching the search parameters" "translation": "Unable to find any user maching the search parameters"
}, },
{ {
"id": "store.sql_user.update.app_error", "id": "store.sql_user.update.app_error",
@@ -6120,7 +6200,7 @@
}, },
{ {
"id": "store.sql_user.update_failed_pwd_attempts.app_error", "id": "store.sql_user.update_failed_pwd_attempts.app_error",
"translation": "We couldn't update the failed_attempts" "translation": "Unable to update the failed_attempts"
}, },
{ {
"id": "store.sql_user.update_last_picture_update.app_error", "id": "store.sql_user.update_last_picture_update.app_error",
@@ -6140,7 +6220,7 @@
}, },
{ {
"id": "store.sql_user.update_update.app_error", "id": "store.sql_user.update_update.app_error",
"translation": "We couldn't update the date of the last update of the user" "translation": "Unable to update the date of the last update of the user"
}, },
{ {
"id": "store.sql_user.verify_email.app_error", "id": "store.sql_user.verify_email.app_error",

Просмотреть файл

@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "Não foi possível criar o emoji. Um erro ocorreu enquanto tentava codificar uma imagem GIF." "translation": "Não foi possível criar o emoji. Um erro ocorreu enquanto tentava codificar uma imagem GIF."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "Não foi possível criar o emoji. Um erro ocorreu enquanto tentava abrir a imagem." "translation": "Não foi possível criar o emoji. Um erro ocorreu enquanto tentava abrir a imagem."
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "Endpoint Cluster API não encontrado." "translation": "Endpoint Cluster API não encontrado."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Erro ao ler o arquivo em: \"{{.FilePath}}\"" "translation": "Erro ao ler o arquivo em: \"{{.FilePath}}\""
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "Não foi possível excluir o canal" "translation": "Não foi possível excluir o canal"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "Não foi possível deletar os canais" "translation": "Não foi possível deletar os canais"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "Não foi possível remover o membro do canal" "translation": "Não foi possível remover o membro do canal"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "Não foi possível redefinir os esquemas de canal" "translation": "Não foi possível redefinir os esquemas de canal"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "Não foi possível redefinir a última publicação do canal na data" "translation": "Não foi possível redefinir a última publicação do canal na data"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "Você não pode modificar um canal arquivado" "translation": "Você não pode modificar um canal arquivado"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "Não é possível abrir a transação" "translation": "Não é possível abrir a transação"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Falha ao obter o número de canais atual" "translation": "Falha ao obter o número de canais atual"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "Encontramos um erro ao procurar pelos canais" "translation": "Encontramos um erro ao procurar pelos canais"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "Não foi possível atualizar o canal" "translation": "Não foi possível atualizar o canal"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "Você não pode modificar um canal arquivado" "translation": "Você não pode modificar um canal arquivado"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "Um canal com este handle já existe" "translation": "Um canal com este handle já existe"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "Um canal com esse handle foi criado anteriormente" "translation": "Um canal com esse handle foi criado anteriormente"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "Encontramos um erro ao atualizar o canal" "translation": "Encontramos um erro ao atualizar o canal"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "Não foi possível atualizar a última visualização no tempo" "translation": "Não foi possível atualizar a última visualização no tempo"

Просмотреть файл

@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "Imposibil de creat emoji. A apărut o eroare la încercarea de a codifica imaginea GIF." "translation": "Imposibil de creat emoji. A apărut o eroare la încercarea de a codifica imaginea GIF."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "Imposibil de creat emoji. A apărut o eroare la încercarea de a deschide imaginea atașată." "translation": "Imposibil de creat emoji. A apărut o eroare la încercarea de a deschide imaginea atașată."
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "Clustering API final nu a fost găsit." "translation": "Clustering API final nu a fost găsit."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Eroare la citirea fişierului la: \"{{.FilePath}}\"" "translation": "Eroare la citirea fişierului la: \"{{.FilePath}}\""
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "Nu am putut șterge canalul" "translation": "Nu am putut șterge canalul"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "Am putut şterge canalele" "translation": "Am putut şterge canalele"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "Noi a putut remove membru canal" "translation": "Noi a putut remove membru canal"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "Noi nu a putut reseta scheme de canal" "translation": "Noi nu a putut reseta scheme de canal"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "Nu am putut reseta ultimul post al canalului la data respectivă" "translation": "Nu am putut reseta ultimul post al canalului la data respectivă"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "Nu puteți modifica un canal arhivat" "translation": "Nu puteți modifica un canal arhivat"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "Imposibilă deschiderea tranzacţiei" "translation": "Imposibilă deschiderea tranzacţiei"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Nu pentru a obţine curent canal conta" "translation": "Nu pentru a obţine curent canal conta"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "Am intalnit o eroare Cautare canale" "translation": "Am intalnit o eroare Cautare canale"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "Am putut actualiza canal" "translation": "Am putut actualiza canal"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "Nu puteți modifica un canal arhivat" "translation": "Nu puteți modifica un canal arhivat"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "Există deja un canal cu care se ocupa" "translation": "Există deja un canal cu care se ocupa"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "Un canal cu care se ocupa a fost creat anterior" "translation": "Un canal cu care se ocupa a fost creat anterior"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "Am întâlnit o eroare la actualizarea canal" "translation": "Am întâlnit o eroare la actualizarea canal"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "Noi nu a putut actualiza ultimul au văzut la timp" "translation": "Noi nu a putut actualiza ultimul au văzut la timp"

Просмотреть файл

@@ -157,7 +157,7 @@
}, },
{ {
"id": "api.channel.delete_channel.type.invalid", "id": "api.channel.delete_channel.type.invalid",
"translation": "Cannot delete direct or group message channels" "translation": "Unable to delete direct or group message channels"
}, },
{ {
"id": "api.channel.join_channel.permissions.app_error", "id": "api.channel.join_channel.permissions.app_error",
@@ -233,7 +233,7 @@
}, },
{ {
"id": "api.channel.remove_channel_member.type.app_error", "id": "api.channel.remove_channel_member.type.app_error",
"translation": "Cannot remove user from a channel." "translation": "Unable to remove user from a channel."
}, },
{ {
"id": "api.channel.remove_member.removed", "id": "api.channel.remove_member.removed",
@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "Невозможно создать смайлик. Произошла ошибка при кодирования GIF изображения." "translation": "Невозможно создать смайлик. Произошла ошибка при кодирования GIF изображения."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "Невозможно создать смайлик. Произошла ошибка при попытке открыть изображение." "translation": "Невозможно создать смайлик. Произошла ошибка при попытке открыть изображение."
@@ -1034,11 +1038,11 @@
}, },
{ {
"id": "api.file.file_exists.exists_local.app_error", "id": "api.file.file_exists.exists_local.app_error",
"translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." "translation": "Unable to check if the file exists."
}, },
{ {
"id": "api.file.file_exists.s3.app_error", "id": "api.file.file_exists.s3.app_error",
"translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." "translation": "Unable to check if the file exists."
}, },
{ {
"id": "api.file.get_file.public_invalid.app_error", "id": "api.file.get_file.public_invalid.app_error",
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "Не найдена конечная точка API кластера." "translation": "Не найдена конечная точка API кластера."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Error reading the file at: \"{{.FilePath}}\"" "translation": "Error reading the file at: \"{{.FilePath}}\""
@@ -3424,7 +3436,7 @@
}, },
{ {
"id": "ent.message_export.global_relay.close_zip_file.app_error", "id": "ent.message_export.global_relay.close_zip_file.app_error",
"translation": "Unable to close properly the zip file." "translation": "Unable to close the zip file."
}, },
{ {
"id": "ent.message_export.global_relay.create_file_in_zip.app_error", "id": "ent.message_export.global_relay.create_file_in_zip.app_error",
@@ -3624,7 +3636,7 @@
}, },
{ {
"id": "migrations.worker.run_migration.unknown_key", "id": "migrations.worker.run_migration.unknown_key",
"translation": "Cannot run migration job due to unknown migration key." "translation": "Unable to run migration job due to unknown migration key."
}, },
{ {
"id": "model.access.is_valid.access_token.app_error", "id": "model.access.is_valid.access_token.app_error",
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "Не удалось удалить канал" "translation": "Не удалось удалить канал"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "Безуспешная попытка удалить каналы" "translation": "Безуспешная попытка удалить каналы"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "Безуспешная попытка удалить участника канала" "translation": "Безуспешная попытка удалить участника канала"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "We could not reset the channel schemes" "translation": "We could not reset the channel schemes"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "We could not reset the channel last post at date" "translation": "We could not reset the channel last post at date"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "You can not modify an archived channel" "translation": "You can not modify an archived channel"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "Невозможно открыть транзакцию" "translation": "Невозможно открыть транзакцию"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Не удалось получить счет текущего канала" "translation": "Не удалось получить счет текущего канала"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "Возникла проблема при поиске канала" "translation": "Возникла проблема при поиске канала"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "Не удалось обновить канал" "translation": "Не удалось обновить канал"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "You can not modify an archived channel" "translation": "You can not modify an archived channel"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "Канал с таким дескриптором уже существует" "translation": "Канал с таким дескриптором уже существует"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "Канал с таким дескриптором был создан ранее" "translation": "Канал с таким дескриптором был создан ранее"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "Возникла ошибка при обновлении канала" "translation": "Возникла ошибка при обновлении канала"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "Ну удалось установить время последнего просмотра на" "translation": "Ну удалось установить время последнего просмотра на"
@@ -5164,7 +5244,7 @@
}, },
{ {
"id": "store.sql_file_info.PermanentDeleteByUser.app_error", "id": "store.sql_file_info.PermanentDeleteByUser.app_error",
"translation": "We couldn't delete attachments of the user" "translation": "Unable to delete attachments of the user"
}, },
{ {
"id": "store.sql_file_info.attach_to_post.app_error", "id": "store.sql_file_info.attach_to_post.app_error",
@@ -5192,7 +5272,7 @@
}, },
{ {
"id": "store.sql_file_info.permanent_delete.app_error", "id": "store.sql_file_info.permanent_delete.app_error",
"translation": "We couldn't permanently delete the file info" "translation": "Unable to permanently delete the file info"
}, },
{ {
"id": "store.sql_file_info.permanent_delete_batch.app_error", "id": "store.sql_file_info.permanent_delete_batch.app_error",
@@ -5216,11 +5296,11 @@
}, },
{ {
"id": "store.sql_job.get_count_by_status_and_type.app_error", "id": "store.sql_job.get_count_by_status_and_type.app_error",
"translation": "We couldn't get the job count by status and type" "translation": "Unable to get the job count by status and type"
}, },
{ {
"id": "store.sql_job.get_newest_job_by_status_and_type.app_error", "id": "store.sql_job.get_newest_job_by_status_and_type.app_error",
"translation": "We couldn't get the newest job by status and type" "translation": "Unable to get the newest job by status and type"
}, },
{ {
"id": "store.sql_job.save.app_error", "id": "store.sql_job.save.app_error",
@@ -5368,7 +5448,7 @@
}, },
{ {
"id": "store.sql_post.compliance_export.app_error", "id": "store.sql_post.compliance_export.app_error",
"translation": "We couldn't get the compliance export posts." "translation": "Unable to get the compliance export posts."
}, },
{ {
"id": "store.sql_post.delete.app_error", "id": "store.sql_post.delete.app_error",
@@ -5400,7 +5480,7 @@
}, },
{ {
"id": "store.sql_post.get_posts_batch_for_indexing.get.app_error", "id": "store.sql_post.get_posts_batch_for_indexing.get.app_error",
"translation": "We couldn't get the posts batch for indexing" "translation": "Unable to get the posts batch for indexing"
}, },
{ {
"id": "store.sql_post.get_posts_by_ids.app_error", "id": "store.sql_post.get_posts_by_ids.app_error",
@@ -5448,7 +5528,7 @@
}, },
{ {
"id": "store.sql_post.query_max_post_size.error", "id": "store.sql_post.query_max_post_size.error",
"translation": "We couldn't determine the maximum supported post size" "translation": "Unable to determine the maximum supported post size"
}, },
{ {
"id": "store.sql_post.save.app_error", "id": "store.sql_post.save.app_error",
@@ -5772,7 +5852,7 @@
}, },
{ {
"id": "store.sql_team.analytics_get_team_count_for_scheme.app_error", "id": "store.sql_team.analytics_get_team_count_for_scheme.app_error",
"translation": "We couldn't get the channel count for the scheme." "translation": "Unable to get the channel count for the scheme."
}, },
{ {
"id": "store.sql_team.analytics_team_count.app_error", "id": "store.sql_team.analytics_team_count.app_error",
@@ -5936,11 +6016,11 @@
}, },
{ {
"id": "store.sql_team.update_last_team_icon_update.app_error", "id": "store.sql_team.update_last_team_icon_update.app_error",
"translation": "We couldn't update the date of the last team icon update" "translation": "Unable to update the date of the last team icon update"
}, },
{ {
"id": "store.sql_user.analytics_daily_active_users.app_error", "id": "store.sql_user.analytics_daily_active_users.app_error",
"translation": "We couldn't get the active users during the requested period" "translation": "Unable to get the active users during the requested period"
}, },
{ {
"id": "store.sql_user.analytics_get_inactive_users_count.app_error", "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
@@ -5948,7 +6028,7 @@
}, },
{ {
"id": "store.sql_user.analytics_get_system_admin_count.app_error", "id": "store.sql_user.analytics_get_system_admin_count.app_error",
"translation": "We couldn't get the system admin count" "translation": "Unable to get the system admin count"
}, },
{ {
"id": "store.sql_user.analytics_unique_user_count.app_error", "id": "store.sql_user.analytics_unique_user_count.app_error",
@@ -6080,7 +6160,7 @@
}, },
{ {
"id": "store.sql_user.search.app_error", "id": "store.sql_user.search.app_error",
"translation": "We couldn't find any user maching the search parameters" "translation": "Unable to find any user maching the search parameters"
}, },
{ {
"id": "store.sql_user.update.app_error", "id": "store.sql_user.update.app_error",
@@ -6140,7 +6220,7 @@
}, },
{ {
"id": "store.sql_user.update_update.app_error", "id": "store.sql_user.update_update.app_error",
"translation": "We couldn't update the date of the last update of the user" "translation": "Unable to update the date of the last update of the user"
}, },
{ {
"id": "store.sql_user.verify_email.app_error", "id": "store.sql_user.verify_email.app_error",

Просмотреть файл

@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "Emoji eklenemedi. GIF görselinin kodlanırken bir sorun çıktı." "translation": "Emoji eklenemedi. GIF görselinin kodlanırken bir sorun çıktı."
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Emoji oluşturulamadı. Görsel {{.MaxWidth}} x {{.MaxHeight}} boyutundan küçük olmalıdır."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "Emoji eklenemedi. Eklenmiş görsel açılmaya çalışılırken bir sorun çıktı." "translation": "Emoji eklenemedi. Eklenmiş görsel açılmaya çalışılırken bir sorun çıktı."
@@ -2084,7 +2088,7 @@
}, },
{ {
"id": "api.user.create_user.no_open_server", "id": "api.user.create_user.no_open_server",
"translation": "Sunucu hesap açılmasına izin vermiyor. Lütfen bir davet göndermesi için yöneticiniz ile görüşün." "translation": "Sunucu hesap açılmasına izin vermiyor. Lütfen bir çağrı göndermesi için yöneticiniz ile görüşün."
}, },
{ {
"id": "api.user.create_user.signup_email_disabled.app_error", "id": "api.user.create_user.signup_email_disabled.app_error",
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "Küme API uç noktası bulunamadı." "translation": "Küme API uç noktası bulunamadı."
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "Şu dosya okunamadı: \"{{.FilePath}}\"" "translation": "Şu dosya okunamadı: \"{{.FilePath}}\""
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "Kanal silinemedi" "translation": "Kanal silinemedi"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "Kanallar silinemedi" "translation": "Kanallar silinemedi"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "Üye kanaldan çıkarılamadı" "translation": "Üye kanaldan çıkarılamadı"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "Kanal şemaları sıfırlanamadı" "translation": "Kanal şemaları sıfırlanamadı"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "Kanala son ileti gönderme tarihi sıfırlanamadı" "translation": "Kanala son ileti gönderme tarihi sıfırlanamadı"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "Arşivlenmiş bir kanalı değiştiremezsiniz" "translation": "Arşivlenmiş bir kanalı değiştiremezsiniz"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "İşlem açılamadı" "translation": "İşlem açılamadı"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Güncel kanal sayısı alınamadı" "translation": "Güncel kanal sayısı alınamadı"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "Kanallar aranırken bir sorun çıktı" "translation": "Kanallar aranırken bir sorun çıktı"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "Kanal güncellenemedi" "translation": "Kanal güncellenemedi"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "Arşivlenmiş bir kanalı değiştiremezsiniz" "translation": "Arşivlenmiş bir kanalı değiştiremezsiniz"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "Bu kısaltmayı kullanan bir kanal zaten var" "translation": "Bu kısaltmayı kullanan bir kanal zaten var"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "Daha önce bu kısaltmayı kullanan bir kanal eklenmiş" "translation": "Daha önce bu kısaltmayı kullanan bir kanal eklenmiş"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "Kanal güncellenirken bir sorun çıktı" "translation": "Kanal güncellenirken bir sorun çıktı"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "Son görüntülenme zamanı güncellenemedi" "translation": "Son görüntülenme zamanı güncellenemedi"

Просмотреть файл

@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "无法创建表情符。编码 GIF 图片时遇到错误。" "translation": "无法创建表情符。编码 GIF 图片时遇到错误。"
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "无法创建表情符。尝试打开图片时遇到错误。" "translation": "无法创建表情符。尝试打开图片时遇到错误。"
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "未找到机群 API 接口。" "translation": "未找到机群 API 接口。"
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "读取文件错误:\"{{.FilePath}}\"" "translation": "读取文件错误:\"{{.FilePath}}\""
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "我们无法删除这个频道" "translation": "我们无法删除这个频道"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "我们无法删除频道" "translation": "我们无法删除频道"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "我们无法删除频道成员" "translation": "我们无法删除频道成员"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "我们无法重置频道方案" "translation": "我们无法重置频道方案"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "我们无法重置频道最近消息日期" "translation": "我们无法重置频道最近消息日期"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "您不能更改已归档的频道" "translation": "您不能更改已归档的频道"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "不能打开事务" "translation": "不能打开事务"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "获取当前频道数失败" "translation": "获取当前频道数失败"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "我们搜索频道时遇到错误" "translation": "我们搜索频道时遇到错误"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "我们无法更新这个频道" "translation": "我们无法更新这个频道"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "您不能更改已归档的频道" "translation": "您不能更改已归档的频道"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "已存在使用该识别名的频道" "translation": "已存在使用该识别名的频道"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "先前已创建过使用该识别名的频道" "translation": "先前已创建过使用该识别名的频道"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "我们无法更新这个频道" "translation": "我们无法更新这个频道"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "我们不能更新最后查看时间" "translation": "我们不能更新最后查看时间"

Просмотреть файл

@@ -1024,6 +1024,10 @@
"id": "api.emoji.upload.large_image.gif_encode_error", "id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "無法建立繪文字。嘗試編碼 gif 圖片時發生錯誤。" "translation": "無法建立繪文字。嘗試編碼 gif 圖片時發生錯誤。"
}, },
{
"id": "api.emoji.upload.large_image.too_large.app_error",
"translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
},
{ {
"id": "api.emoji.upload.open.app_error", "id": "api.emoji.upload.open.app_error",
"translation": "無法建立繪文字。嘗試開啟圖片時發生錯誤。" "translation": "無法建立繪文字。嘗試開啟圖片時發生錯誤。"
@@ -2446,6 +2450,14 @@
"id": "app.cluster.404.app_error", "id": "app.cluster.404.app_error",
"translation": "找不到叢集 API 端點。" "translation": "找不到叢集 API 端點。"
}, },
{
"id": "app.export.export_write_line.io_writer.error",
"translation": "An error occurred writing the export data."
},
{
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occured marshalling the JSON data for export."
},
{ {
"id": "app.import.attachment.bad_file.error", "id": "app.import.attachment.bad_file.error",
"translation": "讀取檔案時錯誤:\"{{.FilePath}}\"" "translation": "讀取檔案時錯誤:\"{{.FilePath}}\""
@@ -4902,10 +4914,34 @@
"id": "store.sql_channel.permanent_delete.app_error", "id": "store.sql_channel.permanent_delete.app_error",
"translation": "無法刪除頻道" "translation": "無法刪除頻道"
}, },
{
"id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
"translation": "Unable to delete materialized public channel"
},
{
"id": "store.sql_channel.permanent_delete.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_by_team.app_error", "id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "無法刪除這些頻道" "translation": "無法刪除這些頻道"
}, },
{
"id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
"translation": "Unable to delete materialized public channels"
},
{
"id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error", "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "無法移除頻道成員" "translation": "無法移除頻道成員"
@@ -4922,10 +4958,26 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error", "id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "無法重置頻道配置" "translation": "無法重置頻道配置"
}, },
{
"id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.reset_last_post_at.app_error", "id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "無法重設頻道最新發文的時間" "translation": "無法重設頻道最新發文的時間"
}, },
{
"id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.save.archived_channel.app_error", "id": "store.sql_channel.save.archived_channel.app_error",
"translation": "不能修改已封存的頻道" "translation": "不能修改已封存的頻道"
@@ -4942,6 +4994,10 @@
"id": "store.sql_channel.save.open_transaction.app_error", "id": "store.sql_channel.save.open_transaction.app_error",
"translation": "無法開啟交易" "translation": "無法開啟交易"
}, },
{
"id": "store.sql_channel.save.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.save_channel.current_count.app_error", "id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "取得目前的頻道數量失敗" "translation": "取得目前的頻道數量失敗"
@@ -5002,6 +5058,18 @@
"id": "store.sql_channel.search.app_error", "id": "store.sql_channel.search.app_error",
"translation": "搜尋頻道時遇到錯誤" "translation": "搜尋頻道時遇到錯誤"
}, },
{
"id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{
"id": "store.sql_channel.set_delete_at.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{
"id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
"translation": "Unable to update the materialized public channel"
},
{ {
"id": "store.sql_channel.update.app_error", "id": "store.sql_channel.update.app_error",
"translation": "無法更新頻道" "translation": "無法更新頻道"
@@ -5010,10 +5078,18 @@
"id": "store.sql_channel.update.archived_channel.app_error", "id": "store.sql_channel.update.archived_channel.app_error",
"translation": "不能修改已封存的頻道" "translation": "不能修改已封存的頻道"
}, },
{
"id": "store.sql_channel.update.commit_transaction.app_error",
"translation": "Unable to commit transaction"
},
{ {
"id": "store.sql_channel.update.exists.app_error", "id": "store.sql_channel.update.exists.app_error",
"translation": "該識別名已經被其他頻道使用" "translation": "該識別名已經被其他頻道使用"
}, },
{
"id": "store.sql_channel.update.open_transaction.app_error",
"translation": "Unable to open transaction"
},
{ {
"id": "store.sql_channel.update.previously.app_error", "id": "store.sql_channel.update.previously.app_error",
"translation": "該識別名先前已有建立頻道" "translation": "該識別名先前已有建立頻道"
@@ -5022,6 +5098,10 @@
"id": "store.sql_channel.update.updating.app_error", "id": "store.sql_channel.update.updating.app_error",
"translation": "更新頻道時遇到錯誤" "translation": "更新頻道時遇到錯誤"
}, },
{
"id": "store.sql_channel.update.upsert_public_channel.app_error",
"translation": "Unable to upsert materialized public channel"
},
{ {
"id": "store.sql_channel.update_last_viewed_at.app_error", "id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "無法更新最後瀏覽時間" "translation": "無法更新最後瀏覽時間"