Jump to content

Search the Community

Showing results for tags 'translation'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Arenas
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions
  • Graphics

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support
    • Help Center

Product Groups

  • Creator Services
  • Host Services
  • Memberships

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Steam


Github

Found 7 results

  1. Version 1.1.2

    102 downloads

    TRANSLATE EVERY PLUGIN. CONNECT EVERY PLAYER. AI Translation Pro expands the controlled translation workflow to several target locales, bounded bulk operations across loaded plugins and optional global-chat translation for consenting players. Every provider request remains subject to local validation, privacy and usage controls. MULTI-LOCALE FILES. BOUNDED BULK. CONSENT-FIRST CHAT. PRIVACY BEFORE CONVENIENCE Explicit consent — unknown consent or a storage failure is treated as opted out. Permission checks — both sender and translated recipients require aitranslationpro.chat.use. Global chat only — team and non-global channels remain unchanged, and a failed translation delivers the original message. Redacted diagnostics and local guardrails — tokens, translated content and provider bodies are not logged; chat size, locale fan-out, cooldowns and shared budgets remain configurable. THREE WORKFLOWS, ONE CONTROL PLANE Translate one installed plugin into several target locales with one administrator command. Run a bounded bulk operation across loaded plugin language files. Offer optional global-chat translation only to players who explicitly opt in. Validate every file or chat response before replacement or delivery. Keep queueing, rate, retry, bulk, chat and token budgets under server-owner control. COMMANDS THAT SCALE Use server console or RCON for paid translation operations. Translate one installed plugin into several locales, run bounded bulk work across loaded plugins, or let players manage their own global-chat consent. aitpro.translateplugin MyPlugin fr de ait.translateplugin MyPlugin fr de ait.translateallplugins fr de /ait.chat on | off | status PRO EDITION AT A GLANCE Translate one plugin into several locales per command. Translate a bounded set of loaded plugins with MaxBulkPlugins. Provide opt-in global-chat translation with explicit player consent. Use native global chat or optional BetterChat formatting. Validate exact keys, placeholders, completeness and response size before file replacement. Share queue, rate, retry, daily and local token budgets across file and chat work. Pro runs on Oxide or Carbon. AI Translation Free and Pro are separate, mutually exclusive editions; Pro takes priority automatically when both are present. REQUIREMENTS Rust server running Oxide or Carbon. AI Translation Pro 1.1.2. An owner-supplied OpenAI API token with available provider credit. English source files under oxide/lang/en for file translation. BetterChat only when you want its optional formatting route. SUPPORT AND RECOVERY If file translation does not start, confirm the token, source file, authorization, enabled route, local limits and absence of unresolved recovery material. If translated chat is missing, verify global chat, stored consent and aitranslationpro.chat.use for both participants. For support, include the Pro version, Oxide or Carbon version, BetterChat state, command or chat route and a redacted error code. Never share the OpenAI token, player chat or language-file contents. CONFIGURATION THAT MATTERS The server owner supplies the OpenAI token and remains responsible for provider availability, pricing and charges. Privacy, queueing, concurrency, request, chat and token budgets remain explicit and local. { "OpenAIToken": "PASTE_TOKEN_HERE", "ChatConfiguration": { "Enabled": true, "Model": { "Model": "gpt-5.6-luna", "MaxTokens": 512 } }, "LangFilesConfiguration": { "Enabled": true, "Model": { "Model": "gpt-5.6-luna", "MaxTokens": 4096 } }, "Privacy": { "RequireExplicitConsent": true }, "Limits": { "MaxQueued": 32, "MaxConcurrent": 2, "MaxRequestsPerMinute": 30, "MaxRequestsPerDay": 1000, "DailyTokenBudget": 500000, "MaxRetries": 2, "MaxChatCharacters": 500, "MaxChatLocalesPerMessage": 4, "ChatSenderCooldownSeconds": 5, "MaxBulkPlugins": 100 } }
    $9.98
  2. Version 0.1.2

    526 downloads

    TRANSLATE ONE PLUGIN. KEEP CONTROL OF EVERY REQUEST. AI Translation Free turns one installed plugin's English language file into one target locale, on demand. The request starts only when an authorized administrator runs the command, and the translated file is accepted only after strict structural validation. NO BACKGROUND TRANSLATION. NO PLAYER-FACING PROMPT. ONE COMMAND = ONE FILE, ONE LOCALE. BUILT TO FAIL SAFELY Selected-file scope — only the requested English language file is sent for translation. Local usage limits — queue, concurrency, retry, request and daily token limits stay under server-owner control. Strict validation — missing keys, extra keys, non-string values, altered placeholders and oversized responses are rejected. Recoverable writes — backup and rollback material protect the target before replacement. ONE COMMAND, FIVE GUARDED STEPS Add your OpenAI API token to the protected plugin configuration. Choose one installed plugin and one target locale. Run the translation command from the server console, RCON or an authorized admin connection. AI Translation validates the complete response before touching the target file. The validated translation is written with recovery material retained for verification. RUN YOUR FIRST TRANSLATION Start with a known English source at oxide/lang/en/MyPlugin.json. Run the canonical Free command below; the historical alias remains available for existing Free-only installations. Server console, RCON and Rust administrators may run either command. Grant aitranslation.admin only to a trusted non-admin connection that must initiate provider work. aitfree.translateplugin MyPlugin fr ait.translateplugin MyPlugin fr FREE EDITION AT A GLANCE One selected plugin language file translated into one locale per command. Oxide and Carbon support. Configurable OpenAI model and bounded provider usage. Exact key-set, value, placeholder, completeness and response-size validation. Backup and interrupted-write recovery protection. No required plugin dependency. Free and Pro are separate, mutually exclusive editions. Pro takes priority automatically when present. Player chat and bulk translation remain Pro features. REQUIREMENTS Rust server running Oxide or Carbon. AI Translation Free 0.1.2. An owner-supplied OpenAI API token with available provider credit. An English source file at oxide/lang/en/<PluginName>.json. SUPPORT AND RECOVERY If a request cannot start, verify the token, the language-file feature, the English source and any unresolved recovery file. If a response is rejected, use the redacted error code to identify the failed validation before retrying a smaller file. For support, include the Free version, Oxide or Carbon version, command shape, target locale and redacted error code. Never share your OpenAI token or private language-file contents. CONFIGURATION THAT MATTERS The server owner supplies the OpenAI token and remains responsible for provider availability, pricing and charges. Tokens, language-file contents and provider response bodies are not written to plugin logs. { "OpenAIToken": "PASTE_TOKEN_HERE", "LangFilesConfiguration": { "Enabled": true, "Model": { "Model": "gpt-5.6-luna", "MaxTokens": 4096 } }, "Limits": { "MaxQueued": 16, "MaxConcurrent": 2, "MaxRequestsPerMinute": 20, "MaxRequestsPerDay": 500, "DailyTokenBudget": 250000, "MaxRetries": 2 } }
    Free
  3. myst1c

    MyChat

    Version 1.0.02

    17 downloads

    MyChat - a powerful and versatile chat system for players, offering extensive customization and exciting features that introduce new ways to communicate and interact on your server. Functions: 1. Chat Customization Prefixes, colors, and formatting CAPS lock prevention (hello everyone. THIS IS MY CHAT PLUGIN. it works perfectly. → Hello everyone. This is my chat plugin. It works perfectly.) Forbidden words and nickname replacement Temporary chat blocks and player-specific mutes 2. Mentions & Private Messaging Mention players (@player) Mention all players (@everyone) - requires permission Mention groups - requires permission Send private messages (/msg) Quickly reply to the last player you messaged. Sound notifications for messages and mentions Personal Rename System Group Messaging by Status 3. Chat Moderation & Anti-Spam Chat and voice mute (/mute <chat/voice> <sec> <reason>) Temporary timeouts to prevent spam Automatic message replacement for bad words Log all actions to Discord (messages, mutes, blocked words) 4. Dynamic Messages & Auto Responses Custom chat commands with variables (online count, joining players, etc.) Automatic messages on player join/leave Auto-responder for specific keywords Timed messages in chat Commands: /chat - open the settings interface /msg <player> <message> - private message /reply - quickly respond to the last player you talked to /mute <player> <chat/voice> <time> <reason> - mute player /unmute <player> <chat/voice> <reason> - unmute player /rename <player> <name> - assign a custom name visible only to you /rename <player> - remove your custom name for that player /<group.name> <message> - send a message to all players with a specific status Permissions: mychat.admin - access to administrative commands (mute, unmute, etc.) mychat.mention.everyone - allows mentioning all players with '@everyone' Configuration: API: Hooks:
    $22.00
  4. Version 1.0.0

    89 downloads

    RustEdit 的完整中文本地化,专为希望更快、更清晰、无语言障碍地工作的中文管理员和地图制作者而设计。 此软件包将 RustEdit 用户界面翻译成中文,同时保留软件的结构和逻辑。目标是:提高可读性,减少误解,并优化 Rust 地图编辑的工作流程。 安装简便 不影响性能 兼容最新版本的 RustEdit 非官方翻译。由于 RustEdit 内部的限制,部分元素可能仍保留英文。 _____________ Complete Chinese localization for RustEdit, designed for Chinese-speaking administrators and map makers who want to work faster, more clearly, and without language barriers. This package translates the RustEdit user interface into chinese, while respecting the software's structure and logic. The goal: to improve readability, reduce misinterpretations, and optimize the workflow when editing Rust maps. Easy installation No impact on performance Compatible with recent versions of RustEdit Unofficial translation. Some elements may remain in English due to internal RustEdit limitations..
    Free
  5. Hello, I make this site available for developers who want to see their plugins translated into my language (French). The use is complicated and simple at the same time To download a translated plugin, identify yourself with the user User and the password is: 9V@w5Q9Gus To upload a file, identify yourself with the user Dev and the password is: 9V@w5Q9Gus When a plugin is translated, he deleted from Dev user. I have already added quite a few plugins to translate, I just need time to do it... Only files in .json format are accepted! If the post is not suitable for the administrators, I apologize and you can delete it. If the project does not progress, it will be deleted permanently! I would have liked to simplify the identifiers but having no knowledge in php and having found no one to do it for free, I am content with what I have Project is CLOSE!
  6. Version 2.00

    22 downloads

    This bot will make all the users of your community understand each other in Discord: English, Spanish, Portuguese, French, Italian…? Everyone will be able to understand each other thanks to this discord bot. You just must create 1 channel for each language, when a user speaks in for example: "Spanish Chat” it will be translated to 2 more languages, for example "English Chat” and "Portuguese Chat”. The bot is made in Python and has only been tested in version 3.9. The bot comes by default configured for 3 channels of different languages. If you have the minimum knowledge, you will be able to set more or less languages. CONFIG: - `YOUR_LANGUAGE_1_CHANNEL_ID` = 123 # Replace 123 with the Discord Channel ID from language 1 channel. - `YOUR_LANGUAGE_2_CHANNEL_ID` = 456 # Replace 456 with the Discord Channel ID from language 2 channel. - `YOUR_LANGUAGE_3_CHANNEL_ID` = 789 # Replace 789 with the Discord Channel ID from language 3 channel. - `LANGUAGE_1` = '1', # Replace 1 with the Language code from the language 1 channel. - `LANGUAGE_2` = '2', # Replace 2 with the Language code from the language 2 channel. - `LANGUAGE_3` = '3', # Replace 3 with the Language code from the language 3 channel,. - `AVATAR_ALTERNATIVE_URL` = 'https://cdn.discordapp.com/attachments/811270859662688299/1141027184564256888/logo.jpg' # Replace this url with the url of the avatar that will have users without avatar on discord. Do you need help? You can talk with me through my discord: https://discord.gg/D3kvkUrb7z A PREVIEW? Of course:
    $7.00
  7. Version 1.0.0

    100 downloads

    Warum Zeit verschwenden und sich selbst darum kümmern, das RaidableBases-Plugin zu übersetzen, wenn Du es einfach haben kannst? Unsere deutsche Sprachdatei für das RaidableBases-Plugin bietet akkurate und authentische Übersetzungen für alle wichtigen Funktionen. Einfach zu installieren und von höchster Qualität, wir haben alles für Dich erledigt! Hol Dir jetzt unsere deutsche Sprachdatei und geniebe das Plugin auf Deutsch!
    Free

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
3m
Total downloads
Customers
12k
Customers served
Files Sold
170.7k
Total sales
Payments
3.7m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.