summaryrefslogtreecommitdiffstats
path: root/i18n/pl.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/pl.json')
-rw-r--r--i18n/pl.json126
1 files changed, 103 insertions, 23 deletions
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",