Skip to content

Commit 8cd42a0

Browse files
committed
Automatic i18n reversion
1 parent b756a18 commit 8cd42a0

File tree

11 files changed

+377
-42
lines changed

11 files changed

+377
-42
lines changed

src/i18n/strings/bg.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2145,5 +2145,23 @@
21452145
"Identity server (%(server)s)": "Сървър за самоличност (%(server)s)",
21462146
"Could not connect to identity server": "Неуспешна връзка със сървъра за самоличност",
21472147
"Not a valid identity server (status code %(code)s)": "Невалиден сървър за самоличност (статус код %(code)s)",
2148-
"Identity server URL must be HTTPS": "Адресът на сървъра за самоличност трябва да бъде HTTPS"
2148+
"Identity server URL must be HTTPS": "Адресът на сървъра за самоличност трябва да бъде HTTPS",
2149+
"Failed to invite users to %(roomName)s": "Неуспешна покана на потребителите към %(roomName)s",
2150+
"%(value)ss": "%(value)sс",
2151+
"%(value)sm": "%(value)sм",
2152+
"%(value)sh": "%(value)sч",
2153+
"%(value)sd": "%(value)sд",
2154+
"That link is no longer supported": "Тази връзка вече не се поддържа",
2155+
"%(date)s at %(time)s": "%(date)s в %(time)s",
2156+
"Failed to transfer call": "Неуспешно прехвърляне на повикване",
2157+
"Transfer Failed": "Трансферът Неуспешен",
2158+
"Unable to transfer call": "Не може да се прехвърли обаждането",
2159+
"Unable to look up phone number": "Невъзможно е търсенето на телефонния номер",
2160+
"There was an error looking up the phone number": "Имаше грешка в търсенето на телефонния номер",
2161+
"You cannot place calls without a connection to the server.": "Не можете да поставяте обаждания без връзка със сървъра.",
2162+
"Connectivity to the server has been lost": "Вързката със сървъра е загубена",
2163+
"You cannot place calls in this browser.": "Не можете да провеждате обаждания в този браузър.",
2164+
"Calls are unsupported": "Обажданията не се поддържат",
2165+
"The user you called is busy.": "Потребителят, когото потърсихте, е зает.",
2166+
"User Busy": "Потребителят е зает"
21492167
}

src/i18n/strings/de_DE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2393,7 +2393,7 @@
23932393
"Zoom in": "Vergrößern",
23942394
"Zoom out": "Verkleinern",
23952395
"%(seconds)ss left": "%(seconds)s vergangen",
2396-
"Change server ACLs": "ACLs des Servers bearbeiten",
2396+
"Change server ACLs": "Server ACLs bearbeiten",
23972397
"Failed to send": "Fehler beim Senden",
23982398
"View all %(count)s members|other": "Alle %(count)s Mitglieder anzeigen",
23992399
"View all %(count)s members|one": "Mitglied anzeigen",

