Compare commits
43 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee4a9284bb | ||
|
|
a71b38d692 | ||
|
|
3dec1615e7 | ||
|
|
43bc87cc86 | ||
|
|
6b3f933d3f | ||
|
|
5816c5eabe | ||
|
|
b72da83828 | ||
|
|
d55e0318b9 | ||
|
|
2fe332f96a | ||
|
|
c9b8fa5410 | ||
|
|
e6083390ba | ||
|
|
048505cb78 | ||
|
|
785f4cf34c | ||
|
|
ce82c2eee0 | ||
|
|
70defe49ba | ||
|
|
eb1bb1c33c | ||
|
|
47c2c062b3 | ||
|
|
1b01ae1298 | ||
|
|
ef95ca50c2 | ||
|
|
fcfab62791 | ||
|
|
dc6d86ebc6 | ||
|
|
1bd5b316b6 | ||
|
|
2d7a2c49fd | ||
|
|
458ea83fab | ||
|
|
f05ad333f1 | ||
|
|
dfb3fe73c7 | ||
|
|
4ea5023927 | ||
|
|
c09a8faec7 | ||
|
|
a5760c316b | ||
|
|
aa2f86cf38 | ||
|
|
34882ad4fa | ||
|
|
500ef0932e | ||
|
|
dfdd144cee | ||
|
|
e8d365971b | ||
|
|
ce7437b77b | ||
|
|
6443f367a5 | ||
|
|
3c4fa26b36 | ||
|
|
637d787c93 | ||
|
|
6858018f14 | ||
|
|
1cf7a90e4b | ||
|
|
4c009e8fdd | ||
|
|
8a6b903534 | ||
|
|
83f2fe8196 |
22
.github/workflows/benchmark.yml
vendored
22
.github/workflows/benchmark.yml
vendored
@ -27,14 +27,14 @@ jobs:
|
||||
- name: Clone Desktop repo
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
- name: Restore sccache
|
||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
id: cache-sccache
|
||||
with:
|
||||
path: ${{ env.SCCACHE_PATH }}
|
||||
key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
# - name: Setup sccache
|
||||
# uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
# - name: Restore sccache
|
||||
# uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
# id: cache-sccache
|
||||
# with:
|
||||
# path: ${{ env.SCCACHE_PATH }}
|
||||
# key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
|
||||
@ -55,9 +55,9 @@ jobs:
|
||||
- name: Install Desktop node_modules
|
||||
run: pnpm install
|
||||
env:
|
||||
CC: sccache gcc
|
||||
CXX: sccache g++
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# CC: sccache gcc
|
||||
# CXX: sccache g++
|
||||
# SCCACHE_GHA_ENABLED: "true"
|
||||
NPM_CONFIG_LOGLEVEL: verbose
|
||||
|
||||
- name: Build typescript
|
||||
|
||||
100
.github/workflows/ci.yml
vendored
100
.github/workflows/ci.yml
vendored
@ -33,13 +33,13 @@ jobs:
|
||||
path: ~/.electron-gyp
|
||||
key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
|
||||
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
- name: Restore sccache
|
||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
with:
|
||||
path: ${{ env.SCCACHE_PATH }}
|
||||
key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
# - name: Setup sccache
|
||||
# uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
# - name: Restore sccache
|
||||
# uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
# with:
|
||||
# path: ${{ env.SCCACHE_PATH }}
|
||||
# key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
|
||||
- name: Restore cached .eslintcache and tsconfig.tsbuildinfo
|
||||
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
@ -53,9 +53,9 @@ jobs:
|
||||
- name: Install Desktop node_modules
|
||||
run: pnpm install
|
||||
env:
|
||||
CC: sccache gcc
|
||||
CXX: sccache g++
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# CC: sccache gcc
|
||||
# CXX: sccache g++
|
||||
# SCCACHE_GHA_ENABLED: "true"
|
||||
NPM_CONFIG_LOGLEVEL: verbose
|
||||
|
||||
- run: pnpm run generate
|
||||
@ -102,20 +102,20 @@ jobs:
|
||||
path: ~/.electron-gyp
|
||||
key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
|
||||
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
- name: Restore sccache
|
||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
with:
|
||||
path: ${{ env.SCCACHE_PATH }}
|
||||
key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
# - name: Setup sccache
|
||||
# uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
# - name: Restore sccache
|
||||
# uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
# with:
|
||||
# path: ${{ env.SCCACHE_PATH }}
|
||||
# key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
|
||||
- name: Install Desktop node_modules
|
||||
run: pnpm install
|
||||
env:
|
||||
CC: sccache clang
|
||||
CXX: sccache clang++
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# CC: sccache clang
|
||||
# CXX: sccache clang++
|
||||
# SCCACHE_GHA_ENABLED: "true"
|
||||
NPM_CONFIG_LOGLEVEL: verbose
|
||||
|
||||
- run: pnpm run generate
|
||||
@ -129,9 +129,9 @@ jobs:
|
||||
- run: touch noop.sh && chmod +x noop.sh
|
||||
- run: pnpm run build
|
||||
env:
|
||||
CC: sccache clang
|
||||
CXX: sccache clang++
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# CC: sccache clang
|
||||
# CXX: sccache clang++
|
||||
# SCCACHE_GHA_ENABLED: "true"
|
||||
DISABLE_INSPECT_FUSE: on
|
||||
SIGN_MACOS_SCRIPT: noop.sh
|
||||
ARTIFACTS_DIR: artifacts/macos
|
||||
@ -175,24 +175,24 @@ jobs:
|
||||
with:
|
||||
path: ~/.electron-gyp
|
||||
key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
|
||||
|
||||
|
||||
- name: Install xvfb and libpulse0
|
||||
run: sudo apt-get install xvfb libpulse0 || (sudo apt-get update && sudo apt-get install xvfb libpulse0)
|
||||
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
- name: Restore sccache
|
||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
with:
|
||||
path: ${{ env.SCCACHE_PATH }}
|
||||
key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
# - name: Setup sccache
|
||||
# uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
# - name: Restore sccache
|
||||
# uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
# with:
|
||||
# path: ${{ env.SCCACHE_PATH }}
|
||||
# key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
|
||||
- name: Install Desktop node_modules
|
||||
run: pnpm install
|
||||
env:
|
||||
CC: sccache gcc
|
||||
CXX: sccache g++
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# CC: sccache gcc
|
||||
# CXX: sccache g++
|
||||
# SCCACHE_GHA_ENABLED: "true"
|
||||
NPM_CONFIG_LOGLEVEL: verbose
|
||||
|
||||
- run: pnpm run generate
|
||||
@ -209,17 +209,17 @@ jobs:
|
||||
run: pnpm run build:release --publish=never
|
||||
if: github.ref == 'refs/heads/main'
|
||||
env:
|
||||
CC: sccache gcc
|
||||
CXX: sccache g++
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# CC: sccache gcc
|
||||
# CXX: sccache g++
|
||||
# SCCACHE_GHA_ENABLED: "true"
|
||||
DISABLE_INSPECT_FUSE: on
|
||||
- name: Build without packaging .deb file
|
||||
run: pnpm run build:release --linux dir
|
||||
if: github.ref != 'refs/heads/main'
|
||||
env:
|
||||
CC: sccache gcc
|
||||
CXX: sccache g++
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# CC: sccache gcc
|
||||
# CXX: sccache g++
|
||||
# SCCACHE_GHA_ENABLED: "true"
|
||||
DISABLE_INSPECT_FUSE: on
|
||||
|
||||
- name: Upload installer size
|
||||
@ -400,20 +400,20 @@ jobs:
|
||||
- name: Install xvfb and libpulse0
|
||||
run: sudo apt-get install xvfb libpulse0 || (sudo apt-get update && sudo apt-get install xvfb libpulse0)
|
||||
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
- name: Restore sccache
|
||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
with:
|
||||
path: ${{ env.SCCACHE_PATH }}
|
||||
key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
# - name: Setup sccache
|
||||
# uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
# - name: Restore sccache
|
||||
# uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
# with:
|
||||
# path: ${{ env.SCCACHE_PATH }}
|
||||
# key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
|
||||
- name: Install Desktop node_modules
|
||||
run: pnpm install
|
||||
env:
|
||||
CC: sccache gcc
|
||||
CXX: sccache g++
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# CC: sccache gcc
|
||||
# CXX: sccache g++
|
||||
# SCCACHE_GHA_ENABLED: "true"
|
||||
NPM_CONFIG_LOGLEVEL: verbose
|
||||
|
||||
- name: Build typescript
|
||||
|
||||
22
.github/workflows/icu-book.yml
vendored
22
.github/workflows/icu-book.yml
vendored
@ -28,21 +28,21 @@ jobs:
|
||||
path: ~/.electron-gyp
|
||||
key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
|
||||
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
- name: Restore sccache
|
||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
id: cache-sccache
|
||||
with:
|
||||
path: ${{ env.SCCACHE_PATH }}
|
||||
key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
# - name: Setup sccache
|
||||
# uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
# - name: Restore sccache
|
||||
# uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
# id: cache-sccache
|
||||
# with:
|
||||
# path: ${{ env.SCCACHE_PATH }}
|
||||
# key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
|
||||
- name: Install Desktop node_modules
|
||||
run: pnpm install
|
||||
env:
|
||||
CC: sccache gcc
|
||||
CXX: sccache g++
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# CC: sccache gcc
|
||||
# CXX: sccache g++
|
||||
# SCCACHE_GHA_ENABLED: "true"
|
||||
NPM_CONFIG_LOGLEVEL: verbose
|
||||
|
||||
- run: pnpm run build:storybook
|
||||
|
||||
22
.github/workflows/stories.yml
vendored
22
.github/workflows/stories.yml
vendored
@ -28,21 +28,21 @@ jobs:
|
||||
path: ~/.electron-gyp
|
||||
key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
|
||||
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
- name: Restore sccache
|
||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
id: cache-sccache
|
||||
with:
|
||||
path: ${{ env.SCCACHE_PATH }}
|
||||
key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
# - name: Setup sccache
|
||||
# uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
# - name: Restore sccache
|
||||
# uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
# id: cache-sccache
|
||||
# with:
|
||||
# path: ${{ env.SCCACHE_PATH }}
|
||||
# key: sccache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'patches/**') }}
|
||||
|
||||
- name: Install Desktop node_modules
|
||||
run: pnpm install
|
||||
env:
|
||||
CC: sccache gcc
|
||||
CXX: sccache g++
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# CC: sccache gcc
|
||||
# CXX: sccache g++
|
||||
# SCCACHE_GHA_ENABLED: "true"
|
||||
NPM_CONFIG_LOGLEVEL: verbose
|
||||
|
||||
- run: pnpm run build:storybook
|
||||
|
||||
@ -23,6 +23,11 @@ import {
|
||||
createScrollerLock,
|
||||
} from '../ts/hooks/useScrollLock';
|
||||
import { Environment, setEnvironment } from '../ts/environment.ts';
|
||||
import { parseUnknown } from '../ts/util/schemas.ts';
|
||||
import { LocaleEmojiListSchema } from '../ts/types/emoji.ts';
|
||||
import { FunProvider } from '../ts/components/fun/FunProvider.tsx';
|
||||
import { EmojiSkinTone } from '../ts/components/fun/data/emojis.ts';
|
||||
import { MOCK_GIFS_PAGINATED_ONE_PAGE } from '../ts/components/fun/mocks.tsx';
|
||||
|
||||
setEnvironment(Environment.Development, true);
|
||||
|
||||
@ -206,10 +211,33 @@ function withScrollLockProvider(Story, context) {
|
||||
);
|
||||
}
|
||||
|
||||
function withFunProvider(Story, context) {
|
||||
return (
|
||||
<FunProvider
|
||||
i18n={window.SignalContext.i18n}
|
||||
recentEmojis={[]}
|
||||
recentStickers={[]}
|
||||
recentGifs={[]}
|
||||
emojiSkinToneDefault={EmojiSkinTone.None}
|
||||
onEmojiSkinToneDefaultChange={noop}
|
||||
installedStickerPacks={[]}
|
||||
showStickerPickerHint={false}
|
||||
onClearStickerPickerHint={noop}
|
||||
onOpenCustomizePreferredReactionsModal={noop}
|
||||
fetchGifsSearch={() => Promise.resolve(MOCK_GIFS_PAGINATED_ONE_PAGE)}
|
||||
fetchGifsFeatured={() => Promise.resolve(MOCK_GIFS_PAGINATED_ONE_PAGE)}
|
||||
fetchGif={() => Promise.resolve(new Blob([new Uint8Array(1)]))}
|
||||
>
|
||||
<Story {...context} />
|
||||
</FunProvider>
|
||||
);
|
||||
}
|
||||
|
||||
export const decorators = [
|
||||
withGlobalTypesProvider,
|
||||
withMockStoreProvider,
|
||||
withScrollLockProvider,
|
||||
withFunProvider,
|
||||
];
|
||||
|
||||
export const parameters = {
|
||||
|
||||
@ -401,6 +401,210 @@ Signal Desktop makes use of the following open source projects.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
## @react-aria/interactions
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2019 Adobe
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
## @react-aria/utils
|
||||
|
||||
License: Apache-2.0
|
||||
@ -429,6 +633,210 @@ Signal Desktop makes use of the following open source projects.
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
## @react-types/shared
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2019 Adobe
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
## @signalapp/quill-cjs
|
||||
|
||||
Copyright (c) 2017-2024, Slab
|
||||
@ -2695,10 +3103,6 @@ Signal Desktop makes use of the following open source projects.
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
||||
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
## mac-screen-capture-permissions
|
||||
|
||||
License: MIT
|
||||
|
||||
## memoizee
|
||||
|
||||
ISC License
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Onbekende kontak"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Onbekende groep"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Geen emoji gevind nie"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Kies velkleur vir {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Verander velkleurvoorkeur"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Druk lank om velkleur te kies"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Kies jou verstekvelkleur"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Vlae"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Pas reaksies aan"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Deursoek plakkers"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Onlangs gebruik"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Beskikbaar"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Geen plakkers gevind nie."
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Donker velkleur"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Voeg 'n Emoji, Plakker of GIF by"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Voeg 'n emoji by"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Voeg ’n plakker toe"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Kanselleer"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Dateer Signal op"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Bekyk"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Bekyk"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Eenkeerkyk-media"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Eenkeerkyk-boodskappe word nie in jou kletsgeskiedenis gestoor nie."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Kyk na foto"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Kyk video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Eenkeerkyk-video"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 lid} other {{count,number} lede}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Gaan noukeurig na"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Verlaat"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Beëindig oproep"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Verlaat oproep"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofoon afgeskakel"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Media sal voortgaan om in die agtergrond afgelaai te word"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Onderbreek oordrag"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Kanselleer oordrag"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Rekeningaksie word vereis"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Jy moet Signal op jou foon oopmaak om voort te gaan om hierdie rekening te gebruik. As jy nie Signal op jou foon oopmaak nie, sal jou rekening binnekort geskrap word. <learnMoreLink>Vind meer uit</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Vou uit"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "’n Admin moet nuwe lede goedkeur wat d.m.v. die groepskakel aansluit"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopieer signal.group-skakel na knipbord"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Versoeke ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Stemboodskappe en plakkers word altyd outomaties afgelaai."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Rugsteunkopieë"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Laaste invoer om {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Versper"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Rugsteunbesonderhede"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Rugsteun van teks en alle media"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Jou intekening is nie gevind nie. Hernu om voort te gaan om Signal-rugsteun te gebruik."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Rugsteun van teks + {mediaDayCount,number} dag se media} other {Rugsteun van teks + {mediaDayCount,number} dae se media}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Jou rugsteunplan is gratis"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Hernu {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Verstryk {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Intekening gekanselleer"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Jy kan jou intekening op Signal-rugsteun op jou telefoon bestuur of kanselleer."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Jy kan Signal-rugsteun op jou telefoon bestuur of opgradeer."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Jou intekening is nie gevind nie. Hernu om voort te gaan om Signal-rugsteun te gebruik."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Jy kan jou intekening op Signal-rugsteun op jou telefoon bestuur of hernu."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Laaste rugsteun"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Jou foon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Rugsteungrootte"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kontak} other {{num,number} kontakte}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Klein veranderings, foutregstellings en prestasieverbeterings. Dankie dat jy Signal gebruik!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Nou kan jy jou eie videovoorskou tydens 'n oproep vergroot om jouself beter te kan bekyk."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Jy kan nou ook vir geanimeerde GIF's in Signal vir rekenaars soek."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Ons het 'n gerieflike kortpad bygevoeg om jou hand vinnig te laat sak nadat jy tydens 'n Signal-groepoproep begin praat het."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "As jy 'n nuwe rekenaar op Signal Android koppel en kies om jou boodskapgeskiedenis oor te dra, kan jy nou ook ou aanhegsels selektief van jou primêre toestel af oordra."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Ons het ook die grootte van die prentjie-in-prentjie-venster verander en gerieflike nuwe kortpaaie bygevoeg terwyl 'n oproep geminimaliseer is."
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Bilinməyən əlaqə"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Bilinməyən qrup"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Heç bir ifadə tapılmadı"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} üçün dəri tonunu seçin"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Dəri tonunu dəyişdirmə seçimləri"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Dəri tonunu seçmək üçün basılı saxlayın"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Dərinizin standart tonunu seçin"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Bayraqlar"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Reaksiyaları fərdiləşdirin"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Stiker axtar"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Son istifadə edilən"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Xüsusi"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Heç bir stiker tapılmadı"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tünd rəngli dəri tonu"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Bir Emoji, Stiker və ya GİF əlavə et"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Bir emoji əlavə edin"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Stiker əlavə et"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Ləğv et"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal-ı yenilə"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Baxıldı"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Baxıldı"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Bir dəfə göstərilən media faylı"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Birdəfəlik mesajlar çat tarixçənizdə saxlanmır."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Fotoya bax"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Videoya bax"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Bir dəfə baxıla bilən video"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 üzv} other {{count,number} üzv}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Diqqətlə nəzərdən keçir"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Çıx"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Zəngi bitir"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Zəngi tərk et"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon bağlıdır"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Media faylı ehtiyat nüsxədə endirilməyə davam edəcək"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Köçürməyə fasilə ver"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Köçürməni ləğv et"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Hesab əməliyyatı tələb olunur"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Bu hesabdan istifadəyə davam etmək üçün telefonunuzda Signal-ı açmalısınız. Telefonunuzda Signal-ı açmasanız, hesabınız tezliklə silinəcək. <learnMoreLink>Daha ətraflı</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Genişləndir"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Qrup bağlantısı vasitəsilə qoşulan yeni üzvlərin admin tərəfindən təsdiqlənməsi tələb olunsun."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group keçidini klaviaturaya kopiyalayın"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Tələb ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Səsli mesajlar və stikerlər hər zaman avtomatik endirilir."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Nüsxələr"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Son idxal {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Bloklandı"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Ehtiyat nüsxənin təfərrüatları"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Mətn + bütün media faylların ehtiyat nüsxələri"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Abunəliyiniz tapılmadı. Signal ehtiyat nüsxələrindən istifadəyə davam etmək üçün yeniləyin."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Mətn + {mediaDayCount,number} günlük media faylının ehtiyat nüsxəsi} other {Mətn + {mediaDayCount,number} günlük media faylının ehtiyat nüsxəsi}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Ehtiyat nüsxə planınız pulsuzdur"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} yenilənir"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Abunəliyin bitmə vaxtı: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abunəlik ləğv edildi"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Signal ehtiyat nüsxələri abunəliyinizi telefonunuzdan idarə və ya ləğv edə bilərsiniz."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Signal ehtiyat nüsxələri abunəliyinizi telefonunuzdan idarə edə və ya yüksəldə bilərsiniz."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Abunəliyiniz tapılmadı. Signal ehtiyat nüsxələrindən istifadəyə davam etmək üçün yeniləyin."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Signal ehtiyat nüsxələri abunəliyinizi idarə edə və ya yeniləyə bilərsiniz."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Son ehtiyat nüsxə"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Telefonunuz"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Ehtiyat nüsxənin həcmi"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {1 kontakt} other {{num,number} kontakt}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Kiçik spesifik tənzimləmələr, xəta düzəlişləri və məhsuldarlığın artırılması. Signal istifadə etdiyiniz üçün təşəkkürlər!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Artıq zəng zamanı yerli video önbaxışını artıraraq, özünüzə daha yaxşı baxa və kimliyinizi daha yaxşı əks etdirə bilərsiniz."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Hər nə qədər dünya yaranandan bəri olan kəşflər həyatı inkişaf etdirsə də, onlar animasiyalı GIF-lər üçün yalnız zəruri şərait yaratmışdır. Artıq siz Signal Desktop-da insan texnologiyasının zirvəsini yaşaya və emoji, stiker, eləcə də animasiyalı GIF-ləri vaxt itirmədən axtarıb tapa biləcəksiniz."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal qrup zəngi zamanı danışmağa başladığınız zaman əl işarəsinin sürətlə aşağı enməsi üçün rahat işləyən bir qısayol əlavə etdik. O, bu buraxılışda şübhəsiz ki, ən sevdiyimiz xüsusiyyətdir."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Signal Android-də yeni Masaüstünü qoşduqda və mesaj tarixçəsini köçürmək istədikdə, artıq həm də köhnə qoşmaları əsas cihazınızdan seçərək köçürə bilərsiniz. Zamanda geriyə gedərək və endirmə piktoqramına klikləyərək keçmişi bu günə gətirin. Köçürmə prosesi hər zaman olduğu kimi ucdan-uca şifrələnib və təhlükəsizdir."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Həmçinin biz şəkil içində şəkil pəncərəsinin ölçüsünü yenidən təyin etdik və zəng görüntüsünü kiçildərək, mikrofon səsini və ya kameranı açıb-bağlamaq üçün daha əlverişli qısayollar əlavə etdik."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Непознат контакт"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Непозната група"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Не бяха открити емоджи"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Изберете цвят на кожата за {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Промяна на предпочитанията за цвета на кожата"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Натиснете продължително, за да изберете цвят на кожата"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Изберете цвета на кожата по подразбиране"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Знамена"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Персонализирайте реакциите"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Търси стикери"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Наскоро използвани"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Препоръчани"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Не бяха открити стикери"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Тъмнокафява кожа"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Добавяне на емоджи, стикер или GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Добавете емоджи"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Добавяне на стикер"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Отказ"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Обновяване на Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Видяно"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Видяно"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Медия"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Мултимедия за еднократно гледане"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Еднократните съобщения не се запазват в хронологията на чата ви."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Виж снимката"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Виж видеото"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Видео за еднократно гледане"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 член} other {{count,number} членове}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Прегледайте внимателно"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Напусни"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Прекратяване на обаждането"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Напускане на обаждането"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Микрофонът е изключен"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Мултимедията ще продължи да се изтегля във фонов режим"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Пауза на трансфера"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Отмяна на трансфера"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Изисква се действие в акаунта"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "За да продължите да използвате този акаунт, трябва да отворите Signal на телефона си. Ако не отворите Signal на телефона си, вашият акаунт скоро ще бъде изтрит. <learnMoreLink>Научете повече</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Разшири"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Изискване администратор да одобрява нови членове, които се присъединяват чрез линка на групата"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Копирайте signal.group линка в клипборда"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Заявки ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Гласовите съобщения и стикерите винаги се изтеглят автоматично."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Резервни копия"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Последно импортиране на {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Блокирани"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Подробности за резервно копие"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Резервно копиране на текстови съобщения + всичката мултимедия"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Абонаментът ви не беше открит. Подновете го сега, за да продължите да използвате „Резервни копия на Signal“."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Резервно копиране на текстови съобщения + {mediaDayCount,number} ден мултимедия} other {Резервно копиране на текстови съобщения + {mediaDayCount,number} дни мултимедия}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Вашият план за резервни копия е безплатен"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Подновява се на {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Изтича на {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Абонаментът е отменен"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Можете да управлявате или да отмените своя абонамент за „Резервни копия на Signal“ на телефона си."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Можете да управлявате или да надградите „Резервни копия на Signal“ на телефона си."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Абонаментът ви не беше открит. Подновете го сега, за да продължите да използвате „Резервни копия на Signal“."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Можете да управлявате или да подновите своя абонамент за „Резервни копия на Signal“ на телефона си."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Последно резервно копиране"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Вашият телефон"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Размер на резервно копие"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} контакт} other {{num,number} контакта}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Дребни корекции, поправки на бъгове и подобрения на работата. Благодарим ви, че използвате Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Сега можете да разширите прегледа на локалното си видео по време на обаждане, за да виждате себе си по-добре."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Сега можете да търсите анимирани GIF-ове и в Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Добавихме удобен пряк път за бързо сваляне на ръката ви, след като започнете да говорите в групов разговор чрез Signal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Ако свържете нов Desktop на Signal Android и изберете да прехвърлите историята на съобщенията си, сега можете избирателно да прехвърлите и стари прикачени файлове от главното си устройство. Както винаги, трансферът е криптиран и защитен от край до край."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Също така променихме размера на прозореца „картина в картината“ и добавихме нови удобни бързи клавиши, докато повикването е минимизирано."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "অজানা কন্ট্যাক্ট"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "অচেনা গ্রুপ"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "কোনও ইমোজি পাওয়া যায়নি"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName}-এর জন্য স্কিনের রঙ বেছে নিন"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "স্কিনের রং-এর পছন্দ পরিবর্তন করুন"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "স্কিনের রঙ বেছে নিতে ক্লিক করে কিছু সময় ধরে রাখুন"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "আপনার ডিফল্ট স্কিনের রং বেছে নিন"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "পতাকা"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "প্রতিক্রিয়া কাস্টমাইজ করুন"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "স্টিকারগুলি খুঁজুন"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "সম্প্রতি ব্যাবহৃত হয়েছে"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "ফিচারকৃত"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "কোনও স্টিকার পাওয়া যায় নি"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "গাঢ় ত্বকের রঙ"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "একটি ইমোজি, স্টিকার, অথবা GIF যোগ করুন"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "একটি ইমোজি যোগ করুন"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "একটি স্টিকার যোগ করুন"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "বাতিল করুন"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal আপডেট করুন"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "দেখা হয়েছে"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "দেখা হয়েছে"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "মিডিয়া"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "একবার-দেখার উপযোগী মিডিয়া"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "একবার দেখার উপযোগী ম্যাসেজ আপনার চ্যাট-এর ইতিহাসে সংরক্ষিত হয় না।"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "ফটো দেখুন"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "ভিডিও দেখুন"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "একবার দেখা যাবে এমন ভিডিও"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 জন সদস্য} other {{count,number} জন সদস্য}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "সাবধানে পর্যালোচনা করুন"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "ত্যাগ করুন"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "কল শেষ করুন"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "কল ছেড়ে যান"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "মাইক বন্ধ করুন"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "মিডিয়া ব্যাকগ্রাউন্ডে ডাউনলোড হতে থাকবে"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "ট্রান্সফারে সাময়িক বিরতি দিন"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "স্থানান্তর বাতিল করুন"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "অ্যাকাউন্ট সংক্রান্ত পদক্ষেপ গ্রহণ করা প্রয়োজন"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "এই অ্যাকাউন্টটির ব্যবহার চালিয়ে যেতে আপনাকে অবশ্যই আপনার ফোনে Signal খুলতে হবে। আপনি যদি আপনার ফোনে Signal না খুলেন, তাহলে আপনার অ্যাকাউন্ট শীঘ্রই মুছে ফেলা হবে। <learnMoreLink>আরো জানুন</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "প্রসারিত করুন"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "গ্রুপ লিংক ব্যবহার করে যোগদান করার জন্য অনুমোদন পেতে নতুন সদস্যদের একজন অ্যাডমিনের প্রয়োজন হয়"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group লিংকটি ক্লিপবোর্ডে কপি করুন"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "অনুরোধসমূহ ({count,number}টি)"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "ভয়েস মেসেজ ও স্টিকার সবসময় স্বয়ংক্রিয়ভাবে ডাউনলোড হয়।"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "ব্যাকআপ সমূহ"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "শেষ ইমপোর্ট {date} {time} এ"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "ব্লক করা আছে"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "ব্যাকআপের বিস্তারিত"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "টেক্সট + সকল মিডিয়া ব্যাকআপ"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "আপনার সাবস্ক্রিপশন পাওয়া যায়নি। Signal ব্যাকআপ ব্যবহার চালিয়ে যেতে নবায়ন করুন।"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {টেক্সট + {mediaDayCount,number} দিনের মিডিয়া ব্যাকআপ} other {টেক্সট + {mediaDayCount,number} দিনের মিডিয়া ব্যাকআপ}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "আপনার ব্যাকআপ প্ল্যান ফ্রি"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} নবায়ন করছে"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "মেয়াদ {date} পর্যন্ত"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "সাবস্ক্রিপশন বাতিল করা হয়েছে"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "আপনি আপনার ফোনে আপনার Signal ব্যাকআপ সাবস্ক্রিপশন নিয়ন্ত্রণ করতে বা বাতিল করতে পারেন।"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "আপনি আপনার ফোনে Signal ব্যাকআপ নিয়ন্ত্রণ করতে বা আপগ্রেড করতে পারেন।"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "আপনার সাবস্ক্রিপশন পাওয়া যায়নি। Signal ব্যাকআপ ব্যবহার চালিয়ে যেতে নবায়ন করুন।"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "আপনি আপনার ফোনে আপনার Signal ব্যাকআপ সাবস্ক্রিপশন নিয়ন্ত্রণ করতে বা নবায়ন করতে পারেন।"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "সর্বশেষ ব্যাকআপ"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "আপনার ফোন"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "ব্যাকআপের আকার"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} জন কন্টাক্ট} other {{num,number} জন কন্টাক্ট}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "ছোট ছোট কিছু পরিবর্তন, বাগ সংশোধন এবং পারফর্মেন্স সমৃদ্ধ করা হয়েছে। Signal ব্যবহার করার জন্য ধন্যবাদ!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "এখন আপনি কল চলাকালীন আপনার স্থানীয় ভিডিও প্রিভিউ বড় করতে পারেন যাতে আপনি নিজেকে আরো ভালোভাবে দেখতে পারেন বা আপনি কে সে বিষয়ে চিন্তা করতে পারেন।"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "এখন আপনি Signal Desktop-এও অ্যানিমেটেড GIF খুঁজতে পারবেন।"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal গ্রুপ কলের সময় কথা বলা শুরু করার পরে আপনার হাত দ্রুত নিচে নামানোর সুবিধার্থে আমরা একটি শর্টকাট যুক্ত করেছি।"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "যদি আপনি Signal অ্যান্ড্রয়েডে একটি নতুন ডেস্কটপ লিঙ্ক করেন এবং আপনার মেসেজের ইতিহাস ট্রান্সফার করতে চান, তাহলে এখন আপনি আপনার প্রাথমিক ডিভাইস থেকেও বাছাই করা পুরানো সংযুক্তিগুলি ট্রান্সফার করতে পারবেন। ট্রান্সফার প্রক্রিয়াটি এন্ড-টু-এন্ড এনক্রিপ্টেড এবং সুরক্ষিত।"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "আমরা পিকচার-ইন-পিকচার উইন্ডোর আকারও পরিবর্তন করেছি এবং কল মিনিমাইজ করার সময় সুবিধাজনক নতুন শর্টকাট যুক্ত করেছি।"
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Nepoznat kontakt"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Nepoznata grupa"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nije pronađena nijedna emoji sličica"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Odaberite boju kože za {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Promjena željenog tona kože"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Dugo pritisnite za odabir boje kože"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Odaberi svoj zadani ton kože"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Zastave"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Prilagodi reakcije"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Traži naljepnice"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Nedavno korištene"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Istaknuto"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nije pronađena nijedna naljepnica"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Taman ton kože"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Dodaj emoji, naljepnicu ili GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Dodajte emoji sličicu"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Dodaj naljepnicu"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Otkaži"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Ažuriraj Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Viđeno"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Viđeno"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Slike"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Mediji koji se mogu pogledati jednom"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Poruke za jednokratni prikaz se ne pohranjuju u historiji chata."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Vidi fotografiju"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Pogledaj videozapis"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Jednokratni videozapis"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {{count,number} član} few {{count,number} člana} many {{count,number} članova} other {{count,number} članova}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Pažljivo pregledajte"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Napusti"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Završi razgovor"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Završi poziv"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon je isključen"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Mediji će nastaviti da se preuzimaju u pozadini"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Pauzirajte prijenos"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Otkaži transfer"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Potrebna je radnja na računu"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Morate otvoriti Signal na telefonu da nastavite koristiti ovaj račun. Ako ne otvorite Signal na svom telefonu, vaš račun će uskoro biti izbrisan. <learnMoreLink>Saznajte više</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Proširi"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Administrator je potreban za odobravanje pridruživanja novih članova putem linka grupe"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopirajte vezu signal.group u međuspremnik"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Zahtjevi ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Glasovne poruke i naljepnice se uvijek automatski preuzimaju."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Rezervne kopije"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Posljednji uvoz {date} u {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blokirani"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Detalji sigurnosne kopije"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Tekst + sigurnosna kopija svih medijskih sadržaja"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Vaša pretplata nije pronađena. Obnovite da nastavite koristiti sigurnosne kopije Signala."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Tekst + sigurnosna kopija medija od{mediaDayCount,number} dan} few {Tekst + sigurnosna kopija medija od{mediaDayCount,number} dana} many {Tekst + sigurnosna kopija medija od{mediaDayCount,number} dana} other {Tekst + sigurnosna kopija medija od{mediaDayCount,number} dana}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Vaš paket rezervne kopije je besplatan"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Obnavlja se {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Ističe {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Pretplata je otkazana"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Možete upravljati ili otkazati pretplatu na Sigurnosne kopije Signala na svom telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Možete upravljati ili nadograditi sigurnosne kopije Signala na svom telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Vaša pretplata nije pronađena. Obnovite da nastavite koristiti sigurnosne kopije Signala."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Možete upravljati ili obnoviti Sigurnosne kopije Signala na svom telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Posljednja rezervna kopija"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Vaš telefon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Veličina rezervne kopije"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kontakt} few {{num,number} kontakta} many {{num,number} kontakata} other {{num,number} kontakata}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Mala podešavanja, otklanjanje grešaka i poboljšanja performansi. Hvala vam što koristite Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Sada možete proširiti svoj lokalni videopregled tijekom poziva kako biste bolje vidjeli sebe."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Sada možete tražiti animirane GIF-ove i na Signal Desktopu."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Dodali smo praktičan prečac za brzo spuštanje ruke nakon što počnete govoriti tijekom Signal grupnog poziva."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Ako povežete novi desktop na Signal Androidu i odaberete prijenos historije poruka, sada također možete selektivno prenijeti stare priloge sa svog primarnog uređaja. Prenesite prošlost u sadašnjost tako što ćete se pomicati u prošlost i kliknuti na ikonu za preuzimanje. Kao i uvijek, postupak prijenosa je sveobuhvatno šifriran i siguran."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Također smo promijenili veličinu prozora slike u slici i dodali praktične nove prečace dok je poziv minimiziran."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Contacte desconegut"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Grup desconegut"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "No s'ha trobat cap emoticona."
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Seleccionar to de pell per a {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Canviar la preferència del to de pell"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Mantingues premut per seleccionar el to de pell"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Tria el teu to de pell predeterminat"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Banderes"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Personalització de reaccions"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Cerca d'adhesius"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Usat recentment"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Destacats"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "No s'ha trobat cap adhesiu."
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "To de pell fosc"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Afegeix un emoji, un sticker o un GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Afegir un Emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Afegiu-hi un adhesiu"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Cancel·la"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Actualitza el Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Vista"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Vista"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Elements multimèdia"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Arxius multimèdia per veure una vegada"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Els missatges d'una sola visualització no es desen a l'historial del xat"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Mostra la fotografia"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Mostra el vídeo"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Vídeo d'una sola visualització"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 membre} other {{count,number} membres}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Revisa amb atenció"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Surt"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Penja"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Surt de la trucada"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Micròfon apagat"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Els arxius es continuaran descarregant en segon pla"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Pausar la transferència"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Cancel·lar la transferència"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Acció requerida al compte"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Per continuar utilitzant aquest compte, has d'obrir Signal al teu telèfon. Si no obres Signal al telèfon, el teu compte s'eliminarà aviat. <learnMoreLink>Més informació</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Expandeix"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Requereix que un administrador aprovi els membres nous que s’afegeixin per l’enllaç del grup."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Copiar l'enllaç signal.group al porta-retalls"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Sol·licituds ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Els missatges de veu i els stickers sempre es baixen automàticament."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Còpies de seguretat"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Darrera importació: {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Persones bloquejades"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Detalls de la còpia de seguretat"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Còpia de seguretat de missatges de text + tots els arxius multimèdia"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "No s'ha trobat la teva subscripció. Renova-la per continuar utilitzant les còpies de seguretat de Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Còpia de seguretat de missatges de text + {mediaDayCount,number} dia de multimèdia} other {Còpia de seguretat de missatges de text + {mediaDayCount,number} dies de multimèdia}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "El teu pla de còpies de seguretat és gratuït"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Es renova el: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Caduca el: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Subscripció cancel·lada"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Pots gestionar o cancel·lar la teva subscripció a les Còpies de seguretat de Signal des del teu telèfon."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Pots gestionar o actualitzar les Còpies de seguretat de Signal des del teu telèfon."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "No s'ha trobat la teva subscripció. Renova-la per continuar utilitzant les còpies de seguretat de Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Pots gestionar o renovar la teva subscripció a les Còpies de seguretat de Signal des del teu telèfon."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Darrera còpia de seguretat"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "El teu telèfon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Mida de la còpia de seguretat"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} contacte} other {{num,number} contactes}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Petits ajustos, correccions d'errors i tasques de millora de rendiment. Gràcies per utilitzar Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Ara pots ampliar la vista prèvia del teu vídeo local durant una trucada per poder veure't millor."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Ara també pots cercar GIFs animats a Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Hem afegit una funció d'allò més pràctica perquè, durant una trucada grupal de Signal, puguis baixar ràpidament la mà un cop comencis a parlar."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Ara, si enllaces un nou Escriptori a Signal Android i decideixes transferir-hi el teu historial de missatges, tindràs també l'opció de transferir selectivament arxius adjunts antics des del dispositiu principal. El procés de transferència és segur i xifrat d'extrem a extrem."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "També hem canviat la mida de la finestra d'imatge dins d'imatge i hem afegit noves dreceres per a quan tens una trucada minimitzada."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Neznámý kontakt"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Neznámá skupina"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nebyla nalezena žádná emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Zvolit odstín pleti pro {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Změnit předvolbu barvy pleti"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Pro výběr odstínu pleti dlouze stiskněte"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Zvolte výchozí barvu pleti"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Vlajky"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Přizpůsobit reakce"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Vyhledávání nálepek"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Nedávno použité"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Doporučené"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nebyly nalezeny žádné nálepky"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tmavý odstín pleti"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Přidat emoji, nálepku nebo GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Přidat emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Přidat nálepku"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Zrušit"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Aktualizovat Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Zobrazeno"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Zobrazeno"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Média"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Média, která lze zobrazit jen jednou"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Zprávy pro jednorázové zobrazení se neukládají do historie vašich chatů."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Zobrazit fotku"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Zobrazit video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Video, které lze zobrazit jen jednou"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 člen} few {{count,number} členové} many {{count,number} členů} other {{count,number} členů}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Pečlivě kontrolujte"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Opustit"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Ukončit hovor"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Opustit hovor"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon vypnutý"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Média se budou nadále stahovat na pozadí"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Pozastavit přenos"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Zrušit přenos"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Nutná práce s účtem"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Pro další používání tohoto účtu musíte otevřít aplikaci Signal ve svém telefonu. Pokud účet Signal v telefonu neotevřete, bude brzy smazán. <learnMoreLink>Zjistit více</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Rozbalit"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Vyžadovat, aby správce schvaloval nové členy, kteří se připojí přes odkaz skupiny"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Zkopírujte si do schránky odkaz signal.group"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Žádosti ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Hlasové zprávy a nálepky se vždy stahují automaticky."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Zálohování"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Poslední import {date} v {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blokováno"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Podrobnosti o zálohování"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Zálohování textových zpráv a všech médií"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Vaše předplatné nebylo nalezeno. Obnovte je, abyste mohli v zálohování služby Signal pokračovat."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Zálohování textových zpráv a {mediaDayCount,number} média denně} few {Zálohování textových zpráv a {mediaDayCount,number} médií denně} many {Zálohování textových zpráv a {mediaDayCount,number} médií denně} other {Zálohování textových zpráv a {mediaDayCount,number} médií denně}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Váš plán zálohování je zdarma"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Obnovení {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Vyprší {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Předplatné zrušeno"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Předplatné zálohování služby Signal můžete spravovat nebo zrušit ve svém telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Zálohování služby Signal můžete spravovat nebo aktualizovat ve svém telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Vaše předplatné nebylo nalezeno. Obnovte je, abyste mohli v zálohování služby Signal pokračovat."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Předplatné zálohování služby Signal můžete spravovat nebo obnovit ve svém telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Poslední zálohování"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Váš telefon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Velikost zálohy"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kontakt} few {{num,number} kontakty} many {{num,number} kontaktů} other {{num,number} kontaktů}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Drobná vylepšení, opravy chyb a zvýšení výkonu. Děkujeme, že používáte Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Nyní si můžete během hovoru zvětšit místní náhled videa a lépe si sami sebe prohlédnout."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Nyní můžete vyhledávat animované GIFy také v Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Přidali jsme praktickou zkratku pro rychlé spuštění ruky, když začnete mluvit během skupinového hovoru Signal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Když v Signal Android propojíte novou plochu a rozhodnete se přenést historii zpráv, můžete nyní selektivně přenést i staré přílohy z primárního zařízení. Přenos je jako vždy koncově šifrován a zabezpečen."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Změnili jsme také velikost okna obrazu v obraze a přidali nové, jednoduché zkratky, když je hovor minimalizován."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Ukendt kontakt"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Ukendt gruppe"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Ingen fundne emoji'er"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Vælg en hudfarve til {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Skift præference for hudfarve"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Hold nede for at vælge hudfarve"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Vælg din standardhudfarve"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Flag"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Tilpas reaktioner"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Søg i klistermærker"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Senest brugte"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Featured"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Ingen fundne klistermærker"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Mørk hudfarve"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Tilføj en emoji, et klistermærke eller en GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Tilføj en emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Tilføj et klistermærke"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Annullér"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Opdatér Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Set"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Set"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Mediefiler"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Medier, som kan ses én gang"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Beskeder, der vises én gang, gemmes ikke i din chathistorik."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Vis billede"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Se video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Video med engangsvisning"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 medlem} other {{count,number} medlemmer}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Gennemgå omhyggeligt"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Forlad"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Afslut opkald"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Forlad opkald"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon slået fra"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Medierne vil fortsætte med at blive downloadet i baggrunden"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Sæt overførsel på pause"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Annuller overførsel"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Handling påkrævet for kontoen"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Du skal åbne Signal på din telefon for at fortsætte med at bruge denne konto. Hvis du ikke åbner Signal på din telefon, vil din konto snart blive slettet. <learnMoreLink>Få mere at vide</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Udvid"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Det kræves at en administrator godkender nye medlemmer via gruppelinket"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopiér signal.group-linket til din udklipsholder"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Anmodninger ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Stemmebeskeder og klistermærker downloades altid automatisk."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Sikkerhedskopier"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Seneste import {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blokeret"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Sikkerhedskopioplysninger"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Sikkerhedskopiering af tekst + alle medier"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Dit abonnement blev ikke fundet. Forny dit abonnement for at fortsætte med at bruge Signal-sikkerhedskopier."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Sikkerhedskopiering af tekst + {mediaDayCount,number} dags medier} other {Sikkerhedskopiering af tekst + {mediaDayCount,number} dages medier}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Dit sikkerhedskopieringsabonnement er gratis"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Fornyes {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Udløber {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abonnement annulleret"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Du kan administrere eller opsige dit abonnement på Signal-sikkerhedskopier på din telefon."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Du kan administrere eller opgradere Signal-sikkerhedskopier på din telefon."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Dit abonnement blev ikke fundet. Forny dit abonnement for at fortsætte med at bruge Signal-sikkerhedskopier."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Du kan administrere eller forny dit abonnement på Signal-sikkerhedskopier på din telefon."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Seneste sikkerhedskopi"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Din telefon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Sikkerhedskopistørrelse"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kontakt} other {{num,number} kontakter}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Små tweaks, rettelser og forbedringer af appens præstation. Tak fordi du bruger Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Nu kan du udvide dit lokale videoeksempel under et opkald for at få et bedre indblik i dig selv eller reflektere over, hvem du er."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Ilden, hjulet og elektricitet var alle storartede fremskridt, men de var blot nødvendige skridt på vejen mod at skabe de rette betingelser for, at søgning efter animerede GIF’er kunne eksistere. Nu kan du opleve højdepunktet af menneskelig teknologisk fremskridt i Signal Desktop med en helt ny valggrænseflade, der gør det nemt hurtigt at finde en emoji, et klistermærke eller en animeret GIF, der passer perfekt til øjeblikket."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Vi har tilføjet en praktisk genvej, så du hurtigt kan trække din håndsoprækning tilbage, når du begynder at tale under et gruppeopkald i Signal. Hånden på hjertet. Denne funktion er uden tvivl vores favorit i denne udgivelse."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Hvis du tilknytter en ny computer på Signal Android og vælger at overføre din beskedhistorik, kan du nu også selektivt overføre gamle vedhæftede filer fra din primære enhed. Bring fortiden ind i nutiden ved at scrolle tilbage i tiden og klikke på downloadikonet. Som altid er overførselsprocessen E2E-krypteret og sikker."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Vi har også ændret størrelsen på billede-i-billede-vinduet og tilføjet praktiske nye genveje, så du nemt kan slå mikrofonen til eller fra og tænde eller slukke for kameraet, mens et opkald er minimeret."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Unbekannter Kontakt"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Unbekannte Gruppe"
|
||||
},
|
||||
@ -2247,7 +2250,7 @@
|
||||
"messageformat": "Emojis suchen"
|
||||
},
|
||||
"icu:EmojiPicker--skin-tone": {
|
||||
"messageformat": "Hautfarbe {tone}"
|
||||
"messageformat": "Hautton {tone}"
|
||||
},
|
||||
"icu:EmojiPicker__button--recents": {
|
||||
"messageformat": "Zuletzt verwendet"
|
||||
@ -2324,8 +2327,14 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Keine Emojis gefunden"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Wähle den Hautton für {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Hautfarbe-Einstellung ändern"
|
||||
"messageformat": "Hautton-Einstellung ändern"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Lange gedrückt halten, um den Hautton auszuwählen"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Wähle deine Standard-Hautfarbe"
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Flaggen"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Reaktionen anpassen"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Sticker suchen"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Zuletzt verwendet"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Ausgewählt"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Keine Sticker gefunden"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Dunkler Hautton"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Emoji, Sticker oder GIF hinzufügen"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Ein Emoji hinzufügen"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Sticker hinzufügen"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Abbrechen"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal aktualisieren"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Angesehen"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Angesehen"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Medieninhalte"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Medien zur Einmalansicht"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Nachrichten zur Einmalansicht werden nicht in deinem Chatverlauf gespeichert."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Foto anzeigen"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Video anzeigen"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Video zur Einmalansicht"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {{count,number} Mitglied} other {{count,number} Mitglieder}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Prüfe sorgfältig"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Verlassen"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Anruf beenden"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Anruf verlassen"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon aus"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Der Medien-Download wird im Hintergrund fortgesetzt"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Übertragung anhalten"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Übertragung abbrechen"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Konto-Maßnahmen erforderlich"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Um dieses Konto weiterhin nutzen zu können, musst du Signal auf deinem Telefon öffnen. Wenn du Signal nicht auf deinem Telefon öffnest, wird dein Konto bald gelöscht. <learnMoreLink>Mehr erfahren</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Erweitern"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Ein Admin muss Beitrittsanfragen von neuen Mitgliedern über den Gruppen-Link bestätigen."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopiere den signal.group-Link in die Zwischenablage"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Anfragen ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Sprachnachrichten und Sticker werden immer automatisch heruntergeladen."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Backups"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Letzter Import: {date} {time} Uhr"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blockiert"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Details zu Backups"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Backups von Text + allen Medien"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Dein Abo wurde nicht gefunden. Jetzt erneuern, um Signal Backups weiterhin verwenden zu können."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Text- und Medien-Backup von {mediaDayCount,number} Tag} other {Text- und Medien-Backup der letzten {mediaDayCount,number} Tage}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Dein Backup-Abo ist kostenlos"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Verlängert sich am {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Ablaufdatum: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abo gekündigt"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Du kannst dein Signal Backups-Abo direkt auf deinem Telefon verwalten oder stornieren."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Du kannst dein Signal Backups-Upgrade direkt auf deinem Telefon verwalten oder erneuern."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Dein Abo wurde nicht gefunden. Jetzt erneuern, um Signal Backups weiterhin verwenden zu können."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Du kannst dein Signal Backups-Abo direkt auf deinem Telefon verwalten und erneuern."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Letztes Backup"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Dein Telefon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Größe des Backups"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} Kontakt} other {{num,number} Kontakte}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Kleine Optimierungen, Fehlerbehebungen und Leistungsverbesserungen. Danke, dass du Signal nutzt!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Jetzt kannst du während eines Anrufs deine persönliche Videovorschau vergrößern, um dich selbst besser zu sehen oder darüber nachzudenken, wer du wirklich bist."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Das Feuer, das Rad und die Elektrizität waren alles geniale Erfindungen, aber letztendlich nur notwendige Schritte, um die Voraussetzungen für animierte GIF-Suche zu schaffen. Jetzt kannst du den Höhepunkt des technologischen Fortschritts der Menschheit mit Signal Desktop erleben: eine völlig neue Benutzeroberfläche, mit der es kinderleicht ist, im Handumdrehen ein Emoji, einen Sticker oder ein animiertes GIF zu finden, das perfekt zum jeweiligen Moment passt."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Wir haben einen praktischen Shortcut hinzugefügt, mit dem du deine Hand nach dem Sprechen während eines Signal-Gruppenanrufs schnell wieder senken kannst. Hand aufs Herz: Das ist ganz klar unsere Lieblingsfunktion in dieser Version."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Wenn du einen neuen Computer mit Signal Android koppelst und den Nachrichtenverlauf überträgst, kannst du jetzt auch gezielt alte Anhänge von deinem Hauptgerät übertragen. Bring deine Vergangenheit in die Gegenwart, indem du in der Zeit zurückblätterst und auf das Download-Symbol klickst. Die Übertragung ist wie immer Ende-zu-Ende verschlüsselt und sicher."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Wir haben auch die Größe des Bild-in-Bild-Fensters geändert und praktische neue Tastenkombinationen hinzugefügt, mit denen du dein Mikrofon stummschalten/die Stummschaltung aufheben oder die Kamera ein-/ausschalten kannst, während ein Anruf minimiert ist."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Άγνωστη επαφή"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Άγνωστη ομάδα"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Δεν βρέθηκε emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Επίλεξε χρώμα δέρματος για {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Αλλαγή προτίμησης τόνου δέρματος"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Παρατεταμένο πάτημα για επιλογή του χρώματος δέρματος"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Διάλεξε τον προεπιλεγμένο τόνο επιδερμίδας"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Σημαίες"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Προσαρμογή αντιδράσεων"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Αναζήτηση αυτοκόλλητων"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Πρόσφατα χρησιμοποιημένα"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Προτεινόμενα"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Δε βρέθηκαν αυτοκόλλητα"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Σκουρόχρωμος τόνος δέρματος"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Προσθήκη Emoji, αυτοκόλλητου ή GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Πρόσθεσε ένα emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Προσθήκη αυτοκολλήτου"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Ακύρωση"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Αναβάθμιση του Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Αναγνωσμένο"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Αναγνωσμένο"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Μέσα"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Μέσα Μεμονωμένης Προβολής"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Τα μηνύματα μεμονωμένης προβολής δεν αποθηκεύονται στο ιστορικό συνομιλιών σου."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Προβολή φωτογραφίας"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Προβολή βίντεο"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Βίντεο μιας μόνο προβολής"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 μέλος} other {{count,number} μέλη}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Προσεκτικός έλεγχος"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Αποχώρηση"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Τερματισμός κλήσης"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Αποχώρηση από την κλήση"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Μικρόφωνο ανενεργό"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Η λήψη πολυμέσων θα συνεχιστεί στο παρασκήνιο"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Παύση μεταφοράς"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Ακύρωση μεταφοράς"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Απαιτείται ενέργεια λογαριασμού"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Πρέπει να ανοίξεις το Signal στο τηλέφωνό σου για να συνεχίσεις να χρησιμοποιείς αυτόν τον λογαριασμό. Εάν δεν ανοίξεις το Signal στο τηλέφωνό σου, ο λογαριασμός σου θα διαγραφεί σύντομα. <learnMoreLink>Μάθε περισσότερα</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Ανάπτυξη"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Να απαιτείται η έγκριση απο διαχειριστή/τρια για νέα μέλη που μπαίνουν από το σύνδεσμο της ομάδας."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Αντίγραψε τον σύνδεσμο signal.group στο πρόχειρο"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Αιτήματα ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Τα ηχητικά μηνύματα και τα αυτοκόλλητα κατεβαίνουν πάντα αυτόματα."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Αντίγραφα ασφαλείας"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Τελευταία εισαγωγή στις {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Λίστα αποκλεισμού"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Λεπτομέρειες αντιγράφου ασφαλείας"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Αντίγραφα ασφαλείας κειμένου + όλων των πολυμέσων"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Η συνδρομή σου δεν βρέθηκε. Ανανέωσε για να συνεχίσεις να χρησιμοποιείς τα Αντίγραφα ασφαλείας Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Αντίγραφα ασφαλείας κειμένου + των πολυμέσων {mediaDayCount,number} ημέρας} other {Αντίγραφα ασφαλείας κειμένου + των πολυμέσων {mediaDayCount,number} ημερών}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Το πρόγραμμα αντιγράφων ασφαλείας σου είναι δωρεάν"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Ανανεώνεται στις {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Λήγει στις {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Η συνδρομή ακυρώθηκε"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Μπορείς να διαχειριστείς ή να ακυρώσεις τη συνδρομή σου στα Αντίγραφα ασφαλείας Signal στο τηλέφωνό σου."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Μπορείς να διαχειριστείς ή να αναβαθμίσεις τα Αντίγραφα ασφαλείας Signal στο τηλέφωνό σου."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Η συνδρομή σου δεν βρέθηκε. Ανανέωσε για να συνεχίσεις να χρησιμοποιείς τα Αντίγραφα ασφαλείας Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Μπορείς να διαχειριστείς ή να ανανεώσεις τη συνδρομή σου στα Αντίγραφα ασφαλείας Signal στο τηλέφωνό σου."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Τελευταίο αντίγραφο ασφαλείας"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Το τηλέφωνό σου"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Μέγεθος αντίγραφου ασφαλείας"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} επαφή} other {{num,number} επαφές}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Μικρές τροποποιήσεις, επιδιορθώσεις σφαλμάτων και βελτιώσεις απόδοσης. Ευχαριστούμε που χρησιμοποιείς το Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Τώρα μπορείς να επεκτείνεις την τοπική προεπισκόπηση βίντεο κατά τη διάρκεια μιας κλήσης για να δεις καλύτερα τον εαυτό σου."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Τώρα μπορείς να αναζητήσεις κινούμενα GIFs και στο Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Προσθέσαμε μία βολική συντόμευση για να κατεβάζεις γρηγορότερα το χέρι σου, αφού αρχίσεις να μιλάς κατά τη διάρκειας μιας ομαδικής κλήσης στο Signal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Εάν συνδέσεις έναν νέο υπολογιστή στο Signal Android και επιλέξεις να μεταφέρεις το ιστορικό των μηνυμάτων σου, πλέον μπορείς επίσης να μεταφέρεις επιλεκτικά και παλιά συνημμένα αρχεία από την κύρια συσκευή σου. Η διαδικασία μεταφοράς είναι κρυπτογραφημένη από άκρο σε άκρο και ασφαλής."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Επίσης, αλλάξαμε το μέγεθος του παραθύρου picture-in-picture και προσθέσαμε νέες βολικές συντομεύσεις ενώ μια κλήση είναι ελαχιστοποιημένη."
|
||||
}
|
||||
}
|
||||
|
||||
@ -2222,7 +2222,8 @@
|
||||
"description": "Displayed in notifications for messages in a group"
|
||||
},
|
||||
"icu:notificationReaction": {
|
||||
"messageformat": "{sender} reacted {emoji} to your message"
|
||||
"messageformat": "{sender} reacted {emoji} to your message",
|
||||
"description": "(Deleted 2025/04/09)"
|
||||
},
|
||||
"icu:notificationReactionMessage": {
|
||||
"messageformat": "{sender} reacted {emoji} to: {message}"
|
||||
@ -3083,10 +3084,18 @@
|
||||
"messageformat": "No emoji found",
|
||||
"description": "FunPicker > Emojis Panel > Search Results > No Results Found (emoji plural)"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Select skin tone for {emojiName}",
|
||||
"description": "FunPicker > Emojis Panel > Skin Tone Picker > Select skin tone for the selected emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Change Skin Tone Preference",
|
||||
"description": "FunPicker > Emojis Panel > Change Skin Tone Button Label"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Long press to select skin tone",
|
||||
"description": "FunPicker > Emojis Panel > Skin Tone Picker > Long press accessibility description"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Choose your default skintone",
|
||||
"description": "FunPicker > Emojis Panel > Skin Tone Picker > Choose Default"
|
||||
@ -3131,6 +3140,10 @@
|
||||
"messageformat": "Flags",
|
||||
"description": "FunPicker > Emojis Panel > Section Title > Flags"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Customize reactions",
|
||||
"description": "FunPicker (when rendered in ReactionPicker) > Emojis Panel > Customize Reactions Button > Accessibility Label"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Search stickers",
|
||||
"description": "FunPicker > Stickers Panel > Search Input > Label"
|
||||
@ -3155,6 +3168,10 @@
|
||||
"messageformat": "Recently Used",
|
||||
"description": "FunPicker > Stickers Panel > Section Title > Recents"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Featured",
|
||||
"description": "FunPicker > Stickers Panel > Section Title > Featured"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "No stickers found",
|
||||
"description": "FunPicker > Stickers Panel > Search Results > Empty State > Heading"
|
||||
@ -3241,7 +3258,7 @@
|
||||
},
|
||||
"icu:FunSkinTones__ListItem--None": {
|
||||
"messageformat": "None",
|
||||
"description": "(Deleted 2025/03/27) FunPicker > Emojis Panel > Skin Tone Picker > Skin Tone Option: None > Accessibility label"
|
||||
"description": "FunPicker > Emojis Panel > Skin Tone Picker > Skin Tone Option: None > Accessibility label"
|
||||
},
|
||||
"icu:FunSkinTones__ListItem--Light": {
|
||||
"messageformat": "Light skin tone",
|
||||
@ -3319,18 +3336,10 @@
|
||||
"messageformat": "Update Signal",
|
||||
"description": "Text for a button which will take user to Signal download page"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Viewed",
|
||||
"description": "(Deleted 2025/03/06) Text shown on messages with individual timers, after user has viewed it"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Viewed",
|
||||
"description": "Text shown on messages with individual timers, after user has viewed it"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media",
|
||||
"description": "(Deleted 2025/03/06) Text shown on outgoing messages with individual timers (inaccessible)"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "View Once Media",
|
||||
"description": "Text shown on outgoing messages with individual timers (inaccessible)"
|
||||
@ -3343,14 +3352,6 @@
|
||||
"messageformat": "View-once messages are not stored in your chat history.",
|
||||
"description": "Shown when user clicks on an expired outgoing view-once bubble"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "View Photo",
|
||||
"description": "(Deleted 2025/03/06) Text shown on photo messages with individual timers, before user has viewed it"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "View Video",
|
||||
"description": "(Deleted 2025/03/06) Text shown on video messages with individual timers, before user has viewed it"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "View Once Video",
|
||||
"description": "Text shown on video messages with individual timers, before user has viewed it"
|
||||
@ -4115,6 +4116,14 @@
|
||||
"messageformat": "Leave",
|
||||
"description": "Title for the hangup button for a group call."
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "End call",
|
||||
"description": "The tooltip for the hangup button in the PIP for 1:1 calls"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Leave call",
|
||||
"description": "The tooltip for the hangup button in the PIP for group calls"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mic off",
|
||||
"description": "Shown in a call when the user mutes their audio input using the Mute toggle button."
|
||||
@ -4249,7 +4258,7 @@
|
||||
},
|
||||
"icu:calling__hangup": {
|
||||
"messageformat": "Leave call",
|
||||
"description": "Title for hang up button"
|
||||
"description": "(Deleted 2025/04/09) Title for hang up button"
|
||||
},
|
||||
"icu:calling__SelectPresentingSourcesModal--title": {
|
||||
"messageformat": "Share your screen",
|
||||
@ -5323,6 +5332,14 @@
|
||||
"messageformat": "Cancel transfer",
|
||||
"description": "Text for button to confirm cancellation of media (attachment) download"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Account action required",
|
||||
"description": "Title for modal shown when a user must use their idle primary device to retain their account"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "You must open Signal on your phone to continue using this account. If you do not open Signal on your phone, your account will be deleted soon. <learnMoreLink>Learn more</learnMoreLink>",
|
||||
"description": "Description for modal shown when a user must use their idle primary device to retain their account. Learn more link will link to a support page"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Expand",
|
||||
"description": "Aria label for expanding composition area"
|
||||
@ -5656,7 +5673,7 @@
|
||||
"description": "Description for the require new member admin approval select area"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard",
|
||||
"messageformat": "Copy signal.group link to clipboard",
|
||||
"description": "GroupLinkManagement > Header > Group link text > Button (looks like normal text) > Accessibility label"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
@ -6657,7 +6674,7 @@
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Your subscription was not found. Renew to continue using Signal Backups.",
|
||||
"description": "Shown if if we could not find the user's subscription"
|
||||
"description": "(Deleted 2025/04/09) Shown if if we could not find the user's subscription"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "You can manage or renew your Signal Backups subscription on your phone.",
|
||||
@ -8342,6 +8359,14 @@
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure.",
|
||||
"description": "Release notes for version 7.49"
|
||||
"description": "(Deleted 2025/04/09) Release notes for version 7.49"
|
||||
},
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Fire, the wheel, and electricity were all great developments, but they were merely necessary steps along the path that created the conditions for animated GIF search to exist. Now you can experience the pinnacle of human technological advancement in Signal Desktop with a brand-new selection interface that makes it easy to quickly find an emoji, sticker, or animated GIF that's perfect for the moment.",
|
||||
"description": "Release notes for version 7.51"
|
||||
},
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "We also resized the picture-in-picture window and added convenient new shortcuts to mute/unmute your microphone or turn the camera on/off while a call is minimized.",
|
||||
"description": "Release notes for version 7.51"
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Contacto desconocido"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Grupo desconocido"
|
||||
},
|
||||
@ -75,7 +78,7 @@
|
||||
"messageformat": "No se puede abrir Signal"
|
||||
},
|
||||
"icu:cantOpenSignalError__detail": {
|
||||
"messageformat": "Para solucionar el problema, sigue la guía de recuperación en la página de asistencia o ponte en contacto con el equipo de asistencia de Signal.\n\nSi necesitas usar Signal de inmediato, puedes eliminar tus datos y volver a vincular este dispositivo de escritorio. Tendrás la opción de transferir tu historial de mensajes desde tu teléfono."
|
||||
"messageformat": "Para solucionar el problema, consulta la guía de recuperación en la página de asistencia o ponte en contacto con el equipo de asistencia de Signal.\n\nSi necesitas usar Signal de inmediato, puedes eliminar tus datos y volver a vincular este dispositivo de escritorio. Tendrás la opción de transferir tu historial de mensajes desde tu teléfono."
|
||||
},
|
||||
"icu:databaseError": {
|
||||
"messageformat": "Error en la base de datos"
|
||||
@ -87,10 +90,10 @@
|
||||
"messageformat": "Borrar datos y reiniciar"
|
||||
},
|
||||
"icu:databaseError__deleteDataConfirmation": {
|
||||
"messageformat": "Eliminar todos los datos de forma permanente"
|
||||
"messageformat": "¿Eliminar todos los datos de forma permanente?"
|
||||
},
|
||||
"icu:databaseError__deleteDataConfirmation__detail": {
|
||||
"messageformat": "Todo tu historial de mensajes y tus archivos multimedia se eliminarán de forma permanente de este dispositivo. Esta acción no eliminará ningún dato de tu teléfono.\n\nPodrás usar Signal en este dispositivo después de volver a vincularlo. Tendrás la opción de transferir tu historial de mensajes desde tu teléfono."
|
||||
"messageformat": "Todos tus mensajes y archivos multimedia se eliminarán de forma permanente de este dispositivo. Esta acción no eliminará ningún dato de tu teléfono.\n\nPodrás usar Signal en este dispositivo después de volver a vincularlo. Tendrás la opción de transferir tu historial de mensajes desde tu teléfono."
|
||||
},
|
||||
"icu:databaseError__startOldVersion": {
|
||||
"messageformat": "La versión de tu base de datos no coincide con esta versión de Signal. Asegúrate de abrir la versión más reciente de Signal en tu equipo de escritorio."
|
||||
@ -513,7 +516,7 @@
|
||||
"messageformat": "Retirar marca de verificación"
|
||||
},
|
||||
"icu:SafetyNumberViewer__hint": {
|
||||
"messageformat": "Para confirmar que tu comunicación con {name} está cifrada, compara los números que aparecen arriba con los de su dispositivo. También puedes escanear el código que se muestra en su dispositivo."
|
||||
"messageformat": "Para confirmar que tu comunicación con {name} está cifrada, compara los números que aparecen arriba con los de su dispositivo o escanea el código que se muestra en su dispositivo."
|
||||
},
|
||||
"icu:SafetyNumberViewer__learn_more": {
|
||||
"messageformat": "Más información"
|
||||
@ -1206,7 +1209,7 @@
|
||||
"messageformat": "No se puede descargar el archivo"
|
||||
},
|
||||
"icu:BackfillFailureModal__body--timeout": {
|
||||
"messageformat": "Verifica la conexión a Internet de tu equipo de escritorio y de tu teléfono. Abre Signal en tu teléfono e intenta descargarlo de nuevo."
|
||||
"messageformat": "Comprueba la conexión a Internet de tu equipo de escritorio y de tu teléfono. Abre Signal en tu teléfono e intenta descargar el archivo de nuevo."
|
||||
},
|
||||
"icu:BackfillFailureModal__body--not-found": {
|
||||
"messageformat": "Este archivo multimedia ya no está disponible en tu teléfono y no se puede descargar."
|
||||
@ -1272,7 +1275,7 @@
|
||||
"messageformat": "Para cambiar el nombre de este dispositivo, abre Signal en tu teléfono y ve a Ajustes > Dispositivos vinculados"
|
||||
},
|
||||
"icu:Preferences__EmojiSkinToneDefaultSetting__Label": {
|
||||
"messageformat": "Tono de piel del emoji"
|
||||
"messageformat": "Tono de piel de los emojis"
|
||||
},
|
||||
"icu:initialSync": {
|
||||
"messageformat": "Sincronizando contactos y grupos"
|
||||
@ -2244,7 +2247,7 @@
|
||||
"messageformat": "Cerrar búsqueda de emojis"
|
||||
},
|
||||
"icu:EmojiPicker--search-placeholder": {
|
||||
"messageformat": "Buscar emoji"
|
||||
"messageformat": "Buscar emojis"
|
||||
},
|
||||
"icu:EmojiPicker--skin-tone": {
|
||||
"messageformat": "Tono de piel {tone}"
|
||||
@ -2286,10 +2289,10 @@
|
||||
"messageformat": "GIF"
|
||||
},
|
||||
"icu:FunPanelEmojis__SearchLabel": {
|
||||
"messageformat": "Buscar emoji"
|
||||
"messageformat": "Buscar emojis"
|
||||
},
|
||||
"icu:FunPanelEmojis__SearchPlaceholder": {
|
||||
"messageformat": "Buscar emoji"
|
||||
"messageformat": "Buscar emojis"
|
||||
},
|
||||
"icu:FunPanelEmojis__SubNavLabel": {
|
||||
"messageformat": "Categorías de emojis"
|
||||
@ -2322,11 +2325,17 @@
|
||||
"messageformat": "Banderas"
|
||||
},
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "No se ha encontrado ningún emoji"
|
||||
"messageformat": "Emoji no encontrado"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Seleccionar tono de piel del emoji {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Cambiar la preferencia de tono de piel"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Mantén pulsado para seleccionar el tono de piel"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Elige un tono de piel predeterminado"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Banderas"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Personalizar reacciones"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Buscar stickers"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Usados recientemente"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Destacados"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "No se han encontrado stickers"
|
||||
},
|
||||
@ -2442,7 +2457,7 @@
|
||||
"messageformat": "Tono de piel"
|
||||
},
|
||||
"icu:FunSkinTones__ListItem--None": {
|
||||
"messageformat": "Ninguno"
|
||||
"messageformat": "Ninguna"
|
||||
},
|
||||
"icu:FunSkinTones__ListItem--Light": {
|
||||
"messageformat": "Tono de piel claro"
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tono de piel oscuro"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Añadir un emoji, sticker o GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Añadir un emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Añadir un sticker"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Cancelar"
|
||||
@ -2504,17 +2519,11 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Actualizar Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Visto"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Visto"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Archivo multimedia"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Visualización única"
|
||||
"messageformat": "Archivo de visualización única"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming--expired-toast": {
|
||||
"messageformat": "Ya has visto este mensaje."
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Los mensajes de visualización única no se almacenan en tu historial de chat."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Ver foto"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Ver vídeo"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Vídeo de visualización única"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 participante} other {{count,number} participantes}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Revisa detenidamente"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Abandonar"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Finalizar llamada"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Abandonar llamada"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Micrófono desactivado"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Los archivos multimedia continuarán descargándose en segundo plano"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Pausar transferencia"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Cancelar transferencia"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Acción requerida en tu cuenta"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Para continuar usando esta cuenta, debes abrir Signal en tu teléfono. Si no abres Signal en tu teléfono, tu cuenta se eliminará pronto. <learnMoreLink>Más información</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Expandir"
|
||||
},
|
||||
@ -4035,7 +4086,7 @@
|
||||
"messageformat": "¿Reemplazar archivo?"
|
||||
},
|
||||
"icu:CompositionArea__ConfirmGifSelection__Body": {
|
||||
"messageformat": "Si añades este GIF, se reemplazará el elemento actual en el borrador de tu mensaje."
|
||||
"messageformat": "Si añades este GIF, se reemplazará el elemento que hay en el borrador de tu mensaje."
|
||||
},
|
||||
"icu:CompositionArea__ConfirmGifSelection__ReplaceButton": {
|
||||
"messageformat": "Reemplazar"
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Alguien que sea admin debe aprobar a nuevos participantes que se unan mediante enlace"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Copiar el enlace signal.group al portapapeles"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Solicitudes ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Los mensajes de voz y los stickers siempre se descargan automáticamente."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Copias de seguridad"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Última importación: {time} del {date}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Bloqueados"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Detalles de la copia de seguridad"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Mensajes de texto + todos tus archivos multimedia"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "No se ha encontrado tu suscripción. Renuévala para continuar usando las copias de seguridad de Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Mensajes de texto + {mediaDayCount,number} día de archivos multimedia} other {Mensajes de texto + {mediaDayCount,number} días de archivos multimedia}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Tu plan de copia de seguridad es gratuito"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Se renueva el {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Caduca el {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Suscripción cancelada"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Puedes gestionar o cancelar tu suscripción a las copias de seguridad de Signal desde tu teléfono."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Puedes gestionar o actualizar tu suscripción a las copias de seguridad de Signal desde tu teléfono."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "No se ha encontrado tu suscripción. Renuévala para continuar usando las copias de seguridad de Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Puedes gestionar o renovar tu suscripción a las copias de seguridad de Signal desde tu teléfono."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Última copia de seguridad"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Tu teléfono"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Tamaño de la copia de seguridad"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} contacto} other {{num,number} contactos}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Hemos hecho algunos ajustes, correcciones de errores y mejoras en el rendimiento. ¡Gracias por usar Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "A partir de ahora, podrás ampliar la vista previa de tu vídeo local durante una llamada. Así podrás ver qué tal tienes el pelo o reflexionar sobre quién eres en realidad."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "El fuego, la rueda y la electricidad fueron grandes avances, sí… pero solo eran pasos necesarios en el camino hacia la creación de los GIF animados. Ahora podrás disfrutar del pináculo del avance tecnológico humano: la nueva interfaz de selección de Signal Desktop, que te lo pone más fácil a la hora de encontrar el emoji, sticker o GIF animado perfecto para cada ocasión."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Hemos añadido un atajo de lo más práctico para que, en una llamada grupal de Signal, puedas bajar rápidamente la mano una vez que empieces a hablar. Es, con la mano en el corazón, nuestra función favorita de esta versión."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Si vinculas un nuevo ordenador desde tu cuenta de Signal Android y eliges transferir tu historial de mensajes, ahora también podrás seleccionar qué archivos adjuntos quieres transferir desde tu dispositivo principal. ¡Revive tus recuerdos en todos tus dispositivos con Signal! Desliza la pantalla para viajar en el tiempo y haz clic en el icono de descarga. Y, como todo en Signal, el proceso de transferencia es seguro y está cifrado de extremo a extremo."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "También hemos cambiado el tamaño de la ventana de imagen en imagen y añadido atajos prácticos para silenciar y reactivar el micrófono o encender y apagar la cámara mientras tienes una llamada minimizada."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Tundmatu kontakt"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Tundmatu grupp"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Emojisid ei leitud"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Vali emoji {emojiName} nahatoon"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Muuda nahavärvi eelistusi"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Nahatooni valimiseks vajuta pikalt"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Vali oma vaikimisi nahatoon"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Lipud"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Kohanda reaktsioone"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Otsi kleebiseid"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Hiljuti kasutatud"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Esiletõstetud"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Kleebiseid ei leitud"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tume nahatoon"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Lisa emoji, kleebis või GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Lisa emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Lisa kleebis"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Loobu"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Uuenda Signalit"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Vaadatud"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Vaadatud"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Meedia"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Ühekordselt vaadatav meediasisu"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Ühekordselt nähtavaid sõnumeid ei salvestata vestluse ajalukku."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Vaata pilti"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Vaata videot"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Ühekordselt vaadatav video"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 liige} other {{count,number} liiget}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Vaata hoolega üle"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Lahku"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Lõpeta kõne"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Lahku kõnest"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon väljas"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Meedia allalaadimine jätkub taustal"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Peata edastus"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Tühista edastus"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Nõutav konto toiming"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Selle konto edasi kasutamiseks pead Signali telefonis avama. Kui sa Signalit oma telefonis ei ava, kustutame varsti su konto. <learnMoreLink>Rohkem teavet</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Laienda"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Nõua grupilingi kaudu liituvate uute liikmete kinnitamist administraatori poolt"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopeeri signal.group link lõikelauale"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Taotlused ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Häälsõnumid ja kleebised laetakse alati automaatselt alla."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Varukoopiad"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Viimane importimine: {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blokeeritud"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Varukoopia andmed"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Sõnumite + kogu meedia varukoopia"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Sinu tellimust ei leitud. Uuenda, et jätkata Signali varukoopiate kasutamist."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Sõnumite + {mediaDayCount,number} päeva meedia varukoopia} other {Sõnumite + {mediaDayCount,number} päeva meedia varukoopia}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Sul on tasuta varundamisplaan"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Uueneb {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Aegub {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Tellimus tühistatud"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Nüüd saad oma Signali varukoopiate tellimust oma telefonis hallata või uuendada."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Nüüd saad Signali varukoopiaid oma telefonis hallata või uuendada."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Sinu tellimust ei leitud. Uuenda, et jätkata Signali varukoopiate kasutamist."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Nüüd saad oma Signali varukoopiate tellimust oma telefonis hallata või uuendada."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Viimane varukoopia"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Sinu telefon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Varukoopia suurus"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kontakt} other {{num,number} kontakti}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Väikesed muudatused, vigade parandused ja jõudluse täiustused. Aitäh, et kasutad Signalit!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Nüüd saad kõne ajal video eelvaadet suurendada, et end paremini näeksid."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Nüüd saad otsida animeeritud GIFe ka Signali töölauaversioonis."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Lisasime mugava otsetee tõstetud käe kiireks langetamiseks, kui oled Signali rühmakõne ajal rääkimist alustanud."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Kui seod Signal Androidiga uue arvuti ja soovid oma sõnumiajalugu üle kopeerida, saad nüüd ka valikuliselt vanu lisatud faile oma põhiseadmest üle kopeerida. Edastusprotsess on otspunktkrüptitud ja turvaline."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Samuti muutsime pilt-pildis akna suurust ning lisasime minimeeritud kõnedele uued mugavad otseteed."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Kontaktu ezezaguna"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Talde ezezaguna"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Ez da emojirik topatu"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Hautatu {emojiName} emojiaren azal-tonua"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Aldatu azal-tonuaren hobespena"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Azal-tonua hautatzeko, sakatu luze"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Aukeratu zure azal-tonu lehenetsia"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Banderak"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Pertsonalizatu erreakzioak"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Bilatu eranskailuak"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Arestian erabilia"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Nabarmenak"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Ez da eranskailurik aurkitu"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Azal-tonu iluna"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Gehitu emoji, eranskailu edo GIF bat"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Gehitu emoji bat"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Gehitu eranskailu bat"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Utzi"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Eguneratu Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Ikusita"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Ikusita"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Multimedia-edukia"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Behin ikusteko multimedia-elementua"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Ikustaldi bakarreko mezuak ez dira txat-historian gordetzen."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Ikusi argazkia"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Bideoa Ikusi"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Behin ikusteko bideoa"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {{count,number} kide} other {{count,number} kide}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Berrikusi kontu handiz"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Irten"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Amaitu deia"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Deia utzi"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofonoa desaktibatuta"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Multimedia-edukia atzeko planoan deskargatzen jarraituko da"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Pausatu transferentzia"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Utzi transferentzia bertan behera"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Zerbait egin behar duzu kontuan"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Kontu hau erabiltzen jarraitzeko, Signal telefonoan ireki behar duzu. Signal telefonoan ireki ezean, kontua laster ezabatuko da. <learnMoreLink>Informazio gehiago</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Zabaldu"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Kideak talde esteka bidez sartzen badira taldean, derrigorrezkotzat jo administratzaile batek onartzea."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopiatu signal.group esteka arbelean"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Eskaerak ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Ahots-mezuak eta eranskailuak automatikoki deskargatzen dira beti."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Babeskopiak"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Azken inportazioa {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blokeatua"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Babeskopiaren xehetasunak"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Testuaren eta multimedia-eduki guztien babeskopia"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Ez da aurkitu zure harpidetza. Berri ezazu Signal-en babeskopiak erabiltzen jarraitzeko."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Testuaren eta {mediaDayCount,number} eguneko multimedia-edukiaren babeskopia} other {Testuaren eta {mediaDayCount,number} eguneko multimedia-edukiaren babeskopia}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Zure babeskopia-plana doakoa da"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Berritze-data: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Iraungitze-data: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Harpidetza bertan behera utzi da"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Signal-en babeskopien harpidetza kudeatu edo bertan behera uzteko, erabili telefonoa."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Signal-en babeskopiak kudeatzeko edo mailaz igotzeko, erabili telefonoa."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Ez da aurkitu zure harpidetza. Berri ezazu Signal-en babeskopiak erabiltzen jarraitzeko."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Signal-en babeskopien harpidetza kudeatu edo berritzeko, erabili telefonoa."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Azken babeskopia"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Zure telefonoa"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Babeskopiaren tamaina"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {Kontaktu 1} other {{num,number} kontaktu}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Doikuntza txikiak, akats-konponketak eta errendimendu-hobekuntzak. Eskerrik asko Signal erabiltzeagatik!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Orain, deietan zure bideo-aurrebista lokala zabal dezakezu, zeure burua hobeto ikusteko."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Orain, GIF bizidunak Signal Desktop-en ere bila ditzakezu."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Lasterbide eroso bat gehitu dugu, Signal-eko taldeko deietan hitz egiten hasten zarenean eskua bizkor jaisteko."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Orain, Android-erako Signal-en beste ordenagailu bat lotzen baduzu eta mezu-historia transferitzea aukeratzen baduzu, gailu nagusiko eranskin zahar jakinak ere transferi ditzakezu. Transferentzia-prozesua muturretik muturrera enkriptatuta dago eta segurua da."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Halaber, leiho gainjarriaren tamaina aldatu dugu, eta deiak minimizatuta dauden bitartean agertuko diren lasterbide erabilgarriak gehitu ditugu."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "مخاطب ناشناس"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "گروه ناشناخته"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ایموجی پیدا نشد"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "انتخاب رنگ پوست برای {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "تغییر رنگ پوست دلخواه"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "برای انتخاب رنگ پوست، طولانی فشار دهید"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "رنگ پوست پیشفرض خود را انتخاب کنید"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "پرچمها"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "سفارشیسازی واکنشها"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "استیکرها را جستجو کنید"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "بهتازگی استفاده شده"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "ویژه"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "هیچ استیکری یافت نشد"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "رنگ پوست تیره"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "افزودن ایموجی، استیکر یا گیف"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "افزودن ایموجی"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "افزودن یک استیکر"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "لغو"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "بهروزرسانی سیگنال"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "مشاهده شده"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "مشاهده شده"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "رسانه"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "رسانه با قابلیت یکبار مشاهده"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "پیامهای یکبار مصرف در تاریخچه گفتگوی شما ذخیره نمیشوند."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "مشاهده عکس"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "نمایش ویدئو"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "ویدئو با قابلیت یکبار مشاهده"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {۱ عضو} other {{count,number} عضو}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "با دقت بازنگری کنید"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "ترک"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "پایان دادن به تماس"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "ترک کردن تماس"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "میکروفون خاموش"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "دانلود رسانه در پسزمینه ادامه خواهد یافت"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "توقف موقت انتقال"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "لغو انتقال"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "نیازبه اقدام در حساب"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "برای ادامه استفاده از این حساب، باید سیگنال را در تلفن خود باز کنید. اگر سیگنال را در تلفن خود باز نکنید، حساب شما به زودی حذف خواهد شد. <learnMoreLink>اطلاعات بیشتر</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "گسترش"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "نیاز به یک مدیر برای تأیید اعضای جدیدی که از طریق پیوند گروه میپیوندند"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "لینک signal.group را در کلیپبورد کپی کنید"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "درخواستها ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "پیامهای صوتی و استیکرها همیشه بهصورت خودکار دانلود میشوند."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "نسخههای پشتیبان"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "آخرین واردسازی در {time} {date}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "مسدودشده"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "جزئیات پشتیبان"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "پشتیبانگیری متن + تمام رسانهها"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "اشتراک شما یافت نشد. برای ادامه استفاده از «پشتیبانهای سیگنال»، تمدید کنید."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {پشتیبانگیری متن + رسانه {mediaDayCount,number} روز گذشته} other {پشتیبانگیری متن + رسانه {mediaDayCount,number} روز گذشته}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "طرح پشتیبان شما خالی است"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "در {date} تمدید میشود"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "در {date} منقضی میشود"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "اشتراک لغو شد"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "میتوانید اشتراک «پشتیبانهای سیگنال» خود را در تلفنتان مدیریت یا لغو کنید."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "میتوانید «پشتیبانهای سیگنال» را در تلفن خود مدیریت کنید یا ارتقا دهید."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "اشتراک شما یافت نشد. برای ادامه استفاده از «پشتیبانهای سیگنال»، تمدید کنید."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "میتوانید اشتراک پشتیبانهای سیگنال خود را در تلفنتان مدیریت یا تمدید کنید."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "آخرین پشتیبانگیری"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "گوشی شما"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "اندازه پشتیبان"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} مخاطب} other {{num,number} مخاطب}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "تغییرات کوچک، رفع اشکالات و بهبود عملکرد. بابت استفاده از سیگنال سپاسگزاریم!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "اکنون میتوانید پیشنمایش ویدئوی محلی خود را در طول تماس گسترش دهید تا خود را بهتر ببینید."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "اکنون میتوانید گیفهای متحرک را در سیگنال دسکتاپ نیزجستجو کنید."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "ما یک میانبُر آسان اضافه کردیم تا بعد از شروع صحبت در طول تماس گروهی سیگنال فوراً دست خود را پایین بیاورید."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "اگر یک دسکتاپ جدید را در سیگنال اندروید پیوند دهید و انتقال تاریخچه پیامهای خود را انتخاب کنید، میتوانید پیوستهای قدیمی را نیز بهصورت گزینشی از دستگاه اصلی خود منتقل کنید. مثل همیشه، فرایند انتقال سرتاسر رمزگذاریشده و امن است."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "همچنین اندازه پنجره تصویر در تصویر را تغییر دادیم و میانبرهای جدید و راحتی را هنگام کوچککردن تماس اضافه کردیم."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Tuntematon yhteystieto"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Tuntematon ryhmä"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Emojia ei löytynyt"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Valitse emojin {emojiName} ihonväri"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Muuta ihon sävyasetusta"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Valitse ihonväri painamalla pitkään"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Valitse oletus ihon sävylle"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Liput"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Mukauta reaktiot"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Etsi tarroja"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Äskettäin käytetyt"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Esittelyssä"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Tarroja ei löytynyt"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tumma ihonväri"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Lisää emoji, tarra tai GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Lisää emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Lisää tarra"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Peruuta"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Päivitä Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Katsottu"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Katsottu"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Katso kerran -media"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Kerran katsottavia viestejä ei tallenneta keskusteluhistoriaasi."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Katso kuvaa"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Katso video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Kerran katsottava video"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 jäsen} other {{count,number} jäsentä}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Tarkista huolellisesti"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Poistu"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Lopeta puhelu"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Poistu puhelusta"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofoni pois päältä"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Median lataaminen jatkuu taustalla"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Keskeytä siirto"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Peruuta siirto"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Tiliin liittyviä toimenpiteitä vaaditaan"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Sinun on avattava Signal puhelimessasi, jotta voit jatkaa tilin käyttöä. Jos et avaa Signalia puhelimellasi, tilisi poistetaan pian. <learnMoreLink>Lue lisää</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Laajenna"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Ylläpitäjän on hyväksyttävä ryhmälinkin kautta liittyvät uudet jäsenet."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopioi signal.group-linkki leikepöydälle"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Pyynnöt ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Puheviestit ja tarrat ladataan aina automaattisesti."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Varmuuskopiot"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Viimeisin tuonti {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Estetty"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Varmuuskopion tiedot"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Tekstin + kaiken median varmuuskopio"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Tilaustasi ei löydy. Uusi jatkaaksesi Signal-varmuuskopioinnin käyttöä."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Teksti + mediasisältö {mediaDayCount,number} päivän ajalta} other {Teksti + mediasisältö {mediaDayCount,number} päivän ajalta}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Varmuuskopioinnin tilaus on ilmainen"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Uusiutuu {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Päättyy {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Tilaus on peruttu"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Voit hallita tai peruuttaa Signal-varmuuskopioinnin tilauksen puhelimellasi."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Voit hallita tai päivittää Signal-varmuuskopioinnin tilauksen puhelimellasi."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Tilaustasi ei löydy. Uusi jatkaaksesi Signal-varmuuskopioinnin käyttöä."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Voit hallita tai uusia Signal-varmuuskopioinnin tilauksen puhelimellasi."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Viimeisin varmuuskopio"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Puhelimesi"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Varmuuskopion koko"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {1 yhteystieto} other {{num,number} yhteystietoa}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Pieniä säätöjä, virheenkorjauksia ja suorituskykyparannuksia. Kiitos, että käytät Signalia!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Nyt voit laajentaa videon paikallista esikatselua puhelun aikana saadaksesi paremman kuvan itsestäsi."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Nyt voit etsiä animoituja GIF-tiedostoja myös Signal Desktopissa."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Lisäsimme kätevän pikavalinnan, jolla voit laskea kätesi nopeasti, kun aloitat puhumisen Signal-ryhmäpuhelun aikana."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Jos yhdistät uuden tietokoneen Signal Androidissa ja siirrät viestihistoriasi, voit nyt myös valikoivasti siirtää vanhoja liitteitä ensisijaiselta laitteeltasi. Siirtoprosessi on salattu päästä päähän."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Muutimme myös kuva kuvassa -ikkunan kokoa ja lisäsimme käteviä uusia pikanäppäimiä puhelun ollessa minimoitu."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Contact inconnu"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Groupe inconnu"
|
||||
},
|
||||
@ -264,7 +267,7 @@
|
||||
"messageformat": "Numéro de téléphone"
|
||||
},
|
||||
"icu:LeftPaneFindByHelper__description--findByUsername": {
|
||||
"messageformat": "Saisissez un nom d’utilisateur composé d’un nom, d’un point et d’une série de chiffres."
|
||||
"messageformat": "Saisissez un nom d'utilisateur suivi d'un point et d'une série de chiffres."
|
||||
},
|
||||
"icu:CountryCodeSelect__placeholder": {
|
||||
"messageformat": "Indicatif de pays"
|
||||
@ -444,7 +447,7 @@
|
||||
"messageformat": "Vous avez examiné tous les contacts. Appuyez sur \"Envoyer\" pour continuer."
|
||||
},
|
||||
"icu:safetyNumberChangeDialog__confirm-remove-all": {
|
||||
"messageformat": "{count, plural, one {Êtes-vous sûr de vouloir retirer {count,number} contact de la story {story} ?} other {Êtes-vous sûr de vouloir retirer {count,number} contacts de la story {story} ?}}"
|
||||
"messageformat": "{count, plural, one {Voulez-vous vraiment retirer {count,number} contact de la story {story} ?} other {Voulez-vous vraiment retirer {count,number} contacts de la story {story} ?}}"
|
||||
},
|
||||
"icu:safetyNumberChangeDialog__remove-all": {
|
||||
"messageformat": "Retirer tous les contacts"
|
||||
@ -2094,7 +2097,7 @@
|
||||
"messageformat": "Appuyez sur ce message sur un téléphone portable pour voir votre don"
|
||||
},
|
||||
"icu:message--donation--unopened--label": {
|
||||
"messageformat": "{sender} a effectué un don de votre part"
|
||||
"messageformat": "{sender} a fait un don à Signal pour vous"
|
||||
},
|
||||
"icu:message--donation--unopened--toast--incoming": {
|
||||
"messageformat": "Consultez votre téléphone portable pour ouvrir ce don"
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Émoji introuvable"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Sélectionnez la couleur de peau de l'émoji {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Choisir une autre couleur de peau"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Appuyez de manière prolongée pour sélectionner la couleur de peau"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Choisissez un teint par défaut"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Drapeaux"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Personnaliser les réactions"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Rechercher des stickers"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Récemment utilisés"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "À la une"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Sticker introuvable"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Peau foncée"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Ajouter un émoji, un sticker ou un GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Ajouter un émoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Ajouter un sticker"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Annuler"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Mettre à jour Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Vu"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Vu"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Médias"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Média à vue unique"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Les messages éphémères ne sont pas conservés dans l'historique des conversations."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Afficher la photo"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Regarder la vidéo"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Vidéo à vue unique"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 membre} other {{count,number} membres}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Faites attention"
|
||||
},
|
||||
@ -2997,10 +3030,10 @@
|
||||
"messageformat": "Refuser"
|
||||
},
|
||||
"icu:declinedIncomingAudioCall": {
|
||||
"messageformat": "Appel vocal rejeté"
|
||||
"messageformat": "Appel vocal refusé"
|
||||
},
|
||||
"icu:declinedIncomingVideoCall": {
|
||||
"messageformat": "Appel vidéo rejeté"
|
||||
"messageformat": "Appel vidéo refusé"
|
||||
},
|
||||
"icu:acceptedIncomingAudioCall": {
|
||||
"messageformat": "Appel vocal entrant"
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Quitter"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Raccrocher"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Quitter l'appel"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Micro désactivé"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Le téléchargement des médias se poursuivra en arrière-plan"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Mettre en pause le transfert"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Annuler le transfert"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Action requise sur le compte"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Pour continuer d'utiliser ce compte, vous devez ouvrir Signal sur votre téléphone. Sans quoi, il sera bientôt supprimé. <learnMoreLink>En savoir plus</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Agrandir"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Un administrateur doit approuver les nouveaux membres qui rejoignent le groupe via le lien."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Copier le lien du groupe Signal dans le presse-papiers"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Demandes ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Les stickers et les messages vocaux sont toujours téléchargés automatiquement."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Sauvegardes"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Dernière importation le {date} à {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Utilisateurs bloqués"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Informations de sauvegarde"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Messages texte + tous les médias"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Abonnement introuvable. Renouvelez-le pour continuer d'utiliser les sauvegardes Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Messages texte + {mediaDayCount,number} jour de médias} other {Messages texte + {mediaDayCount,number} jours de médias}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Votre forfait de sauvegarde est gratuit"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Prochaine échéance : {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Prend fin le {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abonnement résilié"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Vous pouvez gérer ou résilier votre abonnement aux sauvegardes Signal depuis votre téléphone."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Vous pouvez gérer ou mettre à niveau votre abonnement aux sauvegardes Signal depuis votre téléphone."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Abonnement introuvable. Renouvelez-le pour continuer d'utiliser les sauvegardes Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Vous pouvez gérer ou renouveler votre abonnement aux sauvegardes Signal depuis votre téléphone."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Dernière sauvegarde"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Votre téléphone"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Taille de la sauvegarde"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} contact} other {{num,number} contacts}}"
|
||||
},
|
||||
@ -5781,7 +5889,7 @@
|
||||
"messageformat": "Impossible d'envoyer la story"
|
||||
},
|
||||
"icu:Stories__failed-send--partial": {
|
||||
"messageformat": "Impossible d’envoyer cette story à certains destinataires."
|
||||
"messageformat": "Impossible d'envoyer cette story à certains destinataires."
|
||||
},
|
||||
"icu:TextAttachment__placeholder": {
|
||||
"messageformat": "Saisissez votre texte"
|
||||
@ -5884,7 +5992,7 @@
|
||||
"messageformat": "Nous avons réinitialisé votre lien et votre code QR, et en avons généré de nouveaux."
|
||||
},
|
||||
"icu:UsernameOnboardingModalBody__title": {
|
||||
"messageformat": "De nouvelles façons de garder le contact"
|
||||
"messageformat": "Prendre contact autrement"
|
||||
},
|
||||
"icu:UsernameOnboardingModalBody__row__number__title": {
|
||||
"messageformat": "Confidentialité du numéro de téléphone"
|
||||
@ -5911,7 +6019,7 @@
|
||||
"messageformat": "Plus tard"
|
||||
},
|
||||
"icu:UsernameMegaphone__title": {
|
||||
"messageformat": "De nouvelles façons de garder le contact"
|
||||
"messageformat": "Prendre contact autrement"
|
||||
},
|
||||
"icu:UsernameMegaphone__body": {
|
||||
"messageformat": "Protégez votre numéro de téléphone, choisissez un nom d’utilisateur facultatif et découvrez les liens de conversation."
|
||||
@ -6076,7 +6184,7 @@
|
||||
"messageformat": "Appel vidéo sans réponse"
|
||||
},
|
||||
"icu:CallHistory__DescriptionVideoCall--Declined": {
|
||||
"messageformat": "Appel vidéo rejeté"
|
||||
"messageformat": "Appel vidéo refusé"
|
||||
},
|
||||
"icu:CallLinkDetails__Join": {
|
||||
"messageformat": "Rejoindre"
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Au menu de cette version : quelques ajustements de plus, quelques petits bugs en moins et des gains de performance. Merci d'utiliser Signal !",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Qui dit nouvelle mise à jour, dit nouvelle amélioration ! Pendant un appel, vous pouvez maintenant agrandir l'aperçu vidéo pour vous recoiffer ou faire le point avec vous-même."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Le feu, la roue et l'électricité ont certes changé le cours de l'Humanité, mais ces avancées majeures n'ont fait que poser les bases d'une invention extraordinaire : la recherche de GIF animés. Et cette innovation technologique débarque aujourd'hui sur Signal Desktop. Via une interface de sélection complètement relookée, trouvez en un clin d'œil l'émoji, le sticker ou le GIF animé qui reflète le mieux votre humeur."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Un nouveau raccourci vous permet d'abaisser rapidement la main dès que vous prenez la parole dans un appel de groupe. Et on met notre main à couper que vous allez l'adorer autant que nous !"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Vous voulez associer un nouvel ordinateur avec votre compte Signal pour Android ? Si vous optez pour le transfert des messages, vous pouvez maintenant transférer certaines pièces jointes enregistrées sur votre appareil principal. Revivez vos souvenirs sur tous vos appareils : faites défiler l'écran pour remonter le temps et cliquez sur l'icône de téléchargement. Et comme toujours sur Signal, tous les transferts sont sécurisés et chiffrés de bout en bout."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Nous avons aussi redimensionné la fenêtre picture-in-picture et ajouté de nouveaux raccourcis pour vous simplifier la vie : activer et désactiver votre micro ou votre caméra quand la fenêtre d'appel est réduite devient vraiment un jeu d'enfants."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Teagmhálaí Anaithnid"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Grúpa anaithnid"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Ní bhfuarthas aon emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Roghnaigh ton craicinn le haghaidh: {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Athraigh Sainrogha Thon an Chraicinn"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Fadbhrúigh le ton craicinn a roghnú"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Roghnaigh do thon craicinn réamhshocraithe"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Bratacha"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Saincheap freagairtí"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Cuardaigh greamáin"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Úsáidte le Déanaí"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Faoi thrácht"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Níor aimsíodh aon ghreamán"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Ton craicinn dorcha"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Cuir Emoji, Greamán nó GIF leis"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Cuir Emoji leis"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Cuir Greamán leis"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Cuir ar ceal"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Nuashonraigh Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Amharcadh air"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Amharcadh uirthi"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Meáin"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Meáin Amhairc Aonuaire"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Ní stóráiltear teachtaireachtaí amhairc aonuaire i stair do chomhráite."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Amharc ar an nGrianghraf"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Amharc ar an bhFíseán"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Físeán Amhairc Aonuaire"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 bhall} two {{count,number} bhall} few {{count,number} bhall} many {{count,number} mball} other {{count,number} ball}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Déan athbhreithniú go cúramach"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Imigh as"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Cuir deireadh leis an nglao"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Imigh as an nglao"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Micreafón as"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Leanfaidh íoslódáil meán sa chúlra"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Cuir an t-aistriú ar sos"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Cuir an t-aistriú ar ceal"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Gníomh de dhíth maidir le do chuntas"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Ní mór duit Signal a oscailt ar do ghuthán le leanúint le húsáid an chuntais seo. Mura n-osclaíonn tú Signal ar do ghuthán, scriosfar do chuntas ar ball. <learnMoreLink>Tuilleadh faisnéise</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Fairsingigh"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Éiligh faomhadh riarthóra i gcás ball nua a théann isteach tríd an nasc grúpa"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Cóipeáil nasc signal.group chuig an ngearrthaisce"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Iarratais ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Íoslódáiltear glórphoist agus greamáin go huathoibríoch i gcónaí."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Cúltacaí"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Iompórtáil deiridh {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Bac curtha"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Sonraí an chúltaca"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Cúltaca téacs + gach meáin"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Ní bhfuarthas do shíntiús. Athnuaigh le leanúint le húsáid Chúltacaí Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Téacs + {mediaDayCount,number} lá de chúltaca meán} two {Téacs + {mediaDayCount,number} lá de chúltaca meán} few {Téacs + {mediaDayCount,number} lá de chúltaca meán} many {Téacs + {mediaDayCount,number} lá de chúltaca meán} other {Téacs + {mediaDayCount,number} lá de chúltaca meán}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Tá do phlean cúltaca saor in aisce"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Athnuachan: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Dáta éaga: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Síntiús curtha ar ceal"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Is féidir leat do shíntiús le Cúltacaí Signal a bhainistiú nó a chur ar ceal ar do ghuthán."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Is féidir leat Cúltacaí Signal a bhainistiú nó a uasghrádú ar do ghuthán."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Ní bhfuarthas do shíntiús. Athnuaigh le leanúint le húsáid Chúltacaí Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Is féidir leat do shíntiús le Cúltacaí Signal a bhainistiú nó a athnuachan ar do ghuthán."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Cúltaca deiridh"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Do ghuthán"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Méid an chúltaca"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {1 teagmhálaí} two {{num,number} theagmhálaí} few {{num,number} theagmhálaí} many {{num,number} dteagmhálaí} other {{num,number} teagmhálaí}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Mionathruithe, paistí fabhtanna agus feabhsuithe ar fheidhmíocht. Go raibh maith agat as Signal a úsáid!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Anois is féidir leat réamhamharc ar d'fhíseán logánta a uasmhéadú ionas go mbeidh amharc níos fearr agat ort féin."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Anois is féidir leat cuardach le haghaidh GIFanna beochana in Signal Desktop freisin."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Chuireamar aicearra áisiúil leis chun do lámh a ísliú go tapa tar éis duit tosú ag labhairt le linn ghrúpghlao Signal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Má nascann tú Deasc nua ar Signal Android agus má roghnaíonn tú stair do theachtaireachtaí a aistriú, anois is féidir leat seancheangaltáin a aistriú go roghnach ó do phríomhghléas freisin. Tá an próiseas aistrithe criptithe ó cheann ceann agus slán."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Rinneamar méid na fuinneoga pictiúir-i-bpictiúr a athrú freisin agus chuireamar aicearraí áisiúla nua leis le húsáid i nglaonna íoslaghdaithe."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Contacto descoñecido"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Grupo descoñecido"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Non se atopou a emoticona"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Escolle o ton de pel para {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Cambia a preferencia do ton de pel"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Mantén premido para escoller o ton de pel"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Escolle o ton de pel predeterminado"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Bandeiras"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Personalizar as reaccións"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Buscar stickers"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Usados recentemente"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Destacados"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Non se atoparon stickers"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Ton de pel escuro"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Engadir unha emoticona, sticker ou GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Engadir unha emoticona"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Engadir unha emoticona"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Cancelar"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Actualizar Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Vista"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Vista"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Multimedia"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Arquivo dunha soa visualización"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "As mensaxes temporais non se almacenan no teu historial da conversa."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Ver fotografía"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Ver vídeo"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Vídeo dunha soa visualización"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 membro} other {{count,number} membros}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Revisa a información con atención"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Abandonar"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Finalizar chamada"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Deixar a chamada"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Micro desactivado"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Os arquivos multimedia descargaranse en segundo plano"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Parar transferencia"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Cancelar transferencia"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Acción requirida na túa conta"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Debes abrir Signal no teu teléfono para seguir empregando esta conta. Se non o fas, a túa conta eliminarase en breve. <learnMoreLink>Máis información</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Expandir"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "É necesario que un administrador acepte os novos membros que se unan a través da ligazón do grupo"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Copia a ligazón de signal.group no portapapeis"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Solicitudes ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "As mensaxes de voz e os stickers sempre se descargan automaticamente."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Copias de seguranza"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Última importación o {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Contactos bloqueados"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Información da copia de seguranza"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Copia de seguranza de mensaxes de texto e arquivos multimedia"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Non se atopou a túa subscrición. Renóvaa para seguir empregando as Copias de seguranza de Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Copia de seguranza de mensaxes de texto e {mediaDayCount,number} día de arquivos multimedia} other {Copia de seguranza de mensaxes de texto e {mediaDayCount,number} días de arquivos multimedia}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "O teu plan é gratuíto"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Renóvase o {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Expira o {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Cancelouse a subscrición"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Podes xestionar ou cancelar a túa subscrición ás Copias de seguranza de Signal dende o teu teléfono."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Podes xestionar ou mellorar a túa subscrición ás Copias de seguranza de Signal dende o teu teléfono."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Non se atopou a túa subscrición. Renóvaa para seguir empregando as Copias de seguranza de Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Podes xestionar ou renovar a túa subscrición ás Copias de seguranza de Signal dende o teu teléfono."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Última copia de seguranza"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "O teu teléfono"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Tamaño da copia de seguranza"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} contacto} other {{num,number} contactos}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Comprende pequenas modificacións e melloras no rendemento. Moitas grazas por empregar Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Agora podes ampliar a vista previa da túa pantalla durante a chamada para poder verte mellor."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Xa podes buscar GIF animados en Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Engadimos unha opción para que poidas baixar a man de forma rápida e automática despois de comezar a falar nunha chamada de grupo en Signal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Se vinculas un novo ordenador en Signal Android e decides transferir o historial de mensaxes, agora tamén podes seleccionar que anexos antigos copiar desde o teu dispositivo principal. O proceso de transferencia está protexido cun cifrado de extremo a extremo."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Ademais, axustamos o tamaño da xanela flotante e engadimos atallos novos para cando a chamada está minimizada."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "અજાણ્યો સંપર્ક"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "અજાણ્યું ગ્રુપ"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "કોઈ ઇમોજી મળ્યું નથી"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} માટે સ્કીન ટોન પસંદ કરો"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "સ્કીન ટોનની પસંદગી બદલો"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "સ્કીન ટોન પસંદ કરવા દબાવી રાખો"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "તમારો ડિફોલ્ટ સ્કીન ટોન પસંદ કરો"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "ધ્વજ"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "પ્રતિક્રિયાઓ કસ્ટમાઇઝ કરો"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "સ્ટીકર શોધો"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "તાજેતરમાં વપરાયેલ"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "ફીચર્ડ"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "કોઈ સ્ટીકર મળ્યા નથી"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "ઘાટો સ્કીન ટોન"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "ઇમોજી, સ્ટીકર કે GIF ઉમેરો"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "ઇમોજી ઉમેરો"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "સ્ટિકર ઉમેરો"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "રદ કરો"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal ને અપડેટ કરો"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "જોયેલુ"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "જોયેલું"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "મીડિયા"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "એકવાર જોઈ શકાય તેવા મીડિયા"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "'એકવાર જુઓ' મેસેજ તમારી ચેટ હિસ્ટ્રીમાં સ્ટોર થતાં નથી."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "ફોટો જુઓ"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "વિડિયો જુઓ"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "એકવાર જોઈ શકાય તેવો વીડિયો"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 સભ્ય} other {{count,number} સભ્યો}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "કાળજીપૂર્વક રિવ્યૂ કરો"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "છોડો"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "કૉલ પૂરો કરો"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "કૉલ છોડો"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "માઇક બંધ"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "મીડિયા બેકગ્રાઉન્ડમાં ડાઉનલોડ કરવાનું ચાલુ રહેશે"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "ટ્રાન્સફર થોભાવો"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "ટ્રાન્સફર રદ કરો"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "એકાઉન્ટ પર આ પગલું લેવું જરૂરી"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "આ એકાઉન્ટનો ઉપયોગ ચાલુ રાખવા માટે તમારે તમારા ફોન પર Signal ખોલવું આવશ્યક છે. જો તમે તમારા ફોન પર Signal નહીં ખોલો, તો તમારું એકાઉન્ટ ટૂંક સમયમાં ડિલીટ થઈ જશે. <learnMoreLink>વધુ જાણો</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "વિસ્તૃત કરો"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "ગ્રુપ લિંક દ્વારા જોડાયેલા નવા મેમ્બર્સને મંજૂરી આપવા માટે એડમિનની જરૂર છે"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group લિંકને ક્લિપબોર્ડ પર કૉપિ કરો"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "વિનંતીઓ ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "વોઇસ મેસેજ અને સ્ટીકર હંમેશા આપમેળે ડાઉનલોડ થાય છે."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "બેકઅપ"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "છેલ્લું ઇમ્પોર્ટ {date} {time} વાગ્યે હતું"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "બ્લૉક કર્યા"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "બેકઅપની વિગતો"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "ટેક્સ્ટ + બધા મીડિયાનું બેકઅપ"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "તમારું સબ્સ્ક્રિપ્શન મળ્યું ન હતું. Signal બેકઅપનો ઉપયોગ ચાલુ રાખવા માટે રિન્યૂ કરો."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {ટેક્સ્ટ + {mediaDayCount,number} દિવસના મીડિયાનું બેકઅપ} other {ટેક્સ્ટ + {mediaDayCount,number} દિવસના મીડિયાનું બેકઅપ}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "તમારો બેકઅપ પ્લાન મફત છે"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date}ના રોજ રિન્યૂ થશે"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "{date}ના રોજ સમાપ્ત થશે"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "સબ્સ્ક્રિપ્શન રદ કર્યું"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "તમે તમારા ફોન પર તમારા Signal બેકઅપ સબ્સ્ક્રિપ્શનને મેનેજ અથવા કેન્સલ કરી શકો છો."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "તમે તમારા ફોન પર Signal બેકઅપને મેનેજ અથવા અપગ્રેડ કરી શકો છો."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "તમારું સબ્સ્ક્રિપ્શન મળ્યું ન હતું. Signal બેકઅપનો ઉપયોગ ચાલુ રાખવા માટે રિન્યૂ કરો."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "તમે તમારા ફોન પર તમારા Signal બેકઅપ સબ્સ્ક્રિપ્શનને મેનેજ અથવા રિન્યૂ કરી શકો છો."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "છેલ્લું બેકઅપ"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "તમારો ફોન"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "બેકઅપની સાઇઝ"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} સંપર્ક} other {{num,number} સંપર્કો}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "નાના ફેરફારો, ભૂલ સુધારા અને પ્રદર્શનમાં વધારો. Signalનો ઉપયોગ કરવા બદલ આભાર!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "હવે તમે કૉલ દરમિયાન તમારા લોકલ વીડિયો પ્રિવ્યૂને વિસ્તૃત કરી શકો છો જેથી તમે પોતાને વધુ સારી રીતે જોઈ શકો."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "હવે તમે Signal ડેસ્કટોપ પર પણ એનિમેટેડ GIF શોધી શકો છો."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal ગ્રૂપ કૉલ દરમિયાન તમે બોલવાનું શરૂ કરો પછી તમારા હાથને ઝડપથી નીચે કરવા માટે અમે એક અનુકૂળ શોર્ટકટ ઉમેર્યો છે."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "જો તમે Signal Android પર એક નવું ડેસ્કટોપ લિંક કરો છો અને તમારી મેસેજ હિસ્ટ્રીને ટ્રાન્સફર કરવાનું પસંદ કરો છો, તો હવે તમે તમારા પ્રાઇમરી ડિવાઇસમાંથી જૂના અટેચમેન્ટને પણ પસંદગીપૂર્વક ટ્રાન્સફર કરી શકો છો. ટ્રાન્સફર પ્રક્રિયા એન્ડ-ટુ-એન્ડ એન્ક્રિપ્ટેડ અને સુરક્ષિત છે."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "અમે પિક્ચર-ઇન-પિક્ચર વિન્ડોનું કદ પણ બદલ્યું છે અને કૉલ મિનિમાઇઝ કરેલ હોય ત્યારે અનુકૂળ નવા શોર્ટકટ ઉમેર્યા છે."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "איש קשר בלתי ידוע"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "קבוצה לא ידועה"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "אמוג'י לא נמצא"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "בחירת גוון עור עבור {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "שינוי העדפות גוון עור"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "יש ללחוץ לחיצה ארוכה כדי לבחור גוון עור"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "בחירת ברירת מחדל לגוון עור"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "דגלים"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "התאמה אישית של תגובות"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "חפש מדבקות"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "בשימוש לאחרונה"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "מומלצים"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "לא נמצאו מדבקות"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "גוון עור כהה"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "הוספת אימוג׳י, סטיקר או GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "הוספת אימוג׳י"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "הוסף מדבקה"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "ביטול"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "עדכן את Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "הוצג"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "הוצג"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "מדיה"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "מדיה לצפייה חד פעמית"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "הודעות לצפייה חד–פעמית לא מאוחסנות בהיסטוריית הצ'אט שלך."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "הצג תצלום"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "הצג סרטון"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "סרטון לצפייה חד–פעמית"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {חבר/ה 1} two {{count,number} חברים} many {{count,number} חברים} other {{count,number} חברים}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "יש לסקור בזהירות"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "עזיבה"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "סיים שיחה"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "עזוב שיחה"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "מיקרופון מושבת"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "הורדת המדיה תמשיך ברקע"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "השהיית העברה"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "ביטול העברה"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "נדרשת פעולה בחשבון"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "יש לפתוח את Signal בטלפון שלך כדי להמשיך להשתמש בחשבון הזה. אם לא תפתח/י את Signal בטלפון שלך, החשבון שלך יימחק בקרוב. <learnMoreLink>למידע נוסף</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "הרחב"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "דרוש מנהלן כדי לאשר הצטרפות של חברי קבוצה חדשים באמצעות קישור הקבוצה"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "העתקה של קישור קבוצת Signal ללוח"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "בקשות ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "הודעות קוליות וסטיקרים תמיד ירדו באופן אוטומטי."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "גיבויים"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "יבוא אחרון במועד {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "חסומים"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "פרטי גיבוי"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "גיבוי טקסט + כל המדיה"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "המנוי שלך לא נמצא. יש לחדש כדי להמשיך להשתמש בגיבויי Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {גיבוי טקסט + יום {mediaDayCount,number} של מדיה} two {גיבוי טקסט + יומיים של מדיה} many {גיבוי טקסט + {mediaDayCount,number} ימים של מדיה} other {גיבוי טקסט + {mediaDayCount,number} ימים של מדיה}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "תכנית הגיבוי שלך היא חינמית"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "מתחדש ב–{date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "תאריך תפוגה: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "מנוי בוטל"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "באפשרותך לנהל או לבטל את מנוי גיבויי Signal שלך בטלפון שלך."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "באפשרותך לנהל או לשדרג את גיבויי Signal בטלפון שלך."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "המנוי שלך לא נמצא. יש לחדש כדי להמשיך להשתמש בגיבויי Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "באפשרותך לנהל או לחדש את מנוי גיבויי Signal שלך בטלפון שלך."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "גיבוי אחרון"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "הטלפון שלך"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "נפח גיבוי"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {איש קשר {num,number}} two {{num,number} אנשי קשר} many {{num,number} אנשי קשר} other {{num,number} אנשי קשר}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "התאמות קטנות, תיקוני באגים ושיפורי ביצועים. תודה על השימוש ב-Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "עכשיו יש לך אפשרות להרחיב את תצוגה מקדימה מקומית של וידאו במהלך שיחה כדי לראות את עצמך טוב יותר."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "עכשיו אפשר לחפש קובצי GIF מונפשים גם ב–Signal לשולחן העבודה."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "הוספנו קיצור דרך נוח כדי להורדת היד במהירות אחרי שהתחלת לדבר במהלך שיחת Signal קבוצתית."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "בעת קישור שולחן עבודה חדש אל Signal Android ובחירה להעביר את היסטוריית ההודעות שלך, עכשיו אפשר גם להעביר באופן סלקטיבי קבצים מצורפים ישנים מהמכשיר הראשי שלך. תהליך ההעברה מאובטח ומוצפן מקצה לקצה."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "שינינו גם את גודל החלון של תמונה–בתוך–תמונה והוספנו קיצורי דרך חדשים ונוחים לשימוש בזמן שהשיחה ממוזערת."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "अज्ञात संपर्क"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "अंजान ग्रुप"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "इमोजी नहीं मिला"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} के लिए स्किन टोन चुनें"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "स्किन टोन की पसंदगी बदलें"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "स्किन टोन चुनने के लिए लंबे समय के लिए दबाकर रखें"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "अपनी डिफ़ॉल्ट स्किनटोन चुनें"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "झंडे"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "प्रतिक्रियाएँ कस्टमाइज़ करें"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "स्टिकर खोजें"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "हाल ही में इस्तेमाल किया"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "फीचर्ड"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "स्टिकर नहीं मिले"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "गहरा स्किन टोन"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "इमोजी, स्टिकर या GIF जोड़ें"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "एक इमोजी जोड़ें"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "एक स्टिकर लगाएं"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "रद्द करें"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal अपडेट करें"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "देखा गया"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "देखा गया"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "मीडिया"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "एक बार मीडिया देखें"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "एक बार देखें संदेश आपके चैट इतिहास में संगृहीत नहीं होते हैं।"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "फ़ोटो देखें"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "वीडियो देखें"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "देखें-एक बार वीडियो"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 सदस्य} other {{count,number} सदस्य}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "सावधानी से समीक्षा करें"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "छोङें"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "कॉल बंद"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "कॉल छोड़ें"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "माइक बंद"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "मीडिया बैकग्राउंड में डाउनलोड होता रहेगा"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "ट्रांसफ़र पॉज़ करें"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "ट्रांसफ़र रद्द करें"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "अकाउंट पर कार्रवाई की ज़रूरत है"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "यह अकाउंट इस्तेमाल करना जारी रखने के लिए, आपको अपने फ़ोन पर Signal खोलना होगा। अगर आप अपने फ़ोन पर Signal नहीं खोलते, तो आपका अकाउंट जल्द ही डिलीट हो जाएगा। <learnMoreLink>ज़्यादा जानें</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "बड़ा करें"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "समूह लिंक के माध्यम से शामिल होने वाले नए सदस्यों को स्वीकृति देने के लिए एक व्यवस्थापक की आवश्यकता है"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group लिंक को क्लिपबोर्ड पर कॉपी करें"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "अनुरोध ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "वॉइस संदेश और स्टिकर्स हमेशा अपने-आप डाउनलोड किए जाते हैं।"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "बैकअप"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "{date} {time} पर आख़िरी एक्सपोर्ट"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "ब्लॉक किया गया"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "बैकअप की जानकारी"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "टेक्स्ट + पूरे मीडिया का बैकअप"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "आपका सब्सक्रिप्शन नहीं मिला। Signal बैकअप इस्तेमाल करना जारी रखने के लिए रिन्यू करें।"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {टेक्स्ट + {mediaDayCount,number} दिन का मीडिया बैकअप} other {टेक्स्ट + {mediaDayCount,number} दिनों का मीडिया बैकअप}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "आपका बैकअप प्लान मुफ़्त है"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} को नवीकृत होता है"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "{date} को समाप्त हो जाएगा"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "सब्सक्रिप्शन रद्द किया गया"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "आप अपने फ़ोन पर अपने Signal बैकअप का सब्सक्रिप्शन प्रबंधित या रिन्यू कर सकते हैं।"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "आप अपने फ़ोन पर Signal बैकअप प्रबंधित या अपग्रेड कर सकते हैं।"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "आपका सब्सक्रिप्शन नहीं मिला। Signal बैकअप इस्तेमाल करना जारी रखने के लिए रिन्यू करें।"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "आप अपने फ़ोन पर अपने Signal बैकअप का सब्सक्रिप्शन प्रबंधित या रिन्यू कर सकते हैं।"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "पिछला बैकअप"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "आपका फ़ोन"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "बैकअप आकार"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} कॉन्टैक्ट} other {{num,number} कॉन्टैक्ट}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "छोटे-छोटे ट्वीक, बग फ़िक्स, और प्रदर्शन में सुधार। Signal इस्तेमाल करने के लिए धन्यवाद।",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "अब आप कॉल के दौरान अपने लोकल वीडियो के प्रीव्यू का आकार बढ़ा सकते हैं, ताकि आप खुद को बेहतर तरीके से देख सकें या समझ सकें कि आप कौन हैं।"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "आग, पहिया, और बिजली सभी बेहतरीन आविष्कार थे, लेकिन वे उस रास्ते के लिए ज़रूरी कदम थे जिसने एनिमेटेड GIF खोज के अस्तित्व के लिए स्थितियाँ पैदा कीं। अब आप बिल्कुल नए विकल्पों वाले इंटरफ़ेस के साथ Signal डेस्कटॉप में मानव तकनीक की प्रगति के शिखर का अनुभव कर सकते हैं, जिससे इमोजी, स्टिकर या एनिमेटेड GIF को तुरंत ढूँढना आसान हो जाता है, जो इस समय के लिए एकदम सही है।"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal ग्रुप के दौरान आप बोलना शुरू करने के बाद जल्दी हाथ नीचे कर सकें, इसके लिए हमने एक सुविधाजनक शॉर्टकट बनाया है। इस रिलीज़ में यह हमारा सबसे पसंदीदा फ़ीचर है।"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "अगर आप Signal Android पर नया डेस्कटॉप लिंक करते हैं और अपना संदेश इतिहास ट्रांसफ़र करना चुनते हैं, तो अब आप अपने प्राथमिक डिवाइस से भी चुनिंदा पुराने अटैचमेंट ट्रांसफ़र भी कर सकते हैं। समय में पीछे जाकर और डाउनलोड आइकन पर क्लिक करके अतीत को वर्तमान में लाएँ। हमेशा की तरह, ट्रांसफ़र की प्रोसेस एंड-टू-एंड एनक्रिप्टेड और सुरक्षित है।"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "हमने पिक्चर-इन-पिक्चर विंडो का आकार भी बदल दिया है और आपके माइक्रोफ़ोन को म्यूट/अनम्यूट करने या कॉल कम होने पर कैमरा चालू/बंद करने के लिए सुविधाजनक नए शॉर्टकट जोड़े हैं।"
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Nepoznati kontakt"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Nepoznata grupa"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nisu pronađeni emotikoni"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Odaberite boju kože za {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Promjena željene boje kože"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Dugo pritisnite za odabir boje kože"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Odaberite svoju zadanu boju kože"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Zastave"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Prilagodite reakcije"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Pretraži naljepnice"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Nedavno korišteno"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Istaknuto"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nema naljepnica"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tamna boja kože"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Dodaj emotikon, naljepnicu ili GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Dodaj emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Dodaj naljepnicu"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Odustani"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Ažuriraj Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Pregledano"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Pregledano"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Medijski zapis"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Medijski zapis koji nestaje nakon prikaza"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Jednom vidljive poruke neće biti spremljene u vašu povijest razgovora."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Pogledaj fotografiju"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Pogledaj video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Videozapis koji nestaje nakon prikaza"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 član} few {{count,number} člana} many {{count,number} članova} other {{count,number} članova}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Pažljivo pregledajte"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Napusti poziv"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Završi poziv"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Napusti poziv"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon isključen"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Medijski zapisi nastavit će se preuzimati u pozadini"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Pauziraj prijenos"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Prekini prijenos"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Morate se prijaviti u svoj račun"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Morate otvoriti Signal na svom telefonu kako biste nastavili koristiti ovaj račun. Ako ne otvorite Signal na svom telefonu, vaš račun će uskoro biti izbrisan. <learnMoreLink>Saznaj više</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Proširi"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Zahtjeva da administrator odobri pridruživanje novih članova putem poveznice grupe"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopiraj poveznicu Signal grupe u međuspremnik"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Zahtjevi ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Glasovne poruke i naljepnice se uvijek automatski preuzimaju."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Sigurnosne kopije"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Posljednji uvoz {date} u {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blokirani kontakti"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Pojedinosti sigurnosne kopije"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Poruke + svi medijski zapisi"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Vaša pretplata nije pronađena. Obnovite je odmah kako biste nastavili koristiti sigurnosne kopije Signala."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Poruke + medijski zapisi iz zadnjeg {mediaDayCount,number} dana} few {Poruke + medijski zapisi iz zadnja {mediaDayCount,number} dana} many {Poruke + medijski zapisi iz zadnjih {mediaDayCount,number} dana} other {Poruke + medijski zapisi iz zadnjih {mediaDayCount,number} dana}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Vaš plan za sigurnosno kopiranje je besplatan"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Obnavlja se {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Istječe {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Pretplata je otkazana"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Možete upravljati svojom pretplatom na sigurnosne kopije Signala na svom telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Možete upravljati svojom pretplatom na sigurnosne kopije Signala ili je nadograditi na svom telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Vaša pretplata nije pronađena. Obnovite je odmah kako biste nastavili koristiti sigurnosne kopije Signala."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Možete upravljati svojom pretplatom na sigurnosne kopije Signala ili je obnoviti na svom telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Posljednje sigurnosno kopiranje"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Vaš telefon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Veličina sigurnosne kopije"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kontakt} few {{num,number} kontakta} many {{num,number} kontakata} other {{num,number} kontakata}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Manja podešavanja, ispravci grešaka i poboljšanje rada aplikacije. Hvala vam što koristite Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Sada možete proširiti pregled vlastite kamere tijekom poziva kako biste se bolje vidjeli."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Sada možete tražiti animirane GIF-ove i u Signalu za desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Dodali smo praktičan prečac za brzo spuštanje ruke nakon što počnete govoriti tijekom grupnog poziva na Signalu."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Ako povežete novo računalo i Signal Android te odlučite prenijeti svoju povijest poruka, sada možete i selektivno prenijeti stare privitke sa svog glavnog uređaja. Proces prijenosa je sveobuhvatno šifriran i siguran."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Također smo promijenili veličinu prozora u načinu rada „slika u slici“ i dodali praktične nove prečace koji su dostupni dok je poziv minimiziran."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Ismeretlen kontakt"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Ismeretlen csoport"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nem található emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Válassz bőrtónust {emojiName} számára"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Bőrtónus-beállítás módosítása"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "A bőrtónus kiválasztásához nyomd hosszan"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Válaszd ki az alapértelmezett bőrtónust"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Zászlók"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Egyedi reakciók"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Matricák keresése"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Nemrég használt"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Kiemelt"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nem található matrica"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Sötét bőrtónus"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Adj hozzá hangulatjelet, matricát vagy GIF-et"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Adj hozzá egy hangulatjelet"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Matrica hozzáadás"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Mégse"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal frissítése"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Megtekintve"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Megtekintve"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Média"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Egyszer megjelenő médiafájl megtekintése"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Az egyszer megjelenő üzenetek nem kerülnek tárolásra a csevegési előzményekben."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Fotó megtekintése"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Videó megtekintése"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Egyszeri videó megtekintése"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 tag} other {{count,number} tag}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Tekintsd át figyelmesen"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Kilépés"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Hívás befejezése"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Kilépés a hívásból"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon ki"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "A médiafájl letöltése a háttérben folytatódik"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Átvitel szüneteltetése"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Átvitel törlése"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Fiókművelet szükséges"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "A fiók használatának folytatásához meg kell nyitnod a Signalt a telefonodon. Ha nem nyitod meg a Signalt a telefonodon, a fiókod hamarosan törlődik. <learnMoreLink>Tudj meg többet!</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Bővítés"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Admin általi jóváhagyás szükséges csoporthivatkozással csatlakozó tagok felvételéhez."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Másold a signal.group hivatkozást a vágólapra"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Kérelmek ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "A hangüzenetek és a matricák mindig automatikusan letöltődnek."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Biztonsági mentések"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Utolsó importálás időpontja: {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Letiltva"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Biztonsági mentés részletei"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Szöveg és minden médiafájl biztonsági mentése"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Az előfizetés nem található Annak érdekében, hogy tovább használhasd a Signal biztonsági mentéseit, újítsd meg."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Szöveg és minden médiafájl biztonsági mentése {mediaDayCount,number} napra} other {Szöveg és minden médiafájl biztonsági mentése {mediaDayCount,number} napra}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "A biztonsági terv ingyenes"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Megújul ekkor: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "{date} dátummal lejár"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Előfizetés törölve"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "A Signal biztonsági mentéseire vonatkozó előfizetésed kezelheted és lemondhatod a telefonodon."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "A Signal biztonsági mentéseire vonatkozó előfizetésed kezelheted és frissítheted a telefonodon."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Az előfizetés nem található Annak érdekében, hogy tovább használhasd a Signal biztonsági mentéseit, újítsd meg."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "A Signal biztonsági mentéseire vonatkozó előfizetésed kezelheted és megújíthatod a telefonodon."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Utolsó biztonsági mentés"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "A telefonod"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Biztonsági mentés mérete"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} névjegy} other {{num,number} névjegy}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Apró finomítások, hibajavítások és teljesítménynövelések. Köszönjük, hogy a Signalt használod!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Mostantól kibővítheted a helyi videó előnézetét hívás közben, hogy jobban lásd magad."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Mostantól a Signal Desktopban is kereshetsz animált GIF-eket."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Hozzáadtunk egy kényelmes parancsikont, amellyel gyorsan leteheted a kezed, miután elkezdtél beszélni egy csoportos hívás során a Signalon."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Ha összekapcsolsz egy új asztali számítógépet a Signal Android rendszeren, és az üzenetelőzmények átvitelét választod, most szelektíven átviheted a régi mellékleteket is az elsődleges eszközödről. Az átviteli folyamat végponttól végpontig titkosított és biztonságos."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "A kép a képben ablakot is átméreteztük, és kényelmes, új parancsikonokat adtunk hozzá, miközben a hívásablak minimálisra csökkent."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Kontak tidak dikenal"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Grup tidak dikenal"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Tidak ditemukan emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Pilih warna kulit untuk {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Ubah Preferensi Warna Kulit"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Tekan lama untuk memilih warna kulit"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Pilih warna kulit default"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Bendera"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Kustomisasi tanggapan"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Cari stiker"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Terakhir Digunakan"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Unggulan"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Tidak ditemukan stiker"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Warna kulit gelap"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Tambahkan Emoji, Stiker, atau GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Tambahkan emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Tambahkan stiker"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Batal"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Perbarui Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Dilihat"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Dilihat"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Media Sekali Lihat"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Pesan sekali-lihat tidak disimpan di riwayat obrolan."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Lihat Foto"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Lihat Video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Video Sekali Lihat"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {{count,number} anggota}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Tinjau dengan cermat"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Keluar"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Akhiri panggilan"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Tinggalkan panggilan"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mik mati"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Pengunduhan media akan terus berlangsung di latar belakang"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Jeda transfer"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Batalkan transfer"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Wajib ambil tindakan untuk akun"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Anda harus membuka Signal di ponsel agar dapat terus menggunakan akun ini. Jika Anda tidak membuka Signal di ponsel, akun Anda akan segera dihapus. <learnMoreLink>Pelajari selengkapnya</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Lebarkan"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Membutuhkan persetujuan admin untuk menerima anggota baru melalui tautan grup"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Salin tautan signal.group ke papan klip"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Permintaan ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Pesan suara dan stiker selalu diunduh otomatis."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Cadangan"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Impor terakhir pada {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Diblokir"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Detail pencadangan"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Pencadangan pesan + semua media"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Langganan Anda tidak ditemukan. Perbarui agar dapat terus memakai Signal Backups."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {Pencadangan pesan + media selama {mediaDayCount,number} hari}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Paket pencadangan Anda gratis"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Diperpanjang {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Kedaluwarsa {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Langganan dibatalkan"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Anda dapat mengelola atau membatalkan langganan Signal Backups di ponsel."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Anda dapat mengelola atau meng-upgrade Signal Backups di ponsel."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Langganan Anda tidak ditemukan. Perbarui agar dapat terus memakai Signal Backups."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Anda dapat mengelola atau memperbarui langganan Signal Backups di ponsel."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Pencadangan terakhir"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Ponsel Anda"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Ukuran cadangan"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {{num,number} kontak}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Tambahan penyesuaian kecil, perbaikan bug, dan peningkatan performa. Terima kasih telah menggunakan Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Sekarang Anda bisa memperluas pratinjau video di perangkat selama panggilan berlangsung agar dapat melihat tampilan diri secara lebih jelas."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Kabar gembira! Sekarang Anda juga bisa mencari dan memakai GIF animasi di Signal Desktop. Antarmuka yang baru memudahkan pencarian emoji, stiker, atau GIF animasi yang cocok untuk segala situasi."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Kami menambahkan tombol pintasan praktis untuk menurunkan tangan setelah Anda mulai berbicara dalam panggilan grup Signal. Inilah fitur favorit pada rilisan kali ini."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Saat menghubungkan Desktop baru ke Signal Android dan memilih \"Transfer riwayat pesan\", bukan hanya pesan yang bisa ditransfer, tetapi Anda juga bisa memilih lampiran lama mana saja yang akan ditransfer dari perangkat utama. Anda bisa mentransfer lampiran lama ke perangkat baru dengan mengeklik ikon unduh. Dan seperti biasa, proses transfer dienkripsi secara menyeluruh dan dipastikan keamanannya."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Kami juga mengubah ukuran jendela gambar dalam gambar dan menambahkan pintasan baru yang praktis untuk menyalakan/membisukan mikrofon atau mengaktifkan/menonaktifkan kamera saat jendela panggilan diperkecil."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Contatto sconosciuto"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Gruppo sconosciuto"
|
||||
},
|
||||
@ -903,7 +906,7 @@
|
||||
"messageformat": "On"
|
||||
},
|
||||
"icu:off": {
|
||||
"messageformat": "Off"
|
||||
"messageformat": "No"
|
||||
},
|
||||
"icu:deleteWarning": {
|
||||
"messageformat": "Questo messaggio verrà eliminato da questo dispositivo."
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nessuna emoji trovata"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Seleziona la tonalità della pelle per {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Cambia la preferenza sul colore della pelle"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Tieni premuto per selezionare la tonalità della pelle"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Scegli il tuo colore della pelle predefinito"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Bandiere"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Personalizza le reazioni"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Cerca sticker"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Usati di recente"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "In evidenza"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nessuno sticker trovato"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tonalità pelle nera scura"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Aggiungi emoji, sticker o GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Aggiungi un'emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Aggiungi uno sticker"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Annulla"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Aggiorna Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Visualizzata"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Visualizzata"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Media visualizzabile una volta"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "I messaggi visualizzabili solo una volta non sono memorizzati nella tua cronologia delle chat."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Visualizza foto"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Visualizza video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Vedi il video visualizzabile una volta"
|
||||
},
|
||||
@ -2706,7 +2709,7 @@
|
||||
"messageformat": "Barrato"
|
||||
},
|
||||
"icu:FormatMenu--guide--monospace": {
|
||||
"messageformat": "Monospace"
|
||||
"messageformat": "Monospaziato"
|
||||
},
|
||||
"icu:FormatMenu--guide--spoiler": {
|
||||
"messageformat": "Spoiler"
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 persona} other {{count,number} persone}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Controlla con attenzione"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Abbandona"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Termina chiamata"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Esci dalla chiamata"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Microfono disattivato"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Il download dei media proseguirà in background"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Metti in pausa"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Annulla trasferimento"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Richiesta azione per il tuo account"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Devi aprire Signal dal tuo telefono per continuare a usare questo account. Se non apri Signal sul tuo telefono, il tuo account potrebbe essere eliminato a breve. <learnMoreLink>Scopri di più</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Espandi"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Richiedi a un amministratore di approvare i nuovi membri che si uniscono tramite il link del gruppo"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Copia il link signal.group negli appunti"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Richieste ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "I messaggi vocali e gli sticker vengono sempre scaricati automaticamente."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Backup"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Ultima importazione il {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Bloccati"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Dettagli sul backup"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Backup messaggi + tutti i media"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Non è stato trovato il tuo abbonamento. Rinnovalo per continuare ad usare i backup di Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Backup messaggi + media dell'ultimo {mediaDayCount,number} giorno} other {Backup messaggi + media degli ultimi {mediaDayCount,number} giorni}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Piano gratuito per i backup"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Rinnovo in data: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Scade in data: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abbonamento annullato"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Puoi gestire o annullare il tuo abbonamento ai backup di Signal dal tuo telefono."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Puoi gestire o cambiare l'abbonamento ai backup di Signal dal tuo telefono."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Non è stato trovato il tuo abbonamento. Rinnovalo per continuare ad usare i backup di Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Puoi gestire o rinnovare il tuo abbonamento ai backup di Signal dal tuo telefono."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Ultimo backup"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Il tuo telefono"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Dimensioni del backup"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} contatto} other {{num,number} contatti}}"
|
||||
},
|
||||
@ -5472,7 +5580,7 @@
|
||||
"messageformat": "Chi può vedere questa Storia"
|
||||
},
|
||||
"icu:StoriesSettings__add-viewer": {
|
||||
"messageformat": "Aggiungi visualizzatore"
|
||||
"messageformat": "Aggiungi persona"
|
||||
},
|
||||
"icu:StoriesSettings__remove--action": {
|
||||
"messageformat": "Rimuovi"
|
||||
@ -6139,7 +6247,7 @@
|
||||
"messageformat": "Rifiuta richiesta"
|
||||
},
|
||||
"icu:CallLinkRestrictionsSelect__Option--Off": {
|
||||
"messageformat": "Off"
|
||||
"messageformat": "No"
|
||||
},
|
||||
"icu:CallLinkRestrictionsSelect__Option--On": {
|
||||
"messageformat": "On"
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Altre piccole modifiche e correzioni di bug per far funzionare l'app senza problemi. Grazie per usare Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Da ora puoi espandere l'anteprima video della tua schermata durante una chiamata così da guardarti meglio da vicino, nel caso tu non abbia uno specchio a portata di mano."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Non esiste invenzione al mondo che possa tenere testa alla nostra… barra di ricerca per le GIF animate! Da ora puoi goderti una nuova interfaccia su Signal Desktop, più bella e più semplice da usare, perfetta per trovare quell'emoji, sticker o GIF animata che avevi in mente. Ah, il potere della tecnologia!"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Abbiamo aggiunto una comoda scorciatoia per abbassare al volo la mano in una chiamata di gruppo su Signal appena inizi a parlare. Alza la mano se anche per te questa notizia è una svolta!"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Se colleghi un nuovo Desktop a Signal Android e scegli di trasferire la tua cronologia messaggi, da ora puoi anche scegliere esattamente quali vecchi allegati trasferire dal tuo dispositivo primario. Se lo vuoi, una parte del tuo passato potrà seguirti (se solo funzionasse così anche nella realtà…). E come sempre, il processo di trasferimento è sicuro e crittografato end-to-end."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Abbiamo anche ridimensionato la finestra del picture-in-picture e aggiunto delle comode shortcut per silenziare/riattivare l'audio del tuo microfono e attivare/disattivare la tua camera, mentre la finestra della chiamata è minimizzata."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "不明な連絡先"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "不明なグループ"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "該当する絵文字はありません"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} のスキントーンを選択してください"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "スキントーンの設定を変更する"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "長押ししてスキントーンを選択"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "デフォルトのスキントーンを選択してください"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "旗"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "リアクションのカスタマイズ"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "ステッカーを検索"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "最近使ったもの"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "人気"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ステッカーはありません"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "暗いスキントーン"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "絵文字、ステッカー、GIFを追加する"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "絵文字を追加する"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "ステッカーを追加"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "キャンセル"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signalをアップデートする"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "閲覧済み"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "閲覧済み"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "メディア"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "使い捨てメディア"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "使い捨てメッセージはチャット履歴に保存されません。"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "写真を見る"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "動画を見る"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "使い捨て動画"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {メンバー{count,number}人}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "慎重に確認してください"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "退出する"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "通話終了"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "通話終了"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "マイクオフ"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "メディアはバックグラウンドで引き続きダウンロードされます"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "転送を一時停止する"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "転送をキャンセルする"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "アカウント維持のために操作が必要です"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "このアカウントの使用を継続するには、お使いのスマートフォンでSignalを開く必要があります。この操作を行わないと、アカウントは間もなく消去されます。<learnMoreLink>さらに詳しく</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "大きく"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "グループリンク経由での新メンバー参加時に、管理者の承認を要求します。"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.groupのリンクをクリップボードにコピーする"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "申請 ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "ボイスメッセージとステッカーは常に自動でダウンロードされます。"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "バックアップ"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "最終インポート: {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "ブロック中のユーザー"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "バックアップの詳細"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "テキストとすべてのメディアのバックアップ"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "ご利用のサブスクリプションは確認できませんでした。Signalバックアップを引き続き使用するには、更新手続きをしてください。"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {テキストと{mediaDayCount,number} 日間のメディアのバックアップ}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "現在のバックアッププランは無料プランです"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "更新 {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "有効期限{date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "サブスクリプションが解除されました"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Signalバックアップのサブスクリプションは、お使いのスマートフォンで管理またはキャンセル手続きが行えます。"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "お使いのスマートフォンからSignalバックアップを管理またはアップグレードできます。"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "ご利用のサブスクリプションは確認できませんでした。Signalバックアップを引き続き使用するには、更新手続きをしてください。"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Signalバックアップのサブスクリプションは、お使いのスマートフォンから管理または更新手続きが行えます。"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "最終バックアップ"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "携帯電話"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "バックアップの容量"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {{num,number}人}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "細かな微調整、バグ修正、パフォーマンスの向上。 Signalをご利用いただきありがとうございます。",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "通話中にローカルビデオプレビューを拡大して、自分の姿をよく確認できるようになりました。"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Signal DesktopでもGIFアニメーションを検索できるようになりました。"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signalのグループ通話中に、話し始めてすぐに手を降ろすための便利なショートカットを追加しました。"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Signal Androidで新しいデスクトップをリンクしてメッセージ履歴の移行を選択した場合、プライマリデバイス内の添付ファイルも選んで移行できるようになりました。移行プロセスはエンドツーエンドで暗号化され、安全です。"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "また、ピクチャーインピクチャーウィンドウのサイズ変更を可能にし、通話画面が最小化されている時に使える新しいショートカット機能の追加も行いました。"
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "უცნობი კონტაქტი"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "უცნობი ჯგუფი"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "emoji არ მოიძებნა"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "აირჩიე {emojiName}-ის კანის ტონი"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "შეცვალე კანის ტონის პრეფერენცია"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "კანის ტონის ასარჩევად დიდ ხანს დააჭირე"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "აირჩიე შენი კანის ნაგულისხმევი ტონი"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "დროშები"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "რეაქციების პერსონალიზირება"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "სტიკერების მოძებნა"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "ბოლოს გამოყენებული"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "გამორჩეული"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "სტიკერების მოძებნა ვერ მოხერხდა"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "კანის მუქი ტონი"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "დაამატე Emoji, სტიკერი ან GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "ემოჯის დამატება"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "სტიკერის დამატება"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "გაუქმება"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal-ის განახლება"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "ნანახია"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "ნანახია"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "მედია-ფაილები"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "ერთხელ სანახავი მედია-ფაილი"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "ერთხელ სანახავი შეტყობინებები არ ინახება შენი მიმოწერის ისტორიაში."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "ფოტოს ნახვა"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "ვიდეოს ნახვა"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "ერთხელ სანახავი ვიდეო"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 წევრი} other {{count,number} წევრი}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "ყურადღებით გადახედე"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "დატოვება"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "ზარის დასრულება"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "ზარის დატოვება"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "მიკროფონი გამორთულია"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "მედია ფაილები ჩამოტვირთვას პარალელურად გააგრძელებს"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "გადატანის დროებით შეჩერება"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "გადატანის გაუქმება"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "ანგარიშთან დაკავშირებით საჭიროა მოქმედება"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "ამ ანგარიშის გამოყენების გასაგრძელებლად შენს მობილურში Signal უნდა გახსნა. თუ შენს მობილურში Signal-ს არ გახსნი, მალე შენი ანგარიში წაიშლება. <learnMoreLink>გაიგე მეტი</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "გაფართოება"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "მოითხოვე, რომ ადმინმა დაადასტუროს ახალი წევრები, ვინც ჯგუფის ბმულით ცდილობს გაწევრიანებას"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "დააკოპირე signal.group ბმული კლავიატურაზე"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "მოთხოვნები ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "ხმოვანი შეტყობინებები და სტიკერები ყოველთვის ავტომატურად იტვირთება."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "სარეზერვო კოპიები"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "ბოლო იმპორტირება {date} -ში {time}-ზე"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "დაბლოკილია"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "სარეზერვო კოპიების დეტალები"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "ტექსტისა და ყველა მედია ფაილის სათადარიგო ასლი"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "შენი გამოწერა ვერ მოიძებნა. განაახლე Signal-ის სათადარიგო ასლების გამოყენების გასაგრძელებლად."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {{mediaDayCount,number} დღის ტექსტის + მედია ფაილების სათადარიგო ასლი} other {{mediaDayCount,number} დღის ტექსტის + მედია ფაილების სათადარიგო ასლი}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "შენი სათადარიგო ასლების გამოწერა უფასოა"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "განახლდება {date}-ში"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "ვადის ამოწურვამდე დარჩა {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "გამოწერა გაუქმებულია"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "ახლა უკვე შეგიძლია, Signal-ის სათადარიგო ასლების გამოწერა შენს მობილურში მართო ან განაახლო."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "შეგიძლია, Signal-ის სათადარიგო ასლების გამოწერა შენს მობილურში მართო ან განაახლო."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "შენი გამოწერა ვერ მოიძებნა. განაახლე Signal-ის სათადარიგო ასლების გამოყენების გასაგრძელებლად."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "შეგიძლია, Signal-ის სათადარიგო ასლების გამოწერა შენს მობილურში მართო ან განაახლო."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "ბოლოს შექმნილი სარეზერვო კოპია"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "შენი მობილური"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "სარეზერვო კოპიების ზომა"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} კონტაქტი} other {{num,number} კონტაქტი}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "მცირე შესწორებები, ბაგების გამოსწორება და წარმადობის გაუმჯობესება. მადლობას გიხდით სიგნალის გამოყენებისთვის!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "ახლა უკვე შეგიძლია, შენი ადგილობრივი ვიდეოს წინასწარი ნახვა ზარის დროს გააფართოვო, რათა საკუთარი თავი უკეთ დაინახო."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "ცეცხლი, ბორბალი და ელექტროენერგია უდიდესი გამოგონებები იყო, მაგრამ ეს მხოლოგ ნაბიჯები იყო იმ გზაზე, რომელმაც საბოლოოდ შექმნა პირობები ანიმირებული GIF-ების საძიებო სისტემის არსებობისთვის. ადამიანური ტექნოლოგიური პროგრესის პიკი Signal Desktop-ზე შეგიძლია განიცადო სრულიად ახალი არჩევის ინტერფეისით, რომელიც მარტივად გაპოვნინებს იდეალურ ემოჯის, სტიკერს ან ანიმირებულ GIF-ს თითოეული მომენტისთვის."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "ჩვენ დავამატეთ მოსახერხებელი მალსახმობი, რათა Signal-ის ჯგუფური ზარის დროს საუბარს რომ დაიწყებ, ხელი სწრაფად ჩამოწიო. ამ გამოშვებაში ეს ჩვენი ფავორიტი ფუნქციაა."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "თუ Signal Android-ზე ახალ დესკტოპს დააკავშირებ და შენი მიმოწერის ისტორიის გადატანას აირჩევ, ახლა უკვე შეგიძლია, შენი ძირითადი მოწყობილობიდანაც შერჩევით გადაიტანო ძველი დანართები. გადმოიტანე წარსული აწმყოში დროის უკან დაბრუნებით და ჩამოტვირთვის ხატულაზე დაწკაპუნებით. როგორც ყოველთვის, გადატანის პროცესი ბოლომდე დაშიფრული და უსაფრთხოა."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "ასევე შევცვალეთ \"გამოსახულება გამოსახულებაში\" ფანჯრის ზომა და დავამატეთ ახალი, მოსახერხებელი შორთქათები მიკროფონის გამორთვა/ჩართვისა და კამერის ჩართვა/გამორთვისთვის, როცა ზარი დაპატარავებულია."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Белгісіз контакт"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Белгісіз топ"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Эмодзи табылмады"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} үшін тері реңкін таңдаңыз"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Тері реңін өзгерту"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Тері реңкін таңдау үшін басып тұрыңыз"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Әдепкі тері реңін таңдаңыз"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Тулар"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Реакцияларды реттеу"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Стикерлер іздеу"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Жақында қолданылғандар"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Таңдаулы"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Бірде-бір стикер табылмады"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Қараторы тері түсі"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Эмоджи, стикер немесе GIF файлын қосу"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Эмоджи қосу"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Стикер қосу"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Бас тарту"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal-ды жаңарту"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Қаралды"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Қаралды"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Мультимедиа"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Бір рет көрілетін мультимедиа"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Тек көруге болатын хаттар чаттар тарихында сақталмайды."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Фотосуретті көру"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Видеоны көру"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Бір рет көрінетін бейне"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 мүше} other {{count,number} мүше}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Мұқият тексеріңіз"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Шығып кету"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Қоңырауды аяқтау"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Қоңыраудан шығу"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Микрофон өшірулі"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Мультимедиа фондық режимде жүктеп алына береді."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Тасымалдауды кідірту"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Тасымалдаудан бас тарту"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Аккаунтқа қатысты әрекет қажет"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Осы аккаунтты әрі қарай пайдалана беру үшін телефоныңызда Signal қолданбасын ашыңыз. Телефоныңызда Signal қолданбасын ашпасаңыз, аккаунтыңыз көп ұзамай жойылады. <learnMoreLink>Толық ақпарат</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Кеңейту"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Әкімші топ сілтемесі арқылы жаңа мүшелердің қосылуын мақұлдауын сұраңыз"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Буферге signal.group сілтемесін көшіріңіз"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Өтініштер ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Дауыстық хабарлар мен стикерлер үнемі автоматты түрде жүктеп алынады."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Резервтік көшірмелер"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Соңғы импорттау уақыты: {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Блокталған"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Резервтік көшірме туралы мәліметтер"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Мәтін + барлық мультимедианың сақтық көшірмесі"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Жазылымыңыз табылмады. Signal-дың сақтық көшірмелерін пайдалана беру үшін оны жаңартыңыз."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Мәтін + {mediaDayCount,number} күндік мультимедианың сақтық көшірмесі} other {Мәтін + {mediaDayCount,number} күндік мультимедианың сақтық көшірмесі}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Сақтық көшірме жоспарыңыз тегін"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} жаңарады"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Мерзімі {date} күні өтеді"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Жазылым тоқтатылды."
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Телефоныңызда Signal-дың сақтық көшірмелері жазылымын басқаруыңызға немесе тоқтатуыңызға болады."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Телефоныңызда Signal-дың сақтық көшірмелерін басқаруыңызға немесе жаңартуыңызға болады."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Жазылымыңыз табылмады. Signal-дың сақтық көшірмелерін пайдалана беру үшін оны жаңартыңыз."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Телефоныңызда Signal-дың сақтық көшірмелері жазылымын басқаруыңызға немесе жаңартуыңызға болады."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Соңғы резервтік көшірме"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Телефоныңыз"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Резервтік көшірме өлшемі"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {1 контакт} other {{num,number} контакт}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Кішігірім түзетпелер жасалды, ақаулар жөнделді және жұмысы жақсартылды. Signal-ды қолданғаныңыз үшін рақмет!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Қоңырау барысында бейненің жергілікті алғы көрінісін ұлғайтып, өзіңізге жаңа көзқараспен қарап, болмысыңызға тамсана аласыз."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "От, дөңгелек және электр тогы – барлығы керемет. Бірақ бұл жетістіктер анимациялық GIF файлдарын іздеу мүмкіндігін жасау жолындағы алғашқы қадамдар ғана болатын. Ал енді технологиялық жетістіктердің шыңын Signal Desktop-тың түбегейлі жаңа интерфейсінен көре аласыз. Онда эмоджилерді, стикерді немесе анимациялық GIF файлдарын табу бұрынғыдан да оңай."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal-да топтық қоңырау кезінде сөйлей бастағаннан кейін қолыңызды тез түсіру үшін ыңғайлы пәрмен қостық. Мұны осы шығарылымдағы ең пайдалы функция деуге болады."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Android құрылғысындағы Signal қолданбасында жаңа жұмыс үстелін байланыстырып, хабарлар тарихын тасымалдасаңыз, бұрынғы тіркемелерді енді негізгі құрылғыңыздан да таңдап, тасымалдай аласыз. Уақытты артқа айналдырып, жүктеп алу түймесін басыңыз да, бұрынғы кездерге оралыңыз. Әдеттегідей тасымалдау процесі өтпелі шифрланған және қауіпсіз болып есептеледі."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Сонымен қатар енді қоңырау кезінде барлығын бақылауда ұстай аласыз. Біріншіден, сурет ішіндегі сурет терезесінің өлшемін өзгерттік. Екіншіден, қоңырау шағын терезеде жүргізілгенде, микрофон мен камераны тез қосуға не өшіруге қолайлы жылдам пәрмендер қостық."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "បញ្ជីទំនាក់ទំនងដែលមិនស្គាល់"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "ក្រុមមិនស្គាល់"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ពុំមានរូបអារម្មណ៍"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "ជ្រើសរើសពណ៌ស្បែកសម្រាប់ {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "ផ្លាស់ប្តូរចំណូលចិត្តពណ៌ស្បែក"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "ចុចឱ្យយូរដើម្បីជ្រើសរើសពណ៌ស្បែក"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "ជ្រើសរើសពណ៌ស្បែកលំនាំដើមរបស់អ្នក"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "ទង់"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "ដាក់រូបប្រតិកម្មតាមបំណង"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "ស្វែងរកស្ទីកគ័រ"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "បានប្រើប្រាស់ថ្មីៗ"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "ពិសេស"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ពុំមានស្ទីកគ័រ"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "ពណ៌ស្បែកងងឹត"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "ដាក់រូបអារម្មណ៍ ស្ទីកគ័រ ឬរូបចលនា"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "ដាក់រូបអារម្មណ៍មួយ"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "ដាក់ស្ទីកគ័រមួយ"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "បោះបង់"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "ដំឡើង Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "បានបើកមើល"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "បានបើកមើល"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "ឯកសារមេឌា"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "មេឌៀមើលបានតែម្តង"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "សារដែលមើលបានតែម្តងមិនត្រូវបានរក្សាទុកក្នុងប្រវត្តិជជែករបស់អ្នកទេ។"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "បើកមើលរូបភាព"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "បង្ហាញវីដេអូ"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "វីដេអូមើលបានតែម្តង"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {សមាជិក {count,number} នាក់}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "ពិនិត្យមើលដោយយកចិត្តទុកដាក់"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "ចាកចេញ"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "បញ្ចប់ការហៅ"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "ចេញពីការហៅ"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "បានបិទមីក្រូហ្វូន"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "មេឌៀនឹងបន្តទាញយកនៅផ្ទៃខាងក្រោយ"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "ផ្អាកការផ្ទេរ"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "បោះបង់ការផ្ទេរ"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "តម្រូវឱ្យមានសកម្មភាពក្នុងគណនី"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "អ្នកត្រូវតែបើក Signal នៅលើទូរសព្ទរបស់អ្នក ដើម្បីបន្តប្រើប្រាស់គណនីនេះ។ ប្រសិនបើអ្នកមិនបើក Signal នៅលើទូរសព្ទរបស់អ្នកទេ គណនីរបស់អ្នកនឹងត្រូវបានលុបចោលក្នុងពេលឆាប់ៗនេះ។ <learnMoreLink>ស្វែងយល់បន្ថែម</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "ពង្រីក"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "តម្រូវឲ្យអ្នកគ្រប់គ្រងឯកភាពលើសមាជិកថ្មីៗដែលចូលរួមតាមរយៈតំណក្រុម"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "ចម្លងតំណ signal.group ទៅឃ្លីបបត"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "សំណើ ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "សារជាសំឡេង និងស្ទីកគ័រត្រូវបានទាញយកដោយស្វ័យប្រវត្តិជានិច្ច។"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "ការបម្រុងទុក"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "ការនាំចូលចុងក្រោយនៅ {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "បានទប់ស្កាត់"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "ព័ត៌មានលម្អិតអំពីការបម្រុងទុក"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "សារជាអក្សរ + ការបម្រុងទុកមេឌៀទាំងអស់"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "រកមិនឃើញការជាវរបស់អ្នកទេ។ បន្តជាថ្មីដើម្បីបន្តប្រើប្រាស់ការបម្រុងទុក Signal។"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {សារជាអក្សរ + ការបម្រុងទុកមេឌៀ {mediaDayCount,number} ថ្ងៃ}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "គម្រោងបម្រុងទុករបស់អ្នកគឺឥតគិតថ្លៃ"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "បន្តនៅ {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "ផុតកំណត់នៅ {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "ការជាវត្រូវបានបោះបង់"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "អ្នកអាចគ្រប់គ្រង ឬបោះបង់នូវការជាវការបម្រុងទុក Signal របស់អ្នកនៅលើទូរសព្ទរបស់អ្នក។"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "អ្នកអាចគ្រប់គ្រង ឬដំឡើងកម្រិតនៃការបម្រុងទុក Signal នៅលើទូរសព្ទរបស់អ្នក។"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "រកមិនឃើញការជាវរបស់អ្នកទេ។ បន្តជាថ្មីដើម្បីបន្តប្រើប្រាស់ការបម្រុងទុក Signal។"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "អ្នកអាចគ្រប់គ្រង ឬបន្តនូវការជាវការបម្រុងទុក Signal របស់អ្នកនៅលើទូរសព្ទរបស់អ្នក។"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "ការបម្រុងទុកចុងក្រោយ"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "ទូរសព្ទរបស់អ្នក"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "ទំហំបម្រុងទុក"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {{num,number} ឈ្មោះទំនាក់ទំនង}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "ការកែប្រែបន្តិចបន្តួច ការដោះស្រាយបញ្ហា និងការបង្កើនប្រតិបត្តិការ។ សូមអរគុណចំពោះការប្រើប្រាស់ Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "ឥឡូវនេះ អ្នកអាចពង្រីកការមើលជាមុននូវវីដេអូក្នុងឧបករណ៍របស់អ្នកក្នុងអំឡុងពេលហៅទូរសព្ទ ដើម្បីមើលខ្លួនឯងកាន់តែច្បាស់ ឬឆ្លុះបញ្ចាំងថាអ្នកជានរណា។"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "ភ្លើង កង់ និងអគ្គិសនីសុទ្ធតែជាការអភិវឌ្ឍដ៏អស្ចារ្យ ប៉ុន្តែពួកវាគ្រាន់តែជាជំហានចាំបាច់នៅតាមផ្លូវដែលបង្កើតលក្ខខណ្ឌសម្រាប់ការស្វែងរករូបចលនាប៉ុណ្ណោះ។ ឥឡូវនេះ អ្នកក៏អាចស្វែងរករូបចលនានៅក្នុង Signal Desktop បានដែរ។ ឥឡូវនេះ អ្នកអាចទទួលបានបទពិសោធន៍លំដាប់ខ្ពស់បំផុតនៃការរីកចម្រើនផ្នែកបច្ចេកវិទ្យារបស់មនុស្សនៅក្នុង Signal Desktop ជាមួយនឹងមុខងារសម្រិតសម្រាំងដ៏ថ្មីសន្លាង ដែលធ្វើឱ្យស្រួលរករូបអារម្មណ៍ ស្ទីកគ័រ ឬរូបចលនាដែលល្អឥតខ្ចោះសម្រាប់ពេលបច្ចុប្បន្ន។"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "យើងបានបញ្ចូលផ្លូវកាត់ដ៏ងាយស្រួលមួយ ដើម្បីដាក់ដៃអ្នកចុះបានលឿន បន្ទាប់ពីអ្នកចាប់ផ្តើមនិយាយអំឡុងពេលហៅជាក្រុមនៅលើ Signal។ វាជាមុខងារដែលយើងចូលចិត្តបំផុតនៅក្នុងការចេញផ្សាយនេះ។"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "ប្រសិនបើអ្នកភ្ជាប់ Desktop ថ្មីនៅលើ Signal Android ហើយជ្រើសរើសផ្ទេរប្រវត្តិសាររបស់អ្នក ឥឡូវនេះអ្នកក៏អាចជ្រើសរើសផ្ទេរឯកសារភ្ជាប់ចាស់ៗពីឧបករណ៍ចម្បងរបស់អ្នកបានដែរ។ នាំយកអតីតកាលមកកាន់បច្ចុប្បន្នកាល ដោយអូសមើលសារពីមុនៗ ហើយចុចលើរូបទាញយក។ ដំណើរការផ្ទេរត្រូវបានអ៊ីនគ្រីបពីដើមដល់ចប់ និងមានសុវត្ថិភាពជានិច្ច។"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "យើងក៏បានប្តូរទំហំផ្ទាំងរូបភាពក្នុងរូបភាព និងបានបន្ថែមផ្លូវកាត់ថ្មីៗដែលងាយស្រួលសម្រាប់បិទ/បើកមីក្រូហ្វូនរបស់អ្នក ឬបិទ/បើកកាមេរ៉ា ខណៈពេលដែលផ្ទាំងហៅទូរសព្ទត្រូវបានបង្រួម។"
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "ತಿಳಿದಿಲ್ಲದ ಸಂಪರ್ಕ"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "ತಿಳಿದಿಲ್ಲದ ಗುಂಪು"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ಯಾವುದೇ ಎಮೋಜಿ ಕಂಡುಬಂದಿಲ್ಲ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName}ಗಾಗಿ ಸ್ಕಿನ್ ಟೋನ್ ಆಯ್ಕೆಮಾಡಿ"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "ಸ್ಕಿನ್ ಟೋನ್ ಆದ್ಯತೆಯನ್ನು ಬದಲಾಯಿಸಿ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "ಸ್ಕಿನ್ ಟೋನ್ ಆಯ್ಕೆಮಾಡಲು ದೀರ್ಘವಾಗಿ ಒತ್ತಿರಿ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "ನಿಮ್ಮ ಡೀಫಾಲ್ಟ್ ಸ್ಕಿನ್ಟೋನ್ ಆಯ್ಕೆಮಾಡಿ"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "ಫ್ಲ್ಯಾಗ್ಗಳು"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "ಪ್ರತಿಕ್ರಿಯೆಗಳನ್ನು ಕಸ್ಟಮೈಸ್ ಮಾಡಿ"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "ಸ್ಟಿಕ್ಕರ್ಗಳ ಹುಡುಕಾಟ"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "ಇತ್ತೀಚೆಗೆ ಬಳಸಲಾಗಿದೆ"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "ವೈಶಿಷ್ಟ್ಯಗೊಳಿಸಲಾಗಿದೆ"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ಯಾವುದೇ ಸ್ಟಿಕ್ಕರ್ಗಳು ಕಂಡುಬಂದಿಲ್ಲ"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "ಡಾರ್ಕ್ ಸ್ಕಿನ್ ಟೋನ್"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "ಎಮೋಜಿ, ಸ್ಟಿಕ್ಕರ್ ಅಥವಾ GIF ಅನ್ನು ಸೇರಿಸಿ"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "ಎಮೋಜಿ ಸೇರಿಸಿ"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "ಸ್ಟಿಕ್ಕರ್ ಸೇರಿಸಿ"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "ರದ್ದುಮಾಡಿ"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal ಅನ್ನು ನವೀಕರಿಸಿ"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "ವೀಕ್ಷಿಸಲಾಗಿದೆ"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "ವೀಕ್ಷಿಸಲಾಗಿದೆ"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "ಮಾಧ್ಯಮ"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "ಒಮ್ಮೆ ವೀಕ್ಷಿಸಬಹುದಾದ ಮೀಡಿಯಾ"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "ನಿಮ್ಮ ಚಾಟ್ ಇತಿಹಾಸದಲ್ಲಿ ಏಕ ವೀಕ್ಷಣೆ ಮೆಸೇಜ್ಗಳನ್ನು ಸಂಗ್ರಹಿಸಲಾಗಿಲ್ಲ."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "ಫೋಟೋ ವೀಕ್ಷಿಸಿ"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "ನೋಟ ವೀಡಿಯೊ"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "ಏಕ ವೀಕ್ಷಣೆ ವೀಡಿಯೊ"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 ಸದಸ್ಯ} other {{count,number} ಸದಸ್ಯರು}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "ಎಚ್ಚರಿಕೆಯಿಂದ ಪರಿಶೀಲಿಸಿ"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "ತೊರೆಯಿರಿ"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "ಕರೆ ಅಂತ್ಯಗೊಳಿಸಿ"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "ಕರೆ ಬಿಡಿ"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "ಮೈಕ್ ಆಫ್ ಆಗಿದೆ"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "ಬ್ಯಾಕ್ ಗ್ರೌಂಡ್ ನಲ್ಲಿ ಮೀಡಿಯಾ ಡೌನ್ ಲೋಡ್ ಮುಂದುವರೆಯುತ್ತದೆ"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "ವರ್ಗಾವಣೆಯನ್ನು ವಿರಾಮಗೊಳಿಸಿ"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "ವರ್ಗಾವಣೆಯನ್ನು ರದ್ದುಗೊಳಿಸಿ"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "ಖಾತೆಯ ಕ್ರಮದ ಅಗತ್ಯವಿದೆ"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "ಈ ಖಾತೆ ಬಳಸುವುದನ್ನು ಮುಂದುವರಿಸಲು ನಿಮ್ಮ ಫೋನ್ನಲ್ಲಿ ನೀವು Signal ಅನ್ನು ತೆರೆಯಬೇಕು. ನಿಮ್ಮ ಫೋನ್ನಲ್ಲಿ ನೀವು Signal ಅನ್ನು ತೆರೆಯದಿದ್ದರೆ, ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಶೀಘ್ರದಲ್ಲೇ ಅಳಿಸಲಾಗುವುದು. <learnMoreLink>ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "ವಿಸ್ತರಿಸಿ"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "ಗುಂಪಿನ ಲಿಂಕ್ ಮೂಲಕ ಹೊಸ ಸದಸ್ಯರು ಸೇರುವುದನ್ನು ಅನುಮೋದಿಸಲು ಅಡ್ಮಿನ್ ಅಗತ್ಯವಿರುತ್ತದೆ"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group ಲಿಂಕ್ ಅನ್ನು ಕ್ಲಿಪ್ಬೋರ್ಡ್ಗೆ ಕಾಪಿ ಮಾಡಿ"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "ವಿನಂತಿಗಳು ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "ಧ್ವನಿ ಸಂದೇಶಗಳು ಮತ್ತು ಸ್ಟಿಕ್ಕರ್ಗಳು ಯಾವಾಗಲೂ ಸ್ವಯಂ-ಡೌನ್ಲೋಡ್ ಆಗುತ್ತವೆ."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "ಬ್ಯಾಕಪ್ಗಳು"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "ಈ ಹಿಂದೆ ಇಂಪೋರ್ಟ್ ಮಾಡಿದ್ದು: {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "ಬ್ಯಾಕಪ್ ವಿವರಗಳು"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "ಪಠ್ಯ + ಎಲ್ಲಾ ಮೀಡಿಯಾ ಬ್ಯಾಕಪ್"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆ ಕಂಡುಬಂದಿಲ್ಲ. Signal ಬ್ಯಾಕಪ್ಗಳನ್ನು ಬಳಸುವುದನ್ನು ಮುಂದುವರಿಸಲು ನವೀಕರಿಸಿ."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {ಪಠ್ಯ + {mediaDayCount,number} ದಿನದ ಮೀಡಿಯಾ ಬ್ಯಾಕಪ್} other {ಪಠ್ಯ + {mediaDayCount,number} ದಿನಗಳ ಮೀಡಿಯಾ ಬ್ಯಾಕಪ್}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "ನಿಮ್ಮ ಬ್ಯಾಕಪ್ ಪ್ಲಾನ್ ಉಚಿತ"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "ನವೀಕರಿಸುತ್ತದೆ {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "ಅವಧಿ ಮುಗಿಯುವ ದಿನಾಂಕ {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "ಸಬ್ಸ್ಕ್ರಿಪ್ಷನ್ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "ನಿಮ್ಮ ಫೋನ್ನಲ್ಲಿ ನಿಮ್ಮ Signal ಬ್ಯಾಕಪ್ಗಳ ಚಂದಾದಾರಿಕೆಯನ್ನು ನೀವು ನಿರ್ವಹಿಸಬಹುದು ಅಥವಾ ರದ್ದುಗೊಳಿಸಬಹುದು."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "ನಿಮ್ಮ ಫೋನ್ನಲ್ಲಿ ನೀವು Signal ಬ್ಯಾಕಪ್ಗಳನ್ನು ನಿರ್ವಹಿಸಬಹುದು ಅಥವಾ ಅಪ್ಗ್ರೇಡ್ ಮಾಡಬಹುದು."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆ ಕಂಡುಬಂದಿಲ್ಲ. Signal ಬ್ಯಾಕಪ್ಗಳನ್ನು ಬಳಸುವುದನ್ನು ಮುಂದುವರಿಸಲು ನವೀಕರಿಸಿ."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "ನಿಮ್ಮ ಫೋನ್ನಲ್ಲಿ ನಿಮ್ಮ Signal ಬ್ಯಾಕಪ್ಗಳ ಚಂದಾದಾರಿಕೆಯನ್ನು ನೀವು ನಿರ್ವಹಿಸಬಹುದು ಅಥವಾ ನವೀಕರಿಸಬಹುದು."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "ಕೊನೆಯ ಬ್ಯಾಕಪ್"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "ನಿಮ್ಮ ಫೋನ್"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "ಬ್ಯಾಕಪ್ ಗಾತ್ರ"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} ಸಂಪರ್ಕ} other {{num,number} ಸಂಪರ್ಕಗಳು}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "ಸಣ್ಣ ಟ್ವೀಕ್ಗಳು, ಬಗ್ ಫಿಕ್ಸ್ಗಳು ಮತ್ತು ಕಾರ್ಯಕ್ಷಮತೆ ವರ್ಧನೆಗಳು. Signal ಬಳಸುತ್ತಿರುವುದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "ನಿಮ್ಮನ್ನು ಉತ್ತಮವಾಗಿ ನೋಡಲು ಅಥವಾ ನೀವು ಯಾರೆಂದು ಪ್ರತಿಬಿಂಬಿಸಲು ಈಗ ನೀವು ಕರೆಯ ಸಮಯದಲ್ಲಿ ನಿಮ್ಮ ಸ್ಥಳೀಯ ವೀಡಿಯೊ ಪ್ರಿವ್ಯೂವನ್ನು ವಿಸ್ತರಿಸಬಹುದು."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "ಬೆಂಕಿ, ಚಕ್ರ ಮತ್ತು ವಿದ್ಯುತ್ ಎಲ್ಲವೂ ಉತ್ತಮ ಬೆಳವಣಿಗೆಗಳಾಗಿದ್ದವು, ಆದರೆ ಅವು ಅನಿಮೇಟೆಡ್ GIF ಹುಡುಕಾಟವು ಅಸ್ತಿತ್ವದಲ್ಲಿರಲು ಪರಿಸ್ಥಿತಿಗಳನ್ನು ಸೃಷ್ಟಿಸುವ ಹಾದಿಯಲ್ಲಿ ಕೇವಲ ಅಗತ್ಯವಾದ ಹೆಜ್ಜೆಗಳಾಗಿದ್ದವು. ಈಗ ನೀವು Signal ಡೆಸ್ಕ್ಟಾಪ್ನಲ್ಲಿ ಮಾನವನ ತಾಂತ್ರಿಕ ಪ್ರಗತಿಯ ಪರಾಕಾಷ್ಠೆಯನ್ನು ಹೊಚ್ಚಹೊಸ ಆಯ್ಕೆ ಇಂಟರ್ಫೇಸ್ನೊಂದಿಗೆ ಅನುಭವಿಸಬಹುದು, ಅದು ಆ ಕ್ಷಣಕ್ಕೆ ಸೂಕ್ತವಾದ ಎಮೋಜಿ, ಸ್ಟಿಕ್ಕರ್ ಅಥವಾ ಅನಿಮೇಟೆಡ್ GIF ಅನ್ನು ತ್ವರಿತವಾಗಿ ಹುಡುಕುವುದನ್ನು ಸುಲಭಗೊಳಿಸುತ್ತದೆ."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal ಗುಂಪು ಕರೆಯ ಸಮಯದಲ್ಲಿ ನೀವು ಮಾತನಾಡಲು ಪ್ರಾರಂಭಿಸಿದ ನಂತರ ನಿಮ್ಮ ಕೈಯನ್ನು ತ್ವರಿತವಾಗಿ ಕೆಳಕ್ಕೆ ಇಳಿಸಲು ನಾವು ಅನುಕೂಲಕರ ಶಾರ್ಟ್ಕಟ್ ಅನ್ನು ಸೇರಿಸಿದ್ದೇವೆ. ಇದರ ಕೈಕೆಳಗಿಳಿಸುವ ಫೀಚರ್ ಈ ಆವೃತ್ತಿಯಲ್ಲಿ ನಮ್ಮ ನೆಚ್ಚಿನದ್ದಾಗಿದೆ."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "ನೀವು Signal Android ನಲ್ಲಿ ಹೊಸ ಡೆಸ್ಕ್ಟಾಪ್ ಅನ್ನು ಲಿಂಕ್ ಮಾಡಿ ನಿಮ್ಮ ಸಂದೇಶ ಇತಿಹಾಸವನ್ನು ವರ್ಗಾಯಿಸುವುದನ್ನು ಆಯ್ಕೆಮಾಡಿದರೆ, ಈಗ ನೀವು ನಿಮ್ಮ ಪ್ರಾಥಮಿಕ ಸಾಧನದಿಂದ ಹಳೆಯ ಅಟ್ಯಾಚ್ಮೆಂಟ್ಗಳನ್ನು ಸಹ ಆಯ್ದವುಗಳಾಗಿ ವರ್ಗಾಯಿಸಬಹುದು. ಆ ಸಮಯದಲ್ಲಿ ಹಿಂದಕ್ಕೆ ಸ್ಕ್ರಾಲ್ ಮಾಡುವ ಮೂಲಕ ಮತ್ತು ಡೌನ್ಲೋಡ್ ಐಕಾನ್ ಮೇಲೆ ಕ್ಲಿಕ್ ಮಾಡುವ ಮೂಲಕ ಭೂತಕಾಲವನ್ನು ವರ್ತಮಾನಕ್ಕೆ ತನ್ನಿ. ಯಾವಾಗಲೂ ಇದ್ದಂತೆಯೇ, ವರ್ಗಾಯಿಸುವ ಪ್ರಕ್ರಿಯೆಯು ಎಂಡ್-ಟು-ಎಂಡ್ ಎನ್ಕ್ರಿಪ್ಟ್ ಆಗಿರುತ್ತದೆ ಮತ್ತು ಸುರಕ್ಷಿತವಾಗಿದೆ."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "ನಾವು ಪಿಕ್ಚರ್-ಇನ್-ಪಿಕ್ಚರ್ ವಿಂಡೋವನ್ನು ಮರುಗಾತ್ರಗೊಳಿಸಿದ್ದೇವೆ ಮತ್ತು ಕರೆಯನ್ನು ಮಿನಿಮೈಸ್ ಮಾಡುವಾಗ ನಿಮ್ಮ ಮೈಕ್ರೊಫೋನ್ ಅನ್ನು ಮ್ಯೂಟ್/ಅನ್ಮ್ಯೂಟ್ ಮಾಡಲು ಅಥವಾ ಕ್ಯಾಮೆರಾವನ್ನು ಆನ್/ಆಫ್ ಮಾಡಲು ಅನುಕೂಲಕರವಾದ ಹೊಸ ಶಾರ್ಟ್ಕಟ್ಗಳನ್ನು ಸೇರಿಸಿದ್ದೇವೆ."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "알 수 없는 연락처"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "알 수 없는 그룹"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "이모지 없음"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName}의 피부 톤 선택"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "피부색 기본 설정 변경"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "길게 눌러 피부 톤 선택"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "기본 피부색 선택"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "깃발"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "반응 사용자 정의"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "스티커 검색"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "최근 사용함"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "추천"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "스티커 없음"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "어두운 피부색"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "이모지, 스티커, GIF 추가"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "이모지 추가"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "스티커 추가"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "취소"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "시그널 최신 버전으로 업데이트"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "조회함"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "조회함"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "미디어"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "한 번만 볼 수 있는 미디어"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "한 번만 볼 수 있는 메시지는 대화 기록에 저장되지 않습니다."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "사진 보기"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "동영상 보기"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "한 번만 볼 수 있는 동영상"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {멤버 {count,number}명}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "신중하게 검토하세요"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "나가기"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "전화 종료"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "통화 종료"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "마이크 꺼짐"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "미디어가 백그라운드에서 계속 다운로드됩니다."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "전송 일시 중지"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "전송 취소"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "계정 조치 필요"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "이 계정을 계속 사용하려면 휴대폰에서 Signal을 열어야 합니다. 휴대폰에서 Signal을 열지 않으면 계정이 곧 삭제됩니다. <learnMoreLink>자세히 알아보기</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "확장"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "그룹 링크를 통해 참가하는 새로운 멤버들이 관리자 승인을 받도록 하기"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group 링크를 클립보드에 복사"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "요청 ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "음성 메시지와 스티커를 항상 자동 다운로드합니다."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "백업"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "마지막으로 가져온 시간: {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "차단함"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "백업 세부 정보"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "텍스트 + 모든 미디어 백업"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "구독을 찾지 못했습니다. Signal 백업을 계속 사용하려면 갱신하세요."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {텍스트 + {mediaDayCount,number}일간의 미디어 백업}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "백업 플랜이 무료입니다."
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} 갱신"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "{date} 만료"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "구독을 취소했습니다."
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "휴대폰에서 Signal 백업 구독을 관리하거나 취소할 수 있습니다."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "휴대폰에서 Signal 백업을 관리하거나 업그레이드할 수 있습니다."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "구독을 찾지 못했습니다. Signal 백업을 계속 사용하려면 갱신하세요."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "휴대폰에서 Signal 백업 구독을 관리하거나 갱신할 수 있습니다."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "마지막 백업"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "내 휴대폰"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "백업 크기"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {연락처 {num,number}개}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "사소한 변경 사항과 버그 수정 및 성능 개선. Signal을 이용해 주셔서 감사합니다!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "이제 통화 중에 내 모습이 더 잘 보이도록 로컬 화상 미리 보기를 펼칠 수 있습니다."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "이제 Signal 데스크톱에서도 애니메이션 GIF를 검색할 수 있습니다."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal 그룹 통화 중에 대화를 시작한 후 손을 바로 내릴 수 있는 편리한 단축키를 추가했습니다. 이번 릴리스에서 단연코 가장 마음에 드는 기능입니다."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "이제 Signal Android에서 새로운 데스크톱을 연결하고 메시지 기록을 전송하도록 선택할 경우 기본 기기에서 이전 첨부 파일을 선택하여 전송할 수 있습니다. 전송 프로세스는 안전하게 엔드투엔드로 암호화됩니다."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "또한 PIP(Picture-in-Picture) 창 크기를 조정하고, 통화 창을 최소화한 상태에서 사용할 수 있는 편리한 단축키를 새로 추가했습니다."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Белгисиз байланыш"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Белгисиз топ"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Быйтыкчалар табылган жок"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} түсүн тандаңыз"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Теринин түсүн өзгөртүү"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Терисинин түсүн тандоо үчүн узакка басыңыз"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Демейки тери түсүн тандаңыз"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Желектер"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Сезимдер топтомун ыңгайлаштыруу"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Стикерлерди издөө"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Жакында колдонулгандар"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Өзгөчөлөнгөндөр"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Стикерлер табылган жок"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Кара"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Быйтыкча, стикер же GIF кошуу"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Быйтыкча кошуу"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Стикер кошуу"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Жок"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal'ды жаңыртуу"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Көрүлдү"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Көрүлдү"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Медиа"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Бир жолу көрүлүүчү MMS"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Бир жолу көрүлүүчү билдирүүлөр маектин таржымалында сакталбайт."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Сүрөттү карап көрүү"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Видеону көрүү"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Бир жолу көрүлүүчү видео"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {{count,number} мүчө}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Этият болуңуз"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Чыгам"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Чалууну бүтүрүү"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Чалуудан чыгуу"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Микрофон өчүк"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Медиа файлдар фондо жүктөлө берет"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Өткөрүүнү тындыруу"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Өткөрүүнү токтотуу"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Аккаунтка чара көрүшүңүз керек"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Бул аккаунтту колдоно берүү үчүн телефонуңуздан Signal'ды ачышыңыз керек. Ачпасаңыз, аккаунтуңуз жакында өчүп калат. <learnMoreLink>Кененирээк маалымат</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Кеңейтүү"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Администратор топко шилтеме аркылуу кошулуп жаткан жаңы мүчөлөрдү ырасташы керек"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group шилтемесин буферге көчүрүү"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Өтүнүчтөр ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Үн билдирүүлөрү менен стикерлер автоматтык түрдө жүктөлүп алынат."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Камдык көчүрмөлөр"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Акыркы импортоо {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Бөгөттөлдү"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Камдык көчүрмөнүн чоо-жайы"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Тексттик ж.б. медиа файлдардын камдык көчүрмөсү"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Жазылууңуз табылган жок. Signal'дын камдык көчүрмөлөрүн колдоно берүү үчүн жазылууну жаңыртыңыз."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {Тексттик жана соңку {mediaDayCount,number} күндөгү медиа файлдардын камдык көчүрмөсү}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Камдык көчүрүү планыңыз акысыз"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} жаңырат"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Качан бүтөт: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Жазылуу токтотулду"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Signal'дын камдык көчүрмөлөрүнө жазылууну телефонуңуздан өзгөртүп же токтото аласыз."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Signal'дын камдык көчүрмөлөрүн телефонуңуздан өзгөртүп же жазылууну узарта аласыз."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Жазылууңуз табылган жок. Signal'дын камдык көчүрмөлөрүн колдоно берүү үчүн жазылууну жаңыртыңыз."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Signal'дын камдык көчүрмөлөрүнө телефонуңуздан жазылып же жазылууңузду узарта аласыз."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Акыркы жолу качан сакталган"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Телефонуңуз"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Камдык көчүрмөнүн өлчөмү"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {{num,number} байланыш}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Майда-барат өзгөрүүлөрдү киргизип, мүчүлүштүктөрдү оңдоп, колдонмонун иштешин жакшыртып жатабыз. Signal'ды колдонгонуңуз үчүн чоң рахмат!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Эми чалуу учурунда видеонун алдын ала көрүнүшүн чоңойтуп, өзүңүздү жакшыраак карай аласыз."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Адамдын колунан жаралган от, дөңгөлөк жана электр кубаты сыяктуу чоң нерселер анимацияланган GIF'тер үчүн жагымдуу шарттарды түзүп берген жөнөкөй кадамдар болгон. Эми компьютерге арналган Signal'дын жапжаңы интерфейси менен быйтыкчаларды, стикерлерди же анимацияланган GIF'терди оңой таба аласыз."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal'да топтук чалуу учурунда сүйлөп баштагандан кийин колуңузду тез ылдый кылган ыңгайлуу жарлык кошуп койдук. Бул чыгарылышта жакшы көргөн функцияңыз жакшырды."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Эгер Android түзмөгүңүздөгү Signal'га жаңы компьютерди байланыштырып, билдирүүлөр таржымалыңызды өткөрсөңүз, негизги түзмөгүңүздөн эски тиркемелерди да өткөрө аласыз. Артка барып, жүктөп алуу сүрөтчөсүн басып, өткөн күндөрдү бүгүнкүгө алып келе аласыз. Адаттагыдай эле, өткөрүү процесси баштан-аяк шифрелинип, корголот."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Эми сүрөттөгү-сүрөт терезесинин өлчөмүн өзгөртүп, чалууну кичирейтип, микрофондун үнүн басып/үнүн чыгарган же камераны күйгүзүп/өчүргөн баскычтардын жаңы айкалышын иштеп чыктык."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Nežinomas adresatas"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Nežinoma grupė"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nerasta jokių šypsenėlių"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Pasirinkite {emojiName} odos atspalvį"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Keisti odos atspalvio nuostatą"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Palaikykite nuspaudę, kad pasirinktumėte odos atspalvį"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Pasirinkite numatytąjį odos atspalvį"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Vėliavos"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Tinkinti reakcijas"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Ieškoti lipdukų"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Paskiausi"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Pagrindiniai"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nerasta jokių lipdukų"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tamsus odos atspalvis"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Pridėti jaustuką, lipduką arba GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Pridėkite jaustuką"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Pridėti lipduką"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Atšaukti"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Atnaujinti Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Peržiūrėta"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Peržiūrėta"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Medija"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Medija, kurią galima peržiūrėti vieną kartą"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Vienkartinės peržiūros žinutės nesaugomos tavo pokalbio istorijoje."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Žiūrėti nuotrauką"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Rodyti vaizdo įrašą"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Vienkartinės peržiūros vaizdo įrašas"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 narys} few {{count,number} nariai} many {{count,number} nario} other {{count,number} narių}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Atidžiai peržiūrėkite"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Išeiti"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Baigti skambutį"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Išeiti iš skambučio"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofonas išjungtas"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Įrašai ir toliau bus atsisiunčiami fone"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Pristabdyti perkėlimą"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Atšaukti perkėlimą"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Būtina atlikti paskyros veiksmus"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Jei norite toliau naudoti šią paskyrą, telefone turite atidaryti „Signal“. Jei neatidarysite „Signal“ savo telefone, jūsų paskyra netrukus bus pašalinta. <learnMoreLink>Sužinoti daugiau</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Išskleisti"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Reikalauti, kad administratorius patvirtintų naujus, per grupės nuorodą prisijungiančius, narius"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Nukopijuokite signal.group nuorodą į iškarpinę"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Prašymai ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Balso žinutės ir lipdukai visada atsisiunčiami automatiškai."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Atsarginės kopijos"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Paskutinis importavimas {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Užblokuota"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Informacija apie atsarginę kopiją"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Žinučių ir visų įrašų atsarginė kopija"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Prenumerata nerasta. Atnaujinkite, kad galėtumėte toliau naudoti „Signal“ atsargines kopijas."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Žinučių ir {mediaDayCount,number} dienos įrašų atsarginė kopija} few {Žinučių ir {mediaDayCount,number} dienų įrašų atsarginė kopija} many {Žinučių ir {mediaDayCount,number} dienos įrašų atsarginė kopija} other {Žinučių ir {mediaDayCount,number} dienų įrašų atsarginė kopija}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Jūsų atsarginės kopijos planas yra nemokamas"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Atnaujinama {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Baigia galioti {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Prenumerata nutraukta"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Telefone galite tvarkyti savo „Signal“ atsarginių kopijų prenumeratą arba jos atsisakyti."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Savo telefone galite tvarkyti arba atnaujinti „Signal“ atsargines kopijas."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Prenumerata nerasta. Atnaujinkite, kad galėtumėte toliau naudoti „Signal“ atsargines kopijas."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Telefone galite tvarkyti arba atnaujinti savo „Signal“ atsarginių kopijų prenumeratą."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Paskutinė atsarginė kopija"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Jūsų telefonas"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Atsarginės kopijos dydis"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} adresatas} few {{num,number} adresatai} many {{num,number} adresato} other {{num,number} adresatų}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Smulkūs patobulinimai, klaidų pataisymai ir veikimo pagerinimas. Ačiū, kad naudoji „Signal“!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Dabar skambučio metu gali išplėsti savo vietinio vaizdo peržiūrą, kad geriau matytum save."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Animacinių GIF failų dabar galite ieškoti ir „Signal Desktop“."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Pridėjome patogų spartųjį klavišą, leidžiantį greitai nuleisti ranką pradėjus kalbėti „Signal“ grupės skambučio metu."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Jei susiejate naują darbalaukį su „Signal Android“ ir pasirenkate perkelti žinučių istoriją, dabar galite pasirinktinai perkelti ir senus priedus iš pagrindinio įrenginio. Perkėlimo procesas yra visiškai užšifruotas ir saugus."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Be to, pakeitėme lango „vaizdas vaizde“ dydį ir pridėjome patogių naujų sparčiųjų klavišų, kol skambučio langas suskleistas."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Nezināma kontaktpersona"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Nezināma grupa"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Neviena emocijzīme netika atrasta"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Atlasīt {emojiName} ādas toni"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Mainīt ādas toņa preferences"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Nospiediet un turiet, lai izvēlētos ādas toni"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Izvēlēties noklusējuma ādas toni"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Karogi"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Pielāgot reakcijas"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Meklēt uzlīmes"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Nesen lietotie"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Piedāvātās"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nav atrasta neviena uzlīme"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tumšs ādas tonis"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Pievienojiet emocijzīmi, uzlīmi vai GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Pievienot emocijzīmi"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Pievienot uzlīmi"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Atcelt"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Aktualizēt Signālu"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Skatīts"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Skatīts"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Multivide/multimediji"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Vienreiz skatāma multivide"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Vienreiz skatāmās ziņas netiek saglabātas jūsu sarunu vēsturē."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Skatīt attēlu"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Skatīt video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Vienreiz skatāms video"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, zero {{count,number} dalībnieki} one {1 dalībnieks} other {{count,number} dalībnieki}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Rūpīgi pārbaudiet"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Pamest"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Beigt zvanu"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Pamest sarunu"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofons izslēgts"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Multivides lejupielāde turpināsies fonā"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Apturēt pārsūtīšanu"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Atcelt pārsūtīšanu"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Kontā nepieciešama darbība"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Lai turpinātu izmantot šo kontu, tālrunī ir jāatver Signal. Ja tālrunī neatvērsiet programmu Signal, jūsu konts drīz tiks dzēsts. <learnMoreLink>Uzzināt vairāk</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Izvērst"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Pieprasiet, lai administrators apstiprina jaunu dalībnieku pievienošanos, izmantojot grupas saiti."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopēt Signal grupas saiti starpliktuvē"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Pieprasījumi ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Balss ziņas un uzlīmes vienmēr tiek lejupielādētas automātiski."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Rezerves kopijas"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Pēdējoreiz importēts {date}, plkst. {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Bloķēti"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Rezerves kopijas informācija"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Teksta + visas multivides rezerves kopija"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Jūsu abonements netika atrasts. Atjauniniet to, lai turpinātu izmantot Signal rezerves kopijas."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, zero {Teksta + {mediaDayCount,number} dienu multivides rezerves kopija} one {Teksta + {mediaDayCount,number} dienas multivides rezerves kopija} other {Teksta + {mediaDayCount,number} dienu multivides rezerves kopija}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Jums ir bezmaksas rezerves kopiju plāns"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Atjaunojas {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Beigsies: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abonements atcelts"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Varat pārvaldīt vai atcelt Signal rezerves kopiju abonementu savā tālrunī."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Varat pārvaldīt vai jaunināt Signal rezerves kopijas savā tālrunī."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Jūsu abonements netika atrasts. Atjauniniet to, lai turpinātu izmantot Signal rezerves kopijas."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Varat pārskatīt vai atjaunot savu Signal rezerves kopiju abonementu savā tālrunī."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Pēdējās rezerves kopijas izveide"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Jūsu tālrunis"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Rezerves kopijas izmērs"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, zero {{num,number} kontakti} one {{num,number} kontakts} other {{num,number} kontakti}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Nelielas izmaiņas, kļūdu labojumi un darbības uzlabojumi. Paldies, ka lietojat Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Tagad zvana laikā varat paplašināt vietējā video priekšskatījumu, tā iegūstot jaunu skatu uz sevi un iespēju pareflektēt par to, kas esat."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Uguns, ritenis un elektrība bija lieliski atklājumi, taču tie bija tikai nepieciešamie soļi ceļā uz animētu GIF izveidi. Tagad varat piedzīvot cilvēka tehnoloģiskā progresa augstāko punktu programmā Signal Desktop ar pavisam jaunu atlases saskarni, kurā var viegli un ātri atrast esošajam brīdim piemērotu emocijzīmi, uzlīmi vai animētu GIF."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Mēs pievienojām ērtu saīsni, kas ļauj ātri nolaist roku, kolīdz sākat runāt Signal grupas zvana laikā."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Ja Signal Android piesaistāt jaunu datoru un izvēlaties pārsūtīt ziņu vēsturi, tagad no savas galvenās ierīces varat arī atlasīt un izvēlēties pārsūtīt vecos pielikumus. Ienesiet pagātni tagadnē, ritinot atpakaļ ziņu vēsturi un klikšķinot lejupielādes ikonu. Pārsūtīšanas process ir pilnībā šifrēts un drošs."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Mēs arī mainījām loga “attēls attēlā” izmērus un pievienojām jaunus, ērtus īsceļus, kas ļauj izslēgt/ieslēgt mikrofonu vai kameru, kamēr zvans ir minimizēts."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Непознат контакт"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Непозната група"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Не е пронајдено емоџи"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Изберете нијанса на боја на кожа за {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Променете го изборот на боја на кожа"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Долго притиснете за да изберете нијанса на боја на кожа"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Изберете стандардна боја на кожа"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Знамиња"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Прилагоди реакции"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Пребарувај стикери"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Скорешни"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Истакнати"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Не се пронајдени стикери"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Темна нијанса на боја на кожа"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Додајте емотикон, налепница или GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Додајте емотикон"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Додај стикер"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Откажи"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Ажурирај го Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Видено"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Видено"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Медиумски датотеки"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Еднократно видлива медиумска датотека"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Еднократно видливите пораки не се зачувани во историјата на разговорот."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Види слика"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Види видео"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Еднократно видливо видео"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {{count,number} член} other {{count,number} членови}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Внимателно прегледајте"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Напушти"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Заврши повик"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Напушти повик"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Микрофонот е исклучен"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Медиумските датотеки ќе продолжат да се преземаат во заднина"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Паузирајте го преносот"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Откажи пренос"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Потребно е дејство за корисничката сметка"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Треба да го отворите Signal на вашиот телефон за да продолжите да ја користите оваа корисничка сметка. Ако не го отворите Signal на вашиот телефон, вашата корисничка сметка ќе биде избришана наскоро. <learnMoreLink>Дознајте повеќе</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Прошири"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Барајте администратор да треба да ги одобри новите членови кои се придружуваат преку линкот на групата"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Копирајте го линкот за signal.group"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Барања ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Гласовните пораки и налепниците секогаш се преземаат автоматски."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Резервни копии"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Последен внес на {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Блокирани"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Детали за резервната копија"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Резервна копија на сите текстуални пораки и медиумски датотеки"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Вашата претплата не беше пронајдена. Обновете ја за да продолжите со користење на Signal резервни копии."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Текстуални пораки + резервни копии на медиумски датотеки од {mediaDayCount,number} ден} other {Текстуални пораки + резервни копии на медиумски датотеки од {mediaDayCount,number} дена}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Вашиот претплатен пакет на резервни копии е бесплатен"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Се обновува на {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Истекува на {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Претплатата е откажана"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Можете да управувате со или да ја обновите вашата претплата на Signal резервни копии на вашиот телефон."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Можете да управувате со или да ги надоградите Signal резервните копии на вашиот телефон."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Вашата претплата не беше пронајдена. Обновете ја за да продолжите со користење на Signal резервни копии."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Можете да управувате со или да ја обновите вашата претплата на Signal резервни копии на вашиот телефон."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Последна резервна копија"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Вашиот телефон"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Големина на резервната копија"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} контакт} other {{num,number} контакти}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Mали подобрувања, решени багови и подобрувања на перформансот. Ви благодариме што користите Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Сега можете да го зголемите прегледот на видеа во текот на повиците за подобро да се гледате."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Сега можете да пребарувате анимирани GIF-ови и на Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Додадовме лесно пристапна кратенка за брзо да ја спуштите раката откако ќе почнете да зборувате во текот на групен повик на Signal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Ако поврзете нов десктоп компјутер на Signal Android и одберете да ја пренесете вашата историја на пораки, сега ќе можете и селективно да пренесувате стари прилози од вашиот примарен уред."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Исто така ја сменивме големината на прозорецот за слика-во-слика и додадовме нови, лесно пристапни кратенки за кога повикот е минимизиран."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "അജ്ഞാത കോൺടാക്ട്"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "അജ്ഞാത ഗ്രൂപ്പ്"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ഒരു ഇമോജിയും കണ്ടെത്തിയില്ല"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} എന്നതിനുള്ള സ്കിൻ ടോൺ തിരഞ്ഞെടുക്കുക"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "സ്കിൻ ടോൺ മുൻഗണനകൾ മാറ്റുക"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "സ്കിൻ ടോൺ തിരഞ്ഞെടുക്കാൻ ദീർഘനേരം അമർത്തുക"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "നിങ്ങളുടെ ഡിഫോൾട്ട് സ്കിൻടോൺ തിരഞ്ഞെടുക്കുക"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "പതാകകൾ"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "പ്രതികരണങ്ങൾ ഇഷ്ടാനുസൃതമാക്കുക"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "സ്റ്റിക്കറുകൾ തിരയുക"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "അടുത്തിടെ ഉപയോഗിച്ചവ"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "ഫീച്ചർ ചെയ്തവ"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "സ്റ്റിക്കറുകൾ ഒന്നും കണ്ടെത്തിയില്ല"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "ഡാർക്ക് സ്കിൻ ടോൺ"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "ഒരു ഇമോജി, സ്റ്റിക്കർ അല്ലെങ്കിൽ GIF ചേർക്കുക"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "ഒരു ഇമോജി ചേർക്കുക"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "സ്റ്റിക്കർ ചേർക്കുക"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "റദ്ദാക്കുക"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal അപ്ഡേറ്റ് ചെയ്യുക"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "കണ്ടു"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "കണ്ടു"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "മീഡിയ"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "ഒരു തവണ-ദൃശ്യമാകുന്ന മീഡിയ"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "ഒരിക്കൽ മാത്രം കാണുന്നതിനുള്ള സന്ദേശങ്ങൾ നിങ്ങളുടെ ചാറ്റ് ചരിത്രത്തിൽ സംഭരിക്കില്ല."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "ഫോട്ടോ കാണുക"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "വീഡിയോ കാണുക"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "ഒരു തവണ-ദൃശ്യമാകുന്ന വീഡിയോ"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {{count,number} അംഗം} other {{count,number} അംഗങ്ങൾ}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "ശ്രദ്ധാപൂർവ്വം അവലോകനം ചെയ്യുക"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "വിട്ട് പോകുക"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "കോൾ അവസാനിപ്പിക്കൂ"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "കോൾ ഉപേക്ഷിക്കുക"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "മൈക്ക് ഓഫാണ്"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "പശ്ചാത്തലത്തിൽ മീഡിയ ഡൗൺലോഡ് ചെയ്യുന്നത് തുടരും"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "കൈമാറ്റം താൽക്കാലികമായി നിർത്തുക"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "കൈമാറ്റം റദ്ദാക്കുക"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "അക്കൗണ്ട് നടപടി ആവശ്യമാണ്"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "ഈ അക്കൗണ്ട് ഉപയോഗിക്കുന്നത് തുടരാൻ നിങ്ങളുടെ ഫോണിൽ Signal തുറക്കണം. നിങ്ങളുടെ ഫോണിൽ Signal തുറന്നില്ലെങ്കിൽ, നിങ്ങളുടെ അക്കൗണ്ട് ഉടൻ തന്നെ ഇല്ലാതാക്കപ്പെടും. <learnMoreLink>കൂടുതലറിയുക</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "വികസിപ്പിക്കുക"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "ഗ്രൂപ്പ് ലിങ്ക് വഴി പുതിയ അംഗങ്ങൾ ചേരുന്നത് അംഗീകരിക്കാൻ ഒരു അഡ്മിൻ ആവശ്യമാണ്"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "ക്ലിപ്പ്ബോർഡിലേക്ക് signal.group ലിങ്ക് പകർത്തുക"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "അഭ്യർത്ഥനകൾ ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "ശബ്ദ സന്ദേശങ്ങളും സ്റ്റിക്കറുകളും എപ്പോഴും ഓട്ടോ-ഡൗൺലോഡ് ചെയ്യപ്പെടും."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "ബാക്കപ്പുകൾ"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "അവസാനം ഇമ്പോർട്ട് ചെയ്തത് {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "ബ്ലോക്ക് ചെയ്തു"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "ബാക്കപ്പ് വിശദാംശങ്ങൾ"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "ടെക്സ്റ്റ് + എല്ലാ മീഡിയ ബാക്കപ്പും"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "നിങ്ങളുടെ സബ്സ്ക്രിപ്ഷൻ കണ്ടെത്തിയില്ല. Signal ബാക്കപ്പുകൾ ഉപയോഗിക്കുന്നത് തുടരാൻ പുതുക്കുക."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {ടെക്സ്റ്റ് + {mediaDayCount,number} ദിവസത്തെ മീഡിയ ബാക്കപ്പ്} other {ടെക്സ്റ്റ് + {mediaDayCount,number} ദിവസത്തെ മീഡിയ ബാക്കപ്പ്}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "നിങ്ങളുടെ ബാക്കപ്പ് പ്ലാൻ സൗജന്യമാണ്"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} പുതുക്കുന്നു"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "കാലഹരണപ്പെടുന്നത് {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "സബ്സ്ക്രിപ്ഷൻ റദ്ദാക്കി"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "നിങ്ങളുടെ ഫോണിൽ Signal ബാക്കപ്പ് സബ്സ്ക്രിപ്ഷൻ മാനേജ് ചെയ്യാനോ റദ്ദാക്കാനോ കഴിയും."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "നിങ്ങളുടെ ഫോണിൽ Signal ബാക്കപ്പുകൾ കൈകാര്യം ചെയ്യാനോ അപ്ഗ്രേഡ് ചെയ്യാനോ കഴിയും."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "നിങ്ങളുടെ സബ്സ്ക്രിപ്ഷൻ കണ്ടെത്തിയില്ല. Signal ബാക്കപ്പുകൾ ഉപയോഗിക്കുന്നത് തുടരാൻ പുതുക്കുക."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "നിങ്ങളുടെ ഫോണിൽ Signal ബാക്കപ്പ് സബ്സ്ക്രിപ്ഷൻ മാനേജ് ചെയ്യാനോ പുതുക്കാനോ കഴിയും."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "അവസാന ബാക്കപ്പ്"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "നിങ്ങളുടെ ഫോൺ"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "ബാക്കപ്പ് വലുപ്പം"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {ഒരു കോൺടാക്റ്റ്} other {{num,number} കോൺടാക്റ്റുകൾ}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "ചെറിയ മാറ്റങ്ങളും ബഗ് പരിഹരിക്കലുകളും പ്രകടന മെച്ചപ്പെടുത്തലുകളും. Signal ഉപയോഗിക്കുന്നതിന് നന്ദി!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "നിങ്ങളെത്തന്നെ നന്നായി കാണുന്നതിനോ നിങ്ങൾ ആരാണെന്ന് ചിന്തിക്കുന്നതിനോ ഇപ്പോൾ ഒരു കോളിനിടെ നിങ്ങളുടെ ലോക്കൽ വീഡിയോ പ്രിവ്യൂ വികസിപ്പിക്കാൻ കഴിയും."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "തീ, ചക്രം, വൈദ്യുതി എന്നിവയെല്ലാം മികച്ച വികസനങ്ങൾ തന്നെയായിരുന്നു, പക്ഷേ അവ ആനിമേറ്റഡ് GIF തിരയലിന് നിലനിൽക്കുന്നതിനുള്ള സാഹചര്യങ്ങൾ സൃഷ്ടിച്ച പാതയിലെ ആവശ്യമായ ഘട്ടങ്ങൾ മാത്രമായിരുന്നു. ഒരു നിമിഷത്തിന് അനുയോജ്യമായ ഒരു ഇമോജി, സ്റ്റിക്കർ അല്ലെങ്കിൽ ആനിമേറ്റഡ് GIF വേഗത്തിൽ കണ്ടെത്തുന്നത് എളുപ്പമാക്കുന്ന ഒരു പുതിയ സെലക്ഷൻ ഇന്റർഫേസ് വഴി, ഇപ്പോൾ നിങ്ങൾക്ക് Signal ഡെസ്ക്ടോപ്പിൽ മനുഷ്യന്റെ സാങ്കേതിക പുരോഗതിയുടെ കൊടുമുടി അനുഭവിക്കാൻ കഴിയും."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal ഗ്രൂപ്പ് കോളിനിടെ സംസാരിച്ചു തുടങ്ങിയാൽ കൈ വേഗത്തിൽ താഴ്ത്താൻ സൗകര്യപ്രദമായ ഒരു കുറുക്കുവഴി ഞങ്ങൾ ചേർത്തിട്ടുണ്ട്. ഒരു സംശയവും വേണ്ട, ഈ റിലീസിലെ ഞങ്ങളുടെ പ്രിയപ്പെട്ട ഫീച്ചറാണിത്."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Signal Android-ൽ ഒരു പുതിയ ഡെസ്ക്ടോപ്പ് ലിങ്ക് ചെയ്ത് നിങ്ങളുടെ സന്ദേശ ചരിത്രം കൈമാറാൻ തിരഞ്ഞെടുക്കുകയാണെങ്കിൽ, ഇപ്പോൾ നിങ്ങളുടെ പ്രാഥമിക ഉപകരണത്തിൽ നിന്ന് പഴയ അറ്റാച്ചുമെന്റുകൾ തിരഞ്ഞെടുത്ത് കൈമാറാനും കഴിയും. ഭൂതകാലത്തിലേക്ക് സ്ക്രോൾ ചെയ്ത് ഡൗൺലോഡ് ഐക്കണിൽ ക്ലിക്ക് ചെയ്തുകൊണ്ട് ഭൂതകാലത്തെ വർത്തമാനകാലത്തിലേക്ക് കൊണ്ടുവരിക. എല്ലായ്പ്പോഴും എന്നപോലെ, കൈമാറ്റ പ്രക്രിയ പൂർണ്ണമായും എൻക്രിപ്റ്റ് ചെയ്തതും സുരക്ഷിതവുമാണ്."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "ഞങ്ങൾ പിക്ചർ-ഇൻ-പിക്ചർ വിൻഡോയുടെ വലുപ്പം മാറ്റുകയും കോൾ മിനിമൈസ് ചെയ്യുമ്പോൾ നിങ്ങളുടെ മൈക്രോഫോൺ മ്യൂട്ട്/അൺമ്യൂട്ട് ചെയ്യുന്നതിനോ ക്യാമറ ഓൺ/ഓഫ് ചെയ്യുന്നതിനോ സൗകര്യപ്രദമായ പുതിയ കുറുക്കുവഴികൾ ചേർക്കുകയും ചെയ്തു."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "अज्ञात संपर्क"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "अज्ञात गट"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "कुठलेही ईमोजी आढळले नाही"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} साठी त्वचेचा रंग निवडा"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "त्वचेच्या रंगाचे प्राधान्ये बदला"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "त्वचेचा रंग निवडण्यासाठी जास्त वेळ दाबून ठेवा"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "तुमच्या त्वचेचा रंग निवडा"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "झेंडे"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "प्रतिक्रिया सानुकूलित करा"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "स्टिकर शोधा"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "अलीकडील वापरलेले"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "वैशिष्ट्यीकृत"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "कुठलेही स्टिकर आढळले नाही"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "गडद वर्ण"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "ईमोजी, स्टिकर किंवा GIF समाविष्ट करा"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "एक ईमोजी समाविष्ट करा"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "स्टिकर जोडा"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "रद्द करा"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal अद्यतनित करा"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "बघितले"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "बघितले"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "मीडिया"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "एकदा मिडिया पहा"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "आपल्या चॅट्स इतिहासामध्ये एकदा-पहा संदेश संग्रहित केले जाणार नाहीत."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "फोटो बघा"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "व्हिडिओ बघा"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "एकदा व्हिडिओ पहा"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 सदस्य} other {{count,number} सदस्य}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "काळजीपूर्वक पुनरावलोकन करा"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "सोडा"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "कॉल संपवा"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "कॉल सोडा"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "माईक बंद आहे"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "मीडिया मागे डाऊनलोड होत राहील"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "हस्तांतरणाला विराम द्या"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "हस्तांतरण रद्द करा"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "खात्यावर कृती करणे आवश्यक आहे"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "तुम्ही तुमच्या फोनवर Signal उघडून हे खाते वापरत राहणे आवश्यक आहे. जर तुम्ही तुमच्या फोनवर Signal उघडले नाहीत, तर तुमचे खाते लवकरच हटवले जाईल. <learnMoreLink>अधिक जाणून घ्या</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "विस्तारित करा"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "गट लिंक द्वारे सामील होण्यासाठी नवीन सदस्यांना प्रशासकाने स्वीकार करणे आवश्यक आहे"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group लिंक क्लिपबोर्डवर कॉपी करा"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "विनंत्या ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "व्हॉईस संदेश आणि स्टिकर नेहमी आपोआप डाऊनलोड होतात."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "बॅकअप"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "{date} {time} रोजी शेवटची आयात"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "अवरोधित केले"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "बॅकअप तपशील"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "मजकूर + सर्व मिडीया बॅकअप"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "तुमचे सदस्यत्व सापडले नाही. Signal बॅकअप्स वापरत राहण्यासाठी रीन्यू करा."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {मजकूर + {mediaDayCount,number} दिवसाचा मिडीया बॅकअप} other {मजकूर + {mediaDayCount,number} दिवसांचा मिडीया बॅकअप}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "आपला बॅकअप प्लॅन मोफत आहे"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} नी नूतनीकरण केले"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "{date} ला कालबाह्य"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "सदस्यत्व रद्द केले"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "तुम्ही तुमच्या फोनवरून तुमचे Signal बॅकअप्स सदस्यत्व व्यवस्थापित करू शकता किंवा रद्द करू शकता."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "तुम्ही तुमच्या फोनवरून तुमचे Signal बॅकअप्स व्यवस्थापित करू शकता किंवा अद्ययावत करू शकता."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "तुमचे सदस्यत्व सापडले नाही. Signal बॅकअप्स वापरत राहण्यासाठी रीन्यू करा."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "तुम्ही तुमच्या फोनवरून तुमचे Signal बॅकअप्स सदस्यत्व व्यवस्थापित करू शकता किंवा रीन्यू करू शकता."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "शेवटचा बॅकअप"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "तुमचा फोन"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "बॅकअप आकार"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {1 संपर्क} other {{num,number} संपर्क}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "लहान ट्विक्स, दोष निवारण, आणि कामगिरी सुधारणा. Signal वापरल्याबद्दल आभारी आहोत!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "आता तुम्ही कॉलदरम्यान स्वतःकडे नीट पाहता यावे यासाठी तुमचे स्थानिक व्हिडिओ पूर्वावलोकन मोठे करू शकता."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "आग, चाक आणि वीज हे सगळे शोध उत्तम होते, पण खरं तर त्या निव्वळ अॅनिमेटेड GIF शोध अस्तित्वात येण्यासाठीच्या आवश्यक पायऱ्या होत्या. आता तुम्ही Signal डेक्सटॉप मध्ये मानवाच्या तंत्रज्ञानातील प्रगतीचा उच्चांक अनुभवू शकता, एका नव्या कोऱ्या इंटरफेससह, जो हव्या त्या वेळी हवे ते इमोजी, स्टिकर किंवा अॅनिमेटेड GIF चटकन शोधणे सोपे करतो."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "तुम्ही Signal गट कॉलवर बोलायला सुरुवात केल्यावर तुम्हाला हात लगेच खाली घेता यावा यासाठी आम्ही एक सोयीचा शॉर्टकट जोडला आहे. हे आमचे या प्रकाशनातील सगळ्यांत आवडते वैशिष्ट्य आहे."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "जर तुम्ही Signal ॲन्ड्राइड वर नवीन डेस्कटॉप जोडलात आणि तुमचा संदेश इतिहास हस्तांतरण करायचे ठरवलेत, तर तुम्ही तुमच्या प्रायमरी डिव्हाईसवरील ठरावीक जुनी अटॅचमेंट्ससुद्धा हस्तांतरण करू शकता. स्क्रोल करून भूतकाळात प्रवास करा आणि डाऊनलोड आयकन वर क्लिक करून हवा तो भूतकाळ वर्तमानात आणा. नेहमीप्रमाणेच, हस्तांतरण प्रक्रिया एंड-टू-एंड कूटबद्ध केलेली आहे आणि सुरक्षित आहे."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "आम्ही पिक्चर-इन-पिक्चर विंडोचा आकारही बदलला आहे आणि कॉल मिनिमाईझ केलेला असताना तुमचा मायक्रोफोन म्युट/ अनम्युट करण्यासाठी किंवा कॅमेरा चालू/बंद करण्यासाठी सोयीचे शॉर्टकट जोडले आहेत."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Kenalan tidak diketahui"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Kumpulan tidak diketahui"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Tiada emoji dijumpai"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Pilih tona kulit untuk {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Tukar Keutamaan Tona Kulit"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Tekan lama untuk memilih tona kulit"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Pilih tona kulit lalai anda"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Bendera"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Sesuaikan reaksi"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Cari pelekat"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Digunakan Baru-baru Ini"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Dipaparkan"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Tiada pelekat dicari"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tona kulit gelap"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Tambahkan Emoji, Pelekat atau GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Tambah Emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Tambah pelekat"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Batal"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Kemas Kini Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Dilihat"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Dilihat"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Media Lihat Sekali"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Mesej lihat sekali tidak disimpan dalam sejarah sembang anda."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Lihat Foto"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Lihat Video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Video Lihat Sekali"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {{count,number} ahli}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Semak dengan teliti"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Tinggalkan"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Tamatkan panggilan"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Tinggalkan panggilan"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon dimatikan"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Media akan terus memuat turun di latar belakang"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Jeda pemindahan"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Batalkan pemindahan"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Tindakan akaun diperlukan"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Anda mesti membuka Signal di telefon untuk terus menggunakan akaun ini. Jika anda tidak membuka Signal di telefon, akaun anda akan dipadam tidak lama lagi. <learnMoreLink>Ketahui lagi</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Kembangkan"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Memerlukan pentadbir untuk meluluskan ahli baharu yang menyertai kumpulan melalui pautan kumpulan"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Salin pautan signal.group ke papan klip"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Permintaan ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Mesej suara dan pelekat sentiasa dimuat turun secara automatik."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Sandaran"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Terakhir diimport pada {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Disekat"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Butiran sandaran"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Teks + semua sandaran media"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Langganan anda tidak ditemui. Perbaharui untuk terus menggunakan Sandaran Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {Teks + {mediaDayCount,number} hari sandaran media}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Pelan sandaran anda adalah percuma"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Memperbaharui {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Tamat tempoh pada {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Langganan dibatalkan"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Anda boleh mengurus atau membatalkan langganan Sandaran Signal di telefon anda."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Anda boleh mengurus atau menaik taraf Sandaran Signal di telefon anda."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Langganan anda tidak ditemui. Perbaharui untuk terus menggunakan Sandaran Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Anda boleh mengurus atau memperbaharui langganan Sandaran Signal di telefon anda."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Sandaran terakhir"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Telefon anda"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Saiz sandaran"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {{num,number} kenalan}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Sedikit pengubahsuaian, pembaikan pepijat dan peningkatan prestasi. Terima kasih kerana menggunakan Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Kini, anda boleh memperbesar pratonton video semasa panggilan untuk melihat diri anda dengan lebih baik."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Kini, anda juga boleh mencari GIF animasi dalam Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Kami menambah pintasan mudah untuk menurunkan tangan dengan cepat selepas anda mula bercakap dalam panggilan kumpulan di Signal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Jika anda memautkan Desktop baharu pada Signal Android dan memilih untuk memindahkan sejarah mesej anda, kini anda juga boleh memindahkan lampiran lama secara selektif daripada peranti utama anda juga. Proses pemindahan disulitkan dari hujung ke hujung dan selamat."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Kami juga mengubah saiz tetingkap gambar dalam gambar dan menambah pintasan baharu yang mudah semasa panggilan diminimumkan."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "မသိသော အဆက်အသွယ်"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "မသိသော အဖွဲ့"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "အီမိုဂျီ ရှာမတွေ့ပါ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName}အတွက် အသားအရောင် ရွေးပါ"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "စိတ်ကြိုက်ဦးစားပေး အသားအရောင်သို့ ပြောင်းပါ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "အသားအရောင်ရွေးချယ်ရန် ကြာကြာနှိပ်ပါ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "သင် အမြဲထားမည့် အသားအရောင်ကို ရွေးပါ"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "အလံများ"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "တုံ့ပြန်မှုများကို စိတ်ကြိုက်လုပ်ရန်"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "စတစ်ကာများ ရှာရန်"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "နောက်ဆုံးသုံးခဲ့သော"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "အသားပေးထားသည်များ"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "စတစ်ကာများ ရှာမတွေ့ပါ"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "ညိုသောအသားရောင်"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "အီမိုဂျီ၊ စတစ်ကာ သို့မဟုတ် GIF တစ်ခုထည့်ပါ"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "အီမိုဂျီ ထည့်ရန်"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "စတစ်ကာ ပေါင်းထည့်ရန်"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "မလုပ်တော့ပါ"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal အားအဆင့်မြှင့်မယ်"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "ကြည့်ရှုပြီး"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "ကြည့်ရှုပြီး"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "ရုပ်၊သံ၊ပုံ များ"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "တစ်ခါကြည့် မီဒီယာ"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "တစ်ကြိမ်ကြည့် မက်ဆေ့ချ်များကို သင့်ချက်(တ်)မှတ်တမ်းတွင် မသိမ်းဆည်းပါ။"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "ဓါတ်ပုံ ကြည့်ရှုမယ်"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "ဗီဒီယို ကြည့်ရှုမယ်"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "တစ်ခါကြည့် ဗီဒီယို"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {မန်ဘာ {count,number} ဦး}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "သေချာပြန်လည်စစ်ဆေးပါ"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "ထွက်မည်"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "ဖုန်းချမည်"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "ခေါ်ဆိုမှုကို ရပ်နားမည်"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "မိုက် ပိတ်ထားသည်"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "မီဒီယာသည် နောက်ခံတွင် ဆက်လက်ဒေါင်းလုဒ်လုပ်ပါမည်"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "လွှဲပြောင်းမှုကို ခေတ္တရပ်ပါ"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "လွှဲပြောင်းမှုကို ပယ်ဖျက်မည်"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "အကောင့်လုပ်ဆောင်ချက် လိုအပ်ပါသည်"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "ဤအကောင့်ကို ဆက်လက်အသုံးပြုရန် သင့်ဖုန်းတွင် Signal ကိုဖွင့်ရပါမည်။ သင့်ဖုန်းတွင် Signal မဖွင့်ပါက သင့်အကောင့်ကို မကြာမီ ဖျက်သွားပါမည်။ <learnMoreLink>ပိုမိုလေ့လာရန်</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "ဖြန့်ရန်"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "အဖွဲ့လင့်ခ်မှတစ်ဆင့် ပါဝင်သည့် မန်ဘာအသစ်များအား အတည်ပြုရန် အက်ဒ်မင် လိုအပ်ပါသည်"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Signal.group လင့်ခ်ကို ကီးဘုတ်သို့ ကူးယူပါ"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "တောင်းဆိုမှုများ ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "အသံမက်ဆေ့ချ်များနှင့် စတစ်ကာများကို အမြဲတမ်း အလိုအလျောက်ဒေါင်းလုဒ်လုပ်ထားသည်။"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "အရန်သိမ်းဆည်းမှုများ"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "{date} {time} တွင် နောက်ဆုံးထည့်သွင်းခဲ့သည်"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "ဘလော့ခ်ထားပြီး"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "ဘက်ခ်အပ် အသေးစိတ်"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "စာတို + မီဒီယာအားလုံးဘက်ခ်အပ်"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "သင်၏ ပုံမှန်လှူဒါန်းမှုကို ရှာမတွေ့ပါ။ Signal ဘက်ခ်အပ်ကို ဆက်လက်အသုံးပြုရန် သက်တမ်းတိုးပါ။"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {စာတို + {mediaDayCount,number} ရက် မီဒီယာဘက်ခ်အပ်}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "သင်၏ ဘက်ခ်အပ်အစီအစဉ်သည် အခမဲ့ဖြစ်သည်"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} တွင် သက်တမ်းတိုးသည်"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "· {date} သက်တမ်းကုန်ပါမည်"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "ပုံမှန်လှူဒါန်းငွေကို ပယ်ဖျက်လိုက်ပါပြီ"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "သင့်ဖုန်းတွင် သင်၏ Signal ဘက်ခ်အပ် ပုံမှန်လှူဒါန်းငွေကို စီမံခန့်ခွဲနိုင် သို့မဟုတ် ပယ်ဖျက်နိုင်ပါသည်။"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "သင့်ဖုန်းတွင် သင်၏ Signal ဘက်ခ်အပ် ပုံမှန်လှူဒါန်းငွေကို စီမံခန့်ခွဲနိုင် သို့မဟုတ် အဆင့်မြှင့်နိုင်ပါသည်။"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "သင်၏ ပုံမှန်လှူဒါန်းမှုကို ရှာမတွေ့ပါ။ Signal ဘက်ခ်အပ်ကို ဆက်လက်အသုံးပြုရန် သက်တမ်းတိုးပါ။"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "သင့်ဖုန်းတွင် သင်၏ Signal ဘက်ခ်အပ် ပုံမှန်လှူဒါန်းငွေကို စီမံခန့်ခွဲနိုင် သို့မဟုတ် သက်တမ်းတိုးနိုင်ပါသည်။"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "နောက်ဆုံး ဘက်ခ်အပ်"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "သင့်ဖုန်း"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "ဘက်ခ်အပ် အရွယ်အစား"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {အဆက်အသွယ် {num,number} ခု}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "အနေအထား ပြုပြင်မှုလေးများ၊ ချို့ယွင်းချက် ပြင်ဆင်မှုများနှင့် စွမ်းဆောင်ရည် မြှင့်တင်မှုများ။ Signal ကို သုံးသည့်အတွက် ကျေးဇူးတင်ပါသည်။",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "ယခု သင်သည်ခေါ်ဆိုမှုတစ်ခုအတွင်း သင့်ကိုယ်သင် ပိုမိုကောင်းမွန်စွာမြင်နိုင်ရန် ဗီဒီယိုချဲ့၍ ကြည့်ရှုနိုင်ပါပြီ။"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "ယခုအခါ သက်ဝင်လှုပ်ရှားနေသော GIF ကို Signal Desktop တွင်လည်း ရှာနိုင်ပါပြီ။"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal အဖွဲ့ခေါ်ဆိုမှုအတွင်း သင်စကားစပြောပြီးနောက် သင့်လက်ကို လျင်မြန်စွာပြန်ချပေးရန် အဆင်ပြေစေမည့် ဖြတ်လမ်းတစ်ခုကို ထည့်ထားပါသည်။"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Signal Android တွင် Desktop အသစ်တစ်ခုကို လင့်ခ်ချိတ်ပြီး သင့်မက်ဆေ့ချ်မှတ်တမ်းကို လွှဲပြောင်းရန် ရွေးချယ်ပါက ယခု သင်သည် သင်၏ပင်မစက်မှ ပူးတွဲဖိုင်ဟောင်းများကို ရွေးချယ်၍လည်း လွှဲပြောင်းနိုင်ပါသည်။ လွှဲပြောင်းခြင်းလုပ်ငန်းစဉ်သည် ဟိုဘက်သည်ဘက် ကုဒ်ပြောင်းဝှက်ထား၍ လုံခြုံပါသည်။"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "ကျွန်ုပ်တို့သည် Picture-in-Picture Window ကိုလည်း အရွယ်အစားပြောင်းပြီး ဖုန်းခေါ်ဆိုမှုအတွင်း စခရင်အရွယ်လျှော့ချရာတွင် အဆင်ပြေစေမည့် ရှော့တ်ကတ်အသစ်များကိုထည့်ထားသည်။"
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Ukjent kontakt"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Ukjent gruppe"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Ingen emoji funnet"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Velg hudfarge for {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Bytt hudtone"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Trykk og hold for å velge hudfarge"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Velg standard hudtone"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Flagg"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Tilpass reaksjonene"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Søk i klistremerkene"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Nylig brukt"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Utvalgte"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Ingen klistremerker funnet"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Mørk hudtone"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Legg til emoji, klistremerke eller GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Legg til en emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Legg til et klistremerke"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Avbryt"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Oppdater Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Sett"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Sett"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Flyktig mediefil"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Vis-én-gang-meldinger blir ikke lagret i meldingsloggen."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Se bilde"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Se video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Flyktig video"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 medlem} other {{count,number} medlemmer}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Se nøye gjennom"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Legg på"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Avslutt samtale"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Legg på"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon av"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Mediefilene lastes ned i bakgrunnen"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Sett overføring på pause"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Avbryt overføringen"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Kontohandling kreves"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Du må åpne Signal på telefonen for å fortsette å bruke denne kontoen. Kontoen slettes snart dersom du ikke åpner Signal på telefonen din. <learnMoreLink>Les mer</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Ekspander"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Krev administratorgodkjenning for nye medlemmer som blir med via gruppelenken."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopier signal.group-lenken til utklippstavlen"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Forespørsler ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Talemeldinger og klistremerker lastes ned automatisk."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Sikkerhetskopiering"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Siste import {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blokkert"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Info om sikkerhetskopiering"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Sikkerhetskopiering av alle mediefiler og tekst"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Abonnementet ble ikke funnet. Forny abonnementet for å fortsette å bruke sikkerhetskopiering på Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Sikkerhetskopiering av tekst og mediefiler fra det siste døgnet} other {Sikkerhetskopiering av tekst og mediefiler fra de siste {mediaDayCount,number} dagene}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Abonnementet er gratis"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Fornyes {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Utløper {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abonnementet er sagt opp"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Du kan administrere eller si opp abonnementet ditt på telefonen din."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Du kan administrere eller oppgradere sikkerhetskopiering av Signal på telefonen din."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Abonnementet ble ikke funnet. Forny abonnementet for å fortsette å bruke sikkerhetskopiering på Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Du kan administrere eller fornye abonnementet ditt på telefonen din."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Siste sikkerhetskopi"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Telefonen din"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Størrelse på sikkerhetskopi"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kontakt} other {{num,number} kontakter}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Noen små justeringer, feilrettinger og ytelsesforbedringer. Takk for at du bruker Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Nå kan du se forhåndsvisninger av videoer i fullskjerm."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Nå er det mulig å søke etter GIF-er på Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Vi har lagt til en snarvei for å ta ned hånden raskt når du tar ordet i gruppesamtaler på Signal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Hvis du kobler til en ny Desktop-enhet på Signal for Android og ønsker å overføre meldingsloggen din, kan du velge om du også vil overføre gamle vedlegg. Overføringen er som alltid ende-til-ende-kryptert og sikker."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Vi har også endret størrelsen på bilde-i-bilde-vinduet og lagt til et par nye snarveier du kan bruke når du er i en samtale."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Onbekend contact"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Onbekende groep"
|
||||
},
|
||||
@ -933,7 +936,7 @@
|
||||
"messageformat": "Ontvangen"
|
||||
},
|
||||
"icu:sendMessage": {
|
||||
"messageformat": "Bericht verzenden"
|
||||
"messageformat": "Bericht"
|
||||
},
|
||||
"icu:showMembers": {
|
||||
"messageformat": "Leden weergeven"
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Geen emoji gevonden"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Kies huidskleur voor {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Wijzig de huidskleurvoorkeur"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Ingedrukt houden om een huidskleur te kiezen"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Kies je standaard huidskleur"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Vlaggen"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Reactiebalk personaliseren"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Stickers zoeken"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Onlangs gebruikt"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Uitgelicht"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Geen stickers gevonden"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Donkere huidskleur"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Een emoji, sticker of GIF toevoegen"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Een emoji toevoegen"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Een sticker toevoegen"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Annuleren"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal bijwerken"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Gezien"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Gezien"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Eenmaligeweergave-media"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Eenmalig te bekijken berichten worden niet opgeslagen in je chatgeschiedenis."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Foto weergeven"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Video weergeven"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Eenmaligeweergave-video"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {{count,number} lid} other {{count,number} leden}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Beoordeel zorgvuldig"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Verlaten"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Oproep beëindigen"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Oproep verlaten"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Microfoon uit"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Media worden op de achtergrond verder gedownload"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Overzetten pauzeren"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Overzetten annuleren"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Accountactie vereist"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Open Signal op je telefoon om dit account te kunnen blijven gebruiken. Als je Signal niet opent op je telefoon wordt je account binnenkort verwijderd. <learnMoreLink>Meer informatie</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Vergroten"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Vereis voor iedere persoon die via de groepslink lid wil worden eerst goedkeuring van een beheerder"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Signal-groepslink kopiëren naar klembord"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Verzoeken ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Spraakberichten en stickers worden altijd automatisch gedownload."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Back-ups"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Laatst geïmporteerd op {date} om {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Geblokkeerd"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Back-updetails"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Tekstberichten + alle media"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Je abonnement is niet gevonden. Vernieuw je Signal back-upabonnement om Signal back-ups te blijven gebruiken."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Tekstberichten + {mediaDayCount,number} dag media} other {Tekstberichten + {mediaDayCount,number} dagen media}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Je back-upabonnement is gratis"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Verlengt op {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Verloopt op {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abonnement opgezegd"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Je Signal back-upabonnement kun je beheren of annuleren op je telefoon."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Signal back-ups kun je beheren of upgraden op je telefoon."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Je abonnement is niet gevonden. Vernieuw je Signal back-upabonnement om Signal back-ups te blijven gebruiken."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Je Signal back-upabonnement kun je beheren of verlengen op je telefoon."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Laatste back-up"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Je telefoon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Back-upgrootte"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} contact} other {{num,number} contacten}}"
|
||||
},
|
||||
@ -5935,7 +6043,7 @@
|
||||
"messageformat": "Bewerkt"
|
||||
},
|
||||
"icu:DraftGifMessageSendModal__Title": {
|
||||
"messageformat": "Berichttekst toevoegen"
|
||||
"messageformat": "Bericht toevoegen"
|
||||
},
|
||||
"icu:DraftGifMessageSendModal__SendButtonLabel": {
|
||||
"messageformat": "Verzenden"
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Kleine aanpassingen, bugfixes en prestatieverbeteringen. Bedankt dat je Signal gebruikt!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Je kunt nu tijdens een oproep je eigen videovoorbeeld maximaliseren. Dan kun je jezelf eindelijk écht in de ogen kijken."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Je kunt nu ook in Signal Desktop geanimeerde GIF's zoeken. Met een gloednieuwe selectie-interface vind je snel een emoji, sticker of geanimeerde GIF die perfect past bij het moment."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "We hebben een handige snelkoppeling toegevoegd, waarmee je snel je hand omlaag kunt doen nadat je bent begonnen met spreken tijdens een Signal-groepsoproep."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Als je een nieuwe desktop koppelt met Signal Android en ervoor kiest om je chatgeschiedenis over te zetten, kun je nu ook selectief oude bijlagen van je primaire apparaat overzetten. Haal het verleden naar het heden door terug in de tijd te scrollen en op het downloadpictogram te klikken. Zoals altijd is het overzetten end-to-end versleuteld en veilig."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Bovendien hebben we het formaat van het beeld-in-beeld-venster aangepast en handige nieuwe snelkoppelingen toegevoegd om de microfoon of camera aan/uit te zetten als een oproep is geminimaliseerd."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "ਅਣਜਾਣ ਸੰਪਰਕ"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "ਅਣਜਾਣ ਗਰੁੱਪ"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ਕੋਈ ਇਮੋਜੀ ਨਹੀਂ ਲੱਭਿਆ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} ਲਈ ਸਕਿਨ ਟੋਨ ਚੁਣੋ"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "ਸਕਿੱਨ ਟੋਨ ਦੀ ਤਰਜੀਹ ਬਦਲੋ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "ਸਕਿੱਨ ਟੋਨ ਚੁਣਨ ਲਈ ਦਬਾ ਕੇ ਰੱਖੋ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "ਆਪਣੀ ਡਿਫੌਲਟ ਸਕਿਨਟੋਨ ਚੁਣੋ"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "ਝੰਡੇ"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "ਰਿਐਕਸ਼ਨ ਕਸਟਮਾਈਜ਼ ਕਰੋ"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "ਸਟਿੱਕਰ ਖੋਜੋ"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "ਤਾਜ਼ਾ ਵਰਤੇ"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "ਖਾਸ"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ਕੋਈ ਸਟਿੱਕਰ ਨਹੀਂ ਲੱਭੇ"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "ਡਾਰਕ ਸਕਿੱਨ ਟੋਨ"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "ਇਮੋਜੀ, ਸਟਿੱਕਰ, ਜਾਂ GIF ਸ਼ਾਮਲ ਕਰੋ"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "ਇੱਕ ਇਮੋਜੀ ਸ਼ਾਮਲ ਕਰੋ"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "ਸਟਿੱਕਰ ਸ਼ਾਮਲ ਕਰੋ"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "ਰੱਦ ਕਰੋ"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal ਨੂੰ ਅੱਪਡੇਟ ਕਰੋ"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "ਵੇਖਿਆ"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "ਵੇਖਿਆ"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "ਮੀਡੀਆ"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "ਇੱਕ ਵਾਰ ਦੇਖਿਆ ਜਾ ਸਕਣ ਵਾਲਾ ਮੀਡੀਆ"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "ਇੱਕ-ਵਾਰ ਦੇਖੇ ਜਾ ਸਕਣ ਵਾਲੇ ਸੁਨੇਹੇ ਤੁਹਾਡੀ ਪੁਰਾਣੀ ਚੈਟ ਵਿੱਚ ਸਟੋਰ ਨਹੀਂ ਕੀਤੇ ਜਾਣਗੇ।"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "ਫ਼ੋਟੋ ਦੇਖੋ"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "ਵੀਡੀਓ ਦੇਖੋ"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "ਇੱਕ ਵਾਰ ਦੇਖੀ ਜਾ ਸਕਣ ਵਾਲੀ ਵੀਡੀਓ"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 ਮੈਂਬਰ} other {{count,number} ਮੈਂਬਰ}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "ਧਿਆਨ ਨਾਲ ਸਮੀਖਿਆ ਕਰੋ"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "ਕਾਲ ਨੂੰ ਛੱਡੋ"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "ਕਾਲ ਸਮਾਪਤ ਕਰੋ"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "ਕਾਲ ਨੂੰ ਛੱਡੋ"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "ਮਾਈਕ ਬੰਦ ਹੈ"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "ਮੀਡੀਆ ਬੈਕਗ੍ਰਾਊਂਡ ਵਿੱਚ ਡਾਊਨਲੋਡ ਹੁੰਦਾ ਰਹੇਗਾ"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "ਟ੍ਰਾਂਸਫਰ ਨੂੰ ਰੋਕੋ"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "ਟ੍ਰਾਂਸਫਰ ਰੱਦ ਕਰੋ"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "ਖਾਤੇ ਲਈ ਕਾਰਵਾਈ ਲੋੜੀਂਦੀ ਹੈ"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "ਇਸ ਖਾਤੇ ਦੀ ਵਰਤੋਂ ਜਾਰੀ ਰੱਖਣ ਲਈ ਤੁਹਾਨੂੰ ਆਪਣੇ ਫ਼ੋਨ 'ਤੇ Signal ਖੋਲ੍ਹਣਾ ਪਵੇਗਾ। ਜੇਕਰ ਤੁਸੀਂ ਆਪਣੇ ਫ਼ੋਨ 'ਤੇ Signal ਨਹੀਂ ਖੋਲ੍ਹਦੇ, ਤਾਂ ਤੁਹਾਡਾ ਖਾਤਾ ਜਲਦੀ ਹੀ ਮਿਟਾ ਦਿੱਤਾ ਜਾਵੇਗਾ। <learnMoreLink>ਹੋਰ ਜਾਣੋ</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "ਫੈਲਾਓ"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "ਗਰੁੱਪ ਲਿੰਕ ਦੇ ਰਾਹੀਂ ਸ਼ਾਮਲ ਹੋ ਰਹੇ ਨਵੇ ਮੈਂਬਰਾਂ ਨੂੰ ਮਨਜ਼ੂਰ ਕਰਨ ਲਈ ਇੱਕ ਐਡਮਿਨ ਦੀ ਲੋੜ ਹੈ"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group ਲਿੰਕ ਨੂੰ ਕਲਿੱਪਬੋਰਡ 'ਤੇ ਕਾਪੀ ਕਰੋ"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "ਬੇਨਤੀਆਂ ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "ਵੌਇਸ ਸੁਨੇਹੇ ਅਤੇ ਸਟਿੱਕਰ ਹਮੇਸ਼ਾ ਆਪਣੇ-ਆਪ ਡਾਊਨਲੋਡ ਹੁੰਦੇ ਹਨ।"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "ਬੈਕਅੱਪ"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "ਆਖਰੀ ਵਾਰ {date} {time} ਇੰਮਪੋਰਟ ਕੀਤਾ ਗਿਆ"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "ਪਾਬੰਦੀ ਲਗਾਈ ਗਈ"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "ਬੈਕਅੱਪ ਦੇ ਵੇਰਵੇ"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "ਟੈਕਸਟ + ਸਾਰੇ ਮੀਡੀਏ ਦਾ ਬੈਕਅੱਪ"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "ਤੁਹਾਡੀ ਸਬਸਕ੍ਰਿਪਸ਼ਨ ਨਹੀਂ ਲੱਭੀ। Signal ਬੈਕਅੱਪ ਦੀ ਵਰਤੋਂ ਜਾਰੀ ਰੱਖਣ ਲਈ ਰੀਨਿਊ ਕਰੋ।"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {ਟੈਕਸਟ + {mediaDayCount,number} ਦਿਨ ਦਾ ਮੀਡੀਆ ਬੈਕਅੱਪ} other {ਟੈਕਸਟ + {mediaDayCount,number} ਦਿਨਾਂ ਦਾ ਮੀਡੀਆ ਬੈਕਅੱਪ}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "ਤੁਹਾਡਾ ਬੈਕਅੱਪ ਪਲਾਨ ਮੁਫ਼ਤ ਹੈ"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "ਰੀਨਿਊ ਹੋਣ ਦੀ ਮਿਤੀ: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "ਮਿਆਦ ਪੁੱਗਣ ਦੀ ਮਿਤੀ: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "ਸਬਸਕ੍ਰਿਪਸ਼ਨ ਰੱਦ ਕੀਤੀ ਗਈ"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "ਤੁਸੀਂ ਆਪਣੇ ਫ਼ੋਨ 'ਤੇ ਆਪਣੀ Signal ਬੈਕਅੱਪ ਸਬਸਕ੍ਰਿਪਸ਼ਨ ਦਾ ਪ੍ਰਬੰਧਨ ਜਾਂ ਉਸਨੂੰ ਰੱਦ ਕਰ ਸਕਦੇ ਹੋ।"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "ਤੁਸੀਂ ਆਪਣੇ ਫ਼ੋਨ 'ਤੇ Signal ਬੈਕਅੱਪ ਦਾ ਪ੍ਰਬੰਧਨ ਜਾਂ ਉਸਨੂੰ ਅੱਪਗ੍ਰੇਡ ਕਰ ਸਕਦੇ ਹੋ।"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "ਤੁਹਾਡੀ ਸਬਸਕ੍ਰਿਪਸ਼ਨ ਨਹੀਂ ਲੱਭੀ। Signal ਬੈਕਅੱਪ ਦੀ ਵਰਤੋਂ ਜਾਰੀ ਰੱਖਣ ਲਈ ਰੀਨਿਊ ਕਰੋ।"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "ਤੁਸੀਂ ਆਪਣੇ ਫ਼ੋਨ 'ਤੇ ਆਪਣੀ Signal ਬੈਕਅੱਪ ਸਬਸਕ੍ਰਿਪਸ਼ਨ ਦਾ ਪ੍ਰਬੰਧਨ ਜਾਂ ਉਸਨੂੰ ਰੀਨਿਊ ਕਰ ਸਕਦੇ ਹੋ।"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "ਆਖਰੀ ਬੈਕਅੱਪ"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "ਤੁਹਾਡਾ ਫ਼ੋਨ"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "ਬੈਕਅੱਪ ਦਾ ਆਕਾਰ"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {1 ਸੰਪਰਕ} other {{num,number} ਸੰਪਰਕ}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "ਛੋਟੇ-ਮੋਟੇ ਸੁਧਾਰ, ਖ਼ਰਾਬੀਆਂ ਨੂੰ ਦਰੁਸਤ ਅਤੇ ਪ੍ਰਦਰਸ਼ਨ ਨੂੰ ਬਿਹਤਰ ਬਣਾਇਆ ਗਿਆ ਹੈ। Signal ਦੀ ਵਰਤੋਂ ਕਰਨ ਲਈ ਤੁਹਾਡਾ ਧੰਨਵਾਦ!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "ਹੁਣ ਤੁਸੀਂ ਕਾਲ ਦੌਰਾਨ ਖੁਦ ਨੂੰ ਬਿਹਤਰ ਢੰਗ ਨਾਲ ਦੇਖਣ ਲਈ ਆਪਣੀ ਲੋਕਲ ਵੀਡੀਓ ਦੀ ਝਲਕ ਨੂੰ ਵੱਡਾ ਕਰ ਸਕਦੇ ਹੋ।"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "ਹੁਣ ਤੁਸੀਂ Signal Desktop ਵਿੱਚ ਵੀ ਐਨੀਮੇਟਡ GIF ਖੋਜ ਸਕਦੇ ਹੋ।"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal ਗਰੁੱਪ ਕਾਲ ਦੌਰਾਨ ਬੋਲਣਾ ਸ਼ੁਰੂ ਕਰਨ ਤੋਂ ਬਾਅਦ ਅਸੀਂ ਤੁਹਾਡੇ ਹੱਥ ਨੂੰ ਤੇਜ਼ੀ ਨਾਲ ਹੇਠਾਂ ਕਰਨ ਲਈ ਇੱਕ ਸੁਵਿਧਾਜਨਕ ਸ਼ਾਰਟਕੱਟ ਜੋੜਿਆ ਹੈ।"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "ਜੇਕਰ ਤੁਸੀਂ Signal Android 'ਤੇ ਇੱਕ ਨਵਾਂ ਡੈਸਕਟੌਪ ਲਿੰਕ ਕਰਦੇ ਹੋ ਅਤੇ ਆਪਣੇ ਪੁਰਾਣੇ ਸੁਨੇਹੇ ਟ੍ਰਾਂਸਫਰ ਕਰਦੇ ਹੋ, ਤਾਂ ਹੁਣ ਤੁਸੀਂ ਆਪਣੇ ਪ੍ਰਾਇਮਰੀ ਡਿਵਾਈਸ ਤੋਂ ਚੋਣਵੀਆਂ ਪੁਰਾਣੀਆਂ ਅਟੈਚਮੈਂਟਾਂ ਨੂੰ ਵੀ ਟ੍ਰਾਂਸਫਰ ਕਰ ਸਕਦੇ ਹੋ। ਟ੍ਰਾਂਸਫਰ ਦੀ ਪ੍ਰਕਿਰਿਆ ਸਿਰੇ-ਤੋਂ-ਸਿਰੇ ਤੱਕ ਇਨਕ੍ਰਿਪਟਡ ਅਤੇ ਸੁਰੱਖਿਅਤ ਹੁੰਦੀ ਹੈ।"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "ਅਸੀਂ ਤਸਵੀਰ-ਵਿੱਚ-ਤਸਵੀਰ ਵਿੰਡੋ ਦਾ ਆਕਾਰ ਵੀ ਬਦਲਿਆ ਹੈ ਅਤੇ ਕਾਲ ਸਕ੍ਰੀਨ ਦਾ ਆਕਾਰ ਛੋਟਾ ਹੋਣ ਦੌਰਾਨ ਵਰਤਣ ਲਈ ਨਵੇਂ ਸੁਵਿਧਾਜਨਕ ਸ਼ਾਰਟਕੱਟ ਵੀ ਸ਼ਾਮਲ ਕੀਤੇ ਹਨ।"
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,22 +3,22 @@
|
||||
"messageformat": "Dodaj do grupy"
|
||||
},
|
||||
"icu:AddUserToAnotherGroupModal__confirm-title": {
|
||||
"messageformat": "Dodać nowego członka?"
|
||||
"messageformat": "Dodać nową osobę?"
|
||||
},
|
||||
"icu:AddUserToAnotherGroupModal__confirm-add": {
|
||||
"messageformat": "Dodaj"
|
||||
},
|
||||
"icu:AddUserToAnotherGroupModal__confirm-message": {
|
||||
"messageformat": "Dodaj „{contact}” do grupy „{group}”"
|
||||
"messageformat": "{contact} będzie należeć do grupy {group}"
|
||||
},
|
||||
"icu:AddUserToAnotherGroupModal__search-placeholder": {
|
||||
"messageformat": "Szukaj"
|
||||
},
|
||||
"icu:AddUserToAnotherGroupModal__toast--user-added-to-group": {
|
||||
"messageformat": "{contact} został(a) dodany(a) do grupy {group}"
|
||||
"messageformat": "{contact} należy teraz do grupy {group}"
|
||||
},
|
||||
"icu:AddUserToAnotherGroupModal__toast--adding-user-to-group": {
|
||||
"messageformat": "Dodawanie {contact}…"
|
||||
"messageformat": "Dodawanie tej osoby: {contact}…"
|
||||
},
|
||||
"icu:RecordingComposer__cancel": {
|
||||
"messageformat": "Anuluj"
|
||||
@ -27,13 +27,13 @@
|
||||
"messageformat": "Wyślij"
|
||||
},
|
||||
"icu:GroupListItem__message-default": {
|
||||
"messageformat": "{count, plural, one {{count,number} członek} few {{count,number} członków} many {{count,number} członków} other {{count,number} członków}}"
|
||||
"messageformat": "{count, plural, one {{count,number} osoba} few {{count,number} osoby} many {{count,number} osób} other {{count,number} osoby}}"
|
||||
},
|
||||
"icu:GroupListItem__message-already-member": {
|
||||
"messageformat": "Należy już do grupy"
|
||||
"messageformat": "Już należy do tej grupy"
|
||||
},
|
||||
"icu:GroupListItem__message-pending": {
|
||||
"messageformat": "Oczekuje na członkostwo"
|
||||
"messageformat": "Oczekuje na przyjęcie"
|
||||
},
|
||||
"icu:Preferences__sent-media-quality": {
|
||||
"messageformat": "Jakość wysyłanych multimediów"
|
||||
@ -48,10 +48,10 @@
|
||||
"messageformat": "Wysoka"
|
||||
},
|
||||
"icu:softwareAcknowledgments": {
|
||||
"messageformat": "Podziękowania"
|
||||
"messageformat": "Oświadczenie dot. użycia projektów open source"
|
||||
},
|
||||
"icu:privacyPolicy": {
|
||||
"messageformat": "Regulamin i Polityka prywatności"
|
||||
"messageformat": "Regulamin i polityka prywatności"
|
||||
},
|
||||
"icu:About__AppEnvironment": {
|
||||
"messageformat": "{appEnv}"
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Nieznany kontakt"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Nieznana grupa"
|
||||
},
|
||||
@ -105,7 +108,7 @@
|
||||
"messageformat": "&Plik"
|
||||
},
|
||||
"icu:mainMenuCreateStickers": {
|
||||
"messageformat": "Stwórz/wyślij pakiet naklejek"
|
||||
"messageformat": "Stwórz/prześlij pakiet naklejek"
|
||||
},
|
||||
"icu:mainMenuEdit": {
|
||||
"messageformat": "&Edycja"
|
||||
@ -135,13 +138,13 @@
|
||||
"messageformat": "Pokaż wszystko"
|
||||
},
|
||||
"icu:appMenuQuit": {
|
||||
"messageformat": "Zamknij"
|
||||
"messageformat": "Zamknij Signal"
|
||||
},
|
||||
"icu:editMenuUndo": {
|
||||
"messageformat": "Cofnij"
|
||||
},
|
||||
"icu:editMenuRedo": {
|
||||
"messageformat": "Powtórz"
|
||||
"messageformat": "Ponów"
|
||||
},
|
||||
"icu:editMenuCut": {
|
||||
"messageformat": "Wytnij"
|
||||
@ -177,16 +180,16 @@
|
||||
"messageformat": "Powiększ"
|
||||
},
|
||||
"icu:windowMenuBringAllToFront": {
|
||||
"messageformat": "Przenieś wszystko na wierzch"
|
||||
"messageformat": "Przenieś wszystko na przód"
|
||||
},
|
||||
"icu:viewMenuResetZoom": {
|
||||
"messageformat": "Domyślny rozmiar"
|
||||
"messageformat": "Rozmiar domyślny"
|
||||
},
|
||||
"icu:viewMenuZoomIn": {
|
||||
"messageformat": "Powiększ"
|
||||
"messageformat": "Przybliż"
|
||||
},
|
||||
"icu:viewMenuZoomOut": {
|
||||
"messageformat": "Pomniejsz"
|
||||
"messageformat": "Oddal"
|
||||
},
|
||||
"icu:viewMenuToggleFullScreen": {
|
||||
"messageformat": "Pełny ekran"
|
||||
@ -204,19 +207,19 @@
|
||||
"messageformat": "Skonfiguruj jako samodzielne urządzenie"
|
||||
},
|
||||
"icu:messageContextMenuButton": {
|
||||
"messageformat": "Więcej poleceń"
|
||||
"messageformat": "Więcej działań"
|
||||
},
|
||||
"icu:contextMenuCopyLink": {
|
||||
"messageformat": "Kopiuj link"
|
||||
"messageformat": "Skopiuj link"
|
||||
},
|
||||
"icu:contextMenuCopyImage": {
|
||||
"messageformat": "Kopiuj obraz"
|
||||
"messageformat": "Skopiuj obraz"
|
||||
},
|
||||
"icu:contextMenuNoSuggestions": {
|
||||
"messageformat": "Brak sugestii"
|
||||
},
|
||||
"icu:avatarMenuViewArchive": {
|
||||
"messageformat": "Zobacz archiwum"
|
||||
"messageformat": "Wyśweitl archiwum"
|
||||
},
|
||||
"icu:loading": {
|
||||
"messageformat": "Wczytywanie…"
|
||||
@ -315,10 +318,10 @@
|
||||
"messageformat": "Brak zarchiwizowanych czatów."
|
||||
},
|
||||
"icu:archiveConversation": {
|
||||
"messageformat": "Archiwizuj"
|
||||
"messageformat": "Zarchiwizuj"
|
||||
},
|
||||
"icu:markUnread": {
|
||||
"messageformat": "Oznacz jako nieprzeczytane"
|
||||
"messageformat": "Oznacz jako nieodczytane"
|
||||
},
|
||||
"icu:ConversationHeader__menu__selectMessages": {
|
||||
"messageformat": "Wybierz wiadomości"
|
||||
@ -393,10 +396,10 @@
|
||||
"messageformat": "Wczytywanie dzisiejszych wiadomości…"
|
||||
},
|
||||
"icu:view": {
|
||||
"messageformat": "Wyświetlona"
|
||||
"messageformat": "Wyświetl"
|
||||
},
|
||||
"icu:youLeftTheGroup": {
|
||||
"messageformat": "Nie jesteś już członkiem tej grupy."
|
||||
"messageformat": "Nie należysz już do tej grupy."
|
||||
},
|
||||
"icu:invalidConversation": {
|
||||
"messageformat": "Nieprawidłowa grupa. Utwórz nową grupę."
|
||||
@ -411,25 +414,25 @@
|
||||
"messageformat": "Nowe wzmianki poniżej"
|
||||
},
|
||||
"icu:unreadMessages": {
|
||||
"messageformat": "{count, plural, one {{count,number} nieprzeczytana wiadomość} few {{count,number} nieprzeczytane wiadomości} many {{count,number} nieprzeczytanych wiadomości} other {{count,number} nieprzeczytanych wiadomości}}"
|
||||
"messageformat": "{count, plural, one {{count,number} nieodczytana wiadomość} few {{count,number} nieodczytane wiadomości} many {{count,number} nieodczytanych wiadomości} other {{count,number} nieodczytanej wiadomości}}"
|
||||
},
|
||||
"icu:youMarkedAsVerified": {
|
||||
"messageformat": "Oznaczyłeś(aś) Twój numer bezpieczeństwa z {name} jako zweryfikowany"
|
||||
"messageformat": "Oznaczasz numer bezpieczeństwa, który ma z Tobą {name}, jako zweryfikowany"
|
||||
},
|
||||
"icu:youMarkedAsNotVerified": {
|
||||
"messageformat": "Oznaczyłeś(aś) Twój numer bezpieczeństwa z {name} jako niezweryfikowany"
|
||||
"messageformat": "Oznaczasz numer bezpieczeństwa, który ma z Tobą {name}, jako niezweryfikowany"
|
||||
},
|
||||
"icu:youMarkedAsVerifiedOtherDevice": {
|
||||
"messageformat": "Oznaczyłeś(aś) Twój numer bezpieczeństwa z {name} jako zweryfikowany z innego urządzenia"
|
||||
"messageformat": "Oznaczasz numer bezpieczeństwa, który ma z Tobą {name}, jako zweryfikowany na innym urządzeniu"
|
||||
},
|
||||
"icu:youMarkedAsNotVerifiedOtherDevice": {
|
||||
"messageformat": "Oznaczyłeś(aś) Twój numer bezpieczeństwa z {name} jako niezweryfikowany z innego urządzenia"
|
||||
"messageformat": "Oznaczasz numer bezpieczeństwa, który ma z Tobą {name}, jako niezweryfikowany na innym urządzeniu"
|
||||
},
|
||||
"icu:changedRightAfterVerify": {
|
||||
"messageformat": "Weryfikowany przez Ciebie numer bezpieczeństwa uległ zmianie. Potwierdź go z {name1}. Pamiętaj, że ta zmiana może oznaczać, że ktoś próbuje przechwycić Twoją komunikację albo że {name2} po prostu przeinstalował(a) Signal."
|
||||
"messageformat": "Próbujesz zweryfikować nieaktualny number bezpieczeństwa. Sprawdź nowy numer bezpieczeństwa, który macie Ty i {name1}. Zmiana numeru może oznaczać, że ktoś próbuje zdobyć dostęp do Waszych wiadomości albo po prostu że aplikacja Signal na urządzieniu, którego używa {name2}, została zainstalowana ponownie."
|
||||
},
|
||||
"icu:safetyNumberChangeDialog__message": {
|
||||
"messageformat": "Następujące osoby mogły ponownie zainstalować aplikację Signal albo zmienić urządzenie. Kliknij odbiorcę, aby potwierdzić nowy numer bezpieczeństwa. Ta czynność jest opcjonalna."
|
||||
"messageformat": "Te osoby mogły ponownie zainstalować aplikację Signal albo zmienić urządzenie na inne. Kliknij daną osobę, aby potwierdzić jej nowy nowy numer bezpieczeństwa. To działanie jest opcjonalne."
|
||||
},
|
||||
"icu:safetyNumberChangeDialog__pending-messages": {
|
||||
"messageformat": "Wyślij oczekujące wiadomości"
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nie znaleziono emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Wybierz odcień skóry tego emoji: {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Zmień preferencje dotyczące odcienia skóry"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Naciśnij i przytrzymaj, aby wybrać odcień skóry"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Wybierz domyślny odcień skóry"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Flagi"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Dostosuj reakcje"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Szukaj naklejek"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Ostatnio używane"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Polecane"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nie znaleziono naklejek"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Ciemny odcień skóry"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Dodaj emoji, naklejkę lub GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Dodaj emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Dodaj naklejkę"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Anuluj"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Zaktualizuj Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Wyświetlono"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Wyświetlono"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Multimedia"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Multimedia jednorazowe"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Wiadomości jednorazowe nie są przechowywane w historii czatu."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Wyświetl zdjęcie"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Obejrzyj wideo"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Wideo jednorazowe"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {{count,number} członek} few {{count,number} członków} many {{count,number} członków} other {{count,number} członków}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Zachowaj ostrożność"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Opuść"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Zakończ rozmowę"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Opuść rozmowę"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon wył."
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Pobieranie multimediów będzie kontynuowane w tle"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Wstrzymaj przywracanie"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Anuluj przenoszenie"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Wymagana czynność na koncie"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Jeśli chcesz nadal korzystać z tego konta, otwórz aplikację Signal na swoim telefonie. Inaczej Twoje konto zostanie wkrótce usunięte. <learnMoreLink>Dowiedz się więcej</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Powiększ"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Wymagaj akceptacji nowych członków, dołączających do grupy przez link, przez administratora"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Skopiuj link signal.group do schowka"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Prośby ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Wiadomości głosowe i naklejki zawsze pobierają się automatycznie."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Kopie zapasowe"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Ostatnio importowano {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Zablokowani"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Szczegóły kopii zapasowej"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Wiadomości tekstowe i wszystkie multimedia"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Nie znaleziono subskrypcji. Odnów subskrypcję i korzystaj dalej z usługi kopii zapasowych Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Wiadomości tekstowe, w tym multimedia z ostatniego dnia} few {Wiadomości tekstowe, w tym multimedia z ostatnich {mediaDayCount,number} dni} many {Wiadomości tekstowe, w tym multimedia z ostatnich {mediaDayCount,number} dni} other {Wiadomości tekstowe, w tym multimedia z ostatnich {mediaDayCount,number} dni}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Korzystasz z bezpłatnego trybu tworzenia kopii zapasowej"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Odnowi się {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Wygasa {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Subskrypcja anulowana"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Subskrypcję kopii zapasowych Signal możesz konfigurować lub anulować na swoim telefonie."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Na telefonie możesz zarządzać kopiami zapasowymi Signal lub zasubskrybować ich rozszerzony tryb."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Nie znaleziono subskrypcji. Odnów subskrypcję i korzystaj dalej z usługi kopii zapasowych Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Subskrypcję kopii zapasowych Signal możesz odnowić lub skonfigurować na swoim telefonie."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Ostatnia kopia zapasowa"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Twój telefon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Rozmiar kopii zapasowej"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kontakt} few {{num,number} kontakty} many {{num,number} kontaktów} other {{num,number} kontaktu}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Małe ulepszenia, poprawki błędów i zwiększona funkcjonalność. Dzięki za korzystanie z Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Od teraz w trakcie rozmowy wideo możesz powiększyć podgląd obrazu z kamerki – świetna opcja dla tych, którzy nie mogą się na siebie napatrzeć."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Koło, prąd, internet… Ludzkość ma na koncie wiele wspaniałych wynalazków, ale wszystkie one bledną w obliczu naszego najnowszego dokonania: wyszukiwarki animowanych GIF-ów. O tym, jak genialne jest to osiągnięcie, przekonasz się w aplikacji Signal Desktop. Za pomocą nowiutkiego, intuicyjnego interfejsu już w kilka sekund wyszukasz emoji, naklejkę czy animowany GIF na każdą okazję."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Dodaliśmy wygodny skrót, dzięki któremu w trakcie rozmowy grupowej możesz szybko opuścić rękę po tym, jak zabierzesz głos. Już nikt Ci nie zarzuci, że monopolizujesz dyskusję."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Teraz, gdy połączysz aplikację Signal Android z nowym komputerem, oprócz historii wiadomości możesz na niego przenieść również wybrane stare załączniki z głównego urządzenia. Odpal wehikuł czasu i zabierz ze sobą kilka pamiątek z przeszłości – kto wie, kiedy okażą się przydatne. Proces transferu danych jest jak zwykle szyfrowany metodą end-to-end i bezpieczny."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Zmieniliśmy również rozmiar okna obrazu w obrazie i dodaliśmy nowe skróty, dzięki którym wygodnie wyciszysz lub włączysz mikrofon oraz włączysz lub wyłączysz kamerę przy zminimalizowanym oknie połączenia."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Contato desconhecido"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Grupo desconhecido"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nenhum emoji encontrado"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Selecione o tom de pele para {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Alterar preferência de tom de pele"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Mantenha pressionado para selecionar o tom de pele"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Escolha o tom de pele padrão"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Bandeiras"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Personalizar as reações"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Pesquisar figurinha"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Utilizado recentemente"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Em destaque"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nenhuma figurinha encontrada"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tom de pele escuro"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Adicione um emoji, figurinha ou GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Adicionar um emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Adicionar uma figurinha"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Cancelar"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Atualizar o Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Vista"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Vista"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Mídia"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Ver mídia temporária"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "As mensagens temporárias não ficam armazenadas no seu histórico de chats."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Ver foto"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Assistir vídeo"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Ver vídeo temporário"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 membro} other {{count,number} membros}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Analise com atenção"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Sair"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Encerrar"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Sair da chamada"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Microfone desligado"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "O download de mídia continuará em segundo plano"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Interromper transferência"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Cancelar transferência"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Ação necessária na conta"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Você precisa abrir o Signal no seu telefone para continuar usando esta conta. Caso contrário, sua conta será excluída em breve. <learnMoreLink>Saiba mais</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Expandir"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Exigir que uma pessoa admin aprove pedidos de novos membros via link do grupo"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Copiar link do grupo do Signal para a área de transferência"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Pedidos ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "O download das mensagens de voz e figurinhas é sempre automático."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Backups"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Última importação feita em {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Bloqueados"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Detalhes do backup"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Backup de mensagens de texto + arquivos de mídia"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Sua assinatura não foi encontrada. Renove para continuar usando os Backups do Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Backup de mensagens de texto + {mediaDayCount,number} dia de arquivos de mídia} other {Backup de mensagens de texto + {mediaDayCount,number} dias de arquivos de mídia}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Seu plano de backup é gratuito"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Renova em {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Expira em {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Assinatura cancelada"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Você pode gerenciar ou cancelar a assinatura de Backups do Signal no seu telefone."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Você pode gerenciar ou atualizar os Backups do Signal no seu telefone."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Sua assinatura não foi encontrada. Renove para continuar usando os Backups do Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Você pode gerenciar ou renovar a assinatura de Backups do Signal no seu telefone."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Último backup"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Seu telefone"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Tamanho do backup"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} pessoa} other {{num,number} pessoas}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Pequenas alterações adicionais, correções de bugs e melhorias de desempenho. Agradecemos por usar o Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Agora você pode expandir a prévia do seu próprio vídeo durante a chamada para se ver melhor."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Agora você também pode buscar GIFs animados no Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Adicionamos um atalho prático pra você baixar a mão rapidamente depois de começar a falar numa chamada em grupo no Signal. É nosso recurso favorito nesse lançamento. Levanta a mão quem concorda "
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Se você vincular um novo desktop no Signal Android e optar por transferir seu histórico de mensagens, também poderá transferir seletivamente anexos antigos do seu dispositivo principal. Para trazer o passado para o presente, é só rolar a tela e clicar no ícone de download. Como sempre, o processo de transferência é criptografado e seguro de ponta a ponta."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Também redimensionamos a janela de imagem sobre imagem e adicionamos atalhos práticos para silenciar ou reativar o microfone, além de ligar ou desligar a câmera durante uma chamada minimizada. "
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Contacto desconhecido"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Grupo desconhecido"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nenhum foi encontrado nenhum emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Selecione o tom de pele para {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Alterar preferência do tom de pele"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Prima sem soltar para selecionar o tom de pele"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Escolha o seu tom de pele predefinido"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Bandeiras"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Personalizar reações"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Procurar autocolantes"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Recentemente utilizados"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Em destaque"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Não foi encontrado nenhum autocolante"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tom de pele escuro"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Adicionar um emoji, autocolante ou GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Adicionar um emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Adicionar um autocolante"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Cancelar"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Atualizar o Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Vista(s)"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Vista(s)"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Multimédia"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Ver multimédia de visualização única"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "As mensagens de visualização única não são guardadas no histórico do seu chat."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Ver fotografia"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Ver vídeo"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Vídeo de visualização única"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 membro} other {{count,number} membros}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Verifique cuidadosamente"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Sair"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Terminar chamada"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Abandonar chamada"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Microfone desligado"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Os ficheiros multimédia continuarão a ser descarregados em segundo plano"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Pausar transferência"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Cancelar transferência"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Necessária ação da conta"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Tem de abrir o Signal no seu telemóvel para continuar a usar esta conta. Se não abrir o Signal no seu telemóvel, a sua conta será eliminada em breve. <learnMoreLink>Saiba mais</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Expandir"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Solicite a um administrador que aprove a entrada de novos membros através do link para o grupo"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Copiar link do grupo do Signal para a área de transferência"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Pedidos ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "As mensagens de voz e os autocolantes são sempre transferidos automaticamente."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Cópias de segurança"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Última importação feita em {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Bloqueados"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Detalhes da cópia de segurança"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Cópia de segurança de texto e todos os ficheiros multimédia"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "A sua subscrição não foi encontrada. Renove-a para continuar a usar as cópias de segurança do Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Texto + {mediaDayCount,number} dia de cópias de segurança de ficheiros multimédia} other {Texto + {mediaDayCount,number} dias de cópias de segurança de ficheiros multimédia}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "O seu plano de cópia de segurança é grátis"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Renova a {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Expira a {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Subscrição cancelada"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Pode gerir ou cancelar a sua subscrição das cópias de segurança do Signal no seu telemóvel."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Pode gerir ou atualizar as cópias de segurança do Signal no seu telemóvel."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "A sua subscrição não foi encontrada. Renove-a para continuar a usar as cópias de segurança do Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Pode gerir ou renovar a sua subscrição das cópias de segurança do Signal no seu telemóvel."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Última cópia de segurança"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "O seu telemóvel"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Tamanho da cópia de segurança"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} contacto} other {{num,number} contactos}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Pequenos ajustes adicionais, correções de bugs e melhorias de desempenho. Obrigado por usar o Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Agora pode expandir a pré-visualização do vídeo local durante uma chamada para se ver melhor."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Agora pode procurar GIF animados também no Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Adicionámos um atalho prático para baixar a sua mão rapidamente após começar a falar durante uma chamada de grupo do Signal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Se vincular um novo computador no Signal Android e optar por transferir o histórico de mensagens, agora também pode transferir seletivamente anexos antigos do seu dispositivo principal. O processo de transferência é encriptado de ponta a ponta e seguro."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Também redimensionámos a janela picture-in-picture e adicionámos novos atalhos convenientes enquanto uma chamada está minimizada."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Contact necunoscut"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Grup necunoscut"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nu a fost găsit nici un emoji."
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Selectează culoarea pielii pentru {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Schimbă preferința privind nuanța tenului"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Apasă lung pentru a selecta culoarea pielii"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Alege nuanța implicită de ten"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Steaguri"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Personalizare reacții"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Căutare autocolante"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Utilizate Recent"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Promovate"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nici un autocolant găsit"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Ton întunecat al pielii"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Adaugă un emoji, un autocolant sau un GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Adaugă un emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Adaugă un autocolant"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Anulează"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Actualizează Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Vizualizată"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Vizualizată"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Media vizibilă o singură dată"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Mesajele vizibile o singură dată nu sunt stocate în istoricul conversației."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Vezi poza"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Vizualizare videoclip"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Videoclip vizibil o singură dată"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 membru} few {{count,number} membri} other {{count,number} de membri}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Examinează cu atenție"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Părăsește"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Închide apelul"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Părăsește apelul"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Microfon dezactivat"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Fișierele vor continua să se descarce în fundal"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Întrerupe transferul"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Anulează transferul"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Este necesară acțiunea în cont"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Trebuie să deschizi Signal pe telefon pentru a continua să utilizezi acest cont. Dacă nu deschizi Signal pe telefon, contul tău va fi șters în curând. <learnMoreLink>Află mai multe</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Extinde"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Solicită unui administrator să aprobe membrii noi care se alătură prin linkul grupului"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Copiază linkul grup.signal în clipboard"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Solicitări ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Mesajele vocale și autocolantele sunt întotdeauna descărcate automat."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Backup-uri"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Ultimul import: {date} la {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blocat"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Detaliile backup-ului"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Text și backup la toate fișierele media"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Abonamentul tău nu a fost găsit. Reînnoiește pentru a continua să folosești Backup-uri Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Text + {mediaDayCount,number} zi de backup al fișierelor media} few {Text + {mediaDayCount,number} zile de backup al fișierelor media} other {Text + {mediaDayCount,number} de zile de backup al fișierelor media}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Planul tău de back-up este gratuit"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Se reînnoiește {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Expiră la data de {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abonament anulat"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Poți gestiona sau anula abonamentul Backup-uri Signal de pe telefon."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Poți să gestionezi sau să faci upgrade la Backup-uri Signal pe telefon."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Abonamentul tău nu a fost găsit. Reînnoiește pentru a continua să folosești Backup-uri Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Poți să gestionezi sau să reînnoiești abonamentul Backup-uri Signal pe telefon."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Ultimul backup"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Telefonul tău"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Dimensiunea backup-ului"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} contact} few {{num,number} contacte} other {{num,number} de contacte}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Mici ajustări, soluționări de bug-uri și îmbunătățiri ale performanței. Mersi că folosești Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Acum îți poți extinde previzualizarea videoclipului local în timpul unui apel, pentru a te vedea mai bine sau pentru a reflecta despre cine ești."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Focul, roata și electricitatea au fost toate evoluții grozave, dar au fost doar pași necesari pe calea care a creat condițiile pentru existența căutării de GIF-uri animate. Acum puteți experimenta apogeul progresului tehnologic uman în Signal Desktop cu o interfață de selecție nou-nouță, care face ușor să găsiți rapid un emoji, un autocolant sau un GIF animat care este perfect pentru moment."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Am adăugat o comandă rapidă convenabilă ca să cobori rapid mâna după ce începi să vorbești în timpul unui apel de grup Signal. Este, fără îndoială, funcția noastră preferată din această lansare."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Dacă conectezi un desktop nou pe Signal Android și alegi să-ți transferi istoricul mesajelor, acum poți transfera selectiv și atașamentele vechi de pe dispozitivul tău principal. Adu trecutul în prezent, derulând înapoi în timp și dând clic pe pictograma de descărcare. Ca întotdeauna, procesul de transfer este criptat și securizat end-to-end."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "De asemenea, am redimensionat fereastra de imagine în imagine și am adăugat noi comenzi rapide convenabile pentru a dezactiva/reactiva microfonul sau a porni/opri camera în timp ce un apel este minimizat."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Неизвестный контакт"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Неизвестная группа"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Эмодзи не найдено"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Выберите оттенок кожи для {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Настройки оттенка кожи"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Нажмите и удерживайте для выбора оттенка кожи"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Выберите стандартный оттенок кожи"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Флаги"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Настроить реакции"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Искать стикеры"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Недавно использованные"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Избранные"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Стикеры не найдены"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Тёмный оттенок кожи"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Добавить эмодзи, стикер или GIF-файл"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Добавьте эмодзи"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Добавить стикер"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Отменить"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Обновить Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Просмотрено"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Просмотрено"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Медиа"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Одноразовое медиа"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Одноразовые сообщения не сохраняются в истории вашего чата."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Просмотреть фото"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Просмотреть видео"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Одноразовое видео"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {{count,number} участник} few {{count,number} участника} many {{count,number} участников} other {{count,number} участника}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Внимательно проверьте"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Покинуть"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Завершить"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Покинуть звонок"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Микрофон выключен"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Медиафайлы будут по-прежнему загружаться в фоновом режиме"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Приостановить трансфер"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Отменить трансфер"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Требуются действия с учётной записью"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Чтобы продолжить использование этой учётной записи, необходимо открыть Signal на телефоне. Если вы не откроете Signal на телефоне, ваша учётная запись будет вскоре удалена. <learnMoreLink>Узнать больше</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Развернуть"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Требовать принятия администратором новых участников, присоединяющихся по ссылке на группу"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Скопируйте ссылку на signal.group в буфер обмена"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Запросы ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Голосовые сообщения и стикеры всегда загружаются автоматически."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Резервные копии"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Последний импорт: {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Заблокировано"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Сведения о резервном копировании"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Резервное копирование сообщений и всех медиафайлов"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Ваша подписка не найдена. Продлите подписку, чтобы и дальше использовать резервное копирование Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Резервное копирование сообщений и медиафайлов за {mediaDayCount,number} день} few {Резервное копирование сообщений и медиафайлов за {mediaDayCount,number} дня} many {Резервное копирование сообщений и медиафайлов за {mediaDayCount,number} дней} other {Резервное копирование сообщений и медиафайлов за {mediaDayCount,number} дня}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "У вас бесплатный план резервного копирования"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Продлится {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Истекает {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Подписка отменена"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Вы можете управлять резервным копированием Signal или отменять подписку на своём телефоне."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Вы можете управлять резервным копированием Signal или продлевать подписку на своём телефоне."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Ваша подписка не найдена. Продлите подписку, чтобы и дальше использовать резервное копирование Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Вы можете управлять подпиской на резервное копирование Signal или продлевать её на своём телефоне."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Последняя резервная копия"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Ваш телефон"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Размер резервной копии"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} контакт} few {{num,number} контакта} many {{num,number} контактов} other {{num,number} контакта}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Небольшие изменения, исправления ошибок и улучшения производительности. Спасибо за то, что пользуетесь Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Теперь вы можете развернуть предпросмотр своего видео во время звонка, чтобы полюбоваться собой или задуматься о том, кто вы есть. "
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Огонь, колесо и электричество — это грандиозные открытия были лишь этапами великого пути к анимированному поиску GIF. Теперь вы можете почувствовать себя на вершине технологического прогресса человечества в Signal Desktop с совершенно новым интерфейсом выбора, который позволяет легко найти эмодзи, стикер или анимированный GIF-файл, нужный именно в данный момент."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Мы добавили удобное сочетание клавиш, позволяющее быстро опустить руку после того, как вы начнете говорить во время группового звонка в Signal. Опустить руки — это, конечно, наша любимая функция в этом релизе."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Если вы привяжете новый ПК на Signal Android и решите перенести историю сообщений, то вы также сможете выборочно перенести старые вложения со своего основного устройства. Перенесите прошлое в настоящее, всего лишь прокрутив назад во времени и нажав на значок загрузки. Как всегда, перенос защищён сквозным шифрованием и безопасен."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Мы также изменили размеры окна «картинка в картинке» и добавили новые удобные сочетания клавиш для отключения/включения микрофона и камеры, когда звонок свёрнут."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Neznámy kontakt"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Neznáma skupina"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nenašli sa žiadne emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Vyberte tón pleti pre {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Zmeniť nastavenie tónu pleti"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Dlhým stlačením vyberte tón pleti"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Vyberte si predvolený tón pleti"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Vlajky"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Prispôsobiť reakcie"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Hľadať nálepky"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Nedávno použité"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Odporúčané"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Nenašli sa žiadne nálepky"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Tmavý tón pleti"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Pridajte emoji, nálepku alebo GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Pridajte emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Pridajte nálepku"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Zrušiť"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Aktualizovať Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Zobrazené"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Zobrazené"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Médiá"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Jednorazové médium"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Správy na jedno pozretie sa neukladajú do histórie četu."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Zobraziť fotku"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Zobraziť video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Video na jedno pozretie"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {Jeden člen} few {{count,number} členovia} many {{count,number} člena} other {{count,number} členov}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Dôkladne skontrolujte"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Opustiť"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Ukončiť hovor"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Opustiť hovor"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofón vypnutý"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Sťahovanie médií bude pokračovať na pozadí"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Pozastaviť prenos"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Zrušiť prenos"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Vyžaduje sa akcia účtu"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Ak chcete naďalej používať tento účet, musíte v telefóne otvoriť Signal. Ak tak neurobíte, váš účet bude čoskoro odstránený. <learnMoreLink>Zistiť viac</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Rozbaliť"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Vyžadujte od správcu, aby schválil pripojenie nových členov cez odkaz na skupinu"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Skopírovať odkaz signal.group do schránky"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Žiadosti ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Hlasové správy a nálepky sa vždy stiahnu automaticky."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Zálohy"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Posledný import {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blokované"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Podrobnosti o zálohe"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Zálohovanie všetkých správ a médií"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Predplatné sa nenašlo. Obnovte ho, aby ste mohli Zálohy Signal používať aj naďalej."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Zálohovanie všetkých správ + médiá za posledný{mediaDayCount,number} deň} few {Zálohovanie všetkých správ + médiá za posledné {mediaDayCount,number} dni} many {Zálohovanie všetkých správ + médiá za posledných {mediaDayCount,number} dní} other {Zálohovanie všetkých správ + médiá za posledných {mediaDayCount,number} dní}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Váš plán zálohovania je bezplatný"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Obnoví sa {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Platnosť vyprší {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Predplatné bolo zrušené"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Predplatné Záloh Signal môžete spravovať alebo zrušiť vo svojom telefóne."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Zálohy Signal môžete spravovať alebo upgradovať vo svojom telefóne."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Predplatné sa nenašlo. Obnovte ho, aby ste mohli Zálohy Signal používať aj naďalej."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Predplatné Záloh Signal môžete spravovať alebo obnoviť vo svojom telefóne."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Posledná záloha"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Váš telefón"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Veľkosť zálohy"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kontakt} few {{num,number} kontakty} many {{num,number} kontaktu} other {{num,number} kontaktov}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Malé úpravy, opravy chýb a vylepšenia výkonu. Ďakujeme, že používate Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Teraz môžete počas hovoru rozšíriť náhľad videa, aby ste mali na seba lepší pohľad."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Teraz môžete vyhľadávať animované súbory GIF aj v aplikácii Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Pridali sme šikovnú skratku na rýchle spustenie ruky, keď začnete hovoriť počas skupinového hovoru Signal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Ak s aplikáciou Signal Android prepojíte nový počítač a rozhodnete sa preniesť históriu správ, teraz môžete selektívne preniesť aj staré prílohy zo svojho primárneho zariadenia. Proces prenosu je zabezpečený a chránený end-to-end šifrovaním."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Zmenili sme tiež veľkosť okna Obraz v obraze a pridali sme nové šikovné skratky pri minimalizovanom hovore."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Neznan stik"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Neznana skupina"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Najden ni bil noben emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Izberite odtenek kože za {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Spreminjanje tona kože"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Dolgo pritisnite za izbiro odtenka kože"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Izberite privzeti ton kože"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Zastave"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Prilagodi odzive"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Iskanje med nalepkami"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Nedavno uporabljeno"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Predstavljene"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Na voljo ni nobenih nalepk"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Temen odtenek kože"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Dodajte emojija, nalepko ali GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Dodaj emojija"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Dodaj nalepko"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Prekliči"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Posodobite aplikacijo Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Ogledano"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Ogledano"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Medijske datoteke"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Predstavnost za enkratni ogled"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Sporočila za enkratni ogled se ne shranjujejo v zgodovino vaših klepetov."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Ogled fotografije"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Ogled videa"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Ogled videa za enkratni ogled"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 član_ica} two {{count,number} člana_ici} few {{count,number} člani_ce} other {{count,number} članov_ic}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Skrbno preglejte"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Zapusti"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Zaključi klic"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Zapusti klic"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon je izključen"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Mediji se bodo še naprej prenašali v ozadju"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Prekini prenos"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Prekliči prenos"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Zahtevani ukrepi v računu"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Če želite še naprej uporabljati ta račun, morate v telefonu odpreti aplikacijo Signal. Če Signala v telefonu ne odprete, bo vaš račun kmalu izbrisan. <learnMoreLink>Več o tem</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Razširi"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Za pridružitev tej skupini preko deljene povezave je potrebna odobritev skrbnika_ce."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopiraj povezavo signal.group v odložišče"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Prošnje ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Glasovna sporočila in nalepke se vedno samodejno prenesejo."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Varnostne kopije"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Zadnji uvoz: {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blokirani"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Podrobnosti o varnostni kopji"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Varnostno kopiranje sporočil in vseh medijev"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Vaša naročnina ni bila najdena. Obnovite, če želite še naprej uporabljati Varnostne kopije Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Varnostno kopiranje sporočil in medijev {mediaDayCount,number} dne} two {Varnostno kopiranje sporočil in medijev {mediaDayCount,number} dni} few {Varnostno kopiranje sporočil in medijev {mediaDayCount,number} dni} other {Varnostno kopiranje sporočil in medijev {mediaDayCount,number} dni}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Vaš načrt varnostne kopije je brezplačen"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Obnovitev naročnine: {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Poteče {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Naročnina je prekinjena"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Naročnino na Varnostne kopije Signal lahko upravljate ali prekličete v telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Varnostne kopije Signal lahko upravljate ali nadgradite v telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Vaša naročnina ni bila najdena. Obnovite, če želite še naprej uporabljati Varnostne kopije Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Naročnino na Varnostne kopije Signal lahko upravljate ali obnovite v telefonu."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Zadnja varnostna kopija"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Vaš telefon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Velikost varnostne kopije"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} stik} two {{num,number} stika} few {{num,number} stiki} other {{num,number} stikov}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Majhne prilagoditve, popravki napak in izboljšave zmogljivosti. Hvala, da uporabljate Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Zdaj lahko med klicem razširite lokalni predogled videoposnetka, da se bolje vidite."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Ogenj, kolo in elektrika so bili veliki izumi, vendar so bili le nujni koraki na poti, ki je ustvarila pogoje za obstoj animiranega iskanja GIF-ov. Zdaj lahko v Signal Desktop doživite vrhunec človeškega tehnološkega napredka s povsem novim vmesnikom za izbiro, ki omogoča hitro iskanje emojijev, nalepk ali animiranih GIF-ov, ki so kot nalašč v danem trenutku."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Dodali smo priročno bližnjico za hitro spuščanje roke, ko začnete govoriti med skupinskim klicem v Signalu. To je naša najljubša funkcija v tej izdaji."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Če povežete novo namizje v Signal Android in izberete prenos zgodovine sporočil, lahko zdaj selektivno prenesete tudi stare priponke iz primarne naprave. Preteklost prenesite v sedanjost tako, da se pomaknete nazaj v času in kliknete ikono za prenos. Postopek prenosa je kot vedno od konca do konca šifriran in varen."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Prav tako smo spremenili velikost okna slike v sliki in dodali priročne nove bližnjice za vklop/izklop mikrofona ali vklop/izklop fotoaparata, ko je klic zmanjšan na minimum."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Kontakt i panjohur"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Grup i panjohur"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "S’u gjetën emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Zgjidh ngjyrën e lëkurës për {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Ndrysho preferencën e tonit të lëkurës"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Mbaj shtypur gjatë për të zgjedhur tonin e lëkurës"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Zgjidh ngjyrën tënde të paracaktuar të lëkurës"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Flamuj"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Personalizo reagimet"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Kërkoni ngjitës"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Përdorur Së Fundi"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Sugjeruar"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "S’u gjetën ngjitës"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Toni i errët lëkure"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Shto emoxhi, ngjitëse ose GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Shto emoxhi"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Shtoni një ngjitës"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Anulo"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Përditësoni Signal-in"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Parë"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Parë"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Media që mund të shihet vetëm një herë"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Mesazhet me vetëm një shikim nuk ruhen në historikun e bisedës."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Shihni Foton"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Shiheni Videon"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Video që mund të shihet vetë një herë"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 anëtar} other {{count,number} anëtarë}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Rishqyrto me kujdes"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Largohu"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Përfundoje thirrjen"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Dilni nga thirrja"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofoni i fikur"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Media do të vazhdojë të shkarkohet në sfond"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Ndërprit transferimin"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Anulo transferimin"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Kërkohet veprim i llogarisë"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Duhet ta hapësh Signal në telefon për të vazhduar përdorimin e llogarisë. Nëse nuk e hap Signal në telefon, llogaria do të fshihet së shpejti. <learnMoreLink>Mëso më shumë</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Zgjeroje"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Kërko doemos që një përgjegjës të miratojë anëtarë të rinj që vijnë prej një lidhjeje grupi"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopjo lidhjen e Signal.group në kujtesën e fragmenteve"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Kërkesa ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Mesazhet zanore dhe ngjitëset shkarkohen gjithmonë automatikisht."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Kopjeruajtje"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Importimi i fundit më {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Bllokuar"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Të dhënat e kopjeruajtjes"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Teksti + kopjeruajtja e të gjitha mediave"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Abonimi nuk u gjet. Rinovo për të vazhduar përdorimin e \"Kopjeruajtjet e Signal\"."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Tekst + kopjeruajtje e medias për {mediaDayCount,number} ditë} other {Tekst + kopjeruajtje e medias për {mediaDayCount,number} ditë}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Plani i kopjeruajtjes është falas"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Rinovohet më {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Skadon më {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abonimi u anulua"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Mund të menaxhosh ose anulosh abonimin e \"Kopjeruajtjet e Signal\" në telefon."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Mund të menaxhosh ose përmirësosh \"Kopjeruajtjet e Signal\" në telefon."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Abonimi nuk u gjet. Rinovo për të vazhduar përdorimin e \"Kopjeruajtjet e Signal\"."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Mund të menaxhosh ose rinovosh abonimin e \"Kopjeruajtjet e Signal\" në telefon."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Kopjeruajtja e fundit"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Telefoni yt"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Madhësia kopjeruajtjes"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kontakt} other {{num,number} kontakte}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Rregullme të vogla, riparime të gabimeve dhe përmirësime të mbarëvajtjes. Faleminderit që përdorni Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Tani mund të zgjerosh shfaqjen paraprake lokale të videos gjatë telefonatave për të pasur një pamje më të mirë të vetes ose për të reflektuar mbi atë që je."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Zjarri, rrota dhe energjia elektrike ishin të gjitha zhvillime të shkëlqyera, por ato ishin thjesht hapa të nevojshëm përgjatë rrugës që krijoi kushtet për disponueshmërinë e opsionit të kërkimit të animuar GIF. Tani mund të përjetosh kulmin e përparimit teknologjik njerëzor në Signal Desktop me një ndërfaqe të re përzgjedhjeje që lehtëson gjetjen e shpejtë të një emoxhi, ngjitëseje ose GIF-i të animuar që është perfekt për momentin."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Kemi shtuar një shkurtore të përshtatshme për të ulur shpejt dorën pasi të kesh filluar të flasësh gjatë një telefonate në grup në Signal. Është, pa dyshim, veçoria jonë e preferuar në këtë publikim."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Nëse lidh Desktop të ri në Signal Android dhe zgjedh ta transferosh historikun e mesazheve, tani mund të transferosh gjithashtu në mënyrë selektive bashkëngjitjet e vjetra nga pajisja kryesore. Sill të kaluarën në të tashmen duke u kthyer prapa në kohë dhe duke klikuar në ikonën e shkarkimit. Si gjithmonë, procesi i transferimit është i koduar nga skaji në skaj dhe i sigurt."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Ne gjithashtu ndryshuam madhësinë e dritares \"Foto në figurë\" dhe shtuam shkurtore të reja të përshtatshme për të çaktivizuar/aktivizuar mikrofonin tuaj ose për të ndezur/fikur kamerën ndërsa një telefonatë minimizohet."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Непознати контакт"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Непозната група"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Није пронађен ниједан емоџи"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Изаберите боју коже за {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Одабир боје коже"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Дуго притисните да бисте изабрали боју коже"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Изаберите подразумевану боју коже"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Заставе"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Прилагодите реакције"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Претрага налепница"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Недавно коришћено"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Истакнути"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Немате налепнице"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Тамна боја коже"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Додајте емоџи, налепницу или GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Додај емоџи"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Додај налепницу"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Откажи"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Ажурирајте Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Прочитано"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Прочитано"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Медији"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Једнократни медиј"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Једнократне поруке се не чувају у историји ћаскања."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Прикажи слику"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Прикажи видео"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Једнократни видео"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {Чланова: {count,number}} other {Чланова: {count,number}}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Пажљиво прегледајте"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Напусти"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Прекидање позива"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Напусти позив"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Микрофон је искључен"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Медији ће наставити да се преузимају у позадини"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Паузирај пренос"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Откажи пренос"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Упозорење у вези са налогом"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Морате да отворите Signal на свом телефону да бисте наставили да користите овај налог. Ако не отворите Signal на свом телефону, ваш налог ће ускоро бити избрисан. <learnMoreLink>Сазнајте више</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Прошири"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Обавезно је да администратор групе одобри нове чланове који се придружују групи преко линка за групу."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Копирај линк signal.group"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Захтеви ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Гласовне поруке и налепнице се увек аутоматски преузимају."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Резервне копије"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Последњи увоз: {date} у {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Блокирани контакти"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Детаљи о резервној копији"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Резервне копије порука и свих медија"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Претплата није пронађена. Обновите је да бисте наставили да користите резервне копије Signal-а."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Резервне копије порука и {mediaDayCount,number} дан(а) резервних копија медија} other {Резервне копије порука и {mediaDayCount,number} дан(а) резервних копија медија}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Овај план за резервне копије је бесплатан"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Обнавља се на дан {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Истиче на дан {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Претплата је отказана"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "На свом телефону можете управљати претплатом на резервне копије Signal-а или је отказати."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "На свом телефону можете управљати резервним копијама Signal-а или их надоградити."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Претплата није пронађена. Обновите је да бисте наставили да користите резервне копије Signal-а."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "На свом телефону можете управљати претплатом на резервне копије Signal-а или је обновити."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Последња резервна копија"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Ваш телефон"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Величина резервне копије"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {Контаката: {num,number}} other {Контаката: {num,number}}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Обавили смо мања фина прилагођавања, исправке грешака и побољшања перформанси. Хвала што користите Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Сада можете да проширите свој локални видео приказ током позива да бисте боље видели себе."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Сада можете да претражујете анимиране GIF-ове и на Signal Desktop-у."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Додали смо згодну пречицу за брзо спуштање руке након што почнете да говорите током групног позива у Signal-у."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Ако повежете нови рачунар преко Signal-а за Android и одлучите да пренесете историју порука, сада можете и селективно пренети старе прилоге са вашег примарног уређаја. Процес преношења је потпуно шифрован и сигуран."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Такође смо променили величину прозора слике у слици и додали практичне нове пречице док је позив минимизиран."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Okänd kontakt"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Okänd grupp"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Inga emoji hittades"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Välj hudton för {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Ändra val av hudton"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Tryck länge för att välja hudton"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Välj din standardhudton"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Flaggor"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Anpassa reaktioner"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Sök klistermärken"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Nyligen använda"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Utvalda"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Inga klistermärken hittades"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Mörk hudton"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Lägg till emoji, klistermärke eller GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Lägg till en emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Lägg till ett klistermärke"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Avbryt"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Uppdatera Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Sett"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Sett"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Visa en gång-media"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Visa en gång-meddelanden lagras inte i chatthistoriken."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Visa foto"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Visa video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Visa tillfällig video"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 medlem} other {{count,number} medlemmar}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Granska noggrant"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Lämna"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Avsluta samtal"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Lämna samtalet"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon av"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Media fortsätter att laddas ner i bakgrunden"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Pausa överföringen"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Avbryt överföringen"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Kontoåtgärd krävs"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Du måste öppna Signal på din telefon för att fortsätta använda det här kontot. Om du inte öppnar Signal på din telefon kommer ditt konto att tas bort snart. <learnMoreLink>Läs mer</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Fäll ut"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Kräv att en administratör ska godkänna nya medlemmar som går med via grupplänken"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopiera signal.group-länk till urklipp"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Förfrågningar ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Röstmeddelanden och klistermärken laddas alltid ned automatiskt."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Säkerhetskopior"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Senaste importen vid {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Blockerade"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Information om säkerhetskopiering"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Säkerhetskopiering av textmeddelanden + alla mediefiler"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Ditt abonnemang hittades inte. Förnya för att fortsätta använda Säkerhetskopiering av Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Säkerhetskopiering av textmeddelanden + {mediaDayCount,number} dags media} other {Säkerhetskopiering av textmeddelanden + {mediaDayCount,number} dagars media}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Din säkerhetskopieringsplan är gratis"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Förnyas {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Upphör {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abonnemanget uppsagt"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Du kan hantera eller avbryta ditt Säkerhetskopiering av Signal-abonnemang på din telefon."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Du kan hantera eller uppgradera ditt Säkerhetskopiering av Signal på din telefon."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Ditt abonnemang hittades inte. Förnya för att fortsätta använda Säkerhetskopiering av Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Du kan hantera eller förnya ditt Säkerhetskopiering av Signal-abonnemang på din telefon."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Senaste säkerhetskopia"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Din telefon"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Storlek på säkerhetskopia"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kontakt} other {{num,number} kontakter}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Små justeringer, buggfixar och prestandaförbättringar. Tack för att du använder Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Nu kan du expandera din lokala förhandsvisning av video under ett samtal för att få en bättre bild av dig själv."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Nu kan du söka efter animerade GIF-filer i Signal Desktop också."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Vi har lagt till en praktisk genväg för att snabbt sänka handen när du börjar prata i ett Signal-gruppsamtal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Om du länkar ett nytt skrivbord på Signal Android och väljer att överföra din meddelandehistorik kan du nu också selektivt överföra gamla bilagor från din primära enhet. Överföringsprocessen är totalsträckskrypterad och säker."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Vi har också ändrat storleken på bild-i-bild-fönstret och lagt till nya praktiska genvägar när ett samtal är minimerat."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Anwani isiyojulikana"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Kikundi hakijulikani"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Hakuna kicheshi kilichopatikana."
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Chagua rangi ya ngozi kwa ajili ya {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Badilisha Mapendeleo ya Rangi ya Ngozi"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Bonyeza kwa muda mrefu ili uchague rangi ya ngozi"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Chagua rangi yako ya ngozi chaguomsingi"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Bendera"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Badilisha reactions"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Tafuta vibandiko"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Iliyotumiwa hivi majuzi"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Iliyoangaziwa"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Hamna vibandiko vilivyopatikana"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Rangi ya ngozi nyeusi"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Ongeza Emoji, Kibandiko au GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Ongeza Emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Ongeza kibandiko"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Ghairi"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Sasisha Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Imetazamwa"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Imetazamwa"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Tazama mara moja"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Jumbe za kuonwa mara moja hazihifadhiwi kwenye historia yako ya gumzo."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Tazama Picha"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Tazama video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Video ya Kutazama Mara Moja"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {Mwanachama 1} other {Wanachama {count,number}}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Kagua kwa uangalifu"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Ondoka"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Tamatisha simu"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Ondoka kwenye mazungumzo ya simu"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Zima mic"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Video na picha zitaendelea kupakuliwa kwenye usuli"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Sitisha kuhamisha"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Ghairi uhamishaji"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Hatua inahitajika kwa akaunti"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Lazima ufungue Signal kwenye simu yako ili uendelee kutumia akaunti hii. Ikiwa hautafungua Signal kwenye simu yako, akaunti yako itafutwa hivi karibuni. <learnMoreLink>Pata maelezo zaidi</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Panua"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Itisha ruhusa ya msimamizi kuidhinisha wanachama wapya wanaojiunga kupitia kiungo cha kikundi"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Nakili kiungo cha kikundi cha Signal. kwenye ubao wa kunakili"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Maombi ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Ujumbe wa sauti na vibandiko hupakuliwa kiotomatiki."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Nakalahifadhi"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Import ya mwisho {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Zuiliwa"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Taarifa za nakala"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Ujumbe + nakala ya picha na video zote"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Usajili wako haujapatikana. Weka upya ili uendelee kutumia Hifadhi Nakala ya Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Ujumbe + uhifadhi nakala wa siku {mediaDayCount,number}} other {Ujumbe + uhifadhi nakala wa siku {mediaDayCount,number}}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Mpango wako wa uhifadhi nakala ni bure"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Kuhuishwa {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Inakwisha muda {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Usajili umeghairishwa"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Unaweza kusimamia au kusasisha usajili wako wa Hifadhi Nakala ya Signal kwenye simu yako."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Unaweza kusimamia au kusasisha Hifadhi Nakala ya Signal kwenye simu yako."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Usajili wako haujapatikana. Weka upya ili uendelee kutumia Hifadhi Nakala ya Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Unaweza kusimamia au kuweka upya usajili wako wa Hifadhi Nakala ya Signal kwenye simu yako."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Nakala ya mwisho"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Simu yako"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Ukubwa wa nakala"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {Muwasiliani {num,number}} other {Wawasiliani {num,number}}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Mabadiliko madogo, marekebisho ya bugs na uboreshaji wa utendaji. Asante kwa kutumia Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Sasa unaweza kupanua onyesho lako la video wakati wa simu ili ujitazame vizuri au utafakari kuhusu maisha yako."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Uvumbuzi wa moto, gurudumu, na umeme yote yalikuwa maendeleo makubwa, lakini zilikuwa hatua muhimu tu njiani ambayo iliunda hali ya utafutaji wa GIF iliyohuishwa kuwepo. Sasa unaweza kupata uzoefu wa maendeleo ya kiteknolojia ya binadamu katika Signal Desktop ukitumia muundo mpya wa kiolesura ambao hufanya iwe rahisi kupata haraka emoji, kibandiko, au GIF zilizohuishwa zinazofaa kwa sasa."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Tumeweka njia ya mkato rahisi ili kushusha mkono wako haraka baada ya kuanza kuongea katika simu ya kikundi ya Signal. Ni kipengele kinachopendwa zaidi katika toleo hili."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Ikiwa unaunganisha Desktop mpya kwenye Signal Android na uchague kuhamisha historia ya ujumbe yako, sasa unaweza pia kuhamisha viambatisho vya zamani kutoka kwenye kifaa chako cha msingi pia. Rejesha mambo ya zamani kwa kurudi nyuma na kubonyeza kwenye aikoni ya kupakua. Kama kawaida, mchakato wa uhamishaji umesimbwa fiche na ni salama."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Tumebadili ukubwa wa dirisha la kupachika picha ndani ya picha nyingine na tukaongeza njia za mkato mpya ili kutoa sauti/kuweka sauti kwa kipaza sauti chako au kuwasha/kuzima kamera simu inapopunguzwa."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "தெரியாத தொடர்பு"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "தெரியாத குழு"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ஈமோஜிகள் எதுவும் கிடைக்கவில்லை"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName}க்கான ஸ்கின் டோனைத் தேர்ந்தெடுக்கவும்"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "ஸ்கின் டோன் விருப்பத்தை மாற்றுக"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "ஸ்கின் டோனைத் தேர்ந்தெடுக்க நீண்ட நேரம் அழுத்தவும்"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "உங்களின் இயல்புநிலை ஸ்கின்டோனை தேர்வுசெய்க"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "கொடிகள்"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "எதிர்வினைகளை தனிப்பயனாக்கவும்"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "தேடல் ஒட்டிகள்"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "சமீபத்தில் பயன்படுத்தப்பட்டது"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "இடம்பெற்றது"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ஸ்டிக்கர்கள் எதுவும் கிடைக்கவில்லை"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "அடர் ஸ்கின் டோன்"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "எமோஜி, ஸ்டிக்கர், அல்லது GIFஐச் சேர்க்கவும்"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "ஈமோஜியைச் சேர்"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "ஒரு ஸ்டிக்கரைச் சேர்க்கவும்"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "ரத்துசெய்"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal லைப் புதுப்பிக்கவும்"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "பார்க்கப்பட்டவை"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "பார்க்கப்பட்டவை"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "ஊடகம்"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "ஒரு முறை பார்க்கக்கூடிய மீடியா"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "\"பார்வைக்கு ஒரு முறை மட்டுமே\" மெசேஜ்கள் உங்கள் சாட் வரலாற்றில் சேமிக்கப்படவில்லை."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "புகைப்படத்தைக் காண்க"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "வீடியோவைக் காண்க"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "ஒரு முறை-காணும் காணொளி"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 உறுப்பினர்} other {{count,number} உறுப்பினர்கள்}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "கவனமாக மதிப்பாய்வு செய்க"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "விலகு"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "அழைப்பை முடி"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "அழைப்பிலிருந்து வெளியேறு"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "மைக் ஆஃப்"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "மீடியா பின்னணியில் தொடர்ந்து பதிவிறக்கம் செய்யப்படும்"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "பரிமாற்றத்தை இடைநிறுத்துக"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "பரிமாற்றத்தை ரத்துசெய்க"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "கணக்கிற்கு நடவடிக்கை தேவை"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "இந்தக் கணக்கைத் தொடர்ந்து பயன்படுத்த உங்கள் ஃபோனில் சிக்னலைத் திறக்க வேண்டும். உங்கள் ஃபோனில் நீங்கள் சிக்னலைத் திறக்கவில்லை எனில், உங்கள் கணக்கு விரைவில் அழிக்கப்படும். <learnMoreLink>மேலும் அறிக</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "விரிவாக்கு"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "வழியாக புதிய உறுப்பினர்களை அனுமதிக்க நிர்வாகி தேவை குழு இணைப்பு"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "சிக்னல்.குழு இணைப்பை கிளிப்போர்டுக்கு நகலெடு"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "கோரிக்கைகளை ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "வாய்ஸ் மெசேஜ்கள் மற்றும் ஸ்டிக்கர்கள் எப்போதும் தானாகவே பதிவிறக்கப்படுகின்றன."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "காப்புப் பிரதிகள்"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "கடைசியாக இறக்குமதி {date} {time} இல்"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "தடைசெய்யப்பட்டது"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "காப்புப்பிரதி விவரங்கள்"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "உரை + அனைத்து ஊடகக் காப்புப்பிரதி"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "உங்கள் சந்தா கிடைக்கப்பெறவில்லை. தொடர்ந்து சிக்னல் காப்புப்பிரதிகளைப் பயன்படுத்த, புதுப்பிக்கவும்."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {உரை + {mediaDayCount,number} நாள் ஊடகக் காப்புப்பிரதி} other {உரை + {mediaDayCount,number} நாட்கள் ஊடகக் காப்புப்பிரதி}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "உங்கக் காப்புப்பிரதி திட்டம் இலவசமாக உள்ளது"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} அன்று புதுப்பிக்கப்படும்"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "{date} ஆம் தேதி காலாவதியாகிறது"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "சந்தா ரத்துசெய்யப்பட்டது"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "உங்கள் ஃபோனில் உங்கள் சிக்னல் காப்புப்பிரதி சந்தாவை நிர்வகிக்கலாம் அல்லது ரத்துசெய்யலாம்."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "உங்கள் ஃபோனில் உங்கள் சிக்னல் காப்புப்பிரதிகளை நிர்வகிக்கலாம் அல்லது புதுப்பிக்கலாம்."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "உங்கள் சந்தா கிடைக்கப்பெறவில்லை. தொடர்ந்து சிக்னல் காப்புப்பிரதிகளைப் பயன்படுத்த, புதுப்பிக்கவும்."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "உங்கள் ஃபோனில் உங்கள் சிக்னல் காப்புப்பிரதி சந்தாவை நிர்வகிக்கலாம் அல்லது புதுப்பிக்கலாம்."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "கடைசி காப்புப்பிரதி"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "உங்கள் ஃபோன்"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "காப்புப்பிரதி அளவு"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} தொடர்பு} other {{num,number} தொடர்புகள்}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "சிறு மாற்றங்கள், பிழை திருத்தங்கள் மற்றும் செயல்திறன் மேம்பாடுகள். சிக்னலைப் பயன்படுத்தியதற்கு நன்றி!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "அழைப்பின் போது, உங்களை மேலும் நுண்ணிய விவரங்களுடன் பார்க்க, இப்போது உங்கள் லோக்கல் வீடியோ முன்னோட்டத்தை விரிவுபடுத்தலாம்."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "இப்போது நீங்கள் சிக்னல் டெஸ்க்டாப்பிலும் அனிமேஷன் செய்யப்பட்ட GIFகளைத் தேடலாம். இப்போது நீங்கள் சிக்னல் டெஸ்க்டாப்பிலும் எமோஜி, ஸ்டிக்கர் அல்லது அனிமேஷன் செய்யப்பட்ட GIFகளைத் தேடலாம்."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "சிக்னல் குழு அழைப்பின் போது நீங்கள் பேசத் தொடங்கிய பிறகு உயர்த்திய கையை விரைவாக இறக்குவதற்காக எளியவழியைச் சேர்த்துள்ளோம். கையை விரைவாக இறக்குவதற்கான அம்சத்தை இதில் சேர்த்துள்ளோம்."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "நீங்கள் சிக்னல் ஆண்ட்ராய்டில் ஒரு புதிய டெஸ்க்டாப்பை இணைத்து, உங்கள் செய்தி வரலாற்றை மாற்றத் தேர்வுசெய்தால், இப்போது உங்கள் முதன்மை சாதனத்திலிருந்தும் பழைய இணைப்புகளைத் தேர்ந்தெடுத்து மாற்றலாம். காலத்தில் பின்னோக்கிச் சென்று பதிவிறக்க ஐகானைக் கிளிக் செய்வதன் மூலம் கடந்த காலத்தை நிகழ்காலத்திற்குக் கொண்டு வாருங்கள். உங்கள் முதன்மை சாதனத்திலிருந்தும் பழைய இணைப்புகளையும் இடமாற்றத் தேர்ந்தெடுக்கலாம்."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "பிக்சர்-இன்-பிக்சர் சாளரத்தின் அளவையும் மாற்றியுள்ளோம் மற்றும் அழைப்புத் திரை சிறியதாக்கப்படும் போது வசதியான புதிய குறுக்குவழிகளைச் சேர்த்துள்ளோம்."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "తెలియని పరిచయం"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "తెలియని సమూహం"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ఎమోజీలు కనుగొనబడలేదు"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} కోసం స్కిన్ టోన్ను ఎంచుకోండి"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "స్కిన్ టోన్ ప్రాధాన్యతను మార్చండి"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "స్కిన్ టోన్ను ఎంచుకోవడానికి ఎక్కువసేపు నొక్కి ఉంచండి"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "మీ డిఫాల్ట్ స్కిన్ టోన్ను ఎంచుకోండి"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "జెండాలు"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "ప్రతిస్పందనలను అనుకూలపరచండి"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "స్టిక్కర్లను వెతకడం"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "ఇటీవల ఉపయోగించబడింది"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "ఫీచర్ చేయబడింది"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "స్టిక్కర్లు కనుగొనబడలేదు"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "డార్క్ స్కిన్ టోన్"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "ఎమోజీ, స్టిక్కర్ లేదా GIF ను జోడించండి"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "ఎమోజీని జోడించండి"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "స్టిక్కర్ జోడించండి"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "రద్దు"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal ను నవీకరించండి"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "వీక్షించినవి"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "వీక్షించినవి"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "మీడియా"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "ఒక్కసారి వీక్షించదగిన మీడియా"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "ఒకసారి-వీక్షణ సందేశాలు మీ చాట్ చరిత్రలో నిల్వ చేయబడవు."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "చిత్రాలు వీక్షించండి"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "వీడియో చూడండి"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "ఒకసారి చూసే వీడియో"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 సభ్యుడు} other {{count,number} సభ్యులు}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "జాగ్రత్తగా సమీక్షించండి"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "వదిలేయండి"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "కాల్ ముగించండి"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "కాల్ ని వదిలి"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "మైక్ ఆఫ్లో ఉంది"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "నేపథ్యంలో మీడియా డౌన్ లోడ్ చేయడం కొనసాగిస్తుంది"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "బదిలీని పాజ్ చేయండి"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "బదిలీని రద్దు చేయండి"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "ఖాతా చర్య అవసరం"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "ఈ ఖాతాను ఉపయోగించడం కొనసాగించడానికి మీరు మీ ఫోన్లో Signal ను తప్పకుండా తెరవాలి. ఒకవేళ మీరు మీ ఫోన్లో Signal ను తెరవకపోతే, మీ ఖాతా త్వరలో తొలగించబడుతుంది. <learnMoreLink>మరింత తెలుసుకోండి</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "విస్తరించండి"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "సమూహ లింక్ ద్వారా చేరిన కొత్త సభ్యులను ఆమోదించడానికి నిర్వాహకుడు అవసరం"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group లింక్ను క్లిప్బోర్డ్కు కాపీ చేయండి"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "అభ్యర్థనలు ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "స్వర సందేశాలు మరియు స్టిక్కర్లు ఎల్లప్పుడూ ఆటో-డౌన్లోడ్ చేయబడతాయి."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "ప్రత్యామ్నాయములు"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "{date} {time} వద్ద చివరిగా దిగుమతి చేయబడింది"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "బ్లాక్ చేయబడింది"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "బ్యాకప్ వివరాలు"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "టెక్స్ట్ + మొత్తం మీడియా బ్యాకప్"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "మీ సబ్స్క్రిప్షన్ కనుగొనబడలేదు. Signal బ్యాకప్లను ఉపయోగించడం కొనసాగించడానికి పునరుద్ధరించండి."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {టెక్స్ట్ + {mediaDayCount,number} రోజు మీడియా బ్యాకప్} other {టెక్స్ట్ + {mediaDayCount,number} రోజులు మీడియా బ్యాకప్}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "మీ బ్యాకప్ ప్రణాళిక ఉచితం"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} ను పునరుద్ధరిస్తుంది"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "{date} న గడువు ముగుస్తుంది"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "సబ్స్క్రిప్షన్ రద్దు చేయబడింది"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "మీరు మీ ఫోన్లో మీ Signal బ్యాకప్ల సబ్స్క్రిప్షన్ను నిర్వహించవచ్చు లేదా రద్దు చేయవచ్చు."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "మీరు మీ ఫోన్లో Signal బ్యాకప్లను నిర్వహించవచ్చు లేదా అప్గ్రేడ్ చేయవచ్చు."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "మీ సబ్స్క్రిప్షన్ కనుగొనబడలేదు. Signal బ్యాకప్లను ఉపయోగించడం కొనసాగించడానికి పునరుద్ధరించండి."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "మీరు మీ ఫోన్లో మీ Signal బ్యాకప్ల సబ్స్క్రిప్షన్ను నిర్వహించవచ్చు లేదా పునరుద్ధరించవచ్చు."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "చివరి బ్యాకప్"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "మీ ఫోన్"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "బ్యాకప్ పరిమాణం"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} పరిచయం} other {{num,number} పరిచయాలు}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "చిన్న ట్వీక్లు, బగ్ ఫిక్స్లు, మరియు పనితీరు మెరుగుదలలు. Signal ఉపయోగించినందుకు మీకు ధన్యవాదాలు!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "ఇప్పుడు మిమ్మల్ని మీరు బాగా చూసుకోవడానికి కాల్ సమయంలో మీ స్థానిక వీడియో ప్రివ్యూను విస్తరించవచ్చు."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "ఇప్పుడు మీరు Signal డెస్క్టాప్లో కూడా యానిమేటెడ్ GIFల కోసం శోధించవచ్చు."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal గ్రూప్ కాల్ సమయంలో మీరు మాట్లాడటం ప్రారంభించిన తర్వాత మీ చేయిని త్వరగా కిందికి దించడానికి మేము అనుకూలమైన షార్ట్కట్ను జోడించాము."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "ఒకవేళ మీరు Signal Android లో కొత్త డెస్క్టాప్ను లింక్ చేసినట్లయితే మరియు మీ సందేశ చరిత్రను బదిలీ చేయాలని ఎంచుకుంటే, ఇప్పుడు మీరు మీ ప్రాథమిక పరికరం నుండి పాత అటాచ్మెంట్లను కూడా ఎంపిక చేసుకుని బదిలీ చేయవచ్చు. బదిలీ ప్రక్రియ ఎండ్-టు-ఎండ్ గుప్తీకరించబడింది మరియు సురక్షితమైనది."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "మేము పిక్చర్-ఇన్-పిక్చర్ విండో పరిమాణాన్ని కూడా మార్చాము మరియు కాల్ కనిష్ఠీకరించబడినప్పుడు అనుకూలమైన కొత్త షార్ట్కట్లను జోడించాము."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "ผู้ที่ติดต่อที่ไม่รู้จัก"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "กลุ่มที่ไม่รู้จัก"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ไม่พบอีโมจิ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "เลือกโทนสีผิวสำหรับ {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "เปลี่ยนการตั้งค่าโทนสีผิว"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "กดค้างเพื่อเลือกโทนสีผิว"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "เลือกค่าเริ่มต้นของโทนสีผิว"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "ธง"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "ปรับแต่งการแสดงความรู้สึก"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "หาสติกเกอร์"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "เพิ่งใช้"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "แนะนำ"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "ไม่พบสติกเกอร์"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "สีผิวโทนเข้ม"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "เพิ่มอีโมจิ สติกเกอร์ หรือไฟล์ GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "เพิ่มอีโมจิ"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "เพิ่มสติกเกอร์"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "ยกเลิก"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "ปรับปรุง Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "เห็นแล้ว"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "เห็นแล้ว"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "สื่อ"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "สื่อที่ดูได้ครั้งเดียว"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "ข้อความแบบที่ดูได้ครั้งเดียวจะไม่ถูกจัดเก็บในประวัติการแชทของคุณ"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "ดูรูปภาพ"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "ดูวิดีโอ"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "ไฟล์วิดีโอแบบที่ดูได้ครั้งเดียว"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {สมาชิก {count,number} คน}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "โปรดตรวจสอบอย่างถี่ถ้วน"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "ออก"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "วางสาย"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "ออกจากสาย"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "ไมค์ปิดอยู่"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "การดาวน์โหลดไฟล์สื่อจะยังคงดำเนินต่อในพื้นหลัง"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "หยุดการถ่ายโอนชั่วคราว"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "ยกเลิกการถ่ายโอน"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "ต้องดำเนินการเพื่อรักษาบัญชี"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "คุณต้องเปิด Signal บนโทรศัพท์เพื่อใช้งานบัญชีนี้ต่อไป โดยบัญชีของคุณจะถูกลบในไม่ช้าหากไม่ดำเนินการ <learnMoreLink>เรียนรู้เพิ่มเติม</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "ขยาย"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "กําหนดให้ผู้ดูแลอนุมัติให้สมาชิกใหม่เข้าร่วมกลุ่มผ่านลิงก์กลุ่ม"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "คัดลอกลิงก์กลุ่มของ Signal ไปยังคลิปบอร์ด"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "คำขอ ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "ระบบจะดาวน์โหลดข้อความเสียงและสติกเกอร์โดยอัตโนมัติเสมอ"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "ข้อมูลสำรอง"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "นำเข้าครั้งสุดท้ายเมื่อ {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "ถูกบล็อก"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "รายละเอียดการสำรองข้อมูล"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "สำรองข้อความ + สื่อทั้งหมด"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "ไม่พบการสมัครแพ็กเกจของคุณ โปรดต่ออายุเพื่อการใช้งานแพ็กเกจสำรองข้อมูลของ Signal อย่างต่อเนื่อง"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {สำรองข้อความ + สื่อจาก {mediaDayCount,number} วัน}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "แพ็กเกจสำรองข้อมูลที่คุณเลือกไม่มีค่าใช้จ่าย"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "ต่ออายุ {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "หมดอายุ {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "ยกเลิกการสมัครแล้ว"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "คุณสามารถจัดการหรือยกเลิกการสมัครแพ็กเกจสำรองข้อมูลของ Signal ได้บนโทรศัพท์"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "คุณสามารถจัดการหรืออัปเกรดแพ็กเกจสำรองข้อมูลของ Signal ได้บนโทรศัพท์"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "ไม่พบการสมัครแพ็กเกจของคุณ โปรดต่ออายุเพื่อการใช้งานแพ็กเกจสำรองข้อมูลของ Signal อย่างต่อเนื่อง"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "คุณสามารถจัดการหรือต่ออายุการสมัครแพ็กเกจสำรองข้อมูลของ Signal ได้บนโทรศัพท์"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "การสำรองข้อมูลครั้งล่าสุด"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "โทรศัพท์ของคุณ"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "ขนาดของข้อมูลสำรอง"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {ผู้ติดต่อ {num,number} คน}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "มีการปรับเปลี่ยนเล็กน้อย พร้อมแก้ไขบั๊ก และการพัฒนาประสิทธิภาพให้ดียิ่งขึ้น ขอขอบคุณที่เลือกใช้ Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "พัฒนาให้คุณสามารถขยายหน้าต่างวิดีโอของตัวเองในระหว่างโทรได้ง่ายและสะดวกขึ้นอีก"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "เพิ่มความสามารถของ Signal เดสก์ท็อปให้ค้นหาไฟล์ GIF แบบเคลื่อนไหวได้แล้ว"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "เราเพิ่มฟีเจอร์ทางลัดที่จะทำให้คุณสามารถเอามือลงได้อย่างสะดวกและทันใจเมื่อถึงคิวได้พูดในสายโทรกลุ่มของ Signal"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "ผู้ใช้ที่เชื่อมโยง Signal Android กับเดสก์ท็อปแล้วเลือกถ่ายโอนประวัติการส่งข้อความ จะมีตัวเลือกเพิ่มในการถ่ายโอนไฟล์แนบแต่ละไฟล์มาจากอุปกรณ์หลักด้วย ทั้งยังอุ่นใจได้เหมือนเคยเพราะขั้นตอนการถ่ายโอนทั้งหมดถูกเข้ารหัสตั้งแต่ต้นทางถึงปลายทางและปลอดภัยเสมอ"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "นอกจากนี้ เรายังปรับขนาดของหน้าต่างโหมดจอเล็ก (Picture-in-Picture) พร้อมเพิ่มปุ่มทางลัดใหม่ๆ เพื่อความสะดวกในการย่อหน้าต่างการโทร"
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Unknown contact"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Unknown group"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "No emoji found"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Pumili ng skin tone para sa {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Palitan ang Preference sa Kulay ng Balat"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Mag-long press para pumili ang skin tone"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Pumili ng default na kulay ng balat mo"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Flags"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "I-customize ang reactions"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Mag-search ng stickers"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Recently Used"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Featured"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "No stickers found"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Dark skin tone"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Maglagay ng Emoji, Sticker, o GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Mag-add ng emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Mag-add ng sticker"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Kanselahin"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "I-update ang Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Nakita na"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Nakita na"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Media"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "View-once media"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Hindi nakalagay sa iyong chat history ang view-once messages."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Tingnan ang Larawan"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Tingnan ang Video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "View Once Video"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 member} other {{count,number} members}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Suriing mabuti"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Umalis"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Tapusin ang Tawag"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Umalis sa call"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Naka-off ang mic"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Patuloy na magda-download ng media sa background"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "I-pause ang transfer"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "I-cancel ang transfer"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Kinakailangang hakbang"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Kailangan mong buksan ang Signal sa phone mo para patuloy mong magamit ang account na ito. Kung hindi mo bubuksan ang Signal sa phone mo, mabubura ang iyong account. <learnMoreLink>Matuto pa</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "I-expand"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "I-require ang admin na mag-approve ng bagong members na nag-join gamit ang group link."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Kopyahin ang signal.group link sa clipboard"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Requests ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Palaging automatic na i-download ang voice messages at stickers."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Mga backup"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Last import at {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Naka-block"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Backup details"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Backup ng text + lahat ng media"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Hindi mahanap ang iyong subscription. Mag-renew para patuloy na magamit ang Signal Backups."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Backup ng text + media ng nakaraang {mediaDayCount,number} araw} other {Backup ng text + media ng nakaraang {mediaDayCount,number} araw}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Free ang backup plan mo"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Mare-renew sa {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Mage-expire sa {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Kinancel ang subscription"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Maaari mong i-manage o kanselahin ang iyong subscription sa Signal Backups sa iyong phone."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Maaari mong i-manage o i-upgrade ang Signal Backups sa iyong phone."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Hindi mahanap ang iyong subscription. Mag-renew para patuloy na magamit ang Signal Backups."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Maaari mong i-manage at i-renew ang iyong Signal Backups subscription sa phone mo."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Huling backup"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Sa phone mo"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Size ng backup"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} contact} other {{num,number} contacts}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Dagdag na maliliit na pag-aayos, pag-alis ng bugs, at pagpapaganda ng takbo ng app. Maraming salamat sa paggamit ng Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Pwede mo nang i-expand ang local video preview mo habang nasa call ka para mas makita mo nang maayos ang iyong sarili."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Pwede ka na ring mag-search ng animated GIFs sa Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Nagdagdag kami ng shortcut para maibababa mo agad ang iyong kamay kapag nagsimula ka nang magsalita sa isang Signal group call."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Kapag nag-link ka ng bagong Desktop sa Signal Android at pinili mong ilipat ang message history mo, maaari mo na ring piliin ang mga gusto mong ilipat na lumang attachments mula sa primary device mo. Ang proseso ng paglipat ay end-to-end encrypted at secure."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Ni-resize rin namin ang picture-to-picture window at nagdagdag din kami ng bagong shortcuts habang naka-minimize ang call."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Bilinmeyen kişi"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Bilinmeyen grup"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Mevcut emoji yok"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} için ten rengi seç"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Cilt Tonu Tercihini Değiştir"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Ten rengi seçmek için uzun bas"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Varsayılan cilt tonunu seç"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Bayraklar"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Tepkileri özelleştir"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Çıkartma ara"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Yakınlarda Kullanılmış"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Öne Çıkan"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Mevcut çıkartma yok"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Koyu ten rengi"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Emoji, Çıkartma veya GIF Ekle"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Emoji ekle"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Sticker ekleme"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "İptal"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal'i Güncelle"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Görüldü"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Görüldü"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "İçerik"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Bir Kez Görüntülenen Medya"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Bir kez görüntülenebilen mesajlar sohbet geçmişinde saklanmaz."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Fotoğrafı Görüntüle"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Videoyu Görüntüle"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Tek Seferlik Video"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 üye} other {{count,number} üye}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Dikkatle incele"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Ayrıl"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Aramayı sonlandır"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Aramadan ayrıl"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Mikrofon kapalı"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Medya arka planda indirilmeye devam edecek"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Aktarımı duraklat"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Aktarımı iptal et"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Hesap işlemi gerekli"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Bu hesabı kullanmaya devam etmek için telefonunda Signal'ı açman gerekiyor. Telefonunda Signal'ı açmazsan, hesabın kısa süre içinde silinecektir. <learnMoreLink>Dahasını öğren</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Genişlet"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Grup bağlantısı üzerinden katılan yeni üyelerin yönetici tarafından onaylanması gereksin"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group bağlantısını panoya kopyala"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "İstekler ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Sesli mesajlar ve çıkartmalar her zaman otomatik olarak indirilir."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Yedekler"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Son içe aktarma: {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Engellendi"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Yedekleme detayları"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Metin + tüm medya yedeklemesi"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Aboneliğin bulunamadı. Signal Yedeklemelerini kullanmaya devam etmek için yenile."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Metin + {mediaDayCount,number} günlük medya yedeklemesi} other {Metin + {mediaDayCount,number} günlük medya yedeklemesi}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Yedekleme planın ücretsizdir"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} tarihinde yenilenir"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "{date} tarihinde sona eriyor"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Abonelik iptal edildi"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Signal Yedeklemeleri aboneliğini telefonunda yönetebilir veya iptal edebilirsin."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Signal Yedeklemelerini telefonunda yönetebilir veya yükseltebilirsin."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Aboneliğin bulunamadı. Signal Yedeklemelerini kullanmaya devam etmek için yenile."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Signal Yedeklemeleri aboneliğini telefonunda yönetebilir veya yenileyebilirsin."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Son yedekleme"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Telefonunuza indirin"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Yedekleme boyutu"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} kişi} other {{num,number} kişi}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Küçük ince ayarlar, hata düzeltmeleri ve performans geliştirmeleri yaptık. Signal'i kullandığın için teşekkürler!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Bundan böyle kendine daha iyi bakmak için bir arama sırasında yerel video ön izlemeni büyütebilirsin."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Bundan böyle Signal Desktop'ta animasyonlu GIF'ler de arayabilirsin. Böylece Signal Desktop'ta o ana özgü mükemmel bir emoji, çıkartma veya animasyonlu GIF'i hızla bulmanı kolaylaştıran yepyeni bir seçim arayüzü ile insanoğlunun teknolojik ilerlemesinin zirvesini deneyimleyebilirsin."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal grup görüşmesi sırasında, konuşmaya başladıktan sonra elini hızla indirmen için kullanışlı bir kısayol ekledik. Bu sürümde en sevdiğimiz özellik bu."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Signal Android'de yeni bir Masaüstü bağlarsan ve mesaj geçmişini aktarmayı seçersen, bundan sonra birincil cihazındaki eski eklentileri de seçerek aktarabilirsin. Zamanda geriye gidip indirme simgesine tıklayarak geçmişi bugüne taşı. Aktarım süreci, her zaman olduğu gibi uçtan uca şifreli ve güvenlidir."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Resim içinde resim penceresini de yeniden boyutlandırdık ve arama simge durumuna küçültüldüğünde kullanışlı yeni kısayollar ekledik."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "نامەلۇم ئالاقەداش"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "نامەلۇم گۇرۇپپا"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Emoji تېپىلمىدى"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} ئۈچۈن تېرە رەڭگىنى تاللاڭ"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "تېرە رەڭگىگە بولغان مايىللىقىڭىزنى ئۆزگەرتىڭ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "تېرە رەڭگىنى تاللاش ئۈچۈن ئۇزۇن بېسىڭ"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "ئىشلەتكۈچى تېرە رەڭگىڭىزنى تاللاڭ"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "بايراق"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "ئىنكاس خاسلاشتۇرۇش"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "چاپلاق ئىزدە"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "يېقىندا ئىشلىتىلدى"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "ئالاھىدە"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "چاپلاق تېپىلمىدى"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "قارىماتاق تېرە رەڭگى"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Emoji ، چىراي ئىپادە ياكى GIF نى قوشۇڭ"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "بىر Emoji نى قوشۇڭ"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "چاپلاق قوش"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "بىكار قىلىش"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal نى يېڭىلا"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "كۆرگەن"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "كۆرگەن"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "ۋاسىتە"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "بىرلا قېتىم كۆرۈلىدىغان مېدىيا"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "بىر قېتىملا كۆرۈشكە بولىدىغان ئۇچۇرلار پاراڭ خاتىرىڭىزدە ساقلانمايدۇ."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "سۈرەت كۆرسەت"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "سىن كۆرسەت"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "بىر قېتىملا كۆرۈلىدىغان سىن"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {{count,number} ئەزا}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "ئەستايىدىللىق بىلەن تەكشۈرۈڭ"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "ئايرىلىش"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "توختات"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "چاقىرىقتىن ئايرىل"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "مىكروفون ئېتىك"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "مېدىيا ئارقا سۇپىدا داۋاملىق چۈشۈرۈلىدۇ"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "يۆتكەشنى توختىتىڭ"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "يۆتكەشنى ئەمەلدىن قالدۇرۇڭ"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "ئاساسلىق ئۈسكىنىڭىزدىن ھېساباتنى ھەرىكەتلەندۈرۈش تەلەپ قىلىنىدۇ"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "بۇ ھېساباتنى داۋاملىق ئىشلىتىش ئۈچۈن چوقۇم تېلېفونىڭىزدا Signalنى ئېچىشىڭىز كېرەك. ئەگەر تېلېفونىڭىزدا Signalنى ئاچمىسىڭىز ، ھېساباتىڭىز تېزلا ئۆچۈرۈلىدۇ. <learnMoreLink>تەپسىلاتى</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "كېڭەيتىش"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "بىر باشقۇرغۇچىدىن يېڭى ئەزالارنىڭ گۇرۇپپا ئۇلانمىسى ئارقىلىق گۇرۇپپىغا قوشۇلۇشىنى تەستىقلاشنى تەلەپ قىلىڭ"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group ئۇلانمىسىنى كۇنۇپكا تاختىسىغا كۆچۈرۈڭ"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "تەلەپ ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "ئاۋازلىق ئۇچۇرلار ۋە چاپلاقلار ھەمىشە ئاپتوماتىك چۈشۈرۈلىدۇ."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "زاپاسلار"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "ئاخىرقى ئەكىرىلگەن ۋاقىت {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "چەكلەندى"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "زاپاسلاش تەپسىلاتى"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "تېكىست + بارلىق مېدىيانى زاپاسلاش"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "مۇشتەرىلىكىڭىز تېپىلمىدى. Signal زاپاسلانمىسىنى ئشلىتىش ئۈچۈن يېڭىلاڭ."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {تېكىست + {mediaDayCount,number} كۈن مېدىيا زاپاسلاش}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "زاپاسلاش پىلانىڭىز ھەقسىز"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "يېڭىلىنىش ۋاقتى {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "مۇددىتى {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "مۇشتەرىلىك بىكار قىلىندى"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "تېلېفونىڭىزدا Signal زاپاسلانمىسى مۇشتەرىلىكىڭىزنى باشقۇرالايسىز ياكى يېڭىلىيالايسىز."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "تېلېفونىڭىزدا Signal زاپاسلانمىسىنى باشقۇرالايسىز ياكى يېڭىلىيالايسىز."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "مۇشتەرىلىكىڭىز تېپىلمىدى. Signal زاپاسلانمىسىنى ئشلىتىش ئۈچۈن يېڭىلاڭ."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "تېلېفونىڭىزدا Signal زاپاسلانمىسى مۇشتەرىلىكىڭىزنى باشقۇرالايسىز ياكى يېڭىلىيالايسىز."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "ئالدىنقى قېتىملىق زاپاسلاش"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "تېلېفونىڭىز"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "زاپاسلانما چوڭلۇقى"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {{num,number} ئالاقىداش}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "كىچىك ئۆزگەرتىشلەر كىرگۈزۈلدى، كاشىلا ھەل قىلىندى ۋە ئىقتىدار ئەلالاشتۇرۇلدى. Signal نى ئىشلەتكەنلىكىڭىزگە رەھمەت!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "ھازىر ئۆزىڭىزنى تېخىمۇ ياخشى كۆرۈش ئۈچۈن چاقىرىق جەريانىدا تېلېفونىڭىزدىكى سىن ئالدىن كۆرەكنى كېڭەيتەلەيسىز."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "ھازىر سىز Signal ئۈستەليۈزىىن ھەرىكەتلىك GIF لارنىمۇ تاللىيالايسىز. ھازىر سىز Signal ئۈستەليۈزدىن ھەرىكەتلىك GIF لارنىمۇ تاللىيالايسىز."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Signal گۇرۇپپا چاقىرىقى جەريانىدا سۆزلەشكە باشلىغاندىن كېيىنلا قولىڭىزنى تېزلىكتە قۇيۇپ بېرىش ئۈچۈن قۇلايلىق تېزلەتمە قوشتۇق. بۇ بىز بۇ قېتىملىق نەشىردىكى ئەڭ ياقتۇرىدىغان ئىقتىدار."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "ئەگەر سىز Signal ئاندىروئىدقا يېڭى ئۈستەلئۈستىنى ئۇلىسىڭىز ھەمدە ئۇچۇر تارىخىڭىزنى يۆتكەشنى تاللىسىڭىز ، ھازىر ئاساسلىق ئۈسكۈنىڭىزدىن بەزى كونا قوشۇمچە ھۆججەتلەرنىمۇ تاللاپ يۆتكىيەلەيسىز. بۇ يۆتكەش جەريانى ئاخىرىغىچە مەخپىيەتلەشتۈرۈلگەن ۋە بىخەتەر. ئېكراننى سېرىپ كەينىگە يېنىڭ ۋە چۈشۈرۈش سىنبەلگىسىنى چېكىپ ئۆتمۈشنى ھازىرغا قايتۇرۇپ ئەكىلىڭ. بۇرۇنقىدەكلا ، يۆتكەش جەريانى ئاخىرىغىچە مەخپىيەتلەشتۈرۈلگەن ۋە بىخەتەر."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "بىز رەسىم ئىچىدىكى رەسىم كۆزنىكىنىڭ چوڭ-كىچىكلىكىنى ئۆزگەرتتۇق ۋە تېلېفونلىشىنى ئەڭ تۆۋەن چەككە چۈشۈرگەندە قولايلىق ئېلىپ كېلىدىغان يېڭى تېزلەتمىلەرنى قوشتۇق."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Невідомий контакт"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Невідома група"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Емоджі не знайдено"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Виберіть колір шкіри для емоджі {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Обрати інший колір шкіри"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Натисніть і утримуйте, щоб вибрати колір шкіри"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Установіть стандартний колір шкіри"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Прапори"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Налаштування реакцій"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Пошук стікерів"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Недавні"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Обрані"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Cтікерів не знайдено"
|
||||
},
|
||||
@ -2451,7 +2466,7 @@
|
||||
"messageformat": "Світлуватий колір шкіри"
|
||||
},
|
||||
"icu:FunSkinTones__ListItem--Medium": {
|
||||
"messageformat": "Звичайний колір шкіри"
|
||||
"messageformat": "Помірно світлий колір шкіри"
|
||||
},
|
||||
"icu:FunSkinTones__ListItem--MediumDark": {
|
||||
"messageformat": "Темнуватий колір шкіри"
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Темний колір шкіри"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Додати емоджі, стікер або GIF-зображення"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Додати емоджі"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Додати стікер"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Закрити"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Оновити Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Переглянуто"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Переглянуто"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Медіафайл"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Одноразовий медіафайл"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Одноразові повідомлення не зберігаються у вашій історії чатів."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Переглянути фото"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Переглянути відео"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Одноразове відео"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {{count,number} учасник} few {{count,number} учасники} many {{count,number} учасників} other {{count,number} учасника}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Уважно перевірте цей запит"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Покинути"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Завершити виклик"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Покинути виклик"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Мікрофон вимкнено"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Завантаження медіафайлів продовжиться у фоновому режимі"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Припинити передачу даних"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Скасувати передачу"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Необхідно ввійти в акаунт"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Щоб і надалі користуватися цим акаунтом, вам потрібно відкрити Signal на телефоні. Якщо цього не зробити, невдовзі ваш акаунт буде видалено. <learnMoreLink>Докладніше</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Розкрити"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Нових учасників, які приєднуються до групи за посиланням, повинен затверджувати адміністратор."
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Копіювати посилання signal.group"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Запити ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Голосові повідомлення і стікери завжди завантажуються автоматично."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Резервні копії"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Востаннє імпортовано: {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Заблоковані"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Докладніше про резервну копію"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Текстові повідомлення + всі медіафайли"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Передплату не знайдено. Поновіть її, щоб знову користуватися резервним копіюванням від Signal."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {Текст + медіафайли за {mediaDayCount,number} минулий день} few {Текст + медіафайли за {mediaDayCount,number} минулі дні} many {Текст + медіафайли за {mediaDayCount,number} минулих днів} other {Текст + медіафайли за {mediaDayCount,number} минулого дня}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Ваш поточний план безплатний"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Наступний платіж {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Дійсний до {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Передплату скасовано"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Щоб змінити або скасувати передплату від Signal, зайдіть у налаштування з телефона."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Щоб налаштувати або змінити передплату від Signal, зайдіть у налаштування з телефона."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Передплату не знайдено. Поновіть її, щоб знову користуватися резервним копіюванням від Signal."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Щоб змінити або поновити передплату від Signal, зайдіть у налаштування з телефона."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Найновіша резервна копія"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Ваш телефон"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Розмір резервної копії"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} контакт} few {{num,number} контакти} many {{num,number} контактів} other {{num,number} контакту}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Дрібні поліпшення, виправлення помилок і покращення роботи застосунку. Дякуємо, що ви з Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Тепер ви можете збільшити попередній вигляд свого відео під час виклику, щоб краще себе роздивитися чи поміркувати над запитанням «хто я?»."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Вогонь, колесо й електрика беззаперечно змінили людство, але це були всього лиш необхідні кроки на шляху до справді великого винаходу: пошуку анімованих GIF-зображень. Насолоджуйтеся вершиною технологічних можливостей у Signal Desktop завдяки новому інтерфейсу вибору, що значно спрощує пошук потрібних емоджі, стікерів і GIF."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Ми додали зручне сполучення клавіш, щоб ви могли швидко опустити руку під час групового виклику в Signal, коли вже почали говорити. Надіємося, ця функція зіграє вам на руку."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Якщо ви зв'язуєте новий комп'ютер із Signal для Android і переносите історію повідомлень, тепер з основного пристрою також можна вибірково перенести старі вкладення. Щоб перенести минуле в теперішнє, натисніть на значок завантаження. Як і завжди, перенесення даних надійно захищено наскрізним шифруванням."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Крім того, ми змінили розмір вікна в режимі «картинка в картинці» й додали нові зручні сполучення клавіш для вимкнення / увімкнення мікрофона і камери під час згорнутого виклику."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "نامعلوم رابطہ"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "نامعلوم گروپ"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "کوئی ایموجی نہیں ملا"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "{emojiName} کے لیے اسکن ٹون منتخب کریں"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "اسکن ٹون کی ترجیحات کو تبدیل کریں"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "اسکن ٹون منتخب کرنے کے لیے دیر تک دبائیں"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "اپنی ڈیفالٹ اسکن ٹون منتخب کریں"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "جھنڈے"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "ری ایکشنز کو حسبِ ضرورت بنائیں"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "اسٹیکرز تلاش کریں"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "حالیہ استعمال شدہ"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "فیچر کردہ"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "کوئی اسٹیکر نہیں ملا"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "گہری اسکن ٹون"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "کوئی ایموجی، اسٹیکر، یا GIF شامل کریں"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "ایموجی شامل کریں"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "اسٹیکر شامل کریں"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "منسوخ کریں"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Signal اپ ڈیٹ کریں"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "دیکھا ہوا"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "دیکھا ہوا"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "میڈیا"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "ایک مرتبہ دیکھا جانے والا میڈیا"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "ایک وقتی دیکھے جانے والے میسجز آپ کی چیٹ ہسٹری میں اسٹور نہیں ہوتے۔"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "تصویر دیکھیں"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "ویڈیو دیکھیں"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "ایک بار دیکھنے کی ویڈیو"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, one {1 ممبر} other {{count,number} ممبرز}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "احتیاط سے جائزہ لیں"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "نکل جائیں"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "کال ختم کریں"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "کال چھوڑو"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "مائیک آف"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "پس منظر میں میڈیا ڈاؤن لوڈ ہونا جاری رہے گا"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "ٹرانسفر روکیں"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "منتقل کرنے کو منسوخ کریں"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "اکاؤنٹ کی کارروائی درکار ہے"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "آپ کو اس اکاؤنٹ کا استعمال جاری رکھنے کے لیے اپنے فون پر Signal کھولنا ہو گا۔ اگر آپ اپنے فون پر Signal نہیں کھولتے، تو جلد ہی آپ کا اکاؤنٹ حذف کر دیا جائے گا۔ <learnMoreLink>مزید جانیں</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "پھیلائیں"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "کسی منتظم سے گروپ لینک کے ذریعے نئے ممبران کی شمولیت کی منظوری کی ضرورت ہے"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "signal.group کے لنک کو کلپ بورڈ پر کاپی کریں"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "درخواستیں ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "صوتی میسجز اور اسٹیکرز ہمیشہ خودکار طور پر ڈاؤن لوڈ ہوتے ہیں۔"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "بیک اپس"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "آخری درآمد {date} {time} پر کی گئی"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "بلاک شدہ"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "بیک اپ کی تفصیلات"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "ٹیکسٹ + تمام میڈیا کا بیک اپ"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "آپ کی سبسکرپشن نہیں ملی۔ Signal بیک اپس کا استعمال کرنا جاری رکھنے کے لیے تجدید کریں۔"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, one {ٹیکسٹ + {mediaDayCount,number} دن کے میڈیا کا بیک اپ} other {ٹیکسٹ + {mediaDayCount,number} دنوں کے میڈیا کا بیک اپ}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "آپ کا بیک اپ پلان مفت ہے"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} کی تجدید کرتا ہے"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "{date} پر زائد المیعاد ہوتا ہے"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "سبسکرپشن منسوخ کر دی گئی"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "آپ اپنے فون پر Signal بیک اپس کی سبسکرپشن کا نظم کر سکتے ہیں یا منسوخ کر سکتے ہیں۔"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "آپ Signal بیک اپس کو اپنے فون پر منظم کر سکتے یا اپ گریڈ کر سکتے ہیں۔"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "آپ کی سبسکرپشن نہیں ملی۔ Signal بیک اپس کا استعمال کرنا جاری رکھنے کے لیے تجدید کریں۔"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "آپ Signal بیک اپس کی سبسکرپشن کو اپنے فون پر منظم کر سکتے ہیں یا تجدید کر سکتے ہیں۔"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "آخری بیک اپ"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "آپکا موبائل"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "بیک اپ کا سائز"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, one {{num,number} رابطہ} other {{num,number} روابط}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "معمولی تبدیلیاں کی گئیں، بگ ٹھیک کیے گئے، اور کارکردگی اور بھی بہتر بنائی گئی ہے۔ Signal استعمال کرنے کے لیے شکریہ!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "اب آپ کال کے دوران اپنے آپ کو بہتر انداز میں دیکھنے کے لیے اپنے مقامی ویڈیو کے پری ویو کو پھیلا سکتے ہیں۔"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "اب آپ Signal ڈیسک ٹاپ میں بھی اینیمیٹڈ GIFs تلاش کر سکتے ہیں۔"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "ہم نے ایک آسان شارٹ کٹ شامل کیا ہے تاکہ آپ Signal کی گروپ کال کے دوران بولنا شروع کرنے کے بعد فوری طور پر اپنا ہاتھ نیچے کر سکیں۔"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "اگر آپ Signal Android پر نیا ڈیسک ٹاپ لنک کرتے ہیں اور اپنی میسج ہسٹری ٹرانسفر کرنے کا انتخاب کرتے ہیں، تو اب آپ اپنی بنیادی ڈیوائس سے پرانے منسلکات کو چن کر بھی ٹرانسفر کر سکتے ہیں۔ یہ ٹرانسفر کا عمل اینڈ ٹو اینڈ انکرپٹ کردہ اور محفوظ ہے۔"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "ہم نے تصویر در تصویر والی ونڈو کا سائز بھی تبدیل کر دیا ہے اور کال کو چھوٹا کر کے مائیکروفون کا میوٹ/ان میوٹ یا کیمرے کو آن/آف کرنے کے نئے آسان شارٹ کٹس شامل کیے ہیں۔"
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "Liên hệ không rõ"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "Nhóm chưa biết"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Không tìm thấy biểu tượng cảm xúc"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "Chọn màu da cho {emojiName}"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "Đổi lựa chọn màu da ưu tiên"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "Nhấn và giữ để chọn màu da"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "Chọn màu da mặc định của bạn"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "Cờ"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "Tuỳ chỉnh phản ứng"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "Tìm kiếm nhãn dán"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "Sử dụng gần đây"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "Nổi bật"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "Không tìm thấy nhãn dán"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "Màu da tối"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "Thêm Emoji, Nhãn dán hoặc GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "Thêm một Emoji"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "Thêm một Sticker"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "Hủy"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "Cập nhật Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "Đã xem"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "Đã xem"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "Đa phương tiện"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "Đa phương tiện Xem Một Lần"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "Tin nhắn xem một lần không được lưu trong lịch sử trò chuyện."
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "Xem ảnh"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "Xem video"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "Video xem một lần"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {{count,number} thành viên}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "Kiểm tra kỹ"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "Rời"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "Kết thúc cuộc gọi"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "Rời cuộc gọi"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "Tắt micro"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "Tập tin đa phương tiện vẫn sẽ tiếp tục được tải xuống ở chế độ nền"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "Tạm dừng chuyển"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "Hủy chuyển"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "Cần thao tác"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "Bạn phải mở Signal trên điện thoại để tiếp tục sử dụng tài khoản này. Nếu không mở Signal trên điện thoại, tài khoản của bạn sẽ sớm bị xóa. <learnMoreLink>Tìm hiểu thêm</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "Mở rộng"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "Yêu cầu người quản lý chấp duyệt thành viên mới tham gia qua đường dẫn nhóm"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "Sao chép đường dẫn signal.group vào clipboard"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "Yêu cầu ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "Tin nhắn thoại và nhãn dán luôn được tự động tải xuống."
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "Sao lưu"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "Lần nhập cuối cùng vào lúc {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "Đã chặn"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "Thông tin bản sao lưu"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "Bản sao lưu tin nhắn + tất cả tập tin đa phương tiện"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "Không tìm thấy gói đăng ký của bạn. Gia hạn gói đăng ký Sao lưu Signal để tiếp tục sử dụng."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {Bản sao lưu tin nhắn văn bản + tập tin đa phương tiện {mediaDayCount,number} ngày qua}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "Bạn đang sử dụng gói miễn phí"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "Gia hạn {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "Hết hạn vào ngày {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "Gói đăng ký đã được hủy"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "Bạn có thể quản lý hoặc hủy gói đăng ký Sao lưu Signal trên điện thoại của bạn."
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "Bạn có thể quản lý hoặc nâng cấp gói đăng ký Sao lưu Signal trên điện thoại của bạn."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "Không tìm thấy gói đăng ký của bạn. Gia hạn gói đăng ký Sao lưu Signal để tiếp tục sử dụng."
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "Bạn có thể quản lý hoặc gia hạn gói đăng ký Sao lưu Signal trên điện thoại của bạn."
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "Bản sao lưu gần nhất"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "Điện thoại của bạn"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "Kích thước bản sao lưu"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {{num,number} liên hệ}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "Các tinh chỉnh, sửa lỗi, và cải thiện hiệu năng. Cảm ơn bạn đã sử dụng Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Giờ đây bạn có thể mở rộng khung xem trước video trên thiết bị khi đang trong cuộc gọi để thấy được rõ hơn hình ảnh của mình."
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "Giờ đây bạn cũng có thể tìm ảnh GIF động trên Signal Desktop."
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "Chúng tôi đã thêm phím tắt tiện lợi để bạn nhanh chóng hạ tay xuống sau khi bạn bắt đầu nói trong một cuộc gọi nhóm Signal."
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "Nếu bạn liên kết một Máy tính mới trên Signal Android và chọn chuyển lịch sử tin nhắn, giờ đây bạn cũng có thể chuyển các tập tin đính kèm cũ một cách có chọn lọc từ thiết bị chính của mình. Như thường lệ, quá trình chuyển dữ liệu được mã hóa đầu cuối và bảo mật."
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "Chúng tôi cũng đã thay đổi kích thước cửa sổ hình trong hình và thêm các phím tắt tiện lợi mới khi cuộc gọi được thu nhỏ."
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "不明嘅聯絡人"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "不明嘅群組"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "搵唔到表情符號"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "為 {emojiName} 揀膚色"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "更改膚色偏好"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "長㩒去揀膚色"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "選擇你嘅預設膚色"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "旗幟"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "自訂心情回應"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "搜尋貼圖"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "最近用過"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "精選"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "搵唔到貼圖"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "深膚色"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "加個表情符號、貼圖或者 GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "加個表情符號"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "加個貼圖"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "取消"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "更新 Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "睇咗"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "睇咗"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "媒體"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "閱後即焚媒體"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "「閱後即毀」嘅訊息唔會儲存喺你嘅對話紀錄入面。"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "睇吓張相"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "睇吓段片"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "閱後即焚影片"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {{count,number} 位成員}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "請仔細審查"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "離開"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "結束通話"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "退出通話"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "閂咗咪"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "媒體會繼續喺背景下載"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "暫停轉移"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "取消轉移"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "帳戶有嘢要你做"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "你一定要喺手機上面打開 Signal 先至可以繼續用呢個帳戶。如果你唔喺手機上面打開 Signal,你嘅帳戶就會好快被刪除。<learnMoreLink>了解詳情</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "展開"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "用群組連結加入嘅新成員需要經過管理員嘅批准"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "將 signal.group 連結複製到剪貼簿"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "請求({count,number} 個)"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "語音訊息同貼圖長期都會自動下載。"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "備份"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "上次匯入嘅時間係 {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "封鎖咗"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "備份詳情"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "備份文字訊息 + 全部媒體"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "搵唔到你嘅課金計劃。即刻續期嚟繼續用 Signal 備份啦。"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {備份文字訊息 + {mediaDayCount,number} 日嘅媒體}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "你嘅備份計劃係免費嘅"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} 續期"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "{date} 到期"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "取消咗課金計劃"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "你可以喺手機度管理或者取消「Signal 備份」課金計劃。"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "你可以喺手機度管理或者升級「Signal 備份」課金計劃。"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "搵唔到你嘅課金計劃。即刻續期嚟繼續用 Signal 備份啦。"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "你可以喺手機度管理「Signal 備份」課金計劃或者續期。"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "上一次備份"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "你部手機"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "備份大小"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {{num,number} 個聯絡人}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "我哋做咗啲調整、修復咗一啲錯誤,同埋加強咗程式功能。多謝你使用 Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "而家,你可以喺通話期間放大自己嘅視像預覽,睇清楚啲自己個樣。"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "各種發明或者新發展可以造福人群,為咗大家福祉,我哋都喺動畫 GIF 搜尋方面謀求新發展。而家,你可以喺 Signal 桌面版度體驗全新嘅選擇界面,等你可以輕鬆又快脆咁搵到啱心水嘅表情符號、貼圖,或者動畫 GIF。"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "我哋加咗個捷徑,方便你喺 Signal 群組通話期間一開始講嘢就即刻放低手。"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "如果你喺 Signal Android 度連結新嘅桌面電腦,同選擇轉移訊息紀錄,而家仲可以由主裝置轉移舊附件添。轉移過程經端對端加密,確保安全。"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "我們仲調整咗畫中畫視窗嘅大細,同埋加咗方便你嘅新捷徑,等你可以將個咪靜音/取消靜音,或者喺通話縮到最細時打開/閂埋個鏡頭。"
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "未知联系人"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "未知群组"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "没有找到符合条件的表情"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "选择 {emojiName} 的肤色"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "更改肤色偏好"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "长按选择肤色"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "选择您的默认肤色"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "旗帜"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "自定义回应"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "搜索贴纸"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "最近使用"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "精选"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "没有找到表情"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "深肤色"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "添加表情符号、表情贴图或 GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "添加表情符号"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "添加贴纸"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "取消"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "升级 Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "已阅"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "已阅"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "媒体"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "阅后即焚媒体"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "阅后即焚消息不会保存在您的聊天记录中。"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "查看照片"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "查看视频"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "阅后即焚视频"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {{count,number} 名成员}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "请仔细审查"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "离开"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "结束呼叫"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "离开通话"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "麦克风关闭"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "媒体将会在后台继续下载"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "暂停转移"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "取消转移"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "需要采取账户操作"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "您必须在手机上打开 Signal 才能继续使用此账户。如果不在手机上打开 Signal,您的账户将会很快被删除。<learnMoreLink>了解更多</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "扩展"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "新成员通过群组链接加入时,需管理员批准。"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "将 Signal 群组链接复制到剪贴板"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "请求 ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "语音消息和表情贴图始终自动下载。"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "备份"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "上次导入时间为 {date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "已屏蔽"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "备份详情"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "文本 + 所有媒体备份"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "未找到您的套餐。请续订以继续使用 Signal 备份。"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {文本 + {mediaDayCount,number} 天媒体备份}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "您使用的是免费备份套餐"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "到 {date} 续期"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "{date}到期"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "备份套餐已取消"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "您可以在手机上管理或取消您的 Signal 备份套餐。"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "您可以在手机上管理或升级您的 Signal 备份。"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "未找到您的套餐。请续订以继续使用 Signal 备份。"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "您可以在手机上管理或续订您的 Signal 备份套餐。"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "上次备份"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "您的手机"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "备份大小"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {{num,number} 个联系人}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "我们进行了功能微调、漏洞修复和性能强化。感谢使用 Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "现在您可以在通话期间扩展本地视频预览了,以更清楚地预览画面。"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "现在您在 Signal Desktop 上也可以搜索动画 GIF 了。"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "我们添加了一个方便的快捷键,让您在群组通话期间开始讲话后快速把举起的手放下来。"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "如果您在 Android 版 Signal 上链接一个新的桌面设备,并选择转移您的消息记录,现在您也可以有选择地从主设备中转移旧附件。转移过程受端对端加密保护,安全可靠。"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "我们还重新调整了画中画窗口的大小,并新增了方便的快捷键,便于在通话最小化时进行操作。"
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "未知聯絡人"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "未知的群組"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "找不到 Emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "為 {emojiName} 選擇膚色"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "更改膚色偏好"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "長按以選擇膚色"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "選擇你的預設膚色"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "旗幟"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "自訂心情回應"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "搜尋貼圖"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "最近使用"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "精選"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "找不到貼圖"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "深膚色"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "新增表情符號、貼圖或 GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "新增表情符號"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "新增貼圖"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "取消"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "更新 Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "已查看"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "已查看"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "媒體"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "「閱後即毀」媒體檔案"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "一次性訊息將不會儲存在你的聊天紀錄中。"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "查看照片"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "檢視影片"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "閱後即焚影片"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {{count,number} 位成員}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "仔細檢查"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "離開"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "掛斷"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "離開通話"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "關閉麥克風"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "媒體將繼續在背景下載"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "暫停轉移"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "取消轉移"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "需為帳戶採取行動"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "你必須在手機上開啟 Signal 才能繼續使用此帳戶。如果你沒有在手機上開啟 Signal,你的帳戶將很快被刪除。<learnMoreLink>了解更多</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "擴充"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "需要管理員批准透過群組連結加入的新成員"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "將 signal.group 連結複製到剪貼簿"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "要求 ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "語音訊息及貼圖每次都會自動下載。"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "備份"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "最後匯入時間在{date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "已封鎖"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "備份詳細資料"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "文字 + 所有媒體備份"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "找不到你的定期贊助。請立即續期以繼續使用「Signal 備份」。"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {文字 + {mediaDayCount,number} 天的媒體備份}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "你的備份計畫是免費的"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "{date} 續期"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "到期日為 {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "備份定期贊助已取消"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "你可以在手機上管理或取消「Signal 備份」定期贊助。"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "你可以在手機上管理或升級「Signal 備份」。"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "找不到你的定期贊助。請立即續期以繼續使用「Signal 備份」。"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "你可以在手機上管理「Signal 備份」定期贊助或為其續期。"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "上次備份"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "你的手機"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "備份大小"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {{num,number} 位聯絡人}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "細微的調整、問題修復和效能改善。感謝各位使用 Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "現在你可以在通話期間放大自己的視訊預覽,讓你更清楚看到自己。"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "各種發明或新發展可以造福人群,為了大家福祉,我們亦在為 GIF 動畫的搜尋創造存在條件。現在,你可以在 Signal 桌面版中體驗全新的選擇界面,讓你輕鬆快速找到適合當前的表情符號、貼圖或動畫 GIF。"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "我們新增了一個方便的捷徑,讓你在 Signal 群組通話中開始發言後,可以快速放下你的手。這是此發行版本中我們最喜歡的功能。"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "如果你在 Signal Android 上連結新的桌面電腦並選擇轉移訊息紀錄,現在你也可以選擇性地從主裝置轉移舊附件。回顧過去並點擊下載圖示,將過去帶入現在。與往常一樣,轉移過程是端對端加密且安全的。"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "我們還調整了畫中畫視窗的大小,並新增了方便的新捷徑以將麥克風靜音/取消靜音,或在通話最小化時開啟/關閉相機。"
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
"icu:unknownContact": {
|
||||
"messageformat": "未知聯絡人"
|
||||
},
|
||||
"icu:unknownContactShort": {
|
||||
"messageformat": "Unknown"
|
||||
},
|
||||
"icu:unknownGroup": {
|
||||
"messageformat": "未知的群組"
|
||||
},
|
||||
@ -2324,9 +2327,15 @@
|
||||
"icu:FunPanelEmojis__SearchResults__EmptyHeading": {
|
||||
"messageformat": "找不到 Emoji"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__SelectSkinToneForSelectedEmoji": {
|
||||
"messageformat": "為 {emojiName} 選擇膚色"
|
||||
},
|
||||
"icu:FunPanelEmojis__ChangeSkinToneButtonLabel": {
|
||||
"messageformat": "更改膚色偏好"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__LongPressAccessibilityDescription": {
|
||||
"messageformat": "長按以選擇膚色"
|
||||
},
|
||||
"icu:FunPanelEmojis__SkinTonePicker__ChooseDefaultLabel": {
|
||||
"messageformat": "選擇你的預設膚色"
|
||||
},
|
||||
@ -2360,6 +2369,9 @@
|
||||
"icu:FunPanelEmojis__SectionTitle--Flags": {
|
||||
"messageformat": "旗幟"
|
||||
},
|
||||
"icu:FunPanelEmojis__CustomizeReactionsButtonLabel": {
|
||||
"messageformat": "自定義回應"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchLabel": {
|
||||
"messageformat": "搜尋貼圖"
|
||||
},
|
||||
@ -2378,6 +2390,9 @@
|
||||
"icu:FunPanelStickers__SectionTitle--Recents": {
|
||||
"messageformat": "最近使用"
|
||||
},
|
||||
"icu:FunPanelStickers__SectionTitle--Featured": {
|
||||
"messageformat": "精選"
|
||||
},
|
||||
"icu:FunPanelStickers__SearchResults__EmptyHeading": {
|
||||
"messageformat": "找不到貼圖"
|
||||
},
|
||||
@ -2460,13 +2475,13 @@
|
||||
"messageformat": "深膚色"
|
||||
},
|
||||
"icu:FunButton__Label--FunPicker": {
|
||||
"messageformat": "Add an Emoji, Sticker, or GIF"
|
||||
"messageformat": "新增表情符號、貼圖或 GIF"
|
||||
},
|
||||
"icu:FunButton__Label--EmojiPicker": {
|
||||
"messageformat": "Add an Emoji"
|
||||
"messageformat": "新增表情符號"
|
||||
},
|
||||
"icu:FunButton__Label--StickerPicker": {
|
||||
"messageformat": "Add a Sticker"
|
||||
"messageformat": "新增貼圖"
|
||||
},
|
||||
"icu:confirmation-dialog--Cancel": {
|
||||
"messageformat": "取消"
|
||||
@ -2504,15 +2519,9 @@
|
||||
"icu:Message--update-signal": {
|
||||
"messageformat": "更新 Signal"
|
||||
},
|
||||
"icu:Message--tap-to-view-expired": {
|
||||
"messageformat": "已查看"
|
||||
},
|
||||
"icu:Message--tap-to-view--viewed": {
|
||||
"messageformat": "已查看"
|
||||
},
|
||||
"icu:Message--tap-to-view--outgoing": {
|
||||
"messageformat": "媒體"
|
||||
},
|
||||
"icu:Message--tap-to-view--media": {
|
||||
"messageformat": "一次性多媒體內容"
|
||||
},
|
||||
@ -2522,12 +2531,6 @@
|
||||
"icu:Message--tap-to-view--outgoing--expired-toast": {
|
||||
"messageformat": "一次性訊息將不會儲存在你的聊天紀錄中。"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming": {
|
||||
"messageformat": "查看照片"
|
||||
},
|
||||
"icu:Message--tap-to-view--incoming-video": {
|
||||
"messageformat": "檢視影片"
|
||||
},
|
||||
"icu:Message--tap-to-view--video": {
|
||||
"messageformat": "閱後即焚影片"
|
||||
},
|
||||
@ -2951,6 +2954,36 @@
|
||||
"icu:ConversationHero--members": {
|
||||
"messageformat": "{count, plural, other {{count,number} 個成員}}"
|
||||
},
|
||||
"icu:ConversationHero--member-list-and-invited": {
|
||||
"messageformat": "{invitesCount, plural, one {{memberList} (+{invitesCount,number} invited)} other {{memberList} (+{invitesCount,number} invited)}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-zero": {
|
||||
"messageformat": "No group members"
|
||||
},
|
||||
"icu:ConversationHero--group-members-only-you": {
|
||||
"messageformat": "No other group members yet"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one": {
|
||||
"messageformat": "{member}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-one-and-you": {
|
||||
"messageformat": "{member} and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two": {
|
||||
"messageformat": "{member1} and {member2}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-two-and-you": {
|
||||
"messageformat": "{member1}, {member2}, and you"
|
||||
},
|
||||
"icu:ConversationHero--group-members-three": {
|
||||
"messageformat": "{member1}, {member2}, and {member3}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--group-members-other-and-you": {
|
||||
"messageformat": "{remainingCount, plural, one {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} other</clickable>} other {{member1}, {member2}, {member3}, and <clickable>{remainingCount,number} others</clickable>}}"
|
||||
},
|
||||
"icu:ConversationHero--review-carefully": {
|
||||
"messageformat": "仔細檢查"
|
||||
},
|
||||
@ -3101,6 +3134,12 @@
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group": {
|
||||
"messageformat": "離開"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-1-1-tooltip": {
|
||||
"messageformat": "掛斷"
|
||||
},
|
||||
"icu:CallControls__JoinLeaveButton--hangup-group-tooltip": {
|
||||
"messageformat": "離開通話"
|
||||
},
|
||||
"icu:CallControls__MutedToast--muted": {
|
||||
"messageformat": "關閉麥克風"
|
||||
},
|
||||
@ -3977,6 +4016,12 @@
|
||||
"icu:BackupMediaDownloadProgress__description-idle": {
|
||||
"messageformat": "媒體將繼續在背景下載"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__title-offline": {
|
||||
"messageformat": "Restoring media paused"
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__description-offline": {
|
||||
"messageformat": "Waiting for Internet connection..."
|
||||
},
|
||||
"icu:BackupMediaDownloadProgress__button-pause": {
|
||||
"messageformat": "暫停轉移"
|
||||
},
|
||||
@ -4007,6 +4052,12 @@
|
||||
"icu:BackupMediaDownloadCancelConfirmation__button-confirm-cancel": {
|
||||
"messageformat": "取消轉移"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__title": {
|
||||
"messageformat": "需為帳戶採取行動"
|
||||
},
|
||||
"icu:CriticalIdlePrimaryDeviceModal__description": {
|
||||
"messageformat": "你必須在手機上開啟 Signal 才能繼續使用此帳戶。如果你沒有在手機上開啟 Signal,你的帳戶將很快被刪除。<learnMoreLink>了解更多</learnMoreLink>"
|
||||
},
|
||||
"icu:CompositionArea--expand": {
|
||||
"messageformat": "擴充"
|
||||
},
|
||||
@ -4257,7 +4308,7 @@
|
||||
"messageformat": "需要管理員批准透過群組連結加入的新成員"
|
||||
},
|
||||
"icu:GroupLinkManagement__CopyGroupLinkButtonLabel": {
|
||||
"messageformat": "Copy signal.group link to keyboard"
|
||||
"messageformat": "將 signal.group 連結複製到剪貼簿"
|
||||
},
|
||||
"icu:PendingInvites--tab-requests": {
|
||||
"messageformat": "要求 ({count,number})"
|
||||
@ -4943,6 +4994,18 @@
|
||||
"icu:Preferences__media-auto-download__description": {
|
||||
"messageformat": "語音訊息及貼圖每次都會自動下載。"
|
||||
},
|
||||
"icu:Preferences__button--backups": {
|
||||
"messageformat": "備份"
|
||||
},
|
||||
"icu:Preferences__button--internal": {
|
||||
"messageformat": "Internal"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup--description": {
|
||||
"messageformat": "Export encrypted backup to memory and run validation suite on it"
|
||||
},
|
||||
"icu:Preferences__internal__validate-backup": {
|
||||
"messageformat": "Validate"
|
||||
},
|
||||
"icu:Preferences--lastSynced": {
|
||||
"messageformat": "最後匯入時間在{date} {time}"
|
||||
},
|
||||
@ -4973,6 +5036,51 @@
|
||||
"icu:Preferences--blocked": {
|
||||
"messageformat": "已封鎖"
|
||||
},
|
||||
"icu:Preferences--backup-details__header": {
|
||||
"messageformat": "備份詳細資料"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__description": {
|
||||
"messageformat": "文字 + 所有媒體備份"
|
||||
},
|
||||
"icu:Preferences--backup-plan-not-found__description": {
|
||||
"messageformat": "找不到你的定期贊助。請立即續期以繼續使用「Signal 備份」。"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__description": {
|
||||
"messageformat": "{mediaDayCount, plural, other {文字 + {mediaDayCount,number} 天的媒體備份}}"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__cost-description": {
|
||||
"messageformat": "你的備份計畫是免費的"
|
||||
},
|
||||
"icu:Preferences--backup-plan__renewal-date": {
|
||||
"messageformat": "續約 {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__expiry-date": {
|
||||
"messageformat": "到期日為 {date}"
|
||||
},
|
||||
"icu:Preferences--backup-plan__canceled": {
|
||||
"messageformat": "備份定期贊助已取消"
|
||||
},
|
||||
"icu:Preferences--backup-media-plan__note": {
|
||||
"messageformat": "你可以在手機上管理或取消「Signal 備份」定期贊助。"
|
||||
},
|
||||
"icu:Preferences--backup-messages-plan__note": {
|
||||
"messageformat": "你可以在手機上管理或升級「Signal 備份」。"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found": {
|
||||
"messageformat": "找不到你的定期贊助。請立即續期以繼續使用「Signal 備份」。"
|
||||
},
|
||||
"icu:Preferences--backup-plan__not-found__note": {
|
||||
"messageformat": "你可以在手機上管理「Signal 備份」定期贊助或為其續期。"
|
||||
},
|
||||
"icu:Preferences--backup-created-at__label": {
|
||||
"messageformat": "上次備份"
|
||||
},
|
||||
"icu:Preferences--backup-created-by-phone": {
|
||||
"messageformat": "你的手機"
|
||||
},
|
||||
"icu:Preferences--backup-size__label": {
|
||||
"messageformat": "備份大小"
|
||||
},
|
||||
"icu:Preferences--blocked-count": {
|
||||
"messageformat": "{num, plural, other {{num,number} 位聯絡人}}"
|
||||
},
|
||||
@ -6217,16 +6325,10 @@
|
||||
"messageformat": "細微的調整、問題修復和效能改善。感謝各位使用 Signal!",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "現在你可以在通話期間放大自己的視訊預覽,讓你更清楚看到自己。"
|
||||
"icu:WhatsNew__v7.51--0": {
|
||||
"messageformat": "各種發明或新發展可以造福人群,為了大家福祉,我們亦在為 GIF 動畫的搜尋創造存在條件。現在,你可以在 Signal 桌面版中體驗全新的選擇界面,讓你輕鬆快速找到適合當前的表情符號、貼圖或動畫 GIF。"
|
||||
},
|
||||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "我們新增了一個方便的捷徑,讓你在 Signal 群組通話中開始發言後,可以快速放下你的手。這是此發行版本中我們最喜歡的功能。"
|
||||
},
|
||||
"icu:WhatsNew__v7.49--0": {
|
||||
"messageformat": "如果你在 Signal Android 上連結新的桌面電腦並選擇轉移訊息紀錄,現在你也可以選擇性地從主裝置轉移舊附件。回顧過去並點擊下載圖示,將過去帶入現在。與往常一樣,轉移過程是端對端加密且安全的。"
|
||||
},
|
||||
"icu:WhatsNew__v7.50--0": {
|
||||
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure."
|
||||
"icu:WhatsNew__v7.51--1": {
|
||||
"messageformat": "我們還調整了畫中畫視窗的大小,並新增了方便的新捷徑以將麥克風靜音/取消靜音,或在通話最小化時開啟/關閉相機。"
|
||||
}
|
||||
}
|
||||
|
||||
16
app/main.ts
16
app/main.ts
@ -1918,7 +1918,7 @@ const onDatabaseError = async (error: Error) => {
|
||||
} else if (buttonIndex === goToSupportPageButtonIndex) {
|
||||
drop(
|
||||
shell.openExternal(
|
||||
'https://support.signal.org/hc/articles/9045714156314-Can-t-Open-Signal-Desktop'
|
||||
'https://support.signal.org/hc/articles/9045714156314#desktop'
|
||||
)
|
||||
);
|
||||
}
|
||||
@ -2125,7 +2125,8 @@ app.on('ready', async () => {
|
||||
// We use this event only a single time to log the startup time of the app
|
||||
// from when it's first ready until the loading screen disappears.
|
||||
ipc.once('signal-app-loaded', (event, info) => {
|
||||
const { preloadTime, connectTime, processedCount } = info;
|
||||
const { preloadCompileTime, preloadTime, connectTime, processedCount } =
|
||||
info;
|
||||
|
||||
const loadTime = Date.now() - startTime;
|
||||
const sqlInitTime = sqlInitTimeEnd - sqlInitTimeStart;
|
||||
@ -2136,6 +2137,7 @@ app.on('ready', async () => {
|
||||
const innerLogger = getLogger();
|
||||
innerLogger.info('App loaded - time:', loadTime);
|
||||
innerLogger.info('SQL init - time:', sqlInitTime);
|
||||
innerLogger.info('Preload Compile - time:', preloadCompileTime);
|
||||
innerLogger.info('Preload - time:', preloadTime);
|
||||
innerLogger.info('WebSocket connect - time:', connectTime);
|
||||
innerLogger.info('Processed count:', processedCount);
|
||||
@ -2146,6 +2148,7 @@ app.on('ready', async () => {
|
||||
event.sender.send('ci:event', 'app-loaded', {
|
||||
loadTime,
|
||||
sqlInitTime,
|
||||
preloadCompileTime,
|
||||
preloadTime,
|
||||
connectTime,
|
||||
processedCount,
|
||||
@ -2181,7 +2184,8 @@ app.on('ready', async () => {
|
||||
logger.info(
|
||||
'media access status',
|
||||
getMediaAccessStatus('microphone'),
|
||||
getMediaAccessStatus('camera')
|
||||
getMediaAccessStatus('camera'),
|
||||
getMediaAccessStatus('screen')
|
||||
);
|
||||
}
|
||||
|
||||
@ -3020,7 +3024,7 @@ ipc.handle('get-media-access-status', async (_event, value) => {
|
||||
|
||||
ipc.handle(
|
||||
'open-system-media-permissions',
|
||||
async (_event, mediaType: 'camera' | 'microphone') => {
|
||||
async (_event, mediaType: 'camera' | 'microphone' | 'screenCapture') => {
|
||||
if (!OS.isMacOS()) {
|
||||
return;
|
||||
}
|
||||
@ -3032,6 +3036,10 @@ ipc.handle(
|
||||
await shell.openExternal(
|
||||
'x-apple.systempreferences:com.apple.preference.security?Privacy_Microphone'
|
||||
);
|
||||
} else if (mediaType === 'screenCapture') {
|
||||
await shell.openExternal(
|
||||
'x-apple.systempreferences:com.apple.preference.security?Privacy_ScreenCapture'
|
||||
);
|
||||
} else {
|
||||
throw missingCaseError(mediaType);
|
||||
}
|
||||
|
||||
@ -76,7 +76,19 @@
|
||||
type="font/woff2"
|
||||
crossorigin
|
||||
/>
|
||||
<link
|
||||
rel="preload"
|
||||
href="images/logo-parts/base.svg"
|
||||
as="image"
|
||||
crossorigin
|
||||
/>
|
||||
<link rel="preload" href="images/signal-logo.svg" as="image" crossorigin />
|
||||
<link
|
||||
rel="preload"
|
||||
href="images/emoji-sheet-64.webp"
|
||||
as="image"
|
||||
crossorigin
|
||||
/>
|
||||
|
||||
<link
|
||||
href="node_modules/sanitize.css/sanitize.css"
|
||||
|
||||
@ -70,8 +70,8 @@ LangString signalMinAppVersionErr 1051 "Už je nainštalovaná novšia verzia Si
|
||||
LangString signalMinWinVersionErr 1038 "A Signal asztali számítógépről elérhető változata már nem működik ezen a számítógépen. A Signal asztali számítógépről elérhető változatának ismételt használatához frissítsd a számítógépeden a(z) Windows verzióját."
|
||||
LangString signalMinAppVersionErr 1038 "A Signal újabb verziója már telepítve van. Biztosan folytatni szeretnéd?"
|
||||
# ar_SA
|
||||
LangString signalMinWinVersionErr 1025 "لم يعُد تطبيق سيجنال يَعمل على هذا الحاسوب. لاستخدام تطبيق سيجنال الخاص بالحاسوب مرة أخرى، يُرجى تحديث إصدار Windows لحاسوبك."
|
||||
LangString signalMinAppVersionErr 1025 "هناك إصدار أحدث من سيجنال مُثبت بالفعل. هل أنت متأكد من أنك تريد المواصلة؟"
|
||||
LangString signalMinWinVersionErr 1025 "لم يعُد تطبيق سيجنال يَعمل على هذا الحاسوب. لاستخدام تطبيق سيجنال الخاص بالحاسوب مرّة أخرى، يُرجى تحديث إصدار Windows لحاسوبك."
|
||||
LangString signalMinAppVersionErr 1025 "هناك إصدار أحدث من سيجنال مُثبَّت بالفعل. هل أنت متأكِّد من أنك تريد المواصلة؟"
|
||||
# tr_TR
|
||||
LangString signalMinWinVersionErr 1055 "Signal masaüstü artık bu bilgisayarda çalışmıyor. Signal masaüstünü tekrar kullanmak için bilgisayarının Windows sürümünü güncelle."
|
||||
LangString signalMinAppVersionErr 1055 "Signal'in daha yeni bir sürümü zaten kurulu. Devam etmek istediğine emin misin?"
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"danger": "12.3.3",
|
||||
"danger": "12.3.4",
|
||||
"endanger": "7.0.4",
|
||||
"typescript": "4.6.2"
|
||||
"typescript": "5.6.3"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
|
||||
28
danger/pnpm-lock.yaml
generated
28
danger/pnpm-lock.yaml
generated
@ -9,14 +9,14 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
danger:
|
||||
specifier: 12.3.3
|
||||
version: 12.3.3
|
||||
specifier: 12.3.4
|
||||
version: 12.3.4
|
||||
endanger:
|
||||
specifier: 7.0.4
|
||||
version: 7.0.4(danger@12.3.3)
|
||||
version: 7.0.4(danger@12.3.4)
|
||||
typescript:
|
||||
specifier: 4.6.2
|
||||
version: 4.6.2
|
||||
specifier: 5.6.3
|
||||
version: 5.6.3
|
||||
|
||||
packages:
|
||||
|
||||
@ -171,8 +171,8 @@ packages:
|
||||
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
||||
engines: {node: '>= 8'}
|
||||
|
||||
danger@12.3.3:
|
||||
resolution: {integrity: sha512-nZKzpgXN21rr4dwa6bFhM7G2JEa79dZRJiT3RVRSyi4yk1/hgZ2f8HDGoa7tMladTmu8WjJFyE3LpBIihh+aDw==}
|
||||
danger@12.3.4:
|
||||
resolution: {integrity: sha512-esr6iowAryWjWkMzOKyOmMRkamPkDRhC6OAj2tO48i0oobObdP0d8I/YE+qSj9m+/RRcrhaKnysvPL51eW1m3w==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
@ -665,9 +665,9 @@ packages:
|
||||
tslib@2.8.1:
|
||||
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
||||
|
||||
typescript@4.6.2:
|
||||
resolution: {integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==}
|
||||
engines: {node: '>=4.2.0'}
|
||||
typescript@5.6.3:
|
||||
resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
unified@9.2.2:
|
||||
@ -917,7 +917,7 @@ snapshots:
|
||||
shebang-command: 2.0.0
|
||||
which: 2.0.2
|
||||
|
||||
danger@12.3.3:
|
||||
danger@12.3.4:
|
||||
dependencies:
|
||||
'@gitbeaker/rest': 38.12.1
|
||||
'@octokit/rest': 18.12.0
|
||||
@ -976,10 +976,10 @@ snapshots:
|
||||
dependencies:
|
||||
safe-buffer: 5.2.1
|
||||
|
||||
endanger@7.0.4(danger@12.3.3):
|
||||
endanger@7.0.4(danger@12.3.4):
|
||||
dependencies:
|
||||
callsites: 3.1.0
|
||||
danger: 12.3.3
|
||||
danger: 12.3.4
|
||||
execa: 5.1.1
|
||||
intl-messageformat: 9.13.0
|
||||
memoize-one: 5.2.1
|
||||
@ -1480,7 +1480,7 @@ snapshots:
|
||||
|
||||
tslib@2.8.1: {}
|
||||
|
||||
typescript@4.6.2: {}
|
||||
typescript@5.6.3: {}
|
||||
|
||||
unified@9.2.2:
|
||||
dependencies:
|
||||
|
||||
@ -5,6 +5,7 @@ import { run } from 'endanger';
|
||||
|
||||
import migrateBackboneToRedux from './rules/migrateBackboneToRedux';
|
||||
import packageJsonVersionsShouldBePinned from './rules/packageJsonVersionsShouldBePinned';
|
||||
import pnpmLockDepsShouldHaveIntegrity from './rules/pnpmLockDepsShouldHaveIntegrity';
|
||||
|
||||
function isGitDeletedError(error: unknown) {
|
||||
return (
|
||||
@ -17,7 +18,11 @@ function isGitDeletedError(error: unknown) {
|
||||
|
||||
async function main() {
|
||||
try {
|
||||
await run(migrateBackboneToRedux(), packageJsonVersionsShouldBePinned());
|
||||
await run(
|
||||
migrateBackboneToRedux(),
|
||||
packageJsonVersionsShouldBePinned(),
|
||||
pnpmLockDepsShouldHaveIntegrity()
|
||||
);
|
||||
} catch (error: unknown) {
|
||||
if (!isGitDeletedError(error)) {
|
||||
throw error;
|
||||
|
||||
63
danger/rules/pnpmLockDepsShouldHaveIntegrity.ts
Normal file
63
danger/rules/pnpmLockDepsShouldHaveIntegrity.ts
Normal file
@ -0,0 +1,63 @@
|
||||
// Copyright 2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { Line, Rule } from 'endanger';
|
||||
|
||||
function assert(condition: boolean, message: string): asserts condition {
|
||||
if (!condition) {
|
||||
throw new Error(message);
|
||||
}
|
||||
}
|
||||
|
||||
function isObject(value: unknown): value is object {
|
||||
return typeof value === 'object' && value !== null;
|
||||
}
|
||||
|
||||
function has<T extends object, const K extends T[any]>(
|
||||
value: T,
|
||||
key: K
|
||||
): value is T & Record<K, T[K]> {
|
||||
return Object.hasOwn(value, key);
|
||||
}
|
||||
|
||||
export default function migrateBackboneToRedux() {
|
||||
return new Rule({
|
||||
match: {
|
||||
files: ['pnpm-lock.yaml'],
|
||||
},
|
||||
messages: {
|
||||
missingIntegrity: `
|
||||
**Dependency resolution missing integrity**
|
||||
All dependencies should have a resolution with an integrity field.
|
||||
You may need to override it or provide it manually.
|
||||
|
||||
See "{name}".
|
||||
`,
|
||||
},
|
||||
async run({ files, context }) {
|
||||
for (const file of files.modifiedOrCreated) {
|
||||
const contents: unknown = await file.yaml();
|
||||
|
||||
assert(
|
||||
isObject(contents) &&
|
||||
has(contents, 'packages') &&
|
||||
isObject(contents.packages),
|
||||
'pnpm.yaml should be object'
|
||||
);
|
||||
|
||||
for (const [name, spec] of Object.entries(contents.packages)) {
|
||||
assert(
|
||||
isObject(spec) &&
|
||||
has(spec, 'resolution') &&
|
||||
isObject(spec.resolution),
|
||||
`${name} spec should be object`
|
||||
);
|
||||
|
||||
if (!has(spec.resolution, 'integrity')) {
|
||||
context.fail('missingIntegrity', { file }, { name });
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
});
|
||||
}
|
||||
BIN
fixtures/cat-screenshot-3x4.png
Normal file
BIN
fixtures/cat-screenshot-3x4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 170 KiB |
@ -1 +1 @@
|
||||
<svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.98 3.75a.729.729 0 0 0-.73-.73h-4.583a.73.73 0 1 0 0 1.46h3.032l-1.256 1.046-2.709 2.708a.73.73 0 0 0 1.031 1.032l2.709-2.709 1.047-1.256v3.032a.73.73 0 1 0 1.458 0V3.75ZM3.234 16.766a.73.73 0 0 1-.213-.516v-4.583a.73.73 0 0 1 1.458 0v3.032l1.047-1.256 2.708-2.709a.73.73 0 0 1 1.032 1.032l-2.709 2.708-1.256 1.047h3.032a.73.73 0 1 1 0 1.458H3.75a.729.729 0 0 1-.516-.213Z" fill="#000"/></svg>
|
||||
<svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.98 16.25a.729.729 0 0 1-.73.73h-4.583a.73.73 0 0 1 0-1.46h3.032l-1.256-1.046-2.709-2.708a.73.73 0 0 1 1.031-1.032l2.709 2.709 1.047 1.256v-3.032a.73.73 0 1 1 1.458 0v4.583ZM3.234 3.234a.73.73 0 0 0-.213.516v4.583a.73.73 0 1 0 1.458 0V5.301l1.047 1.256 2.708 2.709a.73.73 0 1 0 1.032-1.032L6.557 5.526 5.301 4.48h3.032a.73.73 0 1 0 0-1.458H3.75a.73.73 0 0 0-.516.213Z" fill="#000"/></svg>
|
||||
|
Before Width: | Height: | Size: 481 B After Width: | Height: | Size: 475 B |
@ -1 +1 @@
|
||||
<svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.27 11.458a.73.73 0 0 0-.728-.729H3.958a.73.73 0 1 0 0 1.459h3.033l-1.257 1.046-2.708 2.709a.73.73 0 1 0 1.031 1.03l2.709-2.707 1.046-1.257v3.033a.73.73 0 0 0 1.459 0v-4.584Zm1.673-2.401a.73.73 0 0 1-.214-.515V3.958a.73.73 0 1 1 1.459 0v3.033l1.046-1.257 2.709-2.708a.73.73 0 1 1 1.03 1.031l-2.707 2.709-1.257 1.046h3.033a.73.73 0 0 1 0 1.459h-4.584a.73.73 0 0 1-.515-.214Z" fill="#000"/></svg>
|
||||
<svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.27 8.542a.73.73 0 0 1-.728.729H3.958a.73.73 0 0 1 0-1.459h3.033L5.734 6.766 3.026 4.057a.73.73 0 1 1 1.031-1.03l2.709 2.707 1.046 1.257V3.958a.73.73 0 0 1 1.459 0v4.584Zm1.673 2.401a.73.73 0 0 0-.214.515v4.584a.73.73 0 1 0 1.459 0v-3.033l1.046 1.257 2.709 2.708a.73.73 0 1 0 1.03-1.031l-2.707-2.709-1.257-1.046h3.033a.73.73 0 0 0 0-1.459h-4.584a.73.73 0 0 0-.515.214Z" fill="#000"/></svg>
|
||||
|
Before Width: | Height: | Size: 480 B After Width: | Height: | Size: 475 B |
1
images/icons/v3/more/more-circle-bold.svg
Normal file
1
images/icons/v3/more/more-circle-bold.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><g fill="#000" clip-path="url(#a)"><path d="M7.083 10a1.354 1.354 0 1 1-2.708 0 1.354 1.354 0 0 1 2.708 0M10 11.354a1.354 1.354 0 1 0 0-2.708 1.354 1.354 0 0 0 0 2.708m4.27 0a1.354 1.354 0 1 0 0-2.708 1.354 1.354 0 0 0 0 2.708"/><path d="M10 .833a9.167 9.167 0 1 0 0 18.334A9.167 9.167 0 0 0 10 .833M2.5 10a7.5 7.5 0 1 1 15 0 7.5 7.5 0 0 1-15 0"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>
|
||||
|
After Width: | Height: | Size: 510 B |
19
package.json
19
package.json
@ -6,7 +6,7 @@
|
||||
"description": "Private messaging from your desktop",
|
||||
"desktopName": "signal.desktop",
|
||||
"repository": "https://github.com/signalapp/Signal-Desktop.git",
|
||||
"version": "7.51.0-alpha.1",
|
||||
"version": "7.51.0",
|
||||
"license": "AGPL-3.0-only",
|
||||
"author": {
|
||||
"name": "Signal Messenger, LLC",
|
||||
@ -43,7 +43,6 @@
|
||||
"prepare-adhoc-build": "node scripts/prepare_adhoc_build.js",
|
||||
"prepare-adhoc-version": "node scripts/prepare_tagged_version.js adhoc",
|
||||
"prepare-staging-build": "node scripts/prepare_staging_build.js",
|
||||
"prepare-windows-cert": "node scripts/prepare_windows_cert.js",
|
||||
"test": "run-s test-node test-electron test-lint-intl test-eslint",
|
||||
"test-electron": "node ts/scripts/test-electron.js",
|
||||
"test-release": "node ts/scripts/test-release.js",
|
||||
@ -116,7 +115,9 @@
|
||||
"@indutny/sneequals": "4.0.0",
|
||||
"@popperjs/core": "2.11.8",
|
||||
"@react-aria/focus": "3.19.1",
|
||||
"@react-aria/interactions": "3.23.0",
|
||||
"@react-aria/utils": "3.25.3",
|
||||
"@react-types/shared": "3.27.0",
|
||||
"@react-spring/web": "9.7.5",
|
||||
"@signalapp/libsignal-client": "0.68.0",
|
||||
"@signalapp/quill-cjs": "2.1.2",
|
||||
@ -160,7 +161,6 @@
|
||||
"lodash": "4.17.21",
|
||||
"long": "5.2.3",
|
||||
"lru-cache": "11.0.2",
|
||||
"mac-screen-capture-permissions": "2.0.0",
|
||||
"memoizee": "0.4.17",
|
||||
"moment": "2.30.1",
|
||||
"mp4box": "0.5.3",
|
||||
@ -222,7 +222,7 @@
|
||||
"@indutny/parallel-prettier": "3.0.0",
|
||||
"@indutny/rezip-electron": "2.0.1",
|
||||
"@napi-rs/canvas": "0.1.61",
|
||||
"@signalapp/mock-server": "11.2.0",
|
||||
"@signalapp/mock-server": "11.3.0",
|
||||
"@storybook/addon-a11y": "8.4.4",
|
||||
"@storybook/addon-actions": "8.4.4",
|
||||
"@storybook/addon-controls": "8.4.4",
|
||||
@ -292,7 +292,7 @@
|
||||
"csv-parse": "5.5.6",
|
||||
"danger": "12.3.3",
|
||||
"debug": "4.3.7",
|
||||
"electron": "35.1.2",
|
||||
"electron": "35.1.4",
|
||||
"electron-builder": "26.0.10",
|
||||
"electron-mocha": "13.0.1",
|
||||
"endanger": "7.0.4",
|
||||
@ -352,7 +352,8 @@
|
||||
"eslint-config-airbnb-typescript-prettier>eslint-plugin-prettier": "5.2.1",
|
||||
"canvas": "-",
|
||||
"jsdom": "-",
|
||||
"thenify-all>thenify": "3.3.1"
|
||||
"thenify-all>thenify": "3.3.1",
|
||||
"@electron/rebuild@3.7.0>@electron/node-gyp": "10.2.0-electron.2"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"@types/backbone@1.4.22": "patches/@types+backbone+1.4.22.patch",
|
||||
@ -362,7 +363,6 @@
|
||||
"dmg-builder@26.0.10": "patches/dmg-builder@26.0.10.patch",
|
||||
"protobufjs-cli@1.1.1": "patches/protobufjs-cli+1.1.1.patch",
|
||||
"@types/fabric@4.5.3": "patches/@types+fabric+4.5.3.patch",
|
||||
"electron-util@0.13.1": "patches/electron-util+0.13.1.patch",
|
||||
"qrcode-generator@1.4.4": "patches/qrcode-generator+1.4.4.patch",
|
||||
"@types/node-fetch@2.6.12": "patches/@types+node-fetch+2.6.12.patch",
|
||||
"fabric@4.6.0": "patches/fabric+4.6.0.patch",
|
||||
@ -376,8 +376,7 @@
|
||||
"@types/websocket@1.0.0": "patches/@types+websocket+1.0.0.patch",
|
||||
"backbone@1.6.0": "patches/backbone+1.6.0.patch",
|
||||
"node-fetch@2.6.7": "patches/node-fetch+2.6.7.patch",
|
||||
"zod@3.23.8": "patches/zod+3.23.8.patch",
|
||||
"mac-screen-capture-permissions": "patches/mac-screen-capture-permissions.patch"
|
||||
"zod@3.23.8": "patches/zod+3.23.8.patch"
|
||||
},
|
||||
"onlyBuiltDependencies": [
|
||||
"@indutny/mac-screen-share",
|
||||
@ -391,7 +390,6 @@
|
||||
"electron",
|
||||
"esbuild",
|
||||
"fs-xattr",
|
||||
"mac-screen-capture-permissions",
|
||||
"utf-8-validate"
|
||||
],
|
||||
"ignoredBuiltDependencies": [
|
||||
@ -614,7 +612,6 @@
|
||||
"node_modules/@signalapp/libsignal-client/prebuilds/${platform}-${arch}/*.node",
|
||||
"!node_modules/@signalapp/ringrtc/scripts/*",
|
||||
"node_modules/@signalapp/ringrtc/build/${platform}/*${arch}*.node",
|
||||
"node_modules/mac-screen-capture-permissions/build/Release/*.node",
|
||||
"node_modules/@indutny/simple-windows-notifications/prebuilds/${platform}-${arch}/*.node",
|
||||
"node_modules/@indutny/mac-screen-share/build/Release/*.node",
|
||||
"node_modules/fs-xattr/build/Release/*.node",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
346
pnpm-lock.yaml
generated
346
pnpm-lock.yaml
generated
@ -12,6 +12,7 @@ overrides:
|
||||
canvas: '-'
|
||||
jsdom: '-'
|
||||
thenify-all>thenify: 3.3.1
|
||||
'@electron/rebuild@3.7.0>@electron/node-gyp': 10.2.0-electron.2
|
||||
|
||||
patchedDependencies:
|
||||
'@types/backbone@1.4.22':
|
||||
@ -44,9 +45,6 @@ patchedDependencies:
|
||||
dmg-builder@26.0.10:
|
||||
hash: cb72ed47fa8d45513a36db33fcb41cb75c30cada4737da067bf3fa1f063725f2
|
||||
path: patches/dmg-builder@26.0.10.patch
|
||||
electron-util@0.13.1:
|
||||
hash: 8c6bd08d524425c72958f8edfc730eeccdbdb424bff9d1d724d6c391c2c03e99
|
||||
path: patches/electron-util+0.13.1.patch
|
||||
fabric@4.6.0:
|
||||
hash: 259e6eff3d60c4a453f7815fca6aa0d3a81842f4efdc4051836812fc1e711e00
|
||||
path: patches/fabric+4.6.0.patch
|
||||
@ -56,9 +54,6 @@ patchedDependencies:
|
||||
growing-file@0.1.3:
|
||||
hash: 1bb085e3fda38f2983114beedc229acf8b0c539736fe73e2e8183dab2df074b4
|
||||
path: patches/growing-file+0.1.3.patch
|
||||
mac-screen-capture-permissions:
|
||||
hash: b8dc0573396f72c869190aa36e306030fdb778263076e9ba35bc3099ded2c6cc
|
||||
path: patches/mac-screen-capture-permissions.patch
|
||||
node-fetch@2.6.7:
|
||||
hash: 94385e2da301d6873723275386bb0c70da98cf56487f2431668d8fd79623818d
|
||||
path: patches/node-fetch+2.6.7.patch
|
||||
@ -121,12 +116,18 @@ importers:
|
||||
'@react-aria/focus':
|
||||
specifier: 3.19.1
|
||||
version: 3.19.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
|
||||
'@react-aria/interactions':
|
||||
specifier: 3.23.0
|
||||
version: 3.23.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
|
||||
'@react-aria/utils':
|
||||
specifier: 3.25.3
|
||||
version: 3.25.3(react@17.0.2)
|
||||
'@react-spring/web':
|
||||
specifier: 9.7.5
|
||||
version: 9.7.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
|
||||
'@react-types/shared':
|
||||
specifier: 3.27.0
|
||||
version: 3.27.0(react@17.0.2)
|
||||
'@signalapp/libsignal-client':
|
||||
specifier: 0.68.0
|
||||
version: 0.68.0
|
||||
@ -253,9 +254,6 @@ importers:
|
||||
lru-cache:
|
||||
specifier: 11.0.2
|
||||
version: 11.0.2
|
||||
mac-screen-capture-permissions:
|
||||
specifier: 2.0.0
|
||||
version: 2.0.0(patch_hash=b8dc0573396f72c869190aa36e306030fdb778263076e9ba35bc3099ded2c6cc)
|
||||
memoizee:
|
||||
specifier: 0.4.17
|
||||
version: 0.4.17
|
||||
@ -435,8 +433,8 @@ importers:
|
||||
specifier: 0.1.61
|
||||
version: 0.1.61
|
||||
'@signalapp/mock-server':
|
||||
specifier: 11.2.0
|
||||
version: 11.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
|
||||
specifier: 11.3.0
|
||||
version: 11.3.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
|
||||
'@storybook/addon-a11y':
|
||||
specifier: 8.4.4
|
||||
version: 8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))
|
||||
@ -645,8 +643,8 @@ importers:
|
||||
specifier: 4.3.7
|
||||
version: 4.3.7(supports-color@8.1.1)
|
||||
electron:
|
||||
specifier: 35.1.2
|
||||
version: 35.1.2
|
||||
specifier: 35.1.4
|
||||
version: 35.1.4
|
||||
electron-builder:
|
||||
specifier: 26.0.10
|
||||
version: 26.0.10(electron-builder-squirrel-windows@26.0.10)
|
||||
@ -1147,9 +1145,8 @@ packages:
|
||||
resolution: {integrity: sha512-Qkzpg2s9GnVV2I2BjRksUi43U5e6+zaQMcjoJy0C+C5oxaKl+fmckGDQFtRpZpZV0NQekuZZ+tGz7EA9TVnQtQ==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
'@electron/node-gyp@https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2':
|
||||
resolution: {tarball: https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2}
|
||||
version: 10.2.0-electron.1
|
||||
'@electron/node-gyp@10.2.0-electron.2':
|
||||
resolution: {integrity: sha512-OhO6fwqpetMO1vWI3+J8mb3a4s4A405tgKoUCJsgd4nyQDdFh0VvZm+gj/Cc70iRLQoIYUfSaAgYSVwmLsQHig==}
|
||||
engines: {node: '>=12.13.0'}
|
||||
hasBin: true
|
||||
|
||||
@ -2537,8 +2534,8 @@ packages:
|
||||
'@signalapp/libsignal-client@0.68.0':
|
||||
resolution: {integrity: sha512-k7kUqN36wYMnx1ARVVpNmWJfVlD0AIrNEq0Mpb7X8yMc6E8QY5ankwtPX3ZlO/Yl7en2NT7ZrP4dM5xpQlGsNA==}
|
||||
|
||||
'@signalapp/mock-server@11.2.0':
|
||||
resolution: {integrity: sha512-y8bueRcXVulyXRRVm2M/qT7YmxGpUbiwQsRSi7a+DDI4aUeZIDW9z7KgjElv1CN1/n9O6M1bYO+TLy4ys+7U6w==}
|
||||
'@signalapp/mock-server@11.3.0':
|
||||
resolution: {integrity: sha512-X/yqrDySJ51bRngjMJrIGDhOU/LQ7OI9vJFNrs0835bgdBPGQO1pyufndzKLJpPehMECzGIP0UCE9YZU1X6NIg==}
|
||||
|
||||
'@signalapp/parchment-cjs@3.0.1':
|
||||
resolution: {integrity: sha512-hSBMQ1M7wE4GcC8ZeNtvpJF+DAJg3eIRRf1SiHS3I3Algav/sgJJNm6HIYm6muHuK7IJmuEjkL3ILSXgmu0RfQ==}
|
||||
@ -3531,10 +3528,6 @@ packages:
|
||||
engines: {'0': node >= 0.8.0}
|
||||
hasBin: true
|
||||
|
||||
ansi-regex@2.1.1:
|
||||
resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
ansi-regex@3.0.1:
|
||||
resolution: {integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==}
|
||||
engines: {node: '>=4'}
|
||||
@ -3588,16 +3581,9 @@ packages:
|
||||
resolution: {integrity: sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
aproba@1.2.0:
|
||||
resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==}
|
||||
|
||||
archy@1.0.0:
|
||||
resolution: {integrity: sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==}
|
||||
|
||||
are-we-there-yet@1.1.7:
|
||||
resolution: {integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==}
|
||||
deprecated: This package is no longer supported.
|
||||
|
||||
arg@4.1.0:
|
||||
resolution: {integrity: sha512-ZWc51jO3qegGkVh8Hwpv636EkbesNV5ZNQPCtRa+0qytRYPEs9IYT9qITY9buezqUH5uqyzlWLcufrzU2rffdg==}
|
||||
|
||||
@ -4051,9 +4037,6 @@ packages:
|
||||
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
||||
engines: {node: '>= 14.16.0'}
|
||||
|
||||
chownr@1.1.4:
|
||||
resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
|
||||
|
||||
chownr@2.0.0:
|
||||
resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
|
||||
engines: {node: '>=10'}
|
||||
@ -4156,10 +4139,6 @@ packages:
|
||||
resolution: {integrity: sha512-cadkfKp6932H8UkhzE/gcUqhRMNf8jHzkAN7+5Myabswaghu4xABTgPHDCjW+dBAJxj/SpkTYokpzDqY4pCzQw==}
|
||||
engines: {node: '>= 4'}
|
||||
|
||||
code-point-at@1.1.0:
|
||||
resolution: {integrity: sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
collect-v8-coverage@1.0.2:
|
||||
resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==}
|
||||
|
||||
@ -4259,9 +4238,6 @@ packages:
|
||||
resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==}
|
||||
engines: {node: '>=0.8'}
|
||||
|
||||
console-control-strings@1.1.0:
|
||||
resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==}
|
||||
|
||||
constants-browserify@1.0.0:
|
||||
resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==}
|
||||
|
||||
@ -4501,10 +4477,6 @@ packages:
|
||||
decimal.js@10.5.0:
|
||||
resolution: {integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==}
|
||||
|
||||
decompress-response@4.2.1:
|
||||
resolution: {integrity: sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
decompress-response@6.0.0:
|
||||
resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
|
||||
engines: {node: '>=10'}
|
||||
@ -4589,9 +4561,6 @@ packages:
|
||||
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
||||
engines: {node: '>=0.4.0'}
|
||||
|
||||
delegates@1.0.0:
|
||||
resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==}
|
||||
|
||||
denque@2.1.0:
|
||||
resolution: {integrity: sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==}
|
||||
engines: {node: '>=0.10'}
|
||||
@ -4779,9 +4748,6 @@ packages:
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
|
||||
electron-is-dev@1.2.0:
|
||||
resolution: {integrity: sha512-R1oD5gMBPS7PVU8gJwH6CtT0e6VSoD0+SzSnYpNm+dBkcijgA+K7VAMHDfnRq/lkKPZArpzplTW6jfiMYosdzw==}
|
||||
|
||||
electron-mocha@13.0.1:
|
||||
resolution: {integrity: sha512-Ik7clwPU9WUYGsEsyryKhS6q+rmecNTqMqSbx3vGel7Lo6haipgscdTMdkaWGkvgVaBJFWsDWIBuFWNvlCL+og==}
|
||||
engines: {node: '>= 16.0.0'}
|
||||
@ -4793,9 +4759,6 @@ packages:
|
||||
electron-to-chromium@1.5.99:
|
||||
resolution: {integrity: sha512-77c/+fCyL2U+aOyqfIFi89wYLBeSTCs55xCZL0oFH0KjqsvSvyh6AdQ+UIl1vgpnQQE6g+/KK8hOIupH6VwPtg==}
|
||||
|
||||
electron-util@0.13.1:
|
||||
resolution: {integrity: sha512-CvOuAyQPaPtnDp7SspwnT1yTb1yynw6yp4LrZCfEJ7TG/kJFiZW9RqMHlCEFWMn3QNoMkNhGVeCvWJV5NsYyuQ==}
|
||||
|
||||
electron-window@0.8.1:
|
||||
resolution: {integrity: sha512-W1i9LfnZJozk3MXE8VgsL2E5wOUHSgyCvcg1H2vQQjj+gqhO9lVudgY3z3SF7LJAmi+0vy3CJkbMqsynWB49EA==}
|
||||
|
||||
@ -4808,8 +4771,8 @@ packages:
|
||||
engines: {node: '>= 12.20.55'}
|
||||
hasBin: true
|
||||
|
||||
electron@35.1.2:
|
||||
resolution: {integrity: sha512-ipYSDZEV3+PpHfJ8/oWlpMCvxwutX6xLvBz2HRPgEzSFzgLmGO7YXTjEow4DhDtCpGE+b95NTGoJaRAVQi5n7A==}
|
||||
electron@35.1.4:
|
||||
resolution: {integrity: sha512-8HjE2wqxY//T09Of8k1eTpK/NeTG2FkTyRD+fyKXmec4wZVscGgZcmWFC0HYN4ktyHAjtplpxdFXjtqRnvzBMg==}
|
||||
engines: {node: '>= 12.20.55'}
|
||||
hasBin: true
|
||||
|
||||
@ -5188,10 +5151,6 @@ packages:
|
||||
resolution: {integrity: sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
execa@2.1.0:
|
||||
resolution: {integrity: sha512-Y/URAVapfbYy2Xp/gb6A0E7iR8xeqOCXsuuaoMn7A5PzrXUK84E1gyiEfq0wQd/GHA6GsoHWwhNq8anb0mleIw==}
|
||||
engines: {node: ^8.12.0 || >=9.7.0}
|
||||
|
||||
execa@5.1.1:
|
||||
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
|
||||
engines: {node: '>=10'}
|
||||
@ -5200,10 +5159,6 @@ packages:
|
||||
resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
|
||||
expand-template@2.0.3:
|
||||
resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
expand-tilde@1.2.2:
|
||||
resolution: {integrity: sha512-rtmc+cjLZqnu9dSYosX9EWmSJhTwpACgJQTfj4hgg2JjOD/6SIQalZrt4a3aQeh++oNxkazcaxrhPUj6+g5G/Q==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
@ -5441,9 +5396,6 @@ packages:
|
||||
fromentries@1.3.2:
|
||||
resolution: {integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==}
|
||||
|
||||
fs-constants@1.0.0:
|
||||
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
|
||||
|
||||
fs-exists-sync@0.1.0:
|
||||
resolution: {integrity: sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
@ -5518,10 +5470,6 @@ packages:
|
||||
resolution: {integrity: sha512-sA5etGE7yD/pOqivZRBvUBd/NaL2sjAu6QuSaFoe1H2BrJSkH/T/UXAJ8CdXdw7DvY3Hs8CXKYkDWX7RiP5KOg==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
gauge@2.7.4:
|
||||
resolution: {integrity: sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==}
|
||||
deprecated: This package is no longer supported.
|
||||
|
||||
generic-pool@3.9.0:
|
||||
resolution: {integrity: sha512-hymDOu5B53XvN4QT9dBmZxPX4CWhBPPLguTZ9MMFeFa/Kg0xWVfylOVNlJji/E7yTZWFd/q9GO5TxDLq156D7g==}
|
||||
engines: {node: '>= 4'}
|
||||
@ -5577,9 +5525,6 @@ packages:
|
||||
resolution: {integrity: sha512-KcJ2dlrrP5DbBnYIZ2nlikALfRhKzNSX0stvv3ImJ+fvC4hXKoV+U+74SV0upg+jlQZbrtQzc0bu6/Zh+7aQbg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
github-from-package@0.0.0:
|
||||
resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
|
||||
|
||||
glob-parent@5.1.2:
|
||||
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
||||
engines: {node: '>= 6'}
|
||||
@ -5716,9 +5661,6 @@ packages:
|
||||
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
has-unicode@2.0.1:
|
||||
resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==}
|
||||
|
||||
has@1.0.4:
|
||||
resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==}
|
||||
engines: {node: '>= 0.4.0'}
|
||||
@ -5977,8 +5919,8 @@ packages:
|
||||
intl-tel-input@24.7.0:
|
||||
resolution: {integrity: sha512-OjkhKen4SJUI2kN9OHpb8ReNN619sB9gECPq51dn3zKEWvif3mnSjmrtWhm8ABIb7Ijs+AAYSS5sI33Sb4YqvQ==}
|
||||
|
||||
ioredis@5.5.0:
|
||||
resolution: {integrity: sha512-7CutT89g23FfSa8MDoIFs2GYYa0PaNiW/OrT+nRyjRXHDZd17HmIgy+reOQ/yhh72NznNjGuS8kbCAcA4Ro4mw==}
|
||||
ioredis@5.6.0:
|
||||
resolution: {integrity: sha512-tBZlIIWbndeWBWCXWZiqtOF/yxf6yZX3tAlTJ7nfo5jhd6dctNxF7QnYlZLZ1a0o0pDoen7CgZqO+zjNaFbJAg==}
|
||||
engines: {node: '>=12.22.0'}
|
||||
|
||||
ip-address@9.0.5:
|
||||
@ -6090,10 +6032,6 @@ packages:
|
||||
resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
is-fullwidth-code-point@1.0.0:
|
||||
resolution: {integrity: sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
is-fullwidth-code-point@2.0.0:
|
||||
resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==}
|
||||
engines: {node: '>=4'}
|
||||
@ -6826,14 +6764,6 @@ packages:
|
||||
resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
|
||||
hasBin: true
|
||||
|
||||
mac-screen-capture-permissions@2.0.0:
|
||||
resolution: {integrity: sha512-f70KKpx5WhD8mmrAwLeeee31EfSM4p1K7kBBNBVXyfWE7ZQTIbbAF2PxJ0bMsDxyyeX5roBcH+qJYlSTANtCOA==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
macos-version@5.2.1:
|
||||
resolution: {integrity: sha512-OHJU8nTNxHYL1FQhD+nZawWgXKXAqDGr4kluLtaqKO4au3cR41y1mKuVShOU5U4rOYiuPanljq6oFGmV2B9DFA==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
magic-string@0.30.17:
|
||||
resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
|
||||
|
||||
@ -7051,10 +6981,6 @@ packages:
|
||||
resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
mimic-response@2.1.0:
|
||||
resolution: {integrity: sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
mimic-response@3.1.0:
|
||||
resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
|
||||
engines: {node: '>=10'}
|
||||
@ -7152,9 +7078,6 @@ packages:
|
||||
resolution: {integrity: sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
mkdirp-classic@0.5.3:
|
||||
resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
|
||||
|
||||
mkdirp@0.5.6:
|
||||
resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==}
|
||||
hasBin: true
|
||||
@ -7198,9 +7121,6 @@ packages:
|
||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
||||
hasBin: true
|
||||
|
||||
napi-build-utils@1.0.2:
|
||||
resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==}
|
||||
|
||||
natural-compare-lite@1.4.0:
|
||||
resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==}
|
||||
|
||||
@ -7226,10 +7146,6 @@ packages:
|
||||
resolution: {integrity: sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==}
|
||||
engines: {node: '>= 0.4.0'}
|
||||
|
||||
new-github-issue-url@0.2.1:
|
||||
resolution: {integrity: sha512-md4cGoxuT4T4d/HDOXbrUHkTKrp/vp+m3aOA7XXVYwNsUNMK49g3SQicTSeV5GIz/5QVGAeYRAOlyp9OvlgsYA==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
next-tick@1.1.0:
|
||||
resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==}
|
||||
|
||||
@ -7242,9 +7158,6 @@ packages:
|
||||
no-case@3.0.4:
|
||||
resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==}
|
||||
|
||||
node-abi@2.30.1:
|
||||
resolution: {integrity: sha512-/2D0wOQPgaUWzVSVgRMx+trKJRC2UG4SUc4oCJoXx9Uxjtp0Vy3/kt7zcbxHF8+Z/pK3UloLWzBISg72brfy1w==}
|
||||
|
||||
node-abi@3.74.0:
|
||||
resolution: {integrity: sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w==}
|
||||
engines: {node: '>=10'}
|
||||
@ -7333,25 +7246,13 @@ packages:
|
||||
resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
npm-run-path@3.1.0:
|
||||
resolution: {integrity: sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
npm-run-path@4.0.1:
|
||||
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
npmlog@4.1.2:
|
||||
resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==}
|
||||
deprecated: This package is no longer supported.
|
||||
|
||||
nth-check@2.1.1:
|
||||
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
|
||||
|
||||
number-is-nan@1.0.1:
|
||||
resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
nyc@15.1.0:
|
||||
resolution: {integrity: sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==}
|
||||
engines: {node: '>=8.9'}
|
||||
@ -7468,10 +7369,6 @@ packages:
|
||||
resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
p-finally@2.0.1:
|
||||
resolution: {integrity: sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
p-limit@2.3.0:
|
||||
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
||||
engines: {node: '>=6'}
|
||||
@ -7821,11 +7718,6 @@ packages:
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
|
||||
prebuild-install@6.1.4:
|
||||
resolution: {integrity: sha512-Z4vpywnK1lBg+zdPCVCsKq0xO66eEV9rWo2zrROGGiRS4JtueBOdlB1FnY8lcy7JsUud/Q3ijUxyWN26Ika0vQ==}
|
||||
engines: {node: '>=6'}
|
||||
hasBin: true
|
||||
|
||||
prelude-ls@1.1.2:
|
||||
resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
@ -8585,12 +8477,6 @@ packages:
|
||||
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
simple-concat@1.0.1:
|
||||
resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
|
||||
|
||||
simple-get@3.1.1:
|
||||
resolution: {integrity: sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==}
|
||||
|
||||
simple-update-notifier@2.0.0:
|
||||
resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==}
|
||||
engines: {node: '>=10'}
|
||||
@ -8744,10 +8630,6 @@ packages:
|
||||
resolution: {integrity: sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==}
|
||||
engines: {node: '>=12.20'}
|
||||
|
||||
string-width@1.0.2:
|
||||
resolution: {integrity: sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
string-width@2.1.1:
|
||||
resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==}
|
||||
engines: {node: '>=4'}
|
||||
@ -8794,10 +8676,6 @@ packages:
|
||||
string_decoder@1.3.0:
|
||||
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
||||
|
||||
strip-ansi@3.0.1:
|
||||
resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
strip-ansi@4.0.0:
|
||||
resolution: {integrity: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==}
|
||||
engines: {node: '>=4'}
|
||||
@ -8956,13 +8834,6 @@ packages:
|
||||
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
tar-fs@2.1.2:
|
||||
resolution: {integrity: sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==}
|
||||
|
||||
tar-stream@2.2.0:
|
||||
resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
tar@6.2.1:
|
||||
resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
|
||||
engines: {node: '>=10'}
|
||||
@ -9154,9 +9025,6 @@ packages:
|
||||
peerDependencies:
|
||||
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
|
||||
|
||||
tunnel-agent@0.6.0:
|
||||
resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
|
||||
|
||||
type-check@0.3.2:
|
||||
resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
@ -9603,9 +9471,6 @@ packages:
|
||||
engines: {node: ^18.17.0 || >=20.5.0}
|
||||
hasBin: true
|
||||
|
||||
wide-align@1.1.5:
|
||||
resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==}
|
||||
|
||||
widest-line@2.0.1:
|
||||
resolution: {integrity: sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==}
|
||||
engines: {node: '>=4'}
|
||||
@ -10219,7 +10084,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@electron/node-gyp@https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2':
|
||||
'@electron/node-gyp@10.2.0-electron.2':
|
||||
dependencies:
|
||||
env-paths: 2.2.1
|
||||
exponential-backoff: 3.1.2
|
||||
@ -10264,7 +10129,7 @@ snapshots:
|
||||
|
||||
'@electron/rebuild@3.7.0':
|
||||
dependencies:
|
||||
'@electron/node-gyp': https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2
|
||||
'@electron/node-gyp': 10.2.0-electron.2
|
||||
'@malept/cross-spawn-promise': 2.0.0
|
||||
chalk: 4.1.2
|
||||
debug: 4.3.7(supports-color@8.1.1)
|
||||
@ -12248,7 +12113,7 @@ snapshots:
|
||||
type-fest: 4.26.1
|
||||
uuid: 8.3.2
|
||||
|
||||
'@signalapp/mock-server@11.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
|
||||
'@signalapp/mock-server@11.3.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
|
||||
dependencies:
|
||||
'@indutny/parallel-prettier': 3.0.0(prettier@3.3.3)
|
||||
'@signalapp/libsignal-client': 0.60.2
|
||||
@ -12753,7 +12618,7 @@ snapshots:
|
||||
lodash.throttle: 4.1.1
|
||||
optionalDependencies:
|
||||
'@redis/client': 1.6.0
|
||||
ioredis: 5.5.0
|
||||
ioredis: 5.6.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@ -13522,8 +13387,6 @@ snapshots:
|
||||
|
||||
ansi-html-community@0.0.8: {}
|
||||
|
||||
ansi-regex@2.1.1: {}
|
||||
|
||||
ansi-regex@3.0.1: {}
|
||||
|
||||
ansi-regex@4.1.1: {}
|
||||
@ -13598,15 +13461,8 @@ snapshots:
|
||||
dependencies:
|
||||
default-require-extensions: 3.0.1
|
||||
|
||||
aproba@1.2.0: {}
|
||||
|
||||
archy@1.0.0: {}
|
||||
|
||||
are-we-there-yet@1.1.7:
|
||||
dependencies:
|
||||
delegates: 1.0.0
|
||||
readable-stream: 2.3.8
|
||||
|
||||
arg@4.1.0: {}
|
||||
|
||||
arg@4.1.3: {}
|
||||
@ -14179,8 +14035,6 @@ snapshots:
|
||||
dependencies:
|
||||
readdirp: 4.1.1
|
||||
|
||||
chownr@1.1.4: {}
|
||||
|
||||
chownr@2.0.0: {}
|
||||
|
||||
chownr@3.0.0: {}
|
||||
@ -14268,8 +14122,6 @@ snapshots:
|
||||
|
||||
code-error-fragment@0.0.230: {}
|
||||
|
||||
code-point-at@1.1.0: {}
|
||||
|
||||
collect-v8-coverage@1.0.2: {}
|
||||
|
||||
color-convert@1.9.3:
|
||||
@ -14357,8 +14209,6 @@ snapshots:
|
||||
|
||||
connect-history-api-fallback@2.0.0: {}
|
||||
|
||||
console-control-strings@1.1.0: {}
|
||||
|
||||
constants-browserify@1.0.0: {}
|
||||
|
||||
content-disposition@0.5.4:
|
||||
@ -14636,10 +14486,6 @@ snapshots:
|
||||
|
||||
decimal.js@10.5.0: {}
|
||||
|
||||
decompress-response@4.2.1:
|
||||
dependencies:
|
||||
mimic-response: 2.1.0
|
||||
|
||||
decompress-response@6.0.0:
|
||||
dependencies:
|
||||
mimic-response: 3.1.0
|
||||
@ -14707,8 +14553,6 @@ snapshots:
|
||||
|
||||
delayed-stream@1.0.0: {}
|
||||
|
||||
delegates@1.0.0: {}
|
||||
|
||||
denque@2.1.0:
|
||||
optional: true
|
||||
|
||||
@ -14722,7 +14566,8 @@ snapshots:
|
||||
|
||||
destroy@1.2.0: {}
|
||||
|
||||
detect-libc@1.0.3: {}
|
||||
detect-libc@1.0.3:
|
||||
optional: true
|
||||
|
||||
detect-libc@2.0.3: {}
|
||||
|
||||
@ -14926,8 +14771,6 @@ snapshots:
|
||||
- electron-builder-squirrel-windows
|
||||
- supports-color
|
||||
|
||||
electron-is-dev@1.2.0: {}
|
||||
|
||||
electron-mocha@13.0.1:
|
||||
dependencies:
|
||||
ansi-colors: 4.1.3
|
||||
@ -14951,11 +14794,6 @@ snapshots:
|
||||
|
||||
electron-to-chromium@1.5.99: {}
|
||||
|
||||
electron-util@0.13.1(patch_hash=8c6bd08d524425c72958f8edfc730eeccdbdb424bff9d1d724d6c391c2c03e99):
|
||||
dependencies:
|
||||
electron-is-dev: 1.2.0
|
||||
new-github-issue-url: 0.2.1
|
||||
|
||||
electron-window@0.8.1:
|
||||
dependencies:
|
||||
is-electron-renderer: 2.0.1
|
||||
@ -14980,7 +14818,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
electron@35.1.2:
|
||||
electron@35.1.4:
|
||||
dependencies:
|
||||
'@electron/get': 2.0.3
|
||||
'@types/node': 22.13.14
|
||||
@ -15541,18 +15379,6 @@ snapshots:
|
||||
signal-exit: 3.0.7
|
||||
strip-eof: 1.0.0
|
||||
|
||||
execa@2.1.0:
|
||||
dependencies:
|
||||
cross-spawn: 7.0.6
|
||||
get-stream: 5.2.0
|
||||
is-stream: 2.0.1
|
||||
merge-stream: 2.0.0
|
||||
npm-run-path: 3.1.0
|
||||
onetime: 5.1.2
|
||||
p-finally: 2.0.1
|
||||
signal-exit: 3.0.7
|
||||
strip-final-newline: 2.0.0
|
||||
|
||||
execa@5.1.1:
|
||||
dependencies:
|
||||
cross-spawn: 7.0.6
|
||||
@ -15567,8 +15393,6 @@ snapshots:
|
||||
|
||||
exit@0.1.2: {}
|
||||
|
||||
expand-template@2.0.3: {}
|
||||
|
||||
expand-tilde@1.2.2:
|
||||
dependencies:
|
||||
os-homedir: 1.0.2
|
||||
@ -15867,8 +15691,6 @@ snapshots:
|
||||
|
||||
fromentries@1.3.2: {}
|
||||
|
||||
fs-constants@1.0.0: {}
|
||||
|
||||
fs-exists-sync@0.1.0: {}
|
||||
|
||||
fs-extra@10.1.0:
|
||||
@ -15946,17 +15768,6 @@ snapshots:
|
||||
|
||||
fuse.js@6.5.3: {}
|
||||
|
||||
gauge@2.7.4:
|
||||
dependencies:
|
||||
aproba: 1.2.0
|
||||
console-control-strings: 1.1.0
|
||||
has-unicode: 2.0.1
|
||||
object-assign: 4.1.1
|
||||
signal-exit: 3.0.7
|
||||
string-width: 1.0.2
|
||||
strip-ansi: 3.0.1
|
||||
wide-align: 1.1.5
|
||||
|
||||
generic-pool@3.9.0:
|
||||
optional: true
|
||||
|
||||
@ -16016,8 +15827,6 @@ snapshots:
|
||||
fs-exists-sync: 0.1.0
|
||||
homedir-polyfill: 1.0.3
|
||||
|
||||
github-from-package@0.0.0: {}
|
||||
|
||||
glob-parent@5.1.2:
|
||||
dependencies:
|
||||
is-glob: 4.0.3
|
||||
@ -16198,8 +16007,6 @@ snapshots:
|
||||
dependencies:
|
||||
has-symbols: 1.1.0
|
||||
|
||||
has-unicode@2.0.1: {}
|
||||
|
||||
has@1.0.4: {}
|
||||
|
||||
hasha@5.2.2:
|
||||
@ -16512,7 +16319,7 @@ snapshots:
|
||||
|
||||
intl-tel-input@24.7.0: {}
|
||||
|
||||
ioredis@5.5.0:
|
||||
ioredis@5.6.0:
|
||||
dependencies:
|
||||
'@ioredis/commands': 1.2.0
|
||||
cluster-key-slot: 1.1.2
|
||||
@ -16627,10 +16434,6 @@ snapshots:
|
||||
dependencies:
|
||||
call-bound: 1.0.3
|
||||
|
||||
is-fullwidth-code-point@1.0.0:
|
||||
dependencies:
|
||||
number-is-nan: 1.0.1
|
||||
|
||||
is-fullwidth-code-point@2.0.0: {}
|
||||
|
||||
is-fullwidth-code-point@3.0.0: {}
|
||||
@ -17543,17 +17346,6 @@ snapshots:
|
||||
|
||||
lz-string@1.5.0: {}
|
||||
|
||||
mac-screen-capture-permissions@2.0.0(patch_hash=b8dc0573396f72c869190aa36e306030fdb778263076e9ba35bc3099ded2c6cc):
|
||||
dependencies:
|
||||
electron-util: 0.13.1(patch_hash=8c6bd08d524425c72958f8edfc730eeccdbdb424bff9d1d724d6c391c2c03e99)
|
||||
execa: 2.1.0
|
||||
macos-version: 5.2.1
|
||||
prebuild-install: 6.1.4
|
||||
|
||||
macos-version@5.2.1:
|
||||
dependencies:
|
||||
semver: 5.7.2
|
||||
|
||||
magic-string@0.30.17:
|
||||
dependencies:
|
||||
'@jridgewell/sourcemap-codec': 1.5.0
|
||||
@ -17838,8 +17630,6 @@ snapshots:
|
||||
|
||||
mimic-response@1.0.1: {}
|
||||
|
||||
mimic-response@2.1.0: {}
|
||||
|
||||
mimic-response@3.1.0: {}
|
||||
|
||||
min-document@2.19.0:
|
||||
@ -17939,8 +17729,6 @@ snapshots:
|
||||
minipass: 7.1.2
|
||||
rimraf: 5.0.10
|
||||
|
||||
mkdirp-classic@0.5.3: {}
|
||||
|
||||
mkdirp@0.5.6:
|
||||
dependencies:
|
||||
minimist: 1.2.8
|
||||
@ -17993,8 +17781,6 @@ snapshots:
|
||||
|
||||
nanoid@3.3.8: {}
|
||||
|
||||
napi-build-utils@1.0.2: {}
|
||||
|
||||
natural-compare-lite@1.4.0: {}
|
||||
|
||||
natural-compare@1.4.0: {}
|
||||
@ -18009,8 +17795,6 @@ snapshots:
|
||||
|
||||
netmask@2.0.2: {}
|
||||
|
||||
new-github-issue-url@0.2.1: {}
|
||||
|
||||
next-tick@1.1.0: {}
|
||||
|
||||
nice-try@1.0.5: {}
|
||||
@ -18028,10 +17812,6 @@ snapshots:
|
||||
lower-case: 2.0.2
|
||||
tslib: 2.8.1
|
||||
|
||||
node-abi@2.30.1:
|
||||
dependencies:
|
||||
semver: 5.7.2
|
||||
|
||||
node-abi@3.74.0:
|
||||
dependencies:
|
||||
semver: 7.6.3
|
||||
@ -18122,27 +17902,14 @@ snapshots:
|
||||
dependencies:
|
||||
path-key: 2.0.1
|
||||
|
||||
npm-run-path@3.1.0:
|
||||
dependencies:
|
||||
path-key: 3.1.1
|
||||
|
||||
npm-run-path@4.0.1:
|
||||
dependencies:
|
||||
path-key: 3.1.1
|
||||
|
||||
npmlog@4.1.2:
|
||||
dependencies:
|
||||
are-we-there-yet: 1.1.7
|
||||
console-control-strings: 1.1.0
|
||||
gauge: 2.7.4
|
||||
set-blocking: 2.0.0
|
||||
|
||||
nth-check@2.1.1:
|
||||
dependencies:
|
||||
boolbase: 1.0.0
|
||||
|
||||
number-is-nan@1.0.1: {}
|
||||
|
||||
nyc@15.1.0:
|
||||
dependencies:
|
||||
'@istanbuljs/load-nyc-config': 1.1.0
|
||||
@ -18305,8 +18072,6 @@ snapshots:
|
||||
|
||||
p-finally@1.0.0: {}
|
||||
|
||||
p-finally@2.0.1: {}
|
||||
|
||||
p-limit@2.3.0:
|
||||
dependencies:
|
||||
p-try: 2.2.0
|
||||
@ -18641,22 +18406,6 @@ snapshots:
|
||||
commander: 9.5.0
|
||||
optional: true
|
||||
|
||||
prebuild-install@6.1.4:
|
||||
dependencies:
|
||||
detect-libc: 1.0.3
|
||||
expand-template: 2.0.3
|
||||
github-from-package: 0.0.0
|
||||
minimist: 1.2.8
|
||||
mkdirp-classic: 0.5.3
|
||||
napi-build-utils: 1.0.2
|
||||
node-abi: 2.30.1
|
||||
npmlog: 4.1.2
|
||||
pump: 3.0.2
|
||||
rc: 1.2.8
|
||||
simple-get: 3.1.1
|
||||
tar-fs: 2.1.2
|
||||
tunnel-agent: 0.6.0
|
||||
|
||||
prelude-ls@1.1.2: {}
|
||||
|
||||
prelude-ls@1.2.1: {}
|
||||
@ -19628,14 +19377,6 @@ snapshots:
|
||||
|
||||
signal-exit@4.1.0: {}
|
||||
|
||||
simple-concat@1.0.1: {}
|
||||
|
||||
simple-get@3.1.1:
|
||||
dependencies:
|
||||
decompress-response: 4.2.1
|
||||
once: 1.4.0
|
||||
simple-concat: 1.0.1
|
||||
|
||||
simple-update-notifier@2.0.0:
|
||||
dependencies:
|
||||
semver: 7.6.3
|
||||
@ -19821,12 +19562,6 @@ snapshots:
|
||||
char-regex: 2.0.2
|
||||
strip-ansi: 7.1.0
|
||||
|
||||
string-width@1.0.2:
|
||||
dependencies:
|
||||
code-point-at: 1.1.0
|
||||
is-fullwidth-code-point: 1.0.0
|
||||
strip-ansi: 3.0.1
|
||||
|
||||
string-width@2.1.1:
|
||||
dependencies:
|
||||
is-fullwidth-code-point: 2.0.0
|
||||
@ -19910,10 +19645,6 @@ snapshots:
|
||||
dependencies:
|
||||
safe-buffer: 5.2.1
|
||||
|
||||
strip-ansi@3.0.1:
|
||||
dependencies:
|
||||
ansi-regex: 2.1.1
|
||||
|
||||
strip-ansi@4.0.0:
|
||||
dependencies:
|
||||
ansi-regex: 3.0.1
|
||||
@ -20107,21 +19838,6 @@ snapshots:
|
||||
|
||||
tapable@2.2.1: {}
|
||||
|
||||
tar-fs@2.1.2:
|
||||
dependencies:
|
||||
chownr: 1.1.4
|
||||
mkdirp-classic: 0.5.3
|
||||
pump: 3.0.2
|
||||
tar-stream: 2.2.0
|
||||
|
||||
tar-stream@2.2.0:
|
||||
dependencies:
|
||||
bl: 4.1.0
|
||||
end-of-stream: 1.4.4
|
||||
fs-constants: 1.0.0
|
||||
inherits: 2.0.4
|
||||
readable-stream: 3.6.2
|
||||
|
||||
tar@6.2.1:
|
||||
dependencies:
|
||||
chownr: 2.0.0
|
||||
@ -20317,10 +20033,6 @@ snapshots:
|
||||
tslib: 1.14.1
|
||||
typescript: 5.6.3
|
||||
|
||||
tunnel-agent@0.6.0:
|
||||
dependencies:
|
||||
safe-buffer: 5.2.1
|
||||
|
||||
type-check@0.3.2:
|
||||
dependencies:
|
||||
prelude-ls: 1.1.2
|
||||
@ -20866,10 +20578,6 @@ snapshots:
|
||||
dependencies:
|
||||
isexe: 3.1.1
|
||||
|
||||
wide-align@1.1.5:
|
||||
dependencies:
|
||||
string-width: 4.2.3
|
||||
|
||||
widest-line@2.0.1:
|
||||
dependencies:
|
||||
string-width: 2.1.1
|
||||
|
||||
@ -130,8 +130,17 @@ if (cachedData || process.env.GENERATE_PRELOAD_CACHE) {
|
||||
}
|
||||
|
||||
// eslint-disable-next-line import/no-dynamic-require
|
||||
window.preloadCompileStartTime = Date.now();
|
||||
require(srcPath);
|
||||
|
||||
if (script) {
|
||||
if (script.cachedDataRejected) {
|
||||
console.log('preload cache rejected');
|
||||
} else {
|
||||
console.log('preload cache hit');
|
||||
}
|
||||
}
|
||||
|
||||
// See `ts/scripts/generate-preload-cache.ts`
|
||||
if (script && process.env.GENERATE_PRELOAD_CACHE) {
|
||||
writeFileSync(cachePath, script.createCachedData());
|
||||
|
||||
@ -1,10 +1,15 @@
|
||||
// Copyright 2020 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
/*
|
||||
* Copyright 2020-2021 Signal Messenger, LLC
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package signalservice;
|
||||
|
||||
option java_package = "org.whispersystems.signalservice.internal.storage";
|
||||
option java_outer_classname = "SignalStorageProtos";
|
||||
option java_package = "org.signal.storageservice.storage.protos.contacts";
|
||||
option java_outer_classname = "StorageProtos";
|
||||
option java_multiple_files = true;
|
||||
|
||||
enum OptionalBool {
|
||||
UNSET = 0;
|
||||
@ -12,29 +17,29 @@ enum OptionalBool {
|
||||
DISABLED = 2;
|
||||
}
|
||||
|
||||
message StorageManifest {
|
||||
optional uint64 version = 1;
|
||||
optional bytes value = 2;
|
||||
message StorageManifest {
|
||||
uint64 version = 1;
|
||||
bytes value = 2;
|
||||
}
|
||||
|
||||
message StorageItem {
|
||||
optional bytes key = 1;
|
||||
optional bytes value = 2;
|
||||
bytes key = 1;
|
||||
bytes value = 2;
|
||||
}
|
||||
|
||||
message StorageItems {
|
||||
repeated StorageItem items = 1;
|
||||
}
|
||||
|
||||
message ReadOperation {
|
||||
repeated bytes readKey = 1;
|
||||
message WriteOperation {
|
||||
StorageManifest manifest = 1;
|
||||
repeated StorageItem insertItem = 2;
|
||||
repeated bytes deleteKey = 3;
|
||||
bool clearAll = 4;
|
||||
}
|
||||
|
||||
message WriteOperation {
|
||||
optional StorageManifest manifest = 1;
|
||||
repeated StorageItem insertItem = 2;
|
||||
repeated bytes deleteKey = 3;
|
||||
optional bool clearAll = 4;
|
||||
message ReadOperation {
|
||||
repeated bytes readKey = 1;
|
||||
}
|
||||
|
||||
message ManifestRecord {
|
||||
@ -48,16 +53,17 @@ message ManifestRecord {
|
||||
STORY_DISTRIBUTION_LIST = 5;
|
||||
STICKER_PACK = 6;
|
||||
CALL_LINK = 7;
|
||||
CHAT_FOLDER = 8;
|
||||
}
|
||||
|
||||
optional bytes raw = 1;
|
||||
optional Type type = 2;
|
||||
bytes raw = 1;
|
||||
Type type = 2;
|
||||
}
|
||||
|
||||
optional uint64 version = 1;
|
||||
optional uint32 sourceDevice = 3;
|
||||
repeated Identifier keys = 2;
|
||||
optional bytes recordIkm = 4;
|
||||
uint64 version = 1;
|
||||
uint32 sourceDevice = 3;
|
||||
repeated Identifier identifiers = 2;
|
||||
bytes recordIkm = 4;
|
||||
// Next ID: 5
|
||||
}
|
||||
|
||||
@ -70,6 +76,7 @@ message StorageRecord {
|
||||
StoryDistributionListRecord storyDistributionList = 5;
|
||||
StickerPackRecord stickerPack = 6;
|
||||
CallLinkRecord callLink = 7;
|
||||
ChatFolderRecord chatFolder = 8;
|
||||
}
|
||||
}
|
||||
|
||||
@ -105,43 +112,44 @@ message ContactRecord {
|
||||
}
|
||||
|
||||
message Name {
|
||||
optional string given = 1;
|
||||
optional string family = 2;
|
||||
string given = 1;
|
||||
string family = 2;
|
||||
}
|
||||
|
||||
optional string aci = 1;
|
||||
optional string serviceE164 = 2;
|
||||
optional string pni = 15;
|
||||
optional bytes profileKey = 3;
|
||||
optional bytes identityKey = 4;
|
||||
optional IdentityState identityState = 5;
|
||||
optional string givenName = 6;
|
||||
optional string familyName = 7;
|
||||
optional string username = 8;
|
||||
optional bool blocked = 9;
|
||||
optional bool whitelisted = 10;
|
||||
optional bool archived = 11;
|
||||
optional bool markedUnread = 12;
|
||||
optional uint64 mutedUntilTimestamp = 13;
|
||||
optional bool hideStory = 14;
|
||||
optional uint64 unregisteredAtTimestamp = 16;
|
||||
optional string systemGivenName = 17;
|
||||
optional string systemFamilyName = 18;
|
||||
optional string systemNickname = 19;
|
||||
optional bool hidden = 20;
|
||||
optional bool pniSignatureVerified = 21;
|
||||
optional Name nickname = 22;
|
||||
optional string note = 23;
|
||||
string aci = 1;
|
||||
string e164 = 2;
|
||||
string pni = 15;
|
||||
bytes profileKey = 3;
|
||||
bytes identityKey = 4;
|
||||
IdentityState identityState = 5;
|
||||
string givenName = 6;
|
||||
string familyName = 7;
|
||||
string username = 8;
|
||||
bool blocked = 9;
|
||||
bool whitelisted = 10;
|
||||
bool archived = 11;
|
||||
bool markedUnread = 12;
|
||||
uint64 mutedUntilTimestamp = 13;
|
||||
bool hideStory = 14;
|
||||
uint64 unregisteredAtTimestamp = 16;
|
||||
string systemGivenName = 17;
|
||||
string systemFamilyName = 18;
|
||||
string systemNickname = 19;
|
||||
bool hidden = 20;
|
||||
bool pniSignatureVerified = 21;
|
||||
Name nickname = 22;
|
||||
string note = 23;
|
||||
optional AvatarColor avatarColor = 24;
|
||||
// Next ID: 25
|
||||
}
|
||||
|
||||
message GroupV1Record {
|
||||
optional bytes id = 1;
|
||||
optional bool blocked = 2;
|
||||
optional bool whitelisted = 3;
|
||||
optional bool archived = 4;
|
||||
optional bool markedUnread = 5;
|
||||
optional uint64 mutedUntilTimestamp = 6;
|
||||
bytes id = 1;
|
||||
reserved /*blocked*/ 2;
|
||||
reserved /*whitelisted*/ 3;
|
||||
reserved /*archived*/ 4;
|
||||
reserved /*markedUnread*/ 5;
|
||||
reserved /*mutedUntilTimestamp*/ 6;
|
||||
}
|
||||
|
||||
message GroupV2Record {
|
||||
@ -151,36 +159,37 @@ message GroupV2Record {
|
||||
ENABLED = 2;
|
||||
}
|
||||
|
||||
optional bytes masterKey = 1;
|
||||
optional bool blocked = 2;
|
||||
optional bool whitelisted = 3;
|
||||
optional bool archived = 4;
|
||||
optional bool markedUnread = 5;
|
||||
optional uint64 mutedUntilTimestamp = 6;
|
||||
optional bool dontNotifyForMentionsIfMuted = 7;
|
||||
optional bool hideStory = 8;
|
||||
reserved /* storySendEnabled */ 9; // removed
|
||||
optional StorySendMode storySendMode = 10;
|
||||
bytes masterKey = 1;
|
||||
bool blocked = 2;
|
||||
bool whitelisted = 3;
|
||||
bool archived = 4;
|
||||
bool markedUnread = 5;
|
||||
uint64 mutedUntilTimestamp = 6;
|
||||
bool dontNotifyForMentionsIfMuted = 7;
|
||||
bool hideStory = 8;
|
||||
reserved 9;
|
||||
StorySendMode storySendMode = 10;
|
||||
optional AvatarColor avatarColor = 11;
|
||||
}
|
||||
|
||||
message AccountRecord {
|
||||
|
||||
enum PhoneNumberSharingMode {
|
||||
UNKNOWN = 0;
|
||||
UNKNOWN = 0;
|
||||
EVERYBODY = 1;
|
||||
NOBODY = 2;
|
||||
NOBODY = 2;
|
||||
}
|
||||
|
||||
message PinnedConversation {
|
||||
message Contact {
|
||||
optional string serviceId = 1;
|
||||
optional string e164 = 2;
|
||||
string serviceId = 1;
|
||||
string e164 = 2;
|
||||
}
|
||||
|
||||
oneof identifier {
|
||||
Contact contact = 1;
|
||||
bytes legacyGroupId = 3;
|
||||
bytes groupMasterKey = 4;
|
||||
Contact contact = 1;
|
||||
bytes legacyGroupId = 3;
|
||||
bytes groupMasterKey = 4;
|
||||
}
|
||||
}
|
||||
|
||||
@ -197,13 +206,13 @@ message AccountRecord {
|
||||
PURPLE = 8;
|
||||
}
|
||||
|
||||
optional bytes entropy = 1; // 32 bytes of entropy used for encryption
|
||||
optional bytes serverId = 2; // 16 bytes of encoded UUID provided by the server
|
||||
optional Color color = 3; // color of the QR code itself
|
||||
bytes entropy = 1; // 32 bytes of entropy used for encryption
|
||||
bytes serverId = 2; // 16 bytes of encoded UUID provided by the server
|
||||
Color color = 3; // color of the QR code itself
|
||||
}
|
||||
|
||||
message IAPSubscriberData {
|
||||
optional bytes subscriberId = 1;
|
||||
bytes subscriberId = 1;
|
||||
|
||||
oneof iapSubscriptionId {
|
||||
// Identifies an Android Play Store IAP subscription.
|
||||
@ -213,84 +222,128 @@ message AccountRecord {
|
||||
}
|
||||
}
|
||||
|
||||
optional bytes profileKey = 1;
|
||||
optional string givenName = 2;
|
||||
optional string familyName = 3;
|
||||
optional string avatarUrl = 4;
|
||||
optional bool noteToSelfArchived = 5;
|
||||
optional bool readReceipts = 6;
|
||||
optional bool sealedSenderIndicators = 7;
|
||||
optional bool typingIndicators = 8;
|
||||
message BackupTierHistory {
|
||||
// See zkgroup for integer particular values. Unset if backups are not enabled.
|
||||
optional uint64 backupTier = 1;
|
||||
optional uint64 endedAtTimestamp = 2;
|
||||
}
|
||||
|
||||
bytes profileKey = 1;
|
||||
string givenName = 2;
|
||||
string familyName = 3;
|
||||
string avatarUrlPath = 4;
|
||||
bool noteToSelfArchived = 5;
|
||||
bool readReceipts = 6;
|
||||
bool sealedSenderIndicators = 7;
|
||||
bool typingIndicators = 8;
|
||||
reserved 9; // proxiedLinkPreviews
|
||||
optional bool noteToSelfMarkedUnread = 10;
|
||||
optional bool linkPreviews = 11;
|
||||
optional PhoneNumberSharingMode phoneNumberSharingMode = 12;
|
||||
optional bool notDiscoverableByPhoneNumber = 13;
|
||||
bool noteToSelfMarkedUnread = 10;
|
||||
bool linkPreviews = 11;
|
||||
PhoneNumberSharingMode phoneNumberSharingMode = 12;
|
||||
bool unlistedPhoneNumber = 13;
|
||||
repeated PinnedConversation pinnedConversations = 14;
|
||||
optional bool preferContactAvatars = 15;
|
||||
optional uint32 universalExpireTimer = 17;
|
||||
bool preferContactAvatars = 15;
|
||||
uint32 universalExpireTimer = 17;
|
||||
reserved 18; // primarySendsSms
|
||||
reserved 19; // deprecatedE164
|
||||
repeated string preferredReactionEmoji = 20;
|
||||
optional bytes subscriberId = 21;
|
||||
optional string subscriberCurrencyCode = 22;
|
||||
optional bool displayBadgesOnProfile = 23;
|
||||
optional bool donorSubscriptionManuallyCancelled = 24;
|
||||
optional bool keepMutedChatsArchived = 25;
|
||||
optional bool hasSetMyStoriesPrivacy = 26;
|
||||
optional bool hasViewedOnboardingStory = 27;
|
||||
bytes donorSubscriberId = 21;
|
||||
string donorSubscriberCurrencyCode = 22;
|
||||
bool displayBadgesOnProfile = 23;
|
||||
bool donorSubscriptionManuallyCancelled = 24;
|
||||
bool keepMutedChatsArchived = 25;
|
||||
bool hasSetMyStoriesPrivacy = 26;
|
||||
bool hasViewedOnboardingStory = 27; // Whether the user has opened and played back the
|
||||
// onboarding story in the story viewer.
|
||||
reserved 28; // deprecatedStoriesDisabled
|
||||
optional bool storiesDisabled = 29;
|
||||
optional OptionalBool storyViewReceiptsEnabled = 30;
|
||||
bool storiesDisabled = 29;
|
||||
OptionalBool storyViewReceiptsEnabled = 30;
|
||||
reserved 31; // hasReadOnboardingStory
|
||||
optional bool hasSeenGroupStoryEducationSheet = 32;
|
||||
optional string username = 33;
|
||||
optional bool hasCompletedUsernameOnboarding = 34;
|
||||
optional UsernameLink usernameLink = 35;
|
||||
bool hasSeenGroupStoryEducationSheet = 32; // Whether the user has seen the group story education
|
||||
// sheet. This is a sticky value.
|
||||
string username = 33; // Format: `nickname.discriminator`, e.g. `signalapp.123`
|
||||
// Updated only when username is confirmed or deleted on server.
|
||||
bool hasCompletedUsernameOnboarding = 34; // Whether the user has completed username
|
||||
// onboarding.
|
||||
UsernameLink usernameLink = 35;
|
||||
reserved /*backupsSubscriberId*/ 36;
|
||||
reserved /*backupsSubscriberCurrencyCode*/ 37;
|
||||
reserved /*backupsSubscriptionManuallyCancelled*/ 38;
|
||||
// Set to true after backups are enabled and one is uploaded.
|
||||
optional bool hasBackup = 39;
|
||||
// See zkgroup for integer particular values
|
||||
// See zkgroup for integer particular values. Unset if backups are not enabled.
|
||||
optional uint64 backupTier = 40;
|
||||
optional IAPSubscriberData backupSubscriberData = 41;
|
||||
IAPSubscriberData backupSubscriberData = 41;
|
||||
optional AvatarColor avatarColor = 42;
|
||||
}
|
||||
|
||||
message StoryDistributionListRecord {
|
||||
optional bytes identifier = 1;
|
||||
optional string name = 2;
|
||||
bytes identifier = 1;
|
||||
string name = 2;
|
||||
repeated string recipientServiceIds = 3;
|
||||
optional uint64 deletedAtTimestamp = 4;
|
||||
optional bool allowsReplies = 5;
|
||||
optional bool isBlockList = 6;
|
||||
uint64 deletedAtTimestamp = 4;
|
||||
bool allowsReplies = 5;
|
||||
bool isBlockList = 6;
|
||||
}
|
||||
|
||||
message StickerPackRecord {
|
||||
optional bytes packId = 1; // 16 bytes
|
||||
optional bytes packKey = 2; // 32 bytes, used to derive the AES-256 key
|
||||
// aesKey = HKDF(
|
||||
// input = packKey,
|
||||
// salt = 32 zero bytes,
|
||||
// info = "Sticker Pack"
|
||||
// )
|
||||
optional uint32 position = 3; // When displayed sticker packs should be first sorted
|
||||
// in descending order by zero-based `position` and
|
||||
// then by ascending `packId` (lexicographically,
|
||||
// packId can be treated as a hex string).
|
||||
// When installing a sticker pack the client should find
|
||||
// the maximum `position` among currently known stickers
|
||||
// and use `max_position + 1` as the value for the new
|
||||
// `position`.
|
||||
optional uint64 deletedAtTimestamp = 4; // Timestamp in milliseconds. When present and
|
||||
// non-zero - `packKey` and `position` should
|
||||
// be unset
|
||||
bytes packId = 1; // 16 bytes
|
||||
bytes packKey = 2; // 32 bytes, used to derive the AES-256 key
|
||||
// aesKey = HKDF(
|
||||
// input = packKey,
|
||||
// salt = 32 zero bytes,
|
||||
// info = "Sticker Pack"
|
||||
// )
|
||||
uint32 position = 3; // When displayed sticker packs should be first sorted
|
||||
// in descending order by zero-based `position` and
|
||||
// then by ascending `packId` (lexicographically,
|
||||
// packId can be treated as a hex string).
|
||||
// When installing a sticker pack the client should find
|
||||
// the maximum `position` among currently known stickers
|
||||
// and use `max_position + 1` as the value for the new
|
||||
// `position`.
|
||||
uint64 deletedAtTimestamp = 4; // Timestamp in milliseconds. When present and
|
||||
// non-zero - `packKey` and `position` should
|
||||
// be unset
|
||||
}
|
||||
|
||||
message CallLinkRecord {
|
||||
optional bytes rootKey = 1; // 16 bytes
|
||||
optional bytes adminPasskey = 2; // Non-empty when the current user is an admin
|
||||
optional uint64 deletedAtTimestampMs = 3; // When present and non-zero, `adminPasskey`
|
||||
// should be cleared
|
||||
bytes rootKey = 1; // 16 bytes
|
||||
bytes adminPasskey = 2; // Non-empty when the current user is an admin
|
||||
uint64 deletedAtTimestampMs = 3; // When present and non-zero, `adminPasskey`
|
||||
// should be cleared
|
||||
}
|
||||
|
||||
message ChatFolderRecord {
|
||||
message Recipient {
|
||||
message Contact {
|
||||
string serviceId = 1;
|
||||
string e164 = 2;
|
||||
}
|
||||
|
||||
oneof identifier {
|
||||
Contact contact = 1;
|
||||
bytes legacyGroupId = 2;
|
||||
bytes groupMasterKey = 3;
|
||||
}
|
||||
}
|
||||
|
||||
// Represents the default "All chats" folder record vs all other custom folders
|
||||
enum FolderType {
|
||||
UNKNOWN = 0;
|
||||
ALL = 1;
|
||||
CUSTOM = 2;
|
||||
}
|
||||
|
||||
bytes id = 1;
|
||||
string name = 2;
|
||||
uint32 position = 3; // Position order of folder, low-to-high from start-to-end
|
||||
bool showOnlyUnread = 4;
|
||||
bool showMutedChats = 5;
|
||||
bool includeAllIndividualChats = 6; // Folder includes all 1:1 chats, unless excluded
|
||||
bool includeAllGroupChats = 7; // Folder includes all group chats, unless excluded
|
||||
FolderType folderType = 8;
|
||||
repeated Recipient includedRecipients = 9;
|
||||
repeated Recipient excludedRecipients = 10;
|
||||
uint64 deletedAtTimestampMs = 11; // When non-zero, `position` should be set to -1 and `includedRecipients` should be empty
|
||||
}
|
||||
|
||||
@ -46,7 +46,6 @@ const bundleDefaults = {
|
||||
|
||||
// Things that don't bundle well
|
||||
'got',
|
||||
'jquery',
|
||||
'node-fetch',
|
||||
'pino',
|
||||
'proxy-agent',
|
||||
|
||||
@ -1,48 +0,0 @@
|
||||
// Copyright 2018 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
const fs = require('fs');
|
||||
const _ = require('lodash');
|
||||
|
||||
const packageJson = require('../package.json');
|
||||
|
||||
// We have different windows certificates used in each of our build machines, and this
|
||||
// script makes it easier to ready the app to build on a given machine.
|
||||
|
||||
// -------
|
||||
|
||||
const KEY = 'build.win.certificateSha1';
|
||||
const DEFAULT_VALUE = '8C9A0B5C852EC703D83EF7BFBCEB54B796073759';
|
||||
|
||||
const BUILDER_A = '507769334DA990A8DDE858314B0CDFC228E7CFA1';
|
||||
const BUILDER_B = 'C689B0988CA1A7DF99E4CE4433AC7EA8B82F8D41';
|
||||
|
||||
let targetValue = DEFAULT_VALUE;
|
||||
|
||||
if (process.env.WINDOWS_BUILDER === 'A') {
|
||||
targetValue = BUILDER_A;
|
||||
}
|
||||
if (process.env.WINDOWS_BUILDER === 'B') {
|
||||
targetValue = BUILDER_B;
|
||||
}
|
||||
|
||||
// -------
|
||||
|
||||
function checkValue(object, objectPath, expected) {
|
||||
const actual = _.get(object, objectPath);
|
||||
if (actual !== expected) {
|
||||
throw new Error(`${objectPath} was ${actual}; expected ${expected}`);
|
||||
}
|
||||
}
|
||||
|
||||
// ------
|
||||
|
||||
checkValue(packageJson, KEY, DEFAULT_VALUE);
|
||||
|
||||
// -------
|
||||
|
||||
_.set(packageJson, KEY, targetValue);
|
||||
|
||||
// -------
|
||||
|
||||
fs.writeFileSync('./package.json', JSON.stringify(packageJson, null, ' '));
|
||||
@ -3882,14 +3882,24 @@ button.module-image__border-overlay:focus {
|
||||
}
|
||||
|
||||
&__background {
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
inset-inline-start: 0;
|
||||
inset-inline-end: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
&--darken {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: rgba(variables.$color-gray-60, 0.6);
|
||||
}
|
||||
|
||||
&--blur {
|
||||
background-repeat: no-repeat;
|
||||
@ -3989,9 +3999,10 @@ button.module-image__border-overlay:focus {
|
||||
}
|
||||
.module-ongoing-call {
|
||||
&__remote-video-enabled {
|
||||
background-color: variables.$color-gray-95;
|
||||
// TODO: DESKTOP-8537 remove this; we want blurred avatar not all-black letterboxing
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
&--reconnecting {
|
||||
filter: blur(15px);
|
||||
}
|
||||
@ -4002,6 +4013,7 @@ button.module-image__border-overlay:focus {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
@ -4104,6 +4116,7 @@ button.module-image__border-overlay:focus {
|
||||
// Only apply container-type: size to grid column to prevent size collapse
|
||||
// for implicitly sized participants (PiP)
|
||||
container-type: size;
|
||||
position: relative;
|
||||
|
||||
@container (min-width: 180px) or (min-height: 180px) {
|
||||
.module-ongoing-call__group-call-remote-participant__footer {
|
||||
@ -4495,7 +4508,7 @@ button.module-image__border-overlay:focus {
|
||||
}
|
||||
}
|
||||
|
||||
&__local-preview-video-container {
|
||||
&__local-preview-container {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
@ -4625,15 +4638,21 @@ button.module-image__border-overlay:focus {
|
||||
.module-calling-pip {
|
||||
backface-visibility: hidden;
|
||||
background-color: variables.$color-gray-95;
|
||||
border-radius: 4px;
|
||||
border-radius: 18px;
|
||||
box-shadow:
|
||||
0px 0px 8px rgba(0, 0, 0, 0.05),
|
||||
0px 8px 20px rgba(0, 0, 0, 0.3);
|
||||
cursor: grab;
|
||||
height: 158px;
|
||||
// This size is just a starting place; the component will figure out what it should
|
||||
// be. When resizing for incoming portrait video, the width will be kept constant. The
|
||||
// width only changes with window size.
|
||||
// These both should be kept in sync with the _normal_ height/width in CallingPip.tsx
|
||||
height: 286px;
|
||||
width: 160px;
|
||||
|
||||
position: fixed;
|
||||
width: 120px;
|
||||
z-index: variables.$z-index-calling-pip;
|
||||
overflow: hidden;
|
||||
|
||||
& .module-ongoing-call__group-call-remote-participant {
|
||||
border-radius: 0;
|
||||
@ -4643,13 +4662,13 @@ button.module-image__border-overlay:focus {
|
||||
&--remote {
|
||||
align-items: center;
|
||||
background-color: variables.$color-gray-95;
|
||||
border-radius: 4px 4px 0 0;
|
||||
border-radius: 18px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
height: 120px; // This height should be kept in sync with <CallingPipRemoteVideo>'s hard-coded height.
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
// The avatar image can be dragged on Windows.
|
||||
.module-Avatar img {
|
||||
@ -4664,15 +4683,22 @@ button.module-image__border-overlay:focus {
|
||||
|
||||
&--local,
|
||||
&--local-presenting {
|
||||
bottom: 38px;
|
||||
height: 32px;
|
||||
position: absolute;
|
||||
inset-inline-end: 4px;
|
||||
width: 32px;
|
||||
top: 8px;
|
||||
inset-inline-start: 8px;
|
||||
// These are the normal widths; the size will change based on whether the window
|
||||
// is large, like the overall pip.
|
||||
height: 54px;
|
||||
width: 80px;
|
||||
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
background-color: variables.$color-gray-80;
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
@ -4681,17 +4707,125 @@ button.module-image__border-overlay:focus {
|
||||
}
|
||||
}
|
||||
|
||||
&__actions {
|
||||
align-items: center;
|
||||
background-color: variables.$color-gray-02;
|
||||
border-radius: 0 0 4px 4px;
|
||||
&__full-size-local-preview {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
|
||||
&--presenting {
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__pills {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 38px;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
|
||||
@include mixins.dark-theme {
|
||||
background-color: variables.$color-gray-65;
|
||||
position: absolute;
|
||||
bottom: 66px;
|
||||
inset-inline-start: 8px;
|
||||
transition: bottom 0.5s variables.$ease-out-local-preview;
|
||||
|
||||
&--no-controls {
|
||||
bottom: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
&__pill {
|
||||
height: 28px;
|
||||
border-radius: 14px;
|
||||
padding: 6px;
|
||||
padding-inline-start: 12px;
|
||||
padding-inline-end: 12px;
|
||||
background-color: variables.$color-gray-80;
|
||||
color: variables.$color-gray-05;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
@include mixins.font-body-small;
|
||||
}
|
||||
|
||||
&__pill-icon {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin-inline-end: 4px;
|
||||
|
||||
&__raised-hands {
|
||||
@include mixins.color-svg(
|
||||
'../images/icons/v3/raise_hand/raise_hand.svg',
|
||||
variables.$color-gray-05
|
||||
);
|
||||
}
|
||||
&__group-join {
|
||||
@include mixins.color-svg(
|
||||
'../images/icons/v3/person/person-plus-compact.svg',
|
||||
variables.$color-gray-05
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
&__actions {
|
||||
position: absolute;
|
||||
// It starts offscreen then animates in/out as it fades in/outs
|
||||
bottom: -60px;
|
||||
inset-inline-start: 4px;
|
||||
inset-inline-end: 4px;
|
||||
padding: 12px;
|
||||
height: 56px;
|
||||
opacity: 0;
|
||||
transition: all 0.5s variables.$ease-out-local-preview;
|
||||
|
||||
&--visible {
|
||||
opacity: 1;
|
||||
bottom: 4px;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
|
||||
border-radius: 18px;
|
||||
justify-content: space-around;
|
||||
background-color: variables.$color-gray-78;
|
||||
|
||||
&__spacer {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
&__button {
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
}
|
||||
&__middle-button {
|
||||
// icon width, and 15px of border on each side
|
||||
width: 62px;
|
||||
text-align: center;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
.CallingButton__icon {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
&__un-pip-container {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
inset-inline-end: 16px;
|
||||
|
||||
opacity: 0;
|
||||
transition: opacity 0.5s variables.$ease-out-local-preview;
|
||||
|
||||
&--visible {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -103,6 +103,7 @@ $color-taupe: #8f616a;
|
||||
$color-steel: #71717f;
|
||||
$color-bright-gray: #ebeae8;
|
||||
$color-borage-blue: #506ecd;
|
||||
$color-orange: #ff9500;
|
||||
|
||||
// Gradient colors
|
||||
|
||||
|
||||
@ -101,6 +101,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
&--full-screen-call {
|
||||
@include calling-button-icon(
|
||||
'../images/icons/v3/pip/pip-maximize-light.svg',
|
||||
variables.$color-gray-80,
|
||||
variables.$color-gray-15
|
||||
);
|
||||
}
|
||||
|
||||
&--hangup {
|
||||
@include calling-button-icon(
|
||||
'../images/icons/v3/phone/phone-down-fill-light.svg',
|
||||
@ -264,3 +272,9 @@
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.module-calling-pip {
|
||||
.CallingButton__button-container {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -33,6 +33,8 @@
|
||||
height: 100%;
|
||||
max-height: calc(100% - 140px);
|
||||
aspect-ratio: 4 / 3;
|
||||
margin-inline-start: auto;
|
||||
margin-inline-end: auto;
|
||||
|
||||
.module-calling__background--blur::before {
|
||||
content: '';
|
||||
|
||||
52
stylesheets/components/CriticalIdlePrimaryDeviceModal.scss
Normal file
52
stylesheets/components/CriticalIdlePrimaryDeviceModal.scss
Normal file
@ -0,0 +1,52 @@
|
||||
// Copyright 2025 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
@use '../mixins';
|
||||
@use '../variables';
|
||||
|
||||
.CriticalIdlePrimaryDeviceModal__content {
|
||||
max-width: 440px;
|
||||
padding-block: 12px;
|
||||
padding-inline: 4px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.CriticalIdlePrimaryDeviceModal__icon {
|
||||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
@include mixins.color-svg(
|
||||
'../images/icons/v3/error/error-circle.svg',
|
||||
variables.$color-orange
|
||||
);
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
}
|
||||
}
|
||||
|
||||
.CriticalIdlePrimaryDeviceModal__header {
|
||||
@include mixins.font-title-medium;
|
||||
margin-block: 12px;
|
||||
}
|
||||
|
||||
.CriticalIdlePrimaryDeviceModal__description {
|
||||
margin-block: 12px;
|
||||
margin-inline: 8px;
|
||||
color: light-dark(variables.$color-gray-60, variables.$color-gray-25);
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.CriticalIdlePrimaryDeviceModal__button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-block-start: 18px;
|
||||
|
||||
button {
|
||||
padding-inline: 26px;
|
||||
}
|
||||
}
|
||||
@ -5,4 +5,5 @@
|
||||
.DraftGifMessageSendModal__GifPreview {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding-inline: 8px;
|
||||
}
|
||||
|
||||
@ -46,8 +46,8 @@
|
||||
flex-shrink: 0;
|
||||
|
||||
display: block;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
margin-block: 24px;
|
||||
position: relative;
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user