-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from blockbasti/main
Release
- Loading branch information
Showing
19 changed files
with
323 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# These are supported funding model platforms | ||
|
||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: blockbasti | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry | ||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,20 +13,24 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: actions/setup-java@v1 | ||
with: | ||
java-version: '14.x' | ||
java-version: "14.x" | ||
- uses: subosito/flutter-action@v1 | ||
with: | ||
channel: 'stable' | ||
channel: "stable" | ||
- uses: actions/cache@v2 | ||
with: | ||
path: /opt/hostedtoolcache/flutter | ||
key: flutter-install-cache | ||
|
||
- name: Setup Flutter | ||
run: | | ||
flutter config --no-analytics | ||
flutter pub get | ||
sh ./scripts/generate_code.sh | ||
- name: Build APKs | ||
run: flutter build apk --build-number $(printf '%(%Y%m%d)T\n' -1) --debug | ||
|
||
- name: Upload build artifacts | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
{ | ||
"@@locale": "tr", | ||
"addExercise": "Egzersiz ekle", | ||
"addRest": "Dinlenme ekle", | ||
"addSet": "Set ekle", | ||
"addWorkout": "Program ekle", | ||
"announceUpcomingExercise": "Sıradaki egzersizi bildir", | ||
"AnnounceUpcomingExerciseDesc": "TTS etkin olduğunda, sıradaki egzersizi bildir", | ||
"backup": "Yedekleme", | ||
"cancel": "İptal", | ||
"countRepetitions": "{count} tekrar", | ||
"currentSet": "Şu anki set", | ||
"delete": "Sil", | ||
"deleteConfirmation": "\"{title}\" programını silmek ister misiniz?", | ||
"deleteExercise": "Egzersizi sil", | ||
"deleteSet": "Seti sil", | ||
"deleteWorkout": "Programı sil", | ||
"duplicate": "Çoğalt", | ||
"durationLeft": "Kalan süre: {timeLeft}-{timeTotal}", | ||
"durationWithTime": "Süre: {formattedTime}", | ||
"editWorkout": "Programı düzenle", | ||
"enterWorkoutName": "Lütfen program için bir isim giriniz!", | ||
"exercise": "Egzersiz", | ||
"exerciseOf": "Egzersiz {total}-{currentIndex}", | ||
"exitCheck": "Çıkmak istediğinizden emin misiniz?", | ||
"export": "Bütün programları dışarı aktar", | ||
"firstExercise": "İlk: {name}", | ||
"general": "Genel", | ||
"halfwayDone": "Yarısı bitti", | ||
"import": "Bir yedeği içe aktar", | ||
"importedCount": "{count} program içe aktarıldı", | ||
"keepScreenAwake": "Ekranı açık tut", | ||
"language": "Dil", | ||
"licenses": "Lisanslar", | ||
"moveExerciseDown": "Egzersizi aşağı taşı", | ||
"moveExerciseUp": "Egzersizi yukarı taşı", | ||
"moveSetDown": "Seti aşağı taşı", | ||
"moveSetUp": "Seti yukarı taşı", | ||
"name": "İsim", | ||
"nextExercise": "Sırada: {name}", | ||
"nextSet": "Sıradaki set", | ||
"no": "Hayır", | ||
"noSound": "Ses efekti yok", | ||
"noSoundDesc": "Bütün ses çıkışlarını sessize al", | ||
"ossLicenses": "Açık Kaynak Lisansları", | ||
"overwriteExistingWorkout": "Var olan programın üzerine yazılsın mı?", | ||
"playTickEverySecond": "Her saniye tik sesi oynat", | ||
"repetitions": "Tekrar:", | ||
"repOf": "Tekrar {currentIndex}-{total}", | ||
"reportIssuesOrRequestAFeature": "Sorun bildir ya da bir özellik iste", | ||
"rest": "Dinlenme", | ||
"saved": "Kaydedildi", | ||
"saveWorkout": "Programı kaydet", | ||
"setIndex": "Set {number}", | ||
"setOf": "Set {currentIndex}-{total}", | ||
"settingHalfway": "Programın yarısında ses çal ya da bildirim yap", | ||
"settings": "Ayarlar", | ||
"soundOutput": "Ses çıkışı", | ||
"startWorkout": "Programı başlat", | ||
"title": "Just Another Workout Timer", | ||
"tts": "Metinden konuşmaya (TTS)", | ||
"ttsLang": "TTS Dili", | ||
"ttsLangDesc": "Bir dil seç\n(yalnızca TTS etkin olduğunda)", | ||
"ttsVoice": "TTS Ses (deneysel)", | ||
"ttsVoiceDesc": "TTS için bir ses seçin", | ||
"voice": "Ses", | ||
"useSound": "Ses efektleri kullan", | ||
"useSoundDesc": "Egzersizlerin başlangıcını ve bitişini bildirmek için basit sesler kullan", | ||
"useTTS": "Metinden-konuşmaya kullan", | ||
"useTTSDesc": "Şu anki ve sıradaki egzersizi bildir", | ||
"viewLicense": "Lisansı göster", | ||
"viewOnGithub": "GitHub'da göster", | ||
"viewOSSLicenses": "Açık kaynak lisanslarını göster", | ||
"workoutComplete": "Program tamamlandı", | ||
"workouts": "Programlar", | ||
"yes": "Evet", | ||
"yesExit": "Evet, çık", | ||
"expanded_setlist": "Genişletilmiş set listesi", | ||
"expanded_setlist_info": "Her zaman setin tamamını göster", | ||
"seconds": "Saniyeler", | ||
"theme": "Tema", | ||
"theme_dark": "Koyu", | ||
"theme_light": "Açık", | ||
"theme_system": "Sistem" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import 'dart:core'; | ||
|
||
class AppLanguage { | ||
String displayName; | ||
String localeCode; | ||
String languageCode; | ||
|
||
AppLanguage(this.displayName, this.localeCode, this.languageCode); | ||
} | ||
|
||
class Languages { | ||
static final List<AppLanguage> languages = [ | ||
AppLanguage("English", "en", "en-US"), | ||
AppLanguage("Deutsch", "de", "de-DE"), | ||
AppLanguage("Français", "fr", "fr-FR"), | ||
AppLanguage("Italiano", "it", "it-IT"), | ||
AppLanguage("Русский", "ru", "ru-RU"), | ||
AppLanguage("Türkçe", "tr", "tr-TR") | ||
]; | ||
|
||
static List<String> get languageCodes => | ||
languages.map((lang) => lang.languageCode).toList(); | ||
|
||
static AppLanguage fromLocaleCode(String localeCode) => languages | ||
.firstWhere((lang) => lang.localeCode == localeCode, orElse: null); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.