src/i18n/strings/en_EN.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@
445445
"Verified key": "Verified key",
446446
"The signing key you provided matches the signing key you received from %(userId)s's session %(deviceId)s. Session marked as verified.": "The signing key you provided matches the signing key you received from %(userId)s's session %(deviceId)s. Session marked as verified.",
447447
"Forces the current outbound group session in an encrypted room to be discarded": "Forces the current outbound group session in an encrypted room to be discarded",
448+
"Developer command: Discards the current outbound group session and sets up new Olm sessions": "Developer command: Discards the current outbound group session and sets up new Olm sessions",
448449
"Sends the given message coloured as a rainbow": "Sends the given message coloured as a rainbow",
449450
"Sends the given emote coloured as a rainbow": "Sends the given emote coloured as a rainbow",
450451
"Displays list of commands with usages and descriptions": "Displays list of commands with usages and descriptions",
@@ -661,9 +662,13 @@
661662
"about a day from now": "about a day from now",
662663
"%(num)s days from now": "%(num)s days from now",
663664
"%(space1Name)s and %(space2Name)s": "%(space1Name)s and %(space2Name)s",
665+
"In spaces %(space1Name)s and %(space2Name)s.": "In spaces %(space1Name)s and %(space2Name)s.",
664666
"%(spaceName)s and %(count)s others|other": "%(spaceName)s and %(count)s others",
665667
"%(spaceName)s and %(count)s others|zero": "%(spaceName)s",
666668
"%(spaceName)s and %(count)s others|one": "%(spaceName)s and %(count)s other",
669+
"In %(spaceName)s and %(count)s other spaces.|other": "In %(spaceName)s and %(count)s other spaces.",
670+
"In %(spaceName)s and %(count)s other spaces.|zero": "In space %(spaceName)s.",
671+
"In %(spaceName)s and %(count)s other spaces.|one": "In %(spaceName)s and %(count)s other space.",
667672
"%(name)s (%(userId)s)": "%(name)s (%(userId)s)",
668673
"Unexpected server error trying to leave the room": "Unexpected server error trying to leave the room",
669674
"Can't leave Server Notices room": "Can't leave Server Notices room",
@@ -726,6 +731,16 @@
726731
"Unknown App": "Unknown App",
727732
"This homeserver is not configured to display maps.": "This homeserver is not configured to display maps.",
728733
"This homeserver is not configured correctly to display maps, or the configured map server may be unreachable.": "This homeserver is not configured correctly to display maps, or the configured map server may be unreachable.",
734+
"Toggle attribution": "Toggle attribution",
735+
"Map feedback": "Map feedback",
736+
"Enter fullscreen": "Enter fullscreen",
737+
"Exit fullscreen": "Exit fullscreen",
738+
"Find my location": "Find my location",
739+
"Location not available": "Location not available",
740+
"Mapbox logo": "Mapbox logo",
741+
"Reset bearing to north": "Reset bearing to north",
742+
"Zoom in": "Zoom in",
743+
"Zoom out": "Zoom out",
729744
"Are you sure you want to exit during this export?": "Are you sure you want to exit during this export?",
730745
"Generating a ZIP": "Generating a ZIP",
731746
"Fetched %(count)s events out of %(total)s|other": "Fetched %(count)s events out of %(total)s",
@@ -1791,11 +1806,6 @@
17911806
"Historical": "Historical",
17921807
"Suggested Rooms": "Suggested Rooms",
17931808
"Empty room": "Empty room",
1794-
"Can't see what you're looking for?": "Can't see what you're looking for?",
1795-
"Start a new chat": "Start a new chat",
1796-
"Explore all public rooms": "Explore all public rooms",
1797-
"%(count)s results|other": "%(count)s results",
1798-
"%(count)s results|one": "%(count)s result",
17991809
"Add space": "Add space",
18001810
"You do not have permissions to add spaces to this space": "You do not have permissions to add spaces to this space",
18011811
"Join public room": "Join public room",
@@ -1810,6 +1820,7 @@
18101820
"Joining …": "Joining …",
18111821
"Loading …": "Loading …",
18121822
"Rejecting invite …": "Rejecting invite …",
1823+
"Join the room to participate": "Join the room to participate",
18131824
"Join the conversation with an account": "Join the conversation with an account",
18141825
"Sign Up": "Sign Up",
18151826
"Loading preview": "Loading preview",
@@ -2202,8 +2213,6 @@
22022213
"My live location": "My live location",
22032214
"Drop a Pin": "Drop a Pin",
22042215
"What location type do you want to share?": "What location type do you want to share?",
2205-
"Zoom in": "Zoom in",
2206-
"Zoom out": "Zoom out",
22072216
"Frequently Used": "Frequently Used",
22082217
"Smileys & People": "Smileys & People",
22092218
"Animals & Nature": "Animals & Nature",
@@ -2216,7 +2225,6 @@
22162225
"Categories": "Categories",
22172226
"Quick Reactions": "Quick Reactions",
22182227
"Cancel search": "Cancel search",
2219-
"Unknown Address": "Unknown Address",
22202228
"Any of the following data may be shared:": "Any of the following data may be shared:",
22212229
"Your display name": "Your display name",
22222230
"Your avatar URL": "Your avatar URL",
@@ -2450,6 +2458,7 @@
24502458
"Anyone will be able to find and join this room, not just members of <SpaceName/>.": "Anyone will be able to find and join this room, not just members of <SpaceName/>.",
24512459
"Anyone will be able to find and join this room.": "Anyone will be able to find and join this room.",
24522460
"Only people invited will be able to find and join this room.": "Only people invited will be able to find and join this room.",
2461+
"You can't disable this later. The room will be encrypted but the embedded call will not.": "You can't disable this later. The room will be encrypted but the embedded call will not.",
24532462
"You can't disable this later. Bridges & most bots won't work yet.": "You can't disable this later. Bridges & most bots won't work yet.",
24542463
"Your server requires encryption to be enabled in private rooms.": "Your server requires encryption to be enabled in private rooms.",
24552464
"Enable end-to-end encryption": "Enable end-to-end encryption",

