Merge branch 'develop'

This commit is contained in:
Thibault Deckers 2024-12-11 21:51:37 +01:00
commit c5f06baef1
222 changed files with 5718 additions and 1000 deletions

View file

@ -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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
with: with:
category: "/language:${{matrix.language}}" category: "/language:${{matrix.language}}"

View file

@ -75,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@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4 uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with: with:
subject-path: 'outputs/*' subject-path: 'outputs/*'

View file

@ -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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 uses: github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
with: with:
sarif_file: results.sarif sarif_file: results.sarif

View file

@ -4,6 +4,14 @@ 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.11.20"></a>[v1.11.20] - 2024-12-11
### Added
- Albums: dynamic albums from filter sets
- Bulgarian translation (thanks Petrov)
- Tamil translation (thanks தமிழ்நேரம்)
## <a id="v1.11.19"></a>[v1.11.19] - 2024-11-24 ## <a id="v1.11.19"></a>[v1.11.19] - 2024-11-24
### Added ### Added

View file

@ -151,7 +151,7 @@ repositories {
} }
dependencies { dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.appcompat:appcompat:1.7.0"
implementation 'androidx.core:core-ktx:1.15.0' implementation 'androidx.core:core-ktx:1.15.0'
@ -167,7 +167,7 @@ dependencies {
implementation "com.github.bumptech.glide:glide:$glide_version" implementation "com.github.bumptech.glide:glide:$glide_version"
implementation 'com.google.android.material:material:1.12.0' implementation 'com.google.android.material:material:1.12.0'
// SLF4J implementation for `mp4parser` // SLF4J implementation for `mp4parser`
implementation 'org.slf4j:slf4j-simple:2.0.14' implementation 'org.slf4j:slf4j-simple:2.0.16'
// forked, built by JitPack: // forked, built by JitPack:
// - https://jitpack.io/p/deckerst/Android-TiffBitmapFactory // - https://jitpack.io/p/deckerst/Android-TiffBitmapFactory
@ -179,7 +179,7 @@ dependencies {
implementation 'com.github.deckerst:pixymeta-android:9ec7097f17' implementation 'com.github.deckerst:pixymeta-android:9ec7097f17'
implementation project(':exifinterface') implementation project(':exifinterface')
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
kapt 'androidx.annotation:annotation:1.9.1' kapt 'androidx.annotation:annotation:1.9.1'
ksp "com.github.bumptech.glide:ksp:$glide_version" ksp "com.github.bumptech.glide:ksp:$glide_version"

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Aves</string>
<string name="app_widget_label">Фоторамка</string>
<string name="wallpaper">Тапет</string>
<string name="map_shortcut_short_label">Карта</string>
<string name="search_shortcut_short_label">Търсене</string>
<string name="analysis_channel_name">Сканиране медия</string>
<string name="analysis_notification_default_title">Сканиране медия</string>
<string name="analysis_notification_action_stop">Стоп</string>
<string name="videos_shortcut_short_label">Видео</string>
</resources>

View file

@ -8,4 +8,5 @@
<string name="analysis_channel_name">Scansione media</string> <string name="analysis_channel_name">Scansione media</string>
<string name="analysis_notification_default_title">Scansione in corso</string> <string name="analysis_notification_default_title">Scansione in corso</string>
<string name="analysis_notification_action_stop">Annulla</string> <string name="analysis_notification_action_stop">Annulla</string>
<string name="map_shortcut_short_label">Mappa</string>
</resources> </resources>

View file

@ -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>

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ஏவ்ச்</string>
<string name="app_widget_label">புகைப்பட சட்டகம்</string>
<string name="wallpaper">வால்பேப்பர்</string>
<string name="map_shortcut_short_label">வரைபடம்</string>
<string name="search_shortcut_short_label">தேடல்</string>
<string name="analysis_notification_default_title">ஊடக ச்கேனிங்</string>
<string name="videos_shortcut_short_label">வீடியோக்கள்</string>
<string name="analysis_channel_name">மீடியா ச்கேன்</string>
<string name="analysis_notification_action_stop">நிறுத்து</string>
</resources>

View file

@ -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>

View file

@ -2,4 +2,4 @@
<b>الملاحة والبحث</b> جزء مهم من <i>Aves</i>الهدف هو أن يكون بإمكان المستخدمين التنقل بسهولة من الألبومات إلى الصور إلى الوسوم إلى الخرائط، وما إلى ذلك.. <b>الملاحة والبحث</b> جزء مهم من <i>Aves</i>الهدف هو أن يكون بإمكان المستخدمين التنقل بسهولة من الألبومات إلى الصور إلى الوسوم إلى الخرائط، وما إلى ذلك..
<i>Aves</i>تتكامل مع نظام Android (من KitKat إلى Android 14، بما في ذلك Android TV) مع ميزات مثلs <b>الودجتس</b>, <b>اختصارات التطبيق</b>, <b>حافظة الشاشة</b> و<b>البحث العالمي</b> التعامل معه. كما أنه يعمل كـ <b>عارض الوسائط ومنتقيها</b>. <i>Aves</i>تتكامل مع نظام Android (بما في ذلك Android TV) مع ميزات مثلs <b>الودجتس</b>, <b>اختصارات التطبيق</b>, <b>حافظة الشاشة</b> و<b>البحث العالمي</b> التعامل معه. كما أنه يعمل كـ <b>عارض الوسائط ومنتقيها</b>.

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<b>Навігацыя і пошук</b> з'яўляюцца важнай часткай <i>Aves</i>. Мэта складаецца ў тым, каб карыстальнікі лёгка пераходзілі ад альбомаў да фатаграфій да тэгаў да карт і г.д. <b>Навігацыя і пошук</b> з'яўляюцца важнай часткай <i>Aves</i>. Мэта складаецца ў тым, каб карыстальнікі лёгка пераходзілі ад альбомаў да фатаграфій да тэгаў да карт і г.д.
<i>Aves</i> інтэгруецца з Android (ад KitKat да Android 14, уключаючы Android TV) з такімі функцыямі, як <b>віджэты</b>, <b>ярлыкі праграм</b>, <b>застаўка</b> і апрацоўка <b>глабальнага пошуку</b>. Ён таксама працуе як <b>сродак прагляду і выбару мультымедыя</b>. <i>Aves</i> інтэгруецца з Android (уключаючы Android TV) з такімі функцыямі, як <b>віджэты</b>, <b>ярлыкі праграм</b>, <b>застаўка</b> і апрацоўка <b>глабальнага пошуку</b>. Ён таксама працуе як <b>сродак прагляду і выбару мультымедыя</b>.

View file

@ -0,0 +1,5 @@
<i>Aves</i> може да обработва всякакви изображения и видеоклипове, включително вашите типични JPEG и MP4 файлове, но също и по-екзотични неща като <b>многостранични TIFF файлове, SVG файлове, стари AVI файлове и други</b>! Той сканира медийната ви колекция, за да идентифицира <b>снимки с движение</b>, <b>панорами</b> (известни още като фото 360°), <b>360° видеоклипове</b>, както и <b>GeoTIFF</b> файлове.
<b>Навигация и търсене</b> са важна част от <i>Aves</i>. Целта е потребителите лесно да преминават от албуми към снимки, към етикети, към карти и т.н.
<i>Aves</i> се интегрира с Android (включително Android TV) с функции като <b>джаджи</b>, <b>преки пътища за приложения</b>, <b>скрийнсейвър </b> и обработка на <b>глобално търсене</b>. Работи и като диалогов прозорец за <b>преглед и избор на медии</b>.

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 KiB

View file

@ -0,0 +1 @@
Галерия и мениджър на данни

View file

@ -2,4 +2,4 @@
<b>নেভিগেশন এবং সার্চ</b> <i>আভেস</i> এর একটি গুরুত্বপূর্ণ অংশ। লক্ষ্য হল ইউসার যাতে সহজেই অ্যালবাম, ফটো, ট্যাগ, ম্যাপ ইত্যাদিতে স্থানান্তর করতে পারে। <b>নেভিগেশন এবং সার্চ</b> <i>আভেস</i> এর একটি গুরুত্বপূর্ণ অংশ। লক্ষ্য হল ইউসার যাতে সহজেই অ্যালবাম, ফটো, ট্যাগ, ম্যাপ ইত্যাদিতে স্থানান্তর করতে পারে।
<b>উইজেট</b>, <b>অ্যাপ শর্টকাট</b>, <b>স্ক্রিন সেভারের</b> এবং <b>গ্লোবাল সার্চ</b> এর মতো বৈশিষ্ট্য সহ, <i>আভেস</i> অ্যান্ড্রয়েড এর সাথে সংহত হতে পারে (কিট ক্যাট থেকে অ্যান্ড্রয়েড ১৩, অ্যান্ড্রয়েড টিভি সহ)। এটি একটি <b>মিডিয়া উপস্থাপক এবং বাছাইকারী</b> হিসেবেও কাজ করে। <b>উইজেট</b>, <b>অ্যাপ শর্টকাট</b>, <b>স্ক্রিন সেভারের</b> এবং <b>গ্লোবাল সার্চ</b> এর মতো বৈশিষ্ট্য সহ, <i>আভেস</i> অ্যান্ড্রয়েড এর সাথে সংহত হতে পারে (অ্যান্ড্রয়েড টিভি সহ)। এটি একটি <b>মিডিয়া উপস্থাপক এবং বাছাইকারী</b> হিসেবেও কাজ করে।

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<b>Navigace a vyhledávání</b> jsou důležitou součástí aplikace <i>Aves</i>. Cílem je, aby uživatelé jednoduše přecházeli z alb k fotografiím, albům, mapám, atd. <b>Navigace a vyhledávání</b> jsou důležitou součástí aplikace <i>Aves</i>. Cílem je, aby uživatelé jednoduše přecházeli z alb k fotografiím, albům, mapám, atd.
<i>Aves</i> podporuje Android (od verze KitKat po Android 14, včetně Android TV) s funkcemi jako jsou <b>widgety</b>, <b>zkratky aplikací</b>, <b>spořič displeje</b> a <b>globální vyhledávání</b>. Rovněž jej lze použít pro <b>prohlížení a výběr médií</b>. <i>Aves</i> podporuje Android (včetně Android TV) s funkcemi jako jsou <b>widgety</b>, <b>zkratky aplikací</b>, <b>spořič displeje</b> a <b>globální vyhledávání</b>. Rovněž jej lze použít pro <b>prohlížení a výběr médií</b>.

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<b>Navigation und Suche</b> ist ein wichtiger Bestandteil von <i>Aves</i>. Das Ziel besteht darin, dass Benutzer problemlos von Alben zu Fotos zu Tags zu Karten usw. wechseln können. <b>Navigation und Suche</b> ist ein wichtiger Bestandteil von <i>Aves</i>. Das Ziel besteht darin, dass Benutzer problemlos von Alben zu Fotos zu Tags zu Karten usw. wechseln können.
<i>Aves</i> lässt sich mit Android (von <b>API 19 bis 34</b>, d. h. von KitKat bis Android 14) mit Funktionen wie <b>App-Verknüpfungen</b> und <b>globaler Suche</b> integrieren. Es funktioniert auch als <b>Medienbetrachter und -auswahl</b>. <i>Aves</i> lässt sich mit Android mit Funktionen wie <b>App-Verknüpfungen</b> und <b>globaler Suche</b> integrieren. Es funktioniert auch als <b>Medienbetrachter und -auswahl</b>.

View file

@ -2,4 +2,4 @@
<b>Η πλοήγηση και η αναζήτηση</b> αποτελούν σημαντικό μέρος της εφαρμογής <i>Aves</i>. Ο στόχος της εφαρμογής είναι να παρέχει στους χρήστες εύκολη και γρήγορη πρόσβαση στα άλμπουμ, σε φωτογραφίες, ετικέτες, χάρτες κ.λπ. <b>Η πλοήγηση και η αναζήτηση</b> αποτελούν σημαντικό μέρος της εφαρμογής <i>Aves</i>. Ο στόχος της εφαρμογής είναι να παρέχει στους χρήστες εύκολη και γρήγορη πρόσβαση στα άλμπουμ, σε φωτογραφίες, ετικέτες, χάρτες κ.λπ.
Η εφαρμογή <i>Aves</i> εγκαθίσταται στο λογισμικό Android (συμβατότητα από <b>API 19 έως 34</b>, δηλαδή από KitKat έως Android 14) με δυνατότητες όπως <b>γραφικά στοιχεία</b>, <b>συντομεύσεις</b>, <b>προφύλαξη οθόνης</b> και <b>global search</b>. Μπορεί επίσης να χρησιμοποιηθεί ως <b>εφαρμογή προβολής και επιλογής πολυμέσων</b>. Η εφαρμογή <i>Aves</i> εγκαθίσταται στο λογισμικό Android με δυνατότητες όπως <b>γραφικά στοιχεία</b>, <b>συντομεύσεις</b>, <b>προφύλαξη οθόνης</b> και <b>global search</b>. Μπορεί επίσης να χρησιμοποιηθεί ως <b>εφαρμογή προβολής και επιλογής πολυμέσων</b>.

View file

@ -1,3 +0,0 @@
In v1.11.11:
- review photos from the lock screen
Full changelog available on GitHub

View file

@ -1,3 +0,0 @@
In v1.11.11:
- review photos from the lock screen
Full changelog available on GitHub

View file

@ -1,3 +0,0 @@
In v1.11.12:
- review photos from the lock screen
Full changelog available on GitHub

View file

@ -1,3 +0,0 @@
In v1.11.12:
- review photos from the lock screen
Full changelog available on GitHub

View file

@ -1,3 +0,0 @@
In v1.11.13:
- review photos from the lock screen
Full changelog available on GitHub

View file

@ -1,3 +0,0 @@
In v1.11.13:
- review photos from the lock screen
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.11.14:
- enjoy new map layers
- share "geo" addresses to Aves and see your collection in that area
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.11.14:
- enjoy new map layers
- share "geo" addresses to Aves and see your collection in that area
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.11.15:
- enjoy new map layers
- share "geo" addresses to Aves and see your collection in that area
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.11.15:
- enjoy new map layers
- share "geo" addresses to Aves and see your collection in that area
Full changelog available on GitHub

View file

@ -0,0 +1,4 @@
In v1.11.20:
- save your filtered collection as dynamic albums
- enjoy the app in Tamil and Bulgarian
Full changelog available on GitHub

View file

@ -0,0 +1,4 @@
In v1.11.20:
- save your filtered collection as dynamic albums
- enjoy the app in Tamil and Bulgarian
Full changelog available on GitHub

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<b>𐑯𐑨𐑝𐑦𐑜𐑱𐑖𐑩𐑯 𐑯 𐑕𐑻𐑗</b> 𐑦𐑟 𐑩𐑯 𐑦𐑥𐑐𐑹𐑑𐑩𐑯𐑑 𐑐𐑸𐑑 𐑝 <i>·𐑱𐑝𐑰𐑟</i>. 𐑞 𐑜𐑴𐑤 𐑦𐑟 𐑓 𐑿𐑟𐑼𐑟 𐑑 𐑰𐑟𐑦𐑤𐑦 𐑓𐑤𐑴 𐑓𐑮𐑪𐑥 𐑨𐑤𐑚𐑩𐑥𐑟 𐑑 𐑓𐑴𐑑𐑴𐑟 𐑑 𐑑𐑨𐑜𐑟 𐑑 𐑥𐑨𐑐𐑕, 𐑯𐑯𐑯. <b>𐑯𐑨𐑝𐑦𐑜𐑱𐑖𐑩𐑯 𐑯 𐑕𐑻𐑗</b> 𐑦𐑟 𐑩𐑯 𐑦𐑥𐑐𐑹𐑑𐑩𐑯𐑑 𐑐𐑸𐑑 𐑝 <i>·𐑱𐑝𐑰𐑟</i>. 𐑞 𐑜𐑴𐑤 𐑦𐑟 𐑓 𐑿𐑟𐑼𐑟 𐑑 𐑰𐑟𐑦𐑤𐑦 𐑓𐑤𐑴 𐑓𐑮𐑪𐑥 𐑨𐑤𐑚𐑩𐑥𐑟 𐑑 𐑓𐑴𐑑𐑴𐑟 𐑑 𐑑𐑨𐑜𐑟 𐑑 𐑥𐑨𐑐𐑕, 𐑯𐑯𐑯.
<i>·𐑱𐑝𐑰𐑟</i> 𐑦𐑯𐑑𐑦𐑜𐑮𐑱𐑑𐑕 𐑢𐑦𐑞 ·𐑨𐑯𐑛𐑮𐑶𐑛 (𐑓𐑮𐑪𐑥 ·𐑒𐑦𐑑𐑒𐑨𐑑 𐑑 ·𐑨𐑯𐑛𐑮𐑶𐑛 14, 𐑦𐑯𐑒𐑤𐑵𐑛𐑦𐑙 ·𐑨𐑯𐑛𐑮𐑶𐑛 ⸰𐑑𐑝) 𐑢𐑦𐑞 𐑓𐑰𐑗𐑼𐑟 𐑕𐑳𐑗 𐑨𐑟 <b>𐑢𐑦𐑡𐑩𐑑𐑕</b>, <b>𐑨𐑐 𐑖𐑹𐑑𐑒𐑳𐑑𐑕</b>, <b>𐑕𐑒𐑮𐑰𐑯 𐑕𐑱𐑝𐑼</b> 𐑯 <b>𐑜𐑤𐑴𐑚𐑩𐑤 𐑕𐑻𐑗</b> 𐑣𐑨𐑯𐑛𐑤𐑦𐑙. 𐑦𐑑 𐑷𐑤𐑕𐑴 𐑢𐑻𐑒𐑕 𐑨𐑟 𐑩 <b>𐑥𐑰𐑛𐑾 𐑝𐑿𐑼 𐑯 𐑐𐑦𐑒𐑼</b>. <i>·𐑱𐑝𐑰𐑟</i> 𐑦𐑯𐑑𐑦𐑜𐑮𐑱𐑑𐑕 𐑢𐑦𐑞 ·𐑨𐑯𐑛𐑮𐑶𐑛 (𐑦𐑯𐑒𐑤𐑵𐑛𐑦𐑙 ·𐑨𐑯𐑛𐑮𐑶𐑛 ⸰𐑑𐑝) 𐑢𐑦𐑞 𐑓𐑰𐑗𐑼𐑟 𐑕𐑳𐑗 𐑨𐑟 <b>𐑢𐑦𐑡𐑩𐑑𐑕</b>, <b>𐑨𐑐 𐑖𐑹𐑑𐑒𐑳𐑑𐑕</b>, <b>𐑕𐑒𐑮𐑰𐑯 𐑕𐑱𐑝𐑼</b> 𐑯 <b>𐑜𐑤𐑴𐑚𐑩𐑤 𐑕𐑻𐑗</b> 𐑣𐑨𐑯𐑛𐑤𐑦𐑙. 𐑦𐑑 𐑷𐑤𐑕𐑴 𐑢𐑻𐑒𐑕 𐑨𐑟 𐑩 <b>𐑥𐑰𐑛𐑾 𐑝𐑿𐑼 𐑯 𐑐𐑦𐑒𐑼</b>.

View file

@ -2,4 +2,4 @@
La <b>navegación y búsqueda</b> son las partes más importantes de <i>Aves</i>. Su propósito es que los usuarios puedan fácilmente ir de álbumes a fotos, etiquetas, mapas, etc. La <b>navegación y búsqueda</b> son las partes más importantes de <i>Aves</i>. Su propósito es que los usuarios puedan fácilmente ir de álbumes a fotos, etiquetas, mapas, etc.
<i>Aves</i> se integra con Android (desde KitKat hasta Android 14, incluido Android TV) con funciones como <b>complementos</b>, <b>accesos directos a aplicaciones</b>, <b>protector de pantalla</b> y <b>búsqueda global</b>. También funciona como un <b>visor y selector de medios</b>. <i>Aves</i> se integra con Android (incluido Android TV) con funciones como <b>complementos</b>, <b>accesos directos a aplicaciones</b>, <b>protector de pantalla</b> y <b>búsqueda global</b>. También funciona como un <b>visor y selector de medios</b>.

View file

@ -1,5 +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. <i>Aves</i> oskab kasutada eri sorti pildi- ja videofaile, alates tavalistest JPEG-piltidest kuni MP4-videoteni, aga samuti harvaesinevaid <b>mitmelehelisi TIFF-faile, SVG-graafikafaile, vanu AVI-videoid ja palju muud</b>! Skaneerides sinu meediakogu tuvastab ta <b>animeeritud pildifailid</b>, <b>panoraamfotod</b>, <b>360° videod</b>, aga ka <b>GeoTIFF</b>i-failid.
<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. <b>Meedias liikumine ja otsing</b> on oluline osa <i>Avesest</i>. Meie eesmärgiks on see, et rakenduses liikumine oleks sujuv - alates albumitest kuni fotode, siltide, kaartideni jne.
<i>Aves</i> integrates with Android (from KitKat to Android 14, 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>. <i>Aves</i> lõimub sujuvalt Androidiga (sh Android TV) kasutades muu hulgas võimalusi nagu <b>vidinad</b>, <b>rakenduse viited</b>, <b>ekraanisäästja</b> ja <b>üldotsing</b>. Ta toimib ka <b>meediaesitajana ja -valijana</b>.

View file

@ -2,4 +2,4 @@
<b>Nabigazioa eta bilaketa</b> <i>Aves</i> aplikazioaren zati garrantzitsu bat da. Helburua, erabiltzaileek albumetatik argazkietara, etiketetara, mapetara, etab. modu errazean mugi ahal izatea da. <b>Nabigazioa eta bilaketa</b> <i>Aves</i> aplikazioaren zati garrantzitsu bat da. Helburua, erabiltzaileek albumetatik argazkietara, etiketetara, mapetara, etab. modu errazean mugi ahal izatea da.
<i>Aves</i> Androidera (KitKatetik Android 14ra, Android TV barne) egiten da ezaugarri ugarirekin: <b>widgetak</b>, <b>aplikazioko lasterbideak</b>, <b>pantaila-babeslea</b> eta <b>bilaketa globala</b>. Baita ere, <b>media-bisore edo -hautagailu</b> bezala erabil daiteke. <i>Aves</i> Androidera (Android TV barne) egiten da ezaugarri ugarirekin: <b>widgetak</b>, <b>aplikazioko lasterbideak</b>, <b>pantaila-babeslea</b> eta <b>bilaketa globala</b>. Baita ere, <b>media-bisore edo -hautagailu</b> bezala erabil daiteke.

View file

@ -2,4 +2,4 @@
<b>پیمایش و جستجو</b>یک بخش مهم از <i>اِیوْز</i> است. هدف این است که کاربران به راحتی از آلبوم ها به عکس ها به برچسب ها به نقشه ها و غیره دست پیدا کنند. <b>پیمایش و جستجو</b>یک بخش مهم از <i>اِیوْز</i> است. هدف این است که کاربران به راحتی از آلبوم ها به عکس ها به برچسب ها به نقشه ها و غیره دست پیدا کنند.
<i>اِیوْز</i> با اندروید سازگار است (از نسخه KitKat تا اندروید 14, شامل تلوزیون اندرویدی) با قابلیت هایی مانند <b>ابزارک ها</b>, <b>میانبر ها</b>, <b>ذخیره نیرو</b> و <b>جستجو عمومی</b> و همچنین میتوان از آن به عنوان <b>نمایشگر و انتخابگر رسانه</b> استفاده کرد. <i>اِیوْز</i> با اندروید سازگار است (شامل تلوزیون اندرویدی) با قابلیت هایی مانند <b>ابزارک ها</b>, <b>میانبر ها</b>, <b>ذخیره نیرو</b> و <b>جستجو عمومی</b> و همچنین میتوان از آن به عنوان <b>نمایشگر و انتخابگر رسانه</b> استفاده کرد.

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<b>La navigation et la recherche</b> sont une partie importante d<i>Aves</i>. Le but est que les utilisateurs puissent passer facilement des albums aux photos, des photos aux tags, des tags aux cartes, etc. <b>La navigation et la recherche</b> sont une partie importante d<i>Aves</i>. Le but est que les utilisateurs puissent passer facilement des albums aux photos, des photos aux tags, des tags aux cartes, etc.
<i>Aves</i> sintègre avec Android (de KitKat à Android 14, y compris Android TV) avec des fonctionnalités telles que les <b>widgets</b>, les <b>raccourcis dapplication</b>, <b>économiseur décran</b> et la <b>recherche globale</b>. Il est également possible de lutiliser comme <b>visionneuse et sélecteur de médias</b>. <i>Aves</i> sintègre avec Android (y compris Android TV) avec des fonctionnalités telles que les <b>widgets</b>, les <b>raccourcis dapplication</b>, <b>économiseur décran</b> et la <b>recherche globale</b>. Il est également possible de lutiliser comme <b>visionneuse et sélecteur de médias</b>.

View file

@ -2,4 +2,4 @@
A <b>navegación e busca</b> é unha parte importante de <i>Aves</i>. O obxectivo é que os usuarios poidan fluír facilmente de álbums a fotos, a etiquetas a mapas, etc. A <b>navegación e busca</b> é unha parte importante de <i>Aves</i>. O obxectivo é que os usuarios poidan fluír facilmente de álbums a fotos, a etiquetas a mapas, etc.
<i>Aves</i> intégrase con Android (desde KitKat ata Android 14, incluíndo Android TV) con funcións como <b>complementos</b>, <b>atallos de aplicacións</b>, <b>salvapantallas</b> e <b>busca global</b>. Tamén funciona como <b>visor e selector de medios</b>. <i>Aves</i> intégrase con Android (incluíndo Android TV) con funcións como <b>complementos</b>, <b>atallos de aplicacións</b>, <b>salvapantallas</b> e <b>busca global</b>. Tamén funciona como <b>visor e selector de medios</b>.

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@ Az <i>Aves</i> mindenféle képet és videót képes kezelni, beleértve a tipik
A <b>navigáció és a keresés</b> fontos része az <i>Aves</i>-nek. A cél, hogy a felhasználók egyszerűen tudjanak váltani az albumokról a fotókra, címkézni vagy helyadatokkal ellátni az elemeket, stb. A <b>navigáció és a keresés</b> fontos része az <i>Aves</i>-nek. A cél, hogy a felhasználók egyszerűen tudjanak váltani az albumokról a fotókra, címkézni vagy helyadatokkal ellátni az elemeket, stb.
Az <i>Aves</i> beépül az Android-ba (a KitKat-tól az Android 14-ig, beleértve az Android TV-t) olyan funkciókkal, mint a <b>widgetek</b>, <b>alkalmazás parancsikonok</b>, <b>képernyővédő</b> és <b>globális keresés</b> kezelése. <b>Média fájlok megnyitására és kezelésére</b> is használható. Az <i>Aves</i> beépül az Android-ba (beleértve az Android TV-t) olyan funkciókkal, mint a <b>widgetek</b>, <b>alkalmazás parancsikonok</b>, <b>képernyővédő</b> és <b>globális keresés</b> kezelése. <b>Média fájlok megnyitására és kezelésére</b> is használható.

View file

@ -2,4 +2,4 @@
<b>Navigasi dan pencarian</b> merupakan bagian penting dari <i>Aves</i>. Tujuannya adalah agar pengguna dengan mudah mengalir dari album ke foto ke tag ke peta, dll. <b>Navigasi dan pencarian</b> merupakan bagian penting dari <i>Aves</i>. Tujuannya adalah agar pengguna dengan mudah mengalir dari album ke foto ke tag ke peta, dll.
<i>Aves</i> mengintegrasi dengan Android (dari Kitkat ke Android 14) dengan fitur-fitur seperti <b>pintasan aplikasi</b>, <b>jalan pintas aplikasi</b>, <b>screen saver</b> dan <b>pencarian global</b> penanganan. Ini juga berfungsi sebagai <b>penampil dan pemilih media</b>. <i>Aves</i> mengintegrasi dengan Android dengan fitur-fitur seperti <b>pintasan aplikasi</b>, <b>jalan pintas aplikasi</b>, <b>screen saver</b> dan <b>pencarian global</b> penanganan. Ini juga berfungsi sebagai <b>penampil dan pemilih media</b>.

View file

@ -2,4 +2,4 @@
<b>Flakk og leit</b> eru mikilvægir hlutar <i>Aves</i>. Markmiðið er að notendur eigi auðvelt með að flæða úr albúmum yfir í ljósmyndir yfir í merki eða landakort, o.s.frv. <b>Flakk og leit</b> eru mikilvægir hlutar <i>Aves</i>. Markmiðið er að notendur eigi auðvelt með að flæða úr albúmum yfir í ljósmyndir yfir í merki eða landakort, o.s.frv.
<i>Aves</i> samtvinnast við Android (frá KitKat til Android 14, að meðtöldu Android TV) með eiginleikum á borð við <b>viðmótshluta</b>, <b>flýtileiðir í forrit</b>, <b>skjáhvílu</b> og <b>víðværa leit</b>. Það virkar einnig sem <b>margmiðlunarskoðari og veljari</b>. <i>Aves</i> samtvinnast við Android (að meðtöldu Android TV) með eiginleikum á borð við <b>viðmótshluta</b>, <b>flýtileiðir í forrit</b>, <b>skjáhvílu</b> og <b>víðværa leit</b>. Það virkar einnig sem <b>margmiðlunarskoðari og veljari</b>.

View file

@ -2,4 +2,4 @@
<b>Navigazione e ricerca</b> sono una parte importante di <i>Aves</i>. L'obiettivo è che gli utenti passino facilmente dagli album alle foto, ai tag, alle mappe, ecc. <b>Navigazione e ricerca</b> sono una parte importante di <i>Aves</i>. L'obiettivo è che gli utenti passino facilmente dagli album alle foto, ai tag, alle mappe, ecc.
<i>Aves</i> si integra con Android (da KitKat ad Android 14, anche Android TV) con funzionalità come <b>widget</b>, <b>scorciatoie app</b>, <b>salvaschermo</b> e gestione della <b>ricerca globale</b>. Funziona anche come <b>visualizzazione e raccolta di media</b>. <i>Aves</i> si integra con Android (anche Android TV) con funzionalità come <b>widget</b>, <b>scorciatoie app</b>, <b>salvaschermo</b> e gestione della <b>ricerca globale</b>. Funziona anche come <b>visualizzazione e raccolta di media</b>.

View file

@ -2,4 +2,4 @@
<b>ナビゲーションと検索</b>は、<i>Aves</i>の重要な部分です。アルバムから写真、タグ、地図などへ簡単に移動できます。 <b>ナビゲーションと検索</b>は、<i>Aves</i>の重要な部分です。アルバムから写真、タグ、地図などへ簡単に移動できます。
<i>Aves</i>は、<b>アプリショートカット</b>や<b>グローバル検索</b>などの機能を、Android<b>API 19から34まで</b>、つまりAndroid 4.4から14 Lまでと統合しています。また、<b>メディアビューワー</b>や<b>メディアピッカー</b>としても機能します。 <i>Aves</i>は、<b>アプリショートカット</b>や<b>グローバル検索</b>などの機能を、Androidと統合しています。また、<b>メディアビューワー</b>や<b>メディアピッカー</b>としても機能します。

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<b>네비게이션과 검색</b>은 <i>Aves</i>의 중요한 부분입니다. 사용자가 앨범에서 사진, 태그에서 지도 등으로 쉽게 흘러갈 수 있도록 하는 것이 목표입니다. <b>네비게이션과 검색</b>은 <i>Aves</i>의 중요한 부분입니다. 사용자가 앨범에서 사진, 태그에서 지도 등으로 쉽게 흘러갈 수 있도록 하는 것이 목표입니다.
<i>Aves</i>는 Android(KitKat에서 Android 14까지)에서 사용할 수 있습니다. <b>앱 바로 가기</b> 및 <b>글로벌 검색</b>과 같은 기능과 통합됩니다. 또한 <b>미디어 뷰어 및 선택기</b>로도 작동합니다. <i>Aves</i>는 Android(Android TV 포함)에서 사용할 수 있습니다. <b>앱 바로 가기</b> 및 <b>글로벌 검색</b>과 같은 기능과 통합됩니다. 또한 <b>미디어 뷰어 및 선택기</b>로도 작동합니다.

View file

@ -2,4 +2,4 @@
<b>Naršymas ir paieška</b> yra svarbi <i>„Aves”</i> dalis. Tikslas yra, kad vartotojai galėtų lengvai pereiti nuo albumų prie nuotraukų, žymų, žemėlapių ir kt. <b>Naršymas ir paieška</b> yra svarbi <i>„Aves”</i> dalis. Tikslas yra, kad vartotojai galėtų lengvai pereiti nuo albumų prie nuotraukų, žymų, žemėlapių ir kt.
<i>„Aves”</i> integruojasi su „Android” (nuo 19 iki 34 API, t. y. nuo „KitKat” iki 14 versijos „Android”) su tokiomis funkcijomis kaip <b>valdiklių</b>, <b>programėlių nuorodų</b> , <b>ekrano užsklandų</b> ir <b>globalios paieškos</b> palaikymu. Ji taip pat veikia kaip <b>medijos peržiūros priemonė ir rinkiklis</b>. <i>„Aves”</i> integruojasi su „Android” su tokiomis funkcijomis kaip <b>valdiklių</b>, <b>programėlių nuorodų</b> , <b>ekrano užsklandų</b> ir <b>globalios paieškos</b> palaikymu. Ji taip pat veikia kaip <b>medijos peržiūros priemonė ir rinkiklis</b>.

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<b>အလွယ်တကူ ရှာဖွေကြည့်ရှုနိုင်တာက</b> <i>Aves</i> ရဲ့ အဓိကကျတဲ့အစိတ်အပိုင်းတစ်ခုဖြစ်ပါတယ်။ အသုံးပြုသူတွေကို အယ်လ်ဘမ်တွေကနေ ပုံတွေ၊ ပုံတွေကနေ tag တွေ၊ tag တွေကနေ မြေပုံတွေ၊ အစရှိသဖြင့် အလွယ်လေးကူးပြောင်းနိုင်စေဖို့က <i>Aves</i> ရဲ့ ပန်းတိုင်ဖြစ်ပါတယ်။ <b>အလွယ်တကူ ရှာဖွေကြည့်ရှုနိုင်တာက</b> <i>Aves</i> ရဲ့ အဓိကကျတဲ့အစိတ်အပိုင်းတစ်ခုဖြစ်ပါတယ်။ အသုံးပြုသူတွေကို အယ်လ်ဘမ်တွေကနေ ပုံတွေ၊ ပုံတွေကနေ tag တွေ၊ tag တွေကနေ မြေပုံတွေ၊ အစရှိသဖြင့် အလွယ်လေးကူးပြောင်းနိုင်စေဖို့က <i>Aves</i> ရဲ့ ပန်းတိုင်ဖြစ်ပါတယ်။
<i>Aves</i> ဟာ Android (KitKat ကနေ Android 14 အထိ၊ Android တီဗီအပါအဝင်) ဖြင့်ပေါင်းစပ်ပြီး <b>ဝစ်ဂျက်တွေ</b>၊ <b>အက်ပ်ဖြတ်လမ်းတိုတွေ</b>၊ <b>screen saver တွေ</b>နဲ့ <b>နေရာအနှံ့ရှာဖွေမှုတွေကိုပါ</b> ကိုင်တွယ်နိုင်ပါတယ်။ ဒါ့အပြင် <b>မီဒီယာကြည့်ဖို့၊ မီဒီယာရွေးချယ်ဖို့</b>အတွက်လည်း သုံးလို့ရပါသေးတယ်။ <i>Aves</i> ဟာ Android (Android တီဗီအပါအဝင်) ဖြင့်ပေါင်းစပ်ပြီး <b>ဝစ်ဂျက်တွေ</b>၊ <b>အက်ပ်ဖြတ်လမ်းတိုတွေ</b>၊ <b>screen saver တွေ</b>နဲ့ <b>နေရာအနှံ့ရှာဖွေမှုတွေကိုပါ</b> ကိုင်တွယ်နိုင်ပါတယ်။ ဒါ့အပြင် <b>မီဒီယာကြည့်ဖို့၊ မီဒီယာရွေးချယ်ဖို့</b>အတွက်လည်း သုံးလို့ရပါသေးတယ်။

View file

@ -2,4 +2,4 @@
<b>Navigasjon og søk</b> er en viktig del av <i>Aves</i>. Målet er at brukere enkelt skal kunne ta seg fra album, til bilder, til etiketter, til kart, osv. <b>Navigasjon og søk</b> er en viktig del av <i>Aves</i>. Målet er at brukere enkelt skal kunne ta seg fra album, til bilder, til etiketter, til kart, osv.
<i>Aves</i> integrerer seg med Android (fra <b>API 19 til 34</b>, altså fra KitKat til Android 14) med funksjoner som f.eks. <b>miniprogrammer</b>, <b>programsnarveier</b>, <b>skjermsparer</b> og <b>søk i hele programmet</b>. Det fungerer også som <b>mediaviser og utvelger</b>. <i>Aves</i> integrerer seg med Android med funksjoner som f.eks. <b>miniprogrammer</b>, <b>programsnarveier</b>, <b>skjermsparer</b> og <b>søk i hele programmet</b>. Det fungerer også som <b>mediaviser og utvelger</b>.

View file

@ -2,4 +2,4 @@
<b>Navigatie en zoeken</b> is een belangrijk onderdeel van <i>Aves</i>. Het doel is dat gebruikers eenvoudig kunnen wisselen van albums naar foto's naar labels naar kaarten enz. <b>Navigatie en zoeken</b> is een belangrijk onderdeel van <i>Aves</i>. Het doel is dat gebruikers eenvoudig kunnen wisselen van albums naar foto's naar labels naar kaarten enz.
<i>Aves</i> integreert met Android (van KitKat t/m Android 14, inclusief Android TV) met functies zoals <b>widgets</b>, <b>app-snelkoppelingen</b>, <b>screensaver</b> en <b>algemene zoekopdrachten</b>. Het werkt ook als een <b>mediaviewer en -kiezer</b>. <i>Aves</i> integreert met Android (inclusief Android TV) met functies zoals <b>widgets</b>, <b>app-snelkoppelingen</b>, <b>screensaver</b> en <b>algemene zoekopdrachten</b>. Het werkt ook als een <b>mediaviewer en -kiezer</b>.

View file

@ -2,4 +2,4 @@
<b>Navigering og søk</b> har mykje å sei i <i>Aves</i>. Målet er at ein skal lett kunne gå ifrå album, til bilete, til merkelappar, til kart, osv. <b>Navigering og søk</b> har mykje å sei i <i>Aves</i>. Målet er at ein skal lett kunne gå ifrå album, til bilete, til merkelappar, til kart, osv.
<i>Aves</i> integrates with Android (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<b>Nawigacja i wyszukiwanie</b> jest ważną częścią <i>Aves</i>. Celem jest aby użytkownicy mogli łatwo przechodzić od albumów do zdjęć, tagów, map itd. <b>Nawigacja i wyszukiwanie</b> jest ważną częścią <i>Aves</i>. Celem jest aby użytkownicy mogli łatwo przechodzić od albumów do zdjęć, tagów, map itd.
<i>Aves</i> integruje się z Androidem (od <b>API 19 do 34</b>, czyli od KitKata do Androida 14) z funkcjami takimi jak <b>widżety</b>, <b>skróty do aplikacji</b>, <b>wygaszacz ekranu</b> i <b>obsługa globalnego wyszukiwania</b>. Działa również jako <b>przeglądarka i selektor mediów</b>. <i>Aves</i> integruje się z Androidem z funkcjami takimi jak <b>widżety</b>, <b>skróty do aplikacji</b>, <b>wygaszacz ekranu</b> i <b>obsługa globalnego wyszukiwania</b>. Działa również jako <b>przeglądarka i selektor mediów</b>.

View file

@ -2,4 +2,4 @@
<b>Navegação e pesquisa</b> é uma parte importante do <i>Aves</i>. O objetivo é que os usuários fluam facilmente de álbuns para fotos, etiquetas, mapas, etc. <b>Navegação e pesquisa</b> é uma parte importante do <i>Aves</i>. O objetivo é que os usuários fluam facilmente de álbuns para fotos, etiquetas, mapas, etc.
<i>Aves</i> integra com Android (de KitKat até Android 14, incluindo TVs Android) com recursos como <b>widgets</b>, <b>atalhos de apps</b>, <b>protetor de tela</b> e <b>pesquisa global</b>. Também funciona como um <b>visualizador e selecionador de mídia</b>. <i>Aves</i> integra com Android (incluindo TVs Android) com recursos como <b>widgets</b>, <b>atalhos de apps</b>, <b>protetor de tela</b> e <b>pesquisa global</b>. Também funciona como um <b>visualizador e selecionador de mídia</b>.

View file

@ -2,4 +2,4 @@
<b>Navigația și căutarea</b> sunt o parte importantă a <i>Aves</i>. Scopul este ca utilizatorii să treacă cu ușurință de la albume la fotografii la etichete la hărți etc. <b>Navigația și căutarea</b> sunt o parte importantă a <i>Aves</i>. Scopul este ca utilizatorii să treacă cu ușurință de la albume la fotografii la etichete la hărți etc.
<i>Aves</i> se integrează cu Android (începând de la <b>API 19 la 34</b>, adică de la KitKat la Android 14) cu funcții precum <b>widget-uri</b>, <b>comenzi rapide pentru aplicații</b>, <b>protector de ecran</b> și gestionarea <b>căutării globale</b>. De asemenea, funcționează ca <b>vizionator și selector de conținut media</b>. <i>Aves</i> se integrează cu Android cu funcții precum <b>widget-uri</b>, <b>comenzi rapide pentru aplicații</b>, <b>protector de ecran</b> și gestionarea <b>căutării globale</b>. De asemenea, funcționează ca <b>vizionator și selector de conținut media</b>.

View file

@ -2,4 +2,4 @@
<b>Навигация и поиск</b> важные части <i>Aves</i>. Пользователи могут легко переходить от альбомов к фотографиям, тэгам, картам и т.д. <b>Навигация и поиск</b> важные части <i>Aves</i>. Пользователи могут легко переходить от альбомов к фотографиям, тэгам, картам и т.д.
<i>Aves</i> интегрируется с Android (от KitKat до Android 14, включая Android TV) предлагая такие возможности как <b>виджеты</b>, <b>пользовательские ярлыки</b>, <b>скринсейвер</b> и поддержку <b>глобального поиска</b>. Он так же работает как диалоговое окно для <b>просмотра и выбора медиа</b>. <i>Aves</i> интегрируется с Android (включая Android TV) предлагая такие возможности как <b>виджеты</b>, <b>пользовательские ярлыки</b>, <b>скринсейвер</b> и поддержку <b>глобального поиска</b>. Он так же работает как диалоговое окно для <b>просмотра и выбора медиа</b>.

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<b>Navigácia a vyhľadávanie</b> je dôležitou súčasťou aplikácie <i>Aves</i>. Jej cieľom je poskytnúť užívateľom jednoduchý prechod z albumov, do fotiek, tagov, máp, atď. <b>Navigácia a vyhľadávanie</b> je dôležitou súčasťou aplikácie <i>Aves</i>. Jej cieľom je poskytnúť užívateľom jednoduchý prechod z albumov, do fotiek, tagov, máp, atď.
<i>Aves</i> je schopný pracovať s Android (od KitKat do Android 14, včetne Android TV) a ponúka rozšírenia ako <b>miniaplikácie (widgety)</b>, <b>skratky aplikácie</b>, <b>šetrič obrazovky</b> a <b>globálne vyhľadávanie</b>. Rovnako poskytuje <b>prehľadávnie médií</b>. <i>Aves</i> je schopný pracovať s Android (včetne Android TV) a ponúka rozšírenia ako <b>miniaplikácie (widgety)</b>, <b>skratky aplikácie</b>, <b>šetrič obrazovky</b> a <b>globálne vyhľadávanie</b>. Rovnako poskytuje <b>prehľadávnie médií</b>.

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<b>Navigering och sökhantering</b> är än viktigt del av <i>Aves</i>. Målet är att användarna på ett smidigt sätt ska kunna gå från album till foton till etiketter till kartor, osv. <b>Navigering och sökhantering</b> är än viktigt del av <i>Aves</i>. Målet är att användarna på ett smidigt sätt ska kunna gå från album till foton till etiketter till kartor, osv.
<i>Aves</i> integrerar med Android (från KitKat till Android 14, inklusive Android TV) med funktioner som <b>widgetar</b>, <b>appgenvägar</b>, <b>skärmsläckare</b> och <b>global sökhantering.</b> Den fungerar också som en <b>mediavisare och mediaväljare</b>. <i>Aves</i> integrerar med Android (inklusive Android TV) med funktioner som <b>widgetar</b>, <b>appgenvägar</b>, <b>skärmsläckare</b> och <b>global sökhantering.</b> Den fungerar också som en <b>mediavisare och mediaväljare</b>.

View 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>.

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

View file

@ -0,0 +1 @@
தொகுப்பு மற்றும் தரவுத்தகவல் உலாவி

View file

@ -2,4 +2,4 @@
<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. <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 (from KitKat to Android 14, 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>. <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>.

View file

@ -2,4 +2,4 @@
<b>Gezinme ve arama</b> <i>Aves'in</i> önemli bir parçasıdır. Amaç, kullanıcıların albümlerden fotoğraflara, etiketlerden haritalara vb. kolayca geçmesini sağlamaktır. <b>Gezinme ve arama</b> <i>Aves'in</i> önemli bir parçasıdır. Amaç, kullanıcıların albümlerden fotoğraflara, etiketlerden haritalara vb. kolayca geçmesini sağlamaktır.
<i>Aves</i>, <b>uygulama kısayolları</b> ve <b>global arama</b> işleme gibi özelliklerle Android (<b>API 19'dan 34'ye</b>, yani KitKat'tan Android 14'ye kadar) ile entegre olur. Ayrıca bir <b>medya görüntüleyici ve alıcı</b> olarak da çalışır. <i>Aves</i>, <b>uygulama kısayolları</b> ve <b>global arama</b> işleme gibi özelliklerle Android ile entegre olur. Ayrıca bir <b>medya görüntüleyici ve alıcı</b> olarak da çalışır.

View file

@ -2,4 +2,4 @@
<b>Навігація та пошук</b> є важливою частиною <i>Aves</i>. Мета полягає в тому, щоб користувачі легко переходили від альбомів до фотографій, від тегів до карт тощо. <b>Навігація та пошук</b> є важливою частиною <i>Aves</i>. Мета полягає в тому, щоб користувачі легко переходили від альбомів до фотографій, від тегів до карт тощо.
<i>Aves</i> інтегрується з Android (від KitKat до Android 14, включаючи Android TV) пропонуючи такі можливості як <b>віджети</b>, <b>ярлики додатка</b>, <b>заставка екрану</b> та работа з <b>глобальним пошуком</b>. Він також працює як <b>переглядач і засоб вибору медіа</b>. <i>Aves</i> інтегрується з Android (включаючи Android TV) пропонуючи такі можливості як <b>віджети</b>, <b>ярлики додатка</b>, <b>заставка екрану</b> та работа з <b>глобальним пошуком</b>. Він також працює як <b>переглядач і засоб вибору медіа</b>.

View file

@ -2,4 +2,4 @@
<b>Điều hướng và tìm kiếm</b> là một phần quan trọng của <i>Aves</i>. Mục tiêu là để người dùng dễ dàng chuyển từ album sang ảnh sang thẻ sang bản đồ, v.v. <b>Điều hướng và tìm kiếm</b> là một phần quan trọng của <i>Aves</i>. Mục tiêu là để người dùng dễ dàng chuyển từ album sang ảnh sang thẻ sang bản đồ, v.v.
<i>Aves</i> tương thích với Android (từ KitKat đến Android 14, bao gồm cả Android TV) với các tính năng như <b>widget</b>, <b>phím tắt ứng dụng</b>, <b>trình bảo vệ màn hình</b> và xử lý <b>tìm kiếm toàn hệ thống</b>. Nó cũng hoạt động như một <b>trình xem và lựa chọn phương tiện</b>. <i>Aves</i> tương thích với Android (bao gồm cả Android TV) với các tính năng như <b>widget</b>, <b>phím tắt ứng dụng</b>, <b>trình bảo vệ màn hình</b> và xử lý <b>tìm kiếm toàn hệ thống</b>. Nó cũng hoạt động như một <b>trình xem và lựa chọn phương tiện</b>.

View file

@ -2,4 +2,4 @@
<b>导航与搜索</b>是 <i>Aves</i> 的核心功能之一,旨在帮助用户在相册、照片、标签、地图等之间轻松切换。 <b>导航与搜索</b>是 <i>Aves</i> 的核心功能之一,旨在帮助用户在相册、照片、标签、地图等之间轻松切换。
<i>Aves</i> 与 Android<b>API 19-34</b>,即从 KitKat 到 Android 14集成,具有<b>快捷方式</b>和<b>全局搜索</b>等功能。它还可用作<b>媒体查看器和选择器</b>。 <i>Aves</i> 与 Android 集成,具有<b>快捷方式</b>和<b>全局搜索</b>等功能。它还可用作<b>媒体查看器和选择器</b>。

View file

@ -2,4 +2,4 @@
<b>瀏覽和搜尋</b> 是 <i>Aves</i>重要的一部份. 目的是為了讓使用者能夠輕易的從相簿, 相片, 標籤, 地圖, 等等之間順暢切換. <b>瀏覽和搜尋</b> 是 <i>Aves</i>重要的一部份. 目的是為了讓使用者能夠輕易的從相簿, 相片, 標籤, 地圖, 等等之間順暢切換.
<i>Aves</i> 與 Android (從 KitKat 到 Android 14, 包括 Android TV) 整合, 具有特色像是 <b>小工具</b>, <b>app 捷徑</b>, <b>螢幕保護程式</b> 和 <b>全域搜尋</b> 等功能. 還可以當成 <b>媒體檢視和選擇器</b>. <i>Aves</i> 與 Android (包括 Android TV) 整合, 具有特色像是 <b>小工具</b>, <b>app 捷徑</b>, <b>螢幕保護程式</b> 和 <b>全域搜尋</b> 等功能. 還可以當成 <b>媒體檢視和選擇器</b>.

View file

@ -1550,5 +1550,17 @@
"videoActionShowNextFrame": "إظهار الإطار التالي", "videoActionShowNextFrame": "إظهار الإطار التالي",
"@videoActionShowNextFrame": {}, "@videoActionShowNextFrame": {},
"newAlbumDialogAlbumAlreadyExistsHelper": "الألبوم موجود بالفعل", "newAlbumDialogAlbumAlreadyExistsHelper": "الألبوم موجود بالفعل",
"@newAlbumDialogAlbumAlreadyExistsHelper": {} "@newAlbumDialogAlbumAlreadyExistsHelper": {},
"albumTierDynamic": "ديناميكي",
"@albumTierDynamic": {},
"collectionActionAddDynamicAlbum": "إضافة ألبوم ديناميكي",
"@collectionActionAddDynamicAlbum": {},
"chipActionRemove": "إزالة",
"@chipActionRemove": {},
"dynamicAlbumAlreadyExists": "الألبوم الديناميكي موجود بالفعل",
"@dynamicAlbumAlreadyExists": {},
"appExportDynamicAlbums": "الألبومات الديناميكية",
"@appExportDynamicAlbums": {},
"newDynamicAlbumDialogTitle": "ألبوم ديناميكي جديد",
"@newDynamicAlbumDialogTitle": {}
} }

View file

@ -117,5 +117,25 @@
"appName": "Aves", "appName": "Aves",
"@appName": {}, "@appName": {},
"welcomeMessage": "Aves-ə Xoş Gəlmisiniz", "welcomeMessage": "Aves-ə Xoş Gəlmisiniz",
"@welcomeMessage": {} "@welcomeMessage": {},
"chipActionRemove": "Təmizlə",
"@chipActionRemove": {},
"chipActionGoToTagPage": "Etiketlərdə Göstər",
"@chipActionGoToTagPage": {},
"chipActionGoToExplorerPage": "Nəticədə Göstər",
"@chipActionGoToExplorerPage": {},
"chipActionFilterOut": "Ayırın",
"@chipActionFilterOut": {},
"chipActionFilterIn": "Qoyun",
"@chipActionFilterIn": {},
"chipActionHide": "Gizlət",
"@chipActionHide": {},
"chipActionLock": "Kilidlə",
"@chipActionLock": {},
"chipActionPin": "Yuxarıya sabitlə",
"@chipActionPin": {},
"chipActionUnpin": "Sabitləməyin",
"@chipActionUnpin": {},
"chipActionRename": "Bir də adlandır",
"@chipActionRename": {}
} }

1606
lib/l10n/app_bg.arb Normal file

File diff suppressed because it is too large Load diff

View file

@ -85,6 +85,7 @@
"sourceStateLocatingPlaces": "Locating places", "sourceStateLocatingPlaces": "Locating places",
"chipActionDelete": "Delete", "chipActionDelete": "Delete",
"chipActionRemove": "Remove",
"chipActionShowCollection": "Show in Collection", "chipActionShowCollection": "Show in Collection",
"chipActionGoToAlbumPage": "Show in Albums", "chipActionGoToAlbumPage": "Show in Albums",
"chipActionGoToCountryPage": "Show in Countries", "chipActionGoToCountryPage": "Show in Countries",
@ -204,6 +205,7 @@
"albumTierSpecial": "Common", "albumTierSpecial": "Common",
"albumTierApps": "Apps", "albumTierApps": "Apps",
"albumTierVaults": "Vaults", "albumTierVaults": "Vaults",
"albumTierDynamic": "Dynamic",
"albumTierRegular": "Others", "albumTierRegular": "Others",
"coordinateFormatDms": "DMS", "coordinateFormatDms": "DMS",
@ -427,6 +429,9 @@
"newAlbumDialogNameLabelAlreadyExistsHelper": "Directory already exists", "newAlbumDialogNameLabelAlreadyExistsHelper": "Directory already exists",
"newAlbumDialogStorageLabel": "Storage:", "newAlbumDialogStorageLabel": "Storage:",
"newDynamicAlbumDialogTitle": "New Dynamic Album",
"dynamicAlbumAlreadyExists": "Dynamic album already exists",
"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",
@ -595,6 +600,7 @@
"collectionActionShowTitleSearch": "Show title filter", "collectionActionShowTitleSearch": "Show title filter",
"collectionActionHideTitleSearch": "Hide title filter", "collectionActionHideTitleSearch": "Hide title filter",
"collectionActionAddDynamicAlbum": "Add dynamic album",
"collectionActionAddShortcut": "Add shortcut", "collectionActionAddShortcut": "Add shortcut",
"collectionActionSetHome": "Set as home", "collectionActionSetHome": "Set as home",
"collectionActionEmptyBin": "Empty bin", "collectionActionEmptyBin": "Empty bin",
@ -806,6 +812,7 @@
"settingsActionImportDialogTitle": "Import", "settingsActionImportDialogTitle": "Import",
"appExportCovers": "Covers", "appExportCovers": "Covers",
"appExportDynamicAlbums": "Dynamic albums",
"appExportFavourites": "Favorites", "appExportFavourites": "Favorites",
"appExportSettings": "Settings", "appExportSettings": "Settings",

View file

@ -1392,5 +1392,17 @@
"videoActionShowNextFrame": "Mostrar fotograma siguiente", "videoActionShowNextFrame": "Mostrar fotograma siguiente",
"@videoActionShowNextFrame": {}, "@videoActionShowNextFrame": {},
"newAlbumDialogAlbumAlreadyExistsHelper": "El álbum ya existe", "newAlbumDialogAlbumAlreadyExistsHelper": "El álbum ya existe",
"@newAlbumDialogAlbumAlreadyExistsHelper": {} "@newAlbumDialogAlbumAlreadyExistsHelper": {},
"chipActionRemove": "Remover",
"@chipActionRemove": {},
"dynamicAlbumAlreadyExists": "El álbum dinámico ya existe",
"@dynamicAlbumAlreadyExists": {},
"collectionActionAddDynamicAlbum": "Añadir álbum dinámico",
"@collectionActionAddDynamicAlbum": {},
"appExportDynamicAlbums": "Álbumes dinámicos",
"@appExportDynamicAlbums": {},
"albumTierDynamic": "Dinámico",
"@albumTierDynamic": {},
"newDynamicAlbumDialogTitle": "Nuevo álbum dinámico",
"@newDynamicAlbumDialogTitle": {}
} }

