WO2017185484A1 - 国际化语言管理方法和系统 - Google Patents

国际化语言管理方法和系统 Download PDF

Info

Publication number
WO2017185484A1
WO2017185484A1 PCT/CN2016/085016 CN2016085016W WO2017185484A1 WO 2017185484 A1 WO2017185484 A1 WO 2017185484A1 CN 2016085016 W CN2016085016 W CN 2016085016W WO 2017185484 A1 WO2017185484 A1 WO 2017185484A1
Authority
WO
WIPO (PCT)
Prior art keywords
language
international
login account
terminal
management
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2016/085016
Other languages
English (en)
French (fr)
Inventor
刘远凤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen TCL Digital Technology Co Ltd
Original Assignee
Shenzhen TCL Digital Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen TCL Digital Technology Co Ltd filed Critical Shenzhen TCL Digital Technology Co Ltd
Publication of WO2017185484A1 publication Critical patent/WO2017185484A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/454Multi-language systems; Localisation; Internationalisation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to an international language management method and system.
  • the terminal device mainly supports the international language by deploying a language resource package locally in the terminal.
  • an Android (Android) terminal usually implements multi-language support by deploying a language resource package in the system file res directory. Specifically, it is preferred to deploy the terminal's default language resource package strings.xml (string resource) file in the values folder, and then deploy values-zh-rCN (simplified Chinese resources), values-en (English resources), National-language folders such as values-fr (French resources) and values-de (German resources). Then, deploy the strings.xml resource file that includes the corresponding language string in the language folders of each country.
  • the main object of the present invention is to provide an international language management method and system, which aims to solve the technical problem of large workload of international language maintenance.
  • the present invention provides an international language management method, which is applied to a server, the server includes an international language database, and the server is connected to one or more terminals, and the international language management method includes The following steps:
  • the international language database is updated according to the management operation, so that the terminal performs corresponding language configuration according to the update.
  • the administrative rights of the login account include administrator rights and user rights
  • the international language database includes pre-configured common language resources and custom language resources corresponding to the login accounts.
  • the international language management method when the login account is an administrative authority, the international language management method further includes:
  • the international language management method when the management authority of the login account is a user right, the international language management method further includes:
  • the international language management method further includes:
  • custom language resource corresponding to the login account does not exist in the international language database, create a self corresponding to the login account in the international language database according to the common language resource and the login account.
  • definition language resources
  • the present invention also provides an international language management method, which is applied to a server, the server includes an international language database, and the server is connected to one or more terminals, the internationalized language.
  • the management method includes the following steps:
  • the administrative rights of the login account include administrator rights and user rights
  • the international language database includes pre-configured common language resources and custom language resources corresponding to the login accounts.
  • the international language management method when the login account is an administrative authority, the international language management method further includes:
  • the international language management method when the management authority of the login account is a user right, the international language management method further includes:
  • the international language management method further includes:
  • custom language resource corresponding to the login account does not exist in the international language database, create a self corresponding to the login account in the international language database according to the common language resource and the login account.
  • definition language resources
  • the present invention also provides an international language management system, which is applied to a server, the server includes an international language database, and the server is connected to one or more terminals, the internationalized language.
  • the management system includes:
  • a login module configured to receive a login account input by the terminal, and determine a management right of the login account to the international language database;
  • a permission module configured to monitor, according to the management authority, a management operation performed by the login account on the international language database
  • an update module configured to update the international language database according to the management operation, so that the terminal performs corresponding language configuration according to the update.
  • the administrative rights of the login account include administrator rights and user rights
  • the international language database includes pre-configured common language resources and custom language resources corresponding to the login accounts.
  • the permission module is further configured to:
  • the update module is further configured to update the common language resource according to the management operation, so that the terminal performs corresponding language configuration according to the update.
  • the permission module when the management right of the login account is a user right, the permission module includes:
  • a query unit configured to query whether there is a custom language resource corresponding to the login account in the international language database
  • a privilege unit configured to monitor, according to the user privilege, a management operation performed by the login account on the custom language resource, if a custom language resource corresponding to the login account exists in the international language database;
  • the update module is further configured to update the custom language resource according to the management operation, so that the terminal corresponding to the login account performs a corresponding language configuration according to the update.
  • the permission module further includes:
  • a creating unit if the custom language resource corresponding to the login account does not exist in the international language database, creating and describing in the international language database according to the common language resource and the login account The custom language resource corresponding to the login account;
  • the update module is further configured to update the international language database according to the created custom language resource, so that the terminal corresponding to the login account performs corresponding language configuration according to the update.
  • An international language management method and system proposed by the embodiment of the present invention realizes unified management of language resources by pre-configuring an international language database for terminal sharing.
  • the hierarchical management of international language database resources is realized. Update the number of international languages after the management operations such as modification and addition of the international language database are completed.
  • the library it can take effect immediately, so that the terminal corresponding to the login account performs the corresponding language configuration according to the updated and updated international language database, and the terminal language configuration is updated, and the compiler does not need to re-release the application installation package, nor does it require the compiler to re-publish the application installation package.
  • the terminal needs to reinstall the application, which greatly reduces the workload of international language maintenance, reduces maintenance costs, and realizes separate management of international languages.
  • FIG. 1 is a schematic flowchart of a first embodiment and a second embodiment of an international language management method according to the present invention
  • FIG. 2 is a schematic flowchart of a third embodiment of an international language management method according to the present invention.
  • FIG. 3 is a schematic flowchart of a fourth embodiment of an international language management method according to the present invention.
  • FIG. 4 is a schematic flowchart of a fifth embodiment of an international language management method according to the present invention.
  • FIG. 5 is a schematic diagram of functional modules of a first embodiment, a second embodiment, and a third embodiment of an international language management system according to the present invention
  • FIG. 6 is a schematic diagram of functional modules of a fourth embodiment of an international language management system according to the present invention.
  • FIG. 7 is a schematic diagram of functional modules of a fifth embodiment of an international language management system according to the present invention.
  • FIG. 8 is a schematic diagram of a language configuration of a terminal according to an embodiment of the present invention.
  • the invention provides a solution for pre-configuring an international language database for terminal sharing, and realizing unified management of language resources.
  • the hierarchical management of international language database resources is realized.
  • the update of the international language database can be immediately effective, so that the terminal corresponding to the login account performs the corresponding language configuration according to the updated and updated international language database, thereby realizing the terminal language configuration.
  • the update does not require the compiler to re-release the application installation package, nor does it require the terminal to reinstall the application, greatly reducing the workload of international language maintenance, reducing maintenance costs, and achieving separate management of international languages.
  • a first embodiment of an internationalized language management method of the present invention provides an international language management method, which is applied to a server, the server includes an international language database, and the server is connected to one or more terminals.
  • the international language management method includes:
  • Step S10 Receive a login account input by the terminal, and determine a management right of the login account to the international language database.
  • the international language database is pre-configured, and the international language database is deployed in the server and shared with the terminal.
  • the independent management and maintenance of international language resources has been realized, which greatly reduces the maintenance workload of international languages.
  • the embodiment saves the international language database in the server, deploys the international management system in the server, and manages and maintains the international language database through the international management system.
  • the configured internationalized language is written to a file in the international language database.
  • a language type coding table can be established in the international language database to encode the currently supported language.
  • the first line describes the language name of each locale; the first column describes the name of each character string in the terminal system, and the other columns record the name of each string in the first column.
  • the corresponding translation in each locale For example, the second column records the en (English) language resource, including the English translation of each string name in the terminal system.
  • the language type coding table describes the translation of each language corresponding to each character string in the terminal system.
  • a location is reserved in the language type coding table for providing a modifiable location for subsequent management, such as adding a new language.
  • the user can enter the login account information through the terminal or the server to send a login request.
  • the international management system receives the login request, obtains the login account, and then verifies whether the current login request is legal according to the pre-recorded account information.
  • the current login account information is obtained, and the obtained account information may be the user name, user ID, and the like of the currently logged in account.
  • the management authority of the current login account to the international language database is obtained.
  • the management rights of the international language database of each login account are pre-configured.
  • the login account can be configured to modify only the resources of the international language database, and the login account can be configured for some resources in the international language database. There are administrative rights, and some other resources have no administrative rights.
  • Step S20 Monitor, according to the management authority, a management operation performed by the login account on the international language database.
  • the internationalization management system monitors the current login account for the international language database according to the management authority of the current login account. Manage operations.
  • the current login account may perform management operations on language resources in the international language database, such as modifying language resources, adding language resources, and deleting language resources, within the scope of management rights.
  • the international management system monitors the management operation of the current login account for the language resources in the international language database according to the management authority corresponding to the current login account, and prevents the management operation of the current login account from exceeding the scope of the management authority.
  • Step S30 Update the international language database according to the management operation, so that the terminal performs corresponding language configuration according to the update.
  • the internationalization management system updates the international language database according to the management operation, so that the terminal performs the corresponding language configuration according to the update.
  • the terminal performs language configuration only the language resources corresponding to the current locale of the terminal are obtained for language configuration.
  • the terminal may be a television, a mobile phone, or the like.
  • the locale of the terminal can also be understood as the language used by the terminal, such as Chinese, English, French, etc.
  • the internationalization management system saves the modification of the language resource in the international language database by the login account, and updates the version information corresponding to the language resource. Then, update the international language database so that the language resources in the international language database are the latest language resources.
  • the internationalization management system selects the terminal whose locale matches the currently updated language resource according to the current local environment of each terminal, pushes the updated language resource to the selected terminal, and controls the terminal to perform language according to the updated language resource. Configuration.
  • the internationalization management system selects the terminal using English according to the current locale of each terminal, pushes the updated English resource to the terminal using English, and controls the terminal to perform the language. Configuration.
  • the internationalization management system saves the modification of the language resource in the international language database by the login account, and further changes the version information corresponding to the new language resource. Then, update the international language database so that the language resources in the international language database are the latest language resources.
  • the internationalization management system pushes the update information of the international language database to the terminal, and the terminal determines whether the language resource needs to be updated according to the currently configured locale and the update information of the international language database.
  • the terminal acquires the updated language resource in the international language database, and performs language configuration of the terminal; if the language resource updated by the current international language database is not the current terminal The language resource corresponding to the locale does not update the language resource.
  • the internationalization management system updates the managed language resources in the international language database, and further updates the version information corresponding to the new language resources.
  • the terminal sends a query request to the internationalization management system according to the preset frequency when the terminal is powered on, or if the language resource version information corresponding to the current locale of the terminal is updated, the terminal acquires the language resource according to the internationalization maintenance system.
  • the returned language resource is configured for each application software language in the terminal system and the terminal.
  • the terminal system After receiving the language resource returned by the international maintenance system, the terminal system sends a language switching broadcast to each receiver, and controls each application in the terminal to perform language configuration.
  • the terminal local can select whether to configure the language resource database locally according to actual needs.
  • the terminal is locally configured with a language resource database, the terminal's custom language resource can be stored. Of course, you can also store common language resources.
  • the international maintenance system returns the updated language resource to the terminal, and the control terminal updates the corresponding language resource in the local language resource database and performs language configuration.
  • the international maintenance system feeds back updated information to the terminal. For example, if the user logs in to the international maintenance system through the current terminal and modifies the custom language resource of the current terminal, the international maintenance system returns the modified information to the current terminal after updating the international language database.
  • the terminal After receiving the modification information, the terminal sends an update request to the international maintenance system to request to obtain the updated custom language resource; or the terminal determines whether the currently modified language resource is the current language according to the current locale and the received modification information.
  • the language resource corresponding to the environment if yes, sends an update request to the international maintenance system to obtain the updated custom language resource.
  • the international maintenance system After receiving the update request, the international maintenance system returns the updated language resource to the terminal, so that the terminal updates the corresponding language resource in the local language resource database to configure the terminal language.
  • the international maintenance system sends the update information to the terminal that does not configure the custom language resource and uses the common language resource.
  • the terminal sends an update request to the international maintenance system according to actual needs, obtains the updated common language resource, updates the local language resource database of the terminal, and performs language configuration.
  • the terminal can use the local language resource database of the terminal, and can load the language resource to switch the terminal language without connecting to the server through the network, thereby reducing the dependence of the terminal on the server when the language is configured.
  • the language configuration of the Android terminal is exemplified.
  • Each application in the terminal registers to receive a language switching broadcast. After receiving the updated language resource, the terminal system sends a language switching broadcast to each receiver, such as Intent.ACTION_LOCALE_CHANGED (destination.action-local-handover).
  • Each application software receives the language switching broadcast, and then invokes the page's configuration change function onConfigurationChanged (modifies the configuration) and notifies each page.
  • the page is refreshed to the locale of the current language resource, realizing the real-time refresh of the page, and the locale of the terminal can be switched without exiting the page.
  • an international language database is pre-configured for terminal sharing, and unified management of language resources is realized.
  • the hierarchical management of international language database resources is realized.
  • the international language database is updated according to the management operation, and can be immediately effective, so that the terminal performs corresponding language configuration according to the updated international language database, and the terminal language configuration is updated.
  • a second embodiment of the international language management method of the present invention provides an international language management method, based on the first embodiment of the international language management method of the present invention shown in FIG.
  • the administrative rights include administrator rights and user rights
  • the international language database includes pre-configured common language resources and custom language resources corresponding to the login accounts.
  • the management rights of the login account include administrator rights and user rights.
  • the administrator rights can be used for the maintenance of the international language database by the regional product manager.
  • the user rights can be used for each terminal user to maintain the language configuration of the terminal.
  • the international language database in the server includes a common language resource and a custom language resource corresponding to each login account.
  • the public language resource is pre-configured, and each terminal can obtain a common language resource for language configuration.
  • the customized language resource corresponding to each login account is valid only for the terminal corresponding to each login account, and cannot be used for the terminal corresponding to the login account.
  • the language configuration of other terminals is not limited to the terminal corresponding to each login account.
  • the public language resource can be modified, added, deleted, etc. according to the administrator authority. If the login account is a user right, the custom language corresponding to the current login account can be used according to the user authority.
  • the resource is modified, added, deleted, and other maintenance operations.
  • the management rights of the login account include administrator rights and user rights
  • the international language database includes pre-configured common language resources and custom language resources corresponding to the login account.
  • personalization of the international language database is realized by dividing the authority of the login account into administrator authority and user authority, and pre-configuring the common language resource and the custom language resource corresponding to the login account in the international language database. Maintenance, each login account manages the international language database according to the actual scope of authority, so that the international language database is organized and clearly managed, and the unauthorized operation is avoided.
  • a third embodiment of the international language management method of the present invention provides an international language management method, based on the second embodiment of the international language management method of the present invention shown in FIG.
  • the step S20 includes:
  • Step S21 Monitor, according to the administrator authority, a management operation performed by the login account on the common language resource.
  • the management right of the current login account is the administrator authority, that is, the current login account is an administrator account, and the administrator account is pre-configured and filed.
  • an administrator account can be assigned to a regional product manager.
  • the regional product manager can log in to the international maintenance system using the administrator account and send a login request.
  • the international maintenance system After receiving the login request, the international maintenance system verifies whether the current login request is legal according to the pre-configured administrator account information, for example, verifying that the current login account and password are correct. If the current login request is verified, according to the obtained login account information, according to the login account information and the registered administrator account, it is determined whether the current login account is a registered administrator account. If the current account is a filed administrator account, the administrator rights of the current login account are obtained according to the administrative rights of the record.
  • the international language database includes pre-configured common language resources, and the common language resources include one or more language resources, such as English, Chinese, French, German, etc., which are shared by multiple terminals and can be commonly used by multiple terminals.
  • the common language resources include one or more language resources, such as English, Chinese, French, German, etc., which are shared by multiple terminals and can be commonly used by multiple terminals.
  • the common language resource can be modified or deleted, and new language resources can be added to the language type coding table of the common language resource.
  • the international maintenance system monitors the management operations of the common login resource for the common language resource according to the administrator authority.
  • step S30 includes:
  • Step S31 Update the common language resource according to the management operation, so that the terminal performs corresponding language configuration according to the update.
  • the international maintenance system updates the common language resource according to the management operation, and updates the managed language resource version information, so that the terminal performs language configuration according to the updated common language resource.
  • the terminal may update the language configuration according to the updated common language resource; if the current language configuration of the terminal uses a custom language resource, the terminal does not need to update the language configuration in the terminal.
  • the terminal may update the language configuration according to the updated common language resource; if the current language configuration of the terminal uses a custom language resource, the terminal does not need to update the language configuration in the terminal.
  • the management of the common language resource by the login account with the management authority is realized.
  • the terminal that controls the common language resources is used to uniformly reconfigure the language according to the updated common language resources, and the R&D personnel are not required to recompile and release the application software.
  • the installation package does not require the terminal to reinstall the application software, which simplifies the maintenance work of the international language and improves the efficiency of the management work.
  • the terminal can be realized only by managing the form of the international language resource library.
  • the management of internationalized languages eliminates the need to recompile the installation package of the terminal application, greatly simplifies the workload of the R&D personnel, and eliminates the need for the terminal to reinstall the application, thereby improving the user experience.
  • a fourth embodiment of the international language management method of the present invention provides an international language management method, based on the second embodiment of the international language management method of the present invention shown in FIG.
  • the step S20 includes:
  • Step S22 Query whether there is a custom language resource corresponding to the login account in the international language database.
  • the current login account management authority is user authority, that is, the current login account is a user account.
  • the user account is pre-configured and filed, and each user account is bound with a corresponding terminal.
  • a corresponding user ID and password can be created according to the unique identification code DeviceID of each terminal.
  • the device ID is used as the user ID corresponding to the device, and the user ID is also the login account, and the login account and the password are allocated to the corresponding terminal user in advance.
  • the terminal user finds that the language of the terminal has a translation error, the user account can be used to log in to the international maintenance system to send a login request.
  • the international maintenance system After receiving the login request, the international maintenance system verifies whether the current login request is legal according to the pre-configured user account information, for example, verifying whether the current login account and password are correct. If the current login request is verified, according to the obtained login account information, according to the login account information and the registered user account, it is determined whether the current login account is a filed user account. If the current account is a filed user account, the user rights of the currently logged in account are obtained according to the registered user rights.
  • custom language resource corresponding to each user account may be pre-configured, for example, the language resource corresponding to the locale of the sales area is pre-configured as a custom language resource corresponding to the user account according to information such as the sales area of the terminal.
  • the custom language resource corresponding to the login account can be saved in the form of a language type coding table, including a string code of one or more languages, and can be named by DeviceID for easy searching.
  • Step S23 If a custom language resource corresponding to the login account exists in the international language database, monitor the management operation performed by the login account on the custom language resource according to the user authority.
  • the international maintenance system monitors the management operations of the currently logged-in account for custom language resources based on user rights.
  • the user can use the current login account to modify and delete the corresponding custom language resources, and can also add new language resources to the language type coding table of the custom language resource.
  • the international maintenance system monitors the management operation of the custom language resource of the current login account according to the user authority, and restricts the current login account to only manage the corresponding custom language resource.
  • step S30 includes:
  • Step S32 Update the custom language resource according to the management operation, so that the terminal corresponding to the login account performs corresponding language configuration according to the update.
  • the internationalization maintenance system updates the custom language resource according to the management operation, and updates the managed language resource version information.
  • the international maintenance system controls the terminal corresponding to the current login account to perform language configuration according to the updated custom language resource.
  • the sent login request carries the locale of the terminal corresponding to the current login account.
  • the international maintenance system determines whether the terminal corresponding to the current login account needs to be re-allocated according to the updated custom language resource and the language environment of the terminal.
  • the international maintenance system returns the updated custom language resource to the current terminal, and the control terminal performs language configuration according to the received custom language resource.
  • the internationalized maintenance system will update the customized English resources.
  • the control terminal loads the updated custom English resource for language configuration.
  • the terminal sends a query request to the internationalization management system when the device is powered on or after the booting. If the customized language resource version information corresponding to the current locale of the terminal is updated, the terminal obtains the updated self.
  • the language resource is defined, and the application language of the terminal system and the terminal is configured according to the customized language resource returned by the international maintenance system.
  • the management of the custom language resource by the login account with user rights is realized.
  • the user controls the corresponding terminal to perform language reconfiguration according to the updated custom language resource, and does not require the R&D personnel to recompile the installation package of the application application, and does not need the terminal to re-configure.
  • the installation of the application software simplifies the maintenance workload of the international language, improves the efficiency of the management work, and realizes that the user can define the display string of the terminal.
  • the custom language resources in the international language database are managed, and the shortcut management operation of the international language resources is realized, and the user only needs to manage the custom language resources in the international language resource library.
  • the form can realize the custom management of the international language of the terminal, which greatly simplifies the workload of the research and development personnel and improves the user experience.
  • the fifth embodiment of the international language management method of the present invention provides an international language management method, which is based on the embodiment shown in FIG. 3, and after the step S22, the method further includes:
  • Step S24 If there is no custom language resource corresponding to the login account in the international language database, create the login account in the international language database according to the common language resource and the login account. Corresponding custom language resources.
  • the public language resource pre-configured by the international maintenance management system creates a custom language resource corresponding to the current login account in the international language database.
  • the international maintenance system creates a custom language type coding table in the international language database, and is used to save the customized language resource corresponding to the current login account.
  • the international maintenance system selects the default language resource with the highest priority or pre-configuration according to the pre-configured common language resource, and uses it as the custom language resource corresponding to the current login account, and saves it in the created custom language category code table.
  • the custom language resource corresponding to the login account is not found, the locale of the terminal corresponding to the login account is obtained; and the login account is created in the international language database according to the locale and the pre-configured common language resource. Corresponding custom language resources.
  • the internationalization maintenance system acquires the locale's locale according to the locale information carried in the login request, that is, obtains the terminal corresponding to the login account. If the current login request does not carry the terminal locale information corresponding to the current login account, the internationalization maintenance system may send a query request to the terminal corresponding to the current login account to obtain the locale of the terminal.
  • the international maintenance system obtains the corresponding common language resource in the international language database as a custom language resource according to the locale environment of the terminal, and saves the common language resource to the created custom language type coding table, and customizes the language type.
  • the codelist is deployed in an international language database.
  • step S32 includes:
  • Step S33 Update the international language database according to the created custom language resource, so that the terminal corresponding to the login account performs corresponding language configuration according to the update.
  • the international maintenance system updates the international language database according to the created custom language resource, and returns the created custom language resource to the terminal corresponding to the current login account, so that the terminal loads the corresponding custom language resource for language configuration.
  • the terminal corresponding to the login account is preferentially configured according to the custom language resource.
  • the international maintenance system returns the corresponding common language resource to the terminal according to the login account and locale of the terminal, and creates the corresponding custom language resource.
  • the terminal's custom language resource implements a personalized string for the terminal.
  • the custom language resource corresponding to the login account is created in the international language database according to the common language resource and the login account; and then, according to the created custom language resource pair
  • the international language database is updated so that the terminal corresponding to the login account performs the corresponding language configuration according to the update, and the subsequent user can manage the terminal customized language resource, thereby improving the user experience.
  • a first embodiment of the international language management system of the present invention provides an international language management system, which is applied to a server, the server includes an international language database, and the server is connected to one or more terminals.
  • the international language management system includes:
  • the login module 10 is configured to receive a login account input by the terminal, and determine a management right of the login account to the international language database.
  • the embodiment saves the international language database in the server, deploys the international language management system in the server, and manages and maintains the international language database through the international language management system.
  • the configured internationalized language is written to a file in the international language database.
  • a language type coding table can be established in the international language database to encode the currently supported language.
  • the first line records the language name of each locale; the first column records the name (name) of each character string in the terminal system, and the other columns record the first column of each string name in each locale.
  • Translation For example, the second column records the en (English) language resource, including the English translation of each string name in the terminal system.
  • the language type coding table describes the translation of each language corresponding to each character string in the terminal system.
  • a location is reserved in the language type coding table for providing a modifiable location for subsequent management, such as adding a new language.
  • the user can enter the login account information through the terminal or the server to send a login request.
  • the login module 10 receives the login request, obtains the login account, and then verifies whether the current login request is legal according to the pre-recorded account information.
  • the current login account information is obtained, and the obtained account information may be the user name, user ID, and the like of the currently logged in account.
  • the login module 10 obtains the management authority of the current login account to the international language database according to the current login account information and the pre-recorded account management authority.
  • the management rights of the international language database of each login account are pre-configured.
  • the login account can be configured to modify only the resources of the international language database, and the login account can be configured for some resources in the international language database. There are administrative rights, and some other resources have no administrative rights.
  • the login module 10 rejects the current login request.
  • the privilege module 20 is configured to monitor, according to the management authority, a management operation performed by the login account on the international language database.
  • the permission module 20 monitors the management operation of the current login account on the international language database according to the management authority of the current login account.
  • the current login account may perform management operations on language resources in the international language database, such as modifying language resources, adding language resources, and deleting language resources, within the scope of management rights.
  • the privilege module 20 monitors the management operation of the language resource in the international language database by the current login account according to the management authority corresponding to the current login account, and prevents the management operation of the current login account from exceeding the scope of the management authority.
  • the update module 30 is configured to update the international language database according to the management operation, so that the terminal performs corresponding language configuration according to the update.
  • the update module updates the international language database according to the management operation 30, so that the terminal performs the corresponding language configuration according to the update.
  • the terminal performs language configuration only the language resources corresponding to the current locale of the terminal are obtained for language configuration.
  • the terminal may be a television, a mobile phone, or the like.
  • the locale of the terminal can also be understood as the language used by the terminal, such as Chinese, English, French, etc.
  • the update module 30 saves the modification of the language resource in the international language database by the login account, and further updates the version information corresponding to the new language resource. Then, update the international language database so that the language resources in the international language database are the latest language resources.
  • the update module 30 selects a terminal whose locale matches the currently updated language resource according to the current local environment of each terminal, pushes the updated language resource to the selected terminal, and controls the terminal to perform language configuration according to the updated language resource. .
  • the update module 30 selects the terminal using the English according to the current local environment of each terminal, pushes the updated English resource to the terminal using English, and controls the terminal to perform language configuration. .
  • the update module 30 saves the modification of the language resource in the international language database by the login account, and further updates the version information corresponding to the new language resource. Then, update the international language database so that the language resources in the international language database are the latest language resources.
  • the update module 30 pushes the update information of the international language database to the terminal, and the terminal determines whether the language resource needs to be updated according to the currently configured locale and the update information of the international language database.
  • the terminal acquires the updated language resource in the international language database, and performs language configuration of the terminal; if the language resource updated by the current international language database is not the current terminal The language resource corresponding to the locale does not update the language resource.
  • the update module 30 updates the managed language resources in the international language database and further updates the version information corresponding to the new language resources.
  • the terminal sends a query request to the update module 30 according to the preset frequency when the device is powered on or after the booting. If the language resource version information corresponding to the current locale of the terminal is updated, the terminal acquires the language resource, and the terminal returns according to the update module 30. Language resources, configuration of each application software language in the terminal system and terminal.
  • the terminal local can select whether to configure the language resource database locally according to actual needs.
  • the terminal is locally configured with a language resource database, the terminal's custom language resource can be stored. Of course, you can also store common language resources.
  • the update module 30 returns the updated language resource to the terminal, and the control terminal updates the corresponding language resource in the local language resource database and performs language configuration.
  • the update module 30 feeds back the update information to the terminal. For example, if the user logs in to the international maintenance system through the current terminal and modifies the custom language resource of the current terminal, the update module 30 returns the modification information to the current terminal after updating the international language database.
  • the terminal After receiving the modification information, the terminal sends an update request to the update module 30, requesting to obtain the updated custom language resource; or, the terminal determines, according to the current locale and the received modification information, whether the currently modified language resource is the current locale. The corresponding language resource, if yes, sends an update request to the update module 30 to obtain the updated custom language resource.
  • the update module 30 After receiving the update request, the update module 30 returns the updated language resource to the terminal, so that the terminal updates the corresponding language resource in the local language resource database to configure the terminal language.
  • the update module 30 sends the update information to the terminal that does not configure the custom language resource and uses the common language resource.
  • the terminal sends the update module 30 to the actual demand.
  • the new request acquires the updated common language resource, updates the local language resource database of the terminal, and performs language configuration.
  • the terminal can use the local language resource database of the terminal, and can load the language resource to switch the terminal language without connecting to the server through the network, thereby reducing the dependence of the terminal on the server when the language is configured.
  • an international language database is pre-configured for terminal sharing, and unified management of language resources is realized.
  • the hierarchical management of international language database resources is realized.
  • the international language database is updated according to the management operation, and can be immediately effective, so that the terminal performs corresponding language configuration according to the updated international language database, and the terminal language configuration is updated.
  • a second embodiment of the international language management system of the present invention provides an international language management system, based on the first embodiment of the international language management system of the present invention shown in FIG. 5, the login account.
  • the administrative rights include administrator rights and user rights
  • the international language database includes pre-configured common language resources and custom language resources corresponding to the login accounts.
  • a third embodiment of the international language management system of the present invention provides an international language management system, based on the second embodiment of the international language management system of the present invention shown in FIG. 5, when the login is performed.
  • the management authority of the account is an administrator authority, the permission module 20 is also used,
  • the management right of the current login account is the administrator authority, that is, the current login account is an administrator account, and the administrator account is pre-configured and filed.
  • the login module 10 After receiving the login request, the login module 10 verifies whether the current login request is legal according to the pre-configured administrator account information, for example, verifying whether the current login account and password are correct. If the current login request is verified, according to the obtained login account information, according to the login account information and the registered administrator account, it is determined whether the current login account is a registered administrator account. If the current account is a filed administrator account, the administrator rights of the current login account are obtained according to the administrative rights of the record.
  • the international language database includes pre-configured common language resources, and the common language resources include one or more language resources, such as English, Chinese, French, German, etc., which are shared by multiple terminals and can be commonly used by multiple terminals.
  • the common language resources include one or more language resources, such as English, Chinese, French, German, etc., which are shared by multiple terminals and can be commonly used by multiple terminals.
  • the common language resource can be modified or deleted, and new language resources can be added to the language type coding table of the common language resource.
  • the permission module 20 monitors the management operation of the common login resource for the common language resource according to the administrator authority.
  • the updating module 30 is further configured to update the common language resource according to the management operation, so that the terminal performs corresponding language configuration according to the update.
  • the update module 30 updates the common language resource according to the management operation, and updates the managed language resource version information, so that the terminal performs language configuration according to the updated common language resource.
  • the terminal may update the language configuration according to the updated common language resource; if the current language configuration of the terminal uses a custom language resource, the terminal does not need to update the language configuration in the terminal.
  • the terminal may update the language configuration according to the updated common language resource; if the current language configuration of the terminal uses a custom language resource, the terminal does not need to update the language configuration in the terminal.
  • the management of the common language resource by the login account with the management authority is realized.
  • the terminal that controls the common language resources is used to uniformly reconfigure the language according to the updated common language resources, and the R&D personnel are not required to recompile and release the application software.
  • the installation package does not require the terminal to reinstall the application software, which simplifies the maintenance work of the international language and improves the efficiency of the management work.
  • the terminal can be realized only by managing the form of the international language resource library.
  • the management of internationalized languages eliminates the need to recompile the installation package of the terminal application, greatly simplifies the workload of the R&D personnel, and eliminates the need for the terminal to reinstall the application, thereby improving the user experience.
  • the fourth embodiment of the international language management system of the present invention provides an international language management system, based on the second embodiment of the international language management system of the present invention shown in FIG. 5, when the login is performed.
  • the permission module 20 includes:
  • the query unit 21 is configured to query whether there is a custom language resource corresponding to the login account in the international language database.
  • the current login account management authority is user authority, that is, the current login account is a user account.
  • the user account is pre-configured and filed, and each user account is bound with a corresponding terminal.
  • a corresponding user ID and password can be created according to the unique identification code DeviceID of each terminal.
  • the device ID is used as the user ID corresponding to the device, and the user ID is also the login account, and the login account and the password are allocated to the corresponding terminal user in advance.
  • the terminal user finds that the language of the terminal has a translation error, the user account can be used to log in to the international maintenance system to send a login request.
  • the login module 10 After receiving the login request, the login module 10 verifies whether the current login request is legal according to the pre-configured user account information, for example, verifying whether the current login account and password are correct. If the current login request is verified, according to the obtained login account information, according to the login account information and the registered user account, it is determined whether the current login account is a filed user account. If the current account is a filed user account, the user rights of the currently logged in account are obtained according to the registered user rights.
  • the query unit 21 After the current login account passes the verification, the query unit 21 has a custom language resource corresponding to the current login account in the international language database.
  • custom language resource corresponding to each user account may be pre-configured, for example, the language resource corresponding to the locale of the sales area is pre-configured as a custom language resource corresponding to the user account according to information such as the sales area of the terminal.
  • the custom language resource corresponding to the login account can be saved in the form of a language type coding table, including a string code of one or more languages, and the DeviceID can be used for easy searching.
  • the line is named.
  • the privilege unit 22 is configured to monitor, according to the user privilege, a management operation performed by the login account on the custom language resource, if a custom language resource corresponding to the login account exists in the international language database.
  • the rights unit 22 monitors the management operation performed by the current login account on the customized language resource according to the user authority.
  • the user can use the current login account to modify and delete the corresponding custom language resources, and can also add new language resources to the language type coding table of the custom language resource.
  • the authority unit 22 monitors the management operation of the custom language resource by the current login account according to the user authority, and limits the current login account to only manage the corresponding custom language resource.
  • the updating module 30 is further configured to update the custom language resource according to the management operation, so that the terminal corresponding to the login account performs corresponding language configuration according to the update.
  • the update module 30 updates the custom language resource according to the management operation, and updates the managed language resource version information.
  • the update module 30 controls the terminal corresponding to the current login account to perform language configuration according to the updated custom language resource.
  • the sent login request carries the locale of the terminal corresponding to the current login account.
  • the update module 30 determines whether the terminal corresponding to the current login account needs to perform language reconfiguration according to the updated custom language resource and the locale of the terminal.
  • the update module 30 If the updated custom language resource corresponds to the locale of the terminal, the update module 30 returns the updated custom language resource to the current terminal, and the control terminal performs language configuration according to the received custom language resource.
  • the update module 30 returns the updated customized English resource.
  • the terminal controls the terminal to load the updated custom English resource for language configuration.
  • the terminal sends a query request to the update module 30 when the device is powered on or after the booting. If the customized language resource version information corresponding to the current local environment of the terminal is updated, the terminal obtains the updated customization.
  • the language resource performs configuration of each application software language in the terminal system and the terminal according to the custom language resource returned by the update module 30.
  • the update module 30 controls the corresponding terminal to perform language reconfiguration according to the updated custom language resource, and does not require the developer to recompile the installation package of the application application, nor does it
  • the terminal needs to reinstall the application software, which simplifies the maintenance work of the international language, improves the efficiency of the management work, and realizes that the user can define the display string of the terminal.
  • the custom language resources in the international language database are managed, and the shortcut management operation of the international language resources is realized, and the user only needs to manage the custom language resources in the international language resource library.
  • the form can realize the custom management of the international language of the terminal, which greatly simplifies the workload of the research and development personnel and improves the user experience.
  • the privilege module 20 further includes: based on the embodiment shown in FIG.
  • a creating unit 23 configured to: if there is no custom language resource corresponding to the login account in the international language database, create and work in the international language database according to the common language resource and the login account The custom language resource corresponding to the login account.
  • the creating unit 23 creates a custom language resource corresponding to the current login account in the international language database according to the pre-configured common language resource.
  • the creating unit 23 creates a custom language category encoding table in the international language database for saving the custom language resource corresponding to the current login account.
  • the creating unit 23 selects the default language resource with the highest priority or pre-configuration as the custom language resource corresponding to the current login account according to the pre-configured common language resource, and saves it to the created custom language category coding table.
  • the custom language resource corresponding to the login account is not found, the locale of the terminal corresponding to the login account is obtained; and the login account is created in the international language database according to the locale and the pre-configured common language resource. Corresponding custom language resources.
  • the creating unit 23 acquires the locale of the current terminal according to the locale information carried in the login request, that is, the language of the terminal corresponding to the login account. If the current login request carries the terminal locale information corresponding to the current login account, the creating unit 23 may send a query request to the terminal corresponding to the current login account to obtain the locale of the terminal.
  • the creating unit 23 acquires the corresponding common language resource in the international language database as a custom language resource according to the locale of the terminal, and saves the common language resource to the created custom language category encoding table, and the custom language type encoding.
  • the tables are deployed in an international language database.
  • the update module 30 is further configured to update the international language database according to the created custom language resource, so that the terminal corresponding to the login account performs corresponding language configuration according to the update.
  • the update module 30 updates the international language database according to the created custom language resource, and returns the created custom language resource to the terminal corresponding to the current login account, so that the terminal loads the corresponding custom language resource for language configuration.
  • the terminal corresponding to the login account is preferentially configured according to the custom language resource.
  • the update module 30 returns the corresponding common language resource to the terminal according to the login account and the locale of the terminal, and the creating unit 23 creates the terminal.
  • a custom language resource that implements a personalized string for the terminal.
  • the custom language resource corresponding to the login account is created in the international language database according to the common language resource and the login account, and then, according to the created custom language resource pair.
  • the international language database is updated so that the terminal corresponding to the current login account is configured according to the language of the updated international language database, and subsequent users can manage the terminal customized language resources, thereby improving the user experience.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Human Computer Interaction (AREA)
  • Databases & Information Systems (AREA)
  • Stored Programmes (AREA)

