dbot-tripsit/tripsit/strings.json
Georg 03326d7d78
Init
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-24 21:35:25 +02:00

54 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"tripsit_help": {
"en": "Attention: {user} needs some help in {channel}",
"fr": "Attention : {user} a besoin d'aide dans {channel}.",
"de": "Achtung: {user} benötigt Hilfe in {channel}."
},
"tripsit_help_confirm": {
"en": "{user}: Thanks, we've notified our tripsitters and they'll be with you shortly. In the mean time you can help us help you by sharing your substance, dose, time of dose, mindset and any other relevant info. Remember, you're in good hands here.",
"fr": "{user} : Merci, nous avons notifié nos tripsitters et ils seront bientôt avec vous. En attendant, vous pouvez nous aider en indiquant la substance consommée, la dose, l'heure de prise, votre état d'esprit et tout autre information importante. Rappelez-vous, vous êtes entre de bonnes mains ici.",
"de": "{user}: Danke, wir haben unsere tripsitter informiert und sie werden sich in Kürze bei dir melden. In der Zwischenzeit kannst du uns helfen, indem du uns Substanz, Dosis, Mindset und andere relevanten Informationen mitteilst. Denk dran, du bist in guten Händen hier."
},
"tripsit_notifies_on": {
"en": "You will now receive notifications of new users in #tripsit.",
"de": "Du wirst keine Benachrichtigungen von neuen Benutzern in #tripsit erhalten."
},
"tripsit_already_notified": {
"en": "You were already receiving notifications of new users in #tripsit.",
"de": "Du erhälst bereits Benachrichtigungen von neuen Benutzern in #tripsit."
},
"tripsit_notifies_off": {
"en": "You will no longer receive notifications of new users in #tripsit.",
"de": "Du wirst nicht länger Benachrichtigungen von neuen Benutzern in #tripsit erhalten."
},
"tripsit_notifies_already_off": {
"en": "You weren't receiving notifications of new users in #tripsit in the first place.",
"de": "Benachrichtigung von neuen Benutzern in #tripsit war bereits deaktiviert."
},
"new_tripsit_user": {
"en": "[{type}] {user} has joined #tripsit and may need some help.",
"de": "[{type}] {user} hat #tripsit betreten und benötigt möglicherweise etwas Hilfe."
},
"setdrug_log": {
"en": "[\u00036factsheets\u000f] {user} set {property} of {drug} to \"{content}\""
},
"addsource_log": {
"en": "[\u00036factsheets\u000f] {user} added source for {property} of {drug}: \"{content}\""
},
"rmsource_log": {
"en": "[\u00036factsheets\u000f] {user} removed source for {property} of {drug}: \"{content}\""
},
"websetdrug_log": {
"en": "[\u00036factsheets\u000f] {user} modified {drug} (web)"
},
"rmdrugproperty_log": {
"en": "[\u00036factsheets\u000f] {user} removed {property} from {drug}"
},
"rmdrug_log": {
"en": "[\u00036factsheets\u000f] {user} removed {property}"
},
"deleted_dupe": {
"en": "{creator}: Deleted duplicate #tripsit notification for {alias}, use #update"
}
}