Merge pull request #323 from weblate/weblate-simple-mobile-tools-simple-camera

Translations update from Hosted Weblate
This commit is contained in:
Tibor Kaputa
2022-07-04 22:45:46 +02:00
committed by GitHub
9 changed files with 223 additions and 78 deletions

View File

@ -0,0 +1,86 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple Camera</string>
<string name="app_launcher_name">Camera</string>
<!--Errors-->
<string name="camera_unavailable">Camera unavailable</string>
<string name="camera_open_error">An error occurred accessing the camera</string>
<string name="video_creating_error">An error occurred creating the video file</string>
<string name="video_mode_error">Switching to video mode failed</string>
<string name="save_error_internal_storage">An error occurred, save folder changed to internal storage</string>
<string name="camera_switch_error">Switching camera failed</string>
<string name="click_to_resume_preview">Click on the image to resume preview</string>
<string name="photo_not_saved">The photo could not be saved</string>
<string name="setting_resolution_failed">Setting proper resolution failed</string>
<string name="video_recording_failed">Video recording failed, try using a different resolution</string>
<string name="camera_in_use_error">Camera is in use by another app, please close the app and try again</string>
<string name="camera_configure_error">An error occurred while configuring the camera</string>
<string name="camera_disabled_by_admin_error">Camera is disabled by the admin</string>
<string name="camera_dnd_error">"Do Not Disturb" mode is enabled. Please disable and try again</string>
<string name="photo_capture_failed">Photo capture failed</string>
<string name="video_capture_insufficient_storage_error">Video recording failed due to insufficient storage</string>
<!-- FAQ -->
<string name="faq_1_title">What photo compression quality should I set?</string>
<string name="faq_1_text">It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.</string>
<!-- Settings -->
<string name="save_photos">Save photos and videos to</string>
<string name="show_preview">Show a photo preview after capturing</string>
<string name="shutter_sound">Гук затвора</string>
<string name="back_camera">Back camera resolutions</string>
<string name="front_camera">Front camera resolutions</string>
<string name="photo">Photo</string>
<string name="video">Video</string>
<string name="focus_before_capture">Focus before capture</string>
<string name="volume_buttons_as_shutter">Use volume buttons as shutter</string>
<string name="turn_flash_off_at_startup">Turn flash off at startup</string>
<string name="flip_front_camera_photos_horizontally">Flip front camera photos horizontally</string>
<string name="keep_settings_visible">Keep the setting buttons visible</string>
<string name="always_open_back_camera">Always open the app with the Back camera</string>
<string name="save_photo_metadata">Захоўваць метаданые EXIF</string>
<string name="photo_compression_quality">Photo compression quality</string>
<string name="shutter">Затвор</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Camera - Capture photos &amp; videos easily</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Creating memories has never been easier. Provides a nice interface with no ads.</string>
<string name="app_long_description">
This handy camera is usable for both easy photo taking and video recording. You can quickly switch between the front and rear camera, modify the save path or limit the resolution. You will never miss the important moments of your life. There are many helpful settings available to make it even more personal, suited for your needs. Let\'s list some of them.
The flash can be turned on and off or used as a useful flashlight, which is not seen often. You can pinch the screen to zoom in and out or toggle horizontal image swapping during capturing fantastic portrait photos.
You can easily change the output resolution, quality, or aspect ratio with a few clicks, as you would expect from a modern camera app. This applies to both photos and videos.
After taking a picture you will see the new photo thumbnail, by pressing which you can quickly open it in your preferred gallery. You will see a clear indication of when the photo gets captured, guaranteeing that the file has been saved.
If you want to launch this easy camera at pressing your devices\' hardware camera button, you might have to disable the built in Camera app in Settings -> Apps -> Camera -> Disable.
In case you prefer quality over speed, you can enable an option for always focusing the camera in before taking a picture, to make sure the result is crystal clear.
You can configure it to use volume buttons as a shutter, or to turn on flashlight by default at startup.
It has multiple other settings related to the shutter sound, flash, photo metadata, photo quality etc. The output file path can be customized, so you can decide where you want your media saved. It supports both the internal storage and SD cards.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>

View File

@ -3,82 +3,49 @@
<string name="app_name">Jednostavna kamera</string>
<string name="app_launcher_name">Kamera</string>
<string name="camera_unavailable">Kamera nije dostupna</string>
<string name="camera_open_error">Došlo je do pogreške prilikom pristupa kameri</string>
<string name="video_creating_error">Došlo je do pogreške prilikom izrade video datoteke</string>
<string name="video_mode_error">Prebacivanje na način rada videozapisa nije uspjelo</string>
<string name="save_error_internal_storage">Došlo je do pogreške, mapa za spremanje promijenjena u internu pohranu</string>
<string name="camera_switch_error">Prebacivanje kamere nije uspjelo</string>
<string name="click_to_resume_preview">Kliknite sliku kako biste nastavili pregled</string>
<string name="photo_not_saved">Fotografiju nije moguće spremiti</string>
<string name="camera_open_error">Dogodila se greška prilikom pristupanja kameri</string>
<string name="video_creating_error">Dogodila se greška prilikom izrade video datoteke</string>
<string name="video_mode_error">Mijenjanje na modus videa nije uspjelo</string>
<string name="save_error_internal_storage">Dogodila se greška, mapa za spremanje promijenjena je u interno spremište</string>
<string name="camera_switch_error">Mijenjanje kamere nije uspjelo</string>
<string name="click_to_resume_preview">Pritisni sliku za nastavljanje pregleda</string>
<string name="photo_not_saved">Fotografija se nije mogla spremiti</string>
<string name="setting_resolution_failed">Postavljanje ispravne rezolucije nije uspjelo</string>
<string name="video_recording_failed">Snimanje videozapisa nije uspjelo, pokušajte koristiti drugu razlučivost</string>
<string name="camera_in_use_error">Camera is in use by another app, please close the app and try again</string>
<string name="camera_configure_error">An error occurred while configuring the camera</string>
<string name="camera_disabled_by_admin_error">Camera is disabled by the admin</string>
<string name="camera_dnd_error">"Do Not Disturb" mode is enabled. Please disable and try again</string>
<string name="photo_capture_failed">Photo capture failed</string>
<string name="video_capture_insufficient_storage_error">Video recording failed due to insufficient storage</string>
<string name="video_recording_failed">Snimanje videa nije uspjelo, pokušaj koristiti jednu drugu rezoluciju</string>
<string name="camera_in_use_error">Jedna druga aplikacija koristi kameru, zatvori aplikaciju i pokušaj ponovo</string>
<string name="camera_configure_error">Dogodila se greška prilikom konfiguriranja kamere</string>
<string name="camera_disabled_by_admin_error">Administrator je deaktivirao kameru</string>
<string name="camera_dnd_error">Modus „Ne smetaj” je aktiviran. Deaktiviraj ga i pokušaj ponovo</string>
<string name="photo_capture_failed">Snimanje fotografije nije uspjelo</string>
<string name="video_capture_insufficient_storage_error">Snimanje videa nije uspjelo zbog nedovoljne memorije</string>
<!-- FAQ -->
<string name="faq_1_title">Kakvu kvalitetu kompresije fotografija trebam postaviti?</string>
<string name="faq_1_text">Ovisi o Vašem cilju. Za generičke namjene, većina ljudi savjetuje korištenje 75%-80%, kada je slika još uvijek dobre kvaliteta, ali veličina datoteke drastično se smanjuje u usporedbi sa 100%.</string>
<string name="faq_1_title">Koju kvalitetu kompresije fotografija trebam postaviti\?</string>
<string name="faq_1_text">Ovisi o tvom cilju. Za opće namjene, većina ljudi savjetuje korištenje 75 do 80 % kad je slika dobre kvalitete, ali se veličina datoteke drastično smanjuje u usporedbi sa 100 %.</string>
<!-- Settings -->
<string name="save_photos">Spremanje fotografija i videozapisa u</string>
<string name="show_preview">Prikaži snimku fotografije nakon snimanja</string>
<string name="shutter_sound">Zvuk okidača kamere</string>
<string name="save_photos">Spremi fotografije i videa u</string>
<string name="show_preview">Prikaži pregled fotografije nakon snimanja</string>
<string name="shutter_sound">Zvuk otvora objektiva</string>
<string name="back_camera">Rezolucije stražnje kamere</string>
<string name="front_camera">Rezolucije prednje kamere</string>
<string name="photo">Foto</string>
<string name="video">Video</string>
<string name="focus_before_capture">Fokusiranje prije slikanja</string>
<string name="volume_buttons_as_shutter">Koristi gumbe za glasnoću kao okidač</string>
<string name="turn_flash_off_at_startup">Onemogući bljeskalicu prilikom pokretanja</string>
<string name="flip_front_camera_photos_horizontally">Preokrenite vodoravno slike s prednje kamere</string>
<string name="keep_settings_visible">Drži gumb za postavke vidljivim</string>
<string name="always_open_back_camera">Uvijek otvorite aplikaciju pomoću stražnje kamere</string>
<string name="save_photo_metadata">Spremite exif metapodatke fotografije</string>
<string name="focus_before_capture">Fokusiraj prije slikanja</string>
<string name="volume_buttons_as_shutter">Koristi gumbe za glasnoću kao otvor objektiva</string>
<string name="turn_flash_off_at_startup">Deaktiviraj bljeskalicu prilikom pokretanja</string>
<string name="flip_front_camera_photos_horizontally">Preokreni slike prednje kamere vodoravno</string>
<string name="keep_settings_visible">Ostavi gumbe postavki vidljivima</string>
<string name="always_open_back_camera">Otvori aplikaciju uvijek pomoću stražnje kamere</string>
<string name="save_photo_metadata">Spremi exif metapodatke fotografije</string>
<string name="photo_compression_quality">Kvaliteta kompresije fotografije</string>
<string name="shutter">Shutter</string>
<string name="shutter">Otvor objektiva</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Camera - Capture photos &amp; videos easily</string>
<string name="app_title">Jednostavna kamera Snimi fotografije i videa</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Creating memories has never been easier. Provides a nice interface with no ads.</string>
<string name="app_long_description">
This handy camera is usable for both easy photo taking and video recording. You can quickly switch between the front and rear camera, modify the save path or limit the resolution. You will never miss the important moments of your life. There are many helpful settings available to make it even more personal, suited for your needs. Let\'s list some of them.
The flash can be turned on and off or used as a useful flashlight, which is not seen often. You can pinch the screen to zoom in and out or toggle horizontal image swapping during capturing fantastic portrait photos.
You can easily change the output resolution, quality, or aspect ratio with a few clicks, as you would expect from a modern camera app. This applies to both photos and videos.
After taking a picture you will see the new photo thumbnail, by pressing which you can quickly open it in your preferred gallery. You will see a clear indication of when the photo gets captured, guaranteeing that the file has been saved.
If you want to launch this easy camera at pressing your devices\' hardware camera button, you might have to disable the built in Camera app in Settings -> Apps -> Camera -> Disable.
In case you prefer quality over speed, you can enable an option for always focusing the camera in before taking a picture, to make sure the result is crystal clear.
You can configure it to use volume buttons as a shutter, or to turn on flashlight by default at startup.
It has multiple other settings related to the shutter sound, flash, photo metadata, photo quality etc. The output file path can be customized, so you can decide where you want your media saved. It supports both the internal storage and SD cards.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
Ne sadrži oglase ili nepotrebne dozvole. Aplikacije je otvorenog koda, pruža prilagodljive boje.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<string name="app_short_description">Stvaranje uspomena nikada nije bilo lakše. Pruža lijepo sučelje bez oglasa.</string>
<string name="app_long_description"> This handy camera is usable for both easy photo taking and video recording. You can quickly switch between the front and rear camera, modify the save path or limit the resolution. You will never miss the important moments of your life. There are many helpful settings available to make it even more personal, suited for your needs. Let\'s list some of them. The flash can be turned on and off or used as a useful flashlight, which is not seen often. You can pinch the screen to zoom in and out or toggle horizontal image swapping during capturing fantastic portrait photos. You can easily change the output resolution, quality, or aspect ratio with a few clicks, as you would expect from a modern camera app. This applies to both photos and videos. After taking a picture you will see the new photo thumbnail, by pressing which you can quickly open it in your preferred gallery. You will see a clear indication of when the photo gets captured, guaranteeing that the file has been saved. If you want to launch this easy camera at pressing your devices\' hardware camera button, you might have to disable the built in Camera app in Settings -&gt; Apps -&gt; Camera -&gt; Disable. In case you prefer quality over speed, you can enable an option for always focusing the camera in before taking a picture, to make sure the result is crystal clear. You can configure it to use volume buttons as a shutter, or to turn on flashlight by default at startup. It has multiple other settings related to the shutter sound, flash, photo metadata, photo quality etc. The output file path can be customized, so you can decide where you want your media saved. It supports both the internal storage and SD cards. Aplikacija je izrađena u material-dizajnu i standardno koristi tamnu temu, pruža izvrsno korisničko iskustvo za jednostavnu upotrebu. Nedostatak pristupa internetu pruža bolju privatnost, sigurnost i stabilnost od drugih aplikacija. Ne sadrži oglase niti nepotrebne dozvole. Potpuno je otvorenog koda, pruža prilagodljive boje. <b>Pogledaj cijeli paket „Jednostavni alati” ovdje:</b> https://www.simplemobiletools.com <b>Facebook:</b> https://www.facebook.com/simplemobiletools <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -12,12 +12,12 @@
<string name="photo_not_saved">Foto kon niet worden opgeslagen</string>
<string name="setting_resolution_failed">Instellen van resolutie is mislukt</string>
<string name="video_recording_failed">Video-opname is mislukt, probeer nogmaals met een andere resolutie</string>
<string name="camera_in_use_error">Camera is in use by another app, please close the app and try again</string>
<string name="camera_configure_error">An error occurred while configuring the camera</string>
<string name="camera_disabled_by_admin_error">Camera is disabled by the admin</string>
<string name="camera_dnd_error">"Do Not Disturb" mode is enabled. Please disable and try again</string>
<string name="photo_capture_failed">Photo capture failed</string>
<string name="video_capture_insufficient_storage_error">Video recording failed due to insufficient storage</string>
<string name="camera_in_use_error">De camera wordt gebruikt door een andere app. Sluit die app en probeer het nog eens.</string>
<string name="camera_configure_error">Er is een fout opgetreden bij het configureren van de camera</string>
<string name="camera_disabled_by_admin_error">De camera is uitgeschakeld door de beheerder</string>
<string name="camera_dnd_error">De modus \"Niet storen\" is ingeschakeld. Schakel deze uit en probeer het nog eens.</string>
<string name="photo_capture_failed">Foto-opname mislukt</string>
<string name="video_capture_insufficient_storage_error">Video-opname mislukt door onvoldoende opslag</string>
<!-- FAQ -->
<string name="faq_1_title">Welke kwaliteit voor foto\'s moet ik instellen?</string>
<string name="faq_1_text">Voor normaal gebruik adviseren de meeste mensen een compressie van 75%-80%. De afbeelding zal dan nog steeds van goede kwaliteit zijn en de bestandsgrootte zal enorm veel kleiner zijn dan met 100%.</string>
@ -77,4 +77,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -0,0 +1,86 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple Camera</string>
<string name="app_launcher_name">Camera</string>
<!--Errors-->
<string name="camera_unavailable">Camera unavailable</string>
<string name="camera_open_error">An error occurred accessing the camera</string>
<string name="video_creating_error">An error occurred creating the video file</string>
<string name="video_mode_error">Switching to video mode failed</string>
<string name="save_error_internal_storage">An error occurred, save folder changed to internal storage</string>
<string name="camera_switch_error">Switching camera failed</string>
<string name="click_to_resume_preview">Click on the image to resume preview</string>
<string name="photo_not_saved">The photo could not be saved</string>
<string name="setting_resolution_failed">Setting proper resolution failed</string>
<string name="video_recording_failed">Video recording failed, try using a different resolution</string>
<string name="camera_in_use_error">Camera is in use by another app, please close the app and try again</string>
<string name="camera_configure_error">An error occurred while configuring the camera</string>
<string name="camera_disabled_by_admin_error">Camera is disabled by the admin</string>
<string name="camera_dnd_error">"Do Not Disturb" mode is enabled. Please disable and try again</string>
<string name="photo_capture_failed">Photo capture failed</string>
<string name="video_capture_insufficient_storage_error">Video recording failed due to insufficient storage</string>
<!-- FAQ -->
<string name="faq_1_title">What photo compression quality should I set?</string>
<string name="faq_1_text">It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.</string>
<!-- Settings -->
<string name="save_photos">Save photos and videos to</string>
<string name="show_preview">Show a photo preview after capturing</string>
<string name="shutter_sound">Shutter sound</string>
<string name="back_camera">Back camera resolutions</string>
<string name="front_camera">Front camera resolutions</string>
<string name="photo">Photo</string>
<string name="video">Video</string>
<string name="focus_before_capture">Focus before capture</string>
<string name="volume_buttons_as_shutter">Use volume buttons as shutter</string>
<string name="turn_flash_off_at_startup">Turn flash off at startup</string>
<string name="flip_front_camera_photos_horizontally">Flip front camera photos horizontally</string>
<string name="keep_settings_visible">Keep the setting buttons visible</string>
<string name="always_open_back_camera">Always open the app with the Back camera</string>
<string name="save_photo_metadata">Save photo exif metadata</string>
<string name="photo_compression_quality">Photo compression quality</string>
<string name="shutter">Shutter</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Camera - Capture photos &amp; videos easily</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Creating memories has never been easier. Provides a nice interface with no ads.</string>
<string name="app_long_description">
This handy camera is usable for both easy photo taking and video recording. You can quickly switch between the front and rear camera, modify the save path or limit the resolution. You will never miss the important moments of your life. There are many helpful settings available to make it even more personal, suited for your needs. Let\'s list some of them.
The flash can be turned on and off or used as a useful flashlight, which is not seen often. You can pinch the screen to zoom in and out or toggle horizontal image swapping during capturing fantastic portrait photos.
You can easily change the output resolution, quality, or aspect ratio with a few clicks, as you would expect from a modern camera app. This applies to both photos and videos.
After taking a picture you will see the new photo thumbnail, by pressing which you can quickly open it in your preferred gallery. You will see a clear indication of when the photo gets captured, guaranteeing that the file has been saved.
If you want to launch this easy camera at pressing your devices\' hardware camera button, you might have to disable the built in Camera app in Settings -> Apps -> Camera -> Disable.
In case you prefer quality over speed, you can enable an option for always focusing the camera in before taking a picture, to make sure the result is crystal clear.
You can configure it to use volume buttons as a shutter, or to turn on flashlight by default at startup.
It has multiple other settings related to the shutter sound, flash, photo metadata, photo quality etc. The output file path can be customized, so you can decide where you want your media saved. It supports both the internal storage and SD cards.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>

