mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 21:51:50 +02:00
8 lines
284 B
YAML
8 lines
284 B
YAML
---
|
|
poll:
|
|
duration_m: >-
|
|
{minutes, plural, =0 {zero minuti} one {un minuto} other {# minuti} }
|
|
duration_h: >-
|
|
{hours, plural, =0 {zero ore} one {un'ora} other {# ore} }
|
|
duration_d: >-
|
|
{days, plural, =0 {zero giorni} one {un giorno} other {# giorni} }
|