Abstract

本发明公开了一种国际化语言管理方法,应用于服务器中,所述服务器包括一国际语言数据库,且所述服务器与一个或多个终端连接,该方法包括:接收终端输入的登录账户,并确定所述登录账户对所述国际语言数据库的管理权限;根据所述管理权限,监控所述登录账户对所述国际语言数据库进行的管理操作;及,根据所述管理操作对所述国际语言数据库进行更新,以便所述终端根据所述更新进行对应的语言配置。本发明还公开了一种国际化语言管理系统。本发明实现了对国际语言数据库中资源的单独管理,不需要编译人员重新发布应用程序的安装包,也不需要终端重新安装应用程序,大大减少了国际化语言维护的工作量,降低了维护成本。

Description

国际化语言管理方法和系统 技术领域
本发明涉及通信技术领域,尤其涉及一种国际化语言管理方法和系统。
背景技术
目前,终端设备主要通过在终端本地部署语言资源包的形式,实现国际化语言的支持。
例如Android(安卓)终端,通常采用在系统文件res目录中部署语言资源包的形式实现多语言支持。具体的,首选在values(值)文件夹中部署终端的默认语言资源包strings.xml(字符串资源)文件,再部署values-zh-rCN(简体中文资源)、values-en(英语资源)、values-fr(法语资源)、values-de(德语资源)等各国语言文件夹。然后,再在各国语言文件夹中部署包括对应语言字符串的strings.xml资源文件。如果涉及参数配置类,则需要将xml文件对应的修改为xml-zh、xml-en、xml-fr、xml-de等。由此,当终端的Android操作系统切换操作语言时,Android应用程序也会随之切换对应操作语言。
但是,当终端的操作语言由于翻译不正确或其他原因,而需要修改、维护时,则需要委托开发人员重新编译xml文件,然后重新打包、重新发布。这样既增加了开发人员在维护国际化语言时的工作量,又需要用户频繁的进行更新,大量的管理、维护工作给用户和开发人员造成了诸多不便。
发明内容
本发明的主要目的在于提供一种国际化语言管理方法和系统,旨在解决国际化语言维护的工作量大的技术问题。
为实现上述目的,本发明提供一种国际化语言管理方法,应用于服务器中,所述服务器包括一国际语言数据库,且所述服务器与一个或多个终端连接,所述国际化语言管理方法包括以下步骤:
接收终端输入的登录账户,并确定所述登录账户对所述国际语言数据库的管理权限;
根据所述管理权限,监控所述登录账户对所述国际语言数据库进行的管理操作;及
根据所述管理操作对所述国际语言数据库进行更新,以便所述终端根据所述更新进行对应的语言配置。
在一个实施例中,所述登录账户的管理权限包括管理员权限和用户权限,所述国际语言数据库包括预先配置的公共语言资源和与所述登录账户对应的自定义语言资源。
在一个实施例中,当所述登录账户为管理权限时,所述国际化语言管理方法还包括:
根据所述管理员权限,监控所述登录账户对所述公共语言资源进行的管理操作;及
根据所述管理操作对所述公共语言资源进行更新,以便所述终端根据所述更新进行对应的语言配置。
在一个实施例中,当所述登录账户的管理权限为用户权限时,所述国际化语言管理方法还包括:
查询所述国际语言数据库内是否存在与所述登录账户对应的自定义语言资源;
若所述国际语言数据库内存在与所述登录账户对应的自定义语言资源,则根据所述用户权限,监控所述登录账户对所述自定义语言资源进行的管理操作;及
根据所述管理操作对所述自定义语言资源进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
在一个实施例中,所述国际化语言管理方法还包括:
若所述国际语言数据库内不存在与所述登录账户对应的自定义语言资源,则根据所述公共语言资源和所述登录账户,在所述国际语言数据库中创建与所述登录账户对应的自定义语言资源;及
根据所述创建的自定义语言资源对所述国际语言数据库进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
此外,为实现上述目的,本发明还提供一种国际化语言管理方法,应用于服务器中,所述服务器包括一国际语言数据库,且所述服务器与一个或多个终端连接,所述国际化语言管理方法包括以下步骤:
接收终端输入的登录账户,并确定所述登录账户对所述国际语言数据库的管理权限;
根据所述管理权限,监控所述登录账户对所述国际语言数据库中语言资源进行的管理操作;及
保存所述登录账户对所述国际语言数据库中语言资源的修改,更新所述语言资源对应的版本信息,并更新所述国际语言数据库,以便所述终端根据所述更新进行对应的语言配置。
在一个实施例中,所述登录账户的管理权限包括管理员权限和用户权限,所述国际语言数据库包括预先配置的公共语言资源和与所述登录账户对应的自定义语言资源。
在一个实施例中,当所述登录账户为管理权限时,所述国际化语言管理方法还包括:
根据所述管理员权限,监控所述登录账户对所述公共语言资源进行的管理操作;及
根据所述管理操作对所述公共语言资源进行更新,以便所述终端根据所述更新进行对应的语言配置。
在一个实施例中,当所述登录账户的管理权限为用户权限时,所述国际化语言管理方法还包括:
查询所述国际语言数据库内是否存在与所述登录账户对应的自定义语言资源;
若所述国际语言数据库内存在与所述登录账户对应的自定义语言资源,则根据所述用户权限,监控所述登录账户对所述自定义语言资源进行的管理操作;及
根据所述管理操作对所述自定义语言资源进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
在一个实施例中,所述国际化语言管理方法还包括:
若所述国际语言数据库内不存在与所述登录账户对应的自定义语言资源,则根据所述公共语言资源和所述登录账户,在所述国际语言数据库中创建与所述登录账户对应的自定义语言资源;及
根据所述创建的自定义语言资源对所述国际语言数据库进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
此外,为实现上述目的,本发明还提供一种国际化语言管理系统,应用于服务器中,所述服务器包括一国际语言数据库,且所述服务器与一个或多个终端连接,所述国际化语言管理系统包括:
登录模块,用于接收终端输入的登录账户,并确定所述登录账户对所述国际语言数据库的管理权限;
权限模块,用于根据所述管理权限,监控所述登录账户对所述国际语言数据库进行的管理操作;及
更新模块,用于根据所述管理操作对所述国际语言数据库进行更新,以便所述终端根据所述更新进行对应的语言配置。
在一个实施例中,所述登录账户的管理权限包括管理员权限和用户权限,所述国际语言数据库包括预先配置的公共语言资源和与所述登录账户对应的自定义语言资源。
在一个实施例中,当所述登录账户的管理权限为管理员权限时,所述权限模块还用于,
根据所述管理员权限,监控所述登录账户对所述公共语言资源进行的管理操作;
所述更新模块,还用于根据所述管理操作对所述公共语言资源进行更新,以便所述终端根据所述更新进行对应的语言配置。
在一个实施例中,当所述登录账户的管理权限为用户权限时,所述权限模块包括:
查询单元,用于查询所述国际语言数据库内是否存在与所述登录账户对应的自定义语言资源;
权限单元,用于若所述国际语言数据库内存在与所述登录账户对应的自定义语言资源,则根据所述用户权限,监控所述登录账户对所述自定义语言资源进行的管理操作;
所述更新模块,还用于根据所述管理操作对所述自定义语言资源进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
在一个实施例中,所述权限模块还包括:
创建单元,用于若所述国际语言数据库内不存在与所述登录账户对应的自定义语言资源,则根据所述公共语言资源和所述登录账户,在所述国际语言数据库中创建与所述登录账户对应的自定义语言资源;
所述更新模块,还用于根据所述创建的自定义语言资源对所述国际语言数据库进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
本发明实施例提出的一种国际化语言管理方法和系统,通过预先配置国际语言数据库,供终端共享,实现了语言资源的统一管理。通过配置不同的账户对国际语言数据库的管理权限,实现了对国际语言数据库资源的分级管理。在对国际语言数据库的修改、增加等管理操作完成后,更新国际语言数 据库,可以立即生效,以便与登录账户对应的终端根据更新更新后的国际语言数据库进行对应的语言配置,实现了终端语言配置的更新,不需要编译人员重新发布应用程序的安装包,也不需要终端重新安装应用程序,大大减少了国际化语言维护的工作量,降低了维护成本,实现了国际化语言的单独管理。
附图说明
图1为本发明国际化语言管理方法第一实施例、第二实施例的流程示意图;
图2为本发明国际化语言管理方法第三实施例的流程示意图;
图3为本发明国际化语言管理方法第四实施例的流程示意图;
图4为本发明国际化语言管理方法第五实施例的流程示意图;
图5为本发明国际化语言管理系统第一实施例、第二实施例、第三实施例的功能模块示意图;
图6为本发明国际化语言管理系统第四实施例的功能模块示意图;
图7为本发明国际化语言管理系统第五实施例的功能模块示意图;
图8为本发明实施例中一种终端语言配置示意图。
本发明目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。
具体实施方式
应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
本发明提供一种解决方案,预先配置国际语言数据库,供终端共享,实现了语言资源的统一管理。通过配置不同的账户对国际语言数据库的管理权限,实现了对国际语言数据库资源的分级管理。在对国际语言数据库的修改、增加等管理操作完成后,更新国际语言数据库,可以立即生效,以便与登录账户对应的终端根据更新更新后的国际语言数据库进行对应的语言配置,实现了终端语言配置的更新,不需要编译人员重新发布应用程序的安装包,也不需要终端重新安装应用程序,大大减少了国际化语言维护的工作量,降低了维护成本,实现了国际化语言的单独管理。
参照图1,本发明国际化语言管理方法第一实施例提供一种国际化语言管理方法,应用于服务器中,所述服务器包括一国际语言数据库,且所述服务器与一个或多个终端连接,所述国际化语言管理方法包括:
步骤S10、接收终端输入的登录账户,并确定所述登录账户对所述国际语言数据库的管理权限。
本发明实施例通过预先配置国际语言数据库,并将国际语言数据库部署在服务器中,并与终端共享。实现了对国际语言资源的单独管理、维护,大大减少了国际化语言的维护工作量。
作为一种实施方式,本实施例将国际语言数据库保存在服务器中,将国际化管理系统部署在服务器中,通过国际化管理系统进行国际语言数据库的管理与维护。
首先,将配置的国际化语言写入国际语言数据库的文件中。
具体的,可以在国际语言数据库中建立语言种类编码表,编码当前支持的语言。如表1所示,在语言种类编码表中,首行记载了各语言环境的语种名称;首列记载了终端系统中各字符串的name(名称),其他列记载了首列各字符串name在各语言环境中对应的译文。例如,第二列记载了en(英语)语言资源,包括终端系统中各字符串name对应的英语译文。以此类推,语言种类编码表中记载了终端系统中各字符串对应的各语种的译文。
Figure PCTCN2016085016-appb-000001
表1
需要说明的是,由于终端中所有应用软件共享国际语言数据库,因此不同应用中相同的字符串,在语言种类编码表中的各语言环境下都仅记载了一个对应的译文,例如Settings(设置)和Launcher(桌面启动器)中都有WIFI(Wireless Fidelity,无线局域网),则在语言种类编码表中各语言环境下均只有一个WIFI的译文。由此,避免了数据冗余。而现有技术中需要针对终端中各应用进行独立翻译,为避免重复翻译则需要逐个应用对比去除重复,工作量大。根据本发明实施例,由于所有的应用均共享国际语言数据库的资源,能够更加快捷、有效的去除重复数据,提升了工作效率。
并且,在语言种类编码表中预留位置,用于为后续管理提供可修改位置,例如增加新语种等。
用户可以通过终端或服务器输入登录账户信息,发送登录请求。
国际化管理系统接收登录请求,获取登录账户,然后根据预先备案的账户信息,验证当前的登录请求是否合法。
若当前登录请求通过验证,例如用户名和密码正确,则获取当前登录账户信息,得到的账户信息可以是当前登录账户的用户名、用户ID等。
然后,根据当前登录账户信息和预先备案的账户管理权限,获取当前登录账户对国际语言数据库的管理权限。
需要说明的是,各登录账户对国际语言数据库的管理权限为预先配置的,例如,可以配置登录账户对国际语言数据库的资源仅有修改权限,还可以配置登录账户对国际语言数据库中的部分资源有管理权限、另外一部分资源无管理权限。
若当前登录请求未通过验证,则拒绝当前的登录请求。
步骤S20、根据所述管理权限,监控所述登录账户对所述国际语言数据库进行的管理操作。
在获取当前登录账户对国际语言数据库的管理权限后,国际化管理系统根据当前登录账户的管理权限,监控当前登录账户对国际语言数据库进行的 管理操作。
具体的,作为一种实施方式,当前登录账户可以在管理权限范围内,对国际语言数据库中的语言资源进行管理操作,例如修改语言资源、增加语言资源、删除语言资源等。
国际化管理系统根据当前登录账户对应的管理权限,监控当前登录账户对国际语言数据库中语言资源的管理操作,避免当前登录账户的管理操作超出管理权限的范围。
步骤S30、根据所述管理操作对所述国际语言数据库进行更新,以便所述终端根据所述更新进行对应的语言配置。
在当前登录账户对国际语言数据库进行管理操作后,国际化管理系统根据管理操作更新国际语言数据库,以便终端根据更新进行对应的语言配置。终端在进行语言配置时,仅获取终端当前语言环境对应的语言资源进行语言配置。
本实施例中,终端可以是电视、手机等。终端的语言环境,也可理解为终端使用的语种,例如汉语、英语、法语等。
具体的,作为一种实施方式,国际化管理系统保存登录账户对国际语言数据库中语言资源的修改,并更新此语言资源对应的版本信息。然后,更新国际语言数据库,使国际语言数据库中的语言资源为最新的语言资源。
然后,国际化管理系统根据各终端当前的语言环境,选择语言环境与当前更新的语言资源匹配的终端,将更新后的语言资源推送到被选择的终端,控制终端根据更新后的语言资源进行语言配置。
例如当前登录账户对英语资源进行了修改的管理操作,则国际化管理系统根据各终端的当前语言环境,选择使用英语的终端,将更新后的英语资源推送到使用英语的终端,控制终端进行语言配置。
作为另一种实施方式,国际化管理系统保存登录账户对国际语言数据库中语言资源的修改,并更此新语言资源对应的版本信息。然后,更新国际语言数据库,使国际语言数据库中的语言资源为最新的语言资源。
然后,国际化管理系统将国际语言数据库的更新信息推送到终端,由终端根据当前配置的语言环境和国际语言数据库的更新信息,判断是否需要进行语言资源的更新。
若当前国际语言数据库更新的语言资源是当前终端语言环境对应的语言资源,则终端获取国际语言数据库中更新后的语言资源,进行终端的语言配置;若当前国际语言数据库更新的语言资源不是当前终端语言环境对应的语言资源,则终端不进行语言资源的更新。
作为另一种实施方式,国际化管理系统更新国际语言数据库中被管理的语言资源,并更此新语言资源对应的版本信息。
终端在开机时,或开机后根据预设的频率向国际化管理系统发送查询请求,若查询到终端当前语言环境对应的语言资源版本信息有更新,则终端获取此语言资源,根据国际化维护系统返回的语言资源,进行终端系统和终端中各应用软件语言的配置。
在收到国际化维护系统返回的语言资源后,终端系统向各接收器发送语言切换广播,控制终端中各应用进行语言配置。
当然,终端本地可以根据实际需要选择是否需要在本地配置语言资源数据库。
若终端本地配置有语言资源数据库,则可以存储终端的自定义语言资源。当然,还可以存储公共语言资源。
作为一种实施方式,国际化维护系统将更新的语言资源返回给终端,控制终端更新本地语言资源数据库中对应的语言资源,并进行语言配置。
作为另一种实施方式,国际化维护系统将更新信息反馈给终端。例如,用户通过当前终端登录国际化维护系统,修改了当前终端的自定义语言资源,则国际化维护系统在更新国际语言数据库后,将修改信息返回当前终端。
终端收到修改信息后,向国际化维护系统发送更新请求,请求获取更新后的自定义语言资源;或,终端根据当前的语言环境和收到的修改信息,判断当前修改的语言资源是否当前语言环境对应的语言资源,若是,则向国际化维护系统发送更新请求,获取更新后的自定义语言资源。
国际化维护系统收到更新请求后,将更新后的语言资源返回终端,以便终端更新本地语言资源数据库中对应的语言资源,进行终端语言的配置。
作为另一种实施方式,国际化维护系统将更新信息发送给未配置自定义语言资源、使用公共语言资源的终端。终端根据实际需求,向国际化维护系统发送更新请求,获取更新后的公共语言资源,更新终端本地的语言资源数据库,进行语言配置。
由此,终端可以使用终端本地的语言资源数据库,无需通过网络连接服务器,即可加载语言资源进行终端语言的切换,降低了终端进行语言配置时对服务器的依赖。
参照图8,以安卓终端的语言配置进行举例说明。
终端中的各应用软件注册接收语言切换广播,在收到更新后的语言资源后,终端系统向各接收器发送语言切换广播,例如Intent.ACTION_LOCALE_CHANGED(目的.动作-本地-切换)。
各应用软件接收语言切换广播,然后调用页面的配置改变函数onConfigurationChanged(修改配置),并通知到各页面。
然后,页面刷新到当前语言资源的语言环境,实现页面的实时刷新,无需退出页面即可切换终端的语言环境。
在本实施例中,预先配置国际语言数据库,供终端共享,实现了语言资源的统一管理。通过配置不同的登录账户对国际语言数据库的管理权限,实现了对国际语言数据库资源的分级管理。在对国际语言数据库的修改、增加等管理操作完成后,根据管理操作对国际语言数据库进行更新,可以立即生效,以便终端根据更新后的国际语言数据库进行对应的语言配置,实现终端语言配置的更新,不需要编译人员重新发布应用程序的安装包,也不需要终端重新安装应用程序,大大减少了国际化语言维护的工作量,降低了维护成本,实现了国际化语言的单独管理。
进一步的,参照图1,本发明国际化语言管理方法第二实施例提供一种国际化语言管理方法,基于上述图1所示的本发明国际化语言管理方法第一实施例,所述登录账户的管理权限包括管理员权限和用户权限,所述国际语言数据库包括预先配置的公共语言资源和与所述登录账户对应的自定义语言资源。
本实施例中,登录账户的管理权限包括管理员权限和用户权限,管理员权限可用于区域产品经理对国际语言数据库的维护,用户权限可用于各终端用户对终端的语言配置进行维护。
对应的,服务器中的国际语言数据库包括公共语言资源和各登录账户对应的自定义语言资源。其中,公共语言资源为预先配置,各终端均可获取公共语言资源进行语言配置;各登录账户对应的自定义语言资源,仅对各登录账户对应的终端生效,不能用于登录账户对应的终端以外的其他终端的语言配置。
若登录账户为管理员权限,则可根据管理员权限对公共语言资源进行修改、增加、删除等维护操作;若登录账户为用户权限,则可根据用户权限,对当前登录账户对应的自定义语言资源进行修改、增加、删除等维护操作。
在本实施例中,登录账户的管理权限包括管理员权限和用户权限,国际语言数据库包括预先配置的公共语言资源和与登录账户对应的自定义语言资源。本实施例通过将登录账户的权限分为管理员权限和用户权限,并在国际语言数据库中预先配置公共语言资源和与登录账户对应的自定义语言资源,实现了对国际语言数据库中的个性化维护,各登录账户根据实际的权限范围,对国际语言数据库进行权限范围内的管理操作,从而对国际语言数据库进行有条理、责权清晰的管理,避免越权操作对终端的语言配置造成困扰。
进一步的,参照图2,本发明国际化语言管理方法第三实施例提供一种国际化语言管理方法,基于上述图1所示的本发明国际化语言管理方法第二实施例,当所述登录账户的管理权限为管理员权限时,所述步骤S20包括:
步骤S21、根据所述管理员权限,监控所述登录账户对所述公共语言资源进行的管理操作。
本实施例中,当前登录账户的管理权限为管理员权限,也即当前的登录账户为管理员账户,管理员账户为预先配置并备案的。
例如,可以将管理员账户分配给区域产品经理。在发现终端的语言有翻译错误时,区域产品经理可以使用管理员账户登录国际化维护系统,发送登录请求。
在收到登录请求后,国际化维护系统根据预先配置的管理员账户信息,验证当前登录请求是否合法,例如验证当前登录账户和密码是否正确。若当前登录请求通过验证,则根据获取登录账户信息,根据登录账户信息和已备案的管理员账户,判断当前登录账户是否为已备案的管理员账户。若当前账户为已备案的管理员账户,则根据备案的管理权限,获取当前登录账户的管理员权限。
国际语言数据库包括预先配置的公共语言资源,公共语言资源包括一种或多种语言资源,例如英语、汉语、法语、德语等,是多个终端共享的、多个终端可共同使用的。
当前登录账户通过验证后,可以对公共语言资源进行修改、删除等管理操作,还可以增加新的语言资源到公共语言资源的语言种类编码表中。
国际化维护系统根据管理员权限,监控当前登录账户对公共语言资源的管理操作。
对应的,步骤S30包括:
步骤S31、根据所述管理操作对所述公共语言资源进行更新,以便所述终端根据所述更新进行对应的语言配置。
在当前登录账户完成对公共语言资源的管理操作后,国际化维护系统根据管理操作对公共语言资源进行更新,并更新被管理的语言资源版本信息,以便终端根据更新后的公共语言资源进行语言配置。
若终端当前的语言配置使用的是公共语言资源,则终端可以根据更新后的公共语言资源更新语言配置;若终端当前的语言配置使用的是自定义语言资源,则终端无需更新语言配置,在终端修改语言配置,使用公共语言资源时,则获取更新后的公共语言资源进行语言配置。
由此,实现了具有管理权限的登录账户对公共语言资源的管理。区域产品经理在使用管理员账户将公共语言资源进行统一的修改后,控制各使用公共语言资源的终端根据更新后的公共语言资源统一进行语言的重新配置,不需要研发人员重新编译发布应用软件的安装包,也不需要终端重新安装应用软件,简化了国际化语言的维护工作量,提升了管理工作的效率。
在本实施例中,通过预先配置管理员权限,对国际语言数据库中公共语言资源进行管理,实现了国际化语言资源的快捷管理操作,仅需通过管理国际语言资源库的形式即可实现对终端国际化语言的管理,无需重新编译终端应用的安装包,大大简化了研发人员的工作量,也无需终端重新安装应用,提升了用户体验。
进一步的,参照图3,本发明国际化语言管理方法第四实施例提供一种国际化语言管理方法,基于上述图1所示的本发明国际化语言管理方法第二实施例,当所述登录账户的管理权限为用户权限时,所述步骤S20包括:
步骤S22、查询所述国际语言数据库内是否存在与所述登录账户对应的自定义语言资源。
本实施例中,当前登录账户的管理权限为用户权限,也即当前的登录账户为用户账户。用户账户为预先配置并备案的,各用户账户均绑定有对应的终端。
例如,可以根据各终端的唯一识别码DeviceID(设备号)创建对应的用户ID和密码。本实施例中使用DeviceID作为设备对应的用户ID,用户ID也即登录账户,预先将登录账户和密码配给对应的终端用户。当终端用户发现终端的语言有翻译错误时,可以使用用户账户登录国际化维护系统,发送登录请求。
在收到登录请求后,国际化维护系统根据预先配置的用户账户信息,验证当前登录请求是否合法,例如验证当前登录账户和密码是否正确。若当前登录请求通过验证,则根据获取登录账户信息,根据登录账户信息和已备案的用户账户,判断当前登录账户是否为已备案的用户账户。若当前账户为已备案的用户账户,则根据备案的用户权限,获取当前登录账户的用户权限。
当前登录账户通过验证后,查询国际语言数据库中是否存在与当前登录账户对应的自定义语言资源。
需要说明的是,可预先配置各用户账户对应的自定义语言资源,例如根据终端的销售区域等信息,预先配置销售区域的语言环境对应的语言资源作为用户账户对应的自定义语言资源。
登录账户对应的自定义语言资源可以以语言种类编码表的形式进行保存,包括有一个或多个语种的字符串编码,为便于查找可以使用DeviceID进行命名。
步骤S23、若所述国际语言数据库内存在与所述登录账户对应的自定义语言资源,则根据所述用户权限,监控所述登录账户对所述自定义语言资源进行的管理操作。
若在国际语言资源库中成功查找到当前登录账户对应的自定义语言资 源,则国际化维护系统根据用户权限,监控当前登录账户对自定义语言资源进行的管理操作。
用户可以使用当前登录账户对对应的自定义语言资源进行修改、删除等管理操作,还可以增加新的语言资源到自定义语言资源的语言种类编码表中。
国际化维护系统根据用户权限,监控当前登录账户对自定义语言资源的管理操作,限制当前登录账户仅能对对应的自定义语言资源进行管理操作。
对应的,所述步骤S30包括:
步骤S32、根据所述管理操作对所述自定义语言资源进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
在当前登录账户完成对自定义语言资源的管理操作后,国际化维护系统根据管理操作对自定义语言资源进行更新,并更新被管理的语言资源版本信息。
然后,国际化维护系统控制当前登录账户对应的终端根据更新后的自定义语言资源进行语言配置。
具体的,作为一种实施方式,当前登录账户登录国际化维护系统时,发送的登录请求携带有当前登录账户对应的终端的语言环境。
国际化维护系统根据更新后的自定义语言资源和终端的语言环境,判断当前登录账户对应的终端是否需要进行语言的重配。
若更新的自定义语言资源与终端的语言环境对应,则国际化维护系统将更新后的自定义语言资源返回当前终端,控制终端根据收到的自定义语言资源进行语言配置。
例如,当前用户使用登录账户登录国际化维护系统,修改了自定义语言资源中的部分英语译文,且当前登录账户对应的终端语言环境为英语,则国际化维护系统将更新后的自定义英语资源返回终端,控制终端加载更新后的自定义英语资源,进行语言配置。
作为另一种实施方式,终端在开机时,或开机后向国际化管理系统发送查询请求,若查询到终端当前语言环境对应的自定义语言资源版本信息有更新,则终端获取此更新后的自定义语言资源,根据国际化维护系统返回的自定义语言资源,进行终端系统和终端中各应用软件语言的配置。
由此,实现了具有用户权限的登录账户对自定义语言资源的管理。用户在使用登录账户对自定义语言资源进行修改后,控制对应的终端根据更新后的自定义语言资源进行语言的重新配置,不需要研发人员重新编译发布应用软件的安装包,也不需要终端重新安装应用软件,简化了国际化语言的维护工作量,提升了管理工作的效率,实现了用户可以定义终端的显示字符串。
在本实施例中,通过预先配置用户权限,对国际语言数据库中的自定义语言资源进行管理,实现了国际化语言资源的快捷管理操作,用户仅需通过管理国际语言资源库中自定义语言资源的形式即可实现对终端国际化语言的自定义管理,大大简化了研发人员的工作量,提升了用户体验。
进一步的,参照图4,本发明国际化语言管理方法第五实施例提供一种国际化语言管理方法,基于上述图3所示的实施例,所述步骤S22之后,还包括:
步骤S24、若所述国际语言数据库内不存在与所述登录账户对应的自定义语言资源,则根据所述公共语言资源和所述登录账户,在所述国际语言数据库中创建与所述登录账户对应的自定义语言资源。
若在国际语言数据库中,未查找到当前登录账户对应的自定义语言资源,则国际化维护管理系统预先配置的公共语言资源,在国际语言数据库中创建当前登录账户对应的自定义语言资源。
作为一种实施方式,国际化维护系统在国际语言数据库中创建自定义语言种类编码表,用于保存当前登录账户对应的自定义语言资源。
然后,国际化维护系统根据预先配置的公共语言资源,选取优先级最高或预先配置的默认语言资源,作为当前登录账户对应的自定义语言资源,另存到创建的自定义语言种类编码表中。
作为另一种实施方式,若未查找到登录账户对应的自定义语言资源,则获取登录账户对应的终端的语言环境;根据语言环境和预先配置的公共语言资源,在国际语言数据库中创建登录账户对应的自定义语言资源。
具体的,若当前的登录请求携带有当前登录账户对应的终端语言环境信息,则国际化维护系统根据登录请求携带的语言环境信息,获取当前终端的语言环境,也即得到登录账户对应的终端的语言环境;若当前的登录请求携未带有当前登录账户对应的终端语言环境信息,则国际化维护系统可以向当前登录账户对应的终端发送查询请求,获取终端的语言环境。
然后,国际化维护系统根据终端的语言环境,获取国际语言数据库中对应的公共语言资源作为自定义语言资源,并将此公共语言资源另存到创建的自定义语言种类编码表中,自定义语言种类编码表部署在国际语言数据库中。
对应的,所述步骤S32包括:
步骤S33、根据所述创建的自定义语言资源对所述国际语言数据库进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置
具体的,国际化维护系统根据创建的自定义语言资源更新国际语言数据库,将创建的自定义语言资源返回当前登录账户对应的终端,以便终端加载对应的自定义语言资源,进行语言配置
由此,实现了登录账户对应的终端优先根据自定义语言资源进行语言配置。在终端对应的登录账户首次登录国际化维护系统等情况下,由于未配置对应的自定义语言资源,国际化维护系统根据终端的登录账户和语言环境,将对应的公共语言资源返回终端,并创建终端的自定义语言资源,实现了为终端保存个性化的字符串。
在本实施例中,未找到登录账户对应的自定义语言资源时,根据公共语言资源和登录账户在国际语言数据库中创建登录账户对应的自定义语言资源;然后,根据创建的自定义语言资源对国际语言数据库进行更新,以便与登录账户对应的终端根据更新进行对应的语言配置,后续用户可以对终端自定义语言资源进行管理,提升了用户体验。
参照图5,本发明国际化语言管理系统第一实施例提供一种国际化语言管理系统,应用于服务器中,所述服务器包括一国际语言数据库,且所述服务器与一个或多个终端连接,所述国际化语言管理系统包括:
登录模块10,用于接收终端输入的登录账户,并确定所述登录账户对所述国际语言数据库的管理权限。
作为一种实施方式,本实施例将国际语言数据库保存在服务器中,将国际化语言管理系统部署在服务器中,通过国际化语言管理系统进行国际语言数据库的管理与维护。
首先,将配置的国际化语言写入国际语言数据库的文件中。
具体的,可以在国际语言数据库中建立语言种类编码表,编码当前支持的语言。在语言种类编码表中,首行记载了各语言环境的语种名称;首列记载了终端系统中各字符串的name(名称),其他列记载了首列各字符串name在各语言环境中对应的译文。例如,第二列记载了en(英语)语言资源,包括终端系统中各字符串name对应的英语译文。以此类推,语言种类编码表中记载了终端系统中各字符串对应的各语种的译文。
需要说明的是,由于终端中所有应用软件共享国际语言数据库,因此不同应用中相同的字符串,在语言种类编码表中的各语言环境下都仅记载了一个对应的译文,例如Settings(设置)和Launcher(桌面启动器)中都有WIFI(Wireless Fidelity,无线局域网),则在语言种类编码表中各语言环境下均只有一个WIFI的译文。由此,避免了数据冗余。而现有技术中需要针对终端中各应用进行独立翻译,为避免重复翻译则需要逐个应用对比去除重复,工作量大。根据本发明实施例,由于所有的应用均共享国际语言数据库的资源,能够更加快捷、有效的去除重复数据,提升了工作效率。
并且,在语言种类编码表中预留位置,用于为后续管理提供可修改位置,例如增加新语种等。
用户可以通过终端或服务器输入登录账户信息,发送登录请求。
登录模块10接收登录请求,获取登录账户,然后根据预先备案的账户信息,验证当前的登录请求是否合法。
若当前登录请求通过验证,例如用户名和密码正确,则获取当前登录账户信息,得到的账户信息可以是当前登录账户的用户名、用户ID等。
然后,登录模块10根据当前登录账户信息和预先备案的账户管理权限,获取当前登录账户对国际语言数据库的管理权限。
需要说明的是,各登录账户对国际语言数据库的管理权限为预先配置的,例如,可以配置登录账户对国际语言数据库的资源仅有修改权限,还可以配置登录账户对国际语言数据库中的部分资源有管理权限、另外一部分资源无管理权限。
若当前登录请求未通过验证,则登录模块10拒绝当前的登录请求。
权限模块20,用于根据所述管理权限,监控所述登录账户对所述国际语言数据库进行的管理操作。
在获取当前登录账户对国际语言数据库的管理权限后,权限模块20根据当前登录账户的管理权限,监控当前登录账户对国际语言数据库进行的管理操作。
具体的,作为一种实施方式,当前登录账户可以在管理权限范围内,对国际语言数据库中的语言资源进行管理操作,例如修改语言资源、增加语言资源、删除语言资源等。
权限模块20根据当前登录账户对应的管理权限,监控当前登录账户对国际语言数据库中语言资源的管理操作,避免当前登录账户的管理操作超出管理权限的范围。
更新模块30,用于根据所述管理操作对所述国际语言数据库进行更新,以便所述终端根据所述更新进行对应的语言配置。
在当前登录账户对国际语言数据库进行管理操作后,更新模块根据管理操作30更新国际语言数据库,以便终端根据更新进行对应的语言配置。终端在进行语言配置时,仅获取终端当前语言环境对应的语言资源进行语言配置。
本实施例中,终端可以是电视、手机等。终端的语言环境,也可理解为终端使用的语种,例如汉语、英语、法语等。
具体的,作为一种实施方式,更新模块30保存登录账户对国际语言数据库中语言资源的修改,并更此新语言资源对应的版本信息。然后,更新国际语言数据库,使国际语言数据库中的语言资源为最新的语言资源。
然后,更新模块30根据各终端当前的语言环境,选择语言环境与当前更新的语言资源匹配的终端,将更新后的语言资源推送到被选择的终端,控制终端根据更新后的语言资源进行语言配置。
例如当前登录账户对英语资源进行了修改的管理操作,则更新模块30根据各终端的当前语言环境,选择使用英语的终端,将更新后的英语资源推送到使用英语的终端,控制终端进行语言配置。
作为另一种实施方式,更新模块30保存登录账户对国际语言数据库中语言资源的修改,并更此新语言资源对应的版本信息。然后,更新国际语言数据库,使国际语言数据库中的语言资源为最新的语言资源。
然后,更新模块30将国际语言数据库的更新信息推送到终端,由终端根据当前配置的语言环境和国际语言数据库的更新信息,判断是否需要进行语言资源的更新。
若当前国际语言数据库更新的语言资源是当前终端语言环境对应的语言资源,则终端获取国际语言数据库中更新后的语言资源,进行终端的语言配置;若当前国际语言数据库更新的语言资源不是当前终端语言环境对应的语言资源,则终端不进行语言资源的更新。
作为另一种实施方式,更新模块30更新国际语言数据库中被管理的语言资源,并更此新语言资源对应的版本信息。
终端在开机时,或开机后根据预设的频率向更新模块30发送查询请求,若查询到终端当前语言环境对应的语言资源版本信息有更新,则终端获取此语言资源,根据更新模块30返回的语言资源,进行终端系统和终端中各应用软件语言的配置。
当然,终端本地可以根据实际需要选择是否需要在本地配置语言资源数据库。
若终端本地配置有语言资源数据库,则可以存储终端的自定义语言资源。当然,还可以存储公共语言资源。
作为一种实施方式,更新模块30将更新的语言资源返回给终端,控制终端更新本地语言资源数据库中对应的语言资源,并进行语言配置。
作为另一种实施方式,更新模块30将更新信息反馈给终端。例如,用户通过当前终端登录国际化维护系统,修改了当前终端的自定义语言资源,则更新模块30在更新国际语言数据库后,将修改信息返回当前终端。
终端收到修改信息后,向更新模块30发送更新请求,请求获取更新后的自定义语言资源;或,终端根据当前的语言环境和收到的修改信息,判断当前修改的语言资源是否当前语言环境对应的语言资源,若是,则向更新模块30发送更新请求,获取更新后的自定义语言资源。
更新模块30收到更新请求后,将更新后的语言资源返回终端,以便终端更新本地语言资源数据库中对应的语言资源,进行终端语言的配置。
作为另一种实施方式,更新模块30将更新信息发送给未配置自定义语言资源、使用公共语言资源的终端。终端根据实际需求,向更新模块30发送更 新请求,获取更新后的公共语言资源,更新终端本地的语言资源数据库,进行语言配置。
由此,终端可以使用终端本地的语言资源数据库,无需通过网络连接服务器,即可加载语言资源进行终端语言的切换,降低了终端进行语言配置时对服务器的依赖。
在本实施例中,预先配置国际语言数据库,供终端共享,实现了语言资源的统一管理。通过配置不同的账户对国际语言数据库的管理权限,实现了对国际语言数据库资源的分级管理。在对国际语言数据库的修改、增加等管理操作完成后,根据管理操作对国际语言数据库进行更新,可以立即生效,以便终端根据更新后的国际语言数据库进行对应的语言配置,实现终端语言配置的更新,不需要编译人员重新发布应用程序的安装包,也不需要终端重新安装应用程序,大大减少了国际化语言维护的工作量,降低了维护成本,实现了国际化语言的单独管理。
进一步的,参照图5,本发明国际化语言管理系统第二实施例提供一种国际化语言管理系统,基于上述图5所示的本发明国际化语言管理系统第一实施例,所述登录账户的管理权限包括管理员权限和用户权限,所述国际语言数据库包括预先配置的公共语言资源和与所述登录账户对应的自定义语言资源。
具体实施方式可参照本发明国际化语言管理方法第二实施例。
本实施例通过将登录账户的权限分为管理员权限和用户权限,并在国际语言数据库中预先配置公共语言资源和与登录账户对应的自定义语言资源,实现了对国际语言数据库中的个性化维护,各登录账户根据实际的权限范围,对国际语言数据库进行权限范围内的管理操作,从而对国际语言数据库进行有条理、责权清晰的管理,避免越权操作对终端的语言配置造成困扰。
进一步的,参照图5,本发明国际化语言管理系统第三实施例提供一种国际化语言管理系统,基于上述图5所示的本发明国际化语言管理系统第二实施例,当所述登录账户的管理权限为管理员权限时,所述权限模块20还用于,
根据所述管理员权限,监控所述登录账户对所述公共语言资源进行的管理操作。
本实施例中,当前登录账户的管理权限为管理员权限,也即当前的登录账户为管理员账户,管理员账户为预先配置并备案的。
在收到登录请求后,登录模块10根据预先配置的管理员账户信息,验证当前登录请求是否合法,例如验证当前登录账户和密码是否正确。若当前登录请求通过验证,则根据获取登录账户信息,根据登录账户信息和已备案的管理员账户,判断当前登录账户是否为已备案的管理员账户。若当前账户为已备案的管理员账户,则根据备案的管理权限,获取当前登录账户的管理员权限。
国际语言数据库包括预先配置的公共语言资源,公共语言资源包括一种或多种语言资源,例如英语、汉语、法语、德语等,是多个终端共享的、多个终端可共同使用的。
当前登录账户通过验证后,可以对公共语言资源进行修改、删除等管理操作,还可以增加新的语言资源到公共语言资源的语言种类编码表中。
权限模块20根据管理员权限,监控当前登录账户对公共语言资源的管理操作。
对应的,所述更新模块30,还用于根据所述管理操作对所述公共语言资源进行更新,以便所述终端根据所述更新进行对应的语言配置
在当前登录账户完成对公共语言资源的管理操作后,更新模块30根据管理操作对公共语言资源进行更新,并更新被管理的语言资源版本信息,以便终端根据更新后的公共语言资源进行语言配置。
若终端当前的语言配置使用的是公共语言资源,则终端可以根据更新后的公共语言资源更新语言配置;若终端当前的语言配置使用的是自定义语言资源,则终端无需更新语言配置,在终端修改语言配置,使用公共语言资源时,则获取更新后的公共语言资源进行语言配置。
由此,实现了具有管理权限的登录账户对公共语言资源的管理。区域产品经理在使用管理员账户将公共语言资源进行统一的修改后,控制各使用公共语言资源的终端根据更新后的公共语言资源统一进行语言的重新配置,不需要研发人员重新编译发布应用软件的安装包,也不需要终端重新安装应用软件,简化了国际化语言的维护工作量,提升了管理工作的效率。
在本实施例中,通过预先配置管理员权限,对国际语言数据库中公共语言资源进行管理,实现了国际化语言资源的快捷管理操作,仅需通过管理国际语言资源库的形式即可实现对终端国际化语言的管理,无需重新编译终端应用的安装包,大大简化了研发人员的工作量,也无需终端重新安装应用,提升了用户体验。
进一步的,参照图6,本发明国际化语言管理系统第四实施例提供一种国际化语言管理系统,基于上述图5所示的本发明国际化语言管理系统第二实施例,当所述登录账户的管理权限为用户权限时,所述权限模块20包括:
查询单元21,用于查询所述国际语言数据库内是否存在与所述登录账户对应的自定义语言资源。
本实施例中,当前登录账户的管理权限为用户权限,也即当前的登录账户为用户账户。用户账户为预先配置并备案的,各用户账户均绑定有对应的终端。
例如,可以根据各终端的唯一识别码DeviceID(设备号)创建对应的用户ID和密码。本实施例中使用DeviceID作为设备对应的用户ID,用户ID也即登录账户,预先将登录账户和密码配给对应的终端用户。当终端用户发现终端的语言有翻译错误时,可以使用用户账户登录国际化维护系统,发送登录请求。
在收到登录请求后,登录模块10根据预先配置的用户账户信息,验证当前登录请求是否合法,例如验证当前登录账户和密码是否正确。若当前登录请求通过验证,则根据获取登录账户信息,根据登录账户信息和已备案的用户账户,判断当前登录账户是否为已备案的用户账户。若当前账户为已备案的用户账户,则根据备案的用户权限,获取当前登录账户的用户权限。
当前登录账户通过验证后,查询单元21国际语言数据库中是否存在与当前登录账户对应的自定义语言资源。
需要说明的是,可预先配置各用户账户对应的自定义语言资源,例如根据终端的销售区域等信息,预先配置销售区域的语言环境对应的语言资源作为用户账户对应的自定义语言资源。
登录账户对应的自定义语言资源可以以语言种类编码表的形式进行保存,包括有一个或多个语种的字符串编码,为便于查找可以使用DeviceID进 行命名。
权限单元22,用于若所述国际语言数据库内存在与所述登录账户对应的自定义语言资源,则根据所述用户权限,监控所述登录账户对所述自定义语言资源进行的管理操作。
若查询单元21在国际语言资源库中成功查找到当前登录账户对应的自定义语言资源,则权限单元22根据用户权限,监控当前登录账户对自定义语言资源进行的管理操作。
用户可以使用当前登录账户对对应的自定义语言资源进行修改、删除等管理操作,还可以增加新的语言资源到自定义语言资源的语言种类编码表中。
权限单元22根据用户权限,监控当前登录账户对自定义语言资源的管理操作,限制当前登录账户仅能对对应的自定义语言资源进行管理操作。
对应的,所述更新模块30,还用于根据所述管理操作对所述自定义语言资源进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
在当前登录账户完成对自定义语言资源的管理操作后,更新模块30根据管理操作对自定义语言资源进行更新,并更新被管理的语言资源版本信息。
然后,更新模块30控制当前登录账户对应的终端根据更新后的自定义语言资源进行语言配置。
具体的,作为一种实施方式,当前登录账户登录时,发送的登录请求携带有当前登录账户对应的终端的语言环境。
更新模块30根据更新后的自定义语言资源和终端的语言环境,判断当前登录账户对应的终端是否需要进行语言的重配。
若更新的自定义语言资源与终端的语言环境对应,则更新模块30将更新后的自定义语言资源返回当前终端,控制终端根据收到的自定义语言资源进行语言配置。
例如,当前用户使用登录账户登录国际化维护系统,修改了自定义语言资源中的部分英语译文,且当前登录账户对应的终端语言环境为英语,则更新模块30将更新后的自定义英语资源返回终端,控制终端加载更新后的自定义英语资源,进行语言配置。
作为另一种实施方式,终端在开机时,或开机后向更新模块30发送查询请求,若查询到终端当前语言环境对应的自定义语言资源版本信息有更新,则终端获取此更新后的自定义语言资源,根据更新模块30返回的自定义语言资源,进行终端系统和终端中各应用软件语言的配置。
由此,实现了具有用户权限的登录账户对自定义语言资源的管理。用户在使用登录账户对自定义语言资源进行修改后,更新模块30控制对应的终端根据更新后的自定义语言资源进行语言的重新配置,不需要研发人员重新编译发布应用软件的安装包,也不需要终端重新安装应用软件,简化了国际化语言的维护工作量,提升了管理工作的效率,实现了用户可以定义终端的显示字符串。
在本实施例中,通过预先配置用户权限,对国际语言数据库中的自定义语言资源进行管理,实现了国际化语言资源的快捷管理操作,用户仅需通过管理国际语言资源库中自定义语言资源的形式,即可实现对终端国际化语言的自定义管理,大大简化了研发人员的工作量,提升了用户体验。
进一步的,参照图7,本发明国际化语言管理系统第五实施例提供一种国 际化语言管理系统,基于上述图6所示的实施例,所述权限模块20还包括:
创建单元23,用于若所述国际语言数据库内不存在与所述登录账户对应的自定义语言资源,则根据所述公共语言资源和所述登录账户,在所述国际语言数据库中创建与所述登录账户对应的自定义语言资源。
若在国际语言数据库中,未查找到当前登录账户对应的自定义语言资源,则创建单元23根据预先配置的公共语言资源,在国际语言数据库中创建当前登录账户对应的自定义语言资源。
作为一种实施方式,创建单元23在国际语言数据库中创建自定义语言种类编码表,用于保存当前登录账户对应的自定义语言资源。
然后,创建单元23根据预先配置的公共语言资源,选取优先级最高或预先配置的默认语言资源,作为当前登录账户对应的自定义语言资源,另存到创建的自定义语言种类编码表中。
作为另一种实施方式,若未查找到登录账户对应的自定义语言资源,则获取登录账户对应的终端的语言环境;根据语言环境和预先配置的公共语言资源,在国际语言数据库中创建登录账户对应的自定义语言资源。
具体的,若当前的登录请求携带有当前登录账户对应的终端语言环境信息,则创建单元23根据登录请求携带的语言环境信息,获取当前终端的语言环境,也即得到登录账户对应的终端的语言环境;若当前的登录请求携未带有当前登录账户对应的终端语言环境信息,则创建单元23可以向当前登录账户对应的终端发送查询请求,获取终端的语言环境。
然后,创建单元23根据终端的语言环境,获取国际语言数据库中对应的公共语言资源作为自定义语言资源,并将此公共语言资源另存到创建的自定义语言种类编码表中,自定义语言种类编码表部署在国际语言数据库中。
对应的,所述更新模块30,还用于根据所述创建的自定义语言资源对所述国际语言数据库进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
具体的,更新模块30根据创建的自定义语言资源更新国际语言数据库,将创建的自定义语言资源返回当前登录账户对应的终端,以便终端加载对应的自定义语言资源,进行语言配置。
由此,实现了登录账户对应的终端优先根据自定义语言资源进行语言配置。在终端对应的登录账户首次登录等情况下,由于未配置对应的自定义语言资源,更新模块30根据终端的登录账户和语言环境,将对应的公共语言资源返回终端,并且创建单元23创建终端的自定义语言资源,实现了为终端保存个性化的字符串。
在本实施例中,未找到登录账户对应的自定义语言资源时,根据公共语言资源和登录账户在国际语言数据库中创建登录账户对应的自定义语言资源,然后,根据创建的自定义语言资源对国际语言数据库进行更新,以便与当前登录账户对应的终端根据更新后的国际语言数据库进行的语言配置,后续用户可以对终端自定义语言资源进行管理,提升了用户体验。
以上仅为本发明的可选实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。