src/i18n/strings/fi.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3093,5 +3093,9 @@
30933093
"Image size in the timeline": "Kuvan koko aikajanalla",
30943094
"To proceed, please accept the verification request on your other device.": "Jatka hyväksymällä vahvistuspyyntö toisella laitteella.",
30953095
"Use your preferred Matrix homeserver if you have one, or host your own.": "Käytä haluamaasi Matrix-kotipalvelinta, tai isännöi omaa palvelinta.",
3096-
"We call the places where you can host your account 'homeservers'.": "Kutsumme \"kotipalvelimiksi\" paikkoja, missä voit isännöidä tiliäsi."
3096+
"We call the places where you can host your account 'homeservers'.": "Kutsumme \"kotipalvelimiksi\" paikkoja, missä voit isännöidä tiliäsi.",
3097+
"Something went wrong in confirming your identity. Cancel and try again.": "Jokin meni pieleen henkilöllisyyttä vahvistaessa. Peruuta ja yritä uudelleen.",
3098+
"Confirm your account deactivation by using Single Sign On to prove your identity.": "Vahvista tilin deaktivointi todistamalla henkilöllisyytesi kertakirjautumista käyttäen.",
3099+
"Confirm logging out these devices by using Single Sign On to prove your identity.|one": "Vahvista tämän laitteen uloskirjaaminen todistamalla henkilöllisyytesi kertakirjautumista käyttäen.",
3100+
"Confirm logging out these devices by using Single Sign On to prove your identity.|other": "Vahvista näiden laitteiden uloskirjaaminen todistamalla henkilöllisyytesi kertakirjautumista käyttäen."
30973101
}

src/i18n/strings/fr.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,8 +2121,8 @@
21212121
"Continue with %(provider)s": "Continuer avec %(provider)s",
21222122
"Homeserver": "Serveur d’accueil",
21232123
"Server Options": "Options serveur",
2124-
"Messages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their avatar.": "Les messages ici sont chiffrés de bout en bout. Quand les gens joignent, vous pouvez les vérifier dans leur profil, tapez simplement sur leur avatar.",
2125-
"Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their avatar.": "Les messages ici sont chiffrés de bout en bout. Vérifiez %(displayName)s dans leur profil - tapez sur leur avatar.",
2124+
"Messages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their avatar.": "Les messages ici sont chiffrés de bout en bout. Quand les gens joignent, vous pouvez les vérifier dans leur profil, cliquez simplement sur leur avatar.",
2125+
"Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their avatar.": "Les messages ici sont chiffrés de bout en bout. Vérifiez %(displayName)s dans son profil - cliquez sur son avatar.",
21262126
"This is the start of <roomName/>.": "C’est le début de <roomName/>.",
21272127
"Add a photo, so people can easily spot your room.": "Ajoutez une photo afin que les gens repèrent facilement votre salon.",
21282128
"%(displayName)s created this room.": "%(displayName)s a créé ce salon.",
@@ -3413,5 +3413,9 @@
34133413
"How can I create a video room?": "Comment créer un salon vidéo ?",
34143414
"Video rooms are always-on VoIP channels embedded within a room in %(brand)s.": "Les salons vidéo sont des canaux VoIP toujours actifs embarqués dans un salon dans %(brand)s.",
34153415
"A new way to chat over voice and video in %(brand)s.": "Une nouvelle façons de discuter avec la voix et la vidéo dans %(brand)s.",
3416-
"Video rooms": "Salons vidéo"
3416+
"Video rooms": "Salons vidéo",
3417+
"You cannot search for rooms that are neither a room nor a space": "Vous ne pouvez pas rechercher de salons qui ne soient ni des salons ni des espaces",
3418+
"Show spaces": "Afficher les espaces",
3419+
"Show rooms": "Afficher les salons",
3420+
"Explore public spaces in the new search dialog": "Explorer les espaces publics dans la nouvelle fenêtre de recherche"
34173421
}

