mirror of https://github.com/abpframework/abp.git
47 changed files with 529 additions and 2 deletions
@ -0,0 +1,11 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"GivenTenantIsNotAvailable": "Given tenant is not available: {0}", |
|||
"Tenant": "Tenant", |
|||
"Switch": "switch", |
|||
"Name": "Name", |
|||
"SwitchTenantHint": "Leave the name field blank to switch to the host side.", |
|||
"NotSelected": "Not selected" |
|||
} |
|||
} |
|||
@ -0,0 +1,20 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"'{0}' and '{1}' do not match.": "'{0}' and '{1}' do not match.", |
|||
"The {0} field is not a valid credit card number.": "The {0} field is not a valid credit card number.", |
|||
"{0} is not valid.": "{0} is not valid.", |
|||
"The {0} field is not a valid e-mail address.": "The {0} field is not a valid e-mail address.", |
|||
"The {0} field only accepts files with the following extensions: {1}": "The {0} field only accepts files with the following extensions: {1}", |
|||
"The field {0} must be a string or array type with a maximum length of '{1}'.": "The field {0} must be a string or array type with a maximum length of '{1}'.", |
|||
"The field {0} must be a string or array type with a minimum length of '{1}'.": "The field {0} must be a string or array type with a minimum length of '{1}'.", |
|||
"The {0} field is not a valid phone number.": "The {0} field is not a valid phone number.", |
|||
"The field {0} must be between {1} and {2}.": "The field {0} must be between {1} and {2}.", |
|||
"The field {0} must match the regular expression '{1}'.": "The field {0} must match the regular expression '{1}'.", |
|||
"The {0} field is required.": "The {0} field is required.", |
|||
"The field {0} must be a string with a maximum length of {1}.": "The field {0} must be a string with a maximum length of {1}.", |
|||
"The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.", |
|||
"The {0} field is not a valid fully-qualified http, https, or ftp URL.": "The {0} field is not a valid fully-qualified http, https, or ftp URL.", |
|||
"The field {0} is invalid.": "The field {0} is invalid." |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Menu:Administration": "Administration" |
|||
} |
|||
} |
|||
@ -0,0 +1,51 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"InternalServerErrorMessage": "An internal error occurred during your request!", |
|||
"ValidationErrorMessage": "Your request is not valid!", |
|||
"ValidationNarrativeErrorMessageTitle": "The following errors were detected during validation.", |
|||
"DefaultErrorMessage": "An error has been occurred!", |
|||
"DefaultErrorMessageDetail": "Error detail not sent by server.", |
|||
"DefaultErrorMessage401": "You are not authenticated!", |
|||
"DefaultErrorMessage401Detail": "You should sign in to perform this operation.", |
|||
"DefaultErrorMessage403": "You are not authorized!", |
|||
"DefaultErrorMessage403Detail": "You are not allowed to perform this operation!", |
|||
"DefaultErrorMessage404": "Resource not found!", |
|||
"DefaultErrorMessage404Detail": "The resource requested could not found on the server!", |
|||
"EntityNotFoundErrorMessage": "There is no entity {0} with id = {1}!", |
|||
"Error": "Error", |
|||
"AreYouSure": "Are you sure?", |
|||
"Cancel": "Cancel", |
|||
"Yes": "Yes", |
|||
"No": "No", |
|||
"Close": "Close", |
|||
"Save": "Save", |
|||
"SavingWithThreeDot": "Saving...", |
|||
"Actions": "Actions", |
|||
"Delete": "Delete", |
|||
"Edit": "Edit", |
|||
"Refresh": "Refresh", |
|||
"ProcessingWithThreeDot": "Processing...", |
|||
"LoadingWithThreeDot": "Loading...", |
|||
"Welcome": "Welcome", |
|||
"Login": "Login", |
|||
"Register": "Register", |
|||
"Logout": "Log out", |
|||
"Submit": "Submit", |
|||
"Back": "Back", |
|||
"PagerSearch": "Search", |
|||
"PagerNext": "Next", |
|||
"PagerPrevious": "Previous", |
|||
"PagerFirst": "First", |
|||
"PagerLast": "Last", |
|||
"PagerInfo": "Showing _START_ to _END_ of _TOTAL_ entries", |
|||
"PagerInfoEmpty": "Showing 0 to 0 of 0 entries", |
|||
"PagerInfoFiltered": "(filtered from _MAX_ total entries)", |
|||
"NoDataAvailableInDatatable": "No data available in table", |
|||
"PagerShowMenuEntries": "Show _MENU_ entries", |
|||
"DatatableActionDropdownDefaultText": "Actions", |
|||
"ChangePassword": "Change password", |
|||
"PersonalInfo": "My profile", |
|||
"AreYouSureYouWantToCancelEditingWarningMessage": "You have unsaved changes." |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"BirthDate": "Birth date", |
|||
"Value1": "Value One" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"hello": "hello" |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"USA": "United States of America", |
|||
"Brazil": "Brazil" |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"ThisFieldIsRequired": "This field is required", |
|||
"MaxLenghtErrorMessage": "This field can be maximum of '{0}' chars" |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Hello <b>{0}</b>.": "Hello <b>{0}</b>.", |
|||
"Car": "Car", |
|||
"CarPlural": "Cars", |
|||
"MaxLenghtErrorMessage": "This field's length can be maximum of '{0}' chars", |
|||
"Universe": "Universe", |
|||
"FortyTwo": "Forty Two" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"SeeYou": "See you" |
|||
} |
|||
} |
|||
@ -0,0 +1,21 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"UserName": "User name", |
|||
"EmailAddress": "Email address", |
|||
"UserNameOrEmailAddress": "User name or email address", |
|||
"Password": "Password", |
|||
"RememberMe": "Remember me", |
|||
"UseAnotherServiceToLogin": "Use another service to log in", |
|||
"UserLockedOutMessage": "The user account has been locked out due to invalid login attempts. Please wait a while and try again.", |
|||
"InvalidUserNameOrPassword": "Invalid username or password!", |
|||
"LoginIsNotAllowed": "You are not allowed to login! You need to confirm your email/phone number.", |
|||
"SelfRegistrationDisabledMessage": "Self user registration is disabled for this application. Contact to the application administrator to register a new user.", |
|||
"Login": "Login", |
|||
"Cancel": "Cancel", |
|||
"Register": "Register", |
|||
"InvalidLoginRequest": "Invalid login request", |
|||
"ThereAreNoLoginSchemesConfiguredForThisClient": "There are no login schemes configured for this client.", |
|||
"LogInUsingYourProviderAccount": "Log in using your {0} account" |
|||
} |
|||
} |
|||
@ -0,0 +1,14 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Permission:Blogging": "Blog", |
|||
"Permission:Blogs": "Blogs", |
|||
"Permission:Posts": "Posts", |
|||
"Permission:Tags": "Tags", |
|||
"Permission:Comments": "Comments", |
|||
"Permission:Management": "Management", |
|||
"Permission:Edit": "Edit", |
|||
"Permission:Create": "Create", |
|||
"Permission:Delete": "Delete" |
|||
} |
|||
} |
|||
@ -0,0 +1,47 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Menu:Blogs": "Blogs", |
|||
"Menu:BlogManagement": "Blog Management", |
|||
"Title": "Title", |
|||
"Delete": "Delete", |
|||
"Reply": "Reply", |
|||
"ReplyTo": "Reply To {0}", |
|||
"ContinueReading": "Continue Reading", |
|||
"DaysAgo": "{0} days ago", |
|||
"YearsAgo": "{0} years ago", |
|||
"MonthsAgo": "{0} months ago", |
|||
"WeeksAgo": "{0} weeks ago", |
|||
"MinutesAgo": "{0} minutes ago", |
|||
"SecondsAgo": "{0} seconds ago", |
|||
"HoursAgo": "{0} hours ago", |
|||
"Now": "now", |
|||
"Content": "Content", |
|||
"SeeAll": "See All", |
|||
"PopularTags": "Popular Tags", |
|||
"WiewsWithCount": "{0} views", |
|||
"LastPosts": "Last Posts", |
|||
"LeaveComment": "Leave Comment", |
|||
"TagsInThisArticle": "Tags in this article", |
|||
"Posts": "Posts", |
|||
"Edit": "Edit", |
|||
"BLOG": "BLOG", |
|||
"CommentDeletionWarningMessage": "Comment will be deleted.", |
|||
"PostDeletionWarningMessage": "Post will be deleted.", |
|||
"BlogDeletionWarningMessage": "Blog will be deleted.", |
|||
"AreYouSure": "Are you sure?", |
|||
"CommentWithCount": "{0} comments", |
|||
"Comment": "Comment", |
|||
"ShareOnTwitter": "Share On Twitter", |
|||
"CoverImage": "Cover Image", |
|||
"CreateANewPost": "Create A New Post", |
|||
"CreateANewBlog": "Create A New Blog", |
|||
"WhatIsNew": "What is new?", |
|||
"Name": "Name", |
|||
"ShortName": "Short Name", |
|||
"CreationTime": "Creation Time", |
|||
"Description": "Description", |
|||
"Blogs": "Blogs", |
|||
"Tags": "Tags" |
|||
} |
|||
} |
|||
@ -0,0 +1,9 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"WelcomeVoloDocs": "Welcome to the VoloDocs!", |
|||
"NoProjectWarning": "There`s no defined project yet!", |
|||
"CreateYourFirstProject": "Click here to start your first project", |
|||
"NoProject": "No project!" |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Permission:DocumentManagement": "Document Management", |
|||
"Permission:Projects": "Projects", |
|||
"Permission:Edit": "Edit", |
|||
"Permission:Delete": "Delete", |
|||
"Permission:Create": "Create" |
|||
} |
|||
} |
|||
@ -0,0 +1,27 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Menu:DocumentManagement": "Documents", |
|||
"Menu:ProjectManagement": "Projects", |
|||
"CreateANewProject": "Create new project", |
|||
"Edit": "Edit", |
|||
"Create": "Create", |
|||
"Projects": "Projects", |
|||
"Name": "Name", |
|||
"ShortName": "ShortName", |
|||
"DocumentStoreType": "DocumentStoreType", |
|||
"Format": "Format", |
|||
"ShortNameInfoText": "Will be used for unique URL.", |
|||
"DisplayName:Name": "Name", |
|||
"DisplayName:ShortName": "Short name", |
|||
"DisplayName:Format": "Format", |
|||
"DisplayName:DefaultDocumentName": "Default document name", |
|||
"DisplayName:NavigationDocumentName": "Navigation document name", |
|||
"DisplayName:MinimumVersion": "Minimum version", |
|||
"DisplayName:MainWebsiteUrl": "Main web site URL", |
|||
"DisplayName:LatestVersionBranchName": "Latest version branch name", |
|||
"DisplayName:GitHubRootUrl": "GitHub root URL", |
|||
"DisplayName:GitHubAccessToken": "GitHub access token", |
|||
"DisplayName:GitHubUserAgent": "GitHub user agent" |
|||
} |
|||
} |
|||
@ -0,0 +1,18 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Documents": "Documents", |
|||
"BackToWebsite": "Back to website", |
|||
"Contributors": "Contributors", |
|||
"ShareOn": "Share on", |
|||
"Version": "Version", |
|||
"Edit": "Edit", |
|||
"Delete": "Delete", |
|||
"InThisDocument": "In this document", |
|||
"GoToTop": "Go to top", |
|||
"Projects": "Project(s)", |
|||
"NoProjectWarning": "There are no projects yet!", |
|||
"DocumentNotFound": "Oops, the requested document was not found!", |
|||
"NavigationDocumentNotFound": "This version does not have a navigation document!" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Features": "Features" |
|||
} |
|||
} |
|||
@ -0,0 +1,14 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Volo.Abp.Identity:010001": "You can not delete your own account!", |
|||
"Permission:IdentityManagement": "Identity management", |
|||
"Permission:RoleManagement": "Role management", |
|||
"Permission:Create": "Create", |
|||
"Permission:Edit": "Edit", |
|||
"Permission:Delete": "Delete", |
|||
"Permission:ChangePermissions": "Change permissions", |
|||
"Permission:UserManagement": "User management", |
|||
"Permission:UserLookup": "User lookup" |
|||
} |
|||
} |
|||
@ -0,0 +1,33 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Identity.DefaultError": "An unknown failure has occurred.", |
|||
"Identity.ConcurrencyFailure": "Optimistic concurrency failure, object has been modified.", |
|||
"Identity.DuplicateEmail": "Email '{0}' is already taken.", |
|||
"Identity.DuplicateRoleName": "Role name '{0}' is already taken.", |
|||
"Identity.DuplicateUserName": "User name '{0}' is already taken.", |
|||
"Identity.InvalidEmail": "Email '{0}' is invalid.", |
|||
"Identity.InvalidPasswordHasherCompatibilityMode": "The provided PasswordHasherCompatibilityMode is invalid.", |
|||
"Identity.InvalidPasswordHasherIterationCount": "The iteration count must be a positive integer.", |
|||
"Identity.InvalidRoleName": "Role name '{0}' is invalid.", |
|||
"Identity.InvalidToken": "Invalid token.", |
|||
"Identity.InvalidUserName": "User name '{0}' is invalid, can only contain letters or digits.", |
|||
"Identity.LoginAlreadyAssociated": "A user with this login already exists.", |
|||
"Identity.PasswordMismatch": "Incorrect password.", |
|||
"Identity.PasswordRequiresDigit": "Passwords must have at least one digit ('0'-'9').", |
|||
"Identity.PasswordRequiresLower": "Passwords must have at least one lowercase ('a'-'z').", |
|||
"Identity.PasswordRequiresNonAlphanumeric": "Passwords must have at least one non alphanumeric character.", |
|||
"Identity.PasswordRequiresUpper": "Passwords must have at least one uppercase ('A'-'Z').", |
|||
"Identity.PasswordTooShort": "Passwords must be at least {0} characters.", |
|||
"Identity.RoleNotFound": "Role {0} does not exist.", |
|||
"Identity.UserAlreadyHasPassword": "User already has a password set.", |
|||
"Identity.UserAlreadyInRole": "User already in role '{0}'.", |
|||
"Identity.UserLockedOut": "User is locked out.", |
|||
"Identity.UserLockoutNotEnabled": "Lockout is not enabled for this user.", |
|||
"Identity.UserNameNotFound": "User {0} does not exist.", |
|||
"Identity.UserNotInRole": "User is not in role '{0}'.", |
|||
"Identity.PasswordConfirmationFailed": "Password does not match the confirm password.", |
|||
"Identity.StaticRoleRenamingErrorMessage": "Static roles can not be renamed.", |
|||
"Identity.StaticRoleDeletionErrorMessage": "Static roles can not be deleted." |
|||
} |
|||
} |
|||
@ -0,0 +1,39 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Menu:IdentityManagement": "Identity management", |
|||
"Users": "Users", |
|||
"NewUser": "New user", |
|||
"UserName": "User name", |
|||
"EmailAddress": "Email address", |
|||
"PhoneNumber": "Phone number", |
|||
"UserInformations": "User informations", |
|||
"DisplayName:IsDefault": "Default", |
|||
"DisplayName:IsStatic": "Static", |
|||
"DisplayName:IsPublic": "Public", |
|||
"Roles": "Roles", |
|||
"Password": "Password", |
|||
"PersonalInfo": "My profile", |
|||
"PersonalSettings": "Personal settings", |
|||
"UserDeletionConfirmationMessage": "User '{0}' will be deleted. Do you confirm that?", |
|||
"RoleDeletionConfirmationMessage": "Role '{0}' will be deleted. Do you confirm that?", |
|||
"DisplayName:RoleName": "Role name", |
|||
"DisplayName:UserName": "User name", |
|||
"DisplayName:Name": "Name", |
|||
"DisplayName:Surname": "Surname", |
|||
"DisplayName:Password": "Password", |
|||
"DisplayName:Email": "Email address", |
|||
"DisplayName:PhoneNumber": "Phone number", |
|||
"DisplayName:TwoFactorEnabled": "Two factor verification", |
|||
"DisplayName:LockoutEnabled": "Locking account after failed login attempts", |
|||
"NewRole": "New role", |
|||
"RoleName": "Role name", |
|||
"CreationTime": "Creation time", |
|||
"Permissions": "Permissions", |
|||
"DisplayName:CurrentPassword": "Current password", |
|||
"DisplayName:NewPassword": "New password", |
|||
"DisplayName:NewPasswordConfirm": "Confirm new password", |
|||
"PasswordChangedMessage": "Your password has been changed successfully.", |
|||
"PersonalSettingsSavedMessage": "Your personal settings has been saved successfully." |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Permissions": "Permissions", |
|||
"OnlyProviderPermissons": "Only this provider", |
|||
"All": "All", |
|||
"SelectAllInAllTabs": "Grant all permissions", |
|||
"SelectAllInThisTab": "Select all" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Settings": "Settings" |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Permission:TenantManagement": "Tenant management", |
|||
"Permission:Create": "Create", |
|||
"Permission:Edit": "Edit", |
|||
"Permission:Delete": "Delete", |
|||
"Permission:ManageConnectionStrings": "Manage connection strings", |
|||
"Permission:ManageFeatures": "Manage features" |
|||
} |
|||
} |
|||
@ -0,0 +1,14 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Menu:TenantManagement": "Tenant management", |
|||
"Tenants": "Tenants", |
|||
"NewTenant": "New tenant", |
|||
"TenantName": "Tenant name", |
|||
"DisplayName:TenantName": "Tenant name", |
|||
"TenantDeletionConfirmationMessage": "Tenant '{0}' will be deleted. Do you confirm that?", |
|||
"ConnectionStrings": "Connection Strings", |
|||
"DisplayName:DefaultConnectionString": "Default Connection String", |
|||
"DisplayName:UseSharedDatabase": "Use the Shared Database" |
|||
} |
|||
} |
|||
@ -0,0 +1,20 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Menu:Home": "Home", |
|||
"Welcome": "Welcome", |
|||
"LongWelcomeMessage": "Welcome to the application. This is a startup project based on the ABP framework. For more information, visit abp.io.", |
|||
"Menu:BookStore": "Book Store", |
|||
"Menu:Books": "Books", |
|||
"Name": "Name", |
|||
"Type": "Type", |
|||
"PublishDate": "Publish Date", |
|||
"Price": "Price", |
|||
"CreationTime": "Creation Time", |
|||
"NewBook": "New book", |
|||
"Books": "Books", |
|||
"Update": "Update", |
|||
"BookDeletionConfirmationMessage": "Are you sure to delete this book: {0}", |
|||
"SuccessfullyDeleted": "Successfully deleted." |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Menu:Home": "Home", |
|||
"Welcome": "Welcome", |
|||
"RolesInApplication": "Roles in application", |
|||
"UserCount": "User count", |
|||
"LongWelcomeMessage": "Welcome to the application. This is a startup project based on the ABP framework. For more information, visit abp.io." |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Permission:ProductManagement": "Product Management", |
|||
"Permission:Products": "Products", |
|||
"Permission:Edit": "Edit", |
|||
"Permission:Delete": "Delete", |
|||
"Permission:Create": "Create" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,16 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Menu:ProductManagement": "Product Management", |
|||
"Menu:Products": "Products", |
|||
"ProductManagement": "Product Management", |
|||
"CreateANewProduct": "Create A New Product", |
|||
"Products": "Products", |
|||
"StockCount": "Stock Count", |
|||
"Code": "Code", |
|||
"Name": "Name", |
|||
"Price": "Price", |
|||
"ImageName": "Image Name", |
|||
"ProductDeletionWarningMessage": "Are you sure you want to delete this product?" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Permission:MyProjectName": "MyProjectName" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,8 @@ |
|||
{ |
|||
"culture": "cs", |
|||
"texts": { |
|||
"Menu:Home": "Home", |
|||
"Welcome": "Welcome", |
|||
"LongWelcomeMessage": "Welcome to the application. This is a startup project based on the ABP framework. For more information, visit abp.io." |
|||
} |
|||
} |
|||
Loading…
Reference in new issue