From 60397556ac5f10e1cef1109cd450e2512f39d9d7 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 12 Feb 2023 11:45:17 +0900 Subject: [PATCH] New translations translation.json (Polish) --- src/config/locales/pl/translation.json | 89 ++++++++++---------------- 1 file changed, 34 insertions(+), 55 deletions(-) diff --git a/src/config/locales/pl/translation.json b/src/config/locales/pl/translation.json index c0cc7b78..ff6660f2 100644 --- a/src/config/locales/pl/translation.json +++ b/src/config/locales/pl/translation.json @@ -55,7 +55,7 @@ "favourite": "Favourited", "bookmark": "Bookmarks", "local": "Lokalna oś czasu", - "public": "Publiczna oś czasu", + "public": "Federated timeline", "hashtag": "Hashtags", "search": "Wyszukiwanie", "lists": "Listy" @@ -68,20 +68,12 @@ "follow_requests": "Follow requests", "direct_messages": "Direct messages", "local": "Lokalna oś czasu", - "public": "Publiczna oś czasu", + "public": "Federated timeline", "hashtag": "Hashtags", "search": "Wyszukiwanie", "lists": "Listy", "members": "Użytkownicy", - "option": { - "title": "Option", - "show_reblogs": "Show boosts", - "show_replies": "Pokaż odpowiedzi", - "apply": "Zastosuj" - }, - "new_toot": "Publish", - "reload": "Przeładować", - "settings": "Ustawienia" + "reload": "Przeładować" }, "settings": { "title": "Ustawienia", @@ -104,13 +96,6 @@ }, "timeline": { "title": "Oś czasu", - "unread_notification": { - "title": "Unread notifications", - "description": "Customize unread notifications for each timeline.", - "direct": "Direct messages", - "local": "Local timeline", - "public": "Public timeline" - }, "use_marker": { "title": "Load the timeline from the last reading position", "home": "Home", @@ -280,37 +265,6 @@ } }, "modals": { - "new_toot": { - "title": "New post", - "cw": "Wprowadź zawartość ostrzeżenia tutaj", - "status": "What's on your mind?", - "cancel": "Anuluj", - "toot": "Publish", - "close_confirm": "Are you sure you want to discard this post?", - "close_confirm_ok": "Odrzuć", - "close_confirm_cancel": "Continue editing", - "description": "Add alternate text for this media", - "footer": { - "add_image": "Dodaj obraz", - "poll": "Dodaj ankietę", - "change_visibility": "Zmień widoczność", - "change_sensitive": "Mark media as sensitive", - "add_cw": "Add content warnings", - "pined_hashtag": "Pinned hashtag" - }, - "poll": { - "add_choice": "Add an option", - "expires": { - "5_minutes": "5 minut", - "30_minutes": "30 minut", - "1_hour": "1 godzinę", - "6_hours": "6 godzin", - "1_day": "1 dzień", - "3_days": "3 dni", - "7_days": "7 dni" - } - } - }, "jump": { "jump_to": "Przejdź do…" }, @@ -331,13 +285,10 @@ "title": "Skróty klawiszowe", "ctrl_number": "Przełącz konta", "ctrl_k": "Przejdź do innych osi czasu", - "ctrl_n": "Open the new post dialog", - "ctrl_enter": "Publish the post", + "ctrl_enter": "Send the post", "ctrl_r": "Refresh current timeline", "j": "Select the next post", "k": "Select the previous post", - "h": "Switch focus to the left column", - "l": "Switch focus to the right column", "r": "Reply to the selected post", "b": "Boost the selected post", "f": "Favourite the selected post", @@ -509,11 +460,11 @@ "require_domain_name": "Nazwa domeny jest wymagana", "domain_format": "Wprowadź tylko nazwę domeny" }, - "new_toot": { + "compose": { "toot_length": "Post length should be between {{min}} and {{max}}", "attach_length": "You can only attach up to {{max}} image", "attach_length_plural": "You can only attach up to {{max}} images", - "attach_image": "Możesz załączyć tylko obrazy lub filmy", + "attach_image": "You can only attach images or videos", "poll_invalid": "Invalid poll choices" } }, @@ -554,5 +505,33 @@ "title": "Poll expired", "body": "{{username}}'s poll has ended" } + }, + "compose": { + "title": "New post", + "cw": "Write your warning here", + "status": "What's on your mind?", + "cancel": "Cancel", + "toot": "Post", + "description": "Add alternate text for this media", + "footer": { + "add_image": "Add images", + "poll": "Add a poll", + "change_visibility": "Change visibility", + "change_sensitive": "Mark media as sensitive", + "add_cw": "Add content warnings", + "pined_hashtag": "Pinned hashtag" + }, + "poll": { + "add_choice": "Add an option", + "expires": { + "5_minutes": "5 minutes", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "1_day": "1 day", + "3_days": "3 days", + "7_days": "7 days" + } + } } }