src/i18n/strings/he.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,5 +2415,8 @@
24152415
"You can't see earlier messages": "לא ניתן לצפות בהודעות קודמות",
24162416
"Your Security Key is in your <b>Downloads</b> folder.": "מפתח האבטחה שלך נמצא ב<b>תיקיית ההורדות</b> שלך.",
24172417
"Confirm your Security Phrase": "אשר את ביטוי האבטחה שלך",
2418-
"Secure your backup with a Security Phrase": "אבטח את הגיבוי שלך עם ביטוי אבטחה"
2418+
"Secure your backup with a Security Phrase": "אבטח את הגיבוי שלך עם ביטוי אבטחה",
2419+
"You're trying to access a community link (%(groupId)s).<br/>Communities are no longer supported and have been replaced by spaces.<br2/><a>Learn more about spaces here.</a>": "אתה מנסה לגשת לקישור קהילה (%(groupId)s).<br/>קהילות כבר אינן נתמכות והוחלפו מרחבים.<br2/><a>למידע נוסף על מרחבים עיין כאן.</a>",
2420+
"You're already in a call with this person.": "אתה כבר בשיחה עם האדם הזה.",
2421+
"Already in call": "כבר בשיחה"
24192422
}

src/i18n/strings/pl.json

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@
932932
"Page Down": "Page Down",
933933
"Esc": "Esc",
934934
"Enter": "Enter",
935-
"Space": "Spacja",
935+
"Space": "Przestrzeń",
936936
"End": "End",
937937
"Confirm": "Potwierdź",
938938
"Sign In or Create Account": "Zaloguj się lub utwórz konto",
@@ -2019,5 +2019,61 @@
20192019
"Can't see what you're looking for?": "Nie możesz znaleźć czego szukasz?",
20202020
"Sticker": "Naklejka",
20212021
"Rooms outside of a space": "Pokoje poza przestrzenią",
2022-
"Autoplay videos": "Auto odtwarzanie filmów"
2022+
"Autoplay videos": "Auto odtwarzanie filmów",
2023+
"Where this page includes identifiable information, such as a room, user ID, that data is removed before being sent to the server.": "Jeśli ta strona zawiera informacje umożliwiające identyfikację, takie jak pokój, identyfikator użytkownika, dane te są usuwane przed wysłaniem na serwer.",
2024+
"Backup has a signature from <verify>unknown</verify> user with ID %(deviceId)s": "Kopia zapasowa ma sygnaturę od <verify>nieznanego</verify> użytkownika z ID %(deviceId)s",
2025+
"Backup has a <validity>invalid</validity> signature from this user": "Kopia zapasowa ma <validity>niepoprawną</validity> sygnaturę od tego użytkownika",
2026+
"Backup has a <validity>valid</validity> signature from this user": "Kopia zapasowa ma <validity>poprawną</validity>sygnaturę od tego użytkownika",
2027+
"Connect this session to Key Backup": "Połącz tę sesję z kopią zapasową kluczy",
2028+
"Connect this session to key backup before signing out to avoid losing any keys that may only be on this session.": "Połącz tę sesję z kopią zapasową kluczy przed wylogowaniem, aby uniknąć utraty kluczy które mogą istnieć tylko w tej sesji.",
2029+
"This session is <b>not backing up your keys</b>, but you do have an existing backup you can restore from and add to going forward.": "Ta sesja <b>nie wykonuje kopii zapasowej twoich kluczy</b>, ale masz istniejącą kopię którą możesz przywrócić i uzupełniać w przyszłości.",
2030+
"This session is backing up your keys. ": "Ta sesja wykonuje kopię zapasową twoich kluczy. ",
2031+
"There was an error loading your notification settings.": "Wystąpił błąd podczas wczytywania twoich ustawień powiadomień.",
2032+
"Mentions & keywords": "Wzmianki i słowa kluczowe",
2033+
"Global": "Globalne",
2034+
"New keyword": "Nowe słowo kluczowe",
2035+
"Keyword": "Słowo kluczowe",
2036+
"Enable email notifications for %(email)s": "Włącz powiadomienia email dla %(email)s",
2037+
"Enable for this account": "Włącz dla tego konta",
2038+
"An error occurred whilst saving your notification preferences.": "Wystąpił błąd podczas zapisywania twoich ustawień powiadomień.",
2039+
"Error saving notification preferences": "Błąd zapisywania ustawień powiadomień",
2040+
"Messages containing keywords": "Wiadomości zawierające słowa kluczowe",
2041+
"Message bubbles": "Dymki wiadomości",
2042+
"IRC (Experimental)": "IRC (eksperymentalny)",
2043+
"Message layout": "Wygląd wiadomości",
2044+
"Updating spaces... (%(progress)s out of %(count)s)|one": "Aktualizowanie przestrzeni...",
2045+
"Updating spaces... (%(progress)s out of %(count)s)|other": "Aktualizowanie przestrzeni... (%(progress)s z %(count)s)",
2046+
"Sending invites... (%(progress)s out of %(count)s)|one": "Wysyłanie zaproszenia...",
2047+
"Sending invites... (%(progress)s out of %(count)s)|other": "Wysyłanie zaproszeń... (%(progress)s z %(count)s)",
2048+
"Loading new room": "Wczytywanie nowego pokoju",
2049+
"Upgrading room": "Aktualizowanie pokoju",
2050+
"This upgrade will allow members of selected spaces access to this room without an invite.": "Ta aktualizacja pozwoli członkom wybranych przestrzeni uzyskać dostęp do tego pokoju bez zaproszenia.",
2051+
"This room is in some spaces you're not an admin of. In those spaces, the old room will still be shown, but people will be prompted to join the new one.": "Ten pokój znajduje się w przestrzeniach, w których nie masz uprawnień administratora. W tych przestrzeniach stary pokój wciąż będzie wyświetlany, lecz ludzie otrzymają propozycję dołączenia do nowego.",
2052+
"Space members": "Członkowie przestrzeni",
2053+
"Anyone in a space can find and join. You can select multiple spaces.": "Każdy w przestrzeni może znaleźć i dołączyć. Możesz wybrać wiele przestrzeni.",
2054+
"Anyone in <spaceName/> can find and join. You can select other spaces too.": "Każdy w <spaceName/> może znaleźć i dołączyć. Możesz też wybrać inne przestrzenie.",
2055+
"Spaces with access": "Przestrzenie z dostępem",
2056+
"Anyone in a space can find and join. <a>Edit which spaces can access here.</a>": "Każdy w przestrzeni może znaleźć i dołączyć. <a>Kliknij tu, aby ustawić które przestrzenie mają dostęp.</a>",
2057+
"Currently, %(count)s spaces have access|one": "Obecnie jedna przestrzeń ma dostęp",
2058+
"Currently, %(count)s spaces have access|other": "Obecnie %(count)s przestrzeni ma dostęp",
2059+
"& %(count)s more|one": "i %(count)s więcej",
2060+
"& %(count)s more|other": "i %(count)s więcej",
2061+
"Upgrade required": "Aktualizacja wymagana",
2062+
"Anyone can find and join.": "Każdy może znaleźć i dołączyć.",
2063+
"Only invited people can join.": "Tylko zaproszeni ludzie mogą dołączyć.",
2064+
"Private (invite only)": "Prywatny (tylko na zaproszenie)",
2065+
"Large": "Duży",
2066+
"Size must be a number": "Rozmiar musi być liczbą",
2067+
"Hey you. You're the best!": "Hej, ty. Jesteś super!",
2068+
"Message search initialisation failed": "Inicjalizacja wyszukiwania wiadomości nie powiodła się",
2069+
"Rename": "Zmień nazwę",
2070+
"Sign Out": "Wyloguj",
2071+
"Last seen %(date)s at %(ip)s": "Ostatnio widziano %(date)s na %(ip)s",
2072+
"This device": "To urządzenie",
2073+
"Devices without encryption support": "Urządzenia bez wsparcia dla szyfrowania",
2074+
"Unverified devices": "Niezweryfikowane urządzenia",
2075+
"Verified devices": "Zweryfikowane urządzenia",
2076+
"Select all": "Zaznacz wszystkie",
2077+
"Deselect all": "Odznacz wszystkie",
2078+
"Close dialog or context menu": "Zamknij dialog lub menu kontekstowe"
20232079
}

0 commit comments

Comments
 (0)