summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-09-20 11:53:10 -0300
committerGitHub <noreply@github.com>2018-09-20 11:53:10 -0300
commitf1be975d7ab17a7da89ddb3cf6fea2c1b282a89e (patch)
tree1d8be69d95de08fba16fa81d8b4d3d484eb856c2 /i18n
parent3ea33b76f802b943a942070845d410a985f4235f (diff)
downloadchat-f1be975d7ab17a7da89ddb3cf6fea2c1b282a89e.tar.gz
chat-f1be975d7ab17a7da89ddb3cf6fea2c1b282a89e.tar.bz2
chat-f1be975d7ab17a7da89ddb3cf6fea2c1b282a89e.zip
translations PR 20180917 (#9428)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.json80
-rw-r--r--i18n/en.json24
-rw-r--r--i18n/es.json80
-rw-r--r--i18n/fr.json80
-rw-r--r--i18n/it.json80
-rw-r--r--i18n/ja.json80
-rw-r--r--i18n/ko.json146
-rw-r--r--i18n/nl.json142
-rw-r--r--i18n/pl.json126
-rw-r--r--i18n/pt-BR.json80
-rw-r--r--i18n/ro.json80
-rw-r--r--i18n/ru.json118
-rw-r--r--i18n/tr.json82
-rw-r--r--i18n/zh-CN.json80
-rw-r--r--i18n/zh-TW.json80
15 files changed, 1239 insertions, 119 deletions
diff --git a/i18n/de.json b/i18n/de.json
index ab1f18a1d..b3bd88a15 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -1025,6 +1025,10 @@
"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",
"translation": "Konnte Emoji nicht erstellen. Es trat ein Fehler beim Öffnen des Bildes auf."
},
@@ -2447,6 +2451,14 @@
"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",
"translation": "Fehler beim Lesen der Datei unter: \"{{.FilePath}}\""
},
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "Die Kanalmitglieder konnten nicht entfernt werden"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "Sie können einen archivierten Kanal nicht modifizieren."
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "Fehler beim Abrufen der aktuellen Kanalanzahl."
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "Der Kanal konnte nicht aktualisiert werden"
},
@@ -5011,10 +5079,18 @@
"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",
"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",
"translation": "Es wurde schon ein Kanal mit dem Handle erstellt"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "Der Zeitpunkt der letzten Betrachtung konnte nicht aktualisiert werden."
},
diff --git a/i18n/en.json b/i18n/en.json
index 788469167..bb71f9fcc 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -180,14 +180,6 @@
"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",
"translation": "%v left the channel."
},
@@ -1017,10 +1009,6 @@
"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",
"translation": "Unable to create emoji. An error occurred when trying to decode the image."
},
@@ -1037,6 +1025,10 @@
"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",
"translation": "Unable to create the emoji. An error ocurred when trying to open the attached image."
},
@@ -2459,6 +2451,14 @@
"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",
"translation": "Error reading the file at: \"{{.FilePath}}\""
},
diff --git a/i18n/es.json b/i18n/es.json
index 64f4e2df0..b2991bb39 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -1025,6 +1025,10 @@
"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",
"translation": "No se puede crear el emoticon. Se ha producido un error al intentar abrir la imagen adjunta."
},
@@ -2447,6 +2451,14 @@
"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",
"translation": "Error leyendo el archivo: \"{{.FilePath}}\""
},
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "No pudimos eliminar al miembro del canal"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "No se puede modificar un canal archivado"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "Falla obteniendo la cantidad de canales actual"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "No pudimos actualizar el canal"
},
@@ -5011,10 +5079,18 @@
"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",
"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",
"translation": "Un canal con este identificador fue creado previamente"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "No pudimos actualizar el tiempo de la última vista"
},
diff --git a/i18n/fr.json b/i18n/fr.json
index f4d6e8411..5c54def41 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -1025,6 +1025,10 @@
"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",
"translation": "Impossible de créer l'émoticône. Une erreur est survenue lors de l'ouverture de l'image liée."
},
@@ -2447,6 +2451,14 @@
"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",
"translation": "Erreur lors de la lecture du fichier : « {{.FilePath}} »"
},
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "Impossible de retirer le membre du canal"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "Impossible de modifier un canal archivé."
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "Échec lors de l'obtention du nombre de canaux courants"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "Impossible de mettre à jour le canal"
},
@@ -5011,10 +5079,18 @@
"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",
"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",
"translation": "Un canal avec cet identifiant a déjà été créé"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "Impossible de mettre à jour la date de dernier affichage"
},
diff --git a/i18n/it.json b/i18n/it.json
index 847a7f305..5bc864ae7 100644
--- a/i18n/it.json
+++ b/i18n/it.json
@@ -1025,6 +1025,10 @@
"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",
"translation": "Impossibile creare l'emoji. Si è verificato un errore aprendo l'immagine allegata."
},
@@ -2447,6 +2451,14 @@
"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",
"translation": "Errore durante la lettura del file: \"{{.FilePath}}\""
},
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "Non è possibile rimuovere il membro del canale"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "Non puoi modificare un canale archiviato"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "Impossibile recuperare il conteggio dei canali"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "Non è possibile aggiornare il canale"
},
@@ -5011,10 +5079,18 @@
"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",
"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",
"translation": "Un canale con quello pseudonimo è stato creato precedentemente"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "Non è stato possibile aggiornare la data dell'ultima visualizzazione"
},
diff --git a/i18n/ja.json b/i18n/ja.json
index 98dcf39af..afc6e3830 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -1025,6 +1025,10 @@
"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",
"translation": "絵文字を作成できませんでした。添付された画像を開く際にエラーが発生しました。"
},
@@ -2447,6 +2451,14 @@
"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",
"translation": "ファイル読み込みエラー: \"{{.FilePath}}\""
},
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "チャンネルのメンバーを削除できません"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "アーカイブチャンネルは変更できません"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "現在のチャンネル数を取得できません"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "チャンネルが更新できませんでした"
},
@@ -5011,10 +5079,18 @@
"translation": "アーカイブチャンネルは編集できません"
},
{
+ "id": "store.sql_channel.update.commit_transaction.app_error",
+ "translation": "Unable to commit transaction"
+ },
+ {
"id": "store.sql_channel.update.exists.app_error",
"translation": "そのハンドルを持つチャンネルは既に存在しています"
},
{
+ "id": "store.sql_channel.update.open_transaction.app_error",
+ "translation": "Unable to open transaction"
+ },
+ {
"id": "store.sql_channel.update.previously.app_error",
"translation": "そのハンドルを持つチャンネルは以前に作成されました"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "最終閲覧日時を更新できませんでした"
},
diff --git a/i18n/ko.json b/i18n/ko.json
index 586f89e98..fef803ed6 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -233,7 +233,7 @@
},
{
"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",
@@ -1025,6 +1025,10 @@
"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",
"translation": "이모티콘을 생성할 수 없습니다. 첨부된 이미지를 여는 도중에 문제가 발생하였습니다."
},
@@ -1034,11 +1038,11 @@
},
{
"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",
- "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",
@@ -2420,7 +2424,7 @@
},
{
"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",
@@ -2447,6 +2451,14 @@
"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",
"translation": "Error reading the file at: \"{{.FilePath}}\""
},
@@ -2472,7 +2484,7 @@
},
{
"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",
@@ -2576,7 +2588,7 @@
},
{
"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",
@@ -3424,7 +3436,7 @@
},
{
"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",
@@ -3624,7 +3636,7 @@
},
{
"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",
@@ -4836,7 +4848,7 @@
},
{
"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",
@@ -4852,7 +4864,7 @@
},
{
"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",
@@ -4872,7 +4884,7 @@
},
{
"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",
@@ -4903,16 +4915,40 @@
"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",
"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",
"translation": "채널을 찾을 수 없습니다"
},
{
"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",
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "You can not modify an archived channel"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "Failed to get current channel count"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "채널을 찾을 수 없습니다"
},
@@ -5011,10 +5079,18 @@
"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",
"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",
"translation": "A channel with that handle was previously created"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "We couldn't update the last viewed at time"
},
@@ -5164,35 +5244,35 @@
},
{
"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",
- "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",
- "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",
- "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",
- "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",
- "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",
- "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",
- "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",
@@ -5200,7 +5280,7 @@
},
{
"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",
@@ -5216,11 +5296,11 @@
},
{
"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",
- "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",
@@ -5368,7 +5448,7 @@
},
{
"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",
@@ -5400,7 +5480,7 @@
},
{
"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",
@@ -5448,7 +5528,7 @@
},
{
"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",
@@ -5772,7 +5852,7 @@
},
{
"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",
@@ -5852,7 +5932,7 @@
},
{
"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",
@@ -5936,11 +6016,11 @@
},
{
"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",
- "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",
@@ -5948,7 +6028,7 @@
},
{
"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",
@@ -6080,7 +6160,7 @@
},
{
"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",
@@ -6140,7 +6220,7 @@
},
{
"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",
diff --git a/i18n/nl.json b/i18n/nl.json
index 6ba8abb4f..3ecef9be2 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -157,7 +157,7 @@
},
{
"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",
@@ -233,7 +233,7 @@
},
{
"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",
@@ -389,7 +389,7 @@
},
{
"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",
@@ -558,8 +558,8 @@
{
"id": "api.command_groupmsg.invalid_user.app_error",
"translation": {
- "one": "We couldn't find the user: {{.Users}}",
- "other": "We couldn't find the users: {{.Users}}"
+ "one": "Unable to find the user: {{.Users}}",
+ "other": "Unable to find the users: {{.Users}}"
}
},
{
@@ -1025,6 +1025,10 @@
"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",
"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",
- "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",
- "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",
@@ -1484,7 +1488,7 @@
},
{
"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",
@@ -2420,7 +2424,7 @@
},
{
"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",
@@ -2447,6 +2451,14 @@
"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",
"translation": "Error reading the file at: \"{{.FilePath}}\""
},
@@ -2472,7 +2484,7 @@
},
{
"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",
@@ -2576,7 +2588,7 @@
},
{
"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",
@@ -3424,7 +3436,7 @@
},
{
"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",
@@ -3624,7 +3636,7 @@
},
{
"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",
@@ -4836,7 +4848,7 @@
},
{
"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",
@@ -4852,7 +4864,7 @@
},
{
"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",
@@ -4872,7 +4884,7 @@
},
{
"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",
@@ -4903,16 +4915,40 @@
"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",
"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",
"translation": "Het kanaal lid kan niet verwijderd worden"
},
{
"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",
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "You can not modify an archived channel"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "Fout bij het tellen van de kanalen"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "Het kanaal kan niet bijgewerkt worden"
},
@@ -5011,10 +5079,18 @@
"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",
"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",
"translation": "Een kanaal met dat 'handle' is eerder aangemaakt"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "De laatst bekeken tijd kon niet worden bijgewerkt"
},
@@ -5164,7 +5244,7 @@
},
{
"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",
@@ -5192,7 +5272,7 @@
},
{
"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",
@@ -5216,11 +5296,11 @@
},
{
"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",
- "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",
@@ -5368,7 +5448,7 @@
},
{
"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",
@@ -5400,7 +5480,7 @@
},
{
"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",
@@ -5448,7 +5528,7 @@
},
{
"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",
@@ -5772,7 +5852,7 @@
},
{
"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",
@@ -5852,7 +5932,7 @@
},
{
"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",
@@ -5936,11 +6016,11 @@
},
{
"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",
- "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",
@@ -5948,7 +6028,7 @@
},
{
"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",
@@ -6080,7 +6160,7 @@
},
{
"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",
@@ -6140,7 +6220,7 @@
},
{
"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",
diff --git a/i18n/pl.json b/i18n/pl.json
index 393868dd5..80321a60a 100644
--- a/i18n/pl.json
+++ b/i18n/pl.json
@@ -157,7 +157,7 @@
},
{
"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",
@@ -233,7 +233,7 @@
},
{
"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",
@@ -1025,6 +1025,10 @@
"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",
"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",
- "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",
- "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",
@@ -1484,7 +1488,7 @@
},
{
"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",
@@ -2447,6 +2451,14 @@
"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",
"translation": "Error reading the file at: \"{{.FilePath}}\""
},
@@ -2472,7 +2484,7 @@
},
{
"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",
@@ -2576,7 +2588,7 @@
},
{
"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",
@@ -3424,7 +3436,7 @@
},
{
"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",
@@ -3624,7 +3636,7 @@
},
{
"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",
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "Nie mogliśmy usunąć uczestnika kanału"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "You can not modify an archived channel"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "Nie udało się pobrać liczby obecnych kanałów"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "Nie mogliśmy zaktualizować kanału"
},
@@ -5011,10 +5079,18 @@
"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",
"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",
"translation": "Kanał z tym uchwytem wcześniej utworzone"
},
@@ -5023,8 +5099,12 @@
"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",
- "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",
@@ -5164,7 +5244,7 @@
},
{
"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",
@@ -5192,7 +5272,7 @@
},
{
"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",
@@ -5216,11 +5296,11 @@
},
{
"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",
- "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",
@@ -5368,7 +5448,7 @@
},
{
"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",
@@ -5400,7 +5480,7 @@
},
{
"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",
@@ -5448,7 +5528,7 @@
},
{
"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",
@@ -5772,7 +5852,7 @@
},
{
"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",
@@ -5936,11 +6016,11 @@
},
{
"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",
- "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",
@@ -6080,7 +6160,7 @@
},
{
"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",
@@ -6120,7 +6200,7 @@
},
{
"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",
@@ -6140,7 +6220,7 @@
},
{
"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",
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index f63b8d7d3..745b3f053 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -1025,6 +1025,10 @@
"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",
"translation": "Não foi possível criar o emoji. Um erro ocorreu enquanto tentava abrir a imagem."
},
@@ -2447,6 +2451,14 @@
"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",
"translation": "Erro ao ler o arquivo em: \"{{.FilePath}}\""
},
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "Não foi possível remover o membro do canal"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "Você não pode modificar um canal arquivado"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "Falha ao obter o número de canais atual"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "Não foi possível atualizar o canal"
},
@@ -5011,10 +5079,18 @@
"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",
"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",
"translation": "Um canal com esse handle foi criado anteriormente"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "Não foi possível atualizar a última visualização no tempo"
},
diff --git a/i18n/ro.json b/i18n/ro.json
index 14c82f5a6..7cfbb15ef 100644
--- a/i18n/ro.json
+++ b/i18n/ro.json
@@ -1025,6 +1025,10 @@
"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",
"translation": "Imposibil de creat emoji. A apărut o eroare la încercarea de a deschide imaginea atașată."
},
@@ -2447,6 +2451,14 @@
"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",
"translation": "Eroare la citirea fişierului la: \"{{.FilePath}}\""
},
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "Noi a putut remove membru canal"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "Nu puteți modifica un canal arhivat"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "Nu pentru a obţine curent canal conta"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "Am putut actualiza canal"
},
@@ -5011,10 +5079,18 @@
"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",
"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",
"translation": "Un canal cu care se ocupa a fost creat anterior"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "Noi nu a putut actualiza ultimul au văzut la timp"
},
diff --git a/i18n/ru.json b/i18n/ru.json
index 5f81fcb7a..2c3212ccf 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -157,7 +157,7 @@
},
{
"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",
@@ -233,7 +233,7 @@
},
{
"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",
@@ -1025,6 +1025,10 @@
"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",
"translation": "Невозможно создать смайлик. Произошла ошибка при попытке открыть изображение."
},
@@ -1034,11 +1038,11 @@
},
{
"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",
- "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",
@@ -2447,6 +2451,14 @@
"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",
"translation": "Error reading the file at: \"{{.FilePath}}\""
},
@@ -3424,7 +3436,7 @@
},
{
"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",
@@ -3624,7 +3636,7 @@
},
{
"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",
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "Безуспешная попытка удалить участника канала"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "You can not modify an archived channel"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "Не удалось получить счет текущего канала"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "Не удалось обновить канал"
},
@@ -5011,10 +5079,18 @@
"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",
"translation": "Канал с таким дескриптором уже существует"
},
{
+ "id": "store.sql_channel.update.open_transaction.app_error",
+ "translation": "Unable to open transaction"
+ },
+ {
"id": "store.sql_channel.update.previously.app_error",
"translation": "Канал с таким дескриптором был создан ранее"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "Ну удалось установить время последнего просмотра на"
},
@@ -5164,7 +5244,7 @@
},
{
"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",
@@ -5192,7 +5272,7 @@
},
{
"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",
@@ -5216,11 +5296,11 @@
},
{
"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",
- "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",
@@ -5368,7 +5448,7 @@
},
{
"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",
@@ -5400,7 +5480,7 @@
},
{
"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",
@@ -5448,7 +5528,7 @@
},
{
"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",
@@ -5772,7 +5852,7 @@
},
{
"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",
@@ -5936,11 +6016,11 @@
},
{
"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",
- "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",
@@ -5948,7 +6028,7 @@
},
{
"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",
@@ -6080,7 +6160,7 @@
},
{
"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",
@@ -6140,7 +6220,7 @@
},
{
"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",
diff --git a/i18n/tr.json b/i18n/tr.json
index 997fb01d3..6847d24f8 100644
--- a/i18n/tr.json
+++ b/i18n/tr.json
@@ -1025,6 +1025,10 @@
"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",
"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",
- "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",
@@ -2447,6 +2451,14 @@
"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",
"translation": "Şu dosya okunamadı: \"{{.FilePath}}\""
},
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "Üye kanaldan çıkarılamadı"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "Arşivlenmiş bir kanalı değiştiremezsiniz"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "Güncel kanal sayısı alınamadı"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "Kanal güncellenemedi"
},
@@ -5011,10 +5079,18 @@
"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",
"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",
"translation": "Daha önce bu kısaltmayı kullanan bir kanal eklenmiş"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "Son görüntülenme zamanı güncellenemedi"
},
diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json
index d824538cf..4df8354ea 100644
--- a/i18n/zh-CN.json
+++ b/i18n/zh-CN.json
@@ -1025,6 +1025,10 @@
"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",
"translation": "无法创建表情符。尝试打开图片时遇到错误。"
},
@@ -2447,6 +2451,14 @@
"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",
"translation": "读取文件错误:\"{{.FilePath}}\""
},
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "我们无法删除频道成员"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "您不能更改已归档的频道"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "获取当前频道数失败"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "我们无法更新这个频道"
},
@@ -5011,10 +5079,18 @@
"translation": "您不能更改已归档的频道"
},
{
+ "id": "store.sql_channel.update.commit_transaction.app_error",
+ "translation": "Unable to commit transaction"
+ },
+ {
"id": "store.sql_channel.update.exists.app_error",
"translation": "已存在使用该识别名的频道"
},
{
+ "id": "store.sql_channel.update.open_transaction.app_error",
+ "translation": "Unable to open transaction"
+ },
+ {
"id": "store.sql_channel.update.previously.app_error",
"translation": "先前已创建过使用该识别名的频道"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "我们不能更新最后查看时间"
},
diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json
index fb2a6b480..e12080e77 100644
--- a/i18n/zh-TW.json
+++ b/i18n/zh-TW.json
@@ -1025,6 +1025,10 @@
"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",
"translation": "無法建立繪文字。嘗試開啟圖片時發生錯誤。"
},
@@ -2447,6 +2451,14 @@
"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",
"translation": "讀取檔案時錯誤:\"{{.FilePath}}\""
},
@@ -4903,10 +4915,34 @@
"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",
"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",
"translation": "無法移除頻道成員"
},
@@ -4923,10 +4959,26 @@
"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",
"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",
"translation": "不能修改已封存的頻道"
},
@@ -4943,6 +4995,10 @@
"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",
"translation": "取得目前的頻道數量失敗"
},
@@ -5003,6 +5059,18 @@
"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",
"translation": "無法更新頻道"
},
@@ -5011,10 +5079,18 @@
"translation": "不能修改已封存的頻道"
},
{
+ "id": "store.sql_channel.update.commit_transaction.app_error",
+ "translation": "Unable to commit transaction"
+ },
+ {
"id": "store.sql_channel.update.exists.app_error",
"translation": "該識別名已經被其他頻道使用"
},
{
+ "id": "store.sql_channel.update.open_transaction.app_error",
+ "translation": "Unable to open transaction"
+ },
+ {
"id": "store.sql_channel.update.previously.app_error",
"translation": "該識別名先前已有建立頻道"
},
@@ -5023,6 +5099,10 @@
"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",
"translation": "無法更新最後瀏覽時間"
},