View file

@ -637,5 +637,622 @@
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
},
"newDynamicAlbumDialogTitle": "Uus dünaamiline album",
"@newDynamicAlbumDialogTitle": {},
"dynamicAlbumAlreadyExists": "Selline dünaamiline album on juba olemas",
"@dynamicAlbumAlreadyExists": {},
"editEntryDialogCopyFromItem": "Kopi teisest objektist",
"@editEntryDialogCopyFromItem": {},
"editEntryDialogTargetFieldsHeader": "Muudetavad väljad",
"@editEntryDialogTargetFieldsHeader": {},
"editEntryDateDialogTitle": "Kuupäev ja kellaaeg",
"@editEntryDateDialogTitle": {},
"editEntryDateDialogSetCustom": "Määra soovitud kuupäev",
"@editEntryDateDialogSetCustom": {},
"unsupportedTypeDialogMessage": "{count, plural, =1{See tegevus pole toetatud antud tüüpi objekti puhul: {types}.} other{See tegevus pole toetatud antud tüüpi objektide puhul: {types}.}}",
"@unsupportedTypeDialogMessage": {
"placeholders": {
"count": {},
"types": {
"type": "String",
"example": "GIF, TIFF, MP4",
"description": "a list of unsupported types"
} }
} }
},
"newAlbumDialogTitle": "Uus album",
"@newAlbumDialogTitle": {},
"newAlbumDialogNameLabel": "Albumi nimi",
"@newAlbumDialogNameLabel": {},
"newAlbumDialogAlbumAlreadyExistsHelper": "Sellise nimega album on juba olemas",
"@newAlbumDialogAlbumAlreadyExistsHelper": {},
"newAlbumDialogNameLabelAlreadyExistsHelper": "Selline kaust on juba olemas",
"@newAlbumDialogNameLabelAlreadyExistsHelper": {},
"newAlbumDialogStorageLabel": "Andmeruum:",
"@newAlbumDialogStorageLabel": {},
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Kas kustutame need albumis koos seal leiduva ühe objektiga?} other{Kas kustutame need albumis koos seal leiduva {count} objektiga?}}",
"@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"exportEntryDialogWriteMetadata": "Salvesta metainfo",
"@exportEntryDialogWriteMetadata": {},
"renameEntryDialogLabel": "Uus nimi",
"@renameEntryDialogLabel": {},
"editEntryDateDialogCopyField": "Kopeeri muust kuupäevast",
"@editEntryDateDialogCopyField": {},
"exportEntryDialogHeight": "Kõrgus",
"@exportEntryDialogHeight": {},
"exportEntryDialogQuality": "Kvaliteet",
"@exportEntryDialogQuality": {},
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Kas kustutame selle albumi koos seal leiduva ühe objektiga?} other{Kas kustutame selle albumi koos seal leiduva {count} objektiga?}}",
"@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"exportEntryDialogFormat": "Vorming:",
"@exportEntryDialogFormat": {},
"chipActionRemove": "Eemalda",
"@chipActionRemove": {},
"exportEntryDialogWidth": "Laius",
"@exportEntryDialogWidth": {},
"albumTierDynamic": "Dünaamiline",
"@albumTierDynamic": {},
"durationDialogSeconds": "Sekundid",
"@durationDialogSeconds": {},
"editEntryLocationDialogTitle": "Asukoht",
"@editEntryLocationDialogTitle": {},
"editEntryLocationDialogSetCustom": "Määra asukoht ise",
"@editEntryLocationDialogSetCustom": {},
"editEntryLocationDialogChooseOnMap": "Vali kaardilt",
"@editEntryLocationDialogChooseOnMap": {},
"editEntryLocationDialogLatitude": "Laiuskraad",
"@editEntryLocationDialogLatitude": {},
"editEntryLocationDialogLongitude": "Pikkuskraad",
"@editEntryLocationDialogLongitude": {},
"locationPickerUseThisLocationButton": "Kasuta seda asukohta",
"@locationPickerUseThisLocationButton": {},
"editEntryRatingDialogTitle": "Hinnang",
"@editEntryRatingDialogTitle": {},
"removeEntryMetadataDialogTitle": "Metainfo eemaldamine",
"@removeEntryMetadataDialogTitle": {},
"removeEntryMetadataMotionPhotoXmpWarningDialogMessage": "XMP on vajalik video esitamisel foto sees.\n\nKas oled kindel, et soovid selle metainfo eemaldada?",
"@removeEntryMetadataMotionPhotoXmpWarningDialogMessage": {},
"videoStreamSelectionDialogAudio": "Heliriba",
"@videoStreamSelectionDialogAudio": {},
"videoStreamSelectionDialogText": "Subtiitrid",
"@videoStreamSelectionDialogText": {},
"videoStreamSelectionDialogOff": "Välja lülitatud",
"@videoStreamSelectionDialogOff": {},
"videoStreamSelectionDialogTrack": "Videoriba",
"@videoStreamSelectionDialogTrack": {},
"videoStreamSelectionDialogNoSelection": "Rohkem meediaribasid failis pole.",
"@videoStreamSelectionDialogNoSelection": {},
"viewDialogSortSectionTitle": "Järjesta",
"@viewDialogSortSectionTitle": {},
"viewDialogGroupSectionTitle": "Rühmita",
"@viewDialogGroupSectionTitle": {},
"viewDialogLayoutSectionTitle": "Paiguta",
"@viewDialogLayoutSectionTitle": {},
"tileLayoutMosaic": "Mosaiik",
"@tileLayoutMosaic": {},
"castDialogTitle": "Seadmed peegeldamiseks",
"@castDialogTitle": {},
"coverDialogTabCover": "Kaanepilt",
"@coverDialogTabCover": {},
"coverDialogTabApp": "Rakenduse",
"@coverDialogTabApp": {},
"aboutPageTitle": "Rakenduse teave",
"@aboutPageTitle": {},
"aboutLinkLicense": "Litsents",
"@aboutLinkLicense": {},
"aboutLinkPolicy": "Privaatsuspoliitika",
"@aboutLinkPolicy": {},
"aboutBugSectionTitle": "Veateated",
"@aboutBugSectionTitle": {},
"aboutBugCopyInfoInstruction": "Kopeeri süsteemiteave",
"@aboutBugCopyInfoInstruction": {},
"aboutBugReportInstruction": "Teata GitHubis koos logide ja süsteemiteabega",
"@aboutBugReportInstruction": {},
"aboutDataUsageSectionTitle": "Andmekasutus",
"@aboutDataUsageSectionTitle": {},
"aboutDataUsageCache": "Vahemälu",
"@aboutDataUsageCache": {},
"aboutDataUsageClearCache": "Tühjenda vahemälu",
"@aboutDataUsageClearCache": {},
"aboutCreditsWorldAtlas1": "See rakendus kasutab TopoJSONi faili, mille on koostanud",
"@aboutCreditsWorldAtlas1": {},
"aboutCreditsWorldAtlas2": ", avaldatud ISC Litsentsi alusel.",
"@aboutCreditsWorldAtlas2": {},
"aboutLicensesSectionTitle": "Avatud lähtekoodiga tarkvara litsentsid",
"@aboutLicensesSectionTitle": {},
"aboutLicensesFlutterPackagesSectionTitle": "Flutteri paketid",
"@aboutLicensesFlutterPackagesSectionTitle": {},
"aboutLicensesDartPackagesSectionTitle": "Darti paketid",
"@aboutLicensesDartPackagesSectionTitle": {},
"aboutLicensesShowAllButtonLabel": "Näita kõiki litsentse",
"@aboutLicensesShowAllButtonLabel": {},
"policyPageTitle": "Privaatsuspoliitika",
"@policyPageTitle": {},
"collectionPageTitle": "Meediakogu",
"@collectionPageTitle": {},
"collectionPickPageTitle": "Vali",
"@collectionPickPageTitle": {},
"collectionSelectPageTitle": "Vali objektid",
"@collectionSelectPageTitle": {},
"collectionActionShowTitleSearch": "Näita pealkirjade filtrit",
"@collectionActionShowTitleSearch": {},
"collectionActionHideTitleSearch": "Peida pealkirjade filter",
"@collectionActionHideTitleSearch": {},
"collectionActionCopy": "Kopeeri albumisse",
"@collectionActionCopy": {},
"dateThisMonth": "Sel kuul",
"@dateThisMonth": {},
"entryActionCast": "Peegelda välisseadmesse",
"@entryActionCast": {},
"hideFilterConfirmationDialogMessage": "Filtrile vastavad fotod ja videod on sinu meediakogust peidetud. Kui soovid neid uuesti kuvada, siis seadistuste alajaotusest „Privaatsus“ saad seda lubada.\n\nKas sa oled kindel, et soovid neid peita?",
"@hideFilterConfirmationDialogMessage": {},
"editEntryDateDialogExtractFromTitle": "Tuvasta pealkirjast",
"@editEntryDateDialogExtractFromTitle": {},
"editEntryDateDialogShift": "Nihuta ajatemplit",
"@editEntryDateDialogShift": {},
"editEntryDateDialogSourceFileModifiedDate": "Faili muutmisaeg",
"@editEntryDateDialogSourceFileModifiedDate": {},
"durationDialogHours": "Tunnid",
"@durationDialogHours": {},
"durationDialogMinutes": "Minutid",
"@durationDialogMinutes": {},
"genericSuccessFeedback": "Valmis!",
"@genericSuccessFeedback": {},
"genericFailureFeedback": "Ei õnnestunud",
"@genericFailureFeedback": {},
"genericDangerWarningDialogMessage": "Kas sa oled kindel?",
"@genericDangerWarningDialogMessage": {},
"tooManyItemsErrorDialogMessage": "Proovi uuesti, aga väiksema arvu objektidega.",
"@tooManyItemsErrorDialogMessage": {},
"menuActionConfigureView": "Vaata",
"@menuActionConfigureView": {},
"menuActionSelect": "Vali",
"@menuActionSelect": {},
"menuActionSelectAll": "Vali kõik",
"@menuActionSelectAll": {},
"menuActionSelectNone": "Ära vali midagi",
"@menuActionSelectNone": {},
"menuActionMap": "Kaart",
"@menuActionMap": {},
"menuActionSlideshow": "Slaidiesitlus",
"@menuActionSlideshow": {},
"menuActionStats": "Statistika",
"@menuActionStats": {},
"aboutDataUsageInternal": "Sisemine",
"@aboutDataUsageInternal": {},
"aboutDataUsageExternal": "Väline",
"@aboutDataUsageExternal": {},
"aboutLicensesBanner": "See rakendus kasutab järgmiseid avatud lähtekoodiga pakette ja teeke.",
"@aboutLicensesBanner": {},
"aboutLicensesAndroidLibrariesSectionTitle": "Androidi teegid",
"@aboutLicensesAndroidLibrariesSectionTitle": {},
"aboutLicensesFlutterPluginsSectionTitle": "Flutteri lisamoodulid",
"@aboutLicensesFlutterPluginsSectionTitle": {},
"collectionActionMove": "Teisalda albumisse",
"@collectionActionMove": {},
"collectionActionRescan": "Skaneeri uuesti",
"@collectionActionRescan": {},
"collectionActionEdit": "Muuda",
"@collectionActionEdit": {},
"collectionSearchTitlesHintText": "Otsi pealkirju",
"@collectionSearchTitlesHintText": {},
"collectionGroupAlbum": "Albumi alusel",
"@collectionGroupAlbum": {},
"collectionGroupMonth": "Kuude kaupa",
"@collectionGroupMonth": {},
"collectionGroupDay": "Päevade kaupa",
"@collectionGroupDay": {},
"collectionGroupNone": "Ära rühmita",
"@collectionGroupNone": {},
"sectionUnknown": "Teadmata",
"@sectionUnknown": {},
"dateToday": "Täna",
"@dateToday": {},
"dateYesterday": "Eile",
"@dateYesterday": {},
"videoSpeedDialogLabel": "Taasesituse kiirus",
"@videoSpeedDialogLabel": {},
"videoStreamSelectionDialogVideo": "Video",
"@videoStreamSelectionDialogVideo": {},
"viewDialogReverseSortOrder": "Tagurpidi järjestus",
"@viewDialogReverseSortOrder": {},
"removeEntryMetadataDialogMore": "Veel",
"@removeEntryMetadataDialogMore": {},
"tileLayoutList": "Loend",
"@tileLayoutList": {},
"appPickDialogTitle": "Vali rakendus",
"@appPickDialogTitle": {},
"coverDialogTabColor": "Värv",
"@coverDialogTabColor": {},
"tileLayoutGrid": "Ruudustik",
"@tileLayoutGrid": {},
"appPickDialogNone": "Määratlemata",
"@appPickDialogNone": {},
"aboutBugSaveLogInstruction": "Salvesta rakenduse logid faili",
"@aboutBugSaveLogInstruction": {},
"aboutDataUsageMisc": "Varia",
"@aboutDataUsageMisc": {},
"aboutDataUsageDatabase": "Andmebaas",
"@aboutDataUsageDatabase": {},
"aboutCreditsSectionTitle": "Tänuavaldused",
"@aboutCreditsSectionTitle": {},
"aboutBugCopyInfoButton": "Kopeeri",
"@aboutBugCopyInfoButton": {},
"aboutBugReportButton": "Teata veast",
"@aboutBugReportButton": {},
"collectionActionEmptyBin": "Tühjenda prügikast",
"@collectionActionEmptyBin": {},
"aboutTranslatorsSectionTitle": "Tõlkijad",
"@aboutTranslatorsSectionTitle": {},
"aboutDataUsageData": "Andmed",
"@aboutDataUsageData": {},
"collectionActionAddShortcut": "Lisa viide",
"@collectionActionAddShortcut": {},
"collectionActionAddDynamicAlbum": "Lisa dünaamiline album",
"@collectionActionAddDynamicAlbum": {},
"collectionActionSetHome": "Märgi avaleheks",
"@collectionActionSetHome": {},
"collectionDeleteFailureFeedback": "{count, plural, =1{1 objekti kustutamine ei õnnestunud} other{{count} objekti kustutamine ei õnnestunud}}",
"@collectionDeleteFailureFeedback": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"collectionMoveFailureFeedback": "{count, plural, =1{1 objekti teisaldamine ei õnnestunud} other{{count} objekti teisaldamine ei õnnestunud}}",
"@collectionMoveFailureFeedback": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"collectionCopySuccessFeedback": "{count, plural, =1{Kopeerisime 1 objekti} other{Kopeerisime {count} objekti}}",
"@collectionCopySuccessFeedback": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"collectionRenameSuccessFeedback": "{count, plural, =1{Muutsime 1 objekti nime} other{Muutsime {count} objekti nime}}",
"@collectionRenameSuccessFeedback": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"collectionEmptyImages": "Pilte pole",
"@collectionEmptyImages": {},
"collectionEmptyGrantAccessButtonLabel": "Luba juurdepääs",
"@collectionEmptyGrantAccessButtonLabel": {},
"collectionSelectSectionTooltip": "Vali lõik",
"@collectionSelectSectionTooltip": {},
"collectionDeselectSectionTooltip": "Eemalda lõigu valik",
"@collectionDeselectSectionTooltip": {},
"drawerAboutButton": "Teave",
"@drawerAboutButton": {},
"drawerSettingsButton": "Seadistused",
"@drawerSettingsButton": {},
"drawerCollectionAll": "Kõik kogumikud",
"@drawerCollectionAll": {},
"drawerCollectionFavourites": "Lemmikud",
"@drawerCollectionFavourites": {},
"drawerCollectionImages": "Pildid",
"@drawerCollectionImages": {},
"drawerCollectionVideos": "Videod",
"@drawerCollectionVideos": {},
"drawerCollectionAnimated": "Animeeritud",
"@drawerCollectionAnimated": {},
"drawerCollectionMotionPhotos": "Liikuvad fotod",
"@drawerCollectionMotionPhotos": {},
"drawerCollectionPanoramas": "Panoraamfotod",
"@drawerCollectionPanoramas": {},
"drawerCollectionRaws": "Töötlemata fotod",
"@drawerCollectionRaws": {},
"drawerCollectionSphericalVideos": "360° videod",
"@drawerCollectionSphericalVideos": {},
"drawerAlbumPage": "Albumid",
"@drawerAlbumPage": {},
"drawerCountryPage": "Riigid",
"@drawerCountryPage": {},
"drawerPlacePage": "Kohad",
"@drawerPlacePage": {},
"drawerTagPage": "Sildid",
"@drawerTagPage": {},
"sortOrderHighestFirst": "Esmalt kõrgemad",
"@sortOrderHighestFirst": {},
"sortOrderLowestFirst": "Esmalt madalamad",
"@sortOrderLowestFirst": {},
"sortOrderLargestFirst": "Esmalt suuremad",
"@sortOrderLargestFirst": {},
"sortOrderSmallestFirst": "Esmalt väiksemad",
"@sortOrderSmallestFirst": {},
"sortOrderShortestFirst": "Esmalt lühemad",
"@sortOrderShortestFirst": {},
"albumPickPageTitlePick": "Vali album",
"@albumPickPageTitlePick": {},
"albumPickPageTitleExport": "Ekspordi albumisse",
"@albumPickPageTitleExport": {},
"albumPickPageTitleMove": "Teisalda albumisse",
"@albumPickPageTitleMove": {},
"albumCamera": "Kaamera",
"@albumCamera": {},
"collectionRenameFailureFeedback": "{count, plural, =1{1 objekti nime muutmine ei õnnestunud} other{{count} objekti nime muutmine ei õnnestunud}}",
"@collectionRenameFailureFeedback": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"collectionEditFailureFeedback": "{count, plural, =1{1 objekti muutmine ei õnnestunud} other{{count} objekti muutmine ei õnnestunud}}",
"@collectionEditFailureFeedback": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"sortOrderAtoZ": "A kuni Z",
"@sortOrderAtoZ": {},
"sortOrderZtoA": "Z kuni A",
"@sortOrderZtoA": {},
"sortByDate": "Kuupäeva alusel",
"@sortByDate": {},
"sortByItemCount": "Objektide arvu järgi",
"@sortByItemCount": {},
"sortBySize": "Suuruse alusel",
"@sortBySize": {},
"sortByName": "Nime alusel",
"@sortByName": {},
"sortByAlbumFileName": "Albumi ja failinime alusel",
"@sortByAlbumFileName": {},
"sortByRating": "Hinnangu alusel",
"@sortByRating": {},
"sortByDuration": "Kestuse järgi",
"@sortByDuration": {},
"sortOrderNewestFirst": "Esmalt uuemad",
"@sortOrderNewestFirst": {},
"sortOrderOldestFirst": "Esmalt vanemad",
"@sortOrderOldestFirst": {},
"sortOrderLongestFirst": "Esmalt pikemad",
"@sortOrderLongestFirst": {},
"albumGroupTier": "Taseme järgi",
"@albumGroupTier": {},
"albumGroupType": "Tüübi järgi",
"@albumGroupType": {},
"albumGroupVolume": "Andmemahu alusel",
"@albumGroupVolume": {},
"albumGroupNone": "Ära rühmita",
"@albumGroupNone": {},
"albumMimeTypeMixed": "Erinev sisu",
"@albumMimeTypeMixed": {},
"albumPickPageTitleCopy": "Kopeeri albumisse",
"@albumPickPageTitleCopy": {},
"collectionCopyFailureFeedback": "{count, plural, =1{1 objekti kopeerimine ei õnnestunud} other{{count} objekti kopeerimine ei õnnestunud}}",
"@collectionCopyFailureFeedback": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"collectionEmptyFavourites": "Sul pole veel lemmikud",
"@collectionEmptyFavourites": {},
"collectionEmptyVideos": "Videoid pole",
"@collectionEmptyVideos": {},
"collectionExportFailureFeedback": "{count, plural, =1{1 lehe eksportimine ei õnnestunud} other{{count} lehe eksportimine ei õnnestunud}}",
"@collectionExportFailureFeedback": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"collectionEditSuccessFeedback": "{count, plural, =1{Muutsime 1 objekti} other{Muutsime {count} objekti}}",
"@collectionEditSuccessFeedback": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"collectionMoveSuccessFeedback": "{count, plural, =1{Teisaldasime 1 objekti} other{Teisaldasime {count} objekti}}",
"@collectionMoveSuccessFeedback": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"albumDownload": "Laadi alla",
"@albumDownload": {},
"albumScreenshots": "Ekraanitõmmised",
"@albumScreenshots": {},
"albumScreenRecordings": "Ekraanisalvestused",
"@albumScreenRecordings": {},
"albumVideoCaptures": "Videosalvestused",
"@albumVideoCaptures": {},
"albumPageTitle": "Albumid",
"@albumPageTitle": {},
"albumEmpty": "Albumeid ei leidu",
"@albumEmpty": {},
"createAlbumButtonLabel": "LOO",
"@createAlbumButtonLabel": {},
"newFilterBanner": "uus",
"@newFilterBanner": {},
"countryPageTitle": "Riigid",
"@countryPageTitle": {},
"countryEmpty": "Riike pole",
"@countryEmpty": {},
"statePageTitle": "Osariigid",
"@statePageTitle": {},
"stateEmpty": "Osariike pole",
"@stateEmpty": {},
"placePageTitle": "Asukohad",
"@placePageTitle": {},
"placeEmpty": "Asukohti pole",
"@placeEmpty": {},
"tagPageTitle": "Sildid",
"@tagPageTitle": {},
"tagEmpty": "Silte pole",
"@tagEmpty": {},
"binPageTitle": "Prügikast",
"@binPageTitle": {},
"explorerPageTitle": "Sirvija",
"@explorerPageTitle": {},
"explorerActionSelectStorageVolume": "Vali andmeruum",
"@explorerActionSelectStorageVolume": {},
"selectStorageVolumeDialogTitle": "Vali andmeruum",
"@selectStorageVolumeDialogTitle": {},
"searchDateSectionTitle": "Kuupäevad",
"@searchDateSectionTitle": {},
"searchAlbumsSectionTitle": "Albumid",
"@searchAlbumsSectionTitle": {},
"searchCountriesSectionTitle": "Riigid",
"@searchCountriesSectionTitle": {},
"searchStatesSectionTitle": "Osariigid",
"@searchStatesSectionTitle": {},
"searchPlacesSectionTitle": "Asukohad",
"@searchPlacesSectionTitle": {},
"searchTagsSectionTitle": "Sildid",
"@searchTagsSectionTitle": {},
"searchRatingSectionTitle": "Hinnagud",
"@searchRatingSectionTitle": {},
"searchMetadataSectionTitle": "Metainfo",
"@searchMetadataSectionTitle": {},
"settingsPageTitle": "Seadistused",
"@settingsPageTitle": {},
"settingsSystemDefault": "Süsteemi vaikeseadistused",
"@settingsSystemDefault": {},
"settingsDefault": "Vaikimisi",
"@settingsDefault": {},
"settingsDisabled": "Pole kasutusel",
"@settingsDisabled": {},
"settingsAskEverytime": "Küsi iga kord",
"@settingsAskEverytime": {},
"settingsModificationWarningDialogMessage": "Muud seadistused kuuluvad muutmisele.",
"@settingsModificationWarningDialogMessage": {},
"settingsSearchFieldLabel": "Otsi seadistustest",
"@settingsSearchFieldLabel": {},
"settingsSearchEmpty": "Sellist seadistust ei leidu",
"@settingsSearchEmpty": {},
"settingsActionExport": "Ekspordi",
"@settingsActionExport": {},
"settingsActionExportDialogTitle": "Eksport",
"@settingsActionExportDialogTitle": {},
"settingsActionImport": "Impordi",
"@settingsActionImport": {},
"settingsActionImportDialogTitle": "Import",
"@settingsActionImportDialogTitle": {},
"appExportCovers": "Kaanepildid",
"@appExportCovers": {},
"appExportDynamicAlbums": "Dünaamilised albumid",
"@appExportDynamicAlbums": {},
"appExportFavourites": "Lemmikud",
"@appExportFavourites": {},
"appExportSettings": "Seadistused",
"@appExportSettings": {},
"settingsHomeTile": "Avavaade",
"@settingsHomeTile": {},
"settingsHomeDialogTitle": "Avavaade",
"@settingsHomeDialogTitle": {},
"settingsNavigationSectionTitle": "Põhivaated",
"@settingsNavigationSectionTitle": {},
"setHomeCustom": "Sinu valitud",
"@setHomeCustom": {},
"settingsShowBottomNavigationBar": "Näita alumist liikumisriba",
"@settingsShowBottomNavigationBar": {},
"settingsKeepScreenOnTile": "Hoia ekraan sisselülitatuna",
"@settingsKeepScreenOnTile": {},
"settingsKeepScreenOnDialogTitle": "Hoia ekraan sisselülitatuna",
"@settingsKeepScreenOnDialogTitle": {},
"settingsDoubleBackExit": "Väljumiseks klõpsi „Tagasi“ nuppu kaks korda",
"@settingsDoubleBackExit": {},
"settingsConfirmationTile": "Kinnitused",
"@settingsConfirmationTile": {},
"settingsConfirmationBeforeMoveToBinItems": "Küsi kinnitust enne objektide viskamist prügikasti",
"@settingsConfirmationBeforeMoveToBinItems": {},
"settingsConfirmationBeforeMoveUndatedItems": "Küsi kinnitust enne kuupäevadeta objektide teisaldamist",
"@settingsConfirmationBeforeMoveUndatedItems": {},
"settingsNavigationDrawerTile": "Ikooniriba",
"@settingsNavigationDrawerTile": {},
"settingsNavigationDrawerBanner": "Menüüobjektide teisaldamiseks ja järjekorra muutmiseks vajuta ja hoia all.",
"@settingsNavigationDrawerBanner": {},
"settingsThumbnailSectionTitle": "Pisipildid",
"@settingsThumbnailSectionTitle": {},
"settingsThumbnailOverlayTile": "Ülekate",
"@settingsThumbnailOverlayTile": {},
"settingsThumbnailShowHdrIcon": "Näita HDR-ikooni",
"@settingsThumbnailShowHdrIcon": {},
"settingsThumbnailShowFavouriteIcon": "Näita lemmikute ikooni",
"@settingsThumbnailShowFavouriteIcon": {},
"settingsThumbnailShowTagIcon": "Näita siltide ikooni",
"@settingsThumbnailShowTagIcon": {},
"settingsThumbnailShowLocationIcon": "Näita asukoha ikooni",
"@settingsThumbnailShowLocationIcon": {},
"settingsThumbnailShowMotionPhotoIcon": "Näita liikuva foto ikooni",
"@settingsThumbnailShowMotionPhotoIcon": {},
"settingsThumbnailShowRating": "Näita hinnangute ikooni",
"@settingsThumbnailShowRating": {},
"settingsThumbnailShowRawIcon": "Näita töötlemata fotode ikooni",
"@settingsThumbnailShowRawIcon": {},
"settingsThumbnailShowVideoDuration": "Näita videote kestust",
"@settingsThumbnailShowVideoDuration": {},
"settingsCollectionQuickActionsTile": "Kiirtoimingud",
"@settingsCollectionQuickActionsTile": {},
"settingsCollectionQuickActionEditorPageTitle": "Kiirtoimingud",
"@settingsCollectionQuickActionEditorPageTitle": {},
"settingsCollectionQuickActionTabBrowsing": "Sirvimine",
"@settingsCollectionQuickActionTabBrowsing": {},
"settingsCollectionQuickActionTabSelecting": "Valimine",
"@settingsCollectionQuickActionTabSelecting": {},
"settingsCollectionBrowsingQuickActionEditorBanner": "Kui soovid valida, mis tegevused on saadaval objektide sirvimisel, siis vajuta ning hoia soovitud ikooni ning lohista ta vajalikku vaatesse.",
"@settingsCollectionBrowsingQuickActionEditorBanner": {},
"settingsCollectionSelectionQuickActionEditorBanner": "Kui soovid valida, mis tegevused on saadaval objektide valimisel, siis vajuta ning hoia soovitud ikooni ning lohista ta vajalikku vaatesse.",
"@settingsCollectionSelectionQuickActionEditorBanner": {},
"settingsCollectionBurstPatternsTile": "Laienda mustreid",
"@settingsCollectionBurstPatternsTile": {},
"settingsCollectionBurstPatternsNone": "Määratlemata",
"@settingsCollectionBurstPatternsNone": {},
"settingsViewerSectionTitle": "Pildivaataja",
"@settingsViewerSectionTitle": {},
"searchCollectionFieldHint": "Otsi kogumikku",
"@searchCollectionFieldHint": {},
"searchRecentSectionTitle": "Hiljutised",
"@searchRecentSectionTitle": {},
"settingsNavigationDrawerTabTypes": "Tüübid",
"@settingsNavigationDrawerTabTypes": {},
"settingsNavigationDrawerTabAlbums": "Albumid",
"@settingsNavigationDrawerTabAlbums": {},
"settingsNavigationDrawerTabPages": "Lehed",
"@settingsNavigationDrawerTabPages": {},
"settingsNavigationDrawerAddAlbum": "Lisa album",
"@settingsNavigationDrawerAddAlbum": {},
"settingsConfirmationDialogTitle": "Kinnitused",
"@settingsConfirmationDialogTitle": {},
"settingsConfirmationAfterMoveToBinItems": "Näita teadet peale objektide viskamist prügikasti",
"@settingsConfirmationAfterMoveToBinItems": {},
"settingsConfirmationBeforeDeleteItems": "Küsi kinnitust enne objektide lõplikku kustutamist",
"@settingsConfirmationBeforeDeleteItems": {},
"settingsThumbnailOverlayPageTitle": "Ülekate",
"@settingsThumbnailOverlayPageTitle": {},
"settingsNavigationDrawerEditorPageTitle": "Ikooniriba",
"@settingsNavigationDrawerEditorPageTitle": {}
}

