From eab25fb31290c206f1a26b57fd99dfa9df5b162c Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 12 Aug 2022 17:27:02 +0200 Subject: [PATCH] fix #95, adding some translation improvements --- .../android/en-US/full_description.txt | 23 +++++++++++++++++++ .../android/en-US/short_description.txt | 1 + fastlane/metadata/android/en-US/title.txt | 1 + fastlane/metadata/android/en-US/video.txt | 0 .../android/fi-FI/full_description.txt | 23 +++++++++++++++++++ .../{fi => fi-FI}/short_description.txt | 0 .../metadata/android/{fi => fi-FI}/title.txt | 0 7 files changed, 48 insertions(+) create mode 100644 fastlane/metadata/android/en-US/full_description.txt create mode 100644 fastlane/metadata/android/en-US/short_description.txt create mode 100644 fastlane/metadata/android/en-US/title.txt create mode 100644 fastlane/metadata/android/en-US/video.txt create mode 100644 fastlane/metadata/android/fi-FI/full_description.txt rename fastlane/metadata/android/{fi => fi-FI}/short_description.txt (100%) rename fastlane/metadata/android/{fi => fi-FI}/title.txt (100%) diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..656a619 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,23 @@ +If you like our apps which are free, non-intrusive and have no ads, please consider supporting us in some way. It will be hugely appreciated. + +Having this app installed will unlock every feature, allow color customization and prevent the displaying of a "Donate please" dialog in the free apps. Other than that, it also allows using a Shared Theme, which means that as soon as you change a color in one app, all other apps will be updated. Newly installed apps from the suite will automagically receive the shared colors too. + +Please keep the app installed at least for a day, to avoid getting automatically refunded. + +This app is not a replacement for the Pro app versions. You will still have to purchase them separately, in case you want to use them. + +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. + +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..a053e8e --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +A warm Thank You for supporting our modern & easy Simple Mobile Tools apps! \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 0000000..ecd1c4e --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Simple Thank You \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/video.txt b/fastlane/metadata/android/en-US/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/fi-FI/full_description.txt b/fastlane/metadata/android/fi-FI/full_description.txt new file mode 100644 index 0000000..656a619 --- /dev/null +++ b/fastlane/metadata/android/fi-FI/full_description.txt @@ -0,0 +1,23 @@ +If you like our apps which are free, non-intrusive and have no ads, please consider supporting us in some way. It will be hugely appreciated. + +Having this app installed will unlock every feature, allow color customization and prevent the displaying of a "Donate please" dialog in the free apps. Other than that, it also allows using a Shared Theme, which means that as soon as you change a color in one app, all other apps will be updated. Newly installed apps from the suite will automagically receive the shared colors too. + +Please keep the app installed at least for a day, to avoid getting automatically refunded. + +This app is not a replacement for the Pro app versions. You will still have to purchase them separately, in case you want to use them. + +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. + +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/fi/short_description.txt b/fastlane/metadata/android/fi-FI/short_description.txt similarity index 100% rename from fastlane/metadata/android/fi/short_description.txt rename to fastlane/metadata/android/fi-FI/short_description.txt diff --git a/fastlane/metadata/android/fi/title.txt b/fastlane/metadata/android/fi-FI/title.txt similarity index 100% rename from fastlane/metadata/android/fi/title.txt rename to fastlane/metadata/android/fi-FI/title.txt