Claims (15)

  1. 一种国际化语言管理方法,应用于服务器中,其特征在于,所述服务器包括一国际语言数据库,且所述服务器与一个或多个终端连接,所述国际化语言管理方法包括以下步骤:
    接收终端输入的登录账户,并确定所述登录账户对所述国际语言数据库的管理权限;
    根据所述管理权限,监控所述登录账户对所述国际语言数据库进行的管理操作;及
    根据所述管理操作对所述国际语言数据库进行更新,以便所述终端根据所述更新进行对应的语言配置。
  2. 如权利要求1所述的国际化语言管理方法,其特征在于,所述登录账户的管理权限包括管理员权限和用户权限,所述国际语言数据库包括预先配置的公共语言资源和与所述登录账户对应的自定义语言资源。
  3. 如权利要求2所述的国际化语言管理方法,其特征在于,当所述登录账户为管理权限时,所述国际化语言管理方法还包括:
    根据所述管理员权限,监控所述登录账户对所述公共语言资源进行的管理操作;及
    根据所述管理操作对所述公共语言资源进行更新,以便所述终端根据所述更新进行对应的语言配置。
  4. 如权利要求2所述的国际化语言管理方法,其特征在于,当所述登录账户的管理权限为用户权限时,所述国际化语言管理方法还包括:
    查询所述国际语言数据库内是否存在与所述登录账户对应的自定义语言资源;
    若所述国际语言数据库内存在与所述登录账户对应的自定义语言资源,则根据所述用户权限,监控所述登录账户对所述自定义语言资源进行的管理操作;及
    根据所述管理操作对所述自定义语言资源进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
  5. 如权利要求4所述的国际化语言管理方法,其特征在于,所述国际化语言管理方法还包括:
    若所述国际语言数据库内不存在与所述登录账户对应的自定义语言资源,则根据所述公共语言资源和所述登录账户,在所述国际语言数据库中创建与所述登录账户对应的自定义语言资源;及
    根据所述创建的自定义语言资源对所述国际语言数据库进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
  6. 一种国际化语言管理方法,应用于服务器中,其特征在于,所述服务器包括一国际语言数据库,且所述服务器与一个或多个终端连接,所述国际化语言管理方法包括以下步骤:
    接收终端输入的登录账户,并确定所述登录账户对所述国际语言数据库的管理权限;
    根据所述管理权限,监控所述登录账户对所述国际语言数据库中语言资源进行的管理操作;及
    保存所述登录账户对所述国际语言数据库中语言资源的修改,更新所述语言资源对应的版本信息,并更新所述国际语言数据库,以便所述终端根据 所述更新进行对应的语言配置。
  7. 如权利要求6所述的国际化语言管理方法,其特征在于,所述登录账户的管理权限包括管理员权限和用户权限,所述国际语言数据库包括预先配置的公共语言资源和与所述登录账户对应的自定义语言资源。
  8. 如权利要求7所述的国际化语言管理方法,其特征在于,当所述登录账户为管理权限时,所述国际化语言管理方法还包括:
    根据所述管理员权限,监控所述登录账户对所述公共语言资源进行的管理操作;及
    根据所述管理操作对所述公共语言资源进行更新,以便所述终端根据所述更新进行对应的语言配置。
  9. 如权利要求7所述的国际化语言管理方法,其特征在于,当所述登录账户的管理权限为用户权限时,所述国际化语言管理方法还包括:
    查询所述国际语言数据库内是否存在与所述登录账户对应的自定义语言资源;
    若所述国际语言数据库内存在与所述登录账户对应的自定义语言资源,则根据所述用户权限,监控所述登录账户对所述自定义语言资源进行的管理操作;及
    根据所述管理操作对所述自定义语言资源进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
  10. 如权利要求9所述的国际化语言管理方法,其特征在于,所述国际化语言管理方法还包括:
    若所述国际语言数据库内不存在与所述登录账户对应的自定义语言资源,则根据所述公共语言资源和所述登录账户,在所述国际语言数据库中创建与所述登录账户对应的自定义语言资源;及
    根据所述创建的自定义语言资源对所述国际语言数据库进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
  11. 一种国际化语言管理系统,应用于服务器中,其特征在于,所述服务器包括一国际语言数据库,且所述服务器与一个或多个终端连接,所述国际化语言管理系统包括:
    登录模块,用于接收终端输入的登录账户,并确定所述登录账户对所述国际语言数据库的管理权限;
    权限模块,用于根据所述管理权限,监控所述登录账户对所述国际语言数据库进行的管理操作;及
    更新模块,用于根据所述管理操作对所述国际语言数据库进行更新,以便所述终端根据所述更新进行对应的语言配置。
  12. 如权利要求11所述的国际化语言管理系统,其特征在于,所述登录账户的管理权限包括管理员权限和用户权限,所述国际语言数据库包括预先配置的公共语言资源和与所述登录账户对应的自定义语言资源。
  13. 如权利要求12所述的国际化语言管理系统,其特征在于,当所述登录账户的管理权限为管理员权限时,所述权限模块还用于,
    根据所述管理员权限,监控所述登录账户对所述公共语言资源进行的管理操作;
    所述更新模块,还用于根据所述管理操作对所述公共语言资源进行更新,以便所述终端根据所述更新进行对应的语言配置。
  14. 如权利要求12所述的国际化语言管理系统,其特征在于,当所述登录账户的管理权限为用户权限时,所述权限模块包括:
    查询单元,用于查询所述国际语言数据库内是否存在与所述登录账户对应的自定义语言资源;
    权限单元,用于若所述国际语言数据库内存在与所述登录账户对应的自定义语言资源,则根据所述用户权限,监控所述登录账户对所述自定义语言资源进行的管理操作;
    所述更新模块,还用于根据所述管理操作对所述自定义语言资源进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
  15. 如权利要求14所述的国际化语言管理系统,其特征在于,所述权限模块还包括:
    创建单元,用于若所述国际语言数据库内不存在与所述登录账户对应的自定义语言资源,则根据所述公共语言资源和所述登录账户,在所述国际语言数据库中创建与所述登录账户对应的自定义语言资源;
    所述更新模块,还用于根据所述创建的自定义语言资源对所述国际语言数据库进行更新,以便与所述登录账户对应的终端根据所述更新进行对应的语言配置。
