Skip to content

Commit

Permalink
move 12h/24h time strings to common
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Apr 7, 2021
1 parent 7196361 commit bc76770
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions html/setup.html
Expand Up @@ -266,10 +266,10 @@
</label>
<div>
<label class="row switch pb-1">
<input type="radio" name="email-24h" value="true" checked><span>{{ .lang.Email.time24h }}</span>
<input type="radio" name="email-24h" value="true" checked><span>{{ .lang.Strings.time24h }}</span>
</label>
<label class="row switch pb-1">
<input type="radio" name="email-24h" value="false"><span>{{ .lang.Email.time12h }}</span>
<input type="radio" name="email-24h" value="false"><span>{{ .lang.Strings.time12h }}</span>
</label>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions lang/common/de-de.json
Expand Up @@ -12,6 +12,8 @@
"error": "Fehler",
"copy": "Kopieren",
"theme": "Thema",
"time24h": "24h-Format",
"time12h": "12h-Format",
"copied": "Kopiert"
}
}
2 changes: 2 additions & 0 deletions lang/common/el-gr.json
Expand Up @@ -12,6 +12,8 @@
"error": "Σφάλμα",
"copy": "Αντιγραφή",
"theme": "Θέμα",
"time24h": "24 Ώρες",
"time12h": "12 Ώρες",
"copied": "Αντιγράφηκε"
}
}
2 changes: 2 additions & 0 deletions lang/common/en-us.json
Expand Up @@ -12,6 +12,8 @@
"error": "Error",
"copy": "Copy",
"copied": "Copied",
"time24h": "24h Time",
"time12h": "12h Time",
"theme": "Theme"
}
}
2 changes: 2 additions & 0 deletions lang/common/fr-fr.json
Expand Up @@ -12,6 +12,8 @@
"success": "Succès",
"error": "Erreur",
"copy": "Copier",
"time24h": "Temps 24h",
"time12h": "Temps 12h",
"theme": "Thème"
}
}
2 changes: 2 additions & 0 deletions lang/common/id-id.json
Expand Up @@ -11,6 +11,8 @@
"success": "Sukses",
"error": "Error",
"copy": "Salin",
"time24h": "Waktu 24 jam",
"time12h": "Waktu 12 jam",
"theme": "Tema"
}
}
2 changes: 2 additions & 0 deletions lang/common/nl-nl.json
Expand Up @@ -12,6 +12,8 @@
"error": "Fout",
"copy": "Kopiëer",
"theme": "Thema",
"time24h": "24u-formaat",
"time12h": "12u-formaat",
"copied": "Gekopieerd"
}
}
2 changes: 2 additions & 0 deletions lang/common/pt-br.json
Expand Up @@ -12,6 +12,8 @@
"error": "Erro",
"copy": "Copiar",
"theme": "Tema",
"time24h": "Horário 24h",
"time12h": "Horário 12h",
"copied": "Copiado"
}
}
2 changes: 2 additions & 0 deletions lang/common/sv-se.json
Expand Up @@ -11,6 +11,8 @@
"success": "Lyckades",
"error": "Fel",
"copy": "Kopiera",
"time24h": "24 timmarsklocka",
"time12h": "12 timmarsklocka",
"theme": "Tema"
}
}
2 changes: 0 additions & 2 deletions lang/setup/de-de.json
Expand Up @@ -82,8 +82,6 @@
"senderName": "Absendername",
"dateFormat": "Datumsformat",
"dateFormatNotice": "Datum folgt dem strftime-Format. Für weitere Informationen, besuche {n}.",
"time24h": "24h-Format",
"time12h": "12h-Format",
"encryption": "Verschlüsselung",
"mailgunApiURL": "API-URL"
},
Expand Down
2 changes: 0 additions & 2 deletions lang/setup/el-gr.json
Expand Up @@ -82,8 +82,6 @@
"senderName": "Ονομα αποστολέα",
"dateFormat": "Μορφή ημερομηνίας",
"dateFormatNotice": "Η ημερομηνία ακολουθεί τη μορφή strftime. Για περισσότερες πληροφορίες, επισκεφτείτε το {n}.",
"time24h": "24 Ώρες",
"time12h": "12 Ώρες",
"encryption": "Κρυπτογράφηση",
"mailgunApiURL": "Διεύθυνση API"
},
Expand Down
2 changes: 0 additions & 2 deletions lang/setup/en-us.json
Expand Up @@ -89,8 +89,6 @@
"senderName": "Sender Name",
"dateFormat": "Date Format",
"dateFormatNotice": "Date follows the strftime format. For more info, visit {n}.",
"time24h": "24h Time",
"time12h": "12h Time",
"encryption": "Encryption",
"mailgunApiURL": "API URL"
},
Expand Down
2 changes: 0 additions & 2 deletions lang/setup/fr-fr.json
Expand Up @@ -82,8 +82,6 @@
"senderName": "Nom de l'envoyeur",
"dateFormat": "Format de la date",
"dateFormatNotice": "La date suis le format srtftime. Pour plus d'informations, consultez {n}.",
"time24h": "Temps 24h",
"time12h": "Temps 12h",
"encryption": "Chiffrement",
"mailgunApiURL": "URL de l'API"
},
Expand Down
2 changes: 0 additions & 2 deletions lang/setup/id-id.json
Expand Up @@ -82,8 +82,6 @@
"senderName": "Nama Pengirim",
"dateFormat": "Format Tanggal",
"dateFormatNotice": "Tanggal mengikuti format strftime. Untuk info lebih lanjut, kunjungi {n}.",
"time24h": "Waktu 24 jam",
"time12h": "Waktu 12 jam",
"encryption": "Enkripsi",
"mailgunApiURL": "URL API"
},
Expand Down
2 changes: 0 additions & 2 deletions lang/setup/nl-nl.json
Expand Up @@ -82,8 +82,6 @@
"senderName": "Naam afzender",
"dateFormat": "Datumformaat",
"dateFormatNotice": "Datum volgend het strftime formaat. Meer info op {n}.",
"time24h": "24u-formaat",
"time12h": "12u-formaat",
"encryption": "Versleuteling",
"mailgunApiURL": "API-URL"
},
Expand Down
2 changes: 0 additions & 2 deletions lang/setup/pt-br.json
Expand Up @@ -82,8 +82,6 @@
"senderName": "Nome do remetente",
"dateFormat": "Formato da Data",
"dateFormatNotice": "A data segue o formato strftime. Para obter mais informações, visite {n}.",
"time24h": "Horário 24h",
"time12h": "Horário 12h",
"encryption": "Encriptação",
"mailgunApiURL": "API URL"
},
Expand Down
2 changes: 0 additions & 2 deletions lang/setup/sv-se.json
Expand Up @@ -82,8 +82,6 @@
"senderName": "Avsändarens namn",
"dateFormat": "Datumformat",
"dateFormatNotice": "Datum följer strftime-formatet. Mer information finns på {n}.",
"time24h": "24 timmarsklocka",
"time12h": "12 timmarsklocka",
"encryption": "Kryptering",
"mailgunApiURL": "API URL"
},
Expand Down

0 comments on commit bc76770

Please sign in to comment.