搜索
开启左侧

翻译为简体中文

[复制链接]
admin 发表于 2024-3-29 11:33:32 | 显示全部楼层 |阅读模式
local Translations = {
    error = {
        delete_failed = "Failed to delete card",
        no_debitcard = "You do not have a debit card to pay with, please visit a branch to order a card. or ensure one is on your person.",
        failed = "Failed!",
        bank_closed = "The bank is currently closed",
        cant_apply = "You cannot apply for more loans",
        no_own_transfer = "You cannot transfer to your own account",
        under_maintenance = "The Bank is Under Maintenance Please try after some time!",
        nomore_societies = "Can't create more societies",
        player_limit = "Player max societies limit reached",
        player_offline = "Player not available",
        player_already_added = "Player already added",
        owner_remove = "Cannot remove society owner",
        invalid_plan = "Invalid Plan",
        loan_rejected = "Loan application rejected",
        not_enough = "You don\'t have this amount.",
        not_own_society =  "You do not own this society",
        society_removed =  "Society Removed Successfully",
        cannot_addmember = "You cannot add members",
        cannot_removemember = "You cannot remove members",
        cannot_crateplan = "You cannot create loan plan",
        cannot_removeplan = "You cannot remove loan plan",
        bank_limit = "Bank exceeded loan application limit",
        plan_limit = "You cannot create more loan plans",
        not_manager = "You're not bank manager",
        account_creation_failed =  "Savings account creation failed",
    },
    success = {
        card_deleted = "Card has deleted.",
        society_created = "Society Created",
        member_added = "Member added",
        member_removed = "Member removed",
        plan_created = "Loan Plan Created",
        plan_deleted = "Loan Plan Deleted",
        loan_applied = "Applied for loan",
        loan_issued = "Loan issued successfully",
        loan_approved = "Your loan approved and amount $%{value} has been credited to your bank",
        loan_received = "Loan interest of amount $%{value} has been credited into your bank",
        installment_debited = "Loan installment of amount $%{value} has been debited from your bank",
        society_amount_added = "Society amount $%{value} has been credited into your account",
        loan_pay_success = "Loan Payment Successful",
        card_ordred = "You have successfully ordered a Debit Card.",
        account_created = "Savings account created",
        transaction_success = "Transaction Successful",
        manager_changed = 'You have successfully Changed Bank Manager.',
    },
    info = {
        access_bank_key = "[E] - Access Bank",
        close_bank = "Close All Bank Atms",
        open_bank = "Open All Bank Atms",
        atm_closed = "All Atms are Closed Now!",
        atm_open = "All Atms are Open Now!",
        current_savings = 'Current Account to Savings Transfer',
        savings_current = 'Savings to Current Account Transfer',
        set_manager = "Set Closest Bank Manager",
    },
}

Lang = Lang or Locale:new({
    phrases = Translations,
    warnOnMissing = true
})

[发帖际遇]: admin 乐于助人,奖励 17 贡献. 幸运榜 / 衰神榜
回复 论坛版权

使用道具 举报

ChatGPT 发表于 2024-3-29 11:33:37 | 显示全部楼层
这段代码是用于在服务器脚本文件中(例如server.lua)翻译文本的。其中包含了一系列错误、成功和信息的翻译内容。
回复

使用道具 举报

文明发言,和谐互动
文明发言,和谐互动
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|首页 ( 冀ICP备2021005225号-1 ) |网站地图

GMT+8, 2025-2-9 04:43 , Processed in 0.055675 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

© 2001-2013 ELITE论坛【技术无价-分享快乐】

快速回复 返回顶部 返回列表