diff options
Diffstat (limited to 'src/locales')
| -rw-r--r-- | src/locales/en.toml | 11 | ||||
| -rw-r--r-- | src/locales/fr.toml | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/src/locales/en.toml b/src/locales/en.toml new file mode 100644 index 0000000..0a904be --- /dev/null +++ b/src/locales/en.toml @@ -0,0 +1,11 @@ +hidden_ip="Sorry, your ID is hidden." +invalid_ip="Sorry, your IP isn't valid: " +method_not_allowed="Method not allowed." +bad_endpoint="The endpoint is: " +bad_request="What did you expect ?" +done="Done !" +thanks="Thank you ! 💕" +too_many_hears="Too many hearts !" +wait_prefix="Wait" +wait_message_suffix="before you can send another heart." +unknow_error="There is a problem. (>﹏<)" diff --git a/src/locales/fr.toml b/src/locales/fr.toml new file mode 100644 index 0000000..b906cee --- /dev/null +++ b/src/locales/fr.toml @@ -0,0 +1,11 @@ +hidden_ip="Désolé, votre IP est cachée." +invalid_ip="Désolé, votre IP n'est pas valide: " +method_not_allowed="C'est quoi ces manières ?!" +bad_endpoint="Le point de sortie est: " +bad_request="Tu t'attends à quoi au juste ?" +done="Fait !" +thanks="Merci ! 💕" +too_many_hears="Trop de cœurs !" +wait_prefix="Attendez" +wait_message_suffix="avant de pouvoir envoyer un autre cœur." +unknow_error="💕 Il y a un soucis. (>﹏<)" |