Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9c78610

Browse files
committed
Merge branch 'develop' into bwindels/resynconlltoggle
2 parents f4860cf + b9f57d8 commit 9c78610

File tree

17 files changed

+631
-378
lines changed

17 files changed

+631
-378
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@
3838
"reskindex:watch": "node scripts/reskindex.js -h header -w",
3939
"i18n": "matrix-gen-i18n",
4040
"prunei18n": "matrix-prune-i18n",
41-
"build": "npm run reskindex && babel src -d lib --source-maps --copy-files",
42-
"build:watch": "babel src -w -d lib --source-maps --copy-files",
41+
"build": "npm run reskindex && npm run start:init",
42+
"build:watch": "babel src -w --skip-initial-build -d lib --source-maps --copy-files",
4343
"emoji-data-strip": "node scripts/emoji-data-strip.js",
44-
"start": "parallelshell \"npm run build:watch\" \"npm run reskindex:watch\"",
44+
"start": "npm run start:init && npm run start:all",
45+
"start:all": "concurrently --kill-others-on-fail --prefix \"{time} [{name}]\" -n build,reskindex \"npm run build:watch\" \"npm run reskindex:watch\"",
46+
"start:init": "babel src -d lib --source-maps --copy-files",
4547
"lint": "eslint src/",
4648
"lintall": "eslint src/ test/",
4749
"lintwithexclusions": "eslint --max-warnings 20 --ignore-path .eslintignore.errorfiles src test",
@@ -111,6 +113,7 @@
111113
"babel-preset-es2017": "^6.14.0",
112114
"babel-preset-react": "^6.11.1",
113115
"chokidar": "^1.6.1",
116+
"concurrently": "^4.0.1",
114117
"eslint": "^3.13.1",
115118
"eslint-config-google": "^0.7.1",
116119
"eslint-plugin-babel": "^4.0.1",
@@ -133,7 +136,6 @@
133136
"matrix-mock-request": "^1.2.1",
134137
"matrix-react-test-utils": "^0.1.1",
135138
"mocha": "^5.0.5",
136-
"parallelshell": "3.0.1",
137139
"react-addons-test-utils": "^15.4.0",
138140
"require-json": "0.0.1",
139141
"rimraf": "^2.4.3",

src/i18n/strings/ar.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@
6565
"Cancel Sending": "إلغاء الإرسال",
6666
"Collapse panel": "طي الجدول",
6767
"Set Password": "تعيين كلمة سرية",
68-
"Checking for an update...": "البحث عن تحديث …"
68+
"Checking for an update...": "البحث عن تحديث …",
69+
"powered by Matrix": "مشغل بواسطة Matrix"
6970
}

src/i18n/strings/bg.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,5 +1256,25 @@
12561256
"Lazy loading is not supported by your current homeserver.": "Отложеното зареждане не се поддържа от текущия сървър.",
12571257
"Sorry, your homeserver is too old to participate in this room.": "Съжаляваме, вашият сървър е прекалено стар за да участва в тази стая.",
12581258
"Please contact your homeserver administrator.": "Моля, свържете се се със сървърния администратор.",
1259-
"Legal": "Юридически"
1259+
"Legal": "Юридически",
1260+
"Registration Required": "Нужна е регистрация",
1261+
"You need to register to do this. Would you like to register now?": "За да направите това е нужно да се регистрирате. Искате ли да се регистрирате сега?",
1262+
"Unable to connect to Homeserver. Retrying...": "Неуспешно свързване със сървъра. Опитване отново...",
1263+
"This room has been replaced and is no longer active.": "Тази стая е била заменена и вече не е активна.",
1264+
"The conversation continues here.": "Разговора продължава тук.",
1265+
"Upgrade room to version %(ver)s": "Обновете стаята до версия %(ver)s",
1266+
"This room is a continuation of another conversation.": "Тази стая е продължение на предишен разговор.",
1267+
"Click here to see older messages.": "Кликнете тук за да видите предишните съобщения.",
1268+
"Failed to upgrade room": "Неуспешно обновяване на стаята",
1269+
"The room upgrade could not be completed": "Обновяването на тази стая не можа да бъде завършено",
1270+
"Upgrade this room to version %(version)s": "Обновете тази стая до версия %(version)s",
1271+
"Unable to query for supported registration methods": "Неуспешно запитване за поддържани методи за регистрация",
1272+
"Forces the current outbound group session in an encrypted room to be discarded": "Принудително прекратява текущата изходяща групова сесия в шифрована стая",
1273+
"%(senderName)s added %(count)s %(addedAddresses)s as addresses for this room.|one": "%(senderName)s добави %(addedAddresses)s като адрес за тази стая.",
1274+
"%(senderName)s added %(count)s %(addedAddresses)s as addresses for this room.|other": "%(senderName)s добави %(addedAddresses)s като адреси за тази стая.",
1275+
"%(senderName)s removed %(count)s %(removedAddresses)s as addresses for this room.|one": "%(senderName)s премахна %(removedAddresses)s като адрес за тази стая.",
1276+
"%(senderName)s removed %(count)s %(removedAddresses)s as addresses for this room.|other": "%(senderName)s премахна %(removedAddresses)s като адреси за тази стая.",
1277+
"%(senderName)s added %(addedAddresses)s and removed %(removedAddresses)s as addresses for this room.": "%(senderName)s добави %(addedAddresses)s и премахна %(removedAddresses)s като адреси за тази стая.",
1278+
"%(senderName)s set the main address for this room to %(address)s.": "%(senderName)s настрой основния адрес на тази стая на %(address)s.",
1279+
"%(senderName)s removed the main address for this room.": "%(senderName)s премахна основния адрес на тази стая."
12601280
}

src/i18n/strings/ca.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"Unable to create widget.": "No s'ha pogut crear el giny.",
131131
"Failed to send request.": "No s'ha pogut enviar la sol·licitud.",
132132
"This room is not recognised.": "No es reconeix aquesta sala.",
133-
"Power level must be positive integer.": "El nivell de potència ha de ser un enter positiu.",
133+
"Power level must be positive integer.": "El nivell de poders ha de ser un enter positiu.",
134134
"You are not in this room.": "No heu entrat a aquesta sala.",
135135
"You do not have permission to do that in this room.": "No teniu el permís per realitzar aquesta acció en aquesta sala.",
136136
"Missing room_id in request": "Falta l'ID de la sala en la vostra sol·licitud",
@@ -167,7 +167,7 @@
167167
"%(targetName)s joined the room.": "%(targetName)s ha entrat a la sala.",
168168
"VoIP conference finished.": "S'ha finalitzat la conferència VoIP.",
169169
"%(targetName)s rejected the invitation.": "%(targetName)s ha rebutjat la invitació.",
170-
"%(targetName)s left the room.": "%(targetName)s ha sortir de la sala.",
170+
"%(targetName)s left the room.": "%(targetName)s ha sortit de la sala.",
171171
"%(senderName)s unbanned %(targetName)s.": "%(senderName)s ha readmès a %(targetName)s.",
172172
"%(senderName)s kicked %(targetName)s.": "%(senderName)s ha fet fora a %(targetName)s.",
173173
"%(senderName)s withdrew %(targetName)s's invitation.": "%(senderName)s ha retirat la invitació per a %(targetName)s.",
@@ -191,7 +191,7 @@
191191
"%(senderName)s made future room history visible to unknown (%(visibility)s).": "%(senderName)s ha fet visible l'històric de la sala per a desconeguts (%(visibility)s).",
192192
"%(senderName)s turned on end-to-end encryption (algorithm %(algorithm)s).": "%(senderName)s ha activat l'encriptació d'extrem a extrem (algoritme %(algorithm)s).",
193193
"%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s de %(fromPowerLevel)s fins %(toPowerLevel)s",
194-
"%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s ha canviat el nivell de potència de %(powerLevelDiffText)s.",
194+
"%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s ha canviat el nivell de poders de %(powerLevelDiffText)s.",
195195
"%(senderName)s changed the pinned messages for the room.": "%(senderName)s ha canviat els missatges fixats de la sala.",
196196
"%(widgetName)s widget modified by %(senderName)s": "%(senderName)s ha modificat el giny %(widgetName)s",
197197
"%(widgetName)s widget added by %(senderName)s": "%(senderName)s ha afegit el giny %(widgetName)s",
@@ -301,7 +301,7 @@
301301
"Failed to ban user": "No s'ha pogut expulsar l'usuari",
302302
"Failed to mute user": "No s'ha pogut silenciar l'usuari",
303303
"Failed to toggle moderator status": "No s'ha pogut canviar l'estat del moderador",
304-
"Failed to change power level": "No s'ha pogut canviar el nivell de potència",
304+
"Failed to change power level": "No s'ha pogut canviar el nivell de poders",
305305
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "No podreu desfer aquest canvi ja que estareu baixant de grau de privilegis. Només un altre usuari amb més privilegis podrà fer que els recupereu.",
306306
"Are you sure?": "Esteu segur?",
307307
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "No podreu desfer aquesta acció ja que esteu donant al usuari el mateix nivell de privilegi que el vostre.",
@@ -401,7 +401,7 @@
401401
"Press <StartChatButton> to start a chat with someone": "Prem <StartChatButton> per a començar un xat amb algú",
402402
"You may wish to login with a different account, or add this email to this account.": "És possible que vulgueu iniciar la sessió amb un altre compte o bé afegir aquest correu electrònic a aquest compte.",
403403
"You have been invited to join this room by %(inviterName)s": "Heu sigut convidat a aquesta sala per %(inviterName)s",
404-
"Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "Voleu <acceptText>accept</acceptText> o bé declineText>decline</declineText> aquesta invitació?",
404+
"Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "Voleu <acceptText>accept</acceptText> o bé <declineText>decline</declineText> aquesta invitació?",
405405
"Reason: %(reasonText)s": "Raó: %(reasonText)s",
406406
"Rejoin": "Trona a entrar",
407407
"You have been kicked from %(roomName)s by %(userName)s.": "%(userName)s us ha fet fora de la sala %(roomName)s.",

