1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 17:10:10 +00:00

move 12h/24h time strings to common

This commit is contained in:
Harvey Tindall 2021-04-07 15:09:25 +01:00
parent 7196361cf6
commit bc76770ca4
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
17 changed files with 18 additions and 18 deletions

View File

@ -266,10 +266,10 @@
</label> </label>
<div> <div>
<label class="row switch pb-1"> <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>
<label class="row switch pb-1"> <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> </label>
</div> </div>
</div> </div>

View File

@ -12,6 +12,8 @@
"error": "Fehler", "error": "Fehler",
"copy": "Kopieren", "copy": "Kopieren",
"theme": "Thema", "theme": "Thema",
"time24h": "24h-Format",
"time12h": "12h-Format",
"copied": "Kopiert" "copied": "Kopiert"
} }
} }

View File

@ -12,6 +12,8 @@
"error": "Σφάλμα", "error": "Σφάλμα",
"copy": "Αντιγραφή", "copy": "Αντιγραφή",
"theme": "Θέμα", "theme": "Θέμα",
"time24h": "24 Ώρες",
"time12h": "12 Ώρες",
"copied": "Αντιγράφηκε" "copied": "Αντιγράφηκε"
} }
} }

View File

@ -12,6 +12,8 @@
"error": "Error", "error": "Error",
"copy": "Copy", "copy": "Copy",
"copied": "Copied", "copied": "Copied",
"time24h": "24h Time",
"time12h": "12h Time",
"theme": "Theme" "theme": "Theme"
} }
} }

View File

@ -12,6 +12,8 @@
"success": "Succès", "success": "Succès",
"error": "Erreur", "error": "Erreur",
"copy": "Copier", "copy": "Copier",
"time24h": "Temps 24h",
"time12h": "Temps 12h",
"theme": "Thème" "theme": "Thème"
} }
} }

View File

@ -11,6 +11,8 @@
"success": "Sukses", "success": "Sukses",
"error": "Error", "error": "Error",
"copy": "Salin", "copy": "Salin",
"time24h": "Waktu 24 jam",
"time12h": "Waktu 12 jam",
"theme": "Tema" "theme": "Tema"
} }
} }

View File

@ -12,6 +12,8 @@
"error": "Fout", "error": "Fout",
"copy": "Kopiëer", "copy": "Kopiëer",
"theme": "Thema", "theme": "Thema",
"time24h": "24u-formaat",
"time12h": "12u-formaat",
"copied": "Gekopieerd" "copied": "Gekopieerd"
} }
} }

View File

@ -12,6 +12,8 @@
"error": "Erro", "error": "Erro",
"copy": "Copiar", "copy": "Copiar",
"theme": "Tema", "theme": "Tema",
"time24h": "Horário 24h",
"time12h": "Horário 12h",
"copied": "Copiado" "copied": "Copiado"
} }
} }

View File

@ -11,6 +11,8 @@
"success": "Lyckades", "success": "Lyckades",
"error": "Fel", "error": "Fel",
"copy": "Kopiera", "copy": "Kopiera",
"time24h": "24 timmarsklocka",
"time12h": "12 timmarsklocka",
"theme": "Tema" "theme": "Tema"
} }
} }

View File

@ -82,8 +82,6 @@
"senderName": "Absendername", "senderName": "Absendername",
"dateFormat": "Datumsformat", "dateFormat": "Datumsformat",
"dateFormatNotice": "Datum folgt dem strftime-Format. Für weitere Informationen, besuche {n}.", "dateFormatNotice": "Datum folgt dem strftime-Format. Für weitere Informationen, besuche {n}.",
"time24h": "24h-Format",
"time12h": "12h-Format",
"encryption": "Verschlüsselung", "encryption": "Verschlüsselung",
"mailgunApiURL": "API-URL" "mailgunApiURL": "API-URL"
}, },

View File