View File

@ -20,7 +20,7 @@ Viene fornita con material design e un tema scuro per impostazione predefinita,
Non contiene annunci o autorizzazioni non necessarie. È completamente open source, fornisce colori personalizzabili e opzioni creazione di collage.
<b>Dai un'occhiata alla suite completa di Simple Tools qui:</b>
Dai un'occhiata alla suite completa di Simple Tools qui:
https://www.simplemobiletools.com
Facebook:
@ -28,3 +28,6 @@ https://www.facebook.com/simplemobiletools
Reddit:
https://www.reddit.com/r/SimpleMobileTools
Telegram:
https://t.me/SimpleMobileTools

View File

@ -1 +1 @@
Herinneringen creëren is nog nooit zo simpel geweest. Zonder ads.
Een snelle foto- en videocamera met flitser, zonder ads

View File

@ -1 +1 @@
Eenvoudige Camera - Maak supersnel foto's en video
Eenvoudige Camera

View File

@ -18,7 +18,7 @@ Domyślnie jest wyposażony w Material Design i ciemny motyw, zapewniając dosko
Nie zawiera reklam ani niepotrzebnych uprawnień. Jest w pełni otwartoźródłowy, zapewnia konfigurowalną kolorystykę oraz opcje kreatora kolaży.
<b>Sprawdź pełen zestaw od Simple Tools tutaj:</b>
Sprawdź pełen zestaw od Simple Tools tutaj:
https://www.simplemobiletools.com
Facebook:
@ -26,3 +26,6 @@ https://www.facebook.com/simplemobiletools
Reddit:
https://www.reddit.com/r/SimpleMobileTools
Telegram:
https://t.me/SimpleMobileTools

View File

@ -18,11 +18,11 @@
不包含广告及非必要的权限,而且完全开放源代码,并提供自定义颜色。
<b>于此查看简易工具系列全套:</b>
查看简易工具系列:
https://www.simplemobiletools.com
<b>Facebook:</b>
Facebook:
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
Reddit:
https://www.reddit.com/r/SimpleMobileTools