Merge branch 'release/v2.4.0'
@@ -4,33 +4,17 @@ on:
|
||||
|
||||
# Triggers the workflow on any pull request
|
||||
pull_request:
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
types: [ labeled, synchronize, opened, reopened ]
|
||||
|
||||
env:
|
||||
# Make the git branch for a PR available to our Fastfile
|
||||
MX_GIT_BRANCH: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
jobs:
|
||||
check-secret:
|
||||
runs-on: macos-12
|
||||
outputs:
|
||||
out-key: ${{ steps.out-key.outputs.defined }}
|
||||
steps:
|
||||
- id: out-key
|
||||
env:
|
||||
P12_KEY: ${{ secrets.ALPHA_CERTIFICATES_P12 }}
|
||||
P12_PASSWORD_KEY: ${{ secrets.ALPHA_CERTIFICATES_P12 }}
|
||||
if: "${{ env.P12_KEY != '' || env.P12_PASSWORD_KEY != '' }}"
|
||||
run: echo "::set-output name=defined::true"
|
||||
build:
|
||||
# Run job if secrets are available (not available for forks).
|
||||
needs: [check-secret]
|
||||
if: |
|
||||
needs.check-secret.outputs.out-key == 'true' &&
|
||||
(github.event_name == 'push' ||
|
||||
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'Trigger-PR-Build')))
|
||||
# Only run for PRs that contain the trigger label. The action will fail for forks due to
|
||||
# missing secrets, but there's no need to handle this as it won't run automatically.
|
||||
if: contains(github.event.pull_request.labels.*.name, 'Trigger-PR-Build')
|
||||
|
||||
name: Release
|
||||
runs-on: macos-12
|
||||
|
||||
@@ -21,6 +21,9 @@ out/
|
||||
vendor/
|
||||
.DS_Store
|
||||
api_key.p8
|
||||
*.orig
|
||||
*.pbxproj
|
||||
*.rej
|
||||
|
||||
# CocoaPods
|
||||
#
|
||||
|
||||
@@ -1,3 +1,102 @@
|
||||
## Changes in 1.10.2 (2023-02-10)
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- Fixes #7350 - Fix green dot only to appear for marked action ([#7530](https://github.com/vector-im/element-ios/issues/7530))
|
||||
|
||||
|
||||
## Changes in 1.10.1 (2023-02-07)
|
||||
|
||||
✨ Features
|
||||
|
||||
- Add mark as unread option for rooms ([#7253](https://github.com/vector-im/element-ios/issues/7253))
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- Polls: add logic for fetching poll histories in rooms. ([#7293](https://github.com/vector-im/element-ios/pull/7293))
|
||||
- Poll: add a feature to load more polls in the poll history. ([#7303](https://github.com/vector-im/element-ios/pull/7303))
|
||||
- CryptoV2: Generate Crypto SDK store key ([#7310](https://github.com/vector-im/element-ios/pull/7310))
|
||||
- Poll: added poll detail in poll list hisotry with navigation to timeline ([#7314](https://github.com/vector-im/element-ios/pull/7314))
|
||||
- Backup: Display backup import progress ([#7319](https://github.com/vector-im/element-ios/pull/7319))
|
||||
- Polls: sync push rules with the one of normal messages. ([#7320](https://github.com/vector-im/element-ios/pull/7320))
|
||||
- CryptoV2: Reset Crypto SDK on logout ([#7323](https://github.com/vector-im/element-ios/pull/7323))
|
||||
- Polls: add error handling when syncing push rules with the ones of normal messages. ([#7324](https://github.com/vector-im/element-ios/pull/7324))
|
||||
- CryptoV2: Refresh notification service on crypto change ([#7332](https://github.com/vector-im/element-ios/pull/7332))
|
||||
- CryptoV2: Enable Crypto SDK for production ([#7333](https://github.com/vector-im/element-ios/pull/7333))
|
||||
- Polls: add automatic synchronization logic for poll push rules. ([#7335](https://github.com/vector-im/element-ios/pull/7335))
|
||||
- Polls: update poll history UI. ([#7341](https://github.com/vector-im/element-ios/pull/7341))
|
||||
- Upgrade MatrixSDK version ([v0.25.1](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.25.1)).
|
||||
- Hide the presence info if the presence status is unknown. ([#6597](https://github.com/vector-im/element-ios/issues/6597))
|
||||
- Inform the user about decryption errors during a voice broadcast. ([#7189](https://github.com/vector-im/element-ios/issues/7189))
|
||||
- App Layout: Removed the onboarding flow ([#7298](https://github.com/vector-im/element-ios/issues/7298))
|
||||
- Improve error handling during a voice broadcast playback. ([#7311](https://github.com/vector-im/element-ios/issues/7311))
|
||||
- Labs: Rich text editor: enable list items indentation ([#7316](https://github.com/vector-im/element-ios/issues/7316))
|
||||
|
||||
|
||||
## Changes in 1.10.0 (2023-02-02)
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- CryptoV2: Generate Crypto SDK store key ([#7310](https://github.com/vector-im/element-ios/pull/7310))
|
||||
- Backup: Display backup import progress ([#7319](https://github.com/vector-im/element-ios/pull/7319))
|
||||
- CryptoV2: Reset Crypto SDK on logout ([#7323](https://github.com/vector-im/element-ios/pull/7323))
|
||||
- CryptoV2: Refresh notification service on crypto change ([#7332](https://github.com/vector-im/element-ios/pull/7332))
|
||||
- CryptoV2: Enable Crypto SDK for production ([#7333](https://github.com/vector-im/element-ios/pull/7333))
|
||||
- Upgrade MatrixSDK version ([v0.25.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.25.0)).
|
||||
|
||||
|
||||
## Changes in 1.9.17 (2023-01-26)
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- Analytics: Ensure E2EE never tracks UnknownError ([#7304](https://github.com/vector-im/element-ios/pull/7304))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- Fix a deadlock when updating the summary of a room that has a voice broadcast. ([#7300](https://github.com/vector-im/element-ios/pull/7300))
|
||||
- Space Switcher: Fix a bug where the avatars would all be the same. ([#7305](https://github.com/vector-im/element-ios/issues/7305))
|
||||
|
||||
|
||||
## Changes in 1.9.16 (2023-01-24)
|
||||
|
||||
✨ Features
|
||||
|
||||
- Rich Text Composer: Enable bulleted/numbered lists support ([#7238](https://github.com/vector-im/element-ios/issues/7238))
|
||||
- Rich Text Composer: Enable quote & code blocks support ([#7271](https://github.com/vector-im/element-ios/issues/7271))
|
||||
- Voice Broadcast: When deleting a voice broadcast, all data is now deleted on server side (MSC3912 implementation). ([#7283](https://github.com/vector-im/element-ios/issues/7283))
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- Labs: VoiceBroadcast: Handle VoIP buttons when VB is used ([#7225](https://github.com/vector-im/element-ios/pull/7225))
|
||||
- Polls: add UI for active poll history. ([#7267](https://github.com/vector-im/element-ios/pull/7267))
|
||||
- CryptoSDK: Add labs settings to enable Crypto SDK ([#7272](https://github.com/vector-im/element-ios/pull/7272))
|
||||
- Voice Broadcast: Improved detection of voice broadcast completion during playback. ([#7273](https://github.com/vector-im/element-ios/pull/7273))
|
||||
- Remove "Leave" button on Room details screen ([#7275](https://github.com/vector-im/element-ios/pull/7275))
|
||||
- Polls: poll history UI for past polls. ([#7278](https://github.com/vector-im/element-ios/pull/7278))
|
||||
- Polls: render replies to poll events better. ([#7284](https://github.com/vector-im/element-ios/pull/7284))
|
||||
- CryptoV2: Display migration progress during startup ([#7286](https://github.com/vector-im/element-ios/pull/7286))
|
||||
- Upgrade MatrixSDK version ([v0.24.8](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.24.8)).
|
||||
- Voice broadcast connection error handling while recording. ([#7229](https://github.com/vector-im/element-ios/issues/7229))
|
||||
- Handle a connection issue when we try to start a new voice broadcast. ([#7234](https://github.com/vector-im/element-ios/issues/7234))
|
||||
- Rich Text Editor: https:// or mailto: scheme is automatically added when creating a link if no scheme is specified. ([#7279](https://github.com/vector-im/element-ios/issues/7279))
|
||||
- Rich Text Editor: Adding a link over a blank selection, prompts the user to create a new link with new text to replace such selection. ([#7280](https://github.com/vector-im/element-ios/issues/7280))
|
||||
- Voice Broadcast: handle the lost of connectivity with the homeserver while recording. ([#7285](https://github.com/vector-im/element-ios/issues/7285))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- Voice Broadcast: The Now Playing Info Center now displays a voice broadcast instead of a voice message when a user is listening to a voice broadcast. ([#7257](https://github.com/vector-im/element-ios/pull/7257))
|
||||
- Fix a crash caused by the missing Avatar Service dependency. ([#7268](https://github.com/vector-im/element-ios/pull/7268))
|
||||
- The (edited) tag for messages is now light grey like on web and Android. ([#5148](https://github.com/vector-im/element-ios/issues/5148))
|
||||
- Live Location Sharing does not work on first selection after granting "Allow always" location permission. ([#7222](https://github.com/vector-im/element-ios/issues/7222))
|
||||
- Voice Broadcast: Fixed an issue where the voice broadcast audio player progress bar behaved unexpectedly. ([#7252](https://github.com/vector-im/element-ios/issues/7252))
|
||||
- Voice Broadcast: VoiceBroadcast chunks are no longer resent as voice messages ([#7261](https://github.com/vector-im/element-ios/issues/7261))
|
||||
- Timeline's links and hyperlinks match now the blue colour of Android and Web. ([#7263](https://github.com/vector-im/element-ios/issues/7263))
|
||||
|
||||
🧱 Build
|
||||
|
||||
- Fix Element Alpha workflow not being able to run. ([#7256](https://github.com/vector-im/element-ios/pull/7256))
|
||||
|
||||
|
||||
## Changes in 1.9.15 (2023-01-10)
|
||||
|
||||
✨ Features
|
||||
|
||||
@@ -1,3 +1,39 @@
|
||||
Changes in BWI project 2.4.0 (2023-03-14)
|
||||
===================================================
|
||||
|
||||
Upstream merge ✨:
|
||||
|
||||
- v1.10.2
|
||||
|
||||
Features ✨:
|
||||
- Poll history
|
||||
|
||||
Improvements 🙌:
|
||||
- Redesigned notes room in chat overview (#4211)
|
||||
- New login flow for BwM (#4231)
|
||||
- Added default server settings (#4218)
|
||||
- Add changeable permalink config (#3425)
|
||||
- Better permalink-header handling (#4146)
|
||||
- Display user search results alphabetically (#3076)
|
||||
- Text changes for downtime info (#4157)
|
||||
- Changed text of reset passphrase button (#4167)
|
||||
- Changed pin confirmation text (#4168)
|
||||
- Color changes for ui elements (#4179)
|
||||
- Improved forgot password text (#4161)
|
||||
|
||||
Bugfix 🐛:
|
||||
- Fix for Cross-Signing error (#4303)
|
||||
- Fix for status message getting cut off (#4197)
|
||||
- Fix wrong number for room invites in chat overview (#4173)
|
||||
|
||||
Translations 🗣 :
|
||||
|
||||
SDK API changes ⚠️:
|
||||
|
||||
+Build 🧱:
|
||||
|
||||
|
||||
|
||||
Changes in BWI project 2.3.0 (2023-02-14)
|
||||
===================================================
|
||||
|
||||
|
||||
@@ -16,5 +16,5 @@
|
||||
//
|
||||
|
||||
// Version
|
||||
MARKETING_VERSION = 2.3.0
|
||||
MARKETING_VERSION = 2.4.0
|
||||
CURRENT_PROJECT_VERSION = 20220714163152
|
||||
|
||||
@@ -108,10 +108,10 @@ class BWIBuildSettings: NSObject {
|
||||
var bwiAllowRoomPermalink = false
|
||||
|
||||
var bwiAllowUserPermalink = false
|
||||
|
||||
|
||||
var bwiCheckAppVersion = true
|
||||
|
||||
var bwiNotificationTimes = true
|
||||
var bwiNotificationTimes = false
|
||||
|
||||
var bwiUserLabelsAdminSettingsVisible = true
|
||||
var bwiUserLabelsMemberDetailsVisible = true
|
||||
@@ -182,13 +182,15 @@ class BWIBuildSettings: NSObject {
|
||||
"74c038bb4e26fb1d0fcc14474ec9ff6fe3ec158e13286a787b90a22ee638ac18",
|
||||
"3740163f98aeda7dba285d2af1bfc351db395868268e2759ca701f926a6605a5",
|
||||
"240b05d9a54999140d23f21d104209fbc5e5179366ba3a7e58c8fad763aa88bd",
|
||||
"4d5b6dcf02396274be58a69c4bbeba975b529f6b19c504fc99a37892ee1cf0b5"]
|
||||
"4d5b6dcf02396274be58a69c4bbeba975b529f6b19c504fc99a37892ee1cf0b5",
|
||||
"0d157119821bd9d76ac4f24c7f44f56e6bb5b766a6d5ee7dad6634420e79271a"
|
||||
]
|
||||
|
||||
// use a different badge color if the user was mentioned in a room
|
||||
var showMentionsInRoom = true
|
||||
|
||||
// replace feature history link variable with the appropiate build setting
|
||||
var bwiFeatureHistoryLink = "https://messenger.bwi.de/#c4783"
|
||||
var bwiFeatureHistoryLink = "https://messenger.bwi.de/bwmessenger#c6110"
|
||||
var bwiReplaceFeatureLink = true
|
||||
|
||||
// login with matrix id should only be enabled in some configurations
|
||||
@@ -360,6 +362,7 @@ class BWIBuildSettings: NSObject {
|
||||
var settingsNotificationsShowDefault = true
|
||||
var settingsNotificationsShowMentions = false
|
||||
var settingsNotificationsShowAdvanced = false
|
||||
var notificationSettingsLikeAndroidAndWeb = true
|
||||
|
||||
// MARK: - Timeline settings
|
||||
var roomInputToolbarCompressionMode: BuildSettings.MediaCompressionMode = .none
|
||||
@@ -427,6 +430,8 @@ class BWIBuildSettings: NSObject {
|
||||
|
||||
var onboardingShowAccountPersonalization = false
|
||||
var onboardingEnableNewAuthenticationFlow = true
|
||||
// show app specific welcoming screens
|
||||
var onboardingShowWelcomeScreens = true
|
||||
|
||||
// ---
|
||||
|
||||
@@ -455,7 +460,7 @@ class BWIBuildSettings: NSObject {
|
||||
var passwordIndicatorOnLogin = true
|
||||
|
||||
// MARK: Displays the element base version on the settings screen
|
||||
var elementBaseVersion = "1.9.15"
|
||||
var elementBaseVersion = "1.10.2"
|
||||
|
||||
var showElementBaseVersion = true
|
||||
|
||||
@@ -509,7 +514,7 @@ class BWIBuildSettings: NSObject {
|
||||
|
||||
// MARK: - Message Bubbles bwi show in our menu and only for beta builds
|
||||
|
||||
var bwiShowMessageBubbleSettings = true
|
||||
var bwiShowMessageBubbleSettings = false
|
||||
|
||||
// bwi disable encrypted option in message context menu
|
||||
var roomContextualMenuShowEncryptionOption = false
|
||||
@@ -525,6 +530,9 @@ class BWIBuildSettings: NSObject {
|
||||
// one flag for all layout changes to the element login flow
|
||||
var bumLoginFlowLayout = true
|
||||
|
||||
// one flag for app specific layout changes
|
||||
var bwiLoginFlowLayout = true
|
||||
|
||||
// website for users in public service that want a backend
|
||||
var bumAdvertizementURLString = "https://messenger.bwi.de/ich-will-bum";
|
||||
|
||||
@@ -544,11 +552,27 @@ class BWIBuildSettings: NSObject {
|
||||
// internal html page for netiquette in en and de
|
||||
var netiquetteEnHTML = "netiquette_en"
|
||||
var netiquetteDeHTML = "netiquette_de"
|
||||
|
||||
|
||||
// MARK: - Scan server qr code
|
||||
var scanServerQRCode = true
|
||||
var allowScanServerQRCode = true
|
||||
|
||||
// MARK: - Login with qr code
|
||||
var allowLoginWithQR = false // should be set by the server but we disable it with false also in the app
|
||||
|
||||
// MARK: - Scan permalink qr code
|
||||
var clientPermalinkBaseUrl = ""
|
||||
var allowScanPermalinkQRCode = false
|
||||
|
||||
// MARK: - Maintenance
|
||||
var enableMaintenanceInfoOnWelcomeScreen = false
|
||||
|
||||
// MARK: User Search
|
||||
var sortUserSearchResultsAlphabetically = true
|
||||
|
||||
// MARK: Permalinks
|
||||
var permalinkPrefixSettings = false
|
||||
var permalinkPrefixes: [String] = []
|
||||
|
||||
// MARK: Client error search term
|
||||
var clientErrorSearchTerm = "Request failed: client error"
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@ extension BWIBuildSettings {
|
||||
showSessionManager = true
|
||||
locationSharingEnabled = false
|
||||
bwiLocationShareButtonVisible = false
|
||||
bwiLoginFlowLayout = false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -23,6 +23,8 @@ extension BWIBuildSettings {
|
||||
secondaryAppName = "BundesMessenger"
|
||||
locationSharingEnabled = false
|
||||
bwiLocationShareButtonVisible = false
|
||||
bwiLoginFlowLayout = false
|
||||
authScreenShowTestServerOptions = false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -90,6 +90,15 @@ class CommonConfiguration: NSObject, Configurable {
|
||||
EncryptionKeyManager.shared.initKeys()
|
||||
|
||||
sdkOptions.enableNewClientInformationFeature = RiotSettings.shared.enableClientInformationFeature
|
||||
|
||||
if sdkOptions.isCryptoSDKAvailable {
|
||||
let isEnabled = RiotSettings.shared.enableCryptoSDK
|
||||
MXLog.debug("[CommonConfiguration] Crypto SDK is \(isEnabled ? "enabled" : "disabled")")
|
||||
sdkOptions.enableCryptoSDK = isEnabled
|
||||
sdkOptions.enableStartupProgress = isEnabled
|
||||
} else {
|
||||
MXLog.debug("[CommonConfiguration] Crypto SDK is not available)")
|
||||
}
|
||||
}
|
||||
|
||||
private func makeASCIIUserAgent() -> String? {
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
//
|
||||
// Copyright 2023 New Vector Ltd
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
/// Configuration for enabling / disabling Matrix Crypto SDK
|
||||
@objcMembers class CryptoSDKConfiguration: NSObject {
|
||||
static let shared = CryptoSDKConfiguration()
|
||||
|
||||
func enable() {
|
||||
guard MXSDKOptions.sharedInstance().isCryptoSDKAvailable else {
|
||||
return
|
||||
}
|
||||
|
||||
RiotSettings.shared.enableCryptoSDK = true
|
||||
MXSDKOptions.sharedInstance().enableCryptoSDK = true
|
||||
MXSDKOptions.sharedInstance().enableStartupProgress = true
|
||||
|
||||
MXLog.debug("[CryptoSDKConfiguration] enabling Crypto SDK")
|
||||
}
|
||||
|
||||
func disable() {
|
||||
RiotSettings.shared.enableCryptoSDK = false
|
||||
MXSDKOptions.sharedInstance().enableCryptoSDK = false
|
||||
MXSDKOptions.sharedInstance().enableStartupProgress = false
|
||||
|
||||
MXLog.debug("[CryptoSDKConfiguration] disabling Crypto SDK")
|
||||
}
|
||||
}
|
||||
@@ -48,5 +48,7 @@ public struct ColorValues: Colors {
|
||||
|
||||
public let ems: UIColor
|
||||
|
||||
public let links: UIColor
|
||||
|
||||
public let namesAndAvatars: [UIColor]
|
||||
}
|
||||
|
||||
@@ -67,6 +67,10 @@ public protocol Colors {
|
||||
/// Global color: The EMS brand's purple colour.
|
||||
var ems: ColorType { get }
|
||||
|
||||
/// - Links
|
||||
/// - Hyperlinks
|
||||
var links: ColorType { get }
|
||||
|
||||
/// - Names in chat timeline
|
||||
/// - Avatars default states that include first name letter
|
||||
var namesAndAvatars: [ColorType] { get }
|
||||
|
||||
@@ -21,7 +21,7 @@ import SwiftUI
|
||||
Struct for holding colors for use in SwiftUI.
|
||||
*/
|
||||
public struct ColorSwiftUI: Colors {
|
||||
|
||||
|
||||
public let accent: Color
|
||||
|
||||
public let alert: Color
|
||||
@@ -48,8 +48,10 @@ public struct ColorSwiftUI: Colors {
|
||||
|
||||
public var ems: Color
|
||||
|
||||
public let namesAndAvatars: [Color]
|
||||
public let links: Color
|
||||
|
||||
public let namesAndAvatars: [Color]
|
||||
|
||||
init(values: ColorValues) {
|
||||
accent = Color(values.accent)
|
||||
alert = Color(values.alert)
|
||||
@@ -64,6 +66,7 @@ public struct ColorSwiftUI: Colors {
|
||||
navigation = Color(values.navigation)
|
||||
background = Color(values.background)
|
||||
ems = Color(values.ems)
|
||||
links = Color(values.links)
|
||||
namesAndAvatars = values.namesAndAvatars.map({ Color($0) })
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,6 +45,8 @@ import UIKit
|
||||
public let navigation: UIColor
|
||||
|
||||
public let background: UIColor
|
||||
|
||||
public let links: UIColor
|
||||
|
||||
public let namesAndAvatars: [UIColor]
|
||||
|
||||
@@ -61,6 +63,7 @@ import UIKit
|
||||
tile = values.tile
|
||||
navigation = values.navigation
|
||||
background = values.background
|
||||
links = values.links
|
||||
namesAndAvatars = values.namesAndAvatars
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,6 +34,7 @@ public class DarkColors {
|
||||
navigation: UIColor(rgb:0x21262C),
|
||||
background: UIColor(rgb:0x15191E),
|
||||
ems: UIColor(rgb: 0x7E69FF),
|
||||
links: UIColor(rgb: 0x0086E6),
|
||||
namesAndAvatars: [
|
||||
UIColor(rgb:0x368BD6),
|
||||
UIColor(rgb:0xAC3BA8),
|
||||
|
||||
@@ -35,6 +35,7 @@ public class LightColors {
|
||||
navigation: UIColor(rgb:0xF4F6FA),
|
||||
background: UIColor(rgb:0xFFFFFF),
|
||||
ems: UIColor(rgb: 0x7E69FF),
|
||||
links: UIColor(rgb: 0x0086E6),
|
||||
namesAndAvatars: [
|
||||
UIColor(rgb:0x368BD6),
|
||||
UIColor(rgb:0xAC3BA8),
|
||||
|
||||
@@ -16,7 +16,7 @@ use_frameworks!
|
||||
# - `{ :specHash => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for MatrixSDK repo. Used by Fastfile during CI
|
||||
#
|
||||
# Warning: our internal tooling depends on the name of this variable name, so be sure not to change it
|
||||
$matrixSDKVersion = '= 0.24.7'
|
||||
$matrixSDKVersion = '= 0.25.1'
|
||||
# $matrixSDKVersion = :local
|
||||
# $matrixSDKVersion = { :branch => 'develop'}
|
||||
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
|
||||
@@ -43,7 +43,7 @@ when String # specific MatrixSDK released version
|
||||
$matrixSDKVersionSpec = $matrixSDKVersion
|
||||
end
|
||||
|
||||
$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v0.24.7_bwi' }
|
||||
$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v0.25.1_bwi' }
|
||||
|
||||
# Method to import the MatrixSDK
|
||||
def import_MatrixSDK
|
||||
|
||||
@@ -21,13 +21,13 @@ PODS:
|
||||
- Down (0.11.0)
|
||||
- DSBottomSheet (0.3.0)
|
||||
- DSWaveformImage (6.1.1)
|
||||
- DTCoreText (1.6.27):
|
||||
- DTCoreText/Core (= 1.6.27)
|
||||
- DTCoreText (1.6.26):
|
||||
- DTCoreText/Core (= 1.6.26)
|
||||
- DTFoundation/Core (~> 1.7.5)
|
||||
- DTFoundation/DTAnimatedGIF (~> 1.7.5)
|
||||
- DTFoundation/DTHTMLParser (~> 1.7.5)
|
||||
- DTFoundation/UIKit (~> 1.7.5)
|
||||
- DTCoreText/Core (1.6.27):
|
||||
- DTCoreText/Core (1.6.26):
|
||||
- DTFoundation/Core (~> 1.7.5)
|
||||
- DTFoundation/DTAnimatedGIF (~> 1.7.5)
|
||||
- DTFoundation/DTHTMLParser (~> 1.7.5)
|
||||
@@ -59,22 +59,20 @@ PODS:
|
||||
- MatomoTracker (7.4.1):
|
||||
- MatomoTracker/Core (= 7.4.1)
|
||||
- MatomoTracker/Core (7.4.1)
|
||||
- MatrixSDK (0.24.7):
|
||||
- MatrixSDK/Core (= 0.24.7)
|
||||
- MatrixSDK/Core (0.24.7):
|
||||
- MatrixSDK (0.25.1):
|
||||
- MatrixSDK/Core (= 0.25.1)
|
||||
- MatrixSDK/Core (0.25.1):
|
||||
- AFNetworking (~> 4.0.0)
|
||||
- GZIP (~> 1.3.0)
|
||||
- libbase58 (~> 0.1.4)
|
||||
- MatrixSDK/CryptoSDK
|
||||
- MatrixSDKCrypto (= 0.2.0)
|
||||
- OLMKit (~> 3.2.5)
|
||||
- Realm (= 10.27.0)
|
||||
- SwiftyBeaver (= 1.9.5)
|
||||
- MatrixSDK/CryptoSDK (0.24.7):
|
||||
- MatrixSDKCrypto (= 0.1.7)
|
||||
- MatrixSDK/JingleCallStack (0.24.7):
|
||||
- MatrixSDK/JingleCallStack (0.25.1):
|
||||
- JitsiMeetSDK (= 5.0.2)
|
||||
- MatrixSDK/Core
|
||||
- MatrixSDKCrypto (0.1.7)
|
||||
- MatrixSDKCrypto (0.2.0)
|
||||
- OLMKit (3.2.12):
|
||||
- OLMKit/olmc (= 3.2.12)
|
||||
- OLMKit/olmcpp (= 3.2.12)
|
||||
@@ -118,7 +116,7 @@ DEPENDENCIES:
|
||||
- Down (~> 0.11.0)
|
||||
- DSBottomSheet (~> 0.3)
|
||||
- DSWaveformImage (~> 6.1.1)
|
||||
- DTCoreText (~> 1.6.25)
|
||||
- DTCoreText (= 1.6.26)
|
||||
- DTTJailbreakDetection (~> 0.4.0)
|
||||
- FLEX (~> 4.5.0)
|
||||
- FlowCommoniOS (~> 1.12.0)
|
||||
@@ -128,8 +126,8 @@ DEPENDENCIES:
|
||||
- KTCenterFlowLayout (~> 1.3.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.13)
|
||||
- MatomoTracker (~> 7.4.1)
|
||||
- MatrixSDK (from `https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk`, tag `v0.24.7_bwi_beta`)
|
||||
- MatrixSDK/JingleCallStack (from `https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk`, tag `v0.24.7_bwi_beta`)
|
||||
- MatrixSDK (from `https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk`, tag `v0.25.1_bwi`)
|
||||
- MatrixSDK/JingleCallStack (from `https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk`, tag `v0.25.1_bwi`)
|
||||
- OLMKit
|
||||
- PostHog (~> 1.4.4)
|
||||
- ReadMoreTextView (~> 3.0.1)
|
||||
@@ -199,7 +197,7 @@ EXTERNAL SOURCES:
|
||||
:git: https://github.com/matrix-org/matrix-analytics-events.git
|
||||
MatrixSDK:
|
||||
:git: https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk
|
||||
:tag: v0.24.7_bwi_beta
|
||||
:tag: v0.25.1_bwi
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
AnalyticsEvents:
|
||||
@@ -207,7 +205,7 @@ CHECKOUT OPTIONS:
|
||||
:git: https://github.com/matrix-org/matrix-analytics-events.git
|
||||
MatrixSDK:
|
||||
:git: https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk
|
||||
:tag: v0.24.7_bwi_beta
|
||||
:tag: v0.25.1_bwi
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58
|
||||
@@ -218,7 +216,7 @@ SPEC CHECKSUMS:
|
||||
Down: b6ba1bc985c9d2f4e15e3b293d2207766fa12612
|
||||
DSBottomSheet: ca0ac37eb5af2dd54663f86b84382ed90a59be2a
|
||||
DSWaveformImage: 3c718a0cf99291887ee70d1d0c18d80101d3d9ce
|
||||
DTCoreText: ac297b565abd3b12390d33cd6e076d875f0c0a5e
|
||||
DTCoreText: ec749e013f2e1f76de5e7c7634642e600a7467ce
|
||||
DTFoundation: a53f8cda2489208cbc71c648be177f902ee17536
|
||||
DTTJailbreakDetection: 5e356c5badc17995f65a83ed9483f787a0057b71
|
||||
FLEX: e51461dd6f0bfb00643c262acdfea5d5d12c596b
|
||||
@@ -235,8 +233,8 @@ SPEC CHECKSUMS:
|
||||
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
|
||||
Logging: beeb016c9c80cf77042d62e83495816847ef108b
|
||||
MatomoTracker: 24a846c9d3aa76933183fe9d47fd62c9efa863fb
|
||||
MatrixSDK: 895929fad10b7ec9aa96d557403b44c5e3522211
|
||||
MatrixSDKCrypto: 2bd9ca41b2c644839f4e680a64897d56b3f95392
|
||||
MatrixSDK: 823c5c2ef8b8a769c30fa62e1be8ec801e6312e7
|
||||
MatrixSDKCrypto: e1ef22aae76b5a6f030ace21a47be83864f4ff44
|
||||
OLMKit: da115f16582e47626616874e20f7bb92222c7a51
|
||||
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
|
||||
ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d
|
||||
@@ -256,6 +254,6 @@ SPEC CHECKSUMS:
|
||||
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
|
||||
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
|
||||
|
||||
PODFILE CHECKSUM: 869221f53222bc657fc29068c97625ccb2b82cb5
|
||||
PODFILE CHECKSUM: 77cc55e6c933c93b7fce2eadb05d0e1a1ed59d1d
|
||||
|
||||
COCOAPODS: 1.11.3
|
||||
|
||||
@@ -5,8 +5,26 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/devicekit/DeviceKit",
|
||||
"state" : {
|
||||
"revision" : "20e0991f3975916ab0f6d58db84d8bc64f883537",
|
||||
"version" : "4.7.0"
|
||||
"revision" : "d37e70cb2646666dcf276d7d3d4a9760a41ff8a6",
|
||||
"version" : "4.9.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "dtcoretext",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/Cocoanetics/DTCoreText",
|
||||
"state" : {
|
||||
"revision" : "9d2d4d2296e5d2d852a7d3c592b817d913a5d020",
|
||||
"version" : "1.6.27"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "dtfoundation",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/Cocoanetics/DTFoundation.git",
|
||||
"state" : {
|
||||
"revision" : "76062513434421cb6c8a1ae1d4f8368a7ebc2da3",
|
||||
"version" : "1.7.18"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -32,7 +50,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift",
|
||||
"state" : {
|
||||
"revision" : "534ee5bae5e8de69ed398937b5edb7b5f21551d2"
|
||||
"revision" : "3f72aeab7d7e04b52ff3f735ab79a75993f97ef2",
|
||||
"version" : "0.22.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -58,8 +77,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-collections",
|
||||
"state" : {
|
||||
"revision" : "48254824bb4248676bf7ce56014ff57b142b77eb",
|
||||
"version" : "1.0.2"
|
||||
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2",
|
||||
"version" : "1.0.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 151 KiB |
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "icon_qrcode.viewfinder.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"template-rendering-intent" : "template"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_30_95)">
|
||||
<path d="M0.78125 6.23047C1.29883 6.23047 1.57227 5.9375 1.57227 5.42969V3.125C1.57227 2.10938 2.10938 1.5918 3.08594 1.5918H5.44922C5.9668 1.5918 6.25 1.30859 6.25 0.800781C6.25 0.292969 5.9668 0.0195312 5.44922 0.0195312H3.06641C1.02539 0.0195312 0 1.02539 0 3.03711V5.42969C0 5.9375 0.283203 6.23047 0.78125 6.23047ZM18.3301 6.23047C18.8477 6.23047 19.1211 5.9375 19.1211 5.42969V3.03711C19.1211 1.02539 18.0957 0.0195312 16.0547 0.0195312H13.6621C13.1543 0.0195312 12.8711 0.292969 12.8711 0.800781C12.8711 1.30859 13.1543 1.5918 13.6621 1.5918H16.0254C16.9922 1.5918 17.5488 2.10938 17.5488 3.125V5.42969C17.5488 5.9375 17.832 6.23047 18.3301 6.23047ZM3.06641 19.1309H5.44922C5.9668 19.1309 6.25 18.8477 6.25 18.3496C6.25 17.8418 5.9668 17.5586 5.44922 17.5586H3.08594C2.10938 17.5586 1.57227 17.041 1.57227 16.0254V13.7207C1.57227 13.2031 1.28906 12.9199 0.78125 12.9199C0.273438 12.9199 0 13.2031 0 13.7207V16.1035C0 18.125 1.02539 19.1309 3.06641 19.1309ZM13.6621 19.1309H16.0547C18.0957 19.1309 19.1211 18.1152 19.1211 16.1035V13.7207C19.1211 13.2031 18.8379 12.9199 18.3301 12.9199C17.8223 12.9199 17.5488 13.2031 17.5488 13.7207V16.0254C17.5488 17.041 16.9922 17.5586 16.0254 17.5586H13.6621C13.1543 17.5586 12.8711 17.8418 12.8711 18.3496C12.8711 18.8477 13.1543 19.1309 13.6621 19.1309ZM5.30273 14.2578H8.70117C8.94531 14.2578 9.13086 14.0723 9.13086 13.8281V10.4297C9.13086 10.1855 8.94531 10 8.70117 10H5.30273C5.05859 10 4.87305 10.1855 4.87305 10.4297V13.8281C4.87305 14.0723 5.05859 14.2578 5.30273 14.2578ZM5.72266 13.4082V10.8496H8.28125V13.4082H5.72266ZM6.46484 12.6562H7.53906V11.5918H6.46484V12.6562ZM5.30273 9.15039H8.70117C8.94531 9.15039 9.13086 8.96484 9.13086 8.73047V5.32227C9.13086 5.08789 8.94531 4.89258 8.70117 4.89258H5.30273C5.05859 4.89258 4.87305 5.08789 4.87305 5.32227V8.73047C4.87305 8.96484 5.05859 9.15039 5.30273 9.15039ZM5.72266 8.30078V5.74219H8.28125V8.30078H5.72266ZM6.46484 7.55859H7.53906V6.48438H6.46484V7.55859ZM10.4004 9.15039H13.7988C14.043 9.15039 14.2285 8.96484 14.2285 8.73047V5.32227C14.2285 5.08789 14.043 4.89258 13.7988 4.89258H10.4004C10.1562 4.89258 9.9707 5.08789 9.9707 5.32227V8.73047C9.9707 8.96484 10.1562 9.15039 10.4004 9.15039ZM10.8203 8.30078V5.74219H13.3789V8.30078H10.8203ZM11.5723 7.55859H12.6367V6.48438H11.5723V7.55859ZM10.0977 14.1309H11.1621V13.0664H10.0977V14.1309ZM13.0371 14.1309H14.1016V13.0664H13.0371V14.1309ZM11.5625 12.6562H12.6367V11.5918H11.5625V12.6562ZM10.0977 11.1816H11.1621V10.1172H10.0977V11.1816ZM13.0371 11.1816H14.1016V10.1172H13.0371V11.1816Z" fill="black"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_30_95">
|
||||
<rect width="19.1211" height="19.1309" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "all_chats_onboarding1.png",
|
||||
"filename" : "code_block.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "all_chats_onboarding1@2x.png",
|
||||
"filename" : "code_block@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "all_chats_onboarding1@3x.png",
|
||||
"filename" : "code_block@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
|
After Width: | Height: | Size: 493 B |
|
After Width: | Height: | Size: 649 B |
|
After Width: | Height: | Size: 953 B |
@@ -1,17 +1,14 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "all_chats_onboarding3.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "all_chats_onboarding3@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "all_chats_onboarding3@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "Up.png",
|
||||
"filename" : "Up_bwm.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "Up@2x.png",
|
||||
"filename" : "Up_bwm@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "Up@3x.png",
|
||||
"filename" : "Up_bwm@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 609 B |
|
Before Width: | Height: | Size: 1015 B |
|
Before Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "all_chats_onboarding2.png",
|
||||
"filename" : "Up_bum.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "all_chats_onboarding2@2x.png",
|
||||
"filename" : "Up_bum@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "all_chats_onboarding2@3x.png",
|
||||
"filename" : "Up_bum@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
@@ -19,8 +19,5 @@
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 960 B After Width: | Height: | Size: 1004 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "send_icon_bum.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "send_icon_bum@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "send_icon_bum@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "location_pin_icon_bum.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "location_pin_icon_bum@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "location_pin_icon_bum@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 632 B After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "poll_checkbox_selected_bum.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "poll_checkbox_selected_bum@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "poll_checkbox_selected_bum@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
@@ -19,5 +19,8 @@
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"template-rendering-intent" : "template"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,5 +19,8 @@
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"template-rendering-intent" : "template"
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 6.1 KiB |
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "microphone_asset_bum .png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "microphone_asset_bum@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "microphone_asset_bum@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 8.4 KiB |
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "pollHistory.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 2C10.2239 2 10 2.22386 10 2.5V22H14V2.5C14 2.22386 13.7761 2 13.5 2H10.5ZM3 9.5C3 9.22386 3.22386 9 3.5 9H6.5C6.77614 9 7 9.22386 7 9.5V22H3V9.5ZM17 13.5C17 13.2239 17.2239 13 17.5 13H20.5C20.7761 13 21 13.2239 21 13.5V22H17V13.5Z" fill="#8D97A5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 407 B |
@@ -455,7 +455,7 @@
|
||||
"sign_up" = "الاِشتِراك";
|
||||
"dismiss" = "إبعَاد";
|
||||
"discard" = "اِستِبعاد";
|
||||
"abort" = "إِجهَاض";
|
||||
"abort" = "إنهاء";
|
||||
"yes" = "نَعَم";
|
||||
|
||||
// Action
|
||||
@@ -1078,3 +1078,8 @@
|
||||
/* The placeholder will show the email address that was entered. */
|
||||
"authentication_verify_email_waiting_message" = "اتبع التعليمات المرسلة إلى %@";
|
||||
"invite_to" = "الدعوة إلى %@";
|
||||
"password_policy_pwd_in_dict_error" = "تم العثور على كلمة المرور هذه في القاموس لدينا، وهي كلمة مرور غير مسموح في استخدامها.";
|
||||
|
||||
// Others
|
||||
"or" = "أو";
|
||||
"accessibility_selected" = "تم تحديده";
|
||||
|
||||
@@ -31,9 +31,11 @@
|
||||
"downtime_title" = "⚠ Server nicht erreichbar";
|
||||
"downtime_default_message" = "Wir führen gerade Wartungsarbeiten durch. Bitte versuche es später erneut.";
|
||||
"downtime_alert_dismiss_button" = "Zurück";
|
||||
"settings_downtime_message_same_day" = "Der %@ steht von %@-%@ Uhr (UTC%@) nicht zur Verfügung.";
|
||||
"settings_downtime_message_different_days" = "Der %@ steht von %@ Uhr (UTC%@) bis %@ Uhr (UTC%@) nicht zur Verfügung.";
|
||||
"settings_downtime_message_same_day" = "Der %@ steht am %@, %@ von %@ bis %@ Uhr (UTC%@) nicht zur Verfügung. Nachrichten können in dieser Zeit nicht verschickt oder empfangen werden.";
|
||||
"settings_downtime_message_different_days" = "Der %@ steht von %@, %@ Uhr (UTC%@) bis %@, %@ Uhr (UTC%@) nicht zur Verfügung. Nachrichten können in dieser Zeit nicht verschickt oder empfangen werden.";
|
||||
"settings_copyright" = "Copyright";
|
||||
"standard_error_alert_title_downtime" = "Der Server ist momentan nicht erreichbar. Versuche es später erneut.";
|
||||
"standard_error_alert_title_no_downtime" = "Der Server ist momentan nicht erreichbar. Versuche es später erneut.";
|
||||
|
||||
// MARK: - Server Selection (beta)
|
||||
|
||||
@@ -145,7 +147,7 @@
|
||||
|
||||
"auth_user_id_placeholder" = "Benutzername";
|
||||
"auth_forgot_password" = "Passwort vergessen?";
|
||||
"bwi_auth_forgot_password_alert_text" = "Falls du dein Passwort vergessen hast, wende dich an deinen Poolverwalter oder gehe auf das SelfServicePortal im IntranetBw und setze dein Passwort zurück.";
|
||||
"bwi_auth_forgot_password_alert_text" = "Falls Du dein Passwort vergessen hast, wende dich an deinen Poolverwalter oder gehe auf das SelfServicePortal und setze dein Passwort zurück.";
|
||||
"auth_login_headline_text" = "Verbinde mit BwMessenger";
|
||||
"auth_login_subheadline_text" = "Dein Messenger für unser Land";
|
||||
|
||||
@@ -167,13 +169,13 @@
|
||||
"bwi_room_participants_section_admin" = "Admin";
|
||||
"bwi_room_participants_section_moderator" = "Moderator";
|
||||
"bwi_room_participants_section_member" = "Mitglied";
|
||||
"bwi_room_participants_section_invite" = "Eingeladen";
|
||||
|
||||
// MARK: - Settings
|
||||
|
||||
"settings_default" = "Benachrichtigungen";
|
||||
"settings_mentions_and_keywords" = "Mentions and Keywords";
|
||||
"settings_other" = "Erweitert";
|
||||
"settings_notify_me_for" = "Benachrichtige mich für";
|
||||
"settings_direct_messages" = "Direktnachrichten";
|
||||
"settings_encrypted_direct_messages" = "Direktnachrichten";
|
||||
"settings_group_messages" = "Räume";
|
||||
@@ -571,6 +573,11 @@
|
||||
// MARK: - New Layout
|
||||
"all_chats_edit_layout_show_personal_notes" = "Notizenraum anzeigen";
|
||||
|
||||
// MARK: - Permalink Scan
|
||||
"room_recents_scan_qr_code" = "QR Code scannen";
|
||||
"room_recents_scan_failed_title" = "Scan fehlgeschlagen";
|
||||
"room_recents_scan_failed_message" = "Dieser QR Code entspricht keinem gültigen Permalink.";
|
||||
|
||||
// MARK: - Context Menu All Chats
|
||||
"room_recents_create_empty_room" = "Neuer Raum";
|
||||
"room_recents_start_chat_with" = "Neue Direktnachricht";
|
||||
@@ -578,3 +585,17 @@
|
||||
|
||||
// MARK: - Chat creation
|
||||
"room_creation_title" = "Neue Direktnachricht";
|
||||
|
||||
// MARK: - Permalink
|
||||
"settings_permalink_prefix_picker_title" = "Permalink Prefix";
|
||||
|
||||
// MARK: - Notification Settings
|
||||
"settings_notify_me_for" = "Benachrichtige mich für";
|
||||
"room_notifs_settings_encrypted_room_notice" = "";
|
||||
"room_notifs_settings_notify_me_for" = "Einstellungen für diesen Raum";
|
||||
"room_notifs_settings_all_messages" = "Standardeinstellungen";
|
||||
"room_notifs_settings_none" = "Benachrichtigungen aus";
|
||||
"room_notifs_settings_all_description" = "Es gelten globale Benachrichtigungseinstellungen";
|
||||
|
||||
// MARK: - Notice Room
|
||||
"notice_room_leave" = "%@ verließ den Raum";
|
||||
|
||||
@@ -2457,9 +2457,7 @@
|
||||
"all_chats_all_filter" = "Alle";
|
||||
"all_chats_edit_layout_show_filters" = "Filter anzeigen";
|
||||
"all_chats_edit_menu_leave_space" = "%@ verlassen";
|
||||
"all_chats_onboarding_page_title3" = "Rückmeldung geben";
|
||||
"room_invites_empty_view_information" = "Hier erscheinen deine Einladungen.";
|
||||
"all_chats_onboarding_try_it" = "Probiere es aus";
|
||||
"threads_discourage_information_1" = "Dein Heimserver unterstützt aktuell keine Threads, weshalb diese Funktion unzuverlässig sein könnte. Manche Thread-Nachrichten könnten nicht zuverlässig verfügbar sein. ";
|
||||
"all_chats_nothing_found_placeholder_title" = "Nichts gefunden.";
|
||||
"spaces_create_subspace_title" = "Sub-Space erstellen";
|
||||
@@ -2475,16 +2473,10 @@
|
||||
"room_access_settings_screen_private_message" = "Nur sichtbar und betretbar für eingeladene Personen.";
|
||||
"location_sharing_allow_background_location_message" = "Wenn du deinen Echtzeit-Standort freigeben möchtest, benötigt Element den Standortzugriff auch im Hintergrund. Um den Zugriff zu gewähren, tippe auf Einstellungen > Standort und wähle „Immer“";
|
||||
"space_selector_empty_view_information" = "Spaces sind eine neue Möglichkeit, Räume und Personen zu gruppieren. Erstelle einen Space, um zu beginnen.";
|
||||
"all_chats_onboarding_title" = "Was ist neu";
|
||||
"all_chats_onboarding_page_message3" = "Drücke auf dein Profil um uns Wissen zu lassen, was du denkst.";
|
||||
"all_chats_onboarding_page_message2" = "Greife auf deine Spaces (unten links) schneller und einfacher denn je zu.";
|
||||
"all_chats_onboarding_page_title2" = "Auf Spaces zugreifen";
|
||||
"all_chats_onboarding_page_message1" = "Um dein Element zu vereinfachen, sind Tabs nun optional. Verwalte sie mit dem Menü oben rechts.";
|
||||
"all_chats_empty_view_information" = "Die Komplettlösung für sichere Kommunikation unter Freunden, in Gruppen oder in Organisationen. Erstelle eine Unterhaltung oder trete einem bestehenden Raum bei, um loszulegen.";
|
||||
"all_chats_empty_space_information" = "Spaces sind eine neue Möglichkeit, Räume und Personen zu gruppieren. Füge einen bestehenden Raum hinzu oder erstelle einen neuen mit der Schaltfläche unten rechts.";
|
||||
"all_chats_edit_layout_sorting_options_title" = "Sortiere deine Nachrichten nach";
|
||||
"space_detail_nav_title" = "Space-Details";
|
||||
"all_chats_onboarding_page_title1" = "Willkommen in einer neuen Übersicht!";
|
||||
"all_chats_edit_menu_space_settings" = "Space-Einstellungen";
|
||||
"all_chats_user_menu_settings" = "Nutzereinstellungen";
|
||||
"room_recents_recently_viewed_section" = "Kürzlich angesehen";
|
||||
@@ -2700,5 +2692,46 @@
|
||||
"notice_voice_broadcast_live" = "Echtzeitübertragung";
|
||||
"user_other_session_security_recommendation_title" = "Andere Sitzungen";
|
||||
"voice_message_broadcast_in_progress_title" = "Kann Sprachnachricht nicht beginnen";
|
||||
"poll_timeline_decryption_error" = "Aufgrund von Entschlüsselungsfehlern könnten einige Stimmen nicht gezählt werden";
|
||||
"voice_message_broadcast_in_progress_message" = "Du kannst kein Gespräch beginnen, da du im Moment eine Sprachübertragung aufzeichnest. Bitte beende deine Sprachübertragung, um ein Gespräch zu beginnen";
|
||||
"poll_timeline_decryption_error" = "Evtl. werden infolge von Entschlüsselungsfehlern einige Stimmen nicht gezählt";
|
||||
"voice_message_broadcast_in_progress_message" = "Du kannst keine Sprachnachricht beginnen, da du im Moment eine Echtzeitübertragung aufzeichnest. Bitte beende deine Sprachübertragung, um ein Gespräch zu beginnen";
|
||||
"poll_timeline_ended_text" = "Umfrage beendet";
|
||||
"voice_broadcast_voip_cannot_start_description" = "Du kannst keinen Anruf beginnen, da du im Moment eine Sprachübertragung aufzeichnest. Bitte beende deine Sprachübertragung, um ein Gespräch zu beginnen.";
|
||||
"voice_broadcast_voip_cannot_start_title" = "Kann keinen Anruf beginnen";
|
||||
"poll_history_no_past_poll_text" = "In diesem Raum gibt es keine abgeschlossenen Umfragen";
|
||||
"poll_history_no_active_poll_text" = "In diesem Raum gibt es keine aktiven Umfragen";
|
||||
"poll_history_past_segment_title" = "Vergangene Umfragen";
|
||||
"poll_history_active_segment_title" = "Aktive Umfragen";
|
||||
|
||||
// MARK: - Polls history
|
||||
|
||||
"poll_history_title" = "Umfrageverlauf";
|
||||
"room_details_polls" = "Umfrageverlauf";
|
||||
"accessibility_selected" = "ausgewählt";
|
||||
"voice_broadcast_playback_lock_screen_placeholder" = "Sprachübertragung";
|
||||
"voice_broadcast_connection_error_message" = "Leider ist es aktuell nicht möglich, eine Aufnahme zu beginnen. Bitte versuche es später erneut.";
|
||||
"voice_broadcast_connection_error_title" = "Verbindungsfehler";
|
||||
"wysiwyg_composer_format_action_code_block" = "Quelltextblock umschalten";
|
||||
"wysiwyg_composer_format_action_quote" = "Zitat umschalten";
|
||||
"wysiwyg_composer_format_action_ordered_list" = "Nummerierte Liste umschalten";
|
||||
"wysiwyg_composer_format_action_unordered_list" = "Unsortierte Liste umschalten";
|
||||
"voice_broadcast_recorder_connection_error" = "Verbindungsfehler − Aufnahme pausiert";
|
||||
"poll_timeline_reply_ended_poll" = "Beendete Umfrage";
|
||||
|
||||
// MARK: - Launch loading
|
||||
|
||||
"launch_loading_migrating_data" = "Migriere Daten\n%@ %%";
|
||||
"settings_labs_disable_crypto_sdk" = "Rust-Ende-zu-Ende-Verschlüsselung (zum Deaktivieren abmelden)";
|
||||
"settings_labs_confirm_crypto_sdk" = "Bitte beachte, dass diese Funktion noch experimentell ist, womöglich nicht wie erwartet funktioniert und unerwünschte Nebeneffekte haben kann. Melde dich zum deaktivieren einfach ab und erneut an. Nutze diese Funktion nach eigenem Ermessen und mit Vorsicht.";
|
||||
"settings_labs_enable_crypto_sdk" = "Rust-Ende-zu-Ende-Verschlüsselung";
|
||||
"poll_history_no_past_poll_period_text" = "Für die vergangenen %@ Tage sind keine beendeten Umfragen verfügbar. Lade weitere Umfragen, um die der vorherigen Monate zu sehen";
|
||||
"poll_history_no_active_poll_period_text" = "Für die vergangenen %@ Tage sind keine aktiven Umfragen verfügbar. Lade weitere Umfragen, um die der vorherigen Monate zu sehen";
|
||||
"poll_history_load_more" = "Weitere Umfragen laden";
|
||||
"poll_history_loading_text" = "Zeige Umfragen an";
|
||||
"poll_history_fetching_error" = "Fehler beim Laden der Umfragen.";
|
||||
"key_backup_recover_from_private_key_progress" = "%@% % abgeschlossen";
|
||||
"voice_broadcast_playback_unable_to_decrypt" = "Entschlüsseln der Sprachübertragung nicht möglich.";
|
||||
"home_context_menu_mark_as_unread" = "Als ungelesen markieren";
|
||||
"wysiwyg_composer_format_action_un_indent" = "Einrückung verringern";
|
||||
"wysiwyg_composer_format_action_indent" = "Einrückung erhöhen";
|
||||
"settings_push_rules_error" = "Ein Fehler ist während der Aktualisierung deiner Benachrichtigungseinstellungen aufgetreten. Bitte versuche die Option erneut umzuschalten.";
|
||||
"poll_history_detail_view_in_timeline" = "Umfrage in Verlauf anzeigen";
|
||||
|
||||
@@ -31,9 +31,11 @@
|
||||
"downtime_title" = "⚠ Server not available";
|
||||
"downtime_default_message" = "We are working on our maintenance. Please try again later.";
|
||||
"downtime_alert_dismiss_button" = "Back";
|
||||
"settings_downtime_message_same_day" = "The BwMessenger is not available between %@-%@ (UTC%@). Messages may not be sent or received during that time.";
|
||||
"settings_downtime_message_different_days" = "The BwMessenger is not available from %@ (UTC%@) to %@ (UTC%@). Messages may not be sent or received during that time.";
|
||||
"settings_downtime_message_same_day" = "The %@ is not available on %@, %@ between %@ and %@ (UTC%@). Messages may not be sent or received during that time.";
|
||||
"settings_downtime_message_different_days" = "The %@ is not available from %@, %@ (UTC%@) to %@, %@ (UTC%@). Messages may not be sent or received during that time.";
|
||||
"settings_copyright" = "Copyright";
|
||||
"standard_error_alert_title_downtime" = "The server is currently unavailable. Try again later.";
|
||||
"standard_error_alert_title_no_downtime" = "The server is currently unavailable. Try again later.";
|
||||
|
||||
// MARK: - Server Selection (beta)
|
||||
|
||||
@@ -124,7 +126,7 @@
|
||||
"authentication_terms_title" = "Server policies";
|
||||
"auth_user_id_placeholder" = "User name";
|
||||
"auth_forgot_password" = "Forgot password?";
|
||||
"bwi_auth_forgot_password_alert_text" = "If you have forgotton your password, contact your pool manager or go to the SelfServicePortal at IntranetBw and reset your password.";
|
||||
"bwi_auth_forgot_password_alert_text" = "If you have forgotton your password, contact your pool manager or go to the SelfServicePortal and reset your password.";
|
||||
"auth_forgot_password_error_no_configured_identity_server" = "No identity server is configured: add one to reset your password.";
|
||||
"auth_login_headline_text" = "Connect with BwMessenger";
|
||||
"auth_login_subheadline_text" = "Your Messenger for our country";
|
||||
@@ -137,6 +139,7 @@
|
||||
"bwi_room_participants_section_admin" = "Admin";
|
||||
"bwi_room_participants_section_moderator" = "Moderator";
|
||||
"bwi_room_participants_section_member" = "Member";
|
||||
"bwi_room_participants_section_invite" = "Invited";
|
||||
|
||||
// MARK: - Settings
|
||||
|
||||
@@ -189,8 +192,8 @@
|
||||
"key_verification_this_session_title" = "Verify this session";
|
||||
"device_verification_other_login_verify_wait_title" = "Verify session";
|
||||
"device_verification_self_verify_wait_title" = "Verify this session";
|
||||
"device_verification_self_verify_wait_recover_secrets_without_passphrase" = "Other recovery method";
|
||||
"device_verification_self_verify_wait_recover_secrets_with_passphrase" = "Other recovery method";
|
||||
"device_verification_self_verify_wait_recover_secrets_without_passphrase" = "Recovery ke";
|
||||
"device_verification_self_verify_wait_recover_secrets_with_passphrase" = "Recovery key";
|
||||
"device_verification_self_verify_wait_recover_secrets_additional_information" = "Use your recovery key to decrypt all your messages.";
|
||||
"device_verification_self_verify_wait_information" = "Verify your login with a device you are already logged in with to access your encrypted messages.";
|
||||
"device_verification_self_verify_wait_information_more" = "";
|
||||
@@ -450,6 +453,11 @@
|
||||
// MARK: - New Layout
|
||||
"all_chats_edit_layout_show_personal_notes" = "Show personal notes";
|
||||
|
||||
// MARK: - Permalink Scan
|
||||
"room_recents_scan_qr_code" = "Scan QR Code";
|
||||
"room_recents_scan_failed_title" = "Scan failed";
|
||||
"room_recents_scan_failed_message" = "This qr code does not conform to a permlink.";
|
||||
|
||||
// MARK: Context Menu All Chats
|
||||
"room_recents_create_empty_room" = "New room";
|
||||
"room_recents_start_chat_with" = "New chat";
|
||||
@@ -457,3 +465,17 @@
|
||||
|
||||
// MARK: - Chat creation
|
||||
"room_creation_title" = "New chat";
|
||||
|
||||
// MARK: - Permalink
|
||||
"settings_permalink_prefix_picker_title" = "Permalink Prefix";
|
||||
|
||||
// MARK: - Notification Settings
|
||||
"settings_notify_me_for" = "Notify me for";
|
||||
"room_notifs_settings_encrypted_room_notice" = "";
|
||||
"room_notifs_settings_notify_me_for" = "Settings for this room";
|
||||
"room_notifs_settings_all_messages" = "Default settings";
|
||||
"room_notifs_settings_none" = "Notifications off";
|
||||
"room_notifs_settings_all_description" = "Uses the global notification settings";
|
||||
|
||||
// MARK: - Notice Room
|
||||
"notice_room_leave" = "%@ left";
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
// Accessibility
|
||||
"accessibility_checkbox_label" = "checkbox";
|
||||
"accessibility_button_label" = "button";
|
||||
"accessibility_selected" = "selected";
|
||||
|
||||
// MARK: Onboarding
|
||||
"onboarding_splash_register_button_title" = "Create account";
|
||||
@@ -758,6 +759,7 @@ Tap the + to start adding people.";
|
||||
"settings_your_keywords" = "Your Keywords";
|
||||
"settings_new_keyword" = "Add new Keyword";
|
||||
"settings_mentions_and_keywords_encryption_notice" = "You won’t get notifications for mentions & keywords in encrypted rooms on mobile.";
|
||||
"settings_push_rules_error" = "An error occurred when updating your notification preferences. Please try to toggle your option again.";
|
||||
|
||||
"settings_enable_callkit" = "Integrated calling";
|
||||
"settings_callkit_info" = "Receive incoming calls on your lock screen. See your %@ calls in the system's call history. If iCloud is enabled, this call history will be shared with Apple.";
|
||||
@@ -803,6 +805,9 @@ Tap the + to start adding people.";
|
||||
"settings_labs_enable_new_app_layout" = "New Application Layout";
|
||||
"settings_labs_enable_wysiwyg_composer" = "Try out the rich text editor";
|
||||
"settings_labs_enable_voice_broadcast" = "Voice broadcast";
|
||||
"settings_labs_enable_crypto_sdk" = "Rust end-to-end encryption";
|
||||
"settings_labs_confirm_crypto_sdk" = "Please be advised that as this feature is still in its experimental stage, it may not function as expected and could potentially have unintended consequences. To revert the feature, simply log out and log back in. Use at your own discretion and with caution.";
|
||||
"settings_labs_disable_crypto_sdk" = "Rust end-to-end encryption (log out to disable)";
|
||||
|
||||
"settings_version" = "Version %@";
|
||||
"settings_olm_version" = "Olm Version %@";
|
||||
@@ -982,6 +987,7 @@ Tap the + to start adding people.";
|
||||
"room_details_title_for_dm" = "Details";
|
||||
"room_details_people" = "Members";
|
||||
"room_details_files" = "Uploads";
|
||||
"room_details_polls" = "Poll history";
|
||||
"room_details_search" = "Search room";
|
||||
"room_details_integrations" = "Integrations";
|
||||
"room_details_settings" = "Settings";
|
||||
@@ -1464,6 +1470,7 @@ Tap the + to start adding people.";
|
||||
|
||||
// Recover from private key
|
||||
"key_backup_recover_from_private_key_info" = "Restoring backup…";
|
||||
"key_backup_recover_from_private_key_progress" = "%@%% Complete";
|
||||
|
||||
// Recover from passphrase
|
||||
|
||||
@@ -1522,7 +1529,7 @@ Tap the + to start adding people.";
|
||||
"device_verification_cancelled_by_me" = "The verification has been cancelled. Reason: %@";
|
||||
"device_verification_error_cannot_load_device" = "Cannot load session information.";
|
||||
|
||||
// Mark: Incoming
|
||||
// MARK: Incoming
|
||||
"device_verification_incoming_title" = "Incoming Verification Request";
|
||||
"device_verification_incoming_description_1" = "Verify this session to mark it as trusted. Trusting sessions of partners gives you extra peace of mind when using end-to-end encrypted messages.";
|
||||
"device_verification_incoming_description_2" = "Verifying this session will mark it as trusted, and also mark your session as trusted to the partner.";
|
||||
@@ -1974,6 +1981,7 @@ Tap the + to start adding people.";
|
||||
|
||||
// MARK: - Launch loading
|
||||
|
||||
"launch_loading_migrating_data" = "Migrating data\n%@ %%";
|
||||
"launch_loading_server_syncing" = "Syncing with the server";
|
||||
"launch_loading_server_syncing_nth_attempt" = "Syncing with the server\n(%@ attempt)";
|
||||
"launch_loading_processing_response" = "Processing data\n%@ %%";
|
||||
@@ -1993,6 +2001,7 @@ Tap the + to start adding people.";
|
||||
"home_context_menu_normal_priority" = "Normal priority";
|
||||
"home_context_menu_leave" = "Leave";
|
||||
"home_context_menu_mark_as_read" = "Mark as read";
|
||||
"home_context_menu_mark_as_unread" = "Mark as unread";
|
||||
"home_syncing" = "Syncing";
|
||||
|
||||
// MARK: - Favourites
|
||||
@@ -2011,12 +2020,12 @@ Tap the + to start adding people.";
|
||||
"share_invite_link_room_text" = "Hey, join this room on %@";
|
||||
"share_invite_link_space_text" = "Hey, join this space on %@";
|
||||
|
||||
// Mark: - Room avatar view
|
||||
// MARK: - Room avatar view
|
||||
|
||||
"room_avatar_view_accessibility_label" = "avatar";
|
||||
"room_avatar_view_accessibility_hint" = "Change room avatar";
|
||||
|
||||
// Mark: - Room creation introduction cell
|
||||
// MARK: - Room creation introduction cell
|
||||
|
||||
"room_intro_cell_add_participants_action" = "Add people";
|
||||
|
||||
@@ -2033,7 +2042,7 @@ Tap the + to start adding people.";
|
||||
"room_intro_cell_information_dm_sentence2" = "Only the two of you are in this conversation, no one else can join.";
|
||||
"room_intro_cell_information_multiple_dm_sentence2" = "Only you are in this conversation, unless any of you invites someone to join.";
|
||||
|
||||
// Mark: - Room invite
|
||||
// MARK: - Room invite
|
||||
|
||||
"room_invite_to_space_option_title" = "To %@";
|
||||
"room_invite_to_space_option_detail" = "They can explore %@, but won’t be a member of %@.";
|
||||
@@ -2042,7 +2051,7 @@ Tap the + to start adding people.";
|
||||
"room_invite_not_enough_permission" = "You do not have permission to invite people to this room";
|
||||
"space_invite_not_enough_permission" = "You do not have permission to invite people to this space";
|
||||
|
||||
// Mark: - Spaces
|
||||
// MARK: - Spaces
|
||||
|
||||
"space_feature_unavailable_title" = "Spaces aren’t here yet";
|
||||
"space_feature_unavailable_subtitle" = "Spaces aren't on iOS yet, but you can use them now on Web and Desktop";
|
||||
@@ -2099,7 +2108,7 @@ Tap the + to start adding people.";
|
||||
|
||||
"spaces_feature_not_available" = "This feature isn't available here. For now, you can do this with %@ on your computer.";
|
||||
|
||||
// Mark: - Space Creation
|
||||
// MARK: - Space Creation
|
||||
|
||||
"spaces_creation_hint" = "Spaces are a new way to group rooms and people.";
|
||||
"spaces_creation_visibility_title" = "What type of space do you want to create?";
|
||||
@@ -2158,7 +2167,7 @@ Tap the + to start adding people.";
|
||||
|
||||
"spaces_add_room_missing_permission_message" = "You do not have permissions to add rooms to this space.";
|
||||
|
||||
// Mark: Leave space
|
||||
// MARK: Leave space
|
||||
|
||||
"leave_space_action" = "Leave space";
|
||||
"leave_space_and_one_room" = "Leave space and 1 room";
|
||||
@@ -2171,17 +2180,17 @@ Tap the + to start adding people.";
|
||||
|
||||
"room_event_action_reaction_more" = "%@ more";
|
||||
|
||||
// Mark: Avatar
|
||||
// MARK: Avatar
|
||||
|
||||
"space_avatar_view_accessibility_label" = "avatar";
|
||||
"space_avatar_view_accessibility_hint" = "Change space avatar";
|
||||
|
||||
// Mark: - User avatar view
|
||||
// MARK: - User avatar view
|
||||
|
||||
"user_avatar_view_accessibility_label" = "avatar";
|
||||
"user_avatar_view_accessibility_hint" = "Change user avatar";
|
||||
|
||||
// Mark: - Side menu
|
||||
// MARK: - Side menu
|
||||
|
||||
"side_menu_reveal_action_accessibility_label" = "Left panel";
|
||||
"side_menu_action_invite_friends" = "Invite friends";
|
||||
@@ -2191,7 +2200,7 @@ Tap the + to start adding people.";
|
||||
"side_menu_app_version" = "Version %@";
|
||||
"side_menu_coach_message" = "Swipe right or tap to see all rooms";
|
||||
|
||||
// Mark: - Voice Messages
|
||||
// MARK: - Voice Messages
|
||||
|
||||
"voice_message_release_to_send" = "Hold to record, release to send";
|
||||
"voice_message_remaining_recording_time" = "%@s left";
|
||||
@@ -2200,12 +2209,13 @@ Tap the + to start adding people.";
|
||||
"voice_message_broadcast_in_progress_title" = "Can't start voice message";
|
||||
"voice_message_broadcast_in_progress_message" = "You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message";
|
||||
|
||||
// Mark: - Voice broadcast
|
||||
// MARK: - Voice Broadcast
|
||||
"voice_broadcast_unauthorized_title" = "Can't start a new voice broadcast";
|
||||
"voice_broadcast_permission_denied_message" = "You don't have the required permissions to start a voice broadcast in this room. Contact a room administrator to upgrade your permissions.";
|
||||
"voice_broadcast_blocked_by_someone_else_message" = "Someone else is already recording a voice broadcast. Wait for their voice broadcast to end to start a new one.";
|
||||
"voice_broadcast_already_in_progress_message" = "You are already recording a voice broadcast. Please end your current voice broadcast to start a new one.";
|
||||
"voice_broadcast_playback_loading_error" = "Unable to play this voice broadcast.";
|
||||
"voice_broadcast_playback_lock_screen_placeholder" = "Voice broadcast";
|
||||
"voice_broadcast_live" = "Live";
|
||||
"voice_broadcast_tile" = "Voice broadcast";
|
||||
"voice_broadcast_time_left" = "%@ left";
|
||||
@@ -2213,8 +2223,14 @@ Tap the + to start adding people.";
|
||||
"voice_broadcast_stop_alert_title" = "Stop live broadcasting?";
|
||||
"voice_broadcast_stop_alert_description" = "Are you sure you want to stop your live broadcast? This will end the broadcast, and the full recording will be available in the room.";
|
||||
"voice_broadcast_stop_alert_agree_button" = "Yes, stop";
|
||||
"voice_broadcast_voip_cannot_start_title" = "Can’t start a call";
|
||||
"voice_broadcast_voip_cannot_start_description" = "You can’t start a call as you are currently recording a live broadcast. Please end your live broadcast in order to start a call.";
|
||||
"voice_broadcast_connection_error_title" = "Connection error";
|
||||
"voice_broadcast_connection_error_message" = "Unfortunately we’re unable to start a recording right now. Please try again later.";
|
||||
"voice_broadcast_recorder_connection_error" = "Connection error - Recording paused";
|
||||
"voice_broadcast_playback_unable_to_decrypt" = "Unable to decrypt this voice broadcast.";
|
||||
|
||||
// Mark: - Version check
|
||||
// MARK: - Version check
|
||||
|
||||
"version_check_banner_title_supported" = "We’re ending support for iOS %@";
|
||||
"version_check_banner_subtitle_supported" = "We will soon be ending support for %@ on iOS %@. To continue using %@ to its full potential, we advise you to upgrade your version of iOS.";
|
||||
@@ -2230,7 +2246,7 @@ Tap the + to start adding people.";
|
||||
"version_check_modal_subtitle_deprecated" = "We've been working on enhancing %@ for a faster and more polished experience. Unfortunately your current version of iOS is not compatible with some of those fixes and is no longer supported.\nWe're advising you to upgrade your operating system to use %@ to its full potential.";
|
||||
"version_check_modal_action_title_deprecated" = "Find out how";
|
||||
|
||||
// Mark: - All Chats
|
||||
// MARK: - All Chats
|
||||
|
||||
"all_chats_title" = "All chats";
|
||||
"all_chats_section_title" = "Chats";
|
||||
@@ -2265,21 +2281,12 @@ Tap the + to start adding people.";
|
||||
"all_chats_edit_menu_leave_space" = "Leave %@";
|
||||
"all_chats_edit_menu_space_settings" = "Space settings";
|
||||
|
||||
"all_chats_onboarding_page_title1" = "Welcome to a new view!";
|
||||
"all_chats_onboarding_page_message1" = "To simplify your Element, tabs are now optional. Manage them using the top-right menu.";
|
||||
"all_chats_onboarding_page_title2" = "Access Spaces";
|
||||
"all_chats_onboarding_page_message2" = "Access your Spaces (bottom-left) faster and easier than ever before.";
|
||||
"all_chats_onboarding_page_title3" = "Give Feedback";
|
||||
"all_chats_onboarding_page_message3" = "Tap your profile to let us know what you think.";
|
||||
"all_chats_onboarding_title" = "What's new";
|
||||
"all_chats_onboarding_try_it" = "Try it out";
|
||||
|
||||
// Mark: - Room invites
|
||||
// MARK: - Room invites
|
||||
|
||||
"room_invites_empty_view_title" = "Nothing new.";
|
||||
"room_invites_empty_view_information" = "This is where your invites appear.";
|
||||
|
||||
// Mark: - Space Selector
|
||||
// MARK: - Space Selector
|
||||
|
||||
"space_selector_title" = "My spaces";
|
||||
"space_selector_empty_view_title" = "No spaces yet.";
|
||||
@@ -2289,7 +2296,21 @@ Tap the + to start adding people.";
|
||||
"space_detail_nav_title" = "Space detail";
|
||||
"space_invite_nav_title" = "Space invite";
|
||||
|
||||
// Mark: - Polls
|
||||
// MARK: - Polls history
|
||||
|
||||
"poll_history_title" = "Poll history";
|
||||
"poll_history_loading_text" = "Displaying polls";
|
||||
"poll_history_active_segment_title" = "Active polls";
|
||||
"poll_history_past_segment_title" = "Past polls";
|
||||
"poll_history_no_active_poll_text" = "There are no active polls in this room";
|
||||
"poll_history_no_past_poll_text" = "There are no past polls in this room";
|
||||
"poll_history_no_active_poll_period_text" = "There are no active polls for the past %@ days. Load more polls to view polls for previous months";
|
||||
"poll_history_no_past_poll_period_text" = "There are no past polls for the past %@ days. Load more polls to view polls for previous months";
|
||||
"poll_history_detail_view_in_timeline" = "View poll in timeline";
|
||||
"poll_history_load_more" = "Load more polls";
|
||||
"poll_history_fetching_error" = "Error fetching polls.";
|
||||
|
||||
// MARK: - Polls
|
||||
|
||||
"poll_edit_form_create_poll" = "Create poll";
|
||||
|
||||
@@ -2353,6 +2374,8 @@ Tap the + to start adding people.";
|
||||
|
||||
"poll_timeline_ended_text" = "Ended the poll";
|
||||
|
||||
"poll_timeline_reply_ended_poll" = "Ended poll";
|
||||
|
||||
// MARK: - Location sharing
|
||||
|
||||
"location_sharing_title" = "Location";
|
||||
@@ -2538,7 +2561,7 @@ To enable access, tap Settings> Location and select Always";
|
||||
"user_session_overview_session_details_button_title" = "Session details";
|
||||
|
||||
|
||||
// Mark: - WYSIWYG Composer
|
||||
// MARK: - WYSIWYG Composer
|
||||
|
||||
// Send Media Actions
|
||||
"wysiwyg_composer_start_action_media_picker" = "Photo Library";
|
||||
@@ -2557,6 +2580,12 @@ To enable access, tap Settings> Location and select Always";
|
||||
"wysiwyg_composer_format_action_strikethrough" = "Apply underline format";
|
||||
"wysiwyg_composer_format_action_link" = "Apply link format";
|
||||
"wysiwyg_composer_format_action_inline_code" = "Apply inline code format";
|
||||
"wysiwyg_composer_format_action_unordered_list" = "Toggle bulleted list";
|
||||
"wysiwyg_composer_format_action_ordered_list" = "Toggle numbered list";
|
||||
"wysiwyg_composer_format_action_code_block" = "Toggle code block";
|
||||
"wysiwyg_composer_format_action_quote" = "Toggle quote";
|
||||
"wysiwyg_composer_format_action_indent" = "Increase indentation";
|
||||
"wysiwyg_composer_format_action_un_indent" = "Decrease indentation";
|
||||
|
||||
// Links
|
||||
"wysiwyg_composer_link_action_text" = "Text";
|
||||
|
||||
@@ -118,3 +118,6 @@
|
||||
|
||||
/* New file message from a specific person, not referencing a room. */
|
||||
"LOCATION_FROM_USER" = "%@ jagas oma asukohta";
|
||||
|
||||
/* New voice broadcast from a specific person, not referencing a room. */
|
||||
"VOICE_BROADCAST_FROM_USER" = "%@ alustas ringhäälingukõnet";
|
||||
|
||||
@@ -1473,7 +1473,7 @@
|
||||
|
||||
// Mark: - Polls
|
||||
|
||||
"poll_edit_form_create_poll" = "Koosta üks küsitlus";
|
||||
"poll_edit_form_create_poll" = "Loo selline küsitlus";
|
||||
"settings_discovery_accept_terms" = "Nõustu isikutuvastusserveri tingimustega";
|
||||
"poll_timeline_not_closed_action" = "Sobib";
|
||||
"poll_timeline_not_closed_subtitle" = "Palun proovi uuesti";
|
||||
@@ -1548,9 +1548,9 @@
|
||||
// Onboarding
|
||||
"onboarding_splash_register_button_title" = "Loo kasutajakonto";
|
||||
"poll_edit_form_poll_type_closed_description" = "Tulemusi kuvame vaid siis, kui küsitlus on lõppenud";
|
||||
"poll_edit_form_poll_type_closed" = "Küsitlus on lõppenud";
|
||||
"poll_edit_form_poll_type_closed" = "Suletud valikutega küsitlus";
|
||||
"poll_edit_form_poll_type_open_description" = "Osalejad näevad tulemusi peale oma valiku salvestamist";
|
||||
"poll_edit_form_poll_type_open" = "Ava küsitlus";
|
||||
"poll_edit_form_poll_type_open" = "Avatud valikutega küsitlus";
|
||||
"poll_edit_form_update_failure_subtitle" = "Palun proovi uuesti";
|
||||
"poll_edit_form_update_failure_title" = "Küsitluse muutmine ei õnnestunud";
|
||||
"poll_edit_form_poll_type" = "Küsitluse tüüp";
|
||||
@@ -2417,14 +2417,6 @@
|
||||
// Mark: - Room invites
|
||||
|
||||
"room_invites_empty_view_title" = "Uut teavet ei leidu.";
|
||||
"all_chats_onboarding_try_it" = "Proovi nüüd";
|
||||
"all_chats_onboarding_title" = "Mida on meil uut";
|
||||
"all_chats_onboarding_page_message3" = "Kui soovid meile teada anda oma arvamustest, siis klõpsi oma profiili ikooni.";
|
||||
"all_chats_onboarding_page_title3" = "Jaga tagasisidet";
|
||||
"all_chats_onboarding_page_message2" = "Kogukonnad leiad alt vasakult kiiremini ja lihtsamini, kui varem.";
|
||||
"all_chats_onboarding_page_title2" = "Ligipääs kogukondadele";
|
||||
"all_chats_onboarding_page_message1" = "Et Element'i kasutamine oleks lihtsam, siis kaardid on nüüd valikulised. Neid saad hallata ülal paremal avanevast menüüst.";
|
||||
"all_chats_onboarding_page_title1" = "Meie liidesel on nüüd uus vaade!";
|
||||
"all_chats_nothing_found_placeholder_message" = "Proovi muuta oma otsingut.";
|
||||
"all_chats_nothing_found_placeholder_title" = "Mitte midagi ei leidu.";
|
||||
"all_chats_empty_unreads_placeholder_message" = "Kui sul on lugemata sõnumeid, siis nad on siit leitavad.";
|
||||
@@ -2640,3 +2632,44 @@
|
||||
"poll_timeline_decryption_error" = "Krüptimisvigade tõttu jääb osa hääli lugemata";
|
||||
"voice_message_broadcast_in_progress_title" = "Häälsõnumi salvestamine või esitamine ei õnnestu";
|
||||
"voice_message_broadcast_in_progress_message" = "Kuna sa hetkel salvestad ringhäälingukõnet, siis häälsõnumi salvestamine või esitamine ei õnnestu. Selleks palun lõpeta ringhäälingukõne";
|
||||
"poll_timeline_ended_text" = "Küsitlus on lõppenud";
|
||||
"voice_broadcast_voip_cannot_start_description" = "Kuna sa hetkel salvestad ringhäälingukõnet, siis tavakõne algatamine ei õnnestu. Kõne alustamiseks palun lõpeta ringhäälingukõne.";
|
||||
"voice_broadcast_voip_cannot_start_title" = "Kõne algatamine ei õnnestu";
|
||||
"poll_history_no_past_poll_text" = "Selles jututoas pole varasemaid küsitlusi";
|
||||
"poll_history_no_active_poll_text" = "Selles jututoas pole käimasolevaid küsitlusi";
|
||||
"poll_history_past_segment_title" = "Varasemad küsitlused";
|
||||
"poll_history_active_segment_title" = "Käimasolevad küsitlused";
|
||||
|
||||
// MARK: - Polls history
|
||||
|
||||
"poll_history_title" = "Küsitluste ajalugu";
|
||||
"room_details_polls" = "Küsitluste ajalugu";
|
||||
"accessibility_selected" = "valitud";
|
||||
"voice_broadcast_playback_lock_screen_placeholder" = "Ringhäälingukõne";
|
||||
"voice_broadcast_connection_error_message" = "Kahjuks me ei saa hetkel salvestamist alustada. Palun proovi hiljem uuesti.";
|
||||
"voice_broadcast_connection_error_title" = "Ühenduse viga";
|
||||
"wysiwyg_composer_format_action_quote" = "Lülita tsiteerimine sisse/välja";
|
||||
"wysiwyg_composer_format_action_code_block" = "Lülita koodiblokk sisse/välja";
|
||||
"wysiwyg_composer_format_action_ordered_list" = "Lülita nummerdatud loend sisse/välja";
|
||||
"wysiwyg_composer_format_action_unordered_list" = "Lülita täpploend sisse/välja";
|
||||
"voice_broadcast_recorder_connection_error" = "Viga võrguühenduses - salvestamine on peatatud";
|
||||
"poll_timeline_reply_ended_poll" = "Lõppenud küsitlus";
|
||||
|
||||
// MARK: - Launch loading
|
||||
|
||||
"launch_loading_migrating_data" = "Tõstame andmeid ümber\n%@ %%";
|
||||
"settings_labs_disable_crypto_sdk" = "Rust'i-põhine läbiv krüptimine (väljalülitamiseks pead välja logima)";
|
||||
"settings_labs_confirm_crypto_sdk" = "Palun arvesta, et see funktsionaalsus on alles katseline ja ei pruugi toimida eesmärgipäraselt. Kui ta juba on kasutusel, siis väljalülitamiseks pead hiljem korraks võrgust välja logima. Jätka ettevaatlikult ja omal äranägemisel.";
|
||||
"settings_labs_enable_crypto_sdk" = "Rust'i-põhine läbiv krüptimine";
|
||||
"poll_history_load_more" = "Laadi veel küsitlusi";
|
||||
"poll_history_no_active_poll_period_text" = "Möödunud %@ päeva jooksul polnud ühtegi toimumas olnud küsitlust. Varasemate kuude vaatamiseks laadi veel küsitlusi";
|
||||
"poll_history_no_past_poll_period_text" = "Möödunud %@ päeva jooksul polnud ühtegi lõppenud küsitlust. Varasemate kuude vaatamiseks laadi veel küsitlusi";
|
||||
"poll_history_loading_text" = "Küsitluste kuvamise ootel";
|
||||
"poll_history_fetching_error" = "Viga küsitluste laadimisel.";
|
||||
"key_backup_recover_from_private_key_progress" = "%@%% tehtud";
|
||||
"voice_broadcast_playback_unable_to_decrypt" = "Selle ringhäälingukõne dekrüptimine ei õnnestu.";
|
||||
"home_context_menu_mark_as_unread" = "Märgi mitteloetuks";
|
||||
"wysiwyg_composer_format_action_un_indent" = "Vähenda taandrida";
|
||||
"wysiwyg_composer_format_action_indent" = "Suurenda taandrida";
|
||||
"settings_push_rules_error" = "Teavituste eelistuste muutmisel tekkis viga. Palun proovi sama valikut uuesti sisse/välja lülitada.";
|
||||
"poll_history_detail_view_in_timeline" = "Näita küsitlust ajajoonel";
|
||||
|
||||
@@ -118,3 +118,6 @@
|
||||
|
||||
/* New file message from a specific person, not referencing a room. */
|
||||
"LOCATION_FROM_USER" = "%@ a partagé sa localisation";
|
||||
|
||||
/* New voice broadcast from a specific person, not referencing a room. */
|
||||
"VOICE_BROADCAST_FROM_USER" = "%@ a lancé une diffusion vocale";
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
"room_recents_no_conversation" = "Aucun salon";
|
||||
"room_recents_low_priority_section" = "PRIORITÉ BASSE";
|
||||
"room_recents_invites_section" = "INVITATIONS";
|
||||
"room_recents_start_chat_with" = "Commencer une discussion";
|
||||
"room_recents_start_chat_with" = "Nouveau message direct";
|
||||
"room_recents_create_empty_room" = "Créer un salon";
|
||||
"room_recents_join_room" = "Rejoindre le salon";
|
||||
"room_recents_join_room_title" = "Rejoindre un salon";
|
||||
@@ -113,7 +113,7 @@
|
||||
"people_conversation_section" = "DISCUSSIONS";
|
||||
"people_no_conversation" = "Aucune discussion";
|
||||
// Rooms tab
|
||||
"room_directory_no_public_room" = "Aucun salon public disponible";
|
||||
"room_directory_no_public_room" = "Aucun forum disponible";
|
||||
// Groups tab
|
||||
"group_invite_section" = "INVITATIONS";
|
||||
"group_section" = "COMMUNAUTÉS";
|
||||
@@ -166,20 +166,20 @@
|
||||
"room_participants_now" = "maintenant";
|
||||
"room_participants_ago" = "d’inactivité";
|
||||
"room_participants_action_section_admin_tools" = "Outils d’administration";
|
||||
"room_participants_action_section_direct_chats" = "Conversations privées";
|
||||
"room_participants_action_section_direct_chats" = "Messages directs";
|
||||
"room_participants_action_section_devices" = "Sessions";
|
||||
"room_participants_action_section_other" = "Options";
|
||||
"room_participants_action_invite" = "Inviter";
|
||||
"room_participants_action_leave" = "Quitter ce salon";
|
||||
"room_participants_action_remove" = "Exclure de ce salon";
|
||||
"room_participants_action_ban" = "Bannir de ce salon";
|
||||
"room_participants_action_ban" = "Interdire l’accès au salon (définitif)";
|
||||
"room_participants_action_unban" = "Révoquer le bannissement";
|
||||
"room_participants_action_ignore" = "Masquer tous les messages de cet utilisateur";
|
||||
"room_participants_action_unignore" = "Afficher tous les messages de cet utilisateur";
|
||||
"room_participants_action_set_default_power_level" = "Rétrograder en utilisateur normal";
|
||||
"room_participants_action_set_moderator" = "Nommer modérateur";
|
||||
"room_participants_action_set_admin" = "Nommer administrateur";
|
||||
"room_participants_action_start_new_chat" = "Commencer une nouvelle discussion";
|
||||
"room_participants_action_start_new_chat" = "Nouveau message direct";
|
||||
"room_participants_action_start_voice_call" = "Commencer un appel audio";
|
||||
"room_participants_action_start_video_call" = "Commencer un appel vidéo";
|
||||
"room_participants_action_mention" = "Mentionner";
|
||||
@@ -399,7 +399,7 @@
|
||||
"directory_server_picker_title" = "Sélectionner un répertoire";
|
||||
"directory_server_all_rooms" = "Tous les salons sur le serveur %@";
|
||||
"directory_server_all_native_rooms" = "Tous les salons Matrix natifs";
|
||||
"directory_server_type_homeserver" = "Saisir un serveur d’accueil pour lister ses salons publics";
|
||||
"directory_server_type_homeserver" = "Saisir un serveur d’accueil pour lister ses forums";
|
||||
"directory_server_placeholder" = "matrix.org";
|
||||
// Others
|
||||
"or" = "ou";
|
||||
@@ -407,7 +407,7 @@
|
||||
"today" = "Aujourd’hui";
|
||||
"yesterday" = "Hier";
|
||||
"network_offline_prompt" = "La connexion Internet semble être hors-ligne.";
|
||||
"public_room_section_title" = "Salons publics (sur %@) :";
|
||||
"public_room_section_title" = "Forums (sur %@) :";
|
||||
"bug_report_prompt" = "L’application s’est arrêtée brusquement la dernière fois. Voulez-vous envoyer un rapport d’anomalie ?";
|
||||
"rage_shake_prompt" = "Vous semblez secouer le téléphone avec frustration. Souhaitez-vous soumettre un rapport d’anomalie ?";
|
||||
"do_not_ask_again" = "Ne plus demander";
|
||||
@@ -1211,8 +1211,8 @@
|
||||
"create_room_section_header_address" = "ADRESSE";
|
||||
"create_room_show_in_directory" = "Afficher le salon dans le répertoire";
|
||||
"create_room_section_footer_type" = "Les personnes ne rejoignent un salon privé que sur invitation.";
|
||||
"create_room_type_public" = "Salon public (tout le monde)";
|
||||
"create_room_type_private" = "Salon privé (seulement sur invitation)";
|
||||
"create_room_type_public" = "Forum (tout le monde)";
|
||||
"create_room_type_private" = "Salon (seulement sur invitation)";
|
||||
"create_room_section_header_type" = "QUI PEUT Y ACCÉDER";
|
||||
"create_room_section_footer_encryption" = "Le chiffrement ne peut pas être désactivé ensuite.";
|
||||
"create_room_enable_encryption" = "Activer le chiffrement";
|
||||
@@ -1317,7 +1317,7 @@
|
||||
"room_details_room_name_for_dm" = "Nom";
|
||||
"room_details_photo_for_dm" = "Photo";
|
||||
"room_details_title_for_dm" = "Détails";
|
||||
"settings_show_NSFW_public_rooms" = "Afficher les salons publics au contenu choquant";
|
||||
"settings_show_NSFW_public_rooms" = "Afficher les forums au contenu choquant";
|
||||
"external_link_confirmation_message" = "Le lien %@ vous emmène vers un autre site : %@\n\nÊtes vous sûr de vouloir poursuivre ?";
|
||||
"external_link_confirmation_title" = "Inspectez ce lien";
|
||||
"room_open_dialpad" = "Pavé de numérotation";
|
||||
@@ -1494,7 +1494,7 @@
|
||||
"spaces_empty_space_title" = "Cet espace n’a pas (encore) de salon";
|
||||
"space_tag" = "espace";
|
||||
"spaces_suggested_room" = "Recommandé";
|
||||
"spaces_explore_rooms" = "Parcourir les salons";
|
||||
"spaces_explore_rooms" = "Rejoindre un forum";
|
||||
"leave_space_and_all_rooms_action" = "Quitter tous les salons et espaces";
|
||||
"leave_space_only_action" = "Ne quitter aucun salon";
|
||||
"leave_space_message_admin_warning" = "Vous êtes administrateur de cet espace. Assurez-vous d’avoir transmis les droits d’administration à un autre membre avant de partir.";
|
||||
@@ -1723,7 +1723,7 @@
|
||||
"set_default_power_level" = "Réinitialiser le rang";
|
||||
"set_moderator" = "Nommer modérateur";
|
||||
"set_admin" = "Nommer administrateur";
|
||||
"start_chat" = "Nouvelle conversation privée";
|
||||
"start_chat" = "Nouveau message direct";
|
||||
"start_voice_call" = "Commencer un appel audio";
|
||||
"start_video_call" = "Commencer un appel vidéo";
|
||||
"mention" = "Mentionner";
|
||||
@@ -1959,8 +1959,8 @@
|
||||
"membership_ban" = "Banni";
|
||||
"num_members_one" = "%@ utilisateur";
|
||||
"num_members_other" = "%@ utilisateurs";
|
||||
"kick" = "Expulser";
|
||||
"ban" = "Bannir";
|
||||
"kick" = "Retirer du salon (réversible)";
|
||||
"ban" = "Interdire l’accès au salon (définitif)";
|
||||
"unban" = "Révoquer le bannissement";
|
||||
"message_unsaved_changes" = "Il y a des modifications non enregistrées. Quitter les annulera.";
|
||||
// Login Screen
|
||||
@@ -2440,7 +2440,6 @@
|
||||
"room_access_space_chooser_other_spaces_section_info" = "Ce sont probablement des choses auxquelles les autres admins de %@ participent.";
|
||||
"authentication_choose_password_not_verified_message" = "Vérifiez votre boîte de réception";
|
||||
"authentication_choose_password_not_verified_title" = "Email non vérifié";
|
||||
"all_chats_onboarding_page_title3" = "Donner mon avis";
|
||||
|
||||
// MARK: User sessions management
|
||||
|
||||
@@ -2460,20 +2459,13 @@
|
||||
// Mark: - Room invites
|
||||
|
||||
"room_invites_empty_view_title" = "Rien de neuf.";
|
||||
"all_chats_onboarding_try_it" = "Essayez";
|
||||
"all_chats_onboarding_title" = "Quoi de neuf";
|
||||
"all_chats_onboarding_page_message3" = "Appuyez sur votre profil pour nous faire vos retours.";
|
||||
"all_chats_onboarding_page_message2" = "Accédez à vos espaces (en bas à gauche) plus rapidement et facilement qu’avant.";
|
||||
"all_chats_onboarding_page_title2" = "Accéder aux espaces";
|
||||
"all_chats_onboarding_page_message1" = "Pour simplifier Element, les onglets sont désormais facultatifs. Gérez les depuis le menu en haut à droite.";
|
||||
"all_chats_onboarding_page_title1" = "Bienvenu dans une nouvelle vue !";
|
||||
"all_chats_edit_menu_space_settings" = "Paramètres de l’espace";
|
||||
"all_chats_edit_menu_leave_space" = "Quitter %@";
|
||||
"all_chats_user_menu_settings" = "Paramètres utilisateur";
|
||||
"room_recents_recently_viewed_section" = "Récemment vus";
|
||||
"all_chats_nothing_found_placeholder_message" = "Essayez d’affiner votre recherche.";
|
||||
"all_chats_nothing_found_placeholder_title" = "Aucun résultat.";
|
||||
"all_chats_empty_unreads_placeholder_message" = "C'est ici que vos messages non-lus s’afficheront lorsque vous en aurez.";
|
||||
"all_chats_empty_unreads_placeholder_message" = "C'est ici que vos messages non lus s’afficheront lorsque vous en aurez.";
|
||||
"all_chats_empty_list_placeholder_title" = "Plus rien à voir.";
|
||||
"all_chats_empty_view_information" = "La messagerie sécurisée tout en un pour les équipes, les amis, et les organisations. Créez une discussion ou rejoignez un salon pour démarrer.";
|
||||
"all_chats_empty_space_information" = "Les espaces sont un nouveau moyen de grouper les salons et les gens. Ajoutez un salon, ou créez en un nouveau à l’aide du bouton en bas à droite.";
|
||||
@@ -2489,14 +2481,14 @@
|
||||
"all_chats_edit_layout_add_filters_title" = "Filtrez vos messages";
|
||||
"all_chats_edit_layout_add_section_message" = "Épinglez des sections à l’accueil pour y accéder plus rapidement";
|
||||
"all_chats_edit_layout_add_section_title" = "Ajouter une section à l’accueil";
|
||||
"all_chats_edit_layout_unreads" = "Non-lus";
|
||||
"all_chats_edit_layout_unreads" = "Non lus";
|
||||
"all_chats_edit_layout_recents" = "Récents";
|
||||
"all_chats_edit_layout" = "Préférences d’agencement";
|
||||
"all_chats_section_title" = "Discussions";
|
||||
|
||||
// Mark: - All Chats
|
||||
|
||||
"all_chats_title" = "Tous mes chats";
|
||||
"all_chats_title" = "Accueil";
|
||||
"spaces_subspace_creation_visibility_message" = "L’espace créé sera ajouté à %@.";
|
||||
"spaces_subspace_creation_visibility_title" = "Quel type de sous-espace voulez-vous créer ?";
|
||||
"spaces_explore_rooms_format" = "Parcourir %@";
|
||||
@@ -2537,7 +2529,7 @@
|
||||
"device_name_desktop" = "%@ Bureau";
|
||||
"user_inactive_session_item_with_date" = "Inactif depuis 90 jours ou plus (%@)";
|
||||
"user_inactive_session_item" = "Inactif depuis 90 jours ou plus";
|
||||
"user_session_item_details" = "%@ · Dernière activité %@";
|
||||
"user_session_item_details" = "%1$@ · %2$@";
|
||||
|
||||
// First item is client name and second item is session display name
|
||||
"user_session_name" = "%@ : %@";
|
||||
@@ -2614,3 +2606,136 @@
|
||||
"manage_session_name_info" = "Gardez en tête que les noms des sessions sont aussi visibles par les personnes avec qui vous communiquez. %@";
|
||||
"manage_session_name_hint" = "Personnaliser les noms des sessions peut vous aider à reconnaître vos appareils plus facilement.";
|
||||
"settings_labs_enable_wysiwyg_composer" = "Essayez le compositeur de messages visuel";
|
||||
"settings_labs_enable_voice_broadcast" = "Diffusion vocale";
|
||||
"wysiwyg_composer_format_action_un_indent" = "Diminuer le retrait";
|
||||
"wysiwyg_composer_format_action_indent" = "Augmenter le retrait";
|
||||
"wysiwyg_composer_format_action_code_block" = "Bloc de code";
|
||||
"wysiwyg_composer_start_action_stickers" = "Autocollants";
|
||||
"user_session_rename_session_title" = "Renommer les sessions";
|
||||
"user_session_verified_session_description" = "Les sessions vérifiées sont toutes celles où vous vous êtes connecté à Element grâce à vos identifiants ou celles pour lesquelles vous avez confirmé votre identité à l'aide d'une autre session.\n\nCela signifie que vous êtes en possession de toutes les clés requises pour déchiffrer vos messages et montrer aux autres utilisateurs que vous faites confiance à cette session.";
|
||||
"poll_history_loading_text" = "Afficher les sondages";
|
||||
"voice_message_broadcast_in_progress_title" = "Impossible de démarrer l'enregistrement vocal";
|
||||
"home_context_menu_mark_as_unread" = "Marquer comme non lu";
|
||||
"launch_loading_processing_response" = "Traitement des données\n%@ %%";
|
||||
"notice_voice_broadcast_ended_by_you" = "Vous avez terminé une diffusion vocale.";
|
||||
"notice_voice_broadcast_ended" = "%@ a terminé une diffusion vocale.";
|
||||
"notice_voice_broadcast_live" = "Diffusion en direct";
|
||||
"deselect_all" = "Tout désélectionner";
|
||||
"wysiwyg_composer_link_action_edit_title" = "Modifier le lien";
|
||||
"wysiwyg_composer_link_action_create_title" = "Créer un lien";
|
||||
"wysiwyg_composer_link_action_link" = "Lien";
|
||||
|
||||
// Links
|
||||
"wysiwyg_composer_link_action_text" = "Texte";
|
||||
"wysiwyg_composer_format_action_quote" = "Citation";
|
||||
"wysiwyg_composer_format_action_ordered_list" = "Liste numérique";
|
||||
"wysiwyg_composer_format_action_unordered_list" = "Liste à puces";
|
||||
"wysiwyg_composer_format_action_inline_code" = "Formater comme code informatique";
|
||||
"wysiwyg_composer_format_action_link" = "Formater comme lien";
|
||||
"wysiwyg_composer_format_action_strikethrough" = "Souligner";
|
||||
"wysiwyg_composer_format_action_underline" = "Barrer";
|
||||
"wysiwyg_composer_format_action_italic" = "Mettre en italique";
|
||||
|
||||
// Formatting Actions
|
||||
"wysiwyg_composer_format_action_bold" = "Mettre en caractères gras";
|
||||
"wysiwyg_composer_start_action_voice_broadcast" = "Diffusion vocale";
|
||||
"wysiwyg_composer_start_action_text_formatting" = "Formatage du texte";
|
||||
"wysiwyg_composer_start_action_camera" = "Appareil photo";
|
||||
"wysiwyg_composer_start_action_location" = "Position";
|
||||
"wysiwyg_composer_start_action_polls" = "Sondages";
|
||||
"wysiwyg_composer_start_action_attachments" = "Pièces jointes";
|
||||
|
||||
|
||||
// MARK: - WYSIWYG Composer
|
||||
|
||||
// Send Media Actions
|
||||
"wysiwyg_composer_start_action_media_picker" = "Galerie photo";
|
||||
"user_session_details_last_activity" = "Dernière activité";
|
||||
"user_session_item_details_last_activity" = "Dernière activité %@";
|
||||
"user_other_session_menu_sign_out_sessions" = "Déconnecter %@ sessions";
|
||||
"user_other_session_selected_count" = "%@ sélectionnées";
|
||||
"user_other_session_menu_select_sessions" = "Sélectionnez des sessions";
|
||||
"user_other_session_clear_filter" = "Effacer les filtres";
|
||||
"user_other_session_no_unverified_sessions" = "Aucune session non vérifiée trouvée.";
|
||||
"user_other_session_no_verified_sessions" = "Aucune session vérifiée trouvée.";
|
||||
"user_other_session_no_inactive_sessions" = "Aucune session inactive trouvée.";
|
||||
"user_other_session_filter_menu_inactive" = "Inactives";
|
||||
"user_other_session_filter_menu_unverified" = "Non vérifiées";
|
||||
"user_other_session_filter_menu_verified" = "Vérifiées";
|
||||
"user_other_session_filter_menu_all" = "Toutes les sessions";
|
||||
"user_other_session_filter" = "Filtrer";
|
||||
"user_other_session_verified_sessions_header_subtitle" = "Pour augmenter la sécurité, veuillez déconnecter toutes les sessions qui vous semblent inconnues ou que vous n'utilisez plus.";
|
||||
"user_other_session_current_session_details" = "Votre session actuelle";
|
||||
"user_other_session_security_recommendation_title" = "Autres sessions";
|
||||
"user_session_rename_session_description" = "D'autres utilisateurs des conversations et salons que vous rejoignez peuvent consulter la liste complète de vos session.\n\nCela leur permet de confirmer qu'ils communiquent bien avec vous, mais cela signifie également qu'ils verront le nom que vous donnez à vos sessions.";
|
||||
"user_session_inactive_session_description" = "Les sessions inactives sont celles qui n'ont pas été utilisées depuis un certain temps, mais qui continuent de recevoir des clés de chiffrement.\n\nÉliminer ces sessions inactives augmente la sécurité et les performances, et facilite l'identification de nouvelles connexions suspectes.";
|
||||
"user_session_inactive_session_title" = "Sessions inactives";
|
||||
"user_session_permanently_unverified_session_description" = "Cette session de prend pas en charge le chiffrement et ne peut donc être vérifiée.\n\nVous ne pourrez pas intervenir dans les salons où le chiffrement est activé en utilisant cette session.\n\nPour une sécurité et confidentialité optimale, il est recommandé d'utiliser des clients Matrix qui prennent en charge le chiffrement.";
|
||||
"user_session_unverified_session_description" = "Les sessions non vérifiez sont celles qui sont connectées avec vos identifiants, mais qui n'ont pas passé les vérifications croisées.\n\nVous devriez passer en revue ces sessions car elles pourraient témoigner d'un usage malicieux de votre compte.";
|
||||
"user_session_unverified_session_title" = "Session non vérifiée";
|
||||
"user_session_verified_session_title" = "Sessions vérifiées";
|
||||
"user_session_got_it" = "Entendu";
|
||||
"user_other_session_verified_additional_info" = "Cette session est prête à l'échange de messages.";
|
||||
"user_other_session_permanently_unverified_additional_info" = "Cette session ne prend pas en charge le chiffrement et ne peut donc être vérifiée.";
|
||||
"user_other_session_unverified_additional_info" = "Vérifier ou déconnecter cette session pour une sécurité et une fiabilité accrue.";
|
||||
"user_session_verification_unknown_additional_info" = "Vérifier la session actuelle pour révéler l'état de vérification de cette session.";
|
||||
"user_session_verification_unknown_short" = "Inconnu";
|
||||
"user_session_verification_unknown" = "État de vérification inconnu";
|
||||
"user_sessions_hide_location_info" = "Masquer l'adresse IP";
|
||||
"user_sessions_show_location_info" = "Montrer l'adresse IP";
|
||||
"poll_timeline_reply_ended_poll" = "Sondage terminé";
|
||||
"poll_timeline_ended_text" = "Sondage clos";
|
||||
"poll_timeline_decryption_error" = "Des erreurs de déchiffrement pourrait empêcher certains votes d'être comptabilisés";
|
||||
"poll_history_fetching_error" = "Erreur au cours de la récupération des sondages.";
|
||||
"poll_history_load_more" = "Charger plus de sondages";
|
||||
"poll_history_no_past_poll_period_text" = "Il n'y a pas eu de sondages les %@ derniers jours. Veuillez charger plus de sondages pour consulter les sondages des mois antérieurs";
|
||||
"poll_history_no_active_poll_period_text" = "Il n'y a pas eu de sondages depuis %@ jours. Veuillez charger plus de sondages pour consulter les sondages des mois antérieurs";
|
||||
"poll_history_detail_view_in_timeline" = "Consulter la chronologie des sondages";
|
||||
"poll_history_no_past_poll_text" = "Il n'y a pas de sondage précédent dans ce salon";
|
||||
"poll_history_no_active_poll_text" = "Il n'y a aucun sondage en cours dans ce salon";
|
||||
"poll_history_past_segment_title" = "Sondages précédents";
|
||||
"poll_history_active_segment_title" = "Sondages en cours";
|
||||
|
||||
// MARK: - Polls history
|
||||
|
||||
"poll_history_title" = "Historique des sondages";
|
||||
"voice_broadcast_playback_unable_to_decrypt" = "Impossible de déchiffrer cette diffusion vocale.";
|
||||
"voice_broadcast_recorder_connection_error" = "Erreur de connexion - Enregistrement interrompu";
|
||||
"voice_broadcast_connection_error_message" = "Nous sommes malheureusement dans l'impossibilité de démarrer un enregistrement maintenant. Veuillez réessayer plus tard.";
|
||||
"voice_broadcast_connection_error_title" = "Erreur de connexion";
|
||||
"voice_broadcast_voip_cannot_start_description" = "Vous ne pouvez pas démarrer d'appel car vous enregistrez déjà une diffusion en direct. Veuillez interrompre votre diffusion pour lancer un appel.";
|
||||
"voice_broadcast_voip_cannot_start_title" = "Impossible de démarrer l'appel";
|
||||
"voice_broadcast_stop_alert_agree_button" = "Oui, terminer";
|
||||
"voice_broadcast_stop_alert_description" = "Êtes vous sûr de vouloir interrompre votre diffusion vocale ? Cela mettra fin à la diffusion et rendra l'enregistrement disponible dans le salon.";
|
||||
"voice_broadcast_stop_alert_title" = "Arrêter la diffusion vocale ?";
|
||||
"voice_broadcast_buffering" = "Mise en mémoire tampon...";
|
||||
"voice_broadcast_time_left" = "%@ restant";
|
||||
"voice_broadcast_tile" = "Diffusion vocale";
|
||||
"voice_broadcast_live" = "En direct";
|
||||
"voice_broadcast_playback_lock_screen_placeholder" = "Diffusion vocale";
|
||||
"voice_broadcast_playback_loading_error" = "Impossible de lire cette diffusion vocale.";
|
||||
"voice_broadcast_blocked_by_someone_else_message" = "Quelqu'un d'autre est déjà en train d'enregistrer une diffusion vocale. Veuillez attendre la fin de la leur pour en démarrer une nouvelle.";
|
||||
"voice_broadcast_already_in_progress_message" = "Vous êtes déjà en train d'enregistrer une diffusion vocale. Veuillez y mettre fin avant d'en démarrer une nouvelle.";
|
||||
"voice_broadcast_permission_denied_message" = "Vous n'avez pas les autorisations nécessaires pour démarrer une diffusion vocal dans ce salon. Contactez un administrateur pour qu'il vous octroie la permission.";
|
||||
|
||||
// MARK: - Voice Broadcast
|
||||
"voice_broadcast_unauthorized_title" = "Impossible de démarrer une nouvelle diffusion vocale";
|
||||
"voice_message_broadcast_in_progress_message" = "Vous ne pouvez pas démarrer d'enregistrement vocal car vous diffusez en direct. Veuillez interrompre votre diffusion pour démarrer l'enregistrement vocal";
|
||||
"launch_loading_server_syncing_nth_attempt" = "Synchronisation avec le serveur\n(%@ tentatives)";
|
||||
"launch_loading_server_syncing" = "Synchronisation avec le serveur";
|
||||
|
||||
// MARK: - Launch loading
|
||||
|
||||
"launch_loading_migrating_data" = "Migration des données\n%@ %%";
|
||||
"key_backup_recover_from_private_key_progress" = "%@%% Fini";
|
||||
"room_details_polls" = "Historique des sondages";
|
||||
"settings_labs_disable_crypto_sdk" = "Chiffrement de bout en bout avec Rust (se déconnecter pour désactiver)";
|
||||
"settings_labs_confirm_crypto_sdk" = "Cette option activera le nouveau moteur de chiffrement de bout en bout, plus rapide et plus fiable, écrit en Rust. Une fois activé vous devrez vous déconnecter pour le désactiver. Voulez-vous continuer ?";
|
||||
"settings_labs_enable_crypto_sdk" = "Chiffrement de bout en bout en Rust";
|
||||
"settings_push_rules_error" = "Nous avons rencontré une erreur lors de la mise à jours de vos préférences de notification. Veuillez réactiver l'option.";
|
||||
"password_policy_pwd_in_dict_error" = "Ce mot de passe a été trouvé dans un dictionnaire, et son usage n'est donc pas autorisé.";
|
||||
"password_policy_weak_pwd_error" = "Ce mot de passe est trop faible. Il doit contenir au moins 8 caractères, dont au moins une majuscule, une minuscule, un chiffre et un caractère spécial.";
|
||||
|
||||
// MARK: Password policy errors
|
||||
"password_policy_too_short_pwd_error" = "Mot de passe trop court";
|
||||
"accessibility_selected" = "sélectionné";
|
||||
|
||||
@@ -120,3 +120,6 @@
|
||||
|
||||
/* New video message from a specific person, not referencing a room. */
|
||||
"VIDEO_FROM_USER" = "%@ videót küldött";
|
||||
|
||||
/* New voice broadcast from a specific person, not referencing a room. */
|
||||
"VOICE_BROADCAST_FROM_USER" = "%@ hang közvetítést indított";
|
||||
|
||||
@@ -2467,14 +2467,6 @@
|
||||
// Mark: - Room invites
|
||||
|
||||
"room_invites_empty_view_title" = "Semmi új.";
|
||||
"all_chats_onboarding_try_it" = "Próbáld ki";
|
||||
"all_chats_onboarding_title" = "Újdonságok";
|
||||
"all_chats_onboarding_page_message3" = "Koppints a profilodra és mond el mit gondolsz.";
|
||||
"all_chats_onboarding_page_title3" = "Visszajelzés adása";
|
||||
"all_chats_onboarding_page_message2" = "A terekhez való hozzáférés (balra lent) gyorsabb és egyszerűbb mint valaha.";
|
||||
"all_chats_onboarding_page_title2" = "Hozzáférés a terekhez";
|
||||
"all_chats_onboarding_page_message1" = "Element egyszerűsítéséhez a lapok mostantól választhatók. Beállítani a jobb felső menüből lehet.";
|
||||
"all_chats_onboarding_page_title1" = "Üdv az új kinézetben!";
|
||||
"all_chats_nothing_found_placeholder_message" = "Próbáld meg a keresést módosítani.";
|
||||
"all_chats_nothing_found_placeholder_title" = "Nincs találat.";
|
||||
"all_chats_empty_unreads_placeholder_message" = "Ez az a hely ahol az olvasatlan üzeneteid megjelennek, ha lesznek.";
|
||||
@@ -2688,3 +2680,40 @@
|
||||
"poll_timeline_decryption_error" = "Visszafejtési hibák miatt néhány szavazat nem kerül beszámításra";
|
||||
"voice_message_broadcast_in_progress_message" = "Nem lehet hang üzenetet indítani élő közvetítés felvétele közben. Az élő közvetítés bejezése szükséges a hang üzenet indításához";
|
||||
"voice_message_broadcast_in_progress_title" = "Hang üzenetet nem lehet elindítani";
|
||||
"poll_timeline_ended_text" = "Szavazás vége";
|
||||
"voice_broadcast_voip_cannot_start_description" = "Nem lehet hívást kezdeményezni élő közvetítés felvétele közben. Az élő közvetítés bejezése szükséges a hívás indításához.";
|
||||
"voice_broadcast_voip_cannot_start_title" = "Nem sikerült hívást indítani";
|
||||
"poll_history_no_past_poll_text" = "Nincsenek régi szavazások ebben a szobában";
|
||||
"poll_history_no_active_poll_text" = "Nincsenek aktív szavazások ebben a szobában";
|
||||
"poll_history_past_segment_title" = "Régi szavazások";
|
||||
"poll_history_active_segment_title" = "Aktív szavazások";
|
||||
|
||||
// MARK: - Polls history
|
||||
|
||||
"poll_history_title" = "Szavazás alakulása";
|
||||
"room_details_polls" = "Szavazás alakulása";
|
||||
"accessibility_selected" = "kiválasztva";
|
||||
"wysiwyg_composer_format_action_quote" = "Idézet be/ki";
|
||||
"wysiwyg_composer_format_action_code_block" = "Kód blokk be/ki";
|
||||
"wysiwyg_composer_format_action_ordered_list" = "Számozott lista ki-,bekapcsolása";
|
||||
"wysiwyg_composer_format_action_unordered_list" = "Lista ki-,bekapcsolása";
|
||||
"poll_timeline_reply_ended_poll" = "Lezárt szavazások";
|
||||
"voice_broadcast_recorder_connection_error" = "Kapcsolódási hiba – Felvétel szüneteltetve";
|
||||
"voice_broadcast_connection_error_message" = "Sajnos most nem lehet elindítani a felvételt. Próbálja meg később.";
|
||||
"voice_broadcast_connection_error_title" = "Kapcsolat hiba";
|
||||
"voice_broadcast_playback_lock_screen_placeholder" = "Hang közvetítés";
|
||||
"poll_history_load_more" = "Még több szavazás betöltése";
|
||||
"poll_history_no_past_poll_period_text" = "%@ napja nincs aktív szavazás. További szavazások betöltése az előző havi szavazások megjelenítéséhez";
|
||||
"poll_history_no_active_poll_period_text" = "%@ napja nincs aktív szavazás. További szavazások betöltése az előző havi szavazások megjelenítéséhez";
|
||||
"poll_history_loading_text" = "Szavazások megjelenítése";
|
||||
|
||||
// MARK: - Launch loading
|
||||
|
||||
"launch_loading_migrating_data" = "Adatok migrálása\n%@ %%";
|
||||
"settings_labs_disable_crypto_sdk" = "Végpontok közötti titkosítás 2.0 (kikapcsoláshoz kijelentkezés szükséges)";
|
||||
"settings_labs_confirm_crypto_sdk" = "Ezzel az opcióval egy gyorsabb és megbízhatóbb végponttól végponting titkosító motor kerül engedélyezésre ami Rustban lett megírva. Bekapcsolás után a kikapcsolásához ki kell jelentkezni. Folytatod?";
|
||||
"settings_labs_enable_crypto_sdk" = "Az új Rust alapú Titkosítási SDK engedélyezése";
|
||||
"home_context_menu_mark_as_unread" = "Olvasatlannak jelöl";
|
||||
"poll_history_fetching_error" = "Szavazás betöltési hiba.";
|
||||
"voice_broadcast_playback_unable_to_decrypt" = "A hang közvetítés nem fejthető vissza.";
|
||||
"key_backup_recover_from_private_key_progress" = "%@%% kész";
|
||||
|
||||
@@ -2672,14 +2672,6 @@
|
||||
// Mark: - Room invites
|
||||
|
||||
"room_invites_empty_view_title" = "Belum ada yang baru.";
|
||||
"all_chats_onboarding_try_it" = "Coba";
|
||||
"all_chats_onboarding_title" = "Apa yang baru";
|
||||
"all_chats_onboarding_page_message3" = "Ketuk profil Anda untuk memberi tahu kami bagaimana menurut Anda.";
|
||||
"all_chats_onboarding_page_title3" = "Berikan Masukan";
|
||||
"all_chats_onboarding_page_message2" = "Akses Space Anda (di kiri bawah) dengan lebih cepat dan lebih mudah dari sebelumnya.";
|
||||
"all_chats_onboarding_page_title2" = "Akses Space";
|
||||
"all_chats_onboarding_page_message1" = "Untuk membuat Element Anda lebih sederhana, fitur tab sekarang opsional. Kelola menggunakan menu kanan atas.";
|
||||
"all_chats_onboarding_page_title1" = "Selamat datang di tampilan yang baru!";
|
||||
"all_chats_nothing_found_placeholder_message" = "Coba atur pencarian Anda.";
|
||||
"all_chats_nothing_found_placeholder_title" = "Tidak ada yang ditemukan.";
|
||||
"all_chats_empty_unreads_placeholder_message" = "Ini di mana pesan Anda yang belum dibaca akan ditampilkan, ketika Anda menerimanya.";
|
||||
@@ -2893,5 +2885,46 @@
|
||||
"notice_voice_broadcast_live" = "Siaran langsung";
|
||||
"user_other_session_security_recommendation_title" = "Sesi lainnya";
|
||||
"poll_timeline_decryption_error" = "Karena kesalahan enkripsi, beberapa suara mungkin tidak terhitung";
|
||||
"voice_message_broadcast_in_progress_message" = "Anda tidak dapat memulai sebuah pesan suara selagi Anda merekam sebuah siaran langsung. Silakan mengakhiri siaran langsung Anda untuk memulai merekam sebuah pesan suara";
|
||||
"voice_message_broadcast_in_progress_message" = "Anda tidak dapat memulai sebuah pesan suara karena Anda saat ini merekam sebuah siaran langsung. Silakan mengakhiri siaran langsung Anda untuk memulai merekam sebuah pesan suara";
|
||||
"voice_message_broadcast_in_progress_title" = "Tidak dapat memulai pesan suara";
|
||||
"poll_timeline_ended_text" = "Mengakhiri pemungutan suara";
|
||||
"voice_broadcast_voip_cannot_start_description" = "Anda tidak dapat memulai sebuah panggilan karena Anda saat ini merekam sebuah siaran langsung. Mohon akhiri siaran langsung Anda untuk memulai sebuah panggilan.";
|
||||
"voice_broadcast_voip_cannot_start_title" = "Tidak dapat memulai sebuah panggilan";
|
||||
"poll_history_no_past_poll_text" = "Tidak ada pemungutan suara masa lalu di ruangan ini";
|
||||
"poll_history_no_active_poll_text" = "Tidak ada pemungutan suara yang aktifk di ruangan ini";
|
||||
"poll_history_past_segment_title" = "Pemungutan suara sebelumnya";
|
||||
"poll_history_active_segment_title" = "Pemungutan suara aktif";
|
||||
|
||||
// MARK: - Polls history
|
||||
|
||||
"poll_history_title" = "Riwayat pemungutan suara";
|
||||
"room_details_polls" = "Riwayat pemungutan suara";
|
||||
"accessibility_selected" = "dipilih";
|
||||
"voice_broadcast_playback_lock_screen_placeholder" = "Siaran suara";
|
||||
"wysiwyg_composer_format_action_quote" = "Saklar kutipan";
|
||||
"wysiwyg_composer_format_action_code_block" = "Saklar blok kode";
|
||||
"wysiwyg_composer_format_action_ordered_list" = "Saklar daftar bernomor";
|
||||
"wysiwyg_composer_format_action_unordered_list" = "Saklar daftar bulat";
|
||||
"voice_broadcast_connection_error_message" = "Sayangnya kami tidak dapat memulai sebuah rekaman saat ini. Silakan coba lagi nanti.";
|
||||
"voice_broadcast_connection_error_title" = "Kesalahan koneksi";
|
||||
"voice_broadcast_recorder_connection_error" = "Kesalahan koneksi - Perekaman dijeda";
|
||||
"poll_timeline_reply_ended_poll" = "Pemungutan suara berakhir";
|
||||
|
||||
// MARK: - Launch loading
|
||||
|
||||
"launch_loading_migrating_data" = "Memigrasikan data\n%@ %%";
|
||||
"settings_labs_disable_crypto_sdk" = "Enkripsi ujung ke ujung Rust (keluar dari akun untuk menonaktifkan)";
|
||||
"settings_labs_confirm_crypto_sdk" = "Ketahui bahwa fitur ini masih dalam masa eksperimental, ini mungkin tidak berfungsi seperti yang diharapkan dan dapat memiliki konsekuensi yang tidak terduga. Untuk mengembalikan fitur, cukup keluar dari akun dan masuk kembali ke akun. Gunakan dengan pengetahuan dan risiko Anda.";
|
||||
"settings_labs_enable_crypto_sdk" = "Enkripsi ujung ke ujung Rust";
|
||||
"poll_history_load_more" = "Muat lebih banyak pemungutan suara";
|
||||
"poll_history_no_active_poll_period_text" = "Tidak ada pemungutan suara terakhir untuk %@ hari sebelumnya. Muat lebih banyak pemungutan suara untuk bulan sebelumnya";
|
||||
"poll_history_no_past_poll_period_text" = "Tidak ada pemungutan suara untuk %@ hari sebelumnya. Muat lebih banyak pemungutan suara untuk melihat pemungutan suara untuk bulan sebelumnya";
|
||||
"poll_history_loading_text" = "Menampilkan pemungutan suara";
|
||||
"poll_history_fetching_error" = "Terjadi kesalahan mendapatkan pemungutan suara.";
|
||||
"key_backup_recover_from_private_key_progress" = "%@%% Selesai";
|
||||
"voice_broadcast_playback_unable_to_decrypt" = "Tidak dapat mendekripsi siaran suara ini.";
|
||||
"home_context_menu_mark_as_unread" = "Tandai sebagai belum dibaca";
|
||||
"wysiwyg_composer_format_action_un_indent" = "Kurangi indentasi";
|
||||
"wysiwyg_composer_format_action_indent" = "Tambahkan indentasi";
|
||||
"poll_history_detail_view_in_timeline" = "Tampilkan pemungutan suara dalam lini masa";
|
||||
"settings_push_rules_error" = "Sebuah kesalahan terjadi ketika memperbarui preferensi notifikasi Anda. Silakan alih ulang opsi Anda.";
|
||||
|
||||
@@ -170,3 +170,6 @@
|
||||
|
||||
/* Look, stuff's happened, alright? Just open the app. */
|
||||
"MSGS_IN_TWO_PLUS_ROOMS" = "%@ ný skilaboð í %@, %@ og fleirum";
|
||||
|
||||
/* New voice broadcast from a specific person, not referencing a room. */
|
||||
"VOICE_BROADCAST_FROM_USER" = "%@ byrjaði talútsendingu";
|
||||
|
||||
@@ -1283,7 +1283,7 @@
|
||||
"settings_add_3pid_invalid_password_message" = "Ógild auðkenni";
|
||||
"settings_add_3pid_password_title_msidsn" = "Bæta við símanúmeri";
|
||||
"settings_add_3pid_password_title_email" = "Bæta við tölvupóstfangi";
|
||||
"settings_labs_enable_threads" = "Skilaboð í spjallþráðum";
|
||||
"settings_labs_enable_threads" = "Spjallþræðir skilaboða";
|
||||
"settings_labs_enabled_polls" = "Kannanir";
|
||||
"settings_integrations_allow_button" = "Sýsla með samþættingar";
|
||||
"settings_new_keyword" = "Bæta við nýju stikkorði";
|
||||
@@ -2132,7 +2132,6 @@
|
||||
|
||||
"user_sessions_overview_title" = "Setur";
|
||||
"space_selector_create_space" = "Búa til svæði";
|
||||
"all_chats_onboarding_try_it" = "Prófaðu það";
|
||||
"all_chats_edit_menu_space_settings" = "Stillingar svæðis";
|
||||
"all_chats_edit_menu_leave_space" = "Yfirgefa %@";
|
||||
"room_recents_recently_viewed_section" = "Nýlega skoðað";
|
||||
@@ -2234,7 +2233,6 @@
|
||||
// Mark: - Room invites
|
||||
|
||||
"room_invites_empty_view_title" = "Ekkert nýtt.";
|
||||
"all_chats_onboarding_page_title1" = "Velkomin í nýja sýn!";
|
||||
"all_chats_nothing_found_placeholder_message" = "Reyndu að aðlaga leitina þína.";
|
||||
"all_chats_edit_layout_alphabetical_order" = "Raða A-Ö";
|
||||
"all_chats_edit_layout_activity_order" = "Raða eftir virkni";
|
||||
@@ -2317,7 +2315,7 @@
|
||||
"device_name_mobile" = "%@ fyrir farsíma";
|
||||
"device_name_web" = "%@ á vefnum";
|
||||
"device_name_desktop" = "%@ fyrir einkatölvur";
|
||||
"user_session_item_details" = "%@ · Síðasta virkni %@";
|
||||
"user_session_item_details" = "%1$@ · %2$@";
|
||||
"location_sharing_live_loading" = "Hleð inn rauntímastaðsetningu...";
|
||||
"location_sharing_live_list_item_time_left" = "%@ fór";
|
||||
"location_sharing_map_credits_title" = "© Höfundarréttur";
|
||||
@@ -2330,9 +2328,6 @@
|
||||
// Mark: - Space Selector
|
||||
|
||||
"space_selector_title" = "Svæðin mín";
|
||||
"all_chats_onboarding_title" = "Hvað er nýtt";
|
||||
"all_chats_onboarding_page_title3" = "Gefðu umsögn";
|
||||
"all_chats_onboarding_page_title2" = "Aðgangur að svæðum";
|
||||
"all_chats_user_menu_settings" = "Notandastillingar";
|
||||
"all_chats_edit_layout_pin_spaces_title" = "Festu svæðin þín";
|
||||
|
||||
@@ -2368,3 +2363,119 @@
|
||||
|
||||
// MARK: Authentication
|
||||
"authentication_registration_title" = "Búðu til aðganginn þinn";
|
||||
"notice_voice_broadcast_ended_by_you" = "Þú endaðir talútsendingu.";
|
||||
"notice_voice_broadcast_ended" = "%@ endaði talútsendingu.";
|
||||
"notice_voice_broadcast_live" = "Bein útsending";
|
||||
"deselect_all" = "Afvelja allt";
|
||||
"wysiwyg_composer_link_action_edit_title" = "Breyta tengli";
|
||||
"wysiwyg_composer_link_action_create_title" = "Búa til tengil";
|
||||
"wysiwyg_composer_link_action_link" = "Tengill";
|
||||
|
||||
|
||||
|
||||
// Links
|
||||
"wysiwyg_composer_link_action_text" = "Texti";
|
||||
"wysiwyg_composer_start_action_voice_broadcast" = "Útvörpun tals";
|
||||
"wysiwyg_composer_start_action_text_formatting" = "Sníðing texta";
|
||||
"wysiwyg_composer_start_action_camera" = "Myndavél";
|
||||
"wysiwyg_composer_start_action_location" = "Staðsetning";
|
||||
"wysiwyg_composer_start_action_polls" = "Kannanir";
|
||||
"wysiwyg_composer_start_action_attachments" = "Viðhengi";
|
||||
"wysiwyg_composer_start_action_stickers" = "Límmerki";
|
||||
|
||||
|
||||
// MARK: - WYSIWYG Composer
|
||||
|
||||
// Send Media Actions
|
||||
"wysiwyg_composer_start_action_media_picker" = "Ljósmyndasafn";
|
||||
"user_session_overview_session_details_button_title" = "Nánar um setuna";
|
||||
"user_session_overview_session_title" = "Seta";
|
||||
"user_session_overview_current_session_title" = "Núverandi seta";
|
||||
"user_session_details_application_url" = "Slóð (URL)";
|
||||
"user_session_details_application_version" = "Útgáfa";
|
||||
"user_session_details_application_name" = "Heiti";
|
||||
"user_session_details_device_os" = "Stýrikerfi";
|
||||
"user_session_details_device_browser" = "Vafri";
|
||||
"user_session_details_device_model" = "Gerð";
|
||||
"user_session_details_device_ip_location" = "Staðsetning IP-vistfangs";
|
||||
"user_session_details_device_ip_address" = "IP-vistfang";
|
||||
"user_session_details_last_activity" = "Síðasta virkni";
|
||||
"user_session_details_session_id" = "Auðkenni setu";
|
||||
"user_session_details_session_name" = "Nafn á setu";
|
||||
"user_session_details_device_section_header" = "Tæki";
|
||||
"user_session_details_application_section_header" = "Forrit";
|
||||
"user_session_details_session_section_header" = "Seta";
|
||||
"user_session_details_title" = "Nánar um setuna";
|
||||
"device_type_name_unknown" = "Óþekkt";
|
||||
"device_type_name_mobile" = "Farsími";
|
||||
"device_type_name_web" = "Vefur";
|
||||
"device_type_name_desktop" = "Borðtölva";
|
||||
"user_other_session_selected_count" = "%@ valið";
|
||||
"user_other_session_clear_filter" = "Hreinsa síu";
|
||||
"user_other_session_no_unverified_sessions" = "Engar óstaðfestar setur fundust.";
|
||||
"user_other_session_no_verified_sessions" = "Engar staðfestar setur fundust.";
|
||||
"user_other_session_no_inactive_sessions" = "Engar óvirkar setur fundust.";
|
||||
"user_other_session_filter_menu_inactive" = "Óvirkt";
|
||||
"user_other_session_filter_menu_unverified" = "Óstaðfestar";
|
||||
"user_other_session_filter_menu_verified" = "Staðfestar";
|
||||
"user_other_session_filter_menu_all" = "Allar setur";
|
||||
"user_other_session_filter" = "Sía";
|
||||
"user_other_session_security_recommendation_title" = "Aðrar setur";
|
||||
"user_session_inactive_session_title" = "Óvirkar setur";
|
||||
"user_session_unverified_session_title" = "Óstaðfest seta";
|
||||
"user_session_verified_session_title" = "Sannreyndar setur";
|
||||
"user_session_got_it" = "Náði því";
|
||||
"user_session_push_notifications" = "Ýti-tilkynningar";
|
||||
"user_session_verification_unknown_short" = "Óþekkt";
|
||||
"user_session_verification_unknown" = "Óþekkt staða sannvottunar";
|
||||
"user_sessions_view_all_action" = "Skoða öll (%d)";
|
||||
"user_sessions_overview_link_device" = "Tengja tæki";
|
||||
"user_sessions_overview_current_session_section_title" = "Núverandi seta";
|
||||
"user_sessions_hide_location_info" = "Fela IP-vistfang";
|
||||
"user_sessions_show_location_info" = "Birta IP-vistfang";
|
||||
"user_sessions_overview_other_sessions_section_title" = "Aðrar setur";
|
||||
"user_sessions_overview_security_recommendations_inactive_title" = "Óvirkar setur";
|
||||
"user_sessions_overview_security_recommendations_unverified_title" = "Óstaðfestar setur";
|
||||
"user_sessions_overview_security_recommendations_section_title" = "Ráðleggingar varðandi öryggi";
|
||||
|
||||
// MARK: User sessions management
|
||||
|
||||
// Parameter is the application display name (e.g. "Element")
|
||||
"user_sessions_default_session_display_name" = "%@ iOS";
|
||||
"location_sharing_live_lab_promotion_activation" = "Virkja deilingu rauntímastaðsetninga";
|
||||
"location_sharing_live_timer_incoming" = "Í beinni til %@";
|
||||
"poll_timeline_reply_ended_poll" = "Lauk könnun";
|
||||
"poll_timeline_ended_text" = "Lauk könnuninni";
|
||||
"poll_history_past_segment_title" = "Fyrri kannanir";
|
||||
"poll_history_active_segment_title" = "Virkar kannanir";
|
||||
|
||||
// MARK: - Polls history
|
||||
|
||||
"poll_history_title" = "Breytingaskrá könnunar";
|
||||
"all_chats_user_menu_accessibility_label" = "Valmynd notandans";
|
||||
"voice_broadcast_connection_error_title" = "Villa í tengingu";
|
||||
"voice_broadcast_voip_cannot_start_title" = "Get ekki hafið símtal";
|
||||
"voice_broadcast_stop_alert_agree_button" = "Já, stöðva";
|
||||
"voice_broadcast_buffering" = "Hleð í biðminni...";
|
||||
"voice_broadcast_time_left" = "%@ eftir";
|
||||
"voice_broadcast_tile" = "Útvörpun tals";
|
||||
"voice_broadcast_live" = "Beint";
|
||||
"voice_broadcast_playback_lock_screen_placeholder" = "Útvörpun tals";
|
||||
|
||||
// Unverified sessions
|
||||
"key_verification_alert_title" = "Þú ert með óstaðfestar setur";
|
||||
"sign_out_confirmation_message" = "Ertu viss um að þú viljir skrá þig út?";
|
||||
|
||||
// MARK: Sign out warning
|
||||
|
||||
"sign_out" = "Skrá út";
|
||||
"secure_key_backup_setup_cancel_alert_message" = "Ef þú hættir við núna, geturðu tapað dulrituðum skilaboðum og gögnum ef þú missir aðgang að innskráningum þínum.\n\nÞú getur víka sett upp örugga afritun og sýslað með dulritunarlyklana þína í stillingunum.";
|
||||
"room_details_polls" = "Breytingaskrá könnunar";
|
||||
"manage_session_sign_out_other_sessions" = "Skrá út úr öllum öðrum setum";
|
||||
"manage_session_rename" = "Endurnefna setu";
|
||||
"settings_labs_enable_voice_broadcast" = "Útvörpun tals";
|
||||
"authentication_qr_login_failure_retry" = "Reyna aftur";
|
||||
"authentication_qr_login_loading_connecting_device" = "Tengist við tæki";
|
||||
"authentication_qr_login_scan_title" = "Skanna QR-kóða";
|
||||
"authentication_qr_login_start_title" = "Skanna QR-kóða";
|
||||
"authentication_login_with_qr" = "Skrá inn með QR-kóða";
|
||||
|
||||
@@ -118,3 +118,6 @@
|
||||
|
||||
/* New file message from a specific person, not referencing a room. */
|
||||
"LOCATION_FROM_USER" = "%@ ha condiviso la sua posizione";
|
||||
|
||||
/* New voice broadcast from a specific person, not referencing a room. */
|
||||
"VOICE_BROADCAST_FROM_USER" = "%@ ha iniziato una trasmissione vocale";
|
||||
|
||||
@@ -2445,14 +2445,6 @@
|
||||
// Mark: - Room invites
|
||||
|
||||
"room_invites_empty_view_title" = "Niente di nuovo.";
|
||||
"all_chats_onboarding_try_it" = "Provalo";
|
||||
"all_chats_onboarding_title" = "Novità";
|
||||
"all_chats_onboarding_page_message3" = "Tocca il tuo profilo per farci sapere cosa ne pensi.";
|
||||
"all_chats_onboarding_page_title3" = "Invia un feedback";
|
||||
"all_chats_onboarding_page_message2" = "Accedi ai tuoi spazi (in basso a sinistra) più velocemente e più facilmente che mai.";
|
||||
"all_chats_onboarding_page_title2" = "Accedi agli spazi";
|
||||
"all_chats_onboarding_page_message1" = "Per semplificare Element, le schede ora sono opzionali. Gestiscile usando il menu in alto a destra.";
|
||||
"all_chats_onboarding_page_title1" = "Benvenuti ad una nuova panoramica!";
|
||||
"all_chats_nothing_found_placeholder_message" = "Prova a cambiare la tua ricerca.";
|
||||
"all_chats_nothing_found_placeholder_title" = "Non è stato trovato niente.";
|
||||
"all_chats_empty_unreads_placeholder_message" = "Qui è dove verranno mostrati i messaggi non letti, quando ne avrai qualcuno.";
|
||||
@@ -2665,3 +2657,47 @@
|
||||
"notice_voice_broadcast_live" = "Trasmissione in diretta";
|
||||
"wysiwyg_composer_format_action_inline_code" = "Applica formato codice interlinea";
|
||||
"user_other_session_security_recommendation_title" = "Altre sessioni";
|
||||
"poll_timeline_ended_text" = "Sondaggio terminato";
|
||||
"poll_timeline_decryption_error" = "A causa di errori di decifrazione, alcuni voti potrebbero non venire contati";
|
||||
"voice_broadcast_voip_cannot_start_description" = "Non puoi avviare una chiamata perché stai registrando una trasmissione in diretta. Termina la trasmissione per potere iniziare una chiamata.";
|
||||
"voice_broadcast_voip_cannot_start_title" = "Impossibile avviare una chiamata";
|
||||
"voice_message_broadcast_in_progress_title" = "Impossibile iniziare il messaggio vocale";
|
||||
"voice_message_broadcast_in_progress_message" = "Non puoi iniziare un messaggio vocale perché stai registrando una trasmissione in diretta. Termina la trasmissione per potere iniziare un messaggio vocale";
|
||||
"poll_history_no_past_poll_text" = "In questa stanza non ci sono sondaggi passati";
|
||||
"poll_history_no_active_poll_text" = "In questa stanza non ci sono sondaggi attivi";
|
||||
"poll_history_past_segment_title" = "Sondaggi passati";
|
||||
"poll_history_active_segment_title" = "Sondaggi attivi";
|
||||
|
||||
// MARK: - Polls history
|
||||
|
||||
"poll_history_title" = "Cronologia sondaggi";
|
||||
"voice_broadcast_playback_lock_screen_placeholder" = "Trasmissione vocale";
|
||||
"room_details_polls" = "Cronologia sondaggi";
|
||||
"accessibility_selected" = "selezionato";
|
||||
"wysiwyg_composer_format_action_quote" = "Attiva/disattiva citazione";
|
||||
"wysiwyg_composer_format_action_code_block" = "Attiva/disattiva blocco di codice";
|
||||
"wysiwyg_composer_format_action_ordered_list" = "Attiva/disattiva elenco numerato";
|
||||
"wysiwyg_composer_format_action_unordered_list" = "Attiva/disattiva elenco puntato";
|
||||
"poll_timeline_reply_ended_poll" = "Sondaggio terminato";
|
||||
"voice_broadcast_recorder_connection_error" = "Errore di connessione - Registrazione in pausa";
|
||||
"voice_broadcast_connection_error_message" = "Sfortunatamente non riusciamo ad iniziare una registrazione al momento. Riprova più tardi.";
|
||||
"voice_broadcast_connection_error_title" = "Errore di connessione";
|
||||
"poll_history_load_more" = "Carica più sondaggi";
|
||||
"poll_history_no_past_poll_period_text" = "Non ci sono sondaggi passati negli ultimi %@ giorni. Carica più sondaggi per vedere quelli dei mesi precedenti";
|
||||
"poll_history_no_active_poll_period_text" = "Non ci sono sondaggi attivi negli ultimi %@ giorni. Carica più sondaggi per vedere quelli dei mesi precedenti";
|
||||
"poll_history_loading_text" = "Visualizzazione sondaggi";
|
||||
|
||||
// MARK: - Launch loading
|
||||
|
||||
"launch_loading_migrating_data" = "Migrazione dati\n%@ %%";
|
||||
"settings_labs_disable_crypto_sdk" = "Crittografia end-to-end Rust (disconnettiti per disattivarla)";
|
||||
"settings_labs_confirm_crypto_sdk" = "Si noti che questa funzione, essendo ancora in fase sperimentale, potrebbe non funzionare come previsto e potrebbe avere conseguenze indesiderate. Per disattivare la funzione, è sufficiente disconnettersi e riaccedere. Utilizzare a propria discrezione e con cautela.";
|
||||
"settings_labs_enable_crypto_sdk" = "Crittografia end-to-end Rust";
|
||||
"wysiwyg_composer_format_action_un_indent" = "Diminuisci indentazione";
|
||||
"wysiwyg_composer_format_action_indent" = "Aumenta indentazione";
|
||||
"poll_history_fetching_error" = "Errore di recupero dei sondaggi.";
|
||||
"voice_broadcast_playback_unable_to_decrypt" = "Impossibile decifrare questa trasmissione vocale.";
|
||||
"home_context_menu_mark_as_unread" = "Segna come non letto";
|
||||
"key_backup_recover_from_private_key_progress" = "%@%% Completato";
|
||||
"poll_history_detail_view_in_timeline" = "Vedi sondaggio nella linea temporale";
|
||||
"settings_push_rules_error" = "Si è verificato un errore aggiornando le tue preferenze di notifica. Prova ad attivare/disattivare di nuovo l'opzione.";
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
// Permissions usage explanations
|
||||
"NSCameraUsageDescription" = "カメラは、ビデオ通話や写真撮影、動画撮影に使用されます。";
|
||||
"NSPhotoLibraryUsageDescription" = "フォトライブラリは、写真や動画の送信に使用されます。";
|
||||
"NSCameraUsageDescription" = "カメラは、ビデオ通話や写真、動画の撮影とアップロードに使用されます。";
|
||||
"NSPhotoLibraryUsageDescription" = "フォトへのアクセスを許可すると、写真や動画をライブラリーからアップロードできるようになります。";
|
||||
"NSMicrophoneUsageDescription" = "Elementは通話、動画撮影、ボイスメッセージの録音にマイクへのアクセスを必要としています。";
|
||||
"NSContactsUsageDescription" = "Elementは、あなたが連絡先をチャットに招待できるように、連絡先を表示します。";
|
||||
"NSContactsUsageDescription" = "あなたのIDサーバーに共有され、Matrixで連絡先を発見するのに使用されます。";
|
||||
"NSCalendarsUsageDescription" = "予定されているミーティングをアプリで確認することができます。";
|
||||
"NSFaceIDUsageDescription" = "Face IDはアプリへのアクセスに使用されます。";
|
||||
"NSLocationWhenInUseUsageDescription" = "位置情報を共有する際には、地図を表示するためのアクセスをElementに付与する必要があります。";
|
||||
"NSLocationAlwaysAndWhenInUseUsageDescription" = "あなたが他の人に位置を共有するとき、Elementは地図をその人に表示するアクセス権が必要です。";
|
||||
"NSLocationAlwaysAndWhenInUseUsageDescription" = "位置情報を共有する際には、地図を表示するためのアクセスをElementに付与する必要があります。";
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/* New message from a specific person, not referencing a room */
|
||||
"MSG_FROM_USER" = "%@ さんからメッセージ";
|
||||
"MSG_FROM_USER" = "%@さんがメッセージを送信しました";
|
||||
/* New message from a specific person in a named room */
|
||||
"MSG_FROM_USER_IN_ROOM" = "%@ さんが %@ へ発言";
|
||||
"MSG_FROM_USER_IN_ROOM" = "%@さんが%@に投稿しました";
|
||||
/* New message from a specific person, not referencing a room. Content included. */
|
||||
"MSG_FROM_USER_WITH_CONTENT" = "%@: %@";
|
||||
"MSG_FROM_USER_WITH_CONTENT" = "%@:%@";
|
||||
/* New message from a specific person in a named room. Content included. */
|
||||
"MSG_FROM_USER_IN_ROOM_WITH_CONTENT" = "%@ in %@: %@";
|
||||
/* New action message from a specific person, not referencing a room. */
|
||||
@@ -12,62 +12,62 @@
|
||||
"ACTION_FROM_USER_IN_ROOM" = "%@: * %@ %@";
|
||||
/* New action message from a specific person, not referencing a room. */
|
||||
/* New action message from a specific person in a named room. */
|
||||
"IMAGE_FROM_USER_IN_ROOM" = "%@ さんが写真を投稿 %@ in %@";
|
||||
"IMAGE_FROM_USER_IN_ROOM" = "%@さんが写真%@を%@に投稿しました";
|
||||
/* Multiple unread messages in a room */
|
||||
"UNREAD_IN_ROOM" = "%@ 新しいメッセージ in %@";
|
||||
"UNREAD_IN_ROOM" = "%@件の新しいメッセージが%@にあります";
|
||||
/* Multiple unread messages from a specific person, not referencing a room */
|
||||
"MSGS_FROM_USER" = "%@ 新しいメッセージ in %@";
|
||||
"MSGS_FROM_USER" = "%@件の新しいメッセージが%@にあります";
|
||||
/* Multiple unread messages from two people */
|
||||
"MSGS_FROM_TWO_USERS" = "%@ 新しいメッセージ from %@ and %@";
|
||||
"MSGS_FROM_TWO_USERS" = "%@件の新しいメッセージを%@と%@から受信しました";
|
||||
/* Multiple unread messages from three people */
|
||||
"MSGS_FROM_THREE_USERS" = "%@ 新しいメッセージ from %@, %@ and %@";
|
||||
"MSGS_FROM_THREE_USERS" = "%@件の新しいメッセージを%@、%@、%@から受信しました";
|
||||
/* Multiple unread messages from two plus people (ie. for 4+ people: 'others' replaces the third person) */
|
||||
"MSGS_FROM_TWO_PLUS_USERS" = "%@ 新しいメッセージ from %@, %@ 他";
|
||||
"MSGS_FROM_TWO_PLUS_USERS" = "%@件の新しいメッセージを%@、%@、ほか数人から受信しました";
|
||||
/* Multiple messages in two rooms */
|
||||
"MSGS_IN_TWO_ROOMS" = "%@ 新しいメッセージ in %@ and %@";
|
||||
"MSGS_IN_TWO_ROOMS" = "%@件の新しいメッセージが%@と%@にあります";
|
||||
/* Look, stuff's happened, alright? Just open the app. */
|
||||
"MSGS_IN_TWO_PLUS_ROOMS" = "%@ 新しいメッセージ in %@, %@ 他";
|
||||
"MSGS_IN_TWO_PLUS_ROOMS" = "%@件の新しいメッセージが%@、%@などにあります";
|
||||
/* A user has invited you to a chat */
|
||||
"USER_INVITE_TO_CHAT" = "%@ さんがあなたを対話に招待しました";
|
||||
"USER_INVITE_TO_CHAT" = "%@さんがあなたをチャットに招待しました";
|
||||
/* A user has invited you to an (unamed) group chat */
|
||||
"USER_INVITE_TO_CHAT_GROUP_CHAT" = "%@ さんがあなたをルームへ招待しました";
|
||||
"USER_INVITE_TO_CHAT_GROUP_CHAT" = "%@さんがあなたをグループチャットに招待しました";
|
||||
/* A user has invited you to a named room */
|
||||
"USER_INVITE_TO_NAMED_ROOM" = "%@ さんがルーム %@ へ招待しました";
|
||||
"USER_INVITE_TO_NAMED_ROOM" = "%@さんがルーム %@ に招待しました";
|
||||
/* Incoming one-to-one voice call */
|
||||
"VOICE_CALL_FROM_USER" = "%@ さんから通話着信";
|
||||
"VOICE_CALL_FROM_USER" = "%@さんから通話着信";
|
||||
/* Incoming one-to-one video call */
|
||||
"VIDEO_CALL_FROM_USER" = "%@ さんから映像つき通話着信";
|
||||
"VIDEO_CALL_FROM_USER" = "%@さんからビデオ通話の着信";
|
||||
/* Incoming unnamed voice conference invite from a specific person */
|
||||
"VOICE_CONF_FROM_USER" = "%@ さんから会議通話の着信";
|
||||
"VOICE_CONF_FROM_USER" = "%@さんからグループ通話の着信";
|
||||
/* Incoming unnamed video conference invite from a specific person */
|
||||
"VIDEO_CONF_FROM_USER" = "%@ さんから映像つき会議通話の着信";
|
||||
"VIDEO_CONF_FROM_USER" = "%@さんからビデオグループ通話の着信";
|
||||
/* Incoming named voice conference invite from a specific person */
|
||||
"VOICE_CONF_NAMED_FROM_USER" = "会議通話の着信 from %@: '%@'";
|
||||
"VOICE_CONF_NAMED_FROM_USER" = "%@さんからグループ通話の着信:'%@'";
|
||||
/* Incoming named video conference invite from a specific person */
|
||||
"VIDEO_CONF_NAMED_FROM_USER" = "映像つき会議通話の着信 from %@: '%@'";
|
||||
"VIDEO_CONF_NAMED_FROM_USER" = "%@さんからビデオグループ通話の着信:'%@'";
|
||||
/* A single unread message in a room */
|
||||
"SINGLE_UNREAD_IN_ROOM" = "%@にメッセージを受け取りました";
|
||||
"SINGLE_UNREAD_IN_ROOM" = "%@でメッセージを受信しました";
|
||||
/* A single unread message */
|
||||
"SINGLE_UNREAD" = "あなたはメッセージを受け取りました";
|
||||
"SINGLE_UNREAD" = "メッセージを受信しました";
|
||||
|
||||
/** Key verification **/
|
||||
|
||||
"KEY_VERIFICATION_REQUEST_FROM_USER" = "%@は認証を要求しています";
|
||||
|
||||
/* New message indicator on a room */
|
||||
"MESSAGE_IN_X" = "%@ 内のメッセージ";
|
||||
"MESSAGE_IN_X" = "%@内のメッセージ";
|
||||
|
||||
/* Sticker from a specific person, not referencing a room. */
|
||||
"STICKER_FROM_USER" = "%@ さんからのスタンプ";
|
||||
"STICKER_FROM_USER" = "%@さんがステッカーを送信しました";
|
||||
/* Message title for a specific person in a named room */
|
||||
"MSG_FROM_USER_IN_ROOM_TITLE" = "%@(%@ から)";
|
||||
|
||||
/* Group call from user, CallKit caller name */
|
||||
"GROUP_CALL_FROM_USER" = "%@ (グループ通話)";
|
||||
"GROUP_CALL_FROM_USER" = "%@(グループ通話)";
|
||||
"MESSAGE_PROTECTED" = "新しいメッセージ";
|
||||
|
||||
/* New message indicator from a DM */
|
||||
"MESSAGE_FROM_X" = "%@ からのメッセージ";
|
||||
"MESSAGE_FROM_X" = "%@さんからのメッセージ";
|
||||
|
||||
/** Notification messages **/
|
||||
|
||||
@@ -78,52 +78,55 @@
|
||||
"Notification" = "通知";
|
||||
|
||||
/* New message reply from a specific person in a named room. */
|
||||
"REPLY_FROM_USER_IN_ROOM_TITLE" = "%@ さんが %@ で返信";
|
||||
"REPLY_FROM_USER_IN_ROOM_TITLE" = "%@さんが%@で返信しました";
|
||||
|
||||
/* New message reply from a specific person, not referencing a room. */
|
||||
"REPLY_FROM_USER_TITLE" = "%@ さんが返信";
|
||||
"REPLY_FROM_USER_TITLE" = "%@さんが返信しました";
|
||||
|
||||
/** Reactions **/
|
||||
|
||||
/* A user has reacted to a message, including the reaction e.g. "Alice reacted 👍". */
|
||||
"REACTION_FROM_USER" = "%@ さんが %@ とリアクション";
|
||||
"REACTION_FROM_USER" = "%@さんが%@でリアクションしました";
|
||||
|
||||
/* A user has reacted to a message, but the reaction content is unknown */
|
||||
"GENERIC_REACTION_FROM_USER" = "%@ さんがリアクション";
|
||||
"GENERIC_REACTION_FROM_USER" = "%@さんがリアクションを送信しました";
|
||||
|
||||
/* New file message from a specific person, not referencing a room. */
|
||||
"LOCATION_FROM_USER" = "%@ さんが位置情報を共有";
|
||||
"LOCATION_FROM_USER" = "%@さんが位置情報を共有しました";
|
||||
|
||||
/* New voice message from a specific person, not referencing a room. */
|
||||
"VOICE_MESSAGE_FROM_USER" = "%@ さんが音声メッセージを送信";
|
||||
"VOICE_MESSAGE_FROM_USER" = "%@さんが音声メッセージを送信しました";
|
||||
|
||||
/* New video message from a specific person, not referencing a room. */
|
||||
"VIDEO_FROM_USER" = "%@ さんが動画を送信";
|
||||
"VIDEO_FROM_USER" = "%@さんが動画を送信しました";
|
||||
|
||||
/** Media Messages **/
|
||||
|
||||
/* New image message from a specific person, not referencing a room. */
|
||||
"PICTURE_FROM_USER" = "%@ さんが写真を送信";
|
||||
"PICTURE_FROM_USER" = "%@さんが写真を送信しました";
|
||||
|
||||
/* A user added a Jitsi call to a room */
|
||||
"GROUP_CALL_STARTED" = "グループ通話が開始されました";
|
||||
"GROUP_CALL_STARTED" = "グループ通話を開始しました";
|
||||
|
||||
/* A user's membership has updated in an unknown way */
|
||||
"USER_MEMBERSHIP_UPDATED" = "%@ がプロフィールを更新しました";
|
||||
"USER_MEMBERSHIP_UPDATED" = "%@さんがプロフィールを更新しました";
|
||||
|
||||
/* A user has change their avatar */
|
||||
"USER_UPDATED_AVATAR" = "%@ がアバター画像を変更しました";
|
||||
"USER_UPDATED_AVATAR" = "%@さんがアバターを変更しました";
|
||||
|
||||
/* A user has change their name to a new name which we don't know */
|
||||
"GENERIC_USER_UPDATED_DISPLAYNAME" = "%@ が名前を変更しました";
|
||||
"GENERIC_USER_UPDATED_DISPLAYNAME" = "%@さんが名前を変更しました";
|
||||
|
||||
/** Membership Updates **/
|
||||
|
||||
/* A user has change their name to a new name */
|
||||
"USER_UPDATED_DISPLAYNAME" = "%@ が名前を %@ に変更しました";
|
||||
"USER_UPDATED_DISPLAYNAME" = "%@さんが名前を%@に変更しました";
|
||||
|
||||
/* New file message from a specific person, not referencing a room. */
|
||||
"FILE_FROM_USER" = "%@ がファイルを送信しました: %@";
|
||||
"FILE_FROM_USER" = "%@がファイルを送信しました:%@";
|
||||
|
||||
/* New audio message from a specific person, not referencing a room. */
|
||||
"AUDIO_FROM_USER" = "%@ が音声ファイルを送信しました: %@";
|
||||
"AUDIO_FROM_USER" = "%@が音声ファイルを送信しました:%@";
|
||||
|
||||
/* New voice broadcast from a specific person, not referencing a room. */
|
||||
"VOICE_BROADCAST_FROM_USER" = "%@さんが音声配信を開始しました";
|
||||
|
||||
@@ -26,6 +26,35 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.4.0</b>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Neue Funktionen</b>
|
||||
<ul>
|
||||
<li/>Du kannst jetzt aktive und vergangene Umfragen gesammelt in den Raumdetails einsehen (erreichbar unter Raumdetails, im Bereich "Umfrageverlauf").
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Verbesserungen</b>
|
||||
<ul>
|
||||
<li/>Wir haben die Anzeige der geplanten Wartungsfenster weiter vereinheitlicht für alle Plattformen.
|
||||
<li/>Die Ergebnisse der Personensuche werden nun alphabetisch sortiert.
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Behobene Bugs</b>
|
||||
<ul>
|
||||
<li/>Bei der Verifizierung einer Sitzung mit einem anderen Gerät konnte es zu Abbrüchen kommen. Dies wurde behoben.
|
||||
<li/>Es wurde ein Fehler behoben, bei dem die dargestellte Anzahl an Raumeinladungen von der richtigen Anzahl abgewichen ist.
|
||||
<li/>Einige Statusmeldungen wurden abgeschnitten, dies ist nun behoben.
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.3.0</b>
|
||||
|
||||
@@ -2605,14 +2605,6 @@
|
||||
// Mark: - Room invites
|
||||
|
||||
"room_invites_empty_view_title" = "Niets nieuws.";
|
||||
"all_chats_onboarding_try_it" = "Probeer het uit";
|
||||
"all_chats_onboarding_title" = "Wat is nieuw";
|
||||
"all_chats_onboarding_page_message3" = "Tik op je profiel om ons te laten weten wat je ervan vindt.";
|
||||
"all_chats_onboarding_page_title3" = "Geef feedback";
|
||||
"all_chats_onboarding_page_message2" = "Krijg sneller en gemakkelijker toegang tot je Spaces (linksonder) dan ooit tevoren.";
|
||||
"all_chats_onboarding_page_title2" = "Toegang tot spaces";
|
||||
"all_chats_onboarding_page_message1" = "Om je Element te vereenvoudigen, zijn tabbladen nu optioneel. Beheer ze met behulp van het menu rechtsboven.";
|
||||
"all_chats_onboarding_page_title1" = "Welkom bij de nieuwe weergave!";
|
||||
"all_chats_edit_menu_space_settings" = "Space instellingen";
|
||||
"all_chats_edit_menu_leave_space" = "Verlaat %@";
|
||||
"all_chats_user_menu_settings" = "Gebruikersinstellingen";
|
||||
|
||||