View file

@ -355,7 +355,7 @@
"@setCoverDialogCustom": {}, "@setCoverDialogCustom": {},
"hideFilterConfirmationDialogMessage": "Les images et vidéos correspondantes napparaîtront plus dans votre collection. Vous pouvez les montrer à nouveau via les réglages de « Confidentialité ».\n\nVoulez-vous vraiment les masquer ?", "hideFilterConfirmationDialogMessage": "Les images et vidéos correspondantes napparaîtront plus dans votre collection. Vous pouvez les montrer à nouveau via les réglages de « Confidentialité ».\n\nVoulez-vous vraiment les masquer ?",
"@hideFilterConfirmationDialogMessage": {}, "@hideFilterConfirmationDialogMessage": {},
"newAlbumDialogTitle": "Nouvel Album", "newAlbumDialogTitle": "Nouvel album",
"@newAlbumDialogTitle": {}, "@newAlbumDialogTitle": {},
"newAlbumDialogNameLabel": "Nom de lalbum", "newAlbumDialogNameLabel": "Nom de lalbum",
"@newAlbumDialogNameLabel": {}, "@newAlbumDialogNameLabel": {},
@ -1392,5 +1392,17 @@
"videoActionShowPreviousFrame": "Montrer limage précédente", "videoActionShowPreviousFrame": "Montrer limage précédente",
"@videoActionShowPreviousFrame": {}, "@videoActionShowPreviousFrame": {},
"newAlbumDialogAlbumAlreadyExistsHelper": "Lalbum existe déjà", "newAlbumDialogAlbumAlreadyExistsHelper": "Lalbum existe déjà",
"@newAlbumDialogAlbumAlreadyExistsHelper": {} "@newAlbumDialogAlbumAlreadyExistsHelper": {},
"chipActionRemove": "Retirer",
"@chipActionRemove": {},
"albumTierDynamic": "Dynamique",
"@albumTierDynamic": {},
"newDynamicAlbumDialogTitle": "Nouvel album dynamique",
"@newDynamicAlbumDialogTitle": {},
"dynamicAlbumAlreadyExists": "Lalbum dynamique existe déjà",
"@dynamicAlbumAlreadyExists": {},
"appExportDynamicAlbums": "Albums dynamiques",
"@appExportDynamicAlbums": {},
"collectionActionAddDynamicAlbum": "Ajouter un album dynamique",
"@collectionActionAddDynamicAlbum": {}
} }

View file

@ -1367,7 +1367,7 @@
"@selectStorageVolumeDialogTitle": {}, "@selectStorageVolumeDialogTitle": {},
"setHomeCustom": "Kustom", "setHomeCustom": "Kustom",
"@setHomeCustom": {}, "@setHomeCustom": {},
"explorerPageTitle": "Explorer", "explorerPageTitle": "Penjelajah",
"@explorerPageTitle": {}, "@explorerPageTitle": {},
"sortOrderLongestFirst": "Yang terpanjang dulu", "sortOrderLongestFirst": "Yang terpanjang dulu",
"@sortOrderLongestFirst": {}, "@sortOrderLongestFirst": {},
@ -1375,7 +1375,7 @@
"@sortByDuration": {}, "@sortByDuration": {},
"sortOrderShortestFirst": "Yang terpendek dulu", "sortOrderShortestFirst": "Yang terpendek dulu",
"@sortOrderShortestFirst": {}, "@sortOrderShortestFirst": {},
"chipActionGoToExplorerPage": "Tampilkan di Explorer", "chipActionGoToExplorerPage": "Tampilkan di Penjelajah",
"@chipActionGoToExplorerPage": {}, "@chipActionGoToExplorerPage": {},
"mapAttributionOsmData": "Data peta © [OpenStreetMap](https://www.openstreetmap.org/copyright) kontributor", "mapAttributionOsmData": "Data peta © [OpenStreetMap](https://www.openstreetmap.org/copyright) kontributor",
"@mapAttributionOsmData": {}, "@mapAttributionOsmData": {},
@ -1392,5 +1392,17 @@
"videoActionShowNextFrame": "Tampilkan bingkai berikutnya", "videoActionShowNextFrame": "Tampilkan bingkai berikutnya",
"@videoActionShowNextFrame": {}, "@videoActionShowNextFrame": {},
"newAlbumDialogAlbumAlreadyExistsHelper": "Album sudah ada", "newAlbumDialogAlbumAlreadyExistsHelper": "Album sudah ada",
"@newAlbumDialogAlbumAlreadyExistsHelper": {} "@newAlbumDialogAlbumAlreadyExistsHelper": {},
"chipActionRemove": "Hapus",
"@chipActionRemove": {},
"collectionActionAddDynamicAlbum": "Tambahkan album dinamis",
"@collectionActionAddDynamicAlbum": {},
"appExportDynamicAlbums": "Album dinamis",
"@appExportDynamicAlbums": {},
"albumTierDynamic": "Dinamis",
"@albumTierDynamic": {},
"dynamicAlbumAlreadyExists": "Album dinamis sudah ada",
"@dynamicAlbumAlreadyExists": {},
"newDynamicAlbumDialogTitle": "Album Dinamis Baru",
"@newDynamicAlbumDialogTitle": {}
} }

Some files were not shown because too many files have changed in this diff Show more