PCT/CN2016/085016 2016-04-26 2016-06-06 国际化语言管理方法和系统 Ceased WO2017185484A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610266530.X 2016-04-26
CN201610266530.XA CN105956485B (zh) 2016-04-26 2016-04-26 国际化语言管理方法和系统

Publications (1)

Publication Number Publication Date
WO2017185484A1 true WO2017185484A1 (zh) 2017-11-02

Family

ID=56916654

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/085016 Ceased WO2017185484A1 (zh) 2016-04-26 2016-06-06 国际化语言管理方法和系统

Country Status (2)

Country Link
CN (1) CN105956485B (zh)
WO (1) WO2017185484A1 (zh)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107741858A (zh) * 2017-11-28 2018-02-27 深圳市鼎晟开元科技有限公司 多种语言版本的应用程序更新方法、装置及系统
CN109064007A (zh) * 2018-07-27 2018-12-21 四川佳科幕墙工程有限公司 建筑材料管理系统
CN109033380A (zh) * 2018-07-27 2018-12-18 东莞嘉泰钟表有限公司 一种企业生产、经营管理中跨区域系统数据交互方法
CN110673920A (zh) * 2019-09-29 2020-01-10 深圳前海环融联易信息科技服务有限公司 国际化处理方法、装置、计算机设备及存储介质
CN112162813A (zh) * 2020-09-27 2021-01-01 北京恒华伟业科技股份有限公司 一种系统国际化配置方法及装置
CN114783437A (zh) * 2022-06-15 2022-07-22 湖南正宇软件技术开发有限公司 一种人机语音交互实现方法、系统及电子设备
CN115373783A (zh) * 2022-08-10 2022-11-22 中国建设银行股份有限公司 一种页面语言切换方法和装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050010614A1 (en) * 2003-07-11 2005-01-13 Yi-Mei Ting Method and apparatus for synchronous updating of multiple language web content
CN1829261A (zh) * 2005-01-11 2006-09-06 Lg电子株式会社 提供支持多语言的移动终端和系统
CN101634948A (zh) * 2009-08-18 2010-01-27 恒生电子股份有限公司 一种多国语言软件开发系统及语言资源数据管理方法
CN102624875A (zh) * 2012-02-22 2012-08-01 深圳市共进电子股份有限公司 一种对终端设备的语言包进行替换或更新的方法
CN104750472A (zh) * 2013-12-31 2015-07-01 北京新媒传信科技有限公司 一种终端应用的资源包管理方法和装置

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070276651A1 (en) * 2006-05-23 2007-11-29 Motorola, Inc. Grammar adaptation through cooperative client and server based speech recognition
US20080016112A1 (en) * 2006-07-07 2008-01-17 Honeywell International Inc. Supporting Multiple Languages in the Operation and Management of a Process Control System
US8126697B1 (en) * 2007-10-10 2012-02-28 Nextel Communications Inc. System and method for language coding negotiation
CN101566946A (zh) * 2008-04-25 2009-10-28 北京闻言科技有限公司 一种灵活支持软件多语言版本的方法
CN102479185A (zh) * 2010-11-23 2012-05-30 大连兆阳软件科技有限公司 一种通过服务器端控制软件语言版本的方法
CN102567372A (zh) * 2010-12-27 2012-07-11 上海杉达学院 学生信息管理系统
CN103426049B (zh) * 2012-05-25 2018-02-27 张健 一种基于web的化合物管理方法及系统
CN105069366B (zh) * 2015-07-06 2018-10-26 无锡天脉聚源传媒科技有限公司 一种账户登录和管理方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050010614A1 (en) * 2003-07-11 2005-01-13 Yi-Mei Ting Method and apparatus for synchronous updating of multiple language web content
CN1829261A (zh) * 2005-01-11 2006-09-06 Lg电子株式会社 提供支持多语言的移动终端和系统
CN101634948A (zh) * 2009-08-18 2010-01-27 恒生电子股份有限公司 一种多国语言软件开发系统及语言资源数据管理方法
CN102624875A (zh) * 2012-02-22 2012-08-01 深圳市共进电子股份有限公司 一种对终端设备的语言包进行替换或更新的方法
CN104750472A (zh) * 2013-12-31 2015-07-01 北京新媒传信科技有限公司 一种终端应用的资源包管理方法和装置

