mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +08:00 
			
		
		
		
	Add more Status page tranlations
This commit is contained in:
		| @@ -324,6 +324,9 @@ export default { | ||||
|     light: "light", | ||||
|     dark: "dark", | ||||
|     Post: "Post", | ||||
|     Created: "Created", | ||||
|     "Last Updated": "Last Updated", | ||||
|     Unpin: "Unpin", | ||||
|     "Switch to Light Theme": "Switch to Light Theme", | ||||
|     "Switch to Dark Theme": "Switch to Dark Theme", | ||||
|     "Show Tags": "Show Tags", | ||||
|   | ||||
| @@ -101,9 +101,9 @@ | ||||
|  | ||||
|             <!-- Incident Date --> | ||||
|             <div class="date mt-3"> | ||||
|                 Created: {{ $root.datetime(incident.createdDate) }} ({{ dateFromNow(incident.createdDate) }})<br /> | ||||
|                 {{ $t("Created") }}: {{ $root.datetime(incident.createdDate) }} ({{ dateFromNow(incident.createdDate) }})<br /> | ||||
|                 <span v-if="incident.lastUpdatedDate"> | ||||
|                     Last Updated: {{ $root.datetime(incident.lastUpdatedDate) }} ({{ dateFromNow(incident.lastUpdatedDate) }}) | ||||
|                     {{ $t("Last Updated") }}: {{ $root.datetime(incident.lastUpdatedDate) }} ({{ dateFromNow(incident.lastUpdatedDate) }}) | ||||
|                 </span> | ||||
|             </div> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user