mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
Language editor refactoring part 2 (backend + frontend)
This commit is contained in:
5
resources/js/i18n/index.js
vendored
5
resources/js/i18n/index.js
vendored
@@ -1,10 +1,6 @@
|
||||
import Vue from 'vue';
|
||||
import VueI18n from 'vue-i18n';
|
||||
|
||||
import en from './lang/en.json'
|
||||
import sk from './lang/sk.json'
|
||||
import cn from './lang/cn.json'
|
||||
|
||||
Vue.use(VueI18n);
|
||||
|
||||
const i18n = new VueI18n({
|
||||
@@ -12,5 +8,4 @@ const i18n = new VueI18n({
|
||||
silentTranslationWarn: true,
|
||||
});
|
||||
|
||||
|
||||
export default i18n;
|
||||
|
||||
@@ -1,843 +0,0 @@
|
||||
{
|
||||
"actions": {
|
||||
"create_folder": "穿件文件夹",
|
||||
"delete": "删除内容",
|
||||
"move": "Move item",
|
||||
"preview": "更改预览",
|
||||
"share": "Share item",
|
||||
"upload": "上传文件",
|
||||
"close": "Close",
|
||||
"sorting_view": "Sorting and View",
|
||||
"info_panel": "Info panel"
|
||||
},
|
||||
"activation": {
|
||||
"stripe": {
|
||||
"button": "设置您的Stripe帐户",
|
||||
"description": "To charge your users, please set up your Stripe account credentials.",
|
||||
"title": "您的Stripe帐户尚未设置"
|
||||
}
|
||||
},
|
||||
"admin_menu": {
|
||||
"dashboard": "仪表板",
|
||||
"invoices": "发票",
|
||||
"pages": "网页",
|
||||
"plans": "计划",
|
||||
"settings": "设置",
|
||||
"users": "Users"
|
||||
},
|
||||
"admin_page_dashboard": {
|
||||
"backer_button": "Help Us Improve",
|
||||
"license": "执照",
|
||||
"version": "版",
|
||||
"w_latest_users": {
|
||||
"title": "最新注册"
|
||||
},
|
||||
"w_total_premium": {
|
||||
"link": "显示所有计划",
|
||||
"title": "高级用户总数"
|
||||
},
|
||||
"w_total_space": {
|
||||
"link": "显示所有用户",
|
||||
"title": "总使用空间"
|
||||
},
|
||||
"w_total_users": {
|
||||
"link": "显示所有用户",
|
||||
"title": "用户总数"
|
||||
}
|
||||
},
|
||||
"admin_page_invoices": {
|
||||
"empty": {
|
||||
"description": "所有客户发票将在此处显示。",
|
||||
"title": "您还没有发票"
|
||||
},
|
||||
"table": {
|
||||
"number": "发票编号",
|
||||
"payed": "祈祷,",
|
||||
"plan": "计划",
|
||||
"total": "总",
|
||||
"user": "用户"
|
||||
}
|
||||
},
|
||||
"admin_page_plans": {
|
||||
"create_plan_button": "创建计划",
|
||||
"delete_plan_button": "删除计划",
|
||||
"disclaimer_delete_plan": "您可以删除计划,但是请注意!",
|
||||
"disclaimer_edit_price": "由于Stripe服务设计,您的计划的价格更改不可用。如果您希望更改价格计划,请创建新计划。",
|
||||
"empty": {
|
||||
"button": "创建新计划",
|
||||
"description": "要创建新计划,请单击下面的按钮。",
|
||||
"title": "您还没有任何计划"
|
||||
},
|
||||
"form": {
|
||||
"description": "说明(可选)",
|
||||
"description_plac": "计划说明",
|
||||
"name": "名称",
|
||||
"name_delete_plac": "键入计划名称",
|
||||
"name_plac": "计划名称",
|
||||
"price": "价钱",
|
||||
"price_plac": "计划价格",
|
||||
"status": "状态",
|
||||
"status_help": "您计划在网站上的可用性状态。",
|
||||
"storage": "存储容量",
|
||||
"storage_helper": "您只需要输入数字,例如值“ 5”表示用户将拥有5GB的存储容量。",
|
||||
"storage_plac": "存储容量",
|
||||
"title_delete": "删除计划",
|
||||
"title_details": "计划详情",
|
||||
"title_pricing": "计划定价"
|
||||
},
|
||||
"subscribers": {
|
||||
"empty": "尚无任何订阅者。"
|
||||
},
|
||||
"table": {
|
||||
"name": "计划名称",
|
||||
"price": "价钱",
|
||||
"status": "状态",
|
||||
"storage_capacity": "存储容量",
|
||||
"subscribers": "订户"
|
||||
},
|
||||
"tabs": {
|
||||
"delete": "删除计划",
|
||||
"settings": "设置",
|
||||
"subscribers": "订户"
|
||||
}
|
||||
},
|
||||
"admin_page_user": {
|
||||
"change_capacity": "Change Capacity",
|
||||
"create_user": {
|
||||
"avatar": "阿凡达",
|
||||
"group_details": "Account Details",
|
||||
"group_settings": "Account Settings",
|
||||
"label_conf_pass": "Confirm password",
|
||||
"label_email": "Type E-mail",
|
||||
"label_name": "Type full name",
|
||||
"submit": "Create User"
|
||||
},
|
||||
"delete_user": "Delete User",
|
||||
"invoices": {
|
||||
"empty": "用户还没有任何发票。"
|
||||
},
|
||||
"label_change_capacity": "Type storage capacity in GB",
|
||||
"label_delete_user": "Type with Case Sensitive user name ‘{user}‘",
|
||||
"label_person_info": "Personal Information",
|
||||
"placeholder_delete_user": "Type here",
|
||||
"save_role": "Save Role",
|
||||
"select_role": "Select user role",
|
||||
"send_password_link": "Send Password Reset Link",
|
||||
"subscription": {
|
||||
"empty": "用户还没有任何订阅。",
|
||||
"interval_mo": "每月一次"
|
||||
},
|
||||
"table": {
|
||||
"action": "Action",
|
||||
"created_at": "Registered",
|
||||
"name": "User",
|
||||
"plan": "订阅计划",
|
||||
"role": "Role",
|
||||
"storage_capacity": "Storage Capacity",
|
||||
"storage_used": "Storage Used"
|
||||
},
|
||||
"tabs": {
|
||||
"delete": "Delete User",
|
||||
"detail": "Detail",
|
||||
"invoices": "发票",
|
||||
"password": "Password",
|
||||
"storage": "Storage Usage",
|
||||
"subscription": "订阅"
|
||||
}
|
||||
},
|
||||
"admin_pages": {
|
||||
"form": {
|
||||
"content": "内容",
|
||||
"content_plac": "在这里输入您的内容...",
|
||||
"slug": "金属块",
|
||||
"title": "标题",
|
||||
"title_plac": "标题名称",
|
||||
"visibility": "能见度",
|
||||
"visibility_help": "您的网页在网站上的可见性状态。"
|
||||
},
|
||||
"table": {
|
||||
"page": "页",
|
||||
"slug": "金属块",
|
||||
"status": "状态"
|
||||
}
|
||||
},
|
||||
"admin_settings": {
|
||||
"appearance": {
|
||||
"description": "应用说明",
|
||||
"description_plac": "输入您的应用说明",
|
||||
"favicon": "App Favicon(可选)",
|
||||
"logo": "应用徽标(可选)",
|
||||
"logo_horizontal": "应用徽标水平(可选)",
|
||||
"section_appearance": "出现",
|
||||
"section_general": "常规设置",
|
||||
"title": "应用标题",
|
||||
"title_plac": "输入您的应用标题"
|
||||
},
|
||||
"billings": {
|
||||
"address": "帐单地址",
|
||||
"address_plac": "输入您的帐单地址",
|
||||
"city": "计费城市",
|
||||
"city_plac": "输入您的帐单城市",
|
||||
"company_name": "公司名",
|
||||
"company_name_plac": "输入您的公司名称",
|
||||
"country": "账单国家",
|
||||
"country_plac": "选择您的帐单国家",
|
||||
"phone_number": "帐单电话号码(可选)",
|
||||
"phone_number_plac": "输入您的帐单电话号码",
|
||||
"postal_code": "帐单邮递区号",
|
||||
"postal_code_plac": "输入您的帐单邮递区号",
|
||||
"section_billing": "账单信息",
|
||||
"section_company": "公司信息",
|
||||
"state": "账单状态",
|
||||
"state_plac": "输入您的帐单状态",
|
||||
"vat": "增值税号",
|
||||
"vat_plac": "输入您的增值税号"
|
||||
},
|
||||
"email": {
|
||||
"driver": "邮件驱动程序",
|
||||
"driver_plac": "输入您的邮件驱动程序",
|
||||
"email_disclaimer": "This form is not fully pre-filled for security reasons. Your email settings is available in your <b>.env</b> file. For apply new Email settings, please confirm your options by button at the end of formular.",
|
||||
"encryption": "邮件加密",
|
||||
"encryption_plac": "选择您的邮件加密",
|
||||
"host": "邮件主机",
|
||||
"host_plac": "输入您的邮件主机",
|
||||
"password": "邮件密码",
|
||||
"password_plac": "输入您的邮件密码",
|
||||
"port": "邮件端口",
|
||||
"port_plac": "输入您的邮件端口",
|
||||
"save_button": "保存电子邮件设置",
|
||||
"section_email": "电邮设定",
|
||||
"username": "邮件用户名",
|
||||
"username_plac": "输入您的邮件用户名"
|
||||
},
|
||||
"others": {
|
||||
"upload_limit": "Upload Limit",
|
||||
"upload_limit_plac": "Type your upload limit in MB",
|
||||
"upload_limit_help": "If you want to set max file size limit on single upload, add size of your limit in MB. E.g. 100 means 100 MB and 2 000 means 2 000 MB limit.",
|
||||
"mimetypes_blacklist": "Mimetypes Blacklist",
|
||||
"mimetypes_blacklist_plac":"Add mimetypes to Blacklist" ,
|
||||
"mimetypes_blacklist_help" :"If you want to prevent upload some type of files, just add them to blacklist like this: x-php,mp3,jpeg <br/> Use a comma between each mimetype. Don't use a dot before mimetypes." ,
|
||||
"section_cache": "Application Cache",
|
||||
"cache_disclaimer": "Did you change anything in your .env file or change your stripe credentials? Then clear your cache.",
|
||||
"cache_clear": "Clear Cache",
|
||||
"allow_registration": "允许用户注册",
|
||||
"allow_registration_help": "您可以为新用户禁用公共注册。您仍然可以在管理面板中 <br/>创建新用户。",
|
||||
"contact_email": "联系电子邮件",
|
||||
"contact_email_plac": "输入您的联系电子邮件",
|
||||
"default_storage": "用户帐户的默认存储空间",
|
||||
"default_storage_plac": "设置默认存储空间(以GB为单位)",
|
||||
"google_analytics": "Google Analytics(分析)代码(可选)",
|
||||
"google_analytics_plac": "粘贴您的Google Analytics(分析)代码",
|
||||
"section_others": "其他设定",
|
||||
"section_user": "用户和存储",
|
||||
"storage_limit": "储存限制",
|
||||
"storage_limit_help": "如果禁用此值,则所有用户将具有无限存储容量,并且您将无法 <br/>向用户收取存储计划的费用。"
|
||||
},
|
||||
"payments": {
|
||||
"allow_payments": "允许订阅付款",
|
||||
"button_submit": "测试并保存条带",
|
||||
"button_testing": "测试条连接",
|
||||
"credentials_disclaimer": "不显示您的Stripe凭据,因为这些值是秘密的,陌生人不得透露。您可以在 <b>.env</b> 文件中更改Stripe凭据。",
|
||||
"section_payments": "条纹付款",
|
||||
"stripe_create_acc": "如果您没有带区帐户,请 <a href=\"https://dashboard.stripe.com/register\" target=\"_blank\">在</a> 这里注册并获取您的可发布密钥,秘密密钥并创建您的网络挂钩。",
|
||||
"stripe_create_webhook": "",
|
||||
"stripe_currency": "Stripe Currency",
|
||||
"stripe_currency_plac": "Select your Stripe currency",
|
||||
"stripe_pub_key": "Publishable Key",
|
||||
"stripe_pub_key_plac": "Paste your publishable key",
|
||||
"stripe_sec_key": "Secret Key",
|
||||
"stripe_sec_key_plac": "Paste your secret key",
|
||||
"stripe_setup": "Stripe Setup",
|
||||
"stripe_webhook_key_plac": "Paste your stripe webhook secret",
|
||||
"webhook_url": "Stripe webhook URL"
|
||||
},
|
||||
"tabs": {
|
||||
"appearance": "出现",
|
||||
"billings": "帐单",
|
||||
"email": "电子邮件",
|
||||
"others": "其他",
|
||||
"payments": "支付"
|
||||
}
|
||||
},
|
||||
"alerts": {
|
||||
"error_confirm": "哦,出了个问题!",
|
||||
"leave_to_sign_in": "Do you really want to leave?",
|
||||
"success_confirm": "太棒了!"
|
||||
},
|
||||
"context_menu": {
|
||||
"add_folder": "添加文件夹",
|
||||
"add_to_favourites": "添加进收藏",
|
||||
"create_folder": "创建文件夹",
|
||||
"delete": "删除",
|
||||
"detail": "详情",
|
||||
"download": "下载",
|
||||
"empty_trash": "清空垃圾箱",
|
||||
"log_out": "注销",
|
||||
"move": "移动",
|
||||
"profile_settings": "个人信息编辑",
|
||||
"remove_from_favourites": "移出收藏",
|
||||
"rename": "重命名",
|
||||
"restore": "恢复文件",
|
||||
"share": "分享",
|
||||
"share_cancel": "Cancel Sharing",
|
||||
"share_edit": "编辑分享设定",
|
||||
"upload": "上传",
|
||||
"select": "Select",
|
||||
"no_options": "No Options Available",
|
||||
"zip_folder": "Zip and Download"
|
||||
},
|
||||
"mobile_selecting": {
|
||||
"select_all": "Select All",
|
||||
"deselect_all": "Deselect All",
|
||||
"done": "Done"
|
||||
},
|
||||
"preview_sorting": {
|
||||
"grid_view": "Grid View",
|
||||
"list_view": "List View",
|
||||
"sort_date": "Sort By Date",
|
||||
"sort_alphabet": "Sort By Aplhabet",
|
||||
"preview_sorting_button": "View"
|
||||
},
|
||||
"cookie_disclaimer": {
|
||||
"button": "cookies policy",
|
||||
"description": "By browsing this website you are agreeing to our {0}."
|
||||
},
|
||||
"datatable": {
|
||||
"paginate_info": "Showing 1 - {visible} from {total} records"
|
||||
},
|
||||
"empty_page": {
|
||||
"call_to_action": "文件上传",
|
||||
"description": "拖动文件至此处,或使用上传按钮",
|
||||
"title": "这里什么都还没有"
|
||||
},
|
||||
"errors": {
|
||||
"capacity_digit": "存储容量必须小于10位数字。"
|
||||
},
|
||||
"file_detail": {
|
||||
"author": "作者",
|
||||
"author_participant": "公共参与者",
|
||||
"created_at": "创建于",
|
||||
"shared": "分享",
|
||||
"size": "大小",
|
||||
"where": "地址",
|
||||
"selected_multiple": "Selected Multiple Items",
|
||||
"items": "Items"
|
||||
},
|
||||
"file_detail_meta": {
|
||||
"dimension": "Dimensions",
|
||||
"resolution": "Resolution",
|
||||
"color_space": "Color Space",
|
||||
"aperture_value": "Aperture Value",
|
||||
"meta_data": "Metadata",
|
||||
"author": "Author",
|
||||
"time_data": "Content Created",
|
||||
"make": "Camera",
|
||||
"model": "Model",
|
||||
"camera_lens": "Camera Lens",
|
||||
"aperature": "F Number",
|
||||
"iso": "ISO",
|
||||
"focal": "Focal Length",
|
||||
"exposure": "Exposure Time",
|
||||
"longitude": "Longitude",
|
||||
"latitude": "Latitude"
|
||||
},
|
||||
"folder": {
|
||||
"empty": "空的",
|
||||
"item_counts": "{count} 个文件 | {count} 个文件"
|
||||
},
|
||||
"global": {
|
||||
"incomplete": "Incomplete",
|
||||
"active": "活性",
|
||||
"admin": "管理员",
|
||||
"cancel": "取消",
|
||||
"canceled": "取消",
|
||||
"confirm_action": "是,我确定",
|
||||
"default": "默认",
|
||||
"free": "自由",
|
||||
"get_it": "莫",
|
||||
"menu": "菜单",
|
||||
"monthly_ac": "莫",
|
||||
"or": "要么",
|
||||
"premium": "额外费用",
|
||||
"saas": "服务",
|
||||
"subscription": "订阅",
|
||||
"total": "总",
|
||||
"upgrade_plan": "升级计划"
|
||||
},
|
||||
"input_image": {
|
||||
"supported": "Supported formats are .png, .jpg, .jpeg.",
|
||||
"title": "Upload Image"
|
||||
},
|
||||
"inputs": {
|
||||
"placeholder_search_files": "搜索文件"
|
||||
},
|
||||
"item_thumbnail": {
|
||||
"deleted_at": "删除时间: {time}",
|
||||
"original_location": "原始位置"
|
||||
},
|
||||
"locations": {
|
||||
"home": "首页",
|
||||
"shared": "已分享",
|
||||
"trash": "垃圾箱",
|
||||
"profile": "Profile",
|
||||
"settings": "Settings",
|
||||
"logout": "Log Out"
|
||||
},
|
||||
"menu": {
|
||||
"admin": "Admin",
|
||||
"files": "Files",
|
||||
"invoices": "发票",
|
||||
"latest": "Recent Uploads",
|
||||
"logout": "Log Out",
|
||||
"password": "Password",
|
||||
"payment_cards": "付款卡",
|
||||
"profile": "Profile Settings",
|
||||
"settings": "Settings",
|
||||
"shared": "Shared Files",
|
||||
"storage": "Storage",
|
||||
"subscription": "订阅",
|
||||
"trash": "Trash"
|
||||
},
|
||||
"messages": {
|
||||
"nothing_from_participants": "You don't have any uploads from other users.",
|
||||
"nothing_to_preview": "没有任何信息可以预览。",
|
||||
"nothing_was_found": "没找到任何信息。"
|
||||
},
|
||||
"notice": {
|
||||
"stripe_activation": "您的Stripe帐户尚未设置。要向您的用户收费,请 {0}。",
|
||||
"stripe_activation_button": "设置您的Stripe帐户"
|
||||
},
|
||||
"page_contact_us": {
|
||||
"description": "你有任何问题吗?请与我们联系。",
|
||||
"error_message": "出问题了,请重试。",
|
||||
"form": {
|
||||
"email": "电子邮件",
|
||||
"email_plac": "输入您的电子邮件",
|
||||
"message": "信息",
|
||||
"message_plac": "在这里输入你的消息...",
|
||||
"submit_button": "发信息"
|
||||
},
|
||||
"success_message": "您的消息已成功发送。",
|
||||
"title": "联系我们"
|
||||
},
|
||||
"page_create_password": {
|
||||
"button_update": "更新密码",
|
||||
"label_confirm_pass": "确认密码",
|
||||
"label_email": "邮箱:",
|
||||
"label_new_pass": "键入新密码",
|
||||
"subtitle": "在此创建您的新密码",
|
||||
"title": "只需一步进行登录"
|
||||
},
|
||||
"page_forgotten_password": {
|
||||
"button_get_link": "获得链接",
|
||||
"pass_reseted_signin": "登录",
|
||||
"pass_reseted_subtitle": "您的密码被成功重置。",
|
||||
"pass_reseted_title": "太棒了!",
|
||||
"pass_sennded_subtitle": "我们为您发送了一封确认邮件!",
|
||||
"pass_sennded_title": "感谢!",
|
||||
"password_remember_button": "登录。",
|
||||
"password_remember_text": "还记得住您的密码么?",
|
||||
"subtitle": "通过邮箱获得重置链接:",
|
||||
"title": "忘记密码?"
|
||||
},
|
||||
"page_index": {
|
||||
"get_started_button": "立即注册",
|
||||
"menu": {
|
||||
"contact_us": "联系我们",
|
||||
"log_in": "登录",
|
||||
"pricing": "价钱",
|
||||
"sign_in": "注册"
|
||||
},
|
||||
"sign_feature_1": "无需信用卡",
|
||||
"sign_feature_2": "{defaultSpace} 可用存储空间",
|
||||
"sign_up_button": "立即注册"
|
||||
},
|
||||
"page_login": {
|
||||
"button_next": "下一步",
|
||||
"placeholder_email": "键入您的邮箱",
|
||||
"registration_button": "注册帐号",
|
||||
"registration_text": "没有帐号?",
|
||||
"subtitle": "请输入您的邮箱来登录。",
|
||||
"title": "欢迎回来!"
|
||||
},
|
||||
"page_pricing_tables": {
|
||||
"description": "选择计划巫婆完全适合您的需求。所有计划都会通过您的信用卡每月自动结算。",
|
||||
"storage_capacity": "储存容量",
|
||||
"vat_excluded": "Price displayed excludes VAT.",
|
||||
"title": "选择您的计划"
|
||||
},
|
||||
"page_registration": {
|
||||
"agreement": "通过单击“创建帐户”按钮,我同意 {0} 和 {1}。",
|
||||
"button_create_account": "创建账户",
|
||||
"have_an_account": "您之前有过账户了么?",
|
||||
"label_confirm_pass": "确认密码:",
|
||||
"label_email": "邮箱:",
|
||||
"label_name": "全名:",
|
||||
"label_pass": "创建密码:",
|
||||
"placeholder_confirm_pass": "请重复输入一遍密码",
|
||||
"placeholder_email": "键入您的邮箱地址",
|
||||
"placeholder_name": "键入您的全名",
|
||||
"placeholder_pass": "键入新密码",
|
||||
"subtitle": "填写所有内容进行创建",
|
||||
"title": "创建一个新用户"
|
||||
},
|
||||
"page_shared": {
|
||||
"download_file": "下载文件",
|
||||
"placeholder_pass": "输入密码",
|
||||
"submit": "提交",
|
||||
"subtitle": "请输入密码后得到分享链接",
|
||||
"title": "您的分享链接已被保护"
|
||||
},
|
||||
"page_shared_404": {
|
||||
"subtitle": "您要找的内容可能已经被删除了。",
|
||||
"title": "没有找到文件"
|
||||
},
|
||||
"page_sign_in": {
|
||||
"button_log_in": "登录",
|
||||
"password_reset_button": "重置密码。",
|
||||
"password_reset_text": "忘记密码?",
|
||||
"placeholder_password": "键入密码",
|
||||
"subtitle": "请用您的密码登录",
|
||||
"title": "您是 {name}?"
|
||||
},
|
||||
"page_upgrade_account": {
|
||||
"change_payment": {
|
||||
"change_payment": "更改您的默认付款方式",
|
||||
"pay_by_new_card": "用新信用卡付款",
|
||||
"you_can": "你也可以"
|
||||
},
|
||||
"desription": "选择计划巫婆完全适合您的需求。所有计划都会通过您的信用卡每月自动结算。",
|
||||
"errors": {
|
||||
"pay_by_another_card": "请用另一张付款卡付款"
|
||||
},
|
||||
"section_billing": "账单信息",
|
||||
"section_card": "支付卡",
|
||||
"section_summary": "订购摘要",
|
||||
"summary": {
|
||||
"period": "每月计费",
|
||||
"submit_button": "用信用卡付款",
|
||||
"submit_disclaimer": "通过提交表单,您同意在您的{app}帐户中保存付款方式和帐单信息。",
|
||||
"total_with_vat": "Total with VAT",
|
||||
"vat": "VAT"
|
||||
},
|
||||
"title": "选择付款方式"
|
||||
},
|
||||
"popup_upload_limit": {
|
||||
"title": "You exceed upload limit on single file",
|
||||
"message": "Size of your uploaded file exceed the upload limit ({uploadLimit})."
|
||||
},
|
||||
"popup_mimetypes_blacklist": {
|
||||
"title": "You are trying to upload unsupported file type",
|
||||
"message": "File of this type ({mimetype}) is not allowed to upload."
|
||||
},
|
||||
"popup_zipping": {
|
||||
"title": "Zipping Your Files...",
|
||||
"message": "Please wait until your files start downloading."
|
||||
},
|
||||
"popup_create_folder": {
|
||||
"folder_default_name": "New Folder",
|
||||
"title": "Create Folder",
|
||||
"label": "Type Name",
|
||||
"placeholder": "Type your name"
|
||||
},
|
||||
"popup_delete_card": {
|
||||
"message": "此事件不可逆转,您的付款卡将被永久删除",
|
||||
"title": "你确定吗?"
|
||||
},
|
||||
"popup_deleted_plan": {
|
||||
"message": "您的计划已成功删除。",
|
||||
"title": "计划已删除"
|
||||
},
|
||||
"popup_deleted_user": {
|
||||
"message": "Your user was deleted with all user data content.",
|
||||
"title": "User was deleted"
|
||||
},
|
||||
"popup_deleted_user_aborted": {
|
||||
"message": "You can't delete this account while user have active subscription.",
|
||||
"title": "User wasn't deleted"
|
||||
},
|
||||
"popup_error": {
|
||||
"message": "有什么东西坏掉了,请联系我们,引导我们修复。",
|
||||
"title": "wow,好像有什么东西坏掉了!"
|
||||
},
|
||||
"popup_exceed_limit": {
|
||||
"message": "请联系我们来增加您的存储空间。",
|
||||
"title": "wow,您已经超过了存储上线。"
|
||||
},
|
||||
"popup_move_item": {
|
||||
"cancel": "取消",
|
||||
"submit": "移动文件/夹",
|
||||
"title": "移动文件/夹"
|
||||
},
|
||||
"popup_pass_changed": {
|
||||
"message": "现在,您拥有一个新的密码。",
|
||||
"title": "您的密码已经改变!"
|
||||
},
|
||||
"popup_passport_error": {
|
||||
"message": "Probably you didn't generated Passport Grant client or you didn't set up passport credentials in your .env file. Please follow install instructions.",
|
||||
"title": "Invalid Passport Grand Client"
|
||||
},
|
||||
"popup_paylod_error": {
|
||||
"message": "Sorry, your file is too large and can't be uploaded",
|
||||
"title": "File is too large"
|
||||
},
|
||||
"popup_rename": {
|
||||
"title": "Rename Your {item}",
|
||||
"label": "Edit Name",
|
||||
"placeholder": "Type your title",
|
||||
"tab_emoji_title": "Emoji as an Icon",
|
||||
"tab_color_title": "Folder Color",
|
||||
"select_emoji_label": "Pick Your Emoji Icon",
|
||||
"color_pick_label": "Pick Your Color",
|
||||
"set_emoji_input_placeholder": "Emojis List...",
|
||||
"search_emoji_input_placeholder": "Search your emoji...",
|
||||
"emoji_list_not_found": "Not Found"
|
||||
},
|
||||
"popup_set_card": {
|
||||
"message": "您的卡将被设置为默认卡,并且在以后的结算中始终会收取费用。",
|
||||
"title": "设为默认卡?"
|
||||
},
|
||||
"popup_share_create": {
|
||||
"title": "分享您的 {item}"
|
||||
},
|
||||
"popup_share_edit": {
|
||||
"change_pass": "更改密码",
|
||||
"confirm": "确认",
|
||||
"save": "保存更改",
|
||||
"stop": "停止风险",
|
||||
"title": "更新分享设定",
|
||||
"go_back": "Go Back",
|
||||
"send_to_recipients": "Send to Recipients"
|
||||
},
|
||||
"popup_signup_error": {
|
||||
"message": "Please check your database connection if everything works correctly.",
|
||||
"title": "Server Error"
|
||||
},
|
||||
"popup_subscription_cancel": {
|
||||
"button": "我受够了",
|
||||
"message": "在结算周期结束之前,您将可以继续使用已付费的功能。",
|
||||
"title": "订阅已恢复"
|
||||
},
|
||||
"popup_subscription_resumed": {
|
||||
"button": "棒极了!",
|
||||
"message": "您的订阅已重新激活,并且将按原始计费周期计费。",
|
||||
"title": "订阅已取消"
|
||||
},
|
||||
"profile": {
|
||||
"change_pass": "修改您的密码",
|
||||
"profile_info": "用户信息",
|
||||
"store_pass": "保存您的密码"
|
||||
},
|
||||
"pronouns": {
|
||||
"of": "of"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Admin",
|
||||
"user": "User"
|
||||
},
|
||||
"routes": {
|
||||
"create_new_password": "创建新密码"
|
||||
},
|
||||
"routes_title": {
|
||||
"appearance": "出现",
|
||||
"billings": "帐单",
|
||||
"dashboard": "仪表板",
|
||||
"email": "电子邮件",
|
||||
"invoices": "发票",
|
||||
"others": "其他",
|
||||
"page_edit": "编辑页面",
|
||||
"pages": "网页",
|
||||
"payment_methods": "支付方式",
|
||||
"payments": "支付",
|
||||
"plan": "计划",
|
||||
"plan_create": "创建计划",
|
||||
"plan_delete": "计划删除",
|
||||
"plan_settings": "计划设定",
|
||||
"pricing_plans": "定价方案",
|
||||
"profile": "My Profile",
|
||||
"profile_settings": "档案设置",
|
||||
"settings": "设置",
|
||||
"settings_mobile": "Settings",
|
||||
"settings_password": "Change Password",
|
||||
"settings_storage": "Storage",
|
||||
"subscribers": "订户",
|
||||
"subscription": "订阅",
|
||||
"upgrade_billing": "开票",
|
||||
"upgrade_plan": "升级计划",
|
||||
"user_create": "Create User",
|
||||
"users_delete": "Delete User",
|
||||
"users_detail": "Detail",
|
||||
"users_list": "User Management",
|
||||
"users_password": "Password",
|
||||
"users_storage_usage": "Storage Usage",
|
||||
"users_user": "User"
|
||||
},
|
||||
"rows": {
|
||||
"card": {
|
||||
"expiration": "截止日期",
|
||||
"number": "卡号",
|
||||
"status": "状态"
|
||||
},
|
||||
"invoice": {
|
||||
"number": "发票编号",
|
||||
"payed": "祈祷,",
|
||||
"plan": "计划",
|
||||
"total": "总"
|
||||
}
|
||||
},
|
||||
"shared": {
|
||||
"can_download": "仅可以下载",
|
||||
"editor": "可以编辑和上传文件",
|
||||
"empty_shared": "您还没有分享任何内容",
|
||||
"visitor": "仅可以查看或下载文件"
|
||||
},
|
||||
"shared_form": {
|
||||
"button_more_options": "More Options",
|
||||
"button_close_options": "Close Options",
|
||||
"button_done": "太好了!",
|
||||
"button_generate": "生成分享链接",
|
||||
"label_password_protection": "密码保护",
|
||||
"label_permission": "权限",
|
||||
"label_shared_url": "分享链接",
|
||||
"label_share_vie_email": "Get your link",
|
||||
"label_send_to_recipients": "Send to Recipients",
|
||||
"label_expiration": "Link Expiration",
|
||||
"expiration_hour": "{value}h.",
|
||||
"expiration_day": "{value}d.",
|
||||
"placeholder_permission": "请设置权限",
|
||||
"email_successfully_send_message": "Your item was <b>successfully sended</b> to recipients emails.",
|
||||
"share_by_link": "Share by Link",
|
||||
"share_by_email": "Share by Email",
|
||||
"recipients_label": "Recipients",
|
||||
"email_placeholder": "Type your emails"
|
||||
},
|
||||
"sidebar": {
|
||||
"favourites": "收藏",
|
||||
"favourites_empty": "将您想要收藏的文件夹拖动至此",
|
||||
"folders_empty": "Create some new folder.",
|
||||
"home": "Home",
|
||||
"latest": "Recent Uploads",
|
||||
"locations_title": "Base",
|
||||
"my_shared": "My Shared Items",
|
||||
"navigator_title": "Navigator",
|
||||
"participant_uploads": "Participant Uploads",
|
||||
"tools_title": "Tools"
|
||||
},
|
||||
"storage": {
|
||||
"audios": "Audios",
|
||||
"documents": "Documents",
|
||||
"images": "Images",
|
||||
"others": "Others",
|
||||
"sec_capacity": "Storage Capacity",
|
||||
"sec_details": "Capacity Used Details",
|
||||
"total_capacity": "Your storage capacity is {capacity}",
|
||||
"total_used": "Total used {used}",
|
||||
"videos": "Videos"
|
||||
},
|
||||
"toaster": {
|
||||
"account_upgraded": "您的帐户已成功升级。",
|
||||
"card_deleted": "您的卡已成功删除。",
|
||||
"card_new_add": "Your card was successfully added",
|
||||
"card_set": "您的卡已成功设置为默认值。",
|
||||
"changed_capacity": "You successfully changed user's storage size!",
|
||||
"changed_user": "You successfully changed user's role!",
|
||||
"created_user": "User was created successfully!",
|
||||
"email_set": "您的电子邮件设置已成功更新",
|
||||
"plan_created": "您的计划已成功创建!",
|
||||
"sended_password": "You successfully send user email for reset password!",
|
||||
"stripe_set": "您的Stripe帐户已成功设置!"
|
||||
},
|
||||
"types": {
|
||||
"file": "文件",
|
||||
"folder": "文件夹"
|
||||
},
|
||||
"upgrade_banner": {
|
||||
"button": "Upgrade",
|
||||
"description": "You nearly reach your storage capacity.",
|
||||
"title": "You reach your storage capacity. Please upgrade."
|
||||
},
|
||||
"incomplete_payment": {
|
||||
"description": "Your latest payment is incomplete. {0}",
|
||||
"href": "Please confirm your payment."
|
||||
},
|
||||
"uploading": {
|
||||
"cancel": "Cancel Uploading",
|
||||
"processing_file": "Processing File...",
|
||||
"progress_single_upload": "上传文件 {progress}%",
|
||||
"progress": "上传文件 {progress}% - {current}/{total}"
|
||||
},
|
||||
"user_add_card": {
|
||||
"default_description": "",
|
||||
"default_title": "Set as Default Payment Method"
|
||||
},
|
||||
"user_box_delete": {
|
||||
"description": "You can delete your user, but, pay attention! This event is irreversible and all user data include user files will be deleted.",
|
||||
"title": "Delete User"
|
||||
},
|
||||
"user_box_password": {
|
||||
"description": "You can send password reset email via button bellow. User will be redirected to page where he can update password for his account.",
|
||||
"title": "Change User Password"
|
||||
},
|
||||
"user_box_role": {
|
||||
"description": "You can change role for current user. Admin role can edit or create new users, change storage capacity and any other application settings.",
|
||||
"title": "Change User Role"
|
||||
},
|
||||
"user_box_storage": {
|
||||
"description": "Change user storage capacity by input bellow. You have to type only number e.g. value '5' means, user will have 5GB of storage capacity.",
|
||||
"title": "Change User Storage Capacity"
|
||||
},
|
||||
"user_invoices": {
|
||||
"empty": "您还没有发票。",
|
||||
"title": "发票"
|
||||
},
|
||||
"user_password": {
|
||||
"title": "更改您的密码"
|
||||
},
|
||||
"user_payments": {
|
||||
"add_card": "Add Payment Card",
|
||||
"card_field_title": "Credit Card",
|
||||
"delete_card": "删除卡",
|
||||
"empty": "您还没有任何付款卡。",
|
||||
"field_loading": "Loading card field...",
|
||||
"set_as_default": "设为默认卡",
|
||||
"store_card": "Store Payment Card",
|
||||
"title": "支付方式"
|
||||
},
|
||||
"user_settings": {
|
||||
"address": "地址",
|
||||
"address_plac": "输入您的帐单地址",
|
||||
"city": "市",
|
||||
"city_plac": "输入您的帐单城市",
|
||||
"country": "国家",
|
||||
"country_plac": "输入您的帐单国家",
|
||||
"name": "名称",
|
||||
"name_plac": "输入您的帐单名称",
|
||||
"phone_number": "电话号码",
|
||||
"phone_number_plac": "输入您的帐单电话号码",
|
||||
"postal_code": "邮政编码",
|
||||
"postal_code_plac": "输入您的帐单邮递区号",
|
||||
"state": "州",
|
||||
"state_plac": "输入您的帐单状态",
|
||||
"title_account": "帐户信息",
|
||||
"title_billing": "账单信息",
|
||||
"timezone": "Timezone",
|
||||
"timezone_plac" : "Select your timezone"
|
||||
},
|
||||
"user_subscription": {
|
||||
"billed": "开票",
|
||||
"cancel_plan": "取消计划",
|
||||
"canceled_at": "取消于",
|
||||
"created_at": "创建于",
|
||||
"empty": "您还没有任何订阅。",
|
||||
"ends_at": "结束于",
|
||||
"plan": "计划",
|
||||
"renews_at": "续约时间",
|
||||
"resume_plan": "恢复计划",
|
||||
"status": "状态",
|
||||
"title": "订阅计划"
|
||||
},
|
||||
"validation_errors": {
|
||||
"incorrect_password": "不好意思,您输入的密码可能有误!",
|
||||
"wrong_image": "您可能上传了一个错误的文件!"
|
||||
}
|
||||
}
|
||||
@@ -1,848 +0,0 @@
|
||||
{
|
||||
"actions": {
|
||||
"create_folder": "Create folder",
|
||||
"delete": "Delete item",
|
||||
"move": "Move item",
|
||||
"preview": "Change preview",
|
||||
"share": "Share item",
|
||||
"upload": "Upload file",
|
||||
"download": "Download item",
|
||||
"print": "Print item",
|
||||
"close": "Close",
|
||||
"sorting_view": "Sorting and View",
|
||||
"info_panel": "Info panel"
|
||||
},
|
||||
"activation": {
|
||||
"stripe": {
|
||||
"button": "Set up your Stripe account",
|
||||
"description": "To charge your users, please set up your Stripe account credentials.",
|
||||
"title": "Your Stripe account is not set"
|
||||
}
|
||||
},
|
||||
"admin_menu": {
|
||||
"dashboard": "Dashboard",
|
||||
"invoices": "Invoices",
|
||||
"pages": "Pages",
|
||||
"plans": "Plans",
|
||||
"settings": "Settings",
|
||||
"users": "Users",
|
||||
"language": "Language"
|
||||
},
|
||||
"admin_page_dashboard": {
|
||||
"backer_button": "Help Us Improve",
|
||||
"license": "License",
|
||||
"version": "Version",
|
||||
"w_latest_users": {
|
||||
"title": "Latest Registrations"
|
||||
},
|
||||
"w_total_premium": {
|
||||
"link": "Show All Plans",
|
||||
"title": "Total Premium Users"
|
||||
},
|
||||
"w_total_space": {
|
||||
"link": "Show All Users",
|
||||
"title": "Total Space Used"
|
||||
},
|
||||
"w_total_users": {
|
||||
"link": "Show All Users",
|
||||
"title": "Total Users"
|
||||
}
|
||||
},
|
||||
"admin_page_invoices": {
|
||||
"empty": {
|
||||
"description": "All customers invoices will be showed here.",
|
||||
"title": "You don’t have any invoices yet"
|
||||
},
|
||||
"table": {
|
||||
"number": "Invoice Number",
|
||||
"payed": "Payed",
|
||||
"plan": "Plan",
|
||||
"total": "Total",
|
||||
"user": "User"
|
||||
}
|
||||
},
|
||||
"admin_page_plans": {
|
||||
"create_plan_button": "Create Plan",
|
||||
"delete_plan_button": "Delete Plan",
|
||||
"disclaimer_delete_plan": "You can delete this plan, but, pay attention! Your plan will be deleted, but users who are subscribed with this plan, will be still charged unless they cancel subscription.",
|
||||
"disclaimer_edit_price": "Price change for your plan is not available due to Stripe service design. If you wish change your price plan, please, create new plan.",
|
||||
"empty": {
|
||||
"button": "Create New Plan",
|
||||
"description": "For create new plan, click on button below.",
|
||||
"title": "You don’t have any plan yet"
|
||||
},
|
||||
"form": {
|
||||
"description": "Description (optional)",
|
||||
"description_plac": "Plan description",
|
||||
"name": "Name",
|
||||
"name_delete_plac": "Type plan name",
|
||||
"name_plac": "Plan name",
|
||||
"price": "Price",
|
||||
"price_plac": "Plan price",
|
||||
"status": "Status",
|
||||
"status_help": "Status of your plan availability on website.",
|
||||
"storage": "Storage Capacity in GB",
|
||||
"storage_helper": "You have to type only number e.g. value '5' means, user will have 5GB of storage capacity.",
|
||||
"storage_plac": "Storage capacity",
|
||||
"title_delete": "Delete Plan",
|
||||
"title_details": "Plan Details",
|
||||
"title_pricing": "Plan Pricing"
|
||||
},
|
||||
"subscribers": {
|
||||
"empty": "There is no any subscriber yet."
|
||||
},
|
||||
"table": {
|
||||
"name": "Plan Name",
|
||||
"price": "Price",
|
||||
"status": "Status",
|
||||
"storage_capacity": "Storage Capacity",
|
||||
"subscribers": "Subscribers"
|
||||
},
|
||||
"tabs": {
|
||||
"delete": "Delete Plan",
|
||||
"settings": "Settings",
|
||||
"subscribers": "Subscribers"
|
||||
}
|
||||
},
|
||||
"admin_page_user": {
|
||||
"change_capacity": "Change Capacity",
|
||||
"create_user": {
|
||||
"avatar": "Avatar",
|
||||
"group_details": "Account Details",
|
||||
"group_settings": "Account Settings",
|
||||
"label_conf_pass": "Confirm password",
|
||||
"label_email": "Type E-mail",
|
||||
"label_name": "Type full name",
|
||||
"submit": "Create User"
|
||||
},
|
||||
"delete_user": "Delete User",
|
||||
"invoices": {
|
||||
"empty": "User don't have any invoices yet."
|
||||
},
|
||||
"label_change_capacity": "Type storage capacity in GB",
|
||||
"label_delete_user": "Type with Case Sensitive user name ‘{user}‘",
|
||||
"label_person_info": "Personal Information",
|
||||
"placeholder_delete_user": "Type here",
|
||||
"save_role": "Save Role",
|
||||
"select_role": "Select user role",
|
||||
"send_password_link": "Send Password Reset Link",
|
||||
"subscription": {
|
||||
"empty": "User don't have any subscription yet.",
|
||||
"interval_mo": "Monthly"
|
||||
},
|
||||
"table": {
|
||||
"action": "Action",
|
||||
"created_at": "Registered",
|
||||
"name": "User",
|
||||
"plan": "Subscription Plan",
|
||||
"role": "Role",
|
||||
"storage_capacity": "Storage Capacity",
|
||||
"storage_used": "Storage Used"
|
||||
},
|
||||
"tabs": {
|
||||
"delete": "Delete User",
|
||||
"detail": "Detail",
|
||||
"invoices": "Invoices",
|
||||
"password": "Password",
|
||||
"storage": "Storage Usage",
|
||||
"subscription": "Subscription"
|
||||
}
|
||||
},
|
||||
"admin_pages": {
|
||||
"form": {
|
||||
"content": "Content",
|
||||
"content_plac": "Type your content here...",
|
||||
"slug": "Slug",
|
||||
"title": "Title",
|
||||
"title_plac": "Title name",
|
||||
"visibility": "Visibility",
|
||||
"visibility_help": "Status of your page visibility on website."
|
||||
},
|
||||
"table": {
|
||||
"page": "Page",
|
||||
"slug": "Slug",
|
||||
"status": "Status"
|
||||
}
|
||||
},
|
||||
"admin_settings": {
|
||||
"appearance": {
|
||||
"description": "App Description",
|
||||
"description_plac": "Type your app description",
|
||||
"favicon": "App Favicon (optional)",
|
||||
"logo": "App Logo (optional)",
|
||||
"logo_horizontal": "App Logo Horizontal (optional)",
|
||||
"section_appearance": "Appearance",
|
||||
"section_general": "General Settings",
|
||||
"title": "App Title",
|
||||
"title_plac": "Type your app title"
|
||||
},
|
||||
"billings": {
|
||||
"address": "Billing Address",
|
||||
"address_plac": "Type your billing address",
|
||||
"city": "Billing City",
|
||||
"city_plac": "Type your billing city",
|
||||
"company_name": "Company Name",
|
||||
"company_name_plac": "Type your company name",
|
||||
"country": "Billing Country",
|
||||
"country_plac": "Select your billing country",
|
||||
"phone_number": "Billing Phone Number (optional)",
|
||||
"phone_number_plac": "Type your billing phone number",
|
||||
"postal_code": "Billing Postal Code",
|
||||
"postal_code_plac": "Type your billing postal code",
|
||||
"section_billing": "Billing Information",
|
||||
"section_company": "Company Information",
|
||||
"state": "Billing State",
|
||||
"state_plac": "Type your billing state",
|
||||
"vat": "VAT Number",
|
||||
"vat_plac": "Type your VAT number"
|
||||
},
|
||||
"email": {
|
||||
"driver": "Mail Driver",
|
||||
"driver_plac": "Type your mail driver",
|
||||
"email_disclaimer": "This form is not fully pre-filled for security reasons. Your email settings is available in your <b>.env</b> file. For apply new Email settings, please confirm your options by button at the end of formular.",
|
||||
"encryption": "Mail Encryption",
|
||||
"encryption_plac": "Select your mail encryption",
|
||||
"host": "Mail Host",
|
||||
"host_plac": "Type your mail host",
|
||||
"password": "Mail Password",
|
||||
"password_plac": "Type your mail password",
|
||||
"port": "Mail Port",
|
||||
"port_plac": "Type your mail port",
|
||||
"save_button": "Save Email Settings",
|
||||
"section_email": "Email Setup",
|
||||
"username": "Mail Username",
|
||||
"username_plac": "Type your mail username"
|
||||
},
|
||||
"others": {
|
||||
"upload_limit": "Upload Limit",
|
||||
"upload_limit_plac": "Type your upload limit in MB",
|
||||
"upload_limit_help": "If you want to set max file size limit on single upload, add size of your limit in MB. E.g. 100 means 100 MB and 2 000 means 2 000 MB limit.",
|
||||
"mimetypes_blacklist": "Mimetypes Blacklist",
|
||||
"mimetypes_blacklist_plac":"Add mimetypes to Blacklist" ,
|
||||
"mimetypes_blacklist_help" :"If you want to prevent upload some type of files, just add them to blacklist like this: x-php,mp3,jpeg <br/> Use a comma between each mimetype. Don't use a dot before mimetypes." ,
|
||||
"section_cache": "Application Cache",
|
||||
"cache_disclaimer": "Did you change anything in your .env file or change your Stripe credentials? Then clear your cache.",
|
||||
"cache_clear": "Clear Cache",
|
||||
"allow_registration": "Allow User Registration",
|
||||
"allow_registration_help": "You can disable public registration for new users. You will still able to <br/>create new users in administration panel.",
|
||||
"contact_email": "Contact Email",
|
||||
"contact_email_plac": "Type your contact email",
|
||||
"default_storage": "Default Storage Space for User Accounts",
|
||||
"default_storage_plac": "Set default storage space in GB",
|
||||
"google_analytics": "Google Analytics Code (optional)",
|
||||
"google_analytics_plac": "Paste your Google Analytics Code",
|
||||
"section_others": "Others Settings",
|
||||
"section_user": "Users and Storage",
|
||||
"storage_limit": "Storage Limitation",
|
||||
"storage_limit_help": "If this value is off, all users will have infinity storage capacity and you won't be <br/>able to charge your users for storage plan."
|
||||
},
|
||||
"payments": {
|
||||
"allow_payments": "Allow Subscription Payments",
|
||||
"button_submit": "Test and Save Stripe",
|
||||
"button_testing": "Testing Stripe Connection",
|
||||
"credentials_disclaimer": "Your Stripe credentials is not showed because these values are secret and must not be revealed by stranger. You can change your Stripe credentials in your <b>.env</b> file.",
|
||||
"section_payments": "Stripe Payments",
|
||||
"stripe_create_acc": "If you don’t have stripe account, please <a href=\"https://dashboard.stripe.com/register\" target=\"_blank\">register here</a> and get your Publishable Key, Secret Key and create your webhook.",
|
||||
"stripe_create_webhook": "You have to create webhook endpoint in your Stripe Dashboard. You can find it in <b>Dashboard -> Developers -> Webhooks -> Add Endpoint</b>. In Endpoint URL please copy and paste url bellow. Make sure, this url is your public domain, not localhost. In events section, please click on <b>receive all events</b>. That's all.",
|
||||
"stripe_currency": "Stripe Currency",
|
||||
"stripe_currency_plac": "Select your Stripe currency",
|
||||
"stripe_pub_key": "Publishable Key",
|
||||
"stripe_pub_key_plac": "Paste your publishable key",
|
||||
"stripe_sec_key": "Secret Key",
|
||||
"stripe_sec_key_plac": "Paste your secret key",
|
||||
"stripe_setup": "Stripe Setup",
|
||||
"stripe_webhook_key_plac": "Paste your stripe webhook secret",
|
||||
"webhook_url": "Stripe webhook URL"
|
||||
},
|
||||
"tabs": {
|
||||
"appearance": "Appearance",
|
||||
"billings": "Billings",
|
||||
"email": "Email",
|
||||
"others": "Application",
|
||||
"payments": "Payments"
|
||||
}
|
||||
},
|
||||
"alerts": {
|
||||
"error_confirm": "That’s horrible!",
|
||||
"leave_to_sign_in": "Do you really want to leave?",
|
||||
"success_confirm": "Awesome!"
|
||||
},
|
||||
"context_menu": {
|
||||
"add_folder": "Add Folder",
|
||||
"add_to_favourites": "Add to Favourites",
|
||||
"create_folder": "Create Folder",
|
||||
"delete": "Delete",
|
||||
"detail": "Detail",
|
||||
"download": "Download",
|
||||
"empty_trash": "Empty Trash",
|
||||
"log_out": "Log Out",
|
||||
"move": "Move",
|
||||
"profile_settings": "Profile Settings",
|
||||
"remove_from_favourites": "Remove Favourite",
|
||||
"rename": "Rename",
|
||||
"restore": "Restore",
|
||||
"share": "Share",
|
||||
"share_cancel": "Cancel Sharing",
|
||||
"share_edit": "Edit Sharing",
|
||||
"upload": "Upload",
|
||||
"select": "Select",
|
||||
"no_options": "No Options Available",
|
||||
"zip_folder": "Zip and Download"
|
||||
},
|
||||
"mobile_selecting": {
|
||||
"select_all": "Select All",
|
||||
"deselect_all": "Deselect All",
|
||||
"done": "Done"
|
||||
},
|
||||
"preview_sorting": {
|
||||
"grid_view": "Grid View",
|
||||
"list_view": "List View",
|
||||
"sort_date": "Sort By Date",
|
||||
"sort_alphabet": "Sort By Aplhabet",
|
||||
"preview_sorting_button": "View"
|
||||
},
|
||||
"cookie_disclaimer": {
|
||||
"button": "cookies policy",
|
||||
"description": "By browsing this website you are agreeing to our {0}."
|
||||
},
|
||||
"datatable": {
|
||||
"paginate_info": "Showing 1 - {visible} from {total} records"
|
||||
},
|
||||
"empty_page": {
|
||||
"call_to_action": "Upload Files",
|
||||
"description": "Upload some files here easily via upload button.",
|
||||
"title": "Upload Your First File"
|
||||
},
|
||||
"errors": {
|
||||
"capacity_digit": "The storage capacity must be lower than 10 digit number."
|
||||
},
|
||||
"file_detail": {
|
||||
"author": "Author",
|
||||
"author_participant": "Public Participant",
|
||||
"created_at": "Created at",
|
||||
"shared": "Shared",
|
||||
"size": "Size",
|
||||
"where": "Where",
|
||||
"selected_multiple": "Selected Multiple Items",
|
||||
"items": "Items"
|
||||
},
|
||||
"file_detail_meta": {
|
||||
"dimension": "Dimensions",
|
||||
"resolution": "Resolution",
|
||||
"color_space": "Color Space",
|
||||
"aperture_value": "Aperture Value",
|
||||
"meta_data": "Metadata",
|
||||
"author": "Author",
|
||||
"time_data": "Content Created",
|
||||
"make": "Camera",
|
||||
"model": "Model",
|
||||
"camera_lens": "Camera Lens",
|
||||
"aperature": "F Number",
|
||||
"iso": "ISO",
|
||||
"focal": "Focal Length",
|
||||
"exposure": "Exposure Time",
|
||||
"longitude": "Longitude",
|
||||
"latitude": "Latitude"
|
||||
},
|
||||
"folder": {
|
||||
"empty": "Empty",
|
||||
"item_counts": "{count} Item | {count} Items"
|
||||
},
|
||||
"global": {
|
||||
"incomplete": "Incomplete",
|
||||
"active": "Active",
|
||||
"admin": "Admin",
|
||||
"cancel": "Cancel",
|
||||
"canceled": "Canceled",
|
||||
"confirm_action": "Yes, I'm sure",
|
||||
"default": "Default",
|
||||
"free": "Free",
|
||||
"get_it": "Get It",
|
||||
"menu": "Menu",
|
||||
"monthly_ac": "Mo.",
|
||||
"or": "or",
|
||||
"premium": "Premium",
|
||||
"saas": "Services",
|
||||
"subscription": "Subscription",
|
||||
"total": "Total",
|
||||
"upgrade_plan": "Upgrade Plan"
|
||||
},
|
||||
"input_image": {
|
||||
"supported": "Supported formats are .png, .jpg, .jpeg.",
|
||||
"title": "Upload Image"
|
||||
},
|
||||
"inputs": {
|
||||
"placeholder_search_files": "Search files or folders..."
|
||||
},
|
||||
"item_thumbnail": {
|
||||
"deleted_at": "Deleted {time}",
|
||||
"original_location": "Original Location"
|
||||
},
|
||||
"locations": {
|
||||
"home": "Files",
|
||||
"shared": "Shared",
|
||||
"trash": "Trash",
|
||||
"profile": "Profile",
|
||||
"settings": "Settings",
|
||||
"logout": "Log Out"
|
||||
},
|
||||
"menu": {
|
||||
"admin": "Administration",
|
||||
"files": "Files",
|
||||
"invoices": "Invoices",
|
||||
"latest": "Recent Uploads",
|
||||
"logout": "Log Out",
|
||||
"password": "Password",
|
||||
"payment_cards": "Payment Cards",
|
||||
"profile": "Profile Settings",
|
||||
"settings": "Settings",
|
||||
"shared": "Shared Files",
|
||||
"storage": "Storage",
|
||||
"subscription": "Subscription",
|
||||
"trash": "Trash"
|
||||
},
|
||||
"messages": {
|
||||
"nothing_from_participants": "You don't have any uploads from other users.",
|
||||
"nothing_to_preview": "There is nothing to preview.",
|
||||
"nothing_was_found": "Nothing was found."
|
||||
},
|
||||
"notice": {
|
||||
"stripe_activation": "Your Stripe account is not set. To charging your users please {0}.",
|
||||
"stripe_activation_button": "set up your Stripe account"
|
||||
},
|
||||
"page_contact_us": {
|
||||
"description": "Do you have any questions? Get in touch with us.",
|
||||
"error_message": "Something went wrong, please try it again.",
|
||||
"form": {
|
||||
"email": "Email",
|
||||
"email_plac": "Type your email",
|
||||
"message": "Message",
|
||||
"message_plac": "Type your message here...",
|
||||
"submit_button": "Send Message"
|
||||
},
|
||||
"success_message": "Your message was send successfully.",
|
||||
"title": "Contact Us"
|
||||
},
|
||||
"page_create_password": {
|
||||
"button_update": "Update Password",
|
||||
"label_confirm_pass": "Confirm password",
|
||||
"label_email": "Email:",
|
||||
"label_new_pass": "New password",
|
||||
"subtitle": "Create your new password here:",
|
||||
"title": "Only One Step to Log In"
|
||||
},
|
||||
"page_forgotten_password": {
|
||||
"button_get_link": "Get Link",
|
||||
"pass_reseted_signin": "Sign In",
|
||||
"pass_reseted_subtitle": "Your password was reset successfully.",
|
||||
"pass_reseted_title": "Awesome!",
|
||||
"pass_sennded_subtitle": "We have e-mailed your password reset link!",
|
||||
"pass_sennded_title": "Thank you!",
|
||||
"password_remember_button": "Log In.",
|
||||
"password_remember_text": "Remember your password?",
|
||||
"subtitle": "Get reset link with your email:",
|
||||
"title": "Forgotten Password?"
|
||||
},
|
||||
"page_index": {
|
||||
"get_started_button": "Sign Up Now",
|
||||
"menu": {
|
||||
"contact_us": "Contact Us",
|
||||
"log_in": "Log In",
|
||||
"pricing": "Pricing",
|
||||
"sign_in": "Sign Up"
|
||||
},
|
||||
"sign_feature_1": "No credit card required",
|
||||
"sign_feature_2": "{defaultSpace} Free storage space",
|
||||
"sign_up_button": "Sign Up Now"
|
||||
},
|
||||
"page_login": {
|
||||
"button_next": "Next Step",
|
||||
"placeholder_email": "Type your E-mail",
|
||||
"registration_button": "Register account.",
|
||||
"registration_text": "Don’t have an account?",
|
||||
"subtitle": "Please type your email to log in:",
|
||||
"title": "Welcome Back!"
|
||||
},
|
||||
"page_pricing_tables": {
|
||||
"description": "Choose plan witch perfect fit your needs. All plans is billed monthly automatically via your credit card.",
|
||||
"storage_capacity": "Of Storage Capacity",
|
||||
"vat_excluded": "Price displayed excludes VAT.",
|
||||
"title": "Choose Your Plan"
|
||||
},
|
||||
"page_registration": {
|
||||
"agreement": "By clicking on 'Create Account' button I agree to the {0} and {1}.",
|
||||
"button_create_account": "Create Account",
|
||||
"have_an_account": "Do you have an account?",
|
||||
"label_confirm_pass": "Confirm password:",
|
||||
"label_email": "Email:",
|
||||
"label_name": "Full Name:",
|
||||
"label_pass": "Create password:",
|
||||
"placeholder_confirm_pass": "Confirm your new password",
|
||||
"placeholder_email": "Type your E-mail",
|
||||
"placeholder_name": "Type your full name",
|
||||
"placeholder_pass": "New password",
|
||||
"subtitle": "Please fill registration to create account:",
|
||||
"title": "Create New Account"
|
||||
},
|
||||
"page_shared": {
|
||||
"download_file": "Download File",
|
||||
"placeholder_pass": "Type password",
|
||||
"submit": "Submit",
|
||||
"subtitle": "Please type the password to get shared content:",
|
||||
"title": "Your Share Link is Protected"
|
||||
},
|
||||
"page_shared_404": {
|
||||
"subtitle": "The content you are finding was probably deleted.",
|
||||
"title": "Not Found :("
|
||||
},
|
||||
"page_sign_in": {
|
||||
"button_log_in": "Log In",
|
||||
"password_reset_button": "Reset Password.",
|
||||
"password_reset_text": "Forgotten your password?",
|
||||
"placeholder_password": "Type your password",
|
||||
"subtitle": "Confirm you by your password:",
|
||||
"title": "Are You {name}?"
|
||||
},
|
||||
"page_upgrade_account": {
|
||||
"change_payment": {
|
||||
"change_payment": "change your default payment method",
|
||||
"pay_by_new_card": "pay by new credit card",
|
||||
"you_can": "Also you can"
|
||||
},
|
||||
"desription": "Choose plan witch perfect fit your needs. All plans is billed monthly automatically via your credit card.",
|
||||
"errors": {
|
||||
"pay_by_another_card": "Please pay by another payment card"
|
||||
},
|
||||
"section_billing": "Billing Information",
|
||||
"section_card": "Payment Card",
|
||||
"section_summary": "Order Summary",
|
||||
"summary": {
|
||||
"total_with_vat": "Total with VAT",
|
||||
"vat": "VAT",
|
||||
"period": "Billed monthly",
|
||||
"submit_button": "Pay with credit card",
|
||||
"submit_disclaimer": "By submit form, you agree to save the payment method and billing information in your {app} account."
|
||||
},
|
||||
"title": "Choose Payment Method"
|
||||
},
|
||||
"popup_upload_limit": {
|
||||
"title": "You exceed upload limit on single file",
|
||||
"message": "Size of your uploaded file exceed the upload limit ({uploadLimit})."
|
||||
},
|
||||
"popup_mimetypes_blacklist": {
|
||||
"title": "You are trying to upload unsupported file type",
|
||||
"message": "File of this type ({mimetype}) is not allowed to upload."
|
||||
},
|
||||
"popup_delete_card": {
|
||||
"message": "This event is irreversible and your payment card will be delete forever",
|
||||
"title": "Are you sure?"
|
||||
},
|
||||
"popup_deleted_plan": {
|
||||
"message": "Your plan was successfully deleted.",
|
||||
"title": "Plan was deleted"
|
||||
},
|
||||
"popup_deleted_user": {
|
||||
"message": "Your user was deleted with all user data content.",
|
||||
"title": "User was deleted"
|
||||
},
|
||||
"popup_deleted_user_aborted": {
|
||||
"message": "You can't delete this account while user have active subscription.",
|
||||
"title": "User wasn't deleted"
|
||||
},
|
||||
"popup_error": {
|
||||
"message": "Something went wrong and we can't continue. Please contact us.",
|
||||
"title": "Whooops, something went wrong!"
|
||||
},
|
||||
"popup_exceed_limit": {
|
||||
"message": "Please contact your administrator to change your limit.",
|
||||
"title": "Whooops, you exceed storage limit :("
|
||||
},
|
||||
"popup_move_item": {
|
||||
"cancel": "Cancel",
|
||||
"submit": "Move Item",
|
||||
"title": "Move Item"
|
||||
},
|
||||
"popup_pass_changed": {
|
||||
"message": "So now, you have awesome new password.",
|
||||
"title": "Your password was changed!"
|
||||
},
|
||||
"popup_passport_error": {
|
||||
"message": "Probably you didn't generated Passport Grant client or you didn't set up passport credentials in your .env file. Please follow install instructions.",
|
||||
"title": "Invalid Passport Grand Client"
|
||||
},
|
||||
"popup_paylod_error": {
|
||||
"message": "Sorry, your file is too large and can't be uploaded",
|
||||
"title": "File is too large"
|
||||
},
|
||||
"popup_zipping": {
|
||||
"title": "Zipping Your Files...",
|
||||
"message": "Please wait until your files start downloading."
|
||||
},
|
||||
"popup_rename": {
|
||||
"title": "Rename Your {item}",
|
||||
"label": "Edit Name",
|
||||
"placeholder": "Type your title",
|
||||
"tab_emoji_title": "Emoji as an Icon",
|
||||
"tab_color_title": "Folder Color",
|
||||
"select_emoji_label": "Pick Your Emoji Icon",
|
||||
"color_pick_label": "Pick Your Color",
|
||||
"set_emoji_input_placeholder": "Emojis List...",
|
||||
"search_emoji_input_placeholder": "Search your emoji...",
|
||||
"emoji_list_not_found": "Not Found"
|
||||
},
|
||||
"popup_create_folder": {
|
||||
"folder_default_name": "New Folder",
|
||||
"title": "Create Folder",
|
||||
"label": "Type Name",
|
||||
"placeholder": "Type your name"
|
||||
},
|
||||
"popup_set_card": {
|
||||
"message": "Your card will be set as default and will be always charged for the next billings.",
|
||||
"title": "Set as default card?"
|
||||
},
|
||||
"popup_share_create": {
|
||||
"title": "Share Your {item}"
|
||||
},
|
||||
"popup_share_edit": {
|
||||
"change_pass": "Change Password",
|
||||
"confirm": "Confirm",
|
||||
"save": "Save Changes",
|
||||
"stop": "Cancel Sharing",
|
||||
"title": "Update sharing options",
|
||||
"go_back": "Go Back",
|
||||
"send_to_recipients": "Send to Recipients"
|
||||
},
|
||||
"popup_signup_error": {
|
||||
"message": "Please check your database connection if everything works correctly.",
|
||||
"title": "Server Error"
|
||||
},
|
||||
"popup_subscription_cancel": {
|
||||
"button": "I'm done",
|
||||
"message": "You'll continue to have access to the features you've paid for until the end of your billing cycle.",
|
||||
"title": "Subscription Was Canceled"
|
||||
},
|
||||
"popup_subscription_resumed": {
|
||||
"button": "That's awesome!",
|
||||
"message": "Your subscription was re-activated, and they will be billed on the original billing cycle.",
|
||||
"title": "Subscription Was Resumed"
|
||||
},
|
||||
"profile": {
|
||||
"change_pass": "Change Password",
|
||||
"profile_info": "Profile Information",
|
||||
"store_pass": "Store New Password"
|
||||
},
|
||||
"pronouns": {
|
||||
"of": "of"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Admin",
|
||||
"user": "User"
|
||||
},
|
||||
"routes": {
|
||||
"create_new_password": "create-new-password"
|
||||
},
|
||||
"routes_title": {
|
||||
"appearance": "Appearance",
|
||||
"billings": "Billings",
|
||||
"dashboard": "Dashboard",
|
||||
"email": "Email",
|
||||
"invoices": "Invoices",
|
||||
"others": "Others",
|
||||
"page_edit": "Edit Page",
|
||||
"pages": "Pages",
|
||||
"payment_methods": "Payment Methods",
|
||||
"payments": "Payments",
|
||||
"plan": "Plan",
|
||||
"plan_create": "Create Plan",
|
||||
"plan_delete": "Plan Delete",
|
||||
"plan_settings": "Plan Settings",
|
||||
"pricing_plans": "Pricing Plans",
|
||||
"profile": "My Profile",
|
||||
"profile_settings": "Profile Settings",
|
||||
"settings": "Settings",
|
||||
"settings_mobile": "Settings",
|
||||
"settings_password": "Change Password",
|
||||
"settings_storage": "Storage",
|
||||
"subscribers": "Subscribers",
|
||||
"subscription": "Subscription",
|
||||
"upgrade_billing": "Billing",
|
||||
"upgrade_plan": "Upgrade Plan",
|
||||
"user_create": "Create User",
|
||||
"users_delete": "Delete User",
|
||||
"users_detail": "Detail",
|
||||
"users_list": "User Management",
|
||||
"users_password": "Password",
|
||||
"users_storage_usage": "Storage Usage",
|
||||
"users_user": "User",
|
||||
"language": "Language"
|
||||
},
|
||||
"rows": {
|
||||
"card": {
|
||||
"expiration": "Expiration Date",
|
||||
"number": "Card Number",
|
||||
"status": "Status"
|
||||
},
|
||||
"invoice": {
|
||||
"number": "Invoice Number",
|
||||
"payed": "Payed",
|
||||
"plan": "Plan",
|
||||
"total": "Total"
|
||||
}
|
||||
},
|
||||
"shared": {
|
||||
"can_download": "Can download file",
|
||||
"editor": "Can edit and upload files",
|
||||
"empty_shared": "You haven't shared anything yet.",
|
||||
"visitor": "Can only view and download"
|
||||
},
|
||||
"shared_form": {
|
||||
"button_more_options": "Set Expiration",
|
||||
"button_close_options": "Close Options",
|
||||
"button_folder_icon_open": "Customize Folder Icon",
|
||||
"button_done": "Awesome, I’m done!",
|
||||
"button_generate": "Generate Link",
|
||||
"label_password_protection": "Password Protected",
|
||||
"label_permission": "Permission",
|
||||
"label_shared_url": "Share url",
|
||||
"label_share_vie_email": "Get your link",
|
||||
"label_send_to_recipients": "Send to Recipients",
|
||||
"label_expiration": "Link Expiration",
|
||||
"expiration_hour": "{value}h.",
|
||||
"expiration_day": "{value}d.",
|
||||
"placeholder_permission": "Select your permission",
|
||||
"email_successfully_send_message": "Your item was <b>successfully sended</b> to recipients emails.",
|
||||
"share_by_link": "Share by Link",
|
||||
"share_by_email": "Share by Email",
|
||||
"recipients_label": "Recipients",
|
||||
"email_placeholder": "Type your emails"
|
||||
},
|
||||
"sidebar": {
|
||||
"favourites": "Favourites",
|
||||
"favourites_empty": "Drag here your favourite folder.",
|
||||
"folders_empty": "Create some new folder.",
|
||||
"home": "Files",
|
||||
"latest": "Recent Uploads",
|
||||
"locations_title": "Base",
|
||||
"my_shared": "My Shared Items",
|
||||
"navigator_title": "Navigator",
|
||||
"participant_uploads": "Participant Uploads",
|
||||
"tools_title": "Tools"
|
||||
},
|
||||
"storage": {
|
||||
"audios": "Audios",
|
||||
"documents": "Documents",
|
||||
"images": "Images",
|
||||
"others": "Others",
|
||||
"sec_capacity": "Your disk Usage",
|
||||
"sec_details": "Capacity Usage Details",
|
||||
"total_capacity": "Your storage capacity is {capacity}",
|
||||
"total_used": "Total used {used}",
|
||||
"videos": "Videos"
|
||||
},
|
||||
"toaster": {
|
||||
"account_upgraded": "Your account was successfully upgraded.",
|
||||
"card_deleted": "Your card was successfully deleted.",
|
||||
"card_new_add": "Your card was successfully added",
|
||||
"card_set": "Your card was successfully set as default.",
|
||||
"changed_capacity": "You successfully changed user's storage size!",
|
||||
"changed_user": "You successfully changed user's role!",
|
||||
"created_user": "User was created successfully!",
|
||||
"email_set": "Your email settings was updated successfully",
|
||||
"plan_created": "Your plan was successfully created!",
|
||||
"sended_password": "You successfully send user email for reset password!",
|
||||
"stripe_set": "Your Stripe account was successfully set!"
|
||||
},
|
||||
"types": {
|
||||
"file": "File",
|
||||
"folder": "Folder"
|
||||
},
|
||||
"upgrade_banner": {
|
||||
"button": "Upgrade",
|
||||
"description": "You nearly reach your storage capacity.",
|
||||
"title": "You reach your storage capacity. Please upgrade."
|
||||
},
|
||||
"incomplete_payment": {
|
||||
"description": "Your latest payment is incomplete. {0}",
|
||||
"href": "Please confirm your payment."
|
||||
},
|
||||
"uploading": {
|
||||
"cancel": "Cancel Uploading",
|
||||
"processing_file": "Processing File...",
|
||||
"progress_single_upload": "Uploading File {progress}%",
|
||||
"progress": "Uploading File {progress}% - {current}/{total}"
|
||||
},
|
||||
"user_add_card": {
|
||||
"default_description": "Your card will be charged for billing plans as first.",
|
||||
"default_title": "Set as Default Payment Method"
|
||||
},
|
||||
"user_box_delete": {
|
||||
"description": "You can delete your user, but, pay attention! This event is irreversible and all user data include user files will be deleted.",
|
||||
"title": "Delete User"
|
||||
},
|
||||
"user_box_password": {
|
||||
"description": "You can send password reset email via button bellow. User will be redirected to page where he can update password for his account.",
|
||||
"title": "Change User Password"
|
||||
},
|
||||
"user_box_role": {
|
||||
"description": "You can change role for current user. Admin role can edit or create new users, change storage capacity and any other application settings.",
|
||||
"title": "Change User Role"
|
||||
},
|
||||
"user_box_storage": {
|
||||
"description": "Change user storage capacity by input bellow. You have to type only number e.g. value '5' means, user will have 5GB of storage capacity.",
|
||||
"title": "Change User Storage Capacity"
|
||||
},
|
||||
"user_invoices": {
|
||||
"empty": "You don't have any invoices yet.",
|
||||
"title": "Invoices"
|
||||
},
|
||||
"user_password": {
|
||||
"title": "Change Your Password"
|
||||
},
|
||||
"user_payments": {
|
||||
"add_card": "Add Payment Card",
|
||||
"card_field_title": "Credit Card",
|
||||
"delete_card": "Delete card",
|
||||
"empty": "You don't have any payment cards yet.",
|
||||
"field_loading": "Loading card field...",
|
||||
"set_as_default": "Set as default card",
|
||||
"store_card": "Store Payment Card",
|
||||
"title": "Payment Methods"
|
||||
},
|
||||
"user_settings": {
|
||||
"address": "Address",
|
||||
"address_plac": "Type your billing address",
|
||||
"city": "City",
|
||||
"city_plac": "Type your billing city",
|
||||
"country": "Country",
|
||||
"country_plac": "Select your billing country",
|
||||
"name": "Name",
|
||||
"name_plac": "Type your billing name",
|
||||
"phone_number": "Phone Number",
|
||||
"phone_number_plac": "Type your billing phone number",
|
||||
"postal_code": "Postal Code",
|
||||
"postal_code_plac": "Type your billing postal code",
|
||||
"state": "State",
|
||||
"state_plac": "Type your billing state",
|
||||
"title_account": "Account Information",
|
||||
"title_billing": "Billing Information",
|
||||
"timezone": "Timezone",
|
||||
"timezone_plac" : "Select your timezone"
|
||||
},
|
||||
"user_subscription": {
|
||||
"billed": "Billed",
|
||||
"cancel_plan": "Cancel Plan",
|
||||
"canceled_at": "Canceled At",
|
||||
"created_at": "Created At",
|
||||
"empty": "You don't have any subscription yet.",
|
||||
"ends_at": "Ends At",
|
||||
"plan": "Plan",
|
||||
"renews_at": "Renews At",
|
||||
"resume_plan": "Resume Plan",
|
||||
"status": "Status",
|
||||
"title": "Subscription Plan"
|
||||
},
|
||||
"validation_errors": {
|
||||
"incorrect_password": "Sorry, you passed incorrect password :(",
|
||||
"wrong_image": "You may have uploaded the wrong file, try again!"
|
||||
}
|
||||
}
|
||||
@@ -1,845 +0,0 @@
|
||||
{
|
||||
"actions": {
|
||||
"create_folder": "Vytvoriť priečinok",
|
||||
"delete": "Vymazať položku",
|
||||
"move": "Presunúť položku",
|
||||
"preview": "Zmeniť náhľad",
|
||||
"share": "Zdieľať položku",
|
||||
"upload": "Nahrať súbory",
|
||||
"download": "Stiahnuť položku",
|
||||
"print": "Vytlačiť položku",
|
||||
"close": "Zatvoriť",
|
||||
"sorting_view" : "Zoradenie a zobrazenie ",
|
||||
"info_panel" : "Informačný panel"
|
||||
},
|
||||
"activation": {
|
||||
"stripe": {
|
||||
"button": "Nastaviť účet Stripe",
|
||||
"description": "Pre spoplatňovanie Vaších uživateľov, prosím nastavte poverenia služby Stripe",
|
||||
"title": "Váš účet Stripe nie je nastavený"
|
||||
}
|
||||
},
|
||||
"admin_menu": {
|
||||
"dashboard": "Prehľad",
|
||||
"invoices": "Faktúry",
|
||||
"pages": "Stránky",
|
||||
"plans": "Plány",
|
||||
"settings": "Nastavenia",
|
||||
"users": "Uživatelia"
|
||||
},
|
||||
"admin_page_dashboard": {
|
||||
"backer_button": "Pomôžte nám zlepšiť sa",
|
||||
"license": "Licencia",
|
||||
"version": "Verzia",
|
||||
"w_latest_users": {
|
||||
"title": "Najnovšie registrácie"
|
||||
},
|
||||
"w_total_premium": {
|
||||
"link": "Zobraziť všetky plány",
|
||||
"title": "Celkový počet prémiových používateľov"
|
||||
},
|
||||
"w_total_space": {
|
||||
"link": "Zobraziť všetkých používateľov",
|
||||
"title": "Celkový využitý priestor"
|
||||
},
|
||||
"w_total_users": {
|
||||
"link": "Zobraziť všetkých používateľov",
|
||||
"title": "Celkový počet používateľov"
|
||||
}
|
||||
},
|
||||
"admin_page_invoices": {
|
||||
"empty": {
|
||||
"description": "Tu sa zobrazia všetky faktúry zákazníkov.",
|
||||
"title": "Zatiaľ nemáte žiadne faktúry"
|
||||
},
|
||||
"table": {
|
||||
"number": "Číslo faktúry",
|
||||
"payed": "Zaplatené",
|
||||
"plan": "Plán",
|
||||
"total": "Celkom",
|
||||
"user": "Užívateľ"
|
||||
}
|
||||
},
|
||||
"admin_page_plans": {
|
||||
"create_plan_button": "Vytvoriť plán",
|
||||
"delete_plan_button": "Odstrániť plán",
|
||||
"disclaimer_delete_plan": "Môžete odstrániť plán, ale dávajte pozor!",
|
||||
"disclaimer_edit_price": "Zmena ceny za váš plán nie je k dispozícii z dôvodu návrhu služby Stripe. Ak si želáte zmeniť cenový plán, vytvorte nový.",
|
||||
"empty": {
|
||||
"button": "Vytvoriť nový plán",
|
||||
"description": "Ak chcete vytvoriť nový plán, kliknite na tlačidlo nižšie.",
|
||||
"title": "Zatiaľ nemáte žiadny plán"
|
||||
},
|
||||
"form": {
|
||||
"description": "Popis (nepovinné)",
|
||||
"description_plac": "Popis plánu",
|
||||
"name": "Názov",
|
||||
"name_delete_plac": "Zadajte názov plánu",
|
||||
"name_plac": "Názov plánu",
|
||||
"price": "Cena",
|
||||
"price_plac": "Cena plánu",
|
||||
"status": "Stav",
|
||||
"status_help": "Stav dostupnosti vášho plánu na webovej stránke.",
|
||||
"storage": "Úložná kapacita v GB",
|
||||
"storage_helper": "Musíte zadať iba číslo, napr. hodnota „5“ znamená, že používateľ bude mať 5 GB úložnej kapacity.",
|
||||
"storage_plac": "Kapacita úložiska",
|
||||
"title_delete": "Odstrániť plán",
|
||||
"title_details": "Podrobnosti plánu",
|
||||
"title_pricing": "Cena plánu"
|
||||
},
|
||||
"subscribers": {
|
||||
"empty": "Zatiaľ nie je žiadny odberateľ."
|
||||
},
|
||||
"table": {
|
||||
"name": "Názov plánu",
|
||||
"price": "Cena",
|
||||
"status": "Stav",
|
||||
"storage_capacity": "Kapacita úložiska",
|
||||
"subscribers": "Odberatelia"
|
||||
},
|
||||
"tabs": {
|
||||
"delete": "Odstrániť plán",
|
||||
"settings": "Nastavenia",
|
||||
"subscribers": "Odberatelia"
|
||||
}
|
||||
},
|
||||
"admin_page_user": {
|
||||
"change_capacity": "Zmeniť kapacitu",
|
||||
"create_user": {
|
||||
"avatar": "Avatar",
|
||||
"group_details": "Detail účtu",
|
||||
"group_settings": "Nastavenia účtu",
|
||||
"label_conf_pass": "Potvrďte heslo",
|
||||
"label_email": "Napíšte E-mail",
|
||||
"label_name": "Napíšte celé meno",
|
||||
"submit": "Vytvoriť uživateľa"
|
||||
},
|
||||
"delete_user": "Vymazať uživateľa",
|
||||
"invoices": {
|
||||
"empty": "Užívateľ zatiaľ nemá žiadne faktúry."
|
||||
},
|
||||
"label_change_capacity": "Vpíšte kapacitu úložiska v GB",
|
||||
"label_delete_user": "Napíšte uživateľovo meno ‘{user}‘. Rozlišujte medzi malými a veľkými písmenami",
|
||||
"label_person_info": "Osobné informácie",
|
||||
"placeholder_delete_user": "Píšte sem",
|
||||
"save_role": "Uložiť Rolu",
|
||||
"select_role": "Vyberte uživateľskú rolu",
|
||||
"send_password_link": "Odoslať email s resetom hesla",
|
||||
"subscription": {
|
||||
"empty": "Užívateľ zatiaľ nemá žiadne predplatné.",
|
||||
"interval_mo": "Mesačne"
|
||||
},
|
||||
"table": {
|
||||
"action": "Akcia",
|
||||
"created_at": "Registrovaný",
|
||||
"name": "Užívateľ",
|
||||
"plan": "Plán",
|
||||
"role": "Rola",
|
||||
"storage_capacity": "Kapacita úložiska",
|
||||
"storage_used": "Využitie úložiska"
|
||||
},
|
||||
"tabs": {
|
||||
"delete": "Vymazať uživateľa",
|
||||
"detail": "Detail",
|
||||
"invoices": "Faktúry",
|
||||
"password": "Heslo",
|
||||
"storage": "Využitie úložiska",
|
||||
"subscription": "Predplatné"
|
||||
}
|
||||
},
|
||||
"admin_pages": {
|
||||
"form": {
|
||||
"content": "Obsah",
|
||||
"content_plac": "Sem zadajte svoj obsah ...",
|
||||
"slug": "Slug",
|
||||
"title": "Nadpis",
|
||||
"title_plac": "Názov titulky",
|
||||
"visibility": "Viditeľnosť",
|
||||
"visibility_help": "Stav viditeľnosti stránky na webe."
|
||||
},
|
||||
"table": {
|
||||
"page": "Stránka",
|
||||
"slug": "Slug",
|
||||
"status": "Stav"
|
||||
}
|
||||
},
|
||||
"admin_settings": {
|
||||
"appearance": {
|
||||
"description": "Popis aplikácie",
|
||||
"description_plac": "Zadajte popis svojej aplikácie",
|
||||
"favicon": "Favicon aplikácie (voliteľné)",
|
||||
"logo": "Logo aplikácie (voliteľné)",
|
||||
"logo_horizontal": "Horizontálne logo aplikácie (voliteľné)",
|
||||
"section_appearance": "Vzhľad",
|
||||
"section_general": "Všeobecné nastavenia",
|
||||
"title": "Názov aplikácie",
|
||||
"title_plac": "Zadajte názov aplikácie"
|
||||
},
|
||||
"billings": {
|
||||
"address": "Fakturačná adresa",
|
||||
"address_plac": "Zadajte svoju fakturačnú adresu",
|
||||
"city": "Mesto fakturácie",
|
||||
"city_plac": "Zadajte svoje fakturačné mesto",
|
||||
"company_name": "Meno spoločnosti",
|
||||
"company_name_plac": "Zadajte názov svojej spoločnosti",
|
||||
"country": "Krajina fakturácie",
|
||||
"country_plac": "Vyberte krajinu fakturácie",
|
||||
"phone_number": "Telefónne číslo (voliteľné)",
|
||||
"phone_number_plac": "Zadajte svoje telefónne číslo pre fakturáciu",
|
||||
"postal_code": "Poštové smerovacie číslo",
|
||||
"postal_code_plac": "Zadajte svoj fakturačný poštový kód",
|
||||
"section_billing": "Fakturačné údaje",
|
||||
"section_company": "informácie o spoločnosti",
|
||||
"state": "Stav fakturácie",
|
||||
"state_plac": "Zadajte stav fakturácie",
|
||||
"vat": "identifikačné číslo DPH",
|
||||
"vat_plac": "Zadajte svoje IČ DPH"
|
||||
},
|
||||
"email": {
|
||||
"driver": "Mail Driver",
|
||||
"driver_plac": "Zadajte mail driver",
|
||||
"email_disclaimer": "Tento formulár nie je predvyplnený z bezpečnostných dôvodov. Vaše emailové nastavenia sú dostupné v <b>.env</b> súbore aplikácie. Pre aplikovanie nastavení, prosim potvdte tlačítkom na konci formulára.",
|
||||
"encryption": "Šifrovanie pošty",
|
||||
"encryption_plac": "Vyberte šifrovanie pošty",
|
||||
"host": "Hostiteľ pošty",
|
||||
"host_plac": "Zadajte svojho poštového hostiteľa",
|
||||
"password": "Heslo k e-mailu",
|
||||
"password_plac": "Zadajte svoje e-mailové heslo",
|
||||
"port": "Port",
|
||||
"port_plac": "Zadajte poštový port",
|
||||
"save_button": "Uložte nastavenia e-mailu",
|
||||
"section_email": "Nastavenie e-mailu",
|
||||
"username": "Používateľské meno pre poštu",
|
||||
"username_plac": "Zadajte svoje používateľské meno pre poštu"
|
||||
},
|
||||
"others": {
|
||||
"upload_limit": "Limit nahrávania",
|
||||
"upload_limit_plac": "Pridajte veľkosť limitu v MB",
|
||||
"upload_limit_help": "Ak chcete nastaviť limit pre nahrávane jedneho súboru, pridajte veľkosť vášho limitu v MB.",
|
||||
"mimetypes_blacklist": "Čierna listina mimetypov",
|
||||
"mimetypes_blacklist_plac":"Pridajte mimetypy do Čiernej listiny",
|
||||
"mimetypes_blacklist_help" :"Ak chcete zakázať nahrávanie niektorých typov súborov, jednoducho ich pridajte na čiernu listinu, príklad: x-php, mp3, jpeg <br/> Medzi mimetypmi použite čiarku. Nevkladajte bodku pred mimetyp." ,
|
||||
"section_cache": "Aplikačná pamäť",
|
||||
"cache_disclaimer": "Zmenili ste niečo v .env súbore alebo ste zmenili Stripe poverenia? Vymažte aplikačnú pamäť.",
|
||||
"cache_clear": "Vymazať aplikačnú pamäť",
|
||||
"allow_registration": "Povoliť registráciu používateľov",
|
||||
"allow_registration_help": "Môžete zakázať verejnú registráciu nových používateľov. V administračnom paneli stále budete môcť <br/>vytvárať nových používateľov.",
|
||||
"contact_email": "Kontaktný email",
|
||||
"contact_email_plac": "Zadajte svoj kontaktný e-mail",
|
||||
"default_storage": "Predvolený úložný priestor pre používateľské účty v GB",
|
||||
"default_storage_plac": "Nastaviť predvolený úložný priestor v GB",
|
||||
"google_analytics": "Kód Google Analytics (voliteľné)",
|
||||
"google_analytics_plac": "Vložte svoj kód Google Analytics",
|
||||
"section_others": "Ostatné nastavenia",
|
||||
"section_user": "Používatelia a ukladací priestor",
|
||||
"storage_limit": "Obmedzenie priestoru",
|
||||
"storage_limit_help": "Ak je táto hodnota vypnutá, všetci používatelia budú mať nekonečnú kapacitu úložiska a vy nebudete môcť <br/>účtovať svojim používateľom poplatky za plán úložiska."
|
||||
},
|
||||
"payments": {
|
||||
"allow_payments": "Povoliť platby za plány",
|
||||
"button_submit": "Otestovať a uložiť Stripe",
|
||||
"button_testing": "Testovanie Stripe pripojenia",
|
||||
"credentials_disclaimer": "Vaše poverenia v službe Stripe sa nezobrazujú, pretože tieto hodnoty sú tajné a nesmie ich odhaliť cudzinec. Svoje poverenia v službe Stripe môžete zmeniť v súbore <b>.env</b> aplikácie.",
|
||||
"section_payments": "Stripe platby",
|
||||
"stripe_create_acc": "Ak nemáte účet Stripe, <a href=\"https://dashboard.stripe.com/register\" target=\"_blank\">zaregistrujte sa tu</a> a získajte svoj publikovateľný kľúč, tajný kľúč a vytvorte Stripe webhook.",
|
||||
"stripe_create_webhook": "",
|
||||
"stripe_currency": "Stripe Mena",
|
||||
"stripe_currency_plac": "Vyberte Stripe menu",
|
||||
"stripe_pub_key": "Verejný kľúč",
|
||||
"stripe_pub_key_plac": "Vložte Váš verejný kľúč",
|
||||
"stripe_sec_key": "Tajný kľúč",
|
||||
"stripe_sec_key_plac": "Vložte Váš tajný kľúč",
|
||||
"stripe_setup": "Stripe nastavenia",
|
||||
"stripe_webhook_key_plac": "Vložte Váš Stripe webhook tajný kľúč",
|
||||
"webhook_url": "Stripe webhook URL adresa"
|
||||
},
|
||||
"tabs": {
|
||||
"appearance": "Vzhľad",
|
||||
"billings": "Fakturácia",
|
||||
"email": "E-mail",
|
||||
"others": "Aplikácia",
|
||||
"payments": "Platby"
|
||||
}
|
||||
},
|
||||
"alerts": {
|
||||
"error_confirm": "To je hrozné!",
|
||||
"leave_to_sign_in": "Naozaj chcete odísť?",
|
||||
"success_confirm": "Skvelé!"
|
||||
},
|
||||
"context_menu": {
|
||||
"add_folder": "Nový priečinok",
|
||||
"add_to_favourites": "Pridať do obľúbených",
|
||||
"create_folder": "Vytvoriť priečinok",
|
||||
"delete": "Vymazať",
|
||||
"detail": "Detail",
|
||||
"download": "Stiahnúť",
|
||||
"empty_trash": "Vyprázdniť kôš",
|
||||
"log_out": "Odhlásiť sa",
|
||||
"move": "Presunúť",
|
||||
"profile_settings": "Nastavenia profilu",
|
||||
"remove_from_favourites": "Vymazať obľúbené",
|
||||
"rename": "Premenovať",
|
||||
"restore": "Obnoviť",
|
||||
"share": "Zdieľať",
|
||||
"share_cancel": "Zrušenie zdieľania",
|
||||
"share_edit": "Upraviť zdieľanie",
|
||||
"upload": "Nahrať",
|
||||
"select": "Výber",
|
||||
"no_options": "Nie sú k dispozícii žiadne možnosti",
|
||||
"zip_folder": "Zazipovať priečinok"
|
||||
},
|
||||
"mobile_selecting": {
|
||||
"select_all": "Vybrať všetko",
|
||||
"deselect_all": "Odznačiť všetko",
|
||||
"done": "Hotovo"
|
||||
},
|
||||
"preview_sorting": {
|
||||
"grid_view": "Mriežka",
|
||||
"list_view": "List",
|
||||
"sort_date": "Zoradiť podľa dátumu",
|
||||
"sort_alphabet": "Zoradiť podľa náyvu",
|
||||
"preview_sorting_button": "Zobrazenie"
|
||||
},
|
||||
"cookie_disclaimer": {
|
||||
"button": "politikou cookies",
|
||||
"description": "Prehliadaním tejto stránky súhlasim s našou"
|
||||
},
|
||||
"datatable": {
|
||||
"paginate_info": "Zobrazuje sa 1 - {visible} z {total} položiek"
|
||||
},
|
||||
"empty_page": {
|
||||
"call_to_action": "Nahrať súbory",
|
||||
"description": "Nahrajte súbory jednoducho cez tlačidlo nahrať",
|
||||
"title": "Tu nie je nič"
|
||||
},
|
||||
"errors": {
|
||||
"capacity_digit": "Kapacita úložiska musí byť nižšia ako 10 číslic."
|
||||
},
|
||||
"file_detail": {
|
||||
"author": "Autor",
|
||||
"author_participant": "Verejný účastník",
|
||||
"created_at": "Vytvorené",
|
||||
"shared": "Zdieľané",
|
||||
"size": "Veľkosť",
|
||||
"where": "Umiestnenie",
|
||||
"selected_multiple": "Vybratých viac položiek",
|
||||
"items": "{count} Položky | {count} Položiek"
|
||||
},
|
||||
"file_detail_meta": {
|
||||
"dimension": "Dimenzie",
|
||||
"resolution": "Rozlíšenie",
|
||||
"color_space": "Farebný priestor",
|
||||
"aperture_value": "Hodnota clony",
|
||||
"meta_data": "Metadata",
|
||||
"author": "Autor",
|
||||
"time_data": "Obsah vytvorený",
|
||||
"make": "Fotoaparát",
|
||||
"model": "Model",
|
||||
"camera_lens": "Objektív fotoaparátu",
|
||||
"aperature": "Clona",
|
||||
"iso": "ISO",
|
||||
"focal": "Ohnisková vzdialenosť",
|
||||
"exposure": "Doba expozície",
|
||||
"longitude": "Zemepisná dĺžka",
|
||||
"latitude": "Zemepisná šírka"
|
||||
},
|
||||
"folder": {
|
||||
"empty": "Prázdne",
|
||||
"item_counts": "{count} Položka | {count} Položky"
|
||||
},
|
||||
"global": {
|
||||
"incomplete": "Incomplete",
|
||||
"active": "Aktívny",
|
||||
"admin": "Admin",
|
||||
"cancel": "Zrušiť",
|
||||
"canceled": "Zrušený",
|
||||
"confirm_action": "Áno, som si istý",
|
||||
"default": "Predvolený",
|
||||
"free": "Zadarmo",
|
||||
"get_it": "Získať",
|
||||
"menu": "Ponuka",
|
||||
"monthly_ac": "Mes.",
|
||||
"or": "alebo",
|
||||
"premium": "Premium",
|
||||
"saas": "Služby",
|
||||
"subscription": "Predplatné",
|
||||
"total": "Celkom",
|
||||
"upgrade_plan": "Navýšiť úložisko"
|
||||
},
|
||||
"input_image": {
|
||||
"supported": "Podporované formáty sú .png, .jpg, .jpeg.",
|
||||
"title": "Vložte obrázok"
|
||||
},
|
||||
"inputs": {
|
||||
"placeholder_search_files": "Hľadajte súbory…"
|
||||
},
|
||||
"item_thumbnail": {
|
||||
"deleted_at": "Vymazané {time}",
|
||||
"original_location": "Pôvodné umiestnenie"
|
||||
},
|
||||
"locations": {
|
||||
"home": "Domov",
|
||||
"shared": "Zdieľané",
|
||||
"trash": "Kôš",
|
||||
"profile": "Profil",
|
||||
"settings": "Nastavenia",
|
||||
"logout": "Odhlásiť sa"
|
||||
},
|
||||
"menu": {
|
||||
"admin": "Administrácia",
|
||||
"files": "Súbory",
|
||||
"invoices": "Faktúry",
|
||||
"latest": "Posledne nahrané",
|
||||
"logout": "Odhlásiť sa",
|
||||
"password": "Heslo",
|
||||
"payment_cards": "Platobné karty",
|
||||
"profile": "Nastavenia profilu",
|
||||
"settings": "Nastavenia",
|
||||
"shared": "Zdieľané súbory",
|
||||
"storage": "Úložisko",
|
||||
"subscription": "Predplatné",
|
||||
"trash": "Kôš"
|
||||
},
|
||||
"messages": {
|
||||
"nothing_from_participants": "Zatiaľ nemáš žiadné súbory od ostatných uživateľov",
|
||||
"nothing_to_preview": "Tu nie je nič pre zobrazenie.",
|
||||
"nothing_was_found": "Nič sa nenašlo."
|
||||
},
|
||||
"notice": {
|
||||
"stripe_activation": "Váš účet Stripe nie je nastavený. Pre spoplatňovanie používateľov prosím {0}.",
|
||||
"stripe_activation_button": "nastavte účet Stripe"
|
||||
},
|
||||
"page_contact_us": {
|
||||
"description": "Máte nejaké otázky? Spojte sa s nami.",
|
||||
"error_message": "Niečo sa pokazilo, skúste to znova.",
|
||||
"form": {
|
||||
"email": "E-mail",
|
||||
"email_plac": "Zadajte svoj e-mail",
|
||||
"message": "Správa",
|
||||
"message_plac": "Sem napíšte správu...",
|
||||
"submit_button": "Odoslať správu"
|
||||
},
|
||||
"success_message": "Vaša správa bola úspešne odoslaná.",
|
||||
"title": "Kontaktujte nás"
|
||||
},
|
||||
"page_create_password": {
|
||||
"button_update": "Aktualizovať heslo",
|
||||
"label_confirm_pass": "Potvrďte nové heslo",
|
||||
"label_email": "Email:",
|
||||
"label_new_pass": "Vaše nové heslo",
|
||||
"subtitle": "Vytvorte si nové heslo tu:",
|
||||
"title": "Iba jeden krok pre prihlásenie"
|
||||
},
|
||||
"page_forgotten_password": {
|
||||
"button_get_link": "Získať link",
|
||||
"pass_reseted_signin": "Prihlásiť sa",
|
||||
"pass_reseted_subtitle": "Tvoje heslo bolo obnovené úspešne.",
|
||||
"pass_reseted_title": "Skvelé!",
|
||||
"pass_sennded_subtitle": "Práve sme Vám odoslali link na Váš email!",
|
||||
"pass_sennded_title": "Ďakujeme!",
|
||||
"password_remember_button": "Prihlásiť sa.",
|
||||
"password_remember_text": "Pamätáte si heslo?",
|
||||
"subtitle": "Získajte resetovací link pre Váš účet:",
|
||||
"title": "Zabudnuté heslo?"
|
||||
},
|
||||
"page_index": {
|
||||
"get_started_button": "Zaregistrovať sa teraz",
|
||||
"menu": {
|
||||
"contact_us": "Kontaktuj nás",
|
||||
"log_in": "Prihlásiť sa",
|
||||
"pricing": "Plány",
|
||||
"sign_in": "Zaregistrovať sa"
|
||||
},
|
||||
"sign_feature_1": "Nevyžaduje sa žiadna kreditná karta",
|
||||
"sign_feature_2": "{defaultSpace} Kapacita úložiska zadarmo",
|
||||
"sign_up_button": "Zaregistrovať sa teraz"
|
||||
},
|
||||
"page_login": {
|
||||
"button_next": "Ďalší krok",
|
||||
"placeholder_email": "Napíšte svoj E-mail",
|
||||
"registration_button": "Vytvoriť účet.",
|
||||
"registration_text": "Ešte nemáte účet?",
|
||||
"subtitle": "Prosím, vložte svoj email pre prihlásenie:",
|
||||
"title": "Vitajte späť!"
|
||||
},
|
||||
"page_pricing_tables": {
|
||||
"description": "Vyberte si plán, ktorý dokonale vyhovuje vašim potrebám. Všetky plány sa fakturujú mesačne automaticky prostredníctvom vašej kreditnej karty.",
|
||||
"storage_capacity": "Kapacita úložiska",
|
||||
"vat_excluded": "Ceny nezahrňajú DPH.",
|
||||
"title": "Vyberte si svoj plán"
|
||||
},
|
||||
"page_registration": {
|
||||
"agreement": "Kliknutím na tlačidlo Vytvoriť účet súhlasím s {0} a {1}.",
|
||||
"button_create_account": "Vytvoriť účet",
|
||||
"have_an_account": "Máš už účet?",
|
||||
"label_confirm_pass": "Potvrďte heslo:",
|
||||
"label_email": "Email:",
|
||||
"label_name": "Celé meno:",
|
||||
"label_pass": "Vytvorte heslo:",
|
||||
"placeholder_confirm_pass": "Potvrďte nové heslo",
|
||||
"placeholder_email": "Napíš svoj E-mail",
|
||||
"placeholder_name": "Napíš svoje celé meno",
|
||||
"placeholder_pass": "Vaše nové heslo",
|
||||
"subtitle": "Prosím, vyplňte formulár pre vytvorenie nového účtu:",
|
||||
"title": "Vytvorenie nového účtu"
|
||||
},
|
||||
"page_shared": {
|
||||
"download_file": "Stiahnúť súbor",
|
||||
"placeholder_pass": "Vložte heslo",
|
||||
"submit": "Potvrdiť",
|
||||
"subtitle": "Prosím vložte heslo pre získanie prístupu k obsahu:",
|
||||
"title": "Zdieľaný odkaz je chránený"
|
||||
},
|
||||
"page_shared_404": {
|
||||
"subtitle": "Obsah ktorý hľadáš bol pravdepodobne vymazaný.",
|
||||
"title": "Obsah sa nenašiel :("
|
||||
},
|
||||
"page_sign_in": {
|
||||
"button_log_in": "Prihlásiť sa",
|
||||
"password_reset_button": "Resetovať heslo.",
|
||||
"password_reset_text": "Zabudli ste heslo?",
|
||||
"placeholder_password": "Napíšte svoje heslo",
|
||||
"subtitle": "Potvrďte zadaním hesla:",
|
||||
"title": "Voláte sa {name}?"
|
||||
},
|
||||
"page_upgrade_account": {
|
||||
"change_payment": {
|
||||
"change_payment": "zmeniť svoj predvolený spôsob platby",
|
||||
"pay_by_new_card": "platiť novou kreditnou kartou",
|
||||
"you_can": "Tiež môžete"
|
||||
},
|
||||
"desription": "Vyberte si plán, ktorý dokonale vyhovuje vašim potrebám. Všetky programy sa fakturujú mesačne automaticky prostredníctvom vašej kreditnej karty.",
|
||||
"errors": {
|
||||
"pay_by_another_card": "Zaplaťte inou platobnou kartou"
|
||||
},
|
||||
"section_billing": "Fakturačné údaje",
|
||||
"section_card": "Platobná karta",
|
||||
"section_summary": "Zhrnutie objednávky",
|
||||
"summary": {
|
||||
"total_with_vat": "Spolu s DPH",
|
||||
"vat": "DPH",
|
||||
"period": "Účtované mesačne",
|
||||
"submit_button": "Zaplatiť kreditnou kartou",
|
||||
"submit_disclaimer": "Odoslaním formulára súhlasíte s uložením spôsobu platby a fakturačných údajov vo svojom účte {app}."
|
||||
},
|
||||
"title": "Vyberte si metódu platby"
|
||||
},
|
||||
"popup_upload_limit": {
|
||||
"title": "Je nám to ľúto",
|
||||
"message": "Veľkosť nahravaného súboru prekročila limit pre nahraávane súbory ({uploadLimit})"
|
||||
},
|
||||
"popup_mimetypes_blacklist": {
|
||||
"title": "Ospravedlňujeme sa",
|
||||
"message": "Nieje povolené nahrávať tento typ súboru ({mimetype})."
|
||||
},
|
||||
"popup_zipping": {
|
||||
"title": "Súbory sa zipujú...",
|
||||
"message": "Čakajte prosím, kým súbory sa nezačnú sťahovať."
|
||||
},
|
||||
"popup_create_folder": {
|
||||
"folder_default_name": "Nový priečinok",
|
||||
"title": "Vytvoriť priečinok",
|
||||
"label": "Napíš meno",
|
||||
"placeholder": "Prosím, vložte názov nového priečinka"
|
||||
},
|
||||
"popup_delete_card": {
|
||||
"message": "Táto udalosť je nezvratná a vaša platobná karta bude navždy odstránená",
|
||||
"title": "Ste si istý?"
|
||||
},
|
||||
"popup_deleted_plan": {
|
||||
"message": "Váš plán bol úspešne odstránený.",
|
||||
"title": "Plán bol odstránený"
|
||||
},
|
||||
"popup_deleted_user": {
|
||||
"message": "Uživateľ bol vymazaný so všetkými uživateľskými dátami.",
|
||||
"title": "Uživateľ bol vymazaný"
|
||||
},
|
||||
"popup_deleted_user_aborted": {
|
||||
"message": "Nemôžte vymazať účet kým uživateľ má aktívne predplatné.",
|
||||
"title": "Uživateľ nebol vymazaný"
|
||||
},
|
||||
"popup_error": {
|
||||
"message": "Niečo sa stalo a nemôžme pokračovať. Prosím kontaktuj nás.",
|
||||
"title": "Ups, niekde nastala chyba!"
|
||||
},
|
||||
"popup_exceed_limit": {
|
||||
"message": "Prosím, kontaktujte administrátora pre navyšenie limitu.",
|
||||
"title": "Ups, presiahli ste limit úložiska"
|
||||
},
|
||||
"popup_move_item": {
|
||||
"cancel": "Zrušiť",
|
||||
"submit": "Presunúť položku",
|
||||
"title": "Presuňte položku"
|
||||
},
|
||||
"popup_pass_changed": {
|
||||
"message": "Od teraz máte nové heslo.",
|
||||
"title": "Tvoje heslo bolo zmenené!"
|
||||
},
|
||||
"popup_passport_error": {
|
||||
"message": "Pravdebodobne ste nespravne vygenerovali Passport Grant client alebo ste nenastavili udaje správne. Prosím následujte inštalačné inštrukcie.",
|
||||
"title": "Nesprávny Passport Grand Client"
|
||||
},
|
||||
"popup_paylod_error": {
|
||||
"message": "Prepáčte, súbor je príliš veľký a nemôže byť nahraný.",
|
||||
"title": "Súbor je príliš veľký"
|
||||
},
|
||||
"popup_rename": {
|
||||
"title": "Zmeňte názov {item}",
|
||||
"label": "Zmeniť názov",
|
||||
"placeholder": "Napíš názov...",
|
||||
"tab_emoji_title": "Emodži ako ikona",
|
||||
"tab_color_title": "Farba priečinka",
|
||||
"select_emoji_label": "Vyberte emodži ikonu",
|
||||
"color_pick_label": "Vyberte si farbu",
|
||||
"set_emoji_input_placeholder": "Emodži zoznam ...",
|
||||
"search_emoji_input_placeholder": "Vyhľadajte svoje emodži...",
|
||||
"emoji_list_not_found": "Nenájdené"
|
||||
},
|
||||
"popup_set_card": {
|
||||
"message": "Vaša karta bude nastavená ako predvolená a bude vám z nej vždy stiahnutá čiastka za nasledujúce obdobie fakturácie.",
|
||||
"title": "Nastaviť ako predvolenú kartu?"
|
||||
},
|
||||
"popup_share_create": {
|
||||
"title": "Zdieľaj {item}"
|
||||
},
|
||||
"popup_share_edit": {
|
||||
"change_pass": "Zmeniť heslo",
|
||||
"confirm": "Potvrdiť",
|
||||
"save": "Uložiť zmeny",
|
||||
"stop": "Zastaviť zdieľanie",
|
||||
"title": "Upraviť nastavenia zdieľania",
|
||||
"go_back": "Spať",
|
||||
"send_to_recipients": "Odoslať príjemcom"
|
||||
},
|
||||
"popup_signup_error": {
|
||||
"message": "Prosím skontrolujte databázove spojenie, či všetko funguje správne.",
|
||||
"title": "Chyba serveru"
|
||||
},
|
||||
"popup_subscription_cancel": {
|
||||
"button": "Som hotový",
|
||||
"message": "Do konca fakturačného cyklu budete mať naďalej prístup k funkciám, za ktoré ste zaplatili.",
|
||||
"title": "Predplatné bolo ukončené"
|
||||
},
|
||||
"popup_subscription_resumed": {
|
||||
"button": "To je úžasné!",
|
||||
"message": "Váš odber bol znova aktivovaný a budú vám účtované poplatky podľa pôvodného fakturačného cyklu.",
|
||||
"title": "Predplatné bolo obnovené"
|
||||
},
|
||||
"profile": {
|
||||
"change_pass": "Zmeniť heslo",
|
||||
"profile_info": "Profil",
|
||||
"store_pass": "Uložiť nové heslo"
|
||||
},
|
||||
"pronouns": {
|
||||
"of": "z"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Admin",
|
||||
"user": "Užívateľ"
|
||||
},
|
||||
"routes": {
|
||||
"create_new_password": "vytvorit-nove-heslo"
|
||||
},
|
||||
"routes_title": {
|
||||
"appearance": "Vzhľad",
|
||||
"billings": "Fakturácia",
|
||||
"dashboard": "Prehľad",
|
||||
"email": "E-mail",
|
||||
"invoices": "Faktúry",
|
||||
"others": "Ostatné",
|
||||
"page_edit": "Upraviť stránku",
|
||||
"pages": "Stránky",
|
||||
"payment_methods": "Spôsob platby",
|
||||
"payments": "Platby",
|
||||
"plan": "Plán",
|
||||
"plan_create": "Vytvoriť plán",
|
||||
"plan_delete": "Odstránenie plánu",
|
||||
"plan_settings": "Nastavenia plánu",
|
||||
"pricing_plans": "Cenové plány",
|
||||
"profile": "Môj profil",
|
||||
"profile_settings": "Nastavenia profilu",
|
||||
"settings": "Nastavenia",
|
||||
"settings_mobile": "Nastavenia",
|
||||
"settings_password": "Zmeniť heslo",
|
||||
"settings_storage": "Úložisko",
|
||||
"subscribers": "Odberatelia",
|
||||
"subscription": "Predplatné",
|
||||
"upgrade_billing": "Fakturácia",
|
||||
"upgrade_plan": "Plán inovácie",
|
||||
"user_create": "Vytvoriť uživateľa",
|
||||
"users_delete": "Vymazať uživateľa",
|
||||
"users_detail": "Detail",
|
||||
"users_list": "Správca uživateľov",
|
||||
"users_password": "Heslo",
|
||||
"users_storage_usage": "Využitie úložiska",
|
||||
"users_user": "Uživateľ"
|
||||
},
|
||||
"rows": {
|
||||
"card": {
|
||||
"expiration": "Dátum expirácie",
|
||||
"number": "Číslo karty",
|
||||
"status": "Stav"
|
||||
},
|
||||
"invoice": {
|
||||
"number": "Číslo faktúry",
|
||||
"payed": "Zaplatené",
|
||||
"plan": "Plán",
|
||||
"total": "Celkom"
|
||||
}
|
||||
},
|
||||
"shared": {
|
||||
"can_download": "Môže stiahnúť súbor",
|
||||
"editor": "Môže upravovať a nahrávať súbory",
|
||||
"empty_shared": "Zatiaľ ste nič nezdieľali",
|
||||
"visitor": "Môže len vidieť a sťahovať súbory"
|
||||
},
|
||||
"shared_form": {
|
||||
"button_more_options": "Viac nastavení",
|
||||
"button_close_options": "Zavrieť viac možností",
|
||||
"button_done": "Super, som hotový!",
|
||||
"button_generate": "Vygenerovať link",
|
||||
"label_password_protection": "Chrániť heslom",
|
||||
"label_permission": "Oprávnenie",
|
||||
"label_shared_url": "Zdieľací odkaz",
|
||||
"label_share_vie_email": "Získajte odkaz",
|
||||
"label_send_to_recipients": "Odoslať príjemcom",
|
||||
"label_expiration": "Expirácia Linku",
|
||||
"expiration_hour": "{value}h.",
|
||||
"expiration_day": "{value}d.",
|
||||
"placeholder_permission": "Zvoľte oprávnenia",
|
||||
"email_successfully_send_message": "Vaša položka bola <b>úspešne odoslaná</b> na e-maily príjemcov.",
|
||||
"share_by_link": "Zdieľať odkazom",
|
||||
"share_by_email": "Zdieľať e-mailom",
|
||||
"recipients_label": "Príjemcovia",
|
||||
"email_placeholder": "Zadajte e-mailové adresy"
|
||||
},
|
||||
"sidebar": {
|
||||
"favourites": "Obľúbené",
|
||||
"favourites_empty": "Presuňte sem obľúbený priečinok",
|
||||
"folders_empty": "Vytvorte svoj prvý priečinok",
|
||||
"home": "Domov",
|
||||
"latest": "Posledne nahraté",
|
||||
"locations_title": "Menu",
|
||||
"my_shared": "Moje zdieľané položky",
|
||||
"navigator_title": "Navigátor",
|
||||
"participant_uploads": "Nahrávania účastníkov",
|
||||
"tools_title": "Nástroje"
|
||||
},
|
||||
"storage": {
|
||||
"audios": "Audio",
|
||||
"documents": "Dokumenty",
|
||||
"images": "Obrázky",
|
||||
"others": "Ostatné",
|
||||
"sec_capacity": "Kapacita úložiska",
|
||||
"sec_details": "Detail využitej kapacity",
|
||||
"total_capacity": "Vaša kapacita disku je {capacity}",
|
||||
"total_used": "Používané {used}",
|
||||
"videos": "Videá"
|
||||
},
|
||||
"toaster": {
|
||||
"account_upgraded": "Váš účet bol úspešne inovovaný.",
|
||||
"card_deleted": "Vaša karta bola úspešne odstránená.",
|
||||
"card_new_add": "Vaša karta bola úspešne pridaná",
|
||||
"card_set": "Vaša karta bola úspešne nastavená ako predvolená.",
|
||||
"changed_capacity": "Úspešne ste zmenili kapacitu úložiska uživateľa!",
|
||||
"changed_user": "Úspešne ste zmenili rolu užívateľa",
|
||||
"created_user": "Úspešne ste vytvorili uživateľa!",
|
||||
"email_set": "Vaše nastavenia e-mailu boli úspešne aktualizované",
|
||||
"plan_created": "Váš plán bol úspešne vytvorený!",
|
||||
"sended_password": "Úspešne ste odoslali email uživateľovi pre reset hesla!",
|
||||
"stripe_set": "Váš účet Stripe bol úspešne nastavený!"
|
||||
},
|
||||
"types": {
|
||||
"file": "Súbor",
|
||||
"folder": "Priečinok"
|
||||
},
|
||||
"upgrade_banner": {
|
||||
"button": "Inovovať",
|
||||
"description": "Takmer ste dosiahli kapacitu úložiska",
|
||||
"title": "Dosiahli ste kapacitu úložiska. Prosím inovujte úložisko."
|
||||
},
|
||||
"incomplete_payment": {
|
||||
"description": "Vaša posledná platba nie je dokončená. {0}",
|
||||
"href": "Prosím potvrďte Vašu platbu."
|
||||
},
|
||||
"uploading": {
|
||||
"cancel": "Zrušiť nahrávanie",
|
||||
"processing_file": "Spracuvávam súbor...",
|
||||
"progress_single_upload": "Nahrávam súbor {progress}%",
|
||||
"progress": "Nahrávam súbory {progress}% - {current}/{total}"
|
||||
},
|
||||
"user_add_card": {
|
||||
"default_description": "Vaša karta bude uložená a použitá pre platbu ako prvá.",
|
||||
"default_title": "Nastaviť ako predvolenú platobnú kartu"
|
||||
},
|
||||
"user_box_delete": {
|
||||
"description": "Môžete vymazať svojho uživateľa, avšak, dávajte pozor! Táto událosť je nezvratná a všetke uživateľské dáta vrátane uživateľových súborov budú vymazané!",
|
||||
"title": "Vymazať uživateľa"
|
||||
},
|
||||
"user_box_password": {
|
||||
"description": "Môžete zmeniť uživateľské heslo zaslaním resetovacieho emailu uživateľovi. Uživateľ bude presmerovaný na stránku, kde si môže zmeniť heslo na nové.",
|
||||
"title": "Zmeňiť uživateľské heslo"
|
||||
},
|
||||
"user_box_role": {
|
||||
"description": "Môžete zmeniť uživateľskú rolu pre aktuálneho uživateľa. Administrátorska rola môže editovať alebo vytvárať nových uživateľov, zmeniť kapacitu úložiska a mnoho dalších nastavení aplikácie.",
|
||||
"title": "Zmeniť uživateľskú rolu"
|
||||
},
|
||||
"user_box_storage": {
|
||||
"description": "Zmeňte kapacitu úložiska formulárom nižšie. Môžeš písať iba čiselné hodnoty, napríklad hodnota '5' znamená, že uživateľ bude mať 5GB kapacity úložiska.",
|
||||
"title": "Zmeňiť kapacitu úložiska"
|
||||
},
|
||||
"user_invoices": {
|
||||
"empty": "Zatiaľ nemáte žiadne faktúry.",
|
||||
"title": "Faktúry"
|
||||
},
|
||||
"user_password": {
|
||||
"title": "Zmeňte si heslo"
|
||||
},
|
||||
"user_payments": {
|
||||
"add_card": "Pridať Platobnú Kartu",
|
||||
"card_field_title": "Kreditná Karta",
|
||||
"delete_card": "Odstrániť kartu",
|
||||
"empty": "Zatiaľ nemáte žiadne platobné karty.",
|
||||
"field_loading": "Načitávam kartové pole...",
|
||||
"set_as_default": "Nastaviť ako predvolenú kartu",
|
||||
"store_card": "Uložiť platobnú kartu",
|
||||
"title": "Spôsob platby"
|
||||
},
|
||||
"user_settings": {
|
||||
"address": "Adresa",
|
||||
"address_plac": "Zadajte svoju fakturačnú adresu",
|
||||
"city": "Mesto",
|
||||
"city_plac": "Zadajte svoje fakturačné mesto",
|
||||
"country": "Krajina",
|
||||
"country_plac": "Vyberte svoju fakturačnú krajinu",
|
||||
"name": "Meno",
|
||||
"name_plac": "Zadajte svoje fakturačné meno",
|
||||
"phone_number": "Telefónne číslo",
|
||||
"phone_number_plac": "Zadajte svoje telefónne číslo pre fakturáciu",
|
||||
"postal_code": "Poštové smerovacie číslo",
|
||||
"postal_code_plac": "Zadajte svoj fakturačný poštový kód",
|
||||
"state": "Štát",
|
||||
"state_plac": "Zadajte Štát",
|
||||
"title_account": "informácie o účte",
|
||||
"title_billing": "Fakturačné údaje",
|
||||
"timezone": "Časové pásmo",
|
||||
"timezone_plac" : "Vyberte svoje časové pásmo"
|
||||
},
|
||||
"user_subscription": {
|
||||
"billed": "Ůčtované",
|
||||
"cancel_plan": "Zrušiť plán",
|
||||
"canceled_at": "Zrušené",
|
||||
"created_at": "Vytvorené",
|
||||
"empty": "Zatiaľ nemáte žiadne predplatné.",
|
||||
"ends_at": "Ukončenie",
|
||||
"plan": "Plán",
|
||||
"renews_at": "Obnovenie",
|
||||
"resume_plan": "Obnoviť plán",
|
||||
"status": "Stav",
|
||||
"title": "Plán predplatného"
|
||||
},
|
||||
"validation_errors": {
|
||||
"incorrect_password": "Prepáčte, vložili ste nesprávne heslo :(",
|
||||
"wrong_image": "Zrejme ste vložili zlý obrázok, skúste to znova!"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user