Merge branch 'develop'
This commit is contained in:
commit
fafebe799e
255 changed files with 3435 additions and 131041 deletions
4
.github/workflows/dependency-review.yml
vendored
4
.github/workflows/dependency-review.yml
vendored
|
@ -17,11 +17,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Harden Runner
|
- name: Harden Runner
|
||||||
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
|
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
|
||||||
with:
|
with:
|
||||||
egress-policy: audit
|
egress-policy: audit
|
||||||
|
|
||||||
- name: 'Checkout Repository'
|
- name: 'Checkout Repository'
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
- name: 'Dependency Review'
|
- name: 'Dependency Review'
|
||||||
uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
|
uses: actions/dependency-review-action@38ecb5b593bf0eb19e335c03f97670f792489a8b # v4.7.0
|
||||||
|
|
8
.github/workflows/quality-check.yml
vendored
8
.github/workflows/quality-check.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Harden Runner
|
- name: Harden Runner
|
||||||
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
|
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
|
||||||
with:
|
with:
|
||||||
egress-policy: audit
|
egress-policy: audit
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
build-mode: manual
|
build-mode: manual
|
||||||
steps:
|
steps:
|
||||||
- name: Harden Runner
|
- name: Harden Runner
|
||||||
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
|
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
|
||||||
with:
|
with:
|
||||||
egress-policy: audit
|
egress-policy: audit
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
|
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
build-mode: ${{ matrix.build-mode }}
|
build-mode: ${{ matrix.build-mode }}
|
||||||
|
@ -83,6 +83,6 @@ jobs:
|
||||||
./flutterw build apk --profile -t lib/main_play.dart --flavor play
|
./flutterw build apk --profile -t lib/main_play.dart --flavor play
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
|
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
|
||||||
with:
|
with:
|
||||||
category: "/language:${{matrix.language}}"
|
category: "/language:${{matrix.language}}"
|
||||||
|
|
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- name: Harden Runner
|
- name: Harden Runner
|
||||||
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
|
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
|
||||||
with:
|
with:
|
||||||
egress-policy: audit
|
egress-policy: audit
|
||||||
|
|
||||||
|
@ -43,15 +43,20 @@ jobs:
|
||||||
# `KEY_JKS` should contain the result of:
|
# `KEY_JKS` should contain the result of:
|
||||||
# gpg -c --armor keystore.jks
|
# gpg -c --armor keystore.jks
|
||||||
# `KEY_JKS_PASSPHRASE` should contain the passphrase used for the command above
|
# `KEY_JKS_PASSPHRASE` should contain the passphrase used for the command above
|
||||||
|
# The SkSL bundle must be produced with the same Flutter engine as the one used to build the artifact
|
||||||
|
# flutter build <subcommand> --bundle-sksl-path shaders.sksl.json
|
||||||
|
# do not bundle shaders for izzy/libre flavours, to avoid crashes in some environments:
|
||||||
|
# cf https://github.com/deckerst/aves/issues/388
|
||||||
|
# cf https://github.com/deckerst/aves/issues/398
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.KEY_JKS }}" > release.keystore.asc
|
echo "${{ secrets.KEY_JKS }}" > release.keystore.asc
|
||||||
gpg -d --passphrase "${{ secrets.KEY_JKS_PASSPHRASE }}" --batch release.keystore.asc > $AVES_STORE_FILE
|
gpg -d --passphrase "${{ secrets.KEY_JKS_PASSPHRASE }}" --batch release.keystore.asc > $AVES_STORE_FILE
|
||||||
rm release.keystore.asc
|
rm release.keystore.asc
|
||||||
mkdir outputs
|
mkdir outputs
|
||||||
scripts/apply_flavor_play.sh
|
scripts/apply_flavor_play.sh
|
||||||
./flutterw build appbundle -t lib/main_play.dart --flavor play
|
./flutterw build appbundle -t lib/main_play.dart --flavor play --bundle-sksl-path shaders.sksl.json
|
||||||
cp build/app/outputs/bundle/playRelease/*.aab outputs
|
cp build/app/outputs/bundle/playRelease/*.aab outputs
|
||||||
./flutterw build apk -t lib/main_play.dart --flavor play
|
./flutterw build apk -t lib/main_play.dart --flavor play --bundle-sksl-path shaders.sksl.json
|
||||||
cp build/app/outputs/apk/play/release/*.apk outputs
|
cp build/app/outputs/apk/play/release/*.apk outputs
|
||||||
scripts/apply_flavor_izzy.sh
|
scripts/apply_flavor_izzy.sh
|
||||||
./flutterw build apk -t lib/main_izzy.dart --flavor izzy --split-per-abi
|
./flutterw build apk -t lib/main_izzy.dart --flavor izzy --split-per-abi
|
||||||
|
@ -70,7 +75,7 @@ jobs:
|
||||||
AVES_GOOGLE_API_KEY: ${{ secrets.AVES_GOOGLE_API_KEY }}
|
AVES_GOOGLE_API_KEY: ${{ secrets.AVES_GOOGLE_API_KEY }}
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
|
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
|
||||||
with:
|
with:
|
||||||
subject-path: 'outputs/*'
|
subject-path: 'outputs/*'
|
||||||
|
|
||||||
|
@ -93,7 +98,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Harden Runner
|
- name: Harden Runner
|
||||||
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
|
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
|
||||||
with:
|
with:
|
||||||
egress-policy: audit
|
egress-policy: audit
|
||||||
|
|
||||||
|
@ -101,7 +106,7 @@ jobs:
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
|
||||||
- name: Get appbundle from artifacts
|
- name: Get appbundle from artifacts
|
||||||
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
|
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: appbundle
|
name: appbundle
|
||||||
|
|
||||||
|
|
4
.github/workflows/scorecards.yml
vendored
4
.github/workflows/scorecards.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Harden Runner
|
- name: Harden Runner
|
||||||
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
|
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
|
||||||
with:
|
with:
|
||||||
egress-policy: audit
|
egress-policy: audit
|
||||||
|
|
||||||
|
@ -71,6 +71,6 @@ jobs:
|
||||||
|
|
||||||
# Upload the results to GitHub's code scanning dashboard.
|
# Upload the results to GitHub's code scanning dashboard.
|
||||||
- name: "Upload to code-scanning"
|
- name: "Upload to code-scanning"
|
||||||
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
|
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -47,3 +47,6 @@ app.*.map.json
|
||||||
# screenshot generation
|
# screenshot generation
|
||||||
/test_driver/assets/screenshots/
|
/test_driver/assets/screenshots/
|
||||||
/screenshots/
|
/screenshots/
|
||||||
|
|
||||||
|
# generated files
|
||||||
|
/lib/l10ngen/app_localizations*
|
||||||
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## <a id="unreleased"></a>[Unreleased]
|
## <a id="unreleased"></a>[Unreleased]
|
||||||
|
|
||||||
|
## <a id="v1.13.0"></a>[v1.13.0] - 2025-05-12
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Albums: groups
|
||||||
|
- Collection: sort by storage path
|
||||||
|
- Search: week day filters
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- revert to Skia rendering engine
|
||||||
|
|
||||||
## <a id="v1.12.10"></a>[v1.12.10] - 2025-04-16
|
## <a id="v1.12.10"></a>[v1.12.10] - 2025-04-16
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -331,6 +331,6 @@
|
||||||
android:value="2" />
|
android:value="2" />
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="io.flutter.embedding.android.EnableImpeller"
|
android:name="io.flutter.embedding.android.EnableImpeller"
|
||||||
android:value="true" />
|
android:value="false" />
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
@ -1007,7 +1007,7 @@ class MetadataFetchHandler(private val context: Context) : MethodCallHandler {
|
||||||
result.success(metadataMap)
|
result.success(metadataMap)
|
||||||
}
|
}
|
||||||
|
|
||||||
// return description from these fields (by precedence):
|
// returns description from these fields (by precedence):
|
||||||
// - XMP / dc:description
|
// - XMP / dc:description
|
||||||
// - IPTC / caption-abstract
|
// - IPTC / caption-abstract
|
||||||
// - Exif / UserComment
|
// - Exif / UserComment
|
||||||
|
@ -1192,8 +1192,8 @@ class MetadataFetchHandler(private val context: Context) : MethodCallHandler {
|
||||||
result.success(null)
|
result.success(null)
|
||||||
}
|
}
|
||||||
|
|
||||||
// return XMP components
|
// returns XMP components
|
||||||
// return an empty list if there is no XMP
|
// returns an empty list if there is no XMP
|
||||||
private fun getXmp(call: MethodCall, result: MethodChannel.Result) {
|
private fun getXmp(call: MethodCall, result: MethodChannel.Result) {
|
||||||
val mimeType = call.argument<String>("mimeType")
|
val mimeType = call.argument<String>("mimeType")
|
||||||
val uri = call.argument<String>("uri")?.toUri()
|
val uri = call.argument<String>("uri")?.toUri()
|
||||||
|
|
|
@ -31,7 +31,7 @@ import kotlin.math.roundToInt
|
||||||
class RegionFetcher internal constructor(
|
class RegionFetcher internal constructor(
|
||||||
private val context: Context,
|
private val context: Context,
|
||||||
) {
|
) {
|
||||||
// return decoded bytes in ARGB_8888, with trailer bytes:
|
// returns decoded bytes in ARGB_8888, with trailer bytes:
|
||||||
// - width (int32)
|
// - width (int32)
|
||||||
// - height (int32)
|
// - height (int32)
|
||||||
fun fetch(
|
fun fetch(
|
||||||
|
|
|
@ -8,4 +8,5 @@
|
||||||
<string name="analysis_channel_name">Σάρωση πολυμέσων</string>
|
<string name="analysis_channel_name">Σάρωση πολυμέσων</string>
|
||||||
<string name="analysis_notification_default_title">Σάρωση στοιχείων</string>
|
<string name="analysis_notification_default_title">Σάρωση στοιχείων</string>
|
||||||
<string name="analysis_notification_action_stop">Διακοπή</string>
|
<string name="analysis_notification_action_stop">Διακοπή</string>
|
||||||
|
<string name="map_shortcut_short_label">Χάρτης</string>
|
||||||
</resources>
|
</resources>
|
|
@ -8,4 +8,5 @@
|
||||||
<string name="analysis_notification_action_stop">توقف کردن</string>
|
<string name="analysis_notification_action_stop">توقف کردن</string>
|
||||||
<string name="app_widget_label">قاب عکس</string>
|
<string name="app_widget_label">قاب عکس</string>
|
||||||
<string name="app_name">Aves</string>
|
<string name="app_name">Aves</string>
|
||||||
|
<string name="map_shortcut_short_label">نقشه</string>
|
||||||
</resources>
|
</resources>
|
4
android/app/src/main/res/values-ur/strings.xml
Normal file
4
android/app/src/main/res/values-ur/strings.xml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">Aves</string>
|
||||||
|
</resources>
|
4
fastlane/metadata/android/en-US/changelogs/151.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/151.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
In v1.13.0:
|
||||||
|
- group albums
|
||||||
|
- filter by day of the week
|
||||||
|
Full changelog available on GitHub
|
4
fastlane/metadata/android/en-US/changelogs/15101.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/15101.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
In v1.13.0:
|
||||||
|
- group albums
|
||||||
|
- filter by day of the week
|
||||||
|
Full changelog available on GitHub
|
5
fastlane/metadata/android/ur/full_description.txt
Normal file
5
fastlane/metadata/android/ur/full_description.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<i>Aves</i> can handle all sorts of images and videos, including your typical JPEGs and MP4s, but also more exotic things like <b>multi-page TIFFs, SVGs, old AVIs and more</b>! It scans your media collection to identify <b>motion photos</b>, <b>panoramas</b> (aka photo spheres), <b>360° videos</b>, as well as <b>GeoTIFF</b> files.
|
||||||
|
|
||||||
|
<b>Navigation and search</b> is an important part of <i>Aves</i>. The goal is for users to easily flow from albums to photos to tags to maps, etc.
|
||||||
|
|
||||||
|
<i>Aves</i> integrates with Android (including Android TV) with features such as <b>widgets</b>, <b>app shortcuts</b>, <b>screen saver</b> and <b>global search</b> handling. It also works as a <b>media viewer and picker</b>.
|
1
fastlane/metadata/android/ur/short_description.txt
Normal file
1
fastlane/metadata/android/ur/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Gallery and metadata explorer
|
|
@ -1,6 +1,4 @@
|
||||||
{
|
{
|
||||||
"filePickerDoNotShowHiddenFiles": "عدم إظهار الملفات المخفية",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"tagPlaceholderPlace": "المكان",
|
"tagPlaceholderPlace": "المكان",
|
||||||
"@tagPlaceholderPlace": {},
|
"@tagPlaceholderPlace": {},
|
||||||
"tagPlaceholderCountry": "البلد",
|
"tagPlaceholderCountry": "البلد",
|
||||||
|
@ -9,12 +7,6 @@
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"panoramaDisableSensorControl": "تعطيل التحكم في المستشعر",
|
"panoramaDisableSensorControl": "تعطيل التحكم في المستشعر",
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"filePickerNoItems": "لا توجد عناصر",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerOpenFrom": "فتح من",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerShowHiddenFiles": "إظهار الملفات المخفية",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"panoramaEnableSensorControl": "تمكين التحكم في المستشعر",
|
"panoramaEnableSensorControl": "تمكين التحكم في المستشعر",
|
||||||
"@panoramaEnableSensorControl": {},
|
"@panoramaEnableSensorControl": {},
|
||||||
"saveTooltip": "حفظ",
|
"saveTooltip": "حفظ",
|
||||||
|
@ -63,8 +55,6 @@
|
||||||
"@tagEditorSectionRecent": {},
|
"@tagEditorSectionRecent": {},
|
||||||
"tagEditorSectionPlaceholders": "العناصر النائبة",
|
"tagEditorSectionPlaceholders": "العناصر النائبة",
|
||||||
"@tagEditorSectionPlaceholders": {},
|
"@tagEditorSectionPlaceholders": {},
|
||||||
"filePickerUseThisFolder": "إستخدام هذا المجلد",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"hideTooltip": "إخفاء",
|
"hideTooltip": "إخفاء",
|
||||||
"@hideTooltip": {},
|
"@hideTooltip": {},
|
||||||
"tagEditorPageAddTagTooltip": "إضافة علامة",
|
"tagEditorPageAddTagTooltip": "إضافة علامة",
|
||||||
|
@ -503,8 +493,6 @@
|
||||||
"@viewerSetWallpaperButtonLabel": {},
|
"@viewerSetWallpaperButtonLabel": {},
|
||||||
"settingsVideoResumptionModeTile": "استئناف التشغيل",
|
"settingsVideoResumptionModeTile": "استئناف التشغيل",
|
||||||
"@settingsVideoResumptionModeTile": {},
|
"@settingsVideoResumptionModeTile": {},
|
||||||
"collectionGroupNone": "لا تجمع",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"searchRatingSectionTitle": "التقييمات",
|
"searchRatingSectionTitle": "التقييمات",
|
||||||
"@searchRatingSectionTitle": {},
|
"@searchRatingSectionTitle": {},
|
||||||
"vaultBinUsageDialogMessage": "تستخدم بعض الخزائن سلة المحذوفات.",
|
"vaultBinUsageDialogMessage": "تستخدم بعض الخزائن سلة المحذوفات.",
|
||||||
|
@ -1031,8 +1019,6 @@
|
||||||
"@entryActionSetAs": {},
|
"@entryActionSetAs": {},
|
||||||
"sortOrderLowestFirst": "الأدنى أولاً",
|
"sortOrderLowestFirst": "الأدنى أولاً",
|
||||||
"@sortOrderLowestFirst": {},
|
"@sortOrderLowestFirst": {},
|
||||||
"albumGroupNone": "لا تجمع",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"statsTopStatesSectionTitle": "أهم الولايات",
|
"statsTopStatesSectionTitle": "أهم الولايات",
|
||||||
"@statsTopStatesSectionTitle": {},
|
"@statsTopStatesSectionTitle": {},
|
||||||
"settingsViewerQuickActionEditorDisplayedButtonsSectionTitle": "الأزرار المعروضة",
|
"settingsViewerQuickActionEditorDisplayedButtonsSectionTitle": "الأزرار المعروضة",
|
||||||
|
@ -1612,5 +1598,9 @@
|
||||||
"sortByPath": "حسب المسار",
|
"sortByPath": "حسب المسار",
|
||||||
"@sortByPath": {},
|
"@sortByPath": {},
|
||||||
"searchFormatSectionTitle": "التنسيقات",
|
"searchFormatSectionTitle": "التنسيقات",
|
||||||
"@searchFormatSectionTitle": {}
|
"@searchFormatSectionTitle": {},
|
||||||
|
"chipActionGroup": "مجموعة",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"createButtonLabel": "خلق",
|
||||||
|
"@createButtonLabel": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -561,14 +561,6 @@
|
||||||
"@viewerInfoPageTitle": {},
|
"@viewerInfoPageTitle": {},
|
||||||
"viewerErrorDoesNotExist": "Файл больш не існуе.",
|
"viewerErrorDoesNotExist": "Файл больш не існуе.",
|
||||||
"@viewerErrorDoesNotExist": {},
|
"@viewerErrorDoesNotExist": {},
|
||||||
"filePickerUseThisFolder": "Выкарыстоўваць гэтую тэчку",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"filePickerNoItems": "Няма элементаў",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerOpenFrom": "Адкрыць з",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerShowHiddenFiles": "Паказаць схаваныя файлы",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"sourceViewerPageTitle": "Крыніца",
|
"sourceViewerPageTitle": "Крыніца",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"panoramaDisableSensorControl": "Адключыць сэнсарнае кіраванне",
|
"panoramaDisableSensorControl": "Адключыць сэнсарнае кіраванне",
|
||||||
|
@ -631,8 +623,6 @@
|
||||||
"@tagEditorDiscardDialogMessage": {},
|
"@tagEditorDiscardDialogMessage": {},
|
||||||
"tagPlaceholderCountry": "Краіна",
|
"tagPlaceholderCountry": "Краіна",
|
||||||
"@tagPlaceholderCountry": {},
|
"@tagPlaceholderCountry": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Не паказваць схаваныя файлы",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"viewerInfoOpenEmbeddedFailureFeedback": "Не ўдалося атрымаць убудаваныя даныя",
|
"viewerInfoOpenEmbeddedFailureFeedback": "Не ўдалося атрымаць убудаваныя даныя",
|
||||||
"@viewerInfoOpenEmbeddedFailureFeedback": {},
|
"@viewerInfoOpenEmbeddedFailureFeedback": {},
|
||||||
"mapAttributionOsmHot": "Пліткі ад [HOT](https://www.hotosm.org/) • Арганізаваны [OSM France](https://openstreetmap.fr/)",
|
"mapAttributionOsmHot": "Пліткі ад [HOT](https://www.hotosm.org/) • Арганізаваны [OSM France](https://openstreetmap.fr/)",
|
||||||
|
@ -927,8 +917,6 @@
|
||||||
"@settingsActionImport": {},
|
"@settingsActionImport": {},
|
||||||
"locationPickerUseThisLocationButton": "Выкарыстоўваць гэтае месцазнаходжанне",
|
"locationPickerUseThisLocationButton": "Выкарыстоўваць гэтае месцазнаходжанне",
|
||||||
"@locationPickerUseThisLocationButton": {},
|
"@locationPickerUseThisLocationButton": {},
|
||||||
"collectionGroupNone": "Не групаваць",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"searchRatingSectionTitle": "Рэйтынгі",
|
"searchRatingSectionTitle": "Рэйтынгі",
|
||||||
"@searchRatingSectionTitle": {},
|
"@searchRatingSectionTitle": {},
|
||||||
"settingsDisabled": "Адкл.",
|
"settingsDisabled": "Адкл.",
|
||||||
|
@ -1043,8 +1031,6 @@
|
||||||
"@aboutLinkPolicy": {},
|
"@aboutLinkPolicy": {},
|
||||||
"sortOrderLowestFirst": "Спачатку з нізкім",
|
"sortOrderLowestFirst": "Спачатку з нізкім",
|
||||||
"@sortOrderLowestFirst": {},
|
"@sortOrderLowestFirst": {},
|
||||||
"albumGroupNone": "Не групаваць",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"countryPageTitle": "Краіны",
|
"countryPageTitle": "Краіны",
|
||||||
"@countryPageTitle": {},
|
"@countryPageTitle": {},
|
||||||
"albumGroupType": "Па тыпу",
|
"albumGroupType": "Па тыпу",
|
||||||
|
|
|
@ -873,8 +873,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "По дни",
|
"collectionGroupDay": "По дни",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Не групирай",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Неизвестно",
|
"sectionUnknown": "Неизвестно",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Днес",
|
"dateToday": "Днес",
|
||||||
|
@ -978,8 +976,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "По обем на съхранение",
|
"albumGroupVolume": "По обем на съхранение",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Без групиране",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "Разни",
|
"albumMimeTypeMixed": "Разни",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "Копирай в албум",
|
"albumPickPageTitleCopy": "Копирай в албум",
|
||||||
|
@ -1322,7 +1318,7 @@
|
||||||
"@settingsStorageAccessTile": {},
|
"@settingsStorageAccessTile": {},
|
||||||
"settingsAccessibilityShowPinchGestureAlternatives": "Показване на алтернативи за жестове с мултитъч",
|
"settingsAccessibilityShowPinchGestureAlternatives": "Показване на алтернативи за жестове с мултитъч",
|
||||||
"@settingsAccessibilityShowPinchGestureAlternatives": {},
|
"@settingsAccessibilityShowPinchGestureAlternatives": {},
|
||||||
"settingsDisplaySectionTitle": "Изобразяване",
|
"settingsDisplaySectionTitle": "Изглед",
|
||||||
"@settingsDisplaySectionTitle": {},
|
"@settingsDisplaySectionTitle": {},
|
||||||
"settingsThemeBrightnessTile": "Тема",
|
"settingsThemeBrightnessTile": "Тема",
|
||||||
"@settingsThemeBrightnessTile": {},
|
"@settingsThemeBrightnessTile": {},
|
||||||
|
@ -1384,8 +1380,6 @@
|
||||||
"@tagPlaceholderState": {},
|
"@tagPlaceholderState": {},
|
||||||
"tagPlaceholderPlace": "Локация",
|
"tagPlaceholderPlace": "Локация",
|
||||||
"@tagPlaceholderPlace": {},
|
"@tagPlaceholderPlace": {},
|
||||||
"filePickerShowHiddenFiles": "Показване на скритите файлове",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"chipActionRemove": "Премахване",
|
"chipActionRemove": "Премахване",
|
||||||
"@chipActionRemove": {},
|
"@chipActionRemove": {},
|
||||||
"albumTierDynamic": "Динамични",
|
"albumTierDynamic": "Динамични",
|
||||||
|
@ -1571,10 +1565,6 @@
|
||||||
"@tagEditorSectionPlaceholders": {},
|
"@tagEditorSectionPlaceholders": {},
|
||||||
"tagPlaceholderCountry": "Държава",
|
"tagPlaceholderCountry": "Държава",
|
||||||
"@tagPlaceholderCountry": {},
|
"@tagPlaceholderCountry": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Не показвай скритите файлове",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Отворете от",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"settingsVideoGestureSideDoubleTapSeek": "Докоснете два пъти краищата на екрана, за превъртане назад/напред",
|
"settingsVideoGestureSideDoubleTapSeek": "Докоснете два пъти краищата на екрана, за превъртане назад/напред",
|
||||||
"@settingsVideoGestureSideDoubleTapSeek": {},
|
"@settingsVideoGestureSideDoubleTapSeek": {},
|
||||||
"settingsSaveSearchHistory": "Запазване на историята на търсенето",
|
"settingsSaveSearchHistory": "Запазване на историята на търсенето",
|
||||||
|
@ -1617,14 +1607,10 @@
|
||||||
"@viewerErrorDoesNotExist": {},
|
"@viewerErrorDoesNotExist": {},
|
||||||
"mapAttributionOsmData": "Данни карта © [OpenStreetMap](https://www.openstreetmap.org/copyright) участници",
|
"mapAttributionOsmData": "Данни карта © [OpenStreetMap](https://www.openstreetmap.org/copyright) участници",
|
||||||
"@mapAttributionOsmData": {},
|
"@mapAttributionOsmData": {},
|
||||||
"filePickerNoItems": "Не откривам нищо",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"newDynamicAlbumDialogTitle": "Нов динамичен албум",
|
"newDynamicAlbumDialogTitle": "Нов динамичен албум",
|
||||||
"@newDynamicAlbumDialogTitle": {},
|
"@newDynamicAlbumDialogTitle": {},
|
||||||
"tagEditorDiscardDialogMessage": "Искате ли да отхвърлите промените?",
|
"tagEditorDiscardDialogMessage": "Искате ли да отхвърлите промените?",
|
||||||
"@tagEditorDiscardDialogMessage": {},
|
"@tagEditorDiscardDialogMessage": {},
|
||||||
"filePickerUseThisFolder": "Използвай тази папка",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"chipActionDecompose": "Раздели",
|
"chipActionDecompose": "Раздели",
|
||||||
"@chipActionDecompose": {},
|
"@chipActionDecompose": {},
|
||||||
"coordinateFormatDdm": "Градуси, десетични минути",
|
"coordinateFormatDdm": "Градуси, десетични минути",
|
||||||
|
@ -1634,5 +1620,9 @@
|
||||||
"editEntryLocationDialogTimeShift": "Изместване на времето",
|
"editEntryLocationDialogTimeShift": "Изместване на времето",
|
||||||
"@editEntryLocationDialogTimeShift": {},
|
"@editEntryLocationDialogTimeShift": {},
|
||||||
"removeEntryMetadataDialogAll": "Всички",
|
"removeEntryMetadataDialogAll": "Всички",
|
||||||
"@removeEntryMetadataDialogAll": {}
|
"@removeEntryMetadataDialogAll": {},
|
||||||
|
"sortByPath": "Според пътя",
|
||||||
|
"@sortByPath": {},
|
||||||
|
"searchFormatSectionTitle": "Формати",
|
||||||
|
"@searchFormatSectionTitle": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -839,8 +839,6 @@
|
||||||
"@collectionGroupAlbum": {},
|
"@collectionGroupAlbum": {},
|
||||||
"collectionGroupMonth": "Per mes",
|
"collectionGroupMonth": "Per mes",
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupNone": "No per grup",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"collectionGroupDay": "Per dia",
|
"collectionGroupDay": "Per dia",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"dateToday": "Avui",
|
"dateToday": "Avui",
|
||||||
|
@ -949,8 +947,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "Per volum d’emmagatzematge",
|
"albumGroupVolume": "Per volum d’emmagatzematge",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "No agrupar",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "Barrejat",
|
"albumMimeTypeMixed": "Barrejat",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "Copiar a Àlbum",
|
"albumPickPageTitleCopy": "Copiar a Àlbum",
|
||||||
|
@ -1345,16 +1341,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Font",
|
"sourceViewerPageTitle": "Font",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Mostra arxius amagats",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "No mostris arxius amagats",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Obrir des de",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Sense element",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Utilitza aquesta carpeta",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"settingsVideoControlsPageTitle": "Controls",
|
"settingsVideoControlsPageTitle": "Controls",
|
||||||
"@settingsVideoControlsPageTitle": {},
|
"@settingsVideoControlsPageTitle": {},
|
||||||
"settingsSubtitleThemeTextAlignmentDialogTitle": "Ajustament de Text",
|
"settingsSubtitleThemeTextAlignmentDialogTitle": "Ajustament de Text",
|
||||||
|
@ -1608,5 +1594,9 @@
|
||||||
"dynamicAlbumAlreadyExists": "L’àlbum dinàmic ja existeix",
|
"dynamicAlbumAlreadyExists": "L’àlbum dinàmic ja existeix",
|
||||||
"@dynamicAlbumAlreadyExists": {},
|
"@dynamicAlbumAlreadyExists": {},
|
||||||
"sortOrderShortestFirst": "El més curt primer",
|
"sortOrderShortestFirst": "El més curt primer",
|
||||||
"@sortOrderShortestFirst": {}
|
"@sortOrderShortestFirst": {},
|
||||||
|
"sortByPath": "Per ruta",
|
||||||
|
"@sortByPath": {},
|
||||||
|
"searchFormatSectionTitle": "Formats",
|
||||||
|
"@searchFormatSectionTitle": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -923,16 +923,6 @@
|
||||||
"@panoramaEnableSensorControl": {},
|
"@panoramaEnableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Zdroj",
|
"sourceViewerPageTitle": "Zdroj",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Zobrazit skryté soubory",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Nezobrazovat skryté soubory",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Otevřít z",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Žádné položky",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Použít tuto složku",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"pickTooltip": "Vybrat",
|
"pickTooltip": "Vybrat",
|
||||||
"@pickTooltip": {},
|
"@pickTooltip": {},
|
||||||
"doubleBackExitMessage": "Pro ukončení klepněte znovu na „zpět“.",
|
"doubleBackExitMessage": "Pro ukončení klepněte znovu na „zpět“.",
|
||||||
|
@ -1041,8 +1031,6 @@
|
||||||
"@drawerCollectionSphericalVideos": {},
|
"@drawerCollectionSphericalVideos": {},
|
||||||
"aboutLicensesBanner": "Tato aplikace využívá tyto open-source baličky a knihovny.",
|
"aboutLicensesBanner": "Tato aplikace využívá tyto open-source baličky a knihovny.",
|
||||||
"@aboutLicensesBanner": {},
|
"@aboutLicensesBanner": {},
|
||||||
"collectionGroupNone": "Neseskupovat",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"aboutLicensesSectionTitle": "Licence open-source",
|
"aboutLicensesSectionTitle": "Licence open-source",
|
||||||
"@aboutLicensesSectionTitle": {},
|
"@aboutLicensesSectionTitle": {},
|
||||||
"collectionActionHideTitleSearch": "Skrýt filtr dle názvu",
|
"collectionActionHideTitleSearch": "Skrýt filtr dle názvu",
|
||||||
|
@ -1219,8 +1207,6 @@
|
||||||
"@sortOrderLargestFirst": {},
|
"@sortOrderLargestFirst": {},
|
||||||
"sortOrderSmallestFirst": "Od nejužšího",
|
"sortOrderSmallestFirst": "Od nejužšího",
|
||||||
"@sortOrderSmallestFirst": {},
|
"@sortOrderSmallestFirst": {},
|
||||||
"albumGroupNone": "Neseskupovat",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumVideoCaptures": "Snímky videa",
|
"albumVideoCaptures": "Snímky videa",
|
||||||
"@albumVideoCaptures": {},
|
"@albumVideoCaptures": {},
|
||||||
"countryPageTitle": "Země",
|
"countryPageTitle": "Země",
|
||||||
|
|
|
@ -555,12 +555,6 @@
|
||||||
"@tagEditorDiscardDialogMessage": {},
|
"@tagEditorDiscardDialogMessage": {},
|
||||||
"panoramaEnableSensorControl": "Aktivér sensorstyring",
|
"panoramaEnableSensorControl": "Aktivér sensorstyring",
|
||||||
"@panoramaEnableSensorControl": {},
|
"@panoramaEnableSensorControl": {},
|
||||||
"filePickerOpenFrom": "Åbn fra",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Ingen elementer",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Brug denne mappe",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"authenticateToUnlockVault": "Godkend for at oplåse boks",
|
"authenticateToUnlockVault": "Godkend for at oplåse boks",
|
||||||
"@authenticateToUnlockVault": {},
|
"@authenticateToUnlockVault": {},
|
||||||
"exportEntryDialogFormat": "Format:",
|
"exportEntryDialogFormat": "Format:",
|
||||||
|
@ -841,8 +835,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Efter dag",
|
"collectionGroupDay": "Efter dag",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Gruppér ikke",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"collectionDeleteFailureFeedback": "{count, plural, =1{Kunne ikke slette 1 element} other{Kunne ikke slette {count} elementer}}",
|
"collectionDeleteFailureFeedback": "{count, plural, =1{Kunne ikke slette 1 element} other{Kunne ikke slette {count} elementer}}",
|
||||||
"@collectionDeleteFailureFeedback": {
|
"@collectionDeleteFailureFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
|
@ -1288,7 +1280,7 @@
|
||||||
"@tileLayoutGrid": {},
|
"@tileLayoutGrid": {},
|
||||||
"removeEntryMetadataMotionPhotoXmpWarningDialogMessage": "XMP er påkrævet for at afspille videoen i et bevægelsesfoto.\n\nEr du sikker på, at du vil fjerne den?",
|
"removeEntryMetadataMotionPhotoXmpWarningDialogMessage": "XMP er påkrævet for at afspille videoen i et bevægelsesfoto.\n\nEr du sikker på, at du vil fjerne den?",
|
||||||
"@removeEntryMetadataMotionPhotoXmpWarningDialogMessage": {},
|
"@removeEntryMetadataMotionPhotoXmpWarningDialogMessage": {},
|
||||||
"viewDialogGroupSectionTitle": "Gruppér",
|
"viewDialogGroupSectionTitle": "Sektioner",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"hideFilterConfirmationDialogMessage": "Matchende fotos og videoer skjules fra din samling. Du kan vise dem igen i indstillingerne “Privatliv”.\n\nEr du sikker på, at du vil skjule dem?",
|
"hideFilterConfirmationDialogMessage": "Matchende fotos og videoer skjules fra din samling. Du kan vise dem igen i indstillingerne “Privatliv”.\n\nEr du sikker på, at du vil skjule dem?",
|
||||||
"@hideFilterConfirmationDialogMessage": {},
|
"@hideFilterConfirmationDialogMessage": {},
|
||||||
|
@ -1423,20 +1415,14 @@
|
||||||
"@mapAttributionOsmData": {},
|
"@mapAttributionOsmData": {},
|
||||||
"viewerInfoSearchSuggestionRights": "Rettigheder",
|
"viewerInfoSearchSuggestionRights": "Rettigheder",
|
||||||
"@viewerInfoSearchSuggestionRights": {},
|
"@viewerInfoSearchSuggestionRights": {},
|
||||||
"filePickerShowHiddenFiles": "Vis skjulte filer",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"viewerInfoOpenEmbeddedFailureFeedback": "Kunne ikke udtrække indlejrede data",
|
"viewerInfoOpenEmbeddedFailureFeedback": "Kunne ikke udtrække indlejrede data",
|
||||||
"@viewerInfoOpenEmbeddedFailureFeedback": {},
|
"@viewerInfoOpenEmbeddedFailureFeedback": {},
|
||||||
"tagPlaceholderPlace": "Sted",
|
"tagPlaceholderPlace": "Sted",
|
||||||
"@tagPlaceholderPlace": {},
|
"@tagPlaceholderPlace": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Vis ikke skjulte filer",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"exportEntryDialogWriteMetadata": "Skriv metadata",
|
"exportEntryDialogWriteMetadata": "Skriv metadata",
|
||||||
"@exportEntryDialogWriteMetadata": {},
|
"@exportEntryDialogWriteMetadata": {},
|
||||||
"editEntryDateDialogCopyField": "Kopiér fra en anden dato",
|
"editEntryDateDialogCopyField": "Kopiér fra en anden dato",
|
||||||
"@editEntryDateDialogCopyField": {},
|
"@editEntryDateDialogCopyField": {},
|
||||||
"albumGroupNone": "Gruppér ikke",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumEmpty": "Ingen album",
|
"albumEmpty": "Ingen album",
|
||||||
"@albumEmpty": {},
|
"@albumEmpty": {},
|
||||||
"albumPageTitle": "Album",
|
"albumPageTitle": "Album",
|
||||||
|
@ -1634,5 +1620,33 @@
|
||||||
"keepScreenOnViewerOnly": "Kun fremvisningsside",
|
"keepScreenOnViewerOnly": "Kun fremvisningsside",
|
||||||
"@keepScreenOnViewerOnly": {},
|
"@keepScreenOnViewerOnly": {},
|
||||||
"widgetOpenPageViewer": "Åbn fremviser",
|
"widgetOpenPageViewer": "Åbn fremviser",
|
||||||
"@widgetOpenPageViewer": {}
|
"@widgetOpenPageViewer": {},
|
||||||
|
"sortByPath": "Efter sti",
|
||||||
|
"@sortByPath": {},
|
||||||
|
"searchFormatSectionTitle": "Formater",
|
||||||
|
"@searchFormatSectionTitle": {},
|
||||||
|
"createButtonLabel": "OPRET",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"chipActionGroup": "Gruppér",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"chipActionCreateGroup": "Opret gruppe",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"albumTierGroups": "Grupper",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"newGroupDialogTitle": "Ny gruppe",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"newGroupDialogNameLabel": "Gruppenavn",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"groupAlreadyExists": "Gruppen findes allerede",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"groupEmpty": "Ingen grupper",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"groupPickerTitle": "Vælg gruppe",
|
||||||
|
"@groupPickerTitle": {},
|
||||||
|
"groupPickerUseThisGroupButton": "Brug denne gruppe",
|
||||||
|
"@groupPickerUseThisGroupButton": {},
|
||||||
|
"ungrouped": "Gruppe opløst",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"sectionNone": "Ingen sektioner",
|
||||||
|
"@sectionNone": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -463,7 +463,7 @@
|
||||||
"@menuActionStats": {},
|
"@menuActionStats": {},
|
||||||
"viewDialogSortSectionTitle": "Sortieren",
|
"viewDialogSortSectionTitle": "Sortieren",
|
||||||
"@viewDialogSortSectionTitle": {},
|
"@viewDialogSortSectionTitle": {},
|
||||||
"viewDialogGroupSectionTitle": "Gruppe",
|
"viewDialogGroupSectionTitle": "Abschnitte",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"viewDialogLayoutSectionTitle": "Layout",
|
"viewDialogLayoutSectionTitle": "Layout",
|
||||||
"@viewDialogLayoutSectionTitle": {},
|
"@viewDialogLayoutSectionTitle": {},
|
||||||
|
@ -557,8 +557,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Nach Tag",
|
"collectionGroupDay": "Nach Tag",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Nicht gruppieren",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Unbekannt",
|
"sectionUnknown": "Unbekannt",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Heute",
|
"dateToday": "Heute",
|
||||||
|
@ -661,8 +659,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "Nach Speichervolumen",
|
"albumGroupVolume": "Nach Speichervolumen",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Nicht gruppieren",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "Gemischt",
|
"albumMimeTypeMixed": "Gemischt",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "In Album kopieren",
|
"albumPickPageTitleCopy": "In Album kopieren",
|
||||||
|
@ -1111,16 +1107,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Quelle",
|
"sourceViewerPageTitle": "Quelle",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Versteckte Dateien anzeigen",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Versteckte Dateien nicht anzeigen",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Öffnen von",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Keine Elemente",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Diesen Ordner verwenden",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"widgetOpenPageCollection": "Sammlung öffnen",
|
"widgetOpenPageCollection": "Sammlung öffnen",
|
||||||
"@widgetOpenPageCollection": {},
|
"@widgetOpenPageCollection": {},
|
||||||
"durationDialogSeconds": "Sekunden",
|
"durationDialogSeconds": "Sekunden",
|
||||||
|
@ -1418,5 +1404,31 @@
|
||||||
"searchFormatSectionTitle": "Formate",
|
"searchFormatSectionTitle": "Formate",
|
||||||
"@searchFormatSectionTitle": {},
|
"@searchFormatSectionTitle": {},
|
||||||
"sortByPath": "Nach Pfad",
|
"sortByPath": "Nach Pfad",
|
||||||
"@sortByPath": {}
|
"@sortByPath": {},
|
||||||
|
"groupEmpty": "Keine Gruppen",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"newGroupDialogTitle": "Neue Gruppe",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"coordinateFormatDdm": "DDM",
|
||||||
|
"@coordinateFormatDdm": {},
|
||||||
|
"createButtonLabel": "ERSTELLEN",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"chipActionGroup": "Gruppe",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"chipActionCreateGroup": "Gruppe erstellen",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"albumTierGroups": "Gruppen",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"sectionNone": "Keine Abschnitte",
|
||||||
|
"@sectionNone": {},
|
||||||
|
"newGroupDialogNameLabel": "Gruppenname",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"groupAlreadyExists": "Gruppe existiert bereits",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"ungrouped": "Nicht gruppiert",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"groupPickerTitle": "Gruppe auswählen",
|
||||||
|
"@groupPickerTitle": {},
|
||||||
|
"groupPickerUseThisGroupButton": "Diese Gruppe verwenden",
|
||||||
|
"@groupPickerUseThisGroupButton": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -377,9 +377,9 @@
|
||||||
"@renameProcessorCounter": {},
|
"@renameProcessorCounter": {},
|
||||||
"renameProcessorName": "Όνομα",
|
"renameProcessorName": "Όνομα",
|
||||||
"@renameProcessorName": {},
|
"@renameProcessorName": {},
|
||||||
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Διαγραφή αυτού του άλμπουμ και του περιεχομένου του;} other{Διαγράψτε αυτό το άλμπουμ και όλα τα {count} στοιχεία του;}}",
|
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Διαγράψτε αυτό το άλμπουμ και το αντικείμενο σε αυτό;} other{Διαγράψτε αυτό το άλμπουμ και τα {count} αντικείμενα σε αυτό;}}",
|
||||||
"@deleteSingleAlbumConfirmationDialogMessage": {},
|
"@deleteSingleAlbumConfirmationDialogMessage": {},
|
||||||
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Διαγράψτε αυτά τα άλμπουμ και το περιεχόμενό τους;} other{Διαγράψτε αυτά τα άλμπουμ και όλα τα {count} στοιχεία τους;}}",
|
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Διαγράψτε αυτά τα άλμπουμ και τα αντικείμενα σε αυτά;} other{Διαγράψτε αυτά τα άλμπουμ και τα {count} αντικείμενα σε αυτά;}}",
|
||||||
"@deleteMultiAlbumConfirmationDialogMessage": {},
|
"@deleteMultiAlbumConfirmationDialogMessage": {},
|
||||||
"exportEntryDialogFormat": "Μορφή:",
|
"exportEntryDialogFormat": "Μορφή:",
|
||||||
"@exportEntryDialogFormat": {},
|
"@exportEntryDialogFormat": {},
|
||||||
|
@ -463,7 +463,7 @@
|
||||||
"@menuActionStats": {},
|
"@menuActionStats": {},
|
||||||
"viewDialogSortSectionTitle": "Ταξινομηση",
|
"viewDialogSortSectionTitle": "Ταξινομηση",
|
||||||
"@viewDialogSortSectionTitle": {},
|
"@viewDialogSortSectionTitle": {},
|
||||||
"viewDialogGroupSectionTitle": "Ομαδοποιηση",
|
"viewDialogGroupSectionTitle": "Τμήματα",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"viewDialogLayoutSectionTitle": "Διαταξη",
|
"viewDialogLayoutSectionTitle": "Διαταξη",
|
||||||
"@viewDialogLayoutSectionTitle": {},
|
"@viewDialogLayoutSectionTitle": {},
|
||||||
|
@ -557,8 +557,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Ανά ημέρα",
|
"collectionGroupDay": "Ανά ημέρα",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Να μην γίνει ομαδοποίηση",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Χωρίς λεπτομέρειες",
|
"sectionUnknown": "Χωρίς λεπτομέρειες",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Σήμερα",
|
"dateToday": "Σήμερα",
|
||||||
|
@ -661,8 +659,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "Ανά αποθηκευτική μονάδα",
|
"albumGroupVolume": "Ανά αποθηκευτική μονάδα",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Να μην γίνει ομαδοποίηση",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "Μικτα",
|
"albumMimeTypeMixed": "Μικτα",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "Αντιγραφή στο άλμπουμ",
|
"albumPickPageTitleCopy": "Αντιγραφή στο άλμπουμ",
|
||||||
|
@ -873,7 +869,7 @@
|
||||||
"@settingsSlideshowAnimatedZoomEffect": {},
|
"@settingsSlideshowAnimatedZoomEffect": {},
|
||||||
"settingsSlideshowTransitionTile": "Μετάβαση",
|
"settingsSlideshowTransitionTile": "Μετάβαση",
|
||||||
"@settingsSlideshowTransitionTile": {},
|
"@settingsSlideshowTransitionTile": {},
|
||||||
"settingsSlideshowIntervalTile": "Διάρκεια",
|
"settingsSlideshowIntervalTile": "Διάστημα",
|
||||||
"@settingsSlideshowIntervalTile": {},
|
"@settingsSlideshowIntervalTile": {},
|
||||||
"settingsSlideshowVideoPlaybackTile": "Αναπαραγωγή βίντεο",
|
"settingsSlideshowVideoPlaybackTile": "Αναπαραγωγή βίντεο",
|
||||||
"@settingsSlideshowVideoPlaybackTile": {},
|
"@settingsSlideshowVideoPlaybackTile": {},
|
||||||
|
@ -1107,16 +1103,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Πηγη",
|
"sourceViewerPageTitle": "Πηγη",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Εμφάνιση κρυφών αρχείων",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Να μην εμφανίζονται τα κρυφά αρχεία",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Άνοιγμα από",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Κανένα στοιχείο",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Χρησιμοποιήστε αυτόν τον φάκελο",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"widgetOpenPageCollection": "Ανοιχτή συλλογή",
|
"widgetOpenPageCollection": "Ανοιχτή συλλογή",
|
||||||
"@widgetOpenPageCollection": {},
|
"@widgetOpenPageCollection": {},
|
||||||
"durationDialogSeconds": "Δευτερόλεπτα",
|
"durationDialogSeconds": "Δευτερόλεπτα",
|
||||||
|
@ -1320,5 +1306,129 @@
|
||||||
"overlayHistogramLuminance": "Φωτεινότητα",
|
"overlayHistogramLuminance": "Φωτεινότητα",
|
||||||
"@overlayHistogramLuminance": {},
|
"@overlayHistogramLuminance": {},
|
||||||
"chipActionShowCollection": "Εμφάνιση στη Συλλογή",
|
"chipActionShowCollection": "Εμφάνιση στη Συλλογή",
|
||||||
"@chipActionShowCollection": {}
|
"@chipActionShowCollection": {},
|
||||||
|
"mapAttributionOsmHot": "Πλακάκια από [HOT](https://www.hotosm.org/) • Φιλοξενείται από [OSM France](https://openstreetmap.fr/)",
|
||||||
|
"@mapAttributionOsmHot": {},
|
||||||
|
"mapAttributionStamen": "Πλακάκια από [Stamen Design](https://stamen.com), [CC BY 3.0](https://creativecommons.org/licenses/by/3.0)",
|
||||||
|
"@mapAttributionStamen": {},
|
||||||
|
"editEntryLocationDialogImportGpx": "Εισαγωγή GPX",
|
||||||
|
"@editEntryLocationDialogImportGpx": {},
|
||||||
|
"editEntryLocationDialogTimeShift": "Χρονική μετατόπιση",
|
||||||
|
"@editEntryLocationDialogTimeShift": {},
|
||||||
|
"aboutDataUsageData": "Δεδομένα",
|
||||||
|
"@aboutDataUsageData": {},
|
||||||
|
"collectionActionAddDynamicAlbum": "Προσθήκη δυναμικού άλμπουμ",
|
||||||
|
"@collectionActionAddDynamicAlbum": {},
|
||||||
|
"collectionActionSetHome": "Ορίστε ως σπίτι",
|
||||||
|
"@collectionActionSetHome": {},
|
||||||
|
"sortByPath": "Από τη διαδρομή",
|
||||||
|
"@sortByPath": {},
|
||||||
|
"explorerPageTitle": "Εξερεύνηση",
|
||||||
|
"@explorerPageTitle": {},
|
||||||
|
"searchFormatSectionTitle": "Μορφές",
|
||||||
|
"@searchFormatSectionTitle": {},
|
||||||
|
"settingsViewerShowHistogram": "Εμφάνιση ιστογράμματος",
|
||||||
|
"@settingsViewerShowHistogram": {},
|
||||||
|
"settingsForceWesternArabicNumeralsTile": "Δύναμη αραβικών αριθμών",
|
||||||
|
"@settingsForceWesternArabicNumeralsTile": {},
|
||||||
|
"mapAttributionOsmData": "Δεδομένα χάρτη © [OpenStreetMap](https://www.openstreetmap.org/copyright) συνεισφέροντες",
|
||||||
|
"@mapAttributionOsmData": {},
|
||||||
|
"mapAttributionOsmLiberty": "Πλακάκια από [OpenMapTiles](https://www.openmaptiles.org/), [CC BY](http://creativecommons.org/licenses/by/4.0) • Φιλοξενείται από [OSM Americana](https://tile.ourmap.us)",
|
||||||
|
"@mapAttributionOsmLiberty": {},
|
||||||
|
"aboutDataUsageMisc": "Διάφορα στοιχεία",
|
||||||
|
"@aboutDataUsageMisc": {},
|
||||||
|
"selectStorageVolumeDialogTitle": "Επιλέξτε Αποθήκευση",
|
||||||
|
"@selectStorageVolumeDialogTitle": {},
|
||||||
|
"renameProcessorHash": "Κατακερματισμός",
|
||||||
|
"@renameProcessorHash": {},
|
||||||
|
"aboutDataUsageSectionTitle": "Χρήση δεδομένων",
|
||||||
|
"@aboutDataUsageSectionTitle": {},
|
||||||
|
"chipActionDecompose": "Διάσπαση",
|
||||||
|
"@chipActionDecompose": {},
|
||||||
|
"entryActionCast": "Εκτέλεση",
|
||||||
|
"@entryActionCast": {},
|
||||||
|
"videoActionShowPreviousFrame": "Εμφάνιση προηγούμενου καρέ",
|
||||||
|
"@videoActionShowPreviousFrame": {},
|
||||||
|
"videoActionABRepeat": "Επανάληψη A-B",
|
||||||
|
"@videoActionABRepeat": {},
|
||||||
|
"videoRepeatActionSetStart": "Ορισμός έναρξης",
|
||||||
|
"@videoRepeatActionSetStart": {},
|
||||||
|
"videoRepeatActionSetEnd": "Ορισμός τέλους",
|
||||||
|
"@videoRepeatActionSetEnd": {},
|
||||||
|
"albumTierDynamic": "Δυναμικό",
|
||||||
|
"@albumTierDynamic": {},
|
||||||
|
"newDynamicAlbumDialogTitle": "Νέο δυναμικό άλμπουμ",
|
||||||
|
"@newDynamicAlbumDialogTitle": {},
|
||||||
|
"dynamicAlbumAlreadyExists": "Το δυναμικό άλμπουμ υπάρχει ήδη",
|
||||||
|
"@dynamicAlbumAlreadyExists": {},
|
||||||
|
"setHomeCustom": "Προσαρμοσμένο",
|
||||||
|
"@setHomeCustom": {},
|
||||||
|
"settingsThumbnailShowHdrIcon": "Εμφάνιση εικονιδίου HDR",
|
||||||
|
"@settingsThumbnailShowHdrIcon": {},
|
||||||
|
"coordinateFormatDdm": "DDM",
|
||||||
|
"@coordinateFormatDdm": {},
|
||||||
|
"chipActionRemove": "Αφαίρεση",
|
||||||
|
"@chipActionRemove": {},
|
||||||
|
"newAlbumDialogAlbumAlreadyExistsHelper": "Το άλμπουμ υπάρχει ήδη",
|
||||||
|
"@newAlbumDialogAlbumAlreadyExistsHelper": {},
|
||||||
|
"explorerActionSelectStorageVolume": "Επιλέξτε αποθηκευτικό χώρο",
|
||||||
|
"@explorerActionSelectStorageVolume": {},
|
||||||
|
"removeEntryMetadataDialogAll": "Όλα",
|
||||||
|
"@removeEntryMetadataDialogAll": {},
|
||||||
|
"aboutDataUsageCache": "Κρυφή μνήμη",
|
||||||
|
"@aboutDataUsageCache": {},
|
||||||
|
"castDialogTitle": "Συσκευές Απεικόνισης",
|
||||||
|
"@castDialogTitle": {},
|
||||||
|
"aboutDataUsageDatabase": "Βάση δεδομένων",
|
||||||
|
"@aboutDataUsageDatabase": {},
|
||||||
|
"sortByDuration": "Με διάρκεια",
|
||||||
|
"@sortByDuration": {},
|
||||||
|
"appExportDynamicAlbums": "Δυναμικά άλμπουμ",
|
||||||
|
"@appExportDynamicAlbums": {},
|
||||||
|
"mapStyleOsmLiberty": "OSM Ελευθερία",
|
||||||
|
"@mapStyleOsmLiberty": {},
|
||||||
|
"mapStyleOpenTopoMap": "OpenTopoMap",
|
||||||
|
"@mapStyleOpenTopoMap": {},
|
||||||
|
"aboutDataUsageInternal": "Εσωτερικά",
|
||||||
|
"@aboutDataUsageInternal": {},
|
||||||
|
"aboutDataUsageExternal": "Εξωτερικά",
|
||||||
|
"@aboutDataUsageExternal": {},
|
||||||
|
"aboutDataUsageClearCache": "Εκκαθάριση μνήμης",
|
||||||
|
"@aboutDataUsageClearCache": {},
|
||||||
|
"videoActionShowNextFrame": "Εμφάνιση επόμενου καρέ",
|
||||||
|
"@videoActionShowNextFrame": {},
|
||||||
|
"mapAttributionOpenTopoMap": "[SRTM](https://www.earthdata.nasa.gov/sensors/srtm) | Πλακάκια από [OpenTopoMap](https://opentopomap.org/), [CC BY-SA](https://creativecommons.org/licenses/by-sa/3.0/)",
|
||||||
|
"@mapAttributionOpenTopoMap": {},
|
||||||
|
"sortOrderShortestFirst": "Ο συντομότερος πρώτος",
|
||||||
|
"@sortOrderShortestFirst": {},
|
||||||
|
"sortOrderLongestFirst": "Μακρύτερο πρώτο",
|
||||||
|
"@sortOrderLongestFirst": {},
|
||||||
|
"stopTooltip": "Σταμάτησε",
|
||||||
|
"@stopTooltip": {},
|
||||||
|
"chipActionGoToExplorerPage": "Εμφάνιση στην Εξερεύνηση",
|
||||||
|
"@chipActionGoToExplorerPage": {},
|
||||||
|
"chipActionCreateGroup": "Δημιουργία ομάδας",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"newGroupDialogNameLabel": "Όνομα ομάδας",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"groupPickerUseThisGroupButton": "Χρησιμοποιήστε αυτή την ομάδα",
|
||||||
|
"@groupPickerUseThisGroupButton": {},
|
||||||
|
"sectionNone": "Όχι τμήματα",
|
||||||
|
"@sectionNone": {},
|
||||||
|
"createButtonLabel": "ΔΗΜΙΟΥΡΓΙΑ",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"chipActionGroup": "Ομάδα",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"albumTierGroups": "Ομάδες",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"newGroupDialogTitle": "Νέα Ομάδα",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"groupAlreadyExists": "Η ομάδα υπάρχει ήδη",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"groupEmpty": "Όχι ομάδες",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"ungrouped": "Μη ομαδοποιημένο",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"groupPickerTitle": "Επιλογή ομάδας",
|
||||||
|
"@groupPickerTitle": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"applyButtonLabel": "APPLY",
|
"applyButtonLabel": "APPLY",
|
||||||
|
"createButtonLabel": "CREATE",
|
||||||
"deleteButtonLabel": "DELETE",
|
"deleteButtonLabel": "DELETE",
|
||||||
"nextButtonLabel": "NEXT",
|
"nextButtonLabel": "NEXT",
|
||||||
"showButtonLabel": "SHOW",
|
"showButtonLabel": "SHOW",
|
||||||
|
@ -104,9 +105,11 @@
|
||||||
"chipActionLock": "Lock",
|
"chipActionLock": "Lock",
|
||||||
"chipActionPin": "Pin to top",
|
"chipActionPin": "Pin to top",
|
||||||
"chipActionUnpin": "Unpin from top",
|
"chipActionUnpin": "Unpin from top",
|
||||||
|
"chipActionGroup": "Group",
|
||||||
"chipActionRename": "Rename",
|
"chipActionRename": "Rename",
|
||||||
"chipActionSetCover": "Set cover",
|
"chipActionSetCover": "Set cover",
|
||||||
"chipActionShowCountryStates": "Show states",
|
"chipActionShowCountryStates": "Show states",
|
||||||
|
"chipActionCreateGroup": "Create group",
|
||||||
"chipActionCreateAlbum": "Create album",
|
"chipActionCreateAlbum": "Create album",
|
||||||
"chipActionCreateVault": "Create vault",
|
"chipActionCreateVault": "Create vault",
|
||||||
"chipActionConfigureVault": "Configure vault",
|
"chipActionConfigureVault": "Configure vault",
|
||||||
|
@ -208,6 +211,7 @@
|
||||||
|
|
||||||
"albumTierNew": "New",
|
"albumTierNew": "New",
|
||||||
"albumTierPinned": "Pinned",
|
"albumTierPinned": "Pinned",
|
||||||
|
"albumTierGroups": "Groups",
|
||||||
"albumTierSpecial": "Common",
|
"albumTierSpecial": "Common",
|
||||||
"albumTierApps": "Apps",
|
"albumTierApps": "Apps",
|
||||||
"albumTierVaults": "Vaults",
|
"albumTierVaults": "Vaults",
|
||||||
|
@ -443,6 +447,14 @@
|
||||||
"newDynamicAlbumDialogTitle": "New Dynamic Album",
|
"newDynamicAlbumDialogTitle": "New Dynamic Album",
|
||||||
"dynamicAlbumAlreadyExists": "Dynamic album already exists",
|
"dynamicAlbumAlreadyExists": "Dynamic album already exists",
|
||||||
|
|
||||||
|
"newGroupDialogTitle": "New Group",
|
||||||
|
"newGroupDialogNameLabel": "Group name",
|
||||||
|
"groupAlreadyExists": "Group already exists",
|
||||||
|
"groupEmpty": "No groups",
|
||||||
|
"ungrouped": "Ungrouped",
|
||||||
|
"groupPickerTitle": "Pick Group",
|
||||||
|
"groupPickerUseThisGroupButton": "Use this group",
|
||||||
|
|
||||||
"newVaultWarningDialogMessage": "Items in vaults are only available to this app and no others.\n\nIf you uninstall this app, or clear this app data, you will lose all these items.",
|
"newVaultWarningDialogMessage": "Items in vaults are only available to this app and no others.\n\nIf you uninstall this app, or clear this app data, you will lose all these items.",
|
||||||
"newVaultDialogTitle": "New Vault",
|
"newVaultDialogTitle": "New Vault",
|
||||||
"configureVaultDialogTitle": "Configure Vault",
|
"configureVaultDialogTitle": "Configure Vault",
|
||||||
|
@ -558,7 +570,7 @@
|
||||||
"menuActionStats": "Stats",
|
"menuActionStats": "Stats",
|
||||||
|
|
||||||
"viewDialogSortSectionTitle": "Sort",
|
"viewDialogSortSectionTitle": "Sort",
|
||||||
"viewDialogGroupSectionTitle": "Group",
|
"viewDialogGroupSectionTitle": "Sections",
|
||||||
"viewDialogLayoutSectionTitle": "Layout",
|
"viewDialogLayoutSectionTitle": "Layout",
|
||||||
"viewDialogReverseSortOrder": "Reverse sort order",
|
"viewDialogReverseSortOrder": "Reverse sort order",
|
||||||
|
|
||||||
|
@ -630,8 +642,8 @@
|
||||||
"collectionGroupAlbum": "By album",
|
"collectionGroupAlbum": "By album",
|
||||||
"collectionGroupMonth": "By month",
|
"collectionGroupMonth": "By month",
|
||||||
"collectionGroupDay": "By day",
|
"collectionGroupDay": "By day",
|
||||||
"collectionGroupNone": "Do not group",
|
|
||||||
|
|
||||||
|
"sectionNone": "No sections",
|
||||||
"sectionUnknown": "Unknown",
|
"sectionUnknown": "Unknown",
|
||||||
"dateToday": "Today",
|
"dateToday": "Today",
|
||||||
"dateYesterday": "Yesterday",
|
"dateYesterday": "Yesterday",
|
||||||
|
@ -774,7 +786,6 @@
|
||||||
"albumGroupTier": "By tier",
|
"albumGroupTier": "By tier",
|
||||||
"albumGroupType": "By type",
|
"albumGroupType": "By type",
|
||||||
"albumGroupVolume": "By storage volume",
|
"albumGroupVolume": "By storage volume",
|
||||||
"albumGroupNone": "Do not group",
|
|
||||||
|
|
||||||
"albumMimeTypeMixed": "Mixed",
|
"albumMimeTypeMixed": "Mixed",
|
||||||
|
|
||||||
|
@ -1101,11 +1112,5 @@
|
||||||
"panoramaEnableSensorControl": "Enable sensor control",
|
"panoramaEnableSensorControl": "Enable sensor control",
|
||||||
"panoramaDisableSensorControl": "Disable sensor control",
|
"panoramaDisableSensorControl": "Disable sensor control",
|
||||||
|
|
||||||
"sourceViewerPageTitle": "Source",
|
"sourceViewerPageTitle": "Source"
|
||||||
|
|
||||||
"filePickerShowHiddenFiles": "Show hidden files",
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Don’t show hidden files",
|
|
||||||
"filePickerOpenFrom": "Open from",
|
|
||||||
"filePickerNoItems": "No items",
|
|
||||||
"filePickerUseThisFolder": "Use this folder"
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -921,8 +921,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "𐑚𐑲 𐑛𐑱",
|
"collectionGroupDay": "𐑚𐑲 𐑛𐑱",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "𐑛𐑵 𐑯𐑪𐑑 𐑜𐑮𐑵𐑐",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "𐑳𐑯𐑯𐑴𐑯",
|
"sectionUnknown": "𐑳𐑯𐑯𐑴𐑯",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "𐑑𐑫𐑛𐑱",
|
"dateToday": "𐑑𐑫𐑛𐑱",
|
||||||
|
@ -1085,8 +1083,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "𐑚𐑲 𐑕𐑑𐑹𐑦𐑡 𐑝𐑪𐑤𐑿𐑥",
|
"albumGroupVolume": "𐑚𐑲 𐑕𐑑𐑹𐑦𐑡 𐑝𐑪𐑤𐑿𐑥",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "𐑛𐑵 𐑯𐑪𐑑 𐑜𐑮𐑵𐑐",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "𐑥𐑦𐑒𐑕𐑑",
|
"albumMimeTypeMixed": "𐑥𐑦𐑒𐑕𐑑",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "𐑒𐑪𐑐𐑦 𐑑 𐑨𐑤𐑚𐑩𐑥",
|
"albumPickPageTitleCopy": "𐑒𐑪𐑐𐑦 𐑑 𐑨𐑤𐑚𐑩𐑥",
|
||||||
|
@ -1279,8 +1275,6 @@
|
||||||
"@settingsViewerShowMinimap": {},
|
"@settingsViewerShowMinimap": {},
|
||||||
"settingsViewerShowInformation": "𐑖𐑴 𐑦𐑯𐑓𐑼𐑥𐑱𐑖𐑩𐑯",
|
"settingsViewerShowInformation": "𐑖𐑴 𐑦𐑯𐑓𐑼𐑥𐑱𐑖𐑩𐑯",
|
||||||
"@settingsViewerShowInformation": {},
|
"@settingsViewerShowInformation": {},
|
||||||
"filePickerUseThisFolder": "𐑿𐑟 𐑞𐑦𐑕 𐑓𐑴𐑤𐑛𐑼",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"settingsViewerShowInformationSubtitle": "𐑖𐑴 𐑑𐑲𐑑𐑩𐑤, 𐑛𐑱𐑑, 𐑤𐑴𐑒𐑱𐑖𐑩𐑯, 𐑯𐑯𐑯",
|
"settingsViewerShowInformationSubtitle": "𐑖𐑴 𐑑𐑲𐑑𐑩𐑤, 𐑛𐑱𐑑, 𐑤𐑴𐑒𐑱𐑖𐑩𐑯, 𐑯𐑯𐑯",
|
||||||
"@settingsViewerShowInformationSubtitle": {},
|
"@settingsViewerShowInformationSubtitle": {},
|
||||||
"settingsViewerShowOverlayThumbnails": "𐑖𐑴 𐑔𐑳𐑥𐑯𐑱𐑤𐑟",
|
"settingsViewerShowOverlayThumbnails": "𐑖𐑴 𐑔𐑳𐑥𐑯𐑱𐑤𐑟",
|
||||||
|
@ -1600,14 +1594,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "𐑕𐑹𐑕",
|
"sourceViewerPageTitle": "𐑕𐑹𐑕",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "𐑖𐑴 𐑣𐑦𐑛𐑩𐑯 𐑓𐑲𐑤𐑟",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "𐑛𐑴𐑯'𐑑 𐑖𐑴 𐑣𐑦𐑛𐑩𐑯 𐑓𐑲𐑤𐑟",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "𐑴𐑐𐑩𐑯 𐑓𐑮𐑪𐑥",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "𐑯𐑴 𐑲𐑑𐑩𐑥𐑟",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"videoActionShowPreviousFrame": "𐑖𐑴 𐑐𐑮𐑰𐑝𐑾𐑕 𐑓𐑮𐑱𐑥",
|
"videoActionShowPreviousFrame": "𐑖𐑴 𐑐𐑮𐑰𐑝𐑾𐑕 𐑓𐑮𐑱𐑥",
|
||||||
"@videoActionShowPreviousFrame": {},
|
"@videoActionShowPreviousFrame": {},
|
||||||
"videoActionShowNextFrame": "𐑖𐑴 𐑯𐑧𐑒𐑕𐑑 𐑓𐑮𐑱𐑥",
|
"videoActionShowNextFrame": "𐑖𐑴 𐑯𐑧𐑒𐑕𐑑 𐑓𐑮𐑱𐑥",
|
||||||
|
|
|
@ -535,8 +535,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Por día",
|
"collectionGroupDay": "Por día",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "No agrupar",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Desconocido",
|
"sectionUnknown": "Desconocido",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Hoy",
|
"dateToday": "Hoy",
|
||||||
|
@ -621,8 +619,6 @@
|
||||||
"@albumGroupTier": {},
|
"@albumGroupTier": {},
|
||||||
"albumGroupVolume": "Por volumen de almacenamiento",
|
"albumGroupVolume": "Por volumen de almacenamiento",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "No agrupar",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumPickPageTitleCopy": "Copiar a álbum",
|
"albumPickPageTitleCopy": "Copiar a álbum",
|
||||||
"@albumPickPageTitleCopy": {},
|
"@albumPickPageTitleCopy": {},
|
||||||
"albumPickPageTitleExport": "Exportar a álbum",
|
"albumPickPageTitleExport": "Exportar a álbum",
|
||||||
|
@ -1053,16 +1049,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Fuente",
|
"sourceViewerPageTitle": "Fuente",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Mostrar archivos ocultos",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "No mostrar archivos ocultos",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Abrir desde",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Sin elementos",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Usar esta carpeta",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"chipActionFilterOut": "Filtrar",
|
"chipActionFilterOut": "Filtrar",
|
||||||
"@chipActionFilterOut": {},
|
"@chipActionFilterOut": {},
|
||||||
"chipActionFilterIn": "Filtrar en",
|
"chipActionFilterIn": "Filtrar en",
|
||||||
|
|
|
@ -748,7 +748,7 @@
|
||||||
"@videoStreamSelectionDialogNoSelection": {},
|
"@videoStreamSelectionDialogNoSelection": {},
|
||||||
"viewDialogSortSectionTitle": "Järjesta",
|
"viewDialogSortSectionTitle": "Järjesta",
|
||||||
"@viewDialogSortSectionTitle": {},
|
"@viewDialogSortSectionTitle": {},
|
||||||
"viewDialogGroupSectionTitle": "Rühmita",
|
"viewDialogGroupSectionTitle": "Rubriigid",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"viewDialogLayoutSectionTitle": "Paiguta",
|
"viewDialogLayoutSectionTitle": "Paiguta",
|
||||||
"@viewDialogLayoutSectionTitle": {},
|
"@viewDialogLayoutSectionTitle": {},
|
||||||
|
@ -866,8 +866,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Päevade kaupa",
|
"collectionGroupDay": "Päevade kaupa",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Ära rühmita",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Teadmata",
|
"sectionUnknown": "Teadmata",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Täna",
|
"dateToday": "Täna",
|
||||||
|
@ -1056,8 +1054,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "Andmemahu alusel",
|
"albumGroupVolume": "Andmemahu alusel",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Ära rühmita",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "Erinev sisu",
|
"albumMimeTypeMixed": "Erinev sisu",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "Kopeeri albumisse",
|
"albumPickPageTitleCopy": "Kopeeri albumisse",
|
||||||
|
@ -1565,14 +1561,6 @@
|
||||||
"@panoramaEnableSensorControl": {},
|
"@panoramaEnableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Allikas",
|
"sourceViewerPageTitle": "Allikas",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Ära näita peidetud faile",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Ava asukohast",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Meediafaile pole",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Kasuta seda kausta",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"settingsSlideshowRepeat": "Korda",
|
"settingsSlideshowRepeat": "Korda",
|
||||||
"@settingsSlideshowRepeat": {},
|
"@settingsSlideshowRepeat": {},
|
||||||
"settingsVideoAutoPlay": "Automaatne taasesitus",
|
"settingsVideoAutoPlay": "Automaatne taasesitus",
|
||||||
|
@ -1609,8 +1597,6 @@
|
||||||
"@viewerInfoLabelTitle": {},
|
"@viewerInfoLabelTitle": {},
|
||||||
"mapAttributionOsmData": "Kaardiandmed © [OpenStreetMap](https://www.openstreetmap.org/copyright) kaasautorid",
|
"mapAttributionOsmData": "Kaardiandmed © [OpenStreetMap](https://www.openstreetmap.org/copyright) kaasautorid",
|
||||||
"@mapAttributionOsmData": {},
|
"@mapAttributionOsmData": {},
|
||||||
"filePickerShowHiddenFiles": "Näita peidetud faile",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"settingsViewerQuickActionEditorBanner": "Nuppude/ikoonide valimiseks ja kahe vaate vahel teisaldamiseks puuduta ja all hoides lohista uude kohta.",
|
"settingsViewerQuickActionEditorBanner": "Nuppude/ikoonide valimiseks ja kahe vaate vahel teisaldamiseks puuduta ja all hoides lohista uude kohta.",
|
||||||
"@settingsViewerQuickActionEditorBanner": {},
|
"@settingsViewerQuickActionEditorBanner": {},
|
||||||
"settingsViewerOverlayPageTitle": "Ülekate",
|
"settingsViewerOverlayPageTitle": "Ülekate",
|
||||||
|
@ -1638,5 +1624,29 @@
|
||||||
"sortByPath": "Asukoha alusel",
|
"sortByPath": "Asukoha alusel",
|
||||||
"@sortByPath": {},
|
"@sortByPath": {},
|
||||||
"searchFormatSectionTitle": "Vormingud",
|
"searchFormatSectionTitle": "Vormingud",
|
||||||
"@searchFormatSectionTitle": {}
|
"@searchFormatSectionTitle": {},
|
||||||
|
"chipActionCreateGroup": "Loo grupp",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"albumTierGroups": "Grupid",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"newGroupDialogTitle": "Uus grupp",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"newGroupDialogNameLabel": "Grupi nimi",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"groupAlreadyExists": "Selline grupp on juba olemas",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"groupEmpty": "Gruppe pole",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"ungrouped": "Grupeerimata",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"groupPickerTitle": "Vali grupp",
|
||||||
|
"@groupPickerTitle": {},
|
||||||
|
"groupPickerUseThisGroupButton": "Kasuta seda gruppi",
|
||||||
|
"@groupPickerUseThisGroupButton": {},
|
||||||
|
"createButtonLabel": "LOO",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"chipActionGroup": "Rühmita",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"sectionNone": "Rubriike pole",
|
||||||
|
"@sectionNone": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -709,8 +709,6 @@
|
||||||
"@collectionSearchTitlesHintText": {},
|
"@collectionSearchTitlesHintText": {},
|
||||||
"collectionGroupMonth": "Hilabetearen arabera",
|
"collectionGroupMonth": "Hilabetearen arabera",
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupNone": "Ez taldekatu",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Ezezaguna",
|
"sectionUnknown": "Ezezaguna",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateThisMonth": "Hilabete honetan",
|
"dateThisMonth": "Hilabete honetan",
|
||||||
|
@ -879,8 +877,6 @@
|
||||||
"@albumGroupTier": {},
|
"@albumGroupTier": {},
|
||||||
"albumGroupType": "Motaren arabera",
|
"albumGroupType": "Motaren arabera",
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupNone": "Ez taldekatu",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumPickPageTitleCopy": "Kopiatu albumera",
|
"albumPickPageTitleCopy": "Kopiatu albumera",
|
||||||
"@albumPickPageTitleCopy": {},
|
"@albumPickPageTitleCopy": {},
|
||||||
"albumPickPageTitleExport": "Albumera esportatu",
|
"albumPickPageTitleExport": "Albumera esportatu",
|
||||||
|
@ -1305,10 +1301,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Iturria",
|
"sourceViewerPageTitle": "Iturria",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Erakutsi ezkutuko fitxategiak",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Ez erakutsi ezkutuko fitxategiak",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"settingsThemeBrightnessTile": "Gaia",
|
"settingsThemeBrightnessTile": "Gaia",
|
||||||
"@settingsThemeBrightnessTile": {},
|
"@settingsThemeBrightnessTile": {},
|
||||||
"settingsDisplayUseTvInterface": "Android TV interfazea",
|
"settingsDisplayUseTvInterface": "Android TV interfazea",
|
||||||
|
@ -1351,8 +1343,6 @@
|
||||||
"@settingsWidgetDisplayedItem": {},
|
"@settingsWidgetDisplayedItem": {},
|
||||||
"tagEditorPageNewTagFieldLabel": "Etiketa berria",
|
"tagEditorPageNewTagFieldLabel": "Etiketa berria",
|
||||||
"@tagEditorPageNewTagFieldLabel": {},
|
"@tagEditorPageNewTagFieldLabel": {},
|
||||||
"filePickerNoItems": "Elementurik ez",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"viewerInfoSearchFieldLabel": "Bilatu metadatuak",
|
"viewerInfoSearchFieldLabel": "Bilatu metadatuak",
|
||||||
"@viewerInfoSearchFieldLabel": {},
|
"@viewerInfoSearchFieldLabel": {},
|
||||||
"viewerInfoViewXmlLinkText": "Ikusi XML",
|
"viewerInfoViewXmlLinkText": "Ikusi XML",
|
||||||
|
@ -1363,10 +1353,6 @@
|
||||||
"@tagEditorPageAddTagTooltip": {},
|
"@tagEditorPageAddTagTooltip": {},
|
||||||
"tagEditorSectionRecent": "Berrienak",
|
"tagEditorSectionRecent": "Berrienak",
|
||||||
"@tagEditorSectionRecent": {},
|
"@tagEditorSectionRecent": {},
|
||||||
"filePickerOpenFrom": "Ireki hemendik",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerUseThisFolder": "Erabili karpeta hau",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"settingsWidgetOpenPage": "Widgetan sakatzean",
|
"settingsWidgetOpenPage": "Widgetan sakatzean",
|
||||||
"@settingsWidgetOpenPage": {},
|
"@settingsWidgetOpenPage": {},
|
||||||
"exportEntryDialogWriteMetadata": "Idatzi metadatuak",
|
"exportEntryDialogWriteMetadata": "Idatzi metadatuak",
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
"@nextButtonLabel": {},
|
"@nextButtonLabel": {},
|
||||||
"pickTooltip": "انتخاب",
|
"pickTooltip": "انتخاب",
|
||||||
"@pickTooltip": {},
|
"@pickTooltip": {},
|
||||||
"actionRemove": "پاککردن",
|
"actionRemove": "برداشتن",
|
||||||
"@actionRemove": {},
|
"@actionRemove": {},
|
||||||
"chipActionGoToTagPage": "نمایش در برچسبها",
|
"chipActionGoToTagPage": "نمایش در برچسبها",
|
||||||
"@chipActionGoToTagPage": {},
|
"@chipActionGoToTagPage": {},
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
"@hideButtonLabel": {},
|
"@hideButtonLabel": {},
|
||||||
"hideTooltip": "پنهان",
|
"hideTooltip": "پنهان",
|
||||||
"@hideTooltip": {},
|
"@hideTooltip": {},
|
||||||
"chipActionCreateAlbum": "ایجاد البوم",
|
"chipActionCreateAlbum": "ساخت البوم",
|
||||||
"@chipActionCreateAlbum": {},
|
"@chipActionCreateAlbum": {},
|
||||||
"filterNoRatingLabel": "بدون امتیاز",
|
"filterNoRatingLabel": "بدون امتیاز",
|
||||||
"@filterNoRatingLabel": {},
|
"@filterNoRatingLabel": {},
|
||||||
|
@ -205,7 +205,7 @@
|
||||||
"@videoLoopModeAlways": {},
|
"@videoLoopModeAlways": {},
|
||||||
"menuActionSlideshow": "نمایش اسلایدی",
|
"menuActionSlideshow": "نمایش اسلایدی",
|
||||||
"@menuActionSlideshow": {},
|
"@menuActionSlideshow": {},
|
||||||
"entryActionRemoveFavourite": "پاککردن از مورد علاقه ها",
|
"entryActionRemoveFavourite": "پاککردن از برگزیدهها",
|
||||||
"@entryActionRemoveFavourite": {},
|
"@entryActionRemoveFavourite": {},
|
||||||
"videoLoopModeNever": "هیچ وقت",
|
"videoLoopModeNever": "هیچ وقت",
|
||||||
"@videoLoopModeNever": {},
|
"@videoLoopModeNever": {},
|
||||||
|
@ -242,9 +242,9 @@
|
||||||
"@videoLoopModeShortOnly": {},
|
"@videoLoopModeShortOnly": {},
|
||||||
"entryActionEdit": "ویرایش",
|
"entryActionEdit": "ویرایش",
|
||||||
"@entryActionEdit": {},
|
"@entryActionEdit": {},
|
||||||
"entryActionAddFavourite": "اضافه کردن به مورد علاقه ها",
|
"entryActionAddFavourite": "افزودن به برگزیدهها",
|
||||||
"@entryActionAddFavourite": {},
|
"@entryActionAddFavourite": {},
|
||||||
"filterFavouriteLabel": "مورد علاقه",
|
"filterFavouriteLabel": "برگزیده",
|
||||||
"@filterFavouriteLabel": {},
|
"@filterFavouriteLabel": {},
|
||||||
"mapZoomOutTooltip": "کوچک نمایی",
|
"mapZoomOutTooltip": "کوچک نمایی",
|
||||||
"@mapZoomOutTooltip": {},
|
"@mapZoomOutTooltip": {},
|
||||||
|
@ -260,7 +260,7 @@
|
||||||
"@chipActionFilterOut": {},
|
"@chipActionFilterOut": {},
|
||||||
"entryActionRotateScreen": "چرخش صفحه",
|
"entryActionRotateScreen": "چرخش صفحه",
|
||||||
"@entryActionRotateScreen": {},
|
"@entryActionRotateScreen": {},
|
||||||
"drawerCollectionFavourites": "مورد علاقه ها",
|
"drawerCollectionFavourites": "برگزیدهها",
|
||||||
"@drawerCollectionFavourites": {},
|
"@drawerCollectionFavourites": {},
|
||||||
"filterMimeImageLabel": "عکس",
|
"filterMimeImageLabel": "عکس",
|
||||||
"@filterMimeImageLabel": {},
|
"@filterMimeImageLabel": {},
|
||||||
|
@ -272,11 +272,11 @@
|
||||||
"@entryInfoActionExportMetadata": {},
|
"@entryInfoActionExportMetadata": {},
|
||||||
"exportEntryDialogFormat": "فرمت:",
|
"exportEntryDialogFormat": "فرمت:",
|
||||||
"@exportEntryDialogFormat": {},
|
"@exportEntryDialogFormat": {},
|
||||||
"collectionEmptyFavourites": "هیچ مورد علاقه ای وجود ندارد",
|
"collectionEmptyFavourites": "هیچ برگزیدهای نیست",
|
||||||
"@collectionEmptyFavourites": {},
|
"@collectionEmptyFavourites": {},
|
||||||
"appExportSettings": "تنظیمات",
|
"appExportSettings": "تنظیمات",
|
||||||
"@appExportSettings": {},
|
"@appExportSettings": {},
|
||||||
"appExportFavourites": "مورد علاقه ها",
|
"appExportFavourites": "برگزیدهها",
|
||||||
"@appExportFavourites": {},
|
"@appExportFavourites": {},
|
||||||
"exportEntryDialogHeight": "طول",
|
"exportEntryDialogHeight": "طول",
|
||||||
"@exportEntryDialogHeight": {},
|
"@exportEntryDialogHeight": {},
|
||||||
|
@ -397,7 +397,7 @@
|
||||||
"@widgetOpenPageHome": {},
|
"@widgetOpenPageHome": {},
|
||||||
"keepScreenOnAlways": "همیشه",
|
"keepScreenOnAlways": "همیشه",
|
||||||
"@keepScreenOnAlways": {},
|
"@keepScreenOnAlways": {},
|
||||||
"albumTierRegular": "سایر",
|
"albumTierRegular": "دیگریها",
|
||||||
"@albumTierRegular": {},
|
"@albumTierRegular": {},
|
||||||
"accessibilityAnimationsKeep": "نمایش از جلوههای نمایشگر",
|
"accessibilityAnimationsKeep": "نمایش از جلوههای نمایشگر",
|
||||||
"@accessibilityAnimationsKeep": {},
|
"@accessibilityAnimationsKeep": {},
|
||||||
|
@ -439,7 +439,7 @@
|
||||||
"@entryActionCast": {},
|
"@entryActionCast": {},
|
||||||
"viewerActionUnlock": "باز کردن قفل پخشکننده",
|
"viewerActionUnlock": "باز کردن قفل پخشکننده",
|
||||||
"@viewerActionUnlock": {},
|
"@viewerActionUnlock": {},
|
||||||
"videoActionPause": "مکث",
|
"videoActionPause": "ایست",
|
||||||
"@videoActionPause": {},
|
"@videoActionPause": {},
|
||||||
"widgetOpenPageCollection": "باز کردن مجموعه",
|
"widgetOpenPageCollection": "باز کردن مجموعه",
|
||||||
"@widgetOpenPageCollection": {},
|
"@widgetOpenPageCollection": {},
|
||||||
|
@ -471,7 +471,7 @@
|
||||||
},
|
},
|
||||||
"albumTierPinned": "سنجاق شده",
|
"albumTierPinned": "سنجاق شده",
|
||||||
"@albumTierPinned": {},
|
"@albumTierPinned": {},
|
||||||
"chipActionCreateVault": "ایجاد گاوصندوق",
|
"chipActionCreateVault": "ساخت گاوصندوق",
|
||||||
"@chipActionCreateVault": {},
|
"@chipActionCreateVault": {},
|
||||||
"chipActionGoToPlacePage": "نمایش در مکانها",
|
"chipActionGoToPlacePage": "نمایش در مکانها",
|
||||||
"@chipActionGoToPlacePage": {},
|
"@chipActionGoToPlacePage": {},
|
||||||
|
@ -517,7 +517,7 @@
|
||||||
"@keepScreenOnViewerOnly": {},
|
"@keepScreenOnViewerOnly": {},
|
||||||
"wallpaperTargetHome": "صفحهٔ خانه",
|
"wallpaperTargetHome": "صفحهٔ خانه",
|
||||||
"@wallpaperTargetHome": {},
|
"@wallpaperTargetHome": {},
|
||||||
"videoActionSelectStreams": "انتخاب قطعهٔ صوتی",
|
"videoActionSelectStreams": "انتخاب صوتها",
|
||||||
"@videoActionSelectStreams": {},
|
"@videoActionSelectStreams": {},
|
||||||
"widgetDisplayedItemRandom": "تصادفی",
|
"widgetDisplayedItemRandom": "تصادفی",
|
||||||
"@widgetDisplayedItemRandom": {},
|
"@widgetDisplayedItemRandom": {},
|
||||||
|
@ -678,10 +678,6 @@
|
||||||
"@mapStyleTooltip": {},
|
"@mapStyleTooltip": {},
|
||||||
"viewerInfoSearchFieldLabel": "جستجو فراداده",
|
"viewerInfoSearchFieldLabel": "جستجو فراداده",
|
||||||
"@viewerInfoSearchFieldLabel": {},
|
"@viewerInfoSearchFieldLabel": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "پروندههای پنهان را نمایش نده",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerUseThisFolder": "استفاده از این پوشه",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"tagEmpty": "بدون برچسب ها",
|
"tagEmpty": "بدون برچسب ها",
|
||||||
"@tagEmpty": {},
|
"@tagEmpty": {},
|
||||||
"binPageTitle": "سطل زباله",
|
"binPageTitle": "سطل زباله",
|
||||||
|
@ -702,8 +698,6 @@
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"panoramaDisableSensorControl": "خاموش کردن هدایت حسگر",
|
"panoramaDisableSensorControl": "خاموش کردن هدایت حسگر",
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"filePickerShowHiddenFiles": "نمایش پروندههای پنهان",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"setCoverDialogLatest": "آخرین مورد",
|
"setCoverDialogLatest": "آخرین مورد",
|
||||||
"@setCoverDialogLatest": {},
|
"@setCoverDialogLatest": {},
|
||||||
"configureVaultDialogTitle": "پیکربندی گاوصندوق",
|
"configureVaultDialogTitle": "پیکربندی گاوصندوق",
|
||||||
|
@ -714,8 +708,6 @@
|
||||||
"@sortOrderSmallestFirst": {},
|
"@sortOrderSmallestFirst": {},
|
||||||
"albumMimeTypeMixed": "ترکیبی",
|
"albumMimeTypeMixed": "ترکیبی",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumGroupNone": "گروه نکن",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"newFilterBanner": "جدید",
|
"newFilterBanner": "جدید",
|
||||||
"@newFilterBanner": {},
|
"@newFilterBanner": {},
|
||||||
"albumScreenshots": "تصاویر از صفحه",
|
"albumScreenshots": "تصاویر از صفحه",
|
||||||
|
@ -879,8 +871,6 @@
|
||||||
"@renameEntryDialogLabel": {},
|
"@renameEntryDialogLabel": {},
|
||||||
"settingsStorageAccessTile": "دسترسی حافظه",
|
"settingsStorageAccessTile": "دسترسی حافظه",
|
||||||
"@settingsStorageAccessTile": {},
|
"@settingsStorageAccessTile": {},
|
||||||
"filePickerNoItems": "چیزی نیست",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"settingsHomeDialogTitle": "خانه",
|
"settingsHomeDialogTitle": "خانه",
|
||||||
"@settingsHomeDialogTitle": {},
|
"@settingsHomeDialogTitle": {},
|
||||||
"settingsThumbnailShowRating": "نمایش امتیازبندی",
|
"settingsThumbnailShowRating": "نمایش امتیازبندی",
|
||||||
|
@ -1023,7 +1013,7 @@
|
||||||
"@aboutDataUsageCache": {},
|
"@aboutDataUsageCache": {},
|
||||||
"aboutDataUsageInternal": "داخلی",
|
"aboutDataUsageInternal": "داخلی",
|
||||||
"@aboutDataUsageInternal": {},
|
"@aboutDataUsageInternal": {},
|
||||||
"aboutCreditsSectionTitle": "اعتبار",
|
"aboutCreditsSectionTitle": "سپاسنامه",
|
||||||
"@aboutCreditsSectionTitle": {},
|
"@aboutCreditsSectionTitle": {},
|
||||||
"aboutDataUsageExternal": "خارجی",
|
"aboutDataUsageExternal": "خارجی",
|
||||||
"@aboutDataUsageExternal": {},
|
"@aboutDataUsageExternal": {},
|
||||||
|
@ -1033,7 +1023,7 @@
|
||||||
"@aboutDataUsageClearCache": {},
|
"@aboutDataUsageClearCache": {},
|
||||||
"aboutCreditsWorldAtlas2": "زیر مجوز ISC.",
|
"aboutCreditsWorldAtlas2": "زیر مجوز ISC.",
|
||||||
"@aboutCreditsWorldAtlas2": {},
|
"@aboutCreditsWorldAtlas2": {},
|
||||||
"aboutLicensesBanner": "این برنامه از بستهها و کتابخانههای منبع باز زیر استفاده می کند.",
|
"aboutLicensesBanner": "این برنامه بستهها و کتابخانههای آزاد زیر بهکار میبرد.",
|
||||||
"@aboutLicensesBanner": {},
|
"@aboutLicensesBanner": {},
|
||||||
"collectionSelectPageTitle": "انتخاب موارد",
|
"collectionSelectPageTitle": "انتخاب موارد",
|
||||||
"@collectionSelectPageTitle": {},
|
"@collectionSelectPageTitle": {},
|
||||||
|
@ -1053,8 +1043,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"dateThisMonth": "این ماه",
|
"dateThisMonth": "این ماه",
|
||||||
"@dateThisMonth": {},
|
"@dateThisMonth": {},
|
||||||
"collectionGroupNone": "گروه نکن",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"collectionEmptyVideos": "بدون ویدیو",
|
"collectionEmptyVideos": "بدون ویدیو",
|
||||||
"@collectionEmptyVideos": {},
|
"@collectionEmptyVideos": {},
|
||||||
"drawerCollectionImages": "تصاویر",
|
"drawerCollectionImages": "تصاویر",
|
||||||
|
@ -1117,13 +1105,13 @@
|
||||||
"@settingsNavigationDrawerEditorPageTitle": {},
|
"@settingsNavigationDrawerEditorPageTitle": {},
|
||||||
"settingsConfirmationBeforeMoveUndatedItems": "پیش از جابجایی موارد بدون تاریخ بپرسید",
|
"settingsConfirmationBeforeMoveUndatedItems": "پیش از جابجایی موارد بدون تاریخ بپرسید",
|
||||||
"@settingsConfirmationBeforeMoveUndatedItems": {},
|
"@settingsConfirmationBeforeMoveUndatedItems": {},
|
||||||
"settingsNavigationDrawerBanner": "برای جابجایی و مرتب کردن مجدد موارد، لمس کنید و نگه دارید.",
|
"settingsNavigationDrawerBanner": "برای جابجایی و مرتب کردن دوباره موارد، لمس کنید و نگه دارید.",
|
||||||
"@settingsNavigationDrawerBanner": {},
|
"@settingsNavigationDrawerBanner": {},
|
||||||
"settingsConfirmationVaultDataLoss": "نمایش هشدار از دست دادن دادههای گاوصندوق",
|
"settingsConfirmationVaultDataLoss": "نمایش هشدار از دست دادن دادههای گاوصندوق",
|
||||||
"@settingsConfirmationVaultDataLoss": {},
|
"@settingsConfirmationVaultDataLoss": {},
|
||||||
"settingsNavigationDrawerTabAlbums": "آلبوم ها",
|
"settingsNavigationDrawerTabAlbums": "آلبوم ها",
|
||||||
"@settingsNavigationDrawerTabAlbums": {},
|
"@settingsNavigationDrawerTabAlbums": {},
|
||||||
"settingsThumbnailShowFavouriteIcon": "نمایش نماد علاقهمندی",
|
"settingsThumbnailShowFavouriteIcon": "نمایش نماد برگزیدن",
|
||||||
"@settingsThumbnailShowFavouriteIcon": {},
|
"@settingsThumbnailShowFavouriteIcon": {},
|
||||||
"settingsThumbnailShowLocationIcon": "نمایش نماد مکان",
|
"settingsThumbnailShowLocationIcon": "نمایش نماد مکان",
|
||||||
"@settingsThumbnailShowLocationIcon": {},
|
"@settingsThumbnailShowLocationIcon": {},
|
||||||
|
@ -1349,8 +1337,6 @@
|
||||||
"@tagEditorPageAddTagTooltip": {},
|
"@tagEditorPageAddTagTooltip": {},
|
||||||
"tagEditorPageNewTagFieldLabel": "برسب جدید",
|
"tagEditorPageNewTagFieldLabel": "برسب جدید",
|
||||||
"@tagEditorPageNewTagFieldLabel": {},
|
"@tagEditorPageNewTagFieldLabel": {},
|
||||||
"filePickerOpenFrom": "بازکردن از",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"searchRatingSectionTitle": "امتیازات",
|
"searchRatingSectionTitle": "امتیازات",
|
||||||
"@searchRatingSectionTitle": {},
|
"@searchRatingSectionTitle": {},
|
||||||
"searchMetadataSectionTitle": "فراداده",
|
"searchMetadataSectionTitle": "فراداده",
|
||||||
|
@ -1399,7 +1385,7 @@
|
||||||
"@tooManyItemsErrorDialogMessage": {},
|
"@tooManyItemsErrorDialogMessage": {},
|
||||||
"viewDialogLayoutSectionTitle": "چیدمان",
|
"viewDialogLayoutSectionTitle": "چیدمان",
|
||||||
"@viewDialogLayoutSectionTitle": {},
|
"@viewDialogLayoutSectionTitle": {},
|
||||||
"viewDialogReverseSortOrder": "ترتیب مرتب سازی معکوس",
|
"viewDialogReverseSortOrder": "ترتیب مرتبسازی معکوس",
|
||||||
"@viewDialogReverseSortOrder": {},
|
"@viewDialogReverseSortOrder": {},
|
||||||
"aboutBugCopyInfoInstruction": "رونوشت اطلاعات سامانه",
|
"aboutBugCopyInfoInstruction": "رونوشت اطلاعات سامانه",
|
||||||
"@aboutBugCopyInfoInstruction": {},
|
"@aboutBugCopyInfoInstruction": {},
|
||||||
|
@ -1556,5 +1542,61 @@
|
||||||
"chipActionShowCollection": "نمایش در مجموعه",
|
"chipActionShowCollection": "نمایش در مجموعه",
|
||||||
"@chipActionShowCollection": {},
|
"@chipActionShowCollection": {},
|
||||||
"mapAttributionOsmData": "دادههای نقشه © [OpenStreetMap](https:www.openstreetmap.org/copyright) مشارکتکنندگان",
|
"mapAttributionOsmData": "دادههای نقشه © [OpenStreetMap](https:www.openstreetmap.org/copyright) مشارکتکنندگان",
|
||||||
"@mapAttributionOsmData": {}
|
"@mapAttributionOsmData": {},
|
||||||
|
"chipActionRemove": "برداشتن",
|
||||||
|
"@chipActionRemove": {},
|
||||||
|
"mapStyleOpenTopoMap": "اوپنتوپومپ",
|
||||||
|
"@mapStyleOpenTopoMap": {},
|
||||||
|
"editEntryLocationDialogImportGpx": "وارد کردن GPX",
|
||||||
|
"@editEntryLocationDialogImportGpx": {},
|
||||||
|
"sortByPath": "بر پایه مسیر",
|
||||||
|
"@sortByPath": {},
|
||||||
|
"setHomeCustom": "سفارشی",
|
||||||
|
"@setHomeCustom": {},
|
||||||
|
"videoActionShowPreviousFrame": "نمایش قاب پیشین",
|
||||||
|
"@videoActionShowPreviousFrame": {},
|
||||||
|
"videoActionShowNextFrame": "نمایش قاب بعدی",
|
||||||
|
"@videoActionShowNextFrame": {},
|
||||||
|
"sortOrderShortestFirst": "اول کوتاهترین",
|
||||||
|
"@sortOrderShortestFirst": {},
|
||||||
|
"sortOrderLongestFirst": "اول بلندترین",
|
||||||
|
"@sortOrderLongestFirst": {},
|
||||||
|
"editEntryLocationDialogTimeShift": "تغییر زمان",
|
||||||
|
"@editEntryLocationDialogTimeShift": {},
|
||||||
|
"searchFormatSectionTitle": "قالبها",
|
||||||
|
"@searchFormatSectionTitle": {},
|
||||||
|
"appExportDynamicAlbums": "آلبومهای پویا",
|
||||||
|
"@appExportDynamicAlbums": {},
|
||||||
|
"mapAttributionOsmLiberty": "کاشیها بهدست [OpenMapTiles](https://www.openmaptiles.org/)، [CC BY](http://creativecommons.org/licenses/by/4.0) • میزبانیشده بهدست [OSM Americana](https://tile.ourmap.us)",
|
||||||
|
"@mapAttributionOsmLiberty": {},
|
||||||
|
"chipActionDecompose": "جداکردن",
|
||||||
|
"@chipActionDecompose": {},
|
||||||
|
"albumTierDynamic": "پویا",
|
||||||
|
"@albumTierDynamic": {},
|
||||||
|
"newDynamicAlbumDialogTitle": "آلبوم پویای جدید",
|
||||||
|
"@newDynamicAlbumDialogTitle": {},
|
||||||
|
"dynamicAlbumAlreadyExists": "آلبوم پویا از پیش موجود است",
|
||||||
|
"@dynamicAlbumAlreadyExists": {},
|
||||||
|
"sortByDuration": "بر پایه مدت",
|
||||||
|
"@sortByDuration": {},
|
||||||
|
"coordinateFormatDdm": "DDM",
|
||||||
|
"@coordinateFormatDdm": {},
|
||||||
|
"newAlbumDialogAlbumAlreadyExistsHelper": "آلبوم از پیش موجود است",
|
||||||
|
"@newAlbumDialogAlbumAlreadyExistsHelper": {},
|
||||||
|
"collectionActionAddDynamicAlbum": "افزودن آلبوم پویا",
|
||||||
|
"@collectionActionAddDynamicAlbum": {},
|
||||||
|
"selectStorageVolumeDialogTitle": "گزینش حافظه",
|
||||||
|
"@selectStorageVolumeDialogTitle": {},
|
||||||
|
"removeEntryMetadataDialogAll": "همه",
|
||||||
|
"@removeEntryMetadataDialogAll": {},
|
||||||
|
"explorerPageTitle": "کاوشگر",
|
||||||
|
"@explorerPageTitle": {},
|
||||||
|
"explorerActionSelectStorageVolume": "گزینش حافظه",
|
||||||
|
"@explorerActionSelectStorageVolume": {},
|
||||||
|
"mapStyleOsmLiberty": "اواسام لیبریتی",
|
||||||
|
"@mapStyleOsmLiberty": {},
|
||||||
|
"mapAttributionOpenTopoMap": "[SRTM](https://www.earthdata.nasa.gov/sensors/srtm) | کاشیها بهدست [OpenTopoMap](https://opentopomap.org/)، [CC BY-SA](https://creativecommons.org/licenses/by-sa/3.0/)",
|
||||||
|
"@mapAttributionOpenTopoMap": {},
|
||||||
|
"chipActionGoToExplorerPage": "نمایش در کاوشگر",
|
||||||
|
"@chipActionGoToExplorerPage": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -467,7 +467,7 @@
|
||||||
"@menuActionStats": {},
|
"@menuActionStats": {},
|
||||||
"viewDialogSortSectionTitle": "Tri",
|
"viewDialogSortSectionTitle": "Tri",
|
||||||
"@viewDialogSortSectionTitle": {},
|
"@viewDialogSortSectionTitle": {},
|
||||||
"viewDialogGroupSectionTitle": "Groupes",
|
"viewDialogGroupSectionTitle": "Sections",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"viewDialogLayoutSectionTitle": "Vue",
|
"viewDialogLayoutSectionTitle": "Vue",
|
||||||
"@viewDialogLayoutSectionTitle": {},
|
"@viewDialogLayoutSectionTitle": {},
|
||||||
|
@ -561,8 +561,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "par jour",
|
"collectionGroupDay": "par jour",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "ne pas grouper",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Inconnu",
|
"sectionUnknown": "Inconnu",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Aujourd’hui",
|
"dateToday": "Aujourd’hui",
|
||||||
|
@ -665,8 +663,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "par volume de stockage",
|
"albumGroupVolume": "par volume de stockage",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "ne pas grouper",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "Mixte",
|
"albumMimeTypeMixed": "Mixte",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "Copie",
|
"albumPickPageTitleCopy": "Copie",
|
||||||
|
@ -1115,16 +1111,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Code source",
|
"sourceViewerPageTitle": "Code source",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Afficher les fichiers masqués",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Ne pas afficher les fichiers masqués",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Ouvrir à partir de",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Aucun élément",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Utiliser ce dossier",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"editEntryLocationDialogSetCustom": "Définir un lieu personnalisé",
|
"editEntryLocationDialogSetCustom": "Définir un lieu personnalisé",
|
||||||
"@editEntryLocationDialogSetCustom": {},
|
"@editEntryLocationDialogSetCustom": {},
|
||||||
"tagEditorSectionPlaceholders": "Étiquettes de substitution",
|
"tagEditorSectionPlaceholders": "Étiquettes de substitution",
|
||||||
|
@ -1420,5 +1406,29 @@
|
||||||
"sortByPath": "par chemin",
|
"sortByPath": "par chemin",
|
||||||
"@sortByPath": {},
|
"@sortByPath": {},
|
||||||
"searchFormatSectionTitle": "Formats",
|
"searchFormatSectionTitle": "Formats",
|
||||||
"@searchFormatSectionTitle": {}
|
"@searchFormatSectionTitle": {},
|
||||||
|
"chipActionGroup": "Grouper",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"createButtonLabel": "CRÉER",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"chipActionCreateGroup": "Créer un groupe",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"newGroupDialogTitle": "Nouveau groupe",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"groupAlreadyExists": "Le groupe existe déjà",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"groupEmpty": "Aucun groupe",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"groupPickerUseThisGroupButton": "Utiliser ce groupe",
|
||||||
|
"@groupPickerUseThisGroupButton": {},
|
||||||
|
"groupPickerTitle": "Sélection",
|
||||||
|
"@groupPickerTitle": {},
|
||||||
|
"ungrouped": "Non groupé",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"sectionNone": "Aucune section",
|
||||||
|
"@sectionNone": {},
|
||||||
|
"newGroupDialogNameLabel": "Nom du groupe",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"albumTierGroups": "Groupes",
|
||||||
|
"@albumTierGroups": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -819,8 +819,6 @@
|
||||||
"@searchCountriesSectionTitle": {},
|
"@searchCountriesSectionTitle": {},
|
||||||
"collectionActionEmptyBin": "Baleirar lixo",
|
"collectionActionEmptyBin": "Baleirar lixo",
|
||||||
"@collectionActionEmptyBin": {},
|
"@collectionActionEmptyBin": {},
|
||||||
"albumGroupNone": "Non agrupar",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"menuActionSlideshow": "Presentación",
|
"menuActionSlideshow": "Presentación",
|
||||||
"@menuActionSlideshow": {},
|
"@menuActionSlideshow": {},
|
||||||
"menuActionStats": "Estatísticas",
|
"menuActionStats": "Estatísticas",
|
||||||
|
@ -977,8 +975,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Por día",
|
"collectionGroupDay": "Por día",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Non agrupar",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"drawerSettingsButton": "Axustes",
|
"drawerSettingsButton": "Axustes",
|
||||||
"@drawerSettingsButton": {},
|
"@drawerSettingsButton": {},
|
||||||
"sortOrderNewestFirst": "Novos primeiro",
|
"sortOrderNewestFirst": "Novos primeiro",
|
||||||
|
@ -1262,8 +1258,6 @@
|
||||||
"@mapPointNorthUpTooltip": {},
|
"@mapPointNorthUpTooltip": {},
|
||||||
"viewerInfoSearchSuggestionDate": "Data e hora",
|
"viewerInfoSearchSuggestionDate": "Data e hora",
|
||||||
"@viewerInfoSearchSuggestionDate": {},
|
"@viewerInfoSearchSuggestionDate": {},
|
||||||
"filePickerOpenFrom": "Abrir dende",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"settingsImageBackground": "Fondo de imaxe",
|
"settingsImageBackground": "Fondo de imaxe",
|
||||||
"@settingsImageBackground": {},
|
"@settingsImageBackground": {},
|
||||||
"settingsViewerQuickActionEditorPageTitle": "Accións rápidas",
|
"settingsViewerQuickActionEditorPageTitle": "Accións rápidas",
|
||||||
|
@ -1316,8 +1310,6 @@
|
||||||
"@viewerInfoLabelPath": {},
|
"@viewerInfoLabelPath": {},
|
||||||
"viewerInfoSearchFieldLabel": "Procurar metadatos",
|
"viewerInfoSearchFieldLabel": "Procurar metadatos",
|
||||||
"@viewerInfoSearchFieldLabel": {},
|
"@viewerInfoSearchFieldLabel": {},
|
||||||
"filePickerUseThisFolder": "Usar este cartafol",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"settingsLanguageSectionTitle": "Idioma e formatos",
|
"settingsLanguageSectionTitle": "Idioma e formatos",
|
||||||
"@settingsLanguageSectionTitle": {},
|
"@settingsLanguageSectionTitle": {},
|
||||||
"settingsDisablingBinWarningDialogMessage": "Os elementos no lixo borraranse para sempre.",
|
"settingsDisablingBinWarningDialogMessage": "Os elementos no lixo borraranse para sempre.",
|
||||||
|
@ -1380,8 +1372,6 @@
|
||||||
"@tagEditorSectionRecent": {},
|
"@tagEditorSectionRecent": {},
|
||||||
"tagPlaceholderPlace": "Lugar",
|
"tagPlaceholderPlace": "Lugar",
|
||||||
"@tagPlaceholderPlace": {},
|
"@tagPlaceholderPlace": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Non amosar arquivos agochados",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"viewerInfoLabelAddress": "Enderezo",
|
"viewerInfoLabelAddress": "Enderezo",
|
||||||
"@viewerInfoLabelAddress": {},
|
"@viewerInfoLabelAddress": {},
|
||||||
"settingsVideoPageTitle": "Axustes de vídeo",
|
"settingsVideoPageTitle": "Axustes de vídeo",
|
||||||
|
@ -1474,10 +1464,6 @@
|
||||||
"@tagPlaceholderCountry": {},
|
"@tagPlaceholderCountry": {},
|
||||||
"tagPlaceholderState": "Estado",
|
"tagPlaceholderState": "Estado",
|
||||||
"@tagPlaceholderState": {},
|
"@tagPlaceholderState": {},
|
||||||
"filePickerShowHiddenFiles": "Amosar arquivos agochados",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerNoItems": "Sen elementos",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"settingsTimeToTakeActionTile": "Retardo para executar unha acción",
|
"settingsTimeToTakeActionTile": "Retardo para executar unha acción",
|
||||||
"@settingsTimeToTakeActionTile": {},
|
"@settingsTimeToTakeActionTile": {},
|
||||||
"settingsSubtitleThemeBackgroundColor": "Cor de fondo",
|
"settingsSubtitleThemeBackgroundColor": "Cor de fondo",
|
||||||
|
|
|
@ -864,8 +864,6 @@
|
||||||
"@collectionPageTitle": {},
|
"@collectionPageTitle": {},
|
||||||
"collectionGroupMonth": "महीने के अनुसार",
|
"collectionGroupMonth": "महीने के अनुसार",
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupNone": "समूह न बनाएं",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "अज्ञात",
|
"sectionUnknown": "अज्ञात",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateYesterday": "कल",
|
"dateYesterday": "कल",
|
||||||
|
@ -1089,8 +1087,6 @@
|
||||||
"@sortByRating": {},
|
"@sortByRating": {},
|
||||||
"sortByDuration": "समय के अनुसार",
|
"sortByDuration": "समय के अनुसार",
|
||||||
"@sortByDuration": {},
|
"@sortByDuration": {},
|
||||||
"albumGroupNone": "ग्रुप न बनाए",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumPickPageTitleCopy": "एल्बम में कॉपी करे",
|
"albumPickPageTitleCopy": "एल्बम में कॉपी करे",
|
||||||
"@albumPickPageTitleCopy": {},
|
"@albumPickPageTitleCopy": {},
|
||||||
"albumPickPageTitleExport": "एल्बम में एक्सपोर्ट करे",
|
"albumPickPageTitleExport": "एल्बम में एक्सपोर्ट करे",
|
||||||
|
|
|
@ -433,8 +433,6 @@
|
||||||
"@viewerInfoLabelDate": {},
|
"@viewerInfoLabelDate": {},
|
||||||
"viewerInfoUnknown": "ismeretlen",
|
"viewerInfoUnknown": "ismeretlen",
|
||||||
"@viewerInfoUnknown": {},
|
"@viewerInfoUnknown": {},
|
||||||
"filePickerShowHiddenFiles": "Rejtett fájlok mutatása",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"sourceViewerPageTitle": "Forrás",
|
"sourceViewerPageTitle": "Forrás",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"tagPlaceholderPlace": "Hely",
|
"tagPlaceholderPlace": "Hely",
|
||||||
|
@ -445,8 +443,6 @@
|
||||||
"@tagEditorSectionRecent": {},
|
"@tagEditorSectionRecent": {},
|
||||||
"viewerInfoSearchSuggestionResolution": "Felbontás",
|
"viewerInfoSearchSuggestionResolution": "Felbontás",
|
||||||
"@viewerInfoSearchSuggestionResolution": {},
|
"@viewerInfoSearchSuggestionResolution": {},
|
||||||
"filePickerUseThisFolder": "Mappa használata",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"tagPlaceholderState": "Megye",
|
"tagPlaceholderState": "Megye",
|
||||||
"@tagPlaceholderState": {},
|
"@tagPlaceholderState": {},
|
||||||
"tagEditorPageAddTagTooltip": "Címke hozzáadása",
|
"tagEditorPageAddTagTooltip": "Címke hozzáadása",
|
||||||
|
@ -455,12 +451,8 @@
|
||||||
"@tagEditorPageNewTagFieldLabel": {},
|
"@tagEditorPageNewTagFieldLabel": {},
|
||||||
"tagEditorPageTitle": "Címkék szerkesztése",
|
"tagEditorPageTitle": "Címkék szerkesztése",
|
||||||
"@tagEditorPageTitle": {},
|
"@tagEditorPageTitle": {},
|
||||||
"filePickerNoItems": "Nincsenek elemek",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"settingsThumbnailSectionTitle": "Miniatűrök",
|
"settingsThumbnailSectionTitle": "Miniatűrök",
|
||||||
"@settingsThumbnailSectionTitle": {},
|
"@settingsThumbnailSectionTitle": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Ne mutassa a rejtett fájlokat",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"settingsVideoControlsPageTitle": "Vezérlők",
|
"settingsVideoControlsPageTitle": "Vezérlők",
|
||||||
"@settingsVideoControlsPageTitle": {},
|
"@settingsVideoControlsPageTitle": {},
|
||||||
"settingsVideoControlsTile": "Vezérlők",
|
"settingsVideoControlsTile": "Vezérlők",
|
||||||
|
@ -1062,8 +1054,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Napok szerint",
|
"collectionGroupDay": "Napok szerint",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Nincs csoportositás",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"collectionDeleteFailureFeedback": "{count, plural, =1{Elem törlése sikertelen} other{{count} elem törlése sikertelen}}",
|
"collectionDeleteFailureFeedback": "{count, plural, =1{Elem törlése sikertelen} other{{count} elem törlése sikertelen}}",
|
||||||
"@collectionDeleteFailureFeedback": {
|
"@collectionDeleteFailureFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
|
@ -1140,8 +1130,6 @@
|
||||||
"@sortOrderHighestFirst": {},
|
"@sortOrderHighestFirst": {},
|
||||||
"sortOrderLowestFirst": "Legalacsonyabb legelöl",
|
"sortOrderLowestFirst": "Legalacsonyabb legelöl",
|
||||||
"@sortOrderLowestFirst": {},
|
"@sortOrderLowestFirst": {},
|
||||||
"albumGroupNone": "Nincs csoportositás",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumPickPageTitlePick": "Album választása",
|
"albumPickPageTitlePick": "Album választása",
|
||||||
"@albumPickPageTitlePick": {},
|
"@albumPickPageTitlePick": {},
|
||||||
"searchCollectionFieldHint": "Gyűjtemény keresése",
|
"searchCollectionFieldHint": "Gyűjtemény keresése",
|
||||||
|
@ -1342,8 +1330,6 @@
|
||||||
"@mapPointNorthUpTooltip": {},
|
"@mapPointNorthUpTooltip": {},
|
||||||
"viewerInfoSearchSuggestionDimensions": "Méretek",
|
"viewerInfoSearchSuggestionDimensions": "Méretek",
|
||||||
"@viewerInfoSearchSuggestionDimensions": {},
|
"@viewerInfoSearchSuggestionDimensions": {},
|
||||||
"filePickerOpenFrom": "Megnyitás innen",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"panoramaDisableSensorControl": "Szenzoros vezérlés letiltása",
|
"panoramaDisableSensorControl": "Szenzoros vezérlés letiltása",
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"panoramaEnableSensorControl": "Szenzoros vezérlés engedélyezése",
|
"panoramaEnableSensorControl": "Szenzoros vezérlés engedélyezése",
|
||||||
|
|
|
@ -545,8 +545,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Lewat hari",
|
"collectionGroupDay": "Lewat hari",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Jangan kelompokkan",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Tidak dikenal",
|
"sectionUnknown": "Tidak dikenal",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Hari ini",
|
"dateToday": "Hari ini",
|
||||||
|
@ -647,8 +645,6 @@
|
||||||
"@albumGroupTier": {},
|
"@albumGroupTier": {},
|
||||||
"albumGroupVolume": "Lewat volume penyimpanan",
|
"albumGroupVolume": "Lewat volume penyimpanan",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Jangan kelompokkan",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumPickPageTitleCopy": "Salin ke Album",
|
"albumPickPageTitleCopy": "Salin ke Album",
|
||||||
"@albumPickPageTitleCopy": {},
|
"@albumPickPageTitleCopy": {},
|
||||||
"albumPickPageTitleExport": "Ekspor ke Album",
|
"albumPickPageTitleExport": "Ekspor ke Album",
|
||||||
|
@ -1085,16 +1081,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Sumber",
|
"sourceViewerPageTitle": "Sumber",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Tampilkan file tersembunyi",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Jangan tampilkan file tersembunyi",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Buka dari",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Tidak ada benda",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Gunakan folder ini",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"viewerTransitionNone": "Tidak ada",
|
"viewerTransitionNone": "Tidak ada",
|
||||||
"@viewerTransitionNone": {},
|
"@viewerTransitionNone": {},
|
||||||
"widgetOpenPageHome": "Buka beranda",
|
"widgetOpenPageHome": "Buka beranda",
|
||||||
|
@ -1416,5 +1402,9 @@
|
||||||
"editEntryLocationDialogTimeShift": "Pergeseran waktu",
|
"editEntryLocationDialogTimeShift": "Pergeseran waktu",
|
||||||
"@editEntryLocationDialogTimeShift": {},
|
"@editEntryLocationDialogTimeShift": {},
|
||||||
"removeEntryMetadataDialogAll": "Semua",
|
"removeEntryMetadataDialogAll": "Semua",
|
||||||
"@removeEntryMetadataDialogAll": {}
|
"@removeEntryMetadataDialogAll": {},
|
||||||
|
"sortByPath": "Melalui lokasi",
|
||||||
|
"@sortByPath": {},
|
||||||
|
"searchFormatSectionTitle": "Format",
|
||||||
|
"@searchFormatSectionTitle": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
"@settingsNavigationDrawerAddAlbum": {},
|
"@settingsNavigationDrawerAddAlbum": {},
|
||||||
"settingsPrivacySectionTitle": "Persónuvernd",
|
"settingsPrivacySectionTitle": "Persónuvernd",
|
||||||
"@settingsPrivacySectionTitle": {},
|
"@settingsPrivacySectionTitle": {},
|
||||||
"filePickerOpenFrom": "Opið frá",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"settingsEnableBinSubtitle": "Halda eyddum atriðum í 30 daga",
|
"settingsEnableBinSubtitle": "Halda eyddum atriðum í 30 daga",
|
||||||
"@settingsEnableBinSubtitle": {},
|
"@settingsEnableBinSubtitle": {},
|
||||||
"viewerInfoPageTitle": "Upplýsingar",
|
"viewerInfoPageTitle": "Upplýsingar",
|
||||||
|
@ -425,8 +423,6 @@
|
||||||
"@viewerSetWallpaperButtonLabel": {},
|
"@viewerSetWallpaperButtonLabel": {},
|
||||||
"settingsVideoResumptionModeTile": "Halda afspilun áfram",
|
"settingsVideoResumptionModeTile": "Halda afspilun áfram",
|
||||||
"@settingsVideoResumptionModeTile": {},
|
"@settingsVideoResumptionModeTile": {},
|
||||||
"collectionGroupNone": "Ekki hópa",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"searchRatingSectionTitle": "Einkunnir",
|
"searchRatingSectionTitle": "Einkunnir",
|
||||||
"@searchRatingSectionTitle": {},
|
"@searchRatingSectionTitle": {},
|
||||||
"collectionCopyFailureFeedback": "{count, plural, =1{Mistókst að afrita 1 atriði} other{Mistókst að afrita {count} atriðum}}",
|
"collectionCopyFailureFeedback": "{count, plural, =1{Mistókst að afrita 1 atriði} other{Mistókst að afrita {count} atriðum}}",
|
||||||
|
@ -467,8 +463,6 @@
|
||||||
"@albumGroupTier": {},
|
"@albumGroupTier": {},
|
||||||
"aboutBugReportInstruction": "Tilkynna á GitHub með atvikaskrám og kerfisupplýsingum",
|
"aboutBugReportInstruction": "Tilkynna á GitHub með atvikaskrám og kerfisupplýsingum",
|
||||||
"@aboutBugReportInstruction": {},
|
"@aboutBugReportInstruction": {},
|
||||||
"filePickerUseThisFolder": "Nota þessa möppu",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"videoActionCaptureFrame": "Taka ramma",
|
"videoActionCaptureFrame": "Taka ramma",
|
||||||
"@videoActionCaptureFrame": {},
|
"@videoActionCaptureFrame": {},
|
||||||
"patternDialogEnter": "Settu inn mynstur",
|
"patternDialogEnter": "Settu inn mynstur",
|
||||||
|
@ -533,7 +527,7 @@
|
||||||
"@settingsLanguagePageTitle": {},
|
"@settingsLanguagePageTitle": {},
|
||||||
"rootDirectoryDescription": "rótarmöppu",
|
"rootDirectoryDescription": "rótarmöppu",
|
||||||
"@rootDirectoryDescription": {},
|
"@rootDirectoryDescription": {},
|
||||||
"viewDialogGroupSectionTitle": "Hópur",
|
"viewDialogGroupSectionTitle": "Hlutar",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"maxBrightnessAlways": "Alltaf",
|
"maxBrightnessAlways": "Alltaf",
|
||||||
"@maxBrightnessAlways": {},
|
"@maxBrightnessAlways": {},
|
||||||
|
@ -679,8 +673,6 @@
|
||||||
"@settingsHomeTile": {},
|
"@settingsHomeTile": {},
|
||||||
"entryActionOpenMap": "Birta í landakortaforriti",
|
"entryActionOpenMap": "Birta í landakortaforriti",
|
||||||
"@entryActionOpenMap": {},
|
"@entryActionOpenMap": {},
|
||||||
"filePickerShowHiddenFiles": "Birta faldar skrár",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"collectionGroupDay": "Eftir dögum",
|
"collectionGroupDay": "Eftir dögum",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupAlbum": "Eftir albúmum",
|
"collectionGroupAlbum": "Eftir albúmum",
|
||||||
|
@ -816,10 +808,6 @@
|
||||||
"@pinDialogEnter": {},
|
"@pinDialogEnter": {},
|
||||||
"videoControlsPlayOutside": "Opna með öðrum spilara",
|
"videoControlsPlayOutside": "Opna með öðrum spilara",
|
||||||
"@videoControlsPlayOutside": {},
|
"@videoControlsPlayOutside": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Ekki birta faldar skrár",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerNoItems": "Engir hlutir",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"settingsCoordinateFormatDialogTitle": "Snið hnita",
|
"settingsCoordinateFormatDialogTitle": "Snið hnita",
|
||||||
"@settingsCoordinateFormatDialogTitle": {},
|
"@settingsCoordinateFormatDialogTitle": {},
|
||||||
"collectionActionShowTitleSearch": "Birta titilsíu",
|
"collectionActionShowTitleSearch": "Birta titilsíu",
|
||||||
|
@ -916,8 +904,6 @@
|
||||||
"@entryActionSetAs": {},
|
"@entryActionSetAs": {},
|
||||||
"sortOrderLowestFirst": "Lægsta fyrst",
|
"sortOrderLowestFirst": "Lægsta fyrst",
|
||||||
"@sortOrderLowestFirst": {},
|
"@sortOrderLowestFirst": {},
|
||||||
"albumGroupNone": "Ekki hópa",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"statsTopStatesSectionTitle": "Algengustu héruð",
|
"statsTopStatesSectionTitle": "Algengustu héruð",
|
||||||
"@statsTopStatesSectionTitle": {},
|
"@statsTopStatesSectionTitle": {},
|
||||||
"settingsViewerQuickActionEditorDisplayedButtonsSectionTitle": "Birtir hnappar",
|
"settingsViewerQuickActionEditorDisplayedButtonsSectionTitle": "Birtir hnappar",
|
||||||
|
@ -1612,5 +1598,29 @@
|
||||||
"searchFormatSectionTitle": "Snið",
|
"searchFormatSectionTitle": "Snið",
|
||||||
"@searchFormatSectionTitle": {},
|
"@searchFormatSectionTitle": {},
|
||||||
"sortByPath": "Eftir slóð",
|
"sortByPath": "Eftir slóð",
|
||||||
"@sortByPath": {}
|
"@sortByPath": {},
|
||||||
|
"groupEmpty": "Engir hópar",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"newGroupDialogTitle": "Nýr hópur",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"newGroupDialogNameLabel": "Heiti hóps",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"createButtonLabel": "BÚA TIL",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"chipActionGroup": "Hópa",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"chipActionCreateGroup": "Útbúa hóp",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"albumTierGroups": "Hópar",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"sectionNone": "Engir hlutar",
|
||||||
|
"@sectionNone": {},
|
||||||
|
"groupAlreadyExists": "Hópur er þegar til",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"ungrouped": "Óhópað",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"groupPickerTitle": "Veldu hóp",
|
||||||
|
"@groupPickerTitle": {},
|
||||||
|
"groupPickerUseThisGroupButton": "Nota þennan hóp",
|
||||||
|
"@groupPickerUseThisGroupButton": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -463,7 +463,7 @@
|
||||||
"@menuActionStats": {},
|
"@menuActionStats": {},
|
||||||
"viewDialogSortSectionTitle": "Ordina",
|
"viewDialogSortSectionTitle": "Ordina",
|
||||||
"@viewDialogSortSectionTitle": {},
|
"@viewDialogSortSectionTitle": {},
|
||||||
"viewDialogGroupSectionTitle": "Raggruppa",
|
"viewDialogGroupSectionTitle": "Sezioni",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"viewDialogLayoutSectionTitle": "Layout",
|
"viewDialogLayoutSectionTitle": "Layout",
|
||||||
"@viewDialogLayoutSectionTitle": {},
|
"@viewDialogLayoutSectionTitle": {},
|
||||||
|
@ -557,8 +557,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Per giorno",
|
"collectionGroupDay": "Per giorno",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Non raggruppare",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Sconosciuto",
|
"sectionUnknown": "Sconosciuto",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Oggi",
|
"dateToday": "Oggi",
|
||||||
|
@ -661,8 +659,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "Per volume archiviazione",
|
"albumGroupVolume": "Per volume archiviazione",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Non raggruppare",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "Misto",
|
"albumMimeTypeMixed": "Misto",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "Copia nell’album",
|
"albumPickPageTitleCopy": "Copia nell’album",
|
||||||
|
@ -1111,16 +1107,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Codice sorgente",
|
"sourceViewerPageTitle": "Codice sorgente",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Visualizza file nascosti",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Non visualizzare i file nascosti",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Apri da",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Nessun elemento",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Usa questa cartella",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"durationDialogSeconds": "Secondi",
|
"durationDialogSeconds": "Secondi",
|
||||||
"@durationDialogSeconds": {},
|
"@durationDialogSeconds": {},
|
||||||
"settingsAllowMediaManagement": "Consenti gestione media",
|
"settingsAllowMediaManagement": "Consenti gestione media",
|
||||||
|
@ -1414,5 +1400,35 @@
|
||||||
"editEntryLocationDialogTimeShift": "Scostamento tempo",
|
"editEntryLocationDialogTimeShift": "Scostamento tempo",
|
||||||
"@editEntryLocationDialogTimeShift": {},
|
"@editEntryLocationDialogTimeShift": {},
|
||||||
"editEntryLocationDialogImportGpx": "Importa GPX",
|
"editEntryLocationDialogImportGpx": "Importa GPX",
|
||||||
"@editEntryLocationDialogImportGpx": {}
|
"@editEntryLocationDialogImportGpx": {},
|
||||||
|
"newGroupDialogTitle": "Nuovo gruppo",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"groupEmpty": "Nessun gruppo",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"newGroupDialogNameLabel": "Nome gruppo",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"sortByPath": "Per percorso",
|
||||||
|
"@sortByPath": {},
|
||||||
|
"searchFormatSectionTitle": "Formati",
|
||||||
|
"@searchFormatSectionTitle": {},
|
||||||
|
"removeEntryMetadataDialogAll": "Tutti",
|
||||||
|
"@removeEntryMetadataDialogAll": {},
|
||||||
|
"createButtonLabel": "CREA",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"chipActionGroup": "Gruppo",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"chipActionCreateGroup": "Crea gruppo",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"albumTierGroups": "Gruppi",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"groupAlreadyExists": "Gruppo già esistente",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"ungrouped": "Non raggruppato",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"groupPickerTitle": "Scegli gruppo",
|
||||||
|
"@groupPickerTitle": {},
|
||||||
|
"groupPickerUseThisGroupButton": "Usa questo gruppo",
|
||||||
|
"@groupPickerUseThisGroupButton": {},
|
||||||
|
"sectionNone": "Nessuna sezione",
|
||||||
|
"@sectionNone": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -535,8 +535,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "日別",
|
"collectionGroupDay": "日別",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "グループ化しない",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "不明",
|
"sectionUnknown": "不明",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "今日",
|
"dateToday": "今日",
|
||||||
|
@ -621,8 +619,6 @@
|
||||||
"@albumGroupTier": {},
|
"@albumGroupTier": {},
|
||||||
"albumGroupVolume": "ストレージ ボリューム別",
|
"albumGroupVolume": "ストレージ ボリューム別",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "グループ化しない",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumPickPageTitleCopy": "アルバムにコピー",
|
"albumPickPageTitleCopy": "アルバムにコピー",
|
||||||
"@albumPickPageTitleCopy": {},
|
"@albumPickPageTitleCopy": {},
|
||||||
"albumPickPageTitleExport": "アルバムにエクスポート",
|
"albumPickPageTitleExport": "アルバムにエクスポート",
|
||||||
|
@ -1047,16 +1043,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "ソース",
|
"sourceViewerPageTitle": "ソース",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "非表示のファイルを表示する",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "非表示のファイルを表示しない",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "次から開く",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "アイテムはありません",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "このフォルダを使用",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"entryInfoActionEditTitleDescription": "タイトルと説明を編集",
|
"entryInfoActionEditTitleDescription": "タイトルと説明を編集",
|
||||||
"@entryInfoActionEditTitleDescription": {},
|
"@entryInfoActionEditTitleDescription": {},
|
||||||
"filterNoDateLabel": "日付なし",
|
"filterNoDateLabel": "日付なし",
|
||||||
|
|
|
@ -939,8 +939,6 @@
|
||||||
"@statsTopTagsSectionTitle": {},
|
"@statsTopTagsSectionTitle": {},
|
||||||
"tagEditorSectionRecent": "ಇತ್ತೀಚಿನವು",
|
"tagEditorSectionRecent": "ಇತ್ತೀಚಿನವು",
|
||||||
"@tagEditorSectionRecent": {},
|
"@tagEditorSectionRecent": {},
|
||||||
"filePickerOpenFrom": "ಇಂದ ತೆರೆಯಿರಿ",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"aboutLinkPolicy": "ಗೌಪ್ಯತೆ ನೀತಿ",
|
"aboutLinkPolicy": "ಗೌಪ್ಯತೆ ನೀತಿ",
|
||||||
"@aboutLinkPolicy": {},
|
"@aboutLinkPolicy": {},
|
||||||
"aboutBugReportButton": "ವರದಿ",
|
"aboutBugReportButton": "ವರದಿ",
|
||||||
|
@ -1015,8 +1013,6 @@
|
||||||
"@mapStyleDialogTitle": {},
|
"@mapStyleDialogTitle": {},
|
||||||
"mapZoomOutTooltip": "ಕುಗ್ಗಿಸು",
|
"mapZoomOutTooltip": "ಕುಗ್ಗಿಸು",
|
||||||
"@mapZoomOutTooltip": {},
|
"@mapZoomOutTooltip": {},
|
||||||
"filePickerUseThisFolder": "ಈ ಕೋಶವನ್ನು ಬಳಸಿ",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"sortByAlbumFileName": "ಆಲ್ಬಮ್ ಮತ್ತು ಕಡತದ ಹೆಸರಿನಂತೆ",
|
"sortByAlbumFileName": "ಆಲ್ಬಮ್ ಮತ್ತು ಕಡತದ ಹೆಸರಿನಂತೆ",
|
||||||
"@sortByAlbumFileName": {},
|
"@sortByAlbumFileName": {},
|
||||||
"panoramaDisableSensorControl": "ಸಂವೇದಕ ನಿಯಂತ್ರಣವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ",
|
"panoramaDisableSensorControl": "ಸಂವೇದಕ ನಿಯಂತ್ರಣವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ",
|
||||||
|
@ -1107,8 +1103,6 @@
|
||||||
"@albumVideoCaptures": {},
|
"@albumVideoCaptures": {},
|
||||||
"settingsCollectionQuickActionsTile": "ತ್ವರಿತ ಕ್ರಮಗಳು",
|
"settingsCollectionQuickActionsTile": "ತ್ವರಿತ ಕ್ರಮಗಳು",
|
||||||
"@settingsCollectionQuickActionsTile": {},
|
"@settingsCollectionQuickActionsTile": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "ಮರೆಮಾಡಿದ ಕಡತಗಳನ್ನು ತೋರಿಸಬೇಡಿ",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"viewerInfoSearchEmpty": "ಹೊಂದಾಣಿಕೆಯ ಕೀಲಿಗಳಿಲ್ಲ",
|
"viewerInfoSearchEmpty": "ಹೊಂದಾಣಿಕೆಯ ಕೀಲಿಗಳಿಲ್ಲ",
|
||||||
"@viewerInfoSearchEmpty": {},
|
"@viewerInfoSearchEmpty": {},
|
||||||
"locationPickerUseThisLocationButton": "ಈ ಸ್ಥಳವನ್ನು ಬಳಸಿ",
|
"locationPickerUseThisLocationButton": "ಈ ಸ್ಥಳವನ್ನು ಬಳಸಿ",
|
||||||
|
@ -1329,8 +1323,6 @@
|
||||||
"@tagEditorPageAddTagTooltip": {},
|
"@tagEditorPageAddTagTooltip": {},
|
||||||
"sourceViewerPageTitle": "ಮೂಲ",
|
"sourceViewerPageTitle": "ಮೂಲ",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "ಮರೆಮಾಡಿದ ಕಡತಗಳನ್ನು ತೋರಿಸಿ",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"albumTierSpecial": "ಸಾಮಾನ್ಯ",
|
"albumTierSpecial": "ಸಾಮಾನ್ಯ",
|
||||||
"@albumTierSpecial": {},
|
"@albumTierSpecial": {},
|
||||||
"collectionActionAddDynamicAlbum": "ಡೈನಾಮಿಕ್ ಆಲ್ಬಮ್ ಸೇರಿಸಿ",
|
"collectionActionAddDynamicAlbum": "ಡೈನಾಮಿಕ್ ಆಲ್ಬಮ್ ಸೇರಿಸಿ",
|
||||||
|
@ -1389,8 +1381,6 @@
|
||||||
},
|
},
|
||||||
"sortOrderLowestFirst": "ಕಡಿಮೆಯದು ಮೊದಲು",
|
"sortOrderLowestFirst": "ಕಡಿಮೆಯದು ಮೊದಲು",
|
||||||
"@sortOrderLowestFirst": {},
|
"@sortOrderLowestFirst": {},
|
||||||
"albumGroupNone": "ಗುಂಪು ಮಾಡಬೇಡಿ",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "ಮಿಶ್ರಿತ",
|
"albumMimeTypeMixed": "ಮಿಶ್ರಿತ",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitlePick": "ಆಲ್ಬಮ್ ಆಯ್ಕೆಮಾಡಿ",
|
"albumPickPageTitlePick": "ಆಲ್ಬಮ್ ಆಯ್ಕೆಮಾಡಿ",
|
||||||
|
@ -1471,8 +1461,6 @@
|
||||||
"@viewerInfoOpenEmbeddedFailureFeedback": {},
|
"@viewerInfoOpenEmbeddedFailureFeedback": {},
|
||||||
"viewerInfoSearchFieldLabel": "ಹುದುಗಿಸಿದ ದತ್ತಾಂಶವನ್ನು ಹುಡುಕಿ",
|
"viewerInfoSearchFieldLabel": "ಹುದುಗಿಸಿದ ದತ್ತಾಂಶವನ್ನು ಹುಡುಕಿ",
|
||||||
"@viewerInfoSearchFieldLabel": {},
|
"@viewerInfoSearchFieldLabel": {},
|
||||||
"filePickerNoItems": "ವಸ್ತುಗಳಿಲ್ಲ",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"viewerInfoLabelSize": "ಪ್ರಮಾಣ",
|
"viewerInfoLabelSize": "ಪ್ರಮಾಣ",
|
||||||
"@viewerInfoLabelSize": {},
|
"@viewerInfoLabelSize": {},
|
||||||
"menuActionStats": "ಅಂಕಿಅಂಶಗಳು",
|
"menuActionStats": "ಅಂಕಿಅಂಶಗಳು",
|
||||||
|
@ -1507,8 +1495,6 @@
|
||||||
"@collectionGroupAlbum": {},
|
"@collectionGroupAlbum": {},
|
||||||
"collectionGroupDay": "ದಿನದಂತೆ",
|
"collectionGroupDay": "ದಿನದಂತೆ",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "ಗುಂಪು ಮಾಡಬೇಡಿ",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"collectionMoveSuccessFeedback": "{count, plural, =1{1 ವಸ್ತುವನ್ನು ಸ್ಥಳಾಂತರಿಸಲಾಗಿದೆ} other{{count} ವಸ್ತುಗಳನ್ನು ಸ್ಥಳಾಂತರಿಸಲಾಗಿದೆ}}",
|
"collectionMoveSuccessFeedback": "{count, plural, =1{1 ವಸ್ತುವನ್ನು ಸ್ಥಳಾಂತರಿಸಲಾಗಿದೆ} other{{count} ವಸ್ತುಗಳನ್ನು ಸ್ಥಳಾಂತರಿಸಲಾಗಿದೆ}}",
|
||||||
"@collectionMoveSuccessFeedback": {
|
"@collectionMoveSuccessFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
|
|
|
@ -561,8 +561,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "날짜별로",
|
"collectionGroupDay": "날짜별로",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "묶음 없음",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "없음",
|
"sectionUnknown": "없음",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "오늘",
|
"dateToday": "오늘",
|
||||||
|
@ -665,8 +663,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "저장공간별로",
|
"albumGroupVolume": "저장공간별로",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "묶음 없음",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "혼합",
|
"albumMimeTypeMixed": "혼합",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "앨범으로 복사",
|
"albumPickPageTitleCopy": "앨범으로 복사",
|
||||||
|
@ -1115,16 +1111,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "소스 코드",
|
"sourceViewerPageTitle": "소스 코드",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "숨겨진 파일 표시",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "숨겨진 파일 표시 안함",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "다음에서 열기:",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "항목 없음",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "이 폴더 사용",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"editEntryLocationDialogSetCustom": "지정 장소로 편집",
|
"editEntryLocationDialogSetCustom": "지정 장소로 편집",
|
||||||
"@editEntryLocationDialogSetCustom": {},
|
"@editEntryLocationDialogSetCustom": {},
|
||||||
"tagEditorSectionPlaceholders": "자리 표시자",
|
"tagEditorSectionPlaceholders": "자리 표시자",
|
||||||
|
@ -1420,5 +1406,29 @@
|
||||||
"sortByPath": "경로",
|
"sortByPath": "경로",
|
||||||
"@sortByPath": {},
|
"@sortByPath": {},
|
||||||
"searchFormatSectionTitle": "형식",
|
"searchFormatSectionTitle": "형식",
|
||||||
"@searchFormatSectionTitle": {}
|
"@searchFormatSectionTitle": {},
|
||||||
|
"chipActionCreateGroup": "그룹 만들기",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"chipActionGroup": "그룹으로 이동",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"albumTierGroups": "그룹",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"newGroupDialogTitle": "새 그룹 만들기",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"newGroupDialogNameLabel": "그룹 이름",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"groupAlreadyExists": "사용 중인 이름입니다",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"groupEmpty": "그룹이 없습니다",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"groupPickerTitle": "그룹 선택",
|
||||||
|
"@groupPickerTitle": {},
|
||||||
|
"groupPickerUseThisGroupButton": "이 그룹 사용",
|
||||||
|
"@groupPickerUseThisGroupButton": {},
|
||||||
|
"ungrouped": "그룹 없이",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"sectionNone": "묶음 없이",
|
||||||
|
"@sectionNone": {},
|
||||||
|
"createButtonLabel": "추가",
|
||||||
|
"@createButtonLabel": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -547,8 +547,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Pagal dieną",
|
"collectionGroupDay": "Pagal dieną",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Negrupuoti",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Nežinoma",
|
"sectionUnknown": "Nežinoma",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateThisMonth": "Šį mėnesį",
|
"dateThisMonth": "Šį mėnesį",
|
||||||
|
@ -593,8 +591,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "Pagal apimtį saugykloje",
|
"albumGroupVolume": "Pagal apimtį saugykloje",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Negrupuoti",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumPickPageTitleCopy": "Kopijuoti į albumą",
|
"albumPickPageTitleCopy": "Kopijuoti į albumą",
|
||||||
"@albumPickPageTitleCopy": {},
|
"@albumPickPageTitleCopy": {},
|
||||||
"albumPickPageTitleExport": "Eksportuoti į albumą",
|
"albumPickPageTitleExport": "Eksportuoti į albumą",
|
||||||
|
@ -1311,14 +1307,6 @@
|
||||||
"@panoramaEnableSensorControl": {},
|
"@panoramaEnableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Šaltinis",
|
"sourceViewerPageTitle": "Šaltinis",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Rodyti paslėptus failus",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Nerodyti paslėptų failų",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerNoItems": "Nėra elementų",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Naudoti šį aplanką",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"widgetDisplayedItemMostRecent": "Naujausia",
|
"widgetDisplayedItemMostRecent": "Naujausia",
|
||||||
"@widgetDisplayedItemMostRecent": {},
|
"@widgetDisplayedItemMostRecent": {},
|
||||||
"widgetOpenPageCollection": "Atidaryti kolekciją",
|
"widgetOpenPageCollection": "Atidaryti kolekciją",
|
||||||
|
@ -1341,8 +1329,6 @@
|
||||||
"@mapAttributionStamen": {},
|
"@mapAttributionStamen": {},
|
||||||
"tagPlaceholderPlace": "Vieta",
|
"tagPlaceholderPlace": "Vieta",
|
||||||
"@tagPlaceholderPlace": {},
|
"@tagPlaceholderPlace": {},
|
||||||
"filePickerOpenFrom": "Atidaryti iš",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filterNoAddressLabel": "Nėra adreso",
|
"filterNoAddressLabel": "Nėra adreso",
|
||||||
"@filterNoAddressLabel": {},
|
"@filterNoAddressLabel": {},
|
||||||
"filterAspectRatioLandscapeLabel": "Gulsčias",
|
"filterAspectRatioLandscapeLabel": "Gulsčias",
|
||||||
|
|
|
@ -881,8 +881,6 @@
|
||||||
"@collectionSearchTitlesHintText": {},
|
"@collectionSearchTitlesHintText": {},
|
||||||
"collectionGroupDay": "ရက်အလိုက်",
|
"collectionGroupDay": "ရက်အလိုက်",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "စုမပြပါနှင့်",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"settingsActionExport": "ဆက်တင်များပို့ရန်",
|
"settingsActionExport": "ဆက်တင်များပို့ရန်",
|
||||||
"@settingsActionExport": {},
|
"@settingsActionExport": {},
|
||||||
"settingsActionExportDialogTitle": "ဆက်တင်များပို့ခြင်း",
|
"settingsActionExportDialogTitle": "ဆက်တင်များပို့ခြင်း",
|
||||||
|
@ -941,8 +939,6 @@
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupTier": "အဆင့်အလိုက်",
|
"albumGroupTier": "အဆင့်အလိုက်",
|
||||||
"@albumGroupTier": {},
|
"@albumGroupTier": {},
|
||||||
"albumGroupNone": "စုမပြပါနှင့်",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "ရောထား",
|
"albumMimeTypeMixed": "ရောထား",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"setCoverDialogAuto": "အလိုအလျောက်",
|
"setCoverDialogAuto": "အလိုအလျောက်",
|
||||||
|
|
|
@ -465,8 +465,6 @@
|
||||||
"@videoPlaybackSkip": {},
|
"@videoPlaybackSkip": {},
|
||||||
"newAlbumDialogNameLabelAlreadyExistsHelper": "Mappen finnes allerede",
|
"newAlbumDialogNameLabelAlreadyExistsHelper": "Mappen finnes allerede",
|
||||||
"@newAlbumDialogNameLabelAlreadyExistsHelper": {},
|
"@newAlbumDialogNameLabelAlreadyExistsHelper": {},
|
||||||
"filePickerShowHiddenFiles": "Vis skjulte filer",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"themeBrightnessBlack": "Svart",
|
"themeBrightnessBlack": "Svart",
|
||||||
"@themeBrightnessBlack": {},
|
"@themeBrightnessBlack": {},
|
||||||
"albumTierNew": "Ny",
|
"albumTierNew": "Ny",
|
||||||
|
@ -535,8 +533,6 @@
|
||||||
"@collectionActionRescan": {},
|
"@collectionActionRescan": {},
|
||||||
"sortOrderSmallestFirst": "Minste først",
|
"sortOrderSmallestFirst": "Minste først",
|
||||||
"@sortOrderSmallestFirst": {},
|
"@sortOrderSmallestFirst": {},
|
||||||
"albumGroupNone": "Ikke grupper",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"editEntryDialogTargetFieldsHeader": "Felter å endre",
|
"editEntryDialogTargetFieldsHeader": "Felter å endre",
|
||||||
"@editEntryDialogTargetFieldsHeader": {},
|
"@editEntryDialogTargetFieldsHeader": {},
|
||||||
"editEntryDialogCopyFromItem": "Kopier fra annet element",
|
"editEntryDialogCopyFromItem": "Kopier fra annet element",
|
||||||
|
@ -613,8 +609,6 @@
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"dateThisMonth": "Denne måneden",
|
"dateThisMonth": "Denne måneden",
|
||||||
"@dateThisMonth": {},
|
"@dateThisMonth": {},
|
||||||
"collectionGroupNone": "Ikke grupper",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"drawerCollectionAnimated": "Animert",
|
"drawerCollectionAnimated": "Animert",
|
||||||
"@drawerCollectionAnimated": {},
|
"@drawerCollectionAnimated": {},
|
||||||
"drawerCollectionSphericalVideos": "360°-videoer",
|
"drawerCollectionSphericalVideos": "360°-videoer",
|
||||||
|
@ -904,14 +898,6 @@
|
||||||
"@viewerInfoSearchSuggestionRights": {},
|
"@viewerInfoSearchSuggestionRights": {},
|
||||||
"tagEditorPageAddTagTooltip": "Legg til etikett",
|
"tagEditorPageAddTagTooltip": "Legg til etikett",
|
||||||
"@tagEditorPageAddTagTooltip": {},
|
"@tagEditorPageAddTagTooltip": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Ikke vis skjulte filer",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Åpne fra",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Ingen elementer",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Bruk denne mappen",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"sourceStateLocatingCountries": "Lokalisering av land",
|
"sourceStateLocatingCountries": "Lokalisering av land",
|
||||||
"@sourceStateLocatingCountries": {},
|
"@sourceStateLocatingCountries": {},
|
||||||
"sourceStateLocatingPlaces": "Lokalisering av steder",
|
"sourceStateLocatingPlaces": "Lokalisering av steder",
|
||||||
|
|
|
@ -461,7 +461,7 @@
|
||||||
"@menuActionStats": {},
|
"@menuActionStats": {},
|
||||||
"viewDialogSortSectionTitle": "Sorteer",
|
"viewDialogSortSectionTitle": "Sorteer",
|
||||||
"@viewDialogSortSectionTitle": {},
|
"@viewDialogSortSectionTitle": {},
|
||||||
"viewDialogGroupSectionTitle": "Groeperen",
|
"viewDialogGroupSectionTitle": "Secties",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"viewDialogLayoutSectionTitle": "Layout",
|
"viewDialogLayoutSectionTitle": "Layout",
|
||||||
"@viewDialogLayoutSectionTitle": {},
|
"@viewDialogLayoutSectionTitle": {},
|
||||||
|
@ -535,9 +535,9 @@
|
||||||
"@collectionActionAddShortcut": {},
|
"@collectionActionAddShortcut": {},
|
||||||
"collectionActionEmptyBin": "Prullenbak leegmaken",
|
"collectionActionEmptyBin": "Prullenbak leegmaken",
|
||||||
"@collectionActionEmptyBin": {},
|
"@collectionActionEmptyBin": {},
|
||||||
"collectionActionCopy": "Kopieer naar Album",
|
"collectionActionCopy": "Naar album kopiëren",
|
||||||
"@collectionActionCopy": {},
|
"@collectionActionCopy": {},
|
||||||
"collectionActionMove": "Verplaats naar Album",
|
"collectionActionMove": "Naar album verplaatsen",
|
||||||
"@collectionActionMove": {},
|
"@collectionActionMove": {},
|
||||||
"collectionActionRescan": "Opnieuw indexeren",
|
"collectionActionRescan": "Opnieuw indexeren",
|
||||||
"@collectionActionRescan": {},
|
"@collectionActionRescan": {},
|
||||||
|
@ -551,8 +551,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Op dag",
|
"collectionGroupDay": "Op dag",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Niet groeperen",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Onbekend",
|
"sectionUnknown": "Onbekend",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Vandaag",
|
"dateToday": "Vandaag",
|
||||||
|
@ -655,15 +653,13 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "Op opslagvolume",
|
"albumGroupVolume": "Op opslagvolume",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Niet groeperen",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "Gemengd",
|
"albumMimeTypeMixed": "Gemengd",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "Kopieer naar Album",
|
"albumPickPageTitleCopy": "Naar album kopiëren",
|
||||||
"@albumPickPageTitleCopy": {},
|
"@albumPickPageTitleCopy": {},
|
||||||
"albumPickPageTitleExport": "Exporteren naar Album",
|
"albumPickPageTitleExport": "Exporteren naar Album",
|
||||||
"@albumPickPageTitleExport": {},
|
"@albumPickPageTitleExport": {},
|
||||||
"albumPickPageTitleMove": "Verplaats naar Album",
|
"albumPickPageTitleMove": "Naar album verplaatsen",
|
||||||
"@albumPickPageTitleMove": {},
|
"@albumPickPageTitleMove": {},
|
||||||
"albumPickPageTitlePick": "Kies Album",
|
"albumPickPageTitlePick": "Kies Album",
|
||||||
"@albumPickPageTitlePick": {},
|
"@albumPickPageTitlePick": {},
|
||||||
|
@ -1105,16 +1101,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Source",
|
"sourceViewerPageTitle": "Source",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Verborgen bestanden weergeven",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Verborgen bestanden niet tonen",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Openen van",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Geen items",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Deze map gebruiken",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"widgetOpenPageCollection": "Verzameling openen",
|
"widgetOpenPageCollection": "Verzameling openen",
|
||||||
"@widgetOpenPageCollection": {},
|
"@widgetOpenPageCollection": {},
|
||||||
"widgetOpenPageViewer": "Voorbeeld openen",
|
"widgetOpenPageViewer": "Voorbeeld openen",
|
||||||
|
@ -1421,5 +1407,29 @@
|
||||||
"searchFormatSectionTitle": "Formaten",
|
"searchFormatSectionTitle": "Formaten",
|
||||||
"@searchFormatSectionTitle": {},
|
"@searchFormatSectionTitle": {},
|
||||||
"sortByPath": "Op pad",
|
"sortByPath": "Op pad",
|
||||||
"@sortByPath": {}
|
"@sortByPath": {},
|
||||||
|
"sectionNone": "Geen secties",
|
||||||
|
"@sectionNone": {},
|
||||||
|
"createButtonLabel": "AANMAKEN",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"groupPickerUseThisGroupButton": "Deze groep gebruiken",
|
||||||
|
"@groupPickerUseThisGroupButton": {},
|
||||||
|
"newGroupDialogTitle": "Nieuwe groep",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"chipActionGroup": "Groeperen",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"chipActionCreateGroup": "Groep aanmaken",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"albumTierGroups": "Groepen",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"newGroupDialogNameLabel": "Groepsnaam",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"groupAlreadyExists": "Groep bestaat al",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"groupEmpty": "Geen groep",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"groupPickerTitle": "Groep kiezen",
|
||||||
|
"@groupPickerTitle": {},
|
||||||
|
"ungrouped": "Niet gegroepeerd",
|
||||||
|
"@ungrouped": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -430,16 +430,10 @@
|
||||||
"@viewerInfoLabelCoordinates": {},
|
"@viewerInfoLabelCoordinates": {},
|
||||||
"tagEditorPageAddTagTooltip": "Legg til merke",
|
"tagEditorPageAddTagTooltip": "Legg til merke",
|
||||||
"@tagEditorPageAddTagTooltip": {},
|
"@tagEditorPageAddTagTooltip": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Ikkje vis skjulte filer",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"panoramaEnableSensorControl": "Slå på sensorstyring",
|
"panoramaEnableSensorControl": "Slå på sensorstyring",
|
||||||
"@panoramaEnableSensorControl": {},
|
"@panoramaEnableSensorControl": {},
|
||||||
"panoramaDisableSensorControl": "Slå av sensorstyring",
|
"panoramaDisableSensorControl": "Slå av sensorstyring",
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"filePickerOpenFrom": "Opne ifrå",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Ingen ting",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"nameConflictDialogSingleSourceMessage": "Somme filer i målmappa har same namn.",
|
"nameConflictDialogSingleSourceMessage": "Somme filer i målmappa har same namn.",
|
||||||
"@nameConflictDialogSingleSourceMessage": {},
|
"@nameConflictDialogSingleSourceMessage": {},
|
||||||
"nameConflictDialogMultipleSourceMessage": "Somme filer har same namn.",
|
"nameConflictDialogMultipleSourceMessage": "Somme filer har same namn.",
|
||||||
|
@ -567,8 +561,6 @@
|
||||||
"@tagEditorPageTitle": {},
|
"@tagEditorPageTitle": {},
|
||||||
"tagEditorPageNewTagFieldLabel": "Nytt merke",
|
"tagEditorPageNewTagFieldLabel": "Nytt merke",
|
||||||
"@tagEditorPageNewTagFieldLabel": {},
|
"@tagEditorPageNewTagFieldLabel": {},
|
||||||
"filePickerShowHiddenFiles": "Vis skjulte filer",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"sourceViewerPageTitle": "Kjelde",
|
"sourceViewerPageTitle": "Kjelde",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"renameProcessorCounter": "Teljar",
|
"renameProcessorCounter": "Teljar",
|
||||||
|
@ -583,8 +575,6 @@
|
||||||
"@editEntryLocationDialogLongitude": {},
|
"@editEntryLocationDialogLongitude": {},
|
||||||
"sourceStateLoading": "Hentar inn",
|
"sourceStateLoading": "Hentar inn",
|
||||||
"@sourceStateLoading": {},
|
"@sourceStateLoading": {},
|
||||||
"filePickerUseThisFolder": "Bruk denne mappa",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"viewerErrorDoesNotExist": "Fila finst ikkje meir.",
|
"viewerErrorDoesNotExist": "Fila finst ikkje meir.",
|
||||||
"@viewerErrorDoesNotExist": {},
|
"@viewerErrorDoesNotExist": {},
|
||||||
"filterBinLabel": "Papirkorg",
|
"filterBinLabel": "Papirkorg",
|
||||||
|
@ -1455,12 +1445,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"albumGroupNone": "Ikkje hop",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"editEntryLocationDialogSetCustom": "Set eiga stadsetjing",
|
"editEntryLocationDialogSetCustom": "Set eiga stadsetjing",
|
||||||
"@editEntryLocationDialogSetCustom": {},
|
"@editEntryLocationDialogSetCustom": {},
|
||||||
"collectionGroupNone": "Ikkje hop",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"filterNoLocationLabel": "Ustadsette",
|
"filterNoLocationLabel": "Ustadsette",
|
||||||
"@filterNoLocationLabel": {},
|
"@filterNoLocationLabel": {},
|
||||||
"settingsNavigationSectionTitle": "Finn fram",
|
"settingsNavigationSectionTitle": "Finn fram",
|
||||||
|
|
|
@ -229,7 +229,7 @@
|
||||||
"@displayRefreshRatePreferLowest": {},
|
"@displayRefreshRatePreferLowest": {},
|
||||||
"videoPlaybackMuted": "Odtwarzaj bez dźwięku",
|
"videoPlaybackMuted": "Odtwarzaj bez dźwięku",
|
||||||
"@videoPlaybackMuted": {},
|
"@videoPlaybackMuted": {},
|
||||||
"itemCount": "{count, plural, =1{{count} element} few{{count} elementy} other{{count} elelmentów}}",
|
"itemCount": "{count, plural, =1{{count} element} few{{count} elementy} other{{count} elementów}}",
|
||||||
"@itemCount": {
|
"@itemCount": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
|
@ -513,8 +513,6 @@
|
||||||
"@setCoverDialogCustom": {},
|
"@setCoverDialogCustom": {},
|
||||||
"collectionActionCopy": "Kopiuj do albumu",
|
"collectionActionCopy": "Kopiuj do albumu",
|
||||||
"@collectionActionCopy": {},
|
"@collectionActionCopy": {},
|
||||||
"albumGroupNone": "Nie grupuj",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"sortOrderOldestFirst": "Najpierw najstarsze",
|
"sortOrderOldestFirst": "Najpierw najstarsze",
|
||||||
"@sortOrderOldestFirst": {},
|
"@sortOrderOldestFirst": {},
|
||||||
"searchDateSectionTitle": "Data",
|
"searchDateSectionTitle": "Data",
|
||||||
|
@ -597,8 +595,6 @@
|
||||||
"@collectionSearchTitlesHintText": {},
|
"@collectionSearchTitlesHintText": {},
|
||||||
"collectionGroupMonth": "Według miesiąca",
|
"collectionGroupMonth": "Według miesiąca",
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupNone": "Nie grupuj",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Nieznany",
|
"sectionUnknown": "Nieznany",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Dzisiaj",
|
"dateToday": "Dzisiaj",
|
||||||
|
@ -667,7 +663,7 @@
|
||||||
"@menuActionMap": {},
|
"@menuActionMap": {},
|
||||||
"menuActionStats": "Statystyki",
|
"menuActionStats": "Statystyki",
|
||||||
"@menuActionStats": {},
|
"@menuActionStats": {},
|
||||||
"viewDialogGroupSectionTitle": "Grupuj",
|
"viewDialogGroupSectionTitle": "Sekcje",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"viewDialogLayoutSectionTitle": "Układ",
|
"viewDialogLayoutSectionTitle": "Układ",
|
||||||
"@viewDialogLayoutSectionTitle": {},
|
"@viewDialogLayoutSectionTitle": {},
|
||||||
|
@ -1059,20 +1055,12 @@
|
||||||
"@mapZoomInTooltip": {},
|
"@mapZoomInTooltip": {},
|
||||||
"mapAttributionStamen": "Kafelki od [Stamen Design](https://stamen.com), [CC BY 3.0](https://creativecommons.org/licenses/by/3.0)",
|
"mapAttributionStamen": "Kafelki od [Stamen Design](https://stamen.com), [CC BY 3.0](https://creativecommons.org/licenses/by/3.0)",
|
||||||
"@mapAttributionStamen": {},
|
"@mapAttributionStamen": {},
|
||||||
"filePickerUseThisFolder": "Użyj tego katalogu",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"mapEmptyRegion": "Brak obrazów w tym regionie",
|
"mapEmptyRegion": "Brak obrazów w tym regionie",
|
||||||
"@mapEmptyRegion": {},
|
"@mapEmptyRegion": {},
|
||||||
"settingsKeepScreenOnTile": "Pozostaw ekran włączony",
|
"settingsKeepScreenOnTile": "Pozostaw ekran włączony",
|
||||||
"@settingsKeepScreenOnTile": {},
|
"@settingsKeepScreenOnTile": {},
|
||||||
"filePickerOpenFrom": "Otwórz z",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Brak elementów",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"viewerInfoSearchSuggestionRights": "Prawa",
|
"viewerInfoSearchSuggestionRights": "Prawa",
|
||||||
"@viewerInfoSearchSuggestionRights": {},
|
"@viewerInfoSearchSuggestionRights": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Nie pokazuj ukrytych plików",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"settingsActionImportDialogTitle": "Zaimportuj",
|
"settingsActionImportDialogTitle": "Zaimportuj",
|
||||||
"@settingsActionImportDialogTitle": {},
|
"@settingsActionImportDialogTitle": {},
|
||||||
"settingsKeepScreenOnDialogTitle": "Pozostaw ekran włączony",
|
"settingsKeepScreenOnDialogTitle": "Pozostaw ekran włączony",
|
||||||
|
@ -1303,8 +1291,6 @@
|
||||||
"@settingsSlideshowAnimatedZoomEffect": {},
|
"@settingsSlideshowAnimatedZoomEffect": {},
|
||||||
"settingsViewerShowInformationSubtitle": "Pokaż tytuł, datę, położenie itp.",
|
"settingsViewerShowInformationSubtitle": "Pokaż tytuł, datę, położenie itp.",
|
||||||
"@settingsViewerShowInformationSubtitle": {},
|
"@settingsViewerShowInformationSubtitle": {},
|
||||||
"filePickerShowHiddenFiles": "Pokaż ukryte pliki",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"settingsThemeBrightnessTile": "Motyw",
|
"settingsThemeBrightnessTile": "Motyw",
|
||||||
"@settingsThemeBrightnessTile": {},
|
"@settingsThemeBrightnessTile": {},
|
||||||
"tagPlaceholderPlace": "Miejsce",
|
"tagPlaceholderPlace": "Miejsce",
|
||||||
|
@ -1612,5 +1598,29 @@
|
||||||
"searchFormatSectionTitle": "Formaty",
|
"searchFormatSectionTitle": "Formaty",
|
||||||
"@searchFormatSectionTitle": {},
|
"@searchFormatSectionTitle": {},
|
||||||
"sortByPath": "Według ścieżki",
|
"sortByPath": "Według ścieżki",
|
||||||
"@sortByPath": {}
|
"@sortByPath": {},
|
||||||
|
"sectionNone": "Brak sekcji",
|
||||||
|
"@sectionNone": {},
|
||||||
|
"createButtonLabel": "UTWÓRZ",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"chipActionGroup": "Grupuj",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"chipActionCreateGroup": "Utwórz grupę",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"albumTierGroups": "Grupy",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"newGroupDialogTitle": "Nowa grupa",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"newGroupDialogNameLabel": "Nazwa grupy",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"groupAlreadyExists": "Grupa już istnieje",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"groupEmpty": "Brak grup",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"ungrouped": "Nie pogrupowano",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"groupPickerTitle": "Wybierz grupę",
|
||||||
|
"@groupPickerTitle": {},
|
||||||
|
"groupPickerUseThisGroupButton": "Używaj tej grupy",
|
||||||
|
"@groupPickerUseThisGroupButton": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -557,8 +557,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Por dia",
|
"collectionGroupDay": "Por dia",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Não agrupe",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Desconhecido",
|
"sectionUnknown": "Desconhecido",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Hoje",
|
"dateToday": "Hoje",
|
||||||
|
@ -661,8 +659,6 @@
|
||||||
"@albumGroupTier": {},
|
"@albumGroupTier": {},
|
||||||
"albumGroupVolume": "Por volume de armazenamento",
|
"albumGroupVolume": "Por volume de armazenamento",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Não agrupe",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "Misturado",
|
"albumMimeTypeMixed": "Misturado",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "Copiar para o álbum",
|
"albumPickPageTitleCopy": "Copiar para o álbum",
|
||||||
|
@ -1111,16 +1107,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Fonte",
|
"sourceViewerPageTitle": "Fonte",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Mostrar arquivos ocultos",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Não mostre arquivos ocultos",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Abrir de",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Nenhum itens",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Usar esta pasta",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"widgetOpenPageCollection": "Abrir coleção",
|
"widgetOpenPageCollection": "Abrir coleção",
|
||||||
"@widgetOpenPageCollection": {},
|
"@widgetOpenPageCollection": {},
|
||||||
"durationDialogSeconds": "Segundos",
|
"durationDialogSeconds": "Segundos",
|
||||||
|
@ -1416,5 +1402,9 @@
|
||||||
"editEntryLocationDialogTimeShift": "Salto temporal",
|
"editEntryLocationDialogTimeShift": "Salto temporal",
|
||||||
"@editEntryLocationDialogTimeShift": {},
|
"@editEntryLocationDialogTimeShift": {},
|
||||||
"removeEntryMetadataDialogAll": "Todos",
|
"removeEntryMetadataDialogAll": "Todos",
|
||||||
"@removeEntryMetadataDialogAll": {}
|
"@removeEntryMetadataDialogAll": {},
|
||||||
|
"sortByPath": "Pelo caminho",
|
||||||
|
"@sortByPath": {},
|
||||||
|
"searchFormatSectionTitle": "Formatos",
|
||||||
|
"@searchFormatSectionTitle": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -616,8 +616,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "După zi",
|
"collectionGroupDay": "După zi",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Nu grupați",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Necunoscut",
|
"sectionUnknown": "Necunoscut",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Astăzi",
|
"dateToday": "Astăzi",
|
||||||
|
@ -779,8 +777,6 @@
|
||||||
"@settingsSubtitleThemeTextPositionTile": {},
|
"@settingsSubtitleThemeTextPositionTile": {},
|
||||||
"viewerSetWallpaperButtonLabel": "SETARE CA FUNDAL",
|
"viewerSetWallpaperButtonLabel": "SETARE CA FUNDAL",
|
||||||
"@viewerSetWallpaperButtonLabel": {},
|
"@viewerSetWallpaperButtonLabel": {},
|
||||||
"filePickerUseThisFolder": "Utilizați acest dosar",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"sortByItemCount": "După numărul de elemente",
|
"sortByItemCount": "După numărul de elemente",
|
||||||
"@sortByItemCount": {},
|
"@sortByItemCount": {},
|
||||||
"albumScreenshots": "Capturi de ecran",
|
"albumScreenshots": "Capturi de ecran",
|
||||||
|
@ -995,8 +991,6 @@
|
||||||
"@mapStyleTooltip": {},
|
"@mapStyleTooltip": {},
|
||||||
"tagEditorSectionPlaceholders": "Substituenți",
|
"tagEditorSectionPlaceholders": "Substituenți",
|
||||||
"@tagEditorSectionPlaceholders": {},
|
"@tagEditorSectionPlaceholders": {},
|
||||||
"albumGroupNone": "Nu se grupează",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"newFilterBanner": "nou",
|
"newFilterBanner": "nou",
|
||||||
"@newFilterBanner": {},
|
"@newFilterBanner": {},
|
||||||
"searchCollectionFieldHint": "Căutare colecție",
|
"searchCollectionFieldHint": "Căutare colecție",
|
||||||
|
@ -1049,8 +1043,6 @@
|
||||||
"@settingsLanguageSectionTitle": {},
|
"@settingsLanguageSectionTitle": {},
|
||||||
"panoramaDisableSensorControl": "Dezactivați controlul tactil",
|
"panoramaDisableSensorControl": "Dezactivați controlul tactil",
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"filePickerOpenFrom": "Deschidere din",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"widgetDisplayedItemMostRecent": "Cele mai recente",
|
"widgetDisplayedItemMostRecent": "Cele mai recente",
|
||||||
"@widgetDisplayedItemMostRecent": {},
|
"@widgetDisplayedItemMostRecent": {},
|
||||||
"widgetDisplayedItemRandom": "Aleatoriu",
|
"widgetDisplayedItemRandom": "Aleatoriu",
|
||||||
|
@ -1199,8 +1191,6 @@
|
||||||
"@mapAttributionStamen": {},
|
"@mapAttributionStamen": {},
|
||||||
"mapAttributionOsmHot": "Plăci de la [HOT](https://www.hotosm.org/) • Găzduit de [OSM France](https://openstreetmap.fr/)",
|
"mapAttributionOsmHot": "Plăci de la [HOT](https://www.hotosm.org/) • Găzduit de [OSM France](https://openstreetmap.fr/)",
|
||||||
"@mapAttributionOsmHot": {},
|
"@mapAttributionOsmHot": {},
|
||||||
"filePickerNoItems": "Fără articole",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"tagEditorPageAddTagTooltip": "Adăugare etichetă",
|
"tagEditorPageAddTagTooltip": "Adăugare etichetă",
|
||||||
"@tagEditorPageAddTagTooltip": {},
|
"@tagEditorPageAddTagTooltip": {},
|
||||||
"tagEditorPageNewTagFieldLabel": "Etichetă nouă",
|
"tagEditorPageNewTagFieldLabel": "Etichetă nouă",
|
||||||
|
@ -1209,8 +1199,6 @@
|
||||||
"@tagEditorSectionRecent": {},
|
"@tagEditorSectionRecent": {},
|
||||||
"sourceViewerPageTitle": "Sursă",
|
"sourceViewerPageTitle": "Sursă",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Afișare fișiere ascunse",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"clearTooltip": "Golire",
|
"clearTooltip": "Golire",
|
||||||
"@clearTooltip": {},
|
"@clearTooltip": {},
|
||||||
"collectionRenameFailureFeedback": "{count, plural, =1{A eșuat redenumirea unui element} other{A eșuat redenumirea a {count} elemente}}",
|
"collectionRenameFailureFeedback": "{count, plural, =1{A eșuat redenumirea unui element} other{A eșuat redenumirea a {count} elemente}}",
|
||||||
|
@ -1317,8 +1305,6 @@
|
||||||
"@tagPlaceholderPlace": {},
|
"@tagPlaceholderPlace": {},
|
||||||
"panoramaEnableSensorControl": "Activați controlul tactil",
|
"panoramaEnableSensorControl": "Activați controlul tactil",
|
||||||
"@panoramaEnableSensorControl": {},
|
"@panoramaEnableSensorControl": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Nu se afișează fișiere ascunse",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"entryInfoActionExportMetadata": "Exportare metadate",
|
"entryInfoActionExportMetadata": "Exportare metadate",
|
||||||
"@entryInfoActionExportMetadata": {},
|
"@entryInfoActionExportMetadata": {},
|
||||||
"searchDateSectionTitle": "Dată",
|
"searchDateSectionTitle": "Dată",
|
||||||
|
|
|
@ -557,8 +557,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "По дню",
|
"collectionGroupDay": "По дню",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Не группировать",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Неизвестно",
|
"sectionUnknown": "Неизвестно",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Сегодня",
|
"dateToday": "Сегодня",
|
||||||
|
@ -661,8 +659,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "По накопителю",
|
"albumGroupVolume": "По накопителю",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Не группировать",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "Разное",
|
"albumMimeTypeMixed": "Разное",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "Копировать в альбом",
|
"albumPickPageTitleCopy": "Копировать в альбом",
|
||||||
|
@ -1111,16 +1107,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Источник",
|
"sourceViewerPageTitle": "Источник",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Показывать скрытые файлы",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Не показывать скрытые файлы",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Открыть",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Ничего нет",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Использовать эту папку",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"durationDialogSeconds": "Секунд",
|
"durationDialogSeconds": "Секунд",
|
||||||
"@durationDialogSeconds": {},
|
"@durationDialogSeconds": {},
|
||||||
"widgetOpenPageCollection": "Открыть коллекцию",
|
"widgetOpenPageCollection": "Открыть коллекцию",
|
||||||
|
@ -1418,5 +1404,7 @@
|
||||||
"removeEntryMetadataDialogAll": "Все",
|
"removeEntryMetadataDialogAll": "Все",
|
||||||
"@removeEntryMetadataDialogAll": {},
|
"@removeEntryMetadataDialogAll": {},
|
||||||
"searchFormatSectionTitle": "Форматы",
|
"searchFormatSectionTitle": "Форматы",
|
||||||
"@searchFormatSectionTitle": {}
|
"@searchFormatSectionTitle": {},
|
||||||
|
"sortByPath": "По пути",
|
||||||
|
"@sortByPath": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -443,8 +443,6 @@
|
||||||
"@viewerActionSettings": {},
|
"@viewerActionSettings": {},
|
||||||
"tagPlaceholderState": "Štát",
|
"tagPlaceholderState": "Štát",
|
||||||
"@tagPlaceholderState": {},
|
"@tagPlaceholderState": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Neukazovať skryté súbory",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filterLocatedLabel": "Lokalizované",
|
"filterLocatedLabel": "Lokalizované",
|
||||||
"@filterLocatedLabel": {},
|
"@filterLocatedLabel": {},
|
||||||
"coordinateDms": "{coordinate} {direction}",
|
"coordinateDms": "{coordinate} {direction}",
|
||||||
|
@ -512,8 +510,6 @@
|
||||||
"@sortByDate": {},
|
"@sortByDate": {},
|
||||||
"collectionEmptyVideos": "Žiadne videá",
|
"collectionEmptyVideos": "Žiadne videá",
|
||||||
"@collectionEmptyVideos": {},
|
"@collectionEmptyVideos": {},
|
||||||
"albumGroupNone": "Nezoskupovať",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"aboutDataUsageSectionTitle": "Využitie dát",
|
"aboutDataUsageSectionTitle": "Využitie dát",
|
||||||
"@aboutDataUsageSectionTitle": {},
|
"@aboutDataUsageSectionTitle": {},
|
||||||
"aboutDataUsageData": "Dáta",
|
"aboutDataUsageData": "Dáta",
|
||||||
|
@ -636,10 +632,6 @@
|
||||||
"@tagPlaceholderPlace": {},
|
"@tagPlaceholderPlace": {},
|
||||||
"panoramaEnableSensorControl": "Povoliť senzory",
|
"panoramaEnableSensorControl": "Povoliť senzory",
|
||||||
"@panoramaEnableSensorControl": {},
|
"@panoramaEnableSensorControl": {},
|
||||||
"filePickerOpenFrom": "Otvoriť z",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerUseThisFolder": "Použiť tento priečinok",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"itemCount": "{count, plural, =1{{count} položka} other{{count} položiek}}",
|
"itemCount": "{count, plural, =1{{count} položka} other{{count} položiek}}",
|
||||||
"@itemCount": {
|
"@itemCount": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
|
@ -820,8 +812,6 @@
|
||||||
"@collectionActionHideTitleSearch": {},
|
"@collectionActionHideTitleSearch": {},
|
||||||
"collectionActionEdit": "Upraviť",
|
"collectionActionEdit": "Upraviť",
|
||||||
"@collectionActionEdit": {},
|
"@collectionActionEdit": {},
|
||||||
"collectionGroupNone": "Nezoskupovať",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"aboutLicensesShowAllButtonLabel": "Zobraziť všetky licencie",
|
"aboutLicensesShowAllButtonLabel": "Zobraziť všetky licencie",
|
||||||
"@aboutLicensesShowAllButtonLabel": {},
|
"@aboutLicensesShowAllButtonLabel": {},
|
||||||
"collectionCopyFailureFeedback": "{count, plural, =1{Nepodarilo sa kopírovať položku} few{Nepodarilo sa kopírovať {count} položky} other{Nepodarilo sa kopírovať {count} položiek}}",
|
"collectionCopyFailureFeedback": "{count, plural, =1{Nepodarilo sa kopírovať položku} few{Nepodarilo sa kopírovať {count} položky} other{Nepodarilo sa kopírovať {count} položiek}}",
|
||||||
|
@ -910,14 +900,10 @@
|
||||||
"@drawerCollectionFavourites": {},
|
"@drawerCollectionFavourites": {},
|
||||||
"tagPlaceholderCountry": "Krajina",
|
"tagPlaceholderCountry": "Krajina",
|
||||||
"@tagPlaceholderCountry": {},
|
"@tagPlaceholderCountry": {},
|
||||||
"filePickerNoItems": "Žiadne súbory",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"panoramaDisableSensorControl": "Zakázať senzory",
|
"panoramaDisableSensorControl": "Zakázať senzory",
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Zdroj",
|
"sourceViewerPageTitle": "Zdroj",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Ukázať skryté súbory",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"aboutPageTitle": "O aplikácií",
|
"aboutPageTitle": "O aplikácií",
|
||||||
"@aboutPageTitle": {},
|
"@aboutPageTitle": {},
|
||||||
"vaultLockTypePattern": "Vzor",
|
"vaultLockTypePattern": "Vzor",
|
||||||
|
|
|
@ -652,7 +652,7 @@
|
||||||
"@collectionActionMove": {},
|
"@collectionActionMove": {},
|
||||||
"viewDialogSortSectionTitle": "Sortera",
|
"viewDialogSortSectionTitle": "Sortera",
|
||||||
"@viewDialogSortSectionTitle": {},
|
"@viewDialogSortSectionTitle": {},
|
||||||
"viewDialogGroupSectionTitle": "Gruppera",
|
"viewDialogGroupSectionTitle": "Sektioner",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"viewDialogLayoutSectionTitle": "Layout",
|
"viewDialogLayoutSectionTitle": "Layout",
|
||||||
"@viewDialogLayoutSectionTitle": {},
|
"@viewDialogLayoutSectionTitle": {},
|
||||||
|
@ -770,8 +770,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Efter dag",
|
"collectionGroupDay": "Efter dag",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Gruppera inte",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Okänd",
|
"sectionUnknown": "Okänd",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Idag",
|
"dateToday": "Idag",
|
||||||
|
@ -834,8 +832,6 @@
|
||||||
"@sortOrderAtoZ": {},
|
"@sortOrderAtoZ": {},
|
||||||
"sortOrderZtoA": "Ö till A",
|
"sortOrderZtoA": "Ö till A",
|
||||||
"@sortOrderZtoA": {},
|
"@sortOrderZtoA": {},
|
||||||
"filePickerUseThisFolder": "Använd denna katalog",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"chipActionUnpin": "Släpp från fästet",
|
"chipActionUnpin": "Släpp från fästet",
|
||||||
"@chipActionUnpin": {},
|
"@chipActionUnpin": {},
|
||||||
"chipActionShowCollection": "Visa i Samling",
|
"chipActionShowCollection": "Visa i Samling",
|
||||||
|
@ -884,7 +880,7 @@
|
||||||
"@addShortcutButtonLabel": {},
|
"@addShortcutButtonLabel": {},
|
||||||
"addShortcutDialogLabel": "Rubrik för genväg",
|
"addShortcutDialogLabel": "Rubrik för genväg",
|
||||||
"@addShortcutDialogLabel": {},
|
"@addShortcutDialogLabel": {},
|
||||||
"unsupportedTypeDialogMessage": "{count, plural, =1{Denna åtgärd stöds ej för filer av denna typ: {types}.} other{Denna åtgärd stöds ej för följande typer av filer: {types}.}}",
|
"unsupportedTypeDialogMessage": "{count, plural, =1{Denna åtgärd stöds ej för objekt av denna typ: {types}.} other{Denna åtgärd stöds ej för följande typer av objekt: {types}.}}",
|
||||||
"@unsupportedTypeDialogMessage": {
|
"@unsupportedTypeDialogMessage": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
|
@ -903,7 +899,7 @@
|
||||||
"@chipActionGoToExplorerPage": {},
|
"@chipActionGoToExplorerPage": {},
|
||||||
"videoRepeatActionSetEnd": "Ange slut",
|
"videoRepeatActionSetEnd": "Ange slut",
|
||||||
"@videoRepeatActionSetEnd": {},
|
"@videoRepeatActionSetEnd": {},
|
||||||
"moveUndatedConfirmationDialogMessage": "Registrera datum för filerna innan vi går vidare?",
|
"moveUndatedConfirmationDialogMessage": "Registrera datum för objekten innan vi går vidare?",
|
||||||
"@moveUndatedConfirmationDialogMessage": {},
|
"@moveUndatedConfirmationDialogMessage": {},
|
||||||
"renameProcessorHash": "Hash",
|
"renameProcessorHash": "Hash",
|
||||||
"@renameProcessorHash": {},
|
"@renameProcessorHash": {},
|
||||||
|
@ -915,7 +911,7 @@
|
||||||
"@castDialogTitle": {},
|
"@castDialogTitle": {},
|
||||||
"renameEntrySetPageTitle": "Ändra namn",
|
"renameEntrySetPageTitle": "Ändra namn",
|
||||||
"@renameEntrySetPageTitle": {},
|
"@renameEntrySetPageTitle": {},
|
||||||
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Vill du ta bort denna fil?} other{Vill du ta bort dessa {count} filer?}}",
|
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Vill du ta bort detta objekt?} other{Vill du ta bort dessa {count} objekt?}}",
|
||||||
"@deleteEntriesConfirmationDialogMessage": {
|
"@deleteEntriesConfirmationDialogMessage": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
|
@ -932,7 +928,7 @@
|
||||||
"@aboutLicensesDartPackagesSectionTitle": {},
|
"@aboutLicensesDartPackagesSectionTitle": {},
|
||||||
"collectionActionShowTitleSearch": "Visa titelfilter",
|
"collectionActionShowTitleSearch": "Visa titelfilter",
|
||||||
"@collectionActionShowTitleSearch": {},
|
"@collectionActionShowTitleSearch": {},
|
||||||
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Flytta denna fil till papperskorgen?} other{Flytta dessa {count} filer till papperskorgen?}}",
|
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Flytta detta objekt till papperskorgen?} other{Flytta dessa {count} objekt till papperskorgen?}}",
|
||||||
"@binEntriesConfirmationDialogMessage": {
|
"@binEntriesConfirmationDialogMessage": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
|
@ -1091,8 +1087,6 @@
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupType": "Efter typ",
|
"albumGroupType": "Efter typ",
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupNone": "Gruppera inte",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "Blandat",
|
"albumMimeTypeMixed": "Blandat",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "Kopiera till Album",
|
"albumPickPageTitleCopy": "Kopiera till Album",
|
||||||
|
@ -1377,8 +1371,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Källa",
|
"sourceViewerPageTitle": "Källa",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Visa dolda filer",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"settingsSearchEmpty": "Inga matchande inställningar hittades",
|
"settingsSearchEmpty": "Inga matchande inställningar hittades",
|
||||||
"@settingsSearchEmpty": {},
|
"@settingsSearchEmpty": {},
|
||||||
"settingsActionExport": "Exportera",
|
"settingsActionExport": "Exportera",
|
||||||
|
@ -1508,12 +1500,6 @@
|
||||||
"@tagPlaceholderPlace": {},
|
"@tagPlaceholderPlace": {},
|
||||||
"panoramaEnableSensorControl": "Aktivera sensorstyrning",
|
"panoramaEnableSensorControl": "Aktivera sensorstyrning",
|
||||||
"@panoramaEnableSensorControl": {},
|
"@panoramaEnableSensorControl": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Visa inte dolda filer",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Öppna från",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Inga objekt",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"settingsEnableBin": "Använd papperskorg",
|
"settingsEnableBin": "Använd papperskorg",
|
||||||
"@settingsEnableBin": {},
|
"@settingsEnableBin": {},
|
||||||
"settingsEnableBinSubtitle": "Behåll borttagna objekt i 30 dagar",
|
"settingsEnableBinSubtitle": "Behåll borttagna objekt i 30 dagar",
|
||||||
|
@ -1623,5 +1609,29 @@
|
||||||
"sortByPath": "Efter sökväg",
|
"sortByPath": "Efter sökväg",
|
||||||
"@sortByPath": {},
|
"@sortByPath": {},
|
||||||
"searchFormatSectionTitle": "Format",
|
"searchFormatSectionTitle": "Format",
|
||||||
"@searchFormatSectionTitle": {}
|
"@searchFormatSectionTitle": {},
|
||||||
|
"chipActionCreateGroup": "Skapa grupp",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"createButtonLabel": "SKAPA",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"groupPickerUseThisGroupButton": "Använd den här gruppen",
|
||||||
|
"@groupPickerUseThisGroupButton": {},
|
||||||
|
"sectionNone": "Inga sektioner",
|
||||||
|
"@sectionNone": {},
|
||||||
|
"chipActionGroup": "Gruppera",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"albumTierGroups": "Grupper",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"newGroupDialogTitle": "Ny grupp",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"newGroupDialogNameLabel": "Gruppnamn",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"groupAlreadyExists": "Gruppen existerar redan",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"groupEmpty": "Inga grupper",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"ungrouped": "Ogrupperad",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"groupPickerTitle": "Välj Grupp",
|
||||||
|
"@groupPickerTitle": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -167,8 +167,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "நாளால்",
|
"collectionGroupDay": "நாளால்",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "குழு வேண்டாம்",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "தெரியாத",
|
"sectionUnknown": "தெரியாத",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "இன்று",
|
"dateToday": "இன்று",
|
||||||
|
@ -177,9 +175,9 @@
|
||||||
"@dateYesterday": {},
|
"@dateYesterday": {},
|
||||||
"dateThisMonth": "இந்தத் திங்கள்",
|
"dateThisMonth": "இந்தத் திங்கள்",
|
||||||
"@dateThisMonth": {},
|
"@dateThisMonth": {},
|
||||||
"appName": "ஏவ்ச்",
|
"appName": "ஏவ்சு",
|
||||||
"@appName": {},
|
"@appName": {},
|
||||||
"welcomeMessage": "ஏவ்ச்க்கு வருக",
|
"welcomeMessage": "ஏவ்சுக்கு வருக",
|
||||||
"@welcomeMessage": {},
|
"@welcomeMessage": {},
|
||||||
"welcomeOptional": "விரும்பினால்",
|
"welcomeOptional": "விரும்பினால்",
|
||||||
"@welcomeOptional": {},
|
"@welcomeOptional": {},
|
||||||
|
@ -330,8 +328,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "சேமிப்பக அளவுமூலம்",
|
"albumGroupVolume": "சேமிப்பக அளவுமூலம்",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "குழு வேண்டாம்",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "கலப்பு",
|
"albumMimeTypeMixed": "கலப்பு",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "ஆல்பத்திற்கு நகலெடு",
|
"albumPickPageTitleCopy": "ஆல்பத்திற்கு நகலெடு",
|
||||||
|
@ -1115,7 +1111,7 @@
|
||||||
"@maxBrightnessNever": {},
|
"@maxBrightnessNever": {},
|
||||||
"mapStyleOsmHot": "மனிதாபிமான திதெவ",
|
"mapStyleOsmHot": "மனிதாபிமான திதெவ",
|
||||||
"@mapStyleOsmHot": {},
|
"@mapStyleOsmHot": {},
|
||||||
"mapStyleStamenWatercolor": "ச்டேமன் நீர்நிறம்",
|
"mapStyleStamenWatercolor": "மகரந்தம் நீர்நிறம்",
|
||||||
"@mapStyleStamenWatercolor": {},
|
"@mapStyleStamenWatercolor": {},
|
||||||
"maxBrightnessAlways": "எப்போதும்",
|
"maxBrightnessAlways": "எப்போதும்",
|
||||||
"@maxBrightnessAlways": {},
|
"@maxBrightnessAlways": {},
|
||||||
|
@ -1615,16 +1611,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "மூலம்",
|
"sourceViewerPageTitle": "மூலம்",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "மறைக்கப்பட்ட கோப்புகளைக் காட்டு",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "மறைக்கப்பட்ட கோப்புகளைக் காட்ட வேண்டாம்",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "இருந்து திறந்திருக்கும்",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "உருப்படிகள் இல்லை",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "இந்தக் கோப்புறையைப் பயன்படுத்து",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"editEntryLocationDialogImportGpx": "சிபிஎக்சு இறக்குமதி",
|
"editEntryLocationDialogImportGpx": "சிபிஎக்சு இறக்குமதி",
|
||||||
"@editEntryLocationDialogImportGpx": {},
|
"@editEntryLocationDialogImportGpx": {},
|
||||||
"editEntryLocationDialogTimeShift": "நேர மாற்றம்",
|
"editEntryLocationDialogTimeShift": "நேர மாற்றம்",
|
||||||
|
@ -1634,5 +1620,9 @@
|
||||||
"coordinateFormatDdm": "டிடிஎம்",
|
"coordinateFormatDdm": "டிடிஎம்",
|
||||||
"@coordinateFormatDdm": {},
|
"@coordinateFormatDdm": {},
|
||||||
"removeEntryMetadataDialogAll": "அனைத்தும்",
|
"removeEntryMetadataDialogAll": "அனைத்தும்",
|
||||||
"@removeEntryMetadataDialogAll": {}
|
"@removeEntryMetadataDialogAll": {},
|
||||||
|
"sortByPath": "பாதைமூலம்",
|
||||||
|
"@sortByPath": {},
|
||||||
|
"searchFormatSectionTitle": "வடிவங்கள்",
|
||||||
|
"@searchFormatSectionTitle": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -507,8 +507,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "Güne göre",
|
"collectionGroupDay": "Güne göre",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Gruplama",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Bilinmeyen",
|
"sectionUnknown": "Bilinmeyen",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Bugün",
|
"dateToday": "Bugün",
|
||||||
|
@ -593,8 +591,6 @@
|
||||||
"@albumGroupTier": {},
|
"@albumGroupTier": {},
|
||||||
"albumGroupVolume": "Depolama hacmine göre",
|
"albumGroupVolume": "Depolama hacmine göre",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Gruplama",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumPickPageTitleCopy": "Albüme kopyala",
|
"albumPickPageTitleCopy": "Albüme kopyala",
|
||||||
"@albumPickPageTitleCopy": {},
|
"@albumPickPageTitleCopy": {},
|
||||||
"albumPickPageTitleExport": "Albüme aktar",
|
"albumPickPageTitleExport": "Albüme aktar",
|
||||||
|
@ -995,16 +991,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Kaynak",
|
"sourceViewerPageTitle": "Kaynak",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Gizli dosyaları göster",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Gizli dosyaları gösterme",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Şuradan aç",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Öge yok",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Bu klasörü kullan",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"slideshowActionResume": "Sürdür",
|
"slideshowActionResume": "Sürdür",
|
||||||
"@slideshowActionResume": {},
|
"@slideshowActionResume": {},
|
||||||
"filterNoTitleLabel": "İsimsiz",
|
"filterNoTitleLabel": "İsimsiz",
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
"@chipActionGoToCountryPage": {},
|
"@chipActionGoToCountryPage": {},
|
||||||
"chipActionGoToTagPage": "Показати в Тегах",
|
"chipActionGoToTagPage": "Показати в Тегах",
|
||||||
"@chipActionGoToTagPage": {},
|
"@chipActionGoToTagPage": {},
|
||||||
"chipActionFilterOut": "Вилучити",
|
"chipActionFilterOut": "Відфільтрувати",
|
||||||
"@chipActionFilterOut": {},
|
"@chipActionFilterOut": {},
|
||||||
"chipActionFilterIn": "Включити",
|
"chipActionFilterIn": "Включити",
|
||||||
"@chipActionFilterIn": {},
|
"@chipActionFilterIn": {},
|
||||||
|
@ -435,7 +435,7 @@
|
||||||
"@menuActionSlideshow": {},
|
"@menuActionSlideshow": {},
|
||||||
"viewDialogSortSectionTitle": "Сортувати",
|
"viewDialogSortSectionTitle": "Сортувати",
|
||||||
"@viewDialogSortSectionTitle": {},
|
"@viewDialogSortSectionTitle": {},
|
||||||
"viewDialogGroupSectionTitle": "Групування",
|
"viewDialogGroupSectionTitle": "Розділи",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"viewDialogLayoutSectionTitle": "Макет",
|
"viewDialogLayoutSectionTitle": "Макет",
|
||||||
"@viewDialogLayoutSectionTitle": {},
|
"@viewDialogLayoutSectionTitle": {},
|
||||||
|
@ -515,8 +515,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "По дню",
|
"collectionGroupDay": "По дню",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "Не групувати",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "Невідомо",
|
"sectionUnknown": "Невідомо",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "Сьогодні",
|
"dateToday": "Сьогодні",
|
||||||
|
@ -629,8 +627,6 @@
|
||||||
"@albumGroupTier": {},
|
"@albumGroupTier": {},
|
||||||
"albumGroupVolume": "За накопичувачем",
|
"albumGroupVolume": "За накопичувачем",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "Не групувати",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumPickPageTitleCopy": "Копіювати в Альбом",
|
"albumPickPageTitleCopy": "Копіювати в Альбом",
|
||||||
"@albumPickPageTitleCopy": {},
|
"@albumPickPageTitleCopy": {},
|
||||||
"albumPickPageTitleExport": "Експортувати до Альбому",
|
"albumPickPageTitleExport": "Експортувати до Альбому",
|
||||||
|
@ -1229,16 +1225,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "Джерело",
|
"sourceViewerPageTitle": "Джерело",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "Показати приховані файли",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "Не показувати приховані файли",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "Відкрити з",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "Немає елементів",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "Використовувати цю теку",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"binPageTitle": "Кошик",
|
"binPageTitle": "Кошик",
|
||||||
"@binPageTitle": {},
|
"@binPageTitle": {},
|
||||||
"newFilterBanner": "новий",
|
"newFilterBanner": "новий",
|
||||||
|
@ -1587,7 +1573,7 @@
|
||||||
"@videoActionShowNextFrame": {},
|
"@videoActionShowNextFrame": {},
|
||||||
"dynamicAlbumAlreadyExists": "Динамічний альбом уже існує",
|
"dynamicAlbumAlreadyExists": "Динамічний альбом уже існує",
|
||||||
"@dynamicAlbumAlreadyExists": {},
|
"@dynamicAlbumAlreadyExists": {},
|
||||||
"chipActionRemove": "видалити",
|
"chipActionRemove": "Вилучити",
|
||||||
"@chipActionRemove": {},
|
"@chipActionRemove": {},
|
||||||
"albumTierDynamic": "Динамічний",
|
"albumTierDynamic": "Динамічний",
|
||||||
"@albumTierDynamic": {},
|
"@albumTierDynamic": {},
|
||||||
|
@ -1611,6 +1597,30 @@
|
||||||
"@removeEntryMetadataDialogAll": {},
|
"@removeEntryMetadataDialogAll": {},
|
||||||
"searchFormatSectionTitle": "Формати",
|
"searchFormatSectionTitle": "Формати",
|
||||||
"@searchFormatSectionTitle": {},
|
"@searchFormatSectionTitle": {},
|
||||||
"sortByPath": "Шляхом",
|
"sortByPath": "За шляхом",
|
||||||
"@sortByPath": {}
|
"@sortByPath": {},
|
||||||
|
"createButtonLabel": "СТВОРИТИ",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"chipActionGroup": "Згрупувати",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"chipActionCreateGroup": "Створити групу",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"albumTierGroups": "Групи",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"newGroupDialogTitle": "Нова група",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"newGroupDialogNameLabel": "Назва групи",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"groupAlreadyExists": "Група вже існує",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"groupEmpty": "Груп немає",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"ungrouped": "Не згруповані",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"groupPickerTitle": "Обрати групу",
|
||||||
|
"@groupPickerTitle": {},
|
||||||
|
"groupPickerUseThisGroupButton": "Використати цю групу",
|
||||||
|
"@groupPickerUseThisGroupButton": {},
|
||||||
|
"sectionNone": "Розділів немає",
|
||||||
|
"@sectionNone": {}
|
||||||
}
|
}
|
||||||
|
|
1
lib/l10n/app_ur.arb
Normal file
1
lib/l10n/app_ur.arb
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{}
|
|
@ -223,8 +223,6 @@
|
||||||
"@settingsNavigationDrawerAddAlbum": {},
|
"@settingsNavigationDrawerAddAlbum": {},
|
||||||
"settingsPrivacySectionTitle": "Riêng tư",
|
"settingsPrivacySectionTitle": "Riêng tư",
|
||||||
"@settingsPrivacySectionTitle": {},
|
"@settingsPrivacySectionTitle": {},
|
||||||
"filePickerOpenFrom": "Mở từ",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"settingsEnableBinSubtitle": "Giữ các mục đã xóa 30 ngày",
|
"settingsEnableBinSubtitle": "Giữ các mục đã xóa 30 ngày",
|
||||||
"@settingsEnableBinSubtitle": {},
|
"@settingsEnableBinSubtitle": {},
|
||||||
"viewerInfoPageTitle": "Thông tin",
|
"viewerInfoPageTitle": "Thông tin",
|
||||||
|
@ -603,8 +601,6 @@
|
||||||
"@viewerSetWallpaperButtonLabel": {},
|
"@viewerSetWallpaperButtonLabel": {},
|
||||||
"settingsVideoResumptionModeTile": "Quay lại playback",
|
"settingsVideoResumptionModeTile": "Quay lại playback",
|
||||||
"@settingsVideoResumptionModeTile": {},
|
"@settingsVideoResumptionModeTile": {},
|
||||||
"collectionGroupNone": "Không kết hợp",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"searchRatingSectionTitle": "Xếp hạng",
|
"searchRatingSectionTitle": "Xếp hạng",
|
||||||
"@searchRatingSectionTitle": {},
|
"@searchRatingSectionTitle": {},
|
||||||
"vaultBinUsageDialogMessage": "Một số két sắt đang sử dụng thùng rác.",
|
"vaultBinUsageDialogMessage": "Một số két sắt đang sử dụng thùng rác.",
|
||||||
|
@ -641,8 +637,6 @@
|
||||||
"@albumGroupTier": {},
|
"@albumGroupTier": {},
|
||||||
"aboutBugReportInstruction": "Báo cáo trên GitHub với nhật ký và thông tin hệ thống",
|
"aboutBugReportInstruction": "Báo cáo trên GitHub với nhật ký và thông tin hệ thống",
|
||||||
"@aboutBugReportInstruction": {},
|
"@aboutBugReportInstruction": {},
|
||||||
"filePickerUseThisFolder": "Dùng thư mục này",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"patternDialogEnter": "Nhập mẫu",
|
"patternDialogEnter": "Nhập mẫu",
|
||||||
"@patternDialogEnter": {},
|
"@patternDialogEnter": {},
|
||||||
"settingsEnableBin": "Dùng thùng rác",
|
"settingsEnableBin": "Dùng thùng rác",
|
||||||
|
@ -839,8 +833,6 @@
|
||||||
"@hideFilterConfirmationDialogMessage": {},
|
"@hideFilterConfirmationDialogMessage": {},
|
||||||
"settingsViewerGestureSideTapNext": "Chạm vào các cạnh màn hình để hiển thị mục trước/tiếp theo",
|
"settingsViewerGestureSideTapNext": "Chạm vào các cạnh màn hình để hiển thị mục trước/tiếp theo",
|
||||||
"@settingsViewerGestureSideTapNext": {},
|
"@settingsViewerGestureSideTapNext": {},
|
||||||
"filePickerShowHiddenFiles": "Hiển thị tệp ẩn",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"collectionGroupDay": "Theo ngày",
|
"collectionGroupDay": "Theo ngày",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupAlbum": "Theo bộ sưu tập",
|
"collectionGroupAlbum": "Theo bộ sưu tập",
|
||||||
|
@ -983,10 +975,6 @@
|
||||||
"@pinDialogEnter": {},
|
"@pinDialogEnter": {},
|
||||||
"videoControlsPlayOutside": "Mở với trình phát khác",
|
"videoControlsPlayOutside": "Mở với trình phát khác",
|
||||||
"@videoControlsPlayOutside": {},
|
"@videoControlsPlayOutside": {},
|
||||||
"filePickerDoNotShowHiddenFiles": "Đừng hiển thị tệp ẩn",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerNoItems": "Không có mục nào",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"settingsCoordinateFormatDialogTitle": "Định dạng tọa độ",
|
"settingsCoordinateFormatDialogTitle": "Định dạng tọa độ",
|
||||||
"@settingsCoordinateFormatDialogTitle": {},
|
"@settingsCoordinateFormatDialogTitle": {},
|
||||||
"authenticateToUnlockVault": "Xác thực để mở khóa két sắt",
|
"authenticateToUnlockVault": "Xác thực để mở khóa két sắt",
|
||||||
|
@ -1081,8 +1069,6 @@
|
||||||
"@settingsDisablingBinWarningDialogMessage": {},
|
"@settingsDisablingBinWarningDialogMessage": {},
|
||||||
"sortOrderLowestFirst": "Thấp nhất trước",
|
"sortOrderLowestFirst": "Thấp nhất trước",
|
||||||
"@sortOrderLowestFirst": {},
|
"@sortOrderLowestFirst": {},
|
||||||
"albumGroupNone": "Không nhóm các mục",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"statsTopStatesSectionTitle": "Bang/Tỉnh",
|
"statsTopStatesSectionTitle": "Bang/Tỉnh",
|
||||||
"@statsTopStatesSectionTitle": {},
|
"@statsTopStatesSectionTitle": {},
|
||||||
"settingsViewerQuickActionEditorDisplayedButtonsSectionTitle": "Các nút được hiển thị",
|
"settingsViewerQuickActionEditorDisplayedButtonsSectionTitle": "Các nút được hiển thị",
|
||||||
|
|
|
@ -463,7 +463,7 @@
|
||||||
"@menuActionStats": {},
|
"@menuActionStats": {},
|
||||||
"viewDialogSortSectionTitle": "排序",
|
"viewDialogSortSectionTitle": "排序",
|
||||||
"@viewDialogSortSectionTitle": {},
|
"@viewDialogSortSectionTitle": {},
|
||||||
"viewDialogGroupSectionTitle": "分组",
|
"viewDialogGroupSectionTitle": "分区",
|
||||||
"@viewDialogGroupSectionTitle": {},
|
"@viewDialogGroupSectionTitle": {},
|
||||||
"viewDialogLayoutSectionTitle": "布局",
|
"viewDialogLayoutSectionTitle": "布局",
|
||||||
"@viewDialogLayoutSectionTitle": {},
|
"@viewDialogLayoutSectionTitle": {},
|
||||||
|
@ -549,8 +549,6 @@
|
||||||
"@collectionGroupMonth": {},
|
"@collectionGroupMonth": {},
|
||||||
"collectionGroupDay": "按天",
|
"collectionGroupDay": "按天",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "不分组",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "未知",
|
"sectionUnknown": "未知",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateToday": "今天",
|
"dateToday": "今天",
|
||||||
|
@ -653,8 +651,6 @@
|
||||||
"@albumGroupType": {},
|
"@albumGroupType": {},
|
||||||
"albumGroupVolume": "按存储卷",
|
"albumGroupVolume": "按存储卷",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "不分组",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "混合",
|
"albumMimeTypeMixed": "混合",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleCopy": "复制到相册",
|
"albumPickPageTitleCopy": "复制到相册",
|
||||||
|
@ -1103,16 +1099,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "源码",
|
"sourceViewerPageTitle": "源码",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "显示隐藏文件",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "不显示隐藏文件",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "打开自",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "无项目",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "使用此文件夹",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"widgetOpenPageCollection": "打开媒体集",
|
"widgetOpenPageCollection": "打开媒体集",
|
||||||
"@widgetOpenPageCollection": {},
|
"@widgetOpenPageCollection": {},
|
||||||
"durationDialogSeconds": "秒",
|
"durationDialogSeconds": "秒",
|
||||||
|
@ -1420,5 +1406,29 @@
|
||||||
"searchFormatSectionTitle": "格式",
|
"searchFormatSectionTitle": "格式",
|
||||||
"@searchFormatSectionTitle": {},
|
"@searchFormatSectionTitle": {},
|
||||||
"sortByPath": "按路径",
|
"sortByPath": "按路径",
|
||||||
"@sortByPath": {}
|
"@sortByPath": {},
|
||||||
|
"newGroupDialogNameLabel": "组名",
|
||||||
|
"@newGroupDialogNameLabel": {},
|
||||||
|
"albumTierGroups": "组",
|
||||||
|
"@albumTierGroups": {},
|
||||||
|
"sectionNone": "不区分",
|
||||||
|
"@sectionNone": {},
|
||||||
|
"chipActionCreateGroup": "创建组",
|
||||||
|
"@chipActionCreateGroup": {},
|
||||||
|
"newGroupDialogTitle": "新建组",
|
||||||
|
"@newGroupDialogTitle": {},
|
||||||
|
"createButtonLabel": "创建",
|
||||||
|
"@createButtonLabel": {},
|
||||||
|
"chipActionGroup": "分组",
|
||||||
|
"@chipActionGroup": {},
|
||||||
|
"groupAlreadyExists": "组已存在",
|
||||||
|
"@groupAlreadyExists": {},
|
||||||
|
"groupEmpty": "没有组",
|
||||||
|
"@groupEmpty": {},
|
||||||
|
"ungrouped": "未分组",
|
||||||
|
"@ungrouped": {},
|
||||||
|
"groupPickerTitle": "挑选组",
|
||||||
|
"@groupPickerTitle": {},
|
||||||
|
"groupPickerUseThisGroupButton": "使用该组",
|
||||||
|
"@groupPickerUseThisGroupButton": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -493,8 +493,6 @@
|
||||||
"@collectionGroupAlbum": {},
|
"@collectionGroupAlbum": {},
|
||||||
"collectionGroupDay": "依照日期",
|
"collectionGroupDay": "依照日期",
|
||||||
"@collectionGroupDay": {},
|
"@collectionGroupDay": {},
|
||||||
"collectionGroupNone": "不分群組",
|
|
||||||
"@collectionGroupNone": {},
|
|
||||||
"sectionUnknown": "未知",
|
"sectionUnknown": "未知",
|
||||||
"@sectionUnknown": {},
|
"@sectionUnknown": {},
|
||||||
"dateYesterday": "昨天",
|
"dateYesterday": "昨天",
|
||||||
|
@ -597,8 +595,6 @@
|
||||||
"@albumGroupTier": {},
|
"@albumGroupTier": {},
|
||||||
"albumGroupVolume": "依儲存容量",
|
"albumGroupVolume": "依儲存容量",
|
||||||
"@albumGroupVolume": {},
|
"@albumGroupVolume": {},
|
||||||
"albumGroupNone": "不分群組",
|
|
||||||
"@albumGroupNone": {},
|
|
||||||
"albumMimeTypeMixed": "混合的",
|
"albumMimeTypeMixed": "混合的",
|
||||||
"@albumMimeTypeMixed": {},
|
"@albumMimeTypeMixed": {},
|
||||||
"albumPickPageTitleMove": "移動到相簿",
|
"albumPickPageTitleMove": "移動到相簿",
|
||||||
|
@ -1341,16 +1337,6 @@
|
||||||
"@panoramaDisableSensorControl": {},
|
"@panoramaDisableSensorControl": {},
|
||||||
"sourceViewerPageTitle": "原始碼",
|
"sourceViewerPageTitle": "原始碼",
|
||||||
"@sourceViewerPageTitle": {},
|
"@sourceViewerPageTitle": {},
|
||||||
"filePickerShowHiddenFiles": "顯示隱藏檔案",
|
|
||||||
"@filePickerShowHiddenFiles": {},
|
|
||||||
"filePickerOpenFrom": "開啟自",
|
|
||||||
"@filePickerOpenFrom": {},
|
|
||||||
"filePickerNoItems": "沒有項目",
|
|
||||||
"@filePickerNoItems": {},
|
|
||||||
"filePickerUseThisFolder": "使用此資料夾",
|
|
||||||
"@filePickerUseThisFolder": {},
|
|
||||||
"filePickerDoNotShowHiddenFiles": "不顯示隱藏檔案",
|
|
||||||
"@filePickerDoNotShowHiddenFiles": {},
|
|
||||||
"collectionSelectSectionTooltip": "選擇部份",
|
"collectionSelectSectionTooltip": "選擇部份",
|
||||||
"@collectionSelectSectionTooltip": {},
|
"@collectionSelectSectionTooltip": {},
|
||||||
"coordinateFormatDecimal": "十進制度數",
|
"coordinateFormatDecimal": "十進制度數",
|
||||||
|
|
0
lib/l10ngen/.gitkeep
Normal file
0
lib/l10ngen/.gitkeep
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue