diff --git a/README.md b/README.md index de19f3cf..d1b0a61a 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,15 @@ An open source alternative to Google Files android app. Analyse: - Analyse storage for junk files to delete - Group similar images, memes, low-light images, blurred images, selfies or group images -- Group large or duplicate files in storage +- Group large, duplicate or hidden files in storage +- Group cluttered media files (uses algorithms to identify videos that may not be useful) - Group old downloads, recordings or screenshots - Group unused / most used / least used installed apps, large apps or games, apps that use most data +- Group Whatsapp / Telegram media files +- Group apps that use most Mobile / Wifi network data +- Clean junk data of uninstalled apps +- Group list of apps growing in size +- Group apk files in storage that may not be useful - Clear RAM for better performance - Compress media files @@ -33,6 +39,7 @@ Media Files: - Open using inbuilt player - Jump to any date instantly - Search for any media file instantly +- Compress images / video files - Cast on tv Music Player: @@ -40,12 +47,13 @@ Music Player: - View waveform data for better insight of song - Change playback pitch or speed - Add, remove songs to playlists +- Search for lyrics online, play along with the song Video Player: - Play videos with gestures to skip, manage volume, brightness within player - View in picture-in-picture mode - Supports gesture to play, pause, skip, change brightness or volume within player -- Play in background +- Play in background or PIP (picture-in-picture) window - Lock gestures or orientation - Search and download online subtitles within player - Change playback aspect ratio, pitch and speed @@ -137,10 +145,10 @@ Here some important points to keep in mind, as to how we handle licensing: - We will ALWAYS use all our legal options, if you do not strictly adhere to these licencing terms. - Copyright (C) 2021-2022 Arpit Khurana - Copyright (C) 2021-2022 Vishal Nehra - Copyright (C) 2021-2022 Emmanuel Messulam - Copyright (C) 2021-2022 Raymond Lai + Copyright (C) 2021-2024 Arpit Khurana + Copyright (C) 2021-2024 Vishal Nehra + Copyright (C) 2021-2024 Emmanuel Messulam + Copyright (C) 2021-2024 Raymond Lai This file is part of Amaze File Utilities. Amaze File Utilities is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/build.gradle b/app/build.gradle index 47ce0d58..c4759f8d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,8 @@ android { minSdk 21 targetSdk 33 - Integer sudoVersionCode = 31 - String versionNameText = "1.91" + Integer sudoVersionCode = 32 + String versionNameText = "1.92" String[] abiFilterList = property("abiFilters").toString().split(';') Integer minorVersion = 0 diff --git a/app/src/androidTest/java/com/amaze/fileutilities/ExampleInstrumentedTest.kt b/app/src/androidTest/java/com/amaze/fileutilities/ExampleInstrumentedTest.kt index 43b1ff92..ffbb1a8a 100644 --- a/app/src/androidTest/java/com/amaze/fileutilities/ExampleInstrumentedTest.kt +++ b/app/src/androidTest/java/com/amaze/fileutilities/ExampleInstrumentedTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/androidTest/java/com/amaze/fileutilities/home_page/database/AppStorageStatsDaoTest.kt b/app/src/androidTest/java/com/amaze/fileutilities/home_page/database/AppStorageStatsDaoTest.kt index 2d7fda0a..67f381d5 100644 --- a/app/src/androidTest/java/com/amaze/fileutilities/home_page/database/AppStorageStatsDaoTest.kt +++ b/app/src/androidTest/java/com/amaze/fileutilities/home_page/database/AppStorageStatsDaoTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/androidTest/java/com/amaze/fileutilities/home_page/database/DatabaseMigrationTest.kt b/app/src/androidTest/java/com/amaze/fileutilities/home_page/database/DatabaseMigrationTest.kt index a9389833..bd568a20 100644 --- a/app/src/androidTest/java/com/amaze/fileutilities/home_page/database/DatabaseMigrationTest.kt +++ b/app/src/androidTest/java/com/amaze/fileutilities/home_page/database/DatabaseMigrationTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/fdroid/java/com/amaze/fileutilities/home_page/ui/options/Billing.kt b/app/src/fdroid/java/com/amaze/fileutilities/home_page/ui/options/Billing.kt index ca7b9a46..399f6897 100644 --- a/app/src/fdroid/java/com/amaze/fileutilities/home_page/ui/options/Billing.kt +++ b/app/src/fdroid/java/com/amaze/fileutilities/home_page/ui/options/Billing.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/fdroid/java/com/amaze/fileutilities/home_page/ui/options/CastActivity.kt b/app/src/fdroid/java/com/amaze/fileutilities/home_page/ui/options/CastActivity.kt index 5990aeaa..eb41e273 100644 --- a/app/src/fdroid/java/com/amaze/fileutilities/home_page/ui/options/CastActivity.kt +++ b/app/src/fdroid/java/com/amaze/fileutilities/home_page/ui/options/CastActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/fdroid/java/com/amaze/fileutilities/utilis/MLUtils.kt b/app/src/fdroid/java/com/amaze/fileutilities/utilis/MLUtils.kt index 9439e71d..33c07910 100644 --- a/app/src/fdroid/java/com/amaze/fileutilities/utilis/MLUtils.kt +++ b/app/src/fdroid/java/com/amaze/fileutilities/utilis/MLUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/fdroid/java/com/amaze/fileutilities/utilis/UpdateChecker.kt b/app/src/fdroid/java/com/amaze/fileutilities/utilis/UpdateChecker.kt index 01bbd94c..1878d1f4 100644 --- a/app/src/fdroid/java/com/amaze/fileutilities/utilis/UpdateChecker.kt +++ b/app/src/fdroid/java/com/amaze/fileutilities/utilis/UpdateChecker.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/AmazeApplication.kt b/app/src/main/java/com/amaze/fileutilities/AmazeApplication.kt index 238360ef..424989a5 100644 --- a/app/src/main/java/com/amaze/fileutilities/AmazeApplication.kt +++ b/app/src/main/java/com/amaze/fileutilities/AmazeApplication.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/AppConfig.kt b/app/src/main/java/com/amaze/fileutilities/AppConfig.kt index cad21e11..9a49b437 100644 --- a/app/src/main/java/com/amaze/fileutilities/AppConfig.kt +++ b/app/src/main/java/com/amaze/fileutilities/AppConfig.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/PermissionsActivity.kt b/app/src/main/java/com/amaze/fileutilities/PermissionsActivity.kt index c241de19..23570ca6 100644 --- a/app/src/main/java/com/amaze/fileutilities/PermissionsActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/PermissionsActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/WifiP2PActivity.kt b/app/src/main/java/com/amaze/fileutilities/WifiP2PActivity.kt index 7a91406b..92d63ae9 100644 --- a/app/src/main/java/com/amaze/fileutilities/WifiP2PActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/WifiP2PActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioModel.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioModel.kt index 5a9dfb7c..d29a0d26 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlaybackInfo.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlaybackInfo.kt index 681b5f3c..3c308189 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlaybackInfo.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlaybackInfo.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlaybackServiceConnection.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlaybackServiceConnection.kt index 91f74082..db8cefd9 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlaybackServiceConnection.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlaybackServiceConnection.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerDialogActivity.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerDialogActivity.kt index a54fd846..ec204de8 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerDialogActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerDialogActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerInterfaceHandlerViewModel.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerInterfaceHandlerViewModel.kt index 6016a4dd..b876f4e7 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerInterfaceHandlerViewModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerInterfaceHandlerViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerRepeatingRunnable.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerRepeatingRunnable.kt index 04da0edf..42f9f9d4 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerRepeatingRunnable.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerRepeatingRunnable.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerService.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerService.kt index a8cb47f4..f76ec4ba 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerService.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioPlayerService.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioProgressHandler.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioProgressHandler.kt index c74b0da0..1bb5cb4e 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioProgressHandler.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioProgressHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioUtils.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioUtils.kt index 1e88f5f5..fa8ad6c8 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/AudioUtils.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/AudioUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/CustomWaveformOptions.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/CustomWaveformOptions.kt index 8908c299..5a27a478 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/CustomWaveformOptions.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/CustomWaveformOptions.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/IAudioPlayerInterfaceHandler.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/IAudioPlayerInterfaceHandler.kt index 10f80752..1517b31e 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/IAudioPlayerInterfaceHandler.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/IAudioPlayerInterfaceHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/LyricsParser.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/LyricsParser.kt index 458601f2..a7e45bef 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/LyricsParser.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/LyricsParser.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/MediaButtonIntentReceiver.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/MediaButtonIntentReceiver.kt index ff89bf91..10d73213 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/MediaButtonIntentReceiver.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/MediaButtonIntentReceiver.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotification.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotification.kt index 456d13d9..35e9002c 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotification.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotification.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotificationImpl.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotificationImpl.kt index 88834663..c986ad0d 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotificationImpl.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotificationImpl.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotificationImpl24.kt b/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotificationImpl24.kt index da8301f0..fe90934e 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotificationImpl24.kt +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/notification/AudioPlayerNotificationImpl24.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/M3UWriter.java b/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/M3UWriter.java index 483a5be2..6cc50848 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/M3UWriter.java +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/M3UWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/PlaylistLoader.java b/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/PlaylistLoader.java index f7eafd19..7f143830 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/PlaylistLoader.java +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/PlaylistLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/PlaylistsUtil.java b/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/PlaylistsUtil.java index 56f0565e..83f58118 100644 --- a/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/PlaylistsUtil.java +++ b/app/src/main/java/com/amaze/fileutilities/audio_player/playlist/PlaylistsUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamServer.java b/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamServer.java index 2691bc17..5c320b25 100644 --- a/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamServer.java +++ b/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamServer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamSource.java b/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamSource.java index 226bc7e2..b94286d2 100644 --- a/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamSource.java +++ b/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamer.java b/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamer.java index 849bf281..a782aab7 100644 --- a/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamer.java +++ b/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamerNotification.kt b/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamerNotification.kt index 0f72e494..47e72ee4 100644 --- a/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamerNotification.kt +++ b/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamerNotification.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamerService.kt b/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamerService.kt index 08930295..7a8791ee 100644 --- a/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamerService.kt +++ b/app/src/main/java/com/amaze/fileutilities/cast/cloud/CloudStreamerService.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/cast/cloud/RandomAccessStream.java b/app/src/main/java/com/amaze/fileutilities/cast/cloud/RandomAccessStream.java index d21de1dc..c6c3d20d 100644 --- a/app/src/main/java/com/amaze/fileutilities/cast/cloud/RandomAccessStream.java +++ b/app/src/main/java/com/amaze/fileutilities/cast/cloud/RandomAccessStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/crash_report/AcraReportSender.kt b/app/src/main/java/com/amaze/fileutilities/crash_report/AcraReportSender.kt index 99fcc247..75f49fcc 100644 --- a/app/src/main/java/com/amaze/fileutilities/crash_report/AcraReportSender.kt +++ b/app/src/main/java/com/amaze/fileutilities/crash_report/AcraReportSender.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/crash_report/AcraReportSenderFactory.kt b/app/src/main/java/com/amaze/fileutilities/crash_report/AcraReportSenderFactory.kt index e44ade7c..a7cd2b34 100644 --- a/app/src/main/java/com/amaze/fileutilities/crash_report/AcraReportSenderFactory.kt +++ b/app/src/main/java/com/amaze/fileutilities/crash_report/AcraReportSenderFactory.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/crash_report/ErrorActivity.java b/app/src/main/java/com/amaze/fileutilities/crash_report/ErrorActivity.java index e9660de7..2f66689c 100644 --- a/app/src/main/java/com/amaze/fileutilities/crash_report/ErrorActivity.java +++ b/app/src/main/java/com/amaze/fileutilities/crash_report/ErrorActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxModel.kt b/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxModel.kt index 3be93b07..f45c980d 100644 --- a/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxViewerActivity.kt b/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxViewerActivity.kt index 9dd4406e..874f51ef 100644 --- a/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxViewerActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxViewerActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxViewerActivityViewModel.kt b/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxViewerActivityViewModel.kt index 3e570edb..5ebd2b22 100644 --- a/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxViewerActivityViewModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/docx_viewer/DocxViewerActivityViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/CustomBottomBarView.kt b/app/src/main/java/com/amaze/fileutilities/home_page/CustomBottomBarView.kt index 9c620fb4..5c7e0ab7 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/CustomBottomBarView.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/CustomBottomBarView.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/CustomToolbar.kt b/app/src/main/java/com/amaze/fileutilities/home_page/CustomToolbar.kt index 5f6fac17..cf8f4466 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/CustomToolbar.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/CustomToolbar.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/MainActivity.kt b/app/src/main/java/com/amaze/fileutilities/home_page/MainActivity.kt index 13bac881..ae561b4e 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/MainActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/MainActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/PermissionFragmentWelcome.kt b/app/src/main/java/com/amaze/fileutilities/home_page/PermissionFragmentWelcome.kt index 613066af..f005eb89 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/PermissionFragmentWelcome.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/PermissionFragmentWelcome.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/WelcomePermissionScreen.kt b/app/src/main/java/com/amaze/fileutilities/home_page/WelcomePermissionScreen.kt index 19e13622..031241f4 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/WelcomePermissionScreen.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/WelcomePermissionScreen.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/WelcomeScreen.kt b/app/src/main/java/com/amaze/fileutilities/home_page/WelcomeScreen.kt index 17d992a4..48da23c0 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/WelcomeScreen.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/WelcomeScreen.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/AppDatabase.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/AppDatabase.kt index 4c37d93f..50be5b4f 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/AppDatabase.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/AppDatabase.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/AppStorageStats.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/AppStorageStats.kt index 58562a57..02619f8b 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/AppStorageStats.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/AppStorageStats.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/AppStorageStatsDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/AppStorageStatsDao.kt index 47f147ed..d73049ac 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/AppStorageStatsDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/AppStorageStatsDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/BlurAnalysis.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/BlurAnalysis.kt index 9fc7d005..6684fcb9 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/BlurAnalysis.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/BlurAnalysis.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/BlurAnalysisDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/BlurAnalysisDao.kt index 3c288da0..1b25dcde 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/BlurAnalysisDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/BlurAnalysisDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/ImageAnalysis.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/ImageAnalysis.kt index 82ba9710..488621ab 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/ImageAnalysis.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/ImageAnalysis.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/ImageAnalysisDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/ImageAnalysisDao.kt index 581c9883..4c48df9d 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/ImageAnalysisDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/ImageAnalysisDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/InstalledApps.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/InstalledApps.kt index 669bcde4..515da3e3 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/InstalledApps.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/InstalledApps.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/InstalledAppsDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/InstalledAppsDao.kt index d22fda71..62494509 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/InstalledAppsDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/InstalledAppsDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/InternalStorageAnalysis.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/InternalStorageAnalysis.kt index a1a45a54..485cd59c 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/InternalStorageAnalysis.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/InternalStorageAnalysis.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/InternalStorageAnalysisDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/InternalStorageAnalysisDao.kt index 493c4103..3ae66cd1 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/InternalStorageAnalysisDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/InternalStorageAnalysisDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/LowLightAnalysis.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/LowLightAnalysis.kt index 34cbc161..9e8cf9c0 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/LowLightAnalysis.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/LowLightAnalysis.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/LowLightAnalysisDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/LowLightAnalysisDao.kt index a2fa0bf1..e1b381fc 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/LowLightAnalysisDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/LowLightAnalysisDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/Lyrics.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/Lyrics.kt index 30616882..9355366a 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/Lyrics.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/Lyrics.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/LyricsDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/LyricsDao.kt index 0fc2ce8d..3c2f19b6 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/LyricsDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/LyricsDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/MemeAnalysis.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/MemeAnalysis.kt index f56538f1..d532a656 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/MemeAnalysis.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/MemeAnalysis.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/MemeAnalysisDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/MemeAnalysisDao.kt index 9b2fc9dc..be084dff 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/MemeAnalysisDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/MemeAnalysisDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/PathPreferences.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/PathPreferences.kt index 647a0947..365b9212 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/PathPreferences.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/PathPreferences.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/PathPreferencesDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/PathPreferencesDao.kt index 18891604..f7d57814 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/PathPreferencesDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/PathPreferencesDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysis.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysis.kt index dd3eb406..519f716b 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysis.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysis.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisDao.kt index 799cecad..61121201 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisMetadata.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisMetadata.kt index 760f93dc..b33c3993 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisMetadata.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisMetadata.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisMetadataDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisMetadataDao.kt index 19cc99b4..5aa4320a 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisMetadataDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/SimilarImagesAnalysisMetadataDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/Trial.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/Trial.kt index a3774832..cabf8f59 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/Trial.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/Trial.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/TrialValidatorDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/TrialValidatorDao.kt index 46430c17..54ea4ec7 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/TrialValidatorDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/TrialValidatorDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/VideoPlayerState.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/VideoPlayerState.kt index 9f12da5b..e8cbae19 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/VideoPlayerState.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/VideoPlayerState.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/database/VideoPlayerStateDao.kt b/app/src/main/java/com/amaze/fileutilities/home_page/database/VideoPlayerStateDao.kt index 9f84459d..167fedda 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/database/VideoPlayerStateDao.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/database/VideoPlayerStateDao.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/AggregatedMediaFileInfoObserver.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/AggregatedMediaFileInfoObserver.kt index c151a690..8d91e6f2 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/AggregatedMediaFileInfoObserver.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/AggregatedMediaFileInfoObserver.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/CircleColorView.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/CircleColorView.kt index a2e5b99e..1f2efab4 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/CircleColorView.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/CircleColorView.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/ProcessingProgressView.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/ProcessingProgressView.kt index 71e49bc3..551ffeab 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/ProcessingProgressView.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/ProcessingProgressView.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalyseFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalyseFragment.kt index 923e8bbb..ff29e7af 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalyseFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalyseFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalyseViewModel.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalyseViewModel.kt index d0380af0..43903060 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalyseViewModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalyseViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalysisTypeView.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalysisTypeView.kt index 0d5bf2b9..6e04f089 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalysisTypeView.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/AnalysisTypeView.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/ReviewAnalysisAdapter.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/ReviewAnalysisAdapter.kt index d2de8515..908dc356 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/ReviewAnalysisAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/ReviewAnalysisAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/ReviewImagesFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/ReviewImagesFragment.kt index 00685324..73c8ff32 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/ReviewImagesFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/analyse/ReviewImagesFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/AbstractMediaInfoListFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/AbstractMediaInfoListFragment.kt index e53d8a12..110f36d8 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/AbstractMediaInfoListFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/AbstractMediaInfoListFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/AudiosListFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/AudiosListFragment.kt index 94951a5a..1bdd8f5c 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/AudiosListFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/AudiosListFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/DocumentsListFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/DocumentsListFragment.kt index 23082284..a5ae3c9b 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/DocumentsListFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/DocumentsListFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/FilesFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/FilesFragment.kt index 7410d8fc..3fdd6db8 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/FilesFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/FilesFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/FilesViewModel.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/FilesViewModel.kt index 02999f3e..af5e8580 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/FilesViewModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/FilesViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. @@ -1961,7 +1961,7 @@ class FilesViewModel(val applicationContext: Application) : recentlyUpdatedAppsLiveData?.postValue(ArrayList(result.reversed())) } } - + fun getLargeSizeDiffApps(): LiveData?> { if (largeSizeDiffAppsLiveData == null) { largeSizeDiffAppsLiveData = MutableLiveData() diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/ImagesListFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/ImagesListFragment.kt index 9798da8b..84237e6e 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/ImagesListFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/ImagesListFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaAdapterPreloader.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaAdapterPreloader.kt index a1de5cb1..5ff10cfd 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaAdapterPreloader.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaAdapterPreloader.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileAdapter.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileAdapter.kt index c0dba8da..17c179d1 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileInfo.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileInfo.kt index e662a14f..f6ce9db8 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileInfo.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileInfo.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileListSorter.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileListSorter.kt index ff728c30..e7a04cac 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileListSorter.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaFileListSorter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaInfoRecyclerViewHolder.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaInfoRecyclerViewHolder.kt index 5f58c43d..e62fca55 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaInfoRecyclerViewHolder.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/MediaInfoRecyclerViewHolder.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/RecentMediaFilesAdapter.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/RecentMediaFilesAdapter.kt index 64e6bdbd..35384026 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/RecentMediaFilesAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/RecentMediaFilesAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/SearchListFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/SearchListFragment.kt index 28733be0..df5fafa2 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/SearchListFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/SearchListFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/TrialValidationApi.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/TrialValidationApi.kt index 1ca3bdf1..67a7d491 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/TrialValidationApi.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/TrialValidationApi.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/UriObserver.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/UriObserver.kt index e969fca8..bc685642 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/UriObserver.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/UriObserver.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/VideosListFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/VideosListFragment.kt index b5efe3fb..99cdcbe9 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/VideosListFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/files/VideosListFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/ButtonViewHolder.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/ButtonViewHolder.kt index eaaf4f0d..8ef80941 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/ButtonViewHolder.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/ButtonViewHolder.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeHeaderView.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeHeaderView.kt index 97b96fc5..194f1658 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeHeaderView.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeHeaderView.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeView.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeView.kt index 849cdd0d..38f0d523 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeView.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeView.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeViewOptionsListAdapter.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeViewOptionsListAdapter.kt index 46f4db39..36ac6048 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeViewOptionsListAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/media_tile/MediaTypeViewOptionsListAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/AboutActivity.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/AboutActivity.kt index 4fcc69ee..e123672f 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/AboutActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/AboutActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/AboutFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/AboutFragment.kt index 68609538..dd30c3d1 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/AboutFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/AboutFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/DonationViewHolder.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/DonationViewHolder.kt index e69fcc56..dbb946d5 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/DonationViewHolder.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/options/DonationViewHolder.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AnalysisPrefFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AnalysisPrefFragment.kt index 612b03e4..7506ab46 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AnalysisPrefFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AnalysisPrefFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AppearancePrefFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AppearancePrefFragment.kt index 75670e83..50f1b233 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AppearancePrefFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AppearancePrefFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AudioPlayerPrefFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AudioPlayerPrefFragment.kt index 57952fe0..37c0e98c 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AudioPlayerPrefFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/AudioPlayerPrefFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/ImageViewerPrefFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/ImageViewerPrefFragment.kt index 73ca6917..d0a98892 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/ImageViewerPrefFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/ImageViewerPrefFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PathPreferencesFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PathPreferencesFragment.kt index b2d1e587..94d17805 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PathPreferencesFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PathPreferencesFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PathSwitchPreference.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PathSwitchPreference.kt index d11201f6..9315cb7e 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PathSwitchPreference.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PathSwitchPreference.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PreferenceActivity.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PreferenceActivity.kt index 575ebd1a..0dc20b7c 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PreferenceActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PreferenceActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PreferenceFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PreferenceFragment.kt index 777c0dca..891f6d85 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PreferenceFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/PreferenceFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/TrashBinPrefFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/TrashBinPrefFragment.kt index 51770003..a112e151 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/TrashBinPrefFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/settings/TrashBinPrefFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/transfer/TransferFragment.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/transfer/TransferFragment.kt index 9096b148..5008c177 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/transfer/TransferFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/transfer/TransferFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/home_page/ui/transfer/TransferViewModel.kt b/app/src/main/java/com/amaze/fileutilities/home_page/ui/transfer/TransferViewModel.kt index a6b99f3c..cec3b321 100644 --- a/app/src/main/java/com/amaze/fileutilities/home_page/ui/transfer/TransferViewModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/home_page/ui/transfer/TransferViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/GlideModule.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/GlideModule.kt index 707822b0..317cde6f 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/GlideModule.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/GlideModule.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageFragmentViewModel.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageFragmentViewModel.kt index 3b5ab8f3..ad37b034 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageFragmentViewModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageFragmentViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageModel.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageModel.kt index 6275c444..071e8f73 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerActivity.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerActivity.kt index 72541d75..9493f960 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerAdapter.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerAdapter.kt index aacfeb40..9da85e83 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerDialogActivity.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerDialogActivity.kt index c94f728c..083f809e 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerDialogActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerDialogActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerFragment.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerFragment.kt index fd2e9dee..7b12ef23 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerViewModel.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerViewModel.kt index abe728e3..0db65936 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerViewModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/ImageViewerViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/ColorPickerAdapter.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/ColorPickerAdapter.kt index b5950033..98e9fecb 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/ColorPickerAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/ColorPickerAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/EditImageActivity.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/EditImageActivity.kt index 0b5b9f5d..ca7a717e 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/EditImageActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/EditImageActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/EmojiBSFragment.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/EmojiBSFragment.kt index 66ea7a1f..8f9cb426 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/EmojiBSFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/EmojiBSFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/FileSaveHelper.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/FileSaveHelper.kt index e1dedfb6..2379b1ba 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/FileSaveHelper.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/FileSaveHelper.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/PropertiesBSFragment.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/PropertiesBSFragment.kt index c00d6c69..0c1c0bbb 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/PropertiesBSFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/PropertiesBSFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/ShapeBSFragment.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/ShapeBSFragment.kt index a323df83..90232bca 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/ShapeBSFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/ShapeBSFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/StickerBSFragment.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/StickerBSFragment.kt index 21dd3c2e..cd253773 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/StickerBSFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/StickerBSFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/StickersApi.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/StickersApi.kt index 9eeb0ca7..dd9bd91e 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/StickersApi.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/StickersApi.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/TextEditorDialogFragment.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/TextEditorDialogFragment.kt index 922008f3..3e103ce6 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/TextEditorDialogFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/TextEditorDialogFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/base/BaseActivity.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/base/BaseActivity.kt index 533655bb..e3103630 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/base/BaseActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/base/BaseActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/base/BaseFragment.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/base/BaseFragment.kt index e3bbc207..64ff6a25 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/base/BaseFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/base/BaseFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/filters/FilterListener.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/filters/FilterListener.kt index 80b8f030..da709c4b 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/filters/FilterListener.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/filters/FilterListener.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/tools/EditingToolsAdapter.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/tools/EditingToolsAdapter.kt index 0beeb902..0e15a4eb 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/tools/EditingToolsAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/tools/EditingToolsAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/tools/ToolType.kt b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/tools/ToolType.kt index 9517af69..15b65965 100644 --- a/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/tools/ToolType.kt +++ b/app/src/main/java/com/amaze/fileutilities/image_viewer/editor/tools/ToolType.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFileInfoOperationsFragment.kt b/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFileInfoOperationsFragment.kt index d022adb3..38a166e9 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFileInfoOperationsFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFileInfoOperationsFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFilesAdapter.kt b/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFilesAdapter.kt index 1b41e649..a765cb03 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFilesAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFilesAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFragment.kt b/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFragment.kt index 7f363282..cd5b083d 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/AbstractMediaFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/AbstractRepeatingRunnable.kt b/app/src/main/java/com/amaze/fileutilities/utilis/AbstractRepeatingRunnable.kt index 6a456de0..17a6f80a 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/AbstractRepeatingRunnable.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/AbstractRepeatingRunnable.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/BaseIntentModel.kt b/app/src/main/java/com/amaze/fileutilities/utilis/BaseIntentModel.kt index c7dc2ba1..3247ba6a 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/BaseIntentModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/BaseIntentModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/CursorUtils.kt b/app/src/main/java/com/amaze/fileutilities/utilis/CursorUtils.kt index 56bb8433..704f0677 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/CursorUtils.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/CursorUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/CustomCoordinatorLayout.kt b/app/src/main/java/com/amaze/fileutilities/utilis/CustomCoordinatorLayout.kt index 365db641..0ae74420 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/CustomCoordinatorLayout.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/CustomCoordinatorLayout.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/DbConverters.kt b/app/src/main/java/com/amaze/fileutilities/utilis/DbConverters.kt index 9a353f72..f7658bd6 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/DbConverters.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/DbConverters.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/DragDismissBottomSheetBehaviour.kt b/app/src/main/java/com/amaze/fileutilities/utilis/DragDismissBottomSheetBehaviour.kt index 10f0575c..f04f17e0 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/DragDismissBottomSheetBehaviour.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/DragDismissBottomSheetBehaviour.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/EmptyViewHolder.kt b/app/src/main/java/com/amaze/fileutilities/utilis/EmptyViewHolder.kt index d393c08e..ed93122d 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/EmptyViewHolder.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/EmptyViewHolder.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/Extensions.kt b/app/src/main/java/com/amaze/fileutilities/utilis/Extensions.kt index 0680aa0a..a0144f7c 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/Extensions.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/Extensions.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/FastScroller.kt b/app/src/main/java/com/amaze/fileutilities/utilis/FastScroller.kt index 63f337a5..e90facdb 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/FastScroller.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/FastScroller.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/FileUtils.kt b/app/src/main/java/com/amaze/fileutilities/utilis/FileUtils.kt index 2cd894b2..1c38bd89 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/FileUtils.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/FileUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/FixedSizePriorityQueue.kt b/app/src/main/java/com/amaze/fileutilities/utilis/FixedSizePriorityQueue.kt index 49fd996e..9731b4af 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/FixedSizePriorityQueue.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/FixedSizePriorityQueue.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/HeaderViewHolder.kt b/app/src/main/java/com/amaze/fileutilities/utilis/HeaderViewHolder.kt index c64fc798..1282c5c2 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/HeaderViewHolder.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/HeaderViewHolder.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/ImgUtils.kt b/app/src/main/java/com/amaze/fileutilities/utilis/ImgUtils.kt index 4dde25f0..f836ec09 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/ImgUtils.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/ImgUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/InputFilterMinMaxLong.kt b/app/src/main/java/com/amaze/fileutilities/utilis/InputFilterMinMaxLong.kt index 675049e8..7ef6bf69 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/InputFilterMinMaxLong.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/InputFilterMinMaxLong.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/ItemsActionBarFragment.kt b/app/src/main/java/com/amaze/fileutilities/utilis/ItemsActionBarFragment.kt index 4035b4ca..35b71a80 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/ItemsActionBarFragment.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/ItemsActionBarFragment.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/ListBannerViewHolder.kt b/app/src/main/java/com/amaze/fileutilities/utilis/ListBannerViewHolder.kt index 688e20f3..ced476b7 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/ListBannerViewHolder.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/ListBannerViewHolder.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/MimeTypes.java b/app/src/main/java/com/amaze/fileutilities/utilis/MimeTypes.java index 86c036ab..0aba4d09 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/MimeTypes.java +++ b/app/src/main/java/com/amaze/fileutilities/utilis/MimeTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/NotificationConstants.kt b/app/src/main/java/com/amaze/fileutilities/utilis/NotificationConstants.kt index fec20332..62889033 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/NotificationConstants.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/NotificationConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/ObtainableServiceBinder.kt b/app/src/main/java/com/amaze/fileutilities/utilis/ObtainableServiceBinder.kt index b2594ba8..9f42226f 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/ObtainableServiceBinder.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/ObtainableServiceBinder.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/PreferencesConstants.kt b/app/src/main/java/com/amaze/fileutilities/utilis/PreferencesConstants.kt index 33386348..52d2d493 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/PreferencesConstants.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/PreferencesConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/QueryAppSizeWorker.kt b/app/src/main/java/com/amaze/fileutilities/utilis/QueryAppSizeWorker.kt index 6e1cd0f7..e3bbf235 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/QueryAppSizeWorker.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/QueryAppSizeWorker.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/StorageDirectoryParcelable.kt b/app/src/main/java/com/amaze/fileutilities/utilis/StorageDirectoryParcelable.kt index d05b9480..eb03ddc3 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/StorageDirectoryParcelable.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/StorageDirectoryParcelable.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/Utils.kt b/app/src/main/java/com/amaze/fileutilities/utilis/Utils.kt index 6a25db87..40f35652 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/Utils.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/Utils.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/ContextExt.kt b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/ContextExt.kt index 9a1b3de0..ccd57135 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/ContextExt.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/ContextExt.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/DialogFileChooserExt.kt b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/DialogFileChooserExt.kt index 365f872a..eabbbfc9 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/DialogFileChooserExt.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/DialogFileChooserExt.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/DialogFolderChooserExt.kt b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/DialogFolderChooserExt.kt index c61891a1..2f0686d1 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/DialogFolderChooserExt.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/DialogFolderChooserExt.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/FileChooserAdapter.kt b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/FileChooserAdapter.kt index b19a0b5c..b9710a29 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/FileChooserAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/FileChooserAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/FilesUtilExt.kt b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/FilesUtilExt.kt index 45f584ae..998273d5 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/FilesUtilExt.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/FilesUtilExt.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/ViewExt.kt b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/ViewExt.kt index 97c5eeed..5fc1d042 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/ViewExt.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/dialog_picker/ViewExt.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/share/ShareAdapter.kt b/app/src/main/java/com/amaze/fileutilities/utilis/share/ShareAdapter.kt index 33302c1f..45088c57 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/share/ShareAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/share/ShareAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/utilis/share/ShareUtils.kt b/app/src/main/java/com/amaze/fileutilities/utilis/share/ShareUtils.kt index 7326455a..81a61b53 100644 --- a/app/src/main/java/com/amaze/fileutilities/utilis/share/ShareUtils.kt +++ b/app/src/main/java/com/amaze/fileutilities/utilis/share/ShareUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/video_player/BaseVideoPlayerActivity.kt b/app/src/main/java/com/amaze/fileutilities/video_player/BaseVideoPlayerActivity.kt index 717b868e..a1472b54 100644 --- a/app/src/main/java/com/amaze/fileutilities/video_player/BaseVideoPlayerActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/video_player/BaseVideoPlayerActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/video_player/LanguageSelectionAdapter.kt b/app/src/main/java/com/amaze/fileutilities/video_player/LanguageSelectionAdapter.kt index 2966cd36..691a3bed 100644 --- a/app/src/main/java/com/amaze/fileutilities/video_player/LanguageSelectionAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/video_player/LanguageSelectionAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/video_player/SubtitlesApi.kt b/app/src/main/java/com/amaze/fileutilities/video_player/SubtitlesApi.kt index e42ec2ae..bbbc6077 100644 --- a/app/src/main/java/com/amaze/fileutilities/video_player/SubtitlesApi.kt +++ b/app/src/main/java/com/amaze/fileutilities/video_player/SubtitlesApi.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/video_player/SubtitlesSearchResultsAdapter.kt b/app/src/main/java/com/amaze/fileutilities/video_player/SubtitlesSearchResultsAdapter.kt index 7b39b5a6..b40c0412 100644 --- a/app/src/main/java/com/amaze/fileutilities/video_player/SubtitlesSearchResultsAdapter.kt +++ b/app/src/main/java/com/amaze/fileutilities/video_player/SubtitlesSearchResultsAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/video_player/VideoModel.kt b/app/src/main/java/com/amaze/fileutilities/video_player/VideoModel.kt index 1adca07b..caed98bb 100644 --- a/app/src/main/java/com/amaze/fileutilities/video_player/VideoModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/video_player/VideoModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerActivity.kt b/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerActivity.kt index 3a516278..3abcf5b6 100644 --- a/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerActivityViewModel.kt b/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerActivityViewModel.kt index 3fc7b09d..374f581f 100644 --- a/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerActivityViewModel.kt +++ b/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerActivityViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerDialogActivity.kt b/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerDialogActivity.kt index 9095c7db..da04d91a 100644 --- a/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerDialogActivity.kt +++ b/app/src/main/java/com/amaze/fileutilities/video_player/VideoPlayerDialogActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/main/play/listings/en-US/full-description.txt b/app/src/main/play/listings/en-US/full-description.txt index 6ef75926..7af5c42b 100644 --- a/app/src/main/play/listings/en-US/full-description.txt +++ b/app/src/main/play/listings/en-US/full-description.txt @@ -3,9 +3,15 @@ From the developers of open source app Amaze File Manager. An open source app to Analyse: - Analyse storage for junk files to delete - Group similar images, memes, low-light images, blurred images, selfies or group images -- Group large or duplicate files in storage +- Group large, duplicate or hidden files in storage +- Group cluttered media files (uses algorithms to identify videos that may not be useful) - Group old downloads, recordings or screenshots - Group unused / most used / least used installed apps, large apps or games, apps that use most data +- Group Whatsapp / Telegram media files +- Group apps that use most Mobile / Wifi network data +- Clean junk data of uninstalled apps +- Group list of apps growing in size +- Group apk files in storage that may not be useful - Clear RAM for better performance - Compress media files @@ -15,6 +21,7 @@ Media Files: - Open using inbuilt player - Jump to any date instantly - Search for any media file instantly +- Compress images / video files - Cast on tv Music Player: @@ -27,7 +34,7 @@ Video Player: - Play videos with gestures to skip, manage volume, brightness within player - View in picture-in-picture mode - Supports gesture to play, pause, skip, change brightness or volume within player -- Play in background +- Play in background or PIP (picture-in-picture) window - Lock gestures or orientation - Search and download online subtitles within player - Change playback aspect ratio, pitch and speed diff --git a/app/src/main/res/values-af-rZA/strings.xml b/app/src/main/res/values-af-rZA/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-af-rZA/strings.xml +++ b/app/src/main/res/values-af-rZA/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-ar-rSA/strings.xml b/app/src/main/res/values-ar-rSA/strings.xml index 34d88b51..552a5b28 100644 --- a/app/src/main/res/values-ar-rSA/strings.xml +++ b/app/src/main/res/values-ar-rSA/strings.xml @@ -1,121 +1,121 @@ - أدوات مدير الملفات Amaze + Amaze File Utilities - أدوات Amaze + Amaze Utilities - تطبيق مدير الملفات متضمن مشغلات وسائط لجميع احتياجاتك. + File Utility app with inbuilt media players for all your needs. - عارض صور Amaze + Amaze Image Viewer - عارض الصور + Image Viewer - مشغل الفيديو Amaze + Amaze Video Player - مشغل الفيديو Amaze (نافذة صغيرة) + Amaze Video Player (Dialog) - مشغل فيديو Amaze (ملء الشاشة) + Amaze Video Player (Full Screen) - مشغل موسيقى Amaze + Amaze Music Player - عارض بي دي اف Amaze + Amaze Pdf Viewer - عارض Epub + Amaze Epub Viewer - مستعرض Doc + Amaze Doc Viewer - عارض صور Amaze (نافذة صغيرة) + Amaze Image Viewer (Dialog) - عارض صور Amaze (ملء الشاشة) + Amaze Image Viewer (Full Screen) - أذن التخزين غير ممنوح + Storage permission not granted - أذن الموقع غير ممنوح + Location permission not granted - يحتاج التطبيق لأذونات قراءة الذاكرة لتحقيق الأداء الأمثل. + App needs storage read permissions for optimal performance. App needs notification permissions for optimal performance. - منح الأذن + Grant permission - منح + Grant - إلغاء + Cancel - تشغيل + Play - خلط + Shuffle - إعادة + Repeat - السابق + Previous - التالي + Next - غير مسموح + Not allowed - يشغل أصوات أدوات مدير الملفات Amaze + Plays audio for Amaze File Utilities - عكس الألوان + Invert colors - جاري التحميل… + Loading… - تحليل + Analyse - أدوات + Utilities - نقل + Transfer - مسح ضوئي + Scan - إيقاف + Stop - ذاكرة التخزين الداخلية + Internal Storage - صور + Images - صوتيات + Audios - مقاطع الفيديو + Videos - المستندات + Documents - %s ملف + %s Files - %s ملف وسائط + %s Media Files - المستخدم: %s + Used: %s - إرسال + Send - استقبال + Receive - إيقاف الإستقبال + Stop Receiving - جاري الحساب… + Calculating… - الملفات الأخيرة + Recent Files - لايوجد ملفات + No files - ملفات الوسائط: %s + Media Files: %s - البحث عن الملفات… + Search for files… - الرجاء الانتظار… + Please wait… - لايوجد شيء هنا… + It\'s quiet in here… - الإعدادات + Settings - حول التطبيق + About - Copyright © 2021–2022 e\nجميع الحقوق محفوظة + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved - تراخيص مفتوحة المصدر + Open-source licenses - سياسة الخصوصية + Privacy Policy Licenses @@ -219,63 +219,63 @@ Blurred - إضاءة خافتة + Low-Light - ميمز + Memes - عابس + Frown - الصور التي لا تحتوي على وجوه مبتسمة + Images that doesn\'t have smiling faces - عيون مغلقة + Closed Eyes - الصور التي تحتوي على أشخاص ذوي عيون مغلقة + Images that have people with closed eyes - مشتتة + Distracted - الصور التي تحتوي على أشخاص ينظرون بعيداً عن الكاميرا + Images that have people looking elsewhere - سيلفي + Selfies - صور لمجموعة أشخاص + Group Pics - الميمز هي صور يوجد فيها كتابة + Memes are images that have something prominent written over them - الملفات المكررة + Duplicate files - ذاكرة التخزين المؤقتة للتطبيق + App Cache - مقاطع فيديو كبيرة + Large videos - التنزيلات الكبيرة + Large downloads - لقطات الشاشة القديمة + Old Screenshots - التنزيلات القديمة + Old downloads - التسجيلات القديمة + Old recordings Empty files / folders - الملفات غير المرغوب فيها + Junk files - الملفات الغير مرغوب فيها هي ملفات متبقية من تطبيقات محذوفة + Junk files are files that are left over from uninstalled apps Telegram Media - المزيد من التحسين قادم! + More optimizations to come! - عرض الكل + View all - تحليل + Analysis - التحكم في إعدادات تبويب التحليل مثل المسارات لتضمين التحليل من ، إظهار / إخفاء مختلف التحليلات + Control analysis tab settings such as paths to include analysis from, show / hide various analysis - استبعاد + Exclusions - المسارات التي يجب استبعادها أثناء مسح الوسائط + Paths to exclude while scanning media - مشغل الصوت + Audio Player Control audio player settings such as paths to exclude @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-ca-rES/strings.xml b/app/src/main/res/values-ca-rES/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-ca-rES/strings.xml +++ b/app/src/main/res/values-ca-rES/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-cs-rCZ/strings.xml b/app/src/main/res/values-cs-rCZ/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-cs-rCZ/strings.xml +++ b/app/src/main/res/values-cs-rCZ/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-da-rDK/strings.xml b/app/src/main/res/values-da-rDK/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-da-rDK/strings.xml +++ b/app/src/main/res/values-da-rDK/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-de-rDE/strings.xml b/app/src/main/res/values-de-rDE/strings.xml index e4d1420d..552a5b28 100644 --- a/app/src/main/res/values-de-rDE/strings.xml +++ b/app/src/main/res/values-de-rDE/strings.xml @@ -1,425 +1,425 @@ - Amaze Datei-Tools + Amaze File Utilities Amaze Utilities - Datei-Browser-App mit eingebautem Media-Player, der alle Bedürfnisse deckt. + File Utility app with inbuilt media players for all your needs. - Amaze Bildbetrachter + Amaze Image Viewer - Bildbetrachter + Image Viewer - Amaze Videoplayer + Amaze Video Player - Amaze Videoplayer (Dialog) + Amaze Video Player (Dialog) - Amaze Videoplayer (Vollbild) + Amaze Video Player (Full Screen) - Amaze Musik-Player + Amaze Music Player - Amaze PDF-Betrachter + Amaze Pdf Viewer - Amaze Epub-Betrachter + Amaze Epub Viewer - Amaze Dokumente-Betrachter + Amaze Doc Viewer - Amaze Bildbetrachter (Dialog) + Amaze Image Viewer (Dialog) - Amaze Bildbetrachter (Vollbild) + Amaze Image Viewer (Full Screen) - Speicher-Berechtigung nicht gewährt + Storage permission not granted - Standortzugriff nicht gewährt + Location permission not granted - Die App benötigt Leserechte für eine optimale Performance. + App needs storage read permissions for optimal performance. App needs notification permissions for optimal performance. - Zugriff gewähren + Grant permission - Erlauben + Grant - Abbrechen + Cancel - Wiedergabe + Play - Zufällig + Shuffle - Wiederholen + Repeat - Vorheriger + Previous - Nächster + Next - Nicht zulässig + Not allowed - Spielt Audio für Amaze File Utilities ab + Plays audio for Amaze File Utilities - Farben umkehren + Invert colors - Wird geladen… + Loading… - Analysieren + Analyse - Werkzeuge + Utilities - Dateiübertragung + Transfer - Scannen + Scan - Stopp + Stop - Interner Speicher + Internal Storage - Bilder + Images Audios Videos - Dokumente + Documents - %s Dateien + %s Files - %s Mediendateien + %s Media Files - Belegt: %s + Used: %s - Senden + Send - Empfangen + Receive - Empfangen beenden + Stop Receiving - Berechne… + Calculating… - Letzte Dateien + Recent Files - Keine Ergebnisse + No files - Mediendateien: %s + Media Files: %s - Suche nach Dateien… + Search for files… - Bitte warten… + Please wait… - Es ist still hier… + It\'s quiet in here… - Einstellungen + Settings - Über + About - Copyright ©️ 2021–2022 Team Amaze\nAlle Rechte vorbehalten + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved - Open Source-Lizenzen + Open-source licenses - Datenschutzerklärung + Privacy Policy - Lizenzen + Licenses - Informationen + Information - Nicht unterstützter Inhalt + Unsupported content - Ordner + Parent - Datum + Date Name - Listenansicht + List View - Gitteransicht + Grid View - Größe + Size Album - Interpret + Artist - Länge + Duration - Entschuldigung, das hätte nicht passieren dürfen. + Sorry, that should not have happened. - Diesen Fehler per E-Mail melden + Report this error via e-mail - Diesen Fehler per Telegramm melden + Report this error via telegram - Formatierten Fehlerbericht kopieren + Copy formatted report - Auf GitHub melden + Report on GitHub - Bitte überprüfe, ob es bereits eine Diskussion gibt, in der dieses Problem gemeldet wurde. + Please check whether an issue discussing your crash already exists. - Entschuldigung, etwas ist schiefgelaufen. + Sorry, something went wrong. - Bericht + Report Info: - Was passiert ist: + What happened: - Was:\\nAnfrage:\\nGMT Zeit:\\nPaket:\\nVersion:\\nOS Version:\\nGerät:\\nModell:\\nProdukt:\\nGeräte ID: + What:\\nRequest:\\nGMT Time:\\nPackage:\\nVersion:\\nOS version:\\nDevice:\\nModel:\\nProduct:\\nDevice ID: - Dein Kommentar (in Englisch): + Your comment (in English): Details: - App/UI abgestürzt + App/UI crashed - Fehlerbericht + Error report - Absturzbericht in Zwischenablage kopiert + Crash report copied to clipboard - Pfad in Zwischenablage kopiert + Path copied to clipboard - Passwort erforderlich + Password required - Bitte Passwort eingeben, um diese Datei zu öffnen + Please enter the password to open this document OK - Passwort falsch + Wrong password - Nicht unterstützter Vorgang + Unsupported Operation - Seit Android 11 wird seitens Google verlangt, dass Dateiverwalter Berechtigungen zum Verwalten aller Dateien auf dem Gerät anfordern. Mehr Details hier.\n\n -Amaze Fle Utilitys benötigt diese Berechtigung ebenfalls. Nach drücken auf "Erlauben" bitte die Option Zugriff zum Verwalten aller Dateien zulassen auf der nächsten Seite zulassen. -\n\nDas Abbrechen dieser Anfrage wird die App beenden. + Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details here. + \n\nAmaze File Utilities needs this permission too. After pressing "Grant"here, please select Allow access to manage all files option on the next screen. + \n\nCanceling this dialog will exit the app. - Seite kopieren + Copy page - Lesezeichen + Bookmarks - Titel + Title - Autor + Author - Ersteller + Creator - Erstellungsdatum + Creation date - Änderungsdatum + Modification Date - Thema + Subject - Schlüsselwörter + Keywords - Hersteller + Producer - Schließen + Close - Analysiere… + Analysing… - Seiteninhalt in Zwischenablage kopiert + Page content copied to clipboard - Bereinigen + Clean - Unscharf + Blurred - Schwaches Licht + Low-Light Memes - Stirnrunzeln + Frown - Bilder, die keine lächelnden Gesichter haben + Images that doesn\'t have smiling faces - Geschlossene Augen + Closed Eyes - Bilder, die Personen mit geschlossenen Augen haben + Images that have people with closed eyes - Abgelenkt + Distracted - Bilder mit Personen die nicht in die Kamera schauen + Images that have people looking elsewhere Selfies - Gruppenbilder + Group Pics Memes are images that have something prominent written over them - Doppelte Dateien + Duplicate files - App-Cache + App Cache - Große Videos + Large videos - Große Downloads + Large downloads - Alte Bildschirmfotos + Old Screenshots - Alte Downloads + Old downloads - Alte Aufnahmen + Old recordings - Leere Dateien / Ordner + Empty files / folders - Junk Dateien + Junk files - Junk Dateien sind Dateien, die von deinstallierten Apps übrig bleiben + Junk files are files that are left over from uninstalled apps - Telegram + Telegram Media - Weitere Optimierungen werden kommen! + More optimizations to come! - Alle anzeigen + View all - Analyse + Analysis - Einstellungen des Analyse-Reiters wie zum Beispiel Pfade zur Analyse, Anzeige / Verbergen verschiedener Analysen + Control analysis tab settings such as paths to include analysis from, show / hide various analysis - Ausschlüsse + Exclusions - Pfade, die beim Scannen von Medien ausgeschlossen werden sollen + Paths to exclude while scanning media Audio Player - Festlegen von Audio Player Einstellungen wie z. B. auszuschließende Pfade + Control audio player settings such as paths to exclude - Einstellungen des Bildbetrachters festlegen + Control image viewer settings - Suche Duplikate in… + Search duplicates in… - Android MediaStore (schnellste) + Android media store (fastest) - Interner Speicher (oberflächlich / langsam) + Internal Storage (Shallow / slow) - Interner Speicher (tief / langsam) + Internal Storage (Deep / slowest) - Analyse anzeigen + Show analysis - Neuer Eintrag + Add Item - Eingeschlossene Pfade + Paths Included - Ausgeschlossene Pfade + Paths Excluded - Eintrag löschen + Delete Preference - Sie überschreiben einen existierenden Pfad. - Dies wird die vorhandenen Analysedaten für diesen Pfad zurücksetzen. + You\'re about to override an existing path. + This will reset the existing analysis data for that path. - Bestätigen + Confirm - Bildmerkmale + Image Features - Includes closed eyes, distracted, sad, selfie, group paths + Includes closed eyes, selfie, group paths Downloads - Enthält alte, große Downloads + Includes old, large downloads - Unaufgeräumte Videos + Cluttered Videos - Eine Gruppe von Videos mit ähnlicher Laufzeit. + A group of videos that have similar running time. - Erneut analysieren + Re-analyse - Löscht vorhandene Analysedaten und startet erneut + Clears existing analysis data and starts again - <UNBEKANNT> + <UNKNOWN> - Suche… + Searching… - Suche… (%s Sekunden) + Searching… (%s secs) - Bitte aktivieren Sie Ihr WLAN + Please enable your Wi-Fi - Partner konnte nicht gefunden werden. Bitte stelle die Verbindung zum WLAN erneut her + Failed to discover peers. Please try reconnecting to Wifi network - Empfange Dateien + Receiving files - Suche nach Geräten… + Search for devices… - Wellenform Suchleiste aktivieren + Enable waveform seekbar - Fehler beim Starten der Cast-Sitzung + Failed to start cast session - Bereit zum casten, wähle beliebige Medien + Ready to cast, select any media - Cast Verbindung wird hergestellt + Establishing cast connection - Cast Sitzung unterbrochen + Cast session suspended - Cast Sitzung fortsetzen + Resuming cast session - Fehler beim Wiederherstellen der Cast Sitzung + Failed to resume cast session - Cast Sitzung wiederhergestellt + Cast session resumed - Cast Sitzung beenden + Ending cast session - Cast Sitzung beendet + Cast session ended - Öffnen mit… + Open with… - Inbuilt-Player + In-built player - Server läuft… + Server running… - Inhalte werden auf TV übertragen + Casting content on TV - Stopp + Stop - Medien Cast für Amaze File Utilitys + Casts media for Amaze File Utilities - Verbindung zum entfernten Gerät konnte nicht hergestellt werden. Bitte versuche die Verbindung mit dem WLAN erneut herzustellen + Failed to establish connection with remote device. Please try reconnecting to Wifi network - Erfolgreich verbunden + Connection successful - Senden fehlgeschlagen, bitte sicherstellen, dass die Gegenstelle auf Dateiempfang eingestellt ist + Failed to send, please ensure remote is set to receive file - Senden fehlgeschlagen, bitte erneut verbinden + Failed to send, please reconnect - Empfangen fehlgeschlagen + Failed to receive - Empfang fehlgeschlagen, bitte erneut verbinden + Failed to receive, please reconnect - Datei übertragen + File transferred - App benötigt Standortberechtigung, um sich mit Geräten in der Nähe zu verbinden. + App needs location permission to connect with nearby devices. - Bitte Standortberechtigung erteilen, um sich mit Geräten in der Nähe zu verbinden. + Please grant storage permission to connect with nearby devices. - Warte auf Berechtigungen… + Waiting for permissions… - Dein GPS scheint deaktiviert zu sein, bitte aktiviere es, um fortzufahren + Your GPS seems to be disabled, please enable to proceed - Bitte aktiviere Standortdienste. + Please enable location to scan. - Ja + Yes - Nein + No - Aktivieren + Enable - Keine Geräte in der Nähe gefunden, - bitte stelle sicher, dass dein Gerät mit demselben Netzwerk verbunden ist und in den Einstellungen WiFi-Direkt aktiviert ist + No devices found nearby, + please make sure your device is connected to same network and have WiFi-Direct enabled in settings - Beenden der Partnerermittlung fehlgeschlagen + Failed to stop peer discovery - Netzwerkerkennung zurücksetzen + Resetting network discovery - Verbindung getrennt + Disconnected - Verbindung trennen + Disconnect - Bestehende Verbindung existiert bereits, bitte trennen Sie zuerst! + Existing connection exists, please disconnect first! - Verbinde… + Connecting… - Seitenverhältnis + Aspect ratio - Wiedergabegeschwindigkeit + Playback Speed - Tonhöhe (Halbtonschritt) + Pitch (semitones) - Untertitel + Subtitles - Datei + File Media @@ -427,362 +427,362 @@ Amaze Fle Utilitys benötigt diese Berechtigung ebenfalls. Nach drücken auf &qu Video - Pfad + Path - Zuletzt geändert + Last Modified - Beschreibung + Description - Monat / Jahr der Aufnahme + Recording month/year - Monat / Jahr der Veröffentlichung + Release month/year Bitrate - Kanal + Channel - Bildfrequenz + Frame Rate - Containertyp + Container Type - Breite + Width - Höhe + Height Codecs - Abtastrate + Sample Rate - Audiofokussierung fehlgeschlagen + Failed to gain audio focus - Öffnen + Open - Suchen + Search - Online suchen + Search online - Synchronisieren + Synchronize - Untertitel herunterladen + Download subtitles - Gib Stichwörter ein und wähle die Sprache, um nach Untertiteln auf opensubtitles.org zu suchen + Enter keywords and select your language to search subtitles from opensubtitles.org - Du wirst zum Amaze Dateimanager weitergeleitet. Es ist unser Open-Source-Angebot, mit über 2 Millionen Downloads und einer Bewertung von 4,3 im Play Store, das alle Funktionen eines modernen Dateimanagers bietet und völlig kostenlos ist. + You\'re being redirected to Amaze File Manager. It\'s our open source offering that has all features a modern file manager has completely free of cost with over 2M downloads and 4.3 rating on Play Store. - Herunterladen - Amaze Dateimanager + Download + Amaze File Manager - Gerät nicht mit dem Internet verbunden + Device not connected to internet - Uploaddatum + Upload date - Bewertung + Rating CD - Hochgeladen von + Uploader Downloads - Sprache + Language - Keine Ergebnisse, bitte versuche es mit anderen Schlüsselworten… + No results, please try with different keywords… - Herunterladen… + Downloading… - Kann nicht herunterladen, wähle andere Untertitel + Can\'t download, choose some other subtitles - Untertitel übernommen + Subtitles applied - Herunterladen fehlgeschlagen + Failed to download Bluetooth - Protokolle teilen + Share logs - Keine Apps zum Teilen gefunden + No apps found to share - Fehler beim Entpacken der Protokolldatei + Failed to extract logs file - Wiedergabe fortsetzen + Continue playing - Keine Sprache ausgewählt + No language selected - Kein Element ausgewählt + No item selected - Analyse aktualisiert + Updated analysis - Teilen der Dateien fehlgeschlagen + Failed to share files - Connected… before you start sending, + Connected… before you start sending, make sure to enable receiver on the other device - Empfange… + Receiving… - Stelle sicher, dass die Verbindung nur von einem Gerät aus initiiert wird, nicht von beiden. + Make sure to initiate connection only from one device not both. - Achte darauf, dass die Suche auf beiden Geräten gestartet wird + Make sure to start scan on both the devices - Verbinde… (%s Sekunden) + Connecting… (%s secs) - Bitte WLAN aktivieren um fortzufahren + Please enable Wifi to continue - Mein Gerät: %s + My device: %s Status: %s - Übertagung läuft + Transfer in progress - Es findet gerade eine P2P-Übertragung statt, - es wird empfohlen, diesen Bildschirm nicht zu verlassen, - sonst kannst du die Übertragung nicht mehr verfolgen. + There is a P2P transfer currently in progress, + it is recommended that you don\'t leave this screen, + otherwise you\'ll not be able to track the transfer - Verlassen + Leave - Bleiben + Stay - Bearbeiten + Edit - Setze als… + Set as… - Löschen + Delete Details - Hersteller + Make - Modell + Model - Blende + Aperture ISO - Auslösezeit + Shutter time - Standort + Location GPS - Breitengrad + Latitude - Längengrad + Longitude - Dateiname + File Name - Pfad + Path - Auf Karte öffnen + Open in Map - Teilen + Share - Keine App zum Öffnen der Datei gefunden + No App found to open this file - Datei nicht gefunden + File not found - Löschen + Delete - Dies wird diese Dateien dauerhaft löschen. - Bist du sicher, dass du fortfahren möchtest?\n\n%s Dateien, %s Größe + You\'re about to permanently delete these files. + Are you sure you want to proceed?\n\n%s Files, %s Size - %s von %s gelöscht + Deleted %s of %s - Erfolgreich gelöscht + Successfully deleted - Fehler beim Aktualisieren der Liste, bitte starte die App neu + Failed to update list, please restart the app - Geräte-ID + Device ID - Abonnementstatus + Subscription status - Geräte-ID in Zwischenablage kopiert + Device ID copied to clipboard Version - Lizenz + License - Fehler melden + Submit Issue - Kontaktiere uns + Contact Us - Übersetzen + Translate - Hilf uns, Amaze in deine Sprache zu übersetzen + Help us translate Amaze in your language - Über die App + About app - Hergestellt mit ❤️ in Indien + Made with ❤ in India - Testversion gestartet (%s Tage) + Trial started (%s days) - Vielen Dank, dass du dich für Amaze File Utilities entschieden hast. Die Testversion wurde aktiviert.\n - Wir sind ein Team von Open-Source-Entwicklern, die hart daran arbeiten, ein werbefreies Erlebnis zu bieten. - Wir würden uns freuen wenn du dich für die Vollversion entscheiden würdest, ein Kauf würde helfen, uns über Wasser zu halten.\n - Wenn du Hilfe brauchst, kannst du uns jederzeit im Abschnitt Über uns kontaktieren. - Du kannst auch direkt mit unserem Team auf Telegram Kontakt aufnehmen.\n - Bitte probiere auch unsere Open-Source-Dateimanager-Anwendung \'Amaze File Manager\' für eine nahtlose Dateiverwaltung aus. + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your purchase will really help to keep us afloat.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - Testversion läuft ab + Trial about to expire - Hallo! Vielen Dank, dass du dich für Amaze File Utilities entschieden hast. - \nDer Testzeitraum wird morgen ablaufen. Wir hoffen, dass dir unsere Software gefallen hat, und wir freuen uns, wenn du einen kleinen Obolus leistest. - \nWir sind ein Team von Open-Source-Entwicklern, die hart daran arbeiten, ein werbefreies Erlebnis zu bieten - und wir brauchen Geld, um uns über Wasser zu halten.\nGerne kannst du mit uns Kontakt aufnehmen, wenn der Testzeitraum noch etwas verlängert werden soll. + Hey There! Thank you for choosing Amaze File Utilities. + \nYour trial is going to expire tomorrow, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment. + \nWe are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\nYou can write to us if you want to extend the trial period a bit more. - Testversion abgelaufen + Trial expired - Hallo! Vielen Dank, dass du dich für Amaze File Utilities entschieden hast.\n - Der Testzeitraum ist ablaufen. Wir hoffen, dass dir unsere Software gefallen hat, und wir freuen uns, wenn du einen kleinen Obolus leistest.\n - Wir sind ein Team von Open-Source-Entwicklern, die hart daran arbeiten, ein werbefreies Erlebnis zu bieten - und wir brauchen Mittel, um uns über Wasser zu halten.\n - Gerne kannst du mit uns Kontakt aufnehmen, wenn der Testzeitraum noch etwas verlängert werden soll. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial has expired, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - Testversion inaktiv + Trial inactive - Hallo! Vielen Dank, dass du dich für Amaze File Utilities entschieden hast.\n - Deine Testversion ist inaktiv somit bist du kein exklusives Mitglied mehr. - Wir hoffen, dass dir unsere Software gefallen hat, und wir freuen uns, wenn du einen kleinen Obolus leistest.\n - -Wir sind ein Team von Open-Source-Entwicklern, die hart daran arbeiten, ein werbefreies Erlebnis zu bieten - und wir brauchen Mittel, um uns über Wasser zu halten.\n - Gerne kannst du mit uns Kontakt aufnehmen, wenn der Testzeitraum noch etwas verlängert werden soll. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial is inactive and you\'re not longer an exclusive member, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - Abonniert + Subscribed - Vielen Dank, dass du dich für Amaze File Utilities entschieden hast.\n - Wir sind ein Team von Open-Source-Entwicklern, die hart daran arbeiten, ein werbefreies Erlebnis zu bieten, - und dein Kauf wird uns wirklich helfen, uns über Wasser zu halten.\n - Wenn du Hilfe brauchst, kannst du uns jederzeit im Abschnitt Über uns kontaktieren. - Du kannst auch direkt mit unserem Team auf Telegram Kontakt aufnehmen.\n - Bitte probiere auch unsere Open-Source-Dateimanager-Anwendung \'Amaze File Manager\' für eine nahtlose Dateiverwaltung aus. + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your subscription will really help us in development.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - Abonnement abgelaufen + Subscription expired - Hallo! Vielen Dank, dass du Amaze File Utilities gewählt hast.\n - Dein Abonnement ist abgelaufen, - wir hoffen, dass dir unsere Software gefallen hat und würden uns über eine Verlängerung des Abos freuen.\n - Wir sind ein Team von Open-Source-Entwicklern, die hart daran arbeiten, eine werbefreie Erfahrung zu bieten - und wir brauchen Mittel, um uns über Wasser zu halten. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your subscription has expired, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - Validierung fehlgeschlagen + Failed to validate - Hallo! Vielen Dank, dass du Amaze File Utilities gewählt hast.\n - Wir können die Lizenz nicht validieren, bitte mit dem Internet verbinden und die App neu starten. + Hey There! Thank you for choosing Amaze File Utilities.\n + We\'re not able to validate your license, please connect to internet and restart the app. - Abonnieren + Subscribe - Nicht erneut anzeigen + Don\'t show again - Mediendateien verwalten + Manage media files - Bilder, Videos, Audios, Dokumente in Liste oder Raster\nÖffnen mit Inbuilt-Player \nGesten Unterstützung für einfache Navigation\nDirekt zu einem beliebigen Datum springen\nGruppe oder Sortierliste\nzum TV übertragen + View images, videos, audios, documents in list or grid\nOpen using inbuilt players\nGesture support for easy navigation\nJump to any date instantly\nGroup or sort list\nCast on TV - Analyse des Speichers auf zu löschenden Datenmüll\nGruppieren von Bilder nach Memes, schwachem Licht, unscharf, Selfies oder Gruppen\nGruppieren großer Dateien im Speicher\nGruppierung alter Downloads, Aufnahmen oder Screenshots\n + Analyse storage for junk files to delete\nGroup images by memes, low-light, blurry, selfies or group\nGroup large files in storage\nGroup old downloads, recordings or screenshots\n - Datenübertragung zwischen Geräten über WLAN\nHohe Übertragungsgeschwindigkeiten mit Android WiFi-Direct + Transfer data between devices through wifi\nHigh transfer speeds using android wifi direct - Wir benötigen Speicherrechte, um Zugriff auf Mediendateien zu erhalten + We need storage permissions to access your media files We need notification permissions to show app operations - Bevor wir beginnen… + Before we start… - Uns ist der Schutz deiner Daten wichtig! + We care for your privacy! - Sie mögen keine Werbung? Wir auch nicht, uns ist dein Datenschutz genauso wichtig wie dir.\n - Wir versichern dir, dass wir keine deiner privaten Informationen sammeln.\nDies ist eine Open-Source-Software.\nWir sind eine Gruppe von Open-Source-Entwicklern und verwalten Amaze Mobile Apps seit etwa 8 Jahren.\n\nWir freuen uns auf dein Abonnement. + Don\'t like ads? Neither do we, we value your data as much as you do.\n + We assure you that we do not collect any of your private information.\nThis is an open source software.\nWe\'re a group of open source developers and are managing Amaze mobile apps for around 8 years now.\n\nWe look forward to your subscription. - Fehler beim Abrufen der Produktliste von Google Play. + Error fetching product list from Google Play. - Erledigt + Done - Konnte das Cast-Framework nicht initialisieren, bitte Google Play-Dienste aktualisieren + Unable to initialize cast framework, please update Google Play services - Schließe App während des Updates… + Closing app during update… - App erfolgreich aktualisiert + App updated successfully - Aktualisierung abgebrochen + Update cancelled - Fehler beim Aktualisieren der App… + Failed to update the app… - Topu Roy Antu]]> + Topu Roy Antu]]> - Lizenzvereinbarung]]> + License Agreement]]> - Bitte akzeptiere die Lizenzvereinbarung + Please accept license agreement - Erneuerungszyklus - %s + Renewal cycle - %s - Lebenslange Mitgliedschaft + Lifetime Membership - Ein Jahr + 1 Year - Vorgang fehlgeschlagen + Operation failed - Anzahl der Spalten im Raster + No. of columns in grid - Darstellung + Appearance - Darstellungseinstellungen der App + App appearance settings - Allgemein + General - Wiedergabeeigenschaften + Playback properties - Anwenden + Apply - Ein Wert von Null bedeutet, dass die Tonart nicht geändert wird.\nEin vollständiger Schritt entspricht einem Halbwert.\nEine Änderung von -12 Halbtönen bedeutet, dass das Lied eine Oktave niedriger gespielt wird. + A value of zero means that the key is not changed.\nOne full step corresponds to one semitone.\nA change of -12 semitones means that the song is played one octave lower. - Zurücksetzen + Reset - Farbpalette aus Album extrahieren + Extract palette color from album - Setzt die Hintergrundfarbe für den Audio-Player + Sets background color for audio player - Farbpalette aus Bild extrahieren + Extract palette color from image - Setzt die Hintergrundfarbe des Bildbetrachters + Sets background color for Image Viewer - Ungenutzte Apps + Unused apps - Meistbenutzte Apps + Most used apps - Wenig genutzte Apps + Least used apps - Große Apps + Large apps - Spiele + Games - Spiele, die derzeit auf diesem Gerät installiert sind + Games currently installed on this device - Erweiterte Berechtigungen für diese Analyse erforderlich + Required elevated permissions for this analysis - Schon gewährt? + Already granted? - Aktualisieren + Refresh - Anzahl der Tage, die eine App nicht geöffnet wurde + Number of days an app\'s not been opened - Am meisten verwendete Apps in der letzten Anzahl von Tagen + Apps most used in last number of days - Am wenigsten verwendete Apps in der letzten Anzahl von Tagen + Apps least used in last number of days - Analyse stoppen + Stopping analysis - Akuoptimierung deaktivieren + Remove battery optimizations - Bitte deaktiviere die Akkuoptimierung, damit der Musikplayer im Hintergrund korrekt funktioniert + Please remove battery optimizations for music player to function properly in background - APK Dateien + APK files - Form + Shape Text - Radierer + Eraser Filter @@ -790,174 +790,182 @@ Wir sind ein Team von Open-Source-Entwicklern, die hart daran arbeiten, ein werb Sticker - Drehen + Rotate - Spiegel-H + Flip-H - Spiegel-V + Flip-V - Beschneiden + Resize - Pinsel + Brush - Form + Shape Oval - Rechteck + Rectangle - Linie + Line Emoji Sticker - Radierer + Eraser - Radiermodus + Eraser Mode Text Filter - Anpassen + Adjust - Seite verlassen, ohne das Bild zu speichern? + Are you want to exit without saving image? - Bild teilen + Share Image - Bild auswählen + Select Picture - Speichern… + Saving… - Bild wurde erfolgreich gespeichert + Image saved successfully - Fehler beim Speichern des Bildes + Failed to save image - Speichern + Save - Verwerfen + Discard - Amaze Bildbearbeitung + Amaze Image Editor - Fehler beim Laden des Dokuments + Failed to load document - Laden + Load - Liedtext hinzufügen + Paste lyrics - Songtexttyp + Lyrics type - Liedtexte löschen + Clearing lyrics - Liedtext hinzugefügt + Added lyrics - WhatsApp Bilder + Whatsapp Images - WhatsApp Videos + Whatsapp Videos - WhatsApp Medien + Whatsapp Media - Große Dateien + Large Files - Kaufen + Purchase - Du führst einen Fdroid-Build aus. - Du kannst ein lebenslanges Abonnement entsperren, indem du einen beliebigen Betrag deiner Wahl spendest. - Bitte spende mit einer der folgenden Optionen. - Sobald du fertig bist, kontaktiere uns bitte per Telegramm / E-Mail durch Teilen deiner Geräte-ID und wir entsperren das Abonnement für dich. + You\'re running an Fdroid build. + You can unlock a lifetime subscription by donating any amount of your choice. + Please donate using one of the options below. + Once done please contact us through telegram / email by sharing your device ID and we\'ll unlock the subscription for you. - PayPal + Paypal Liberapay %s • %s - Wiedergabeliste erstellt + Playlist created - Playlist konnte nicht erstellt werden + Failed to create playlist - %d Lieder zur Playlist %s hinzugefügt + Added %d songs to playlist %s - Fehler beim Hinzufügen der Titel + Failed to add songs - Fehler beim Entfernen der Lieder + Failed to remove songs - Wiedergabelisten + Playlists - Optionen + Options - Lokalisieren + Locate - Wiedergabeliste + Playlist - Wiedergabeliste löschen + Delete Playlist - Wiedergabeliste umbennen + Rename Playlist - Dies wird die Wiedergabeliste %s dauerhaft löschen. - Bist du sicher, dass du fortfahren möchtest? + You\'re about to permanently delete playlist %s. + Are you sure you want to proceed? - Bitte neuen Namen für Wiedergabeliste eingeben + Please enter new playlist name - Umbenennen + Rename - Neu erstellen + Create New - Entfernen + Remove - Dies wird die ausgewählten Titel von der / den Wiedergabeliste(n) entfernen. - Bist du sicher, dass du fortfahren möchtest? + You\'re about to remove selected songs from playlist(s). + Are you sure you want to proceed? - Zur Wiedergabeliste hinzufügen + Add to Playlist - Erstellen + Create - Von Wiedergabeliste(n) entfernt + Removed from playlist(s) - SPIELE NÄCHSTES + PLAY NEXT - Titel zur Warteschlange hinzugefügt + Song added to queue - Neu installierte Apps + Newly installed apps - Neuinstallierte Apps (in Tagen) + Apps newly installed (in days) - Zuletzt aktualisierte Apps + Recently updated apps - Apps zuletzt aktualisiert (in Tagen) + Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total - Speichernutzung (RAM) + Memory (RAM) Usage - %s verfügbar | %s Gesamt + %s available | %s total - Geschlossene Hintergrundprozesse + Closed background processes - Zum Beenden erneut drücken + Press again to exit - Netzwerkintensive Apps + Network intensive apps - Histogramm + Histogram - Ähnliche Bilder + Similar Images - Bilder, die ähnliche Farben haben + Images that have similar colors - Versteckte Dateien + Hidden Files - Papierkorb + Trash Bin - Wiederherstellen + Restore - Sie sind dabei, diese Dateien zu löschen. - Sind Sie sicher, dass Sie fortfahren möchten?\n\n%s Dateien, %s Größe + You\'re about to delete these files. + Are you sure you want to proceed?\n\n%s Files, %s Size - Endgültig löschen + Delete permanently - Sie sind dabei, diese Dateien zu löschen. - Sind Sie sicher, dass Sie fortfahren möchten?\n\n%s Dateien, %s Größe + You\'re about to restore these files. + Are you sure you want to proceed?\n\n%s Files, %s Size - Wiederhergestellt %s von %s + Restored %s of %s Control configuration to auto-clean deleted files in trash bin @@ -971,13 +979,13 @@ Wir sind ein Team von Open-Source-Entwicklern, die hart daran arbeiten, ein werb Retention by days - Maximale Anzahl an Tagen, für die der Papierkorb eine Datei speichern kann + Maximum days for which trash bin can store a file Retention by number of files - Maximale Anzahl an Dateien, die im Papierkorb gespeichert werden + Maximum files trash bin can store - Erfolgreich wiederhergestellt + Successfully restored Default diff --git a/app/src/main/res/values-el-rGR/strings.xml b/app/src/main/res/values-el-rGR/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-el-rGR/strings.xml +++ b/app/src/main/res/values-el-rGR/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-en-rUS/strings.xml b/app/src/main/res/values-en-rUS/strings.xml index e19feaad..552a5b28 100644 --- a/app/src/main/res/values-en-rUS/strings.xml +++ b/app/src/main/res/values-en-rUS/strings.xml @@ -1,11 +1,11 @@ - File Utilities + Amaze File Utilities Amaze Utilities - File. Utility app with inbuilt media players for all your needs. + File Utility app with inbuilt media players for all your needs. Amaze Image Viewer @@ -15,7 +15,7 @@ Amaze Video Player (Dialog) - + Amaze Video Player (Full Screen) Amaze Music Player @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index d7b5467a..552a5b28 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -1,274 +1,273 @@ - Utilidades de Archivos Amaze + Amaze File Utilities - Utilidades Amaze + Amaze Utilities - Aplicación de utilidades de archivos con reproductores multimedia incorporados para todas sus necesidades. + File Utility app with inbuilt media players for all your needs. - Visor de Imágenes Amaze + Amaze Image Viewer - Visor de Imágenes + Image Viewer - Reproductor de Video Amaze + Amaze Video Player - Reproductor de Video Amaze (Diálogo) + Amaze Video Player (Dialog) - Reproductor de Video Amaze (Pantalla Completa) + Amaze Video Player (Full Screen) - Reproductor de Música Amaze + Amaze Music Player - Visor de Pdf Amaze + Amaze Pdf Viewer - Visor de Epub Amaze + Amaze Epub Viewer - Visor de Doc Amaze + Amaze Doc Viewer - Visor de Imágenes Amaze (Diálogo) + Amaze Image Viewer (Dialog) - Visor de Imágenes Amaze (Pantalla Completa) + Amaze Image Viewer (Full Screen) - Permiso de almacenamiento no otorgado + Storage permission not granted - Permiso de ubicación no otorgado + Location permission not granted - La aplicación necesita permisos de lectura de almacenamiento para un rendimiento óptimo. + App needs storage read permissions for optimal performance. App needs notification permissions for optimal performance. - Otorgar permiso + Grant permission - Otorgar + Grant - Cancelar + Cancel - Reproducir + Play - Aleatorio + Shuffle - Repetir + Repeat - Anterior + Previous - Siguiente + Next - No permitido + Not allowed - Reproducción de audios para las Utilidades de Archivos Amaze + Plays audio for Amaze File Utilities - Invertir colores + Invert colors - Cargando… + Loading… - Analizar + Analyse - Utilidades + Utilities - Transferir + Transfer - Examinar + Scan - Detener + Stop - Almacenamiento Interno + Internal Storage - Imágenes + Images Audios - Video + Videos - Documentos + Documents - %s Archivos + %s Files - %s Archivos Multimedia + %s Media Files - En uso: %s + Used: %s - Enviar + Send - Recibir + Receive - Detener recepción + Stop Receiving - Calculando… + Calculating… - Archivos Recientes + Recent Files - Sin archivos + No files - Archivos Multimedia: %s + Media Files: %s - Buscar archivos… + Search for files… - Espere… + Please wait… - Está silencioso aquí… + It\'s quiet in here… - Ajustes + Settings - Acerca de + About - Copyright © 2021–2022 Team Amaze\nTodos los derechos reservados + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved - Licencias de código abierto + Open-source licenses - Politica de Privacidad + Privacy Policy - Licencias + Licenses - Información + Information - Contenido incompatible + Unsupported content - Principal + Parent - Fecha + Date - Nombre + Name - Ver lista + List View - Ver cuadrícula + Grid View - Tamaño + Size - Álbum + Album - Artista + Artist - Duración + Duration - Lo sentimos, no debería haber pasado. + Sorry, that should not have happened. - Reporta este error por correo + Report this error via e-mail - Reporta este error por Telegram + Report this error via telegram - Copiar formado de informe + Copy formatted report - Reportar en GitHub + Report on GitHub - Por favor, verifique si ya existe una pregunta relacionada con su error. + Please check whether an issue discussing your crash already exists. - Lo sentimos, algo salió mal. + Sorry, something went wrong. - Reportar + Report - Información: + Info: - ¿Qué pasó?: + What happened: - Que:\\nRequisito:\\nHora GMT :\\nPaquete:\\nVersión:\\nVersión OS:\\nDispositivo:\\nModelo:\\nProducto:\\nID del dispositivo: + What:\\nRequest:\\nGMT Time:\\nPackage:\\nVersion:\\nOS version:\\nDevice:\\nModel:\\nProduct:\\nDevice ID: - Tú comentario (En inglés): + Your comment (in English): - Detalles: + Details: - La aplicación ha fallado + App/UI crashed - Informe de error + Error report - Informe copiado al portapapeles + Crash report copied to clipboard - Copiado al portapapeles + Path copied to clipboard - Contraseña necesaria + Password required - Por favor introduzca la contraseña para abrir este archivo + Please enter the password to open this document - Aceptar + OK - Contraseña incorrecta + Wrong password - Acción incompatible + Unsupported Operation - Para Android 11, Google solicita a los administradores pedir permiso para tratar todos los archivos del dispositivo. Más detalles aquí. - \n\nAmaze File Utilities también necesita estos permisos. Despues de prulsar - "Grant"aquí, por favor seleccionesPermitir el acceso a todos los archivos Opción disponible en la siguien pantalla. - \n\nSi cancela este dialogo saldrá de la aplicación. + Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details here. + \n\nAmaze File Utilities needs this permission too. After pressing "Grant"here, please select Allow access to manage all files option on the next screen. + \n\nCanceling this dialog will exit the app. - Copiar página + Copy page - Favoritos + Bookmarks - Título + Title - Autor + Author - Creado por + Creator - Fecha de creación + Creation date - Fecha de modificación + Modification Date - Asunto + Subject - Palabras clave + Keywords - Productor + Producer - Cerrar + Close - Analizando… + Analysing… - Contenido copiado al portapapeles + Page content copied to clipboard - Limpiar + Clean Blurred - Luz Baja + Low-Light - Español + Memes - Entrecejo + Frown - Imágenes que no tienen caras sonrientes + Images that doesn\'t have smiling faces - Ojos Cerrados + Closed Eyes - Imágenes que tienen personas con ojos cerrados + Images that have people with closed eyes - Distraído + Distracted - Imágenes que tienen gente mirando a otro lugar + Images that have people looking elsewhere Selfies - Fotos de Grupo + Group Pics - Las memes son imágenes que tienen algo prominente escrito sobre ellas + Memes are images that have something prominent written over them - Archivos duplicados + Duplicate files - Caché de App + App Cache - Videos grandes + Large videos - Descargas grandes + Large downloads - Capturas de pantalla antiguas + Old Screenshots - Descargas antiguas + Old downloads - Grabaciones antiguas + Old recordings - Archivos / carpetas vacíos + Empty files / folders - Archivos basura + Junk files - Los archivos basura son archivos que quedan de las aplicaciones desinstaladas + Junk files are files that are left over from uninstalled apps - Telegram + Telegram Media - ¡Más optimizaciones por venir! + More optimizations to come! - Ver todo + View all - Análisis + Analysis Control analysis tab settings such as paths to include analysis from, show / hide various analysis @@ -307,7 +306,7 @@ Image Features - Includes closed eyes, distracted, sad, selfie, group paths + Includes closed eyes, selfie, group paths Downloads @@ -363,106 +362,106 @@ Casting content on TV - Pausa + Stop - Reproducir desde Amaze File Utilities + Casts media for Amaze File Utilities Failed to establish connection with remote device. Please try reconnecting to Wifi network - Conexión exitosa + Connection successful - Fallo al enviar, por favor revise que el dispositivo esté listo para recibir el archivo + Failed to send, please ensure remote is set to receive file - Fallo al enviar, por favor vuelve a conectar + Failed to send, please reconnect - Error al recibir + Failed to receive - Error al recibir, por favor vuelve a conectar + Failed to receive, please reconnect File transferred - La aplicación necesita permiso de ubicación para conectar con dispositivos cercanos. + App needs location permission to connect with nearby devices. - Por favor otorga permiso de almacenamiento para conectar con dispositivos cercanos. + Please grant storage permission to connect with nearby devices. - Esperando por permisos… + Waiting for permissions… - Tu GPS está desactivado, por favor habilítalo para continuar + Your GPS seems to be disabled, please enable to proceed - Por favor, habilita la localización. + Please enable location to scan. - Si + Yes No - Habilitar + Enable - No se han encontrado dispositivos cercanos, - Por favor asegúrate que tu dispositivo esté conectado a la misma red y tengas habilitada la opción Wi-Fi-Direct activado en la configuración + No devices found nearby, + please make sure your device is connected to same network and have WiFi-Direct enabled in settings - Fallo al detener el emparejamiento + Failed to stop peer discovery - Restableciendo la exploración de red + Resetting network discovery - Desconectado + Disconnected - Desconectar + Disconnect - Hay una conexión existente ¡Por favor desconecta primero! + Existing connection exists, please disconnect first! - Conectando… + Connecting… - Formato de video + Aspect ratio - Velocidad de reproducción + Playback Speed - Pitch (Semitonos) + Pitch (semitones) - Subtítulos + Subtitles - Archivo + File - Multimedia + Media Audio Video - Ruta + Path - Última modificación + Last Modified - Descripción + Description - Grabación mes/año + Recording month/year - Publicación mess/año + Release month/year - Frecuencia + Bitrate - Canal + Channel - Fotogramas Por Segundo + Frame Rate - Tipo de archivo + Container Type - Ancho + Width - Altura + Height Codecs - Frecuencia de muestreo + Sample Rate - Error al obtener el foco de audio + Failed to gain audio focus - Abrir + Open - Buscar + Search - Buscar en línea + Search online - Sincronizar + Synchronize Download subtitles @@ -515,7 +514,7 @@ Failed to share files - Connected… before you start sending, + Connected… before you start sending, make sure to enable receiver on the other device Receiving… @@ -572,32 +571,32 @@ Path - Abrir en el mapa + Open in Map - Compartir + Share - No se encontró una aplicación par abrir este archivo + No App found to open this file - Archivo no encontrado + File not found - Eliminar + Delete - Estas a punto de eliminar este archivo. - ¿Quieres continuar?\n\n%s Files, %s Size + You\'re about to permanently delete these files. + Are you sure you want to proceed?\n\n%s Files, %s Size - Eliminado %s de %s + Deleted %s of %s - Eliminado con éxito + Successfully deleted - Fallo al actualizar la lista, por favor reinicia la aplicación + Failed to update list, please restart the app - ID del dispositivo + Device ID - Estado de suscripción + Subscription status - ID del dispositivo copiada al portapapeles + Device ID copied to clipboard - Versión + Version License @@ -927,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-fi-rFI/strings.xml b/app/src/main/res/values-fi-rFI/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-fi-rFI/strings.xml +++ b/app/src/main/res/values-fi-rFI/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-fr-rFR/strings.xml b/app/src/main/res/values-fr-rFR/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-fr-rFR/strings.xml +++ b/app/src/main/res/values-fr-rFR/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-hi-rIN/strings.xml b/app/src/main/res/values-hi-rIN/strings.xml index 3ffbfac9..552a5b28 100644 --- a/app/src/main/res/values-hi-rIN/strings.xml +++ b/app/src/main/res/values-hi-rIN/strings.xml @@ -63,9 +63,9 @@ Analyse - उपयोगिताएँ + Utilities - स्थानांतरण + Transfer Scan @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-hu-rHU/strings.xml b/app/src/main/res/values-hu-rHU/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-hu-rHU/strings.xml +++ b/app/src/main/res/values-hu-rHU/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-it-rIT/strings.xml b/app/src/main/res/values-it-rIT/strings.xml index d9878a67..552a5b28 100644 --- a/app/src/main/res/values-it-rIT/strings.xml +++ b/app/src/main/res/values-it-rIT/strings.xml @@ -1,29 +1,29 @@ - Amate File Utilisti + Amaze File Utilities - Amate Utilisti + Amaze Utilities - App File Utility con lettori multimediali integrati per tutte le tue esigenze. + File Utility app with inbuilt media players for all your needs. - Vis or de Amatene Amate + Amaze Image Viewer - Resim Görüntüleyici + Image Viewer - Reproductor de Video Amaze + Amaze Video Player Amaze Video Player (Dialog) - Riproduttore Video Amaze (Schermo Intero) + Amaze Video Player (Full Screen) - Lettore Musicale Di Amaze + Amaze Music Player - Visualizzatore PDF Amaze + Amaze Pdf Viewer - Visualizzatore Epub Di Amaze + Amaze Epub Viewer - Visualizzatore Doc Di Amaze + Amaze Doc Viewer Amaze Image Viewer (Dialog) @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-iw-rIL/strings.xml b/app/src/main/res/values-iw-rIL/strings.xml index d9b0eede..552a5b28 100644 --- a/app/src/main/res/values-iw-rIL/strings.xml +++ b/app/src/main/res/values-iw-rIL/strings.xml @@ -1,935 +1,945 @@ - Amaze - כלי עזר לקבצים + Amaze File Utilities - כלי Amaze + Amaze Utilities - יישומון כלי עזר לקבצים עם נגני מדיה מובנים לכל הצרכים שלך. + File Utility app with inbuilt media players for all your needs. - מציג תמונות מבית Amaze + Amaze Image Viewer - מציג תמונות + Image Viewer - נגן סרטונים מבית Amaze + Amaze Video Player - נגן סרטונים מבית Amaze (חלונית) + Amaze Video Player (Dialog) - נגן סרטונים מבית Amaze (מסך מלא) + Amaze Video Player (Full Screen) - נגן מוזיקה מבית Amaze + Amaze Music Player - מציג תמונות מבית Amaze + Amaze Pdf Viewer - מציג Epub מבית Amaze + Amaze Epub Viewer - מציג מסמכים מבית Amaze + Amaze Doc Viewer - מציג תמונות מבית Amaze (חלונית) + Amaze Image Viewer (Dialog) - מציג תמונות מבית Amaze (מסך מלא) + Amaze Image Viewer (Full Screen) - לא הוענקו הרשאות לאחסון + Storage permission not granted - לא הוענקו הרשאות למיקום + Location permission not granted - ליישומון דרושה גישה לקרוא מהאחסון לביצועים מיטביים. + App needs storage read permissions for optimal performance. App needs notification permissions for optimal performance. - הענקת הרשאה + Grant permission - הענקה + Grant - ביטול + Cancel - נגינה + Play - ערבוב + Shuffle - חזרה + Repeat - הקודם + Previous - הבא + Next - לא מורשה + Not allowed - השמעת קטעי קול לכלי עזר לקבצים מבית Amaze + Plays audio for Amaze File Utilities - היפוך צבעים + Invert colors - בטעינה… + Loading… - ניתוח + Analyse - כלי עזר + Utilities - העברה + Transfer - סריקה + Scan - עצירה + Stop - אחסון פנימי + Internal Storage - תמונות + Images - קטעי שמע + Audios - סרטונים + Videos - מסמכים + Documents - %s קבצים + %s Files - %s קובצי מדיה + %s Media Files - בשימוש: %s + Used: %s - שליחה + Send - קבלה + Receive - עצירת העברה + Stop Receiving - מבצע חישוב… + Calculating… - קבצים אחרונים + Recent Files - לא נמצאו קבצים + No files - קובצי מדיה: %s + Media Files: %s - חיפוש קבצים… + Search for files… - נא להמתין… + Please wait… - שקט כאן… + It\'s quiet in here… - הגדרות + Settings - אודות + About - כל הזכויות שמורות © 2021–2022 צוות Amaze\nכל הזכויות שמורות + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved - רישיונות קוד פתוח + Open-source licenses - מדיניות פרטיות + Privacy Policy - רישיונות + Licenses - פרטים + Information - תוכן לא נתמך + Unsupported content - הורה + Parent - תאריך + Date - שם + Name - תצוגת רשימה + List View - תצוגת רשת + Grid View - גודל + Size - אלבום + Album - יוצר + Artist - משך + Duration - זה לא היה אמור לקרות, סליחה. + Sorry, that should not have happened. - דיווח על השגיאה הזאת בדוא״ל + Report this error via e-mail - דיווח על השגיאה הזאת בטלגרם + Report this error via telegram - העתקת דוח מעוצב + Copy formatted report - דיווח ב־GitHub + Report on GitHub - נא לבדוק אם כבר קיים דיווח שדן בקריסה שלך. + Please check whether an issue discussing your crash already exists. - משהו השתבש, עמך הסליחה. + Sorry, something went wrong. - דיווח + Report - פרטים: + Info: - מה קרה: + What happened: - מה:\\nבקשה:\\nשעה ב־GMT:\\nחבילה:\\nגרסהn:\\nגרסת מערכת הפעלה:\\nמכשיר:\\nדגם:\\nמוצר:\\nמזהה מכשיר: + What:\\nRequest:\\nGMT Time:\\nPackage:\\nVersion:\\nOS version:\\nDevice:\\nModel:\\nProduct:\\nDevice ID: - ההערה שלך (באנגלית): + Your comment (in English): - פרטים: + Details: - יישומון/מנשק משתמש קרסו + App/UI crashed - דוח שגיאה + Error report - דוח הקריסה הועתק ללוח הגזירים + Crash report copied to clipboard - הנתיב הועתק ללוח הגזירים + Path copied to clipboard - דרושה סיסמה + Password required - נא להזין סיסמה כדי לפתוח את המסמך + Please enter the password to open this document - אישור + OK - סיסמה שגויה + Wrong password - פעולה לא נתמכת + Unsupported Operation - מאז Android 11, גוגל מבקשת ממנהלי הקבצים לבקש הרשאת משתמש לניהול כל הקבצים במכשיר. פרטים כאן. - \n\nAmaze File Utilities זקוקה גם להרשאה זו. לאחר הקשה על "הענקה"כאן, אנא בחר באפשרות אפשר גישה לניהול כל הקבצים במסך הבא. - \n\nביטול דו-שיח זה יגרום ליציאה מהאפליקציה. + Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details here. + \n\nAmaze File Utilities needs this permission too. After pressing "Grant"here, please select Allow access to manage all files option on the next screen. + \n\nCanceling this dialog will exit the app. - העתקת דף + Copy page - סימניות + Bookmarks - כותרת + Title - מחבר + Author - יוצר + Creator - תאריך יצירה + Creation date - תאריך שינוי + Modification Date - נושא + Subject - מילות מפתח + Keywords - מפיק + Producer - סגירה + Close - מתבצע ניתוח… + Analysing… - התוכן הועתק ללוח + Page content copied to clipboard - ניקוי + Clean - מטושטש + Blurred - תאורה חלשה + Low-Light - ממים + Memes - כעס + Frown - תמונות שאין בהן פרצופים מחייכים + Images that doesn\'t have smiling faces - עיניים עצומות + Closed Eyes - תמונות שמצולמים בהן אנשים עם עיניים עצומות + Images that have people with closed eyes - הסחה + Distracted - תמונות שמצולמים בהן אנשים שמסיטים את המבט + Images that have people looking elsewhere - תמונת סלפי + Selfies - תמונות קבוצתיות + Group Pics - ממים הן תמונות שכתוב עליהן משהו בולט + Memes are images that have something prominent written over them - קבצים כפולים + Duplicate files - מטמון יישומונים + App Cache - סרטונים גדולים + Large videos - הורדות גדולות + Large downloads - צילומי מסך ישנים + Old Screenshots - הורדות ישנות + Old downloads - הקלטות ישנות + Old recordings - קבצים / תיקיות ריקים + Empty files / folders - קובצי זבל + Junk files - קובצי זבל הם קבצים שנותרו מאחור לאחר הסרת יישומונים + Junk files are files that are left over from uninstalled apps - מדיה טלגרם + Telegram Media - יהיו שיפורים נוספים! + More optimizations to come! - הצג הכול + View all - ניתוח + Analysis - שליטה בהגדרות לשונית הניתוח כגון נתיבים מהם לכלול ניתוח, להציג / להסתיר מגוון ניתוחים שונים + Control analysis tab settings such as paths to include analysis from, show / hide various analysis - החרגות + Exclusions - נתיבים להחרגה בעת סריקת מדיה + Paths to exclude while scanning media - נגן שמע + Audio Player - שליטה בהגדרות נגן השמע כגון נתיבים להחרגה + Control audio player settings such as paths to exclude - שליטה בהגדרות מציג התמונות + Control image viewer settings - חיפוש כפילויות תחת… + Search duplicates in… - אחסון מדיה של Android (הכי מהיר) + Android media store (fastest) - אחסון פנימי (שטחי / אטי) + Internal Storage (Shallow / slow) - אחסון פנימי (עמוק / הכי אטי) + Internal Storage (Deep / slowest) - הצגת ניתוח + Show analysis - הוספת פריט + Add Item - נתיבים שיוכללו + Paths Included - נתיבים שיוחרגו + Paths Excluded - מחיקת העדפות + Delete Preference - פעולה זו תדרוס נתיב קיים. - כך יתאפסו נתוני ניתוח קיימים לנתיב הזה. + You\'re about to override an existing path. + This will reset the existing analysis data for that path. - אישור + Confirm - מאפייני תמונה + Image Features - לכלול נתיבים של עיניים עצומות, הסחות דעת, עצב, תמונות עצמיות, קבוצתיות + Includes closed eyes, selfie, group paths - הורדות + Downloads - כולל הורדות ישנות, גדולות + Includes old, large downloads - סרטונים מבולגנים + Cluttered Videos - קבוצה של סרטונים באותו האורך. + A group of videos that have similar running time. - ניתוח מחדש + Re-analyse - מפנה את נתוני הניתוח הקיימים ומתחיל מחדש + Clears existing analysis data and starts again - <לא ידוע> + <UNKNOWN> - מתבצע חיפוש… + Searching… - מתבצע חיפוש… (%s שניות) + Searching… (%s secs) - נא להפעיל את הרשת האלחוטית שלך + Please enable your Wi-Fi - נכשל במציאת חברים. נסה להתחבר מחדש לרשת Wifi + Failed to discover peers. Please try reconnecting to Wifi network - מתקבלים קבצים + Receiving files - חיפוש מכשירים… + Search for devices… - אפשר סרגל חיפוש של צורות גל + Enable waveform seekbar - הפעלת השידור נכשלה + Failed to start cast session - ההכנות לשידור הושלמו, נא לבחור מדיה + Ready to cast, select any media - חיבור השידור מוקם + Establishing cast connection - השידור מושהה + Cast session suspended - השידור משוחזר + Resuming cast session - שחזור השידור נכשל + Failed to resume cast session - השידור השתחזר + Cast session resumed - השידור מסתיים + Ending cast session - השידור הסתיים + Cast session ended - פתיחה באמצעות… + Open with… - נגן מובנה + In-built player - שרת פועל… + Server running… - תוכן משודר לטלוויזיה + Casting content on TV - עצירה + Stop - משדר מדיה לכלי עזר לקבצים מבית Amaze + Casts media for Amaze File Utilities - יצירת חיבור עם מכשיר מרוחק נכשלה. נסה להתחבר מחדש לרשת Wifi + Failed to establish connection with remote device. Please try reconnecting to Wifi network - החיבור הצליח + Connection successful - השליחה נכשלה, נא לוודא שהצד המרוחק מוגדר לקבל קבצים + Failed to send, please ensure remote is set to receive file - השליחה נכשלה, נא להתחבר מחדש + Failed to send, please reconnect - הקבלה נכשלה + Failed to receive - הקבלה נכשלה, נא להתחבר מחדש + Failed to receive, please reconnect - הקובץ נשלח + File transferred - ליישום נדרשת הרשאת מיקום כדי להתחבר למכשירים סמוכים. + App needs location permission to connect with nearby devices. - נא להעניק הרשאת אחסון כדי להתחבר למכשירים סמוכים. + Please grant storage permission to connect with nearby devices. - בהמתנה להרשאות… + Waiting for permissions… - ה־GPS שלך כנראה מושבת, נא להפעיל אותו כדי להמשיך + Your GPS seems to be disabled, please enable to proceed - נא להפעיל את המיקום כדי לסרוק. + Please enable location to scan. - כן + Yes - לא + No - הפעלה + Enable - לא נמצאו התקנים סמוכים. - נא לוודא שהמכשיר שלך מחובר לאותה הרשת ושה־WiFi-Direct מופעל בהגדרות + No devices found nearby, + please make sure your device is connected to same network and have WiFi-Direct enabled in settings - עצירת גילוי עמיתים נכשלה + Failed to stop peer discovery - גילוי הרשת מתאפס + Resetting network discovery - מנותק + Disconnected - ניתוק + Disconnect - יש חיבור קיים, נא להתנתק קודם! + Existing connection exists, please disconnect first! - מתבצעת התחברות… + Connecting… - יחס גובה־רוחב + Aspect ratio - מהירות נגינה + Playback Speed - גובה צליל (חצאי טונים) + Pitch (semitones) - כתוביות + Subtitles - קובץ + File - מדיה + Media - שמע + Audio - וידאו + Video - נתיב + Path - שינוי אחרון + Last Modified - תיאור + Description - חודש/שנת ההקלטה + Recording month/year - חודש/שנת ההפצה + Release month/year - קצב סיביות + Bitrate - ערוץ + Channel - קצב תמוניות + Frame Rate - סוג מיכל + Container Type - רוחב + Width - גובה + Height - מפענחים + Codecs - קצב דגימה + Sample Rate - תפיסת המיקוד על השמע נכשלה + Failed to gain audio focus - פתיחה + Open - חיפוש + Search - חיפוש באינטרנט + Search online - סנכרון + Synchronize - הורדת כתוביות + Download subtitles - נא למלא מילות מפתח ולבחור את השפה שלך כדי לחפש כתוביות ב־opensubtitles.org + Enter keywords and select your language to search subtitles from opensubtitles.org - אתה מופנה מחדש למנהל הקבצים של Amaze. זוהי הצעת הקוד הפתוח שלנו הכוללת את כל התכונות שיש למנהל קבצים מודרני ללא עלות לחלוטין עם למעלה מ-2 מיליון הורדות ודירוג 4.3 בחנות Play. + You\'re being redirected to Amaze File Manager. It\'s our open source offering that has all features a modern file manager has completely free of cost with over 2M downloads and 4.3 rating on Play Store. - הורדה - מנהל הקבצים של Amaze + Download + Amaze File Manager - המכשיר לא מחובר לאינטרנט + Device not connected to internet - תאריך העלאה + Upload date - דירוג + Rating CD - מעלה + Uploader - הורדות + Downloads - שפה + Language - אין תוצאות, נא לנסות מילות מפתח אחרות… + No results, please try with different keywords… - מתבצעת הורדה… + Downloading… - לא ניתן להוריד, נא לבחור כתוביות אחרות + Can\'t download, choose some other subtitles - הכתוביות הוצמדו + Subtitles applied - ההורדה נכשלה + Failed to download - בלוטוס + Bluetooth - שיתוף יומנים + Share logs - לא נמצאו יישומונים לשיתוף + No apps found to share - חילוץ קובצי היומן נכשל + Failed to extract logs file - להמשיך לנגן + Continue playing - לא נבחרה שפה + No language selected - לא נבחרו פריטים + No item selected - ניתוח מעודכן + Updated analysis - שיתוף הקבצים נכשל + Failed to share files - מחובר... לפני שתתחיל לשלוח, - הקפד להפעיל את המקלט במכשיר השני + Connected… before you start sending, + make sure to enable receiver on the other device - מתקבל… + Receiving… - נא ליזום את החיבור מאחד המכשירים, לא משניהם יחד. + Make sure to initiate connection only from one device not both. - נא להפעיל את הסריקה בשני המכשירים + Make sure to start scan on both the devices - מתבצעת התחברות… (%s שניות) + Connecting… (%s secs) - נא להפעיל רשת אלחוטית כדי להמשיך + Please enable Wifi to continue - המכשיר שלי: %s + My device: %s - מצב: %s + Status: %s - מתבצעת העברה + Transfer in progress - כרגע מתבצעת העברה P2P, - מומלץ לא לעזוב את המסך הזה, - אחרת לא תוכל לעקוב אחר ההעברה + There is a P2P transfer currently in progress, + it is recommended that you don\'t leave this screen, + otherwise you\'ll not be able to track the transfer - לעזוב + Leave - להישאר + Stay - עריכה + Edit - הגדרה בתור… + Set as… - מחיקה + Delete - פרטים + Details - יצרן + Make - דגם + Model - צמצם + Aperture ISO - מהירות התריס + Shutter time - מיקום + Location GPS - קו רוחב + Latitude - קו אורך + Longitude - שם קובץ + File Name - נתיב + Path - פתיחה במפה + Open in Map - שיתוף + Share - לא נמצא יישומון לפתיחת קובץ זה + No App found to open this file - קובץ לא נמצא + File not found - מחיקה + Delete - אתה עומד למחוק לצמיתות את הקבצים האלה. - האם אתה בטוח שברצונך להמשיך?\n\n%s קבצים, %s גודל + You\'re about to permanently delete these files. + Are you sure you want to proceed?\n\n%s Files, %s Size - נמחקו %s מתוך %s + Deleted %s of %s - נמחק בהצלחה + Successfully deleted - עדכון הרשימה נמחק, נא להפעיל את היישומון מחדש + Failed to update list, please restart the app - מזהה מכשיר + Device ID - מצב מינוי + Subscription status - מזהה המכשיר הועתק ללוח הגזירים + Device ID copied to clipboard - גרסה + Version - רישיון + License - הגשת תקלה + Submit Issue - יצירת קשר + Contact Us - תרגום + Translate - עזור לנו לתרגם את Amaze לשפה שלך + Help us translate Amaze in your language - על היישומון + About app - נוצר ב־❤ בהודו + Made with ❤ in India - תקופת ההתנסות החלה (%s ימים) + Trial started (%s days) - תודה שבחרת ב-Amaze File Utilities.\n - אנחנו צוות של מפתחי קוד פתוח שעובד קשה כדי לספק חוויה ללא פרסומות, - והרכישה שלך באמת תעזור לנו לשמור על זה ככה.\n - בכל שלב אם אתה זקוק לעזרה כלשהי, אל תהסס לפנות אלינו בקטע אודות. - תוכל ליצור קשר ישירות עם הצוות שלנו בטלגרם.\n - אנא נסה גם את אפליקציית מנהל הקבצים בקוד פתוח שלנו \'Amaze File Manager\' לחוויית ניהול קבצים חלקה. + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your purchase will really help to keep us afloat.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - תקופת ההתנסות עומדת לפוג + Trial about to expire - שלום! תודה שבחרת ב-Amaze File Utilities. - \nתקופת הניסיון שלך עומדת להסתיים מחר, אנו מקווים שנהנית מהתוכנה שלנו, ואנו מצפים שתשלם תשלום סמלי. - \nאנחנו צוות של מפתחי קוד פתוח שעובד קשה כדי לספק חוויה ללא פרסומות, - ואנחנו זקוקים לכספים כדי לשמור עלינו.\nתוכל לכתוב לנו אם אתה רוצה להאריך עוד קצת את תקופת הניסיון. + Hey There! Thank you for choosing Amaze File Utilities. + \nYour trial is going to expire tomorrow, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment. + \nWe are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\nYou can write to us if you want to extend the trial period a bit more. + - תקופת הנסיון הסתיימה + Trial expired - שלום! תודה שבחרת ב-Amaze File Utilities.\n - תקופת הניסיון שלך פג, אנו מקווים שנהנית מהתוכנה שלנו, ואנו מצפים שתשלם תשלום סמלי.\n - אנחנו צוות של מפתחי קוד פתוח שעובד קשה כדי לספק חוויה ללא פרסומות, - ואנחנו צריכים כספים כדי לשמור את המוצר במצב הזה.\n - אתה יכול לכתוב לנו אם אתה רוצה להאריך עוד קצת את תקופת הניסיון. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial has expired, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. + - ניסיון לא פעיל + Trial inactive - שלום! תודה שבחרת ב-Amaze File Utilities.\n - תקופת הניסיון שלך אינה פעילה ואתה כבר לא חבר בלעדי, - אנו מקווים שנהנית מהתוכנה שלנו, ואנו מצפים שתשלם תשלום סמלי.\n - אנחנו צוות של מפתחי קוד פתוח שעובד קשה כדי לספק חוויה ללא פרסומות, - ואנחנו צריכים כספים כדי לשמור את המוצר בצורה הזאת.\n - אתה יכול לכתוב לנו אם אתה רוצה להאריך עוד קצת את תקופת הניסיון. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial is inactive and you\'re not longer an exclusive member, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - יש מינוי + Subscribed - תודה שבחרת ב-Amaze File Utilities.\n - אנחנו צוות של מפתחי קוד פתוח שעובד קשה כדי לספק חוויה ללא פרסומות, - והמנוי שלך באמת יעזור לנו בפיתוח.\n - בכל שלב אם אתה זקוק לעזרה כלשהי, אל תהסס לפנות אלינו בקטע אודות. - תוכל ליצור קשר ישירות עם הצוות שלנו בטלגרם.\n - אנא נסה גם את אפליקציית מנהל הקבצים בקוד פתוח \'Amaze File Manager\' לחוויית ניהול קבצים בכיף ובפרטיות. + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your subscription will really help us in development.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - פג תוקף המינוי + Subscription expired - שלום! תודה שבחרת ב-Amaze File Utilities.\n - פג תוקף המנוי שלך, - אנו מקווים שנהנית מהתוכנה שלנו, ואנו מצפים שתשלם תשלום סמלי.\n - אנחנו צוות של מפתחי קוד פתוח שעובד קשה כדי לספק חוויה ללא פרסומות, - ואנחנו צריכים כספים כדי לשמור את האפליקציה כזאת.\n - אתה יכול לכתוב לנו אם אתה רוצה להאריך עוד קצת את תקופת הניסיון. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your subscription has expired, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - האימות נכשל + Failed to validate - שלום! תודה שבחרת ב-Amaze File Utilities.\n - אין לנו אפשרות לאמת את הרישיון שלך, אנא התחבר לאינטרנט והפעל מחדש את האפליקציה. + Hey There! Thank you for choosing Amaze File Utilities.\n + We\'re not able to validate your license, please connect to internet and restart the app. - הרשמה למינוי + Subscribe - לא להציג שוב + Don\'t show again - ניהול קובצי מדיה + Manage media files - הצג תמונות, קטעי וידאו, אודיו, מסמכים ברשימה או רשת\nפתח באמצעות נגנים מובנים\nתמיכה במחוות לניווט קל\nקפוץ לכל תאריך באופן מיידי\nקבץ או מיון רשימה\nהעברה בטלוויזיה + View images, videos, audios, documents in list or grid\nOpen using inbuilt players\nGesture support for easy navigation\nJump to any date instantly\nGroup or sort list\nCast on TV - נתח אחסון לקבצי זבל כדי למחוק\nקבץ תמונות לפי ממים, תאורה חלשה, מטושטשת, סלפי או קבוצה\nקבץ קבצים גדולים באחסון\nקבץ הורדות ישנות, הקלטות או צילומי מסך\n + Analyse storage for junk files to delete\nGroup images by memes, low-light, blurry, selfies or group\nGroup large files in storage\nGroup old downloads, recordings or screenshots\n - העברת נתונים בין מכשירים דרך רשת אלחוטית\nמהירויות במהירות גבוהה עם Android Wi-Fi Direct + Transfer data between devices through wifi\nHigh transfer speeds using android wifi direct - אנחנו צריכים הרשאות לאחסון כדי לגשת לקובצי המדיה שלך + We need storage permissions to access your media files We need notification permissions to show app operations - לפני שנתחיל… + Before we start… - הפרטיות שלך חשובה לנו! + We care for your privacy! Don\'t like ads? Neither do we, we value your data as much as you do.\n We assure you that we do not collect any of your private information.\nThis is an open source software.\nWe\'re a group of open source developers and are managing Amaze mobile apps for around 8 years now.\n\nWe look forward to your subscription. - שגיאה במשיכת רשימת מוצרים מ־Google Play. + Error fetching product list from Google Play. - סיום + Done - לא ניתן להפעיל את תשתית השידור, נא לעדכן את שירותי Google Play + Unable to initialize cast framework, please update Google Play services - היישומון נסגר במהלך העדכון… + Closing app during update… - היישומון עודכן בהצלחה + App updated successfully - העדכון בוטל + Update cancelled - עדכון היישומון נכשל… + Failed to update the app… - Topu Roy Antu]]> + Topu Roy Antu]]> - הסכם הרישוי מקובל עלי]]> + License Agreement]]> - נא לאשר את הסכם הרישוי + Please accept license agreement - מחזור חידוש - %s + Renewal cycle - %s - חברות לכל החיים + Lifetime Membership - שנה + 1 Year - הפעולה נכשלה + Operation failed - מספר העמודות ברשת + No. of columns in grid - מראה + Appearance - הגדרות מראה היישומון + App appearance settings - כללי + General - מאפייני נגינה + Playback properties - החלה + Apply - ערך של אפס אומר שהמפתח לא משתנה.\nצעד שלם אחד מתאים לחצי טון אחד.\nשינוי של -12 חצאי טון אומר שהשיר מושמע באוקטבה אחת נמוכה יותר. + A value of zero means that the key is not changed.\nOne full step corresponds to one semitone.\nA change of -12 semitones means that the song is played one octave lower. - איפוס + Reset - חילוץ ערכת צבעים מאלבום + Extract palette color from album - מגדיר את צבע רקע נגן השמע + Sets background color for audio player - חילוץ ערכת צבעים מתמונה + Extract palette color from image - מגדיר את צבע רקע מציג התמונות + Sets background color for Image Viewer - יישומונים שאינם בשימוש + Unused apps - האפליקציות הנפוצות ביותר + Most used apps - אפליקציות הכי פחות בשימוש + Least used apps - יישומונים גדולים + Large apps - משחקים + Games - מותקנים משחקים על המכשיר הזה + Games currently installed on this device - נדרשות הרשאות מורחבות לניתוח הזה + Required elevated permissions for this analysis - כבר הוענקו? + Already granted? - לרענן + Refresh - מספר הימים בהם לא נפתח היישומון + Number of days an app\'s not been opened - האפליקציות בשימוש הרב ביותר במספר הימים האחרונים + Apps most used in last number of days - אפליקציות שנעשו הכי פחות בשימוש במספר הימים האחרונים + Apps least used in last number of days - הניתוח נעצר + Stopping analysis - הסרת מיטובי סוללה + Remove battery optimizations - נא להסיר את מיטובי הסוללה כדי שנגן המוזיקה יוכל לתפקד ברקע כראוי + Please remove battery optimizations for music player to function properly in background - קובצי APK + APK files - צורה + Shape - טקסט + Text - מוחק + Eraser - מסנן + Filter - אמוג׳י + Emoji - מדבקה + Sticker - סיבוב + Rotate - היפוך אופקי + Flip-H - היפוך אנכי + Flip-V - שינוי גודל + Resize - מכחול + Brush - צורה + Shape - עגול + Oval - מלבן + Rectangle - קו + Line - אמוג׳י + Emoji - מדבקה + Sticker - מוחק + Eraser - מצב מחיקה + Eraser Mode - טקסט + Text - מסנן + Filter - התאמה + Adjust - האם ברצונך לצאת מבלי לשמור תמונה? + Are you want to exit without saving image? - שיתוף תמונה + Share Image - בחירת תמונה + Select Picture - מתבצעת שמירה… + Saving… - התמונה נשמרה בהצלחה + Image saved successfully - שמירת התמונה נכשלה + Failed to save image - שמירה + Save - התעלמות + Discard - עורך התמונות Amaze + Amaze Image Editor - טעינת המסמך נכשלה + Failed to load document - טוען + Load - הדבק מילים + Paste lyrics - סוג מילות השיר + Lyrics type - ניקוי מילים + Clearing lyrics - נוספו מילים + Added lyrics - תמונות וואטסאפ + Whatsapp Images - סרטוני ווטסאפ + Whatsapp Videos - וואטסאפ מדיה + Whatsapp Media - קבצים גדולים + Large Files - לרכוש + Purchase - אתה מפעיל גירסת Fdroid. - אתה יכול לפתוח מנוי לכל החיים על ידי תרומה של כל סכום שתבחר. - אנא תרמו באמצעות אחת מהאפשרויות למטה. - לאחר שתסיים, אנא צור איתנו קשר באמצעות טלגרם / אימייל על ידי שיתוף מזהה המכשיר שלך ואנו נבטל את נעילת המנוי עבורך. + You\'re running an Fdroid build. + You can unlock a lifetime subscription by donating any amount of your choice. + Please donate using one of the options below. + Once done please contact us through telegram / email by sharing your device ID and we\'ll unlock the subscription for you. - פייפאל + Paypal Liberapay %s • %s - רשימת השמעה נוצרה + Playlist created - יצירת רשימת השמעה נכשלה + Failed to create playlist - נוספו %d שירים לרשימת ההשמעה %s + Added %d songs to playlist %s - הוספת שירים נכשלה + Failed to add songs - הסרת השירים נכשלה + Failed to remove songs - רשימות השמעה + Playlists - אפשרויות + Options - לאתר + Locate - רשימת השמעה + Playlist - מחיקת רשימת השמעה + Delete Playlist - שנה שם לרשימת ההשמעה + Rename Playlist - אתה עומד למחוק לצמיתות את רשימת ההשמעה %s. - האם אתה בטוח שאתה רוצה להמשיך? + You\'re about to permanently delete playlist %s. + Are you sure you want to proceed? - נא להזין שם רשימת השמעה חדשה + Please enter new playlist name - שינוי שם + Rename - צור חדש + Create New - הסר + Remove - אתה עומד להסיר שירים נבחרים מרשימה(ות) השמעה. - האם אתה בטוח שאתה רוצה להמשיך? + You\'re about to remove selected songs from playlist(s). + Are you sure you want to proceed? - הוסף לרשימת ההשמעה + Add to Playlist - צור + Create - הוסרו מרשימות השמעה(ות) + Removed from playlist(s) - התחל הבא + PLAY NEXT - השיר נוסף לתור + Song added to queue - אפליקציות שהותקנו לאחרונה + Newly installed apps - אפליקציות שהותקנו לאחרונה (בימים) + Apps newly installed (in days) - אפליקציות שעודכנו לאחרונה + Recently updated apps - אפליקציות שעודכנו לאחרונה (בימים) + Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total - שימוש בזיכרון (RAM) + Memory (RAM) Usage - %s זמין | %s סך הכל + %s available | %s total - סגירת תהליכי רקע + Closed background processes Press again to exit diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml index b0b43f70..552a5b28 100644 --- a/app/src/main/res/values-ja-rJP/strings.xml +++ b/app/src/main/res/values-ja-rJP/strings.xml @@ -1,35 +1,35 @@ - Amazeファイルユーティリティ + Amaze File Utilities - Amazeファイルユーティリティ + Amaze Utilities File Utility app with inbuilt media players for all your needs. - Amaze 画像ビューアー + Amaze Image Viewer - 画像ビューア + Image Viewer - Amazeビデオプレーヤー + Amaze Video Player - Amaze Video Player (ダイアログ) + Amaze Video Player (Dialog) - Amaze Video Player (全画面) + Amaze Video Player (Full Screen) - Amaze音楽プレイヤー + Amaze Music Player - Amaze Image Viewer + Amaze Pdf Viewer - Amaze Epub ビューアー + Amaze Epub Viewer - Amaze Doc ビューアー + Amaze Doc Viewer - Amaze Image Viewer (ダイアログ) + Amaze Image Viewer (Dialog) - Amaze Image Viewer (全画面) + Amaze Image Viewer (Full Screen) - ストレージへのアクセス権限がありません + Storage permission not granted Location permission not granted @@ -37,135 +37,135 @@ App needs notification permissions for optimal performance. - アクセス許可を付与する + Grant permission - 付与 + Grant - キャンセル + Cancel - 再生 + Play - シャッフル + Shuffle - 繰り返す + Repeat - 前へ + Previous - 次へ + Next - 許可されていません + Not allowed Plays audio for Amaze File Utilities - 色を反転する + Invert colors - 読み込み中… + Loading… - 解析 + Analyse - ユーティリティ + Utilities - 転送 + Transfer - スキャン + Scan - 停止 + Stop - 内部ストレージ + Internal Storage - 画像 + Images - オーディオ + Audios - ビデオ + Videos - ドキュメント + Documents - %s ファイル + %s Files - %s メディアファイル + %s Media Files - %s使用済み + Used: %s - 送信 + Send - 受信 + Receive - 受信停止 + Stop Receiving - 計算中… + Calculating… - 最近使用したファイル + Recent Files - ファイルなし + No files - メディアファイル:%s + Media Files: %s - ファイルを検索… + Search for files… - お待ちください… + Please wait… - ここは静かです… + It\'s quiet in here… - 設定 + Settings - 情報 + About - 著作権 © 2021–2022 Team Amaze\n無断複写・転載を禁じます。 + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved - オープンソースライセンス + Open-source licenses - 個人情報保護方針 + Privacy Policy - ライセンス + Licenses - 情報 + Information - 対応していないコンテンツ + Unsupported content - 親項目 + Parent - 日付 + Date - 名前 + Name - リスト表示 + List View - グリッド表示 + Grid View - サイズ + Size - アルバム + Album - アーティスト + Artist - 長さ + Duration - 申し訳ありませんが、それは起こっていないはずです。 + Sorry, that should not have happened. - Eメールでエラーを報告する + Report this error via e-mail - Telegramでエラーを報告する + Report this error via telegram - 書式付きレポートをコピー + Copy formatted report - GitHub でバグを報告 + Report on GitHub Please check whether an issue discussing your crash already exists. - 申し訳ありませんが、エラーが発生したようです。 + Sorry, something went wrong. - 報告 + Report - 情報: + Info: - 何が起きましたか? + What happened: What:\\nRequest:\\nGMT Time:\\nPackage:\\nVersion:\\nOS version:\\nDevice:\\nModel:\\nProduct:\\nDevice ID: Your comment (in English): - 詳細: + Details: App/UI crashed @@ -175,59 +175,59 @@ Path copied to clipboard - パスワードが必要 + Password required - このドキュメントを開くにはパスワードを入力してください。 + Please enter the password to open this document OK - パスワードが間違っています。 + Wrong password - 無効な操作です + Unsupported Operation Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details here. \n\nAmaze File Utilities needs this permission too. After pressing "Grant"here, please select Allow access to manage all files option on the next screen. \n\nCanceling this dialog will exit the app. - ページをコピーする + Copy page - ブックマーク + Bookmarks - タイトル + Title - 作成者 + Author - 製作者 + Creator - 作成日時 + Creation date - 更新日時 + Modification Date - 件名 + Subject - キーワード + Keywords - 編集者 + Producer - 閉じる + Close - 解析中… + Analysing… Page content copied to clipboard - クリーン + Clean - 不鮮明 + Blurred - 低照度 + Low-Light - ミーム + Memes Frown Images that doesn\'t have smiling faces - 閉じた目 + Closed Eyes Images that have people with closed eyes @@ -235,47 +235,47 @@ Images that have people looking elsewhere - 自撮り + Selfies - 集合写真 + Group Pics Memes are images that have something prominent written over them - 重複したファイル + Duplicate files - アプリのキャッシュ + App Cache - 大きな動画 + Large videos - 大きなダウンロード + Large downloads - 古いスクリーンショット + Old Screenshots - 古いダウンロード + Old downloads - 古い録音 + Old recordings - 空のファイル/フォルダ + Empty files / folders - 不要ファイル + Junk files Junk files are files that are left over from uninstalled apps - Telegram + Telegram Media More optimizations to come! - すべて表示 + View all - 解析 + Analysis Control analysis tab settings such as paths to include analysis from, show / hide various analysis - 除外 + Exclusions Paths to exclude while scanning media - 音楽プレーヤー + Audio Player Control audio player settings such as paths to exclude @@ -283,32 +283,32 @@ Search duplicates in… - Androidメディアストア(最速) + Android media store (fastest) - 内部ストレージ (浅い/遅い) + Internal Storage (Shallow / slow) - 内部ストレージ (最も深い/最も遅い) + Internal Storage (Deep / slowest) - 解析を表示 + Show analysis - 項目を追加 + Add Item - 含まれるパス + Paths Included - 除外するパス + Paths Excluded - 削除の設定 + Delete Preference You\'re about to override an existing path. This will reset the existing analysis data for that path. - 確認 + Confirm Image Features - Includes closed eyes, distracted, sad, selfie, group paths + Includes closed eyes, selfie, group paths - ダウンロード + Downloads Includes old, large downloads @@ -316,85 +316,85 @@ A group of videos that have similar running time. - 再解析 + Re-analyse Clears existing analysis data and starts again - <不明アーティスト> + <UNKNOWN> - 検索中… + Searching… - 検索中… (%s 秒) + Searching… (%s secs) - Wi-Fiを有効にしてください + Please enable your Wi-Fi Failed to discover peers. Please try reconnecting to Wifi network - ファイルを受信中... + Receiving files - デバイスを検索中… + Search for devices… - 波形シークバーを有効化 + Enable waveform seekbar Failed to start cast session Ready to cast, select any media - キャスト接続を確立中 + Establishing cast connection - キャストセッションが一時停止されました + Cast session suspended - キャストセッション再開中 + Resuming cast session - キャストセッションを再開できませんでした + Failed to resume cast session - キャストセッションが再開しました + Cast session resumed Ending cast session Cast session ended - アプリで開く + Open with… - 内蔵プレイヤー + In-built player - サーバー実行中… + Server running… - テレビでコンテンツをキャスト中 + Casting content on TV - 停止 + Stop Casts media for Amaze File Utilities Failed to establish connection with remote device. Please try reconnecting to Wifi network - 接続成功 + Connection successful - 送信に失敗しました。リモートがファイルの受信に設定されていることを確認してください。 + Failed to send, please ensure remote is set to receive file - 送信できませんでした。再接続してください。 + Failed to send, please reconnect - 受信に失敗しました + Failed to receive - 受信できませんでした。再接続してください。 + Failed to receive, please reconnect - ファイル転送しました + File transferred App needs location permission to connect with nearby devices. Please grant storage permission to connect with nearby devices. - 権限を待機中… + Waiting for permissions… Your GPS seems to be disabled, please enable to proceed - スキャンするには位置情報を有効にしてください + Please enable location to scan. - はい + Yes - いいえ + No - 有効 + Enable No devices found nearby, please make sure your device is connected to same network and have WiFi-Direct enabled in settings @@ -403,104 +403,104 @@ Resetting network discovery - 切断されました + Disconnected - 接続を解除 + Disconnect Existing connection exists, please disconnect first! - 接続中… + Connecting… - アスペクト比 + Aspect ratio - 再生速度 + Playback Speed - ピッチ(半音) + Pitch (semitones) - 字幕 + Subtitles - ファイル + File - メディア + Media - オーディオ + Audio - ビデオ + Video - パス + Path - 最終更新日 + Last Modified - 説明 + Description - 録音の月/年 + Recording month/year - リリース月/年 + Release month/year - ビットレート + Bitrate - チャンネル + Channel - フレームレート + Frame Rate - コンテナのタイプ + Container Type - 横幅 + Width - 高さ + Height - コーデック + Codecs - サンプルレート + Sample Rate Failed to gain audio focus - 開く + Open - 検索 + Search - オンラインで検索 + Search online - 同期 + Synchronize - 字幕をダウンロード + Download subtitles Enter keywords and select your language to search subtitles from opensubtitles.org You\'re being redirected to Amaze File Manager. It\'s our open source offering that has all features a modern file manager has completely free of cost with over 2M downloads and 4.3 rating on Play Store. - ダウンロード - Amaze ファイルマネージャー + Download + Amaze File Manager - インターネットに接続していません + Device not connected to internet - アップロード日時 + Upload date - 評価 + Rating CD - アップローダー + Uploader - ダウンロード + Downloads - 言語 + Language No results, please try with different keywords… - ダウンロード中… + Downloading… - ダウンロードできません。他の字幕を選択してください + Can\'t download, choose some other subtitles - 字幕が適用されました + Subtitles applied - ダウンロード失敗 + Failed to download - ブルートゥース + Bluetooth - ログを共有 + Share logs - 共有するアプリが見つかりません + No apps found to share Failed to extract logs file @@ -510,109 +510,109 @@ No item selected - 解析を更新しました + Updated analysis Failed to share files - Connected… before you start sending, + Connected… before you start sending, make sure to enable receiver on the other device - 受信中… + Receiving… Make sure to initiate connection only from one device not both. Make sure to start scan on both the devices - 接続中…(%s 秒) + Connecting… (%s secs) Please enable Wifi to continue - 私のデバイス:%s + My device: %s - ステータス: %s + Status: %s - 転送中 + Transfer in progress There is a P2P transfer currently in progress, it is recommended that you don\'t leave this screen, otherwise you\'ll not be able to track the transfer - 退出する + Leave - 留まる + Stay - 編集 + Edit Set as… - 削除 + Delete - 詳細 + Details - メーカー + Make - モデル + Model - 絞り + Aperture - ISO感度 + ISO - シャッタータイム + Shutter time - 場所 + Location GPS - 緯度 + Latitude - 経度 + Longitude - ファイル名 + File Name - パス + Path - 地図で開く + Open in Map - 共有 + Share No App found to open this file - ファイルが見つかりません + File not found - 削除 + Delete You\'re about to permanently delete these files. Are you sure you want to proceed?\n\n%s Files, %s Size - %s 中 %sを削除しました + Deleted %s of %s Successfully deleted Failed to update list, please restart the app - デバイスID + Device ID Subscription status - デバイスIDをクリップボードにコピーしました + Device ID copied to clipboard - バージョン + Version - ライセンス + License Submit Issue - お問い合わせ + Contact Us Translate Help us translate Amaze in your language - アプリについて + About app Made with ❤ in India - 試用開始(%s 日) + Trial started (%s days) Thank you for choosing Amaze File Utilities.\n We are a team of open source developers working hard to provide an ad-free experience, @@ -621,7 +621,7 @@ You\'ll be able to contact directly to our team on Telegram.\n Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - 試用期間がまもなく終了します。 + Trial about to expire Hey There! Thank you for choosing Amaze File Utilities. \nYour trial is going to expire tomorrow, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment. @@ -629,7 +629,7 @@ and we need funds to keep us afloat.\nYou can write to us if you want to extend the trial period a bit more. - 試用期間が終了しました + Trial expired Hey There! Thank you for choosing Amaze File Utilities.\n Your trial has expired, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n @@ -647,7 +647,7 @@ and we need funds to keep us afloat.\n You can write to us if you want to extend the trial period a bit more. - 購読済み + Subscribed Thank you for choosing Amaze File Utilities.\n We are a team of open source developers working hard to provide an ad-free experience, @@ -656,7 +656,7 @@ You\'ll be able to contact directly to our team on Telegram.\n Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - サブスクリプションの有効期限が切れました + Subscription expired Hey There! Thank you for choosing Amaze File Utilities.\n Your subscription has expired, @@ -670,11 +670,11 @@ Hey There! Thank you for choosing Amaze File Utilities.\n We\'re not able to validate your license, please connect to internet and restart the app. - 購読 + Subscribe - 再表示しない + Don\'t show again - メディアファイルを管理 + Manage media files View images, videos, audios, documents in list or grid\nOpen using inbuilt players\nGesture support for easy navigation\nJump to any date instantly\nGroup or sort list\nCast on TV @@ -686,9 +686,9 @@ We need notification permissions to show app operations - 始める前に… + Before we start… - あなたの個人情報とプライバシーは大切です。 + We care for your privacy! Don\'t like ads? Neither do we, we value your data as much as you do.\n We assure you that we do not collect any of your private information.\nThis is an open source software.\nWe\'re a group of open source developers and are managing Amaze mobile apps for around 8 years now.\n\nWe look forward to your subscription. @@ -696,7 +696,7 @@ Error fetching product list from Google Play. - 完了 + Done Unable to initialize cast framework, please update Google Play services @@ -704,7 +704,7 @@ App updated successfully - 更新がキャンセルされました。 + Update cancelled Failed to update the app… @@ -712,57 +712,57 @@ License Agreement]]> - ライセンス契約に同意してください + Please accept license agreement - 更新のサイクル - %s + Renewal cycle - %s - 永久会員 + Lifetime Membership - 1年 + 1 Year - 操作は失敗しました + Operation failed - グリッド内の列数 + No. of columns in grid - 外観 + Appearance - 外観の設定を変更 + App appearance settings - 一般 + General - 再生のプロパティ + Playback properties - 適用 + Apply A value of zero means that the key is not changed.\nOne full step corresponds to one semitone.\nA change of -12 semitones means that the song is played one octave lower. - リセット + Reset - アルバムからパレットの色を抽出する + Extract palette color from album - オーディオプレーヤーの背景色を設定します + Sets background color for audio player - 画像からパレットの色を抽出する + Extract palette color from image - 画像ビューアーの背景色を設定します + Sets background color for Image Viewer - 未使用のアプリ + Unused apps - 最も使用されているアプリ + Most used apps - 使用頻度が少ないアプリ + Least used apps - 大きいアプリ + Large apps - ゲーム + Games - インストールされているゲーム + Games currently installed on this device Required elevated permissions for this analysis Already granted? - 更新 + Refresh Number of days an app\'s not been opened @@ -770,97 +770,97 @@ Apps least used in last number of days - 解析を停止中 + Stopping analysis - バッテリーの最適化を無効にする + Remove battery optimizations Please remove battery optimizations for music player to function properly in background - APKファイル + APK files - + Shape - テキスト + Text - 消しゴム + Eraser - フィルター + Filter - 絵文字 + Emoji - ステッカー + Sticker - 回転 + Rotate Flip-H Flip-V - リサイズ + Resize - ブラシ + Brush - + Shape - 楕円 + Oval - 長方形 + Rectangle - + Line - 絵文字 + Emoji - ステッカー + Sticker - 消しゴム + Eraser - 消しゴムモード + Eraser Mode - テキスト + Text - フィルター + Filter - 調整 + Adjust - 画像を保存せずに終了しますか? + Are you want to exit without saving image? - 画像を共有 + Share Image - 画像を選択 + Select Picture - 保存中… + Saving… - 画像が正常に保存されました + Image saved successfully - 画像を保存できませんでした + Failed to save image - 保存 + Save - 破棄 + Discard Amaze Image Editor Failed to load document - 読み込む + Load Paste lyrics - 歌詞の形式 + Lyrics type - 歌詞を消去中 + Clearing lyrics Added lyrics - Whatsapp画像 + Whatsapp Images - Whatsappビデオ + Whatsapp Videos - Whatsappメディア + Whatsapp Media - 大きなファイル + Large Files - 購入する + Purchase You\'re running an Fdroid build. You can unlock a lifetime subscription by donating any amount of your choice. @@ -873,45 +873,45 @@ %s • %s - プレイリストを作成しました + Playlist created - プレイリストを作成できませんでした + Failed to create playlist - %d 曲をプレイリスト %sに追加しました + Added %d songs to playlist %s Failed to add songs Failed to remove songs - プレイリスト + Playlists - オプション + Options Locate - プレイリスト + Playlist - プレイリストを削除 + Delete Playlist - プレイリスト名を変更 + Rename Playlist You\'re about to permanently delete playlist %s. Are you sure you want to proceed? - 新しいプレイリストの名前を入力してください + Please enter new playlist name - 名前を変更 + Rename - 新規作成 + Create New - 除去 + Remove You\'re about to remove selected songs from playlist(s). Are you sure you want to proceed? - プレイリストに追加する + Add to Playlist - 作成 + Create Removed from playlist(s) @@ -919,21 +919,29 @@ Song added to queue - 新規インストールされたアプリ + Newly installed apps - 新しくインストールされたアプリ (日数) + Apps newly installed (in days) - 最近更新されたアプリ + Recently updated apps - 最近更新されたアプリ (日) + Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total - メモリ使用率 + Memory (RAM) Usage - %s 利用可能 | 合計 %s + %s available | %s total Closed background processes - もう一度押すと終了します + Press again to exit Network intensive apps diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index 01033bc3..552a5b28 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -19,7 +19,7 @@ Amaze Music Player - Amaze Image Viewer + Amaze Pdf Viewer Amaze Epub Viewer @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-ml-rIN/strings.xml b/app/src/main/res/values-ml-rIN/strings.xml index d8c8b808..552a5b28 100644 --- a/app/src/main/res/values-ml-rIN/strings.xml +++ b/app/src/main/res/values-ml-rIN/strings.xml @@ -3,97 +3,97 @@ Amaze File Utilities - അമേസ് യൂട്ടിലിറ്റികൾ + Amaze Utilities File Utility app with inbuilt media players for all your needs. - അമേസ് ചിത്രം കാഴ്ചക്കാരൻ + Amaze Image Viewer - ചിത്രം കാഴ്ചക്കാരൻ + Image Viewer - അമേസ് വീഡിയോ കളിക്കാരൻ + Amaze Video Player Amaze Video Player (Dialog) Amaze Video Player (Full Screen) - അമേസ് സംഗീത കളിക്കാരൻ + Amaze Music Player - അമേസ് പിഡിഎഫ് കാഴ്ചക്കാരൻ + Amaze Pdf Viewer - അമേസ് ഈപബ് കാഴ്ചക്കാരൻ + Amaze Epub Viewer - അമേസ് പ്രമാണ കാഴ്ചക്കാരൻ + Amaze Doc Viewer Amaze Image Viewer (Dialog) Amaze Image Viewer (Full Screen) - സംഭരണ അനുമതി നൽകിയിട്ടില്ല + Storage permission not granted - സ്ഥാന അനുമതി നൽകിയിട്ടില്ല + Location permission not granted App needs storage read permissions for optimal performance. App needs notification permissions for optimal performance. - അനുമതി നൽകുക + Grant permission - നല്‍കുക + Grant - റദ്ദാക്കുക + Cancel - കളിക്കുക + Play Shuffle - ആവര്‍ത്തിക്കുക + Repeat - മുമ്പത്തെ + Previous - അടുത്തത് + Next - അനുവദനീയമല്ല + Not allowed Plays audio for Amaze File Utilities - നിറങ്ങൾ വിപരീതമാക്കുക + Invert colors - ലഭ്യമാക്കുന്നു… + Loading… - പരിശോധിക്കുക + Analyse - യൂട്ടിലിറ്റികൾ + Utilities - കൈമാറ്റം + Transfer Scan - നിർത്തുക + Stop - ആന്തരിക സംഭരണം + Internal Storage - ചിത്രങ്ങൾ + Images - ഓഡിയോകൾ + Audios - വീഡിയോകൾ + Videos - പ്രമാണങ്ങൾ + Documents %s Files %s Media Files - ഉപയോഗിച്ചിരിക്കുന്നത്:%s + Used: %s - അയയ്ക്കുക + Send - സ്വീകരിക്കുക + Receive - സ്വീകരിക്കുന്നത് നിർത്തുക + Stop Receiving - കണക്കുകൂട്ടുന്നു… + Calculating… Recent Files @@ -103,45 +103,45 @@ Search for files… - ദയവായി കാത്തിരിക്കൂ… + Please wait… - ഇവിടെ നിശബ്ദമാണ്… + It\'s quiet in here… - ക്രമീകരണങ്ങള്‍ + Settings - കുറിച്ച് + About - പകർപ്പവകാശം © 2021–2022 സംഘം അമേസ്\nഎല്ലാ അവകാശങ്ങളും നിക്ഷിപ്തം + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses - സ്വകാര്യതാനയം + Privacy Policy - അനുമതിപത്രങ്ങൾ + Licenses - വിവരം + Information - പിന്തുണയ്ക്കാത്ത ഉള്ളടക്കം + Unsupported content - രക്ഷിതാവ് + Parent - തിയതി + Date - പേര് + Name - പട്ടിക കാഴ്ച + List View Grid View - വലുപ്പം + Size - ആൽബം + Album - കലാകാരൻ + Artist - കാലാവധി + Duration - ക്ഷമിക്കണം, അങ്ങനെ സംഭവിക്കാൻ പാടില്ലായിരുന്നു. + Sorry, that should not have happened. Report this error via e-mail @@ -151,21 +151,21 @@ Report on GitHub - നിങ്ങളുടെ തകര്ച്ച ചർച്ച ചെയ്യുന്ന ഒരു പ്രശ്നം ഇതിനകം നിലവിലുണ്ടോ എന്ന് പരിശോധിക്കുക. + Please check whether an issue discussing your crash already exists. - ക്ഷമിക്കണം, എന്തോ കുഴപ്പം സംഭവിച്ചു. + Sorry, something went wrong. Report - വിവരം: + Info: - എന്ത് സംഭവിച്ചു: + What happened: What:\\nRequest:\\nGMT Time:\\nPackage:\\nVersion:\\nOS version:\\nDevice:\\nModel:\\nProduct:\\nDevice ID: - നിങ്ങളുടെ അഭിപ്രായം (ഇംഗ്ലീഷിൽ): + Your comment (in English): - വിശദാംശങ്ങൾ: + Details: App/UI crashed @@ -179,65 +179,65 @@ Please enter the password to open this document - ശരി + OK Wrong password - പിന്തുണയ്ക്കാത്ത പ്രവർത്തനം + Unsupported Operation Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details here. \n\nAmaze File Utilities needs this permission too. After pressing "Grant"here, please select Allow access to manage all files option on the next screen. \n\nCanceling this dialog will exit the app. - ഏട്‌ പകർത്തുക + Copy page Bookmarks - തലക്കെട്ട്‌ + Title - രചയിതാവ് + Author - സ്രഷ്ടാവ് + Creator - സൃഷ്ടിച്ച തീയതി + Creation date Modification Date - വിഷയം + Subject Keywords - നിർമ്മാതാവ് + Producer - അടയ്ക്കുക + Close Analysing… Page content copied to clipboard - വൃത്തിയാക്കുക + Clean - മങ്ങിച്ചു + Blurred - കുറഞ്ഞ വെളിച്ചം + Low-Light Memes Frown - ചിരിക്കുന്ന മുഖങ്ങളില്ലാത്ത ചിത്രങ്ങൾ + Images that doesn\'t have smiling faces - അടഞ്ഞ കണ്ണുകൾ + Closed Eyes - കണ്ണടച്ച ആളുകളുള്ള ചിത്രങ്ങൾ + Images that have people with closed eyes Distracted - ആളുകൾ മറ്റെവിടെയെങ്കിലും നോക്കുന്ന ചിത്രങ്ങൾ + Images that have people looking elsewhere Selfies - സംഘ ചിത്രങ്ങൾ + Group Pics Memes are images that have something prominent written over them @@ -265,13 +265,13 @@ More optimizations to come! - എല്ലാം കാണുക + View all - വിശകലനം + Analysis Control analysis tab settings such as paths to include analysis from, show / hide various analysis - ഒഴിവാക്കലുകൾ + Exclusions Paths to exclude while scanning media @@ -279,9 +279,9 @@ Control audio player settings such as paths to exclude - ചിത്രം കാഴ്ചക്കാരൻ ക്രമീകരണങ്ങൾ നിയന്ത്രിക്കുക + Control image viewer settings - ഇതിൽ തനിപ്പകർപ്പുകൾ തിരയുക… + Search duplicates in… Android media store (fastest) @@ -289,22 +289,22 @@ Internal Storage (Deep / slowest) - വിശകലനം കാണിക്കുക + Show analysis - ഇനം ചേർക്കുക + Add Item Paths Included Paths Excluded - മുൻഗണന ഇല്ലാതാക്കുക + Delete Preference You\'re about to override an existing path. This will reset the existing analysis data for that path. - സ്ഥിരീകരിക്കുക + Confirm - ചിത്രത്തിന്റെ സവിശേഷതകൾ + Image Features Includes closed eyes, selfie, group paths @@ -322,17 +322,17 @@ <UNKNOWN> - തിരയുന്നു… + Searching… - തിരയുന്നു... (%s സെക്കന്റുകൾ) + Searching… (%s secs) - ദയവായി നിങ്ങളുടെ വൈ-ഫൈ പ്രവർത്തനക്ഷമമാക്കുക + Please enable your Wi-Fi Failed to discover peers. Please try reconnecting to Wifi network Receiving files - ഉപകരണങ്ങൾക്കായി തിരയുക… + Search for devices… Enable waveform seekbar @@ -354,7 +354,7 @@ Cast session ended - ഇതിലൂടെ തുറക്കു… + Open with… In-built player @@ -362,7 +362,7 @@ Casting content on TV - നിർത്തുക + Stop Casts media for Amaze File Utilities @@ -374,7 +374,7 @@ Failed to send, please reconnect - സ്വീകരിക്കുന്നതിൽ പരാജയപ്പെട്ടു + Failed to receive Failed to receive, please reconnect @@ -384,17 +384,17 @@ Please grant storage permission to connect with nearby devices. - അനുമതികൾക്കായി കാത്തിരിക്കുന്നു… + Waiting for permissions… - നിങ്ങളുടെ ജിപിഎസ് പ്രവർത്തനരഹിതമാക്കിയതായി തോന്നുന്നു, ദയവായി തുടരാൻ പ്രവർത്തനക്ഷമമാക്കുക + Your GPS seems to be disabled, please enable to proceed Please enable location to scan. - അതെ + Yes - അല്ല + No - പ്രവർത്തനക്ഷമമാക്കുക + Enable No devices found nearby, please make sure your device is connected to same network and have WiFi-Direct enabled in settings @@ -431,7 +431,7 @@ Last Modified - വിവരണം + Description Recording month/year @@ -445,9 +445,9 @@ Container Type - വീതി + Width - ഉയരം + Height Codecs @@ -455,13 +455,13 @@ Failed to gain audio focus - തുറക്കുക + Open - തിരയുക + Search Search online - സമന്വയിപ്പിക്കുക + Synchronize Download subtitles @@ -484,7 +484,7 @@ Downloads - ഭാഷ + Language No results, please try with different keywords… @@ -527,9 +527,9 @@ Please enable Wifi to continue - എന്റെ ഉപകരണം: %s + My device: %s - സ്ഥിതി: %s + Status: %s Transfer in progress @@ -541,13 +541,13 @@ Stay - തിരുത്തുക + Edit Set as… - ഇല്ലാതാക്കുക + Delete - വിശദാംശങ്ങൾ + Details Make @@ -559,13 +559,13 @@ Shutter time - സ്ഥാനം + Location GPS - അക്ഷാംശം + Latitude - രേഖാംശം + Longitude File Name @@ -573,20 +573,20 @@ Open in Map - പങ്കിടുക + Share No App found to open this file File not found - ഇല്ലാതാക്കുക + Delete You\'re about to permanently delete these files. Are you sure you want to proceed?\n\n%s Files, %s Size Deleted %s of %s - വിജയകരമായി ഇല്ലാതാക്കി + Successfully deleted Failed to update list, please restart the app @@ -596,21 +596,21 @@ Device ID copied to clipboard - പതിപ്പ് + Version - അനുമതിപത്രം + License - പ്രശ്നം സമർപ്പിക്കുക + Submit Issue - ഞങ്ങളെ സമീപിക്കുക + Contact Us - വിവർത്തനം ചെയ്യുക + Translate Help us translate Amaze in your language About app - ഇന്ത്യയിൽ ❤ത്തോടെ നിർമ്മിച്ചത് + Made with ❤ in India Trial started (%s days) @@ -718,17 +718,17 @@ Lifetime Membership - 1 വർഷം + 1 Year Operation failed No. of columns in grid - രൂപം + Appearance App appearance settings - പൊതുവായ + General Playback properties @@ -736,7 +736,7 @@ A value of zero means that the key is not changed.\nOne full step corresponds to one semitone.\nA change of -12 semitones means that the song is played one octave lower. - പുനഃക്രമീകരിക്കുക + Reset Extract palette color from album @@ -760,7 +760,7 @@ Required elevated permissions for this analysis - ഇതിനകം അനുവദിച്ചിട്ടുണ്ടോ? + Already granted? Refresh @@ -778,9 +778,9 @@ APK files - ആകൃതി + Shape - വാചകം + Text Eraser @@ -804,7 +804,7 @@ Oval - ദീർഘചതുരം + Rectangle Line @@ -816,7 +816,7 @@ Eraser Mode - വാചകം + Text Filter @@ -824,7 +824,7 @@ Are you want to exit without saving image? - ചിത്രം പങ്കിടുക + Share Image Select Picture @@ -834,7 +834,7 @@ Failed to save image - സൂക്ഷിക്കുക + Save Discard @@ -860,7 +860,7 @@ Large Files - വാങ്ങുക + Purchase You\'re running an Fdroid build. You can unlock a lifetime subscription by donating any amount of your choice. @@ -879,9 +879,9 @@ Added %d songs to playlist %s - പാട്ടുകൾ ചേർക്കുന്നതിൽ പരാജയപ്പെട്ടു + Failed to add songs - പാട്ടുകൾ നീക്കം ചെയ്യുന്നതിൽ പരാജയപ്പെട്ടു + Failed to remove songs Playlists @@ -900,11 +900,11 @@ Please enter new playlist name - പേരുമാറ്റുക + Rename - പുതിയത് സൃഷ്ടിക്കുക + Create New - നീക്കം ചെയ്യുക + Remove You\'re about to remove selected songs from playlist(s). Are you sure you want to proceed? @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage @@ -933,7 +941,7 @@ Closed background processes - പുറത്തുകടക്കാൻ ഒരിക്കൽ കൂടി അമർത്തുക + Press again to exit Network intensive apps diff --git a/app/src/main/res/values-nl-rNL/strings.xml b/app/src/main/res/values-nl-rNL/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-nl-rNL/strings.xml +++ b/app/src/main/res/values-nl-rNL/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-no-rNO/strings.xml b/app/src/main/res/values-no-rNO/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-no-rNO/strings.xml +++ b/app/src/main/res/values-no-rNO/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-pl-rPL/strings.xml +++ b/app/src/main/res/values-pl-rPL/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 833b7c40..552a5b28 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -5,175 +5,175 @@ Amaze Utilities - Aplicativo utilitário de arquivos com reprodutores de mídia embutidos para todas as suas necessidades. + File Utility app with inbuilt media players for all your needs. - Visualizador de imagens Amaze + Amaze Image Viewer - Visualizador de imagem + Image Viewer - Reprodutor de vídeo Amaze + Amaze Video Player - Reprodutor de vídeo Amaze (dialog) + Amaze Video Player (Dialog) - Reprodutor de vídeo Amaze (tela inteira) + Amaze Video Player (Full Screen) - Reprodutor de música Amaze + Amaze Music Player - Visualizador de PDF Amaze + Amaze Pdf Viewer - Visualizador de Epub Amaze + Amaze Epub Viewer - Visualizador de documentos Amaze + Amaze Doc Viewer - Visualizador de imagens Amaze (dialog) + Amaze Image Viewer (Dialog) - Visualizador de imagens Amaze (tela cheia) + Amaze Image Viewer (Full Screen) - Permissão de armazenamento não concedida + Storage permission not granted - Permissão de localização não concedida + Location permission not granted - O aplicativo precisa de acesso ao armazenamento para ter um desempenho ideal. + App needs storage read permissions for optimal performance. App needs notification permissions for optimal performance. - Conceder permissão + Grant permission - Conceder + Grant - Cancelar + Cancel Play - Aleatório + Shuffle - Repetir + Repeat - Anterior + Previous - Próximo + Next - Não permitido + Not allowed - Reprodutor de áudio para Amaze File Utilities + Plays audio for Amaze File Utilities - Inverter cores + Invert colors - Carregando… + Loading… - Analisar + Analyse - Utilitários + Utilities - Transferir + Transfer - Escanear + Scan - Parar + Stop - Armazenamento interno + Internal Storage - Imagens + Images - Áudios + Audios - Vídeos + Videos - Documentos + Documents - %s Arquivos + %s Files - %s arquivos de mídia + %s Media Files - Usado: %s + Used: %s - Enviar + Send - Receber + Receive - Parar recebimento + Stop Receiving - Calculando… + Calculating… - Arquivos recentes + Recent Files - Sem arquivos + No files - Arquivos de mídia: %s + Media Files: %s - Procurar arquivos… + Search for files… - Por favor, espere… + Please wait… - Está quieto aqui… + It\'s quiet in here… - Configurações + Settings - Sobre + About - Copyright © 2021–2022 Team Amaze\nTodos os direitos reservados + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved - Licenças de código-aberto + Open-source licenses - Política de Privacidade + Privacy Policy - Licenças + Licenses - Informação + Information - Conteúdo não suportado + Unsupported content - Antecessor + Parent - Data + Date - Nome + Name - Exibição em lista + List View - Exibição em grade + Grid View - Tamanho + Size - Álbum + Album - Artista + Artist - Duração + Duration - Desculpe, isso não deveria ter acontecido. + Sorry, that should not have happened. - Reportar este erro por email + Report this error via e-mail - Reportar este erro via telegrama + Report this error via telegram - Copiar relatório formatado + Copy formatted report - Reportar no GitHub + Report on GitHub - Por favor, verifique se já existe um \"issue\" discutindo o seu erro. + Please check whether an issue discussing your crash already exists. - Desculpe, algo deu errado. + Sorry, something went wrong. - Relatório + Report - Informações: + Info: - O que aconteceu: + What happened: What:\\nRequest:\\nGMT Time:\\nPackage:\\nVersion:\\nOS version:\\nDevice:\\nModel:\\nProduct:\\nDevice ID: Your comment (in English): - Detalhes: + Details: - O aplicativo/interface do usuário travou + App/UI crashed - Relatório de erros + Error report - Relatório de travamento copiado para a área de transferência + Crash report copied to clipboard - Caminho copiado para a área de transferência + Path copied to clipboard Password required @@ -181,45 +181,45 @@ OK - Senha incorreta + Wrong password - Operação não suportada + Unsupported Operation Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details here. \n\nAmaze File Utilities needs this permission too. After pressing "Grant"here, please select Allow access to manage all files option on the next screen. \n\nCanceling this dialog will exit the app. - Copiar página + Copy page - Favoritos + Bookmarks - Título + Title - Autor + Author - Criador + Creator - Data de criação + Creation date - Data de Modificação + Modification Date Subject Keywords - Produtor + Producer - Fechar + Close - Analisando… + Analysing… - Conteúdo copiado para a área de transferência + Page content copied to clipboard - Limpar + Clean - Desfocado + Blurred - Pouca luz + Low-Light Memes @@ -227,104 +227,104 @@ Images that doesn\'t have smiling faces - Olhos fechados + Closed Eyes Images that have people with closed eyes Distracted - Fotos em que as pessoas não estão olhando para a câmera + Images that have people looking elsewhere Selfies - Imagens de grupos + Group Pics - Memes são imagens que têm algo proeminente escrito sobre elas + Memes are images that have something prominent written over them - Arquivos duplicados + Duplicate files - Cache do aplicativo + App Cache - Vídeos grandes + Large videos - Downloads grandes + Large downloads - Capturas de telas antigas + Old Screenshots - Downloads antigos + Old downloads - Gravações antigas + Old recordings - Arquivos / pastas vazias + Empty files / folders - Arquivos desnecessários + Junk files - Arquivos desnecessários são arquivos deixados por aplicativos desinstalados + Junk files are files that are left over from uninstalled apps - Mídia do Telegram + Telegram Media - Mais otimizações no futuro! + More optimizations to come! - Ver tudo + View all - Análise + Analysis - Configurações de análise, por exemplo, de onde analisar e mostrar/ocultar diferentes filtros + Control analysis tab settings such as paths to include analysis from, show / hide various analysis - Exclusões + Exclusions - Caminhos para excluir durante a varredura de mídia + Paths to exclude while scanning media - Player de áudio + Audio Player - Gerencie as configurações do reprodutor de áudio, como caminhos a serem excluídos + Control audio player settings such as paths to exclude - Gerencie as configurações do visualizador de imagens + Control image viewer settings - Pesquisar duplicatas em… + Search duplicates in… - Armazenamento de mídia Android (mais rápido) + Android media store (fastest) - Armazenamento interno (Raso / lento) + Internal Storage (Shallow / slow) - Armazenamento Interno (Profundo / mais lento) + Internal Storage (Deep / slowest) - Mostrar análise + Show analysis - Adicionar item + Add Item - Caminhos Incluídos + Paths Included - Caminhos excluídos + Paths Excluded - Excluir preferência + Delete Preference - Você está prestes a substituir um caminho existente. - Isto irá redefinir os dados de análise existentes para esse caminho. + You\'re about to override an existing path. + This will reset the existing analysis data for that path. - Confirmar + Confirm - Características da imagem + Image Features - Inclui olhos fechados, selfies, caminhos de grupo + Includes closed eyes, selfie, group paths Downloads - Inclui downloads antigos e grandes + Includes old, large downloads - Vídeos confusos + Cluttered Videos - Um grupo de vídeos com duração semelhante. + A group of videos that have similar running time. - Reanalisar + Re-analyse - Limpar os dados de análise existentes e começa novamente + Clears existing analysis data and starts again - <DESCONHECIDO> + <UNKNOWN> - Procurando… + Searching… - Procurando… (%s segundos) + Searching… (%s secs) Please enable your Wi-Fi @@ -342,41 +342,41 @@ Establishing cast connection - Sessão de transmissão suspensa + Cast session suspended - Retomando a sessão de transmissão + Resuming cast session - Falha ao retomar a sessão de transmissão + Failed to resume cast session - Sessão de transmissão retomada + Cast session resumed - Terminando a sessão de transmissão + Ending cast session - Sessão de transmissão encerrada + Cast session ended - Abrir com… + Open with… - Player embutido + In-built player - Servidor em execução… + Server running… - Transmitindo conteúdo na TV + Casting content on TV - Parar + Stop - Transmissor de mídias para Amaze File Utilities + Casts media for Amaze File Utilities - Falha ao estabelecer conexão com o dispositivo remoto. Tente reconectar à rede Wi-Fi + Failed to establish connection with remote device. Please try reconnecting to Wifi network - Conectado com sucesso + Connection successful - Falha ao enviar, verifique se o dispositivo remoto está aceitando o arquivo + Failed to send, please ensure remote is set to receive file - Falha ao enviar, por favor reconecte + Failed to send, please reconnect - Falha ao receber + Failed to receive - Falha ao receber, por favor reconecte + Failed to receive, please reconnect File transferred @@ -390,9 +390,9 @@ Please enable location to scan. - Sim + Yes - Não + No Enable @@ -403,13 +403,13 @@ Resetting network discovery - Desconectado + Disconnected - Desconectar + Disconnect Existing connection exists, please disconnect first! - Conectando… + Connecting… Aspect ratio @@ -417,66 +417,66 @@ Pitch (semitones) - Legendas + Subtitles - Arquivo + File - Mídia + Media - Áudio + Audio - Vídeo + Video - Caminho + Path - Última Modificação + Last Modified - Descrição + Description - Mês/ano de gravação + Recording month/year - Mês/ano de lançamento + Release month/year - Taxa de bits + Bitrate - Canal + Channel - Taxa de quadros + Frame Rate Container Type - Largura + Width - Altura + Height Codecs - Taxa de amostragem + Sample Rate Failed to gain audio focus - Abrir + Open - Procurar + Search - Pesquisar online + Search online - Sincronizar + Synchronize - Baixar legendas + Download subtitles Enter keywords and select your language to search subtitles from opensubtitles.org You\'re being redirected to Amaze File Manager. It\'s our open source offering that has all features a modern file manager has completely free of cost with over 2M downloads and 4.3 rating on Play Store. Download - Amaze gerenciador de arquivos + Amaze File Manager - Dispositivo não conectado à internet + Device not connected to internet - Data de envio + Upload date - Classificação + Rating CD @@ -484,74 +484,74 @@ Downloads - Idioma + Language No results, please try with different keywords… - Baixando… + Downloading… Can\'t download, choose some other subtitles - Legendas aplicadas + Subtitles applied - Não foi possível baixar + Failed to download Bluetooth - Compartilhar logs + Share logs - Nenhum aplicativo encontrado para compartilhar + No apps found to share - Falha ao extrair o arquivo de logs + Failed to extract logs file - Continuar tocando + Continue playing - Nenhum idioma selecionado + No language selected - Nenhum item selecionado + No item selected - Análise atualizada + Updated analysis - Falha ao compartilhar arquivos + Failed to share files - Conectado… antes de começar a enviar, - certifique-se de habilitar o receptor no outro dispositivo + Connected… before you start sending, + make sure to enable receiver on the other device - Recebendo… + Receiving… - Certifique-se de iniciar a conexão apenas de um dispositivo, não de ambos. + Make sure to initiate connection only from one device not both. - Certifique-se de iniciar a verificação em ambos os dispositivos + Make sure to start scan on both the devices - Conectando… (%s segundos) + Connecting… (%s secs) - Ative o Wi-Fi para continuar + Please enable Wifi to continue - Meu dispositivo: %s + My device: %s Status: %s - Transferência em andamento + Transfer in progress There is a P2P transfer currently in progress, it is recommended that you don\'t leave this screen, otherwise you\'ll not be able to track the transfer - Sair + Leave - Ficar + Stay - Editar + Edit - Definir como… + Set as… - Excluir + Delete - Detalhes + Details Make - Modelo + Model Aperture @@ -559,7 +559,7 @@ Shutter time - Localização + Location GPS @@ -567,52 +567,52 @@ Longitude - Nome do arquivo + File Name - Caminho + Path - Abrir no mapa + Open in Map Share No App found to open this file - Arquivo não encontrado + File not found - Excluir + Delete You\'re about to permanently delete these files. Are you sure you want to proceed?\n\n%s Files, %s Size - Excluído %s de %s + Deleted %s of %s - Excluído com sucesso + Successfully deleted - Falha ao atualizar a lista, por favor, reinicie o aplicativo + Failed to update list, please restart the app - ID do dispositivo + Device ID Subscription status - ID do dispositivo copiado para a área de transferência + Device ID copied to clipboard - Versão + Version - Licença + License - Enviar issue + Submit Issue - Contate-nos + Contact Us - Traduzir + Translate - Ajude-nos a traduzir o Amaze para o seu idioma + Help us translate Amaze in your language - Sobre o aplicativo + About app - Feito com ❤ na Índia + Made with ❤ in India - Teste iniciado (%s dias) + Trial started (%s days) Thank you for choosing Amaze File Utilities.\n We are a team of open source developers working hard to provide an ad-free experience, @@ -647,7 +647,7 @@ and we need funds to keep us afloat.\n You can write to us if you want to extend the trial period a bit more. - Inscrito + Subscribed Thank you for choosing Amaze File Utilities.\n We are a team of open source developers working hard to provide an ad-free experience, @@ -665,14 +665,14 @@ and we need funds to keep us afloat.\n You can write to us if you want to extend the trial period a bit more. - Falha ao validar + Failed to validate - Ei! Obrigado por escolher o Amaze File Utilities.\n - Não foi possível validar sua licença, conecte-se à Internet e reinicie o aplicativo. + Hey There! Thank you for choosing Amaze File Utilities.\n + We\'re not able to validate your license, please connect to internet and restart the app. - Se inscrever + Subscribe - Não exibir novamente + Don\'t show again Manage media files @@ -696,17 +696,17 @@ Error fetching product list from Google Play. - Feito + Done Unable to initialize cast framework, please update Google Play services Closing app during update… - Aplicativo atualizado com sucesso + App updated successfully - Atualização cancelada + Update cancelled - Falha ao atualizar o aplicativo… + Failed to update the app… Topu Roy Antu]]> @@ -718,43 +718,43 @@ Lifetime Membership - 1 Ano + 1 Year - Falha na operação + Operation failed No. of columns in grid - Aparência + Appearance - Configurações de aparência do aplicativo + App appearance settings - Geral + General Playback properties - Aplicar + Apply A value of zero means that the key is not changed.\nOne full step corresponds to one semitone.\nA change of -12 semitones means that the song is played one octave lower. Reset - Extrair paleta de cor do álbum + Extract palette color from album - Definir cor de fundo do reprodutor de áudio + Sets background color for audio player Extract palette color from image - Definir cor de fundo do visualizador de imagens + Sets background color for Image Viewer - Aplicativos não utilizados + Unused apps - Aplicativos mais usados + Most used apps - Aplicativos menos usados + Least used apps - Aplicativos grandes + Large apps - Jogos + Games Games currently installed on this device @@ -772,19 +772,19 @@ Stopping analysis - Desativar otimização de bateria para o aplicativo + Remove battery optimizations Please remove battery optimizations for music player to function properly in background - Arquivos APK + APK files Shape - Texto + Text Eraser - Filtro + Filter Emoji @@ -792,11 +792,11 @@ Rotate - Girar horizontalmente + Flip-H - Girar verticalmente + Flip-V - Redimensionar + Resize Brush @@ -804,23 +804,23 @@ Oval - Retângulo + Rectangle - Linha + Line Emoji - Figurinha + Sticker Eraser Eraser Mode - Texto + Text - Filtro + Filter - Ajustar + Adjust Are you want to exit without saving image? @@ -828,37 +828,37 @@ Select Picture - Salvando… + Saving… - Imagem salva com sucesso + Image saved successfully - Falha ao salvar a imagem + Failed to save image - Salvar + Save - Descartar + Discard - Editor de Imagens Amaze + Amaze Image Editor - Falha ao carregar o documento + Failed to load document - Carregar + Load - Colar letras + Paste lyrics - Tipo de letra + Lyrics type Clearing lyrics Added lyrics - Imagens do WhatsApp + Whatsapp Images - Vídeos do Whatsapp + Whatsapp Videos - Mídia do Whatsapp + Whatsapp Media - Arquivos grandes + Large Files Purchase @@ -885,7 +885,7 @@ Playlists - Opções + Options Locate @@ -900,9 +900,9 @@ Please enter new playlist name - Renomear + Rename - Criar novo + Create New Remove @@ -911,7 +911,7 @@ Add to Playlist - Criar + Create Removed from playlist(s) @@ -921,19 +921,27 @@ Newly installed apps - Aplicações recentemente instaladas (em dias) + Apps newly installed (in days) - Aplicações recentemente atualizadas + Recently updated apps - Aplicações recentemente atualizadas (em dias) + Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total - Uso de memória (RAM) + Memory (RAM) Usage - %s disponível | %s total + %s available | %s total Closed background processes - Pressione novamente para sair + Press again to exit Network intensive apps diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index 24ccd4cb..552a5b28 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -5,554 +5,561 @@ Amaze Utilities - Aplicativo Utilitário de arquivos com leitores de multimédia incorporados para todas as suas necessidades. + File Utility app with inbuilt media players for all your needs. - Visualizador de imagens Amaze + Amaze Image Viewer - visualizador de imagem + Image Viewer - Reprodutor de Vídeo Amaze + Amaze Video Player - Reprodutor de Vídeo Amaze (Diálogo) + Amaze Video Player (Dialog) - Reprodutor de Vídeo Amaze (ecrã inteiro) + Amaze Video Player (Full Screen) - Reprodutor de Música Amaze + Amaze Music Player - Visualizador de PDF Amaze + Amaze Pdf Viewer - Visualizador de Epub Amaze + Amaze Epub Viewer - Visualizador de documentos Amaze + Amaze Doc Viewer - Visualizador de Imagens Amaze (Diálogo) + Amaze Image Viewer (Dialog) - Visualizador de Imagens Amaze (Ecrã completo) + Amaze Image Viewer (Full Screen) - Permissão de armazenamento não concedida + Storage permission not granted - Permissão de localização não concedida + Location permission not granted - A necessidade de aplicação de permissões de leitura de armazenamento para um ótimo desempenho. + App needs storage read permissions for optimal performance. App needs notification permissions for optimal performance. - Conceder permissão + Grant permission - concedente + Grant - Cancelar + Cancel - Reproduzir + Play - Reproduzir aleatoriamente + Shuffle - repetir + Repeat - Anterior + Previous - Seguinte + Next - não permitido + Not allowed - Reprodução de áudio para Utilitários de Ficheiro Amaze + Plays audio for Amaze File Utilities - Núcleos inversores + Invert colors - A carregar… + Loading… - Analisar + Analyse - Utilitários + Utilities - Transferênica + Transfer - Analisar + Scan - Pará + Stop - armazenamento interno + Internal Storage - Imagens + Images - áudios + Audios - vídeos + Videos - Documentos + Documents - %s Ficheiros + %s Files - %s Ficheiros multimédia + %s Media Files - Usado: %s + Used: %s - Enviar + Send - receber + Receive - Parar Recebimento + Stop Receiving - A calcular… + Calculating… - Ficheiros recentes + Recent Files - Sem arquivos + No files - Ficheiros Media: %s + Media Files: %s - Procura de arquivos… + Search for files… - Por favor, espere… + Please wait… - Está quieto aqui... + It\'s quiet in here… - Definições + Settings - Sobre + About - Copyright © 2021–2022 Team Amaze\nTodos os direitos reservados + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved - Licenças de código aberto + Open-source licenses - Política de Privacidade + Privacy Policy - Licenças + Licenses - Em formação + Information - Conteúdo não compatível + Unsupported content - Pai + Parent - Encontro + Date - Nome + Name - Exibição de lista + List View - Exibição em grade + Grid View - Tamanho + Size - Álbum + Album - Artista + Artist - Duração + Duration - Desculpe, isso não deveria ter acontecido. + Sorry, that should not have happened. - Relate este erro por e-mail + Report this error via e-mail - Relate este erro via telegrama + Report this error via telegram - Copiar relatório formatado + Copy formatted report - Relatório no GitHub + Report on GitHub - Verifique se já existe um problema discutindo sua falha. + Please check whether an issue discussing your crash already exists. - Desculpe, algo deu errado. + Sorry, something went wrong. - Relatório + Report - Informações: + Info: - O que aconteceu: + What happened: - O quê:\\nSolicitação:\\nHora GMT:\\nPacote:\\nVersão:\\nVersão do sistema operacional:\\nDispositivo:\\nModelo:\\nProduto:\\nID do dispositivo: + What:\\nRequest:\\nGMT Time:\\nPackage:\\nVersion:\\nOS version:\\nDevice:\\nModel:\\nProduct:\\nDevice ID: - Seu comentário (em inglês): + Your comment (in English): - Detalhes: + Details: - O aplicativo/interface do usuário travou + App/UI crashed - Relatório de erro + Error report - Relatório de travamento copiado para a área de transferência + Crash report copied to clipboard - Caminho copiado para a área de transferência + Path copied to clipboard - Senha requerida + Password required - Digite a senha para abrir este documento + Please enter the password to open this document OK - Senha incorreta + Wrong password - Operação não suportada + Unsupported Operation - Desde o Android 11, o Google solicita que os gerenciadores de arquivos solicitem permissão do usuário para gerenciar todos os arquivos no dispositivo. Detalhesaqui. \n\nAmaze File Utilities também precisa dessa permissão. Depois de pressionar "Conceder" aqui, selecionePermitir acesso para gerenciar todos os arquivosopção na próxima tela. \n\nCancelar esta caixa de diálogo encerrará o aplicativo. + Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details here. + \n\nAmaze File Utilities needs this permission too. After pressing "Grant"here, please select Allow access to manage all files option on the next screen. + \n\nCanceling this dialog will exit the app. - Copiar página + Copy page - Favoritos + Bookmarks - Título + Title - Autor + Author - O Criador + Creator - Data de criação + Creation date - Modificação de data + Modification Date - Sujeito + Subject - Palavras-chave + Keywords - Produtor + Producer - fechar + Close - Analisando… + Analysing… - Conteúdo copiado para a área de transferências + Page content copied to clipboard - limpar + Clean - Desfocado + Blurred - Pouca luz + Low-Light - memes + Memes - olhar sério + Frown - Imagens que não têm caras sorridentes + Images that doesn\'t have smiling faces - Olhos Fechados + Closed Eyes - Imagens que têm pessoas com olhos fechados + Images that have people with closed eyes - distraído + Distracted - Imagens que têm pessoas a olhar para outro lado + Images that have people looking elsewhere - selfies + Selfies - fotos do grupo + Group Pics - Os memes são imagens que têm algo de proeminente escrito sobre eles + Memes are images that have something prominent written over them - Arquivo duplicado + Duplicate files - Cache da aplicação + App Cache - Vídeos grandes + Large videos - Grandes downloads + Large downloads - Capturas de telas antigas + Old Screenshots - downloads antigos + Old downloads - Gravações antigas + Old recordings - Ficheiros / massas vazias + Empty files / folders - Ficheiros de lixo + Junk files - Ficheiros de lixo são arquivos que sobram de aplicações desinstaladas + Junk files are files that are left over from uninstalled apps - Mídia do Telegram + Telegram Media - Mais otimizações para vir! + More optimizations to come! - ver tudo + View all - análise + Analysis - Configurações de separadores de análise de controle, tais como caminhos para incluir análise de, mostrar/esconder várias análises + Control analysis tab settings such as paths to include analysis from, show / hide various analysis - exclusões + Exclusions - Caminhos a excluir durante a digitalização dos meios de comunicação + Paths to exclude while scanning media - Leitor de áudio + Audio Player - Controlar as configurações do leitor de áudio, tais como caminhos a excluir + Control audio player settings such as paths to exclude - Controlando as configurações do visualizador de imagens + Control image viewer settings - Procurar duplicados em… + Search duplicates in… - Android media store (mais rápido) + Android media store (fastest) - armazenamento interno (Raso / lento) + Internal Storage (Shallow / slow) - armazenamento interno (Profundo / mais lento) + Internal Storage (Deep / slowest) - Mostrar análise + Show analysis - Adicionar item + Add Item - Caminhos Incluídos + Paths Included - Caminhos excluídos + Paths Excluded - Eliminar Preferências + Delete Preference - Está prestes a sobrepor-se a um caminho existente. Isto irá reiniciar os dados de análise existentes para esse caminho. + You\'re about to override an existing path. + This will reset the existing analysis data for that path. - confirmar + Confirm - Características da imagem + Image Features - Inclui olhos fechados, selfie, caminhos de grupo + Includes closed eyes, selfie, group paths - Transferências + Downloads - Inclui downloads grandes e antigos + Includes old, large downloads - Vídeos confusos + Cluttered Videos - Um grupo de vídeos com tempo de execução semelhante. + A group of videos that have similar running time. - Reanalisar + Re-analyse - Limpa os dados de análise existentes e começa novamente + Clears existing analysis data and starts again - <DESCONHECIDO> + <UNKNOWN> - Procurando… + Searching… - Procurando… (%s segundos) + Searching… (%s secs) - Ative seu Wi-Fi + Please enable your Wi-Fi - Falha ao descobrir pares. Tente se reconectar à rede Wi-Fi + Failed to discover peers. Please try reconnecting to Wifi network - Recebendo arquivos + Receiving files - Pesquisar dispositivos… + Search for devices… - Ativar barra de busca de forma de onda + Enable waveform seekbar - Falha ao iniciar a sessão de transmissão + Failed to start cast session - Pronto para transmitir, selecione qualquer mídia + Ready to cast, select any media - Estabelecendo conexão de transmissão + Establishing cast connection - Sessão de transmissão suspensa + Cast session suspended - Retomando a sessão de transmissão + Resuming cast session - Falha ao retomar a sessão de transmissão + Failed to resume cast session - Sessão de transmissão retomada + Cast session resumed - Terminando a sessão de transmissão + Ending cast session - Sessão de transmissão encerrada + Cast session ended - Abrir com… + Open with… - Leitor embutido + In-built player - Servidor rodando… + Server running… - Como transmitir conteúdo na TV + Casting content on TV - Pare + Stop - Lança mídia para Amaze File Utilities + Casts media for Amaze File Utilities - Falha ao estabelecer conexão com o dispositivo remoto. Tente se reconectar à rede Wi-Fi + Failed to establish connection with remote device. Please try reconnecting to Wifi network - Conexão bem-sucedida + Connection successful - Falha ao enviar, verifique se o controle remoto está configurado para receber o arquivo + Failed to send, please ensure remote is set to receive file - Falha ao enviar, por favor reconecte + Failed to send, please reconnect - Falha ao receber + Failed to receive - Falha ao receber, por favor reconecte + Failed to receive, please reconnect - Arquivo transferido + File transferred - O aplicativo precisa de permissão de localização para se conectar a dispositivos próximos. + App needs location permission to connect with nearby devices. - Conceda permissão de armazenamento para se conectar a dispositivos próximos. + Please grant storage permission to connect with nearby devices. - Aguardando permissões... + Waiting for permissions… - Seu GPS parece estar desativado, habilite-o para prosseguir + Your GPS seems to be disabled, please enable to proceed - Ative a localização para escanear. + Please enable location to scan. - Sim + Yes - Não + No - Permitir + Enable - Nenhum dispositivo encontrado nas proximidades, certifique-se de que seu dispositivo esteja conectado à mesma rede e tenha o WiFi-Direct ativado nas configurações + No devices found nearby, + please make sure your device is connected to same network and have WiFi-Direct enabled in settings - Falha ao interromper a descoberta de pares + Failed to stop peer discovery - Redefinindo a descoberta de rede + Resetting network discovery - Desconectado + Disconnected - desconectar + Disconnect - A ligação existente existe, por favor terminou primeiro! + Existing connection exists, please disconnect first! - Conectando… + Connecting… - Razão de aspectos + Aspect ratio - Velocidade de reprodução + Playback Speed - Altura (semitons) + Pitch (semitones) - Legendas + Subtitles - Arquivo + File - meios de comunicação + Media - áudio + Audio - Vídeo + Video - Caminho + Path - Última modificação + Last Modified - Descrição + Description - Mês/ano de gravação + Recording month/year - Lançamento mês/ano + Release month/year - taxa de bits + Bitrate - Canal + Channel - Taxa de quadros + Frame Rate - Tipo de recipiente + Container Type - Largura + Width - Altura + Height - codecs + Codecs - Taxa de amostragem + Sample Rate - Falha ao obter foco de áudio + Failed to gain audio focus - Abrir + Open - Procurar + Search - Pesquisar on-line + Search online - Sincronizar + Synchronize - Baixar legendas + Download subtitles - Digite palavras-chave e selecione seu idioma para pesquisar legendasopensubtitles.org + Enter keywords and select your language to search subtitles from opensubtitles.org - Você está sendo redirecionado para Amaze File Manager. É a nossa oferta de código aberto que possui todos os recursos de um gerenciador de arquivos moderno totalmente gratuito, com mais de 2 milhões de downloads e classificação de 4,3 na Play Store. + You\'re being redirected to Amaze File Manager. It\'s our open source offering that has all features a modern file manager has completely free of cost with over 2M downloads and 4.3 rating on Play Store. Download - Amaze gerenciador de arquivos + Amaze File Manager - Dispositivo não conectado à internet + Device not connected to internet - data de upload + Upload date - Avaliação + Rating CD - Carregador + Uploader - Transferências + Downloads - Linguagem + Language - Sem resultados, tente com palavras-chave diferentes… + No results, please try with different keywords… - Baixando… + Downloading… - Não é possível fazer o download, escolha outras legendas + Can\'t download, choose some other subtitles - Legendas aplicadas + Subtitles applied - Falhou o download + Failed to download Bluetooth - Compartilhar registros + Share logs - Nenhum aplicativo encontrado para compartilhar + No apps found to share - Falha ao extrair o arquivo de logs + Failed to extract logs file - Continue jogando + Continue playing - Nenhum idioma selecionado + No language selected - Nenhum item selecionado + No item selected - Análise atualizada + Updated analysis - Falha ao compartilhar arquivos + Failed to share files - Conectado… antes de começar a enviar, certifique-se de habilitar o receptor no outro dispositivo + Connected… before you start sending, + make sure to enable receiver on the other device - Recebendo… + Receiving… - Certifique-se de iniciar a conexão apenas de um dispositivo, não de ambos. + Make sure to initiate connection only from one device not both. - Certifique-se de iniciar a verificação em ambos os dispositivos + Make sure to start scan on both the devices - Conectando… (%s segundos) + Connecting… (%s secs) - Ative o Wi-Fi para continuar + Please enable Wifi to continue - Meus dispositivos + My device: %s - Estado: %s + Status: %s - Transferência em andamento + Transfer in progress - Há uma transferência P2P em andamento, é recomendável que você não saia desta tela, caso contrário, não poderá rastrear a transferência + There is a P2P transfer currently in progress, + it is recommended that you don\'t leave this screen, + otherwise you\'ll not be able to track the transfer - Sair + Leave - Fique + Stay - Editar + Edit - Definir como… + Set as… - Excluir + Delete - Detalhes + Details - Faço + Make - Modelo + Model - Abertura + Aperture ISO - tempo do obturador + Shutter time - Localização + Location GPS @@ -560,269 +567,305 @@ Longitude - Nome do arquivo + File Name - Caminho + Path - Abrir no mapa + Open in Map - Compartilhar + Share - Nenhum aplicativo encontrado para abrir este arquivo + No App found to open this file - Arquivo não encontrado + File not found - Excluir + Delete - Você está prestes a excluir permanentemente esses arquivos. Tem certeza de que deseja continuar?\n\n%s Arquivos, %s Tamanho + You\'re about to permanently delete these files. + Are you sure you want to proceed?\n\n%s Files, %s Size - Excluiu %s de %s + Deleted %s of %s - Excluído com sucesso + Successfully deleted - Falha ao atualizar a lista, reinicie o aplicativo + Failed to update list, please restart the app - ID de dispositivo + Device ID - Status de inscrição + Subscription status - ID do dispositivo copiado para a área de transferência + Device ID copied to clipboard - Versão + Version - Licença + License - Enviar problema + Submit Issue - Contate-nos + Contact Us - Traduzir + Translate - Ajude-nos a traduzir o Amaze para o seu idioma + Help us translate Amaze in your language - Sobre o aplicativo + About app - Feito com ❤ na Índia + Made with ❤ in India - Teste iniciado (%s dias) + Trial started (%s days) - Obrigado por escolher o Amaze File Utilities.\n Somos uma equipe de desenvolvedores de código aberto trabalhando duro para fornecer uma experiência sem anúncios, e sua compra realmente ajudará a nos manter à tona.\n A qualquer momento, se precisar de ajuda, sinta-se à vontade livre para entrar em contato conosco na seção Sobre. Você poderá entrar em contato diretamente com nossa equipe no Telegram.\n Experimente também nosso aplicativo gerenciador de arquivos de código aberto \'Amaze File Manager\' para uma experiência de gerenciamento de arquivos perfeita. + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your purchase will really help to keep us afloat.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - Avaliação prestes a expirar + Trial about to expire - Ei! Obrigado por escolher o Amaze File Utilities. \nSeu teste vai expirar amanhã, esperamos que você tenha gostado do nosso software e esperamos que você faça um pagamento nominal. \nSomos uma equipe de desenvolvedores de código aberto trabalhando duro para fornecer uma experiência sem anúncios e precisamos de fundos para nos manter funcionando.\nVocê pode nos escrever se quiser estender um pouco mais o período de avaliação. + Hey There! Thank you for choosing Amaze File Utilities. + \nYour trial is going to expire tomorrow, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment. + \nWe are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\nYou can write to us if you want to extend the trial period a bit more. + - Versao de teste expirada + Trial expired - Ei! Obrigado por escolher o Amaze File Utilities.\n Sua avaliação expirou, esperamos que você tenha gostado do nosso software e esperamos que você faça um pagamento nominal.\n Somos uma equipe de desenvolvedores de código aberto trabalhando duro para fornecer uma experiência sem anúncios e precisamos de fundos para nos manter funcionando.\n Você pode nos escrever se quiser estender um pouco mais o período de avaliação. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial has expired, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. + - Teste inativo + Trial inactive - Ei! Obrigado por escolher o Amaze File Utilities.\n Sua avaliação está inativa e você não é mais um membro exclusivo, esperamos que tenha gostado do nosso software e esperamos que você faça um pagamento nominal.\n Nós somos uma equipe de desenvolvedores de código aberto trabalhando duro para fornecer uma experiência sem anúncios e precisamos de fundos para nos manter funcionando.\n Você pode nos escrever se quiser estender um pouco mais o período de teste. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial is inactive and you\'re not longer an exclusive member, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - Subscrito + Subscribed - Obrigado por escolher o Amaze File Utilities.\n Somos uma equipe de desenvolvedores de código aberto trabalhando duro para fornecer uma experiência sem anúncios, e sua assinatura realmente nos ajudará no desenvolvimento.\n A qualquer momento, se precisar de ajuda, sinta-se à vontade para entrar em contato conosco na seção Sobre. Você poderá entrar em contato diretamente com nossa equipe no Telegram.\n Experimente também nosso aplicativo gerenciador de arquivos de código aberto \'Amaze File Manager\' para uma experiência de gerenciamento de arquivos perfeita. + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your subscription will really help us in development.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - Assinatura expirou + Subscription expired - Ei! Obrigado por escolher o Amaze File Utilities.\n Sua assinatura expirou, esperamos que você tenha gostado do nosso software e esperamos que você faça um pagamento nominal.\n Somos uma equipe de desenvolvedores de código aberto trabalhando duro para fornecer uma experiência sem anúncios e precisamos de fundos para nos manter funcionando.\n Você pode nos escrever se quiser estender um pouco mais o período de avaliação. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your subscription has expired, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - Falha ao validar + Failed to validate - Ei! Obrigado por escolher o Amaze File Utilities.\n Não foi possível validar sua licença, conecte-se à Internet e reinicie o aplicativo. + Hey There! Thank you for choosing Amaze File Utilities.\n + We\'re not able to validate your license, please connect to internet and restart the app. - Se inscrever + Subscribe - não mostrar novamente + Don\'t show again - Gerenciar arquivos de mídia + Manage media files - Visualize imagens, vídeos, áudios, documentos em lista ou grade\nAbra usando players integrados\nSuporte a gestos para facilitar a navegação\nVá para qualquer data instantaneamente\nAgrupe ou classifique a lista\nTransmita na TV + View images, videos, audios, documents in list or grid\nOpen using inbuilt players\nGesture support for easy navigation\nJump to any date instantly\nGroup or sort list\nCast on TV - Analise o armazenamento de arquivos inúteis para excluir\nAgrupar imagens por memes, pouca luz, desfocado, selfies ou grupo\nAgrupar arquivos grandes no armazenamento\nAgrupar downloads antigos, gravações ou capturas de tela\n + Analyse storage for junk files to delete\nGroup images by memes, low-light, blurry, selfies or group\nGroup large files in storage\nGroup old downloads, recordings or screenshots\n - Transfira dados entre dispositivos por wifi\nAltas velocidades de transferência usando o android wifi direct + Transfer data between devices through wifi\nHigh transfer speeds using android wifi direct - Precisamos de permissões de armazenamento para acessar seus arquivos de mídia + We need storage permissions to access your media files We need notification permissions to show app operations - Antes de começarmos… + Before we start… - Cuidamos da sua privacidade! + We care for your privacy! - Não gosta de anúncios? Nós também não, valorizamos seus dados tanto quanto você.\n Garantimos que não coletamos nenhuma de suas informações privadas.\nNão dizemos isso, nosso histórico sim.\nSomos uma empresa grupo de desenvolvedores de código aberto e gerenciam o Amaze File Manager há cerca de 8 anos.\n\nAguardamos sua assinatura. + Don\'t like ads? Neither do we, we value your data as much as you do.\n + We assure you that we do not collect any of your private information.\nThis is an open source software.\nWe\'re a group of open source developers and are managing Amaze mobile apps for around 8 years now.\n\nWe look forward to your subscription. + - Erro ao buscar a lista de produtos do Google Play. + Error fetching product list from Google Play. - Feito + Done - Não foi possível inicializar a estrutura de transmissão, atualize os serviços do Google Play + Unable to initialize cast framework, please update Google Play services - Fechando o aplicativo durante a atualização… + Closing app during update… - Aplicativo atualizado com sucesso + App updated successfully - Atualização cancelada + Update cancelled - Falha ao atualizar o aplicativo… + Failed to update the app… - + Topu Roy Antu]]> - + License Agreement]]> - Aceite o contrato de licença + Please accept license agreement - Ciclo de renovação - %s + Renewal cycle - %s - Associação Vitalícia + Lifetime Membership - 1 ano + 1 Year - Operação falhou + Operation failed - Nº de colunas na grade + No. of columns in grid - Aparência + Appearance - Configurações de aparência do aplicativo + App appearance settings - Em geral + General - Propriedades de reprodução + Playback properties - Aplicar + Apply - Um valor de zero significa que a tonalidade não foi alterada.\nUm tom completo corresponde a um semitom.\nUma alteração de -12 semitons significa que a música é tocada uma oitava abaixo. + A value of zero means that the key is not changed.\nOne full step corresponds to one semitone.\nA change of -12 semitones means that the song is played one octave lower. - Redefinir + Reset - Extraia a cor da paleta do álbum + Extract palette color from album - Define a cor de fundo do reprodutor de áudio + Sets background color for audio player - Extraia a cor da paleta da imagem + Extract palette color from image - Define a cor de fundo do Visualizador de imagens + Sets background color for Image Viewer - aplicativos não utilizados + Unused apps - Aplicativos mais usados + Most used apps - Aplicativos menos usados + Least used apps - Aplicativos grandes + Large apps - jogos + Games - Jogos atualmente instalados neste dispositivo + Games currently installed on this device - Permissões elevadas necessárias para esta análise + Required elevated permissions for this analysis - Já concedido? + Already granted? - Atualizar + Refresh - Número de dias que um aplicativo não foi aberto + Number of days an app\'s not been opened - Aplicativos mais usados nos últimos dias + Apps most used in last number of days - Aplicativos menos usados no último número de dias + Apps least used in last number of days - Parando a análise + Stopping analysis - Remover otimizações de bateria + Remove battery optimizations - Remova as otimizações da bateria para que o reprodutor de música funcione corretamente em segundo plano + Please remove battery optimizations for music player to function properly in background - arquivos APK + APK files - Forma + Shape - Texto + Text - Apagador + Eraser - Filtro + Filter Emoji - adesivo + Sticker - Girar + Rotate Flip-H Flip-V - Redimensionar + Resize - Escovar + Brush - Forma + Shape - oval + Oval - Retângulo + Rectangle - Linha + Line Emoji - adesivo + Sticker - Apagador + Eraser - Modo Borracha + Eraser Mode - Texto + Text - Filtro + Filter - Ajustar + Adjust - Você deseja sair sem salvar a imagem? + Are you want to exit without saving image? - Compartilhar imagem + Share Image - Selecione a imagem + Select Picture - Salvando… + Saving… - Imagem salva com sucesso + Image saved successfully - Falha ao salvar a imagem + Failed to save image - Salvar + Save - Descartar + Discard - Espante o Editor de Imagens + Amaze Image Editor - Falha ao carregar o documento + Failed to load document - Carregar + Load - Colar letras + Paste lyrics - tipo de letra + Lyrics type - Limpando as letras + Clearing lyrics - Letras adicionadas + Added lyrics - Imagens Whatsapp + Whatsapp Images - Vídeos do Whatsapp + Whatsapp Videos - Mídia Whatsapp + Whatsapp Media - Arquivos Grandes + Large Files - Comprar + Purchase - Você está executando uma compilação do Fdroid. Você pode desbloquear uma assinatura vitalícia doando qualquer quantia de sua escolha. Por favor, doe usando uma das opções abaixo. Depois de concluído, entre em contato conosco por telegrama / e-mail, compartilhando o ID do seu dispositivo e desbloquearemos a assinatura para você. + You\'re running an Fdroid build. + You can unlock a lifetime subscription by donating any amount of your choice. + Please donate using one of the options below. + Once done please contact us through telegram / email by sharing your device ID and we\'ll unlock the subscription for you. Paypal @@ -830,71 +873,79 @@ %s • %s - Lista de reprodução criada + Playlist created - Falha na criação da lista de reprodução + Failed to create playlist - Adicionadas %d canções à lista de reprodução %s + Added %d songs to playlist %s - Falha em adicionar canções + Failed to add songs - Falha em remover canções + Failed to remove songs - Listas de reprodução + Playlists - Opções + Options - Localizar + Locate - Lista de reprodução + Playlist - Eliminar lista de reprodução + Delete Playlist - Renomear lista de reprodução + Rename Playlist - Está prestes a eliminar permanentemente a lista de reprodução %s. - Tem a certeza de que deseja prosseguir? + You\'re about to permanently delete playlist %s. + Are you sure you want to proceed? - Por favor, introduza o novo nome da lista de reprodução + Please enter new playlist name - Renomear + Rename - Criar Novo + Create New - Remover + Remove - Está prestes a remover canções selecionadas da lista(s) de reprodução. - Tem a certeza de que deseja prosseguir? + You\'re about to remove selected songs from playlist(s). + Are you sure you want to proceed? - Adicionar à lista de reprodução + Add to Playlist - Criar + Create - Removido da lista(s) de reprodução + Removed from playlist(s) - Reproduzir Seguinte + PLAY NEXT - Música adicionada à fila + Song added to queue - Aplicações recém-instaladas + Newly installed apps - Aplicações recentemente instaladas (em dias) + Apps newly installed (in days) - Aplicações recentemente atualizadas + Recently updated apps - Apps recentemente atualizadas (em dias) + Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total - Uso de memória (RAM) + Memory (RAM) Usage - %s disponível | %s total + %s available | %s total - Processos de fundo fechados + Closed background processes - Pressione novamente para sair + Press again to exit - Aplicações intensivas de rede + Network intensive apps - Histograma + Histogram Similar Images diff --git a/app/src/main/res/values-ro-rRO/strings.xml b/app/src/main/res/values-ro-rRO/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-ro-rRO/strings.xml +++ b/app/src/main/res/values-ro-rRO/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-ru-rRU/strings.xml b/app/src/main/res/values-ru-rRU/strings.xml index 4457a487..552a5b28 100644 --- a/app/src/main/res/values-ru-rRU/strings.xml +++ b/app/src/main/res/values-ru-rRU/strings.xml @@ -1,871 +1,871 @@ - Amaze Файловые Утилиты + Amaze File Utilities - Amaze Утилиты + Amaze Utilities - Приложение для работы с файлами с встроенным медиа плеером для всех ваших потребностей. + File Utility app with inbuilt media players for all your needs. - Amaze Просмотр Изображений + Amaze Image Viewer - Просмотр изображений + Image Viewer - Amaze Видео Проигрыватель + Amaze Video Player - Amaze Видео Проигрыватель (Окно) + Amaze Video Player (Dialog) - Amaze Видео Проигрыватель (Полный экран) + Amaze Video Player (Full Screen) - Amaze Аудиопроигрыватель + Amaze Music Player - Amaze Просмотр Pdf + Amaze Pdf Viewer - Amaze Просмотр Epub + Amaze Epub Viewer - Amaze Просмотр Документов + Amaze Doc Viewer - Amaze Просмотр Изображений (Окно) + Amaze Image Viewer (Dialog) - Amaze Просмотр Изображений (Полный экран) + Amaze Image Viewer (Full Screen) - Доступ к хранилищу не предоставлен + Storage permission not granted - Доступ к геолокации не предоставлен + Location permission not granted - Приложению требуется разрешение для чтения хранилища для оптимальной производительности. + App needs storage read permissions for optimal performance. App needs notification permissions for optimal performance. - Предоставьте доступ + Grant permission - Предоставить + Grant - Отменить + Cancel - Воспроизвести + Play - Перемешать + Shuffle - Повторять + Repeat - Предыдущий + Previous - Следующий + Next - Запрещено + Not allowed - Воспроизведение аудио для Amaze File Utilities + Plays audio for Amaze File Utilities - Инвертировать цвета + Invert colors - Загрузка… + Loading… - Анализ + Analyse - Утилиты + Utilities - Передача + Transfer - Сканировать + Scan - Стоп + Stop - Внутренняя память + Internal Storage - Изображения + Images - Аудио + Audios - Видео + Videos - Документы + Documents - %s Файлов + %s Files - %s Медиа Файлов + %s Media Files - Использовано: %s + Used: %s - Отправить + Send - Получить + Receive - Остановить получение + Stop Receiving - Вычисление… + Calculating… - Недавние файлы + Recent Files - Нет файлов + No files - Медиа Файлов: %s + Media Files: %s - Поиск файлов… + Search for files… - Пожалуйста, подождите… + Please wait… - Ничего не найдено… + It\'s quiet in here… - Настройки + Settings - О нас + About - Авторское право © 2021–2022 команда Amaze\nВсе права защищены + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved - Лицензии с открытым исходным кодом + Open-source licenses - Политика конфиденциальности + Privacy Policy - Лицензии + Licenses - Информация + Information - Неподдерживаемый формат данных + Unsupported content - Родительская + Parent - Дата + Date - Имя + Name - В виде списка + List View - В виде сетки + Grid View - Размер + Size - Альбом + Album - Исполнитель + Artist - Длительность + Duration - Извините, этого не должно было случиться. + Sorry, that should not have happened. - Сообщить об этой ошибке по электронной почте + Report this error via e-mail - Сообщить об этой ошибке через telegram + Report this error via telegram - Копировать отформатированный отчет + Copy formatted report - Сообщить об ошибке на GitHub + Report on GitHub - Пожалуйста, проверьте, существует ли обсуждение на вашу проблему. + Please check whether an issue discussing your crash already exists. - Упс, что-то пошло не так. + Sorry, something went wrong. - Отчет + Report - Информация: + Info: - Что случилось: + What happened: - Что:\\nЗапрос:\\nGMT Время:\\nПакет:\\nВерсия:\\nВерсия ОС:\\nУстройство:\\nМодель:\\nПродукт:\\nID Устройства: + What:\\nRequest:\\nGMT Time:\\nPackage:\\nVersion:\\nOS version:\\nDevice:\\nModel:\\nProduct:\\nDevice ID: - Ваш комментарий (на английском языке): + Your comment (in English): - Детали: + Details: - Сбой приложения/интерфейса + App/UI crashed - Отчет об ошибке + Error report - Отчёт об ошибке скопирован в буфер обмена + Crash report copied to clipboard - Путь скопирован в буфер обмена + Path copied to clipboard - Требуется пароль + Password required - Введите пароль для открытия этого файла + Please enter the password to open this document - ОК + OK - Неправильный пароль + Wrong password - Неподдерживаемая операция + Unsupported Operation - С версии Android 11, Google просит Файловые менеджеры запрашивать разрещение пользователя на управление всеми файлами на устройстве. Подробнее здесь. - \n\nAmaze File Utilities тоже необходимо это разрешение. После нажатия "Предоставить"здесь, пожалуйста выберете Разрешить доступ для управления всеми файлами на следующем экране. - \n\nОтмена этого диалога закроет приложение. + Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details here. + \n\nAmaze File Utilities needs this permission too. After pressing "Grant"here, please select Allow access to manage all files option on the next screen. + \n\nCanceling this dialog will exit the app. - Копировать страницу + Copy page - Закладки + Bookmarks - Название + Title - Автор + Author - Создатель + Creator - Дата создания + Creation date - Дата изменения + Modification Date - Тема + Subject - Ключевые слова + Keywords - Создатель + Producer - Закрыть + Close - Анализ… + Analysing… - Страница скопирована в буфер обмена + Page content copied to clipboard - Очистить + Clean - Размытые + Blurred - Слабое освещение + Low-Light - Мемы + Memes - Хмурые + Frown - Изображения, в которых нет улыбающихся лиц + Images that doesn\'t have smiling faces - Закрытые глаза + Closed Eyes - Изображения, в которых есть люди с закрытыми глазами + Images that have people with closed eyes - Рассеянные + Distracted - Изображения, в которых люди не смотрят в камеру + Images that have people looking elsewhere - Селфи + Selfies - Групповые изображения + Group Pics - Мета - это изображения, которые имеют заметный текст + Memes are images that have something prominent written over them - Дублирующиеся файлы + Duplicate files - Кэш приложения + App Cache - Большие видео + Large videos - Большие загрузки + Large downloads - Старые скриншоты + Old Screenshots - Старые загрузки + Old downloads - Старые записи + Old recordings - Пустые файлы / папки + Empty files / folders - Мусорные файлы + Junk files - Мусорные файлы - это файлы, оставшиеся от удаленных приложений + Junk files are files that are left over from uninstalled apps - Медиа Телеграма + Telegram Media - Больше оптимизаций в будущем! + More optimizations to come! - Посмотреть все + View all - Анализ + Analysis - Настройки Анализа, например, откуда проводить анализ, показать / спрятать различные фильтры + Control analysis tab settings such as paths to include analysis from, show / hide various analysis - Исключения + Exclusions - Пути, которые будут исключены при сканировании медиа + Paths to exclude while scanning media - Аудиопроигрыватель + Audio Player - Управление настройками аудио плеера, такими как пути для исключения + Control audio player settings such as paths to exclude - Управлять настройками Просмотра Изображений + Control image viewer settings - Поиск дубликатов в… + Search duplicates in… - Хранилище медиа Андроид (быстрый) + Android media store (fastest) - Внутреннее хранилище (небольшие / медленные) + Internal Storage (Shallow / slow) - Внутреннее хранилище (Глубокие / медленные) + Internal Storage (Deep / slowest) - Показать анализ + Show analysis - Добавить элемент + Add Item - Включенные пути + Paths Included - Исключенные пути + Paths Excluded - Удалить предпочтение + Delete Preference - Вы собираетесь переопределить существующий путь. - Это сбросит существующие данные анализа для этого пути. + You\'re about to override an existing path. + This will reset the existing analysis data for that path. - Подтвердить + Confirm - Особенности изображения + Image Features - Включает закрытые глаза, селфи, групповые пути + Includes closed eyes, selfie, group paths - Загрузки + Downloads - Включая старые, большие загрузки + Includes old, large downloads - Беспорядочные Видео + Cluttered Videos - Группа видео, которые имеют похожую продолжительность. + A group of videos that have similar running time. - Повторить Анализ + Re-analyse - Очистить существующие данные анализа и начать заново + Clears existing analysis data and starts again - <НЕИЗВЕСТНЫЙ> + <UNKNOWN> - Поиск… + Searching… - Поиск… (%s секунд) + Searching… (%s secs) - Включите Wi-Fi + Please enable your Wi-Fi - Не удалось найти пиров. Пожалуйста, попробуйте переподключиться к сети Wi-Fi + Failed to discover peers. Please try reconnecting to Wifi network - Получение файлов + Receiving files - Поиск устройств… + Search for devices… - Включить панель с волнами + Enable waveform seekbar - Не удалось начать трансляцию + Failed to start cast session - Готово к трансляции, выберите медиа + Ready to cast, select any media - Устанавливаем соединение для трансляции + Establishing cast connection - Трансляция приостановлена + Cast session suspended - Возобновление трансляции + Resuming cast session - Не удалось возобновить трансляцию + Failed to resume cast session - Трансляция возобновлена + Cast session resumed - Завершение трансляции + Ending cast session - Трансляция завершена + Cast session ended - Открыть с помощью… + Open with… - Встроенный плеер + In-built player - Сервер запущен… + Server running… - Трансляция контента на TV + Casting content on TV - Стоп + Stop - Транслировать медиа для Amaze Файловых Утилит + Casts media for Amaze File Utilities - Не удалось установить соединение с удалённым устройством. Пожалуйста, попробуйте переподключиться к сети Wi-Fi + Failed to establish connection with remote device. Please try reconnecting to Wifi network - Подключение успешно + Connection successful - Не удалось отправить, пожалуйста, убедитесь, что дистанционное устройство принимает файл + Failed to send, please ensure remote is set to receive file - Не удалось отправить, переподключитесь + Failed to send, please reconnect - Не удалось получить + Failed to receive - Не удалось получить, переподключитесь + Failed to receive, please reconnect - Файл передан + File transferred - Приложению требуется разрешение на определение местоположения для подключения к ближайшим устройствам. + App needs location permission to connect with nearby devices. - Пожалуйста, предоставьте разрешение на доступ к хранилищу для подключения к ближайшим устройствам. + Please grant storage permission to connect with nearby devices. - Ожидаем разрешения… + Waiting for permissions… - Ваш GPS отключен, включите для продолжения + Your GPS seems to be disabled, please enable to proceed - Пожалуйста, включите геолокацию для сканирования. + Please enable location to scan. - Да + Yes - Нет + No - Включить + Enable - Устройства не найдены, - Пожалуйста, убедитесь, что ваше устройство подключено к той же сети и WiFi-Direct включен в настройках + No devices found nearby, + please make sure your device is connected to same network and have WiFi-Direct enabled in settings - Не удалось остановить поиск пиров + Failed to stop peer discovery - Сброс обнаружения сети + Resetting network discovery - Отключен + Disconnected - Отключить + Disconnect - Соединение уже существует, пожалуйста, сначала отсоединитесь! + Existing connection exists, please disconnect first! - Подключение… + Connecting… - Соотношение сторон + Aspect ratio - Скорость воспроизведения + Playback Speed - Высота тона (полутона) + Pitch (semitones) - Субтитры + Subtitles - Файл + File - Медиа + Media - Аудио + Audio - Видео + Video - Путь + Path - Последнее изменение + Last Modified - Описание + Description - Месяц/год записи + Recording month/year - Месяц/год выпуска + Release month/year - Битрейт + Bitrate - Канал + Channel - Частота кадров + Frame Rate - Тип контейнера + Container Type - Ширина + Width - Высота + Height - Кодеки + Codecs - Частота дискретизации + Sample Rate - Не удалось не получить фокус аудио + Failed to gain audio focus - Открыть + Open - Найти + Search - Найти онлайн + Search online - Синхронизировать + Synchronize - Скачать субтитры + Download subtitles - Введите ключевые слова и выберите язык для поиска субтитров из opensubtitles.org + Enter keywords and select your language to search subtitles from opensubtitles.org - Вы будете перенаправлены на Amaze Файловый Менеджер. Это наш открытый исходный код, который предлагает все возможности современного файлового менеджера абсолютно бесплатно с более чем 2M загрузками и рейтингом 4.3 в Play Маркет. + You\'re being redirected to Amaze File Manager. It\'s our open source offering that has all features a modern file manager has completely free of cost with over 2M downloads and 4.3 rating on Play Store. - Скачать - Amaze Файловый Менеджер + Download + Amaze File Manager - Нет подключения к интернету + Device not connected to internet - Дата загрузки + Upload date - Рейтинг + Rating - КД + CD - Загрузчик + Uploader - Загрузки + Downloads - Язык + Language - Результаты не найдены. Попробуйте поиск с другими ключевыми словами… + No results, please try with different keywords… - Скачивание… + Downloading… - Не удается загрузить, выберите другие субтитры + Can\'t download, choose some other subtitles - Субтитры применены + Subtitles applied - Ошибка загрузки + Failed to download Bluetooth - Поделиться логами + Share logs - Не найдено приложение для отправки + No apps found to share - Не удалось извлечь файлы логов + Failed to extract logs file - Продолжить играть + Continue playing - Язык не выбран + No language selected - Ничего не выбрано + No item selected - Обновленный анализ + Updated analysis - Не удалось поделиться файлами + Failed to share files - Подключено… перед отправкой, - убедитесь, что приёмник включен на другом устройстве + Connected… before you start sending, + make sure to enable receiver on the other device - Получение… + Receiving… - Убедитесь, что соединение инициируется только с одного устройства, а не с обоих устройств. + Make sure to initiate connection only from one device not both. - Убедитесь, что сканирование запускается на обоих устройствах + Make sure to start scan on both the devices - Подключение… (%s секунд) + Connecting… (%s secs) - Чтобы продолжить, пожалуйста, включите Wi-Fi + Please enable Wifi to continue - Мое устройство: %s + My device: %s - Статус: %s + Status: %s - Передача в процессе + Transfer in progress - В настоящее время идет передача P2P, - рекомендуется не покидать этот экран, - иначе вы не сможете отслеживать передачу + There is a P2P transfer currently in progress, + it is recommended that you don\'t leave this screen, + otherwise you\'ll not be able to track the transfer - Покинуть + Leave - Остаться + Stay - Редактировать + Edit - Установить как… + Set as… - Удалить + Delete - Детали + Details - Производитель камеры + Make - Модель + Model - Апертура + Aperture ISO - Время затвора + Shutter time - Местоположение + Location GPS - Широта + Latitude - Долгота + Longitude - Имя файла + File Name - Путь + Path - Открыть на карте + Open in Map - Поделиться + Share - Нет приложений для открытия этого файла + No App found to open this file - Файл не найден + File not found - Удалить + Delete - Вы собираетесь навсегда удалить эти файлы. - Вы уверены, что хотите продолжить?\n\n%s Файлов, %s Размер + You\'re about to permanently delete these files. + Are you sure you want to proceed?\n\n%s Files, %s Size - Удалено %s из %s + Deleted %s of %s - Успешно удалено + Successfully deleted - Не удалось обновить список, пожалуйста, перезапустите приложение + Failed to update list, please restart the app - ID устройства + Device ID - Статус подписки + Subscription status - ID устройства скопирован в буфер обмена + Device ID copied to clipboard - Версия + Version - Лицензия + License - Сообщить о проблеме + Submit Issue - Связаться с нами + Contact Us - Перевод + Translate - Помогите нам перевести приложение на Ваш язык + Help us translate Amaze in your language - О приложении + About app - Сделано с ❤ в Индии + Made with ❤ in India - Пробный период (%s дней) + Trial started (%s days) - Благодарим вас за выбор Amaze File Utilities.\n - Мы — команда разработчиков с открытым исходным кодом, прилагаем все усилия, чтобы избегать рекламы, - и ваша покупка действительно поможет нам продолжать это делать.\n - Eсли вам нужна помощь, свяжитесь с нами в разделе О программе. - Вы можете напрямую связаться с нашей командой на Телеграме.\n - Также попробуйте наше приложение для открытого файлового менеджера \'Amaze Файловый Менеджер\' для удобного управления файлами. + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your purchase will really help to keep us afloat.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - Пробный период почти истек + Trial about to expire - Привет! Спасибо, что выбрали Amaze Файловые Утилиты. - \nПробный период закончится завтра, мы надеемся, что вам понравилось наше программное обеспечение, и мы с нетерпением ждем вас сделать номинальный платеж. - \nМы — команда разработчиков с открытым исходным кодом, прилагаем все усилия для того, чтобы не допускать рекламу, - и нам нужны средства для того, чтобы продолжать это делать.\nВы можете написать нам, если вы хотите продлить пробный период немного больше. + Hey There! Thank you for choosing Amaze File Utilities. + \nYour trial is going to expire tomorrow, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment. + \nWe are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\nYou can write to us if you want to extend the trial period a bit more. - Пробный период закончился + Trial expired - Привет! Спасибо, что выбрали Amaze Файловые Утилиты.\n - Пробный период закончится завтра, мы надеемся, что вам понравилось наше программное обеспечение, и мы с нетерпением ждем вас сделать номинальный платеж.\n - Мы — команда разработчиков с открытым исходным кодом, прилагаем все усилия для того, чтобы не допускать рекламу, - и нам нужны средства для того, чтобы продолжать это делать.\n - Вы можете написать нам, если вы хотите продлить пробный период немного больше. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial has expired, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - Пробный период неактивен + Trial inactive - Привет! Спасибо, что выбрали Amaze Файловые Утилиты.\n - Пробный период закончился, - мы надеемся, что вам понравилось наше программное обеспечение, и мы с нетерпением ждем вас сделать номинальный платеж.\n - Мы — команда разработчиков с открытым исходным кодом, прилагаем все усилия для того, чтобы не допускать рекламу, - и нам нужны средства для того, чтобы продолжать это делать.\n - Вы можете написать нам, если вы хотите продлить пробный период немного больше. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial is inactive and you\'re not longer an exclusive member, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - Вы подписаны + Subscribed - Привет! Спасибо, что выбрали Amaze Файловые Утилиты.\n - Мы — команда разработчиков с открытым исходным кодом, прилагаем все усилия для того, чтобы не допускать рекламу, - и ваша подписка сильно поможет нам в разработке.\n - Если Вам необходима помощь свяжитесь с нами в секции \'О нас\' - Вы можете напрямую связаться с нашей командой в Телеграм.\n - Пожалуйста, попробуйте наше приложение с открытым кодом \'Amaze Файловый Менеджер\' для удобного администрирования файлов. + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your subscription will really help us in development.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - Истек срок действия подписки + Subscription expired - Привет! Спасибо, что выбрали Amaze Файловые Утилиты.\n - Ваша бесплатная подписка истекла, - мы надеемся Вам понравилось наше приложение и мы надеемся вы совершите номинальный платёж.\n - Мы — команда разработчиков с открытым исходным кодом, прилагаем все усилия для того, чтобы не допускать рекламу, - и нам нужны средства для того, чтобы продолжать это делать.\n - Вы можете написать нам, если вы хотите продлить пробный период немного больше. + Hey There! Thank you for choosing Amaze File Utilities.\n + Your subscription has expired, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - Не удалось проверить + Failed to validate - Привет! Спасибо, что выбрали Amaze Файловые Утилиты.\n - Мы не можем проверить вашу подписку. Пожалуйста, подключитесь к интернету и перезапустите приложение. + Hey There! Thank you for choosing Amaze File Utilities.\n + We\'re not able to validate your license, please connect to internet and restart the app. - Подписаться + Subscribe - Больше не показывать + Don\'t show again - Управление файлами мультимедиа + Manage media files - Просматривайте изображения, видео, аудио, документы списком или таблицей\nОткрывайте, используя встроенные проигрыватели\nПоддержка жестов для удобной навигации\nМгновенный переход к любой дате\nГрупируйте и сортируйте списки\nТранслируйте на TV + View images, videos, audios, documents in list or grid\nOpen using inbuilt players\nGesture support for easy navigation\nJump to any date instantly\nGroup or sort list\nCast on TV - Анализируйте хранилище для удаления мусорных файлов\nГрупируйте изображения по мемам, с плохой освещённосью, с размытиями или селфи\nГруппируте большие файлы в памяти\nГрупируйте по старым загрузкам, записям или скриншотам\n + Analyse storage for junk files to delete\nGroup images by memes, low-light, blurry, selfies or group\nGroup large files in storage\nGroup old downloads, recordings or screenshots\n - Передавайте данные между устройствами через Wi-Fi\nВысокая скорость передачи данных с помощью android Wi-Fi Direct + Transfer data between devices through wifi\nHigh transfer speeds using android wifi direct - Нам нужно разрешение к хранилищу для доступа к вашим медиа-файлам + We need storage permissions to access your media files We need notification permissions to show app operations - До начала… + Before we start… - Мы заботимся о вашей конфиденциальности! + We care for your privacy! Don\'t like ads? Neither do we, we value your data as much as you do.\n We assure you that we do not collect any of your private information.\nThis is an open source software.\nWe\'re a group of open source developers and are managing Amaze mobile apps for around 8 years now.\n\nWe look forward to your subscription. - Ошибка при получении списка продуктов из Google Play. + Error fetching product list from Google Play. - Готово + Done - Не удается инициализировать фреймворк для трансляции, пожалуйста, обновите сервисы Google Play + Unable to initialize cast framework, please update Google Play services - Закрытие приложения во время обновления… + Closing app during update… - Приложение обновлено успешно + App updated successfully - Обновление отменено + Update cancelled - Не удалось обновить приложение… + Failed to update the app… - Topu Roy Antu]]> + Topu Roy Antu]]> - Лицензионное Соглашение]]> + License Agreement]]> - Пожалуйста, примите лицензионное соглашение + Please accept license agreement - Цикл обновления - %s + Renewal cycle - %s - Пожизненное Членство + Lifetime Membership - 1 год + 1 Year - Ошибка при выполнении + Operation failed - Количество колонок в сетке + No. of columns in grid - Внешний вид + Appearance - Настройки внешнего вида приложения + App appearance settings - Общие + General - Свойства воспроизведения + Playback properties - Применить + Apply - Значение нуля означает, что ключ не изменился.\nОдин полный шаг соответствует одному полутону.\nИзменение -12 полутонов означает, что песня воспроизведена на одну октаву ниже. + A value of zero means that the key is not changed.\nOne full step corresponds to one semitone.\nA change of -12 semitones means that the song is played one octave lower. - Сбросить + Reset - Извлечь цвет палитры из альбома + Extract palette color from album - Установите цвет фона для аудио проигрывателя + Sets background color for audio player - Извлечь цвета палитры из изображения + Extract palette color from image - Установите цвет фона для Просмотра Изображений + Sets background color for Image Viewer - Неиспользуемые приложения + Unused apps - Наиболее используемые приложения + Most used apps - Наименее используемые приложения + Least used apps - Большие приложения + Large apps - Игры + Games - Игры, установленные на этом устройстве + Games currently installed on this device - Требуются дополнительные разрешения для этого анализа + Required elevated permissions for this analysis - Уже предоставлено? + Already granted? - Обновить + Refresh - Количество дней приложение не открывалось + Number of days an app\'s not been opened - Наиболее часто используемые приложения в течение последнего времени + Apps most used in last number of days - Наименее используемые приложения в течение последнего времени + Apps least used in last number of days - Остановка анализа + Stopping analysis - Убрать оптимизацию энергопотребления + Remove battery optimizations - Пожалуйста, уберите оптимизацию энергопотребления для музыкального проигрывателя для корректной работы в фоновом режиме + Please remove battery optimizations for music player to function properly in background - APK файлы + APK files - Форма + Shape - Текст + Text - Ластик + Eraser - Фильтр + Filter - Эмодзи + Emoji - Стикер + Sticker - Повернуть + Rotate - Повернуть по горизонтали + Flip-H - Повернуть по вертикали + Flip-V - Изменить размер + Resize - Кисть + Brush - Форма + Shape - Овал + Oval - Прямоугольник + Rectangle - Линия + Line - Эмодзи + Emoji - Стикер + Sticker - Ластик + Eraser - Режим ластика + Eraser Mode - Текст + Text - Фильтр + Filter - Подстроить + Adjust - Вы действительно хотите выйти без сохранения? + Are you want to exit without saving image? - Поделиться изображением + Share Image - Выберите изображение + Select Picture - Сохранение… + Saving… - Изображение сохранено + Image saved successfully - Ошибка при сохранении изображения + Failed to save image - Сохранить + Save - Отменить + Discard - Amaze Редактор Изображений + Amaze Image Editor - Не удалось загрузить документ + Failed to load document - Загрузка + Load - Вставить текст песни + Paste lyrics - Тип текста песни + Lyrics type - Очистить текст песни + Clearing lyrics - Добавленные тексты песен + Added lyrics - Whatsapp изображения + Whatsapp Images - Whatsapp видео + Whatsapp Videos - Whatsapp Медиа + Whatsapp Media - Большие файлы + Large Files - Купить + Purchase - У вас установлена сборка Fdroid. - Вы можете разблокировать пожизненную подписку, пожертвовав любую сумму на свой выбор. - Пожалуйста, сделайте пожертвование, используя один из вариантов ниже. - После этого свяжитесь с нами по телеграм / электронной почте, поделившись ID вашего устройства и мы разблокируем подписку для вас. + You\'re running an Fdroid build. + You can unlock a lifetime subscription by donating any amount of your choice. + Please donate using one of the options below. + Once done please contact us through telegram / email by sharing your device ID and we\'ll unlock the subscription for you. Paypal @@ -873,33 +873,34 @@ %s • %s - Плейлист создан + Playlist created - Не удалось создать плейлист + Failed to create playlist - Добавлено %d песен в плейлист %s + Added %d songs to playlist %s - Не удалось добавить песни + Failed to add songs - Не удалось удалить песни + Failed to remove songs - Плейлисты + Playlists - Опции + Options - Искать + Locate - Изменить плейлист + Playlist - Удалить плейлист + Delete Playlist - Переименовать плейлист + Rename Playlist - Плейлист %s будет удален безвозвратно. Продолжить? + You\'re about to permanently delete playlist %s. + Are you sure you want to proceed? - Пожалуйста, введите название плейлиста + Please enter new playlist name - Переименовать + Rename Create New @@ -922,9 +923,17 @@ Apps newly installed (in days) - + Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-sr-rSP/strings.xml b/app/src/main/res/values-sr-rSP/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-sr-rSP/strings.xml +++ b/app/src/main/res/values-sr-rSP/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-tr-rTR/strings.xml b/app/src/main/res/values-tr-rTR/strings.xml index d824ecf9..552a5b28 100644 --- a/app/src/main/res/values-tr-rTR/strings.xml +++ b/app/src/main/res/values-tr-rTR/strings.xml @@ -1,265 +1,265 @@ - Amaze Dosya Araçları + Amaze File Utilities - Amaze Araçları + Amaze Utilities - Tüm ihtiyaçlarınız için dahili medya oynatıcılara sahip Dosya Aracı uygulaması. + File Utility app with inbuilt media players for all your needs. - Amaze Resim Görüntüleyici + Amaze Image Viewer - Resim Görüntüleyici + Image Viewer - Amaze Video Oynatıcı + Amaze Video Player - Amaze Video Oynatıcı (İletişim Kutusu) + Amaze Video Player (Dialog) - Amaze Video Oynatıcı (Tam Ekran) + Amaze Video Player (Full Screen) - Amaze Müzik Çalar + Amaze Music Player - Amaze PDF Görüntüleyici + Amaze Pdf Viewer - Amaze EPUB Görüntüleyici + Amaze Epub Viewer - Amaze Belge Görüntüleyici + Amaze Doc Viewer - Amaze Resim Görüntüleyici (İletişim Kutusu) + Amaze Image Viewer (Dialog) - Amaze Resim Görüntüleyici (Tam Ekran) + Amaze Image Viewer (Full Screen) - Depolama izni verilmedi + Storage permission not granted - Konum izni verilmedi + Location permission not granted - Uygulamanın optimum performans için depolama okuma izinlerine ihtiyacı vardır. + App needs storage read permissions for optimal performance. App needs notification permissions for optimal performance. - İzin ver + Grant permission - Ver + Grant - İptal et + Cancel - Çal + Play - Karıştır + Shuffle - Tekrarla + Repeat - Önceki + Previous - Sonraki + Next - İzin verilmiyor + Not allowed - Amaze Dosya Araçları için ses çalar + Plays audio for Amaze File Utilities - Renkleri ters çevir + Invert colors - Yükleniyor… + Loading… - Analiz et + Analyse - Araçlar + Utilities - Aktar + Transfer - Tara + Scan - Durdur + Stop - Dahili Depolama + Internal Storage - Resimler + Images - Sesler + Audios - Videolar + Videos - Belgeler + Documents - %s Dosya + %s Files - %s Medya Dosyası + %s Media Files - Kullanılan: %s + Used: %s - Gönder + Send - Al + Receive - Alımı durdur + Stop Receiving - Hesaplanıyor… + Calculating… - Son kullanılan dosyalar + Recent Files - Dosya yok + No files - Ortam Dosyaları: %s + Media Files: %s - Dosyaları ara… + Search for files… - Lütfen bekleyin… + Please wait… - Burası sessiz… + It\'s quiet in here… - Ayarlar + Settings - Hakkında + About - Telif Hakkı © 2021-2022 Team Amaze\nTüm Hakları Saklıdır + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved - Açık kaynak lisansları + Open-source licenses - Gizlilik Politikası + Privacy Policy - Lisanslar + Licenses - Bilgi + Information - Desteklenmeyen içerik + Unsupported content Parent - Tarih + Date - Ad + Name - Liste Görünümü + List View - Izgara Görünümü + Grid View - Boyut + Size - Albüm + Album - Sanatçı + Artist - Süre + Duration - Üzgünüm, bu olmamalıydı. + Sorry, that should not have happened. - Bu hatayı e-posta ile bildir + Report this error via e-mail - Bu raporu Telegram üzerinden bildir + Report this error via telegram - Biçimlendirilmiş raporu kopyala + Copy formatted report - GitHub\'da bildir + Report on GitHub - Lütfen çökmenizle ilgili bir sorunun zaten var olup olmadığını kontrol edin. + Please check whether an issue discussing your crash already exists. - Üzgünüz, bir şeyler ters gitti. + Sorry, something went wrong. - Bildir + Report - Bilgi: + Info: - Ne oldu: + What happened: - Ne:\\nİstek:\\nGMT Saat:\\nPaket:\\nSürüm:\\nOS sürümü:\\nCihaz:\\nModel:\\nÜrün:\\nCihaz Kimliği: + What:\\nRequest:\\nGMT Time:\\nPackage:\\nVersion:\\nOS version:\\nDevice:\\nModel:\\nProduct:\\nDevice ID: - Yorumunuz (İngilizce olarak): + Your comment (in English): - Ayrıntılar: + Details: - Uygulama/Kullanıcı Arayüzü çöktü + App/UI crashed - Hata raporu + Error report - Hata raporu panoya kopyalandı + Crash report copied to clipboard - Yol panoya kopyalandı + Path copied to clipboard - Parola gerekli + Password required - Bu belgeyi açmak için lütfen parolayı girin + Please enter the password to open this document - Tamam + OK - Yanlış parola + Wrong password - Desteklenmeyen işlem + Unsupported Operation - Android 11\'den bu yana Google, Dosya Yöneticilerinden cihazdaki tüm dosyaları yönetmek için kullanıcı izni talep etmelerini istemektedir. Ayrıntılar burada. - \n\nAmaze Dosya Aracı da bu izne ihtiyaç duyar. Burada "Grant"a bastıktan sonra, lütfen bir sonraki ekranda Tüm dosyaları yönetmek için erişime izin ver seçeneğini seçin. - \n\nBu iletişim kutusunu iptal etmek uygulamadan çıkmanızı sağlayacaktır. + Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details here. + \n\nAmaze File Utilities needs this permission too. After pressing "Grant"here, please select Allow access to manage all files option on the next screen. + \n\nCanceling this dialog will exit the app. - Sayfayı kopyala + Copy page - Yer imleri + Bookmarks - Başlık + Title - Yazar + Author - Oluşturan + Creator - Oluşturma tarihi + Creation date - Değiştirilme tarihi + Modification Date - Konu + Subject - Anahtar kelimeler + Keywords - Yapımcı + Producer - Kapat + Close - Analiz ediliyor… + Analysing… - Sayfa içeriği panoya kopyalandı + Page content copied to clipboard - Temizle + Clean - Bulanıklaştırılmış + Blurred - Düşük Işık + Low-Light - Eğlence + Memes - Somurtma + Frown - Gülümseyen yüzler içermeyen resimler + Images that doesn\'t have smiling faces - Gözler Kapalı + Closed Eyes - Gözleri kapalı insanların olduğu görüntüler + Images that have people with closed eyes - Dikkati dağılmış + Distracted - İnsanların başka yerlere baktığı resimler + Images that have people looking elsewhere - Özçekimler + Selfies - Grup Resimleri + Group Pics - Espiriler, üzerinde belirgin bir şey yazılı olan görüntülerdir + Memes are images that have something prominent written over them - Yinelenen dosyalar + Duplicate files - Uygulama Önbelleği + App Cache - Büyük videolar + Large videos - Büyük indirmeler + Large downloads - Eski Ekran Görüntüleri + Old Screenshots - Eski indirmeler + Old downloads - Eski kayıtlar + Old recordings - Boş dosyalar / klasörler + Empty files / folders - Gereksiz dosyalar + Junk files - Gereksiz dosyalar, kaldırılan uygulamalardan arta kalan dosyalardır + Junk files are files that are left over from uninstalled apps Telegram Media @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-uk-rUA/strings.xml b/app/src/main/res/values-uk-rUA/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-uk-rUA/strings.xml +++ b/app/src/main/res/values-uk-rUA/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-vi-rVN/strings.xml b/app/src/main/res/values-vi-rVN/strings.xml index ddda6408..552a5b28 100644 --- a/app/src/main/res/values-vi-rVN/strings.xml +++ b/app/src/main/res/values-vi-rVN/strings.xml @@ -111,7 +111,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses @@ -926,6 +926,14 @@ Recently updated apps Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total Memory (RAM) Usage diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index 98285f87..552a5b28 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -1,873 +1,871 @@ - Amaze 檔案工具程式 + Amaze File Utilities - Amaze 工具程式 + Amaze Utilities - 內置媒體播放器嘅檔案工具程式,有你一切所需。 + File Utility app with inbuilt media players for all your needs. - Amaze 影像檢視器 + Amaze Image Viewer - 影像檢視器 + Image Viewer - Amaze 影片播放器 + Amaze Video Player - Amaze 影片播放器(對話框) + Amaze Video Player (Dialog) - Amaze 影片播放器(全屏幕) + Amaze Video Player (Full Screen) - Amaze 音樂播放器 + Amaze Music Player - Amaze PDF閱讀器 + Amaze Pdf Viewer - Amaze Epub檢視器 + Amaze Epub Viewer - Amaze 文件檢視器 + Amaze Doc Viewer - Amaze 影像檢視器(對話框) + Amaze Image Viewer (Dialog) - Amaze 影像檢視器(全屏幕) + Amaze Image Viewer (Full Screen) - 儲存空間存取權限被拒 + Storage permission not granted - 位置存取權限被拒 + Location permission not granted - 為提供最佳效能,App需要授予儲存空間存取權限。 + App needs storage read permissions for optimal performance. App needs notification permissions for optimal performance. - 授予權限 + Grant permission - 授權 + Grant - 取消 + Cancel - 播放 + Play - 隨機播放 + Shuffle - 重複 + Repeat - 上一首 + Previous - 下一首 + Next - 不允許 + Not allowed - 以 Amaze檔案工具程式播放音樂 + Plays audio for Amaze File Utilities - 反轉顏色 + Invert colors - 載入中... + Loading… - 分析 + Analyse - 工具程式 + Utilities - 傳輸 + Transfer - 掃描 + Scan - 停止 + Stop - 內部儲存空間 + Internal Storage - 影像 + Images - 樂曲 + Audios - 影片 + Videos - 文件 + Documents - %s 個檔案 + %s Files - %s 個媒體檔案 + %s Media Files - 已使用:%s + Used: %s - 送出 + Send - 接收 + Receive - 停止接收 + Stop Receiving - 數緊⋯ + Calculating… - 最近使用嘅檔案 + Recent Files - 冇檔案 + No files - 媒體檔案:%s + Media Files: %s - 搵檔案… + Search for files… - 請等一陣... + Please wait… - 呢度乜都冇喎… + It\'s quiet in here… - 設定 + Settings - 關於 + About - Copyright © 2021–2022 Team Amaze\n保留一切權利 + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved - 開放原始碼授權 + Open-source licenses - 私隱政策 + Privacy Policy - 授權條款 + Licenses - 資訊 + Information - 唔支援嘅內容 + Unsupported content - 上層 + Parent - 日期 + Date - 名稱 + Name - 列表檢視 + List View - 格狀檢視 + Grid View - 大小 + Size - 專輯 + Album - 演出者 + Artist - 時長 + Duration - Sor,出咗事添。 + Sorry, that should not have happened. - 以電郵報告呢個錯誤 + Report this error via e-mail - 喺 Telegram上報告呢個錯誤 + Report this error via telegram - 複製已格式化嘅報告 + Copy formatted report - 報上 GitHub + Report on GitHub - 請先檢查同樣嘅問題係咪已經有人報咗上去,或者討論緊。 + Please check whether an issue discussing your crash already exists. - 唔好意思,出咗事。 + Sorry, something went wrong. - 報告 + Report - 資料: + Info: - 發生咗乜事? + What happened: - 乜嘢事:\\n做緊乜:\\nGMT 時間:\\n應用程序包:\\n版本:\\nOS 版本:\\n裝置:\\n型號:\\n代號:\\n裝置 ID: + What:\\nRequest:\\nGMT Time:\\nPackage:\\nVersion:\\nOS version:\\nDevice:\\nModel:\\nProduct:\\nDevice ID: - 附加資料(請用英文填寫): + Your comment (in English): - 詳情: + Details: - 應用程式/UI崩潰 + App/UI crashed - 故障報告 + Error report - 事故報告已複製到剪貼簿 + Crash report copied to clipboard - 路徑已複製到剪貼簿 + Path copied to clipboard - 需要密碼 + Password required - 請輸入密碼以開啟此文件 + Please enter the password to open this document - 確定 + OK - 密碼錯誤 + Wrong password - 唔支持嘅操作 + Unsupported Operation - 從 Android 11開始,Google要求檔案管理 app向用戶請求授予管理裝置上所有檔案嘅權限。詳情請睇呢度。 - \n\nAmaze 檔案工具程式同樣需要授予此權限。喺呢度撳咗"授予"之後,請喺下一個畫面選擇允許管理所有檔案選項。 - \n\n關閉呢個對話框將會退出此程式。 + Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details here. + \n\nAmaze File Utilities needs this permission too. After pressing "Grant"here, please select Allow access to manage all files option on the next screen. + \n\nCanceling this dialog will exit the app. - 複製呢頁 + Copy page - 書籤 + Bookmarks - 標題 + Title - 作者 + Author - 建立者 + Creator - 建立日期 + Creation date - 最後修改時間 + Modification Date - 主題 + Subject - 關鍵詞 + Keywords - 製作人 + Producer - 關閉 + Close - 分析中… + Analysing… - 路此頁內容已複製到剪貼簿 + Page content copied to clipboard - 清除垃圾檔案 + Clean - 模糊 + Blurred - 無光 + Low-Light - 迷因圖 + Memes - 皺眉 + Frown - 圖片內嘅人都唔笑嘅 + Images that doesn\'t have smiling faces - 閤咗眼 + Closed Eyes - 圖片內嘅人(意外地)合埋咗眼 + Images that have people with closed eyes - 分神 + Distracted - 圖片內嘅人望咗去第二度 + Images that have people looking elsewhere - 自拍照 + Selfies - 團體相 + Group Pics - 迷因圖……就係有偉大字句寫喺上面嘅相囉。 + Memes are images that have something prominent written over them - 重複嘅檔案 + Duplicate files - App緩存 + App Cache - 大體積影片 + Large videos - 大體積下載 + Large downloads - 舊嘅螢幕截圖 + Old Screenshots - 舊嘅下載 + Old downloads - 舊嘅錄音 + Old recordings - 空白的檔案/檔案夾 + Empty files / folders - 垃圾檔案 + Junk files - 移取應用程式後留低嘅垃圾檔案 + Junk files are files that are left over from uninstalled apps - Telegram + Telegram Media - 更多改良,陸續有來! + More optimizations to come! - 睇晒全部 + View all - 分析 + Analysis - 控制分析分頁嘅設定,例如需要加入分析嘅路徑、顯示/隱藏某些分析 + Control analysis tab settings such as paths to include analysis from, show / hide various analysis - 例外 + Exclusions - 掃描媒體檔案時,需排除在外嘅路徑 + Paths to exclude while scanning media - 音樂播放器 + Audio Player - 跟音樂播放器有關嘅設定,例如要排除在外嘅路徑 + Control audio player settings such as paths to exclude - 控制影像檢視器嘅設定 + Control image viewer settings - 在以下位置搵重複嘅檔案… + Search duplicates in… - Android媒體儲存區(最快) + Android media store (fastest) - 內部儲存(淺層/稍慢) + Internal Storage (Shallow / slow) - 內部儲存(深層/最慢) + Internal Storage (Deep / slowest) - 顯示分析 + Show analysis - 新增路徑 + Add Item - 包含路徑 + Paths Included - 排除在外嘅路徑 + Paths Excluded - 檔案刪除動作設定 + Delete Preference - 你正準備覆寫一個現有嘅路徑。 - 咁做將會重置該路徑嘅分析資料。 + You\'re about to override an existing path. + This will reset the existing analysis data for that path. - 確認 + Confirm - 圖片分析設定 + Image Features - 包括閤眼、分神、不開心、自拍、合照等分類途徑 + Includes closed eyes, selfie, group paths - 下載 + Downloads - 包括老舊、大型嘅下載 + Includes old, large downloads - 雜亂無章嘅影片 + Cluttered Videos - 一組長度相若嘅影片。 + A group of videos that have similar running time. - 再分析 + Re-analyse - 清除現有分析資料,從頭開始 + Clears existing analysis data and starts again - <不明的演出者> + <UNKNOWN> - 搜尋中…… + Searching… - 搜尋中…(%s秒) + Searching… (%s secs) - 請啟用 Wi-Fi + Please enable your Wi-Fi - 搵唔到機喎。試下再連線上 Wifi? + Failed to discover peers. Please try reconnecting to Wifi network - 正在接收檔案中... + Receiving files - 搵緊附近嘅裝置… + Search for devices… - 播放器使用音頻波形搜索欄 + Enable waveform seekbar - 唔能夠開始投影 + Failed to start cast session - 準備投影,請選擇媒體檔案 + Ready to cast, select any media - 建立投影連線中 + Establishing cast connection - 投影暫停 + Cast session suspended - 恢復投影 + Resuming cast session - 唔能夠恢復投影 + Failed to resume cast session - 投影已恢復 + Cast session resumed - 中止投影 + Ending cast session - 投影已結束 + Cast session ended - 開啟方式… + Open with… - 內置播放器 + In-built player - 伺服器運作中… + Server running… - 將內容投影到電視機上 + Casting content on TV - 停止 + Stop - 以 Amaze檔案工具程式將媒體檔案投影到電視機上 + Casts media for Amaze File Utilities - 無法同對面部機連線。試下再連線上 Wifi? + Failed to establish connection with remote device. Please try reconnecting to Wifi network - 連線成功 + Connection successful - 發送失敗,請確認對方已設定為接收檔案模式 + Failed to send, please ensure remote is set to receive file - 發送失敗,請重新連線 + Failed to send, please reconnect - 接收失敗 + Failed to receive - 接收失敗,請重新連線 + Failed to receive, please reconnect - 檔案傳送完成 + File transferred - 程式需要位置存取權限嚟跟附近嘅裝置連線。 + App needs location permission to connect with nearby devices. - 請授予位置存取權限以跟附近嘅裝置連線。 + Please grant storage permission to connect with nearby devices. - 等待授予權限… + Waiting for permissions… - 你嘅 GPS功能好像熄咗喎。請啟用以繼續 + Your GPS seems to be disabled, please enable to proceed - 請啟用位置資訊嚟搵附近嘅裝置。 + Please enable location to scan. - + Yes - 唔係 + No - 啟用 + Enable - 附近冇可用嘅裝置。 - 請確保裝置已接上同一個網絡,並已經喺設定啟用 WiFi-Direct。 + No devices found nearby, + please make sure your device is connected to same network and have WiFi-Direct enabled in settings - 無法停止網絡搜尋鄰近嘅裝置 + Failed to stop peer discovery - 重新喺網絡上尋找裝置 + Resetting network discovery - 連接已中斷 + Disconnected - 中斷連線 + Disconnect - 仲連緊線。請先中斷連線。 + Existing connection exists, please disconnect first! - 正在連接... + Connecting… - 長寬比例 + Aspect ratio - 播放速度 + Playback Speed - 音階(半音) + Pitch (semitones) - 字幕 + Subtitles - 檔案 + File - 媒體 + Media - 音樂 + Audio - 影片 + Video - 路徑 + Path - 最後修改時間 + Last Modified - 內容 + Description - 錄製日期(月/年) + Recording month/year - 發行日期 (月/年) + Release month/year - 位元率 + Bitrate - 聲道 + Channel - 幀數 + Frame Rate - 容器類型 + Container Type - 寬度 + Width - 高度 + Height - 編碼格式 + Codecs - 取樣頻率 + Sample Rate - 無法獲取聲道 + Failed to gain audio focus - 開啟 + Open - 搜尋 + Search - 線上搜尋 + Search online - 同步 + Synchronize - 下載字幕 + Download subtitles - 輸入關鍵詞同選擇語言,以在opensubtitles.org搵字幕 + Enter keywords and select your language to search subtitles from opensubtitles.org - 我哋帶緊你去 Amaze檔案管理器。呢個係我們嘅開源 app,擁有所有現今檔案管理 app嘅所有功能,而且完全免費。在 Play Store已經有超過 200萬次下載及 4.3嘅評分。 + You\'re being redirected to Amaze File Manager. It\'s our open source offering that has all features a modern file manager has completely free of cost with over 2M downloads and 4.3 rating on Play Store. - 下載 - Amaze 檔案管理器 + Download + Amaze File Manager - 裝置未連接到互聯網 + Device not connected to internet - 上傳日期 + Upload date - 評分 + Rating CD - 上傳 + Uploader - 下載 + Downloads - 語言 + Language - 搵唔到字幕。請換一下關鍵詞再試…… + No results, please try with different keywords… - 正在下載…… + Downloading… - 不能下載,請選擇其他嘅字幕檔 + Can\'t download, choose some other subtitles - 已套用字幕 + Subtitles applied - 下載失敗 + Failed to download - 藍牙 + Bluetooth - 分享記錄檔 + Share logs - 沒有可用以共享嘅 app。 + No apps found to share - 無法打開記錄檔。 + Failed to extract logs file - 繼續播放 + Continue playing - 沒有選取語言 + No language selected - 未選擇任何項目 + No item selected - 更新後嘅分析 + Updated analysis - 分享檔案失敗 + Failed to share files - 連線成功…但喺你開始傳輸之前, - 請確保另外嘅裝置已經啟用接收模式 + Connected… before you start sending, + make sure to enable receiver on the other device - 接收中… + Receiving… - 請確保連線只從其中一方發出,而唔係雙方。 + Make sure to initiate connection only from one device not both. - 請確保兩部裝置上都已啟用裝置搜尋 + Make sure to start scan on both the devices - 連線中…(%s秒) + Connecting… (%s secs) - 請啟用 Wifi以繼續 + Please enable Wifi to continue - 我的裝置:%s + My device: %s - 狀態: %s + Status: %s - 正在傳輸... + Transfer in progress - 目前有 P2P傳輸正在進行中。 - 請不要離開此畫面, - 否則你將無法查看傳輸情況 + There is a P2P transfer currently in progress, + it is recommended that you don\'t leave this screen, + otherwise you\'ll not be able to track the transfer - 離開 + Leave - 留下來 + Stay - 編輯 + Edit - 設為… + Set as… - 刪除 + Delete - 詳細資料 + Details - 生產商 + Make - 型號 + Model - 光圈 + Aperture ISO - 快門 + Shutter time - 位置 + Location GPS - 緯度 + Latitude - 經度 + Longitude - 檔案名稱 + File Name - 路徑 + Path - 喺地圖中打開 + Open in Map - 分享 + Share - 無可以打開呢個檔案嘅應用程式 + No App found to open this file - 搵唔到檔案 + File not found - 刪除 + Delete - 你將要永久刪除這些檔案。 - 確定要繼續嗎?\n\n%s 個檔案,合計大小 %s + You\'re about to permanently delete these files. + Are you sure you want to proceed?\n\n%s Files, %s Size - 已刪除 %s個,共 %s個 + Deleted %s of %s - 成功刪除 + Successfully deleted - 更新清單失敗。請重新啟動程式。 + Failed to update list, please restart the app - 裝置 ID + Device ID - 訂閱狀態 + Subscription status - 裝置 ID已複製至剪貼簿 + Device ID copied to clipboard - 版本 + Version - 授權 + License - 提交問題 + Submit Issue - 聯絡我們 + Contact Us - 翻譯 + Translate - 幫我哋將 Amaze翻譯成您嘅語言 + Help us translate Amaze in your language - 關於此程式 + About app - 來自印度,用❤️製造 + Made with ❤ in India - 試用期已開始(%s天) + Trial started (%s days) - 感謝你選擇 Amaze檔案工具程式。\n - 我哋係一群開源程式開發者,致力為用戶提供無廣告嘅使用體驗, - 你嘅課金對我們繼續開發很有幫助。\n - 任何時候如果需要幫忙,歡迎喺“關於本程式”一欄處聯絡我哋。 - 你亦可以經 Telegram直接跟我哋聯絡。\n - 亦歡迎你使用我們嘅開源檔案管理器“Amaze檔案管理器”以獲得完美整合嘅檔案管理體驗。 + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your purchase will really help to keep us afloat.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - 試用快將到期 + Trial about to expire - 你好!感謝你選用 Amaze檔案工具程式。\n - 你嘅試用期將於明天屆滿, - 我哋希望你鍾意我哋嘅 App,也希望你隨緣樂助,課少少金俾我哋。\n - 我哋係一群開源程式開發者,致力為用戶提供無廣告嘅使用體驗, - 但我哋亦需要一些經費以維持我哋嘅服務。\n - 如果你需要多一些試用時間,歡迎跟我哋聯絡。 + Hey There! Thank you for choosing Amaze File Utilities. + \nYour trial is going to expire tomorrow, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment. + \nWe are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\nYou can write to us if you want to extend the trial period a bit more. - 試用已過期 + Trial expired - 你好!感謝你選用 Amaze檔案工具程式。\n - 你嘅試用期已經屆滿, - 我哋希望你鍾意我哋嘅 App,也希望你隨緣樂助,課少少金俾我哋。\n - 我哋係一群開源程式開發者,致力為用戶提供無廣告嘅使用體驗, - 但我哋亦需要一些經費以維持我哋嘅服務。\n - 如果你需要多一些試用時間,歡迎跟我哋聯絡。 + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial has expired, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. + - 試用期未啟動 + Trial inactive - 你好!感謝你選用 Amaze檔案工具程式。\n - 你嘅試用期已經無效,而你亦已不再是我哋嘅特選會員。 - 我哋希望你鍾意我哋嘅 App,也希望你隨緣樂助,課少少金俾我哋。\n - 我哋係一群開源程式開發者,致力為用戶提供無廣告嘅使用體驗, - 但我哋亦需要一些經費以維持我哋嘅服務。\n - 如果你需要多一些試用時間,歡迎跟我哋聯絡。 + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial is inactive and you\'re not longer an exclusive member, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - 訂閱中 + Subscribed - 感謝你選擇 Amaze檔案工具程式。\n - 我哋係一群開源程式開發者,致力為用戶提供無廣告嘅使用體驗, - 你嘅訂閱對我們繼續開發很有幫助。\n - 任何時候如果需要幫忙,歡迎在“關於本程式”一欄處聯絡我哋。 - 你亦可以經 Telegram直接跟我哋聯絡。\n - 亦歡迎你使用我們嘅開源檔案管理器“Amaze檔案管理器”以獲得完美整合嘅檔案管理體驗。 + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your subscription will really help us in development.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - 訂閱已過期 + Subscription expired - 你好!感謝你選用 Amaze檔案工具程式。\n - 你嘅訂閱期已經屆滿, - 我哋希望你鍾意我哋嘅 App,也希望你隨緣樂助,課少少金俾我哋。\n - 我哋係一群開源程式開發者,致力為用戶提供無廣告嘅使用體驗, - 但我哋亦需要一些經費以維持我哋嘅服務。\n - 如果你需要多一些試用時間,歡迎跟我哋聯絡。 + Hey There! Thank you for choosing Amaze File Utilities.\n + Your subscription has expired, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - 試用權驗證失敗 + Failed to validate - 你好!感謝你選用 Amaze檔案工具程式。\n - 我哋無法認證你嘅使用授權,請先連線到互聯網然後再重新啟動程式。 + Hey There! Thank you for choosing Amaze File Utilities.\n + We\'re not able to validate your license, please connect to internet and restart the app. - 訂閱 + Subscribe - 唔再顯示 + Don\'t show again - 管理媒體檔案 + Manage media files - 以列表或格狀檢視影像、影片、音樂和文件\n以內置播放器開啟檔案\n方便嘅手勢操作\n隨時跳到任何指定日期\n以分組或排序列表\n將內容投影到電視機上 + View images, videos, audios, documents in list or grid\nOpen using inbuilt players\nGesture support for easy navigation\nJump to any date instantly\nGroup or sort list\nCast on TV - 分析儲存空間,尋找可以刪掉嘅垃圾檔案\n把影像以迷因圖、低光度、矇矓、自拍照、團體照分類\n分類大型檔案\n分類舊嘅下載、錄音、截圖\n + Analyse storage for junk files to delete\nGroup images by memes, low-light, blurry, selfies or group\nGroup large files in storage\nGroup old downloads, recordings or screenshots\n - 在裝置之間以 wifi傳送資料\n利用 Android wifi direct嘅高速傳輸 + Transfer data between devices through wifi\nHigh transfer speeds using android wifi direct - 我們需要授予儲存空間存取權限以讀取你嘅媒體檔案 + We need storage permissions to access your media files We need notification permissions to show app operations - 喺開始之前… + Before we start… - 我們關心您嘅個人私隱! + We care for your privacy! - 討厭廣告?我哋都憎架。我哋同你一樣重視你嘅個人資訊。\n - 我哋保證唔會收集任何關於你嘅個人私隱。\n這是一隻開源應用程式。\n我哋係一群開源軟件開發者,開發同維護 Amaze檔案管理器已有8年時間。\n\n我哋期待你嘅訂閱。 + Don\'t like ads? Neither do we, we value your data as much as you do.\n + We assure you that we do not collect any of your private information.\nThis is an open source software.\nWe\'re a group of open source developers and are managing Amaze mobile apps for around 8 years now.\n\nWe look forward to your subscription. - 無法從 Google Play擷取產品清單。 + Error fetching product list from Google Play. - 完成 + Done - 無法設定投影框架,請更新 Google Play服務 + Unable to initialize cast framework, please update Google Play services - 關閉 app以進行更新中… + Closing app during update… - App更新成功 + App updated successfully - 更新已取消 + Update cancelled - 無法更新 app… + Failed to update the app… - Topu Roy Antu]]> + Topu Roy Antu]]> - 授權協議]]> + License Agreement]]> - 請同意授權條款。 + Please accept license agreement - 續訂週期 - %s + Renewal cycle - %s - 終身會員 + Lifetime Membership - 1年 + 1 Year - 操作失敗 + Operation failed - 以格狀模式檢視時嘅列數 + No. of columns in grid - 外觀 + Appearance - App外觀設定 + App appearance settings - 一般設定 + General - 播放內容 + Playback properties - 套用 + Apply - 0 表示調子不變。\n一個全音階對應一個半音。\n-12 個半音代表歌曲正以低一個八度播放。 + A value of zero means that the key is not changed.\nOne full step corresponds to one semitone.\nA change of -12 semitones means that the song is played one octave lower. - 重置 + Reset - 從專輯圖抽取調色板顏色 + Extract palette color from album - 設定音樂播放器嘅背景顏色 + Sets background color for audio player - 從影像抽取調色板顏色 + Extract palette color from image - 設定影像檢視器嘅背景顏色 + Sets background color for Image Viewer - 未用過嘅應用程式 + Unused apps - 用得最多嘅應用程式 + Most used apps - 用得最少嘅應用程式 + Least used apps - 大食嘅應用程式 + Large apps - 遊戲 + Games - 安裝咗喺呢部機上嘅遊戲 + Games currently installed on this device - 需要更多權限以進行呢個分析 + Required elevated permissions for this analysis - 已經俾咗嗱? + Already granted? - 更新 + Refresh - 無開應用程式嘅日數 + Number of days an app\'s not been opened - 最近某個日數用得最多嘅應用程式 + Apps most used in last number of days - 最近某個日數用得最少嘅應用程式 + Apps least used in last number of days - 分析停止中 + Stopping analysis - 停用電池效能最佳化設定 + Remove battery optimizations - 請停用音樂播放器嘅電池最佳化設定,以確保佢喺背景能夠繼續正常運作 + Please remove battery optimizations for music player to function properly in background - APK 檔案 + APK files - 形狀 + Shape - 文字 + Text - 擦膠 + Eraser - 篩選 + Filter - 表情符號 + Emoji - 貼紙 + Sticker - 旋轉 + Rotate - 水平反轉 + Flip-H - 垂直反轉 + Flip-V - 變更大小 + Resize - 畫筆 + Brush - 形狀 + Shape - 橢圓形 + Oval - 長方形 + Rectangle - 線條 + Line - 表情符號 + Emoji - 貼紙 + Sticker - 擦膠 + Eraser - 擦膠模式 + Eraser Mode - 文字 + Text - 濾鏡 + Filter - 調整 + Adjust - 係咪決定唔儲起張圖就退出? + Are you want to exit without saving image? - 分享圖片 + Share Image - 選擇相片 + Select Picture - 儲存中… + Saving… - 儲存成功 + Image saved successfully - 儲存失敗 + Failed to save image - 儲存 + Save - 丟棄 + Discard - Amaze 影像編輯器 + Amaze Image Editor - 載入文件失敗 + Failed to load document - 載入 + Load - 貼上歌詞 + Paste lyrics - 歌詞類型 + Lyrics type - 歌詞清理緊 + Clearing lyrics - 加咗歌詞 + Added lyrics - Whatsapp圖 + Whatsapp Images - Whatsapp片 + Whatsapp Videos - Whatsapp媒體檔案 + Whatsapp Media - 大型檔案 + Large Files - 課金 + Purchase - 你用緊嘅係 Fdroid版本。 - 你可以一個你覺得適合嘅價錢,購買終生使用授權。 - 你可以使用下列嘅方式捐錢比我哋。 - 程序完成之後,請以電郵或者經 Telegram聯絡我哋,並提供閣下嘅設備 ID,我哋就會幫你嘅授權解鎖。 + You\'re running an Fdroid build. + You can unlock a lifetime subscription by donating any amount of your choice. + Please donate using one of the options below. + Once done please contact us through telegram / email by sharing your device ID and we\'ll unlock the subscription for you. Paypal @@ -875,69 +873,77 @@ %s • %s - 新播放清單已建立。 + Playlist created - 建立播放清單失敗 + Failed to create playlist - 加咗 %d首歌落播放清單 %s + Added %d songs to playlist %s - 加唔到歌落個播放清單度 + Failed to add songs - 移除失敗 + Failed to remove songs - 播放清單 + Playlists - 選項 + Options - 檔案定位 + Locate - 播放清單 + Playlist - 刪除播放清單 + Delete Playlist - 重新命名播放清單 + Rename Playlist - 你將會永久刪除播放清單 %s。 - 確定要繼續? + You\'re about to permanently delete playlist %s. + Are you sure you want to proceed? - 請輸入新播放清單嘅名稱 + Please enter new playlist name - 改名 + Rename - 建立新播放清單 + Create New - 移除 + Remove - 你將會將揀咗嘅歌從播放清單移除。 - 確定要繼續? + You\'re about to remove selected songs from playlist(s). + Are you sure you want to proceed? - 新增至播放清單 + Add to Playlist - 新增 + Create - 已從播放清單中移除 + Removed from playlist(s) - 播放下一首 + PLAY NEXT - 歌曲已新增到播放佇列 + Song added to queue - 最近安裝嘅應用程式 + Newly installed apps - 新安裝嘅應用程式(以日計算) + Apps newly installed (in days) - 最近更新嘅應用程式 + Recently updated apps - 最近更新嘅應用程式(以日計算) + Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total - 記憶體用量 + Memory (RAM) Usage - 仲有 %s | 總共 %s + %s available | %s total - 已關閉嘅背景程式 + Closed background processes - 想 Quit就㩒多下 + Press again to exit - 用得最多網絡連線嘅應用程式 + Network intensive apps Histogram diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 900ba395..552a5b28 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -1,872 +1,871 @@ - Amaze 檔案工具程式 + Amaze File Utilities - Amaze 工具程式 + Amaze Utilities - 內置媒體播放器的檔案工具程式,有你一切所需。 + File Utility app with inbuilt media players for all your needs. - Amaze 影像檢視器 + Amaze Image Viewer - 影像檢視器 + Image Viewer - Amaze 影片播放器 + Amaze Video Player - Amaze 影片播放器(對話框) + Amaze Video Player (Dialog) - Amaze 影片播放器(全屏幕) + Amaze Video Player (Full Screen) - Amaze 音樂播放器 + Amaze Music Player - Amaze PDF閱讀器 + Amaze Pdf Viewer - Amaze Epub檢視器 + Amaze Epub Viewer - Amaze 文件檢視器 + Amaze Doc Viewer - Amaze 影像檢視器(對話框) + Amaze Image Viewer (Dialog) - Amaze 影像檢視器(全屏幕) + Amaze Image Viewer (Full Screen) - 儲存空間存取權限被拒 + Storage permission not granted - 位置存取權限被拒 + Location permission not granted - 為提供最佳效能,App需要授予儲存空間存取權限。 + App needs storage read permissions for optimal performance. App needs notification permissions for optimal performance. - 授予權限 + Grant permission - 授權 + Grant - 取消 + Cancel - 播放 + Play - 隨機播放 + Shuffle - 重複 + Repeat - 上一個 + Previous - 下一個 + Next - 不允許 + Not allowed - 以 Amaze檔案工具程式播放音樂 + Plays audio for Amaze File Utilities - 反轉色彩 + Invert colors - 載入中... + Loading… - 分析 + Analyse - 工具程式 + Utilities - 傳輸 + Transfer - 掃描 + Scan - 停止 + Stop - 內部儲存空間 + Internal Storage - 影像 + Images - 音訊 + Audios - 影片 + Videos - 文件 + Documents - %s 個檔案 + %s Files - %s 個媒體檔案 + %s Media Files - 已使用:%s + Used: %s - 送出 + Send - 接收 + Receive - 停止接收 + Stop Receiving - 正在計算⋯ + Calculating… - 最近使用的檔案 + Recent Files - 没有檔案 + No files - 媒體檔案:%s + Media Files: %s - 搜尋檔案… + Search for files… - 請稍候... + Please wait… - 這裡靜悄悄的… + It\'s quiet in here… - 設定 + Settings - 關於 + About - Copyright © 2021–2022 Team Amaze\n保留一切權利 + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved - 開放原始碼授權 + Open-source licenses - 隱私權政策 + Privacy Policy - 授權條款 + Licenses - 資訊 + Information - 不支援的內容 + Unsupported content - 上層 + Parent - 日期 + Date - 名稱 + Name - 列表檢視 + List View - 格狀檢視 + Grid View - 大小 + Size - 專輯 + Album - 演出者 + Artist - 時長 + Duration - 真對不起,不該發生這樣的事情的。 + Sorry, that should not have happened. - 以電郵報告這個錯誤 + Report this error via e-mail - 在 Telegram上報告這個錯誤 + Report this error via telegram - 複製已格式化的報告 + Copy formatted report - 透過 GitHub 反饋 + Report on GitHub - 請先檢查同樣的問題是否已經有別人上報、討論中。 + Please check whether an issue discussing your crash already exists. - 對不起,出了點問題。 + Sorry, something went wrong. - 報告 + Report - 資料: + Info: - 發生了什麼事? + What happened: - 什麼事:\\n請求:\\nGMT 時間:\\n應用程序包:\\n版本:\\nOS 版本:\\n裝置:\\n型號:\\n代號:\\n裝置 ID: + What:\\nRequest:\\nGMT Time:\\nPackage:\\nVersion:\\nOS version:\\nDevice:\\nModel:\\nProduct:\\nDevice ID: - 附加資料(請用英文填寫): + Your comment (in English): - 詳情: + Details: - 應用程式/UI崩潰 + App/UI crashed - 故障報告 + Error report - 事故報告已複製到剪貼簿 + Crash report copied to clipboard - 路徑已複製到剪貼簿 + Path copied to clipboard - 需要密碼 + Password required - 請輸入密碼以開啟此文件 + Please enter the password to open this document - 確定 + OK - 密碼錯誤 + Wrong password - 不支持的操作 + Unsupported Operation - 從 Android 11開始,Google要求檔案管理 app向用戶請求授予管理裝置上所有檔案的權限。詳情請參考這裡。 - \n\nAmaze 檔案工具程式同樣需要授予此權限。在這裡按"授予"之後,請在下一個畫面選擇允許管理所有檔案選項。 - \n\n關閉此對話框將會退出此程式。 + Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details here. + \n\nAmaze File Utilities needs this permission too. After pressing "Grant"here, please select Allow access to manage all files option on the next screen. + \n\nCanceling this dialog will exit the app. - 複製頁面 + Copy page - 書籤 + Bookmarks - 標題 + Title - 作者 + Author - 建立者 + Creator - 建立日期 + Creation date - 最後修改時間 + Modification Date - 主題 + Subject - 關鍵詞 + Keywords - 製作人 + Producer - 關閉 + Close - 分析中… + Analysing… - 此頁內容已複製到剪貼簿 + Page content copied to clipboard - 乾淨 + Clean - 模糊 + Blurred - 低亮度 + Low-Light - 梗圖 + Memes - 皺眉 + Frown - 圖片內的人沒有笑容 + Images that doesn\'t have smiling faces - 閉眼 + Closed Eyes - 圖片內的人(意外地)合上了眼 + Images that have people with closed eyes - 分神 + Distracted - 圖片內的人沒有望著鏡頭 + Images that have people looking elsewhere - 自拍照 + Selfies - 團體照 + Group Pics - 迷因圖……就是有偉大字句寫在上面的圖片。 + Memes are images that have something prominent written over them - 重複的檔案 + Duplicate files - App緩存 + App Cache - 大體積影片 + Large videos - 大體積下載 + Large downloads - 舊的螢幕截圖 + Old Screenshots - 舊的下載 + Old downloads - 舊的錄音 + Old recordings - 空白的檔案/檔案夾 + Empty files / folders - 垃圾檔案 + Junk files - 移取應用程式後留下的垃圾檔案 + Junk files are files that are left over from uninstalled apps - Telegram + Telegram Media - 更多的優化陸續有來喔! + More optimizations to come! - 檢視全部 + View all - 分析 + Analysis - 控制分析分頁的設定,例如需要加入分析的路徑、顯示/隱藏某些分析 + Control analysis tab settings such as paths to include analysis from, show / hide various analysis - 例外 + Exclusions - 掃描媒體檔案時,需排除在外的路徑 + Paths to exclude while scanning media - 音樂播放器 + Audio Player - 和音樂播放器有關的設定,例如要排除在外的路徑 + Control audio player settings such as paths to exclude - 控制影像檢視器的設定 + Control image viewer settings - 在以下位置搜尋重複的檔案… + Search duplicates in… - Android媒體儲存區(最快) + Android media store (fastest) - 內部儲存(淺層/稍慢) + Internal Storage (Shallow / slow) - 內部儲存(深層/最慢) + Internal Storage (Deep / slowest) - 顯示分析 + Show analysis - 新增路徑 + Add Item - 包含路徑 + Paths Included - 排除在外的路徑 + Paths Excluded - 檔案刪除動作設定 + Delete Preference - 你正準備覆寫一個現有的路徑。 - 這樣做將會重置該路徑的分析資料。 + You\'re about to override an existing path. + This will reset the existing analysis data for that path. - 確認 + Confirm - 圖片分析設定 + Image Features - 包括閤眼、分神、不開心、自拍、合照等分類途徑 + Includes closed eyes, selfie, group paths - 下載 + Downloads - 包括老舊、大型的下載 + Includes old, large downloads - 雜亂無章的影片 + Cluttered Videos - 一組長度相若的影片。 + A group of videos that have similar running time. - 再分析 + Re-analyse - 清除現有分析資料,從頭開始 + Clears existing analysis data and starts again - <不明的演出者> + <UNKNOWN> - 搜尋中…… + Searching… - 搜尋中…(%s秒) + Searching… (%s secs) - 請啟用 Wi-Fi + Please enable your Wi-Fi - 無法找到任何設備。請嘗試重新連線到 Wifi網路。 + Failed to discover peers. Please try reconnecting to Wifi network - 正在接收檔案中... + Receiving files - 正在搜尋裝置… + Search for devices… - 播放器使用音頻波形搜索欄 + Enable waveform seekbar - 不能開始投影 + Failed to start cast session - 準備投影,請選擇媒體檔案 + Ready to cast, select any media - 建立投影連線中 + Establishing cast connection - 投影暫停 + Cast session suspended - 恢復投影 + Resuming cast session - 不能恢復投影 + Failed to resume cast session - 投影已恢復 + Cast session resumed - 中止投影 + Ending cast session - 投影已結束 + Cast session ended - 開啟方式… + Open with… - 內置播放器 + In-built player - 伺服器運作中… + Server running… - 把內容投影到電視機上 + Casting content on TV - 停止 + Stop - 以 Amaze檔案工具程式把媒體檔案投影到電視機上 + Casts media for Amaze File Utilities - 無法與遠端設備建立連線。請嘗試重新連線到 Wifi網路。 + Failed to establish connection with remote device. Please try reconnecting to Wifi network - 連線成功 + Connection successful - 發送失敗,請確認對方已設定為接收檔案模式 + Failed to send, please ensure remote is set to receive file - 發送失敗,請重新連線 + Failed to send, please reconnect - 接收失敗 + Failed to receive - 接收失敗,請重新連線 + Failed to receive, please reconnect - 檔案傳輸完成 + File transferred - 請授予位置存取權限以與附近的裝置連線。 + App needs location permission to connect with nearby devices. - 請授予位置存取權限以與附近的裝置連線。 + Please grant storage permission to connect with nearby devices. - 等待授予權限… + Waiting for permissions… - 你的 GPS功能好像關掉了,請啟用以繼續 + Your GPS seems to be disabled, please enable to proceed - 請啟用位置資訊以尋找附近的設備。 + Please enable location to scan. - + Yes - + No - 啟用 + Enable - 附近沒有可用的裝置。 - 請確保裝置已接上同一個網絡,並已在設定啟用 WiFi-Direct。 + No devices found nearby, + please make sure your device is connected to same network and have WiFi-Direct enabled in settings - 無法停止網絡搜尋鄰近的裝置 + Failed to stop peer discovery - 重新在網絡上尋找裝置 + Resetting network discovery - 連接已中斷 + Disconnected - 中斷連線 + Disconnect - 仍有連線。請先中斷連線。 + Existing connection exists, please disconnect first! - 正在連接... + Connecting… - 外觀比例 + Aspect ratio - 播放速度 + Playback Speed - 音階(半音) + Pitch (semitones) - 字幕 + Subtitles - 檔案 + File - 媒體 + Media - 音樂 + Audio - 影片 + Video - 路徑 + Path - 最後修改時間 + Last Modified - 內容 + Description - 錄製日期(月/年) + Recording month/year - 發行日期 (月/年) + Release month/year - 位元率 + Bitrate - 聲道 + Channel - 幀數 + Frame Rate - 容器類型 + Container Type - 寬度 + Width - 高度 + Height - 編碼格式 + Codecs - 取樣頻率 + Sample Rate - 無法獲取聲道 + Failed to gain audio focus - 開啟 + Open - 搜尋 + Search - 線上搜尋 + Search online - 同步 + Synchronize - 下載字幕 + Download subtitles - 輸入關鍵詞和選擇語言,以在opensubtitles.org尋找字幕 + Enter keywords and select your language to search subtitles from opensubtitles.org - 你將被帶到 Amaze檔案管理器。這是我們的開源 app,擁有所有現今檔案管理 app的所有功能,而且完全免費。在 Play Store已經有超過 200萬次下載及 4.3的評分。 + You\'re being redirected to Amaze File Manager. It\'s our open source offering that has all features a modern file manager has completely free of cost with over 2M downloads and 4.3 rating on Play Store. - 下載 - Amaze 檔案管理器 + Download + Amaze File Manager - 裝置未連接到互聯網 + Device not connected to internet - 上傳日期 + Upload date - 評分 + Rating CD - 上傳 + Uploader - 下載 + Downloads - 語言 + Language - 沒有結果。請換一下關鍵詞再試…… + No results, please try with different keywords… - 正在下載…… + Downloading… - 不能下載,請選擇其他的字幕檔 + Can\'t download, choose some other subtitles - 已套用字幕 + Subtitles applied - 下載失敗 + Failed to download - 藍牙 + Bluetooth - 分享記錄檔 + Share logs - 沒有可用以共享的 app。 + No apps found to share - 無法打開記錄檔。 + Failed to extract logs file - 繼續播放 + Continue playing - 沒有選取語言 + No language selected - 未選擇任何項目 + No item selected - 更新後的分析 + Updated analysis - 分享檔案失敗 + Failed to share files - 連線成功…但在你開始傳輸之前, - 請確保另外的裝置已經啟用接收模式 + Connected… before you start sending, + make sure to enable receiver on the other device - 接收中… + Receiving… - 請確保連線只從其中一方發出,而不是雙方。 + Make sure to initiate connection only from one device not both. - 請確保兩部裝置上都已啟用裝置搜尋 + Make sure to start scan on both the devices - 連線中…(%s秒) + Connecting… (%s secs) - 請啟用 Wifi以繼續 + Please enable Wifi to continue - 我的裝置:%s + My device: %s - 狀態: %s + Status: %s - 正在傳輸... + Transfer in progress - 目前有 P2P傳輸正在進行中。 - 請不要離開此畫面, - 否則你將無法查看傳輸情況 + There is a P2P transfer currently in progress, + it is recommended that you don\'t leave this screen, + otherwise you\'ll not be able to track the transfer - 離開 + Leave - 留在這裏 + Stay - 修改 + Edit - 設為… + Set as… - 刪除 + Delete - 詳細資料 + Details - 生產商 + Make - 型號 + Model - 光圈 + Aperture ISO - 快門 + Shutter time - 位置 + Location GPS - 緯度 + Latitude - 經度 + Longitude - 檔案名稱 + File Name - 路徑 + Path - 在地圖中打開 + Open in Map - 分享 + Share - 沒有可以打開此檔案的應用程式 + No App found to open this file - 找不到檔案 + File not found - 刪除 + Delete - 你將要永久刪除這些檔案。 - 確定要繼續嗎?\n\n%s 個檔案,合計大小 %s + You\'re about to permanently delete these files. + Are you sure you want to proceed?\n\n%s Files, %s Size - 已刪除 %s個,共 %s個 + Deleted %s of %s - 成功刪除 + Successfully deleted - 更新清單失敗。請重新啟動程式。 + Failed to update list, please restart the app - 裝置 ID + Device ID - 訂閱狀態 + Subscription status - 裝置 ID已複製至剪貼簿 + Device ID copied to clipboard - 版本 + Version - 授權 + License - 提交問題 + Submit Issue - 聯絡我們 + Contact Us - 翻譯 + Translate - 幫助我們將 Amaze翻譯成您的語言 + Help us translate Amaze in your language - 關於此程式 + About app - 來自印度,用❤️製造 + Made with ❤ in India - 試用期已開始(%s天) + Trial started (%s days) - 感謝你選擇 Amaze檔案工具程式。\n - 我們是一群開源程式開發者,致力為用戶提供無廣告的使用體驗, - 你的訂閱對我們繼續開發很有幫助。\n - 任何時候如果需要幫忙,歡迎在“關於本程式”一欄處聯絡我們。 - 你亦可以經 Telegram直接和我們聯絡。\n - 亦歡迎你使用我們的開源檔案管理器“Amaze檔案管理器”以獲得完美整合的檔案管理體驗。 + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your purchase will really help to keep us afloat.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - 試用快將到期 + Trial about to expire - 你好!感謝你選用 Amaze檔案工具程式。\n - 你的試用期將於明天屆滿,我們希望你喜歡我們的 App,也希望你願意以非常相宜的價錢,協助我們的開發工作。\n - 我們是一群開源程式開發者,致力為用戶提供無廣告的使用體驗, - 但我們也需要一些經費以維持我們的服務。\n - 如果你需要多一些試用時間,歡迎與我們聯絡。 + Hey There! Thank you for choosing Amaze File Utilities. + \nYour trial is going to expire tomorrow, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment. + \nWe are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\nYou can write to us if you want to extend the trial period a bit more. - 試用已過期 + Trial expired - 你好!感謝你選用 Amaze檔案工具程式。\n - 你的試用期已經屆滿,我們希望你喜歡我們的 App,也希望你願意以非常相宜的價錢,協助我們的開發工作。\n - 我們是一群開源程式開發者,致力為用戶提供無廣告的使用體驗, - 但我們也需要一些經費以維持我們的服務。\n - 如果你需要多一些試用時間,歡迎與我們聯絡。 + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial has expired, we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - 試用期未啟動 + Trial inactive - 你好!感謝你選用 Amaze檔案工具程式。\n - 你的試用期已經無效,而你亦已不再是我們的特選會員。 - 我們希望你喜歡我們的 App,也希望你願意以非常相宜的價錢,協助我們的開發工作。\n - 我們是一群開源程式開發者,致力為用戶提供無廣告的使用體驗, - 但我們也需要一些經費以維持我們的服務。\n - 如果你需要多一些試用時間,歡迎與我們聯絡。 + Hey There! Thank you for choosing Amaze File Utilities.\n + Your trial is inactive and you\'re not longer an exclusive member, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - 訂閱中 + Subscribed - 感謝你選擇 Amaze檔案工具程式。\n - 我們是一群開源程式開發者,致力為用戶提供無廣告的使用體驗, - 你的訂閱對我們繼續開發很有幫助。\n - 任何時候如果需要幫忙,歡迎在“關於本程式”一欄處聯絡我們。 - 你亦可以經 Telegram直接和我們聯絡。\n - 亦歡迎你使用我們的開源檔案管理器“Amaze檔案管理器”以獲得完美整合的檔案管理體驗。 + Thank you for choosing Amaze File Utilities.\n + We are a team of open source developers working hard to provide an ad-free experience, + and your subscription will really help us in development.\n + At any point if you need any help feel free to contact us in About section. + You\'ll be able to contact directly to our team on Telegram.\n + Please also try our open source file manager application \'Amaze File Manager\' for a seamless file management experience. - 訂閱已過期 + Subscription expired - 你好!感謝你選用 Amaze檔案工具程式。\n - 你的訂閱期已經屆滿, - 我們希望你喜歡我們的 App,也希望你願意以非常相宜的價錢,協助我們的開發工作。\n - 我們是一群開源程式開發者,致力為用戶提供無廣告的使用體驗, - 但我們也需要一些經費以維持我們的服務。\n - 如果你需要多一些試用時間,歡迎與我們聯絡。 + Hey There! Thank you for choosing Amaze File Utilities.\n + Your subscription has expired, + we hope you\'ve enjoyed our software, and we look forward for you to make a nominal payment.\n + We are a team of open source developers working hard to provide an ad-free experience, + and we need funds to keep us afloat.\n + You can write to us if you want to extend the trial period a bit more. - 試用權驗證失敗 + Failed to validate - 你好!感謝你選用 Amaze檔案工具程式。\n - 我們無法認證你的使用授權,請先連線到互聯網然後再重新啟動程式。 + Hey There! Thank you for choosing Amaze File Utilities.\n + We\'re not able to validate your license, please connect to internet and restart the app. - 訂閱 + Subscribe - 不再顯示 + Don\'t show again - 管理媒體檔案 + Manage media files - 以列表或格狀檢視影像、影片、音樂和文件\n以內置播放器開啟檔案\n方便的手勢操作\n隨時跳到任何指定日期\n以分組或排序列表\n把內容投影到電視機上 + View images, videos, audios, documents in list or grid\nOpen using inbuilt players\nGesture support for easy navigation\nJump to any date instantly\nGroup or sort list\nCast on TV - 分析儲存空間,尋找可以刪掉的垃圾檔案\n把影像以迷因圖、低光度、矇矓、自拍照、團體照分類\n分類大型檔案\n分類舊的下載、錄音、擷圖\n + Analyse storage for junk files to delete\nGroup images by memes, low-light, blurry, selfies or group\nGroup large files in storage\nGroup old downloads, recordings or screenshots\n - 在裝置之間以 wifi傳送資料\n利用 Android wifi direct的高速傳輸 + Transfer data between devices through wifi\nHigh transfer speeds using android wifi direct - 我們需要授予儲存空間存取權限以讀取你的媒體檔案 + We need storage permissions to access your media files We need notification permissions to show app operations - 在開始之前… + Before we start… - 我們關心您的個人隱私! + We care for your privacy! - 討厭廣告?我們也討厭。我們和你一樣重視你的個人資訊。\n - 我們保證不會收集任何關於你的個人隱私。\n這是開源軟件。\n我們是一群開源軟件開發者,開發和維護 Amaze檔案管理器已有8年時間。\n\n我們期待你的訂閱。 + Don\'t like ads? Neither do we, we value your data as much as you do.\n + We assure you that we do not collect any of your private information.\nThis is an open source software.\nWe\'re a group of open source developers and are managing Amaze mobile apps for around 8 years now.\n\nWe look forward to your subscription. - 無法從 Google Play擷取產品清單。 + Error fetching product list from Google Play. - 完成 + Done - 無法設定投影框架,請更新 Google Play服務 + Unable to initialize cast framework, please update Google Play services - 關閉 app以進行更新中… + Closing app during update… - App更新成功 + App updated successfully - 更新已取消 + Update cancelled - 無法更新 app… + Failed to update the app… - Topu Roy Antu]]> + Topu Roy Antu]]> - 授權協議]]> + License Agreement]]> - 請同意授權條款。 + Please accept license agreement - 續訂週期 - %s + Renewal cycle - %s - 終身會員 + Lifetime Membership - 1年 + 1 Year - 操作失敗 + Operation failed - 以格狀模式檢視時的列數 + No. of columns in grid - 外觀 + Appearance - App外觀設定 + App appearance settings - 一般設定 + General - 播放內容 + Playback properties - 套用 + Apply - 0 表示調子不變。\n一個全音階對應一個半音。\n-12 個半音代表歌曲正以低一個八度播放。 + A value of zero means that the key is not changed.\nOne full step corresponds to one semitone.\nA change of -12 semitones means that the song is played one octave lower. - 重置 + Reset - 從專輯圖抽取調色板顏色 + Extract palette color from album - 設定音樂播放器的背景顏色 + Sets background color for audio player - 從影像抽取調色板顏色 + Extract palette color from image - 設定影像檢視器的背景顏色 + Sets background color for Image Viewer - 未使用的應用程式 + Unused apps - 最常用的應用程式 + Most used apps - 最不常用的應用程式 + Least used apps - 大型應用程式 + Large apps - 遊戲 + Games - 安裝在此設備上的遊戲 + Games currently installed on this device - 需要更多權限以進行這個分析 + Required elevated permissions for this analysis - 已經授予權限? + Already granted? - 重新整理 + Refresh - 應用程式未開啟日數 + Number of days an app\'s not been opened - 最近〇天最常用的應用程式 + Apps most used in last number of days - 最近〇天最不常用的應用程式 + Apps least used in last number of days - 正在停止分析 + Stopping analysis - 停用電池效能最佳化設定 + Remove battery optimizations - 請移除音樂播放器的電池最佳化設定,以確保它能在背景繼續運作 + Please remove battery optimizations for music player to function properly in background - APK 檔案 + APK files - 形狀 + Shape - 文字 + Text - 橡皮擦 + Eraser - 篩選 + Filter - 表情符號 + Emoji - 貼圖 + Sticker - 旋轉 + Rotate - 水平翻轉 + Flip-H - 垂直翻轉 + Flip-V - 調整大小 + Resize - 畫筆 + Brush - 形狀 + Shape - 橢圓形 + Oval - 長方形 + Rectangle - 線條 + Line - 表情符號 + Emoji - 貼紙 + Sticker - 橡皮擦 + Eraser - 橡皮擦模式 + Eraser Mode - 文字 + Text - 篩選 + Filter - 調整 + Adjust - 確定不儲存影像就離開? + Are you want to exit without saving image? - 分享影像 + Share Image - 選取圖片 + Select Picture - 正在儲存… + Saving… - 影像儲存成功 + Image saved successfully - 儲存影像失敗 + Failed to save image - 儲存 + Save - 丟棄 + Discard - Amaze 影像編輯器 + Amaze Image Editor - 無法載入文件 + Failed to load document - 載入 + Load - 貼上歌詞 + Paste lyrics - 歌詞類型 + Lyrics type - 正在清除歌詞 + Clearing lyrics - 已加入歌詞 + Added lyrics - Whatsapp圖片 + Whatsapp Images - Whatsapp 影片 + Whatsapp Videos - Whatsapp 媒體檔案 + Whatsapp Media - 大型檔案 + Large Files - 購買 + Purchase - 你在使用 Fdroid版本。 - 你可以捐獻你所願意的金額,以解鎖終生訂閱授權。 - 請使用下列任何一種方法捐獻。 - 完成後請在 Telegram或以電郵通知我們你的設備識別碼,我們將會為你解鎖授權。 + You\'re running an Fdroid build. + You can unlock a lifetime subscription by donating any amount of your choice. + Please donate using one of the options below. + Once done please contact us through telegram / email by sharing your device ID and we\'ll unlock the subscription for you. Paypal @@ -874,69 +873,77 @@ %s • %s - 已建立播放清單 + Playlist created - 無法建立播放清單。 + Failed to create playlist - 已把 %d首歌曲加入播放清單 %s + Added %d songs to playlist %s - 無法把樂曲添加到播放清單 + Failed to add songs - 未能移除歌曲 + Failed to remove songs - 播放清單 + Playlists - 選項 + Options - 檔案位置 + Locate - 播放清單 + Playlist - 刪除播放清單 + Delete Playlist - 重新命名播放清單 + Rename Playlist - 你將要永久刪取播放清單 %s。 - 確定要繼續? + You\'re about to permanently delete playlist %s. + Are you sure you want to proceed? - 請輸入新的播放清單名稱 + Please enter new playlist name - 重新命名 + Rename - 新增 + Create New - 移除 + Remove - 你將會從播放清單移除選擇的樂曲。 - 確定要繼續? + You\'re about to remove selected songs from playlist(s). + Are you sure you want to proceed? - 添加到播放清單 + Add to Playlist - 新增 + Create - 從播放清單中移除 + Removed from playlist(s) - 播放下一首 + PLAY NEXT - 樂曲已加入到候播清單 + Song added to queue - 新安裝的應用程式 + Newly installed apps - 新安裝應用程式的安裝日數 + Apps newly installed (in days) - 最近更新的應用程式 + Recently updated apps - 應用程式的更新日數 + Apps recently updated (in days) + + Growing apps + + Apps with large size increase in the last number of days + + Change + + Total - 記憶體使用量 + Memory (RAM) Usage - 可用 %s | 總共 %s + %s available | %s total - 已關閉的背景處理程序 + Closed background processes - 再按一次退出 + Press again to exit - 經常使用網路的應用程式 + Network intensive apps Histogram diff --git a/app/src/main/res/values/license_amaze_string.xml b/app/src/main/res/values/license_amaze_string.xml index 0791765a..e95df3ef 100644 --- a/app/src/main/res/values/license_amaze_string.xml +++ b/app/src/main/res/values/license_amaze_string.xml @@ -2,7 +2,7 @@ , Vishal Nehra ,
+ Copyright © 2021-2024 Team Amaze - Arpit Khurana , Vishal Nehra ,
Emmanuel Messulam, Raymond Lai . All Rights reserved.
This file is part of Amaze File Utilities.
\'Amaze File Utilities\' is a registered trademark of Team Amaze.
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0b8ee717..953a5309 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -113,7 +113,7 @@ About - Copyright © 2021–2022 Team Amaze\nAll Rights Reserved + Copyright © 2021–2024 Team Amaze\nAll Rights Reserved Open-source licenses diff --git a/app/src/play/java/com/amaze/fileutilities/cast/CastOptionsProvider.kt b/app/src/play/java/com/amaze/fileutilities/cast/CastOptionsProvider.kt index 6112a250..1b4f086e 100644 --- a/app/src/play/java/com/amaze/fileutilities/cast/CastOptionsProvider.kt +++ b/app/src/play/java/com/amaze/fileutilities/cast/CastOptionsProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/play/java/com/amaze/fileutilities/cast/cloud/CloudStreamerServiceConnection.kt b/app/src/play/java/com/amaze/fileutilities/cast/cloud/CloudStreamerServiceConnection.kt index 4abbc888..7d8e0d17 100644 --- a/app/src/play/java/com/amaze/fileutilities/cast/cloud/CloudStreamerServiceConnection.kt +++ b/app/src/play/java/com/amaze/fileutilities/cast/cloud/CloudStreamerServiceConnection.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/play/java/com/amaze/fileutilities/home_page/ui/options/Billing.kt b/app/src/play/java/com/amaze/fileutilities/home_page/ui/options/Billing.kt index 9d506e9d..e0a3baab 100644 --- a/app/src/play/java/com/amaze/fileutilities/home_page/ui/options/Billing.kt +++ b/app/src/play/java/com/amaze/fileutilities/home_page/ui/options/Billing.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/play/java/com/amaze/fileutilities/home_page/ui/options/CastActivity.kt b/app/src/play/java/com/amaze/fileutilities/home_page/ui/options/CastActivity.kt index 66a265e0..01fdad9e 100644 --- a/app/src/play/java/com/amaze/fileutilities/home_page/ui/options/CastActivity.kt +++ b/app/src/play/java/com/amaze/fileutilities/home_page/ui/options/CastActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/play/java/com/amaze/fileutilities/utilis/MLUtils.kt b/app/src/play/java/com/amaze/fileutilities/utilis/MLUtils.kt index 1e5b2196..4287d6ea 100644 --- a/app/src/play/java/com/amaze/fileutilities/utilis/MLUtils.kt +++ b/app/src/play/java/com/amaze/fileutilities/utilis/MLUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/play/java/com/amaze/fileutilities/utilis/UpdateChecker.kt b/app/src/play/java/com/amaze/fileutilities/utilis/UpdateChecker.kt index e8353cf1..6616a364 100644 --- a/app/src/play/java/com/amaze/fileutilities/utilis/UpdateChecker.kt +++ b/app/src/play/java/com/amaze/fileutilities/utilis/UpdateChecker.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/app/src/test/java/com/amaze/fileutilities/ExampleUnitTest.kt b/app/src/test/java/com/amaze/fileutilities/ExampleUnitTest.kt index cf4f26c4..60442843 100644 --- a/app/src/test/java/com/amaze/fileutilities/ExampleUnitTest.kt +++ b/app/src/test/java/com/amaze/fileutilities/ExampleUnitTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities. diff --git a/spotless.license-java b/spotless.license-java index 5cc3f56a..bcdb6020 100644 --- a/spotless.license-java +++ b/spotless.license-java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Arpit Khurana , Vishal Nehra , + * Copyright (C) 2021-2024 Arpit Khurana , Vishal Nehra , * Emmanuel Messulam, Raymond Lai and Contributors. * * This file is part of Amaze File Utilities.