Also Published As

Publication number Publication date
CN105956485A (zh) 2016-09-21
CN105956485B (zh) 2020-05-22

Similar Documents

Publication Publication Date Title
US10972367B2 (en) Provisioning framework for binding related cloud services
CN105956485B (zh) 国际化语言管理方法和系统
US10560538B2 (en) Integrated user interface for consuming services across different distributed networks
US11212171B1 (en) Customer self-service cloud application provisioning
JP6263537B2 (ja) Ldapベースのマルチテナント・インクラウド・アイデンティティ管理システム
TW425799B (en) Client-server system for maintaining a user desktop consistent with server application user access permissions
US8326972B2 (en) Methods and systems for managing network connections in a software provisioning environment
US10225140B2 (en) Portable instance provisioning framework for cloud services
US10476760B2 (en) System and method for placement logic in a cloud platform environment
WO2020046630A1 (en) Directory access sharing across web services accounts
US20140344340A1 (en) Service request processing
US20150120780A1 (en) System and method for integrating a database with a service deployed on a cloud platform
US9742688B2 (en) System and method for supporting service resources and feature sets in a cloud platform environment
US12052245B2 (en) Techniques for selective container access to cloud services based on hosting node
CN102006334A (zh) 安装软件组件的方法、系统及装置
US20130067598A1 (en) Techniques for presenting and collecting end user license agreement acceptance
US20250030676A1 (en) Provisioning cloud resource instances associated with a virtual cloud network
US20140109089A1 (en) System to rebuild difference virtual hard disk for updating operation system and method thereof
US20130238673A1 (en) Information processing apparatus, image file creation method, and storage medium
US20250385803A1 (en) Authenticating Certificate Bundles With Asymmetric Keys
CN111243715A (zh) 一种业务系统统一到集成平台的登录方法
US9426254B2 (en) Methods and systems for building a software appliance
CN103902637B (zh) 用于向用户提供计算资源的方法和装置
US10038598B2 (en) Leveraging and extending mobile operating system MDM protocol
US20160330079A1 (en) Device asset tracking and service desk using an external network management system as a data source

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16899994

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 25/03/2019)

122 Ep: pct application non-entry in european phase

Ref document number: 16899994

Country of ref document: EP

Kind code of ref document: A1