Commit Graph

81 Commits

Author SHA1 Message Date
Audric Ackermann 50afa68b1f chore: pull crowdin changes 2023-10-17 10:12:53 +11:00
Audric Ackermann c336ad0524 chore: pull translation from crowdin 2023-05-12 15:54:02 +10:00
Audric Ackermann 3e4d9b4ac3 chore: pull translations from crowdin 2022-09-29 13:20:35 +10:00
Ian Macdonald 09654fe4d8
Remove limit on the number of pinned conversations a user may have. 2022-09-10 16:07:46 +02:00
Audric Ackermann 2c83690a88 chore: pull translations from crowdin 2022-08-10 16:49:50 +10:00
Ian Macdonald 6613161b20
Don't nanny the user. Allow all file types as attachments.
The Android client already has no such restrictions, and these are
ineffective anyway, as they are based on the file's name, not its
payload.
2022-02-14 09:25:53 +01:00
Audric Ackermann 8efc23d619
pull translations from crowdin 2022-02-07 12:05:19 +11:00
audric 8b5b3f06bb lint _locales translation files 2022-01-18 15:21:48 +11:00
Audric Ackermann 9bb19540a9
add back deleteContact and deleteGroup translations 2022-01-06 11:15:20 +11:00
Audric Ackermann c5f69a2d95
pull translations from crowdin
Relates #2113
2021-12-21 09:56:38 +11:00
Audric Ackermann 651b1c4376
Fetch translations (#2056)
* show missed-call,started-call and answered call notification in chat

* fix types for createLastMessageUpdate

* show incoming dialog if we have a pending call when enable call receptio

* simplify a bit the avatar component

* move disableDrag to a custom hook

* speed up hash colors of avatarPlaceHolders

* fixup text selection and double click reply on message

* keep avatar decoded items longer before releasing memory

* add incoming/outgoing/missed call notification

also, merge that notification with the timer and group notification
component

* hangup call if no answer after 30sec

* refactor SessionInput using hook + add testid field for recovery

* disable message request feature flag for now

* fix merge issue

* force loading screen to be black instead of white

for our dark theme user's eyes safety

* add type for i18n to run update after crowdin  fetch with tools/updateI18nKeysType.py

* update to latest translations
2021-11-30 14:46:06 +11:00
Audric Ackermann 182192124e
update localized strings from crowdin 2021-10-18 15:59:56 +11:00
audric 3221dd8921 pull latest translations from crowdin 2021-09-02 17:20:25 +10:00
audric dbf927de93 pull translations from crowndin 2021-08-04 17:04:42 +10:00
Audric Ackermann b09c44c964
remove context in locales 2021-06-16 11:20:31 +10:00
Audric Ackermann 08d895afa3
remove entry message in locale as it cause issues with crowdin 2021-06-16 10:33:02 +10:00
Audric Ackermann adb9775848
cleanup trasnlation with latest from crowdin 2021-06-16 10:14:09 +10:00
Audric Ackermann 3d0bee63d2
first commit with changes from crowdin 2021-06-15 15:26:58 +10:00
Audric Ackermann df3326233f
remove all unused keys for other locales 2021-05-07 13:24:50 +10:00
Audric Ackermann 01085244bd
split up registration signup tab logic to sub components 2021-02-26 11:27:29 +11:00
Audric Ackermann 6edcb88788
remove resend as it does not make any sense with medium groups
and sendAnyway
2021-02-09 11:38:11 +11:00
Audric Ackermann 3afd23c379
Increase closed group size to 100 2021-01-21 15:24:56 +11:00
Audric Ackermann 6856c0e748
remove updateTextInputState not needed and add left to menu tests 2021-01-13 15:28:20 +11:00
Audric Ackermann c052b1a2ec
update group size limit to 20 now that those are ssk groups
Also removed removed description while creating a medium group as it was
removed on mobile
2020-09-25 09:35:39 +10:00
Audric Ackermann 9a0acd1408
add vietnamese translation from mobile 2020-09-16 11:55:03 +10:00
Audric Ackermann 5f9348d21e
replace whole word Signal to Session on all translations 2020-09-01 10:11:16 +10:00
Audric Ackermann 596141723b
clean unused keys for other locales based on 'en' translation 2020-08-20 14:54:38 +10:00
Mikunj 9e9b2a12d6 Fix translations 2020-03-05 15:39:43 +11:00
Vincent 821cf00b65 Closed group update message stylgin 2020-02-05 14:19:01 +11:00
Maxim Shishmarev a3aa104f00 Remove more references to signal.org 2020-02-04 16:25:47 +11:00
Vincent 4350b73724 Messages.json amendments 2020-02-03 14:23:48 +11:00
Vincent 156f0d4127 various touchups 2020-01-31 14:47:30 +11:00
Vincent 9dcc851ebd Updated all icon references 2020-01-30 14:19:07 +11:00
Vincent a1a582d7ea Session branding fixes 2020-01-21 15:18:05 +11:00
Vincent 5fbbdc33c3 Signal branding 2020-01-21 14:59:18 +11:00
Mikunj 8808100796 Merge signal-1.24.0
# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md
#	background.html
#	config/default.json
#	config/production.json
#	js/models/conversations.js
#	js/models/messages.js
#	js/views/conversation_view.js
#	js/views/inbox_view.js
#	js/views/settings_view.js
#	main.js
#	package.json
#	test/index.html
#	ts/components/conversation/ContactName.tsx
#	yarn.lock
2019-04-18 12:45:19 +10:00
Mikunj e343a04eea Merge commit '18b5b7c046436f2defab2e20407e22da180bf97b' into signal-1.22
# Conflicts:
#	app/sql.js
#	background.html
#	config/default.json
#	js/background.js
#	js/models/conversations.js
#	js/models/messages.js
#	js/modules/data.js
#	js/signal_protocol_store.js
#	js/views/conversation_search_view.js
#	libtextsecure/message_receiver.js
#	libtextsecure/sendmessage.js
#	main.js
#	package.json
#	preload.js
#	test/index.html
#	ts/components/Avatar.tsx
#	ts/components/conversation/ConversationHeader.md
#	ts/components/conversation/ConversationHeader.tsx
2019-04-17 11:59:54 +10:00
Scott Nonnenberg 2beee8da09 Update strings for 45 languages 2019-04-08 14:16:09 -07:00
Scott Nonnenberg 5ea8f73f10 Localization updates 2019-02-13 16:53:39 -08:00
sachaaaaa a0f67c22da Merge branch 'textsecure/master' into merge_1_21_0
* textsecure/master: (26 commits)
  v1.21.0
  v1.21.0-beta.4
  Dark Theme: Preserve blue background on app loading screen
  Localization updates
  Fix width of audio player when window is very narrow
  A number of small fixes for Link Previews
  Get rid of the white flash when the app starts up (#3083)
  v1.21.0-beta.3
  Lint fixes
  Introduce new language: NB
  Fail over to all numbers in retry if errors don't have numbers
  Use the proper method for pulling attachments off disk for retry
  Fix rendering bug with verified state in updateVerified()
  Update electron-builder and electron-updater
  Ensure that dialog pops up when permissions denied for voice note
  Lint fixes
  Large update to localization strings
  Link Previews
  Ensure that blocked messages are dropped even after sealed sender
  Don't linkify quoted message contents
  ...

# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md
#	_locales/cs/messages.json
#	background.html
#	config/default.json
#	index.html
#	js/models/conversations.js
#	js/modules/web_api.js
#	js/settings_start.js
#	js/views/conversation_view.js
#	js/views/settings_view.js
#	package.json
#	protos/SignalService.proto
#	stylesheets/_index.scss
#	stylesheets/_settings.scss
2019-02-06 13:53:20 +11:00
Scott Nonnenberg 8654d80973 Localization updates 2019-02-05 13:55:55 -08:00
Scott Nonnenberg 160d9f640b Large update to localization strings 2019-01-29 13:53:14 -08:00
Mikunj 6467b0bb45 Fix up tests. 2019-01-16 12:38:29 +11:00
Scott Nonnenberg 14651a39bd Localization updates 2018-10-15 17:32:32 -07:00
Scott Nonnenberg efefb7a488 Update localization strings 2018-09-05 14:17:38 -07:00
Scott Nonnenberg 3e62b82774 Update localization strings 2018-07-31 17:09:10 -07:00
Scott Nonnenberg 60d56cf7e0
Localization strings update (#2550) 2018-07-20 16:30:56 -07:00
Scott Nonnenberg 61bb038207 Update localization strings 2018-07-18 10:47:58 -07:00
Scott Nonnenberg 9003419ff6 Update strings for quite a few languages 2018-07-12 11:32:00 -07:00
Scott Nonnenberg 2aa7955a65 Update translations for week of 5/1 2018-05-02 09:29:36 -07:00