{"id":43819335,"url":"https://github.com/bacularis/bacularis-lang-de","last_synced_at":"2026-02-06T01:28:17.530Z","repository":{"id":315190737,"uuid":"1000540695","full_name":"bacularis/bacularis-lang-de","owner":"bacularis","description":"Bacularis translations into German","archived":false,"fork":false,"pushed_at":"2025-10-15T09:07:07.000Z","size":262,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-16T00:36:42.588Z","etag":null,"topics":["add-on","addon","bacularis","de","german","lang","langpack","language","translation"],"latest_commit_sha":null,"homepage":"https://addons.bacularis.app","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bacularis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-12T00:27:49.000Z","updated_at":"2025-10-15T09:07:11.000Z","dependencies_parsed_at":"2025-09-17T08:32:50.287Z","dependency_job_id":"5dbfbe8e-16e0-4dd3-9fc9-ea3beac8455a","html_url":"https://github.com/bacularis/bacularis-lang-de","commit_stats":null,"previous_names":["bacularis/bacularis-lang-de"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bacularis/bacularis-lang-de","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacularis%2Fbacularis-lang-de","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacularis%2Fbacularis-lang-de/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacularis%2Fbacularis-lang-de/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacularis%2Fbacularis-lang-de/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bacularis","download_url":"https://codeload.github.com/bacularis/bacularis-lang-de/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacularis%2Fbacularis-lang-de/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29143665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T01:13:33.096Z","status":"ssl_error","status_checked_at":"2026-02-06T01:11:47.313Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["add-on","addon","bacularis","de","german","lang","langpack","language","translation"],"created_at":"2026-02-06T01:28:12.140Z","updated_at":"2026-02-06T01:28:17.517Z","avatar_url":"https://github.com/bacularis.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bacularis translations into German\n\nThis is repository with files that provide the German translations\nfor the Bacularis web interface and the Bacularis API panel.\n\nThe files in this repository are part of Bacularis.\n\n## General\n\nTranslation files have been translated with help of AI technology and they can\ncontain language errors.\n\n## Installation\n\n### Step 1 - create directories for new translation files\n\nThe command form to create the language directories is following:\n\n```\nmkdir -p {PROJECT_DIR}/protected/vendor/bacularis/bacularis-api/API/Lang/de/\nmkdir -p {PROJECT_DIR}/protected/vendor/bacularis/bacularis-web/Web/Lang/de/\n```\n\nwhere:\n\n * ``{PROJECT_DIR}`` - is the main Bacularis directory.\n\nIf you installed Bacularis using binary packages, they are the following commands:\n\n```\nmkdir -p /usr/share/bacularis/protected/vendor/bacularis/bacularis-api/API/Lang/de/\nmkdir -p /usr/share/bacularis/protected/vendor/bacularis/bacularis-web/Web/Lang/de/\n```\n\n### Step 2 - copy translation files to Bacularis\n\nCopy files from this repository to Bacularis:\n\n```\ncp ./API/messages.mo {PROJECT_DIR}/protected/vendor/bacularis/bacularis-api/API/Lang/de/\ncp ./Web/messages.mo {PROJECT_DIR}/protected/vendor/bacularis/bacularis-web/Web/Lang/de/\n```\n\nwhere:\n\n * ``{PROJECT_DIR}`` - is the main Bacularis directory.\n\nIf you installed Bacularis using binary packages, they are the following commands:\n\n```\ncp ./API/messages.mo /usr/share/bacularis/protected/vendor/bacularis/bacularis-api/API/Lang/de/\ncp ./Web/messages.mo /usr/share/bacularis/protected/vendor/bacularis/bacularis-web/Web/Lang/de/\n```\n\n### Step 3 - set new language in Bacularis\n\nChange the language code in the following configuration files below. Both contain\nan option ``lang`` that you need to set to ``de``:\n\n```\n{PROJECT_DIR}/protected/vendor/bacularis/bacularis-api/API/Config/api.conf\n{PROJECT_DIR}/protected/vendor/bacularis/bacularis-web/Web/Config/settings.conf\n```\n\nIf you installed Bacularis using binary packages, they are the following paths:\n\n```\n/usr/share/bacularis/protected/vendor/bacularis/bacularis-api/API/Config/api.conf\n/usr/share/bacularis/protected/vendor/bacularis/bacularis-web/Web/Config/settings.conf\n```\n\n### Step 4 - log out and log in\n\nNew language setting will start working after logging out and loggin in. Please log out\nfrom the web interface and then log in.\n\n## Important notes\n\nThis new language is not listed in the language list on the web interface. If you save\nlanguage settings on the web interface, the language will be switched to the currently\nselected language on the web interface.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacularis%2Fbacularis-lang-de","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbacularis%2Fbacularis-lang-de","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacularis%2Fbacularis-lang-de/lists"}