Update lang files, keys to match english.php, comma postfixes

This commit is contained in:
mattpass
2020-03-21 11:54:30 +00:00
parent 443be5aba6
commit d4fecff679
11 changed files with 1095 additions and 244 deletions

View File

@@ -11,7 +11,6 @@ $text = [
"editor" =>
[
"Click icons for..." => "<b>点击图标<br>求助 &amp;<br>使用信息</b>",
"server" => "服务器",
"Server name, OS..." => "服务器名称, OS & IP:",
"Root" => "根目录:",
@@ -24,14 +23,14 @@ $text = [
"files" => "文件",
"Last 10 files..." => "最后10个打开的文件:",
"none" => "[none]",
"results" => "结果"
],
"files" =>
[
"Lock" => "锁定",
"Refresh" => "刷新",
"ROOT" => "[ROOT]"
"Plugins" => "Plugins",
"ROOT" => "[ROOT]",
],
"index" =>
@@ -41,9 +40,10 @@ $text = [
"Your version is" => "你的版本是",
"Update now" => "现在更新",
"You have some..." => "你有一些未保存的更改",
"Are you sure you want to close?" => "Are you sure you want to close?",
"Are you sure..." => "Are you sure you want to close?",
"working" => "载入中",
"Color picker" => "颜色选择器",
"Plugins Manager" => "Plugins Manager",
"New File" => "新建文件",
"New Folder" => "新建文件夹",
"Upload File(s)" => "上传文件",
@@ -58,7 +58,7 @@ $text = [
"Properties" => "属性",
"File" => "文件",
"Edit" => "编辑",
"Remote" => "远程",
"Source" => "Source",
"Help" => "帮助",
"Save" => "保存",
"Save As" => "另存为",
@@ -82,29 +82,46 @@ $text = [
"website" => "网站",
"Close all tabs" => "关闭所有选项卡",
"Alphabetize tabs" => "按字母顺序排列的选项卡",
// "Find" => "搜索",
// "in" => "in",
// "and" => "and",
// "replace" => "替换",
// "replace all" => "替换所有",
// "this document" => "当前文件",
// "open documents" => "打开的文件",
// "all files" => "所有文件",
// "all filenames" => "所有文件名",
"Find" => "搜索",
"in" => "in",
"and" => "and",
"replace" => "替换",
"replace all" => "替换所有",
"this document" => "当前文件",
"open documents" => "打开的文件",
"all files" => "所有文件",
"all filenames" => "所有文件名",
"Go to Line" => "转到行",
"View" => "预览",
"Bug reporting not active" => "错误报告没有激活"
"Bug reporting not active" => "错误报告没有激活",
"Single pane" => "Single pane",
"Diff pane also" => "Diff pane also",
],
// /LIB
"auto-logout-warning" =>
[
"Auto Logout Warning" => "Auto logout warning",
"You will be..." => "You will be logged out after",
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
],
"backup-versions" =>
[
"backup" => "backup",
"backups" => "backups",
"available for" => "available for",
],
"bug-files-check" =>
[
"Found in" => "搜索到:"
"Found in" => "搜索到:",
],
"file-control" =>
[
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",
"Sorry" => "抱歉",
"does not seem..." => "服务器上不存在",
"Sorry, could not..." => "抱歉, 不能得到的内容",
@@ -120,6 +137,7 @@ $text = [
"Sorry, cannot save" => "抱歉, 不能保存",
"Sorry, cannot replace..." => "抱歉, 目标不能替换文本",
"Sorry, cannot change..." => "抱歉, 目标不能更改权限",
"Sorry, cannot delete more..." => "Sorry, cannot delete more then one item at a time under FTP mode",
"Sorry, cannot delete..." => "抱歉, 不能删除根级别ROOT",
"Sorry, cannot delete" => "抱歉, 不能删除",
"Sorry, this file..." => "抱歉, 此文件已更改, 不能保存",
@@ -128,14 +146,45 @@ $text = [
"displayed at" => "显示在",
"Enter filename to..." => "输入文件名并保存到",
"That file exists..." => "该文件已存在, 要覆盖吗?",
"Saving" => "正在保存"
"Saving" => "正在保存",
],
"ftp-manager" =>
[
"Saving FTP sites" => "Saving FTP sites",
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again",
"ftp manager" => "ftp manager",
"Choose existing site" => "Choose existing site",
"Are you sure..." => "Are you sure you wish to remove this site?",
"Add new site" => "Add new site",
"Edit site" => "Edit site",
"Site base" => "Site base",
"Host" => "Host",
"Username" => "Username",
"Password" => "Password",
"PASV and mode" => "PASV and mode",
"Root" => "Root",
"eg http://yourdomain.com" => "eg http://yourdomain.com",
"eg ftp.yourdomain.com" => "eg ftp.yourdomain.com",
"eg user123" => "eg user123",
"eg pass123" => "eg pass123",
"Use PASV mode..." => "Use PASV mode if your FTP site requires it and choose the data transfer type - ASCII or binary",
"eg /htdocs" => "eg /htdocs",
"PASV connection off" => "PASV connection off",
"PASV connection on" => "PASV connection on",
"ASCII transfer" => "ASCII transfer",
"Binary transfer" => "Binary transfer",
"Add" => "Add",
"Choose" => "Choose",
"Update" => "Update",
],
"get-branch" => [],
"headers" =>
[
"Bad CSRF token..." => "错误的 CSRF token. 请在 https://github.com/icecoder/ICEcoder 报告错误信息, 以便我们修复它."
"Bad CSRF token..." => "错误的 CSRF token. 请在 https://github.com/icecoder/ICEcoder 报告错误信息, 以便我们修复它.",
],
"help" =>
@@ -166,6 +215,8 @@ $text = [
"Jump to definition" => "跳转到 / 跳转回",
"Comment uncomment" => "注释 / 清除注释",
"Insert tab indent" => "插入tab / 插入选择",
"Insert more" => "Indent more",
"Insert less" => "Indent less",
"Wrap with div" => "封装 &lt;div&gt;",
"Wrap with span" => "封装 &lt;span&gt;",
"Wrap unwrap p" => "封装 / 撤销封装 &lt;p&gt;",
@@ -190,6 +241,7 @@ $text = [
"Close current tab" => "关闭当前选项卡",
"Open file prompt" => "打开文件的提示",
"Find" => "搜索",
"Previous" => "Previous",
"Focus on Go..." => "光标定位到转到行的输入框",
"Save" => "保存",
"Save as" => "另存为...",
@@ -197,17 +249,26 @@ $text = [
"Contract expand file..." => "收缩 / 扩展文件管理器",
"Fold unfold current..." => "折叠 / 展开当前行",
"Refocus on document" => "光标重新聚焦于文档",
"Cancel tasks" => "取消任务"
"Cancel tasks" => "取消任务",
"Zoom out" => "Zoom out all non-function/class declarations",
"Jump to" => "Jump to declaration of class/function",
"Jump to previous tab" => "Jump to previous tab",
],
"icecoder" =>
[
"results" => "results",
"No text selected..." => "搜索中没有选中的文本",
"all files" => "all files",
"all filenames" => "all filenames",
"selected files" => "selected files",
"selected filenames" => "selected filenames",
"Creating Folder" => "正在创建文件夹",
"Sorry you can..." => "抱歉, 只能同时打开100个文件!",
"Opening File" => "正在打开文件",
"Enter relative file..." => "输入本地相对路径 (前缀 /) 或远程 URL",
"Getting" => "正在获取",
"Saving" => "Saving:",
"Please enter the..." => "请输入新的名称为",
"Renaming to" => "正在重命名",
"Moving to" => "正在移动到",
@@ -215,7 +276,13 @@ $text = [
"Pasting File" => "正在粘贴文件",
"Sorry cannot paste..." => "抱歉, 无法粘贴到根路径",
"Nothing to paste..." => "粘贴失败, 请先复制一个文件 / 文件夹!",
"and" => "and",
"this document" => "this document",
"replace" => "replace",
"replace all" => "replace all",
"file" => "file",
"Replacing text in" => "正在替换文本",
"Sorry there was..." => "Sorry, there was an error with your request.\\n\\nPlease check your dev tools console for more info.",
"Cancelled tasks" => "取消任务",
"Open previous files" => "打开以前的文件?",
"Please note for..." => "请注意: 需要更新才能正常工作, 你需要为所有 ICEcoder 文件和文件夹设置写入和删除权限. 如果您需要恢复 ICEcoder 到这个版本, 你可以在 /tmp 目录找到它们. 点击 OK 继续使用自动升级或点击 cancel 访问 ICEcoder 网站, 您也可以到 grab 的项目首页下载 zip 来进行手动更新.",
@@ -223,7 +290,7 @@ $text = [
"Error cannot find..." => "错误: 无法找到/进入错误文件路径",
"No new errors..." => "没有新的错误被找到",
"You have made..." => "您已做的更改未保存。您确定要关闭它而不保存吗?",
"Close all tabs" => "是否关闭所有选项卡?"
"Close all tabs" => "是否关闭所有选项卡?",
],
"login" =>
@@ -232,6 +299,7 @@ $text = [
"login" => "登陆",
"To disable registration..." => "要禁用注册模式, 请打开设置或打开文件 data/config-settings.php 并更改 enableRegistration 为 false , 并重新载入本页面",
"Registration mode enabled" => "注册模式已启用",
"disable further registrations" => "disable further registrations",
"auto-check for updates" => "自动检测更新",
"To put into..." => "要禁用多用户模式, 请打开设置或打开文件 data/config-settings.php 并更改 multiUser 为 true , 并重新载入本页面",
"multi-user" => "多用户"
@@ -294,7 +362,7 @@ $text = [
"Write" => "写入",
"Execute" => "执行",
"Change to" => "更改为",
"update" => "更新"
"update" => "更新",
],
"settings-common" =>
@@ -316,7 +384,15 @@ $text = [
"git" => "git",
"codemirror version" => "codemirror 版本",
"file manager root" => "文件管理器的根目录ROOT",
"Free to use..." => "您可以自由使用它, 无论商业与否, 只需让我知道有任何很酷的使用或有定制的:)同样我们无任何责任和任何担保, 使用所有的责任是你的. 很多个人和公司为 ICEcoder 作出过贡献, 在此篇幅有限无法一一列举, 请访问贡献者详细列表",
"backups" => "backups",
"keep version control..." => "keep version control backups for",
"day" => "day",
"days" => "days",
"of backups stored..." => "of backups stored currently",
"deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
"local/server items..." => "local/server items only",
"Get in contact..." => "Get in contact by...",
"You may use..." => "You may use ICEcoder for your own purposes, commercial or not, just let us know of any cool uses or customisations. :)<br><br>No warranty or liability accepted for anything, all responsibility of use is your own.",
"functionality" => "功能",
"check for updates..." => "启动时检查更新",
"auto open last..." => "启动时自动载入最后打开的文件",
@@ -335,19 +411,27 @@ $text = [
"banned paths" => "禁止路径",
"ip addresses" => "ip 地址",
"Slash prefixed comma..." => "斜线前缀, 以半角逗号分隔",
"auto-logout after" => "auto-logout after",
"mins of inactivity..." => "mins of inactivity if no unsaved files",
"Comma delimited" => "以半角逗号分隔",
"style" => "样式",
"theme" => "主题",
"line wrapping" => "换行",
"line numbers" => "line numbers",
"scrollbars" => "滚动条",
"indent type" => "缩进类型",
"indent size" => "缩进大小",
"match brackets" => "match brackets",
"show trailing space" => "show trailing space",
"font size" => "字体大小",
"auto indent" => "auto indent",
"auto close tags" => "auto close tags",
"auto close brackets" => "auto close brackets",
"layout" => "布局",
"plugin panel aligned" => "插件板对齐",
"file manager" => "文件管理器",
"root" => "root",
"Set 0 to..." => "Set 0 to disable",
"Slash prefixed" => "斜线前缀",
"bug reporting" => "错误报告",
"check in files" => "检查文件",
@@ -370,6 +454,19 @@ $text = [
"updater" =>
[
"Update appears to..." => "更新似乎是成功的"
]
],
"find-in-files" =>
[
"Enter path to search in" => "Enter path to search in",
"Enter semicolon-separated masks..." => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)",
"Type of text" => "Type of text",
"Fixed text" => "Fixed text",
"Regular expression" => "Regular expression",
"Case sensitive" => "Case sensitive",
"Yes" => "Yes",
"No" => "No",
"Search" => "Search",
],
];

View File

@@ -11,7 +11,6 @@ $text = [
"editor" =>
[
"Click icons for..." => "<b>點擊圖標<br>求助 &amp;<br>實用信息</b>",
"server" => "伺服器",
"Server name, OS..." => "伺服器名稱, OS & IP:",
"Root" => "根目錄:",
@@ -24,13 +23,13 @@ $text = [
"files" => "文件",
"Last 10 files..." => "最後10個打開的文件:",
"none" => "[none]",
"results" => "結果"
],
"files" =>
[
"Lock" => "鎖定",
"Refresh" => "刷新",
"Plugins" => "Plugins",
"ROOT" => "[ROOT]"
],
@@ -41,9 +40,10 @@ $text = [
"Your version is" => "你的版本是",
"Update now" => "現在更新",
"You have some..." => "你有一些未保存的更改",
"Are you sure you want to close?" => "Are you sure you want to close?",
"Are you sure..." => "Are you sure you want to close?",
"working" => "裝載中",
"Color picker" => "顔色選擇器",
"Plugins Manager" => "Plugins Manager",
"New File" => "新建文件",
"New Folder" => "新建文件夾",
"Upload File(s)" => "上傳文件",
@@ -58,7 +58,7 @@ $text = [
"Properties" => "屬性",
"File" => "文件",
"Edit" => "編輯",
"Remote" => "遠程",
"Source" => "Source",
"Help" => "幫助",
"Save" => "保存",
"Save As" => "另存爲",
@@ -82,29 +82,46 @@ $text = [
"website" => "網站",
"Close all tabs" => "關閉所有選項卡",
"Alphabetize tabs" => "按字母順序排序選項卡",
// "Find" => "檢索",
// "in" => "in",
// "and" => "and",
// "replace" => "替換",
// "replace all" => "替換所有",
// "this document" => "當前文件",
// "open documents" => "打開的文件",
// "all files" => "所有文件",
// "all filenames" => "所有文件名",
"Find" => "檢索",
"in" => "in",
"and" => "and",
"replace" => "替換",
"replace all" => "替換所有",
"this document" => "當前文件",
"open documents" => "打開的文件",
"all files" => "所有文件",
"all filenames" => "所有文件名",
"Go to Line" => "轉到行",
"View" => "預覽",
"Bug reporting not active" => "錯誤報告沒有激活"
"Bug reporting not active" => "錯誤報告沒有激活",
"Single pane" => "Single pane",
"Diff pane also" => "Diff pane also",
],
// /LIB
"auto-logout-warning" =>
[
"Auto Logout Warning" => "Auto logout warning",
"You will be..." => "You will be logged out after",
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
],
"backup-versions" =>
[
"backup" => "backup",
"backups" => "backups",
"available for" => "available for",
],
"bug-files-check" =>
[
"Found in" => "檢索到:"
"Found in" => "檢索到:",
],
"file-control" =>
[
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",
"Sorry" => "抱歉",
"does not seem..." => "服務器上不存在",
"Sorry, could not..." => "抱歉, 不能獲取内容",
@@ -121,6 +138,7 @@ $text = [
"Sorry, cannot replace..." => "抱歉, 目標不能替換文本",
"Sorry, cannot change..." => "抱歉, 目標不能更改權限",
"Sorry, cannot delete..." => "抱歉, 不能刪除根級別ROOT",
"Sorry, cannot delete more..." => "Sorry, cannot delete more then one item at a time under FTP mode",
"Sorry, cannot delete" => "抱歉, 不能刪除",
"Sorry, this file..." => "抱歉, 此文件已更改, 不能保存",
"Reload this file..." => "重新加載該文件, 你的版本複製到一個新文件?",
@@ -128,14 +146,45 @@ $text = [
"displayed at" => "顯示在",
"Enter filename to..." => "輸入文件名并保存到",
"That file exists..." => "該文件已存在, 要覆蓋嗎?",
"Saving" => "正在保存"
"Saving" => "正在保存",
],
"ftp-manager" =>
[
"Saving FTP sites" => "Saving FTP sites",
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again",
"ftp manager" => "ftp manager",
"Choose existing site" => "Choose existing site",
"Are you sure..." => "Are you sure you wish to remove this site?",
"Add new site" => "Add new site",
"Edit site" => "Edit site",
"Site base" => "Site base",
"Host" => "Host",
"Username" => "Username",
"Password" => "Password",
"PASV and mode" => "PASV and mode",
"Root" => "Root",
"eg http://yourdomain.com" => "eg http://yourdomain.com",
"eg ftp.yourdomain.com" => "eg ftp.yourdomain.com",
"eg user123" => "eg user123",
"eg pass123" => "eg pass123",
"Use PASV mode..." => "Use PASV mode if your FTP site requires it and choose the data transfer type - ASCII or binary",
"eg /htdocs" => "eg /htdocs",
"PASV connection off" => "PASV connection off",
"PASV connection on" => "PASV connection on",
"ASCII transfer" => "ASCII transfer",
"Binary transfer" => "Binary transfer",
"Add" => "Add",
"Choose" => "Choose",
"Update" => "Update",
],
"get-branch" => [],
"headers" =>
[
"Bad CSRF token..." => "錯誤的 CSRF token. 請在 https://github.com/icecoder/ICEcoder 報告錯誤信息, 以便我們修復它."
"Bad CSRF token..." => "錯誤的 CSRF token. 請在 https://github.com/icecoder/ICEcoder 報告錯誤信息, 以便我們修復它.",
],
"help" =>
@@ -166,6 +215,8 @@ $text = [
"Jump to definition" => "跳轉到 / 跳轉回",
"Comment uncomment" => "注釋 / 清楚注釋",
"Insert tab indent" => "插入tab / 插入選擇",
"Insert more" => "Indent more",
"Insert less" => "Indent less",
"Wrap with div" => "封裝 &lt;div&gt;",
"Wrap with span" => "封裝 &lt;span&gt;",
"Wrap unwrap p" => "封裝 / 撤銷封裝 &lt;p&gt;",
@@ -190,6 +241,7 @@ $text = [
"Close current tab" => "關閉當前選項卡",
"Open file prompt" => "打開文件的提示",
"Find" => "檢索",
"Previous" => "Previous",
"Focus on Go..." => "光標定位到轉到行的輸入框",
"Save" => "保存",
"Save as" => "另存爲...",
@@ -197,17 +249,26 @@ $text = [
"Contract expand file..." => "收縮 / 擴展文件管理器",
"Fold unfold current..." => "摺叠 / 展開當前行",
"Refocus on document" => "光標重新聚焦到文檔",
"Cancel tasks" => "取消任务"
"Cancel tasks" => "取消任务",
"Zoom out" => "Zoom out all non-function/class declarations",
"Jump to" => "Jump to declaration of class/function",
"Jump to previous tab" => "Jump to previous tab",
],
"icecoder" =>
[
"results" => "results",
"No text selected..." => "搜索中沒有選中的文件",
"all files" => "all files",
"all filenames" => "all filenames",
"selected files" => "selected files",
"selected filenames" => "selected filenames",
"Creating Folder" => "正在創建文件夾",
"Sorry you can..." => "抱歉, 衹能同時打開100個文件!",
"Opening File" => "正在打開文件",
"Enter relative file..." => "輸入本地相對路徑 (前綴 /) 或遠程 URL",
"Getting" => "正在獲取",
"Saving" => "Saving:",
"Please enter the..." => "請輸入新的名稱爲",
"Renaming to" => "正在重命名",
"Moving to" => "正在移動到",
@@ -215,7 +276,13 @@ $text = [
"Pasting File" => "正在粘貼文件",
"Sorry cannot paste..." => "抱歉, 無法粘貼到根路徑",
"Nothing to paste..." => "粘貼失敗, 請先複製一個文件 / 文件夾!",
"and" => "and",
"this document" => "this document",
"replace" => "replace",
"replace all" => "replace all",
"file" => "file",
"Replacing text in" => "正在替換文本",
"Sorry there was..." => "Sorry, there was an error with your request.\\n\\nPlease check your dev tools console for more info.",
"Cancelled tasks" => "取消任務",
"Open previous files" => "打開以前的文件?",
"Please note for..." => "請注意: 需要更新才能工作, 您需要爲所有 ICEcoder 文件和文件夾設置寫如何刪除權限. 如果您需要恢復 ICEcoder 到這個版本, 您可以在 /tmp 目錄找到它們. 點擊 OK 繼續使用自動升級或點擊 cancel 訪問 ICEcoder 官方網站, 您也可以到 GitHub 的項目首頁下載 zip 來手動進行更新.",
@@ -223,7 +290,7 @@ $text = [
"Error cannot find..." => "錯誤: 無法找到和進入錯誤日志文件路徑",
"No new errors..." => "沒有新的錯誤被找到",
"You have made..." => "您已做的更改未保存。您確定要關閉它而不保存嗎?",
"Close all tabs" => "是否關閉所有選項卡?"
"Close all tabs" => "是否關閉所有選項卡?",
],
"login" =>
@@ -232,9 +299,10 @@ $text = [
"login" => "登錄",
"To disable registration..." => "要禁用注冊模式, 請進入選項或打開文件 data/config-settings.php 并更改 enableRegistration 爲 false , 并重新載入本頁面",
"Registration mode enabled" => "注冊模式已啓用",
"disable further registrations" => "disable further registrations",
"auto-check for updates" => "自動檢測更新",
"To put into..." => "要禁用多用戶模式, 請進入選項或打開文件 data/config-settings.php 并更改 multiUser 爲 true , 并重新載入本頁面",
"multi-user" => "多用戶"
"multi-user" => "多用戶",
],
"multiple-results" =>
@@ -272,7 +340,7 @@ $text = [
"Update" => "更新",
"Install" => "安裝",
"Uninstall" => "卸載",
"Reload after install..." => "安裝后需要刷新"
"Reload after install..." => "安裝后需要刷新",
],
"properties" =>
@@ -294,18 +362,18 @@ $text = [
"Write" => "寫入",
"Execute" => "執行",
"Change to" => "更改爲",
"update" => "更新"
"update" => "更新",
],
"settings-common" =>
[
"Your document does..." => "你的文檔不是 UTF-8 編碼, 它將被轉換"
"Your document does..." => "你的文檔不是 UTF-8 編碼, 它將被轉換",
],
"settings-save-current-files" =>
[
"Cannot update config..." => "不能更新配置文件. 請爲",
"and try again" => "增加寫入權限并再次嘗試"
"and try again" => "增加寫入權限并再次嘗試",
],
"settings-screen" =>
@@ -316,7 +384,15 @@ $text = [
"git" => "git",
"codemirror version" => "codemirror 版本",
"file manager root" => "文件管理器的根目錄 ROOT",
"Free to use..." => "您可以免費使用它, 無論商業與否, 衹需讓我知道任何很酷的或有定製的:)同樣我們無任何責任和任何擔保, 使用所有的責任都是你的. 很多個人和公司爲 ICEcoder 作出過貢獻, 在此篇幅有限無法一一列舉, 請訪問貢獻者詳細列表",
"backups" => "backups",
"keep version control..." => "keep version control backups for",
"day" => "day",
"days" => "days",
"of backups stored..." => "of backups stored currently",
"deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
"local/server items..." => "local/server items only",
"Get in contact..." => "Get in contact by...",
"You may use..." => "You may use ICEcoder for your own purposes, commercial or not, just let us know of any cool uses or customisations. :)<br><br>No warranty or liability accepted for anything, all responsibility of use is your own.",
"functionality" => "功能",
"check for updates..." => "啓動時檢查更新",
"auto open last..." => "啓動時自動載入最后打開的文件",
@@ -334,20 +410,28 @@ $text = [
"banned files/folders" => "禁止文件 / 文件夾",
"banned paths" => "禁止路徑",
"ip addresses" => "ip 地址",
"auto-logout after" => "auto-logout after",
"mins of inactivity..." => "mins of inactivity if no unsaved files",
"Slash prefixed comma..." => "斜綫前綴, 以半角逗號分隔",
"Comma delimited" => "以半角逗號分隔",
"style" => "樣式",
"theme" => "主題",
"line wrapping" => "換行",
"line numbers" => "line numbers",
"scrollbars" => "滾動條",
"indent type" => "縮進類型",
"indent size" => "縮進大小",
"match brackets" => "match brackets",
"show trailing space" => "show trailing space",
"font size" => "字體大小",
"auto indent" => "auto indent",
"auto close tags" => "auto close tags",
"auto close brackets" => "auto close brackets",
"layout" => "佈局",
"plugin panel aligned" => "插件版對齊",
"file manager" => "文件管理器",
"root" => "root",
"Set 0 to..." => "Set 0 to disable",
"Slash prefixed" => "斜綫前綴",
"bug reporting" => "報告錯誤",
"check in files" => "檢查文件",
@@ -370,6 +454,19 @@ $text = [
"updater" =>
[
"Update appears to..." => "更新似乎是成功的"
]
],
"find-in-files" =>
[
"Enter path to search in" => "Enter path to search in",
"Enter semicolon-separated masks..." => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)",
"Type of text" => "Type of text",
"Fixed text" => "Fixed text",
"Regular expression" => "Regular expression",
"Case sensitive" => "Case sensitive",
"Yes" => "Yes",
"No" => "No",
"Search" => "Search",
],
];

View File

@@ -4,7 +4,6 @@
// @JpaKaagman (GitHub)
// Please preserve formatting, line breaks, special characters, anything in <tags> and HTML equivalents (eg &amp;). Translations on right side.
// Special chars: http://www.ascii.cl/htmlcodes.htm
$text = [
@@ -31,7 +30,7 @@ $text = [
"Lock" => "Vergrendelen",
"Refresh" => "Vernieuwen",
"Plugins" => "Plugins",
"ROOT" => "[ROOT]"
"ROOT" => "[ROOT]",
],
"index" =>
@@ -96,7 +95,7 @@ $text = [
"View" => "Beeld",
"Bug reporting not active" => "Bug rapportage niet actief",
"Single pane" => "Enkel pane",
"Diff pane also" => "Ook diff pane"
"Diff pane also" => "Ook diff pane",
],
// /LIB
@@ -105,19 +104,19 @@ $text = [
[
"Auto Logout Warning" => "Auto logout waarschuwing",
"You will be..." => "U wordt uitgelogd na",
"seconds due to..." => "seconden ivm inactiviteit, voor veiligheids doeleinden. Gebruik de muis of druk op een toets om door te gaan.<br><br>U kunt deze functie aanpassen of uitschakelen in Bewerken > Opties."
"seconds due to..." => "seconden ivm inactiviteit, voor veiligheids doeleinden. Gebruik de muis of druk op een toets om door te gaan.<br><br>U kunt deze functie aanpassen of uitschakelen in Bewerken > Opties.",
],
"backup-versions" =>
[
"backup" => "backup",
"backups" => "backups",
"available for" => "beschikbaar voor"
"available for" => "beschikbaar voor",
],
"bug-files-check" =>
[
"Found in" => "Gevonden in:"
"Found in" => "Gevonden in:",
],
"file-control" =>
@@ -150,6 +149,37 @@ $text = [
"Saving" => "Opslaan"
],
"ftp-manager" =>
[
"Saving FTP sites" => "Saving FTP sites",
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again",
"ftp manager" => "ftp manager",
"Choose existing site" => "Choose existing site",
"Are you sure..." => "Are you sure you wish to remove this site?",
"Add new site" => "Add new site",
"Edit site" => "Edit site",
"Site base" => "Site base",
"Host" => "Host",
"Username" => "Username",
"Password" => "Password",
"PASV and mode" => "PASV and mode",
"Root" => "Root",
"eg http://yourdomain.com" => "eg http://yourdomain.com",
"eg ftp.yourdomain.com" => "eg ftp.yourdomain.com",
"eg user123" => "eg user123",
"eg pass123" => "eg pass123",
"Use PASV mode..." => "Use PASV mode if your FTP site requires it and choose the data transfer type - ASCII or binary",
"eg /htdocs" => "eg /htdocs",
"PASV connection off" => "PASV connection off",
"PASV connection on" => "PASV connection on",
"ASCII transfer" => "ASCII transfer",
"Binary transfer" => "Binary transfer",
"Add" => "Add",
"Choose" => "Choose",
"Update" => "Update",
],
"get-branch" => [],
"headers" =>
@@ -219,7 +249,10 @@ $text = [
"Contract expand file..." => "Inklappen / uitklappen bestandsbeheer",
"Fold unfold current..." => "Vouwen / uitvouwen huidige regel",
"Refocus on document" => "Herfocus op document",
"Cancel tasks" => "Annuleer taken"
"Cancel tasks" => "Annuleer taken",
"Zoom out" => "Zoom out all non-function/class declarations",
"Jump to" => "Jump to declaration of class/function",
"Jump to previous tab" => "Jump to previous tab",
],
"icecoder" =>
@@ -257,7 +290,7 @@ $text = [
"Error cannot find..." => "Fout: kan geen toegang krijgen of de bestands paden vinden",
"No new errors..." => "Geen nieuwe fouten gevonden",
"You have made..." => "Er zijn wijzigingen aangetroffen. Wilt u verder gaan zonder op te slaan?",
"Close all tabs" => "Sluit alle tabbladen?"
"Close all tabs" => "Sluit alle tabbladen?",
],
"login" =>
@@ -269,7 +302,7 @@ $text = [
"disable further registrations" => "uitschakelen van verdere registraties",
"auto-check for updates" => "automatisch controleren op updates",
"To put into..." => "Om de multi-user modus te gebruiken, open het menu opties of open data/config-settings.php en verander multiUser naar true",
"multi-user" => "multi-user"
"multi-user" => "multi-user",
],
"multiple-results" =>
@@ -287,7 +320,7 @@ $text = [
"No matches found" => "Geen overeenkomsten gevonden",
"selected" => "geselecteerd",
"found in" => "gevonden in",
"Replaced" => "Vervangen"
"Replaced" => "Vervangen",
],
"plugins-manager" =>
@@ -307,7 +340,7 @@ $text = [
"Update" => "Update",
"Install" => "Installeren",
"Uninstall" => "De&Iuml;nstalleren",
"Reload after install..." => "Opnieuw laden na installatie vereist"
"Reload after install..." => "Opnieuw laden na installatie vereist",
],
"properties" =>
@@ -329,7 +362,7 @@ $text = [
"Write" => "Schrijven",
"Execute" => "Uitvoeren",
"Change to" => "Veranderen naar",
"update" => "update"
"update" => "update",
],
"settings-common" =>
@@ -356,6 +389,8 @@ $text = [
"day" => "dag",
"days" => "dagen",
"of backups stored..." => "of backups stored currently",
"deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
"local/server items..." => "local/server items only",
"Get in contact..." => "Kom in contact via...",
"You may use..." => "Vrij voor eigen gebruik, commercieel of persoonlijk. Laat het ons weten als je toffe aanpassingen maakt :)<br><br>Wij zijn niet aansprakelijk en bieden geen garantie, gebruik op eigen risico.",
"functionality" => "functionaliteit",
@@ -432,6 +467,6 @@ $text = [
"Yes" => "Ja",
"No" => "Nee",
"Search" => "Zoek",
]
],
];

View File

@@ -30,7 +30,7 @@ $text = [
"Lock" => "Lock",
"Refresh" => "Refresh",
"Plugins" => "Plugins",
"ROOT" => "[ROOT]"
"ROOT" => "[ROOT]",
],
"index" =>
@@ -95,7 +95,7 @@ $text = [
"View" => "View",
"Bug reporting not active" => "Bug reporting not active",
"Single pane" => "Single pane",
"Diff pane also" => "Diff pane also"
"Diff pane also" => "Diff pane also",
],
// /LIB
@@ -104,19 +104,19 @@ $text = [
[
"Auto Logout Warning" => "Auto logout warning",
"You will be..." => "You will be logged out after",
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section."
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
],
"backup-versions" =>
[
"backup" => "backup",
"backups" => "backups",
"available for" => "available for"
"available for" => "available for",
],
"bug-files-check" =>
[
"Found in" => "Found in:"
"Found in" => "Found in:",
],
"file-control" =>
@@ -146,7 +146,7 @@ $text = [
"displayed at" => "displayed at",
"Enter filename to..." => "Enter filename to save at",
"That file exists..." => "That file exists already, overwrite?",
"Saving" => "Saving"
"Saving" => "Saving",
],
"ftp-manager" =>
@@ -177,14 +177,14 @@ $text = [
"Binary transfer" => "Binary transfer",
"Add" => "Add",
"Choose" => "Choose",
"Update" => "Update"
"Update" => "Update",
],
"get-branch" => [],
"headers" =>
[
"Bad CSRF token..." => "Bad CSRF token. Please report the error info at https://github.com/icecoder/ICEcoder so it can be fixed."
"Bad CSRF token..." => "Bad CSRF token. Please report the error info at https://github.com/icecoder/ICEcoder so it can be fixed.",
],
"help" =>
@@ -252,7 +252,7 @@ $text = [
"Cancel tasks" => "Cancel tasks",
"Zoom out" => "Zoom out all non-function/class declarations",
"Jump to" => "Jump to declaration of class/function",
"Jump to previous tab" => "Jump to previous tab"
"Jump to previous tab" => "Jump to previous tab",
],
"icecoder" =>
@@ -290,7 +290,7 @@ $text = [
"Error cannot find..." => "Error: cannot find/access the error file paths",
"No new errors..." => "No new errors found",
"You have made..." => "You have made changes. Are you sure you want to close without saving?",
"Close all tabs" => "Close all tabs?"
"Close all tabs" => "Close all tabs?",
],
"login" =>
@@ -302,7 +302,7 @@ $text = [
"disable further registrations" => "disable further registrations",
"auto-check for updates" => "auto-check for updates",
"To put into..." => "To put into multi-user mode, open the settings menu or open data/config-settings.php and change multiUser to true then reload this page",
"multi-user" => "multi-user"
"multi-user" => "multi-user",
],
"multiple-results" =>
@@ -320,7 +320,7 @@ $text = [
"No matches found" => "No matches found",
"selected" => "selected",
"found in" => "found in",
"Replaced" => "Replaced"
"Replaced" => "Replaced",
],
"plugins-manager" =>
@@ -362,7 +362,7 @@ $text = [
"Write" => "Write",
"Execute" => "Execute",
"Change to" => "Change to",
"update" => "update"
"update" => "update",
],
"settings-common" =>
@@ -373,7 +373,7 @@ $text = [
"settings-save-current-files" =>
[
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again"
"and try again" => "and try again",
],
"settings-screen" =>
@@ -441,19 +441,19 @@ $text = [
"multi-user" => "multi-user",
"Make sure you..." => "Make sure you do not lock yourself out",
"Registration" => "Registration",
"update" => "update"
"update" => "update",
],
"settings-update" =>
[
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again",
"and press refresh" => "and press refresh"
"and press refresh" => "and press refresh",
],
"updater" =>
[
"Update appears to..." => "Update appears to be successful"
"Update appears to..." => "Update appears to be successful",
],
"find-in-files" =>
@@ -467,6 +467,6 @@ $text = [
"Yes" => "Yes",
"No" => "No",
"Search" => "Search",
]
],
];

View File

@@ -11,7 +11,6 @@ $text = [
"editor" =>
[
"Click icons for..." => "<b>Cliquez sur les ic&ocirc;nes<br>pour l&apos;aide &amp;<br>et infos d&apos;utilisation</b>",
"server" => "Serveur",
"Server name, OS..." => "Nom du serveur, OS & IP :",
"Root" => "Racine :",
@@ -24,13 +23,13 @@ $text = [
"files" => "Fichiers",
"Last 10 files..." => "10 derniers fichiers ouverts :",
"none" => "[aucun]",
"results" => "r&eacute;sultats"
],
"files" =>
[
"Lock" => "Verrouiller",
"Refresh" => "Rafra&icirc;chir",
"Plugins" => "Plugins",
"ROOT" => "[RACINE]"
],
@@ -44,6 +43,7 @@ $text = [
"Are you sure you want to close?" => "Are you sure you want to close?",
"working" => "en progression",
"Color picker" => "S&eacute;lecteur de couleur",
"Plugins Manager" => "Plugins Manager",
"New File" => "Nouveau fichier",
"New Folder" => "Nouveau dossier",
"Upload File(s)" => "T&eacute;l&eacute;charger le(s) Fichier(s)",
@@ -58,7 +58,7 @@ $text = [
"Properties" => "Propri&eacute;t&eacute;s",
"File" => "Fichier",
"Edit" => "Editer",
"Remote" => "Distant",
"Source" => "Source",
"Help" => "Aide",
"Save" => "Enregistrer",
"Save As" => "Enregistrer sous",
@@ -82,22 +82,38 @@ $text = [
"website" => "Site internet",
"Close all tabs" => "Fermer les onglets",
"Alphabetize tabs" => "Onglets par ordre alphab&eacute;tique",
// "Find" => "Chercher",
// "in" => "dans",
// "and" => "et",
// "replace" => "remplacer",
// "replace all" => "remplacer tout",
// "this document" => "ce document",
// "open documents" => "les documents ouverts",
// "all files" => "tous les fichiers",
// "all filenames" => "tous les noms de fichiers",
"Find" => "Chercher",
"in" => "dans",
"and" => "et",
"replace" => "remplacer",
"replace all" => "remplacer tout",
"this document" => "ce document",
"open documents" => "les documents ouverts",
"all files" => "tous les fichiers",
"all filenames" => "tous les noms de fichiers",
"Go to Line" => "Aller &agrave; la ligne",
"View" => "Afficher",
"Bug reporting not active" => "Le signalement de dysfonctionnement n&apos;est pas actif"
"Bug reporting not active" => "Le signalement de dysfonctionnement n&apos;est pas actif",
"Single pane" => "Single pane",
"Diff pane also" => "Diff pane also",
],
// /LIB
"auto-logout-warning" =>
[
"Auto Logout Warning" => "Auto logout warning",
"You will be..." => "You will be logged out after",
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
],
"backup-versions" =>
[
"backup" => "backup",
"backups" => "backups",
"available for" => "available for",
],
"bug-files-check" =>
[
"Found in" => "Trouv&eacute; dans :"
@@ -105,6 +121,7 @@ $text = [
"file-control" =>
[
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",
"Sorry" => "D&eacute;sol&eacute;",
"does not seem..." => "ne semble pas exister sur le serveur",
"Sorry, could not..." => "D&eacute;sol&eacute;, impossibilit&eacute; de r&eacute;cup&eacute;rer le contenu de",
@@ -120,6 +137,7 @@ $text = [
"Sorry, cannot save" => "D&eacute;sol&eacute;, impossibilit&eacute; de sauvegarder",
"Sorry, cannot replace..." => "D&eacute;sol&eacute;, impossibilit&eacute; de remplacer le texte dans ",
"Sorry, cannot change..." => "D&eacute;sol&eacute;, impossibilit&eacute; de changer les permissions sur",
"Sorry, cannot delete more..." => "Sorry, cannot delete more then one item at a time under FTP mode",
"Sorry, cannot delete..." => "D&eacute;sol&eacute;, imossibilit&eacute; de supprimer le dossier racine",
"Sorry, cannot delete" => "D&eacute;sol&eacute;, impossibilit&eacute; d&apos;effacer",
"Sorry, this file..." => "D&eacute;sol&eacute;, le fichier a &eacute;t&eacute; modifi&eacute;, impossibilit&eacute; de sauvegarder",
@@ -128,14 +146,45 @@ $text = [
"displayed at" => "affich&eacute; sur",
"Enter filename to..." => "Saisissez le nom du fichier &agrave; enregistrer sur",
"That file exists..." => "Ce fichier existe d&eacute;j&agrave;, voulez vous l&apos;&eacute;craser ?",
"Saving" => "Sauvegard&eacute;"
"Saving" => "Sauvegard&eacute;",
],
"ftp-manager" =>
[
"Saving FTP sites" => "Saving FTP sites",
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again",
"ftp manager" => "ftp manager",
"Choose existing site" => "Choose existing site",
"Are you sure..." => "Are you sure you wish to remove this site?",
"Add new site" => "Add new site",
"Edit site" => "Edit site",
"Site base" => "Site base",
"Host" => "Host",
"Username" => "Username",
"Password" => "Password",
"PASV and mode" => "PASV and mode",
"Root" => "Root",
"eg http://yourdomain.com" => "eg http://yourdomain.com",
"eg ftp.yourdomain.com" => "eg ftp.yourdomain.com",
"eg user123" => "eg user123",
"eg pass123" => "eg pass123",
"Use PASV mode..." => "Use PASV mode if your FTP site requires it and choose the data transfer type - ASCII or binary",
"eg /htdocs" => "eg /htdocs",
"PASV connection off" => "PASV connection off",
"PASV connection on" => "PASV connection on",
"ASCII transfer" => "ASCII transfer",
"Binary transfer" => "Binary transfer",
"Add" => "Add",
"Choose" => "Choose",
"Update" => "Update",
],
"get-branch" => [],
"headers" =>
[
"Bad CSRF token..." => "Mauvais jeton CSRF. S&apos;il vous pla&icirc;t, envoyer un rapport de l&apos;erreur &agrave; https://github.com/icecoder/ICEcoder si vous d&eacute;sirez qu&apos;il soit corrig&eacute;."
"Bad CSRF token..." => "Mauvais jeton CSRF. S&apos;il vous pla&icirc;t, envoyer un rapport de l&apos;erreur &agrave; https://github.com/icecoder/ICEcoder si vous d&eacute;sirez qu&apos;il soit corrig&eacute;.",
],
"help" =>
@@ -166,6 +215,8 @@ $text = [
"Jump to definition" => "Aller &agrave; la d&eacute;finition / revenir en arri&egrave;re",
"Comment uncomment" => "Commenter / D&eacute;commenter",
"Insert tab indent" => "Ins&eacute;rer un tableau / indent selected",
"Insert more" => "Indent more",
"Insert less" => "Indent less",
"Wrap with div" => "Plier avec &lt;div&gt;",
"Wrap with span" => "Plier avec &lt;span&gt;",
"Wrap unwrap p" => "Plier / d&eacute;plier avec &lt;p&gt;",
@@ -174,6 +225,7 @@ $text = [
"Wrap unwrap i" => "Plier / d&eacute;plier avec &lt;i&gt;",
"Wrap unwrap strong" => "Plier / d&eacute;plier avec &lt;strong&gt;",
"Wrap unwrap em" => "Plier / d&eacute;plier avec &lt;em&gt;",
"Wrap unwrap li" => "Wrap / unwrap with &lt;li&gt;",
"Wrap unwrap h1..." => "Plier / d&eacute;plier avec &lt;h1&gt; - &lt;h3&gt;",
"End line with..." => "Fin de ligne avec &lt;br&gt;",
"Close tab" => "Fermer l&apos;onglet",
@@ -189,6 +241,7 @@ $text = [
"Close current tab" => "Fermer l&apos;onglet courant",
"Open file prompt" => "Ouvrir une invite de fichier",
"Find" => "Chercher",
"Previous" => "Previous",
"Focus on Go..." => " Focus sur le d&eacute;but de ligne",
"Save" => "Enregistrer",
"Save as" => "Enregistrer sous...",
@@ -196,11 +249,15 @@ $text = [
"Contract expand file..." => "R&eacute;duire / agrandir le gestionnaire de fichiers",
"Fold unfold current..." => "Plier / d&eacute;plier la ligne courante",
"Refocus on document" => "Revenir sur le document",
"Cancel tasks" => "Quitter les tâches"
"Cancel tasks" => "Quitter les tâches",
"Zoom out" => "Zoom out all non-function/class declarations",
"Jump to" => "Jump to declaration of class/function",
"Jump to previous tab" => "Jump to previous tab",
],
"icecoder" =>
[
"results" => "results",
"No text selected..." => "Aucun texte s&eacute;lectionn&eacute; pour la recherche sur",
"all files" => "tous les fichiers",
"all filenames" => "tous les noms de fichiers",
@@ -211,6 +268,7 @@ $text = [
"Opening File" => "Ouverture de fichier",
"Enter relative file..." => "Entrez le chemin relatif du fichier (pr&eacute;fix&eacute; avec un /) ou l&apos;URL distante",
"Getting" => "Obtention",
"Saving" => "Saving:",
"Please enter the..." => "S&apos;il vous plait, saisissez le nouveau nom pour",
"Renaming to" => "Renomm&eacute; en",
"Moving to" => "D&eacute;plac&eacute; vers",
@@ -224,6 +282,7 @@ $text = [
"replace all" => "tout remplacer",
"file" => "fichier",
"Replacing text in" => "Remplacement de texte dans",
"Sorry there was..." => "Sorry, there was an error with your request.\\n\\nPlease check your dev tools console for more info.",
"Cancelled tasks" => "Tâches annul&eacute;s",
"Open previous files" => "Ouvrir les fichiers pr&eacute;c&eacute;dents ?",
"Please note for..." => "S&apos;il vous pla&icirc;t, noter : la mise &agrave; jour fonctionne correctement, vous devez avoir les permissions d&apos;&eacute;criture / suppression &agrave; tous les r&eacute;pertoires et fichiers d&apos;ICEcoder. Si vous avez besoin de r&eacute;cup&eacute;rer cette version d&apos;ICEcoder pour une raison quelconque, vous la trouverez dans le r&eacute;pertoire / tmp. Cliquez sur OK pour proc&eacute;der &agrave; une mise &agrave; jour automatique, ou annuler et visiter le site d&apos;ICEcoder de sorte que vous pouvez r&eacute;cup&eacute;rer le fichier zip et mettre &agrave; jour manuellement.",
@@ -232,7 +291,6 @@ $text = [
"No new errors..." => "Aucune nouvelle erreur trouv&eacute;e",
"You have made..." => "Vous avez r&eacute;alis&eacute; des modifications. Etes vous sûr(e) de d&eacute;sirer quitter sans sauvegarder ?",
"Close all tabs" => "Fermer tous les onglets?",
"results" => "r&eacute;sultats"
],
"login" =>
@@ -241,9 +299,10 @@ $text = [
"login" => "Connexion",
"To disable registration..." => "Pour d&eacute;sactiver le mode &apos;enregsitrement&apos;, ouvrir le menu des pr&eacute;f&eacute;rences ou le fichier data/config-settings.php et modifier enableRegistration &agrave; &apos;false&apos;, puis recharger cette page",
"Registration mode enabled" => "Mode Enregistrement activ&eacute;",
"disable further registrations" => "disable further registrations",
"auto-check for updates" => "V&eacute;rification automatique des mises &agrave; jour",
"To put into..." => "Pour passer en mode &apos;multi-utilisateur&apos;, ouvrir le menu des pref&eacute;rences ou le ifchier data/config-settings.php et modifier multiUser &agrave; &apos;true&apos;, puis recharger cette page",
"multi-user" => "Multi-utilisateur"
"multi-user" => "Multi-utilisateur",
],
"multiple-results" =>
@@ -261,7 +320,7 @@ $text = [
"No matches found" => "Aucun r&eacute;sultat de trouver",
"selected" => "s&eacute;lectionn&eacute;",
"found in" => "trouv&eacute; dans",
"Replaced" => "Remplac&eacute;"
"Replaced" => "Remplac&eacute;",
],
"plugins-manager" =>
@@ -281,7 +340,7 @@ $text = [
"Update" => "Mise &agrave; jour",
"Install" => "Installation",
"Uninstall" => "D&eacute;sinstallation",
"Reload after install..." => "Une reconnexion est n&eacute;cessaire apr&egrave;s l&apos;installation"
"Reload after install..." => "Une reconnexion est n&eacute;cessaire apr&egrave;s l&apos;installation",
],
"properties" =>
@@ -303,18 +362,18 @@ $text = [
"Write" => "Ecrire",
"Execute" => "Ex&eacute;cuter",
"Change to" => "Modifier en",
"update" => "mise &agrave; jour"
"update" => "mise &agrave; jour",
],
"settings-common" =>
[
"Your document does..." => "Votre document ne semble pas &ecirc;tre en UTF-8 et a donc &eacute;t&eacute; converti"
"Your document does..." => "Votre document ne semble pas &ecirc;tre en UTF-8 et a donc &eacute;t&eacute; converti",
],
"settings-save-current-files" =>
[
"Cannot update config..." => "Impossibilit&eacute; de mettre &agrave; jour le fichier de configuration. V&eacute;rifiez les permissions d&apos;&eacute;criture sur celui-ci",
"and try again" => "et essayez de nouveau"
"and try again" => "et essayez de nouveau",
],
"settings-screen" =>
@@ -325,7 +384,15 @@ $text = [
"git" => "git",
"codemirror version" => "version de codemirror ",
"file manager root" => "racine du gestionnaire de fichiers",
"Free to use..." => "Libre de l&apos;utiliser pour vos propres fins, commerciales ou non, faites moi juste savoir de toute utilisation sympa ou personnalisations. :)<br><br>Aucune garantie ou responsabilit&eacute; est accept&eacute;es de notre part, toute responsabilit&eacute; d&apos;utilisation est de votre ressort.<br><br>De nombreuses personnes fantastiques et d&apos;entreprises ont contribu&eacute; &agrave; r&eacute;aliser ICEcoder et il est important de les remercier ici. S&apos;il vous pla&icirc;t, parcourez la liste compl&egrave;te sur",
"backups" => "backups",
"keep version control..." => "keep version control backups for",
"day" => "day",
"days" => "days",
"of backups stored..." => "of backups stored currently",
"deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
"local/server items..." => "local/server items only",
"Get in contact..." => "Get in contact by...",
"You may use..." => "You may use ICEcoder for your own purposes, commercial or not, just let us know of any cool uses or customisations. :)<br><br>No warranty or liability accepted for anything, all responsibility of use is your own.",
"functionality" => "fonctionnalit&eacute;s",
"check for updates..." => "V&eacute;rifier les mises &agrave; jour",
"auto open last..." => "affichage des derniers fichiers",
@@ -343,20 +410,28 @@ $text = [
"banned files/folders" => "fichiers/dossiers bannis",
"banned paths" => "chemins bannis",
"ip addresses" => "adresses ip",
"auto-logout after" => "auto-logout after",
"mins of inactivity..." => "mins of inactivity if no unsaved files",
"Slash prefixed comma..." => "Slash pr&eacute;fix&eacute;, s&eacute;par&eacute;es par des virgules",
"Comma delimited" => "D&eacute;limit&eacute; par des virgules",
"style" => "style",
"theme" => "th&egrave;me",
"line wrapping" => "retour &agrave; la ligne",
"line numbers" => "line numbers",
"scrollbars" => "barres de défilement",
"indent type" => "indent type",
"indent size" => "indent size",
"match brackets" => "match brackets",
"show trailing space" => "show trailing space",
"font size" => "font size",
"auto indent" => "auto indent",
"auto close tags" => "auto close tags",
"auto close brackets" => "auto close brackets",
"layout" => "disposition",
"plugin panel aligned" => "panneau des plugins align&eacute;",
"file manager" => "gestionnaire de fichiers",
"root" => "racine",
"Set 0 to..." => "Set 0 to disable",
"Slash prefixed" => "Slash pr&eacute;fix&eacute;",
"bug reporting" => "Rapport de dysfonctionnement",
"check in files" => "v&eacute;rifier dans les fichiers",
@@ -366,19 +441,32 @@ $text = [
"multi-user" => "multi-utilisateurs",
"Make sure you..." => "Assurez-vous que vous ne vous bloquez pas sur",
"Registration" => "Enregistrement",
"update" => "Mise &agrave; jour"
"update" => "Mise &agrave; jour",
],
"settings-update" =>
[
"Cannot update config..." => "Impossibilit&eacute; de mettre &agrave; jour le fichier de configuration. V&eacute;rifiez les permissions d&apos;&eacute;criture sur celui-ci",
"and try again" => "et essayez de nouveau",
"and press refresh" => "et pressez le rafra&icirc;chissement de la page"
"and press refresh" => "et pressez le rafra&icirc;chissement de la page",
],
"updater" =>
[
"Update appears to..." => "La mise &agrave; jour semble s&apos;&ecirc;tre r&eacute;alis&eacute;e avec succ&egrave;s"
]
"Update appears to..." => "La mise &agrave; jour semble s&apos;&ecirc;tre r&eacute;alis&eacute;e avec succ&egrave;s",
],
"find-in-files" =>
[
"Enter path to search in" => "Enter path to search in",
"Enter semicolon-separated masks..." => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)",
"Type of text" => "Type of text",
"Fixed text" => "Fixed text",
"Regular expression" => "Regular expression",
"Case sensitive" => "Case sensitive",
"Yes" => "Yes",
"No" => "No",
"Search" => "Search",
],
];

View File

@@ -11,7 +11,6 @@ $text = [
"editor" =>
[
"Click icons for..." => "<b>Klick auf das Icon<br>f&uuml;r Hilfe &amp;<br>Anwendungsbeispielen</b>",
"server" => "Server",
"Server name, OS..." => "Servername, OS & IP:",
"Root" => "Root:",
@@ -24,14 +23,14 @@ $text = [
"files" => "Dateien",
"Last 10 files..." => "Die letzten 10 ge&ouml;ffneten Dateien:",
"none" => "[nichts]",
"results" => "Ergebnis"
],
"files" =>
[
"Lock" => "Sperren",
"Refresh" => "Erneueren",
"ROOT" => "[ROOT]"
"Plugins" => "Plugins",
"ROOT" => "[ROOT]",
],
"index" =>
@@ -41,9 +40,10 @@ $text = [
"Your version is" => "Deine Version ist",
"Update now" => "Jetzt aktualisieren",
"You have some..." => "Du hast einige nicht gespeicherete Dateien",
"Are you sure you want to close?" => "Are you sure you want to close?",
"Are you sure..." => "Are you sure you want to close?",
"working" => "arbeite",
"Color picker" => "Farbauswahl",
"Plugins Manager" => "Plugins Manager",
"New File" => "Neue Datei",
"New Folder" => "Neuer Ordner",
"Upload File(s)" => "Datei(en) hochladen",
@@ -58,7 +58,7 @@ $text = [
"Properties" => "Einstellungen",
"File" => "Datei",
"Edit" => "Editieren",
"Remote" => "Fernzugriff",
"Source" => "Source",
"Help" => "Hilfe",
"Save" => "Speichern",
"Save As" => "Speichern als",
@@ -82,29 +82,46 @@ $text = [
"website" => "Website",
"Close all tabs" => "Alle Tabs schlie&szlig;en",
"Alphabetize tabs" => "Tabs alphabetisch sortieren",
// "Find" => "Finden",
// "in" => "in",
// "and" => "und",
// "replace" => "ersetzen",
// "replace all" => "alle ersetzen",
// "this document" => "dieses Dokument",
// "open documents" => "ge&ouml;ffnete Dokumente",
// "all files" => "Alle Dateien",
// "all filenames" => "Alle Dateinamen",
"Find" => "Finden",
"in" => "in",
"and" => "und",
"replace" => "ersetzen",
"replace all" => "alle ersetzen",
"this document" => "dieses Dokument",
"open documents" => "ge&ouml;ffnete Dokumente",
"all files" => "Alle Dateien",
"all filenames" => "Alle Dateinamen",
"Go to Line" => "Geh zur Zeile",
"View" => "Anzeigen",
"Bug reporting not active" => "Fehlermeldungen sind nicht aktiv"
"Bug reporting not active" => "Fehlermeldungen sind nicht aktiv",
"Single pane" => "Single pane",
"Diff pane also" => "Diff pane also",
],
// /LIB
"auto-logout-warning" =>
[
"Auto Logout Warning" => "Auto logout warning",
"You will be..." => "You will be logged out after",
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
],
"backup-versions" =>
[
"backup" => "backup",
"backups" => "backups",
"available for" => "available for",
],
"bug-files-check" =>
[
"Found in" => "Gefunden in:"
"Found in" => "Gefunden in:",
],
"file-control" =>
[
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",
"Sorry" => "Entschuldigung",
"does not seem..." => "Es scheint auf dem Server nicht zu existieren",
"Sorry, could not..." => "Entschuldigung, kann den Inhalte von",
@@ -120,6 +137,7 @@ $text = [
"Sorry, cannot save" => "Entschuldigung, kann nicht speichern",
"Sorry, cannot replace..." => "Entschuldigung, kann den Text nicht ersetzen",
"Sorry, cannot change..." => "Entschuldigung, kann die Berechtigung nicht &auml;ndern f&uuml;r",
"Sorry, cannot delete more..." => "Sorry, cannot delete more then one item at a time under FTP mode",
"Sorry, cannot delete..." => "Entschuldigung, kann das Hauptverzeichnis nicht l&ouml;schen",
"Sorry, cannot delete" => "Entschuldigung, kann nicht l&ouml;schen",
"Sorry, this file..." => "Entschuldigung, die Datei wurde ge&auml;ndert, kann nicht speichern",
@@ -128,14 +146,45 @@ $text = [
"displayed at" => "angezeigt bei",
"Enter filename to..." => "Dateinamen eingeben um es zu speichern",
"That file exists..." => "Die Datei existiert bereits, &uuml;berschreiben?",
"Saving" => "Speichere"
"Saving" => "Speichere",
],
"ftp-manager" =>
[
"Saving FTP sites" => "Saving FTP sites",
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again",
"ftp manager" => "ftp manager",
"Choose existing site" => "Choose existing site",
"Are you sure..." => "Are you sure you wish to remove this site?",
"Add new site" => "Add new site",
"Edit site" => "Edit site",
"Site base" => "Site base",
"Host" => "Host",
"Username" => "Username",
"Password" => "Password",
"PASV and mode" => "PASV and mode",
"Root" => "Root",
"eg http://yourdomain.com" => "eg http://yourdomain.com",
"eg ftp.yourdomain.com" => "eg ftp.yourdomain.com",
"eg user123" => "eg user123",
"eg pass123" => "eg pass123",
"Use PASV mode..." => "Use PASV mode if your FTP site requires it and choose the data transfer type - ASCII or binary",
"eg /htdocs" => "eg /htdocs",
"PASV connection off" => "PASV connection off",
"PASV connection on" => "PASV connection on",
"ASCII transfer" => "ASCII transfer",
"Binary transfer" => "Binary transfer",
"Add" => "Add",
"Choose" => "Choose",
"Update" => "Update",
],
"get-branch" => [],
"headers" =>
[
"Bad CSRF token..." => "Fehlerhafter CSRF Token. Bitte den Fehler an https://github.com/icecoder/ICEcoder damit das Problem gel&ouml;st werden kann."
"Bad CSRF token..." => "Fehlerhafter CSRF Token. Bitte den Fehler an https://github.com/icecoder/ICEcoder damit das Problem gel&ouml;st werden kann.",
],
"help" =>
@@ -166,6 +215,8 @@ $text = [
"Jump to definition" => "Zur Definition springen / zur&uml;ck springen",
"Comment uncomment" => "Kommentieren / Auskommentieren",
"Insert tab indent" => "Tab einf&uuml;gen / Gedankenstrich selektiert",
"Insert more" => "Indent more",
"Insert less" => "Indent less",
"Wrap with div" => "Mit &lt;div&gt; umschlie&szlig;en",
"Wrap with span" => "Mit &lt;span&gt; umschlie&szlig;en",
"Wrap unwrap p" => "Umschlie&szlig;en / unwrap with &lt;p&gt;",
@@ -174,6 +225,7 @@ $text = [
"Wrap unwrap i" => "Umschlie&szlig;en / Mit &lt;i&gt; auschlie&szlig;en",
"Wrap unwrap strong" => "Umschlie&szlig;en / Mit &lt;strong&gt; auschlie&szlig;en",
"Wrap unwrap em" => "Umschlie&szlig;en / Mit &lt;em&gt; auschlie&szlig;en",
"Wrap unwrap li" => "Wrap / unwrap with &lt;li&gt;",
"Wrap unwrap h1..." => "Umschlie&szlig;en / Mit &lt;h1&gt; - &lt;h3&gt; auschlie&szlig;en",
"End line with..." => "Zeile abschlie&szlig;en mit &lt;br&gt;",
"Close tab" => "Tab schlie&szlig;en",
@@ -189,6 +241,7 @@ $text = [
"Close current tab" => "Aktuellen Tab schlie&szlig;en",
"Open file prompt" => "Datei &ouml;ffnen Dialog anzeigen",
"Find" => "Finden",
"Previous" => "Previous",
"Focus on Go..." => "Fokus auf Gehe zu Zeile Feld setzen",
"Save" => "Speichern",
"Save as" => "Speichern als ...",
@@ -196,7 +249,48 @@ $text = [
"Contract expand file..." => "Alle Dateien / Verzeichnisse anzeigen",
"Fold unfold current..." => "Aktuelle Zeile einklappen",
"Refocus on document" => "Erneut den Fokus auf das Dokument setzen",
"Cancel tasks" => "Vorgang abbrechen"
"Cancel tasks" => "Vorgang abbrechen",
"Zoom out" => "Zoom out all non-function/class declarations",
"Jump to" => "Jump to declaration of class/function",
"Jump to previous tab" => "Jump to previous tab",
],
"icecoder" =>
[
"results" => "results",
"No text selected..." => "No text selected to search on",
"all files" => "all files",
"all filenames" => "all filenames",
"selected files" => "selected files",
"selected filenames" => "selected filenames",
"Creating Folder" => "Creating Folder",
"Sorry you can..." => "Sorry, you can only have 100 files open at a time!",
"Opening File" => "Opening File",
"Enter relative file..." => "Enter relative file path (prefixed with /) or remote URL\\nYou can enter \\n'/path/file:123' or \\n'/path/file(123)' or \\n'/path/file.ext line 123' \\nto go directly to particular line",
"Getting" => "Getting",
"Saving" => "Saving:",
"Please enter the..." => "Please enter the new name for",
"Renaming to" => "Renaming to",
"Moving to" => "Moving to",
"Deleting File" => "Deleting File",
"Pasting File" => "Pasting File",
"Sorry cannot paste..." => "Sorry, cannot paste a whole root",
"Nothing to paste..." => "Nothing to paste, copy a file/folder first!",
"and" => "and",
"this document" => "this document",
"replace" => "replace",
"replace all" => "replace all",
"file" => "file",
"Replacing text in" => "Replacing text in",
"Sorry there was..." => "Sorry, there was an error with your request.\\n\\nPlease check your dev tools console for more info.",
"Cancelled tasks" => "Cancelled tasks",
"Open previous files" => "Open previous files?",
"Please note for..." => "Please note: for updating to work properly, you need to have write access on all ICEcoder dirs & files. It will first check if this is the case and list any unwriteable (and therefore unmoveable) files.\\n\\nIf you need to recover this version of ICEcoder for any reason, you'll find it in the /tmp dir.\\n\\nClick OK to proceed with the check and auto-update, or cancel to visit the ICEcoder site so you can grab the zip and update manually.",
"You can start..." => "You can start bug reporting in Help > Settings",
"Error cannot find..." => "Error: cannot find/access the error file paths",
"No new errors..." => "No new errors found",
"You have made..." => "You have made changes. Are you sure you want to close without saving?",
"Close all tabs" => "Close all tabs?",
],
"login" =>
@@ -205,9 +299,10 @@ $text = [
"login" => "Login",
"To disable registration..." => "Um den Registrierungsmodus zu deaktivieren, &ouml;ffne im Men&uuml; die Einstellungen oder die Datein data/config-settings.php und setze unter enableRegistration auf false, danach lade die Seite erneut.",
"Registration mode enabled" => "Registrierungsmodus aktiviert",
"disable further registrations" => "disable further registrations",
"auto-check for updates" => "Automatisch nach Update suchen",
"To put into..." => "Um den Mehrbenutzermodus zu aktivieren, &ouml;ffne im Men&uuml; die Einstellungen oder die Datein data/config-settings.php und setze unter multiUser auf true, danach lade die Seite erneut",
"multi-user" => "Mehrbenutzermodus"
"multi-user" => "Mehrbenutzermodus",
],
"multiple-results" =>
@@ -225,7 +320,7 @@ $text = [
"No matches found" => "Nichts gefunden",
"selected" => "Ausgew&auml;hlte",
"found in" => "Gefunden in",
"Replaced" => "Ersetzen"
"Replaced" => "Ersetzen",
],
"plugins-manager" =>
@@ -245,7 +340,7 @@ $text = [
"Update" => "Update",
"Install" => "Installieren",
"Uninstall" => "Deinstallieren",
"Reload after install..." => "Neuladen nach der Installation erforderlich"
"Reload after install..." => "Neuladen nach der Installation erforderlich",
],
"properties" =>
@@ -267,18 +362,18 @@ $text = [
"Write" => "Schreiben",
"Execute" => "Ausf&uuml;hren",
"Change to" => "&Auml;ndern um",
"update" => "aktualisieren"
"update" => "aktualisieren",
],
"settings-common" =>
[
"Your document does..." => "Das Dokument scheint nicht in UTF-8 codiert zu sein, darum wurde es angepasst"
"Your document does..." => "Das Dokument scheint nicht in UTF-8 codiert zu sein, darum wurde es angepasst",
],
"settings-save-current-files" =>
[
"Cannot update config..." => "Kann Konfigurationsdatei nicht aktualisieren. Bitte Schreibrechte vergeben",
"and try again" => "und versuch es noch mal"
"and try again" => "und versuch es noch mal",
],
"settings-screen" =>
@@ -289,7 +384,15 @@ $text = [
"git" => "git",
"codemirror version" => "CodeMirror Version",
"file manager root" => "Stammverzeichnis vom Dateimanager",
"Free to use..." => "Kostenfrei nutzbar, kommerziell oder nicht. Gebt mir Bescheid &uuml;ber eure Nutzung oder Anpassungen. :)<br><br>Keine Garantie oder Haftung, Nutzung auf eigene Gefahr.<br><br>Viele fantastische Leute und Unternehmen haben dabei geholfen ICEcoder zu dem zu machen, was es heute ist. Und es sind zu viele um ihnen einzelen zu danken. Eine vollst&auml;ndige Liste gibt es unter",
"backups" => "backups",
"keep version control..." => "keep version control backups for",
"day" => "day",
"days" => "days",
"of backups stored..." => "of backups stored currently",
"deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
"local/server items..." => "local/server items only",
"Get in contact..." => "Get in contact by...",
"You may use..." => "You may use ICEcoder for your own purposes, commercial or not, just let us know of any cool uses or customisations. :)<br><br>No warranty or liability accepted for anything, all responsibility of use is your own.",
"functionality" => "Funktionalit&auml;t",
"check for updates..." => "Bei jedem Ladem nach Updates suchen",
"auto open last..." => "Lade automatisch alle zuletzt ge&ouml;ffneten Datein beim Login",
@@ -307,20 +410,28 @@ $text = [
"banned files/folders" => "verbannte Dateien/Verzeichnisse",
"banned paths" => "verbannte Verzeichnisse",
"ip addresses" => "IP Adressen",
"auto-logout after" => "auto-logout after",
"mins of inactivity..." => "mins of inactivity if no unsaved files",
"Slash prefixed comma..." => "Schr&auml;gstrich vorangestellt, durch Komma getrennt",
"Comma delimited" => "Komma getrennt",
"style" => "Style",
"theme" => "Theme",
"line wrapping" => "Zeilenumbruch",
"line numbers" => "line numbers",
"scrollbars" => "Bildlaufleisten",
"indent type" => "Einr&uuml;ckung mit",
"indent size" => "Tabweite",
"match brackets" => "match brackets",
"show trailing space" => "show trailing space",
"font size" => "Schriftgr&ouml;&szlig;e",
"auto indent" => "auto indent",
"auto close tags" => "auto close tags",
"auto close brackets" => "auto close brackets",
"layout" => "Layout",
"plugin panel aligned" => "Ausrichtung Plugin-Panel",
"file manager" => "Dateimanager",
"root" => "Stammordner",
"Set 0 to..." => "Set 0 to disable",
"Slash prefixed" => "Schr&auml;gstrich vorangestellt",
"bug reporting" => "Fehlermeldung",
"check in files" => "Dateien einchecken",
@@ -330,19 +441,32 @@ $text = [
"multi-user" => "Mehrbenutzer",
"Make sure you..." => "Sei sicher, dass du dich nicht selber aussperrst",
"Registration" => "Registrieren",
"update" => "aktualisieren"
"update" => "aktualisieren",
],
"settings-update" =>
[
"Cannot update config..." => "Kann Konfigurationsdatei nicht aktualisieren. Bitte Schreibrechte vergeben",
"and try again" => "und versuch es noch einmal",
"and press refresh" => "und dr&uuml;ck Neu laden"
"and press refresh" => "und dr&uuml;ck Neu laden",
],
"updater" =>
[
"Update appears to..." => "Update scheint erolgreich gelaufen zu sein"
]
"Update appears to..." => "Update scheint erolgreich gelaufen zu sein",
],
"find-in-files" =>
[
"Enter path to search in" => "Enter path to search in",
"Enter semicolon-separated masks..." => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)",
"Type of text" => "Type of text",
"Fixed text" => "Fixed text",
"Regular expression" => "Regular expression",
"Case sensitive" => "Case sensitive",
"Yes" => "Yes",
"No" => "No",
"Search" => "Search",
],
];

View File

@@ -2,7 +2,6 @@
// Italian language translation
// by: @pietrondo (GitHub)
// @pietrobravo (Twitter)
// blog.pietrocapriata.me (sito web)
// Please preserve formatting, line breaks, special characters, anything in <tags> and HTML equivalents (eg &amp;). Translations on right side.
@@ -12,9 +11,9 @@ $text = [
"editor" =>
[
"server" => "server",
"Server name, OS..." => "Nome server, Sistema operativo e indirizzo IP...",
"Root" => "Root:",
"server" => "server",
"Server name, OS..." => "Nome server, Sistema operativo e indirizzo IP...",
"Root" => "Root:",
"ICEcoder root" => "ICEcoder root:",
"PHP version" => "Versione PHP",
"Date & time" => "Ora e data:",
@@ -31,7 +30,7 @@ $text = [
"Lock" => "Blocca",
"Refresh" => "Aggiorna",
"Plugins" => "Plugins",
"ROOT" => "[ROOT]"
"ROOT" => "[ROOT]",
],
"index" =>
@@ -96,18 +95,33 @@ $text = [
"View" => "Visualizza",
"Bug reporting not active" => "Segnalazione bug non attiva",
"Single pane" => "Pannello singolo",
"Diff pane also" => "Pannello delle differenze"
"Diff pane also" => "Pannello delle differenze",
],
// /LIB
"auto-logout-warning" =>
[
"Auto Logout Warning" => "Auto logout warning",
"You will be..." => "You will be logged out after",
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
],
"backup-versions" =>
[
"backup" => "backup",
"backups" => "backups",
"available for" => "available for",
],
"bug-files-check" =>
[
"Found in" => "Trovato in:"
"Found in" => "Trovato in:",
],
"file-control" =>
[
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",
"Sorry" => "Spiacente",
"does not seem..." => "non sembra esistere sul server",
"Sorry, could not..." => "Siamo spiacenti, non è possibile ottenere i contenuti di",
@@ -123,6 +137,7 @@ $text = [
"Sorry, cannot save" => "Siamo spiacenti, non è possibile salvare",
"Sorry, cannot replace..." => "Siamo spiacenti, non è possibile sostituire il testo",
"Sorry, cannot change..." => "Siamo spiacenti, non è possibile cambiare i permessi",
"Sorry, cannot delete more..." => "Sorry, cannot delete more then one item at a time under FTP mode",
"Sorry, cannot delete..." => "Siamo spiacenti, non è possibile cancellare la cartella root",
"Sorry, cannot delete" => "Siamo spiacenti, non è possibile cancellare",
"Sorry, this file..." => "Siamo spiacenti, questo file è stato cambiato, non è possibile salvarlo",
@@ -131,14 +146,45 @@ $text = [
"displayed at" => "visualizzato in",
"Enter filename to..." => "Inserisci il nome del file da salvare in",
"That file exists..." => "Questo file esiste già, sovrascrivere??",
"Saving" => "Stiamo salvando"
"Saving" => "Stiamo salvando",
],
"ftp-manager" =>
[
"Saving FTP sites" => "Saving FTP sites",
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again",
"ftp manager" => "ftp manager",
"Choose existing site" => "Choose existing site",
"Are you sure..." => "Are you sure you wish to remove this site?",
"Add new site" => "Add new site",
"Edit site" => "Edit site",
"Site base" => "Site base",
"Host" => "Host",
"Username" => "Username",
"Password" => "Password",
"PASV and mode" => "PASV and mode",
"Root" => "Root",
"eg http://yourdomain.com" => "eg http://yourdomain.com",
"eg ftp.yourdomain.com" => "eg ftp.yourdomain.com",
"eg user123" => "eg user123",
"eg pass123" => "eg pass123",
"Use PASV mode..." => "Use PASV mode if your FTP site requires it and choose the data transfer type - ASCII or binary",
"eg /htdocs" => "eg /htdocs",
"PASV connection off" => "PASV connection off",
"PASV connection on" => "PASV connection on",
"ASCII transfer" => "ASCII transfer",
"Binary transfer" => "Binary transfer",
"Add" => "Add",
"Choose" => "Choose",
"Update" => "Update",
],
"get-branch" => [],
"headers" =>
[
"Bad CSRF token..." => "Bad CSRF token. Per favore riporta l\'errore a https://github.com/icecoder/ICEcoder così che possa essere fixato."
"Bad CSRF token..." => "Bad CSRF token. Per favore riporta l\'errore a https://github.com/icecoder/ICEcoder così che possa essere fixato.",
],
"help" =>
@@ -169,6 +215,8 @@ $text = [
"Jump to definition" => "Vai a definizione / torna indietro",
"Comment uncomment" => "Commento / decommenta",
"Insert tab indent" => "Inserisci tab / rientro selezionato",
"Insert more" => "Indent more",
"Insert less" => "Indent less",
"Wrap with div" => "Includi con &lt;div&gt;",
"Wrap with span" => "Includi &lt;span&gt;",
"Wrap unwrap p" => "Includi / escludi con &lt;p&gt;",
@@ -193,6 +241,7 @@ $text = [
"Close current tab" => "Chiudi tab corrente",
"Open file prompt" => "Open file prompt",
"Find" => "Trova",
"Previous" => "Previous",
"Focus on Go..." => "Focus on Go to line input",
"Save" => "Salva",
"Save as" => "Salva come...",
@@ -200,7 +249,10 @@ $text = [
"Contract expand file..." => "Contrai / espandi file manager",
"Fold unfold current..." => "Piega / dispiega riga corrente",
"Refocus on document" => "Refocus sul documento",
"Cancel tasks" => "Cancella compito"
"Cancel tasks" => "Cancella compito",
"Zoom out" => "Zoom out all non-function/class declarations",
"Jump to" => "Jump to declaration of class/function",
"Jump to previous tab" => "Jump to previous tab",
],
"icecoder" =>
@@ -216,6 +268,7 @@ $text = [
"Opening File" => "Apertura file",
"Enter relative file..." => "Digita il percorso relativo (con / di prefisso) o l\'url remoto",
"Getting" => "Getting",
"Saving" => "Saving:",
"Please enter the..." => "Per favore digita un nuovo nome per",
"Renaming to" => "Rinominando a ",
"Moving to" => "Muovendo a",
@@ -229,6 +282,7 @@ $text = [
"replace all" => "sostituisci tutto",
"file" => "file",
"Replacing text in" => "Sostituisci il testo con",
"Sorry there was..." => "Sorry, there was an error with your request.\\n\\nPlease check your dev tools console for more info.",
"Cancelled tasks" => "Compiti cancellati",
"Open previous files" => "Aprire i file precedenti?",
"Please note for..." => "Si prega di notare: affinche l\'aggiornamento funzioni correttamente, è necessario disporre dei permessi di scrittura e cancellazione su tutti le cartelle e file di ICEcoder e. Se è necessario ripristinare questa versione di ICEcoder per qualsiasi motivo, lo troverete nella directory / tmp dir. Fare clic su OK per procedere con l\'aggiornamento automatico o annullare a visitare il sito ICEcoder in modo da poter utilizzare la zip e aggiornare manualmente.",
@@ -237,7 +291,6 @@ $text = [
"No new errors..." => "Nessun nuovo errore trovato",
"You have made..." => "Hai fatto alcuni cambiamenti. Sei sicuro che vuoi chiudere senza prima salvare?",
"Close all tabs" => "Chiudere tutte le tabs?",
"results" => "risultati"
],
"login" =>
@@ -246,9 +299,10 @@ $text = [
"login" => "login",
"To disable registration..." => "Per disattivare la modalità di registrazione, apri il menu delle impostazioni o aprire data/config-settings.php e cambia enableRegistration in false quindi ricarica questa pagina",
"Registration mode enabled" => "Modalità di registrazione abilitata",
"disable further registrations" => "disable further registrations",
"auto-check for updates" => "auto-check per aggiornamenti",
"To put into..." => "Per mettere in modalità multi-utente, aprire il menu delle impostazioni o apri data/config-settings.php e cambiare multiutente su true quindi ricarica questa pagina",
"multi-user" => "multi-user"
"multi-user" => "multi-user",
],
"multiple-results" =>
@@ -266,7 +320,7 @@ $text = [
"No matches found" => "No matches found",
"selected" => "selected",
"found in" => "found in",
"Replaced" => "Replaced"
"Replaced" => "Replaced",
],
"plugins-manager" =>
@@ -286,7 +340,7 @@ $text = [
"Update" => "Update",
"Install" => "Install",
"Uninstall" => "Uninstall",
"Reload after install..." => "Reload after install required"
"Reload after install..." => "Reload after install required",
],
"properties" =>
@@ -308,18 +362,18 @@ $text = [
"Write" => "Scrittura",
"Execute" => "Esecuzione",
"Change to" => "Cambia a",
"update" => "aggiorna"
"update" => "aggiorna",
],
"settings-common" =>
[
"Your document does..." => "Il tuo documento non sembra essere in formato UTF-8 per questo viene corretto"
"Your document does..." => "Il tuo documento non sembra essere in formato UTF-8 per questo viene corretto",
],
"settings-save-current-files" =>
[
"Cannot update config..." => "Impossibile aggiornare il file di configurazione. Si prega di impostare i permessi di scrittura pubblica su",
"and try again" => "e prova ancora"
"and try again" => "e prova ancora",
],
"settings-screen" =>
@@ -330,7 +384,15 @@ $text = [
"git" => "git",
"codemirror version" => "versione codemirror ",
"file manager root" => "root di file manager ",
"Free to use..." => "Libero di usarlo per i propri scopi, commerciali e non, facendomelo solo sapere per eventuali nuovi e interessanti utilizzi o personalizzazioni. :) <br> Nessuna garanzia o responsabilità, tutte le responsabilità di utilizzo è vostra. <br> Un sacco di aziende e persone fantastiche hanno contribuito a costruire ICEcoder e ce ne sarebbero troppi da ringraziare. Si prega di consultare la lista completa a",
"backups" => "backups",
"keep version control..." => "keep version control backups for",
"day" => "day",
"days" => "days",
"of backups stored..." => "of backups stored currently",
"deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
"local/server items..." => "local/server items only",
"Get in contact..." => "Get in contact by...",
"You may use..." => "You may use ICEcoder for your own purposes, commercial or not, just let us know of any cool uses or customisations. :)<br><br>No warranty or liability accepted for anything, all responsibility of use is your own.",
"functionality" => "funzionalità",
"check for updates..." => "controlla aggiornamenti all\'avvio",
"auto open last..." => "Apri automaticamente ultimi file al login",
@@ -348,20 +410,28 @@ $text = [
"banned files/folders" => "file e cartelle vietati",
"banned paths" => "percorsi vietati",
"ip addresses" => "indirizzo ip",
"auto-logout after" => "auto-logout after",
"mins of inactivity..." => "mins of inactivity if no unsaved files",
"Slash prefixed comma..." => "slash di prefisso, delimitato da virgole",
"Comma delimited" => "delimitato da virgole",
"style" => "style",
"theme" => "tema",
"line wrapping" => "a capo automatico",
"line numbers" => "line numbers",
"scrollbars" => "barre di scorrimento",
"indent type" => "tipo di rientro",
"indent size" => "dimensioni rientro",
"match brackets" => "match brackets",
"font size" => "dimensione font ",
"show trailing space" => "show trailing space",
"auto indent" => "auto indent",
"auto close tags" => "auto close tags",
"auto close brackets" => "auto close brackets",
"layout" => "layout",
"plugin panel aligned" => "Pannello plug inallineato",
"file manager" => "file manager",
"root" => "root",
"Set 0 to..." => "Set 0 to disable",
"Slash prefixed" => "barra obliqua prefisso",
"bug reporting" => "bug reporting",
"check in files" => "check in files",
@@ -371,19 +441,19 @@ $text = [
"multi-user" => "multi-user",
"Make sure you..." => "Assicurati di non bloccarti fuori",
"Registration" => "Registrazione",
"update" => "aggiorna"
"update" => "aggiorna",
],
"settings-update" =>
[
"Cannot update config..." => "Non posso aggiornare il file config. Per favore permetti l\'accesso pubblico di scrittura",
"and try again" => "e prova ancora",
"and press refresh" => "e premi aggiorna"
"and press refresh" => "e premi aggiorna",
],
"updater" =>
[
"Update appears to..." => "L\'aggiornamento sembra andato bene"
"Update appears to..." => "L\'aggiornamento sembra andato bene",
],
"find-in-files" =>
@@ -397,6 +467,6 @@ $text = [
"Yes" => "Si",
"No" => "No",
"Search" => "Cerca",
]
],
];

View File

@@ -11,7 +11,6 @@ $text = [
"editor" =>
[
"Click icons for..." => "<b>Klikk på ikoner<br>for hjelp &<br>bruk av info</b>",
"server" => "server",
"Server name, OS..." => "Server navn, OS & IP:",
"Root" => "Root:",
@@ -24,14 +23,14 @@ $text = [
"files" => "filer",
"Last 10 files..." => "Siste 10 åpne filer:",
"none" => "[none]",
"results" => "resultater"
],
"files" =>
[
"Lock" => "Steng",
"Refresh" => "Last igjen",
"ROOT" => "[ROOT]"
"Plugins" => "Plugins",
"ROOT" => "[ROOT]",
],
"index" =>
@@ -41,9 +40,10 @@ $text = [
"Your version is" => "Din versjon er",
"Update now" => "Oppdater nå",
"You have some..." => "Du har noe ulagrede endringer",
"Are you sure you want to close?" => "Are you sure you want to close?",
"Are you sure..." => "Are you sure you want to close?",
"working" => "arbeider",
"Color picker" => "Fargevelger",
"Plugins Manager" => "Plugins Manager",
"New File" => "Ny Fil",
"New Folder" => "Ny Mappe",
"Upload File(s)" => "Last opp Fil(er)",
@@ -58,7 +58,7 @@ $text = [
"Properties" => "Egenskaper",
"File" => "Fil",
"Edit" => "Redigere",
"Remote" => "Ekstern",
"Source" => "Source",
"Help" => "Hjelp",
"Save" => "Lagre",
"Save As" => "Lagre Som",
@@ -93,18 +93,35 @@ $text = [
"all filenames" => "alle filenavn",
"Go to Line" => "Gå til Linje",
"View" => "Vis",
"Bug reporting not active" => "Bug rapportering ikke aktiv"
"Bug reporting not active" => "Bug rapportering ikke aktiv",
"Single pane" => "Single pane",
"Diff pane also" => "Diff pane also",
],
// /LIB
"auto-logout-warning" =>
[
"Auto Logout Warning" => "Auto logout warning",
"You will be..." => "You will be logged out after",
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
],
"backup-versions" =>
[
"backup" => "backup",
"backups" => "backups",
"available for" => "available for",
],
"bug-files-check" =>
[
"Found in" => "Funnet i:"
"Found in" => "Funnet i:",
],
"file-control" =>
[
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",
"Sorry" => "Beklager",
"does not seem..." => "synes ikke å eksistere på serveren",
"Sorry, could not..." => "Beklager, kunne ikke få innholdet i",
@@ -120,6 +137,7 @@ $text = [
"Sorry, cannot save" => "Beklager, kan ikke lagre",
"Sorry, cannot replace..." => "Beklager, kan ikke erstatte tekst i",
"Sorry, cannot change..." => "Beklager, kan ikke endre tillatelser på",
"Sorry, cannot delete more..." => "Sorry, cannot delete more then one item at a time under FTP mode",
"Sorry, cannot delete..." => "Beklager, kan ikke slette rotnivå",
"Sorry, cannot delete" => "Beklager, kan ikke slette",
"Sorry, this file..." => "Beklager, denne filen er endret, kan ikke lagre",
@@ -128,7 +146,38 @@ $text = [
"displayed at" => "vises på",
"Enter filename to..." => "Skriv inn filnavnet for å lagre på",
"That file exists..." => "Denne filen eksisterer allerede, skriv over?",
"Saving" => "Lagring"
"Saving" => "Lagring",
],
"ftp-manager" =>
[
"Saving FTP sites" => "Saving FTP sites",
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again",
"ftp manager" => "ftp manager",
"Choose existing site" => "Choose existing site",
"Are you sure..." => "Are you sure you wish to remove this site?",
"Add new site" => "Add new site",
"Edit site" => "Edit site",
"Site base" => "Site base",
"Host" => "Host",
"Username" => "Username",
"Password" => "Password",
"PASV and mode" => "PASV and mode",
"Root" => "Root",
"eg http://yourdomain.com" => "eg http://yourdomain.com",
"eg ftp.yourdomain.com" => "eg ftp.yourdomain.com",
"eg user123" => "eg user123",
"eg pass123" => "eg pass123",
"Use PASV mode..." => "Use PASV mode if your FTP site requires it and choose the data transfer type - ASCII or binary",
"eg /htdocs" => "eg /htdocs",
"PASV connection off" => "PASV connection off",
"PASV connection on" => "PASV connection on",
"ASCII transfer" => "ASCII transfer",
"Binary transfer" => "Binary transfer",
"Add" => "Add",
"Choose" => "Choose",
"Update" => "Update",
],
"get-branch" => [],
@@ -166,6 +215,8 @@ $text = [
"Jump to definition" => "Hopp til definisjon/hopp tilbake",
"Comment uncomment" => "Kommentar/fjern kommentar",
"Insert tab indent" => "Sett inn innrykk/valgt innrykk",
"Insert more" => "Indent more",
"Insert less" => "Indent less",
"Wrap with div" => "Wrap med <div>",
"Wrap with span" => "Wrap med <span>",
"Wrap unwrap p" => "Wrap/uwrap med <p>",
@@ -190,6 +241,7 @@ $text = [
"Close current tab" => "Lukk gjeldende fane",
"Open file prompt" => "Åpne fil prompt",
"Find" => "Finn",
"Previous" => "Previous",
"Focus on Go..." => "Fokus på Gå til linje inndata",
"Save" => "Lagre",
"Save as" => "Lagre som...",
@@ -197,17 +249,26 @@ $text = [
"Contract expand file..." => "Trekk sammen/utvid filbehandler",
"Fold unfold current..." => "Brett/utfold gjeldende linje",
"Refocus on document" => "Refokusere på dokument",
"Cancel tasks" => "Avbryt oppgaver"
"Cancel tasks" => "Avbryt oppgaver",
"Zoom out" => "Zoom out all non-function/class declarations",
"Jump to" => "Jump to declaration of class/function",
"Jump to previous tab" => "Jump to previous tab",
],
"icecoder" =>
[
"results" => "results",
"No text selected..." => "Ingen tekst valgt til å søke på",
"all files" => "all files",
"all filenames" => "all filenames",
"selected files" => "selected files",
"selected filenames" => "selected filenames",
"Creating Folder" => "Lage mappe",
"Sorry you can..." => "Beklager, du kan bare ha 100 filer åpne samtidig!",
"Opening File" => "Åpner Fil",
"Enter relative file..." => "Oppgi den relative filstien (med prefiks /) eller ekstern URL",
"Getting" => "Får",
"Saving" => "Saving:",
"Please enter the..." => "Skriv inn det nye navnet på",
"Renaming to" => "Endre navn til",
"Moving to" => "Flytt til",
@@ -215,7 +276,13 @@ $text = [
"Pasting File" => "Lim inn Fil",
"Sorry cannot paste..." => "Beklager, kan ikke lime inn en hel rot mappe",
"Nothing to paste..." => "Ingenting å lime inn, kopiere en fil/mappe først!",
"Replacing text in" => "Erstatte tekst i",
"and" => "and",
"this document" => "this document",
"replace" => "replace",
"replace all" => "replace all",
"file" => "file",
"Replacing text in" => "Replacing text in","Replacing text in" => "Erstatte tekst i",
"Sorry there was..." => "Sorry, there was an error with your request.\\n\\nPlease check your dev tools console for more info.",
"Cancelled tasks" => "Kansellerte oppgaver",
"Open previous files" => "Åpne siste filer?",
"Please note for..." => "Vennligst merk: for at oppdatering skal fungere skikkelig, må du ha skrive/slette tilgang til alle ICEcoder kataloger og filer. Hvis du trenger å gjenopprette denne versjonen av ICEcoder av en eller annen grunn, vil du finne den i /tmp mappen. Klikk OK for å fortsette med en auto-oppdatering eller avbryt for å besøke ICEcoder området slik at du kan ta tak i zip-filen og oppdatere manuelt.",
@@ -223,7 +290,7 @@ $text = [
"Error cannot find..." => "Feil: kan ikke finne/få tilgang til feil filstier",
"No new errors..." => "Ingen feil funnet",
"You have made..." => "Du har gjort endringer. Er du sikker på, at du vil lukke uten å lagre?",
"Close all tabs" => "Lukk alle faner?"
"Close all tabs" => "Lukk alle faner?",
],
"login" =>
@@ -232,9 +299,10 @@ $text = [
"login" => "logginn",
"To disable registration..." => "Hvis du vil deaktivere registreringsmodus, åpne innstillingsmenyen eller åpne data/config-settings.php og endre/aktiver Påmelding til 'false', deretter laste siden om igjen",
"Registration mode enabled" => "Registreringsmodus aktivert",
"disable further registrations" => "disable further registrations",
"auto-check for updates" => "auto-sjekk for oppdateringer",
"To put into..." => "Å sette til flerbrukermodus, åpne innstillingsmenyen eller åpne data/config-settings.php og endre flerbruker til 'true', deretter laste siden om igjen",
"multi-user" => "flerbruker"
"multi-user" => "flerbruker",
],
"multiple-results" =>
@@ -252,7 +320,7 @@ $text = [
"No matches found" => "Ingen treff",
"selected" => "valgt",
"found in" => "funnet i",
"Replaced" => "Erstattet"
"Replaced" => "Erstattet",
],
"plugins-manager" =>
@@ -272,7 +340,7 @@ $text = [
"Update" => "Oppdater",
"Install" => "Installer",
"Uninstall" => "Avinstaller",
"Reload after install..." => "Omstart etter installasjon nødvendig"
"Reload after install..." => "Omstart etter installasjon nødvendig",
],
"properties" =>
@@ -294,18 +362,18 @@ $text = [
"Write" => "Skrive",
"Execute" => "Kjøre",
"Change to" => "Endre til",
"update" => "oppdatere"
"update" => "oppdatere",
],
"settings-common" =>
[
"Your document does..." => "Dokumentet ser ikke ut til å være i UTF-8 koding, derfor har det blitt omgjort"
"Your document does..." => "Dokumentet ser ikke ut til å være i UTF-8 koding, derfor har det blitt omgjort",
],
"settings-save-current-files" =>
[
"Cannot update config..." => "Kan ikke oppdatere konfigurasjonsfilen. Vennligst sett offentlige skriverettigheter",
"and try again" => "og prøv igjen"
"and try again" => "og prøv igjen",
],
"settings-screen" =>
@@ -316,7 +384,15 @@ $text = [
"git" => "git",
"codemirror version" => "codemirror versjon",
"file manager root" => "filbehandler root",
"Free to use..." => "Gratis å bruke den til eget formål, kommersielle eller ikke, bare gi meg beskjed om eventuelle kule bruk eller tilpasninger. :) <br>Ingen garanti eller erstatningsansvar aksepteres for noe som helst, det er ditt eget ansvar for all bruk.<br>Mange fantastiske mennesker og bedrifter har bidratt til å bygge ICEcoder og det er for mange å takke her. Vennligst se hele listen på",
"backups" => "backups",
"keep version control..." => "keep version control backups for",
"day" => "day",
"days" => "days",
"of backups stored..." => "of backups stored currently",
"deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
"local/server items..." => "local/server items only",
"Get in contact..." => "Get in contact by...",
"You may use..." => "You may use ICEcoder for your own purposes, commercial or not, just let us know of any cool uses or customisations. :)<br><br>No warranty or liability accepted for anything, all responsibility of use is your own.",
"functionality" => "funksjonalitet",
"check for updates..." => "se etter oppdateringer ved start",
"auto open last..." => "åpne automatisk siste filer ved innlogging",
@@ -334,20 +410,28 @@ $text = [
"banned files/folders" => "forbudte filer/mapper",
"banned paths" => "forbudte stier",
"ip addresses" => "ip adresser",
"auto-logout after" => "auto-logout after",
"mins of inactivity..." => "mins of inactivity if no unsaved files",
"Slash prefixed comma..." => "Slash som prefiks, komma som skille",
"Comma delimited" => "Skilled med komma",
"style" => "stil",
"theme" => "tema",
"line wrapping" => "linjebryting",
"line numbers" => "line numbers",
"scrollbars" => "rullefelt",
"indent type" => "innrykk type",
"indent size" => "innrykk størr.",
"match brackets" => "match brackets",
"show trailing space" => "show trailing space",
"font size" => "skrift størr.",
"auto indent" => "auto indent",
"auto close tags" => "auto close tags",
"auto close brackets" => "auto close brackets",
"layout" => "layout",
"plugin panel aligned" => "programtilleggspanel justert",
"file manager" => "filbehandler",
"root" => "root",
"Set 0 to..." => "Set 0 to disable",
"Slash prefixed" => "Slash prefiks",
"bug reporting" => "feil rapportering",
"check in files" => "sjekke blant filer",
@@ -357,19 +441,32 @@ $text = [
"multi-user" => "flerbruker",
"Make sure you..." => "Pass på, at du ikke stenger deg ut selv",
"Registration" => "Registrering",
"update" => "oppdatere"
"update" => "oppdatere",
],
"settings-update" =>
[
"Cannot update config..." => "Kan ikke oppdatere konfigurasjonsfilen. Vennligst sett offentlige skriverettigheter;",
"and try again" => "og prøv igjen",
"and press refresh" => "og trykk refresh"
"and press refresh" => "og trykk refresh",
],
"updater" =>
[
"Update appears to..." => "Oppdatering synes å være vellykket"
]
"Update appears to..." => "Oppdatering synes å være vellykket",
],
"find-in-files" =>
[
"Enter path to search in" => "Enter path to search in",
"Enter semicolon-separated masks..." => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)",
"Type of text" => "Type of text",
"Fixed text" => "Fixed text",
"Regular expression" => "Regular expression",
"Case sensitive" => "Case sensitive",
"Yes" => "Yes",
"No" => "No",
"Search" => "Search",
],
];

View File

@@ -11,7 +11,6 @@ $text = [
"editor" =>
[
"Click icons for..." => "<b>بر روی آیکن ها کلیک کنید<br>برای راهنمایی &amp;<br>اطلاعات استفاده</b>",
"server" => "سرور",
"Server name, OS..." => "نام سرور ، سیستم عامل و آی پی :",
"Root" => "روت:",
@@ -24,14 +23,14 @@ $text = [
"files" => "فایل ها",
"Last 10 files..." => "آخرین ۱۰ فایل باز شده",
"none" => "[پوچ]",
"results" => "نتایج"
],
"files" =>
[
"Lock" => "قفل",
"Refresh" => "بارگذاری مجدد",
"ROOT" => "[ریشه]"
"Plugins" => "Plugins",
"ROOT" => "[ریشه]",
],
"index" =>
@@ -41,9 +40,10 @@ $text = [
"Your version is" => "نسخه مورد استفاده شما",
"Update now" => "به روز کنید",
"You have some..." => "شما چند تغییر ذخیره نشده دارید",
"Are you sure you want to close?" => "Are you sure you want to close?",
"Are you sure..." => "Are you sure you want to close?",
"working" => "در حال کار",
"Color picker" => "اشاره گر رنگ",
"Plugins Manager" => "Plugins Manager",
"New File" => "فایل جدید",
"New Folder" => "پوشه جدید",
"Upload File(s)" => "بارگذاری فایل",
@@ -58,7 +58,7 @@ $text = [
"Properties" => "ویژگی ها",
"File" => "فایل",
"Edit" => "ویرایش",
"Remote" => "کنترل از راه دور",
"Source" => "Source",
"Help" => "کمک",
"Save" => "ذخیره",
"Save As" => "ذخیره به عنوان",
@@ -82,29 +82,46 @@ $text = [
"website" => "وب سایت",
"Close all tabs" => "بستن همه پنجره ها",
"Alphabetize tabs" => "مرتب سازی پنجره ها بر اساس حروف الفبا",
// "Find" => "یافتن",
// "in" => "در",
// "and" => "و",
// "replace" => "جایگزین کردن",
// "replace all" => "جایگزین کردن همه",
// "this document" => "این سند",
// "open documents" => "سند های باز",
// "all files" => "همه فایل ها",
// "all filenames" => "همه نام فایل ها",
"Find" => "یافتن",
"in" => "در",
"and" => "و",
"replace" => "جایگزین کردن",
"replace all" => "جایگزین کردن همه",
"this document" => "این سند",
"open documents" => "سند های باز",
"all files" => "همه فایل ها",
"all filenames" => "همه نام فایل ها",
"Go to Line" => "برو به خط",
"View" => "نمایش",
"Bug reporting not active" => "گزارش اشکال فعال نیست"
"Bug reporting not active" => "گزارش اشکال فعال نیست",
"Single pane" => "Single pane",
"Diff pane also" => "Diff pane also",
],
// /LIB
"auto-logout-warning" =>
[
"Auto Logout Warning" => "Auto logout warning",
"You will be..." => "You will be logged out after",
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
],
"backup-versions" =>
[
"backup" => "backup",
"backups" => "backups",
"available for" => "available for",
],
"bug-files-check" =>
[
"Found in" => "یافتن در :"
"Found in" => "یافتن در :",
],
"file-control" =>
[
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",
"Sorry" => "متاسفیم",
"does not seem..." => "به نظر می رسد بر روی سرور موجود نیست",
"Sorry, could not..." => "متاسفانه نمی توانیم اطلاعات را دریافت کنیم",
@@ -120,6 +137,7 @@ $text = [
"Sorry, cannot save" => "متاسفانه نمی توانیم ذخیره کنیم",
"Sorry, cannot replace..." => "متاسفانه نمی نمی توانیم جایگزین کنیم",
"Sorry, cannot change..." => "متاسفانه نمی توانیم دسترسی را تغییر دهیم",
"Sorry, cannot delete more..." => "Sorry, cannot delete more then one item at a time under FTP mode",
"Sorry, cannot delete..." => "متاسفانه نمی توانیم دسترسی ریشه را تغییر دهیم",
"Sorry, cannot delete" => "متاسفانه نمی توانیم تغییر دهیم",
"Sorry, this file..." => "متاسفانه این فایل تغییر دارد و نمی توانیم آن را ذخیره کنیم",
@@ -128,7 +146,38 @@ $text = [
"displayed at" => "نمایش داده شده در",
"Enter filename to..." => "نام فایل را برای ذخیره وارد کنید",
"That file exists..." => "این فایل هم اکنون موجود است ، جایگزین شود؟",
"Saving" => "در حال ذخره"
"Saving" => "در حال ذخره",
],
"ftp-manager" =>
[
"Saving FTP sites" => "Saving FTP sites",
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again",
"ftp manager" => "ftp manager",
"Choose existing site" => "Choose existing site",
"Are you sure..." => "Are you sure you wish to remove this site?",
"Add new site" => "Add new site",
"Edit site" => "Edit site",
"Site base" => "Site base",
"Host" => "Host",
"Username" => "Username",
"Password" => "Password",
"PASV and mode" => "PASV and mode",
"Root" => "Root",
"eg http://yourdomain.com" => "eg http://yourdomain.com",
"eg ftp.yourdomain.com" => "eg ftp.yourdomain.com",
"eg user123" => "eg user123",
"eg pass123" => "eg pass123",
"Use PASV mode..." => "Use PASV mode if your FTP site requires it and choose the data transfer type - ASCII or binary",
"eg /htdocs" => "eg /htdocs",
"PASV connection off" => "PASV connection off",
"PASV connection on" => "PASV connection on",
"ASCII transfer" => "ASCII transfer",
"Binary transfer" => "Binary transfer",
"Add" => "Add",
"Choose" => "Choose",
"Update" => "Update",
],
"get-branch" => [],
@@ -166,6 +215,8 @@ $text = [
"Jump to definition" => "برو به تعریف / برو عقب",
"Comment uncomment" => "کامتی / حذف کامیت",
"Insert tab indent" => "وارد کردن تب / انتخاب شده داخل است",
"Insert more" => "Indent more",
"Insert less" => "Indent less",
"Wrap with div" => "قرار دادن با &lt;div&gt;",
"Wrap with span" => "قرار دادن با &lt;span&gt;",
"Wrap unwrap p" => "قرار دادن / باز کردن با &lt;p&gt;",
@@ -190,6 +241,7 @@ $text = [
"Close current tab" => "بستن تب فعلی",
"Open file prompt" => "باز کردن سریع فایل",
"Find" => "یافتن",
"Previous" => "Previous",
"Focus on Go..." => "فکوس کن برای رفتن به خط ورود",
"Save" => "ذخیره",
"Save as" => "ذخیره به عنوان ...",
@@ -197,17 +249,26 @@ $text = [
"Contract expand file..." => "قرارداد / گسترش مدیریت فایل",
"Fold unfold current..." => "ریختن (فولد) / آشکار شدن فایل فعلی",
"Refocus on document" => "فوکوس مجدد در سند",
"Cancel tasks" => "لغو تسک"
"Cancel tasks" => "لغو تسک",
"Zoom out" => "Zoom out all non-function/class declarations",
"Jump to" => "Jump to declaration of class/function",
"Jump to previous tab" => "Jump to previous tab",
],
"icecoder" =>
[
"results" => "results",
"No text selected..." => "هیچ متنی برای جستجو انتخاب نشده است",
"all files" => "all files",
"all filenames" => "all filenames",
"selected files" => "selected files",
"selected filenames" => "selected filenames",
"Creating Folder" => "در حال ساخت پوشه",
"Sorry you can..." => "متاسفانه ، شما می توانید حداکثر ۱۰۰ فایل را هم زمان باز کنید !",
"Opening File" => "در حال باز کردن فایل",
"Enter relative file..." => "قراردادن مسیر فایل مشابه ( ابتدا با / ) یا لینک ریموت",
"Getting" => "دریافت",
"Saving" => "Saving:",
"Please enter the..." => "لطفا یک نام جدید وارد کنید برای",
"Renaming to" => "تغییر نام به",
"Moving to" => "انتقال به",
@@ -215,7 +276,13 @@ $text = [
"Pasting File" => "در حال پست کردن فایل",
"Sorry cannot paste..." => "متاسفانه نمی توان به ریشه چیزی اضافه کرد",
"Nothing to paste..." => "هیچ چیش برای چسباندن نیست ! ابتدا فایل / پوشه را کپی کنید",
"and" => "and",
"this document" => "this document",
"replace" => "replace",
"replace all" => "replace all",
"file" => "file",
"Replacing text in" => "جایگزین کردن متن در",
"Sorry there was..." => "Sorry, there was an error with your request.\\n\\nPlease check your dev tools console for more info.",
"Cancelled tasks" => "تسک های لغو شده ",
"Open previous files" => "بازکردن فایل های قبلی؟",
"Please note for..." => "Please note: for updating to work properly, you need to have write/delete access on all ICEcoder dirs & files. If you need to recover this version of ICEcoder for any reason, you'll find it in the /tmp dir. Click OK to proceed with an auto-update or cancel to visit the ICEcoder site so you can grab the zip and update manually.",
@@ -223,7 +290,7 @@ $text = [
"Error cannot find..." => "خطا : نمی توانید به فایل / مسیر فایل های خطا دسترسی پیدا کنید.",
"No new errors..." => "هیچ خطای جدیدی پیدا نشد",
"You have made..." => "شما تغییراتی اعمال کرده اید. آیا اطمینان دارید که میخواهید بدون ذخیره کردن فایل را ببندید؟",
"Close all tabs" => "بستن همه تب ها؟"
"Close all tabs" => "بستن همه تب ها؟",
],
"login" =>
@@ -232,9 +299,10 @@ $text = [
"login" => "ورود",
"To disable registration..." => "برای غیر فعال کردن حالت ثبت نام ، منوی تنظیمات را باز کنید و یا فایل data/config-settings.php را باز کنید و گزینه enableRegistration را به false تغییر دهید. سپس این صفحه را بارگذاری مجدد نمایید",
"Registration mode enabled" => "حالت ثبت نام فعال است",
"disable further registrations" => "disable further registrations",
"auto-check for updates" => "بررسی خودکار برای به روز رسانی",
"To put into..." => "برای وارد شدن به حالت چند کاربره ، منوی تنظیمات را باز کنید و یا فایل data/config-settings.php و گزینه multiUser را به true تغییر دهید و و ذخیره کنید. سپس این صفحه را بارگذاری مجدد نمایید",
"multi-user" => "چند کاربره"
"multi-user" => "چند کاربره",
],
"multiple-results" =>
@@ -252,7 +320,7 @@ $text = [
"No matches found" => "جستجو نتیجه ای نداشت",
"selected" => "انتخاب شده",
"found in" => "یافتن در",
"Replaced" => "جایگزین شود"
"Replaced" => "جایگزین شود",
],
"plugins-manager" =>
@@ -272,7 +340,7 @@ $text = [
"Update" => "آپدیت",
"Install" => "اینستال",
"Uninstall" => "آن انیستال",
"Reload after install..." => "بارگذاری مجدد بعد از نصب لازم است"
"Reload after install..." => "بارگذاری مجدد بعد از نصب لازم است",
],
"properties" =>
@@ -294,7 +362,7 @@ $text = [
"Write" => "نوشتن",
"Execute" => "اجرا",
"Change to" => "تغییر به",
"update" => "به روز کردن"
"update" => "به روز کردن",
],
"settings-common" =>
@@ -305,7 +373,7 @@ $text = [
"settings-save-current-files" =>
[
"Cannot update config..." => "نمیتوان فایل تنظیمات را به روز کرد ، لطفا دسترسی نوشتن را بررسی کنید در",
"and try again" => "و مجددا تلاش نمایید"
"and try again" => "و مجددا تلاش نمایید",
],
"settings-screen" =>
@@ -316,7 +384,15 @@ $text = [
"git" => "گیت",
"codemirror version" => "نسخه کد آینه",
"file manager root" => "ریشه مسیر مدیریت فایل",
"Free to use..." => "Free to use it for your own purposes, commercial or not, just let me know of any cool uses or customisations. :)<br><br>No warranty or liability accepted for anything, all responsibility of use is your own.<br><br>A lot of fantastic people and companies have helped build ICEcoder and there is too many to thank here. Please see the full list at",
"backups" => "backups",
"keep version control..." => "keep version control backups for",
"day" => "day",
"days" => "days",
"of backups stored..." => "of backups stored currently",
"deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
"local/server items..." => "local/server items only",
"Get in contact..." => "Get in contact by...",
"You may use..." => "You may use ICEcoder for your own purposes, commercial or not, just let us know of any cool uses or customisations. :)<br><br>No warranty or liability accepted for anything, all responsibility of use is your own.",
"functionality" => "تابع بندی",
"check for updates..." => "بررسی برای به روز رسانی در هنگام بارگذاری",
"auto open last..." => "باز کردن خودکار آخرین فایل ها در هنگامک بارگذاری",
@@ -334,20 +410,28 @@ $text = [
"banned files/folders" => "فایل ها / پوشه های مسدود شده",
"banned paths" => "مسیر های مسدود شده",
"ip addresses" => "آدرس آی پی",
"auto-logout after" => "auto-logout after",
"mins of inactivity..." => "mins of inactivity if no unsaved files",
"Slash prefixed comma..." => "پیشوند اسلش, با کاما از هم جدا کنید",
"Comma delimited" => "با کما جدا شوند",
"style" => "استایل",
"theme" => "قالب",
"line wrapping" => "وارپینگ خط",
"line numbers" => "line numbers",
"scrollbars" => "نوارهای پیمایش",
"indent type" => "نوع برجسته کردن",
"indent size" => "اندازه برجسته کردن",
"match brackets" => "match brackets",
"show trailing space" => "show trailing space",
"font size" => "اندازه فونت",
"auto indent" => "auto indent",
"auto close tags" => "auto close tags",
"auto close brackets" => "auto close brackets",
"layout" => "لایه",
"plugin panel aligned" => "تراز پنل پلاگین",
"file manager" => "مدیریت فایل",
"root" => "ریشه",
"Set 0 to..." => "Set 0 to disable",
"Slash prefixed" => "پیشوند اسلش",
"bug reporting" => "گزارش باگ",
"check in files" => "فایل های چک این",
@@ -357,19 +441,32 @@ $text = [
"multi-user" => "چند کاربره",
"Make sure you..." => "مطمئن شوید خود را خاریج از اینجا قفل نکرده اید",
"Registration" => "ثبت نام",
"update" => "به روز کردن"
"update" => "به روز کردن",
],
"settings-update" =>
[
"Cannot update config..." => "نمی توان فایل تنظیمات را به روز کرد ، لطفا دسترسی نوشتن را اعمال کنید در",
"and try again" => "و مجدد تلاش کنید",
"and press refresh" => "و صفحه را مجدد بارگذاری کنید"
"and press refresh" => "و صفحه را مجدد بارگذاری کنید",
],
"updater" =>
[
"Update appears to..." => "با موفقیت به روز شد"
]
];
"Update appears to..." => "با موفقیت به روز شد",
],
"find-in-files" =>
[
"Enter path to search in" => "Enter path to search in",
"Enter semicolon-separated masks..." => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)",
"Type of text" => "Type of text",
"Fixed text" => "Fixed text",
"Regular expression" => "Regular expression",
"Case sensitive" => "Case sensitive",
"Yes" => "Yes",
"No" => "No",
"Search" => "Search",
],
];

View File

@@ -2,6 +2,7 @@
// Portugu&ecirc;s do Brasil
// by: @leonardoroese (GitHub)
// Please preserve formatting, line breaks, special characters, anything in <tags> and HTML equivalents (eg &amp;). Translations on right side.
$text = [
@@ -10,7 +11,6 @@ $text = [
"editor" =>
[
"Click icons for..." => "<b>&Iacute;cones<br>para ajuda &amp;<br>info. utiliza&ccedil;&atilde;o</b>",
"server" => "Servidor",
"Server name, OS..." => "Nome do Servidor, OS & IP:",
"Root" => "Raiz:",
@@ -29,7 +29,8 @@ $text = [
[
"Lock" => "Trava",
"Refresh" => "Atualizar",
"ROOT" => "[RAIZ]"
"Plugins" => "Plugins",
"ROOT" => "[RAIZ]",
],
"index" =>
@@ -92,18 +93,35 @@ $text = [
"all filenames" => "todos nomes de arquivo",
"Go to Line" => "Ir para linha",
"View" => "Exibir",
"Bug reporting not active" => "Relat&oacute;rio de Bug desativado"
"Bug reporting not active" => "Relat&oacute;rio de Bug desativado",
"Single pane" => "Single pane",
"Diff pane also" => "Diff pane also",
],
// /LIB
"auto-logout-warning" =>
[
"Auto Logout Warning" => "Auto logout warning",
"You will be..." => "You will be logged out after",
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
],
"backup-versions" =>
[
"backup" => "backup",
"backups" => "backups",
"available for" => "available for",
],
"bug-files-check" =>
[
"Found in" => "Encontrado em:"
"Found in" => "Encontrado em:",
],
"file-control" =>
[
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",
"Sorry" => "Desculpe",
"does not seem..." => "N&atilde;o encontrado no servidor",
"Sorry, could not..." => "Desculpe, conteudo n&atilde;o encontrado para",
@@ -119,6 +137,7 @@ $text = [
"Sorry, cannot save" => "Desculpe, n&atilde;o &eacute; poss&iacute;vel salvar",
"Sorry, cannot replace..." => "Desculpe, n&atilde;o &eacute; poss&iacute;vel substituir texto em",
"Sorry, cannot change..." => "Desculpe, n&atilde;o &eacute; poss&iacute;vel mudar permiss&otilde;es para",
"Sorry, cannot delete more..." => "Sorry, cannot delete more then one item at a time under FTP mode",
"Sorry, cannot delete..." => "Desculpe, n&atilde;o &eacute; poss&iacute;vel excluir n&iacute;vel raiz",
"Sorry, cannot delete" => "Desculpe, n&atilde;o &eacute; poss&iacute;vel remover",
"Sorry, this file..." => "Desculpe, este arquivo foi modificado, n&atilde;o &eacute; poss&iacute;vel salvar",
@@ -127,7 +146,38 @@ $text = [
"displayed at" => "exibido em",
"Enter filename to..." => "Informe o nome do aquivo para salvar",
"That file exists..." => "Este arquivo j&atilde; existe, sobrescrever?",
"Saving" => "Salvando"
"Saving" => "Salvando",
],
"ftp-manager" =>
[
"Saving FTP sites" => "Saving FTP sites",
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again",
"ftp manager" => "ftp manager",
"Choose existing site" => "Choose existing site",
"Are you sure..." => "Are you sure you wish to remove this site?",
"Add new site" => "Add new site",
"Edit site" => "Edit site",
"Site base" => "Site base",
"Host" => "Host",
"Username" => "Username",
"Password" => "Password",
"PASV and mode" => "PASV and mode",
"Root" => "Root",
"eg http://yourdomain.com" => "eg http://yourdomain.com",
"eg ftp.yourdomain.com" => "eg ftp.yourdomain.com",
"eg user123" => "eg user123",
"eg pass123" => "eg pass123",
"Use PASV mode..." => "Use PASV mode if your FTP site requires it and choose the data transfer type - ASCII or binary",
"eg /htdocs" => "eg /htdocs",
"PASV connection off" => "PASV connection off",
"PASV connection on" => "PASV connection on",
"ASCII transfer" => "ASCII transfer",
"Binary transfer" => "Binary transfer",
"Add" => "Add",
"Choose" => "Choose",
"Update" => "Update",
],
"get-branch" => [],
@@ -191,6 +241,7 @@ $text = [
"Close current tab" => "Fechar aba atual",
"Open file prompt" => "Abrir prompt de comando",
"Find" => "Buscar",
"Previous" => "Previous",
"Focus on Go..." => "Foco campo ir para linha",
"Save" => "Salvar",
"Save as" => "Salvar como...",
@@ -198,11 +249,15 @@ $text = [
"Contract expand file..." => "Contrair / expandir gerenciador de arquivos",
"Fold unfold current..." => "Contrair / expandir linha atual",
"Refocus on document" => "Foco no documento",
"Cancel tasks" => "Cancelar tarefas"
"Cancel tasks" => "Cancelar tarefas",
"Zoom out" => "Zoom out all non-function/class declarations",
"Jump to" => "Jump to declaration of class/function",
"Jump to previous tab" => "Jump to previous tab",
],
"icecoder" =>
[
"results" => "results",
"No text selected..." => "Sem texto selecionado para buscar",
"all files" => "todos arquivos",
"all filenames" => "todos nomes de arquivos",
@@ -213,6 +268,7 @@ $text = [
"Opening File" => "Abrindo arquivo",
"Enter relative file..." => "Informe caminho relativo (prefixado por /) ou URL remota",
"Getting" => "Selecionando",
"Saving" => "Saving:",
"Please enter the..." => "Informe novo nome para",
"Renaming to" => "Renomeando para",
"Moving to" => "Movendo para",
@@ -226,6 +282,7 @@ $text = [
"replace all" => "substituir tudo",
"file" => "arquivo",
"Replacing text in" => "Substituindo texto em",
"Sorry there was..." => "Sorry, there was an error with your request.\\n\\nPlease check your dev tools console for more info.",
"Cancelled tasks" => "Tarefas canceladas",
"Open previous files" => "Abrir arquivos anteriores?",
"Please note for..." => "Aten&ccedil;&atilde;o: para atualizar corretamente, &eacute; necess&atilde;rio permiss&atilde;o de escrita em todos os diret&oacute;rios/arquivos do ICEcoder. \\n\\nSe por algum motivo necessite recuperar esta vers&atilde;o do ICEcoder, estar&atilde; dispon&iacute;vel na pasta /tmp.\\n\\nClique OK para prosseguir com a atualiza&ccedil;&atilde;o, ou cancelar para visitar a p&atilde;gina do ICEcoder na internet onde poder&atilde; baixar a atualiza&ccedil;&atilde;o manualmente.",
@@ -234,7 +291,6 @@ $text = [
"No new errors..." => "Nenhum erro encontrado",
"You have made..." => "Voce fez altera&ccedil;&otilde;es. Deseja realmente fechar sem salvar?",
"Close all tabs" => "Fechar todas as abas?",
"results" => "resultados"
],
"login" =>
@@ -243,9 +299,10 @@ $text = [
"login" => "login",
"To disable registration..." => "Para desabilitar modo registro, acesse menu/configura&ccedil;&otilde;es ou em data/config-settings.php altere enableRegistration para false e recarregue esta p&atilde;gina",
"Registration mode enabled" => "Modo registro habilitado",
"disable further registrations" => "disable further registrations",
"auto-check for updates" => "verificar atualiza&ccedil;&otilde;es auto.",
"To put into..." => "Para habilitar multi-usu&atilde;rios, acesse menu/configura&ccedil;&otilde;es ou em data/config-settings.php altere multiUser para true e recarregue esta p&atilde;gina",
"multi-user" => "multi-usu&atilde;rios"
"multi-user" => "multi-usu&atilde;rios",
],
"multiple-results" =>
@@ -263,7 +320,7 @@ $text = [
"No matches found" => "Nenhum resultado encontrado",
"selected" => "selecionado",
"found in" => "encontrado em",
"Replaced" => "Substitu&iacute;do(s)"
"Replaced" => "Substitu&iacute;do(s)",
],
"plugins-manager" =>
@@ -283,7 +340,7 @@ $text = [
"Update" => "Atualizar",
"Install" => "Instalar",
"Uninstall" => "Desinstalar",
"Reload after install..." => "Atualiza&ccedil;&atilde;o necess&atilde;ria ap&oacute;s instala&ccedil;&atilde;o"
"Reload after install..." => "Atualiza&ccedil;&atilde;o necess&atilde;ria ap&oacute;s instala&ccedil;&atilde;o",
],
"properties" =>
@@ -305,18 +362,18 @@ $text = [
"Write" => "Salvar",
"Execute" => "Executar",
"Change to" => "Alterar para",
"update" => "atualizar"
"update" => "atualizar",
],
"settings-common" =>
[
"Your document does..." => "Seu arquivo n&atilde;o est&atilde; no formato UTF-8, deve ser convertido"
"Your document does..." => "Seu arquivo n&atilde;o est&atilde; no formato UTF-8, deve ser convertido",
],
"settings-save-current-files" =>
[
"Cannot update config..." => "N&atilde;o foi poss&iacute;vel atualizar arquivo de configura&ccedil;&atilde;o. Verifique permiss&otilde;es de acesso (p&uacute;blicas)",
"and try again" => "e tente novamente"
"and try again" => "e tente novamente",
],
"settings-screen" =>
@@ -327,7 +384,15 @@ $text = [
"git" => "git",
"codemirror version" => "vers&atilde;o codemirror",
"file manager root" => "Raiz gerenciador de arquivos",
"Free to use..." => "Livre para utiliza&ccedil;&atilde;o para seus prop&oacute;sitos, comercial ou n&atilde;o, mas aviseme sobre sua implementa&ccedil;&atilde;o se puder. :)<br><br>Sem garantias, Muitas empresas e pessoas fant&atilde;sticas contribuiram para desenvolver o ICEcoder, h&atilde; muito o que agradecermos aqui. Veja a lista completa aqui",
"backups" => "backups",
"keep version control..." => "keep version control backups for",
"day" => "day",
"days" => "days",
"of backups stored..." => "of backups stored currently",
"deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
"local/server items..." => "local/server items only",
"Get in contact..." => "Get in contact by...",
"You may use..." => "You may use ICEcoder for your own purposes, commercial or not, just let us know of any cool uses or customisations. :)<br><br>No warranty or liability accepted for anything, all responsibility of use is your own.",
"functionality" => "funcionalidade",
"check for updates..." => "verificar atualiza&ccedil;&otilde;es ao iniciar",
"auto open last..." => "carregar &uacute;ltimos arquvos abertos ao iniciar",
@@ -345,20 +410,28 @@ $text = [
"banned files/folders" => "arquivos/pastas bloqueados",
"banned paths" => "caminhos bloqueados",
"ip addresses" => "endere&ccedil;os IP",
"auto-logout after" => "auto-logout after",
"mins of inactivity..." => "mins of inactivity if no unsaved files",
"Slash prefixed comma..." => "Prefixo barra, separado por v&iacute;gula",
"Comma delimited" => "Separado por v&iacute;rgula",
"style" => "estilo",
"theme" => "tema",
"line wrapping" => "quebra de linha",
"line numbers" => "line numbers",
"scrollbars" => "barras de rolagem",
"indent type" => "indent type",
"indent size" => "indent size",
"match brackets" => "match brackets",
"show trailing space" => "show trailing space",
"font size" => "tam. fonte",
"auto indent" => "auto indent",
"auto close tags" => "auto close tags",
"auto close brackets" => "auto close brackets",
"layout" => "layout",
"plugin panel aligned" => "painel plugin alinhado",
"file manager" => "gerenciador de arquivos",
"root" => "raiz",
"Set 0 to..." => "Set 0 to disable",
"Slash prefixed" => "Prefixo barra",
"bug reporting" => "reportar erro",
"check in files" => "verificar em arquivos",
@@ -368,19 +441,32 @@ $text = [
"multi-user" => "multi-usu&aacute;rio",
"Make sure you..." => "Cuidado para n&atilde;o travar seu usu&atilde;rio",
"Registration" => "Cadastro",
"update" => "atualizar"
"update" => "atualizar",
],
"settings-update" =>
[
"Cannot update config..." => "N&atilde;o foi poss&iacute;vel atualizar arquivo de configura&ccedil;&atilde;o. Verifique permiss&otilde;es de acesso (p&uacute;blicas)",
"and try again" => "e tentar novamente",
"and press refresh" => "e pressione atulizar"
"and press refresh" => "e pressione atulizar",
],
"updater" =>
[
"Update appears to..." => "Atualiza&ccedil;&atilde;o completada"
]
"Update appears to..." => "Atualiza&ccedil;&atilde;o completada",
],
"find-in-files" =>
[
"Enter path to search in" => "Enter path to search in",
"Enter semicolon-separated masks..." => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)",
"Type of text" => "Type of text",
"Fixed text" => "Fixed text",
"Regular expression" => "Regular expression",
"Case sensitive" => "Case sensitive",
"Yes" => "Yes",
"No" => "No",
"Search" => "Search",
],
];

View File

@@ -2,6 +2,7 @@
// Spanish language translation
// by: @unix4you2 (GitHub)
// Please preserve formatting, line breaks, special characters, anything in <tags> and HTML equivalents (eg &amp;). Translations on right side.
$text = [
@@ -10,7 +11,6 @@ $text = [
"editor" =>
[
"Click icons for..." => "<b>Clic en los iconos<br>para ayuda &amp;<br>modo de uso</b>",
"server" => "servidor",
"Server name, OS..." => "Nombre del servidor, OS & IP:",
"Root" => "Raiz:",
@@ -100,6 +100,20 @@ $text = [
// /LIB
"auto-logout-warning" =>
[
"Auto Logout Warning" => "Auto logout warning",
"You will be..." => "You will be logged out after",
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
],
"backup-versions" =>
[
"backup" => "backup",
"backups" => "backups",
"available for" => "available for",
],
"bug-files-check" =>
[
"Found in" => "Encontrado en:"
@@ -135,11 +149,42 @@ $text = [
"Saving" => "Guardando"
],
"ftp-manager" =>
[
"Saving FTP sites" => "Saving FTP sites",
"Cannot update config..." => "Cannot update config file. Please set public write permissions on",
"and try again" => "and try again",
"ftp manager" => "ftp manager",
"Choose existing site" => "Choose existing site",
"Are you sure..." => "Are you sure you wish to remove this site?",
"Add new site" => "Add new site",
"Edit site" => "Edit site",
"Site base" => "Site base",
"Host" => "Host",
"Username" => "Username",
"Password" => "Password",
"PASV and mode" => "PASV and mode",
"Root" => "Root",
"eg http://yourdomain.com" => "eg http://yourdomain.com",
"eg ftp.yourdomain.com" => "eg ftp.yourdomain.com",
"eg user123" => "eg user123",
"eg pass123" => "eg pass123",
"Use PASV mode..." => "Use PASV mode if your FTP site requires it and choose the data transfer type - ASCII or binary",
"eg /htdocs" => "eg /htdocs",
"PASV connection off" => "PASV connection off",
"PASV connection on" => "PASV connection on",
"ASCII transfer" => "ASCII transfer",
"Binary transfer" => "Binary transfer",
"Add" => "Add",
"Choose" => "Choose",
"Update" => "Update",
],
"get-branch" => [],
"headers" =>
[
"Bad CSRF token..." => "Token CSRF incorrecto. Por favor reporte este error en https://github.com/icecoder/ICEcoder para que pueda ser solucionado."
"Bad CSRF token..." => "Token CSRF incorrecto. Por favor reporte este error en https://github.com/icecoder/ICEcoder para que pueda ser solucionado.",
],
"help" =>
@@ -204,7 +249,10 @@ $text = [
"Contract expand file..." => "Contraer / expandir administrador de archivos",
"Fold unfold current..." => "Contraer / expandir l&iacute;nea actual",
"Refocus on document" => "Reasignar foco al documento",
"Cancel tasks" => "Cancelar tareas"
"Cancel tasks" => "Cancelar tareas",
"Zoom out" => "Zoom out all non-function/class declarations",
"Jump to" => "Jump to declaration of class/function",
"Jump to previous tab" => "Jump to previous tab",
],
"icecoder" =>
@@ -242,7 +290,7 @@ $text = [
"Error cannot find..." => "Error: no puedo encontrar o accesar las rutas de archivos de error",
"No new errors..." => "No fueron encontrados nuevos errores",
"You have made..." => "Usted ha realizado cambios. Esta seguro que quiere cerrar sin guardar?",
"Close all tabs" => "Cerrar todas las fichas?"
"Close all tabs" => "Cerrar todas las fichas?",
],
"login" =>
@@ -251,9 +299,10 @@ $text = [
"login" => "ingreso",
"To disable registration..." => "Para deshabilitar el modo de registro, vaya a la opci&oacute;n de Configuraci&oacute;n or abra el archivo data/config-settings.php y cambie enableRegistration a false y recargue la p&aacute;gina",
"Registration mode enabled" => "Modo de registro activado",
"disable further registrations" => "disable further registrations",
"auto-check for updates" => "auto-buscar por actualizaciones",
"To put into..." => "Para usar el modo multiusuario, vaya a la opcion de Configuraci&oacute;n o abra el archivo data/config-settings.php y cambie multiUser a true y recargue la p&aacute;gina",
"multi-user" => "multi-usuario"
"multi-user" => "multi-usuario",
],
"multiple-results" =>
@@ -271,7 +320,7 @@ $text = [
"No matches found" => "No se encontraron coincidencias",
"selected" => "seleccionado",
"found in" => "encontrado en",
"Replaced" => "Reemplezado"
"Replaced" => "Reemplezado",
],
"plugins-manager" =>
@@ -291,7 +340,7 @@ $text = [
"Update" => "Actualizar",
"Install" => "Instalar",
"Uninstall" => "Desinstalar",
"Reload after install..." => "Se requiere recargar despu&eacute;s de instalar"
"Reload after install..." => "Se requiere recargar despu&eacute;s de instalar",
],
"properties" =>
@@ -313,18 +362,18 @@ $text = [
"Write" => "Escribir",
"Execute" => "Ejecutar",
"Change to" => "Cambiar a",
"update" => "actualizar"
"update" => "actualizar",
],
"settings-common" =>
[
"Your document does..." => "Su documento no parece estar en UTF-8 entonces se ha convertido"
"Your document does..." => "Su documento no parece estar en UTF-8 entonces se ha convertido",
],
"settings-save-current-files" =>
[
"Cannot update config..." => "No puedo actualizar el archivo de configuracion. Por favor establezca permisos publicos sobre",
"and try again" => "e intente de nuevo"
"and try again" => "e intente de nuevo",
],
"settings-screen" =>
@@ -335,12 +384,14 @@ $text = [
"git" => "git",
"codemirror version" => "version codemirror",
"file manager root" => "administrador de archivos raiz",
"Get in contact..." => "Pongase en contacto...",
"backups" => "respaldos",
"keep version control..." => "mantener control de versiones de respaldo para",
"day" => "dia",
"days" => "dias",
"of backups stored..." => "de respaldos almacenados actualmente",
"deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
"local/server items..." => "local/server items only",
"Get in contact..." => "Pongase en contacto...",
"You may use..." => "Libre para usarlo para cualquier prop&oacute;sito, comercial o no, solo dejeme saber cualquier uso o mejora. :)<br><br>No se da garantia de ningun tipo, su uso se encuentra bajo su responsabilidad.",
"functionality" => "funcionalidad",
"check for updates..." => "verificar por actualizaciones en la carga",
@@ -359,19 +410,28 @@ $text = [
"banned files/folders" => "archivos/carpetas prohibidos",
"banned paths" => "rutas prohibidas",
"ip addresses" => "direcciones ip",
"auto-logout after" => "auto-logout after",
"mins of inactivity..." => "mins of inactivity if no unsaved files",
"Slash prefixed comma..." => "Prefijo slash, delimitado por comas",
"Comma delimited" => "Delimitado por comas",
"style" => "estilo",
"theme" => "tema",
"line wrapping" => "ajuste de l&iacute;nea",
"line numbers" => "line numbers",
"scrollbars" => "barras de desplazamiento",
"indent type" => "tipode sangr&iacute;a",
"indent size" => "Tama&ntilde;o de sangr&iacute;a",
"match brackets" => "match brackets",
"show trailing space" => "show trailing space",
"font size" => "tama&ntilde;o de letra",
"auto indent" => "auto indent",
"auto close tags" => "auto close tags",
"auto close brackets" => "auto close brackets",
"layout" => "disposici&oacute;n",
"plugin panel aligned" => "alineacion del panel de plugins",
"file manager" => "administrador de archivos",
"root" => "raiz",
"Set 0 to..." => "Set 0 to disable",
"Slash prefixed" => "Prefijo Slash",
"bug reporting" => "reporte de errores",
"check in files" => "chequear en archivos",
@@ -381,7 +441,7 @@ $text = [
"multi-user" => "multi-usuario",
"Make sure you..." => "Este seguro de no bloquearse a s&iacute; mismo",
"Registration" => "Registro",
"update" => "actualizar"
"update" => "actualizar",
],
"settings-update" =>
@@ -393,7 +453,7 @@ $text = [
"updater" =>
[
"Update appears to..." => "La actualizaci&oacute;n parece haber sido satisfactoria"
"Update appears to..." => "La actualizaci&oacute;n parece haber sido satisfactoria",
],
"find-in-files" =>
@@ -407,6 +467,6 @@ $text = [
"Yes" => "Si",
"No" => "No",
"Search" => "Buscar",
]
],
];