src/i18n/strings/de_DE.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,5 +1266,16 @@
12661266
"The room upgrade could not be completed": "Die Raum-Aufrüstung konnte nicht fertiggestellt werden",
12671267
"Upgrade this room to version %(version)s": "Diesen Raum zur Version %(version)s aufrüsten",
12681268
"Forces the current outbound group session in an encrypted room to be discarded": "Erzwingt, dass die aktuell ausgehende Gruppen-Sitzung in einem verschlüsseltem Raum verworfen wird",
1269-
"Error Discarding Session": "Sitzung konnte nicht verworfen werden"
1269+
"Error Discarding Session": "Sitzung konnte nicht verworfen werden",
1270+
"Registration Required": "Registrierung erforderlich",
1271+
"You need to register to do this. Would you like to register now?": "Du musst dich registrieren um dies zu tun. Möchtest du dich jetzt registrieren?",
1272+
"Unable to connect to Homeserver. Retrying...": "Verbindung mit Heimserver nicht möglich. Versuche erneut...",
1273+
"Unable to query for supported registration methods": "Unterstützte Registrierungsmethoden können nicht abgefragt werden",
1274+
"%(senderName)s added %(count)s %(addedAddresses)s as addresses for this room.|one": "%(senderName)s fügte %(addedAddresses)s als Adresse zu diesem Raum hinzu.",
1275+
"%(senderName)s added %(count)s %(addedAddresses)s as addresses for this room.|other": "%(senderName)s fügte %(addedAddresses)s als Adressen zu diesem Raum hinzu.",
1276+
"%(senderName)s removed %(count)s %(removedAddresses)s as addresses for this room.|one": "%(senderName)s entfernte %(removedAddresses)s als Adresse von diesem Raum.",
1277+
"%(senderName)s removed %(count)s %(removedAddresses)s as addresses for this room.|other": "%(senderName)s entfernte %(removedAddresses)s als Adressen von diesem Raum.",
1278+
"%(senderName)s set the main address for this room to %(address)s.": "%(senderName)s setzte die Hauptadresse zu diesem Raum auf %(address)s.",
1279+
"%(senderName)s removed the main address for this room.": "%(senderName)s entfernte die Hauptadresse von diesem Raum.",
1280+
"%(senderName)s added %(addedAddresses)s and removed %(removedAddresses)s as addresses for this room.": "%(senderName)s fügte %(addedAddresses)s hinzu und entfernte %(removedAddresses)s als Adressen von diesem Raum."
12701281
}

0 commit comments

Comments
 (0)