Compare commits
15 Commits
main
...
8.12.1.161
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ead22b6f3 | ||
|
|
5b4ee2044a | ||
|
|
0c15ff347f | ||
|
|
4c9b2b0a23 | ||
|
|
08f6b2cfdc | ||
|
|
0a04105c36 | ||
|
|
0a4fe237fb | ||
|
|
baa8fbc68f | ||
|
|
5412e40756 | ||
|
|
53e63f63a4 | ||
|
|
246ce3f0ed | ||
|
|
0a0ff25925 | ||
|
|
1197943ddb | ||
|
|
dd9bf89bb4 | ||
|
|
999978dc1c |
164
Gemfile.lock
164
Gemfile.lock
@ -1,10 +1,8 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
CFPropertyList (3.0.7)
|
||||
base64
|
||||
nkf
|
||||
rexml
|
||||
CFPropertyList (3.0.8)
|
||||
abbrev (0.1.2)
|
||||
activesupport (7.1.3.2)
|
||||
base64
|
||||
bigdecimal
|
||||
@ -15,32 +13,36 @@ GEM
|
||||
minitest (>= 5.1)
|
||||
mutex_m
|
||||
tzinfo (~> 2.0)
|
||||
addressable (2.8.7)
|
||||
public_suffix (>= 2.0.2, < 7.0)
|
||||
addressable (2.9.0)
|
||||
public_suffix (>= 2.0.2, < 8.0)
|
||||
algoliasearch (1.27.5)
|
||||
httpclient (~> 2.8, >= 2.8.3)
|
||||
json (>= 1.5.1)
|
||||
artifactory (3.0.17)
|
||||
atomos (0.1.3)
|
||||
aws-eventstream (1.3.0)
|
||||
aws-partitions (1.1001.0)
|
||||
aws-sdk-core (3.211.0)
|
||||
aws-eventstream (1.4.0)
|
||||
aws-partitions (1.1249.0)
|
||||
aws-sdk-core (3.247.0)
|
||||
aws-eventstream (~> 1, >= 1.3.0)
|
||||
aws-partitions (~> 1, >= 1.992.0)
|
||||
aws-sigv4 (~> 1.9)
|
||||
base64
|
||||
bigdecimal
|
||||
jmespath (~> 1, >= 1.6.1)
|
||||
aws-sdk-kms (1.95.0)
|
||||
aws-sdk-core (~> 3, >= 3.210.0)
|
||||
logger
|
||||
aws-sdk-kms (1.125.0)
|
||||
aws-sdk-core (~> 3, >= 3.247.0)
|
||||
aws-sigv4 (~> 1.5)
|
||||
aws-sdk-s3 (1.169.0)
|
||||
aws-sdk-core (~> 3, >= 3.210.0)
|
||||
aws-sdk-s3 (1.222.0)
|
||||
aws-sdk-core (~> 3, >= 3.247.0)
|
||||
aws-sdk-kms (~> 1)
|
||||
aws-sigv4 (~> 1.5)
|
||||
aws-sigv4 (1.10.1)
|
||||
aws-sigv4 (1.12.1)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
babosa (1.0.4)
|
||||
base64 (0.2.0)
|
||||
bigdecimal (3.1.6)
|
||||
base64 (0.3.0)
|
||||
benchmark (0.5.0)
|
||||
bigdecimal (4.1.2)
|
||||
claide (1.1.0)
|
||||
cocoapods (1.15.2)
|
||||
addressable (~> 2.8)
|
||||
@ -85,8 +87,9 @@ GEM
|
||||
highline (~> 2.0.0)
|
||||
concurrent-ruby (1.2.3)
|
||||
connection_pool (2.4.1)
|
||||
csv (3.3.5)
|
||||
declarative (0.0.20)
|
||||
digest-crc (0.6.5)
|
||||
digest-crc (0.7.0)
|
||||
rake (>= 12.0.0, < 14.0.0)
|
||||
domain_name (0.6.20240107)
|
||||
dotenv (2.8.1)
|
||||
@ -97,7 +100,7 @@ GEM
|
||||
ethon (0.16.0)
|
||||
ffi (>= 1.15.0)
|
||||
excon (0.112.0)
|
||||
faraday (1.10.4)
|
||||
faraday (1.10.5)
|
||||
faraday-em_http (~> 1.0)
|
||||
faraday-em_synchrony (~> 1.0)
|
||||
faraday-excon (~> 1.1)
|
||||
@ -109,32 +112,36 @@ GEM
|
||||
faraday-rack (~> 1.0)
|
||||
faraday-retry (~> 1.0)
|
||||
ruby2_keywords (>= 0.0.4)
|
||||
faraday-cookie_jar (0.0.7)
|
||||
faraday-cookie_jar (0.0.8)
|
||||
faraday (>= 0.8.0)
|
||||
http-cookie (~> 1.0.0)
|
||||
http-cookie (>= 1.0.0)
|
||||
faraday-em_http (1.0.0)
|
||||
faraday-em_synchrony (1.0.0)
|
||||
faraday-em_synchrony (1.0.1)
|
||||
faraday-excon (1.1.0)
|
||||
faraday-httpclient (1.0.1)
|
||||
faraday-multipart (1.0.4)
|
||||
multipart-post (~> 2)
|
||||
faraday-multipart (1.2.0)
|
||||
multipart-post (~> 2.0)
|
||||
faraday-net_http (1.0.2)
|
||||
faraday-net_http_persistent (1.2.0)
|
||||
faraday-patron (1.0.0)
|
||||
faraday-rack (1.0.0)
|
||||
faraday-retry (1.0.3)
|
||||
faraday-retry (1.0.4)
|
||||
faraday_middleware (1.2.1)
|
||||
faraday (~> 1.0)
|
||||
fastimage (2.3.1)
|
||||
fastlane (2.225.0)
|
||||
CFPropertyList (>= 2.3, < 4.0.0)
|
||||
fastimage (2.4.1)
|
||||
fastlane (2.234.0)
|
||||
CFPropertyList (>= 2.3, < 5.0.0)
|
||||
abbrev (~> 0.1)
|
||||
addressable (>= 2.8, < 3.0.0)
|
||||
artifactory (~> 3.0)
|
||||
aws-sdk-s3 (~> 1.0)
|
||||
aws-sdk-s3 (~> 1.197)
|
||||
babosa (>= 1.0.3, < 2.0.0)
|
||||
bundler (>= 1.12.0, < 3.0.0)
|
||||
base64 (~> 0.2)
|
||||
benchmark (>= 0.1.0)
|
||||
bundler (>= 1.17.3, < 5.0.0)
|
||||
colored (~> 1.2)
|
||||
commander (~> 4.6)
|
||||
csv (~> 3.3)
|
||||
dotenv (>= 2.1.1, < 3.0.0)
|
||||
emoji_regex (>= 0.1, < 4.0)
|
||||
excon (>= 0.71.0, < 1.0.0)
|
||||
@ -142,20 +149,24 @@ GEM
|
||||
faraday-cookie_jar (~> 0.0.6)
|
||||
faraday_middleware (~> 1.0)
|
||||
fastimage (>= 2.1.0, < 3.0.0)
|
||||
fastlane-sirp (>= 1.0.0)
|
||||
fastlane-sirp (>= 1.1.0)
|
||||
gh_inspector (>= 1.1.2, < 2.0.0)
|
||||
google-apis-androidpublisher_v3 (~> 0.3)
|
||||
google-apis-playcustomapp_v1 (~> 0.1)
|
||||
google-cloud-env (>= 1.6.0, < 2.0.0)
|
||||
google-cloud-env (>= 1.6.0, <= 2.1.1)
|
||||
google-cloud-storage (~> 1.31)
|
||||
highline (~> 2.0)
|
||||
http-cookie (~> 1.0.5)
|
||||
json (< 3.0.0)
|
||||
jwt (>= 2.1.0, < 3)
|
||||
logger (>= 1.6, < 2.0)
|
||||
mini_magick (>= 4.9.4, < 5.0.0)
|
||||
multipart-post (>= 2.0.0, < 3.0.0)
|
||||
mutex_m (~> 0.3)
|
||||
naturally (~> 2.2)
|
||||
nkf (~> 0.2)
|
||||
optparse (>= 0.1.1, < 1.0.0)
|
||||
ostruct (>= 0.1.0)
|
||||
plist (>= 3.1.0, < 4.0.0)
|
||||
rubyzip (>= 2.0.0, < 3.0.0)
|
||||
security (= 0.1.5)
|
||||
@ -166,97 +177,100 @@ GEM
|
||||
tty-spinner (>= 0.8.0, < 1.0.0)
|
||||
word_wrap (~> 1.0.0)
|
||||
xcodeproj (>= 1.13.0, < 2.0.0)
|
||||
xcpretty (~> 0.3.0)
|
||||
xcpretty (~> 0.4.1)
|
||||
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
|
||||
fastlane-sirp (1.0.0)
|
||||
sysrandom (~> 1.0)
|
||||
fastlane-sirp (1.1.0)
|
||||
ffi (1.17.3)
|
||||
fourflusher (2.3.1)
|
||||
fuzzy_match (2.0.4)
|
||||
gh_inspector (1.1.3)
|
||||
google-apis-androidpublisher_v3 (0.54.0)
|
||||
google-apis-core (>= 0.11.0, < 2.a)
|
||||
google-apis-core (0.11.3)
|
||||
google-apis-androidpublisher_v3 (0.100.0)
|
||||
google-apis-core (>= 0.15.0, < 2.a)
|
||||
google-apis-core (0.18.0)
|
||||
addressable (~> 2.5, >= 2.5.1)
|
||||
googleauth (>= 0.16.2, < 2.a)
|
||||
httpclient (>= 2.8.1, < 3.a)
|
||||
googleauth (~> 1.9)
|
||||
httpclient (>= 2.8.3, < 3.a)
|
||||
mini_mime (~> 1.0)
|
||||
mutex_m
|
||||
representable (~> 3.0)
|
||||
retriable (>= 2.0, < 4.a)
|
||||
rexml
|
||||
google-apis-iamcredentials_v1 (0.17.0)
|
||||
google-apis-core (>= 0.11.0, < 2.a)
|
||||
google-apis-playcustomapp_v1 (0.13.0)
|
||||
google-apis-core (>= 0.11.0, < 2.a)
|
||||
google-apis-storage_v1 (0.31.0)
|
||||
google-apis-core (>= 0.11.0, < 2.a)
|
||||
google-cloud-core (1.7.1)
|
||||
google-apis-iamcredentials_v1 (0.27.0)
|
||||
google-apis-core (>= 0.15.0, < 2.a)
|
||||
google-apis-playcustomapp_v1 (0.17.0)
|
||||
google-apis-core (>= 0.15.0, < 2.a)
|
||||
google-apis-storage_v1 (0.62.0)
|
||||
google-apis-core (>= 0.15.0, < 2.a)
|
||||
google-cloud-core (1.8.0)
|
||||
google-cloud-env (>= 1.0, < 3.a)
|
||||
google-cloud-errors (~> 1.0)
|
||||
google-cloud-env (1.6.0)
|
||||
faraday (>= 0.17.3, < 3.0)
|
||||
google-cloud-errors (1.4.0)
|
||||
google-cloud-storage (1.47.0)
|
||||
google-cloud-env (2.1.1)
|
||||
faraday (>= 1.0, < 3.a)
|
||||
google-cloud-errors (1.6.0)
|
||||
google-cloud-storage (1.60.0)
|
||||
addressable (~> 2.8)
|
||||
digest-crc (~> 0.4)
|
||||
google-apis-iamcredentials_v1 (~> 0.1)
|
||||
google-apis-storage_v1 (~> 0.31.0)
|
||||
google-apis-core (>= 0.18, < 2)
|
||||
google-apis-iamcredentials_v1 (~> 0.18)
|
||||
google-apis-storage_v1 (>= 0.42)
|
||||
google-cloud-core (~> 1.6)
|
||||
googleauth (>= 0.16.2, < 2.a)
|
||||
googleauth (~> 1.9)
|
||||
mini_mime (~> 1.0)
|
||||
googleauth (1.8.1)
|
||||
faraday (>= 0.17.3, < 3.a)
|
||||
googleauth (1.11.2)
|
||||
faraday (>= 1.0, < 3.a)
|
||||
google-cloud-env (~> 2.1)
|
||||
jwt (>= 1.4, < 3.0)
|
||||
multi_json (~> 1.11)
|
||||
os (>= 0.9, < 2.0)
|
||||
signet (>= 0.16, < 2.a)
|
||||
highline (2.0.3)
|
||||
http-cookie (1.0.7)
|
||||
http-cookie (1.0.8)
|
||||
domain_name (~> 0.5)
|
||||
httpclient (2.8.3)
|
||||
httpclient (2.9.0)
|
||||
mutex_m
|
||||
i18n (1.14.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jmespath (1.6.2)
|
||||
json (2.8.1)
|
||||
jwt (2.9.3)
|
||||
json (2.19.5)
|
||||
jwt (2.10.2)
|
||||
base64
|
||||
logger (1.7.0)
|
||||
mini_magick (4.13.2)
|
||||
mini_mime (1.1.5)
|
||||
minitest (5.22.2)
|
||||
molinillo (0.8.0)
|
||||
multi_json (1.15.0)
|
||||
multi_json (1.21.1)
|
||||
multipart-post (2.4.1)
|
||||
mutex_m (0.2.0)
|
||||
mutex_m (0.3.0)
|
||||
nanaimo (0.4.0)
|
||||
nap (1.1.0)
|
||||
naturally (2.2.1)
|
||||
naturally (2.3.0)
|
||||
netrc (0.11.0)
|
||||
nkf (0.2.0)
|
||||
optparse (0.5.0)
|
||||
optparse (0.8.1)
|
||||
os (1.1.4)
|
||||
plist (3.7.1)
|
||||
ostruct (0.6.3)
|
||||
plist (3.7.2)
|
||||
public_suffix (4.0.7)
|
||||
rake (13.2.1)
|
||||
rake (13.4.2)
|
||||
representable (3.2.0)
|
||||
declarative (< 0.1.0)
|
||||
trailblazer-option (>= 0.1.1, < 0.2.0)
|
||||
uber (< 0.2.0)
|
||||
retriable (3.1.2)
|
||||
rexml (3.3.9)
|
||||
rouge (2.0.7)
|
||||
retriable (3.4.1)
|
||||
rexml (3.4.4)
|
||||
rouge (3.28.0)
|
||||
ruby-macho (2.5.1)
|
||||
ruby2_keywords (0.0.5)
|
||||
rubyzip (2.3.2)
|
||||
rubyzip (2.4.1)
|
||||
security (0.1.5)
|
||||
signet (0.19.0)
|
||||
signet (0.21.0)
|
||||
addressable (~> 2.8)
|
||||
faraday (>= 0.17.5, < 3.a)
|
||||
jwt (>= 1.5, < 3.0)
|
||||
jwt (>= 1.5, < 4.0)
|
||||
multi_json (~> 1.10)
|
||||
simctl (1.6.10)
|
||||
CFPropertyList
|
||||
naturally
|
||||
sysrandom (1.0.5)
|
||||
terminal-notifier (2.0.0)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
@ -282,8 +296,8 @@ GEM
|
||||
colored2 (~> 3.1)
|
||||
nanaimo (~> 0.4.0)
|
||||
rexml (>= 3.3.6, < 4.0)
|
||||
xcpretty (0.3.0)
|
||||
rouge (~> 2.0.7)
|
||||
xcpretty (0.4.1)
|
||||
rouge (~> 3.28.0)
|
||||
xcpretty-travis-formatter (1.0.1)
|
||||
xcpretty (~> 0.2, >= 0.0.7)
|
||||
|
||||
|
||||
4
Podfile
4
Podfile
@ -11,8 +11,8 @@ source 'https://cdn.cocoapods.org/'
|
||||
pod 'blurhash', podspec: './ThirdParty/blurhash.podspec'
|
||||
pod 'SwiftProtobuf', "1.36.1"
|
||||
|
||||
ENV['LIBSIGNAL_FFI_PREBUILD_CHECKSUM'] = '2b781ed29e11848acf7127457e24dedd5f6dce2189ba3c8f6773ee85fc255b3b'
|
||||
pod 'LibSignalClient', git: 'https://github.com/signalapp/libsignal.git', tag: 'v0.94.0', testspecs: ["Tests"]
|
||||
ENV['LIBSIGNAL_FFI_PREBUILD_CHECKSUM'] = 'e3b89de2afc950c9e317f2fff426ae8edc77a397520d2e0afbb717d738213fd5'
|
||||
pod 'LibSignalClient', git: 'https://github.com/signalapp/libsignal.git', tag: 'v0.94.1', testspecs: ["Tests"]
|
||||
# pod 'LibSignalClient', path: '../libsignal', testspecs: ["Tests"]
|
||||
|
||||
ENV['RINGRTC_PREBUILD_CHECKSUM'] = '64743212da1c13ab7092ac4ba905c4b629d2ab1935bf3b3b8db7341cc4b5864e'
|
||||
|
||||
16
Podfile.lock
16
Podfile.lock
@ -9,8 +9,8 @@ PODS:
|
||||
- LibMobileCoin/CoreHTTP (6.0.2):
|
||||
- SwiftProtobuf (~> 1.5)
|
||||
- libPhoneNumber-iOS (1.2.0)
|
||||
- LibSignalClient (0.94.0)
|
||||
- LibSignalClient/Tests (0.94.0)
|
||||
- LibSignalClient (0.94.1)
|
||||
- LibSignalClient/Tests (0.94.1)
|
||||
- libwebp (1.5.0):
|
||||
- libwebp/demux (= 1.5.0)
|
||||
- libwebp/mux (= 1.5.0)
|
||||
@ -52,8 +52,8 @@ DEPENDENCIES:
|
||||
- GRDB.swift/SQLCipher
|
||||
- LibMobileCoin/CoreHTTP (from `https://github.com/signalapp/libmobilecoin-ios-artifacts`, tag `signal/6.0.2`)
|
||||
- libPhoneNumber-iOS (from `https://github.com/signalapp/libPhoneNumber-iOS`, branch `signal-master`)
|
||||
- LibSignalClient (from `https://github.com/signalapp/libsignal.git`, tag `v0.94.0`)
|
||||
- LibSignalClient/Tests (from `https://github.com/signalapp/libsignal.git`, tag `v0.94.0`)
|
||||
- LibSignalClient (from `https://github.com/signalapp/libsignal.git`, tag `v0.94.1`)
|
||||
- LibSignalClient/Tests (from `https://github.com/signalapp/libsignal.git`, tag `v0.94.1`)
|
||||
- libwebp
|
||||
- lottie-ios
|
||||
- MobileCoin/CoreHTTP (from `https://github.com/mobilecoinofficial/MobileCoin-Swift`, tag `v6.0.3`)
|
||||
@ -89,7 +89,7 @@ EXTERNAL SOURCES:
|
||||
:git: https://github.com/signalapp/libPhoneNumber-iOS
|
||||
LibSignalClient:
|
||||
:git: https://github.com/signalapp/libsignal.git
|
||||
:tag: v0.94.0
|
||||
:tag: v0.94.1
|
||||
MobileCoin:
|
||||
:git: https://github.com/mobilecoinofficial/MobileCoin-Swift
|
||||
:tag: v6.0.3
|
||||
@ -113,7 +113,7 @@ CHECKOUT OPTIONS:
|
||||
:git: https://github.com/signalapp/libPhoneNumber-iOS
|
||||
LibSignalClient:
|
||||
:git: https://github.com/signalapp/libsignal.git
|
||||
:tag: v0.94.0
|
||||
:tag: v0.94.1
|
||||
MobileCoin:
|
||||
:git: https://github.com/mobilecoinofficial/MobileCoin-Swift
|
||||
:tag: v6.0.3
|
||||
@ -131,7 +131,7 @@ SPEC CHECKSUMS:
|
||||
GRDB.swift: 1395cb3556df6b16ed69dfc74c3886abc75d2825
|
||||
LibMobileCoin: 8503f567fa32184a5be7bc038fbd727747dd9991
|
||||
libPhoneNumber-iOS: 1a34106b49dc6e12a7f37eb9aee7c64011509547
|
||||
LibSignalClient: 8023facf81b9909ad817f75e8df296cf2d8846f1
|
||||
LibSignalClient: cf53cea3c6cd2cac3e87d0f5f34c3a1c59fe1b8f
|
||||
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
|
||||
Logging: beeb016c9c80cf77042d62e83495816847ef108b
|
||||
lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418
|
||||
@ -143,6 +143,6 @@ SPEC CHECKSUMS:
|
||||
SQLCipher: ff2f045b20d675a73a70f7329395ddd4a2580063
|
||||
SwiftProtobuf: 9e106a71456f4d3f6a3b0c8fd87ef0be085efc38
|
||||
|
||||
PODFILE CHECKSUM: 7328d74a7af4adf8f9cbef39102cf1b41d5201a6
|
||||
PODFILE CHECKSUM: dc5990819c2ffb78f11f2795a66f8c94ecc05b3d
|
||||
|
||||
COCOAPODS: 1.15.2
|
||||
|
||||
2
Pods
2
Pods
@ -1 +1 @@
|
||||
Subproject commit cf2c3580a41c5b30e319cf3c2c691e276b437d71
|
||||
Subproject commit e80eecf2f339915be6ae35aa9908051f6211c86b
|
||||
@ -9,6 +9,7 @@ import Foundation
|
||||
private let languageMap: [String: [String]] = [
|
||||
// These languages are returned from Smartling and need to be moved to their correct final destination.
|
||||
"ar": ["ar-SA"],
|
||||
"bn-BD": ["bn-BD"],
|
||||
"ca": ["ca"],
|
||||
"cs": ["cs"],
|
||||
"da": ["da"],
|
||||
@ -17,6 +18,7 @@ private let languageMap: [String: [String]] = [
|
||||
"es": ["es-ES", "es-MX"],
|
||||
"fi": ["fi"],
|
||||
"fr": ["fr-CA", "fr-FR"],
|
||||
"gu-IN": ["gu-IN"],
|
||||
"he": ["he"],
|
||||
"hi-IN": ["hi"],
|
||||
"hr-HR": ["hr"],
|
||||
@ -25,6 +27,7 @@ private let languageMap: [String: [String]] = [
|
||||
"it": ["it"],
|
||||
"ja": ["ja"],
|
||||
"ko": ["ko"],
|
||||
"mr-IN": ["mr-IN"],
|
||||
"ms": ["ms"],
|
||||
"nb": ["no"],
|
||||
"nl": ["nl-NL"],
|
||||
@ -38,6 +41,7 @@ private let languageMap: [String: [String]] = [
|
||||
"th": ["th"],
|
||||
"tr": ["tr"],
|
||||
"uk-UA": ["uk"],
|
||||
"ur": ["ur-PK"],
|
||||
"vi": ["vi"],
|
||||
"zh-CN": ["zh-Hans"],
|
||||
"zh-HK": ["zh-Hant"],
|
||||
@ -45,15 +49,11 @@ private let languageMap: [String: [String]] = [
|
||||
// These don't exist in App Store Connect, so there's no need to fetch them from Smartling.
|
||||
// "be-BY": [],
|
||||
// "bg-BG": [],
|
||||
// "bn-BD": [],
|
||||
// "fa-IR": [],
|
||||
// "ga-IE": [],
|
||||
// "gu-IN": [],
|
||||
// "lt-LT": [],
|
||||
// "mr-IN": [],
|
||||
// "sr-YR": [],
|
||||
// "ug": [],
|
||||
// "ur": [],
|
||||
// "yue": [],
|
||||
// "zh-TW": [],
|
||||
]
|
||||
|
||||
@ -101,6 +101,12 @@ class MessageRequestView: ConversationBottomPanelView {
|
||||
|
||||
weak var delegate: MessageRequestDelegate?
|
||||
|
||||
// MARK: - ConversationBottomPanelView
|
||||
|
||||
override var useGlassPanel: Bool {
|
||||
false
|
||||
}
|
||||
|
||||
init(threadViewModel: ThreadViewModel) {
|
||||
let thread = threadViewModel.threadRecord
|
||||
self.thread = thread
|
||||
|
||||
@ -2628,6 +2628,42 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>Copyright (c) 2012 The Go Authors. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google Inc. nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
||||
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
||||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
|
||||
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||||
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
|
||||
<key>License</key>
|
||||
<string>BSD 3-Clause "New" or "Revised" License</string>
|
||||
<key>Title</key>
|
||||
<string>curve25519-dalek 4.1.3</string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>Copyright (c) 2016-2021 isis agora lovecruft. All rights reserved.
|
||||
@ -2658,42 +2694,6 @@ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||||
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
|
||||
<key>License</key>
|
||||
<string>BSD 3-Clause "New" or "Revised" License</string>
|
||||
<key>Title</key>
|
||||
<string>curve25519-dalek 4.1.3</string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>Copyright (c) 2012 The Go Authors. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google Inc. nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
||||
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
||||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
|
||||
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||||
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
|
||||
<key>License</key>
|
||||
<string>BSD 3-Clause "New" or "Revised" License</string>
|
||||
@ -4706,6 +4706,35 @@ THE SOFTWARE.
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>Copyright (c) 2016 Pyfisch
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
</string>
|
||||
<key>License</key>
|
||||
<string>MIT License</string>
|
||||
<key>Title</key>
|
||||
<string>httpdate 1.0.3</string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>Copyright (c) 2014-2025 Sean McArthur
|
||||
@ -10970,29 +10999,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>Copyright 2015-2025 Brian Smith.
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
||||
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
||||
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
</string>
|
||||
<key>License</key>
|
||||
<string>ISC License</string>
|
||||
<key>Title</key>
|
||||
<string>ring 0.17.14</string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>
|
||||
@ -11275,6 +11281,29 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>Copyright 2015-2025 Brian Smith.
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
||||
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
||||
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
</string>
|
||||
<key>License</key>
|
||||
<string>ISC License</string>
|
||||
<key>Title</key>
|
||||
<string>ring 0.17.14</string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>Copyright (c) 2017, Mozilla
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>8.12</string>
|
||||
<string>8.12.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
||||
@ -156,42 +156,44 @@ class AdvancedPrivacySettingsViewController: OWSTableViewController2 {
|
||||
))
|
||||
contents.add(relayCallsSection)
|
||||
|
||||
let keyTransparencySection = OWSTableSection()
|
||||
if BuildFlags.KeyTransparency.enabled {
|
||||
let keyTransparencySection = OWSTableSection()
|
||||
|
||||
keyTransparencySection.add(.switch(
|
||||
withText: OWSLocalizedString(
|
||||
"SETTINGS_KEY_TRANSPARENCY_OPT_OUT_SWITCH_TITLE",
|
||||
comment: "Title for for a settings option describing that Key Transparency is enabled.",
|
||||
),
|
||||
isOn: {
|
||||
let db = DependenciesBridge.shared.db
|
||||
let keyTransparencyManager = DependenciesBridge.shared.keyTransparencyManager
|
||||
return db.read { tx in
|
||||
keyTransparencyManager.isEnabled(tx: tx)
|
||||
}
|
||||
},
|
||||
actionBlock: { uiSwitch in
|
||||
let db = DependenciesBridge.shared.db
|
||||
let keyTransparencyManager = DependenciesBridge.shared.keyTransparencyManager
|
||||
db.write { tx in
|
||||
keyTransparencyManager.setIsEnabled(
|
||||
uiSwitch.isOn,
|
||||
updateStorageService: true,
|
||||
tx: tx,
|
||||
)
|
||||
}
|
||||
},
|
||||
))
|
||||
keyTransparencySection.footerAttributedTitle = NSAttributedString.composed(of: [
|
||||
OWSLocalizedString(
|
||||
"SETTINGS_KEY_TRANSPARENCY_OPT_OUT_FOOTER",
|
||||
comment: "Footer for settings section describing Key Transparency.",
|
||||
),
|
||||
" ",
|
||||
CommonStrings.learnMore.styled(with: .link(URL.Support.keyTransparency)),
|
||||
]).styled(with: defaultFooterTextStyle)
|
||||
keyTransparencySection.add(.switch(
|
||||
withText: OWSLocalizedString(
|
||||
"SETTINGS_KEY_TRANSPARENCY_OPT_OUT_SWITCH_TITLE",
|
||||
comment: "Title for for a settings option describing that Key Transparency is enabled.",
|
||||
),
|
||||
isOn: {
|
||||
let db = DependenciesBridge.shared.db
|
||||
let keyTransparencyManager = DependenciesBridge.shared.keyTransparencyManager
|
||||
return db.read { tx in
|
||||
keyTransparencyManager.isEnabled(tx: tx)
|
||||
}
|
||||
},
|
||||
actionBlock: { uiSwitch in
|
||||
let db = DependenciesBridge.shared.db
|
||||
let keyTransparencyManager = DependenciesBridge.shared.keyTransparencyManager
|
||||
db.write { tx in
|
||||
keyTransparencyManager.setIsEnabled(
|
||||
uiSwitch.isOn,
|
||||
updateStorageService: true,
|
||||
tx: tx,
|
||||
)
|
||||
}
|
||||
},
|
||||
))
|
||||
keyTransparencySection.footerAttributedTitle = NSAttributedString.composed(of: [
|
||||
OWSLocalizedString(
|
||||
"SETTINGS_KEY_TRANSPARENCY_OPT_OUT_FOOTER",
|
||||
comment: "Footer for settings section describing Key Transparency.",
|
||||
),
|
||||
" ",
|
||||
CommonStrings.learnMore.styled(with: .link(URL.Support.keyTransparency)),
|
||||
]).styled(with: defaultFooterTextStyle)
|
||||
|
||||
contents.add(keyTransparencySection)
|
||||
contents.add(keyTransparencySection)
|
||||
}
|
||||
|
||||
let sealedSenderSection = OWSTableSection()
|
||||
sealedSenderSection.headerTitle = OWSLocalizedString(
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "جارٍ تحميل المزيد من الرسائل…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "جارٍ التحميل...";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "اقرأ المزيد";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "عرض الرسالة كاملة";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "تمَّ النسخ إلى الحافظة";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "تعذَّر إرسال كود التحقُّق عبر مكالمة صوتية. حاوِل الحصول على الكود الخاص بك عبر رسالة نصية بدلًا من ذلك.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "الدردشة الوحيدة الرسمية من سيجنال";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "سيجنال";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "دردشة رسمية";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "ابقَ على اطِّلاع على آخر الأخبار وملاحظات الإصدارات";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "الدردشة الوحيدة الرسمية من سيجنال. ابقَ على اطِّلاع على آخر الأخبار وملاحظات الإصدارات";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "الدردشة الوحيدة الرسمية من سيجنال";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "الإصلاح الآن";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "مكالمة سيجنال";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "خادم وكيل سيجنال";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "أدعوكَ لتثبيت تطبيق سيجنال! ها هو الرابط:";
|
||||
|
||||
@ -656,17 +656,17 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>zero</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld تغييرات في مُؤقِّت الرسائل المؤقَّتة · %2$@</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld تغيير في مُؤقِّت الرسائل المؤقَّتة · %2$@</string>
|
||||
<key>two</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld تغييران في مُؤقِّت الرسائل المؤقَّتة · %2$@</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld تغييرات في مُؤقِّت الرسائل المؤقَّتة · %2$@</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld تغييرًا في مُؤقِّت الرسائل المؤقَّتة · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld تغيير في مُؤقِّت الرسائل المؤقَّتة · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Загрузка больш паведамленняў…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Загрузка…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Чытаць далей";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Атрымаць цалкам паведамленне";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Скапіравана ў буфер абмену";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Мы не змаглі адправіць вам праверачны код праз галасавы званок. Паспрабуйце тады атрымаць код праз sms.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Гэта адзіны афіцыйны чат Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Афіцыйны чат";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Будзьце ў курсе навін і абнаўленняў";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Гэта адзіны афіцыйны чат Signal. Будзьце ў курсе навін і абнаўленняў";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Гэта адзіны афіцыйны чат Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Выправіць зараз";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Званок Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Проксі-сервер Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Запрашаю вас усталяваць Signal! Вось спасылка:";
|
||||
|
||||
@ -548,13 +548,13 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld змена таймера знікнення паведамленняў · %2$@</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld змены таймера знікнення паведамленняў · %2$@</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld зменаў таймера знікнення паведамленняў · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld зменаў таймера знікнення паведамленняў · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Зареждане на повече съобщения…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Зареждане…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Прочетете повече";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Получаване на цялото съобщение";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Копирано в клипборда";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Не успяхме да ви изпратим код за потвърждение чрез гласово обаждане. Опитайте вместо това да получите кода чрез SMS.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Единственият официален чат със Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Официален чат";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Бъдете в крак с новините и бележките за версиите";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Това е единственият официален чат със Signal. Бъдете в крак с новините и бележките за версиите";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Единственият официален чат със Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Коригиране сега";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal обаждане";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Прокси сървър на Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Каня те да инсталираш Signal! Ето и линкът:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld промяна в таймера за изчезващи съобщения · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld промени в таймера за изчезващи съобщения · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "আরও বার্তা লোড হচ্ছে…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "লোড হচ্ছে…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "আরও পড়ুন";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "পুরো মেসেজ নিন";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "ক্লিপবোর্ডে কপি করা হয়েছে";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "আমরা আপনাকে ভয়েস কলের মাধ্যমে যাচাইকরণ কোড পাঠাতে পারিনি। এর পরিবর্তে এসএমএসের মাধ্যমে আপনার কোড সংগ্রহ করার চেষ্টা করুন।";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signal-এর একমাত্র অফিসিয়াল চ্যাট";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "অফিসিয়াল চ্যাট";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "খবর ও রিলিজ নোট পেয়ে আপডেট থাকুন";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signal-এর একমাত্র অফিসিয়াল চ্যাট। খবর ও রিলিজ নোট পেয়ে আপডেট থাকুন";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signal-এর একমাত্র অফিসিয়াল চ্যাট";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "এখনই ঠিক করুন";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal কল";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal প্রক্সি সার্ভার";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "আমি আপনাকে Signal ইনস্টল করার জন্য আমন্ত্রণ করছি! লিঙ্কটি এখানে:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ldটি অদৃশ্য হতে যাওয়া মেসেজের টাইমারে পরিবর্তন · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ldটি অদৃশ্য হতে যাওয়া মেসেজের টাইমারে পরিবর্তন · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Carregant més missatges…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Carregant…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Llegiu-ne més.";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Veure el missatge complet";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Copiat al porta-retalls";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "No t'hem pogut enviar un codi de verificació per trucada de veu. Prova de rebre el teu codi mitjançant un SMS.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "L'únic xat oficial de Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Xat oficial";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Estigues al dia de les notícies i les notes de versió";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "L'únic xat oficial de Signal. Estigues al dia de les notícies i les notes de versió";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "L'únic xat oficial de Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Reparar-ho ara";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Trucada de Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Servidor intermediari de Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Et convide a instal·lar el Signal! Ací tens l'enllaç:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>S'ha canviat el temporitzador de %1$ld missatge a desaparèixer · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>S'ha canviat el temporitzador de %1$ld missatges a desaparèixer · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Načítání dalších zpráv…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Načítání…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Číst dál";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Zobrazit celou zprávu";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Zkopírováno do schránky";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Nepodařilo se nám odeslat ověřovací kód prostřednictvím hlasového hovoru. Zkuste místo toho získat kód prostřednictvím SMS.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Jediný oficiální chat od služby Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Oficiální chat";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Sledujte novinky a poznámky k vydání";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Jediný oficiální chat od služby Signal. Sledujte novinky a poznámky k vydání";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Jediný oficiální chat od služby Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Opravit hned";
|
||||
|
||||
@ -548,13 +548,13 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld změna časovače mizejících zpráv · %2$@</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld změny časovače mizejících zpráv · %2$@</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld změn časovače mizejících zpráv · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld změn časovače mizejících zpráv · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Indlæser flere beskeder…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Indlæser…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Læs mere";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Få hele beskeden";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Kopieret til udklipsholder";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Vi kunne ikke sende dig en bekræftelseskode via taleopkald. Prøv at modtage din kode via sms i stedet.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Den eneste officielle Signal-chat";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Den officielle chat";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Få alle nyheder og udgivelsesbemærkninger";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Den eneste officielle Signal-chat. Få alle nyheder og udgivelsesbemærkninger";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Den eneste officielle Signal-chat";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Få hjælp nu";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal-opkald";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal-proxyserver";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Hermed en invitation til at installere Signal! Her er linket:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld ændring af timer for forsvindende beskeder · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld ændringer af timer for forsvindende beskeder · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Mehr Nachrichten werden geladen …";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Wird geladen …";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Weiterlesen";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Ganze Nachricht anzeigen";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "In Zwischenablage kopiert";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Wir konnten dir den Verifizierungscode nicht per Sprachanruf schicken. Versuche stattdessen, deinen Code per SMS zu erhalten.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Der einzige offizielle Chat von Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Offizieller Chat";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Bleib auf dem Laufenden mit Neuigkeiten und Versionshinweisen";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Der einzige offizielle Chat von Signal. Bleib auf dem Laufenden mit Neuigkeiten und Versionshinweisen";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Der einzige offizielle Chat von Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Jetzt beheben";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal-Anruf";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal Proxyserver";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Ich möchte dich einladen, »Signal« zu installieren! Hier ist der Link:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld Timer-Änderung für verschwindende Nachrichten · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld Timer-Änderungen für verschwindende Nachrichten · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Φορτώνονται περισσότερα μηνύματα…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Φορτώνει…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Διάβασε Περισσότερα";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Λήψη ολόκληρου του μηνύματος";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Αντιγράφηκε στο πρόχειρο";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Δεν μπορέσαμε να σου στείλουμε κωδικό επαλήθευσης μέσω φωνητικής κλήσης. Δοκίμασε να λάβεις τον κωδικό σου μέσω SMS.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Η μόνη επίσημη συνομιλία από το Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Επίσημη συνομιλία";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Μην χάσεις ξανά τα νέα και τις σημειώσεις έκδοσης";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Η μόνη επίσημη συνομιλία από το Signal. Μην χάσεις ξανά τα νέα και τις σημειώσεις έκδοσης";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Η μόνη επίσημη συνομιλία από το Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Διόρθωση τώρα";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Κλήση Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Διακομιστής proxy του Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Σε προσκαλώ να εγκαταστήσεις το Signal! Να ο σύνδεσμος:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld αλλαγή στον χρόνο εξαφάνισης μηνυμάτων · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld αλλαγές στον χρόνο εξαφάνισης μηνυμάτων · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Cargando más mensajes…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Cargando…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Leer más";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Ver mensaje completo";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Copiado al portapapeles";
|
||||
@ -5552,7 +5552,7 @@
|
||||
"MESSAGE_REQUEST_VIEW_BLOCK_BUTTON" = "Bloquear";
|
||||
|
||||
/* A prompt notifying that the user must unblock this conversation to continue. Embeds {{contact name}}. */
|
||||
"MESSAGE_REQUEST_VIEW_BLOCKED_CONTACT_PROMPT_FORMAT" = "¿Quieres compartir tu nombre y foto de perfil con %1$@ y permitir que te envíe mensajes? No recibirás ninguno de sus mensajes hasta la desbloquees.";
|
||||
"MESSAGE_REQUEST_VIEW_BLOCKED_CONTACT_PROMPT_FORMAT" = "¿Quieres compartir tu nombre y foto de perfil con %1$@ y permitir que te envíe mensajes? No recibirás ningún mensaje de esta persona hasta que la desbloquees.";
|
||||
|
||||
/* A prompt notifying that the user must unblock this group to continue. */
|
||||
"MESSAGE_REQUEST_VIEW_BLOCKED_GROUP_PROMPT" = "¿Desbloquear este grupo y compartir tu nombre y foto de perfil con sus participantes? No recibirás ningún mensaje del grupo hasta que lo desbloquees.";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "No hemos podido enviarte la clave de verificación mediante llamada. Intenta recibir tu clave por SMS.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "El único chat oficial de Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Chat oficial";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Mantente al día con las novedades y las notas de las nuevas versiones.";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "El único chat oficial de Signal. Mantente al día con las novedades y las notas de las nuevas versiones.";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "El único chat oficial de Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Corregir ahora";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Llamada de Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Servidor proxy de Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "¡Te invito a usar Signal! Toca aquí:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld cambio en la duración de los mensajes temporales · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld cambios en la duración de los mensajes temporales · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "در حال بارگیری پیامهای بیشتر…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "در حال بارگیری…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "بیشتر بخوانید";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "دریافت پیام کامل";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "روی کلیپبورد کپی شد";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "نتوانستیم کد تأیید را از طریق تماس صوتی برایتان ارسال کنیم. به جای آن این بار دریافت کد از طریق پیامک را امتحان کنید.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "تنها گفتگوی رسمی از سیگنال";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "سیگنال";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "گفتگوی رسمی";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "از اخبار و تغییرات نسخۀ جدید باخبر شوید";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "تنها گفتگوی رسمی از سیگنال. از اخبار و تغییرات نسخۀ جدید باخبر شوید";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "تنها گفتگوی رسمی از سیگنال";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "اکنون اصلاح شود";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "تماس با سیگنال";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "سرور پروکسی سیگنال";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "من شما را از طریق این لینک، به نصب برنامه سیگنال دعوت میکنم:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld تغییر زمانسنج پیام ناپدیدشونده · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld تغییر زمانسنج پیام ناپدیدشونده · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Ladataan lisää viestejä…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Ladataan…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Lue lisää";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Hae koko viesti";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Kopioitu leikepöydälle";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Emme voineet lähettää sinulle vahvistuskoodia äänipuhelun välityksellä. Yritä sen sijaan vastaanottaa koodi tekstiviestillä.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Ainoa virallinen Signal-keskustelu";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Virallinen keskustelu";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Pysy ajan tasalla uutisista ja julkaisutiedotteista";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Ainoa virallinen Signal-keskustelu. Pysy ajan tasalla uutisista ja julkaisutiedotteista";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Ainoa virallinen Signal-keskustelu";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Korjaa nyt";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal-puhelu";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal-välityspalvelin";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Tule käyttämään Signalia! Tässä linkki:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld muutos katoavien viestien ajastimessa · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld muutosta katoavien viestien ajastimessa · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Chargement d'autres messages…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Chargement…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Lire la suite";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Afficher tout le message";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Copié dans le presse-papiers";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Nous n'avons pas pu vous communiquer votre code de vérification via un appel vocal. Tentez plutôt de le recevoir par SMS. ";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Le seul canal de diffusion officiel de Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Conversation officielle";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Pour découvrir les nouveautés et notes de version";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Le seul canal de diffusion officiel de Signal. Pour découvrir les nouveautés et notes de version.";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Le seul canal de diffusion officiel de Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Résoudre";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Appel Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Serveur proxy Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Je t'invite à installer Signal. Ça se passe ici :";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld modification du délai avant disparition des messages éphémères · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld modifications du délai avant disparition des messages éphémères · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Tuilleadh Teachtaireachtaí á Lódáil…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Lódáil…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Tuilleadh Eolais";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Faigh an Teachtaireacht Iomlán";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Copied to Clipboard";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Níorbh fhéidir linn cód fíoraithe a sheoladh chugat trí ghuthghlao. Triail do chód a fháil trí SMS ina ionad.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "An t-aon chomhrá oifigiúil amháin de chuid Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Comhrá oifigiúil";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Coinnigh suas chun dáta le nuacht agus le nótaí eisiúna";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "An t-aon chomhrá oifigiúil amháin de chuid Signal. Coinnigh suas chun dáta le nuacht agus le nótaí eisiúna";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "An t-aon chomhrá oifigiúil amháin de chuid Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Deisigh anois";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Glao Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Seachfhreastalaí Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Tá mé ag úsáid Signal agus sílim go dtaitneodh sé leatsa freisin! Seo é an nasc:";
|
||||
|
||||
@ -602,15 +602,15 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld athrú ar amadóir na dteachtaireachtaí sealadacha · %2$@</string>
|
||||
<key>two</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld athrú ar amadóir na dteachtaireachtaí sealadacha · %2$@</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld athrú ar amadóir na dteachtaireachtaí sealadacha · %2$@</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld n-athrú ar amadóir na dteachtaireachtaí sealadacha · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld athrú ar amadóir na dteachtaireachtaí sealadacha · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "વધુ મેસેજ લોડ થઈ રહ્યાં છે…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "લોડ થાય છે…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "વધુ વાંચો";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "સંપૂર્ણ મેસેજ મેળવો";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "ક્લિપબોર્ડ પર કોપી કરી";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "અમે તમને વૉઇસ કૉલ દ્વારા ચકાસણી કોડ મોકલી શક્યાં નથી. તેના બદલે SMS દ્વારા તમારો કોડ મેળવવાનો પ્રયાસ કરો.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signalની એકમાત્ર સત્તાવાર ચેટ";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "સત્તાવાર ચેટ";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "સમાચાર અને રિલીઝ નોંધ સાથે અપ ટૂ ડેટ રહો";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signalની એકમાત્ર સત્તાવાર ચેટ. સમાચાર અને રિલીઝ નોંધ સાથે અપ ટૂ ડેટ રહો";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signalની એકમાત્ર સત્તાવાર ચેટ";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "અત્યારે ઠીક કરો";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal કૉલ";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal પ્રોક્સી સર્વર";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "હું તમને Signal ઇન્સ્ટોલ કરવા માટે આમંત્રિત કરું છું! અહીં લિંક છે:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld ગાયબ થતાં મેસેજના ટાઇમરમાં ફેરફાર · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld ગાયબ થતાં મેસેજના ટાઇમરમાં ફેરફારો · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "טוען עוד הודעות…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "טוען…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "קרא עוד";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "הורדת הודעה מלאה";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "הועתק ללוח הגזירה";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "לא הצלחנו לשלוח לך קוד אימות דרך שיחה קולית. כדאי לנסות לקבל את הקוד שלך דרך SMS במקום.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "הצ׳אט הרשמי היחיד של Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "צ׳אט רשמי";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "להתעדכן בחדשות והערות עדכון גרסה";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "הצ׳אט הרשמי היחיד של Signal. להתעדכן בחדשות והערות עדכון גרסה";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "הצ׳אט הרשמי היחיד של Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "תיקון כעת";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "שיחת Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "שרת פרוקסי של Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "אני מזמין אותך להתקין Signal! הנה הקישור:";
|
||||
|
||||
@ -548,13 +548,13 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>שינוי %1$ld בטיימר של הודעה נעלמת · %2$@</string>
|
||||
<key>two</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld שינויים בטיימר של הודעות נעלמות · %2$@</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld שינויים בטיימר של הודעות נעלמות · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld שינויים בטיימר של הודעות נעלמות · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "और मैसेज लोड हो रहे हैं…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "लोड हो रहा है…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "और पढ़ें";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "पूरा मैसेज पाएं";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "क्लिपबोर्ड पर कॉपी किया गया";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "हम वॉइस कॉल के ज़रिए आपको वेरिफ़िकेशन कोड नहीं भेज सके। इसके बजाय, अपना कोड SMS पर पाएं।";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signal की ओर से इकलौती ऑफ़िशियल चैट";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "ऑफ़िशियल चैट";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "खबरों और रिलीज़ नोट की मदद से अप-टू-डेट रहें";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signal की ओर से इकलौती ऑफ़िशियल चैट। खबरों और रिलीज़ नोट की मदद से अप-टू-डेट रहें";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signal की ओर से इकलौती ऑफ़िशियल चैट";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "अभी ठीक करें";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal कॉल";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal प्रॉक्सी सर्वर";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "मैंने आपको Signal इंस्टॉल करने का इनवाइट भेजा है! यह है लिंक:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>मैसेज गायब होने के टाइमर में %1$ld बदलाव · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>मैसेज गायब होने के टाइमर में %1$ld बदलाव · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Učitavanje ostalih poruka…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Učitavanje…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Pročitaj više";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Preuzmi cijelu poruku";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Kopirano u međuspremnik";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Slanje koda za provjeru putem glasovnog poziva nije uspjelo. Pokušajte primiti svoj kôd putem SMS-a.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Ovo je jedini službeni razgovor sa Signalom";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Službeni razgovor";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Budite u toku s novostima i bilješkama o novim verzijama aplikacije";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Ovo je jedini službeni razgovor sa Signalom. Budite u toku s novostima i bilješkama o novim verzijama aplikacije";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Ovo je jedini službeni razgovor sa Signalom";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Ispravi odmah";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal poziv";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal proxy poslužitelj";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Pozivam te da instaliraš Signal! Ovdje je poveznica:";
|
||||
|
||||
@ -548,13 +548,13 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld izmjena trajanja poruka koje nestaju · %2$@</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld izmjene trajanja poruka koje nestaju · %2$@</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld izmjena trajanja poruka koje nestaju · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld izmjena trajanja poruka koje nestaju · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "További üzenetek betöltése…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Betöltés…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Koppints a teljeshez";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Teljes üzenet megtekintése";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Vágólapra másolva";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Nem sikerült ellenőrző kódot küldenünk hanghíváson keresztül. Inkább SMS-ben próbáld meg megkapni a kódot.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Az egyetlen hivatalos csevegés a Signaltól";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Hivatalos csevegés";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Legyél naprakész a hírekkel és a frissítésekkel kapcsolatban";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Az egyetlen hivatalos csevegés a Signaltól. Legyél naprakész a hírekkel és a frissítésekkel kapcsolatban";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Az egyetlen hivatalos csevegés a Signaltól";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Javítás most";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal hívás";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal Proxy szerver";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Szia, használd te is a Signalt! Innen telepítheted:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld eltűnő üzenet időzítőjének módosítása · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld eltűnő üzenet időzítőjének módosítása · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Memuat Lebih Banyak Pesan …";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Memuat …";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Selengkapnya";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Lihat Pesan Lengkap";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Disalin ke clipboard";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Kami tidak dapat mengirimi Anda kode verifikasi via panggilan suara. Coba terima kode via SMS.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Satu-satunya chat resmi dari Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Chat Resmi";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Ikuti terus berita & catatan rilisan terbaru kami";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Satu-satunya chat resmi dari Signal. Ikuti terus berita dan catatan rilisan terbaru kami";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Satu-satunya chat resmi dari Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Perbaiki sekarang";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Panggilan Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Server Proxy Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Saya mengundang Anda untuk memasang Signal! Tautan tersedia di sini:";
|
||||
|
||||
@ -386,7 +386,7 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld perubahan timer pesan terhapus otomatis · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Caricamento di altri messaggi…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Caricamento in corso…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Continua a leggere";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Espandi il messaggio";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Copiato negli appunti";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Non è stato possibile inviarti il codice di verifica via chiamata vocale. Prova a richiedere l'invio del codice tramite SMS.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "L'unica, vera, chat ufficiale di Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Chat ufficiale";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Non perderti novità e note degli aggiornamenti";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "L'unica, vera, chat ufficiale di Signal. Non perderti neanche una novità o le note degli aggiornamenti";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "L'unica, vera, chat ufficiale di Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Risolvi ora";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Chiamata Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Server proxy di Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Ti sto invitando a installare Signal! Ecco il link:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld modifica alla durata dei messaggi temporanei · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld modifiche alla durata dei messaggi temporanei · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "メッセージを読み込んでいます…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "読み込んでいます…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "さらに表示";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "メッセージの全文を表示";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "クリップボードにコピーしました";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "音声通話で認証コードを送信できませんでした。SMSでコードを受信してみてください。";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signalの唯一の公式チャットです";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "公式チャット";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "最新のニュースやリリース情報を受け取れます";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signalからの唯一の公式チャットです。ニュースやリリースノートで最新情報をチェックしてください";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signalの唯一の公式チャットです";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "今すぐ修正する";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal通話";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signalプロキシサーバ";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Signalのインストールをお勧めします!このリンクから入手してください:";
|
||||
|
||||
@ -386,7 +386,7 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld 件の消えるメッセージのタイマー変更:%2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -137,7 +137,7 @@
|
||||
"ALERT_DELIVERY_ISSUE_UNKNOWN_THREAD_MESSAGE_FORMAT" = "%1$@ 님이 보낸 메시지, 스티커, 반응, 열람 확인 또는 미디어가 전달되지 못했습니다. 나에게 직접 보내거나 그룹 대화에서 보내려 한 것 같아요.";
|
||||
|
||||
/* The label for the 'discard' button in alerts and action sheets. */
|
||||
"ALERT_DISCARD_BUTTON" = "버리기";
|
||||
"ALERT_DISCARD_BUTTON" = "삭제하기";
|
||||
|
||||
/* The label for the 'don't save' button in action sheets. */
|
||||
"ALERT_DONT_SAVE" = "저장하지 않음";
|
||||
@ -1106,7 +1106,7 @@
|
||||
"BADGE_EXPIRED_BOOST_BODY" = "부스트 배지가 만료되어 더 이상 프로필에 표시되지 않습니다.\n\nSignal은 계속 이용하실 수 있지만, 매월 소액의 후원으로 함께해 주시면 Signal의 지속적인 운영에 큰 힘이 될 수 있어요.";
|
||||
|
||||
/* String explaining to the user that their boost badge has expired while they are a current subscription sustainer on the badge expiry sheet. */
|
||||
"BADGE_EXPIRED_BOOST_CURRENT_SUSTAINER_BODY" = "부스트 배지가 만료되어 더 이상 프로필에 표시되지 않습니다.\n\n일회성 기부를 통해 부스트 배지를 30일 더 활성화해 보세요.";
|
||||
"BADGE_EXPIRED_BOOST_CURRENT_SUSTAINER_BODY" = "부스트 배지가 만료되어 더 이상 프로필에 표시되지 않습니다.\n\n일회성 후원을 통해 부스트 배지를 30일 더 활성화해 보세요.";
|
||||
|
||||
/* Title for boost on the badge expiration sheet. */
|
||||
"BADGE_EXPIRED_BOOST_TITLE" = "배지 만료";
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "메시지 더 불러오는 중…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "불러오는 중…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "더 보기";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "전체 메시지 받기";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "클립보드에 복사됨";
|
||||
@ -3068,7 +3068,7 @@
|
||||
"DONATE_SCREEN_ERROR_MESSAGE_BANK_PAYMENT_PLEASE_WAIT_BEFORE_MAKING_ANOTHER_DONATION" = "은행 송금을 처리하는 데 영업일 기준 1~14일이 걸릴 수 있습니다. 추가 후원을 하시려면 해당 후원이 완료되고 나서 진행해 주세요.";
|
||||
|
||||
/* Message in an alert presented when the user tries to update their recurring donation, but already has a recurring donation that is currently processing via bank payment. */
|
||||
"DONATE_SCREEN_ERROR_MESSAGE_BANK_PAYMENT_PLEASE_WAIT_BEFORE_UPDATING_YOUR_SUBSCRIPTION" = "계좌 이체를 처리하는 데 영업일 기준 1~14일이 걸릴 수 있습니다. 이 기부가 완료될 때까지 기다렸다가 구독을 업데이트해 주세요.";
|
||||
"DONATE_SCREEN_ERROR_MESSAGE_BANK_PAYMENT_PLEASE_WAIT_BEFORE_UPDATING_YOUR_SUBSCRIPTION" = "계좌 이체를 처리하는 데 영업일 기준 1~14일이 걸릴 수 있습니다. 이 후원이 완료될 때까지 기다렸다가 구독을 업데이트해 주세요.";
|
||||
|
||||
/* Message for an alert shown when the user tries to donate via bank transfer, but the amount they want to donate is too large. Embeds {{ the maximum allowed donation amount }}. */
|
||||
"DONATE_SCREEN_ERROR_MESSAGE_FORMAT_BANK_TRANSFER_AMOUNT_TOO_LARGE" = "계좌 이체를 통해 보낼 수 있는 최대 금액은 %1$@입니다. 다른 금액이나 다른 결제 방법으로 시도해 주세요.";
|
||||
@ -3128,7 +3128,7 @@
|
||||
"DONATION_BADGE_ISSUE_SHEET_BANK_PAYMENT_PROCESSING_TITLE" = "후원 대기 중";
|
||||
|
||||
/* Message for a sheet explaining that a one-time donation via bank payment is pending, and how that will affect the user's badge. Embeds {{ the name of the badge }}. Will have a 'learn more' link appended, when it is rendered. */
|
||||
"DONATION_BADGE_ISSUE_SHEET_ONE_TIME_BANK_PAYMENT_PROCESSING_MESSAGE" = "1회성 기부가 대기 중입니다. 기부가 완료되면 프로필에 %1$@ 배지를 표시할 수 있습니다.\n\n계좌 이체를 처리하는 데 영업일 기준 1~14일이 걸릴 수 있습니다.";
|
||||
"DONATION_BADGE_ISSUE_SHEET_ONE_TIME_BANK_PAYMENT_PROCESSING_MESSAGE" = "일회성 후원이 대기 중입니다. 후원이 완료되면 프로필에 %1$@ 배지를 표시할 수 있습니다.\n\n계좌 이체를 처리하는 데 영업일 기준 1~14일이 걸릴 수 있습니다.";
|
||||
|
||||
/* Message for a sheet explaining that a recurring donation via bank payment is pending, and how that will affect the user's badge. Embeds {{ the name of the badge }}. Will have a 'learn more' link appended, when it is rendered. */
|
||||
"DONATION_BADGE_ISSUE_SHEET_RECURRING_BANK_PAYMENT_PROCESSING_MESSAGE" = "월 정기후원이 대기 중입니다. 후원이 완료되면 프로필에 %1$@ 배지를 표시할 수 있습니다.\n\n은행 송금을 처리하는 데 영업일 기준 1~14일이 걸릴 수 있습니다.";
|
||||
@ -3260,22 +3260,22 @@
|
||||
"DONATION_RECEIPT_FOR_DONATION_ON_BEHALF_OF_A_FRIEND" = "친구를 대신해 후원했어요";
|
||||
|
||||
/* Title for one-time donation receipts */
|
||||
"DONATION_RECEIPT_ONE_TIME" = "일회성 기부";
|
||||
"DONATION_RECEIPT_ONE_TIME" = "일회성 후원";
|
||||
|
||||
/* Title for recurring donation receipts */
|
||||
"DONATION_RECEIPT_RECURRING" = "정기후원";
|
||||
|
||||
/* Title on donation receipts */
|
||||
"DONATION_RECEIPT_TITLE" = "기부 영수증";
|
||||
"DONATION_RECEIPT_TITLE" = "후원 영수증";
|
||||
|
||||
/* Section title for donation type on receipts */
|
||||
"DONATION_RECEIPT_TYPE" = "유형";
|
||||
|
||||
/* Title of view where you can see all of your donation receipts, or button to take you there */
|
||||
"DONATION_RECEIPTS" = "기부 영수증";
|
||||
"DONATION_RECEIPTS" = "후원 영수증";
|
||||
|
||||
/* Text at the bottom of the donation receipts list, telling users that receipts might not be available */
|
||||
"DONATION_RECEIPTS_MIGHT_BE_MISSING_IF_YOU_REINSTALLED" = "Signal을 다시 설치했다면 이전 기부 영수증은 사용할 수 없습니다.";
|
||||
"DONATION_RECEIPTS_MIGHT_BE_MISSING_IF_YOU_REINSTALLED" = "Signal을 다시 설치했다면 이전 후원 영수증은 사용할 수 없습니다.";
|
||||
|
||||
/* Error message displayed if something goes wrong with 3DSecure/iDEAL payment authorization. This will be encountered if the user cancels the webview before authrizing the payment. */
|
||||
"DONATION_REDIRECT_ERROR_CANCELLED_MESSAGE" = "결제를 취소했습니다. 다시 시도해 주세요.";
|
||||
@ -5189,13 +5189,13 @@
|
||||
"MEDIA_GALLERY_MORE_ITEMS_FORMAT" = "+%1$@";
|
||||
|
||||
/* Displayed in All Media (Audio) screen when there's no audio files - second line. */
|
||||
"MEDIA_GALLERY_NO_AUDIO_SUBTITLE" = "보내고 받은 음성 메시지와 오디오 파일이 여기에 표시됩니다.";
|
||||
"MEDIA_GALLERY_NO_AUDIO_SUBTITLE" = "내가 주고받는 음성 메시지와 오디오 파일이 여기에 표시됩니다.";
|
||||
|
||||
/* Displayed in All Media (Audio) screen when there's no audio files - first line. */
|
||||
"MEDIA_GALLERY_NO_AUDIO_TITLE" = "오디오 파일 없음";
|
||||
|
||||
/* Displayed in All Media (Audio) screen when there's no non-audiovisual files - second line. */
|
||||
"MEDIA_GALLERY_NO_FILES_SUBTITLE" = "내가 주고받는 파일이 여기에 표시됩니다";
|
||||
"MEDIA_GALLERY_NO_FILES_SUBTITLE" = "내가 주고받는 파일이 여기에 표시됩니다.";
|
||||
|
||||
/* Displayed in All Media (Audio) screen when there's no non-audiovisual files - first line. */
|
||||
"MEDIA_GALLERY_NO_FILES_TITLE" = "파일 없음";
|
||||
@ -5204,7 +5204,7 @@
|
||||
"MEDIA_GALLERY_NO_FILTER_RESULTS" = "미디어 없음";
|
||||
|
||||
/* Displayed in All Media screen when there's no media - second line. */
|
||||
"MEDIA_GALLERY_NO_MEDIA_SUBTITLE" = "보내고 받은 사진, 동영상, GIF 파일이 여기에 표시됩니다.";
|
||||
"MEDIA_GALLERY_NO_MEDIA_SUBTITLE" = "내가 주고받는 사진, 동영상, GIF 파일이 여기에 표시됩니다.";
|
||||
|
||||
/* Displayed in All Media screen when there's no media - first line. */
|
||||
"MEDIA_GALLERY_NO_MEDIA_TITLE" = "미디어 없음";
|
||||
@ -6782,7 +6782,7 @@
|
||||
"PHONE_NUMBER_TYPE_PAGER" = "호출기";
|
||||
|
||||
/* Label for 'Work' phone numbers. */
|
||||
"PHONE_NUMBER_TYPE_WORK" = "회사";
|
||||
"PHONE_NUMBER_TYPE_WORK" = "직장";
|
||||
|
||||
/* Label for 'Work FAX' phone numbers. */
|
||||
"PHONE_NUMBER_TYPE_WORK_FAX" = "FAX (회사)";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "음성 통화를 통해 확인 코드를 보내지 못했습니다. SMS를 통해 대신 받아보세요.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signal이 운영하는 유일한 공식 채팅";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "공식 채팅";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "최신 소식과 릴리스 노트를 확인하세요";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signal이 운영하는 유일한 공식 채널. 최신 소식과 릴리스 노트를 확인하세요";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signal이 운영하는 유일한 공식 채팅";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "지금 해결";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal 통화";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal 프록시 서버";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Signal로 같이 옮겨요! 여기 링크를 클릭하세요.";
|
||||
|
||||
@ -386,7 +386,7 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>자동 삭제 메시지 타이머 변경 %1$ld건 · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Įkeliama daugiau žinučių…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Įkeliama…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Skaityti daugiau";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Gauti visą žinutę";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Nukopijuota į iškarpinę";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Mums nepavyko jums išsiųsti patvirtinimo kodo balso skambučiu. Pabandykite gauti kodą SMS žinute.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Tai vienintelis oficialus pokalbis su „Signal“";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Oficialus pokalbis";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Sekite naujienas ir informaciją apie naujas versijas";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Tai vienintelis oficialus pokalbis su „Signal“. Sekite naujienas ir informaciją apie naujas versijas";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Tai vienintelis oficialus pokalbis su „Signal“";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Tvarkyti dabar";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal skambutis";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "„Signal“ tarpinis serveris";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Kviečiu įsidiegti „Signal“! Štai nuoroda:";
|
||||
|
||||
@ -548,13 +548,13 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld išnykstančių žinučių laikmačio pakeitimas · %2$@</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld išnykstančių žinučių laikmačio pakeitimai · %2$@</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld išnykstančių žinučių laikmačio pakeitimo · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld išnykstančių žinučių laikmačio pakeitimų · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "अधिक संदेश लोड करत आहे(…)";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "लोड होत आहे…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "अधिक वाचा";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "पूर्ण संदेश मिळवा";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "क्लिपबोर्डवर कॉपी केले";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "आम्ही आपणाला व्हॉईस कॉल मार्फत पडताळणी कोड पाठवू शकत नाही. त्याऐवजी आपला कोड SMS ने प्राप्त करण्याचा प्रयत्न करा.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signalचे एकमेव अधिकृत चॅट";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "अधिकृत चॅट";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "बातम्या आणि प्रकाशन टिपण्या मिळवत राहा";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signalचे एकमेव अधिकृत चॅट. न्यूज आणि प्रकाशन टीप मिळवत राहा";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signalचे एकमेव अधिकृत चॅट";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "आत्ता निश्चित करा";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal कॉल";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal प्रॉक्सी सर्व्हर";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "मी आपल्याला Signal स्थापन करण्यासाठी आमंत्रित करत आहे! हा आहे दुवा:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld लुप्त होणाऱ्या टायमरमध्ये बदल%2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld लुप्त होणाऱ्या संदेश टायमरमधील बदल ·%2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Muatkan Lagi Mesej…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Memuatkan…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Baca Lagi";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Dapatkan Mesej Penuh";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Disalin ke Papan Keratan";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Kami tidak dapat menghantar kod pengesahan kepada anda melalui panggilan suara. Cuba dapatkan kod anda melalui sms.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Satu-satunya sembang rasmi daripada Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Sembang rasmi";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Ikuti perkembangan terkini dengan berita & nota keluaran";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Satu-satunya sembang rasmi daripada Signal. Ikuti perkembangan terkini dengan berita dan nota keluaran";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Satu-satunya sembang rasmi daripada Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Baiki sekarang";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Panggilan Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Pelayan Proksi Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Saya menjemput anda untuk memasang Signal! Berikut adalah pautan:";
|
||||
|
||||
@ -386,7 +386,7 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld perubahan pemasa mesej menghilang · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Laster flere meldinger…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Laster inn …";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Les mer";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Last ned hele meldingen";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Kopiert til utklippstavlen";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Vi kunne ikke sende deg bekreftelseskoden via taleanrop. Motta koden via SMS i stedet.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Den eneste offisielle samtalen med Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Offisiell samtale";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Hold deg oppdatert på nyheter og utgavemerknader";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Den eneste offisielle samtalen med Signal. Hold deg oppdatert på nyheter og utgavemerknader";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Den eneste offisielle samtalen med Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Fiks nå";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal-samtale";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signals proxy-server";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Jeg inviterer deg til å installere Signal! Her er lenken:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld endring i utløpstid for meldinger · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld endringer i utløpstid for meldinger · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Meer berichten aan het laden…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Laden…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Meer lezen";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Volledige bericht bekijken";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Gekopieerd naar klembord";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "We konden je geen verificatiecode sturen via een spraakoproep. Probeer je code per sms te ontvangen.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "De enige officiële chat van Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Officiële chat";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Blijf op de hoogte van nieuws en uitgaveopmerkingen";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "De enige officiële chat van Signal. Blijf op de hoogte van nieuws en uitgaveopmerkingen";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "De enige officiële chat van Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Nu oplossen";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal-oproep";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal proxyserver";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Ik nodig je uit om Signal te installeren! Hier is de link:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld wijziging in timer voor verdwijnende berichten · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld wijzigingen in timer voor verdwijnende berichten · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -1334,7 +1334,7 @@
|
||||
"CALL_LINK" = "Link do połączenia";
|
||||
|
||||
/* Button to open a screen to edit the name of a Call Link. Also used as the title of that screen once it opens. */
|
||||
"CALL_LINK_ADD_NAME" = "Dodaj nazwę rozmowy";
|
||||
"CALL_LINK_ADD_NAME" = "Dodaj nazwę połączenia";
|
||||
|
||||
/* Button to copy a Call Link to the clipboard. */
|
||||
"CALL_LINK_COPY" = "Skopiuj link";
|
||||
@ -1367,7 +1367,7 @@
|
||||
"CALL_LINK_DELETED" = "Link do połączenia usunięty.";
|
||||
|
||||
/* Button to open a screen to edit the name of a Call Link. Also used as the title of that screen once it opens. */
|
||||
"CALL_LINK_EDIT_NAME" = "Edytuj nazwę rozmowy";
|
||||
"CALL_LINK_EDIT_NAME" = "Edytuj nazwę połączenia";
|
||||
|
||||
/* Description of sheet presented when joining call from call link sheet fails. */
|
||||
"CALL_LINK_JOIN_CALL_FAILURE_SHEET_DESCRIPTION" = "Nie udało się dołączyć do rozmowy. Sprawdź połączenie z internetem i spróbuj ponownie.";
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Wczytywanie wiadomości…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Wczytywanie…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Czytaj dalej";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Pobierz całą wiadomość";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Skopiowano do schowka";
|
||||
@ -3038,7 +3038,7 @@
|
||||
"DONATE_CHOOSE_PAYMENT_METHOD_SHEET_TITLE_FOR_DONATION_ON_BEHALF_OF_A_FRIEND" = "%1$@ dla aplikacji Signal";
|
||||
|
||||
/* When users make monthly donations, they see a sheet that lets them pick a payment method. This is the title on that sheet. Embeds {{amount of money per month}}, such as \"$5/month\". */
|
||||
"DONATE_CHOOSE_PAYMENT_METHOD_SHEET_TITLE_FOR_MONTHLY_DONATION" = "Wpłać %1$@ i wesprzyj Signal";
|
||||
"DONATE_CHOOSE_PAYMENT_METHOD_SHEET_TITLE_FOR_MONTHLY_DONATION" = "Wpłacaj %1$@ i wesprzyj Signal";
|
||||
|
||||
/* When users make one-time donations, they see a sheet that lets them pick a payment method. This is the title on that sheet. Embeds {{amount of money}}, such as \"$5\". */
|
||||
"DONATE_CHOOSE_PAYMENT_METHOD_SHEET_TITLE_FOR_ONE_TIME_DONATION" = "Wpłać %1$@ i wesprzyj Signal";
|
||||
@ -3239,7 +3239,7 @@
|
||||
"DONATION_READ_MORE_SHEET_BULLET_2" = "Twoja prywatność jest naszą misją";
|
||||
|
||||
/* Bullet point for a sheet discussing donating to Signal. For non-English languages, skip the word 501c3, and skip the language about US donations being tax deductible. */
|
||||
"DONATION_READ_MORE_SHEET_BULLET_3" = "Signal jest organizacją non profit.";
|
||||
"DONATION_READ_MORE_SHEET_BULLET_3" = "Signal jest organizacją non profit";
|
||||
|
||||
/* Section title for donation amount on receipts */
|
||||
"DONATION_RECEIPT_AMOUNT" = "Kwota";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Nie udało się podać kodu weryfikacyjnego przez połączenie głosowe. Możesz zamiast tego poprosić o SMS z kodem.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "To oficjalny i jedyny czat twórców aplikacji Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Oficjalny czat";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Bądź na bieżąco z nowościami i aktualizacjami";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "To oficjalny i jedyny czat twórców aplikacji Signal. Bądź na bieżąco z nowościami i aktualizacjami";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "To oficjalny i jedyny czat twórców aplikacji Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Zrób to teraz";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Połączenie Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Serwer proxy Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Zapraszam Cię do komunikatora Signal! Link do pobrania aplikacji:";
|
||||
|
||||
@ -548,13 +548,13 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld zmiana czasu, po którym wiadomości znikają · %2$@</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld zmiany czasu, po którym wiadomości znikają · %2$@</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld zmian czasu, po którym wiadomości znikają · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld zmiany czasu, po którym wiadomości znikają · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Carrengando mais mensagens…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Carregando…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Leia mais";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Ver mensagem completa";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Copiado para a área de transferência";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Não foi possível enviar um código de verificação por chamada de voz. Tente receber seu código por sms.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "A única conversa oficial do Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Conversa oficial";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Fique por dentro das notícias e atualizações";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "A única conversa oficial do Signal. Fique por dentro das notícias e notas de atualização";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "A única conversa oficial do Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Corrigir agora";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Chamada do Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Servidor proxy do Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Estou te convidando a instalar Signal! Aqui está o link:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld alteração na duração de mensagem temporária · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld alterações na duração de mensagens temporárias · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "A carregar mais mensagens…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "A carregar…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Ler mais";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Transferir mensagem completa";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Copiado para a área de transferência";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Não conseguimos enviar-lhe um código de verificação via chamada de voz. Experimente receber o seu código por SMS.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "O único chat oficial do Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Chat oficial";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Mantenha-se a par das novidades e atualizações";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "O único chat oficial do Signal. Mantenha-se a par das novidades e atualizações";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "O único chat oficial do Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Resolver agora";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Chamada do Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Servidor proxy do Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Estou a convidá-lo(a) para instalar o Signal! Aqui está a hiperligação:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld alteração do temporizador das mensagens temporárias · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld alterações do temporizador das mensagens temporárias · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Se încarcă mai multe mesaje…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Se încarcă…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Citește mai mult";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Vezi mesajul complet";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "S-a copiat în clipboard";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Nu ți-am putut trimite un cod de verificare prin apel vocal. Încearcă să primești codul prin sms.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Singurul chat oficial de la Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Chat oficial";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Fii la curent cu știrile și notele de lansare";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Singurul chat oficial de la Signal. Fii la curent cu știrile și notele de lansare";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Singurul chat oficial de la Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Repară acum";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Apel Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Server proxy Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Te invit să instalezi Signal! Uite linkul:";
|
||||
|
||||
@ -494,11 +494,11 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld schimbare a temporizatorului pentru mesaje temporare · %2$@</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld schimbări ale temporizatorului pentru mesaje temporare · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld de schimbări ale temporizatorului pentru mesaje temporare · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Загружаем больше сообщений…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Загружаем…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Читать далее";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Получить полное сообщение";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Скопировано в буфер обмена";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Мы не смогли отправить вам код проверки через аудиозвонок. Попробуйте получить код с помощью sms.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Это единственный официальный чат от Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Официальный чат";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Будьте в курсе новостей и свежих релизов";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Это единственный официальный чат от Signal. Будьте в курсе новостей и свежих релизов";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Это единственный официальный чат от Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Исправить сейчас";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Звонок Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Прокси-сервер Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Предлагаю установить Signal! Вот ссылка:";
|
||||
@ -9782,7 +9782,7 @@
|
||||
"THREAD_DETAILS_FOUR_MEMBERS" = "%1$@, %2$@, %3$@ и %4$@";
|
||||
|
||||
/* Label for a group with more than four members, listing the first three members' names and embedding THREAD_DETAILS_OTHER_MEMBERS_COUNT_%ld as a count of other members */
|
||||
"THREAD_DETAILS_MANY_MEMBERS" = "%1$@, %2$@, %3$@ и %4$@";
|
||||
"THREAD_DETAILS_MANY_MEMBERS" = "%1$@, %2$@, %3$@ и ещё %4$@";
|
||||
|
||||
/* Label for a group with no members or no members but yourself */
|
||||
"THREAD_DETAILS_NO_MEMBERS" = "Других участников группы пока нет";
|
||||
|
||||
@ -548,13 +548,13 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld изменение таймера исчезающего сообщения · %2$@</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld изменения таймера исчезающего сообщения · %2$@</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld изменений таймера исчезающего сообщения · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld изменения таймера исчезающего сообщения · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
@ -2083,13 +2083,13 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld другим</string>
|
||||
<string>%1$ld</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld другими</string>
|
||||
<string>%1$ld</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld другими</string>
|
||||
<string>%1$ld</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld другими</string>
|
||||
<string>%1$ld</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>UNAVAILABLE_ATTACHMENT_AUDIO_SHEET_MESSAGE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Načítanie správ…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Načítava sa…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Dočítať sa viac";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Zobraziť celú správu";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Okopírované do schránky";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Nepodarilo sa nám poslať vám overovací kód prostredníctvom hlasového hovoru. Skúste prijať kód cez SMS.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Jediný oficiálny čet od aplikácie Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Oficiálny čet";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Buďte informovaní o novinkách a poznámkach k vydaniu";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Jediný oficiálny čet od aplikácie Signal. Buďte informovaní o novinkách a poznámkach k vydaniu.";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Jediný oficiálny čet od aplikácie Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Opraviť teraz";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal hovor";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal proxy server";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Pozývam Vás, aby ste si nainštalovali Signal! Tu je odkaz:";
|
||||
|
||||
@ -548,13 +548,13 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld zmena časovača miznúcich správ · %2$@</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld zmeny časovača miznúcich správ · %2$@</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld zmeny časovača miznúcich správ · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld zmien časovača miznúcich správ · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Учитавамо још порука…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Учитава се…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Прочитајте више";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Преузми целу поруку";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Копирано";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Нисмо успели да вам пошаљемо шифру за верификацију помоћу гласовног позива. Пробајте да затражите шифру преко SMS-а.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Једино званично ћаскање са Signal-ом";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Званично ћаскање";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Будите у току с вестима и новим издањима апликације";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Једино званично ћаскање са Signal-ом. Будите у току са вестима и новим издањима апликације";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Једино званично ћаскање са Signal-ом";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Исправите сад";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Позив преко Signal-а";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Сигнал прокси сервер";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Позивам те да инсталираш Signal! У наставку је линк:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld промена времена за нестајуће поруке · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld промена/-е времена за нестајуће поруке · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Läser in fler meddelanden…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Läser in …";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Läs mer";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Hämta hela meddelandet";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Kopierad till urklipp";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Vi kunde inte skicka en verifieringskod via röstsamtal. Försök att ta emot din kod via SMS istället.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Den enda officiella chatten från Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Officiell chatt";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Håll dig uppdaterad med nyheter och versionsinformation";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Den enda officiella chatten från Signal. Håll dig uppdaterad med nyheter och versionsinformation.";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Den enda officiella chatten från Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Åtgärda nu";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Ring med Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal-proxyserver";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Jag vill gärna att du installerar Signal! Här är länken:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld ändring av timer för försvinnande meddelanden · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld ändringar av timer för försvinnande meddelanden · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "กำลังโหลดข้อความเพิ่ม…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "กำลังโหลด…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "อ่านเพิ่มเติม";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "ดูข้อความฉบับเต็ม";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "คัดลอกไปยังคลิปบอร์ด";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "เราไม่สามารถส่งรหัสยืนยันผ่านทางการโทรให้คุณได้ ลองเปลี่ยนไปรับรหัสผ่านทาง SMS แทน";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "แชทอย่างเป็นทางการแชทเดียวจาก Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "แชทอย่างเป็นทางการ";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "ติดตามข่าวสารและบันทึกรุ่นอัปเดตล่าสุด";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "แชทอย่างเป็นทางการแชทเดียวจาก Signal ติดตามข่าวสารและบันทึกรุ่นอัปเดตล่าสุด";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "แชทอย่างเป็นทางการแชทเดียวจาก Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "แก้ไขตอนนี้";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "การโทรผ่าน Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "เซิร์ฟเวอร์พร็อกซีสำหรับ Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "ฉันกำลังชวนคุณให้ติดตั้ง Signal! นี่คือลิงก์:";
|
||||
|
||||
@ -386,7 +386,7 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld การอัปเดตในการตั้งเวลาข้อความที่จะหายไป · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Daha Fazla İleti Yükleniyor…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Yükleniyor…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Devamını Oku";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Tam Mesajı Gör";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Panoya Kopyalandı";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Sana sesli arama ile bir doğrulama kodu gönderemedik. Bunun yerine kodunu SMS ile almayı dene.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signal'dan gelen tek resmi sohbet";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Resmi Sohbet";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Haberler ve sürüm notları ile güncel kal";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signal'dan gelen tek resmi sohbet. Haberler ve sürüm notları ile güncel kal";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signal'dan gelen tek resmi sohbet";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Şimdi düzelt";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal Araması";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal Vekil Sunucu";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Seni Signal kullanmaya davet ediyorum! İşte link:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld kaybolan mesaj zamanlayıcısı değişikliği · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld kaybolan mesaj zamanlayıcısı değişikliği · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "تېخىمۇ كۆپ ئۇچۇرنى يۈكلەۋاتىدۇ…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "قاچىلىنىۋاتىدۇ…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "تېخىمۇ كۆپ";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "تولۇق ئۇچۇرنى چۈشۈرۈش";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "چاپلاش تاختىسىغا كۆچۈردى";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "بىز ئاۋازلىق چاقىرىق ئارقىلىق سىزگە دەلىللەش كودى يوللىيالمىدۇق. ئۇنىڭ ئورنىغا قىسقا ئۇچۇر ئارقىلىق دەلىللەش كودىنى تاپشۇرىۋېلىشنى سىناڭ.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signal دىن كەلگەن بىردىنبىر رەسمىي سۆھبەت";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal ";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "رەسمىي سۆھبەت";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "خەۋەر ۋە ئېلان خاتىرىلىرىنى يېڭىلاپ تۇرۇڭ";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signal دىن كەلگەن بىردىنبىر رەسمىي سۆھبەت. خەۋەر ۋە ئېلان خاتىرىلىرىنى يېڭىلاپ تۇرىدۇ";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signal دىن كەلگەن بىردىنبىر رەسمىي سۆھبەت";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "دەرھال ئوڭشاش";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal چاقىرىقى";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal ۋاكالەتچى مۇلازىمېتىرى";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "مەن Signal نى قاچىلاشقا تەكلىپ قىلىندىم! ئۇلانمىسى بۇ يەردە:";
|
||||
|
||||
@ -386,7 +386,7 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld غايىب بولۇش ئالدىدىكى ئۇچۇرنىڭ ۋاقىت ھېسابلىغۇچىدىكى ئۆزگىرىشلەر· %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Довантажуємо повідомлення…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Завантаження…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Читати далі";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Повне повідомлення";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Скопійовано в буфер обміну";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Ми не змогли повідомити вам код підтвердження під час аудіовиклику. Код можна також отримати в SMS.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Єдиний офіційний чат від Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Офіційний чат";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Будьте в курсі новин і впроваджених змін";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Єдиний офіційний чат від Signal. Будьте в курсі новин і впроваджених змін.";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Єдиний офіційний чат від Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Виправити";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Виклик у Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Проксі-сервер Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Пропоную встановити Signal! Завантажуй за цим посиланням:";
|
||||
|
||||
@ -548,13 +548,13 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld зміна таймера тимчасових повідомлень · %2$@</string>
|
||||
<key>few</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld зміни таймера тимчасових повідомлень · %2$@</string>
|
||||
<key>many</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld змін таймера тимчасових повідомлень · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld зміни таймера тимчасових повідомлень · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "مزید پیغامات لوڈ ہو رہے ہیں۔۔۔";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "لوڈ ہو رہا ہے۔۔۔";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "مزید پڑھ";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "مکمل میسج حاصل کریں";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "کلپ بورڈ میں کاپی";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "ہم آپ کو وائس کال کے ذریعے تصدیقی کوڈ بھیجنے سے قاصر ہیں۔ اس کے بجائے sms کے ذریعے اپنا کوڈ حاصل کرنے کی کوشش کریں۔";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signal کی جانب سے واحد آفیشل چیٹ";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "آفیشل چیٹ";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "خبروں اور ریلیز نوٹس کے ساتھ باخبر رہیں";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signal کی جانب سے واحد آفیشل چیٹ۔ خبروں اور ریلیز نوٹس کے ساتھ باخبر رہیں";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signal کی جانب سے واحد آفیشل چیٹ";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "ابھی ٹھیک کریں";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal کال";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal پراکسی سرور";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "میں آپ کو Signal نصب کرنے کیلئے مدعو کر رہا ہوں! لنک یہاں ہے:";
|
||||
|
||||
@ -440,9 +440,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>%1$ld disappearing message timer change · %2$@</string>
|
||||
<string>%1$ld غائب ہونے والے ٹائمر میں تبدیلی · %2$@</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld غائب ہونے والے میسج کے ٹائمر میں تبدیلیاں · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "Đang tải Thêm Tin nhắn…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Đang tải…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "Đọc thêm";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Xem toàn bộ thông tin";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "Đã sao chép vào clipboard";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "Chúng tôi không thể gửi mã xác nhận cho bạn qua cuộc gọi thoại. Hãy thử nhận mã qua tin nhắn SMS.";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Cuộc trò chuyện chính thức duy nhất từ Signal";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Cuộc trò chuyện chính thức";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Cập nhật tin tức và thông tin về bản cập nhật";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Cuộc trò chuyện chính thức duy nhất từ Signal. Cập nhật tin tức và thông tin về bản cập nhật";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Cuộc trò chuyện chính thức duy nhất từ Signal";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "Sửa ngay";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Cuộc gọi Signal";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Máy chủ proxy Signal";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "Tôi đang mời bạn cài đặt Signal! Đây là đường dẫn:";
|
||||
|
||||
@ -386,7 +386,7 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld đồng hồ của tin nhắn tự xóa có thay đổi · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "載入緊更多訊息…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "載入緊……";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "睇埋佢";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "攞返完整訊息";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "複製咗去剪貼簿";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "我哋冇辦法透過語音通話傳送驗證碼俾你。試吓改用短訊接收驗證碼啦。";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signal 官方同唯一嘅聊天";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "官方聊天";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "緊貼最新消息同版本資訊";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signal 官方同唯一嘅聊天。緊貼最新消息同版本資訊";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signal 官方同唯一嘅聊天";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "立即修復";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal 通話";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal 代理伺服器";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "見字裝 Signal!條 Link 喺度:";
|
||||
|
||||
@ -386,7 +386,7 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld 個自動銷毀訊息時限更改 · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "正在加载更多消息……";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "正在加载…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "查看更多";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "获取完整消息";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "已复制到剪贴板";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "我们无法通过语音通话给您发送验证码。请尝试通过短信进行接收。";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "这是 Signal 的唯一官方聊天号";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "官方聊天号";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "方便您及时了解新闻动态和版本发布说明";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "这是 Signal 的唯一官方聊天号,方便您及时了解新闻动态和版本发布说明";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "这是 Signal 的唯一官方聊天号";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "立刻解决";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal 通话";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal 代理服务器";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "请你下载Signal加密通讯软件!链接:";
|
||||
|
||||
@ -386,7 +386,7 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld 个限时消息定时器更改 · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "正在載入新的訊息……";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "正在載入…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "了解更多";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "取得完整訊息";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "已複製到剪貼簿";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "我們無法透過語音通話傳送驗證碼給你。請嘗試透過 SMS 短訊接收驗證碼。";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signal 唯一的官方聊天室";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "官方聊天";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "隨時了解最新消息和發行版本備註";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signal 官方及唯一版本的聊天。隨時了解最新消息和發行版本備註";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signal 唯一的官方聊天室";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "立即修復";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal 通話";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal 代理伺服器";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "我誠邀你裝Signal!網址係:";
|
||||
|
||||
@ -386,7 +386,7 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>other</key>
|
||||
<string>%1$ld disappearing message timer changes · %2$@</string>
|
||||
<string>%1$ld 個自動銷毀訊息時限變更 · %2$@</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CONVERSATION_DELETE_CONFIRMATIONS_ALERT_TITLE_%d</key>
|
||||
|
||||
@ -2582,13 +2582,13 @@
|
||||
"CONVERSATION_VIEW_LOADING_MORE_MESSAGES" = "讀取更多的訊息中…";
|
||||
|
||||
/* Label on truncated text messages that's shown while the full contents of a text message are being downloaded. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "Loading…";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_DOWNLOADING" = "讀取中…";
|
||||
|
||||
/* Indicator on truncated text messages that they can be tapped to see the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_FOR_MORE" = "閱讀更多";
|
||||
|
||||
/* Button on truncated text messages that they can be tapped to download the entire text message. */
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "Get Full Message";
|
||||
"CONVERSATION_VIEW_OVERSIZE_TEXT_TAP_TO_DOWNLOAD" = "取得完整訊息";
|
||||
|
||||
/* Indicator that a value has been copied to the clipboard. */
|
||||
"COPIED_TO_CLIPBOARD" = "複製到剪貼簿";
|
||||
@ -7742,22 +7742,22 @@
|
||||
"REGISTRATION_VOICE_CODE_FAILED_TRY_SMS_ERROR" = "我們無法透過語音通話傳送驗證碼給你。請嘗試透過 SMS 短訊接收驗證碼。";
|
||||
|
||||
/* Bottom bar label for the release notes thread */
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_BOTTOM_BAR_LABEL" = "Signal 唯一的官方聊天室";
|
||||
|
||||
/* Display name for the release notes channel */
|
||||
"RELEASE_NOTES_CHANNEL_NAME" = "Signal";
|
||||
|
||||
/* Label displayed in thread details of the release notes chat */
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "Official Chat";
|
||||
"RELEASE_NOTES_CHANNEL_OFFICIAL_LABEL" = "官方聊天";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user to keep up to date */
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "Keep up to date with news & release notes";
|
||||
"RELEASE_NOTES_DESCRIPTION_KEEP_UPDATED" = "隨時了解最新消息和發行版本備註";
|
||||
|
||||
/* Details text for the thread details view of the release notes channel */
|
||||
"RELEASE_NOTES_DETAILS" = "The only official chat from Signal. Keep up to date with news and release notes";
|
||||
"RELEASE_NOTES_DETAILS" = "Signal 官方及唯一版本的聊天。隨時了解最新消息和發行版本備註";
|
||||
|
||||
/* Settings description label for the release notes thread telling a user this is the only official chat */
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "The only official chat from Signal";
|
||||
"RELEASE_NOTES_SETTINGS_DESCRIPTION_ONLY_OFFICAL_CHAT" = "Signal 唯一的官方聊天室";
|
||||
|
||||
/* Button below the warning to fix a corrupted username. */
|
||||
"REMINDER_VIEW_USERNAME_CORRUPTED_FIX_BUTTON" = "立即修復";
|
||||
@ -9254,7 +9254,7 @@
|
||||
"SIGNAL_CALL" = "Signal 語音通話";
|
||||
|
||||
/* Title for the sheet presented when user taps on Signal Proxy link in chat. */
|
||||
"SIGNAL_PROXY" = "Signal Proxy Server";
|
||||
"SIGNAL_PROXY" = "Signal 代理伺服器";
|
||||
|
||||
/* body sent to contacts when inviting to Install Signal */
|
||||
"SMS_INVITE_BODY" = "邀請您安裝 Signal!這裡是連結:";
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user