@ -82,8 +82,6 @@
"senderName": "Ονομα αποστολέα", "senderName": "Ονομα αποστολέα",
"dateFormat": "Μορφή ημερομηνίας", "dateFormat": "Μορφή ημερομηνίας",
"dateFormatNotice": "Η ημερομηνία ακολουθεί τη μορφή strftime. Για περισσότερες πληροφορίες, επισκεφτείτε το {n}.", "dateFormatNotice": "Η ημερομηνία ακολουθεί τη μορφή strftime. Για περισσότερες πληροφορίες, επισκεφτείτε το {n}.",
"time24h": "24 Ώρες",
"time12h": "12 Ώρες",
"encryption": "Κρυπτογράφηση", "encryption": "Κρυπτογράφηση",
"mailgunApiURL": "Διεύθυνση API" "mailgunApiURL": "Διεύθυνση API"
}, },

View File

@ -89,8 +89,6 @@
"senderName": "Sender Name", "senderName": "Sender Name",
"dateFormat": "Date Format", "dateFormat": "Date Format",
"dateFormatNotice": "Date follows the strftime format. For more info, visit {n}.", "dateFormatNotice": "Date follows the strftime format. For more info, visit {n}.",
"time24h": "24h Time",
"time12h": "12h Time",
"encryption": "Encryption", "encryption": "Encryption",
"mailgunApiURL": "API URL" "mailgunApiURL": "API URL"
}, },

View File

@ -82,8 +82,6 @@
"senderName": "Nom de l'envoyeur", "senderName": "Nom de l'envoyeur",
"dateFormat": "Format de la date", "dateFormat": "Format de la date",
"dateFormatNotice": "La date suis le format srtftime. Pour plus d'informations, consultez {n}.", "dateFormatNotice": "La date suis le format srtftime. Pour plus d'informations, consultez {n}.",
"time24h": "Temps 24h",
"time12h": "Temps 12h",
"encryption": "Chiffrement", "encryption": "Chiffrement",
"mailgunApiURL": "URL de l'API" "mailgunApiURL": "URL de l'API"
}, },

View File

@ -82,8 +82,6 @@
"senderName": "Nama Pengirim", "senderName": "Nama Pengirim",
"dateFormat": "Format Tanggal", "dateFormat": "Format Tanggal",
"dateFormatNotice": "Tanggal mengikuti format strftime. Untuk info lebih lanjut, kunjungi {n}.", "dateFormatNotice": "Tanggal mengikuti format strftime. Untuk info lebih lanjut, kunjungi {n}.",
"time24h": "Waktu 24 jam",
"time12h": "Waktu 12 jam",
"encryption": "Enkripsi", "encryption": "Enkripsi",
"mailgunApiURL": "URL API" "mailgunApiURL": "URL API"
}, },

View File

@ -82,8 +82,6 @@
"senderName": "Naam afzender", "senderName": "Naam afzender",
"dateFormat": "Datumformaat", "dateFormat": "Datumformaat",
"dateFormatNotice": "Datum volgend het strftime formaat. Meer info op {n}.", "dateFormatNotice": "Datum volgend het strftime formaat. Meer info op {n}.",
"time24h": "24u-formaat",
"time12h": "12u-formaat",
"encryption": "Versleuteling", "encryption": "Versleuteling",
"mailgunApiURL": "API-URL" "mailgunApiURL": "API-URL"
}, },

View File

@ -82,8 +82,6 @@
"senderName": "Nome do remetente", "senderName": "Nome do remetente",
"dateFormat": "Formato da Data", "dateFormat": "Formato da Data",
"dateFormatNotice": "A data segue o formato strftime. Para obter mais informações, visite {n}.", "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", "encryption": "Encriptação",
"mailgunApiURL": "API URL" "mailgunApiURL": "API URL"
}, },

View File

@ -82,8 +82,6 @@
"senderName": "Avsändarens namn", "senderName": "Avsändarens namn",
"dateFormat": "Datumformat", "dateFormat": "Datumformat",
"dateFormatNotice": "Datum följer strftime-formatet. Mer information finns på {n}.", "dateFormatNotice": "Datum följer strftime-formatet. Mer information finns på {n}.",
"time24h": "24 timmarsklocka",
"time12h": "12 timmarsklocka",
"encryption": "Kryptering", "encryption": "Kryptering",
"mailgunApiURL": "API URL" "mailgunApiURL": "API URL"
}, },