SBiOSoftWhare
bc2bf8bcb8
Add AlertPresentable that absracts an alert presenter.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
b61aea2a89
Add SideMenuPresentable and an implementation thant handles side menu presentation.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
92c97f0fc8
BuildSettings: Add help url and side menu feature flag.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
cf98e2f62a
Implement SideMenuCoordinator.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
dfcbcc8fe1
Implements side menu screen.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
20a3ad8cfc
Add SideMenuVersionView that displays application version.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
5c4056d7dc
Add SideMenuActionView that represents a side menu action view.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
97a549cf60
Add SideMenuItem that represents side menu actions.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
c5a97176e4
Create UserAvatarView.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
22392feb0e
RoomCreationIntroCell: Handle RoomAvatarViewData updates.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
f0cc5f4b4d
RoomAvatarView: Now inherits from AvatarView, make RoomAvatarViewData conform to AvatarViewDataProtocol.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
ab93b079a5
Create AvatarView: Base class to support an avatar view.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
7e23e3345a
PlaceholderDetailViewController: Handle theme update for navigation bar.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
62537741b0
LegacyAppDelegate: Use AppInfo.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
dee4da48ff
Create AppInfo used to handle the application information.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
55a8c829e4
Create BuildInfo that gives build information made at compilation time.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
393f045f35
Side menu: Add icon images.
2021-06-07 18:46:16 +02:00
ismailgulek
240493d98b
Merge pull request #4388 from vector-im/element_4360_additions
...
Create Room Last Message Encryption Keys
2021-06-07 19:29:27 +03:00
SBiOSoftWhare
fef2140118
Merge pull request #4396 from vector-im/element_4395
...
UserSessionsService: Fix room lists lost after a reset cache
2021-06-07 17:17:10 +02:00
SBiOSoftWhare
7a3d9db4dd
MasterTabBarController: Add sanity checks when add or remove a session. Fix runtime issue with Xcode 12.5 and NSArray mismatch type with Swift (see https://forums.swift.org/t/objective-c-interoperability-type-mismatch/12464 for more information).
2021-06-07 16:20:49 +02:00
SBiOSoftWhare
fd3691f3f1
MasterTabBarController: Force type of Matrix session arrays.
2021-06-07 15:24:51 +02:00
SBiOSoftWhare
0c42cd4448
Update changes
2021-06-07 12:17:13 +02:00
SBiOSoftWhare
f69fd2d059
AppCoordinator: Handle user session removal on clear cache.
2021-06-07 12:12:00 +02:00
SBiOSoftWhare
b8d65262c0
UserSessionsService: Add possibility to remove a user session from the associated Matrix session.
2021-06-07 12:09:37 +02:00
ismailgulek
658040297d
Update CHANGES.rst
2021-06-03 15:51:47 +03:00
ismailgulek
c6b1ae6e0b
Create keys for room last message data type
2021-06-03 15:48:01 +03:00
ismailgulek
d29c2cd059
Merge pull request #4369 from vector-im/element_4360
...
MXRoomSummary: Refactor Last Message Properties
2021-06-03 14:40:52 +03:00
ismailgulek
0d827646bd
Merge branch 'develop' into element_4360
2021-06-03 14:40:33 +03:00
ismailgulek
fd901f4174
Merge pull request #4381 from vector-im/element_4377
...
Fix Crash When Changing App Language
2021-06-03 14:23:12 +03:00
ismailgulek
4bd9ac195c
Update CHANGES.rst
2021-06-03 13:21:58 +03:00
ismailgulek
5ef4ef0678
Do not show the settings screen again while session closed
2021-06-03 13:21:01 +03:00
manuroe
be8c853bc9
Prepare for new sprint
2021-06-03 11:40:45 +02:00
manuroe
790b8c67bb
Merge branch 'master' into develop
2021-06-03 11:40:42 +02:00
manuroe
04ad5b2e60
Merge branch 'release/1.4.0/master'
2021-06-03 11:40:34 +02:00
manuroe
dee662d44d
finish version++
2021-06-03 11:40:34 +02:00
manuroe
bd31125eaa
Merge pull request #4380 from vector-im/release/1.4.0/release
...
Release 1.4.0
2021-06-03 11:39:55 +02:00
manuroe
ad27e1a079
Fix Podfile.lock
2021-06-03 11:16:53 +02:00
manuroe
7517fdeebb
version++
2021-06-03 11:02:26 +02:00
manuroe
e0bf9ba2f7
Merge pull request #4379 from vector-im/manu/more_languages
...
Translations: Enable Esperanto, Portuguese (Brazil), Kabyle, Norwegia…
2021-06-03 10:41:03 +02:00
Stefan Ceriu
a8b0e8700e
Adopt consolidated logging mechanism ( #4370 )
...
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
ismailgulek
a65c64ec8c
Update CHANGES.rst
2021-06-03 10:42:00 +03:00
ismailgulek
c5edf4de15
Merge branch 'develop' into element_4360
2021-06-03 10:40:39 +03:00
manuroe
caba49e416
Sort translation files in alphabetical order
2021-06-02 17:27:30 +02:00
manuroe
09478919bc
Translations: Enable Esperanto, Portuguese (Brazil), Kabyle, Norwegian Bokmål (nb), Swedish, Japanese and Welsh.
2021-06-02 17:16:53 +02:00
Weblate
bb0d61a298
Merge branch 'origin/develop' into Weblate.
2021-06-02 14:24:22 +00:00
Weblate
68de96225e
Merge branch 'origin/develop' into Weblate.
2021-06-02 14:24:20 +00:00
Weblate
d9ae972848
Merge branch 'origin/develop' into Weblate.
2021-06-02 14:24:18 +00:00
Element Translate Bot
e60647c2cd
Translated using Weblate (Finnish) ( #4373 )
...
Currently translated at 100.0% (6 of 6 strings)
Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/fi/
Co-authored-by: Ville Ranki <ville.ranki@iki.fi >
Co-authored-by: Weblate <noreply@weblate.org >
2021-06-02 16:23:08 +02:00
Element Translate Bot
114c053ed6
Translations update from Weblate ( #4372 )
...
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 64.8% (788 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 64.8% (788 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 64.8% (789 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 64.9% (790 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 64.9% (790 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 65.0% (791 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 65.0% (791 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 65.2% (794 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 65.2% (794 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 65.2% (794 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 65.6% (798 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 66.0% (803 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 66.0% (803 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 66.4% (808 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 66.4% (808 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 66.4% (808 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 67.3% (819 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 67.5% (821 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 67.5% (821 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 67.5% (821 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 68.0% (827 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 68.0% (827 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 68.0% (828 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 68.4% (832 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 68.4% (832 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 68.5% (833 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 69.1% (841 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 69.1% (841 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 69.1% (841 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 69.3% (843 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 69.3% (843 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 70.5% (858 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 70.5% (858 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 71.5% (870 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 71.5% (870 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 71.5% (870 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 72.0% (876 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 72.0% (876 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 72.4% (881 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 72.4% (881 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 72.7% (885 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 72.7% (885 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 72.8% (886 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 72.8% (886 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 73.4% (893 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 73.4% (893 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 73.5% (894 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 73.5% (894 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 74.2% (903 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 74.2% (903 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 74.9% (911 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 74.9% (911 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 75.0% (912 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 75.0% (912 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 75.1% (914 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 75.1% (914 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 76.6% (932 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 76.6% (932 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 77.6% (944 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 77.6% (944 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 77.7% (945 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 77.7% (945 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 78.2% (952 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 78.2% (952 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 78.3% (953 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 78.3% (953 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 78.4% (954 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 78.4% (954 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 78.5% (955 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 78.8% (959 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 78.8% (959 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 78.9% (960 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 78.9% (960 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 79.6% (968 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 79.6% (968 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.1% (987 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.1% (987 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.2% (988 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.2% (988 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.3% (989 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.3% (989 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.4% (991 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.4% (991 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.6% (993 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.6% (993 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.7% (994 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.7% (994 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.8% (995 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 81.8% (995 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.0% (998 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.0% (998 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.2% (1000 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.2% (1000 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.5% (1004 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.5% (1004 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.7% (1006 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.7% (1006 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.8% (1008 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.8% (1008 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.9% (1009 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.9% (1009 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nl/
* Translated using Weblate (German)
Currently translated at 99.0% (1205 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
* Translated using Weblate (French)
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/fr/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/hu/
* Translated using Weblate (Italian)
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/
* Translated using Weblate (Polish)
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pl/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 83.7% (1019 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 83.7% (1019 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Estonian)
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/
* Translated using Weblate (Arabic)
Currently translated at 11.8% (144 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ar/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 84.1% (1023 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 84.1% (1023 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 84.5% (1028 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 84.5% (1028 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 84.7% (1030 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 84.7% (1030 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 84.8% (1032 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 84.8% (1032 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 85.0% (1034 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 85.0% (1034 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 85.2% (1037 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 85.2% (1037 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 85.4% (1039 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 85.8% (1044 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 85.8% (1044 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 86.2% (1049 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 86.5% (1052 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 86.5% (1052 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 86.7% (1055 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 86.7% (1055 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 86.8% (1056 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 86.8% (1056 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 86.9% (1057 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 86.9% (1057 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.0% (1058 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.0% (1058 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.3% (1062 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.3% (1062 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.5% (1064 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.5% (1064 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.5% (1065 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.5% (1065 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.7% (1067 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.7% (1067 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.8% (1068 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.8% (1068 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 88.1% (1072 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 88.1% (1072 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.0% (1083 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.0% (1083 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.1% (1084 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.1% (1084 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.2% (1085 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.2% (1085 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.7% (1091 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.7% (1091 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.8% (1092 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.8% (1092 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.8% (1093 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.8% (1093 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 90.1% (1096 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 90.1% (1096 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 90.2% (1097 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 90.2% (1097 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 90.2% (1098 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 90.2% (1098 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 90.3% (1099 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 90.3% (1099 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 90.9% (1106 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 90.9% (1106 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.1% (1108 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.1% (1108 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.2% (1109 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.2% (1109 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.5% (1113 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.6% (1114 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.6% (1115 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.6% (1115 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.7% (1116 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.7% (1116 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.8% (1117 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.0% (1119 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.0% (1119 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.1% (1120 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.1% (1120 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.1% (1121 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.1% (1121 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.4% (1124 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.7% (1128 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.7% (1128 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.7% (1128 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.9% (1130 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.9% (1130 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 93.5% (1138 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 93.5% (1138 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 93.8% (1141 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 93.8% (1141 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 93.9% (1142 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 93.9% (1142 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 94.6% (1151 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 94.8% (1153 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 94.8% (1153 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 94.8% (1153 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 95.2% (1158 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 95.4% (1161 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 95.4% (1161 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.2% (1170 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.2% (1171 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.2% (1171 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.7% (1177 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.7% (1177 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.8% (1178 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.9% (1179 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.9% (1179 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.2% (1183 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.2% (1183 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.5% (1186 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.5% (1186 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.6% (1187 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.6% (1188 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.6% (1188 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 98.0% (1192 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 98.0% (1192 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 98.1% (1193 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 98.1% (1194 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 98.3% (1196 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 98.4% (1197 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 98.6% (1200 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 98.6% (1200 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 89.9% (1094 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/
* Translated using Weblate (German)
Currently translated at 99.1% (1206 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/
* Translated using Weblate (German)
Currently translated at 99.3% (1208 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
* Translated using Weblate (German)
Currently translated at 99.5% (1210 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
* Translated using Weblate (German)
Currently translated at 99.5% (1210 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
* Translated using Weblate (French)
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/fr/
* Translated using Weblate (Albanian)
Currently translated at 99.6% (1212 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sq/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/
* Translated using Weblate (Arabic)
Currently translated at 16.2% (198 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ar/
* Translated using Weblate (Ukrainian)
Currently translated at 22.9% (279 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
* Translated using Weblate (Esperanto)
Currently translated at 99.8% (1214 of 1216 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/eo/
Co-authored-by: Tove Virata Bråthen <tvb@rosberg.com >
Co-authored-by: Thor Arne Johansen <tajcon@gmail.com >
Co-authored-by: Elise Cox <ekc@rosberg.com >
Co-authored-by: jelv <post@jelv.nl >
Co-authored-by: libexus <Asterixeins324@gmail.com >
Co-authored-by: Thibault Martin <mail@thibaultmart.in >
Co-authored-by: Szimszon <github@oregpreshaz.eu >
Co-authored-by: random <dictionary@tutamail.com >
Co-authored-by: Bartosz <barpaw@gmail.com >
Co-authored-by: Priit Jõerüüt <riot@joeruut.com >
Co-authored-by: zer0-x <1rn0kmrwo@relay.firefox.com >
Co-authored-by: sr093906 <spice2wolf@gmail.com >
Co-authored-by: Fred <coding@use.startmail.com >
Co-authored-by: LinAGKar <linus.kardell@gmail.com >
Co-authored-by: Besnik Bleta <besnik@programeshqip.org >
Co-authored-by: Percy <scvoet@gmail.com >
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com >
Co-authored-by: Tirifto <tirifto@posteo.cz >
Co-authored-by: Weblate <noreply@weblate.org >
2021-06-02 16:22:43 +02:00
Element Translate Bot
dbd64d3a72
Translations update from Weblate ( #4371 )
...
* Translated using Weblate (German)
Currently translated at 100.0% (35 of 35 strings)
Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/de/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (35 of 35 strings)
Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/zh_Hans/
Co-authored-by: libexus <Asterixeins324@gmail.com >
Co-authored-by: sr093906 <spice2wolf@gmail.com >
Co-authored-by: Weblate <noreply@weblate.org >
2021-06-02 16:21:42 +02:00