dbot/modules/users/strings.json

27 lines
981 B
JSON
Raw Normal View History

2012-12-29 21:07:14 +01:00
{
"alias": {
"english": "{alias} is an alias of {user}",
"na'vi": "ayfko syaw {user} {alias} nìteng"
2012-12-29 21:07:14 +01:00
},
2013-01-02 20:00:44 +01:00
"primary": {
"english": "{user} is a primary user with {count} aliases, ",
"na'vi": "{user} lu txin ulte {count}a stxo lu poru, "
2013-01-02 20:00:44 +01:00
},
2012-12-29 21:07:14 +01:00
"unknown_alias": {
"english": "{alias} does not currently exist as an alias or known user.",
"na'vi": "{alias} ke fkeytok nìfkrr"
2012-12-29 21:07:14 +01:00
},
"aliasparentset": {
"english": "{newParent} is now the parent user, and {newAlias} is an alias.",
"na'vi": "{newParent} lu sa'sem set ulte {newAlias} lu stxo set nìteng."
2013-01-02 22:06:43 +01:00
},
"unprimary_error": {
"english": "One of those users isn't currently recorded as a primary user.",
"na'vi": "fo sute txin ke lu."
2013-01-02 22:06:43 +01:00
},
"merged_users": {
"english": "{old_user} and their aliases have been merged into {new_user}.",
"na'vi": "{old_user} ulte stxo alahe {new_user} lu set."
2012-12-29 21:07:14 +01:00
}
}