mirror of https://github.com/louislam/uptime-kuma
				
				
				
			Add missing translations for placeholders in EditMonitor page
							parent
							
								
									453f6fbadf
								
							
						
					
					
						commit
						567ea346fe
					
				| 
						 | 
				
			
			@ -312,6 +312,8 @@ export default {
 | 
			
		|||
    Security: "Security",
 | 
			
		||||
    "Steam API Key": "Steam API Key",
 | 
			
		||||
    "Shrink Database": "Shrink Database",
 | 
			
		||||
    "Pick a RR-Type...": "Pick a RR-Type...",
 | 
			
		||||
    "Pick Accepted Status Codes...": "Pick Accepted Status Codes...",
 | 
			
		||||
    Default: "Default",
 | 
			
		||||
    headersPlaceholder: "Example:\n{\n    \"HeaderName\": \"HeaderValue\"\n}",
 | 
			
		||||
    bodyPlaceholder: "Example:\n{\n    \"key\": \"value\"\n}",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -312,6 +312,8 @@ export default {
 | 
			
		|||
    Info: "Informacije",
 | 
			
		||||
    Security: "Sigurnost",
 | 
			
		||||
    "Shrink Database": "Smanji bazu podataka",
 | 
			
		||||
    "Pick a RR-Type...": "Odaberite vrstu DNS zapisa od navedenih...",
 | 
			
		||||
    "Pick Accepted Status Codes...": "Odaberite HTTP statusne kodove koji će biti prihvaćeni...",
 | 
			
		||||
    "Steam API Key": "Steam API ključ",
 | 
			
		||||
    Default: "Zadano",
 | 
			
		||||
    headersPlaceholder: "Primjer:\n{\n    \"NazivZaglavlja\": \"VrijednostZaglavlja\"\n}",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -103,7 +103,7 @@
 | 
			
		|||
                                        :close-on-select="true"
 | 
			
		||||
                                        :clear-on-select="false"
 | 
			
		||||
                                        :preserve-search="false"
 | 
			
		||||
                                        placeholder="Pick a RR-Type..."
 | 
			
		||||
                                        :placeholder="$t('Pick a RR-Type...')"
 | 
			
		||||
                                        :preselect-first="false"
 | 
			
		||||
                                        :max-height="500"
 | 
			
		||||
                                        :taggable="false"
 | 
			
		||||
| 
						 | 
				
			
			@ -177,7 +177,7 @@
 | 
			
		|||
                                        :close-on-select="false"
 | 
			
		||||
                                        :clear-on-select="false"
 | 
			
		||||
                                        :preserve-search="true"
 | 
			
		||||
                                        placeholder="Pick Accepted Status Codes..."
 | 
			
		||||
                                        :placeholder="$t('Pick Accepted Status Codes...')"
 | 
			
		||||
                                        :preselect-first="false"
 | 
			
		||||
                                        :max-height="600"
 | 
			
		||||
                                        :taggable="true"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue