Update translations, bump version

* Bulgarian - ddmdima96
* Dutch - revdbrink
* French - Florian_Dubois
* Hungarian - kaciokos
* Japanese - naofumi
* Korean - keephandsclean, timeforwarp
* Polish - bilbolodz
* Russian - markant139
* Spanish - i2nm7s
* Turkish - etc
pull/574/head 5.1.0
Alex Baker 7 years ago
parent 0bec1f39fe
commit 51e400990a

@ -32,8 +32,8 @@ android {
defaultConfig {
applicationId "org.tasks"
versionCode 471
versionName "5.0.2"
versionCode 475
versionName "5.1.0"
targetSdkVersion 26
minSdkVersion 15
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

@ -197,6 +197,69 @@
<string name="default_random_reminder_bi_weekly">два пъти седмично</string>
<string name="default_random_reminder_monthly">месечно</string>
<string name="default_random_reminder_bi_monthly">на два месеца</string>
<string name="repeat_every">Всеки</string>
<string name="repeat_option_does_not_repeat">Не се повтаря</string>
<string name="repeat_option_every_day">Всеки ден</string>
<string name="repeat_option_every_week">Всяка седмица</string>
<string name="repeat_option_every_month">Всеки месец</string>
<string name="repeat_option_every_year">Всяка година</string>
<string name="repeat_option_custom">Персонализирано...</string>
<string name="repeat_minutely">ПОВТАРЯЙ МИНУТНО</string>
<string name="repeat_hourly">ПОВТАРЯЙ ЧАСОВО</string>
<string name="repeat_daily">ПОВТАРЯЙ ДНЕВНО</string>
<string name="repeat_weekly">ПОВТАРЯЙ СЕДМИЧНО</string>
<string name="repeat_monthly">ПОВТАРЯЙ МЕСЕЧНО</string>
<string name="repeat_yearly">ПОВТАРЯЙ ГОДИШНО</string>
<plurals name="repeat_minutes">
<item quantity="one">минута</item>
<item quantity="other">минути</item>
</plurals>
<plurals name="repeat_n_minutes">
<item quantity="one">%d минута</item>
<item quantity="other">%d минути</item>
</plurals>
<plurals name="repeat_hours">
<item quantity="one">час</item>
<item quantity="other">часове</item>
</plurals>
<plurals name="repeat_n_hours">
<item quantity="one">%d час</item>
<item quantity="other">%d часове</item>
</plurals>
<plurals name="repeat_days">
<item quantity="one">ден</item>
<item quantity="other">дни</item>
</plurals>
<plurals name="repeat_n_days">
<item quantity="one">%d ден</item>
<item quantity="other">%d дни</item>
</plurals>
<plurals name="repeat_weeks">
<item quantity="one">седмица</item>
<item quantity="other">седмици</item>
</plurals>
<plurals name="repeat_n_weeks">
<item quantity="one">%d седмица</item>
<item quantity="other">%d седмици</item>
</plurals>
<plurals name="repeat_months">
<item quantity="one">месец</item>
<item quantity="other">месеци</item>
</plurals>
<plurals name="repeat_n_months">
<item quantity="one">%d месец</item>
<item quantity="other">%d месеци</item>
</plurals>
<plurals name="repeat_years">
<item quantity="one">година</item>
<item quantity="other">години</item>
</plurals>
<plurals name="repeat_n_years">
<item quantity="one">%d година</item>
<item quantity="other">%d години</item>
</plurals>
<string name="repeat_type_due">до дата</string>
<string name="repeat_type_completion">дата на завършване</string>
<string name="repeat_forever">Повтаряй завинаги</string>
<string name="repeat_until">Повтаряй до %s</string>
<string name="repeat_snackbar">%1$s е насрочено за %2$s</string>
@ -385,4 +448,19 @@
<string name="badges">Значки</string>
<string name="launcher_support_required">Изисква се поддръжка от лаунчера</string>
<string name="list">Списък</string>
<string name="repeats_from">Повтаряй от</string>
<string name="repeats_single">Повтаряй %s</string>
<string name="repeats_single_on">Повтаряй %s на %s</string>
<string name="repeats_single_until">Повтаряй %s до %s</string>
<string name="repeats_single_on_until">Повтаряй %s на %s до %s</string>
<string name="repeats_minutely">минутно</string>
<string name="repeats_hourly">часово</string>
<string name="repeats_daily">дневно</string>
<string name="repeats_weekly">седмично</string>
<string name="repeats_monthly">месечно</string>
<string name="repeats_yearly">годишно</string>
<string name="repeats_plural">Повтаряй всеки %s</string>
<string name="repeats_plural_until">Повтаряй всеки %s до %s</string>
<string name="repeats_plural_on">Повтаряй всеки %s на %s</string>
<string name="repeats_plural_on_until">Повтаряй всеки %s на %s до %s</string>
</resources>

@ -193,6 +193,69 @@
<string name="default_random_reminder_bi_weekly">quincenalmente</string>
<string name="default_random_reminder_monthly">mensualmente</string>
<string name="default_random_reminder_bi_monthly">bimensualmente</string>
<string name="repeat_every">Cada</string>
<string name="repeat_option_does_not_repeat">No repetir</string>
<string name="repeat_option_every_day">Cada día</string>
<string name="repeat_option_every_week">Cada semana</string>
<string name="repeat_option_every_month">Cada mes</string>
<string name="repeat_option_every_year">Cada año</string>
<string name="repeat_option_custom">Personalizado…</string>
<string name="repeat_minutely">REPETIR CADA MINUTO</string>
<string name="repeat_hourly">REPETIR CADA HORA</string>
<string name="repeat_daily">REPETIR DIARIAMENTE</string>
<string name="repeat_weekly">REPETIR SEMANALMENTE</string>
<string name="repeat_monthly">REPETIR MENSUALMENTE</string>
<string name="repeat_yearly">REPETIR ANUALMENTE</string>
<plurals name="repeat_minutes">
<item quantity="one">minuto</item>
<item quantity="other">minutos</item>
</plurals>
<plurals name="repeat_n_minutes">
<item quantity="one">%d minuto</item>
<item quantity="other">%d minutos</item>
</plurals>
<plurals name="repeat_hours">
<item quantity="one">hora</item>
<item quantity="other">horas</item>
</plurals>
<plurals name="repeat_n_hours">
<item quantity="one">%d hora</item>
<item quantity="other">%d horas</item>
</plurals>
<plurals name="repeat_days">
<item quantity="one">día</item>
<item quantity="other">días</item>
</plurals>
<plurals name="repeat_n_days">
<item quantity="one">%d día</item>
<item quantity="other">%d días</item>
</plurals>
<plurals name="repeat_weeks">
<item quantity="one">semana</item>
<item quantity="other">semanas</item>
</plurals>
<plurals name="repeat_n_weeks">
<item quantity="one">%d semana</item>
<item quantity="other">%d semanas</item>
</plurals>
<plurals name="repeat_months">
<item quantity="one">mes</item>
<item quantity="other">meses</item>
</plurals>
<plurals name="repeat_n_months">
<item quantity="one">%d mes</item>
<item quantity="other">%d meses</item>
</plurals>
<plurals name="repeat_years">
<item quantity="one">año</item>
<item quantity="other">años</item>
</plurals>
<plurals name="repeat_n_years">
<item quantity="one">%d año</item>
<item quantity="other">%d años</item>
</plurals>
<string name="repeat_type_due">fecha de vencimiento</string>
<string name="repeat_type_completion">fecha de finalización</string>
<string name="repeat_forever">Repetir por siempre</string>
<string name="repeat_until">Repetir hasta %s</string>
<string name="repeat_snackbar">%1$s He reprogramado esta tarea recurrente para %2$s</string>
@ -379,4 +442,12 @@
<string name="badges">Insignias</string>
<string name="launcher_support_required">Se requiere soporte de launcher</string>
<string name="list">Lista</string>
<string name="repeats_minutely">cada minuto</string>
<string name="repeats_hourly">cada hora</string>
<string name="repeats_daily">diariamente</string>
<string name="repeats_weekly">semanalmente</string>
<string name="repeats_monthly">mensualmente</string>
<string name="repeats_yearly">anualmente</string>
<string name="dont_add_to_calendar">No añadir al calendario</string>
<string name="default_calendar">Calendario predeterminado</string>
</resources>

@ -191,6 +191,61 @@
<string name="default_random_reminder_bi_weekly">bi-hebdomadaire</string>
<string name="default_random_reminder_monthly">mensuel</string>
<string name="default_random_reminder_bi_monthly">bi-mensuel</string>
<string name="repeat_every">Chaque fois</string>
<string name="repeat_option_does_not_repeat">Ne pas répéter</string>
<string name="repeat_option_every_day">Tous les jours</string>
<string name="repeat_option_every_week">Toutes les semaines</string>
<string name="repeat_option_every_month">Le mois prochain</string>
<string name="repeat_option_every_year">Tous les jours</string>
<string name="repeat_option_custom">Personnalisé..</string>
<string name="repeat_minutely">Répéter toutes les minutes</string>
<string name="repeat_hourly">Répéter toutes les heures</string>
<string name="repeat_daily">Répéter tous les jours</string>
<string name="repeat_weekly">Répéter toutes les semaines</string>
<string name="repeat_monthly">Répéter tous les mois</string>
<string name="repeat_yearly">Répéter toutes les années</string>
<plurals name="repeat_hours">
<item quantity="one">heure</item>
<item quantity="other">heures</item>
</plurals>
<plurals name="repeat_n_hours">
<item quantity="one">%d heure</item>
<item quantity="other">%d heures</item>
</plurals>
<plurals name="repeat_days">
<item quantity="one">jour</item>
<item quantity="other">jours</item>
</plurals>
<plurals name="repeat_n_days">
<item quantity="one">%d jour</item>
<item quantity="other">%d jours</item>
</plurals>
<plurals name="repeat_weeks">
<item quantity="one">semaine</item>
<item quantity="other">semaines</item>
</plurals>
<plurals name="repeat_n_weeks">
<item quantity="one">%d semaine</item>
<item quantity="other">%d semaines</item>
</plurals>
<plurals name="repeat_months">
<item quantity="one">mois</item>
<item quantity="other">mois</item>
</plurals>
<plurals name="repeat_n_months">
<item quantity="one">%d mois</item>
<item quantity="other">%d mois</item>
</plurals>
<plurals name="repeat_years">
<item quantity="one">an</item>
<item quantity="other">ans</item>
</plurals>
<plurals name="repeat_n_years">
<item quantity="one">%d an</item>
<item quantity="other">%d ans</item>
</plurals>
<string name="repeat_type_due">date d\'échance</string>
<string name="repeat_type_completion">date d\'achèvement</string>
<string name="repeat_forever">Répéter indéfiniment</string>
<string name="repeat_until">Répéter jusqu\'à %s</string>
<string name="repeat_snackbar">%1$s replanifiée à %2$s</string>
@ -371,4 +426,21 @@
<string name="bundle_notifications">Paquet de notifications</string>
<string name="launcher_support_required">Support d\'un lanceur requis</string>
<string name="list">Liste</string>
<string name="repeats_from">Répétitions depuis</string>
<string name="repeats_single">Répétitions %s</string>
<string name="repeats_single_on">Répétitions %s sur %s</string>
<string name="repeats_single_until">Répétitions %s jusqu\'à %s</string>
<string name="repeats_single_on_until">Répétitions %s sur %s jusqu\'à %s</string>
<string name="repeats_minutely">Toutes les minutes</string>
<string name="repeats_hourly">Toutes les heures</string>
<string name="repeats_daily">quotidien</string>
<string name="repeats_weekly">hebdomadaire</string>
<string name="repeats_monthly">mensuel</string>
<string name="repeats_yearly">Toutes les années</string>
<string name="repeats_plural">Répéter tous les %s</string>
<string name="repeats_plural_until">Répéter tous les %s jusqu\'à %s</string>
<string name="repeats_plural_on">Répéter tous les %s sur %s</string>
<string name="repeats_plural_on_until">Répéter tous les %s sur %s jusqu\'à %s</string>
<string name="dont_add_to_calendar">Ajouter à votre calendrier</string>
<string name="default_calendar">Calendrier par défaut</string>
</resources>

@ -197,6 +197,69 @@
<string name="default_random_reminder_bi_weekly">Kéthetente</string>
<string name="default_random_reminder_monthly">Havonta</string>
<string name="default_random_reminder_bi_monthly">Kéthavonta</string>
<string name="repeat_every">Minden</string>
<string name="repeat_option_does_not_repeat">Nem ismétlődik</string>
<string name="repeat_option_every_day">Minden nap</string>
<string name="repeat_option_every_week">Minden héten</string>
<string name="repeat_option_every_month">Minden hónapban</string>
<string name="repeat_option_every_year">Minden évben</string>
<string name="repeat_option_custom">Egyéni...</string>
<string name="repeat_minutely">ISMÉTLÉS PERCENKÉNT</string>
<string name="repeat_hourly">ISMÉTLÉS ÓRÁNKÉNT</string>
<string name="repeat_daily">ISMÉTLÉS NAPONTA</string>
<string name="repeat_weekly">ISMÉTLÉS HETENTE</string>
<string name="repeat_monthly">ISMÉTLÉS HAVONTA</string>
<string name="repeat_yearly">ISMÉTLÉS ÉVENTE</string>
<plurals name="repeat_minutes">
<item quantity="one">perc</item>
<item quantity="other">perc</item>
</plurals>
<plurals name="repeat_n_minutes">
<item quantity="one">%d perc</item>
<item quantity="other">%d perc</item>
</plurals>
<plurals name="repeat_hours">
<item quantity="one">óra</item>
<item quantity="other">óra</item>
</plurals>
<plurals name="repeat_n_hours">
<item quantity="one">%d óra</item>
<item quantity="other">%d óra</item>
</plurals>
<plurals name="repeat_days">
<item quantity="one">nap</item>
<item quantity="other">nap</item>
</plurals>
<plurals name="repeat_n_days">
<item quantity="one">%d nap</item>
<item quantity="other">%d nap</item>
</plurals>
<plurals name="repeat_weeks">
<item quantity="one">hét</item>
<item quantity="other">hét</item>
</plurals>
<plurals name="repeat_n_weeks">
<item quantity="one">%d hét</item>
<item quantity="other">%d hét</item>
</plurals>
<plurals name="repeat_months">
<item quantity="one">hónap</item>
<item quantity="other">hónap</item>
</plurals>
<plurals name="repeat_n_months">
<item quantity="one">%d hónap</item>
<item quantity="other">%d hónap</item>
</plurals>
<plurals name="repeat_years">
<item quantity="one">év</item>
<item quantity="other">év</item>
</plurals>
<plurals name="repeat_n_years">
<item quantity="one">%d év</item>
<item quantity="other">%d év</item>
</plurals>
<string name="repeat_type_due">határidő</string>
<string name="repeat_type_completion">befejezés időpontja</string>
<string name="repeat_forever">Ismétlés örökké</string>
<string name="repeat_until">Ismétlés eddig: %s</string>
<string name="repeat_snackbar">%1$s újraütemezve ekkorra: %2$s</string>
@ -385,4 +448,12 @@
<string name="badges">Szimbólumok</string>
<string name="launcher_support_required">Launcher támogatás szükséges</string>
<string name="list">Lista</string>
<string name="repeats_minutely">percenként</string>
<string name="repeats_hourly">óránként</string>
<string name="repeats_daily">naponta</string>
<string name="repeats_weekly">hetente</string>
<string name="repeats_monthly">havonta</string>
<string name="repeats_yearly">évente</string>
<string name="dont_add_to_calendar">Ne adja hozzá a naptárhoz</string>
<string name="default_calendar">Alapértelmezett naptár</string>
</resources>

@ -195,6 +195,69 @@
<string name="default_random_reminder_bi_weekly">一週間おき</string>
<string name="default_random_reminder_monthly">毎月</string>
<string name="default_random_reminder_bi_monthly">一ヶ月おき</string>
<string name="repeat_every"></string>
<string name="repeat_option_does_not_repeat">繰り返ししない</string>
<string name="repeat_option_every_day">毎日</string>
<string name="repeat_option_every_week">毎週</string>
<string name="repeat_option_every_month">毎月</string>
<string name="repeat_option_every_year">毎年</string>
<string name="repeat_option_custom">カスタム…</string>
<string name="repeat_minutely">毎分繰り返し</string>
<string name="repeat_hourly">毎時繰り返し</string>
<string name="repeat_daily">毎日繰り返し</string>
<string name="repeat_weekly">毎週繰り返し</string>
<string name="repeat_monthly">毎月繰り返し</string>
<string name="repeat_yearly">毎年繰り返し</string>
<plurals name="repeat_minutes">
<item quantity="one"></item>
<item quantity="other"></item>
</plurals>
<plurals name="repeat_n_minutes">
<item quantity="one">%d 分</item>
<item quantity="other">%d 分</item>
</plurals>
<plurals name="repeat_hours">
<item quantity="one">時間</item>
<item quantity="other">時間</item>
</plurals>
<plurals name="repeat_n_hours">
<item quantity="one">%d 時間</item>
<item quantity="other">%d 時間</item>
</plurals>
<plurals name="repeat_days">
<item quantity="one"></item>
<item quantity="other"></item>
</plurals>
<plurals name="repeat_n_days">
<item quantity="one">%d 日</item>
<item quantity="other">%d 日</item>
</plurals>
<plurals name="repeat_weeks">
<item quantity="one">週間</item>
<item quantity="other">週間</item>
</plurals>
<plurals name="repeat_n_weeks">
<item quantity="one">%d 週間</item>
<item quantity="other">%d 週間</item>
</plurals>
<plurals name="repeat_months">
<item quantity="one">ヶ月</item>
<item quantity="other">ヶ月</item>
</plurals>
<plurals name="repeat_n_months">
<item quantity="one">%d ヶ月</item>
<item quantity="other">%d ヶ月</item>
</plurals>
<plurals name="repeat_years">
<item quantity="one"></item>
<item quantity="other"></item>
</plurals>
<plurals name="repeat_n_years">
<item quantity="one">%d 年</item>
<item quantity="other">%d 年</item>
</plurals>
<string name="repeat_type_due">期限</string>
<string name="repeat_type_completion">完了日</string>
<string name="repeat_forever">永久に繰り返す</string>
<string name="repeat_until">%s まで繰り返す</string>
<string name="repeat_snackbar">%1$s を %2$s にスケジュール変更しました</string>
@ -383,4 +446,21 @@
<string name="badges">バッジ</string>
<string name="launcher_support_required">ランチャーサポートが必要です</string>
<string name="list">リスト</string>
<string name="repeats_from">繰り返し開始</string>
<string name="repeats_single">%s を繰り返し</string>
<string name="repeats_single_on">%s を %s に繰り返し</string>
<string name="repeats_single_until">%s を %s まで繰り返し</string>
<string name="repeats_single_on_until">%s を %s に %s まで繰り返し</string>
<string name="repeats_minutely">毎分</string>
<string name="repeats_hourly">毎時</string>
<string name="repeats_daily">毎日</string>
<string name="repeats_weekly">毎週</string>
<string name="repeats_monthly">毎月</string>
<string name="repeats_yearly">毎年</string>
<string name="repeats_plural">%s ごとに繰り返し</string>
<string name="repeats_plural_until">%s ごとに %s まで繰り返し</string>
<string name="repeats_plural_on">%s ごとに %s に繰り返し</string>
<string name="repeats_plural_on_until">%s ごとに %s に %s まで繰り返し</string>
<string name="dont_add_to_calendar">カレンダーに追加しない</string>
<string name="default_calendar">デフォルトのカレンダー</string>
</resources>

@ -134,7 +134,7 @@
<string name="at_deadline">완료일에</string>
<string name="at_deadline_or_overdue">마감일이나 그 이후</string>
<string name="BFE_Active">나의 할일</string>
<string name="BFE_Recent">최근에 수정한 일</string>
<string name="BFE_Recent">최근에 수정한 </string>
<string name="CFA_universe_all">실행중인 할일</string>
<string name="CFA_type_add">또는</string>
<string name="CFA_type_subtract">제외</string>
@ -162,7 +162,7 @@
<string name="gcal_completed_title">%s (완료)</string>
<string name="CFC_gtasks_list_text">목록에: ?</string>
<string name="CFC_gtasks_list_name">GTasks 목록에...</string>
<string name="gtasks_GTA_clear_completed">삭제 완료</string>
<string name="gtasks_GTA_clear_completed">완료한 할일 지우기</string>
<string name="gtasks_GLA_authenticating">인증 중...</string>
<string name="gtasks_GLA_errorIOAuth">죄송합니다, 구글 서버와 통신하는 데 문제가 있습니다. 잠시 후 다시 시도하세요.</string>
<string name="gtasks_GPr_header">구글 할일 목록 (Google Tasks)</string>
@ -184,6 +184,7 @@
<string name="random_reminder_two_months">두달</string>
<string name="rmd_NoA_done">완료</string>
<string name="rmd_NoA_snooze">알림 잠시 미루기</string>
<string name="snooze_all">모든 알람 잠시 미루기</string>
<string name="rmd_EPr_quiet_hours_start_title">알림 꺼짐 시작 시간</string>
<string name="rmd_EPr_quiet_hours_end_title">알림 꺼짐 종료 시간</string>
<string name="rmd_EPr_rmd_time_title">기본 알림 설정</string>
@ -196,8 +197,71 @@
<string name="default_random_reminder_daily">매일</string>
<string name="default_random_reminder_weekly">매주</string>
<string name="default_random_reminder_bi_weekly">격주로</string>
<string name="default_random_reminder_monthly"></string>
<string name="default_random_reminder_monthly"></string>
<string name="default_random_reminder_bi_monthly">격월로</string>
<string name="repeat_every"></string>
<string name="repeat_option_does_not_repeat">반복하지 않기</string>
<string name="repeat_option_every_day">매일</string>
<string name="repeat_option_every_week">매주</string>
<string name="repeat_option_every_month">매월</string>
<string name="repeat_option_every_year">매년</string>
<string name="repeat_option_custom">사용자설정...</string>
<string name="repeat_minutely">매분 반복</string>
<string name="repeat_hourly">매시 반복</string>
<string name="repeat_daily">매일 반복</string>
<string name="repeat_weekly">매주 반복</string>
<string name="repeat_monthly">매월 반복</string>
<string name="repeat_yearly">매년 반복</string>
<plurals name="repeat_minutes">
<item quantity="one"></item>
<item quantity="other"></item>
</plurals>
<plurals name="repeat_n_minutes">
<item quantity="one">%d 분</item>
<item quantity="other">%d 분</item>
</plurals>
<plurals name="repeat_hours">
<item quantity="one">시간</item>
<item quantity="other">시간</item>
</plurals>
<plurals name="repeat_n_hours">
<item quantity="one">%d 시간</item>
<item quantity="other">%d 시간</item>
</plurals>
<plurals name="repeat_days">
<item quantity="one"></item>
<item quantity="other"></item>
</plurals>
<plurals name="repeat_n_days">
<item quantity="one">%d 일</item>
<item quantity="other">%d 일</item>
</plurals>
<plurals name="repeat_weeks">
<item quantity="one"></item>
<item quantity="other"></item>
</plurals>
<plurals name="repeat_n_weeks">
<item quantity="one">%d 주</item>
<item quantity="other">%d 주</item>
</plurals>
<plurals name="repeat_months">
<item quantity="one"></item>
<item quantity="other"></item>
</plurals>
<plurals name="repeat_n_months">
<item quantity="one">%d 개월</item>
<item quantity="other">%d 개월</item>
</plurals>
<plurals name="repeat_years">
<item quantity="one"></item>
<item quantity="other"></item>
</plurals>
<plurals name="repeat_n_years">
<item quantity="one">%d 년</item>
<item quantity="other">%d 년</item>
</plurals>
<string name="repeat_type_due">마감일</string>
<string name="repeat_type_completion">완료일</string>
<string name="repeat_forever">영원히 반복하기</string>
<string name="repeat_until">%s 까지 반복</string>
<string name="repeat_snackbar">%1$s 이 %2$s 로 변경되었습니다</string>
@ -293,7 +357,7 @@
<string name="filter_settings">필터 설정</string>
<string name="show_hidden">숨겨진 할일 표시</string>
<string name="show_completed">완료된 할일 표시</string>
<string name="reverse">반전</string>
<string name="reverse">역순</string>
<string name="task_count">%d 할일</string>
<string name="get_plugins">인앱 결제</string>
<string name="no_application_found">첨부 파일을 열 수 있는 앱이 발견되지 않았습니다</string>
@ -382,4 +446,16 @@
<string name="notification_channel_settings">알림 관리</string>
<string name="battery_optimization_settings">배터리 최적화 관리</string>
<string name="notification_disable_battery_optimizations_description">배터리 최적화 시 알림이 지연될 수 있습니다. </string>
<string name="bundle_notifications">여러 알림 하나로 묶어서 보기</string>
<string name="badges">배지</string>
<string name="launcher_support_required">런처 지원을 필요로 합니다.</string>
<string name="list">목록</string>
<string name="repeats_from">부터 반복</string>
<string name="repeats_single">%s 반복</string>
<string name="repeats_minutely">매분</string>
<string name="repeats_hourly">매시간</string>
<string name="repeats_daily">매일</string>
<string name="repeats_weekly">매주</string>
<string name="repeats_monthly">매월</string>
<string name="repeats_yearly">매년</string>
</resources>

@ -194,6 +194,69 @@
<string name="default_random_reminder_bi_weekly">tweewekelijks</string>
<string name="default_random_reminder_monthly">maandelijks</string>
<string name="default_random_reminder_bi_monthly">tweemaandelijks</string>
<string name="repeat_every">Elke</string>
<string name="repeat_option_does_not_repeat">Wordt niet herhaald</string>
<string name="repeat_option_every_day">Elke dag</string>
<string name="repeat_option_every_week">Elke week</string>
<string name="repeat_option_every_month">Elke maand</string>
<string name="repeat_option_every_year">Elk jaar</string>
<string name="repeat_option_custom">Aangepast...</string>
<string name="repeat_minutely">HERHAAL ELKE MINUUT</string>
<string name="repeat_hourly">HERHAAL ELK UUR</string>
<string name="repeat_daily">HERHAAL DAGELIJKS</string>
<string name="repeat_weekly">HERHAAL WEKELIJKS</string>
<string name="repeat_monthly">HERHAAL MAANDELIJKS</string>
<string name="repeat_yearly">HERHAAL JAARLIJKS</string>
<plurals name="repeat_minutes">
<item quantity="one">minuut</item>
<item quantity="other">minuten</item>
</plurals>
<plurals name="repeat_n_minutes">
<item quantity="one">%d minuut</item>
<item quantity="other">%d minuten</item>
</plurals>
<plurals name="repeat_hours">
<item quantity="one">uur</item>
<item quantity="other">uren</item>
</plurals>
<plurals name="repeat_n_hours">
<item quantity="one">%d uur</item>
<item quantity="other">%d uren</item>
</plurals>
<plurals name="repeat_days">
<item quantity="one">dag</item>
<item quantity="other">dagen</item>
</plurals>
<plurals name="repeat_n_days">
<item quantity="one">%d dag</item>
<item quantity="other">%d dagen</item>
</plurals>
<plurals name="repeat_weeks">
<item quantity="one">week</item>
<item quantity="other">weken</item>
</plurals>
<plurals name="repeat_n_weeks">
<item quantity="one">%d week</item>
<item quantity="other">%d weken</item>
</plurals>
<plurals name="repeat_months">
<item quantity="one">maand</item>
<item quantity="other">maanden</item>
</plurals>
<plurals name="repeat_n_months">
<item quantity="one">%d maand</item>
<item quantity="other">%d maanden</item>
</plurals>
<plurals name="repeat_years">
<item quantity="one">jaar</item>
<item quantity="other">jaren</item>
</plurals>
<plurals name="repeat_n_years">
<item quantity="one">%d jaar</item>
<item quantity="other">%d jaren</item>
</plurals>
<string name="repeat_type_due">einddatum</string>
<string name="repeat_type_completion">voltooingsdatum</string>
<string name="repeat_forever">Altijd herhalen</string>
<string name="repeat_until">Herhalen tot %s</string>
<string name="repeat_snackbar">%1$s opnieuw ingepland op %2$s</string>
@ -373,4 +436,19 @@
<string name="badges">Sets</string>
<string name="launcher_support_required">Launcher ondersteuning vereist</string>
<string name="list">Lijst</string>
<string name="repeats_from">Herhalen van</string>
<string name="repeats_single">Herhalen %s</string>
<string name="repeats_single_on">Herhalen %s op %s</string>
<string name="repeats_single_until">Herhalen %s tot %s</string>
<string name="repeats_single_on_until">Herhalen %s op %s tot %s</string>
<string name="repeats_minutely">Iedere minuut</string>
<string name="repeats_hourly">Ieder uur</string>
<string name="repeats_daily">dagelijk</string>
<string name="repeats_weekly">wekelijks</string>
<string name="repeats_monthly">maandelijks</string>
<string name="repeats_yearly">jaarlijks</string>
<string name="repeats_plural">Herhaal elke %s</string>
<string name="repeats_plural_until">Herhalen elke %s tot %s</string>
<string name="repeats_plural_on">Herhalen elke %s op %s</string>
<string name="repeats_plural_on_until">Herhalen elke %s op %s tot %s</string>
</resources>

@ -179,6 +179,7 @@
<string name="random_reminder_two_months">na dwa miesiące</string>
<string name="rmd_NoA_done">Już wykonano!</string>
<string name="rmd_NoA_snooze">Wstrzymaj...</string>
<string name="snooze_all">Uśpij wszystkie</string>
<string name="rmd_EPr_quiet_hours_start_title">Początek czasu wyciszenia</string>
<string name="rmd_EPr_quiet_hours_end_title">Koniec czasu wyciszenia</string>
<string name="rmd_EPr_rmd_time_title">Domyślne przypomnienie</string>
@ -193,6 +194,36 @@
<string name="default_random_reminder_bi_weekly">raz na dwa tygodnie</string>
<string name="default_random_reminder_monthly">raz w miesiącu</string>
<string name="default_random_reminder_bi_monthly">raz na dwa miesiące</string>
<string name="repeat_every">Każdy</string>
<string name="repeat_option_every_day">Każdego dnia</string>
<string name="repeat_option_every_week">Każdego tygodnia</string>
<string name="repeat_option_every_month">Każdego miesiąca</string>
<string name="repeat_option_every_year">Każdego roku</string>
<plurals name="repeat_minutes">
<item quantity="one">minuta</item>
<item quantity="other">minut</item>
</plurals>
<plurals name="repeat_hours">
<item quantity="one">godzina</item>
<item quantity="other">godzin</item>
</plurals>
<plurals name="repeat_days">
<item quantity="one">dzień</item>
<item quantity="other">dni</item>
</plurals>
<plurals name="repeat_weeks">
<item quantity="one">tydzień</item>
<item quantity="other">tygodnie</item>
</plurals>
<plurals name="repeat_months">
<item quantity="one">miesiąc</item>
<item quantity="other">miesiący</item>
</plurals>
<plurals name="repeat_years">
<item quantity="one">rok</item>
<item quantity="other">lat</item>
</plurals>
<string name="repeat_type_completion">data zakoµczenia</string>
<string name="repeat_forever">Powtarzaj bez końca</string>
<string name="repeat_until">Powtarzaj do %s</string>
<string name="repeat_snackbar">%1$s przełożone na %2$s</string>
@ -376,4 +407,11 @@
<string name="battery_optimization_settings">Zarządzaj zużyciem energii</string>
<string name="notification_disable_battery_optimizations_description">Optymalizacja zużycia energii może opóźniać powiadomienia</string>
<string name="bundle_notifications">Zarządzaj powiadomieniami</string>
<string name="list">Lista</string>
<string name="repeats_minutely">co minutę</string>
<string name="repeats_hourly">co godzinę</string>
<string name="repeats_daily">raz dziennie</string>
<string name="repeats_weekly">raz w tygodniu</string>
<string name="repeats_monthly">raz w miesiącu</string>
<string name="repeats_yearly">raz w roku</string>
</resources>

@ -194,6 +194,26 @@
<string name="default_random_reminder_bi_weekly">каждые две недели</string>
<string name="default_random_reminder_monthly">ежемесячно</string>
<string name="default_random_reminder_bi_monthly">каждые два месяца</string>
<plurals name="repeat_minutes">
<item quantity="one">минуты</item>
<item quantity="other">минут</item>
</plurals>
<plurals name="repeat_hours">
<item quantity="one">часа</item>
<item quantity="other">часов</item>
</plurals>
<plurals name="repeat_days">
<item quantity="one">дня</item>
<item quantity="other">дней</item>
</plurals>
<plurals name="repeat_weeks">
<item quantity="one">недели</item>
<item quantity="other">недель</item>
</plurals>
<plurals name="repeat_months">
<item quantity="one">месяца</item>
<item quantity="other">месяцев</item>
</plurals>
<string name="repeat_forever">Повторять всегда</string>
<string name="repeat_until">Повторять до %s</string>
<string name="repeat_snackbar">«%1$s» перенесено на %2$s</string>

@ -199,6 +199,31 @@
<string name="default_random_reminder_bi_weekly">haftada 2 kez</string>
<string name="default_random_reminder_monthly">ayda bir</string>
<string name="default_random_reminder_bi_monthly">ayda 2 kez</string>
<string name="repeat_option_custom">Özel...</string>
<plurals name="repeat_minutes">
<item quantity="one">dakika</item>
<item quantity="other">dakika</item>
</plurals>
<plurals name="repeat_hours">
<item quantity="one">saat</item>
<item quantity="other">saat</item>
</plurals>
<plurals name="repeat_days">
<item quantity="one">gün</item>
<item quantity="other">gün</item>
</plurals>
<plurals name="repeat_weeks">
<item quantity="one">hafta</item>
<item quantity="other">hafta</item>
</plurals>
<plurals name="repeat_months">
<item quantity="one">ay</item>
<item quantity="other">ay</item>
</plurals>
<plurals name="repeat_years">
<item quantity="one">yıl</item>
<item quantity="other">yıl</item>
</plurals>
<string name="repeat_forever">Sürekli yinele</string>
<string name="repeat_until">%s\'e kadar yinele</string>
<string name="repeat_snackbar">%1$s, %2$s için yeniden zamanlandı</string>

Loading…
Cancel
Save