mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Merge pull request #3722 from paperless-ngx/feature-slovak-translation
Feature: Add Slovak translation
This commit is contained in:
		| @@ -34,6 +34,7 @@ | ||||
|           "pt-PT": "src/locale/messages.pt_PT.xlf", | ||||
|           "ro-RO": "src/locale/messages.ro_RO.xlf", | ||||
|           "ru-RU": "src/locale/messages.ru_RU.xlf", | ||||
|           "sk-SK": "src/locale/messages.sk_SK.xlf", | ||||
|           "sl-SI": "src/locale/messages.sl_SI.xlf", | ||||
|           "sr-CS": "src/locale/messages.sr_CS.xlf", | ||||
|           "sv-SE": "src/locale/messages.sv_SE.xlf", | ||||
|   | ||||
| @@ -5336,67 +5336,74 @@ | ||||
|           <context context-type="linenumber">271</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="9102963095355753902" datatype="html"> | ||||
|         <source>Slovak</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">277</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="4287008301409320881" datatype="html"> | ||||
|         <source>Slovenian</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">277</context> | ||||
|           <context context-type="linenumber">283</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="8608389829607915090" datatype="html"> | ||||
|         <source>Serbian</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">283</context> | ||||
|           <context context-type="linenumber">289</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="499386805970351976" datatype="html"> | ||||
|         <source>Swedish</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">289</context> | ||||
|           <context context-type="linenumber">295</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="5682359291233237791" datatype="html"> | ||||
|         <source>Turkish</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">295</context> | ||||
|           <context context-type="linenumber">301</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="4689443708886954687" datatype="html"> | ||||
|         <source>Chinese Simplified</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">301</context> | ||||
|           <context context-type="linenumber">307</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="4912706592792948707" datatype="html"> | ||||
|         <source>ISO 8601</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">318</context> | ||||
|           <context context-type="linenumber">324</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="313643372755303297" datatype="html"> | ||||
|         <source>Successfully completed one-time migratration of settings to the database!</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">429</context> | ||||
|           <context context-type="linenumber">435</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="5558341108007064934" datatype="html"> | ||||
|         <source>Unable to migrate settings to the database, please try saving manually.</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">430</context> | ||||
|           <context context-type="linenumber">436</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="1168781785897678748" datatype="html"> | ||||
|         <source>You can restart the tour from the settings page.</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/services/settings.service.ts</context> | ||||
|           <context context-type="linenumber">504</context> | ||||
|           <context context-type="linenumber">510</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="5037437391296624618" datatype="html"> | ||||
|   | ||||
| @@ -25,6 +25,7 @@ import localePl from '@angular/common/locales/pl' | ||||
| import localePt from '@angular/common/locales/pt' | ||||
| import localeRo from '@angular/common/locales/ro' | ||||
| import localeRu from '@angular/common/locales/ru' | ||||
| import localeSk from '@angular/common/locales/sk' | ||||
| import localeSl from '@angular/common/locales/sl' | ||||
| import localeSr from '@angular/common/locales/sr' | ||||
| import localeSv from '@angular/common/locales/sv' | ||||
| @@ -49,6 +50,7 @@ registerLocaleData(localePt, 'pt-BR') | ||||
| registerLocaleData(localePt, 'pt-PT') | ||||
| registerLocaleData(localeRo) | ||||
| registerLocaleData(localeRu) | ||||
| registerLocaleData(localeSk) | ||||
| registerLocaleData(localeSl) | ||||
| registerLocaleData(localeSr) | ||||
| registerLocaleData(localeSv) | ||||
|   | ||||
| @@ -110,6 +110,7 @@ import localePl from '@angular/common/locales/pl' | ||||
| import localePt from '@angular/common/locales/pt' | ||||
| import localeRo from '@angular/common/locales/ro' | ||||
| import localeRu from '@angular/common/locales/ru' | ||||
| import localeSk from '@angular/common/locales/sk' | ||||
| import localeSl from '@angular/common/locales/sl' | ||||
| import localeSr from '@angular/common/locales/sr' | ||||
| import localeSv from '@angular/common/locales/sv' | ||||
| @@ -134,6 +135,7 @@ registerLocaleData(localePt, 'pt-BR') | ||||
| registerLocaleData(localePt, 'pt-PT') | ||||
| registerLocaleData(localeRo) | ||||
| registerLocaleData(localeRu) | ||||
| registerLocaleData(localeSk) | ||||
| registerLocaleData(localeSl) | ||||
| registerLocaleData(localeSr) | ||||
| registerLocaleData(localeSv) | ||||
|   | ||||
| @@ -272,6 +272,12 @@ export class SettingsService { | ||||
|         englishName: 'Russian', | ||||
|         dateInputFormat: 'dd.mm.yyyy', | ||||
|       }, | ||||
|       { | ||||
|         code: 'sk-sk', | ||||
|         name: $localize`Slovak`, | ||||
|         englishName: 'Slovak', | ||||
|         dateInputFormat: 'dd.mm.yyyy', | ||||
|       }, | ||||
|       { | ||||
|         code: 'sl-si', | ||||
|         name: $localize`Slovenian`, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon