Merge branch 'SimpleMobileTools:master' into fix_edit_future_occurrences

This commit is contained in:
Naveen Singh 2023-06-24 15:42:30 +05:30 committed by GitHub
commit ff8e5fd7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -70,7 +70,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:8da9e09034'
implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

View File

@ -9,7 +9,7 @@
<string name="monthly_daily_view">Monthly + daily view</string>
<string name="yearly_view">Tampilan tahun</string>
<string name="simple_event_list">Daftar acara</string>
<string name="no_upcoming_events">No upcoming events.</string>
<string name="no_upcoming_events">Tidak ada acara mendatang.</string>
<string name="go_to_today">Buka hari ini</string>
<string name="go_to_date">Buka tanggal</string>
<!-- Widget titles -->
@ -42,7 +42,7 @@
<string name="duplicate_task">Gandakan tugas</string>
<string name="mark_completed">Tandai sebagai selesai</string>
<string name="mark_incomplete">Tandai sebagai belum selesai</string>
<string name="task_color">Task color</string>
<string name="task_color">Warna tugas</string>
<!-- Event Repetition -->
<string name="repetition">Perulangan</string>
<string name="no_repetition">Tidak ada perulangan</string>
@ -181,7 +181,7 @@
<string name="replace_description_with_location">Ganti deskripsi acara dengan lokasi</string>
<string name="display_description_or_location">Tampilkan deskripsi atau lokasi</string>
<string name="delete_all_events">Hapus semua acara</string>
<string name="delete_all_events_and_tasks">Delete all events and tasks</string>
<string name="delete_all_events_and_tasks">Hapus semua acara dan catatan</string>
<string name="delete_all_events_confirmation">Apakah Anda yakin ingin menghapus semua acara dan tugas\? Tindakan ini tidak akan menghapus kategori dan pengaturan lainnya.</string>
<string name="show_a_grid">Tampilkan grid</string>
<string name="loop_reminders">Ulangi pengingat sampai dihentikan</string>

View File

@ -5,7 +5,7 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2" }
}
@ -22,7 +22,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
}